﻿/* ================ The Timeline ================ */

@charset "UTF-8";

.paid-note-container {
    width: 500px;
    position: fixed !important;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    margin-top: -50px;
    z-index: 10000;
    display: none;
}

.tree img {
    border-radius: 50%;
    border: solid 1px #c0c0c0;
    display: block;
    margin: auto;
}

.tree a {
    text-align: center;
}

a.btn-primary {
    color: #000 !important;
}

.imageuploadedbox {
    padding: 25px;
    width: 100%;
    min-height: 100px;
    background: #3c414c;
    text-align: center;
    border-right: 2px solid rgb(255, 255, 255);
}

    .imageuploadedbox img {
        width: 100%;
    }
/*Now the CSS*/
* {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /*We will use ::before and ::after to draw the connectors*/

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    /*We need to remove left-right connectors from elements without 
any siblings*/
    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    /*Remove space from the top of single children*/
    .tree li:only-child {
        padding-top: 0;
    }

    /*Remove left connector from first child and 
right connector from last child*/
    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }
    /*Adding back the vertical connector to the last nodes*/
    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 2px solid #eabb00;
    padding: 7px 10px;
    text-decoration: none;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /*Time for some hover effects*/
    /*We will apply the hover effect the the lineage of the element also*/
    .tree li a:hover, .tree li a:hover + ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }
        /*Connector styles on hover*/
        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #94a0b4;
        }

    .tree li a i {
        font-size: 75px;
        padding: 0px;
        line-height: 55px;
        color: #333;
        display: block;
        margin: auto;
    }
/*Thats all. I hope you enjoyed it.
Thanks :)*/




main, .main-container, .main-content, .dashboard {
    height: 100%;
    padding: 0px;
}

.height-100p {
    height: 100%;
}

.btn-round a {
    color: #fff !important;
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}

.fa-fw, .fa-li {
    text-align: center;
}

.fa, .fa-stack {
    display: inline-block;
}

aside.sidebar, pre, textarea {
    overflow: auto;
}

.fa, .glyphicon, .wi {
    -moz-osx-font-smoothing: grayscale;
}

.btn, .switch, .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg#Roboto) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont3295.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont3295.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont3295.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont3295.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-stack, img {
    vertical-align: middle;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right, .page-header .fa.actions {
    margin-left: .3em;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
}

    .fa-li.fa-lg {
        left: -1.8571428571em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

hr, img {
    border: 0;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

body, figure {
    margin: 0;
}

.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(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.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: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-cog:before, .fa-gear:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-cogs:before, .fa-gears:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-floppy-o:before, .fa-save:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-sort:before, .fa-unsorted:before {
    content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-gavel:before, .fa-legal:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-bolt:before, .fa-flash:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-clipboard:before, .fa-paste:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "";
}

.fa-eur:before, .fa-euro:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-inr:before, .fa-rupee:before {
    content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "";
}

.fa-krw:before, .fa-won:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before {
    content: "";
}

.fa-empire:before, .fa-ge:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-paper-plane:before, .fa-send:before {
    content: "";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-bed:before, .fa-hotel:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-television:before, .fa-tv:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #f9f7f7 !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu-nf > .disabled > a:focus, .dropdown-menu-nf > .disabled > a:hover, .form-control, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card, .card .card-content {
    -moz-box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.846;
    color: #666;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus, a:hover {
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.img-responsive {
    display: block;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #444;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #bbb;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 23px;
    margin-bottom: 11.5px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

dl, ol, ul {
    margin-top: 0;
}

.lead, address, dl {
    margin-bottom: 23px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%;
}

.h1, h1 {
    font-size: 33px;
}

.h2, h2 {
    font-size: 27px;
}

.h3, h3 {
    font-size: 23px;
}

.h4, h4 {
    font-size: 17px;
}

.h5, h5 {
    font-size: 13px;
}

.h6, h6 {
    font-size: 12px;
}

.lead {
    font-weight: 300;
    line-height: 1.4;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.label, dt, kbd kbd {
    font-weight: 700;
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px;
    }
}

.small, small {
    font-size: 92%;
}

.mark, mark {
    background-color: transparent;
    padding: .2em;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism, .text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #bbb;
}

.text-primary {
    color: #e91e63;
}

a.text-primary:focus, a.text-primary:hover {
    color: #c1134e;
}

.text-success {
    color: #2196F3;
}

a.text-success:focus, a.text-success:hover {
    color: #0c7cd5;
}

.text-info {
    color: #00bcd4;
}

a.text-info:focus, a.text-info:hover {
    color: #008fa1;
}

.text-warning {
    color: #ffab40;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ff950d;
}

.text-danger {
    color: #F44336;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ea1c0d;
}

.bg-primary {
    color: #fff;
    background-color: #e91e63;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #c1134e;
}

.bg-danger, .bg-info, .bg-success, .bg-warning, a.bg-danger:focus, a.bg-danger:hover, a.bg-info:focus, a.bg-info:hover, a.bg-success:focus, a.bg-success:hover, a.bg-warning:focus, a.bg-warning:hover, pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 10.5px;
}

ol, ul {
    margin-bottom: 11.5px;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dd, dt {
    line-height: 1.846;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .card .card-header, .clear, .clear:after, .clearfix:after, .container-fluid:after, .container:after, .dropdown-menu-nf > li > a, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .timeline > li:after, table.dataTable {
    clear: both;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #bbb;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 16.25px;
    border-left: 5px solid #eee;
}

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.846;
        color: #bbb;
    }

legend, pre {
    color: #212121;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, .page-header blockquote.actions, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 3px;
}

caption, th {
    text-align: left;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, .page-header blockquote.actions .small:before, .page-header blockquote.actions footer:before, .page-header blockquote.actions small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, .page-header blockquote.actions .small:after, .page-header blockquote.actions footer:after, .page-header blockquote.actions small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.846;
}

code, kbd, pre, samp {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 12px;
    line-height: 1.846;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.pre-scrollable {
    overflow-y: scroll;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #bbb;
}

.table {
    width: 100%;
    margin-bottom: 23px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.846;
        vertical-align: top;
        border-top: 1px solid #F0F0F0;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #F0F0F0;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #F0F0F0;
    }

    .table .table {
        background-color: #fff;
    }

    .table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
        background-color: #f5f5f5;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #F0F0F0;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .dropdown-menu-nf {
    float: left;
}

.form-control, .has-error .input-group-addon, .has-success .input-group-addon, .has-warning .input-group-addon, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.danger, .table > tbody > tr > td.info, .table > tbody > tr > td.success, .table > tbody > tr > td.warning, .table > tbody > tr > th.danger, .table > tbody > tr > th.info, .table > tbody > tr > th.success, .table > tbody > tr > th.warning, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > td.info, .table > tfoot > tr > td.success, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.danger, .table > tfoot > tr > th.info, .table > tfoot > tr > th.success, .table > tfoot > tr > th.warning, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.danger, .table > thead > tr > td.info, .table > thead > tr > td.success, .table > thead > tr > td.warning, .table > thead > tr > th.danger, .table > thead > tr > th.info, .table > thead > tr > th.success, .table > thead > tr > th.warning {
    background-color: transparent;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 17.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #F0F0F0;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset, legend {
    padding: 0;
    border: 0;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    display: block;
    /*width: 100%;*/
    line-height: inherit;
    /*border-bottom: 1px solid #e5e5e5;*/
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    font-size: 13px;
    line-height: 1.846;
    color: #666;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 37px;
    padding: 6px 16px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #bbb;
    }

    .form-control::-webkit-input-placeholder {
        color: #bbb;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #2196F3;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 37px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 45px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 23px;
        font-weight: 400;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px;\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px;
}

.help-block, .table-small {
    margin-bottom: 10px;
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 45px;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 45px;
    line-height: 45px;
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 45px;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.form-group-lg select.form-control {
    height: 45px;
    line-height: 45px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 45px;
    min-height: 40px;
    padding: 11px 30px;
    font-size: 17px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 46.25px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    border-color: #2196F3;
}

    .has-success .form-control:focus {
        border-color: #0c7cd5;
    }

.has-success .input-group-addon {
    color: #2196F3;
    border-color: #2196F3;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #ffab40;
}

.has-warning .form-control {
    border-color: #ffab40;
}

    .has-warning .form-control:focus {
        border-color: #ff950d;
    }

.has-warning .input-group-addon {
    color: #ffab40;
    border-color: #ffab40;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #F44336;
}

.has-error .form-control {
    border-color: #F44336;
}

    .has-error .form-control:focus {
        border-color: #ea1c0d;
    }

.has-error .input-group-addon {
    color: #F44336;
    border-color: #F44336;
}

.has-feedback label ~ .form-control-feedback {
    top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    color: #a6a6a6;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 30px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 17px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #666;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #eee;
}

    .btn-default.focus, .btn-default:focus {
        color: #666;
        border-color: #aeaeae;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #666;
        border-color: #cfcfcf;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #666;
            background-color: #d4d4d4;
            border-color: #aeaeae;
        }

.btn-primary, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #3c414c;
    border-color: transparent;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #eee;
}

.btn-default .badge {
    color: #fff;
    background-color: #666;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a11041;
    border-color: transparent;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #e91e63;
    border-color: transparent;
}

.btn-primary .badge {
    color: #e91e63;
    background-color: #fff;
}

.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    border-color: transparent;
}

.btn-success {
    background-color: #2196F3;
}

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
        color: #fff;
        background-color: #0a68b4;
        border-color: transparent;
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #2196F3;
        border-color: transparent;
    }

    .btn-success .badge {
        color: #2196F3;
        background-color: #fff;
    }

.btn-info, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    border-color: transparent;
}

.btn-info {
    background-color: #00bcd4;
}

    .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
        color: #fff;
        background-color: #006f7d;
        border-color: transparent;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #00bcd4;
        border-color: transparent;
    }

    .btn-info .badge {
        color: #00bcd4;
        background-color: #fff;
    }

.btn-warning, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    border-color: transparent;
}

.btn-warning {
    background-color: #ffab40;
}

    .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
        color: #fff;
        background-color: #e88200;
        border-color: transparent;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #ffab40;
        border-color: transparent;
    }

    .btn-warning .badge {
        color: #ffab40;
        background-color: #fff;
    }

.btn-danger, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    border-color: transparent;
}

.btn-danger {
    background-color: #F44336;
}

    .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
        color: #fff;
        background-color: #c8180b;
        border-color: transparent;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #F44336;
        border-color: transparent;
    }

    .btn-danger .badge {
        color: #F44336;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #64B5F6;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #bbb;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dropdown-header, .dropdown-menu-nf > li > a {
    line-height: 1.846;
    white-space: nowrap;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-block {
    display: block;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu-nf {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
}

.badge, .input-group-addon, .label, .pager, .progress-bar {
    text-align: center;
}

.dropdown-menu-nf.pull-right, .page-header .dropdown-menu-nf.actions {
    right: 0;
    left: auto;
}

.dropdown-menu-nf .divider {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.file-delete-edit {
    display: none;
}

.dropdown-menu-nf > li > a {
    display: block;
    font-weight: 400;
    color: #666;
}

    .dropdown-menu-nf > li > a:focus, .dropdown-menu-nf > li > a:hover {
        text-decoration: none;
        color: #141414;
        background-color: #eee;
    }

.dropdown-menu-nf > .active > a, .dropdown-menu-nf > .active > a:focus, .dropdown-menu-nf > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e91e63;
}

.dropdown-menu-nf > .disabled > a, .dropdown-menu-nf > .disabled > a:focus, .dropdown-menu-nf > .disabled > a:hover {
    color: #bbb;
}

    .dropdown-menu-nf > .disabled > a:focus, .dropdown-menu-nf > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.open > .dropdown-menu-nf {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-nf-right {
    right: 0;
}

.dropdown-menu-nf-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    color: #bbb;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.page-header .actions > .dropdown-menu-nf, .pull-right > .dropdown-menu-nf {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}

.dropup .dropdown-menu-nf, .navbar-fixed-bottom .dropdown .dropdown-menu-nf {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu-nf {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-nf-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

.btn-toolbar {
    margin-left: -5px;
}

.btn .caret, .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group, .btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-toolbar:after, .btn-toolbar:before {
    content: " ";
    display: table;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-radius: 3px 3px 0 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-radius: 0 0 3px 3px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu-nf {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative;
}

.input-group {
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    background-color: transparent;
    border-radius: 3px;
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 30px;
        font-size: 17px;
        border-radius: 3px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn + .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
        z-index: 2;
    }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:after, .nav:before {
        content: " ";
        display: table;
    }

    .nav > li, .nav > li > a {
        display: block;
        position: relative;
    }

        .nav > li > a {
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #bbb;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #bbb;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #2196F3;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        line-height: 1.846;
        border-radius: 3px 3px 0 0;
    }

        .nav-tabs > li > a:hover {
            border-color: #eee #eee transparent;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: transparent;
        cursor: default;
    }

.nav-pills > li {
    float: left;
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #e91e63;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
    }

    .nav-justified > .dropdown .dropdown-menu-nf {
        top: auto;
        left: auto;
    }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 3px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid transparent;
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid transparent;
            border-radius: 3px 3px 0 0;
        }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    content: " ";
    display: table;
}

.nav-tabs .dropdown-menu-nf {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 0;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:992px) {
    .navbar {
        border-radius: 3px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: inherit !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 20.5px 15px;
    line-height: 23px;
    height: 64px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:992px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 10.25px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 23px;
    }

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu-nf {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu-nf .dropdown-header, .navbar-nav .open .dropdown-menu-nf > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu-nf > li > a {
            line-height: 23px;
        }

            .navbar-nav .open .dropdown-menu-nf > li > a:focus, .navbar-nav .open .dropdown-menu-nf > li > a:hover {
                background-image: none;
            }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 20.5px;
                padding-bottom: 20.5px;
            }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    margin: 13.5px -15px;
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.breadcrumb > li, .pagination {
    display: inline-block;
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default .navbar-toggle, .navbar-inverse, .navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-nav > li > .dropdown-menu-nf {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu-nf {
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.navbar-btn {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 21px;
        margin-bottom: 21px;
    }

.navbar-text {
    margin-top: 20.5px;
    margin-bottom: 20.5px;
}

@media (min-width:992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #fff;
}

    .navbar-default .navbar-brand {
        color: #666;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #212121;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #bbb;
    }

    .navbar-default .navbar-nav > li > a {
        color: #666;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #212121;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(0,0,0,.5);
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #212121;
    }

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu-nf > li > a {
        color: #666;
    }

        .navbar-default .navbar-nav .open .dropdown-menu-nf > .active > a, .navbar-default .navbar-nav .open .dropdown-menu-nf > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu-nf > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu-nf > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu-nf > li > a:hover {
            color: #212121;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu-nf > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu-nf > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu-nf > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #666;
}

    .navbar-default .navbar-link:hover {
        color: #212121;
    }

.navbar-default .btn-link {
    color: #666;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #212121;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #e91e63;
}

    .navbar-inverse .navbar-brand {
        color: #f7a9c4;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #bbb;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #f7a9c4;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #c1134e;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgba(0,0,0,.5);
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #cf1454;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #c1134e;
        color: #fff;
    }

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .dropdown-header {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu-nf .divider {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu-nf > li > a {
        color: #f7a9c4;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu-nf > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu-nf > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .active > a:hover {
        color: #fff;
        background-color: #c1134e;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu-nf > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #f7a9c4;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #f7a9c4;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    margin-bottom: 23px;
}

    .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb > .active {
        color: #bbb;
    }

.pagination {
    padding-left: 0;
    margin: 23px 0;
    border-radius: 3px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 16px;
            line-height: 1.846;
            text-decoration: none;
            color: #2196F3;
            background-color: #F9F9F9;
            border: 1px solid #F9F9F9;
            margin-left: -1px;
        }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #64B5F6;
    background-color: #eee;
    border-color: #F9F9F9;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #bbb;
    background-color: #fff;
    border-color: #F9F9F9;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 1.3333333;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pager {
    padding-left: 0;
    margin: 23px 0;
    list-style: none;
}

    .pager:after, .pager:before {
        content: " ";
        display: table;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #F9F9F9;
            border: 1px solid #F9F9F9;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #bbb;
        background-color: #F9F9F9;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.badge, .popover, .tooltip {
    font-weight: 400;
}

.label:empty {
    display: none;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #bbb;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #a2a2a2;
    }

.label-primary {
    background-color: #e91e63;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #c1134e;
    }

.label-success {
    background-color: #2196F3;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #0c7cd5;
    }

.label-info {
    background-color: #00bcd4;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #008fa1;
    }

.label-warning {
    background-color: #ffab40;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ff950d;
    }

.label-danger {
    background-color: #F44336;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #ea1c0d;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #bbb;
    border-radius: 10px;
}

.popover, .tooltip {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    line-break: auto;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.media-object, .thumbnail {
    display: block;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #2196F3;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f9f9f9;
}

    .jumbotron .h1, .jumbotron h1 {
        color: #444;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 200;
    }

.alert, .thumbnail {
    margin-bottom: 23px;
}

.jumbotron > hr {
    border-top-color: #e0e0e0;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 59px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.alert-danger hr, .alert-info hr, .alert-success hr, .alert-warning hr {
    border-top-color: transparent;
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #666;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #2196F3;
}

.alert-danger, .alert-info, .alert-success, .alert-warning {
    border-color: transparent;
}

.alert {
    padding: 15px;
    border-radius: 3px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.alert-success {
    color: #2196F3;
}

    .alert-success .alert-link {
        color: #0c7cd5;
    }

.alert-info {
    color: #00bcd4;
}

    .alert-info .alert-link {
        color: #008fa1;
    }

.alert-warning {
    color: #ffab40;
}

    .alert-warning .alert-link {
        color: #ff950d;
    }

.alert-danger {
    color: #F44336;
}

    .alert-danger .alert-link {
        color: #ea1c0d;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    margin-bottom: 23px;
    background-color: #f5f5f5;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    background-color: #e91e63;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #2196F3;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #00bcd4;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffab40;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #F44336;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right, .page-header .media > .actions {
    padding-left: 10px;
}

.list-group, .media-list {
    padding-left: 0;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    list-style: none;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
}

    .list-group-item:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #bbb;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #bbb;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #fbd8e4;
    }

.list-group-item-success {
    color: #2196F3;
    background-color: transparent;
}

a.list-group-item-success, button.list-group-item-success {
    color: #2196F3;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #2196F3;
        background-color: transparent;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #2196F3;
        border-color: #2196F3;
    }

.list-group-item-info {
    color: #00bcd4;
    background-color: transparent;
}

a.list-group-item-info, button.list-group-item-info {
    color: #00bcd4;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #00bcd4;
        background-color: transparent;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #00bcd4;
        border-color: #00bcd4;
    }

.list-group-item-warning {
    color: #ffab40;
    background-color: transparent;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #ffab40;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #ffab40;
        background-color: transparent;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #ffab40;
        border-color: #ffab40;
    }

.list-group-item-danger {
    color: #F44336;
    background-color: transparent;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #F44336;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #F44336;
        background-color: transparent;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.panel, .panel-footer {
    background-color: #fff;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.modal-title, .popover, .tooltip {
    line-height: 1.846;
}

.panel {
    margin-bottom: 23px;
    border-radius: 2px;
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

.panel-body {
    padding: 15px;
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table;
    }

.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-title {
    margin-top: 0;
    font-size: 15px;
}

.panel-footer {
    padding: 10px 15px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 1px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 1px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #F0F0F0;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 23px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 2px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #666;
        background-color: #fff;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #fff;
            background-color: #666;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #e91e63;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #e91e63;
        border-color: #e91e63;
    }

.panel-danger, .panel-danger > .panel-heading, .panel-info, .panel-info > .panel-heading, .panel-success, .panel-warning, .panel-warning > .panel-heading {
    border-color: transparent;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e91e63;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-primary > .panel-heading .badge {
    color: #e91e63;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e91e63;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #2196F3;
    border-color: transparent;
}

    .panel-success > .panel-heading .badge {
        color: #2196F3;
        background-color: #fff;
    }

.panel-info > .panel-heading {
    color: #fff;
    background-color: #00bcd4;
}

    .panel-info > .panel-heading .badge {
        color: #00bcd4;
        background-color: #fff;
    }

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #ffab40;
}

    .panel-warning > .panel-heading .badge {
        color: #ffab40;
        background-color: #fff;
    }

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #F44336;
}

    .panel-danger > .panel-heading .badge {
        color: #F44336;
        background-color: #fff;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
}

.well-lg, .well-sm {
    border-radius: 3px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
}

.well-sm {
    padding: 9px;
}

.well1 {
    min-height: 0;
    padding: 10px;
    margin-bottom: 0;
    background-color: #f0f0f0;
    border: 1px solid transparent;
}

.well1-lg, .well1-sm {
    border-radius: 3px;
}

.well1 blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well1-lg {
    padding: 24px;
}

.well1-sm {
    padding: 9px;
}

.well2 {
    min-height: 0;
    padding: 10px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
}

.well2-lg, .well2-sm {
    border-radius: 3px;
}

.well2 blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well2-lg {
    padding: 24px;
}

.well2-sm {
    padding: 9px;
}

.box {
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    margin-right: 1000px;
    font-size: 150%;
}

.box1 {
    min-height: 0;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 850px;
    font-size: 100%;
}

.box2 {
    min-height: 0;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 5px;
    margin-left: 15px;
    margin-top: -45px;
    margin-right: 850px;
    font-size: 100%;
}

.box3 {
    min-height: 0;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 5px;
    margin-top: -58%;
    margin-left: 250px;
    margin-right: -40%;
    font-size: 100%;
}

.box4 {
    min-height: 0;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 5px;
    margin-top: -3%;
    margin-left: 250px;
    margin-right: 0;
    font-size: 100%;
}

.box5 {
    min-height: 0;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 5px;
    margin-top: -3%;
    margin-left: 250px;
    margin-right: -40%;
    font-size: 100%;
}

.wrapper {
    display: grid;
    background-color: #fff;
    color: #444;
}

.box {
    background-color: #444;
    color: #000000;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}

.a {
    grid-column: 1 / 3;
    grid-row: 1;
}

.b {
    grid-column: 3;
    grid-row: 1 / 3;
}

.c {
    grid-column: 1;
    grid-row: 2;
}

.d {
    grid-column: 2;
    grid-row: 2;
}

.e {
    grid-column: 2;
    grid-row: 2;
}

.close {
    float: right;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-content, .popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    display: table;
    content: " ";
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272;
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    letter-spacing: normal;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #727272;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #727272;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #727272;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #727272;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    letter-spacing: normal;
    text-align: left;
    text-align: start;
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
}

.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
}

.login-brand-logo, .btn, .table-full thead tr > th, thead tr > th, .uppercase {
    text-transform: uppercase;
}

.table1-full thead tr > th, .lower {
    text-transform: uppercase;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel, .carousel-inner {
    position: relative;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: rgba(0,0,0,.2);
    border-top-color: fadein(rgba(0,0,0,.2), 7.5%);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: rgba(0,0,0,.2);
    border-right-color: fadein(rgba(0,0,0,.2), 7.5%);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0,0,0,.2);
    border-bottom-color: fadein(rgba(0,0,0,.2), 7.5%);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0,0,0,.2);
    border-left-color: fadein(rgba(0,0,0,.2), 7.5%);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-header .actions, .pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

/*body, button, input {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    text-rendering: optimizeLegibility;
}*/

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

/*@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.page-header {
    margin: 0 0 40px;
    padding: 0;
    border: none;
}

    .page-header h1 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .page-header .lead {
        margin: 0;
    }

    .page-header .actions {
        margin-right: -10px;
        margin-top: -10px;
    }

.navbar {
    border: none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(0,0,0,.3);
}

.navbar-default {
    border-radius: inherit;
}

.navbar.scroll {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    z-index: 1028;
}

.navbar-brand {
    font-size: 16px;
    color: #939393;
}

.navbar-inverse .form-control {
    color: #fff;
}

    .navbar-inverse .form-control::-moz-placeholder {
        color: #f7a9c4;
        opacity: 1;
    }

    .navbar-inverse .form-control:-ms-input-placeholder {
        color: #f7a9c4;
    }

    .navbar-inverse .form-control::-webkit-input-placeholder {
        color: #f7a9c4;
    }

    .navbar-inverse .form-control[type=text] {
        -webkit-box-shadow: inset 0 -1px 0 #f7a9c4;
        box-shadow: inset 0 -1px 0 #f7a9c4;
    }

        .navbar-inverse .form-control[type=text]:focus {
            -webkit-box-shadow: inset 0 -2px 0 #fff;
            box-shadow: inset 0 -2px 0 #fff;
        }

.navbar-nav > li > .dropdown-menu-nf {
    margin-top: 0;
}

.navbar-fixed-top {
    margin-left: 0 !important;
}

@media (min-width:992px) {
    .navbar-toggle {
        display: block;
    }
}

@media (min-width:993px) {
    .navbar-fixed-top {
        margin-left: 260px !important;
    }

    .navbar-toggle {
        display: none;
    }
}*/

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    color: #666;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.danger, .table > tbody > tr > td.info, .table > tbody > tr > td.success, .table > tbody > tr > td.warning, .table > tbody > tr > th.danger, .table > tbody > tr > th.info, .table > tbody > tr > th.success, .table > tbody > tr > th.warning, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > td.info, .table > tfoot > tr > td.success, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.danger, .table > tfoot > tr > th.info, .table > tfoot > tr > th.success, .table > tfoot > tr > th.warning, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.danger, .table > thead > tr > td.info, .table > thead > tr > td.success, .table > thead > tr > td.warning, .table > thead > tr > th.danger, .table > thead > tr > th.info, .table > thead > tr > th.success, .table > thead > tr > th.warning {
    color: #fff;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: transparent;
}

.table-bordered {
    border: none;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.form-group {
    position: relative;
}

.btn {
    font-size: 11px !important;
}

label {
    font-weight: 400;
}

textarea {
    min-height: 150px;
    resize: both;
}

    [contenteditable].form-control, [type=email].form-control, [type=password].form-control, [type=tel].form-control, [type=text].form-control, input.form-control, input[type=email], input[type=number], input[type=password], input[type=text], textarea, textarea.form-control {
        padding: 0;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 -1px 0 #ddd;
        box-shadow: inset 0 -1px 0 #ddd;
        font-size: 13px;
    }

        [contenteditable].form-control[disabled], [contenteditable].form-control[readonly], [type=email].form-control[disabled], [type=email].form-control[readonly], [type=password].form-control[disabled], [type=password].form-control[readonly], [type=tel].form-control[disabled], [type=tel].form-control[readonly], [type=text].form-control[disabled], [type=text].form-control[readonly], input.form-control[disabled], input.form-control[readonly], input[type=email][disabled], input[type=email][readonly], input[type=number][disabled], input[type=number][readonly], input[type=password][disabled], input[type=password][readonly], input[type=text][disabled], input[type=text][readonly], textarea.form-control[disabled], textarea.form-control[readonly], textarea[disabled], textarea[readonly] {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px dotted #ddd;
        }

        .input-group-sm > .input-group-btn > [contenteditable].form-control.btn, .input-group-sm > .input-group-btn > [type=email].form-control.btn, .input-group-sm > .input-group-btn > [type=password].form-control.btn, .input-group-sm > .input-group-btn > [type=tel].form-control.btn, .input-group-sm > .input-group-btn > [type=text].form-control.btn, .input-group-sm > .input-group-btn > input.form-control.btn, .input-group-sm > .input-group-btn > input[type=email].btn, .input-group-sm > .input-group-btn > input[type=number].btn, .input-group-sm > .input-group-btn > input[type=password].btn, .input-group-sm > .input-group-btn > input[type=text].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.form-control.btn, .input-group-sm > [contenteditable].form-control, .input-group-sm > [type=email].form-control, .input-group-sm > [type=password].form-control, .input-group-sm > [type=tel].form-control, .input-group-sm > [type=text].form-control, .input-group-sm > input.form-control, .input-group-sm > input[type=email].form-control, .input-group-sm > input[type=email].input-group-addon, .input-group-sm > input[type=number].form-control, .input-group-sm > input[type=number].input-group-addon, .input-group-sm > input[type=password].form-control, .input-group-sm > input[type=password].input-group-addon, .input-group-sm > input[type=text].form-control, .input-group-sm > input[type=text].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, [contenteditable].form-control.input-sm, [type=email].form-control.input-sm, [type=password].form-control.input-sm, [type=tel].form-control.input-sm, [type=text].form-control.input-sm, input.form-control.input-sm, input[type=email].input-sm, input[type=number].input-sm, input[type=password].input-sm, input[type=text].input-sm, textarea.form-control.input-sm, textarea.input-sm {
            font-size: 12px;
        }

        .input-group-lg > .input-group-btn > [contenteditable].form-control.btn, .input-group-lg > .input-group-btn > [type=email].form-control.btn, .input-group-lg > .input-group-btn > [type=password].form-control.btn, .input-group-lg > .input-group-btn > [type=tel].form-control.btn, .input-group-lg > .input-group-btn > [type=text].form-control.btn, .input-group-lg > .input-group-btn > input.form-control.btn, .input-group-lg > .input-group-btn > input[type=email].btn, .input-group-lg > .input-group-btn > input[type=number].btn, .input-group-lg > .input-group-btn > input[type=password].btn, .input-group-lg > .input-group-btn > input[type=text].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.form-control.btn, .input-group-lg > [contenteditable].form-control, .input-group-lg > [type=email].form-control, .input-group-lg > [type=password].form-control, .input-group-lg > [type=tel].form-control, .input-group-lg > [type=text].form-control, .input-group-lg > input.form-control, .input-group-lg > input[type=email].form-control, .input-group-lg > input[type=email].input-group-addon, .input-group-lg > input[type=number].form-control, .input-group-lg > input[type=number].input-group-addon, .input-group-lg > input[type=password].form-control, .input-group-lg > input[type=password].input-group-addon, .input-group-lg > input[type=text].form-control, .input-group-lg > input[type=text].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, [contenteditable].form-control.input-lg, [type=email].form-control.input-lg, [type=password].form-control.input-lg, [type=tel].form-control.input-lg, [type=text].form-control.input-lg, input.form-control.input-lg, input[type=email].input-lg, input[type=number].input-lg, input[type=password].input-lg, input[type=text].input-lg, textarea.form-control.input-lg, textarea.input-lg {
            font-size: 17px;
        }

select, select.form-control {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 15px;;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
    line-height: 1.5;
}

    select.form-control::-ms-expand, select::-ms-expand {
        display: none;
    }

    .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.form-control.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.form-control.input-sm, select.input-sm {
        font-size: 12px;
    }

    .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.form-control.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.form-control.input-lg, select.input-lg {
        font-size: 17px;
    }

    select.form-control:focus, select:focus {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    }

    select.form-control[multiple], select[multiple] {
        background: 0 0;
    }

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
    padding-left: 33px;
    margin-bottom: 5px;
    line-height: 30px;
    cursor: pointer;
}

.checkbox-inline, .radio-inline {
    padding: 0 20px 0 0;
}

    .radio input[type=radio], .radio-inline input[type=radio], input[type=radio] {
        margin-top: 5px;
        margin-left: -33px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }

        .radio input[type=radio]:focus, .radio-inline input[type=radio]:focus, input[type=radio]:focus {
            outline: 0;
        }

        .radio input[type=radio]:after, .radio input[type=radio]:before, .radio-inline input[type=radio]:after, .radio-inline input[type=radio]:before, input[type=radio]:after, input[type=radio]:before {
            content: "";
            display: block;
            width: 25px;
            height: 25px;
            margin-top: -5px;
            border-radius: 50%;
            -webkit-transition: 240ms;
            -o-transition: 240ms;
            transition: 240ms;
        }

        .radio input[type=radio]:before, .radio-inline input[type=radio]:before, input[type=radio]:before {
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        .radio input[type=radio]:after, .radio-inline input[type=radio]:after, input[type=radio]:after {
            border: 2px solid #666;
        }

        .radio input[type=radio]:checked:before, .radio-inline input[type=radio]:checked:before, input[type=radio]:checked:before {
            -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5);
        }

        .radio input[type=radio]:disabled:checked:before, .radio-inline input[type=radio]:disabled:checked:before, input[type=radio]:disabled:checked:before {
            background-color: #bbb;
        }

        .radio input[type=radio]:disabled:after, .radio input[type=radio]:disabled:checked:after, .radio-inline input[type=radio]:disabled:after, .radio-inline input[type=radio]:disabled:checked:after, input[type=radio]:disabled:after, input[type=radio]:disabled:checked:after {
            border-color: #bbb;
        }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], label input[type=checkbox] {
        margin-left: -33px;
    }

label input[type=checkbox] {
    position: inherit;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], input[type=checkbox] {
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .checkbox input[type=checkbox]:focus, .checkbox-inline input[type=checkbox]:focus, input[type=checkbox]:focus {
        outline: 0;
    }

    .checkbox input[type=checkbox]:after, .checkbox-inline input[type=checkbox]:after, input[type=checkbox]:after {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -2px;
        margin-right: 5px;
        border: 2px solid #666;
        border-radius: 2px;
        -webkit-transition: 240ms;
        -o-transition: 240ms;
        transition: 240ms;
    }

    .checkbox input[type=checkbox]:checked:before, .checkbox-inline input[type=checkbox]:checked:before, input[type=checkbox]:checked:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 10px;
        display: table;
        width: 6px;
        height: 12px;
        border: 2px solid #fff;
        border-top-width: 0;
        border-left-width: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkbox input[type=checkbox]:disabled:after, .checkbox-inline input[type=checkbox]:disabled:after, input[type=checkbox]:disabled:after {
        border-color: #bbb;
    }

    .checkbox input[type=checkbox]:disabled:checked:after, .checkbox-inline input[type=checkbox]:disabled:checked:after, input[type=checkbox]:disabled:checked:after {
        background-color: #bbb;
        border-color: transparent;
    }

.checkbox-inline {
    padding: 0 10px;
}

    .checkbox-inline label {
        margin-bottom: 0;
    }

.has-warning .form-control, .has-warning input:not([type=checkbox]) {
    -webkit-box-shadow: inset 0 -1px 0 #ffab40;
    box-shadow: inset 0 -1px 0 #ffab40;
}

    .has-warning .form-control:focus, .has-warning input:not([type=checkbox]):focus {
        -webkit-box-shadow: inset 0 -2px 0 #ffab40;
        box-shadow: inset 0 -2px 0 #ffab40;
    }

.has-error .form-control, .has-error input:not([type=checkbox]) {
    -webkit-box-shadow: inset 0 -1px 0 #F44336;
    box-shadow: inset 0 -1px 0 #F44336;
}

    .has-error .form-control:focus, .has-error input:not([type=checkbox]):focus {
        -webkit-box-shadow: inset 0 -2px 0 #F44336;
        box-shadow: inset 0 -2px 0 #F44336;
    }

.has-error .checkbox {
    padding-bottom: 30px;
}

    .has-error .checkbox .error-msg {
        position: absolute;
        top: 25px;
        left: 0;
    }

.has-success .form-control, .has-success input:not([type=checkbox]) {
    -webkit-box-shadow: inset 0 -1px 0 #2196F3;
    box-shadow: inset 0 -1px 0 #2196F3;
}

    .has-success .form-control:focus, .has-success input:not([type=checkbox]):focus {
        -webkit-box-shadow: inset 0 -2px 0 #2196F3;
        box-shadow: inset 0 -2px 0 #2196F3;
    }

.input-group-addon {
    border: none !important;
    padding: 6px 20px 6px 16px;
}

    .input-group-addon i {
        font-size: 22px;
    }

.nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .nav-tabs > li > a, .nav-tabs > li > a:focus {
        margin-right: 0;
        background-color: transparent;
        border: none;
        color: #666;
        -webkit-box-shadow: inset 0 -1px 0 #ddd;
        box-shadow: inset 0 -1px 0 #ddd;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

.alert, .alert .close {
    color: #fff;
}

.nav-tabs > li > a:focus:hover, .nav-tabs > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:focus:hover, .nav-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs > li.disabled > a {
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:hover {
    border: none !important;
}

.nav-tabs .dropdown-menu-nf {
    margin-top: 0;
}

.dropdown-menu-nf {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: -40px !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

    .dropdown-menu-nf > li > a {
        font-size: 15px;
        padding: 5px 15px;
        position: relative;
    }

    .dropdown-menu-nf .divider {
        margin: 0;
    }

    .dropdown-menu-nf > div {
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

.open .dropdown-menu-nf > div {
    opacity: 1;
}

.dropdown-menu-nf-right {
    left: auto !important;
}

.alert {
    border: none;
}

.progress, .progress-bar:last-child {
    border-radius: 0;
}

.alert-success {
    background-color: #2196F3;
}

.alert-info {
    background-color: #00bcd4;
}

.alert-warning {
    background-color: #ffab40;
}

.alert-danger {
    background-color: #F44336;
}

.alert .alert-link, .alert a:not(.close) {
    color: #fff;
    font-weight: 700;
}

.progress {
    position: relative;
    z-index: 1;
    height: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress-bar:last-child:before {
        display: block;
        content: 'div::before';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #f9c1d4;
    }

.progress-bar-success:last-child.progress-bar:before {
    background-color: #cae6fc;
}

.progress-bar-info:last-child.progress-bar:before {
    background-color: #bbf7ff;
}

.progress-bar-warning:last-child.progress-bar:before {
    background-color: #fffaf3;
}

.progress-bar-danger:last-child.progress-bar:before {
    background-color: #fbb4af;
}

.badge {
    padding: 0 10px;
    font-size: 9px;
    line-height: 22px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 12px 0;
    list-style: none;
    background-color: inherit;
    border-radius: 3px;
    white-space: nowrap;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
    padding: 15px;
}

.list-group-item-text {
    color: #bbb;
}

.close {
    font-size: 34px;
    font-weight: 300;
    line-height: 24px;
    opacity: .6;
}

    .close:hover {
        opacity: 1;
    }

.well {
    border-radius: 0;
}

.well1 {
    border-radius: 0;
}

.well2 {
    border-radius: 0;
}

.panel, .popover {
    border: none;
}

.panel-title {
    line-height: 20px;
}

.panel-heading {
    border-bottom: none;
}

.panel-footer {
    border-top: none;
}

.popover {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

    .popover .popover-title {
        white-space: nowrap;
    }

* {
    outline: 0 !important;
}

.ta-bind, table.dataTable th:active {
    outline: 0;
}

body, html {
    height: 100%;
}

body {
    background-color: #F9F9F9;
    position: relative;
    font-size: 13px;
}

img[src*=svg] {
    width: 50px;
    height: 100%;
}

p {
    margin: 0 0 1em;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*h5 {
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    color: #212121;
}*/

.lead {
    font-size: 14px;
    color: #9B9B9B;
}

main {
    padding-left: 260px;
}

    main .main-container {
        flex: 1;
    }

        main .main-container .main-content {
            position: relative;
            padding-top: 14px;
        }

            main .main-container .main-content > section {
                margin: 20px;
            }

@media (min-width:768px) {
    main .main-container .main-content > section {
        margin: 40px;
    }
}

.alert-container-top-right {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 9999;
}

    .alert-container-top-right .alert {
        position: relative;
        top: 0;
    }

.login-brand-logo img {
    width: 100%;
    padding: 10px 40px;
}

.login-brand-logo {
    min-height: 64px;
    color: #868686;
    line-height: 64px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    background-color: transparent;
}

#logo {
    display: inline-block;
    position: relative;
    height: 19px;
    width: 40px;
}

    #logo .foot1, #logo .foot2, #logo .foot3, #logo .foot4 {
        position: absolute;
        width: 10px;
        height: 22px;
    }

    #logo .foot1, #logo .foot3 {
        -webkit-transform: skewX(-20deg) skewY(0);
        -ms-transform: skewX(-20deg) skewY(0);
        -o-transform: skewX(-20deg) skewY(0);
        transform: skewX(-20deg) skewY(0);
        z-index: 1;
    }

    #logo .foot3 {
        left: 16px;
    }

    #logo .foot2, #logo .foot4 {
        left: 8px;
        -webkit-transform: skewX(20deg) skewY(0);
        -ms-transform: skewX(20deg) skewY(0);
        -o-transform: skewX(20deg) skewY(0);
        transform: skewX(20deg) skewY(0);
        z-index: 0;
    }

    #logo .foot4 {
        left: 24px;
    }

.icon-circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border-width: 4px;
    border-style: solid;
    display: inline-flex;
}

.icon-color {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,.08);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .icon-color:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        border-radius: 10px;
    }

.element-block {
    margin-bottom: 60px;
}

#sidenav-overlay {
    position: absolute;
    left: 0;
    top: -65px;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1036;
    will-change: opacity;
}

.drag-target, aside.sidebar {
    position: fixed;
    top: 0;
    height: 100%;
}

.drag-target {
    width: 10px;
    z-index: 998;
}

aside.sidebar {
    left: 0;
    width: 260px;
    margin: 0;
    padding-bottom: 60px;
    z-index: 1037;
    will-change: left;
    font-size: 13px;
    background-color: #E8E8E8;
    border-right: 1px rgba(0,0,0,.07) solid;
}

    aside.sidebar > ul {
        margin-top: 50px;
    }

    aside.sidebar a.collapsible-header {
        font-weight: 600;
    }

        aside.sidebar a.collapsible-header:after {
            content: "\f29e";
            display: inline-block;
            font: normal normal normal 14px/1 'Material Design Iconic Font';
            speak: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            right: 20px;
            top: 16px;
            font-size: 22px;
            -webkit-transition: transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
        }

        aside.sidebar a.collapsible-header.active:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        aside.sidebar a.collapsible-header.active {
            background: rgba(0,0,0,.05);
        }

    aside.sidebar i {
        font-size: 20px;
        line-height: 23px;
        margin-right: 5px;
        color: #BEBEBE;
    }

    aside.sidebar ul a {
        margin: 0;
        padding: 15px 0 15px 22px;
        color: #737373;
        display: block;
        position: relative;
    }

        aside.sidebar ul a.active, aside.sidebar ul a:hover {
            background: rgba(0,0,0,.1);
        }

    aside.sidebar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        aside.sidebar ul ul a {
            padding: 8px 15px 8px 46px;
        }

    aside.sidebar .user-logged-in {
        min-height: 100px;
        position: relative;
        display: table;
        width: 100%;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
        box-shadow: inset 0 0 2px rgba(0,0,0,.1);
        padding: 10px 0px;
    }

        aside.sidebar .user-logged-in .content {
            display: table-cell;
            vertical-align: middle;
            padding: 0 22px;
        }

.f30 {
    font-size: 30px !important;
    padding: 15px 0px;
}

aside.sidebar .user-logged-in .content .user-name {
    font-size: 14px;
    line-height: 26px;
}

aside.sidebar .user-logged-in .content .user-email {
    font-size: 13px;
    color: #999;
    line-height: 15px;
}

aside.sidebar .user-logged-in .content .user-actions {
    margin-top: 7px;
    font-size: 10px;
}

aside.sidebar .user-logged-in:after {
    content: "";
    background: url(../img/user-bg.png);
    background-size: cover;
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width:992px) {
    footer, main {
        padding-left: 0;
    }

    aside.sidebar {
        /*left: -105%;*/
    }
}

.btn {
    border: none;
    font-weight: 400;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -webkit-transition: all .4s cubic-bezier(0, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(0, 0, .2, 1);
    transition: all .4s cubic-bezier(0, 0, .2, 1);
}

.panel.weather, .panel.weather .degrees i {
    font-weight: 700;
}

.btn-round, .btn-round-sm {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.btn:active, .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-link:focus {
        text-decoration: none;
    }

    .btn-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        background-color: #eee;
    }

.btn-round-sm {
    font-size: 20px;
    background-image: none;
    text-align: center;
}

.btn-group-lg > .btn-round.btn, .btn-round.btn-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.btn-group-sm > .btn-round.btn, .btn-round.btn-sm {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.btn-group-xs > .btn-round.btn, .btn-round.btn-xs {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.btn-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1.5px solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 3px;
    background-color: transparent;
}

    .btn-border.focus, .btn-border:active, .btn-border:hover, .btn-flat, .btn-flat.focus, .btn-flat:active, .btn-flat:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-flat-border, .btn-flat-border:hover {
    -webkit-box-shadow: none;
    border-bottom: 2px solid rgba(0,0,0,.2);
}

.btn-flat-border {
    box-shadow: none;
}

    .btn-flat-border:hover {
        box-shadow: none;
        top: 0;
    }

    .btn-flat-border.focus, .btn-flat-border:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,.25);
        border-color: rgba(0,0,0,.25);
    }

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    background-color: #f2f2f2;
}

.btn-default.btn-border {
    border-color: #bbb;
    color: #bbb;
}

    .btn-default.btn-border.active, .btn-default.btn-border.focus, .btn-default.btn-border:active, .btn-default.btn-border:focus, .btn-default.btn-border:hover, .open > .btn-default.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #bbb;
    }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    background-color: #d81558;
}

.btn-primary.btn-border {
    border-color: #e91e63;
    color: #e91e63;
}

    .btn-primary.btn-border.active, .btn-primary.btn-border.focus, .btn-primary.btn-border:active, .btn-primary.btn-border:focus, .btn-primary.btn-border:hover, .open > .btn-primary.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #e91e63;
    }

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    background-color: #0d8aee;
}

.btn-success.btn-border {
    border-color: #2196F3;
    color: #2196F3;
}

    .btn-success.btn-border.active, .btn-success.btn-border.focus, .btn-success.btn-border:active, .btn-success.btn-border:focus, .btn-success.btn-border:hover, .open > .btn-success.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #2196F3;
    }

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    background-color: #00a5bb;
}

.btn-info.btn-border {
    border-color: #00bcd4;
    color: #00bcd4;
}

    .btn-info.btn-border.active, .btn-info.btn-border.focus, .btn-info.btn-border:active, .btn-info.btn-border:focus, .btn-info.btn-border:hover, .open > .btn-info.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #00bcd4;
    }

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    background-color: #ffa027;
}

.btn-warning.btn-border {
    border-color: #ffab40;
    color: #ffab40;
}

    .btn-warning.btn-border.active, .btn-warning.btn-border.focus, .btn-warning.btn-border:active, .btn-warning.btn-border:focus, .btn-warning.btn-border:hover, .open > .btn-warning.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #ffab40;
    }

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    background-color: #f32c1e;
}

.btn-danger.btn-border {
    border-color: #F44336;
    color: #F44336;
}

    .btn-danger.btn-border.active, .btn-danger.btn-border.focus, .btn-danger.btn-border:active, .btn-danger.btn-border:focus, .btn-danger.btn-border:hover, .open > .btn-danger.btn-border.dropdown-toggle {
        color: #fff;
        background-color: #F44336;
    }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0;
}

.c3 .c3-tooltip th.panel a, .c3 .c3-tooltip th.panel a h2, .card .list-group .panel.list-group-item.active a, .card .list-group .panel.list-group-item.active a h2, .panel.theme-fourth-bg a, .panel.theme-fourth-bg a h2, .panel.theme-primary-bg a, .panel.theme-primary-bg a h2, .panel.theme-secondary-bg a, .panel.theme-secondary-bg a h2, .panel.theme-third-bg a, .panel.theme-third-bg a h2 {
    color: #fff;
}

.panel.weather {
    background-color: #42A5F5;
    color: #fff;
    font-size: 14px;
}

    .panel.weather .degrees {
        display: inline-block;
        vertical-align: top;
        line-height: normal;
        font-size: 30px;
    }

    .panel.weather .weather-icon {
        padding: 9px 0;
        text-align: center;
    }

        .panel.weather .weather-icon i {
            font-size: 100px;
        }

.table-small tbody > tr > td {
    vertical-align: middle;
    padding: 2px;
    border-top: 1px solid #F9F9F9;
}

    .table-full thead tr > th:last-child, .table-small tbody > tr > td:last-child {
        padding-right: 20px;
    }

    .table1-full thead tr > th:last-child, .table-small tbody > tr > td:last-child {
        padding-right: 20px;
    }

    .table-small tbody > tr > td i {
        font-size: 25px;
        line-height: 25px;
    }

    .table-small tbody > tr > td:first-child {
        padding-left: 20px;
    }

.table-full tbody > tr > td:first-child, .table-full thead tr > th:first-child {
    padding-left: 40px;
}

.table1-full tbody > tr > td:first-child, .table1-full thead tr > th:first-child {
    padding-left: 30px;
}

.table-full {
    margin-bottom: 0;
    background: #fff;
    width: 100%;
}

.table1-full {
    margin-bottom: 0;
    background: #fff;
    width: 100%;
}

.table-full thead {
    background: #FAFAFA;
}

.table1-full thead {
    background: #FAFAFA;
}

.table-full thead tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #F0F0F0;
    font-weight: bold;
    font-size: 11px;
}

.table1-full thead tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #F0F0F0;
    font-weight: bold;
    font-size: 11px;
}

.table-full thead tr > th input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0;
}

    .table-full thead tr > th input[type=checkbox]:after {
        width: 19px;
        height: 19px;
        margin-top: 1px;
        margin-left: 3px;
    }

.table-full tbody > tr > td {
    vertical-align: middle;
    cursor: pointer;
}

    .table-full tbody > tr > td:last-child {
        padding-right: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.table-full input[type=checkbox] {
    margin: 7px 0 0;
    position: relative;
}

    .table-full input[type=checkbox]:after {
        border-color: #DBDBDB;
    }

.table1-full thead tr > th input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0;
}

    .table1-full thead tr > th input[type=checkbox]:after {
        width: 19px;
        height: 19px;
        margin-top: 1px;
        margin-left: 3px;
    }

.table1-full tbody > tr > td {
    vertical-align: middle;
    cursor: pointer;
}

    .table1-full tbody > tr > td:last-child {
        padding-right: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.table1-full input[type=checkbox] {
    margin: 7px 0 0;
    position: relative;
}

    .table1-full input[type=checkbox]:after {
        border-color: #DBDBDB;
    }

.f-14 {
    font-size: 14px;
}

.table-full .btn-round {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.table-full tr:hover .icon-color {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 10px;
}

.table-full-small tbody > tr > td:first-child, .table-full-small thead tr > th:first-child {
    padding-left: 20px;
}

.table1-full .btn-round {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.table1-full tr:hover .icon-color {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 10px;
}

.table1-full-small tbody > tr > td:first-child, .table1-full-small thead tr > th:first-child {
    padding-left: 20px;
}

.table-title {
    border-bottom: 1px solid rgba(160,160,160,.15);
    /*padding: 15px 30px;*/
    /*font-size: 24px;*/
    font-weight: 300;
    margin: 0;
    color: #666;
}

    .table-title h3, .table-title span {
        margin: 0px;
        padding: 12px 30px;
    }

    .table-title span {
        /*border-left: solid 1px #F0F0F0;*/
    }

    .table-title select {
        padding-right: 25px;
        font-size: 14px;
        padding-left: 0px;
        margin-left: 10px;
        box-shadow: none;
        font-weight: bold;
    }

    .table-title.normal {
        padding: 20px;
    }

.table1-title {
    border-bottom: 1px solid rgba(160,160,160,.15);
    /*padding: 15px 30px;*/
    /*font-size: 24px;*/
    font-weight: 300;
    margin: 0;
    color: #666;
}

    .table1-title h3, .table1-title span {
        margin: 0px;
        padding: 12px 30px;
    }

    .table1-title span {
        /*border-left: solid 1px #F0F0F0;*/
    }

    .table1-title select {
        padding-right: 25px;
        font-size: 14px;
        padding-left: 0px;
        margin-left: 10px;
        box-shadow: none;
        font-weight: bold;
    }

    .table1-title.normal {
        padding: 20px;
    }

.footer-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    .footer-buttons .btn-footer {
        -webkit-animation: moveFromBottomFade .3s ease both;
        -o-animation: moveFromBottomFade .3s ease both;
        animation: moveFromBottomFade .3s ease both;
        position: relative !important;
        display: inline-block !important;
    }

        .footer-buttons .btn-footer.ng-hide {
            -webkit-animation: moveToBottomFade .3s ease both;
            -o-animation: moveToBottomFade .3s ease both;
            animation: moveToBottomFade .3s ease both;
        }

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes moveToBottomFade {
    to {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@keyframes moveToBottomFade {
    to {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

.card {
    position: relative;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 30px;
}

    .card.card-flip {
        overflow: hidden;
    }

    .card .card-profile {
        position: relative;
        z-index: 1;
        margin-top: -62px;
        border-radius: 50%;
        padding: 5px;
        background-color: #FFF;
        -webkit-box-shadow: 0 -3px 3px rgba(0,0,0,.2);
        box-shadow: 0 -3px 3px rgba(0,0,0,.2);
    }

    .card .list-group, .card .pagination {
        margin: 0;
    }

    .card .card-profile img[src*=svg] {
        width: 75px;
        height: 75px;
    }

    .card .activator {
        cursor: pointer;
    }

    .card .list-group .list-group-item {
        border: none;
        border-top: 1px solid #F0F0F0;
        font-size: 16px;
        padding: 10px 15px;
        padding-bottom: 0px;
    }

        .card .list-group .list-group-item img {
            max-height: 40px;
        }

        .card .list-group .list-group-item .list-group-item-heading {
            font-size: 14px;
            margin-bottom: 0;
            line-height: 20px;
        }

        .card .list-group .list-group-item .list-group-item-text {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

        .card .list-group .list-group-item .list-actions {
            float: right;
            position: relative;
            margin: -10px -15px;
        }

        .card .list-group .list-group-item .btn {
            font-size: 18px;
            line-height: 36px;
        }

        .card .list-group .list-group-item:first-child {
            border: none;
        }

    .card .btn-icon {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 22px;
        padding: 0;
        line-height: 40px;
    }

    .card .card-header {
        padding: 20px;
        background-color: #F7F7F7;
    }

        .card .card-header .actions {
            line-height: 40px;
            font-size: 20px;
            float: right;
            margin-top: -12px;
        }

        .card .card-header .floating-actions {
            position: absolute;
            z-index: 2;
            bottom: -20px;
            right: 35px;
        }

            .card .card-header .floating-actions .btn {
                box-shadow: none;
            }

                .card .card-header .floating-actions .btn:hover {
                    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
                    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
                }

        .card .card-header.alert {
            color: #fff;
        }

        .card .card-header.alert-success {
            background-color: #2196F3;
        }

        .card .card-header.alert-info {
            background-color: #00bcd4;
        }

        .card .card-header.alert-warning {
            background-color: #ffab40;
        }

        .card .card-header.alert-danger {
            background-color: #F44336;
        }

    .card .card-title {
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        line-height: 16px;
    }

        .card .card-title.activator {
            cursor: pointer;
        }

    .card .card-image {
        position: relative;
    }

        .card .card-image img {
            border-radius: 2px 2px 0 0;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

        .card .card-image .card-title {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px;
            color: #fff;
            text-shadow: 1px 1px 1px rgba(0,0,0,.6);
        }

    .card .card-content {
        padding: 20px;
        border-radius: 0 0 2px 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card .card-content p {
            margin: 0;
        }

    .card .card-action {
        padding: 20px;
    }

    .card.bordered .card-action {
        border-top: 1px solid #F0F0F0;
    }

    .card.bordered .card-header {
        border-bottom: 1px solid #F0F0F0;
    }

    .card .card-reveal {
        padding: 20px;
        position: absolute;
        background-color: #FFF;
        width: 100%;
        overflow-y: auto;
        top: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card .card-reveal.active, .floating-label .control-label.normal, .form-floating .control-label.normal {
            -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
            -o-transform: translate(0, -100%);
        }

        .card .card-reveal.active {
            transform: translate(0, -100%);
        }

        .card .card-reveal .card-title {
            cursor: pointer;
            display: block;
        }

    .card.small {
        font-size: 13px;
    }

        .card.small .card-action, .card.small .card-header {
            padding: 10px 15px;
        }

            .card.small .card-action .action, .card.small .card-header .action {
                margin-top: -5px;
            }

                .card.small .card-action .action .btn-icon, .card.small .card-header .action .btn-icon {
                    width: 25px;
                    height: 25px;
                    font-size: 13px;
                    line-height: 25px;
                }

        .card.small .card-title {
            font-size: 14px;
        }

        .card.small .card-content {
            padding: 15px;
        }

    .card.large .card-content {
        padding: 25px;
    }

    .card.large .card-title {
        font-size: 26px;
        padding-bottom: 5px;
    }

legend {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.floating-label .control-label.normal, .form-floating .control-label.normal {
    transform: translate(0, -100%);
    font-size: 90%;
    padding-bottom: 10px;
}

.floating-label .form-group, .floating-label.form-group, .form-floating .form-group, .form-floating.form-group {
    position: relative;
    margin-top: 15px;
}

.floating-label .help-block, .form-floating .help-block {
    margin-bottom: 40px;
}

.ta-toolbar, .ta-toolbar .btn-group {
    margin: 0;
}

.floating-label .hint-block, .form-floating .hint-block {
    position: absolute;
    top: 32px;
    right: 0;
    font-size: 11px;
}

.floating-label .control-label, .form-floating .control-label {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
    pointer-events: none;
    font-weight: 400;
    color: rgba(0,0,0,.4);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.floating-label .active .control-label, .floating-label .filled .control-label, .floating-label .filled-static .control-label, .form-floating .active .control-label, .form-floating .filled .control-label, .form-floating .filled-static .control-label {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 100%;
}

.datepicker .btn, .timepicker .btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ta-toolbar .btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
}

    .ta-toolbar .btn.active, .ta-toolbar .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

.ta-editor {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ta-bind {
    font-size: 16px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

.drop-box {
    background-color: #F1F1F1;
    text-align: center;
    height: 100px;
    line-height: 100px;
    display: block;
    border: 1px dashed #DDD;
}

    .drop-box:hover {
        background-color: #F9F9F9;
    }

.navbar .btn-link:hover {
    background-color: #fff;
}

.navbar .form-group {
    margin-bottom: 0;
}

.navbar .search-form #search-input {
    width: 300px;
}

.navbar .navbar-right-no-collapse {
    float: right !important;
    margin: 12px 0 0;
}

    .navbar .navbar-right-no-collapse ~ .navbar-right-no-collapse {
        margin-right: 0;
    }

    .navbar .navbar-right-no-collapse .dropdown-menu-nf {
        right: 0;
    }

    .navbar .navbar-right-no-collapse .open .dropdown-menu-nf {
        position: absolute;
        background-color: #fff;
        border: inherit;
    }

@media (max-width:767px) {
    .breadcrumb {
        display: none;
    }

    .navbar .search-form #search-input {
        width: 110px;
    }

    .nav.navbar-right-no-collapse {
        margin-right: -15px;
    }

        .nav.navbar-right-no-collapse > li.open {
            position: inherit;
        }

            .nav.navbar-right-no-collapse > li.open .dropdown-menu-nf {
                left: 0 !important;
                min-width: inherit;
            }
}

.switch label .lever, .switch label .lever:after {
    content: "";
    display: inline-block;
}

.switch, .switch * {
    user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
            margin: 0;
        }

        .switch label .lever {
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #e0e0e0;
            border-radius: 15px;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:after {
                position: absolute;
                width: 25px;
                height: 25px;
                background-color: #FFF;
                border-radius: 21px;
                -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
                box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
                left: -5px;
                top: -5px;
                -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
                -o-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
                transition: left .3s ease, background .3s ease, box-shadow .1s ease;
            }

.timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.4), 0 0 0 15px rgba(233,30,99,.1);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4), 0 0 0 15px rgba(233,30,99,.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.4), 0 0 0 15px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4), 0 0 0 15px rgba(0,0,0,.08);
}

.switch label input[type=checkbox]:checked + .lever:after {
    left: 24px;
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

    ::-webkit-scrollbar:hover {
        background-color: rgba(0,0,0,.05);
    }

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,.2);
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-height: 10px;
}

    ::-webkit-scrollbar-thumb:vertical:active {
        background: rgba(0,0,0,.3);
        -webkit-border-radius: 100px;
    }

.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
}

    .timeline:before {
        top: 10px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: rgba(0,0,0,.03);
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            position: relative;
        }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            z-index: 100;
            background: #EEE;
        }

.theme-bg-lighten-5, .theme-lighten-5 {
    background-color: #fce4ec;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

.timeline-title {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.timeline-body {
    line-height: 17px;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0,0,0,.5);
}

    .timeline-body p {
        margin-bottom: 5px;
    }

ul.timeline:before {
    left: 10px;
}

ul.timeline > li > .timeline-panel {
    width: calc(100% - 40px);
    float: right;
}

ul.timeline > li > .timeline-badge {
    left: -8px;
    margin-left: 0;
    top: -10px;
    text-align: center;
}

ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.theme-lighten-5 {
    color: #666;
}

.theme-text-lighten-5 {
    color: #fce4ec;
}

.theme-bg-lighten-4, .theme-lighten-4 {
    background-color: #f8bbd0;
}

.theme-border-lighten-5 {
    border-color: #fce4ec;
}

.theme-fill-lighten-5 {
    fill: #fce4ec;
}

.theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
    box-shadow: inset 0 -2px 0 #fce4ec;
}

.theme-lighten-4 {
    color: #666;
}

.theme-text-lighten-4 {
    color: #f8bbd0;
}

.btn-primary.disabled, .switch label input[type=checkbox]:checked + .lever, .theme-bg-lighten-3, .theme-lighten-3 {
    background-color: #f48fb1;
}

.theme-border-lighten-4 {
    border-color: #f8bbd0;
}

.theme-fill-lighten-4 {
    fill: #f8bbd0;
}

.theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
    box-shadow: inset 0 -2px 0 #f8bbd0;
}

.theme-lighten-3 {
    color: #fff;
}

.theme-text-lighten-3 {
    color: #f48fb1;
}

.theme-bg-lighten-2, .theme-lighten-2 {
    background-color: #f06292;
}

.theme-border-lighten-3 {
    border-color: #f48fb1;
}

.theme-fill-lighten-3 {
    fill: #f48fb1;
}

.theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
    box-shadow: inset 0 -2px 0 #f48fb1;
}

.theme-lighten-2 {
    color: #fff;
}

.theme-text-lighten-2 {
    color: #f06292;
}

.theme-bg-lighten-1, .theme-lighten-1 {
    background-color: #ec407a;
}

.theme-border-lighten-2 {
    border-color: #f06292;
}

.theme-fill-lighten-2 {
    fill: #f06292;
}

.theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #f06292;
    box-shadow: inset 0 -2px 0 #f06292;
}

.theme-lighten-1 {
    color: #fff;
}

.theme-text-lighten-1, aside.sidebar a.collapsible-header:after {
    color: #ec407a;
}

#loading-bar .bar, #logo .foot2, #logo .foot4, .btn-primary, .btn-primary:active, .checkbox input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after, .noUi-base, .noUi-handle, .noUi-handle:before, .noUi-range .noUi-origin:first-child, .radio input[type=radio]:before, .radio-inline input[type=radio]:before, .switch label input[type=checkbox]:checked + .lever:after, .theme, .theme-bg, input[type=checkbox]:checked:after, input[type=radio]:before {
    background-color: #fc0;
}

.theme-border-lighten-1 {
    border-color: #ec407a;
}

.theme-fill-lighten-1 {
    fill: #ec407a;
}

.theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ec407a;
    box-shadow: inset 0 -2px 0 #ec407a;
}

.theme {
    color: #fff;
}

.btn-link, .dashboard .table-dashboard-widget-1 td:first-child, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:focus:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus:hover, .nav-tabs > li > a:hover, .page-header h1, .theme-text, .todo-app .filters .filter, .todo-app .filters .filter.active, .todo-app .filters .filter.active:hover, .todo-app .filters .filter:focus, .todo-app .filters .filter:focus:hover, .todo-app .filters .filter:hover {
    color: #e91e63;
}

#logo .foot1, #logo .foot3, .btn-primary:hover, .theme-bg-darken-1, .theme-darken-1 {
    background-color: #d81b60;
}

.checkbox input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after, .radio input[type=radio]:checked:after, .radio-inline input[type=radio]:checked:after, .table-full input[type=checkbox]:checked:after, .table1-full input[type=checkbox]:checked:after, .theme-border, input[type=checkbox]:checked:after, input[type=radio]:checked:after {
    border-color: #e91e63;
}

.theme-fill {
    fill: #e91e63;
}

.focussed .ta-bind, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:focus:hover, .nav-tabs > li > a:hover, .theme-box-inset, .todo-app .filters .filter.active, .todo-app .filters .filter.active:focus, .todo-app .filters .filter:focus:hover, .todo-app .filters .filter:hover, [contenteditable].form-control:focus, [type=email].form-control:focus, [type=password].form-control:focus, [type=tel].form-control:focus, [type=text].form-control:focus, input.form-control:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, select.form-control:focus, select:focus, textarea.form-control:focus, textarea:focus {
    -webkit-box-shadow: inset 0 -2px 0 #e91e63;
    box-shadow: inset 0 -2px 0 #e91e63;
}

.theme-darken-1 {
    color: #fff;
}

.btn-link:focus, .btn-link:hover, .theme-text-darken-1 {
    color: #d81b60;
}

.theme-bg-darken-2, .theme-darken-2 {
    background-color: #c2185b;
}

.theme-border-darken-1 {
    border-color: #d81b60;
}

.theme-fill-darken-1 {
    fill: #d81b60;
}

.theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #d81b60;
    box-shadow: inset 0 -2px 0 #d81b60;
}

.theme-darken-2 {
    color: #fff;
}

.theme-text-darken-2 {
    color: #c2185b;
}

.theme-bg-darken-3, .theme-darken-3 {
    background-color: #ad1457;
}

.theme-border-darken-2 {
    border-color: #c2185b;
}

.theme-fill-darken-2 {
    fill: #c2185b;
}

.theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #c2185b;
    box-shadow: inset 0 -2px 0 #c2185b;
}

.theme-darken-3 {
    color: #fff;
}

.theme-text-darken-3 {
    color: #ad1457;
}

.theme-bg-darken-4, .theme-darken-4 {
    background-color: #880e4f;
}

.theme-border-darken-3 {
    border-color: #ad1457;
}

.theme-fill-darken-3 {
    fill: #ad1457;
}

.theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ad1457;
    box-shadow: inset 0 -2px 0 #ad1457;
}

.theme-darken-4 {
    color: #fff;
}

.theme-text-darken-4 {
    color: #880e4f;
}

.theme-accent-1, .theme-bg-accent-1 {
    background-color: #ff80ab;
}

.theme-border-darken-4 {
    border-color: #880e4f;
}

.theme-fill-darken-4 {
    fill: #880e4f;
}

.theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #880e4f;
    box-shadow: inset 0 -2px 0 #880e4f;
}

.theme-accent-1 {
    color: #fff;
}

.theme-text-accent-1 {
    color: #ff80ab;
}

.theme-accent-2, .theme-bg-accent-2 {
    background-color: #ff4081;
}

.theme-border-accent-1 {
    border-color: #ff80ab;
}

.theme-fill-accent-1 {
    fill: #ff80ab;
}

.theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
    box-shadow: inset 0 -2px 0 #ff80ab;
}

.theme-accent-2 {
    color: #fff;
}

.theme-text-accent-2 {
    color: #ff4081;
}

.theme-accent-3, .theme-bg-accent-3 {
    background-color: #f50057;
}

.theme-border-accent-2 {
    border-color: #ff4081;
}

.theme-fill-accent-2 {
    fill: #ff4081;
}

.theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff4081;
    box-shadow: inset 0 -2px 0 #ff4081;
}

.theme-accent-3 {
    color: #fff;
}

.theme-text-accent-3 {
    color: #f50057;
}

.btn-primary:focus, .theme-accent-4, .theme-bg-accent-4 {
    background-color: #c51162;
}

.theme-border-accent-3 {
    border-color: #f50057;
}

.theme-fill-accent-3 {
    fill: #f50057;
}

.theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f50057;
    box-shadow: inset 0 -2px 0 #f50057;
}

.theme-accent-4 {
    color: #fff;
}

.theme-text-accent-4 {
    color: #c51162;
}

.theme-border-accent-4 {
    border-color: #c51162;
}

.theme-fill-accent-4 {
    fill: #c51162;
}

.theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #c51162;
    box-shadow: inset 0 -2px 0 #c51162;
}

.theme-secondary-lighten-5 {
    background-color: #E3F2FD;
    color: #666;
}

.theme-secondary-text-lighten-5 {
    color: #E3F2FD;
}

.card .list-group .list-group-item:hover, .theme-secondary-bg-lighten-5 {
    background-color: #E3F2FD;
}

.theme-secondary-border-lighten-5 {
    border-color: #E3F2FD;
}

.theme-secondary-fill-lighten-5 {
    fill: #E3F2FD;
}

.theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #E3F2FD;
    box-shadow: inset 0 -2px 0 #E3F2FD;
}

.theme-secondary-lighten-4 {
    background-color: #BBDEFB;
    color: #666;
}

.theme-secondary-text-lighten-4 {
    color: #BBDEFB;
}

.theme-secondary-bg-lighten-4 {
    background-color: #BBDEFB;
}

.theme-secondary-border-lighten-4 {
    border-color: #BBDEFB;
}

.theme-secondary-fill-lighten-4 {
    fill: #BBDEFB;
}

.theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #BBDEFB;
    box-shadow: inset 0 -2px 0 #BBDEFB;
}

.theme-secondary-lighten-3 {
    background-color: #90CAF9;
    color: #666;
}

.theme-secondary-text-lighten-3, .theme-template-dark .sidebar .user-logged-in a, a:focus, a:hover {
    color: #90CAF9;
}

.theme-secondary-bg-lighten-3 {
    background-color: #90CAF9;
}

.theme-secondary-border-lighten-3 {
    border-color: #90CAF9;
}

.theme-secondary-fill-lighten-3 {
    fill: #90CAF9;
}

.theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #90CAF9;
    box-shadow: inset 0 -2px 0 #90CAF9;
}

.theme-secondary-lighten-2 {
    background-color: #64B5F6;
    color: #fff;
}

.theme-secondary-text-lighten-2 {
    color: #64B5F6;
}

.theme-secondary-bg-lighten-2 {
    background-color: #64B5F6;
}

.theme-secondary-border-lighten-2 {
    border-color: #64B5F6;
}

.theme-secondary-fill-lighten-2 {
    fill: #64B5F6;
}

.theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #64B5F6;
    box-shadow: inset 0 -2px 0 #64B5F6;
}

.theme-secondary-lighten-1 {
    background-color: #42A5F5;
    color: #fff;
}

.theme-secondary-text-lighten-1 {
    color: #42A5F5;
}

.theme-secondary-bg-lighten-1 {
    background-color: #42A5F5;
}

.theme-secondary-border-lighten-1 {
    border-color: #42A5F5;
}

.theme-secondary-fill-lighten-1 {
    fill: #42A5F5;
}

.theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #42A5F5;
    box-shadow: inset 0 -2px 0 #42A5F5;
}

.alert.alert-theme, .jvectormap-container .jvectormap-zoomin, .jvectormap-container .jvectormap-zoomout, .theme-secondary {
    background-color: #2196F3;
    color: #fff;
}

.theme-secondary-text, a {
    color: #2196F3;
}

.c3 .c3-tooltip th, .card .list-group .list-group-item.active, .theme-secondary-bg {
    background-color: #2196F3;
}

.theme-secondary-border {
    border-color: #2196F3;
}

.theme-secondary-fill {
    fill: #2196F3;
}

.theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #2196F3;
    box-shadow: inset 0 -2px 0 #2196F3;
}

.theme-secondary-darken-1 {
    background-color: #1E88E5;
    color: #fff;
}

.theme-secondary-text-darken-1 {
    color: #1E88E5;
}

.theme-secondary-bg-darken-1 {
    background-color: #1E88E5;
}

.theme-secondary-border-darken-1 {
    border-color: #1E88E5;
}

.theme-secondary-fill-darken-1 {
    fill: #1E88E5;
}

.theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #1E88E5;
    box-shadow: inset 0 -2px 0 #1E88E5;
}

.theme-secondary-darken-2 {
    background-color: #1976D2;
    color: #fff;
}

.theme-secondary-text-darken-2 {
    color: #1976D2;
}

.theme-secondary-bg-darken-2 {
    background-color: #1976D2;
}

.theme-secondary-border-darken-2 {
    border-color: #1976D2;
}

.theme-secondary-fill-darken-2 {
    fill: #1976D2;
}

.theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #1976D2;
    box-shadow: inset 0 -2px 0 #1976D2;
}

.theme-secondary-darken-3 {
    background-color: #1565C0;
    color: #fff;
}

.theme-secondary-text-darken-3 {
    color: #1565C0;
}

.theme-secondary-bg-darken-3 {
    background-color: #1565C0;
}

.theme-secondary-border-darken-3 {
    border-color: #1565C0;
}

.theme-secondary-fill-darken-3 {
    fill: #1565C0;
}

.theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #1565C0;
    box-shadow: inset 0 -2px 0 #1565C0;
}

.theme-secondary-darken-4 {
    background-color: #0D47A1;
    color: #fff;
}

.theme-secondary-text-darken-4 {
    color: #0D47A1;
}

.theme-secondary-bg-darken-4 {
    background-color: #0D47A1;
}

.theme-secondary-border-darken-4 {
    border-color: #0D47A1;
}

.theme-secondary-fill-darken-4 {
    fill: #0D47A1;
}

.theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #0D47A1;
    box-shadow: inset 0 -2px 0 #0D47A1;
}

.theme-secondary-accent-1 {
    background-color: #82B1FF;
    color: #fff;
}

.theme-secondary-text-accent-1 {
    color: #82B1FF;
}

.theme-secondary-bg-accent-1 {
    background-color: #82B1FF;
}

.theme-secondary-border-accent-1 {
    border-color: #82B1FF;
}

.theme-secondary-fill-accent-1 {
    fill: #82B1FF;
}

.theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #82B1FF;
    box-shadow: inset 0 -2px 0 #82B1FF;
}

.theme-secondary-accent-2 {
    background-color: #448AFF;
    color: #fff;
}

.theme-secondary-text-accent-2 {
    color: #448AFF;
}

.theme-secondary-bg-accent-2 {
    background-color: #448AFF;
}

.theme-secondary-border-accent-2 {
    border-color: #448AFF;
}

.theme-secondary-fill-accent-2 {
    fill: #448AFF;
}

.theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #448AFF;
    box-shadow: inset 0 -2px 0 #448AFF;
}

.theme-secondary-accent-3 {
    background-color: #2979FF;
    color: #fff;
}

.theme-secondary-text-accent-3 {
    color: #2979FF;
}

.theme-secondary-bg-accent-3 {
    background-color: #2979FF;
}

.theme-secondary-border-accent-3 {
    border-color: #2979FF;
}

.theme-secondary-fill-accent-3 {
    fill: #2979FF;
}

.theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #2979FF;
    box-shadow: inset 0 -2px 0 #2979FF;
}

.theme-secondary-accent-4 {
    background-color: #2962FF;
    color: #fff;
}

.theme-secondary-text-accent-4 {
    color: #2962FF;
}

.theme-secondary-bg-accent-4 {
    background-color: #2962FF;
}

.theme-secondary-border-accent-4 {
    border-color: #2962FF;
}

.theme-secondary-fill-accent-4 {
    fill: #2962FF;
}

.theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #2962FF;
    box-shadow: inset 0 -2px 0 #2962FF;
}

/*.card, .panel, .theme-picker .theme-item:hover, .well, .well1, .well2, .z-depth-0 {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07), 1px 2px 5px 0 rgba(0,0,0,.06);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.07), 1px 2px 5px 0 rgba(0,0,0,.06);
    border: solid 1px #e1e1e1;
}*/

.jvectormap-container .jvectormap-zoomin, .jvectormap-container .jvectormap-zoomout, .navbar .navbar-right-no-collapse .open .dropdown-menu-nf, .z-depth-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
}

/*.alert.alert-theme, .z-depth-2 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}*/

.z-depth-3 {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.z-depth-4 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.z-depth-5 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
}

.z-depth-6 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22);
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22);
}

.alert.alert-theme {
    max-width: 440px;
    left: auto;
}

.todo-app form .form-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.todo-app .filters {
    margin-bottom: 20px;
}

.todo-app .alert, .todo-app ul, .todo-widget .alert, .todo-widget ul {
    margin-bottom: 0;
}

.todo-app .filters .filter, .todo-app .filters .filter:focus {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .c3 .c3-tooltip tr, .todo-app .filters .filter.active, .todo-app .filters .filter.active:hover {
        border: none;
    }

.dynamic-color > div > div, .icons .icon-holder {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    cursor: pointer;
}

.todo-app .filters .filter:focus:hover, .todo-app .filters .filter:hover {
    background-color: transparent;
}

.todo-app .checkbox, .todo-widget .checkbox {
    margin: 0;
}

.todo-app label, .todo-widget label {
    display: block;
}

.todo-app .btn-round, .todo-widget .btn-round {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.c3 .c3-tooltip td {
    border-left: 1px solid rgba(0,0,0,.04);
    padding: 3px 8px;
    color: #5C5C5C;
}

    .c3 .c3-tooltip td .value {
        font-weight: 600;
    }

.c3 .c3-axis-x .tick text, .c3 .c3-axis-y .tick text, .c3 .c3-axis-y2 .tick text {
    fill: #999;
}

.c3 .c3-grid line {
    stroke: rgba(0,0,0,.1);
}

.c3 line, .c3 path {
    stroke: #999;
}

.c3 .c3-circle {
    fill: #42A5F5;
    stroke-width: 2px;
    stroke: #fff;
}

    .c3 .c3-circle._expanded_ {
        stroke-width: 2px;
        stroke: #fff;
    }

.c3 .c3-xgrid-focus line {
    stroke: rgba(0,0,0,.1);
}

.c3 .c3-xgrid, .c3 .c3-ygrid {
    stroke-dasharray: 0 0;
}

.dashboard .table-dashboard-widget-1 td:last-child {
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.dashboard #chart-area-1 .c3-circles, .dashboard #chart-area-1 .c3-line, .dashboard #chart-area-1 .c3-tooltip td > span, .dashboard #chart-area-1 .c3-tooltip th, .dashboard #chart-line-1 .c3-tooltip td > span, .dashboard #chart-line-1 .c3-tooltip th, .dashboard #chart-line-2 .c3-tooltip td > span, .dashboard #chart-line-2 .c3-tooltip th, .dashboard #chart-line-3 .c3-tooltip td > span, .dashboard #chart-line-3 .c3-tooltip th, .dashboard #chart-pagesviews .c3-tooltip td > span, .dashboard #chart-pagesviews .c3-tooltip th {
    display: none;
}

.dashboard .c3-line-Server-load {
    opacity: 0 !important;
}

.dashboard .card, .dashboard .panel {
    margin-bottom: 14px;
}

.dashboard #chart-gauge-1 .c3-arc, .dashboard #chart-gauge-2 .c3-arc, .dashboard #chart-gauge-3 .c3-arc {
    stroke-width: 0;
}

.dashboard #chart-gauge-1 .c3-chart-arcs text, .dashboard #chart-gauge-2 .c3-chart-arcs text, .dashboard #chart-gauge-3 .c3-chart-arcs text {
    fill: #EEE;
}

.dashboard #chart-gauge-1 .c3-gauge-value, .dashboard #chart-gauge-2 .c3-gauge-value, .dashboard #chart-gauge-3 .c3-gauge-value {
    font-size: 11px !important;
    font-weight: 600;
    fill: #A8A8A8 !important;
}

.dashboard #chart-area-1 .c3-area {
    opacity: 1 !important;
    fill: #C1E4FF !important;
}

.dynamic-color > div > div {
    width: 100%;
    height: 33px;
    padding: 5px 20px;
    transition: all .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .dynamic-color > div > div:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.dynamic-color > div {
    margin-bottom: 40px;
}

.full-page-map, .full-page-map body, .full-page-map main {
    height: 100%;
}

    .full-page-map main .main-container {
        height: 100%;
        padding-bottom: 0;
    }

        .full-page-map main .main-container .main-content {
            height: 100%;
            margin-top: 0;
        }

            .full-page-map main .main-container .main-content > section {
                padding: 0;
            }

#full-map-canvas {
    position: absolute;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 0;
}

.angular-google-map, .angular-google-map-container {
    height: 100%;
    width: 100%;
}

.grids [class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-bottom: 5px;
}

.grids .row {
    margin: 0;
}

.grids h5 {
    margin-top: 60px;
}

.icons .icon-holder {
    line-height: 44px;
    padding: 5px;
    margin-bottom: 5px;
    transition: all .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .icons .icon-holder:hover {
        background: rgba(0,0,0,.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.icons .icon-set p {
    text-align: left;
    vertical-align: middle;
    display: flex;
    line-height: 35px;
}

.icons .icon-set i {
    font-size: 38px;
    display: inline-block;
    color: #3A3A3A;
    line-height: 38px;
    margin-right: 5px;
    width: 50px;
    height: 45px;
}

.table-search {
    padding: 10px 20px;
}

.ng-table th.sortable.sort-asc, .ng-table th.sortable.sort-desc {
    background-color: inherit;
}

.ng-table th {
    text-align: left;
}

.jvectormap-container .jvectormap-zoomin, .jvectormap-container .jvectormap-zoomout {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    padding: 0;
}

.jvectormap-container .jvectormap-zoomout {
    top: 65px;
}

.map-canvas {
    height: 300px;
}

@media (min-width:768px) {
    .map-canvas {
        height: 400px;
    }
}

@media (min-width:992px) {
    .map-canvas {
        height: 600px;
    }
}

.weather-icons .example {
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .weather-icons .example:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .weather-icons .example .icon {
        float: left;
        width: 55px;
    }

        .weather-icons .example .icon i {
            font-size: 38px;
            color: #3A3A3A;
        }

    .weather-icons .example .class {
        text-align: center;
        font-size: 14px;
        float: left;
        margin-top: 6px;
        margin-left: 10px;
    }

.documentation h2 {
    margin-top: 50px;
}

.documentation h4 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.page-error, .page-login {
    background: #666;
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

    .page-error .center, .page-login .center {
        display: table-cell;
        vertical-align: middle;
    }

    .page-login .card .card-title {
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        line-height: 27px;
    }

    .page-login .card-content .card-title-desc {
        line-height: 16px;
        color: #ADADAD !important;
    }

    .page-error .error-icon {
        font-size: 130px;
        color: #CBCBCB;
        line-height: 130px;
    }

    .page-error h1 {
        font-size: 60px;
        font-weight: 200;
        line-height: 60px;
        margin: 0 0 30px;
    }

    .page-error .card-content .card-title-desc {
        max-width: 295px;
        color: inherit;
        margin: 0 auto;
    }

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #C8C8C8;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-range .noUi-base {
    background: #C8C8C8 !important;
}

.noUi-horizontal {
    height: 2px;
}

    .noUi-horizontal .noUi-handle {
        width: 16px;
        height: 16px;
        left: -5px;
        top: -7px;
        cursor: pointer;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 25px;
        height: 25px;
        left: -6px;
        top: -20px;
    }

.noUi-background {
    background: #FAFAFA;
}

.noUi-connect {
    background: #3FB8AF;
    -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target {
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

    .noUi-target.noUi-connect {
        -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45), 0 3px 6px -5px #BBB;
        box-shadow: inset 0 0 3px rgba(51,51,51,.45), 0 3px 6px -5px #BBB;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border-radius: 50%;
    cursor: default;
    transition: all .2s ease-out;
}

.noUi-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 0;
    left: -7px;
    top: -7px;
    transition: all .1s ease-out;
}

.noUi-handle div {
    display: none;
    position: absolute;
    top: -37px;
    left: -20px;
    background: rgba(0,0,0,.2);
    color: #FFF;
    font-size: 9px;
    padding: 2px 10px;
    width: 60px;
    text-align: center;
}

.noUi-active div {
    display: block;
}

.noUi-active.noUi-handle:before {
    opacity: .1;
    height: 30px;
    width: 30px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.pointer, .theme-picker .theme-item, table.DTTT_selectable tbody tr {
    cursor: pointer;
}

.aside {
    margin-left: 260px !important;
    margin-top: 64px;
    z-index: 1031 !important;
    padding: 0;
    overflow: visible !important;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,.36);
    box-shadow: 0 7px 7px 0 rgba(0,0,0,.36);
    border-top: 1px #E3E3E3 solid;
    height: 100%;
}

    .aside .close {
        position: absolute;
        right: -25px;
        top: 28px;
        opacity: 1;
        z-index: 10;
    }

.aside-dialog {
    position: relative;
    height: 100%;
}

    .aside-dialog .aside-body {
        padding: 40px !important;
        overflow: scroll;
        height: 100%;
    }

@media (min-width:993px) {
    .aside-dialog .aside-body {
        min-width: 500px;
    }
}

.aside legend {
    margin-bottom: 25px;
    border: none;
}

.aside-backdrop {
    z-index: 1020 !important;
}

@media (max-width:767px) {
    .aside {
        right: 0 !important;
    }

        .aside .close {
            right: 25px;
        }
}

.lr-0, .r-0 {
    right: 0;
}

@media (max-width:991px) {
    .aside {
        margin-left: 0 !important;
    }
}

.fsm-sticky-header {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.18);
    box-shadow: 0 2px 2px rgba(0,0,0,.18);
    border-top: 1px #E3E3E3 solid;
}

    .fsm-sticky-header th {
        background: #FAFAFA;
    }

@font-face {
    font-family: weathericons;
    src: url(../fonts/weathericons-regular-webfont.eot);
    src: url(../fonts/weathericons-regular-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/weathericons-regular-webfont.woff) format("woff"), url(../fonts/weathericons-regular-webfont.ttf) format("truetype"), url(../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.wi {
    display: inline-block;
    font-family: weathericons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.wi-day-cloudy-gusts:before {
    content: "\f000";
}

.wi-day-cloudy-windy:before {
    content: "\f001";
}

.wi-day-cloudy:before {
    content: "\f002";
}

.wi-day-fog:before {
    content: "\f003";
}

.wi-day-hail:before {
    content: "\f004";
}

.wi-day-lightning:before {
    content: "\f005";
}

.wi-day-rain-mix:before {
    content: "\f006";
}

.wi-day-rain-wind:before {
    content: "\f007";
}

.wi-day-rain:before {
    content: "\f008";
}

.wi-day-showers:before {
    content: "\f009";
}

.wi-day-snow:before {
    content: "\f00a";
}

.wi-day-sprinkle:before {
    content: "\f00b";
}

.wi-day-sunny-overcast:before {
    content: "\f00c";
}

.wi-day-sunny:before {
    content: "\f00d";
}

.wi-day-storm-showers:before {
    content: "\f00e";
}

.wi-day-thunderstorm:before {
    content: "\f010";
}

.wi-cloudy-gusts:before {
    content: "\f011";
}

.wi-cloudy-windy:before {
    content: "\f012";
}

.wi-cloudy:before {
    content: "\f013";
}

.wi-fog:before {
    content: "\f014";
}

.wi-hail:before {
    content: "\f015";
}

.wi-rain-mix:before {
    content: "\f017";
}

.wi-rain-wind:before {
    content: "\f018";
}

.wi-rain:before {
    content: "\f019";
}

.wi-showers:before {
    content: "\f01a";
}

.wi-snow:before {
    content: "\f01b";
}

.wi-sprinkle:before {
    content: "\f01c";
}

.wi-storm-showers:before {
    content: "\f01d";
}

.wi-thunderstorm:before {
    content: "\f01e";
}

.wi-windy:before {
    content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023";
}

.wi-night-alt-hail:before {
    content: "\f024";
}

.wi-night-alt-lightning:before {
    content: "\f025";
}

.wi-night-alt-rain-mix:before {
    content: "\f026";
}

.wi-night-alt-rain-wind:before {
    content: "\f027";
}

.wi-night-alt-rain:before {
    content: "\f028";
}

.wi-night-alt-showers:before {
    content: "\f029";
}

.wi-night-alt-snow:before {
    content: "\f02a";
}

.wi-night-alt-sprinkle:before {
    content: "\f02b";
}

.wi-night-alt-storm-showers:before {
    content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d";
}

.wi-night-clear:before {
    content: "\f02e";
}

.wi-night-cloudy-gusts:before {
    content: "\f02f";
}

.wi-night-cloudy-windy:before {
    content: "\f030";
}

.wi-night-cloudy:before {
    content: "\f031";
}

.wi-night-hail:before {
    content: "\f032";
}

.wi-night-lightning:before {
    content: "\f033";
}

.wi-night-rain-mix:before {
    content: "\f034";
}

.wi-night-rain-wind:before {
    content: "\f035";
}

.wi-night-rain:before {
    content: "\f036";
}

.wi-night-showers:before {
    content: "\f037";
}

.wi-night-snow:before {
    content: "\f038";
}

.wi-night-sprinkle:before {
    content: "\f039";
}

.wi-night-storm-showers:before {
    content: "\f03a";
}

.wi-night-thunderstorm:before {
    content: "\f03b";
}

.wi-celsius:before {
    content: "\f03c";
}

.wi-cloud-down:before {
    content: "\f03d";
}

.wi-cloud-refresh:before {
    content: "\f03e";
}

.wi-cloud-up:before {
    content: "\f040";
}

.wi-cloud:before {
    content: "\f041";
}

.wi-degrees:before {
    content: "\f042";
}

.wi-down-left:before {
    content: "\f043";
}

.wi-down:before {
    content: "\f044";
}

.wi-fahrenheit:before {
    content: "\f045";
}

.wi-horizon-alt:before {
    content: "\f046";
}

.wi-horizon:before {
    content: "\f047";
}

.wi-left:before {
    content: "\f048";
}

.wi-lightning:before {
    content: "\f016";
}

.wi-night-fog:before {
    content: "\f04a";
}

.wi-refresh-alt:before {
    content: "\f04b";
}

.wi-refresh:before {
    content: "\f04c";
}

.wi-right:before {
    content: "\f04d";
}

.wi-sprinkles:before {
    content: "\f04e";
}

.wi-strong-wind:before {
    content: "\f050";
}

.wi-sunrise:before {
    content: "\f051";
}

.wi-sunset:before {
    content: "\f052";
}

.wi-thermometer-exterior:before {
    content: "\f053";
}

.wi-thermometer-internal:before {
    content: "\f054";
}

.wi-thermometer:before {
    content: "\f055";
}

.wi-tornado:before {
    content: "\f056";
}

.wi-up-right:before {
    content: "\f057";
}

.wi-up:before {
    content: "\f058";
}

.wi-wind-west:before {
    content: "\f059";
}

.wi-wind-south-west:before {
    content: "\f05a";
}

.wi-wind-south-east:before {
    content: "\f05b";
}

.wi-wind-south:before {
    content: "\f05c";
}

.wi-wind-north-west:before {
    content: "\f05d";
}

.wi-wind-north-east:before {
    content: "\f05e";
}

.wi-wind-north:before {
    content: "\f060";
}

.wi-wind-east:before {
    content: "\f061";
}

.wi-smoke:before {
    content: "\f062";
}

.wi-dust:before {
    content: "\f063";
}

.wi-snow-wind:before {
    content: "\f064";
}

.wi-day-snow-wind:before {
    content: "\f065";
}

.wi-night-snow-wind:before {
    content: "\f066";
}

.wi-night-alt-snow-wind:before {
    content: "\f067";
}

.wi-day-sleet-storm:before {
    content: "\f068";
}

.wi-night-sleet-storm:before {
    content: "\f069";
}

.wi-night-alt-sleet-storm:before {
    content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
    content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
    content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d";
}

.wi-solar-eclipse:before {
    content: "\f06e";
}

.wi-lunar-eclipse:before {
    content: "\f070";
}

.wi-meteor:before {
    content: "\f071";
}

.wi-hot:before {
    content: "\f072";
}

.wi-hurricane:before {
    content: "\f073";
}

.wi-smog:before {
    content: "\f074";
}

.wi-alien:before {
    content: "\f075";
}

.wi-snowflake-cold:before {
    content: "\f076";
}

.wi-stars:before {
    content: "\f077";
}

.wi-night-partly-cloudy:before {
    content: "\f083";
}

.wi-umbrella:before {
    content: "\f084";
}

.wi-day-windy:before {
    content: "\f085";
}

.wi-night-alt-cloudy:before {
    content: "\f086";
}

.wi-up-left:before {
    content: "\f087";
}

.wi-down-right:before {
    content: "\f088";
}

.wi-time-12:before {
    content: "\f089";
}

.wi-time-1:before {
    content: "\f08a";
}

.wi-time-2:before {
    content: "\f08b";
}

.wi-time-3:before {
    content: "\f08c";
}

.wi-time-4:before {
    content: "\f08d";
}

.wi-time-5:before {
    content: "\f08e";
}

.wi-time-6:before {
    content: "\f08f";
}

.wi-time-7:before {
    content: "\f090";
}

.wi-time-8:before {
    content: "\f091";
}

.wi-time-9:before {
    content: "\f092";
}

.wi-time-10:before {
    content: "\f093";
}

.wi-time-11:before {
    content: "\f094";
}

.wi-day-sleet:before {
    content: "\f0b2";
}

.wi-night-sleet:before {
    content: "\f0b3";
}

.wi-night-alt-sleet:before {
    content: "\f0b4";
}

.wi-sleet:before {
    content: "\f0b5";
}

.wi-day-haze:before {
    content: "\f0b6";
}

.wi-beafort-0:before {
    content: "\f0b7";
}

.wi-beafort-1:before {
    content: "\f0b8";
}

.wi-beafort-2:before {
    content: "\f0b9";
}

.wi-beafort-3:before {
    content: "\f0ba";
}

.wi-beafort-4:before {
    content: "\f0bb";
}

.wi-beafort-5:before {
    content: "\f0bc";
}

.wi-beafort-6:before {
    content: "\f0bd";
}

.wi-beafort-7:before {
    content: "\f0be";
}

.wi-beafort-8:before {
    content: "\f0bf";
}

.wi-beafort-9:before {
    content: "\f0c0";
}

.wi-beafort-10:before {
    content: "\f0c1";
}

.wi-beafort-11:before {
    content: "\f0c2";
}

.wi-beafort-12:before {
    content: "\f0c3";
}

.wi-wind-default:before {
    content: "\f0b1";
}

wi-wind-default._0-deg {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

wi-wind-default._15-deg {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

wi-wind-default._30-deg {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

wi-wind-default._45-deg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

wi-wind-default._60-deg {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

wi-wind-default._75-deg {
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
}

wi-wind-default._90-deg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

wi-wind-default._105-deg {
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -o-transform: rotate(105deg);
    transform: rotate(105deg);
}

wi-wind-default._120-deg {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

wi-wind-default._135-deg {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

wi-wind-default._150-deg {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}

wi-wind-default._165-deg {
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    -o-transform: rotate(165deg);
    transform: rotate(165deg);
}

wi-wind-default._180-deg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

wi-wind-default._195-deg {
    -webkit-transform: rotate(195deg);
    -moz-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    -o-transform: rotate(195deg);
    transform: rotate(195deg);
}

wi-wind-default._210-deg {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}

wi-wind-default._225-deg {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

wi-wind-default._240-deg {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

wi-wind-default._255-deg {
    -webkit-transform: rotate(255deg);
    -moz-transform: rotate(255deg);
    -ms-transform: rotate(255deg);
    -o-transform: rotate(255deg);
    transform: rotate(255deg);
}

wi-wind-default._270-deg {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

wi-wind-default._285-deg {
    -webkit-transform: rotate(295deg);
    -moz-transform: rotate(295deg);
    -ms-transform: rotate(295deg);
    -o-transform: rotate(295deg);
    transform: rotate(295deg);
}

wi-wind-default._300-deg {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
}

wi-wind-default._315-deg {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

wi-wind-default._330-deg {
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
}

wi-wind-default._345-deg {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
}

.wi-moon-new:before {
    content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
    content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
    content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
    content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
    content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
    content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
    content: "\f09b";
}

.wi-moon-first-quarter:before {
    content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
    content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
    content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
    content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2";
}

.wi-moon-full:before {
    content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
    content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
    content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
    content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
    content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
    content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
    content: "\f0a9";
}

.wi-moon-3rd-quarter:before {
    content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
    content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
    content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
    content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
    content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
    content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
    content: "\f0b0";
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
    }
}

@-moz-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transform: translate3d(0, -30px, 0);
    }

    70% {
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transform: translate3d(0, -15px, 0);
    }

    90% {
        -moz-transform: translate3d(0, -4px, 0);
    }
}

@-o-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -o-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-transform: translate3d(0, -30px, 0);
    }

    70% {
        -o-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-transform: translate3d(0, -15px, 0);
    }

    90% {
        -o-transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes grow {
    0% {
        border-radius: 50%;
        -webkit-box-shadow: 0, 0;
        box-shadow: 0, 0;
        -webkit-transform: scale(.1);
    }

    100% {
        border-radius: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes grow {
    0% {
        border-radius: 50%;
        -webkit-box-shadow: 0, 0;
        box-shadow: 0, 0;
        -moz-transform: scale(.1);
    }

    100% {
        border-radius: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        -moz-transform: scale(1);
    }
}

@-o-keyframes grow {
    0% {
        border-radius: 50%;
        -webkit-box-shadow: 0, 0;
        box-shadow: 0, 0;
        -o-transform: scale(.1);
    }

    100% {
        border-radius: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        -o-transform: scale(1);
    }
}

@keyframes grow {
    0% {
        border-radius: 50%;
        -webkit-box-shadow: 0, 0;
        box-shadow: 0, 0;
        transform: scale(.1);
    }

    100% {
        border-radius: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 5px 0 rgba(0,0,0,.12);
        transform: scale(1);
    }
}

@-webkit-keyframes shrink {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes shrink {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0);
    }
}

@-o-keyframes shrink {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(0);
    }
}

@keyframes shrink {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.mat-grow-top-right {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.mat-grow-top-left {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.mat-grow-top-left, .mat-grow-top-right {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

    .mat-grow-top-left.mat-grow-top-left-add, .mat-grow-top-left.mat-grow-top-right-add, .mat-grow-top-left.ng-hide-remove, .mat-grow-top-left.ng-move, .mat-grow-top-right.mat-grow-top-left-add, .mat-grow-top-right.mat-grow-top-right-add, .mat-grow-top-right.ng-hide-remove, .mat-grow-top-right.ng-move {
        -webkit-animation: grow .8s cubic-bezier(.23, 1, .32, 1);
        -o-animation: grow .8s cubic-bezier(.23, 1, .32, 1);
        animation: grow .8s cubic-bezier(.23, 1, .32, 1);
    }

    .mat-grow-top-left.mat-grow-top-left-remove, .mat-grow-top-left.mat-grow-top-right-remove, .mat-grow-top-left.ng-hide, .mat-grow-top-right.mat-grow-top-left-remove, .mat-grow-top-right.mat-grow-top-right-remove, .mat-grow-top-right.ng-hide {
        -webkit-animation: shrink .3s;
        -o-animation: shrink .3s;
        animation: shrink .3s;
    }

    .mat-grow-top-left.ng-enter, .mat-grow-top-right.ng-enter {
        visibility: hidden;
        -webkit-animation: grow .8s cubic-bezier(.23, 1, .32, 1);
        -o-animation: grow .8s cubic-bezier(.23, 1, .32, 1);
        animation: grow .8s cubic-bezier(.23, 1, .32, 1);
        animation-play-state: paused;
    }

        .mat-grow-top-left.ng-enter.ng-enter-active, .mat-grow-top-right.ng-enter.ng-enter-active {
            visibility: visible;
            animation-play-state: running;
        }

    .mat-grow-top-left.ng-leave, .mat-grow-top-right.ng-leave {
        -webkit-animation: shrink .3s;
        -o-animation: shrink .3s;
        animation: shrink .3s;
        animation-play-state: paused;
    }

        .mat-grow-top-left.ng-leave.ng-leave-active, .mat-grow-top-right.ng-leave.ng-leave-active {
            animation-play-state: running;
        }

.mat-slide-right {
    overflow: hidden;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

    .mat-slide-right.ng-enter, .mat-slide-right.ng-leave.ng-leave-active {
        opacity: 0;
        max-width: 0;
    }

        .mat-slide-right.ng-enter.ng-enter-active, .mat-slide-right.ng-leave {
            opacity: 1;
            max-width: 100%;
        }

.red.lighten-5 {
    background-color: #FFEBEE;
    color: #666;
}

.red-text.lighten-5 {
    color: #FFEBEE;
}

.red-border.lighten-5 {
    border-color: #FFEBEE;
}

.red.lighten-4 {
    background-color: #FFCDD2;
    color: #666;
}

.red-text.lighten-4 {
    color: #FFCDD2;
}

.red-border.lighten-4 {
    border-color: #FFCDD2;
}

.red.lighten-3 {
    background-color: #EF9A9A;
    color: #666;
}

.red-text.lighten-3 {
    color: #EF9A9A;
}

.red-border.lighten-3 {
    border-color: #EF9A9A;
}

.page-header h1 i.red, .red.lighten-2 {
    background-color: #E57373;
    color: #fff;
}

.page-header h1 i.red-text, .red-text.lighten-2 {
    color: #E57373;
}

.page-header h1 i.red-border, .red-border.lighten-2 {
    border-color: #E57373;
}

.red.lighten-1 {
    background-color: #EF5350;
    color: #fff;
}

.red-text.lighten-1 {
    color: #EF5350;
}

.red-border.lighten-1 {
    border-color: #EF5350;
}

.red {
    background-color: #F44336;
    color: #fff;
}

.red-text {
    color: #F44336;
}

.red-border {
    border-color: #F44336;
}

.red.darken-1 {
    background-color: #E53935;
    color: #fff;
}

.red-text.darken-1 {
    color: #E53935;
}

.red-border.darken-1 {
    border-color: #E53935;
}

.red.darken-2 {
    background-color: #D32F2F;
    color: #fff;
}

.red-text.darken-2 {
    color: #D32F2F;
}

.red-border.darken-2 {
    border-color: #D32F2F;
}

.red.darken-3 {
    background-color: #C62828;
    color: #fff;
}

.red-text.darken-3 {
    color: #C62828;
}

.red-border.darken-3 {
    border-color: #C62828;
}

.red.darken-4 {
    background-color: #B71C1C;
    color: #fff;
}

.red-text.darken-4 {
    color: #B71C1C;
}

.red-border.darken-4 {
    border-color: #B71C1C;
}

.red.accent-1 {
    background-color: #FF8A80;
    color: #fff;
}

.red-text.accent-1 {
    color: #FF8A80;
}

.red-border.accent-1 {
    border-color: #FF8A80;
}

.red.accent-2 {
    background-color: #FF5252;
    color: #fff;
}

.red-text.accent-2 {
    color: #FF5252;
}

.red-border.accent-2 {
    border-color: #FF5252;
}

.red.accent-3 {
    background-color: #FF1744;
    color: #fff;
}

.red-text.accent-3 {
    color: #FF1744;
}

.red-border.accent-3 {
    border-color: #FF1744;
}

.red.accent-4 {
    background-color: #D50000;
    color: #fff;
}

.red-text.accent-4 {
    color: #D50000;
}

.red-border.accent-4 {
    border-color: #D50000;
}

.pink.lighten-5 {
    background-color: #fce4ec;
    color: #666;
}

.pink-text.lighten-5 {
    color: #fce4ec;
}

.pink-border.lighten-5 {
    border-color: #fce4ec;
}

.pink.lighten-4 {
    background-color: #f8bbd0;
    color: #666;
}

.pink-text.lighten-4 {
    color: #f8bbd0;
}

.pink-border.lighten-4 {
    border-color: #f8bbd0;
}

.pink.lighten-3 {
    background-color: #f48fb1;
    color: #fff;
}

.pink-text.lighten-3 {
    color: #f48fb1;
}

.pink-border.lighten-3 {
    border-color: #f48fb1;
}

.page-header h1 i.pink, .pink.lighten-2 {
    background-color: #f06292;
    color: #fff;
}

.page-header h1 i.pink-text, .pink-text.lighten-2 {
    color: #f06292;
}

.page-header h1 i.pink-border, .pink-border.lighten-2 {
    border-color: #f06292;
}

.pink.lighten-1 {
    background-color: #ec407a;
    color: #fff;
}

.pink-text.lighten-1 {
    color: #ec407a;
}

.pink-border.lighten-1 {
    border-color: #ec407a;
}

.pink {
    background-color: #e91e63;
    color: #fff;
}

.pink-text {
    color: #e91e63;
}

.pink-border {
    border-color: #e91e63;
}

.pink.darken-1 {
    background-color: #d81b60;
    color: #fff;
}

.pink-text.darken-1 {
    color: #d81b60;
}

.pink-border.darken-1 {
    border-color: #d81b60;
}

.pink.darken-2 {
    background-color: #c2185b;
    color: #fff;
}

.pink-text.darken-2 {
    color: #c2185b;
}

.pink-border.darken-2 {
    border-color: #c2185b;
}

.pink.darken-3 {
    background-color: #ad1457;
    color: #fff;
}

.pink-text.darken-3 {
    color: #ad1457;
}

.pink-border.darken-3 {
    border-color: #ad1457;
}

.pink.darken-4 {
    background-color: #880e4f;
    color: #fff;
}

.pink-text.darken-4 {
    color: #880e4f;
}

.pink-border.darken-4 {
    border-color: #880e4f;
}

.pink.accent-1 {
    background-color: #ff80ab;
    color: #fff;
}

.pink-text.accent-1 {
    color: #ff80ab;
}

.pink-border.accent-1 {
    border-color: #ff80ab;
}

.pink.accent-2 {
    background-color: #ff4081;
    color: #fff;
}

.pink-text.accent-2 {
    color: #ff4081;
}

.pink-border.accent-2 {
    border-color: #ff4081;
}

.pink.accent-3 {
    background-color: #f50057;
    color: #fff;
}

.pink-text.accent-3 {
    color: #f50057;
}

.pink-border.accent-3 {
    border-color: #f50057;
}

.pink.accent-4 {
    background-color: #c51162;
    color: #fff;
}

.pink-text.accent-4 {
    color: #c51162;
}

.pink-border.accent-4 {
    border-color: #c51162;
}

.purple.lighten-5 {
    background-color: #f3e5f5;
    color: #666;
}

.purple-text.lighten-5 {
    color: #f3e5f5;
}

.purple-border.lighten-5 {
    border-color: #f3e5f5;
}

.purple.lighten-4 {
    background-color: #e1bee7;
    color: #666;
}

.purple-text.lighten-4 {
    color: #e1bee7;
}

.purple-border.lighten-4 {
    border-color: #e1bee7;
}

.purple.lighten-3 {
    background-color: #ce93d8;
    color: #fff;
}

.purple-text.lighten-3 {
    color: #ce93d8;
}

.purple-border.lighten-3 {
    border-color: #ce93d8;
}

.page-header h1 i.purple, .purple.lighten-2 {
    background-color: #ba68c8;
    color: #fff;
}

.page-header h1 i.purple-text, .purple-text.lighten-2 {
    color: #ba68c8;
}

.page-header h1 i.purple-border, .purple-border.lighten-2 {
    border-color: #ba68c8;
}

.purple.lighten-1 {
    background-color: #ab47bc;
    color: #fff;
}

.purple-text.lighten-1 {
    color: #ab47bc;
}

.purple-border.lighten-1 {
    border-color: #ab47bc;
}

.purple {
    background-color: #9c27b0;
    color: #fff;
}

.purple-text {
    color: #9c27b0;
}

.purple-border {
    border-color: #9c27b0;
}

.purple.darken-1 {
    background-color: #8e24aa;
    color: #fff;
}

.purple-text.darken-1 {
    color: #8e24aa;
}

.purple-border.darken-1 {
    border-color: #8e24aa;
}

.purple.darken-2 {
    background-color: #7b1fa2;
    color: #fff;
}

.purple-text.darken-2 {
    color: #7b1fa2;
}

.purple-border.darken-2 {
    border-color: #7b1fa2;
}

.purple.darken-3 {
    background-color: #6a1b9a;
    color: #fff;
}

.purple-text.darken-3 {
    color: #6a1b9a;
}

.purple-border.darken-3 {
    border-color: #6a1b9a;
}

.purple.darken-4 {
    background-color: #4a148c;
    color: #fff;
}

.purple-text.darken-4 {
    color: #4a148c;
}

.purple-border.darken-4 {
    border-color: #4a148c;
}

.purple.accent-1 {
    background-color: #ea80fc;
    color: #fff;
}

.purple-text.accent-1 {
    color: #ea80fc;
}

.purple-border.accent-1 {
    border-color: #ea80fc;
}

.purple.accent-2 {
    background-color: #e040fb;
    color: #fff;
}

.purple-text.accent-2 {
    color: #e040fb;
}

.purple-border.accent-2 {
    border-color: #e040fb;
}

.purple.accent-3 {
    background-color: #d500f9;
    color: #fff;
}

.purple-text.accent-3 {
    color: #d500f9;
}

.purple-border.accent-3 {
    border-color: #d500f9;
}

.purple.accent-4 {
    background-color: #a0f;
    color: #fff;
}

.purple-text.accent-4 {
    color: #a0f;
}

.purple-border.accent-4 {
    border-color: #a0f;
}

.deep-purple.lighten-5 {
    background-color: #ede7f6;
    color: #666;
}

.deep-purple-text.lighten-5 {
    color: #ede7f6;
}

.deep-purple-border.lighten-5 {
    border-color: #ede7f6;
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9;
    color: #666;
}

.deep-purple-text.lighten-4 {
    color: #d1c4e9;
}

.deep-purple-border.lighten-4 {
    border-color: #d1c4e9;
}

.deep-purple.lighten-3 {
    background-color: #b39ddb;
    color: #fff;
}

.deep-purple-text.lighten-3 {
    color: #b39ddb;
}

.deep-purple-border.lighten-3 {
    border-color: #b39ddb;
}

.deep-purple.lighten-2, .page-header h1 i.deep-purple {
    background-color: #9575cd;
    color: #fff;
}

.deep-purple-text.lighten-2, .page-header h1 i.deep-purple-text {
    color: #9575cd;
}

.deep-purple-border.lighten-2, .page-header h1 i.deep-purple-border {
    border-color: #9575cd;
}

.deep-purple.lighten-1 {
    background-color: #7e57c2;
    color: #fff;
}

.deep-purple-text.lighten-1 {
    color: #7e57c2;
}

.deep-purple-border.lighten-1 {
    border-color: #7e57c2;
}

.deep-purple {
    background-color: #673ab7;
    color: #fff;
}

.deep-purple-text {
    color: #673ab7;
}

.deep-purple-border {
    border-color: #673ab7;
}

.deep-purple.darken-1 {
    background-color: #5e35b1;
    color: #fff;
}

.deep-purple-text.darken-1 {
    color: #5e35b1;
}

.deep-purple-border.darken-1 {
    border-color: #5e35b1;
}

.deep-purple.darken-2 {
    background-color: #512da8;
    color: #fff;
}

.deep-purple-text.darken-2 {
    color: #512da8;
}

.deep-purple-border.darken-2 {
    border-color: #512da8;
}

.deep-purple.darken-3 {
    background-color: #4527a0;
    color: #fff;
}

.deep-purple-text.darken-3 {
    color: #4527a0;
}

.deep-purple-border.darken-3 {
    border-color: #4527a0;
}

.deep-purple.darken-4 {
    background-color: #311b92;
    color: #fff;
}

.deep-purple-text.darken-4 {
    color: #311b92;
}

.deep-purple-border.darken-4 {
    border-color: #311b92;
}

.deep-purple.accent-1 {
    background-color: #b388ff;
    color: #fff;
}

.deep-purple-text.accent-1 {
    color: #b388ff;
}

.deep-purple-border.accent-1 {
    border-color: #b388ff;
}

.deep-purple.accent-2 {
    background-color: #7c4dff;
    color: #fff;
}

.deep-purple-text.accent-2 {
    color: #7c4dff;
}

.deep-purple-border.accent-2 {
    border-color: #7c4dff;
}

.deep-purple.accent-3 {
    background-color: #651fff;
    color: #fff;
}

.deep-purple-text.accent-3 {
    color: #651fff;
}

.deep-purple-border.accent-3 {
    border-color: #651fff;
}

.deep-purple.accent-4 {
    background-color: #6200ea;
    color: #fff;
}

.deep-purple-text.accent-4 {
    color: #6200ea;
}

.deep-purple-border.accent-4 {
    border-color: #6200ea;
}

.indigo.lighten-5 {
    background-color: #e8eaf6;
    color: #666;
}

.indigo-text.lighten-5 {
    color: #e8eaf6;
}

.indigo-border.lighten-5 {
    border-color: #e8eaf6;
}

.indigo.lighten-4 {
    background-color: #c5cae9;
    color: #666;
}

.indigo-text.lighten-4 {
    color: #c5cae9;
}

.indigo-border.lighten-4 {
    border-color: #c5cae9;
}

.indigo.lighten-3 {
    background-color: #9fa8da;
    color: #fff;
}

.indigo-text.lighten-3 {
    color: #9fa8da;
}

.indigo-border.lighten-3 {
    border-color: #9fa8da;
}

.indigo.lighten-2, .page-header h1 i.indigo {
    background-color: #7986cb;
    color: #fff;
}

.indigo-text.lighten-2, .page-header h1 i.indigo-text {
    color: #7986cb;
}

.indigo-border.lighten-2, .page-header h1 i.indigo-border {
    border-color: #7986cb;
}

.indigo.lighten-1 {
    background-color: #5c6bc0;
    color: #fff;
}

.indigo-text.lighten-1 {
    color: #5c6bc0;
}

.indigo-border.lighten-1 {
    border-color: #5c6bc0;
}

.indigo {
    background-color: #3f51b5;
    color: #fff;
}

.indigo-text {
    color: #3f51b5;
}

.indigo-border {
    border-color: #3f51b5;
}

.indigo.darken-1 {
    background-color: #3949ab;
    color: #fff;
}

.indigo-text.darken-1 {
    color: #3949ab;
}

.indigo-border.darken-1 {
    border-color: #3949ab;
}

.indigo.darken-2 {
    background-color: #303f9f;
    color: #fff;
}

.indigo-text.darken-2 {
    color: #303f9f;
}

.indigo-border.darken-2 {
    border-color: #303f9f;
}

.indigo.darken-3 {
    background-color: #283593;
    color: #fff;
}

.indigo-text.darken-3 {
    color: #283593;
}

.indigo-border.darken-3 {
    border-color: #283593;
}

.indigo.darken-4 {
    background-color: #1a237e;
    color: #fff;
}

.indigo-text.darken-4 {
    color: #1a237e;
}

.indigo-border.darken-4 {
    border-color: #1a237e;
}

.indigo.accent-1 {
    background-color: #8c9eff;
    color: #666;
}

.indigo-text.accent-1 {
    color: #8c9eff;
}

.indigo-border.accent-1 {
    border-color: #8c9eff;
}

.indigo.accent-2 {
    background-color: #536dfe;
    color: #fff;
}

.indigo-text.accent-2 {
    color: #536dfe;
}

.indigo-border.accent-2 {
    border-color: #536dfe;
}

.indigo.accent-3 {
    background-color: #3d5afe;
    color: #fff;
}

.indigo-text.accent-3 {
    color: #3d5afe;
}

.indigo-border.accent-3 {
    border-color: #3d5afe;
}

.indigo.accent-4 {
    background-color: #304ffe;
    color: #fff;
}

.indigo-text.accent-4 {
    color: #304ffe;
}

.indigo-border.accent-4 {
    border-color: #304ffe;
}

.blue.lighten-5 {
    background-color: #E3F2FD;
    color: #666;
}

.blue-text.lighten-5 {
    color: #E3F2FD;
}

.blue-border.lighten-5 {
    border-color: #E3F2FD;
}

.blue.lighten-4 {
    background-color: #BBDEFB;
    color: #666;
}

.blue-text.lighten-4 {
    color: #BBDEFB;
}

.blue-border.lighten-4 {
    border-color: #BBDEFB;
}

.blue.lighten-3 {
    background-color: #90CAF9;
    color: #666;
}

.blue-text.lighten-3 {
    color: #90CAF9;
}

.blue-border.lighten-3 {
    border-color: #90CAF9;
}

.blue.lighten-2, .page-header h1 i.blue {
    background-color: #64B5F6;
    color: #fff;
}

.blue-text.lighten-2, .page-header h1 i.blue-text {
    color: #64B5F6;
}

.blue-border.lighten-2, .page-header h1 i.blue-border {
    border-color: #64B5F6;
}

.blue.lighten-1 {
    background-color: #42A5F5;
    color: #fff;
}

.blue-text.lighten-1 {
    color: #42A5F5;
}

.blue-border.lighten-1 {
    border-color: #42A5F5;
}

.blue {
    background-color: #2196F3;
    color: #fff;
}

.blue-text {
    color: #2196F3;
}

.blue-border {
    border-color: #2196F3;
}

.blue.darken-1 {
    background-color: #1E88E5;
    color: #fff;
}

.blue-text.darken-1 {
    color: #1E88E5;
}

.blue-border.darken-1 {
    border-color: #1E88E5;
}

.blue.darken-2 {
    background-color: #1976D2;
    color: #fff;
}

.blue-text.darken-2 {
    color: #1976D2;
}

.blue-border.darken-2 {
    border-color: #1976D2;
}

.blue.darken-3 {
    background-color: #1565C0;
    color: #fff;
}

.blue-text.darken-3 {
    color: #1565C0;
}

.blue-border.darken-3 {
    border-color: #1565C0;
}

.blue.darken-4 {
    background-color: #0D47A1;
    color: #fff;
}

.blue-text.darken-4 {
    color: #0D47A1;
}

.blue-border.darken-4 {
    border-color: #0D47A1;
}

.blue.accent-1 {
    background-color: #82B1FF;
    color: #fff;
}

.blue-text.accent-1 {
    color: #82B1FF;
}

.blue-border.accent-1 {
    border-color: #82B1FF;
}

.blue.accent-2 {
    background-color: #448AFF;
    color: #fff;
}

.blue-text.accent-2 {
    color: #448AFF;
}

.blue-border.accent-2 {
    border-color: #448AFF;
}

.blue.accent-3 {
    background-color: #2979FF;
    color: #fff;
}

.blue-text.accent-3 {
    color: #2979FF;
}

.blue-border.accent-3 {
    border-color: #2979FF;
}

.blue.accent-4 {
    background-color: #2962FF;
    color: #fff;
}

.blue-text.accent-4 {
    color: #2962FF;
}

.blue-border.accent-4 {
    border-color: #2962FF;
}

.light-blue.lighten-5 {
    background-color: #e1f5fe;
    color: #666;
}

.light-blue-text.lighten-5 {
    color: #e1f5fe;
}

.light-blue-border.lighten-5 {
    border-color: #e1f5fe;
}

.light-blue.lighten-4 {
    background-color: #b3e5fc;
    color: #666;
}

.light-blue-text.lighten-4 {
    color: #b3e5fc;
}

.light-blue-border.lighten-4 {
    border-color: #b3e5fc;
}

.light-blue.lighten-3 {
    background-color: #81d4fa;
    color: #fff;
}

.light-blue-text.lighten-3 {
    color: #81d4fa;
}

.light-blue-border.lighten-3 {
    border-color: #81d4fa;
}

.light-blue.lighten-2, .page-header h1 i.light-blue {
    background-color: #4fc3f7;
    color: #fff;
}

.light-blue-text.lighten-2, .page-header h1 i.light-blue-text {
    color: #4fc3f7;
}

.light-blue-border.lighten-2, .page-header h1 i.light-blue-border {
    border-color: #4fc3f7;
}

.light-blue.lighten-1 {
    background-color: #29b6f6;
    color: #fff;
}

.light-blue-text.lighten-1 {
    color: #29b6f6;
}

.light-blue-border.lighten-1 {
    border-color: #29b6f6;
}

.light-blue {
    background-color: #03a9f4;
    color: #fff;
}

.light-blue-text {
    color: #03a9f4;
}

.light-blue-border {
    border-color: #03a9f4;
}

.light-blue.darken-1 {
    background-color: #039be5;
    color: #fff;
}

.light-blue-text.darken-1 {
    color: #039be5;
}

.light-blue-border.darken-1 {
    border-color: #039be5;
}

.light-blue.darken-2 {
    background-color: #0288d1;
    color: #fff;
}

.light-blue-text.darken-2 {
    color: #0288d1;
}

.light-blue-border.darken-2 {
    border-color: #0288d1;
}

.light-blue.darken-3 {
    background-color: #0277bd;
    color: #fff;
}

.light-blue-text.darken-3 {
    color: #0277bd;
}

.light-blue-border.darken-3 {
    border-color: #0277bd;
}

.light-blue.darken-4 {
    background-color: #01579b;
    color: #fff;
}

.light-blue-text.darken-4 {
    color: #01579b;
}

.light-blue-border.darken-4 {
    border-color: #01579b;
}

.light-blue.accent-1 {
    background-color: #80d8ff;
    color: #fff;
}

.light-blue-text.accent-1 {
    color: #80d8ff;
}

.light-blue-border.accent-1 {
    border-color: #80d8ff;
}

.light-blue.accent-2 {
    background-color: #40c4ff;
    color: #fff;
}

.light-blue-text.accent-2 {
    color: #40c4ff;
}

.light-blue-border.accent-2 {
    border-color: #40c4ff;
}

.light-blue.accent-3 {
    background-color: #00b0ff;
    color: #fff;
}

.light-blue-text.accent-3 {
    color: #00b0ff;
}

.light-blue-border.accent-3 {
    border-color: #00b0ff;
}

.light-blue.accent-4 {
    background-color: #0091ea;
    color: #fff;
}

.light-blue-text.accent-4 {
    color: #0091ea;
}

.light-blue-border.accent-4 {
    border-color: #0091ea;
}

.cyan.lighten-5 {
    background-color: #e0f7fa;
    color: #666;
}

.cyan-text.lighten-5 {
    color: #e0f7fa;
}

.cyan-border.lighten-5 {
    border-color: #e0f7fa;
}

.cyan.lighten-4 {
    background-color: #b2ebf2;
    color: #666;
}

.cyan-text.lighten-4 {
    color: #b2ebf2;
}

.cyan-border.lighten-4 {
    border-color: #b2ebf2;
}

.cyan.lighten-3 {
    background-color: #80deea;
    color: #fff;
}

.cyan-text.lighten-3 {
    color: #80deea;
}

.cyan-border.lighten-3 {
    border-color: #80deea;
}

.cyan.lighten-2, .page-header h1 i.cyan {
    background-color: #4dd0e1;
    color: #fff;
}

.cyan-text.lighten-2, .page-header h1 i.cyan-text {
    color: #4dd0e1;
}

.cyan-border.lighten-2, .page-header h1 i.cyan-border {
    border-color: #4dd0e1;
}

.cyan.lighten-1 {
    background-color: #26c6da;
    color: #fff;
}

.cyan-text.lighten-1 {
    color: #26c6da;
}

.cyan-border.lighten-1 {
    border-color: #26c6da;
}

.cyan {
    background-color: #00bcd4;
    color: #fff;
}

.cyan-text {
    color: #00bcd4;
}

.cyan-border {
    border-color: #00bcd4;
}

.cyan.darken-1 {
    background-color: #00acc1;
    color: #fff;
}

.cyan-text.darken-1 {
    color: #00acc1;
}

.cyan-border.darken-1 {
    border-color: #00acc1;
}

.cyan.darken-2 {
    background-color: #0097a7;
    color: #fff;
}

.cyan-text.darken-2 {
    color: #0097a7;
}

.cyan-border.darken-2 {
    border-color: #0097a7;
}

.cyan.darken-3 {
    background-color: #00838f;
    color: #fff;
}

.cyan-text.darken-3 {
    color: #00838f;
}

.cyan-border.darken-3 {
    border-color: #00838f;
}

.cyan.darken-4 {
    background-color: #006064;
    color: #fff;
}

.cyan-text.darken-4 {
    color: #006064;
}

.cyan-border.darken-4 {
    border-color: #006064;
}

.cyan.accent-1 {
    background-color: #84ffff;
    color: #fff;
}

.cyan-text.accent-1 {
    color: #84ffff;
}

.cyan-border.accent-1 {
    border-color: #84ffff;
}

.cyan.accent-2 {
    background-color: #18ffff;
    color: #fff;
}

.cyan-text.accent-2 {
    color: #18ffff;
}

.cyan-border.accent-2 {
    border-color: #18ffff;
}

.cyan.accent-3 {
    background-color: #00e5ff;
    color: #fff;
}

.cyan-text.accent-3 {
    color: #00e5ff;
}

.cyan-border.accent-3 {
    border-color: #00e5ff;
}

.cyan.accent-4 {
    background-color: #00b8d4;
    color: #fff;
}

.cyan-text.accent-4 {
    color: #00b8d4;
}

.cyan-border.accent-4 {
    border-color: #00b8d4;
}

.teal.lighten-5 {
    background-color: #e0f2f1;
    color: #666;
}

.teal-text.lighten-5 {
    color: #e0f2f1;
}

.teal-border.lighten-5 {
    border-color: #e0f2f1;
}

.teal.lighten-4 {
    background-color: #b2dfdb;
    color: #666;
}

.teal-text.lighten-4 {
    color: #b2dfdb;
}

.teal-border.lighten-4 {
    border-color: #b2dfdb;
}

.teal.lighten-3 {
    background-color: #80cbc4;
    color: #fff;
}

.teal-text.lighten-3 {
    color: #80cbc4;
}

.teal-border.lighten-3 {
    border-color: #80cbc4;
}

.page-header h1 i.teal, .teal.lighten-2 {
    background-color: #4db6ac;
    color: #fff;
}

.page-header h1 i.teal-text, .teal-text.lighten-2 {
    color: #4db6ac;
}

.page-header h1 i.teal-border, .teal-border.lighten-2 {
    border-color: #4db6ac;
}

.teal.lighten-1 {
    background-color: #26a69a;
    color: #fff;
}

.teal-text.lighten-1 {
    color: #26a69a;
}

.teal-border.lighten-1 {
    border-color: #26a69a;
}

.teal {
    background-color: #009688;
    color: #fff;
}

.teal-text {
    color: #009688;
}

.teal-border {
    border-color: #009688;
}

.teal.darken-1 {
    background-color: #00897b;
    color: #fff;
}

.teal-text.darken-1 {
    color: #00897b;
}

.teal-border.darken-1 {
    border-color: #00897b;
}

.teal.darken-2 {
    background-color: #00796b;
    color: #fff;
}

.teal-text.darken-2 {
    color: #00796b;
}

.teal-border.darken-2 {
    border-color: #00796b;
}

.teal.darken-3 {
    background-color: #00695c;
    color: #fff;
}

.teal-text.darken-3 {
    color: #00695c;
}

.teal-border.darken-3 {
    border-color: #00695c;
}

.teal.darken-4 {
    background-color: #004d40;
    color: #fff;
}

.teal-text.darken-4 {
    color: #004d40;
}

.teal-border.darken-4 {
    border-color: #004d40;
}

.teal.accent-1 {
    background-color: #a7ffeb;
    color: #666;
}

.teal-text.accent-1 {
    color: #a7ffeb;
}

.teal-border.accent-1 {
    border-color: #a7ffeb;
}

.teal.accent-2 {
    background-color: #64ffda;
    color: #fff;
}

.teal-text.accent-2 {
    color: #64ffda;
}

.teal-border.accent-2 {
    border-color: #64ffda;
}

.teal.accent-3 {
    background-color: #1de9b6;
    color: #fff;
}

.teal-text.accent-3 {
    color: #1de9b6;
}

.teal-border.accent-3 {
    border-color: #1de9b6;
}

.teal.accent-4 {
    background-color: #00bfa5;
    color: #fff;
}

.teal-text.accent-4 {
    color: #00bfa5;
}

.teal-border.accent-4 {
    border-color: #00bfa5;
}

.green.lighten-5 {
    background-color: #E8F5E9;
    color: #666;
}

.green-text.lighten-5 {
    color: #E8F5E9;
}

.green-border.lighten-5 {
    border-color: #E8F5E9;
}

.green.lighten-4 {
    background-color: #C8E6C9;
    color: #666;
}

.green-text.lighten-4 {
    color: #C8E6C9;
}

.green-border.lighten-4 {
    border-color: #C8E6C9;
}

.green.lighten-3 {
    background-color: #A5D6A7;
    color: #fff;
}

.green-text.lighten-3 {
    color: #A5D6A7;
}

.green-border.lighten-3 {
    border-color: #A5D6A7;
}

.green.lighten-2, .page-header h1 i.green {
    background-color: #81C784;
    color: #fff;
}

.green-text.lighten-2, .page-header h1 i.green-text {
    color: #81C784;
}

.green-border.lighten-2, .page-header h1 i.green-border {
    border-color: #81C784;
}

.green.lighten-1 {
    background-color: #66BB6A;
    color: #fff;
}

.green-text.lighten-1 {
    color: #66BB6A;
}

.green-border.lighten-1 {
    border-color: #66BB6A;
}

.green {
    background-color: #4CAF50;
    color: #fff;
}

.green-text {
    color: #4CAF50;
}

.green-border {
    border-color: #4CAF50;
}

.green.darken-1 {
    background-color: #43A047;
    color: #fff;
}

.green-text.darken-1 {
    color: #43A047;
}

.green-border.darken-1 {
    border-color: #43A047;
}

.green.darken-2 {
    background-color: #388E3C;
    color: #fff;
}

.green-text.darken-2 {
    color: #388E3C;
}

.green-border.darken-2 {
    border-color: #388E3C;
}

.green.darken-3 {
    background-color: #2E7D32;
    color: #fff;
}

.green-text.darken-3 {
    color: #2E7D32;
}

.green-border.darken-3 {
    border-color: #2E7D32;
}

.green.darken-4 {
    background-color: #1B5E20;
    color: #fff;
}

.green-text.darken-4 {
    color: #1B5E20;
}

.green-border.darken-4 {
    border-color: #1B5E20;
}

.green.accent-1 {
    background-color: #B9F6CA;
    color: #666;
}

.green-text.accent-1 {
    color: #B9F6CA;
}

.green-border.accent-1 {
    border-color: #B9F6CA;
}

.green.accent-2 {
    background-color: #69F0AE;
    color: #fff;
}

.green-text.accent-2 {
    color: #69F0AE;
}

.green-border.accent-2 {
    border-color: #69F0AE;
}

.green.accent-3 {
    background-color: #00E676;
    color: #fff;
}

.green-text.accent-3 {
    color: #00E676;
}

.green-border.accent-3 {
    border-color: #00E676;
}

.green.accent-4 {
    background-color: #1ED068;
    color: #fff;
}

.green-text.accent-4 {
    color: #1ED068;
}

.green-border.accent-4 {
    border-color: #1ED068;
}

.light-green.lighten-5 {
    background-color: #f1f8e9;
    color: #666;
}

.light-green-text.lighten-5 {
    color: #f1f8e9;
}

.light-green-border.lighten-5 {
    border-color: #f1f8e9;
}

.light-green.lighten-4 {
    background-color: #dcedc8;
    color: #666;
}

.light-green-text.lighten-4 {
    color: #dcedc8;
}

.light-green-border.lighten-4 {
    border-color: #dcedc8;
}

.light-green.lighten-3 {
    background-color: #c5e1a5;
    color: #fff;
}

.light-green-text.lighten-3 {
    color: #c5e1a5;
}

.light-green-border.lighten-3 {
    border-color: #c5e1a5;
}

.light-green.lighten-2, .page-header h1 i.light-green {
    background-color: #aed581;
    color: #fff;
}

.light-green-text.lighten-2, .page-header h1 i.light-green-text {
    color: #aed581;
}

.light-green-border.lighten-2, .page-header h1 i.light-green-border {
    border-color: #aed581;
}

.light-green.lighten-1 {
    background-color: #9ccc65;
    color: #fff;
}

.light-green-text.lighten-1 {
    color: #9ccc65;
}

.light-green-border.lighten-1 {
    border-color: #9ccc65;
}

.light-green {
    background-color: #8bc34a;
    color: #fff;
}

.light-green-text {
    color: #8bc34a;
}

.light-green-border {
    border-color: #8bc34a;
}

.light-green.darken-1 {
    background-color: #7cb342;
    color: #fff;
}

.light-green-text.darken-1 {
    color: #7cb342;
}

.light-green-border.darken-1 {
    border-color: #7cb342;
}

.light-green.darken-2 {
    background-color: #689f38;
    color: #fff;
}

.light-green-text.darken-2 {
    color: #689f38;
}

.light-green-border.darken-2 {
    border-color: #689f38;
}

.light-green.darken-3 {
    background-color: #558b2f;
    color: #fff;
}

.light-green-text.darken-3 {
    color: #558b2f;
}

.light-green-border.darken-3 {
    border-color: #558b2f;
}

.light-green.darken-4 {
    background-color: #33691e;
    color: #fff;
}

.light-green-text.darken-4 {
    color: #33691e;
}

.light-green-border.darken-4 {
    border-color: #33691e;
}

.light-green.accent-1 {
    background-color: #ccff90;
    color: #666;
}

.light-green-text.accent-1 {
    color: #ccff90;
}

.light-green-border.accent-1 {
    border-color: #ccff90;
}

.light-green.accent-2 {
    background-color: #b2ff59;
    color: #fff;
}

.light-green-text.accent-2 {
    color: #b2ff59;
}

.light-green-border.accent-2 {
    border-color: #b2ff59;
}

.light-green.accent-3 {
    background-color: #76ff03;
    color: #fff;
}

.light-green-text.accent-3 {
    color: #76ff03;
}

.light-green-border.accent-3 {
    border-color: #76ff03;
}

.light-green.accent-4 {
    background-color: #64dd17;
    color: #fff;
}

.light-green-text.accent-4 {
    color: #64dd17;
}

.light-green-border.accent-4 {
    border-color: #64dd17;
}

.lime.lighten-5 {
    background-color: #f9fbe7;
    color: #666;
}

.lime-text.lighten-5 {
    color: #f9fbe7;
}

.lime-border.lighten-5 {
    border-color: #f9fbe7;
}

.lime.lighten-4 {
    background-color: #f0f4c3;
    color: #666;
}

.lime-text.lighten-4 {
    color: #f0f4c3;
}

.lime-border.lighten-4 {
    border-color: #f0f4c3;
}

.lime.lighten-3 {
    background-color: #e6ee9c;
    color: #666;
}

.lime-text.lighten-3 {
    color: #e6ee9c;
}

.lime-border.lighten-3 {
    border-color: #e6ee9c;
}

.lime.lighten-2, .page-header h1 i.lime {
    background-color: #dce775;
    color: #fff;
}

.lime-text.lighten-2, .page-header h1 i.lime-text {
    color: #dce775;
}

.lime-border.lighten-2, .page-header h1 i.lime-border {
    border-color: #dce775;
}

.lime.lighten-1 {
    background-color: #d4e157;
    color: #fff;
}

.lime-text.lighten-1 {
    color: #d4e157;
}

.lime-border.lighten-1 {
    border-color: #d4e157;
}

.lime {
    background-color: #cddc39;
    color: #fff;
}

.lime-text {
    color: #cddc39;
}

.lime-border {
    border-color: #cddc39;
}

.lime.darken-1 {
    background-color: #c0ca33;
    color: #fff;
}

.lime-text.darken-1 {
    color: #c0ca33;
}

.lime-border.darken-1 {
    border-color: #c0ca33;
}

.lime.darken-2 {
    background-color: #afb42b;
    color: #fff;
}

.lime-text.darken-2 {
    color: #afb42b;
}

.lime-border.darken-2 {
    border-color: #afb42b;
}

.lime.darken-3 {
    background-color: #9e9d24;
    color: #fff;
}

.lime-text.darken-3 {
    color: #9e9d24;
}

.lime-border.darken-3 {
    border-color: #9e9d24;
}

.lime.darken-4 {
    background-color: #827717;
    color: #fff;
}

.lime-text.darken-4 {
    color: #827717;
}

.lime-border.darken-4 {
    border-color: #827717;
}

.lime.accent-1 {
    background-color: #f4ff81;
    color: #fff;
}

.lime-text.accent-1 {
    color: #f4ff81;
}

.lime-border.accent-1 {
    border-color: #f4ff81;
}

.lime.accent-2 {
    background-color: #eeff41;
    color: #fff;
}

.lime-text.accent-2 {
    color: #eeff41;
}

.lime-border.accent-2 {
    border-color: #eeff41;
}

.lime.accent-3 {
    background-color: #c6ff00;
    color: #fff;
}

.lime-text.accent-3 {
    color: #c6ff00;
}

.lime-border.accent-3 {
    border-color: #c6ff00;
}

.lime.accent-4 {
    background-color: #aeea00;
    color: #fff;
}

.lime-text.accent-4 {
    color: #aeea00;
}

.lime-border.accent-4 {
    border-color: #aeea00;
}

.yellow.lighten-5 {
    background-color: #fffde7;
    color: #666;
}

.yellow-text.lighten-5 {
    color: #fffde7;
}

.yellow-border.lighten-5 {
    border-color: #fffde7;
}

.yellow.lighten-4 {
    background-color: #fff9c4;
    color: #666;
}

.yellow-text.lighten-4 {
    color: #fff9c4;
}

.yellow-border.lighten-4 {
    border-color: #fff9c4;
}

.yellow.lighten-3 {
    background-color: #fff59d;
    color: #666;
}

.yellow-text.lighten-3 {
    color: #fff59d;
}

.yellow-border.lighten-3 {
    border-color: #fff59d;
}

.page-header h1 i.yellow, .yellow.lighten-2 {
    background-color: #fff176;
    color: #fff;
}

.page-header h1 i.yellow-text, .yellow-text.lighten-2 {
    color: #fff176;
}

.page-header h1 i.yellow-border, .yellow-border.lighten-2 {
    border-color: #fff176;
}

.yellow.lighten-1 {
    background-color: #ffee58;
    color: #fff;
}

.yellow-text.lighten-1 {
    color: #ffee58;
}

.yellow-border.lighten-1 {
    border-color: #ffee58;
}

.yellow {
    background-color: #ffeb3b;
    color: #fff;
}

.yellow-text {
    color: #ffeb3b;
}

.yellow-border {
    border-color: #ffeb3b;
}

.yellow.darken-1 {
    background-color: #fdd835;
    color: #fff;
}

.yellow-text.darken-1 {
    color: #fdd835;
}

.yellow-border.darken-1 {
    border-color: #fdd835;
}

.yellow.darken-2 {
    background-color: #fbc02d;
    color: #fff;
}

.yellow-text.darken-2 {
    color: #fbc02d;
}

.yellow-border.darken-2 {
    border-color: #fbc02d;
}

.yellow.darken-3 {
    background-color: #f9a825;
    color: #fff;
}

.yellow-text.darken-3 {
    color: #f9a825;
}

.yellow-border.darken-3 {
    border-color: #f9a825;
}

.yellow.darken-4 {
    background-color: #f57f17;
    color: #fff;
}

.yellow-text.darken-4 {
    color: #f57f17;
}

.yellow-border.darken-4 {
    border-color: #f57f17;
}

.yellow.accent-1 {
    background-color: #ffff8d;
    color: #666;
}

.yellow-text.accent-1 {
    color: #ffff8d;
}

.yellow-border.accent-1 {
    border-color: #ffff8d;
}

.yellow.accent-2 {
    background-color: #ff0;
    color: #fff;
}

.yellow-text.accent-2 {
    color: #ff0;
}

.yellow-border.accent-2 {
    border-color: #ff0;
}

.yellow.accent-3 {
    background-color: #ffea00;
    color: #fff;
}

.yellow-text.accent-3 {
    color: #ffea00;
}

.yellow-border.accent-3 {
    border-color: #ffea00;
}

.yellow.accent-4 {
    background-color: #ffd600;
    color: #fff;
}

.yellow-text.accent-4 {
    color: #ffd600;
}

.yellow-border.accent-4 {
    border-color: #ffd600;
}

.amber.lighten-5 {
    background-color: #fff8e1;
    color: #666;
}

.amber-text.lighten-5 {
    color: #fff8e1;
}

.amber-border.lighten-5 {
    border-color: #fff8e1;
}

.amber.lighten-4 {
    background-color: #ffecb3;
    color: #666;
}

.amber-text.lighten-4 {
    color: #ffecb3;
}

.amber-border.lighten-4 {
    border-color: #ffecb3;
}

.amber.lighten-3 {
    background-color: #ffe082;
    color: #fff;
}

.amber-text.lighten-3 {
    color: #ffe082;
}

.amber-border.lighten-3 {
    border-color: #ffe082;
}

.amber.lighten-2, .page-header h1 i.amber {
    background-color: #ffd54f;
    color: #fff;
}

.amber-text.lighten-2, .page-header h1 i.amber-text {
    color: #ffd54f;
}

.amber-border.lighten-2, .page-header h1 i.amber-border {
    border-color: #ffd54f;
}

.amber.lighten-1 {
    background-color: #ffca28;
    color: #fff;
}

.amber-text.lighten-1 {
    color: #ffca28;
}

.amber-border.lighten-1 {
    border-color: #ffca28;
}

.amber {
    background-color: #ffc107;
    color: #fff;
}

.amber-text {
    color: #ffc107;
}

.amber-border {
    border-color: #ffc107;
}

.amber.darken-1 {
    background-color: #ffb300;
    color: #fff;
}

.amber-text.darken-1 {
    color: #ffb300;
}

.amber-border.darken-1 {
    border-color: #ffb300;
}

.amber.darken-2 {
    background-color: #ffa000;
    color: #fff;
}

.amber-text.darken-2 {
    color: #ffa000;
}

.amber-border.darken-2 {
    border-color: #ffa000;
}

.amber.darken-3 {
    background-color: #ff8f00;
    color: #fff;
}

.amber-text.darken-3 {
    color: #ff8f00;
}

.amber-border.darken-3 {
    border-color: #ff8f00;
}

.amber.darken-4 {
    background-color: #ff6f00;
    color: #fff;
}

.amber-text.darken-4 {
    color: #ff6f00;
}

.amber-border.darken-4 {
    border-color: #ff6f00;
}

.amber.accent-1 {
    background-color: #ffe57f;
    color: #fff;
}

.amber-text.accent-1 {
    color: #ffe57f;
}

.amber-border.accent-1 {
    border-color: #ffe57f;
}

.amber.accent-2 {
    background-color: #ffd740;
    color: #fff;
}

.amber-text.accent-2 {
    color: #ffd740;
}

.amber-border.accent-2 {
    border-color: #ffd740;
}

.amber.accent-3 {
    background-color: #ffc400;
    color: #fff;
}

.amber-text.accent-3 {
    color: #ffc400;
}

.amber-border.accent-3 {
    border-color: #ffc400;
}

.amber.accent-4 {
    background-color: #ffab00;
    color: #fff;
}

.amber-text.accent-4 {
    color: #ffab00;
}

.amber-border.accent-4 {
    border-color: #ffab00;
}

.orange.lighten-5 {
    background-color: #fff3e0;
    color: #666;
}

.orange-text.lighten-5 {
    color: #fff3e0;
}

.orange-border.lighten-5 {
    border-color: #fff3e0;
}

.orange.lighten-4 {
    background-color: #ffe0b2;
    color: #666;
}

.orange-text.lighten-4 {
    color: #ffe0b2;
}

.orange-border.lighten-4 {
    border-color: #ffe0b2;
}

.orange.lighten-3 {
    background-color: #ffcc80;
    color: #fff;
}

.orange-text.lighten-3 {
    color: #ffcc80;
}

.orange-border.lighten-3 {
    border-color: #ffcc80;
}

.orange.lighten-2, .page-header h1 i.orange {
    background-color: #ffb74d;
    color: #fff;
}

.orange-text.lighten-2, .page-header h1 i.orange-text {
    color: #ffb74d;
}

.orange-border.lighten-2, .page-header h1 i.orange-border {
    border-color: #ffb74d;
}

.orange.lighten-1 {
    background-color: #ffa726;
    color: #fff;
}

.orange-text.lighten-1 {
    color: #ffa726;
}

.orange-border.lighten-1 {
    border-color: #ffa726;
}

.orange {
    background-color: #ff9800;
    color: #fff;
}

.orange-text {
    color: #ff9800;
}

.orange-border {
    border-color: #ff9800;
}

.orange.darken-1 {
    background-color: #fb8c00;
    color: #fff;
}

.orange-text.darken-1 {
    color: #fb8c00;
}

.orange-border.darken-1 {
    border-color: #fb8c00;
}

.orange.darken-2 {
    background-color: #f57c00;
    color: #fff;
}

.orange-text.darken-2 {
    color: #f57c00;
}

.orange-border.darken-2 {
    border-color: #f57c00;
}

.orange.darken-3 {
    background-color: #ef6c00;
    color: #fff;
}

.orange-text.darken-3 {
    color: #ef6c00;
}

.orange-border.darken-3 {
    border-color: #ef6c00;
}

.orange.darken-4 {
    background-color: #e65100;
    color: #fff;
}

.orange-text.darken-4 {
    color: #e65100;
}

.orange-border.darken-4 {
    border-color: #e65100;
}

.orange.accent-1 {
    background-color: #ffd180;
    color: #fff;
}

.orange-text.accent-1 {
    color: #ffd180;
}

.orange-border.accent-1 {
    border-color: #ffd180;
}

.orange.accent-2 {
    background-color: #ffab40;
    color: #fff;
}

.orange-text.accent-2 {
    color: #ffab40;
}

.orange-border.accent-2 {
    border-color: #ffab40;
}

.orange.accent-3 {
    background-color: #ff9100;
    color: #fff;
}

.orange-text.accent-3 {
    color: #ff9100;
}

.orange-border.accent-3 {
    border-color: #ff9100;
}

.orange.accent-4 {
    background-color: #ff6d00;
    color: #fff;
}

.orange-text.accent-4 {
    color: #ff6d00;
}

.orange-border.accent-4 {
    border-color: #ff6d00;
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7;
    color: #666;
}

.deep-orange-text.lighten-5 {
    color: #fbe9e7;
}

.deep-orange-border.lighten-5 {
    border-color: #fbe9e7;
}

.deep-orange.lighten-4 {
    background-color: #ffccbc;
    color: #666;
}

.deep-orange-text.lighten-4 {
    color: #ffccbc;
}

.deep-orange-border.lighten-4 {
    border-color: #ffccbc;
}

.deep-orange.lighten-3 {
    background-color: #ffab91;
    color: #666;
}

.deep-orange-text.lighten-3 {
    color: #ffab91;
}

.deep-orange-border.lighten-3 {
    border-color: #ffab91;
}

.deep-orange.lighten-2, .page-header h1 i.deep-orange {
    background-color: #ff8a65;
    color: #fff;
}

.deep-orange-text.lighten-2, .page-header h1 i.deep-orange-text {
    color: #ff8a65;
}

.deep-orange-border.lighten-2, .page-header h1 i.deep-orange-border {
    border-color: #ff8a65;
}

.deep-orange.lighten-1 {
    background-color: #ff7043;
    color: #fff;
}

.deep-orange-text.lighten-1 {
    color: #ff7043;
}

.deep-orange-border.lighten-1 {
    border-color: #ff7043;
}

.deep-orange {
    background-color: #ff5722;
    color: #fff;
}

.deep-orange-text {
    color: #ff5722;
}

.deep-orange-border {
    border-color: #ff5722;
}

.deep-orange.darken-1 {
    background-color: #f4511e;
    color: #fff;
}

.deep-orange-text.darken-1 {
    color: #f4511e;
}

.deep-orange-border.darken-1 {
    border-color: #f4511e;
}

.deep-orange.darken-2 {
    background-color: #e64a19;
    color: #fff;
}

.deep-orange-text.darken-2 {
    color: #e64a19;
}

.deep-orange-border.darken-2 {
    border-color: #e64a19;
}

.deep-orange.darken-3 {
    background-color: #d84315;
    color: #fff;
}

.deep-orange-text.darken-3 {
    color: #d84315;
}

.deep-orange-border.darken-3 {
    border-color: #d84315;
}

.deep-orange.darken-4 {
    background-color: #bf360c;
    color: #fff;
}

.deep-orange-text.darken-4 {
    color: #bf360c;
}

.deep-orange-border.darken-4 {
    border-color: #bf360c;
}

.deep-orange.accent-1 {
    background-color: #ff9e80;
    color: #fff;
}

.deep-orange-text.accent-1 {
    color: #ff9e80;
}

.deep-orange-border.accent-1 {
    border-color: #ff9e80;
}

.deep-orange.accent-2 {
    background-color: #ff6e40;
    color: #fff;
}

.deep-orange-text.accent-2 {
    color: #ff6e40;
}

.deep-orange-border.accent-2 {
    border-color: #ff6e40;
}

.deep-orange.accent-3 {
    background-color: #ff3d00;
    color: #fff;
}

.deep-orange-text.accent-3 {
    color: #ff3d00;
}

.deep-orange-border.accent-3 {
    border-color: #ff3d00;
}

.deep-orange.accent-4 {
    background-color: #dd2c00;
    color: #fff;
}

.deep-orange-text.accent-4 {
    color: #dd2c00;
}

.deep-orange-border.accent-4 {
    border-color: #dd2c00;
}

.brown.lighten-5 {
    background-color: #efebe9;
    color: #666;
}

.brown-text.lighten-5 {
    color: #efebe9;
}

.brown-border.lighten-5 {
    border-color: #efebe9;
}

.brown.lighten-4 {
    background-color: #d7ccc8;
    color: #666;
}

.brown-text.lighten-4 {
    color: #d7ccc8;
}

.brown-border.lighten-4 {
    border-color: #d7ccc8;
}

.brown.lighten-3 {
    background-color: #bcaaa4;
    color: #fff;
}

.brown-text.lighten-3 {
    color: #bcaaa4;
}

.brown-border.lighten-3 {
    border-color: #bcaaa4;
}

.brown.lighten-2, .page-header h1 i.brown {
    background-color: #a1887f;
    color: #fff;
}

.brown-text.lighten-2, .page-header h1 i.brown-text {
    color: #a1887f;
}

.brown-border.lighten-2, .page-header h1 i.brown-border {
    border-color: #a1887f;
}

.brown.lighten-1 {
    background-color: #8d6e63;
    color: #fff;
}

.sidebar {
    height: inherit !important;
    max-height: none !important;
    padding-right: unset !important;
    padding-left: unset !important;
    border-top: unset !important;
    box-shadow: unset !important;
}

.brown-text.lighten-1 {
    color: #8d6e63;
}

.brown-border.lighten-1 {
    border-color: #8d6e63;
}

.brown {
    background-color: #795548;
    color: #fff;
}

.brown-text {
    color: #795548;
}

.brown-border {
    border-color: #795548;
}

.brown.darken-1 {
    background-color: #6d4c41;
    color: #fff;
}

.brown-text.darken-1 {
    color: #6d4c41;
}

.brown-border.darken-1 {
    border-color: #6d4c41;
}

.brown.darken-2 {
    background-color: #5d4037;
    color: #fff;
}

.brown-text.darken-2 {
    color: #5d4037;
}

.brown-border.darken-2 {
    border-color: #5d4037;
}

.brown.darken-3 {
    background-color: #4e342e;
    color: #fff;
}

.brown-text.darken-3 {
    color: #4e342e;
}

.brown-border.darken-3 {
    border-color: #4e342e;
}

.brown.darken-4 {
    background-color: #3e2723;
    color: #fff;
}

.brown-text.darken-4 {
    color: #3e2723;
}

.brown-border.darken-4 {
    border-color: #3e2723;
}

.blue-grey.lighten-5 {
    background-color: #eceff1;
    color: #666;
}

.blue-grey-text.lighten-5 {
    color: #eceff1;
}

.blue-grey-border.lighten-5 {
    border-color: #eceff1;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc;
    color: #666;
}

.blue-grey-text.lighten-4 {
    color: #cfd8dc;
}

.blue-grey-border.lighten-4 {
    border-color: #cfd8dc;
}

.blue-grey.lighten-3 {
    background-color: #b0bec5;
    color: #fff;
}

.blue-grey-text.lighten-3 {
    color: #b0bec5;
}

.blue-grey-border.lighten-3 {
    border-color: #b0bec5;
}

.blue-grey.lighten-2, .page-header h1 i.blue-grey {
    background-color: #90a4ae;
    color: #fff;
}

.blue-grey-text.lighten-2, .page-header h1 i.blue-grey-text {
    color: #90a4ae;
}

.blue-grey-border.lighten-2, .page-header h1 i.blue-grey-border {
    border-color: #90a4ae;
}

.blue-grey.lighten-1 {
    background-color: #78909c;
    color: #fff;
}

.blue-grey-text.lighten-1 {
    color: #78909c;
}

.blue-grey-border.lighten-1 {
    border-color: #78909c;
}

.blue-grey {
    background-color: #607d8b;
    color: #fff;
}

.blue-grey-text {
    color: #607d8b;
}

.blue-grey-border {
    border-color: #607d8b;
}

.blue-grey.darken-1 {
    background-color: #546e7a;
    color: #fff;
}

.blue-grey-text.darken-1 {
    color: #546e7a;
}

.blue-grey-border.darken-1 {
    border-color: #546e7a;
}

.blue-grey.darken-2 {
    background-color: #455a64;
    color: #fff;
}

.blue-grey-text.darken-2 {
    color: #455a64;
}

.blue-grey-border.darken-2 {
    border-color: #455a64;
}

.blue-grey.darken-3 {
    background-color: #37474f;
    color: #fff;
}

.blue-grey-text.darken-3 {
    color: #37474f;
}

.blue-grey-border.darken-3 {
    border-color: #37474f;
}

.blue-grey.darken-4 {
    background-color: #263238;
    color: #fff;
}

.blue-grey-text.darken-4 {
    color: #263238;
}

.blue-grey-border.darken-4 {
    border-color: #263238;
}

.grey.lighten-5 {
    background-color: #fafafa;
    color: #666;
}

.grey-text.lighten-5, .page-header h1 i.lighten-5 {
    color: #fafafa;
}

.grey-border.lighten-5 {
    border-color: #fafafa;
}

.grey.lighten-4 {
    background-color: #f5f5f5;
    color: #666;
}

.grey-text.lighten-4, .page-header h1 i.lighten-4 {
    color: #f5f5f5;
}

.grey-border.lighten-4 {
    border-color: #f5f5f5;
}

.grey.lighten-3 {
    background-color: #eee;
    color: #666;
}

.grey-text.lighten-3, .page-header h1 i.lighten-3 {
    color: #eee;
}

.grey-border.lighten-3 {
    border-color: #eee;
}

.grey.lighten-2, .page-header h1 i.grey {
    background-color: #e0e0e0;
    color: #666;
}

.grey-text.lighten-2, .page-header h1 i {
    color: #e0e0e0;
}

    .grey-border.lighten-2, .page-header h1 i.grey-border {
        border-color: #e0e0e0;
    }

.grey.lighten-1 {
    background-color: #bdbdbd;
    color: #fff;
}

.grey-text.lighten-1, .page-header h1 i.lighten-1 {
    color: #bdbdbd;
}

.grey-border.lighten-1 {
    border-color: #bdbdbd;
}

.grey {
    background-color: #9e9e9e;
    color: #fff;
}

.grey-text, .page-header h1 i {
    color: #9e9e9e;
}

.grey-border {
    border-color: #9e9e9e;
}

.grey.darken-1 {
    background-color: #757575;
    color: #fff;
}

.grey-text.darken-1, .page-header h1 i.darken-1 {
    color: #757575;
}

.grey-border.darken-1 {
    border-color: #757575;
}

.grey.darken-2 {
    background-color: #616161;
    color: #fff;
}

.grey-text.darken-2, .page-header h1 i.darken-2 {
    color: #616161;
}

.grey-border.darken-2 {
    border-color: #616161;
}

.grey.darken-3 {
    background-color: #424242;
    color: #fff;
}

.grey-text.darken-3, .page-header h1 i.darken-3 {
    color: #424242;
}

.grey-border.darken-3 {
    border-color: #424242;
}

.grey.darken-4 {
    background-color: #212121;
    color: #fff;
}

.grey-text.darken-4, .page-header h1 i.darken-4 {
    color: #212121;
}

.grey-border.darken-4 {
    border-color: #212121;
}

.shades.black {
    background-color: #000;
    color: #fff;
}

.shades-text.black {
    color: #000;
}

.shades-border.black {
    border-color: #000;
}

.shades.white {
    background-color: #FFF;
    color: #666;
}

.shades-text.white {
    color: #FFF;
}

.shades-border.white {
    border-color: #FFF;
}

.black {
    background-color: #000 !important;
    color: #fff;
}

.black-text {
    color: #000;
}

.white {
    background-color: #FFF !important;
    color: #666;
}

.white-text {
    color: #FFF;
}

.theme-picker .theme-template-default .theme-sidenav {
    background: #E8E8E8;
}

.theme-picker .theme-template-dark .theme-sidenav {
    background: #474747;
}

.theme-picker .theme-template-light .theme-sidenav {
    background: #fff;
}

.theme-picker .theme-template-green .theme-sidenav {
    background: #4CAF50;
}

.theme-picker .theme-template-blue .theme-sidenav {
    background: #2196F3;
}

.theme-template-default .sidebar {
    background: #E8E8E8;
}

.theme-template-dark .sidebar {
    background: #3c414c;
    color: #FFF;
}

    .theme-template-dark .sidebar .login-brand-logo, .theme-template-dark .sidebar ul a {
        color: #E7E7E7;
        border-bottom: 1px solid rgb(109, 113, 122);
    }

.theme-template-light .sidebar {
    background: #fff;
}

    .theme-template-light .sidebar .login-brand-logo, .theme-template-light .sidebar ul a {
        color: #797979;
    }

.theme-template-green .sidebar {
    background: #1ED068;
}

    .theme-template-green .sidebar .login-brand-logo .foot1, .theme-template-green .sidebar .login-brand-logo .foot3 {
        background-color: #2E7D32 !important;
    }

    .theme-template-green .sidebar .login-brand-logo .foot2, .theme-template-green .sidebar .login-brand-logo .foot4 {
        background-color: #43A047 !important;
    }

    .theme-template-green .sidebar .user-logged-in .content .user-name {
        color: #fff;
    }

    .theme-template-green .sidebar .user-logged-in .content .text-muted, .theme-template-green .sidebar .user-logged-in .content .user-email {
        color: rgba(0,0,0,.5);
    }

    .theme-template-green .sidebar .user-logged-in .content .user-actions a {
        color: #2E7D32;
    }

    .theme-template-green .sidebar a.collapsible-header:after, .theme-template-green .sidebar i {
        color: rgba(0,0,0,.3) !important;
    }

    .theme-template-blue .sidebar .user-logged-in .content .user-name, .theme-template-green .sidebar .login-brand-logo, .theme-template-green .sidebar ul a {
        color: #fff;
    }

.theme-template-blue .sidebar {
    background: #40c4ff;
}

    .theme-template-blue .sidebar .login-brand-logo .foot1, .theme-template-blue .sidebar .login-brand-logo .foot3 {
        background-color: #1565C0 !important;
    }

    .theme-template-blue .sidebar .login-brand-logo .foot2, .theme-template-blue .sidebar .login-brand-logo .foot4 {
        background-color: #1E88E5 !important;
    }

    .theme-template-blue .sidebar .user-logged-in .content .text-muted, .theme-template-blue .sidebar .user-logged-in .content .user-email {
        color: rgba(0,0,0,.5);
    }

    .theme-template-blue .sidebar .user-logged-in .content .user-actions a {
        color: #1565C0;
    }

    .theme-template-blue .sidebar a.collapsible-header:after, .theme-template-blue .sidebar i {
        color: rgba(0,0,0,.3) !important;
    }

    .theme-template-blue .sidebar .login-brand-logo, .theme-template-blue .sidebar ul a {
        color: #fff;
    }

.theme-red .theme-lighten-5 {
    background-color: #FFEBEE;
    color: #666;
}

.theme-red .theme-text-lighten-5 {
    color: #FFEBEE;
}

.theme-red .theme-bg-lighten-5 {
    background-color: #FFEBEE;
}

.theme-red .theme-border-lighten-5 {
    border-color: #FFEBEE;
}

.theme-red .theme-fill-lighten-5 {
    fill: #FFEBEE;
}

.theme-red .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #FFEBEE;
    box-shadow: inset 0 -2px 0 #FFEBEE;
}

.theme-red .theme-lighten-4 {
    background-color: #FFCDD2;
    color: #666;
}

.theme-red .theme-text-lighten-4 {
    color: #FFCDD2;
}

.theme-red .theme-bg-lighten-4 {
    background-color: #FFCDD2;
}

.theme-red .theme-border-lighten-4 {
    border-color: #FFCDD2;
}

.theme-red .theme-fill-lighten-4 {
    fill: #FFCDD2;
}

.theme-red .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #FFCDD2;
    box-shadow: inset 0 -2px 0 #FFCDD2;
}

.theme-red .theme-lighten-3 {
    background-color: #EF9A9A;
    color: #666;
}

.theme-red .theme-text-lighten-3 {
    color: #EF9A9A;
}

.switch label .theme-red input[type=checkbox]:checked + .lever, .theme-red .btn-primary.disabled, .theme-red .switch label input[type=checkbox]:checked + .lever, .theme-red .theme-bg-lighten-3 {
    background-color: #EF9A9A;
}

.theme-red .theme-border-lighten-3 {
    border-color: #EF9A9A;
}

.theme-red .theme-fill-lighten-3 {
    fill: #EF9A9A;
}

.theme-red .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #EF9A9A;
    box-shadow: inset 0 -2px 0 #EF9A9A;
}

.theme-red .theme-lighten-2 {
    background-color: #E57373;
    color: #fff;
}

.theme-red .theme-text-lighten-2 {
    color: #E57373;
}

.theme-red .theme-bg-lighten-2 {
    background-color: #E57373;
}

.theme-red .theme-border-lighten-2 {
    border-color: #E57373;
}

.theme-red .theme-fill-lighten-2 {
    fill: #E57373;
}

.theme-red .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #E57373;
    box-shadow: inset 0 -2px 0 #E57373;
}

.theme-red .theme-lighten-1 {
    background-color: #EF5350;
    color: #fff;
}

.theme-red .theme-text-lighten-1, .theme-red aside.sidebar a.collapsible-header:after, aside.sidebar .theme-red a.collapsible-header:after {
    color: #EF5350;
}

.theme-red .theme-bg-lighten-1 {
    background-color: #EF5350;
}

#loading-bar .theme-red .bar, #logo .theme-red .foot2, #logo .theme-red .foot4, .noUi-range .theme-red .noUi-origin:first-child, .switch label .theme-red input[type=checkbox]:checked + .lever:after, .theme-red #loading-bar .bar, .theme-red #logo .foot2, .theme-red #logo .foot4, .theme-red .btn-primary, .theme-red .noUi-base, .theme-red .noUi-handle, .theme-red .noUi-handle:before, .theme-red .noUi-range .noUi-origin:first-child, .theme-red .switch label input[type=checkbox]:checked + .lever:after, .theme-red .theme, .theme-red .theme-bg, .theme-red input[type=checkbox]:checked:after, .theme-red input[type=radio]:before {
    background-color: #F44336;
}

.theme-red .theme-border-lighten-1 {
    border-color: #EF5350;
}

.theme-red .theme-fill-lighten-1 {
    fill: #EF5350;
}

.theme-red .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #EF5350;
    box-shadow: inset 0 -2px 0 #EF5350;
}

.theme-red .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-red td:first-child, .page-header .theme-red h1, .theme-red .btn-link, .theme-red .dashboard .table-dashboard-widget-1 td:first-child, .theme-red .nav-tabs > li.active > a, .theme-red .nav-tabs > li.active > a:focus:hover, .theme-red .nav-tabs > li > a:hover, .theme-red .page-header h1, .theme-red .theme-text, .theme-red .todo-app .filters .filter, .theme-red .todo-app .filters .filter.active:hover, .theme-red .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-red .filter, .todo-app .filters .theme-red .filter.active:hover, .todo-app .filters .theme-red .filter:focus:hover {
    color: #F44336;
}

.theme-red .theme-border, .theme-red input[type=checkbox]:checked:after, .theme-red input[type=radio]:checked:after {
    border-color: #F44336;
}

.theme-red .theme-fill {
    fill: #F44336;
}

.focussed .theme-red .ta-bind, .theme-red .focussed .ta-bind, .theme-red .nav-tabs > li.active > a, .theme-red .nav-tabs > li > a:hover, .theme-red .theme-box-inset, .theme-red .todo-app .filters .filter.active, .theme-red .todo-app .filters .filter:hover, .theme-red [contenteditable].form-control:focus, .theme-red [type=email].form-control:focus, .theme-red [type=password].form-control:focus, .theme-red [type=tel].form-control:focus, .theme-red [type=text].form-control:focus, .theme-red input.form-control:focus, .theme-red input[type=email]:focus, .theme-red input[type=number]:focus, .theme-red input[type=password]:focus, .theme-red input[type=text]:focus, .theme-red select:focus, .theme-red textarea:focus, .todo-app .filters .theme-red .filter.active, .todo-app .filters .theme-red .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #F44336;
    box-shadow: inset 0 -2px 0 #F44336;
}

.theme-red .theme-darken-1 {
    background-color: #E53935;
    color: #fff;
}

.theme-red .btn-link:focus, .theme-red .btn-link:hover, .theme-red .theme-text-darken-1 {
    color: #E53935;
}

#logo .theme-red .foot1, #logo .theme-red .foot3, .theme-red #logo .foot1, .theme-red #logo .foot3, .theme-red .btn-primary:hover, .theme-red .theme-bg-darken-1 {
    background-color: #E53935;
}

.theme-red .theme-border-darken-1 {
    border-color: #E53935;
}

.theme-red .theme-fill-darken-1 {
    fill: #E53935;
}

.theme-red .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #E53935;
    box-shadow: inset 0 -2px 0 #E53935;
}

.theme-red .theme-darken-2 {
    background-color: #D32F2F;
    color: #fff;
}

.theme-red .theme-text-darken-2 {
    color: #D32F2F;
}

.theme-red .theme-bg-darken-2 {
    background-color: #D32F2F;
}

.theme-red .theme-border-darken-2 {
    border-color: #D32F2F;
}

.theme-red .theme-fill-darken-2 {
    fill: #D32F2F;
}

.theme-red .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #D32F2F;
    box-shadow: inset 0 -2px 0 #D32F2F;
}

.theme-red .theme-darken-3 {
    background-color: #C62828;
    color: #fff;
}

.theme-red .theme-text-darken-3 {
    color: #C62828;
}

.theme-red .theme-bg-darken-3 {
    background-color: #C62828;
}

.theme-red .theme-border-darken-3 {
    border-color: #C62828;
}

.theme-red .theme-fill-darken-3 {
    fill: #C62828;
}

.theme-red .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #C62828;
    box-shadow: inset 0 -2px 0 #C62828;
}

.theme-red .theme-darken-4 {
    background-color: #B71C1C;
    color: #fff;
}

.theme-red .theme-text-darken-4 {
    color: #B71C1C;
}

.theme-red .theme-bg-darken-4 {
    background-color: #B71C1C;
}

.theme-red .theme-border-darken-4 {
    border-color: #B71C1C;
}

.theme-red .theme-fill-darken-4 {
    fill: #B71C1C;
}

.theme-red .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #B71C1C;
    box-shadow: inset 0 -2px 0 #B71C1C;
}

.theme-red .theme-accent-1 {
    background-color: #FF8A80;
    color: #fff;
}

.theme-red .theme-text-accent-1 {
    color: #FF8A80;
}

.theme-red .theme-bg-accent-1 {
    background-color: #FF8A80;
}

.theme-red .theme-border-accent-1 {
    border-color: #FF8A80;
}

.theme-red .theme-fill-accent-1 {
    fill: #FF8A80;
}

.theme-red .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #FF8A80;
    box-shadow: inset 0 -2px 0 #FF8A80;
}

.theme-red .theme-accent-2 {
    background-color: #FF5252;
    color: #fff;
}

.theme-red .theme-text-accent-2 {
    color: #FF5252;
}

.theme-red .theme-bg-accent-2 {
    background-color: #FF5252;
}

.theme-red .theme-border-accent-2 {
    border-color: #FF5252;
}

.theme-red .theme-fill-accent-2 {
    fill: #FF5252;
}

.theme-red .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #FF5252;
    box-shadow: inset 0 -2px 0 #FF5252;
}

.theme-red .theme-accent-3 {
    background-color: #FF1744;
    color: #fff;
}

.theme-red .theme-text-accent-3 {
    color: #FF1744;
}

.theme-red .theme-bg-accent-3 {
    background-color: #FF1744;
}

.theme-red .theme-border-accent-3 {
    border-color: #FF1744;
}

.theme-red .theme-fill-accent-3 {
    fill: #FF1744;
}

.theme-red .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #FF1744;
    box-shadow: inset 0 -2px 0 #FF1744;
}

.theme-red .theme-accent-4 {
    background-color: #D50000;
    color: #fff;
}

.theme-red .theme-text-accent-4 {
    color: #D50000;
}

.theme-red .btn-primary:focus, .theme-red .theme-bg-accent-4 {
    background-color: #D50000;
}

.theme-red .theme-border-accent-4 {
    border-color: #D50000;
}

.theme-red .theme-fill-accent-4 {
    fill: #D50000;
}

.theme-red .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #D50000;
    box-shadow: inset 0 -2px 0 #D50000;
}

.theme-red .theme-secondary-lighten-5 {
    background-color: #e1f5fe;
    color: #666;
}

.theme-red .theme-secondary-text-lighten-5 {
    color: #e1f5fe;
}

.card .list-group .theme-red .list-group-item:hover, .theme-red .card .list-group .list-group-item:hover, .theme-red .theme-secondary-bg-lighten-5 {
    background-color: #e1f5fe;
}

.theme-red .theme-secondary-border-lighten-5 {
    border-color: #e1f5fe;
}

.theme-red .theme-secondary-fill-lighten-5 {
    fill: #e1f5fe;
}

.theme-red .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e1f5fe;
    box-shadow: inset 0 -2px 0 #e1f5fe;
}

.theme-red .theme-secondary-lighten-4 {
    background-color: #b3e5fc;
    color: #666;
}

.theme-red .theme-secondary-text-lighten-4 {
    color: #b3e5fc;
}

.theme-red .theme-secondary-bg-lighten-4 {
    background-color: #b3e5fc;
}

.theme-red .theme-secondary-border-lighten-4 {
    border-color: #b3e5fc;
}

.theme-red .theme-secondary-fill-lighten-4 {
    fill: #b3e5fc;
}

.theme-red .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b3e5fc;
    box-shadow: inset 0 -2px 0 #b3e5fc;
}

.theme-red .theme-secondary-lighten-3 {
    background-color: #81d4fa;
    color: #fff;
}

.theme-red .theme-secondary-text-lighten-3, .theme-red .theme-template-dark .sidebar .user-logged-in a, .theme-red a:focus, .theme-red a:hover, .theme-template-dark .sidebar .user-logged-in .theme-red a {
    color: #81d4fa;
}

.theme-red .theme-secondary-bg-lighten-3 {
    background-color: #81d4fa;
}

.theme-red .theme-secondary-border-lighten-3 {
    border-color: #81d4fa;
}

.theme-red .theme-secondary-fill-lighten-3 {
    fill: #81d4fa;
}

.theme-red .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #81d4fa;
    box-shadow: inset 0 -2px 0 #81d4fa;
}

.theme-red .theme-secondary-lighten-2 {
    background-color: #4fc3f7;
    color: #fff;
}

.theme-red .theme-secondary-text-lighten-2 {
    color: #4fc3f7;
}

.theme-red .theme-secondary-bg-lighten-2 {
    background-color: #4fc3f7;
}

.theme-red .theme-secondary-border-lighten-2 {
    border-color: #4fc3f7;
}

.theme-red .theme-secondary-fill-lighten-2 {
    fill: #4fc3f7;
}

.theme-red .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4fc3f7;
    box-shadow: inset 0 -2px 0 #4fc3f7;
}

.theme-red .theme-secondary-lighten-1 {
    background-color: #29b6f6;
    color: #fff;
}

.theme-red .theme-secondary-text-lighten-1 {
    color: #29b6f6;
}

.theme-red .theme-secondary-bg-lighten-1 {
    background-color: #29b6f6;
}

.theme-red .theme-secondary-border-lighten-1 {
    border-color: #29b6f6;
}

.theme-red .theme-secondary-fill-lighten-1 {
    fill: #29b6f6;
}

.theme-red .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #29b6f6;
    box-shadow: inset 0 -2px 0 #29b6f6;
}

.jvectormap-container .theme-red .jvectormap-zoomin, .jvectormap-container .theme-red .jvectormap-zoomout, .theme-red .alert.alert-theme, .theme-red .jvectormap-container .jvectormap-zoomin, .theme-red .jvectormap-container .jvectormap-zoomout, .theme-red .theme-secondary {
    background-color: #03a9f4;
    color: #fff;
}

.theme-red .theme-secondary-text, .theme-red a {
    color: #03a9f4;
}

.c3 .c3-tooltip .theme-red th, .card .list-group .theme-red .list-group-item.active, .theme-red .c3 .c3-tooltip th, .theme-red .card .list-group .list-group-item.active, .theme-red .theme-secondary-bg {
    background-color: #03a9f4;
}

.theme-red .theme-secondary-border {
    border-color: #03a9f4;
}

.theme-red .theme-secondary-fill {
    fill: #03a9f4;
}

.theme-red .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #03a9f4;
    box-shadow: inset 0 -2px 0 #03a9f4;
}

.theme-red .theme-secondary-darken-1 {
    background-color: #039be5;
    color: #fff;
}

.theme-red .theme-secondary-text-darken-1 {
    color: #039be5;
}

.theme-red .theme-secondary-bg-darken-1 {
    background-color: #039be5;
}

.theme-red .theme-secondary-border-darken-1 {
    border-color: #039be5;
}

.theme-red .theme-secondary-fill-darken-1 {
    fill: #039be5;
}

.theme-red .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #039be5;
    box-shadow: inset 0 -2px 0 #039be5;
}

.theme-red .theme-secondary-darken-2 {
    background-color: #0288d1;
    color: #fff;
}

.theme-red .theme-secondary-text-darken-2 {
    color: #0288d1;
}

.theme-red .theme-secondary-bg-darken-2 {
    background-color: #0288d1;
}

.theme-red .theme-secondary-border-darken-2 {
    border-color: #0288d1;
}

.theme-red .theme-secondary-fill-darken-2 {
    fill: #0288d1;
}

.theme-red .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #0288d1;
    box-shadow: inset 0 -2px 0 #0288d1;
}

.theme-red .theme-secondary-darken-3 {
    background-color: #0277bd;
    color: #fff;
}

.theme-red .theme-secondary-text-darken-3 {
    color: #0277bd;
}

.theme-red .theme-secondary-bg-darken-3 {
    background-color: #0277bd;
}

.theme-red .theme-secondary-border-darken-3 {
    border-color: #0277bd;
}

.theme-red .theme-secondary-fill-darken-3 {
    fill: #0277bd;
}

.theme-red .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #0277bd;
    box-shadow: inset 0 -2px 0 #0277bd;
}

.theme-red .theme-secondary-darken-4 {
    background-color: #01579b;
    color: #fff;
}

.theme-red .theme-secondary-text-darken-4 {
    color: #01579b;
}

.theme-red .theme-secondary-bg-darken-4 {
    background-color: #01579b;
}

.theme-red .theme-secondary-border-darken-4 {
    border-color: #01579b;
}

.theme-red .theme-secondary-fill-darken-4 {
    fill: #01579b;
}

.theme-red .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #01579b;
    box-shadow: inset 0 -2px 0 #01579b;
}

.theme-red .theme-secondary-accent-1 {
    background-color: #80d8ff;
    color: #fff;
}

.theme-red .theme-secondary-text-accent-1 {
    color: #80d8ff;
}

.theme-red .theme-secondary-bg-accent-1 {
    background-color: #80d8ff;
}

.theme-red .theme-secondary-border-accent-1 {
    border-color: #80d8ff;
}

.theme-red .theme-secondary-fill-accent-1 {
    fill: #80d8ff;
}

.theme-red .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #80d8ff;
    box-shadow: inset 0 -2px 0 #80d8ff;
}

.theme-red .theme-secondary-accent-2 {
    background-color: #40c4ff;
    color: #fff;
}

.theme-red .theme-secondary-text-accent-2 {
    color: #40c4ff;
}

.theme-red .theme-secondary-bg-accent-2 {
    background-color: #40c4ff;
}

.theme-red .theme-secondary-border-accent-2 {
    border-color: #40c4ff;
}

.theme-red .theme-secondary-fill-accent-2 {
    fill: #40c4ff;
}

.theme-red .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #40c4ff;
    box-shadow: inset 0 -2px 0 #40c4ff;
}

.theme-red .theme-secondary-accent-3 {
    background-color: #00b0ff;
    color: #fff;
}

.theme-red .theme-secondary-text-accent-3 {
    color: #00b0ff;
}

.theme-red .theme-secondary-bg-accent-3 {
    background-color: #00b0ff;
}

.theme-red .theme-secondary-border-accent-3 {
    border-color: #00b0ff;
}

.theme-red .theme-secondary-fill-accent-3 {
    fill: #00b0ff;
}

.theme-red .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00b0ff;
    box-shadow: inset 0 -2px 0 #00b0ff;
}

.theme-red .theme-secondary-accent-4 {
    background-color: #0091ea;
    color: #fff;
}

.theme-red .theme-secondary-text-accent-4 {
    color: #0091ea;
}

.theme-red .theme-secondary-bg-accent-4 {
    background-color: #0091ea;
}

.theme-red .theme-secondary-border-accent-4 {
    border-color: #0091ea;
}

.theme-red .theme-secondary-fill-accent-4 {
    fill: #0091ea;
}

.theme-red .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #0091ea;
    box-shadow: inset 0 -2px 0 #0091ea;
}

.theme-pink .theme-lighten-5 {
    background-color: #fce4ec;
    color: #666;
}

.theme-pink .theme-text-lighten-5 {
    color: #fce4ec;
}

.theme-pink .theme-bg-lighten-5 {
    background-color: #fce4ec;
}

.theme-pink .theme-border-lighten-5 {
    border-color: #fce4ec;
}

.theme-pink .theme-fill-lighten-5 {
    fill: #fce4ec;
}

.theme-pink .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
    box-shadow: inset 0 -2px 0 #fce4ec;
}

.theme-pink .theme-lighten-4 {
    background-color: #f8bbd0;
    color: #666;
}

.theme-pink .theme-text-lighten-4 {
    color: #f8bbd0;
}

.theme-pink .theme-bg-lighten-4 {
    background-color: #f8bbd0;
}

.theme-pink .theme-border-lighten-4 {
    border-color: #f8bbd0;
}

.theme-pink .theme-fill-lighten-4 {
    fill: #f8bbd0;
}

.theme-pink .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
    box-shadow: inset 0 -2px 0 #f8bbd0;
}

.theme-pink .theme-lighten-3 {
    background-color: #f48fb1;
    color: #fff;
}

.theme-pink .theme-text-lighten-3 {
    color: #f48fb1;
}

.switch label .theme-pink input[type=checkbox]:checked + .lever, .theme-pink .btn-primary.disabled, .theme-pink .switch label input[type=checkbox]:checked + .lever, .theme-pink .theme-bg-lighten-3 {
    background-color: #f48fb1;
}

.theme-pink .theme-border-lighten-3 {
    border-color: #f48fb1;
}

.theme-pink .theme-fill-lighten-3 {
    fill: #f48fb1;
}

.theme-pink .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
    box-shadow: inset 0 -2px 0 #f48fb1;
}

.theme-pink .theme-lighten-2 {
    background-color: #f06292;
    color: #fff;
}

.theme-pink .theme-text-lighten-2 {
    color: #f06292;
}

.theme-pink .theme-bg-lighten-2 {
    background-color: #f06292;
}

.theme-pink .theme-border-lighten-2 {
    border-color: #f06292;
}

.theme-pink .theme-fill-lighten-2 {
    fill: #f06292;
}

.theme-pink .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #f06292;
    box-shadow: inset 0 -2px 0 #f06292;
}

.theme-pink .theme-lighten-1 {
    background-color: #ec407a;
    color: #fff;
}

.theme-pink .theme-text-lighten-1, .theme-pink aside.sidebar a.collapsible-header:after, aside.sidebar .theme-pink a.collapsible-header:after {
    color: #ec407a;
}

.theme-pink .theme-bg-lighten-1 {
    background-color: #ec407a;
}

#loading-bar .theme-pink .bar, #logo .theme-pink .foot2, #logo .theme-pink .foot4, .noUi-range .theme-pink .noUi-origin:first-child, .switch label .theme-pink input[type=checkbox]:checked + .lever:after, .theme-pink #loading-bar .bar, .theme-pink #logo .foot2, .theme-pink #logo .foot4, .theme-pink .btn-primary, .theme-pink .noUi-base, .theme-pink .noUi-handle, .theme-pink .noUi-handle:before, .theme-pink .noUi-range .noUi-origin:first-child, .theme-pink .switch label input[type=checkbox]:checked + .lever:after, .theme-pink .theme, .theme-pink .theme-bg, .theme-pink input[type=checkbox]:checked:after, .theme-pink input[type=radio]:before {
    background-color: #ffcc00;
}

.theme-pink .theme-border-lighten-1 {
    border-color: #ec407a;
}

.theme-pink .theme-fill-lighten-1 {
    fill: #ec407a;
}

.theme-pink .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ec407a;
    box-shadow: inset 0 -2px 0 #ec407a;
}

.theme-pink .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-pink td:first-child, .page-header .theme-pink h1, .theme-pink .btn-link, .theme-pink .dashboard .table-dashboard-widget-1 td:first-child, .theme-pink .nav-tabs > li.active > a, .theme-pink .nav-tabs > li.active > a:focus:hover, .theme-pink .nav-tabs > li > a:hover, .theme-pink .page-header h1, .theme-pink .theme-text, .theme-pink .todo-app .filters .filter, .theme-pink .todo-app .filters .filter.active:hover, .theme-pink .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-pink .filter, .todo-app .filters .theme-pink .filter.active:hover, .todo-app .filters .theme-pink .filter:focus:hover {
    color: #eabb00;
}

.theme-pink .theme-border, .theme-pink input[type=checkbox]:checked:after, .theme-pink input[type=radio]:checked:after {
    border-color: #e91e63;
}

.theme-pink .theme-fill {
    fill: #e91e63;
}

.focussed .theme-pink .ta-bind, .theme-pink .focussed .ta-bind, .theme-pink .nav-tabs > li.active > a, .theme-pink .nav-tabs > li > a:hover, .theme-pink .theme-box-inset, .theme-pink .todo-app .filters .filter.active, .theme-pink .todo-app .filters .filter:hover, .theme-pink [contenteditable].form-control:focus, .theme-pink [type=email].form-control:focus, .theme-pink [type=password].form-control:focus, .theme-pink [type=tel].form-control:focus, .theme-pink [type=text].form-control:focus, .theme-pink input.form-control:focus, .theme-pink input[type=email]:focus, .theme-pink input[type=number]:focus, .theme-pink input[type=password]:focus, .theme-pink input[type=text]:focus, .theme-pink select:focus, .theme-pink textarea:focus, .todo-app .filters .theme-pink .filter.active, .todo-app .filters .theme-pink .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #e91e63;
    box-shadow: inset 0 -2px 0 #e91e63;
}

.theme-pink .theme-darken-1 {
    background-color: #d81b60;
    color: #fff;
}

.theme-pink .btn-link:focus, .theme-pink .btn-link:hover, .theme-pink .theme-text-darken-1 {
    color: #d81b60;
}

#logo .theme-pink .foot1, #logo .theme-pink .foot3, .theme-pink #logo .foot1, .theme-pink #logo .foot3, .theme-pink .btn-primary:hover, .theme-pink .theme-bg-darken-1 {
    background: #3c414c;
    color: #FFF;
}

.theme-pink .theme-border-darken-1 {
    border-color: #d81b60;
}

.theme-pink .theme-fill-darken-1 {
    fill: #d81b60;
}

.theme-pink .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #d81b60;
    box-shadow: inset 0 -2px 0 #d81b60;
}

.theme-pink .theme-darken-2 {
    background-color: #c2185b;
    color: #fff;
}

.theme-pink .theme-text-darken-2 {
    color: #c2185b;
}

.theme-pink .theme-bg-darken-2 {
    background-color: #c2185b;
}

.theme-pink .theme-border-darken-2 {
    border-color: #c2185b;
}

.theme-pink .theme-fill-darken-2 {
    fill: #c2185b;
}

.theme-pink .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #c2185b;
    box-shadow: inset 0 -2px 0 #c2185b;
}

.theme-pink .theme-darken-3 {
    background-color: #ad1457;
    color: #fff;
}

.theme-pink .theme-text-darken-3 {
    color: #ad1457;
}

.theme-pink .theme-bg-darken-3 {
    background-color: #ad1457;
}

.theme-pink .theme-border-darken-3 {
    border-color: #ad1457;
}

.theme-pink .theme-fill-darken-3 {
    fill: #ad1457;
}

.theme-pink .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ad1457;
    box-shadow: inset 0 -2px 0 #ad1457;
}

.theme-pink .theme-darken-4 {
    background-color: #880e4f;
    color: #fff;
}

.theme-pink .theme-text-darken-4 {
    color: #880e4f;
}

.theme-pink .theme-bg-darken-4 {
    background-color: #880e4f;
}

.theme-pink .theme-border-darken-4 {
    border-color: #880e4f;
}

.theme-pink .theme-fill-darken-4 {
    fill: #880e4f;
}

.theme-pink .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #880e4f;
    box-shadow: inset 0 -2px 0 #880e4f;
}

.theme-pink .theme-accent-1 {
    background-color: #ff80ab;
    color: #fff;
}

.theme-pink .theme-text-accent-1 {
    color: #ff80ab;
}

.theme-pink .theme-bg-accent-1 {
    background-color: #ff80ab;
}

.theme-pink .theme-border-accent-1 {
    border-color: #ff80ab;
}

.theme-pink .theme-fill-accent-1 {
    fill: #ff80ab;
}

.theme-pink .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
    box-shadow: inset 0 -2px 0 #ff80ab;
}

.theme-pink .theme-accent-2 {
    background-color: #ff4081;
    color: #fff;
}

.theme-pink .theme-text-accent-2 {
    color: #ff4081;
}

.theme-pink .theme-bg-accent-2 {
    background-color: #ff4081;
}

.theme-pink .theme-border-accent-2 {
    border-color: #ff4081;
}

.theme-pink .theme-fill-accent-2 {
    fill: #ff4081;
}

.theme-pink .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff4081;
    box-shadow: inset 0 -2px 0 #ff4081;
}

.theme-pink .theme-accent-3 {
    background-color: #f50057;
    color: #fff;
}

.theme-pink .theme-text-accent-3 {
    color: #f50057;
}

.theme-pink .theme-bg-accent-3 {
    background-color: #f50057;
}

.theme-pink .theme-border-accent-3 {
    border-color: #f50057;
}

.theme-pink .theme-fill-accent-3 {
    fill: #f50057;
}

.theme-pink .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f50057;
    box-shadow: inset 0 -2px 0 #f50057;
}

.theme-pink .theme-accent-4 {
    background-color: #c51162;
    color: #fff;
}

.theme-pink .theme-text-accent-4 {
    color: #c51162;
}

.theme-pink .btn-primary:focus, .theme-pink .theme-bg-accent-4 {
    background-color: #c51162;
}

.theme-pink .theme-border-accent-4 {
    border-color: #c51162;
}

.theme-pink .theme-fill-accent-4 {
    fill: #c51162;
}

.theme-pink .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #c51162;
    box-shadow: inset 0 -2px 0 #c51162;
}

.theme-pink .theme-secondary-lighten-5 {
    background-color: #E3F2FD;
    color: #666;
}

.theme-pink .theme-secondary-text-lighten-5 {
    color: #E3F2FD;
}

.card .list-group .theme-pink .list-group-item:hover, .theme-pink .card .list-group .list-group-item:hover, .theme-pink .theme-secondary-bg-lighten-5 {
    background-color: #E3F2FD;
}

.theme-pink .theme-secondary-border-lighten-5 {
    border-color: #E3F2FD;
}

.theme-pink .theme-secondary-fill-lighten-5 {
    fill: #E3F2FD;
}

.theme-pink .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #E3F2FD;
    box-shadow: inset 0 -2px 0 #E3F2FD;
}

.theme-pink .theme-secondary-lighten-4 {
    background-color: #BBDEFB;
    color: #666;
}

.theme-pink .theme-secondary-text-lighten-4 {
    color: #BBDEFB;
}

.theme-pink .theme-secondary-bg-lighten-4 {
    background-color: #BBDEFB;
}

.theme-pink .theme-secondary-border-lighten-4 {
    border-color: #BBDEFB;
}

.theme-pink .theme-secondary-fill-lighten-4 {
    fill: #BBDEFB;
}

.theme-pink .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #BBDEFB;
    box-shadow: inset 0 -2px 0 #BBDEFB;
}

.theme-pink .theme-secondary-lighten-3 {
    background-color: #90CAF9;
    color: #666;
}

.theme-pink .theme-secondary-text-lighten-3, .theme-pink .theme-template-dark .sidebar .user-logged-in a, .theme-pink a:focus, .theme-pink a:hover, .theme-template-dark .sidebar .user-logged-in .theme-pink a {
    color: #90CAF9;
}

.theme-pink .theme-secondary-bg-lighten-3 {
    background-color: #90CAF9;
}

.theme-pink .theme-secondary-border-lighten-3 {
    border-color: #90CAF9;
}

.theme-pink .theme-secondary-fill-lighten-3 {
    fill: #90CAF9;
}

.theme-pink .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #90CAF9;
    box-shadow: inset 0 -2px 0 #90CAF9;
}

.theme-pink .theme-secondary-lighten-2 {
    background-color: #64B5F6;
    color: #fff;
}

.theme-pink .theme-secondary-text-lighten-2 {
    color: #64B5F6;
}

.theme-pink .theme-secondary-bg-lighten-2 {
    background-color: #64B5F6;
}

.theme-pink .theme-secondary-border-lighten-2 {
    border-color: #64B5F6;
}

.theme-pink .theme-secondary-fill-lighten-2 {
    fill: #64B5F6;
}

.theme-pink .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #64B5F6;
    box-shadow: inset 0 -2px 0 #64B5F6;
}

.theme-pink .theme-secondary-lighten-1 {
    background-color: #42A5F5;
    color: #fff;
}

.theme-pink .theme-secondary-text-lighten-1 {
    color: #42A5F5;
}

.theme-pink .theme-secondary-bg-lighten-1 {
    background-color: #42A5F5;
}

.theme-pink .theme-secondary-border-lighten-1 {
    border-color: #42A5F5;
}

.theme-pink .theme-secondary-fill-lighten-1 {
    fill: #42A5F5;
}

.theme-pink .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #42A5F5;
    box-shadow: inset 0 -2px 0 #42A5F5;
}

.jvectormap-container .theme-pink .jvectormap-zoomin, .jvectormap-container .theme-pink .jvectormap-zoomout, .theme-pink .alert.alert-theme, .theme-pink .jvectormap-container .jvectormap-zoomin, .theme-pink .jvectormap-container .jvectormap-zoomout, .theme-pink .theme-secondary {
    background-color: #2196F3;
    color: #fff;
}

.theme-pink .theme-secondary-text, .theme-pink a {
    color: #eabb00;
}

.c3 .c3-tooltip .theme-pink th, .card .list-group .theme-pink .list-group-item.active, .theme-pink .c3 .c3-tooltip th, .theme-pink .card .list-group .list-group-item.active, .theme-pink .theme-secondary-bg {
    background-color: #2196F3;
}

.theme-pink .theme-secondary-border {
    border-color: #2196F3;
}

.theme-pink .theme-secondary-fill {
    fill: #2196F3;
}

.theme-pink .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #2196F3;
    box-shadow: inset 0 -2px 0 #2196F3;
}

.theme-pink .theme-secondary-darken-1 {
    background-color: #1E88E5;
    color: #fff;
}

.theme-pink .theme-secondary-text-darken-1 {
    color: #1E88E5;
}

.theme-pink .theme-secondary-bg-darken-1 {
    background-color: #1E88E5;
}

.theme-pink .theme-secondary-border-darken-1 {
    border-color: #1E88E5;
}

.theme-pink .theme-secondary-fill-darken-1 {
    fill: #1E88E5;
}

.theme-pink .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #1E88E5;
    box-shadow: inset 0 -2px 0 #1E88E5;
}

.theme-pink .theme-secondary-darken-2 {
    background-color: #1976D2;
    color: #fff;
}

.theme-pink .theme-secondary-text-darken-2 {
    color: #1976D2;
}

.theme-pink .theme-secondary-bg-darken-2 {
    background-color: #1976D2;
}

.theme-pink .theme-secondary-border-darken-2 {
    border-color: #1976D2;
}

.theme-pink .theme-secondary-fill-darken-2 {
    fill: #1976D2;
}

.theme-pink .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #1976D2;
    box-shadow: inset 0 -2px 0 #1976D2;
}

.theme-pink .theme-secondary-darken-3 {
    background-color: #1565C0;
    color: #fff;
}

.theme-pink .theme-secondary-text-darken-3 {
    color: #1565C0;
}

.theme-pink .theme-secondary-bg-darken-3 {
    background-color: #1565C0;
}

.theme-pink .theme-secondary-border-darken-3 {
    border-color: #1565C0;
}

.theme-pink .theme-secondary-fill-darken-3 {
    fill: #1565C0;
}

.theme-pink .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #1565C0;
    box-shadow: inset 0 -2px 0 #1565C0;
}

.theme-pink .theme-secondary-darken-4 {
    background-color: #0D47A1;
    color: #fff;
}

.theme-pink .theme-secondary-text-darken-4 {
    color: #0D47A1;
}

.theme-pink .theme-secondary-bg-darken-4 {
    background-color: #0D47A1;
}

.theme-pink .theme-secondary-border-darken-4 {
    border-color: #0D47A1;
}

.theme-pink .theme-secondary-fill-darken-4 {
    fill: #0D47A1;
}

.theme-pink .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #0D47A1;
    box-shadow: inset 0 -2px 0 #0D47A1;
}

.theme-pink .theme-secondary-accent-1 {
    background-color: #82B1FF;
    color: #fff;
}

.theme-pink .theme-secondary-text-accent-1 {
    color: #82B1FF;
}

.theme-pink .theme-secondary-bg-accent-1 {
    background-color: #82B1FF;
}

.theme-pink .theme-secondary-border-accent-1 {
    border-color: #82B1FF;
}

.theme-pink .theme-secondary-fill-accent-1 {
    fill: #82B1FF;
}

.theme-pink .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #82B1FF;
    box-shadow: inset 0 -2px 0 #82B1FF;
}

.theme-pink .theme-secondary-accent-2 {
    background-color: #448AFF;
    color: #fff;
}

.theme-pink .theme-secondary-text-accent-2 {
    color: #448AFF;
}

.theme-pink .theme-secondary-bg-accent-2 {
    background-color: #448AFF;
}

.theme-pink .theme-secondary-border-accent-2 {
    border-color: #448AFF;
}

.theme-pink .theme-secondary-fill-accent-2 {
    fill: #448AFF;
}

.theme-pink .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #448AFF;
    box-shadow: inset 0 -2px 0 #448AFF;
}

.theme-pink .theme-secondary-accent-3 {
    background-color: #2979FF;
    color: #fff;
}

.theme-pink .theme-secondary-text-accent-3 {
    color: #2979FF;
}

.theme-pink .theme-secondary-bg-accent-3 {
    background-color: #2979FF;
}

.theme-pink .theme-secondary-border-accent-3 {
    border-color: #2979FF;
}

.theme-pink .theme-secondary-fill-accent-3 {
    fill: #2979FF;
}

.theme-pink .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #2979FF;
    box-shadow: inset 0 -2px 0 #2979FF;
}

.theme-pink .theme-secondary-accent-4 {
    background-color: #2962FF;
    color: #fff;
}

.theme-pink .theme-secondary-text-accent-4 {
    color: #2962FF;
}

.theme-pink .theme-secondary-bg-accent-4 {
    background-color: #2962FF;
}

.theme-pink .theme-secondary-border-accent-4 {
    border-color: #2962FF;
}

.theme-pink .theme-secondary-fill-accent-4 {
    fill: #2962FF;
}

.theme-pink .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #2962FF;
    box-shadow: inset 0 -2px 0 #2962FF;
}

.theme-purple .theme-lighten-5 {
    background-color: #f3e5f5;
    color: #666;
}

.theme-purple .theme-text-lighten-5 {
    color: #f3e5f5;
}

.theme-purple .theme-bg-lighten-5 {
    background-color: #f3e5f5;
}

.theme-purple .theme-border-lighten-5 {
    border-color: #f3e5f5;
}

.theme-purple .theme-fill-lighten-5 {
    fill: #f3e5f5;
}

.theme-purple .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
    box-shadow: inset 0 -2px 0 #f3e5f5;
}

.theme-purple .theme-lighten-4 {
    background-color: #e1bee7;
    color: #666;
}

.theme-purple .theme-text-lighten-4 {
    color: #e1bee7;
}

.theme-purple .theme-bg-lighten-4 {
    background-color: #e1bee7;
}

.theme-purple .theme-border-lighten-4 {
    border-color: #e1bee7;
}

.theme-purple .theme-fill-lighten-4 {
    fill: #e1bee7;
}

.theme-purple .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
    box-shadow: inset 0 -2px 0 #e1bee7;
}

.theme-purple .theme-lighten-3 {
    background-color: #ce93d8;
    color: #fff;
}

.theme-purple .theme-text-lighten-3 {
    color: #ce93d8;
}

.switch label .theme-purple input[type=checkbox]:checked + .lever, .theme-purple .btn-primary.disabled, .theme-purple .switch label input[type=checkbox]:checked + .lever, .theme-purple .theme-bg-lighten-3 {
    background-color: #ce93d8;
}

.theme-purple .theme-border-lighten-3 {
    border-color: #ce93d8;
}

.theme-purple .theme-fill-lighten-3 {
    fill: #ce93d8;
}

.theme-purple .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
    box-shadow: inset 0 -2px 0 #ce93d8;
}

.theme-purple .theme-lighten-2 {
    background-color: #ba68c8;
    color: #fff;
}

.theme-purple .theme-text-lighten-2 {
    color: #ba68c8;
}

.theme-purple .theme-bg-lighten-2 {
    background-color: #ba68c8;
}

.theme-purple .theme-border-lighten-2 {
    border-color: #ba68c8;
}

.theme-purple .theme-fill-lighten-2 {
    fill: #ba68c8;
}

.theme-purple .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
    box-shadow: inset 0 -2px 0 #ba68c8;
}

.theme-purple .theme-lighten-1 {
    background-color: #ab47bc;
    color: #fff;
}

.theme-purple .theme-text-lighten-1, .theme-purple aside.sidebar a.collapsible-header:after, aside.sidebar .theme-purple a.collapsible-header:after {
    color: #ab47bc;
}

.theme-purple .theme-bg-lighten-1 {
    background-color: #ab47bc;
}

#loading-bar .theme-purple .bar, #logo .theme-purple .foot2, #logo .theme-purple .foot4, .noUi-range .theme-purple .noUi-origin:first-child, .switch label .theme-purple input[type=checkbox]:checked + .lever:after, .theme-purple #loading-bar .bar, .theme-purple #logo .foot2, .theme-purple #logo .foot4, .theme-purple .btn-primary, .theme-purple .noUi-base, .theme-purple .noUi-handle, .theme-purple .noUi-handle:before, .theme-purple .noUi-range .noUi-origin:first-child, .theme-purple .switch label input[type=checkbox]:checked + .lever:after, .theme-purple .theme, .theme-purple .theme-bg, .theme-purple input[type=checkbox]:checked:after, .theme-purple input[type=radio]:before {
    background-color: #9c27b0;
}

.theme-purple .theme-border-lighten-1 {
    border-color: #ab47bc;
}

.theme-purple .theme-fill-lighten-1 {
    fill: #ab47bc;
}

.theme-purple .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
    box-shadow: inset 0 -2px 0 #ab47bc;
}

.theme-purple .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-purple td:first-child, .page-header .theme-purple h1, .theme-purple .btn-link, .theme-purple .dashboard .table-dashboard-widget-1 td:first-child, .theme-purple .nav-tabs > li.active > a, .theme-purple .nav-tabs > li.active > a:focus:hover, .theme-purple .nav-tabs > li > a:hover, .theme-purple .page-header h1, .theme-purple .theme-text, .theme-purple .todo-app .filters .filter, .theme-purple .todo-app .filters .filter.active:hover, .theme-purple .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-purple .filter, .todo-app .filters .theme-purple .filter.active:hover, .todo-app .filters .theme-purple .filter:focus:hover {
    color: #9c27b0;
}

.theme-purple .theme-border, .theme-purple input[type=checkbox]:checked:after, .theme-purple input[type=radio]:checked:after {
    border-color: #9c27b0;
}

.theme-purple .theme-fill {
    fill: #9c27b0;
}

.focussed .theme-purple .ta-bind, .theme-purple .focussed .ta-bind, .theme-purple .nav-tabs > li.active > a, .theme-purple .nav-tabs > li > a:hover, .theme-purple .theme-box-inset, .theme-purple .todo-app .filters .filter.active, .theme-purple .todo-app .filters .filter:hover, .theme-purple [contenteditable].form-control:focus, .theme-purple [type=email].form-control:focus, .theme-purple [type=password].form-control:focus, .theme-purple [type=tel].form-control:focus, .theme-purple [type=text].form-control:focus, .theme-purple input.form-control:focus, .theme-purple input[type=email]:focus, .theme-purple input[type=number]:focus, .theme-purple input[type=password]:focus, .theme-purple input[type=text]:focus, .theme-purple select:focus, .theme-purple textarea:focus, .todo-app .filters .theme-purple .filter.active, .todo-app .filters .theme-purple .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
    box-shadow: inset 0 -2px 0 #9c27b0;
}

.theme-purple .theme-darken-1 {
    background-color: #8e24aa;
    color: #fff;
}

.theme-purple .btn-link:focus, .theme-purple .btn-link:hover, .theme-purple .theme-text-darken-1 {
    color: #8e24aa;
}

#logo .theme-purple .foot1, #logo .theme-purple .foot3, .theme-purple #logo .foot1, .theme-purple #logo .foot3, .theme-purple .btn-primary:hover, .theme-purple .theme-bg-darken-1 {
    background-color: #8e24aa;
}

.theme-purple .theme-border-darken-1 {
    border-color: #8e24aa;
}

.theme-purple .theme-fill-darken-1 {
    fill: #8e24aa;
}

.theme-purple .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
    box-shadow: inset 0 -2px 0 #8e24aa;
}

.theme-purple .theme-darken-2 {
    background-color: #7b1fa2;
    color: #fff;
}

.theme-purple .theme-text-darken-2 {
    color: #7b1fa2;
}

.theme-purple .theme-bg-darken-2 {
    background-color: #7b1fa2;
}

.theme-purple .theme-border-darken-2 {
    border-color: #7b1fa2;
}

.theme-purple .theme-fill-darken-2 {
    fill: #7b1fa2;
}

.theme-purple .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
    box-shadow: inset 0 -2px 0 #7b1fa2;
}

.theme-purple .theme-darken-3 {
    background-color: #6a1b9a;
    color: #fff;
}

.theme-purple .theme-text-darken-3 {
    color: #6a1b9a;
}

.theme-purple .theme-bg-darken-3 {
    background-color: #6a1b9a;
}

.theme-purple .theme-border-darken-3 {
    border-color: #6a1b9a;
}

.theme-purple .theme-fill-darken-3 {
    fill: #6a1b9a;
}

.theme-purple .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
    box-shadow: inset 0 -2px 0 #6a1b9a;
}

.theme-purple .theme-darken-4 {
    background-color: #4a148c;
    color: #fff;
}

.theme-purple .theme-text-darken-4 {
    color: #4a148c;
}

.theme-purple .theme-bg-darken-4 {
    background-color: #4a148c;
}

.theme-purple .theme-border-darken-4 {
    border-color: #4a148c;
}

.theme-purple .theme-fill-darken-4 {
    fill: #4a148c;
}

.theme-purple .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #4a148c;
    box-shadow: inset 0 -2px 0 #4a148c;
}

.theme-purple .theme-accent-1 {
    background-color: #ea80fc;
    color: #fff;
}

.theme-purple .theme-text-accent-1 {
    color: #ea80fc;
}

.theme-purple .theme-bg-accent-1 {
    background-color: #ea80fc;
}

.theme-purple .theme-border-accent-1 {
    border-color: #ea80fc;
}

.theme-purple .theme-fill-accent-1 {
    fill: #ea80fc;
}

.theme-purple .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
    box-shadow: inset 0 -2px 0 #ea80fc;
}

.theme-purple .theme-accent-2 {
    background-color: #e040fb;
    color: #fff;
}

.theme-purple .theme-text-accent-2 {
    color: #e040fb;
}

.theme-purple .theme-bg-accent-2 {
    background-color: #e040fb;
}

.theme-purple .theme-border-accent-2 {
    border-color: #e040fb;
}

.theme-purple .theme-fill-accent-2 {
    fill: #e040fb;
}

.theme-purple .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #e040fb;
    box-shadow: inset 0 -2px 0 #e040fb;
}

.theme-purple .theme-accent-3 {
    background-color: #d500f9;
    color: #fff;
}

.theme-purple .theme-text-accent-3 {
    color: #d500f9;
}

.theme-purple .theme-bg-accent-3 {
    background-color: #d500f9;
}

.theme-purple .theme-border-accent-3 {
    border-color: #d500f9;
}

.theme-purple .theme-fill-accent-3 {
    fill: #d500f9;
}

.theme-purple .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #d500f9;
    box-shadow: inset 0 -2px 0 #d500f9;
}

.theme-purple .theme-accent-4 {
    background-color: #a0f;
    color: #fff;
}

.theme-purple .theme-text-accent-4 {
    color: #a0f;
}

.theme-purple .btn-primary:focus, .theme-purple .theme-bg-accent-4 {
    background-color: #a0f;
}

.theme-purple .theme-border-accent-4 {
    border-color: #a0f;
}

.theme-purple .theme-fill-accent-4 {
    fill: #a0f;
}

.theme-purple .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #a0f;
    box-shadow: inset 0 -2px 0 #a0f;
}

.theme-purple .theme-secondary-lighten-5 {
    background-color: #e0f7fa;
    color: #666;
}

.theme-purple .theme-secondary-text-lighten-5 {
    color: #e0f7fa;
}

.card .list-group .theme-purple .list-group-item:hover, .theme-purple .card .list-group .list-group-item:hover, .theme-purple .theme-secondary-bg-lighten-5 {
    background-color: #e0f7fa;
}

.theme-purple .theme-secondary-border-lighten-5 {
    border-color: #e0f7fa;
}

.theme-purple .theme-secondary-fill-lighten-5 {
    fill: #e0f7fa;
}

.theme-purple .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
    box-shadow: inset 0 -2px 0 #e0f7fa;
}

.theme-purple .theme-secondary-lighten-4 {
    background-color: #b2ebf2;
    color: #666;
}

.theme-purple .theme-secondary-text-lighten-4 {
    color: #b2ebf2;
}

.theme-purple .theme-secondary-bg-lighten-4 {
    background-color: #b2ebf2;
}

.theme-purple .theme-secondary-border-lighten-4 {
    border-color: #b2ebf2;
}

.theme-purple .theme-secondary-fill-lighten-4 {
    fill: #b2ebf2;
}

.theme-purple .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
    box-shadow: inset 0 -2px 0 #b2ebf2;
}

.theme-purple .theme-secondary-lighten-3 {
    background-color: #80deea;
    color: #fff;
}

.theme-purple .theme-secondary-text-lighten-3, .theme-purple .theme-template-dark .sidebar .user-logged-in a, .theme-purple a:focus, .theme-purple a:hover, .theme-template-dark .sidebar .user-logged-in .theme-purple a {
    color: #80deea;
}

.theme-purple .theme-secondary-bg-lighten-3 {
    background-color: #80deea;
}

.theme-purple .theme-secondary-border-lighten-3 {
    border-color: #80deea;
}

.theme-purple .theme-secondary-fill-lighten-3 {
    fill: #80deea;
}

.theme-purple .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #80deea;
    box-shadow: inset 0 -2px 0 #80deea;
}

.theme-purple .theme-secondary-lighten-2 {
    background-color: #4dd0e1;
    color: #fff;
}

.theme-purple .theme-secondary-text-lighten-2 {
    color: #4dd0e1;
}

.theme-purple .theme-secondary-bg-lighten-2 {
    background-color: #4dd0e1;
}

.theme-purple .theme-secondary-border-lighten-2 {
    border-color: #4dd0e1;
}

.theme-purple .theme-secondary-fill-lighten-2 {
    fill: #4dd0e1;
}

.theme-purple .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
    box-shadow: inset 0 -2px 0 #4dd0e1;
}

.theme-purple .theme-secondary-lighten-1 {
    background-color: #26c6da;
    color: #fff;
}

.theme-purple .theme-secondary-text-lighten-1 {
    color: #26c6da;
}

.theme-purple .theme-secondary-bg-lighten-1 {
    background-color: #26c6da;
}

.theme-purple .theme-secondary-border-lighten-1 {
    border-color: #26c6da;
}

.theme-purple .theme-secondary-fill-lighten-1 {
    fill: #26c6da;
}

.theme-purple .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #26c6da;
    box-shadow: inset 0 -2px 0 #26c6da;
}

.jvectormap-container .theme-purple .jvectormap-zoomin, .jvectormap-container .theme-purple .jvectormap-zoomout, .theme-purple .alert.alert-theme, .theme-purple .jvectormap-container .jvectormap-zoomin, .theme-purple .jvectormap-container .jvectormap-zoomout, .theme-purple .theme-secondary {
    background-color: #00bcd4;
    color: #fff;
}

.theme-purple .theme-secondary-text, .theme-purple a {
    color: #00bcd4;
}

.c3 .c3-tooltip .theme-purple th, .card .list-group .theme-purple .list-group-item.active, .theme-purple .c3 .c3-tooltip th, .theme-purple .card .list-group .list-group-item.active, .theme-purple .theme-secondary-bg {
    background-color: #00bcd4;
}

.theme-purple .theme-secondary-border {
    border-color: #00bcd4;
}

.theme-purple .theme-secondary-fill {
    fill: #00bcd4;
}

.theme-purple .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
    box-shadow: inset 0 -2px 0 #00bcd4;
}

.theme-purple .theme-secondary-darken-1 {
    background-color: #00acc1;
    color: #fff;
}

.theme-purple .theme-secondary-text-darken-1 {
    color: #00acc1;
}

.theme-purple .theme-secondary-bg-darken-1 {
    background-color: #00acc1;
}

.theme-purple .theme-secondary-border-darken-1 {
    border-color: #00acc1;
}

.theme-purple .theme-secondary-fill-darken-1 {
    fill: #00acc1;
}

.theme-purple .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #00acc1;
    box-shadow: inset 0 -2px 0 #00acc1;
}

.theme-purple .theme-secondary-darken-2 {
    background-color: #0097a7;
    color: #fff;
}

.theme-purple .theme-secondary-text-darken-2 {
    color: #0097a7;
}

.theme-purple .theme-secondary-bg-darken-2 {
    background-color: #0097a7;
}

.theme-purple .theme-secondary-border-darken-2 {
    border-color: #0097a7;
}

.theme-purple .theme-secondary-fill-darken-2 {
    fill: #0097a7;
}

.theme-purple .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #0097a7;
    box-shadow: inset 0 -2px 0 #0097a7;
}

.theme-purple .theme-secondary-darken-3 {
    background-color: #00838f;
    color: #fff;
}

.theme-purple .theme-secondary-text-darken-3 {
    color: #00838f;
}

.theme-purple .theme-secondary-bg-darken-3 {
    background-color: #00838f;
}

.theme-purple .theme-secondary-border-darken-3 {
    border-color: #00838f;
}

.theme-purple .theme-secondary-fill-darken-3 {
    fill: #00838f;
}

.theme-purple .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00838f;
    box-shadow: inset 0 -2px 0 #00838f;
}

.theme-purple .theme-secondary-darken-4 {
    background-color: #006064;
    color: #fff;
}

.theme-purple .theme-secondary-text-darken-4 {
    color: #006064;
}

.theme-purple .theme-secondary-bg-darken-4 {
    background-color: #006064;
}

.theme-purple .theme-secondary-border-darken-4 {
    border-color: #006064;
}

.theme-purple .theme-secondary-fill-darken-4 {
    fill: #006064;
}

.theme-purple .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #006064;
    box-shadow: inset 0 -2px 0 #006064;
}

.theme-purple .theme-secondary-accent-1 {
    background-color: #84ffff;
    color: #fff;
}

.theme-purple .theme-secondary-text-accent-1 {
    color: #84ffff;
}

.theme-purple .theme-secondary-bg-accent-1 {
    background-color: #84ffff;
}

.theme-purple .theme-secondary-border-accent-1 {
    border-color: #84ffff;
}

.theme-purple .theme-secondary-fill-accent-1 {
    fill: #84ffff;
}

.theme-purple .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #84ffff;
    box-shadow: inset 0 -2px 0 #84ffff;
}

.theme-purple .theme-secondary-accent-2 {
    background-color: #18ffff;
    color: #fff;
}

.theme-purple .theme-secondary-text-accent-2 {
    color: #18ffff;
}

.theme-purple .theme-secondary-bg-accent-2 {
    background-color: #18ffff;
}

.theme-purple .theme-secondary-border-accent-2 {
    border-color: #18ffff;
}

.theme-purple .theme-secondary-fill-accent-2 {
    fill: #18ffff;
}

.theme-purple .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #18ffff;
    box-shadow: inset 0 -2px 0 #18ffff;
}

.theme-purple .theme-secondary-accent-3 {
    background-color: #00e5ff;
    color: #fff;
}

.theme-purple .theme-secondary-text-accent-3 {
    color: #00e5ff;
}

.theme-purple .theme-secondary-bg-accent-3 {
    background-color: #00e5ff;
}

.theme-purple .theme-secondary-border-accent-3 {
    border-color: #00e5ff;
}

.theme-purple .theme-secondary-fill-accent-3 {
    fill: #00e5ff;
}

.theme-purple .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
    box-shadow: inset 0 -2px 0 #00e5ff;
}

.theme-purple .theme-secondary-accent-4 {
    background-color: #00b8d4;
    color: #fff;
}

.theme-purple .theme-secondary-text-accent-4 {
    color: #00b8d4;
}

.theme-purple .theme-secondary-bg-accent-4 {
    background-color: #00b8d4;
}

.theme-purple .theme-secondary-border-accent-4 {
    border-color: #00b8d4;
}

.theme-purple .theme-secondary-fill-accent-4 {
    fill: #00b8d4;
}

.theme-purple .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
    box-shadow: inset 0 -2px 0 #00b8d4;
}

.theme-deep-purple .theme-lighten-5 {
    background-color: #ede7f6;
    color: #666;
}

.theme-deep-purple .theme-text-lighten-5 {
    color: #ede7f6;
}

.theme-deep-purple .theme-bg-lighten-5 {
    background-color: #ede7f6;
}

.theme-deep-purple .theme-border-lighten-5 {
    border-color: #ede7f6;
}

.theme-deep-purple .theme-fill-lighten-5 {
    fill: #ede7f6;
}

.theme-deep-purple .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #ede7f6;
    box-shadow: inset 0 -2px 0 #ede7f6;
}

.theme-deep-purple .theme-lighten-4 {
    background-color: #d1c4e9;
    color: #666;
}

.theme-deep-purple .theme-text-lighten-4 {
    color: #d1c4e9;
}

.theme-deep-purple .theme-bg-lighten-4 {
    background-color: #d1c4e9;
}

.theme-deep-purple .theme-border-lighten-4 {
    border-color: #d1c4e9;
}

.theme-deep-purple .theme-fill-lighten-4 {
    fill: #d1c4e9;
}

.theme-deep-purple .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #d1c4e9;
    box-shadow: inset 0 -2px 0 #d1c4e9;
}

.theme-deep-purple .theme-lighten-3 {
    background-color: #b39ddb;
    color: #fff;
}

.theme-deep-purple .theme-text-lighten-3 {
    color: #b39ddb;
}

.switch label .theme-deep-purple input[type=checkbox]:checked + .lever, .theme-deep-purple .btn-primary.disabled, .theme-deep-purple .switch label input[type=checkbox]:checked + .lever, .theme-deep-purple .theme-bg-lighten-3 {
    background-color: #b39ddb;
}

.theme-deep-purple .theme-border-lighten-3 {
    border-color: #b39ddb;
}

.theme-deep-purple .theme-fill-lighten-3 {
    fill: #b39ddb;
}

.theme-deep-purple .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #b39ddb;
    box-shadow: inset 0 -2px 0 #b39ddb;
}

.theme-deep-purple .theme-lighten-2 {
    background-color: #9575cd;
    color: #fff;
}

.theme-deep-purple .theme-text-lighten-2 {
    color: #9575cd;
}

.theme-deep-purple .theme-bg-lighten-2 {
    background-color: #9575cd;
}

.theme-deep-purple .theme-border-lighten-2 {
    border-color: #9575cd;
}

.theme-deep-purple .theme-fill-lighten-2 {
    fill: #9575cd;
}

.theme-deep-purple .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #9575cd;
    box-shadow: inset 0 -2px 0 #9575cd;
}

.theme-deep-purple .theme-lighten-1 {
    background-color: #7e57c2;
    color: #fff;
}

.theme-deep-purple .theme-text-lighten-1, .theme-deep-purple aside.sidebar a.collapsible-header:after, aside.sidebar .theme-deep-purple a.collapsible-header:after {
    color: #7e57c2;
}

.theme-deep-purple .theme-bg-lighten-1 {
    background-color: #7e57c2;
}

.theme-deep-purple .theme-border-lighten-1 {
    border-color: #7e57c2;
}

.theme-deep-purple .theme-fill-lighten-1 {
    fill: #7e57c2;
}

.theme-deep-purple .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #7e57c2;
    box-shadow: inset 0 -2px 0 #7e57c2;
}

.theme-deep-purple .theme {
    background-color: #673ab7;
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-deep-purple td:first-child, .page-header .theme-deep-purple h1, .theme-deep-purple .btn-link, .theme-deep-purple .dashboard .table-dashboard-widget-1 td:first-child, .theme-deep-purple .nav-tabs > li.active > a, .theme-deep-purple .nav-tabs > li.active > a:focus:hover, .theme-deep-purple .nav-tabs > li > a:hover, .theme-deep-purple .page-header h1, .theme-deep-purple .theme-text, .theme-deep-purple .todo-app .filters .filter, .theme-deep-purple .todo-app .filters .filter.active:hover, .theme-deep-purple .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-deep-purple .filter, .todo-app .filters .theme-deep-purple .filter.active:hover, .todo-app .filters .theme-deep-purple .filter:focus:hover {
    color: #673ab7;
}

#loading-bar .theme-deep-purple .bar, #logo .theme-deep-purple .foot2, #logo .theme-deep-purple .foot4, .noUi-range .theme-deep-purple .noUi-origin:first-child, .switch label .theme-deep-purple input[type=checkbox]:checked + .lever:after, .theme-deep-purple #loading-bar .bar, .theme-deep-purple #logo .foot2, .theme-deep-purple #logo .foot4, .theme-deep-purple .btn-primary, .theme-deep-purple .noUi-base, .theme-deep-purple .noUi-handle, .theme-deep-purple .noUi-handle:before, .theme-deep-purple .noUi-range .noUi-origin:first-child, .theme-deep-purple .switch label input[type=checkbox]:checked + .lever:after, .theme-deep-purple .theme-bg, .theme-deep-purple input[type=checkbox]:checked:after, .theme-deep-purple input[type=radio]:before {
    background-color: #673ab7;
}

.theme-deep-purple .theme-border, .theme-deep-purple input[type=checkbox]:checked:after, .theme-deep-purple input[type=radio]:checked:after {
    border-color: #673ab7;
}

.theme-deep-purple .theme-fill {
    fill: #673ab7;
}

.focussed .theme-deep-purple .ta-bind, .theme-deep-purple .focussed .ta-bind, .theme-deep-purple .nav-tabs > li.active > a, .theme-deep-purple .nav-tabs > li > a:hover, .theme-deep-purple .theme-box-inset, .theme-deep-purple .todo-app .filters .filter.active, .theme-deep-purple .todo-app .filters .filter:hover, .theme-deep-purple [contenteditable].form-control:focus, .theme-deep-purple [type=email].form-control:focus, .theme-deep-purple [type=password].form-control:focus, .theme-deep-purple [type=tel].form-control:focus, .theme-deep-purple [type=text].form-control:focus, .theme-deep-purple input.form-control:focus, .theme-deep-purple input[type=email]:focus, .theme-deep-purple input[type=number]:focus, .theme-deep-purple input[type=password]:focus, .theme-deep-purple input[type=text]:focus, .theme-deep-purple select:focus, .theme-deep-purple textarea:focus, .todo-app .filters .theme-deep-purple .filter.active, .todo-app .filters .theme-deep-purple .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #673ab7;
    box-shadow: inset 0 -2px 0 #673ab7;
}

.theme-deep-purple .theme-darken-1 {
    background-color: #5e35b1;
    color: #fff;
}

.theme-deep-purple .btn-link:focus, .theme-deep-purple .btn-link:hover, .theme-deep-purple .theme-text-darken-1 {
    color: #5e35b1;
}

#logo .theme-deep-purple .foot1, #logo .theme-deep-purple .foot3, .theme-deep-purple #logo .foot1, .theme-deep-purple #logo .foot3, .theme-deep-purple .btn-primary:hover, .theme-deep-purple .theme-bg-darken-1 {
    background-color: #5e35b1;
}

.theme-deep-purple .theme-border-darken-1 {
    border-color: #5e35b1;
}

.theme-deep-purple .theme-fill-darken-1 {
    fill: #5e35b1;
}

.theme-deep-purple .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #5e35b1;
    box-shadow: inset 0 -2px 0 #5e35b1;
}

.theme-deep-purple .theme-darken-2 {
    background-color: #512da8;
    color: #fff;
}

.theme-deep-purple .theme-text-darken-2 {
    color: #512da8;
}

.theme-deep-purple .theme-bg-darken-2 {
    background-color: #512da8;
}

.theme-deep-purple .theme-border-darken-2 {
    border-color: #512da8;
}

.theme-deep-purple .theme-fill-darken-2 {
    fill: #512da8;
}

.theme-deep-purple .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #512da8;
    box-shadow: inset 0 -2px 0 #512da8;
}

.theme-deep-purple .theme-darken-3 {
    background-color: #4527a0;
    color: #fff;
}

.theme-deep-purple .theme-text-darken-3 {
    color: #4527a0;
}

.theme-deep-purple .theme-bg-darken-3 {
    background-color: #4527a0;
}

.theme-deep-purple .theme-border-darken-3 {
    border-color: #4527a0;
}

.theme-deep-purple .theme-fill-darken-3 {
    fill: #4527a0;
}

.theme-deep-purple .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #4527a0;
    box-shadow: inset 0 -2px 0 #4527a0;
}

.theme-deep-purple .theme-darken-4 {
    background-color: #311b92;
    color: #fff;
}

.theme-deep-purple .theme-text-darken-4 {
    color: #311b92;
}

.theme-deep-purple .theme-bg-darken-4 {
    background-color: #311b92;
}

.theme-deep-purple .theme-border-darken-4 {
    border-color: #311b92;
}

.theme-deep-purple .theme-fill-darken-4 {
    fill: #311b92;
}

.theme-deep-purple .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #311b92;
    box-shadow: inset 0 -2px 0 #311b92;
}

.theme-deep-purple .theme-accent-1 {
    background-color: #b388ff;
    color: #fff;
}

.theme-deep-purple .theme-text-accent-1 {
    color: #b388ff;
}

.theme-deep-purple .theme-bg-accent-1 {
    background-color: #b388ff;
}

.theme-deep-purple .theme-border-accent-1 {
    border-color: #b388ff;
}

.theme-deep-purple .theme-fill-accent-1 {
    fill: #b388ff;
}

.theme-deep-purple .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #b388ff;
    box-shadow: inset 0 -2px 0 #b388ff;
}

.theme-deep-purple .theme-accent-2 {
    background-color: #7c4dff;
    color: #fff;
}

.theme-deep-purple .theme-text-accent-2 {
    color: #7c4dff;
}

.theme-deep-purple .theme-bg-accent-2 {
    background-color: #7c4dff;
}

.theme-deep-purple .theme-border-accent-2 {
    border-color: #7c4dff;
}

.theme-deep-purple .theme-fill-accent-2 {
    fill: #7c4dff;
}

.theme-deep-purple .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7c4dff;
    box-shadow: inset 0 -2px 0 #7c4dff;
}

.theme-deep-purple .theme-accent-3 {
    background-color: #651fff;
    color: #fff;
}

.theme-deep-purple .theme-text-accent-3 {
    color: #651fff;
}

.theme-deep-purple .theme-bg-accent-3 {
    background-color: #651fff;
}

.theme-deep-purple .theme-border-accent-3 {
    border-color: #651fff;
}

.theme-deep-purple .theme-fill-accent-3 {
    fill: #651fff;
}

.theme-deep-purple .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #651fff;
    box-shadow: inset 0 -2px 0 #651fff;
}

.theme-deep-purple .theme-accent-4 {
    background-color: #6200ea;
    color: #fff;
}

.theme-deep-purple .theme-text-accent-4 {
    color: #6200ea;
}

.theme-deep-purple .btn-primary:focus, .theme-deep-purple .theme-bg-accent-4 {
    background-color: #6200ea;
}

.theme-deep-purple .theme-border-accent-4 {
    border-color: #6200ea;
}

.theme-deep-purple .theme-fill-accent-4 {
    fill: #6200ea;
}

.theme-deep-purple .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #6200ea;
    box-shadow: inset 0 -2px 0 #6200ea;
}

.theme-deep-purple .theme-secondary-lighten-5 {
    background-color: #E8F5E9;
    color: #666;
}

.theme-deep-purple .theme-secondary-text-lighten-5 {
    color: #E8F5E9;
}

.card .list-group .theme-deep-purple .list-group-item:hover, .theme-deep-purple .card .list-group .list-group-item:hover, .theme-deep-purple .theme-secondary-bg-lighten-5 {
    background-color: #E8F5E9;
}

.theme-deep-purple .theme-secondary-border-lighten-5 {
    border-color: #E8F5E9;
}

.theme-deep-purple .theme-secondary-fill-lighten-5 {
    fill: #E8F5E9;
}

.theme-deep-purple .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #E8F5E9;
    box-shadow: inset 0 -2px 0 #E8F5E9;
}

.theme-deep-purple .theme-secondary-lighten-4 {
    background-color: #C8E6C9;
    color: #666;
}

.theme-deep-purple .theme-secondary-text-lighten-4 {
    color: #C8E6C9;
}

.theme-deep-purple .theme-secondary-bg-lighten-4 {
    background-color: #C8E6C9;
}

.theme-deep-purple .theme-secondary-border-lighten-4 {
    border-color: #C8E6C9;
}

.theme-deep-purple .theme-secondary-fill-lighten-4 {
    fill: #C8E6C9;
}

.theme-deep-purple .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #C8E6C9;
    box-shadow: inset 0 -2px 0 #C8E6C9;
}

.theme-deep-purple .theme-secondary-lighten-3 {
    background-color: #A5D6A7;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-lighten-3, .theme-deep-purple .theme-template-dark .sidebar .user-logged-in a, .theme-deep-purple a:focus, .theme-deep-purple a:hover, .theme-template-dark .sidebar .user-logged-in .theme-deep-purple a {
    color: #A5D6A7;
}

.theme-deep-purple .theme-secondary-bg-lighten-3 {
    background-color: #A5D6A7;
}

.theme-deep-purple .theme-secondary-border-lighten-3 {
    border-color: #A5D6A7;
}

.theme-deep-purple .theme-secondary-fill-lighten-3 {
    fill: #A5D6A7;
}

.theme-deep-purple .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #A5D6A7;
    box-shadow: inset 0 -2px 0 #A5D6A7;
}

.theme-deep-purple .theme-secondary-lighten-2 {
    background-color: #81C784;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-lighten-2 {
    color: #81C784;
}

.theme-deep-purple .theme-secondary-bg-lighten-2 {
    background-color: #81C784;
}

.theme-deep-purple .theme-secondary-border-lighten-2 {
    border-color: #81C784;
}

.theme-deep-purple .theme-secondary-fill-lighten-2 {
    fill: #81C784;
}

.theme-deep-purple .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #81C784;
    box-shadow: inset 0 -2px 0 #81C784;
}

.theme-deep-purple .theme-secondary-lighten-1 {
    background-color: #66BB6A;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-lighten-1 {
    color: #66BB6A;
}

.theme-deep-purple .theme-secondary-bg-lighten-1 {
    background-color: #66BB6A;
}

.theme-deep-purple .theme-secondary-border-lighten-1 {
    border-color: #66BB6A;
}

.theme-deep-purple .theme-secondary-fill-lighten-1 {
    fill: #66BB6A;
}

.theme-deep-purple .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #66BB6A;
    box-shadow: inset 0 -2px 0 #66BB6A;
}

.jvectormap-container .theme-deep-purple .jvectormap-zoomin, .jvectormap-container .theme-deep-purple .jvectormap-zoomout, .theme-deep-purple .alert.alert-theme, .theme-deep-purple .jvectormap-container .jvectormap-zoomin, .theme-deep-purple .jvectormap-container .jvectormap-zoomout, .theme-deep-purple .theme-secondary {
    background-color: #4CAF50;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text, .theme-deep-purple a {
    color: #4CAF50;
}

.c3 .c3-tooltip .theme-deep-purple th, .card .list-group .theme-deep-purple .list-group-item.active, .theme-deep-purple .c3 .c3-tooltip th, .theme-deep-purple .card .list-group .list-group-item.active, .theme-deep-purple .theme-secondary-bg {
    background-color: #4CAF50;
}

.theme-deep-purple .theme-secondary-border {
    border-color: #4CAF50;
}

.theme-deep-purple .theme-secondary-fill {
    fill: #4CAF50;
}

.theme-deep-purple .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #4CAF50;
    box-shadow: inset 0 -2px 0 #4CAF50;
}

.theme-deep-purple .theme-secondary-darken-1 {
    background-color: #43A047;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-darken-1 {
    color: #43A047;
}

.theme-deep-purple .theme-secondary-bg-darken-1 {
    background-color: #43A047;
}

.theme-deep-purple .theme-secondary-border-darken-1 {
    border-color: #43A047;
}

.theme-deep-purple .theme-secondary-fill-darken-1 {
    fill: #43A047;
}

.theme-deep-purple .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #43A047;
    box-shadow: inset 0 -2px 0 #43A047;
}

.theme-deep-purple .theme-secondary-darken-2 {
    background-color: #388E3C;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-darken-2 {
    color: #388E3C;
}

.theme-deep-purple .theme-secondary-bg-darken-2 {
    background-color: #388E3C;
}

.theme-deep-purple .theme-secondary-border-darken-2 {
    border-color: #388E3C;
}

.theme-deep-purple .theme-secondary-fill-darken-2 {
    fill: #388E3C;
}

.theme-deep-purple .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #388E3C;
    box-shadow: inset 0 -2px 0 #388E3C;
}

.theme-deep-purple .theme-secondary-darken-3 {
    background-color: #2E7D32;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-darken-3 {
    color: #2E7D32;
}

.theme-deep-purple .theme-secondary-bg-darken-3 {
    background-color: #2E7D32;
}

.theme-deep-purple .theme-secondary-border-darken-3 {
    border-color: #2E7D32;
}

.theme-deep-purple .theme-secondary-fill-darken-3 {
    fill: #2E7D32;
}

.theme-deep-purple .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #2E7D32;
    box-shadow: inset 0 -2px 0 #2E7D32;
}

.theme-deep-purple .theme-secondary-darken-4 {
    background-color: #1B5E20;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-darken-4 {
    color: #1B5E20;
}

.theme-deep-purple .theme-secondary-bg-darken-4 {
    background-color: #1B5E20;
}

.theme-deep-purple .theme-secondary-border-darken-4 {
    border-color: #1B5E20;
}

.theme-deep-purple .theme-secondary-fill-darken-4 {
    fill: #1B5E20;
}

.theme-deep-purple .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #1B5E20;
    box-shadow: inset 0 -2px 0 #1B5E20;
}

.theme-deep-purple .theme-secondary-accent-1 {
    background-color: #B9F6CA;
    color: #666;
}

.theme-deep-purple .theme-secondary-text-accent-1 {
    color: #B9F6CA;
}

.theme-deep-purple .theme-secondary-bg-accent-1 {
    background-color: #B9F6CA;
}

.theme-deep-purple .theme-secondary-border-accent-1 {
    border-color: #B9F6CA;
}

.theme-deep-purple .theme-secondary-fill-accent-1 {
    fill: #B9F6CA;
}

.theme-deep-purple .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #B9F6CA;
    box-shadow: inset 0 -2px 0 #B9F6CA;
}

.theme-deep-purple .theme-secondary-accent-2 {
    background-color: #69F0AE;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-accent-2 {
    color: #69F0AE;
}

.theme-deep-purple .theme-secondary-bg-accent-2 {
    background-color: #69F0AE;
}

.theme-deep-purple .theme-secondary-border-accent-2 {
    border-color: #69F0AE;
}

.theme-deep-purple .theme-secondary-fill-accent-2 {
    fill: #69F0AE;
}

.theme-deep-purple .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #69F0AE;
    box-shadow: inset 0 -2px 0 #69F0AE;
}

.theme-deep-purple .theme-secondary-accent-3 {
    background-color: #00E676;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-accent-3 {
    color: #00E676;
}

.theme-deep-purple .theme-secondary-bg-accent-3 {
    background-color: #00E676;
}

.theme-deep-purple .theme-secondary-border-accent-3 {
    border-color: #00E676;
}

.theme-deep-purple .theme-secondary-fill-accent-3 {
    fill: #00E676;
}

.theme-deep-purple .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00E676;
    box-shadow: inset 0 -2px 0 #00E676;
}

.theme-deep-purple .theme-secondary-accent-4 {
    background-color: #1ED068;
    color: #fff;
}

.theme-deep-purple .theme-secondary-text-accent-4 {
    color: #1ED068;
}

.theme-deep-purple .theme-secondary-bg-accent-4 {
    background-color: #1ED068;
}

.theme-deep-purple .theme-secondary-border-accent-4 {
    border-color: #1ED068;
}

.theme-deep-purple .theme-secondary-fill-accent-4 {
    fill: #1ED068;
}

.theme-deep-purple .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #1ED068;
    box-shadow: inset 0 -2px 0 #1ED068;
}

.theme-indigo .theme-lighten-5 {
    background-color: #e8eaf6;
    color: #666;
}

.theme-indigo .theme-text-lighten-5 {
    color: #e8eaf6;
}

.theme-indigo .theme-bg-lighten-5 {
    background-color: #e8eaf6;
}

.theme-indigo .theme-border-lighten-5 {
    border-color: #e8eaf6;
}

.theme-indigo .theme-fill-lighten-5 {
    fill: #e8eaf6;
}

.theme-indigo .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e8eaf6;
    box-shadow: inset 0 -2px 0 #e8eaf6;
}

.theme-indigo .theme-lighten-4 {
    background-color: #c5cae9;
    color: #666;
}

.theme-indigo .theme-text-lighten-4 {
    color: #c5cae9;
}

.theme-indigo .theme-bg-lighten-4 {
    background-color: #c5cae9;
}

.theme-indigo .theme-border-lighten-4 {
    border-color: #c5cae9;
}

.theme-indigo .theme-fill-lighten-4 {
    fill: #c5cae9;
}

.theme-indigo .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #c5cae9;
    box-shadow: inset 0 -2px 0 #c5cae9;
}

.theme-indigo .theme-lighten-3 {
    background-color: #9fa8da;
    color: #fff;
}

.theme-indigo .theme-text-lighten-3 {
    color: #9fa8da;
}

.switch label .theme-indigo input[type=checkbox]:checked + .lever, .theme-indigo .btn-primary.disabled, .theme-indigo .switch label input[type=checkbox]:checked + .lever, .theme-indigo .theme-bg-lighten-3 {
    background-color: #9fa8da;
}

.theme-indigo .theme-border-lighten-3 {
    border-color: #9fa8da;
}

.theme-indigo .theme-fill-lighten-3 {
    fill: #9fa8da;
}

.theme-indigo .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #9fa8da;
    box-shadow: inset 0 -2px 0 #9fa8da;
}

.theme-indigo .theme-lighten-2 {
    background-color: #7986cb;
    color: #fff;
}

.theme-indigo .theme-text-lighten-2 {
    color: #7986cb;
}

.theme-indigo .theme-bg-lighten-2 {
    background-color: #7986cb;
}

.theme-indigo .theme-border-lighten-2 {
    border-color: #7986cb;
}

.theme-indigo .theme-fill-lighten-2 {
    fill: #7986cb;
}

.theme-indigo .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7986cb;
    box-shadow: inset 0 -2px 0 #7986cb;
}

.theme-indigo .theme-lighten-1 {
    background-color: #5c6bc0;
    color: #fff;
}

.theme-indigo .theme-text-lighten-1, .theme-indigo aside.sidebar a.collapsible-header:after, aside.sidebar .theme-indigo a.collapsible-header:after {
    color: #5c6bc0;
}

.theme-indigo .theme-bg-lighten-1 {
    background-color: #5c6bc0;
}

#loading-bar .theme-indigo .bar, #logo .theme-indigo .foot2, #logo .theme-indigo .foot4, .noUi-range .theme-indigo .noUi-origin:first-child, .switch label .theme-indigo input[type=checkbox]:checked + .lever:after, .theme-indigo #loading-bar .bar, .theme-indigo #logo .foot2, .theme-indigo #logo .foot4, .theme-indigo .btn-primary, .theme-indigo .noUi-base, .theme-indigo .noUi-handle, .theme-indigo .noUi-handle:before, .theme-indigo .noUi-range .noUi-origin:first-child, .theme-indigo .switch label input[type=checkbox]:checked + .lever:after, .theme-indigo .theme, .theme-indigo .theme-bg, .theme-indigo input[type=checkbox]:checked:after, .theme-indigo input[type=radio]:before {
    background-color: #3f51b5;
}

.theme-indigo .theme-border-lighten-1 {
    border-color: #5c6bc0;
}

.theme-indigo .theme-fill-lighten-1 {
    fill: #5c6bc0;
}

.theme-indigo .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #5c6bc0;
    box-shadow: inset 0 -2px 0 #5c6bc0;
}

.theme-indigo .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-indigo td:first-child, .page-header .theme-indigo h1, .theme-indigo .btn-link, .theme-indigo .dashboard .table-dashboard-widget-1 td:first-child, .theme-indigo .nav-tabs > li.active > a, .theme-indigo .nav-tabs > li.active > a:focus:hover, .theme-indigo .nav-tabs > li > a:hover, .theme-indigo .page-header h1, .theme-indigo .theme-text, .theme-indigo .todo-app .filters .filter, .theme-indigo .todo-app .filters .filter.active:hover, .theme-indigo .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-indigo .filter, .todo-app .filters .theme-indigo .filter.active:hover, .todo-app .filters .theme-indigo .filter:focus:hover {
    color: #3f51b5;
}

.theme-indigo .theme-border, .theme-indigo input[type=checkbox]:checked:after, .theme-indigo input[type=radio]:checked:after {
    border-color: #3f51b5;
}

.theme-indigo .theme-fill {
    fill: #3f51b5;
}

.focussed .theme-indigo .ta-bind, .theme-indigo .focussed .ta-bind, .theme-indigo .nav-tabs > li.active > a, .theme-indigo .nav-tabs > li > a:hover, .theme-indigo .theme-box-inset, .theme-indigo .todo-app .filters .filter.active, .theme-indigo .todo-app .filters .filter:hover, .theme-indigo [contenteditable].form-control:focus, .theme-indigo [type=email].form-control:focus, .theme-indigo [type=password].form-control:focus, .theme-indigo [type=tel].form-control:focus, .theme-indigo [type=text].form-control:focus, .theme-indigo input.form-control:focus, .theme-indigo input[type=email]:focus, .theme-indigo input[type=number]:focus, .theme-indigo input[type=password]:focus, .theme-indigo input[type=text]:focus, .theme-indigo select:focus, .theme-indigo textarea:focus, .todo-app .filters .theme-indigo .filter.active, .todo-app .filters .theme-indigo .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #3f51b5;
    box-shadow: inset 0 -2px 0 #3f51b5;
}

.theme-indigo .theme-darken-1 {
    background-color: #3949ab;
    color: #fff;
}

.theme-indigo .btn-link:focus, .theme-indigo .btn-link:hover, .theme-indigo .theme-text-darken-1 {
    color: #3949ab;
}

#logo .theme-indigo .foot1, #logo .theme-indigo .foot3, .theme-indigo #logo .foot1, .theme-indigo #logo .foot3, .theme-indigo .btn-primary:hover, .theme-indigo .theme-bg-darken-1 {
    background-color: #3949ab;
}

.theme-indigo .theme-border-darken-1 {
    border-color: #3949ab;
}

.theme-indigo .theme-fill-darken-1 {
    fill: #3949ab;
}

.theme-indigo .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #3949ab;
    box-shadow: inset 0 -2px 0 #3949ab;
}

.theme-indigo .theme-darken-2 {
    background-color: #303f9f;
    color: #fff;
}

.theme-indigo .theme-text-darken-2 {
    color: #303f9f;
}

.theme-indigo .theme-bg-darken-2 {
    background-color: #303f9f;
}

.theme-indigo .theme-border-darken-2 {
    border-color: #303f9f;
}

.theme-indigo .theme-fill-darken-2 {
    fill: #303f9f;
}

.theme-indigo .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #303f9f;
    box-shadow: inset 0 -2px 0 #303f9f;
}

.theme-indigo .theme-darken-3 {
    background-color: #283593;
    color: #fff;
}

.theme-indigo .theme-text-darken-3 {
    color: #283593;
}

.theme-indigo .theme-bg-darken-3 {
    background-color: #283593;
}

.theme-indigo .theme-border-darken-3 {
    border-color: #283593;
}

.theme-indigo .theme-fill-darken-3 {
    fill: #283593;
}

.theme-indigo .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #283593;
    box-shadow: inset 0 -2px 0 #283593;
}

.theme-indigo .theme-darken-4 {
    background-color: #1a237e;
    color: #fff;
}

.theme-indigo .theme-text-darken-4 {
    color: #1a237e;
}

.theme-indigo .theme-bg-darken-4 {
    background-color: #1a237e;
}

.theme-indigo .theme-border-darken-4 {
    border-color: #1a237e;
}

.theme-indigo .theme-fill-darken-4 {
    fill: #1a237e;
}

.theme-indigo .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #1a237e;
    box-shadow: inset 0 -2px 0 #1a237e;
}

.theme-indigo .theme-accent-1 {
    background-color: #8c9eff;
    color: #666;
}

.theme-indigo .theme-text-accent-1 {
    color: #8c9eff;
}

.theme-indigo .theme-bg-accent-1 {
    background-color: #8c9eff;
}

.theme-indigo .theme-border-accent-1 {
    border-color: #8c9eff;
}

.theme-indigo .theme-fill-accent-1 {
    fill: #8c9eff;
}

.theme-indigo .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #8c9eff;
    box-shadow: inset 0 -2px 0 #8c9eff;
}

.theme-indigo .theme-accent-2 {
    background-color: #536dfe;
    color: #fff;
}

.theme-indigo .theme-text-accent-2 {
    color: #536dfe;
}

.theme-indigo .theme-bg-accent-2 {
    background-color: #536dfe;
}

.theme-indigo .theme-border-accent-2 {
    border-color: #536dfe;
}

.theme-indigo .theme-fill-accent-2 {
    fill: #536dfe;
}

.theme-indigo .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #536dfe;
    box-shadow: inset 0 -2px 0 #536dfe;
}

.theme-indigo .theme-accent-3 {
    background-color: #3d5afe;
    color: #fff;
}

.theme-indigo .theme-text-accent-3 {
    color: #3d5afe;
}

.theme-indigo .theme-bg-accent-3 {
    background-color: #3d5afe;
}

.theme-indigo .theme-border-accent-3 {
    border-color: #3d5afe;
}

.theme-indigo .theme-fill-accent-3 {
    fill: #3d5afe;
}

.theme-indigo .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #3d5afe;
    box-shadow: inset 0 -2px 0 #3d5afe;
}

.theme-indigo .theme-accent-4 {
    background-color: #304ffe;
    color: #fff;
}

.theme-indigo .theme-text-accent-4 {
    color: #304ffe;
}

.theme-indigo .btn-primary:focus, .theme-indigo .theme-bg-accent-4 {
    background-color: #304ffe;
}

.theme-indigo .theme-border-accent-4 {
    border-color: #304ffe;
}

.theme-indigo .theme-fill-accent-4 {
    fill: #304ffe;
}

.theme-indigo .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #304ffe;
    box-shadow: inset 0 -2px 0 #304ffe;
}

.theme-indigo .theme-secondary-lighten-5 {
    background-color: #f1f8e9;
    color: #666;
}

.theme-indigo .theme-secondary-text-lighten-5 {
    color: #f1f8e9;
}

.card .list-group .theme-indigo .list-group-item:hover, .theme-indigo .card .list-group .list-group-item:hover, .theme-indigo .theme-secondary-bg-lighten-5 {
    background-color: #f1f8e9;
}

.theme-indigo .theme-secondary-border-lighten-5 {
    border-color: #f1f8e9;
}

.theme-indigo .theme-secondary-fill-lighten-5 {
    fill: #f1f8e9;
}

.theme-indigo .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f1f8e9;
    box-shadow: inset 0 -2px 0 #f1f8e9;
}

.theme-indigo .theme-secondary-lighten-4 {
    background-color: #dcedc8;
    color: #666;
}

.theme-indigo .theme-secondary-text-lighten-4 {
    color: #dcedc8;
}

.theme-indigo .theme-secondary-bg-lighten-4 {
    background-color: #dcedc8;
}

.theme-indigo .theme-secondary-border-lighten-4 {
    border-color: #dcedc8;
}

.theme-indigo .theme-secondary-fill-lighten-4 {
    fill: #dcedc8;
}

.theme-indigo .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #dcedc8;
    box-shadow: inset 0 -2px 0 #dcedc8;
}

.theme-indigo .theme-secondary-lighten-3 {
    background-color: #c5e1a5;
    color: #fff;
}

.theme-indigo .theme-secondary-text-lighten-3, .theme-indigo .theme-template-dark .sidebar .user-logged-in a, .theme-indigo a:focus, .theme-indigo a:hover, .theme-template-dark .sidebar .user-logged-in .theme-indigo a {
    color: #c5e1a5;
}

.theme-indigo .theme-secondary-bg-lighten-3 {
    background-color: #c5e1a5;
}

.theme-indigo .theme-secondary-border-lighten-3 {
    border-color: #c5e1a5;
}

.theme-indigo .theme-secondary-fill-lighten-3 {
    fill: #c5e1a5;
}

.theme-indigo .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #c5e1a5;
    box-shadow: inset 0 -2px 0 #c5e1a5;
}

.theme-indigo .theme-secondary-lighten-2 {
    background-color: #aed581;
    color: #fff;
}

.theme-indigo .theme-secondary-text-lighten-2 {
    color: #aed581;
}

.theme-indigo .theme-secondary-bg-lighten-2 {
    background-color: #aed581;
}

.theme-indigo .theme-secondary-border-lighten-2 {
    border-color: #aed581;
}

.theme-indigo .theme-secondary-fill-lighten-2 {
    fill: #aed581;
}

.theme-indigo .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #aed581;
    box-shadow: inset 0 -2px 0 #aed581;
}

.theme-indigo .theme-secondary-lighten-1 {
    background-color: #9ccc65;
    color: #fff;
}

.theme-indigo .theme-secondary-text-lighten-1 {
    color: #9ccc65;
}

.theme-indigo .theme-secondary-bg-lighten-1 {
    background-color: #9ccc65;
}

.theme-indigo .theme-secondary-border-lighten-1 {
    border-color: #9ccc65;
}

.theme-indigo .theme-secondary-fill-lighten-1 {
    fill: #9ccc65;
}

.theme-indigo .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #9ccc65;
    box-shadow: inset 0 -2px 0 #9ccc65;
}

.jvectormap-container .theme-indigo .jvectormap-zoomin, .jvectormap-container .theme-indigo .jvectormap-zoomout, .theme-indigo .alert.alert-theme, .theme-indigo .jvectormap-container .jvectormap-zoomin, .theme-indigo .jvectormap-container .jvectormap-zoomout, .theme-indigo .theme-secondary {
    background-color: #8bc34a;
    color: #fff;
}

.theme-indigo .theme-secondary-text, .theme-indigo a {
    color: #8bc34a;
}

.c3 .c3-tooltip .theme-indigo th, .card .list-group .theme-indigo .list-group-item.active, .theme-indigo .c3 .c3-tooltip th, .theme-indigo .card .list-group .list-group-item.active, .theme-indigo .theme-secondary-bg {
    background-color: #8bc34a;
}

.theme-indigo .theme-secondary-border {
    border-color: #8bc34a;
}

.theme-indigo .theme-secondary-fill {
    fill: #8bc34a;
}

.theme-indigo .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #8bc34a;
    box-shadow: inset 0 -2px 0 #8bc34a;
}

.theme-indigo .theme-secondary-darken-1 {
    background-color: #7cb342;
    color: #fff;
}

.theme-indigo .theme-secondary-text-darken-1 {
    color: #7cb342;
}

.theme-indigo .theme-secondary-bg-darken-1 {
    background-color: #7cb342;
}

.theme-indigo .theme-secondary-border-darken-1 {
    border-color: #7cb342;
}

.theme-indigo .theme-secondary-fill-darken-1 {
    fill: #7cb342;
}

.theme-indigo .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #7cb342;
    box-shadow: inset 0 -2px 0 #7cb342;
}

.theme-indigo .theme-secondary-darken-2 {
    background-color: #689f38;
    color: #fff;
}

.theme-indigo .theme-secondary-text-darken-2 {
    color: #689f38;
}

.theme-indigo .theme-secondary-bg-darken-2 {
    background-color: #689f38;
}

.theme-indigo .theme-secondary-border-darken-2 {
    border-color: #689f38;
}

.theme-indigo .theme-secondary-fill-darken-2 {
    fill: #689f38;
}

.theme-indigo .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #689f38;
    box-shadow: inset 0 -2px 0 #689f38;
}

.theme-indigo .theme-secondary-darken-3 {
    background-color: #558b2f;
    color: #fff;
}

.theme-indigo .theme-secondary-text-darken-3 {
    color: #558b2f;
}

.theme-indigo .theme-secondary-bg-darken-3 {
    background-color: #558b2f;
}

.theme-indigo .theme-secondary-border-darken-3 {
    border-color: #558b2f;
}

.theme-indigo .theme-secondary-fill-darken-3 {
    fill: #558b2f;
}

.theme-indigo .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #558b2f;
    box-shadow: inset 0 -2px 0 #558b2f;
}

.theme-indigo .theme-secondary-darken-4 {
    background-color: #33691e;
    color: #fff;
}

.theme-indigo .theme-secondary-text-darken-4 {
    color: #33691e;
}

.theme-indigo .theme-secondary-bg-darken-4 {
    background-color: #33691e;
}

.theme-indigo .theme-secondary-border-darken-4 {
    border-color: #33691e;
}

.theme-indigo .theme-secondary-fill-darken-4 {
    fill: #33691e;
}

.theme-indigo .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #33691e;
    box-shadow: inset 0 -2px 0 #33691e;
}

.theme-indigo .theme-secondary-accent-1 {
    background-color: #ccff90;
    color: #666;
}

.theme-indigo .theme-secondary-text-accent-1 {
    color: #ccff90;
}

.theme-indigo .theme-secondary-bg-accent-1 {
    background-color: #ccff90;
}

.theme-indigo .theme-secondary-border-accent-1 {
    border-color: #ccff90;
}

.theme-indigo .theme-secondary-fill-accent-1 {
    fill: #ccff90;
}

.theme-indigo .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ccff90;
    box-shadow: inset 0 -2px 0 #ccff90;
}

.theme-indigo .theme-secondary-accent-2 {
    background-color: #b2ff59;
    color: #fff;
}

.theme-indigo .theme-secondary-text-accent-2 {
    color: #b2ff59;
}

.theme-indigo .theme-secondary-bg-accent-2 {
    background-color: #b2ff59;
}

.theme-indigo .theme-secondary-border-accent-2 {
    border-color: #b2ff59;
}

.theme-indigo .theme-secondary-fill-accent-2 {
    fill: #b2ff59;
}

.theme-indigo .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #b2ff59;
    box-shadow: inset 0 -2px 0 #b2ff59;
}

.theme-indigo .theme-secondary-accent-3 {
    background-color: #76ff03;
    color: #fff;
}

.theme-indigo .theme-secondary-text-accent-3 {
    color: #76ff03;
}

.theme-indigo .theme-secondary-bg-accent-3 {
    background-color: #76ff03;
}

.theme-indigo .theme-secondary-border-accent-3 {
    border-color: #76ff03;
}

.theme-indigo .theme-secondary-fill-accent-3 {
    fill: #76ff03;
}

.theme-indigo .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #76ff03;
    box-shadow: inset 0 -2px 0 #76ff03;
}

.theme-indigo .theme-secondary-accent-4 {
    background-color: #64dd17;
    color: #fff;
}

.theme-indigo .theme-secondary-text-accent-4 {
    color: #64dd17;
}

.theme-indigo .theme-secondary-bg-accent-4 {
    background-color: #64dd17;
}

.theme-indigo .theme-secondary-border-accent-4 {
    border-color: #64dd17;
}

.theme-indigo .theme-secondary-fill-accent-4 {
    fill: #64dd17;
}

.theme-indigo .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #64dd17;
    box-shadow: inset 0 -2px 0 #64dd17;
}

.theme-blue .theme-lighten-5 {
    background-color: #E3F2FD;
    color: #666;
}

.theme-blue .theme-text-lighten-5 {
    color: #E3F2FD;
}

.theme-blue .theme-bg-lighten-5 {
    background-color: #E3F2FD;
}

.theme-blue .theme-border-lighten-5 {
    border-color: #E3F2FD;
}

.theme-blue .theme-fill-lighten-5 {
    fill: #E3F2FD;
}

.theme-blue .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #E3F2FD;
    box-shadow: inset 0 -2px 0 #E3F2FD;
}

.theme-blue .theme-lighten-4 {
    background-color: #BBDEFB;
    color: #666;
}

.theme-blue .theme-text-lighten-4 {
    color: #BBDEFB;
}

.theme-blue .theme-bg-lighten-4 {
    background-color: #BBDEFB;
}

.theme-blue .theme-border-lighten-4 {
    border-color: #BBDEFB;
}

.theme-blue .theme-fill-lighten-4 {
    fill: #BBDEFB;
}

.theme-blue .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #BBDEFB;
    box-shadow: inset 0 -2px 0 #BBDEFB;
}

.theme-blue .theme-lighten-3 {
    background-color: #90CAF9;
    color: #666;
}

.theme-blue .theme-text-lighten-3 {
    color: #90CAF9;
}

.switch label .theme-blue input[type=checkbox]:checked + .lever, .theme-blue .btn-primary.disabled, .theme-blue .switch label input[type=checkbox]:checked + .lever, .theme-blue .theme-bg-lighten-3 {
    background-color: #90CAF9;
}

.theme-blue .theme-border-lighten-3 {
    border-color: #90CAF9;
}

.theme-blue .theme-fill-lighten-3 {
    fill: #90CAF9;
}

.theme-blue .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #90CAF9;
    box-shadow: inset 0 -2px 0 #90CAF9;
}

.theme-blue .theme-lighten-2 {
    background-color: #64B5F6;
    color: #fff;
}

.theme-blue .theme-text-lighten-2 {
    color: #64B5F6;
}

.theme-blue .theme-bg-lighten-2 {
    background-color: #64B5F6;
}

.theme-blue .theme-border-lighten-2 {
    border-color: #64B5F6;
}

.theme-blue .theme-fill-lighten-2 {
    fill: #64B5F6;
}

.theme-blue .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #64B5F6;
    box-shadow: inset 0 -2px 0 #64B5F6;
}

.theme-blue .theme-lighten-1 {
    background-color: #42A5F5;
    color: #fff;
}

.theme-blue .theme-text-lighten-1, .theme-blue aside.sidebar a.collapsible-header:after, aside.sidebar .theme-blue a.collapsible-header:after {
    color: #42A5F5;
}

.theme-blue .theme-bg-lighten-1 {
    background-color: #42A5F5;
}

#loading-bar .theme-blue .bar, #logo .theme-blue .foot2, #logo .theme-blue .foot4, .noUi-range .theme-blue .noUi-origin:first-child, .switch label .theme-blue input[type=checkbox]:checked + .lever:after, .theme-blue #loading-bar .bar, .theme-blue #logo .foot2, .theme-blue #logo .foot4, .theme-blue .btn-primary, .theme-blue .noUi-base, .theme-blue .noUi-handle, .theme-blue .noUi-handle:before, .theme-blue .noUi-range .noUi-origin:first-child, .theme-blue .switch label input[type=checkbox]:checked + .lever:after, .theme-blue .theme, .theme-blue .theme-bg, .theme-blue input[type=checkbox]:checked:after, .theme-blue input[type=radio]:before {
    background-color: #2196F3;
}

.theme-blue .theme-border-lighten-1 {
    border-color: #42A5F5;
}

.theme-blue .theme-fill-lighten-1 {
    fill: #42A5F5;
}

.theme-blue .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #42A5F5;
    box-shadow: inset 0 -2px 0 #42A5F5;
}

.theme-blue .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-blue td:first-child, .page-header .theme-blue h1, .theme-blue .btn-link, .theme-blue .dashboard .table-dashboard-widget-1 td:first-child, .theme-blue .nav-tabs > li.active > a, .theme-blue .nav-tabs > li.active > a:focus:hover, .theme-blue .nav-tabs > li > a:hover, .theme-blue .page-header h1, .theme-blue .theme-text, .theme-blue .todo-app .filters .filter, .theme-blue .todo-app .filters .filter.active:hover, .theme-blue .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-blue .filter, .todo-app .filters .theme-blue .filter.active:hover, .todo-app .filters .theme-blue .filter:focus:hover {
    color: #2196F3;
}

.theme-blue .theme-border, .theme-blue input[type=checkbox]:checked:after, .theme-blue input[type=radio]:checked:after {
    border-color: #2196F3;
}

.theme-blue .theme-fill {
    fill: #2196F3;
}

.focussed .theme-blue .ta-bind, .theme-blue .focussed .ta-bind, .theme-blue .nav-tabs > li.active > a, .theme-blue .nav-tabs > li > a:hover, .theme-blue .theme-box-inset, .theme-blue .todo-app .filters .filter.active, .theme-blue .todo-app .filters .filter:hover, .theme-blue [contenteditable].form-control:focus, .theme-blue [type=email].form-control:focus, .theme-blue [type=password].form-control:focus, .theme-blue [type=tel].form-control:focus, .theme-blue [type=text].form-control:focus, .theme-blue input.form-control:focus, .theme-blue input[type=email]:focus, .theme-blue input[type=number]:focus, .theme-blue input[type=password]:focus, .theme-blue input[type=text]:focus, .theme-blue select:focus, .theme-blue textarea:focus, .todo-app .filters .theme-blue .filter.active, .todo-app .filters .theme-blue .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #2196F3;
    box-shadow: inset 0 -2px 0 #2196F3;
}

.theme-blue .theme-darken-1 {
    background-color: #1E88E5;
    color: #fff;
}

.theme-blue .btn-link:focus, .theme-blue .btn-link:hover, .theme-blue .theme-text-darken-1 {
    color: #1E88E5;
}

#logo .theme-blue .foot1, #logo .theme-blue .foot3, .theme-blue #logo .foot1, .theme-blue #logo .foot3, .theme-blue .btn-primary:hover, .theme-blue .theme-bg-darken-1 {
    background-color: #1E88E5;
}

.theme-blue .theme-border-darken-1 {
    border-color: #1E88E5;
}

.theme-blue .theme-fill-darken-1 {
    fill: #1E88E5;
}

.theme-blue .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #1E88E5;
    box-shadow: inset 0 -2px 0 #1E88E5;
}

.theme-blue .theme-darken-2 {
    background-color: #1976D2;
    color: #fff;
}

.theme-blue .theme-text-darken-2 {
    color: #1976D2;
}

.theme-blue .theme-bg-darken-2 {
    background-color: #1976D2;
}

.theme-blue .theme-border-darken-2 {
    border-color: #1976D2;
}

.theme-blue .theme-fill-darken-2 {
    fill: #1976D2;
}

.theme-blue .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #1976D2;
    box-shadow: inset 0 -2px 0 #1976D2;
}

.theme-blue .theme-darken-3 {
    background-color: #1565C0;
    color: #fff;
}

.theme-blue .theme-text-darken-3 {
    color: #1565C0;
}

.theme-blue .theme-bg-darken-3 {
    background-color: #1565C0;
}

.theme-blue .theme-border-darken-3 {
    border-color: #1565C0;
}

.theme-blue .theme-fill-darken-3 {
    fill: #1565C0;
}

.theme-blue .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #1565C0;
    box-shadow: inset 0 -2px 0 #1565C0;
}

.theme-blue .theme-darken-4 {
    background-color: #0D47A1;
    color: #fff;
}

.theme-blue .theme-text-darken-4 {
    color: #0D47A1;
}

.theme-blue .theme-bg-darken-4 {
    background-color: #0D47A1;
}

.theme-blue .theme-border-darken-4 {
    border-color: #0D47A1;
}

.theme-blue .theme-fill-darken-4 {
    fill: #0D47A1;
}

.theme-blue .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #0D47A1;
    box-shadow: inset 0 -2px 0 #0D47A1;
}

.theme-blue .theme-accent-1 {
    background-color: #82B1FF;
    color: #fff;
}

.theme-blue .theme-text-accent-1 {
    color: #82B1FF;
}

.theme-blue .theme-bg-accent-1 {
    background-color: #82B1FF;
}

.theme-blue .theme-border-accent-1 {
    border-color: #82B1FF;
}

.theme-blue .theme-fill-accent-1 {
    fill: #82B1FF;
}

.theme-blue .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #82B1FF;
    box-shadow: inset 0 -2px 0 #82B1FF;
}

.theme-blue .theme-accent-2 {
    background-color: #448AFF;
    color: #fff;
}

.theme-blue .theme-text-accent-2 {
    color: #448AFF;
}

.theme-blue .theme-bg-accent-2 {
    background-color: #448AFF;
}

.theme-blue .theme-border-accent-2 {
    border-color: #448AFF;
}

.theme-blue .theme-fill-accent-2 {
    fill: #448AFF;
}

.theme-blue .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #448AFF;
    box-shadow: inset 0 -2px 0 #448AFF;
}

.theme-blue .theme-accent-3 {
    background-color: #2979FF;
    color: #fff;
}

.theme-blue .theme-text-accent-3 {
    color: #2979FF;
}

.theme-blue .theme-bg-accent-3 {
    background-color: #2979FF;
}

.theme-blue .theme-border-accent-3 {
    border-color: #2979FF;
}

.theme-blue .theme-fill-accent-3 {
    fill: #2979FF;
}

.theme-blue .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #2979FF;
    box-shadow: inset 0 -2px 0 #2979FF;
}

.theme-blue .theme-accent-4 {
    background-color: #2962FF;
    color: #fff;
}

.theme-blue .theme-text-accent-4 {
    color: #2962FF;
}

.theme-blue .btn-primary:focus, .theme-blue .theme-bg-accent-4 {
    background-color: #2962FF;
}

.theme-blue .theme-border-accent-4 {
    border-color: #2962FF;
}

.theme-blue .theme-fill-accent-4 {
    fill: #2962FF;
}

.theme-blue .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #2962FF;
    box-shadow: inset 0 -2px 0 #2962FF;
}

.theme-blue .theme-secondary-lighten-5 {
    background-color: #e0f7fa;
    color: #666;
}

.theme-blue .theme-secondary-text-lighten-5 {
    color: #e0f7fa;
}

.card .list-group .theme-blue .list-group-item:hover, .theme-blue .card .list-group .list-group-item:hover, .theme-blue .theme-secondary-bg-lighten-5 {
    background-color: #e0f7fa;
}

.theme-blue .theme-secondary-border-lighten-5 {
    border-color: #e0f7fa;
}

.theme-blue .theme-secondary-fill-lighten-5 {
    fill: #e0f7fa;
}

.theme-blue .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
    box-shadow: inset 0 -2px 0 #e0f7fa;
}

.theme-blue .theme-secondary-lighten-4 {
    background-color: #b2ebf2;
    color: #666;
}

.theme-blue .theme-secondary-text-lighten-4 {
    color: #b2ebf2;
}

.theme-blue .theme-secondary-bg-lighten-4 {
    background-color: #b2ebf2;
}

.theme-blue .theme-secondary-border-lighten-4 {
    border-color: #b2ebf2;
}

.theme-blue .theme-secondary-fill-lighten-4 {
    fill: #b2ebf2;
}

.theme-blue .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
    box-shadow: inset 0 -2px 0 #b2ebf2;
}

.theme-blue .theme-secondary-lighten-3 {
    background-color: #80deea;
    color: #fff;
}

.theme-blue .theme-secondary-text-lighten-3, .theme-blue .theme-template-dark .sidebar .user-logged-in a, .theme-blue a:focus, .theme-blue a:hover, .theme-template-dark .sidebar .user-logged-in .theme-blue a {
    color: #80deea;
}

.theme-blue .theme-secondary-bg-lighten-3 {
    background-color: #80deea;
}

.theme-blue .theme-secondary-border-lighten-3 {
    border-color: #80deea;
}

.theme-blue .theme-secondary-fill-lighten-3 {
    fill: #80deea;
}

.theme-blue .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #80deea;
    box-shadow: inset 0 -2px 0 #80deea;
}

.theme-blue .theme-secondary-lighten-2 {
    background-color: #4dd0e1;
    color: #fff;
}

.theme-blue .theme-secondary-text-lighten-2 {
    color: #4dd0e1;
}

.theme-blue .theme-secondary-bg-lighten-2 {
    background-color: #4dd0e1;
}

.theme-blue .theme-secondary-border-lighten-2 {
    border-color: #4dd0e1;
}

.theme-blue .theme-secondary-fill-lighten-2 {
    fill: #4dd0e1;
}

.theme-blue .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
    box-shadow: inset 0 -2px 0 #4dd0e1;
}

.theme-blue .theme-secondary-lighten-1 {
    background-color: #26c6da;
    color: #fff;
}

.theme-blue .theme-secondary-text-lighten-1 {
    color: #26c6da;
}

.theme-blue .theme-secondary-bg-lighten-1 {
    background-color: #26c6da;
}

.theme-blue .theme-secondary-border-lighten-1 {
    border-color: #26c6da;
}

.theme-blue .theme-secondary-fill-lighten-1 {
    fill: #26c6da;
}

.theme-blue .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #26c6da;
    box-shadow: inset 0 -2px 0 #26c6da;
}

.jvectormap-container .theme-blue .jvectormap-zoomin, .jvectormap-container .theme-blue .jvectormap-zoomout, .theme-blue .alert.alert-theme, .theme-blue .jvectormap-container .jvectormap-zoomin, .theme-blue .jvectormap-container .jvectormap-zoomout, .theme-blue .theme-secondary {
    background-color: #00bcd4;
    color: #fff;
}

.theme-blue .theme-secondary-text, .theme-blue a {
    color: #00bcd4;
}

.c3 .c3-tooltip .theme-blue th, .card .list-group .theme-blue .list-group-item.active, .theme-blue .c3 .c3-tooltip th, .theme-blue .card .list-group .list-group-item.active, .theme-blue .theme-secondary-bg {
    background-color: #00bcd4;
}

.theme-blue .theme-secondary-border {
    border-color: #00bcd4;
}

.theme-blue .theme-secondary-fill {
    fill: #00bcd4;
}

.theme-blue .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
    box-shadow: inset 0 -2px 0 #00bcd4;
}

.theme-blue .theme-secondary-darken-1 {
    background-color: #00acc1;
    color: #fff;
}

.theme-blue .theme-secondary-text-darken-1 {
    color: #00acc1;
}

.theme-blue .theme-secondary-bg-darken-1 {
    background-color: #00acc1;
}

.theme-blue .theme-secondary-border-darken-1 {
    border-color: #00acc1;
}

.theme-blue .theme-secondary-fill-darken-1 {
    fill: #00acc1;
}

.theme-blue .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #00acc1;
    box-shadow: inset 0 -2px 0 #00acc1;
}

.theme-blue .theme-secondary-darken-2 {
    background-color: #0097a7;
    color: #fff;
}

.theme-blue .theme-secondary-text-darken-2 {
    color: #0097a7;
}

.theme-blue .theme-secondary-bg-darken-2 {
    background-color: #0097a7;
}

.theme-blue .theme-secondary-border-darken-2 {
    border-color: #0097a7;
}

.theme-blue .theme-secondary-fill-darken-2 {
    fill: #0097a7;
}

.theme-blue .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #0097a7;
    box-shadow: inset 0 -2px 0 #0097a7;
}

.theme-blue .theme-secondary-darken-3 {
    background-color: #00838f;
    color: #fff;
}

.theme-blue .theme-secondary-text-darken-3 {
    color: #00838f;
}

.theme-blue .theme-secondary-bg-darken-3 {
    background-color: #00838f;
}

.theme-blue .theme-secondary-border-darken-3 {
    border-color: #00838f;
}

.theme-blue .theme-secondary-fill-darken-3 {
    fill: #00838f;
}

.theme-blue .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00838f;
    box-shadow: inset 0 -2px 0 #00838f;
}

.theme-blue .theme-secondary-darken-4 {
    background-color: #006064;
    color: #fff;
}

.theme-blue .theme-secondary-text-darken-4 {
    color: #006064;
}

.theme-blue .theme-secondary-bg-darken-4 {
    background-color: #006064;
}

.theme-blue .theme-secondary-border-darken-4 {
    border-color: #006064;
}

.theme-blue .theme-secondary-fill-darken-4 {
    fill: #006064;
}

.theme-blue .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #006064;
    box-shadow: inset 0 -2px 0 #006064;
}

.theme-blue .theme-secondary-accent-1 {
    background-color: #84ffff;
    color: #fff;
}

.theme-blue .theme-secondary-text-accent-1 {
    color: #84ffff;
}

.theme-blue .theme-secondary-bg-accent-1 {
    background-color: #84ffff;
}

.theme-blue .theme-secondary-border-accent-1 {
    border-color: #84ffff;
}

.theme-blue .theme-secondary-fill-accent-1 {
    fill: #84ffff;
}

.theme-blue .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #84ffff;
    box-shadow: inset 0 -2px 0 #84ffff;
}

.theme-blue .theme-secondary-accent-2 {
    background-color: #18ffff;
    color: #fff;
}

.theme-blue .theme-secondary-text-accent-2 {
    color: #18ffff;
}

.theme-blue .theme-secondary-bg-accent-2 {
    background-color: #18ffff;
}

.theme-blue .theme-secondary-border-accent-2 {
    border-color: #18ffff;
}

.theme-blue .theme-secondary-fill-accent-2 {
    fill: #18ffff;
}

.theme-blue .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #18ffff;
    box-shadow: inset 0 -2px 0 #18ffff;
}

.theme-blue .theme-secondary-accent-3 {
    background-color: #00e5ff;
    color: #fff;
}

.theme-blue .theme-secondary-text-accent-3 {
    color: #00e5ff;
}

.theme-blue .theme-secondary-bg-accent-3 {
    background-color: #00e5ff;
}

.theme-blue .theme-secondary-border-accent-3 {
    border-color: #00e5ff;
}

.theme-blue .theme-secondary-fill-accent-3 {
    fill: #00e5ff;
}

.theme-blue .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
    box-shadow: inset 0 -2px 0 #00e5ff;
}

.theme-blue .theme-secondary-accent-4 {
    background-color: #00b8d4;
    color: #fff;
}

.theme-blue .theme-secondary-text-accent-4 {
    color: #00b8d4;
}

.theme-blue .theme-secondary-bg-accent-4 {
    background-color: #00b8d4;
}

.theme-blue .theme-secondary-border-accent-4 {
    border-color: #00b8d4;
}

.theme-blue .theme-secondary-fill-accent-4 {
    fill: #00b8d4;
}

.theme-blue .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
    box-shadow: inset 0 -2px 0 #00b8d4;
}

.theme-light-blue .theme-lighten-5 {
    background-color: #e1f5fe;
    color: #666;
}

.theme-light-blue .theme-text-lighten-5 {
    color: #e1f5fe;
}

.theme-light-blue .theme-bg-lighten-5 {
    background-color: #e1f5fe;
}

.theme-light-blue .theme-border-lighten-5 {
    border-color: #e1f5fe;
}

.theme-light-blue .theme-fill-lighten-5 {
    fill: #e1f5fe;
}

.theme-light-blue .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e1f5fe;
    box-shadow: inset 0 -2px 0 #e1f5fe;
}

.theme-light-blue .theme-lighten-4 {
    background-color: #b3e5fc;
    color: #666;
}

.theme-light-blue .theme-text-lighten-4 {
    color: #b3e5fc;
}

.theme-light-blue .theme-bg-lighten-4 {
    background-color: #b3e5fc;
}

.theme-light-blue .theme-border-lighten-4 {
    border-color: #b3e5fc;
}

.theme-light-blue .theme-fill-lighten-4 {
    fill: #b3e5fc;
}

.theme-light-blue .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b3e5fc;
    box-shadow: inset 0 -2px 0 #b3e5fc;
}

.theme-light-blue .theme-lighten-3 {
    background-color: #81d4fa;
    color: #fff;
}

.theme-light-blue .theme-text-lighten-3 {
    color: #81d4fa;
}

.switch label .theme-light-blue input[type=checkbox]:checked + .lever, .theme-light-blue .btn-primary.disabled, .theme-light-blue .switch label input[type=checkbox]:checked + .lever, .theme-light-blue .theme-bg-lighten-3 {
    background-color: #81d4fa;
}

.theme-light-blue .theme-border-lighten-3 {
    border-color: #81d4fa;
}

.theme-light-blue .theme-fill-lighten-3 {
    fill: #81d4fa;
}

.theme-light-blue .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #81d4fa;
    box-shadow: inset 0 -2px 0 #81d4fa;
}

.theme-light-blue .theme-lighten-2 {
    background-color: #4fc3f7;
    color: #fff;
}

.theme-light-blue .theme-text-lighten-2 {
    color: #4fc3f7;
}

.theme-light-blue .theme-bg-lighten-2 {
    background-color: #4fc3f7;
}

.theme-light-blue .theme-border-lighten-2 {
    border-color: #4fc3f7;
}

.theme-light-blue .theme-fill-lighten-2 {
    fill: #4fc3f7;
}

.theme-light-blue .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4fc3f7;
    box-shadow: inset 0 -2px 0 #4fc3f7;
}

.theme-light-blue .theme-lighten-1 {
    background-color: #29b6f6;
    color: #fff;
}

.theme-light-blue .theme-text-lighten-1, .theme-light-blue aside.sidebar a.collapsible-header:after, aside.sidebar .theme-light-blue a.collapsible-header:after {
    color: #29b6f6;
}

.theme-light-blue .theme-bg-lighten-1 {
    background-color: #29b6f6;
}

#loading-bar .theme-light-blue .bar, #logo .theme-light-blue .foot2, #logo .theme-light-blue .foot4, .noUi-range .theme-light-blue .noUi-origin:first-child, .switch label .theme-light-blue input[type=checkbox]:checked + .lever:after, .theme-light-blue #loading-bar .bar, .theme-light-blue #logo .foot2, .theme-light-blue #logo .foot4, .theme-light-blue .btn-primary, .theme-light-blue .noUi-base, .theme-light-blue .noUi-handle, .theme-light-blue .noUi-handle:before, .theme-light-blue .noUi-range .noUi-origin:first-child, .theme-light-blue .switch label input[type=checkbox]:checked + .lever:after, .theme-light-blue .theme, .theme-light-blue .theme-bg, .theme-light-blue input[type=checkbox]:checked:after, .theme-light-blue input[type=radio]:before {
    background-color: #03a9f4;
}

.theme-light-blue .theme-border-lighten-1 {
    border-color: #29b6f6;
}

.theme-light-blue .theme-fill-lighten-1 {
    fill: #29b6f6;
}

.theme-light-blue .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #29b6f6;
    box-shadow: inset 0 -2px 0 #29b6f6;
}

.theme-light-blue .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-light-blue td:first-child, .page-header .theme-light-blue h1, .theme-light-blue .btn-link, .theme-light-blue .dashboard .table-dashboard-widget-1 td:first-child, .theme-light-blue .nav-tabs > li.active > a, .theme-light-blue .nav-tabs > li.active > a:focus:hover, .theme-light-blue .nav-tabs > li > a:hover, .theme-light-blue .page-header h1, .theme-light-blue .theme-text, .theme-light-blue .todo-app .filters .filter, .theme-light-blue .todo-app .filters .filter.active:hover, .theme-light-blue .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-light-blue .filter, .todo-app .filters .theme-light-blue .filter.active:hover, .todo-app .filters .theme-light-blue .filter:focus:hover {
    color: #03a9f4;
}

.theme-light-blue .theme-border, .theme-light-blue input[type=checkbox]:checked:after, .theme-light-blue input[type=radio]:checked:after {
    border-color: #03a9f4;
}

.theme-light-blue .theme-fill {
    fill: #03a9f4;
}

.focussed .theme-light-blue .ta-bind, .theme-light-blue .focussed .ta-bind, .theme-light-blue .nav-tabs > li.active > a, .theme-light-blue .nav-tabs > li > a:hover, .theme-light-blue .theme-box-inset, .theme-light-blue .todo-app .filters .filter.active, .theme-light-blue .todo-app .filters .filter:hover, .theme-light-blue [contenteditable].form-control:focus, .theme-light-blue [type=email].form-control:focus, .theme-light-blue [type=password].form-control:focus, .theme-light-blue [type=tel].form-control:focus, .theme-light-blue [type=text].form-control:focus, .theme-light-blue input.form-control:focus, .theme-light-blue input[type=email]:focus, .theme-light-blue input[type=number]:focus, .theme-light-blue input[type=password]:focus, .theme-light-blue input[type=text]:focus, .theme-light-blue select:focus, .theme-light-blue textarea:focus, .todo-app .filters .theme-light-blue .filter.active, .todo-app .filters .theme-light-blue .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #03a9f4;
    box-shadow: inset 0 -2px 0 #03a9f4;
}

.theme-light-blue .theme-darken-1 {
    background-color: #039be5;
    color: #fff;
}

.theme-light-blue .btn-link:focus, .theme-light-blue .btn-link:hover, .theme-light-blue .theme-text-darken-1 {
    color: #039be5;
}

#logo .theme-light-blue .foot1, #logo .theme-light-blue .foot3, .theme-light-blue #logo .foot1, .theme-light-blue #logo .foot3, .theme-light-blue .btn-primary:hover, .theme-light-blue .theme-bg-darken-1 {
    background-color: #039be5;
}

.theme-light-blue .theme-border-darken-1 {
    border-color: #039be5;
}

.theme-light-blue .theme-fill-darken-1 {
    fill: #039be5;
}

.theme-light-blue .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #039be5;
    box-shadow: inset 0 -2px 0 #039be5;
}

.theme-light-blue .theme-darken-2 {
    background-color: #0288d1;
    color: #fff;
}

.theme-light-blue .theme-text-darken-2 {
    color: #0288d1;
}

.theme-light-blue .theme-bg-darken-2 {
    background-color: #0288d1;
}

.theme-light-blue .theme-border-darken-2 {
    border-color: #0288d1;
}

.theme-light-blue .theme-fill-darken-2 {
    fill: #0288d1;
}

.theme-light-blue .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #0288d1;
    box-shadow: inset 0 -2px 0 #0288d1;
}

.theme-light-blue .theme-darken-3 {
    background-color: #0277bd;
    color: #fff;
}

.theme-light-blue .theme-text-darken-3 {
    color: #0277bd;
}

.theme-light-blue .theme-bg-darken-3 {
    background-color: #0277bd;
}

.theme-light-blue .theme-border-darken-3 {
    border-color: #0277bd;
}

.theme-light-blue .theme-fill-darken-3 {
    fill: #0277bd;
}

.theme-light-blue .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #0277bd;
    box-shadow: inset 0 -2px 0 #0277bd;
}

.theme-light-blue .theme-darken-4 {
    background-color: #01579b;
    color: #fff;
}

.theme-light-blue .theme-text-darken-4 {
    color: #01579b;
}

.theme-light-blue .theme-bg-darken-4 {
    background-color: #01579b;
}

.theme-light-blue .theme-border-darken-4 {
    border-color: #01579b;
}

.theme-light-blue .theme-fill-darken-4 {
    fill: #01579b;
}

.theme-light-blue .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #01579b;
    box-shadow: inset 0 -2px 0 #01579b;
}

.theme-light-blue .theme-accent-1 {
    background-color: #80d8ff;
    color: #fff;
}

.theme-light-blue .theme-text-accent-1 {
    color: #80d8ff;
}

.theme-light-blue .theme-bg-accent-1 {
    background-color: #80d8ff;
}

.theme-light-blue .theme-border-accent-1 {
    border-color: #80d8ff;
}

.theme-light-blue .theme-fill-accent-1 {
    fill: #80d8ff;
}

.theme-light-blue .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #80d8ff;
    box-shadow: inset 0 -2px 0 #80d8ff;
}

.theme-light-blue .theme-accent-2 {
    background-color: #40c4ff;
    color: #fff;
}

.theme-light-blue .theme-text-accent-2 {
    color: #40c4ff;
}

.theme-light-blue .theme-bg-accent-2 {
    background-color: #40c4ff;
}

.theme-light-blue .theme-border-accent-2 {
    border-color: #40c4ff;
}

.theme-light-blue .theme-fill-accent-2 {
    fill: #40c4ff;
}

.theme-light-blue .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #40c4ff;
    box-shadow: inset 0 -2px 0 #40c4ff;
}

.theme-light-blue .theme-accent-3 {
    background-color: #00b0ff;
    color: #fff;
}

.theme-light-blue .theme-text-accent-3 {
    color: #00b0ff;
}

.theme-light-blue .theme-bg-accent-3 {
    background-color: #00b0ff;
}

.theme-light-blue .theme-border-accent-3 {
    border-color: #00b0ff;
}

.theme-light-blue .theme-fill-accent-3 {
    fill: #00b0ff;
}

.theme-light-blue .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00b0ff;
    box-shadow: inset 0 -2px 0 #00b0ff;
}

.theme-light-blue .theme-accent-4 {
    background-color: #0091ea;
    color: #fff;
}

.theme-light-blue .theme-text-accent-4 {
    color: #0091ea;
}

.theme-light-blue .btn-primary:focus, .theme-light-blue .theme-bg-accent-4 {
    background-color: #0091ea;
}

.theme-light-blue .theme-border-accent-4 {
    border-color: #0091ea;
}

.theme-light-blue .theme-fill-accent-4 {
    fill: #0091ea;
}

.theme-light-blue .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #0091ea;
    box-shadow: inset 0 -2px 0 #0091ea;
}

.theme-light-blue .theme-secondary-lighten-5 {
    background-color: #fff3e0;
    color: #666;
}

.theme-light-blue .theme-secondary-text-lighten-5 {
    color: #fff3e0;
}

.card .list-group .theme-light-blue .list-group-item:hover, .theme-light-blue .card .list-group .list-group-item:hover, .theme-light-blue .theme-secondary-bg-lighten-5 {
    background-color: #fff3e0;
}

.theme-light-blue .theme-secondary-border-lighten-5 {
    border-color: #fff3e0;
}

.theme-light-blue .theme-secondary-fill-lighten-5 {
    fill: #fff3e0;
}

.theme-light-blue .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fff3e0;
    box-shadow: inset 0 -2px 0 #fff3e0;
}

.theme-light-blue .theme-secondary-lighten-4 {
    background-color: #ffe0b2;
    color: #666;
}

.theme-light-blue .theme-secondary-text-lighten-4 {
    color: #ffe0b2;
}

.theme-light-blue .theme-secondary-bg-lighten-4 {
    background-color: #ffe0b2;
}

.theme-light-blue .theme-secondary-border-lighten-4 {
    border-color: #ffe0b2;
}

.theme-light-blue .theme-secondary-fill-lighten-4 {
    fill: #ffe0b2;
}

.theme-light-blue .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe0b2;
    box-shadow: inset 0 -2px 0 #ffe0b2;
}

.theme-light-blue .theme-secondary-lighten-3 {
    background-color: #ffcc80;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-lighten-3, .theme-light-blue .theme-template-dark .sidebar .user-logged-in a, .theme-light-blue a:focus, .theme-light-blue a:hover, .theme-template-dark .sidebar .user-logged-in .theme-light-blue a {
    color: #ffcc80;
}

.theme-light-blue .theme-secondary-bg-lighten-3 {
    background-color: #ffcc80;
}

.theme-light-blue .theme-secondary-border-lighten-3 {
    border-color: #ffcc80;
}

.theme-light-blue .theme-secondary-fill-lighten-3 {
    fill: #ffcc80;
}

.theme-light-blue .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffcc80;
    box-shadow: inset 0 -2px 0 #ffcc80;
}

.theme-light-blue .theme-secondary-lighten-2 {
    background-color: #ffb74d;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-lighten-2 {
    color: #ffb74d;
}

.theme-light-blue .theme-secondary-bg-lighten-2 {
    background-color: #ffb74d;
}

.theme-light-blue .theme-secondary-border-lighten-2 {
    border-color: #ffb74d;
}

.theme-light-blue .theme-secondary-fill-lighten-2 {
    fill: #ffb74d;
}

.theme-light-blue .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffb74d;
    box-shadow: inset 0 -2px 0 #ffb74d;
}

.theme-light-blue .theme-secondary-lighten-1 {
    background-color: #ffa726;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-lighten-1 {
    color: #ffa726;
}

.theme-light-blue .theme-secondary-bg-lighten-1 {
    background-color: #ffa726;
}

.theme-light-blue .theme-secondary-border-lighten-1 {
    border-color: #ffa726;
}

.theme-light-blue .theme-secondary-fill-lighten-1 {
    fill: #ffa726;
}

.theme-light-blue .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffa726;
    box-shadow: inset 0 -2px 0 #ffa726;
}

.jvectormap-container .theme-light-blue .jvectormap-zoomin, .jvectormap-container .theme-light-blue .jvectormap-zoomout, .theme-light-blue .alert.alert-theme, .theme-light-blue .jvectormap-container .jvectormap-zoomin, .theme-light-blue .jvectormap-container .jvectormap-zoomout, .theme-light-blue .theme-secondary {
    background-color: #ff9800;
    color: #fff;
}

.theme-light-blue .theme-secondary-text, .theme-light-blue a {
    color: #ff9800;
}

.c3 .c3-tooltip .theme-light-blue th, .card .list-group .theme-light-blue .list-group-item.active, .theme-light-blue .c3 .c3-tooltip th, .theme-light-blue .card .list-group .list-group-item.active, .theme-light-blue .theme-secondary-bg {
    background-color: #ff9800;
}

.theme-light-blue .theme-secondary-border {
    border-color: #ff9800;
}

.theme-light-blue .theme-secondary-fill {
    fill: #ff9800;
}

.theme-light-blue .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #ff9800;
    box-shadow: inset 0 -2px 0 #ff9800;
}

.theme-light-blue .theme-secondary-darken-1 {
    background-color: #fb8c00;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-darken-1 {
    color: #fb8c00;
}

.theme-light-blue .theme-secondary-bg-darken-1 {
    background-color: #fb8c00;
}

.theme-light-blue .theme-secondary-border-darken-1 {
    border-color: #fb8c00;
}

.theme-light-blue .theme-secondary-fill-darken-1 {
    fill: #fb8c00;
}

.theme-light-blue .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #fb8c00;
    box-shadow: inset 0 -2px 0 #fb8c00;
}

.theme-light-blue .theme-secondary-darken-2 {
    background-color: #f57c00;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-darken-2 {
    color: #f57c00;
}

.theme-light-blue .theme-secondary-bg-darken-2 {
    background-color: #f57c00;
}

.theme-light-blue .theme-secondary-border-darken-2 {
    border-color: #f57c00;
}

.theme-light-blue .theme-secondary-fill-darken-2 {
    fill: #f57c00;
}

.theme-light-blue .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #f57c00;
    box-shadow: inset 0 -2px 0 #f57c00;
}

.theme-light-blue .theme-secondary-darken-3 {
    background-color: #ef6c00;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-darken-3 {
    color: #ef6c00;
}

.theme-light-blue .theme-secondary-bg-darken-3 {
    background-color: #ef6c00;
}

.theme-light-blue .theme-secondary-border-darken-3 {
    border-color: #ef6c00;
}

.theme-light-blue .theme-secondary-fill-darken-3 {
    fill: #ef6c00;
}

.theme-light-blue .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ef6c00;
    box-shadow: inset 0 -2px 0 #ef6c00;
}

.theme-light-blue .theme-secondary-darken-4 {
    background-color: #e65100;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-darken-4 {
    color: #e65100;
}

.theme-light-blue .theme-secondary-bg-darken-4 {
    background-color: #e65100;
}

.theme-light-blue .theme-secondary-border-darken-4 {
    border-color: #e65100;
}

.theme-light-blue .theme-secondary-fill-darken-4 {
    fill: #e65100;
}

.theme-light-blue .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #e65100;
    box-shadow: inset 0 -2px 0 #e65100;
}

.theme-light-blue .theme-secondary-accent-1 {
    background-color: #ffd180;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-accent-1 {
    color: #ffd180;
}

.theme-light-blue .theme-secondary-bg-accent-1 {
    background-color: #ffd180;
}

.theme-light-blue .theme-secondary-border-accent-1 {
    border-color: #ffd180;
}

.theme-light-blue .theme-secondary-fill-accent-1 {
    fill: #ffd180;
}

.theme-light-blue .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd180;
    box-shadow: inset 0 -2px 0 #ffd180;
}

.theme-light-blue .theme-secondary-accent-2 {
    background-color: #ffab40;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-accent-2 {
    color: #ffab40;
}

.theme-light-blue .theme-secondary-bg-accent-2 {
    background-color: #ffab40;
}

.theme-light-blue .theme-secondary-border-accent-2 {
    border-color: #ffab40;
}

.theme-light-blue .theme-secondary-fill-accent-2 {
    fill: #ffab40;
}

.theme-light-blue .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab40;
    box-shadow: inset 0 -2px 0 #ffab40;
}

.theme-light-blue .theme-secondary-accent-3 {
    background-color: #ff9100;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-accent-3 {
    color: #ff9100;
}

.theme-light-blue .theme-secondary-bg-accent-3 {
    background-color: #ff9100;
}

.theme-light-blue .theme-secondary-border-accent-3 {
    border-color: #ff9100;
}

.theme-light-blue .theme-secondary-fill-accent-3 {
    fill: #ff9100;
}

.theme-light-blue .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff9100;
    box-shadow: inset 0 -2px 0 #ff9100;
}

.theme-light-blue .theme-secondary-accent-4 {
    background-color: #ff6d00;
    color: #fff;
}

.theme-light-blue .theme-secondary-text-accent-4 {
    color: #ff6d00;
}

.theme-light-blue .theme-secondary-bg-accent-4 {
    background-color: #ff6d00;
}

.theme-light-blue .theme-secondary-border-accent-4 {
    border-color: #ff6d00;
}

.theme-light-blue .theme-secondary-fill-accent-4 {
    fill: #ff6d00;
}

.theme-light-blue .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6d00;
    box-shadow: inset 0 -2px 0 #ff6d00;
}

.theme-cyan .theme-lighten-5 {
    background-color: #e0f7fa;
    color: #666;
}

.theme-cyan .theme-text-lighten-5 {
    color: #e0f7fa;
}

.theme-cyan .theme-bg-lighten-5 {
    background-color: #e0f7fa;
}

.theme-cyan .theme-border-lighten-5 {
    border-color: #e0f7fa;
}

.theme-cyan .theme-fill-lighten-5 {
    fill: #e0f7fa;
}

.theme-cyan .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
    box-shadow: inset 0 -2px 0 #e0f7fa;
}

.theme-cyan .theme-lighten-4 {
    background-color: #b2ebf2;
    color: #666;
}

.theme-cyan .theme-text-lighten-4 {
    color: #b2ebf2;
}

.theme-cyan .theme-bg-lighten-4 {
    background-color: #b2ebf2;
}

.theme-cyan .theme-border-lighten-4 {
    border-color: #b2ebf2;
}

.theme-cyan .theme-fill-lighten-4 {
    fill: #b2ebf2;
}

.theme-cyan .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
    box-shadow: inset 0 -2px 0 #b2ebf2;
}

.theme-cyan .theme-lighten-3 {
    background-color: #80deea;
    color: #fff;
}

.theme-cyan .theme-text-lighten-3 {
    color: #80deea;
}

.switch label .theme-cyan input[type=checkbox]:checked + .lever, .theme-cyan .btn-primary.disabled, .theme-cyan .switch label input[type=checkbox]:checked + .lever, .theme-cyan .theme-bg-lighten-3 {
    background-color: #80deea;
}

.theme-cyan .theme-border-lighten-3 {
    border-color: #80deea;
}

.theme-cyan .theme-fill-lighten-3 {
    fill: #80deea;
}

.theme-cyan .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #80deea;
    box-shadow: inset 0 -2px 0 #80deea;
}

.theme-cyan .theme-lighten-2 {
    background-color: #4dd0e1;
    color: #fff;
}

.theme-cyan .theme-text-lighten-2 {
    color: #4dd0e1;
}

.theme-cyan .theme-bg-lighten-2 {
    background-color: #4dd0e1;
}

.theme-cyan .theme-border-lighten-2 {
    border-color: #4dd0e1;
}

.theme-cyan .theme-fill-lighten-2 {
    fill: #4dd0e1;
}

.theme-cyan .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
    box-shadow: inset 0 -2px 0 #4dd0e1;
}

.theme-cyan .theme-lighten-1 {
    background-color: #26c6da;
    color: #fff;
}

.theme-cyan .theme-text-lighten-1, .theme-cyan aside.sidebar a.collapsible-header:after, aside.sidebar .theme-cyan a.collapsible-header:after {
    color: #26c6da;
}

.theme-cyan .theme-bg-lighten-1 {
    background-color: #26c6da;
}

#loading-bar .theme-cyan .bar, #logo .theme-cyan .foot2, #logo .theme-cyan .foot4, .noUi-range .theme-cyan .noUi-origin:first-child, .switch label .theme-cyan input[type=checkbox]:checked + .lever:after, .theme-cyan #loading-bar .bar, .theme-cyan #logo .foot2, .theme-cyan #logo .foot4, .theme-cyan .btn-primary, .theme-cyan .noUi-base, .theme-cyan .noUi-handle, .theme-cyan .noUi-handle:before, .theme-cyan .noUi-range .noUi-origin:first-child, .theme-cyan .switch label input[type=checkbox]:checked + .lever:after, .theme-cyan .theme, .theme-cyan .theme-bg, .theme-cyan input[type=checkbox]:checked:after, .theme-cyan input[type=radio]:before {
    background-color: #00bcd4;
}

.theme-cyan .theme-border-lighten-1 {
    border-color: #26c6da;
}

.theme-cyan .theme-fill-lighten-1 {
    fill: #26c6da;
}

.theme-cyan .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #26c6da;
    box-shadow: inset 0 -2px 0 #26c6da;
}

.theme-cyan .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-cyan td:first-child, .page-header .theme-cyan h1, .theme-cyan .btn-link, .theme-cyan .dashboard .table-dashboard-widget-1 td:first-child, .theme-cyan .nav-tabs > li.active > a, .theme-cyan .nav-tabs > li.active > a:focus:hover, .theme-cyan .nav-tabs > li > a:hover, .theme-cyan .page-header h1, .theme-cyan .theme-text, .theme-cyan .todo-app .filters .filter, .theme-cyan .todo-app .filters .filter.active:hover, .theme-cyan .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-cyan .filter, .todo-app .filters .theme-cyan .filter.active:hover, .todo-app .filters .theme-cyan .filter:focus:hover {
    color: #00bcd4;
}

.theme-cyan .theme-border, .theme-cyan input[type=checkbox]:checked:after, .theme-cyan input[type=radio]:checked:after {
    border-color: #00bcd4;
}

.theme-cyan .theme-fill {
    fill: #00bcd4;
}

.focussed .theme-cyan .ta-bind, .theme-cyan .focussed .ta-bind, .theme-cyan .nav-tabs > li.active > a, .theme-cyan .nav-tabs > li > a:hover, .theme-cyan .theme-box-inset, .theme-cyan .todo-app .filters .filter.active, .theme-cyan .todo-app .filters .filter:hover, .theme-cyan [contenteditable].form-control:focus, .theme-cyan [type=email].form-control:focus, .theme-cyan [type=password].form-control:focus, .theme-cyan [type=tel].form-control:focus, .theme-cyan [type=text].form-control:focus, .theme-cyan input.form-control:focus, .theme-cyan input[type=email]:focus, .theme-cyan input[type=number]:focus, .theme-cyan input[type=password]:focus, .theme-cyan input[type=text]:focus, .theme-cyan select:focus, .theme-cyan textarea:focus, .todo-app .filters .theme-cyan .filter.active, .todo-app .filters .theme-cyan .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
    box-shadow: inset 0 -2px 0 #00bcd4;
}

.theme-cyan .theme-darken-1 {
    background-color: #00acc1;
    color: #fff;
}

.theme-cyan .btn-link:focus, .theme-cyan .btn-link:hover, .theme-cyan .theme-text-darken-1 {
    color: #00acc1;
}

#logo .theme-cyan .foot1, #logo .theme-cyan .foot3, .theme-cyan #logo .foot1, .theme-cyan #logo .foot3, .theme-cyan .btn-primary:hover, .theme-cyan .theme-bg-darken-1 {
    background-color: #00acc1;
}

.theme-cyan .theme-border-darken-1 {
    border-color: #00acc1;
}

.theme-cyan .theme-fill-darken-1 {
    fill: #00acc1;
}

.theme-cyan .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #00acc1;
    box-shadow: inset 0 -2px 0 #00acc1;
}

.theme-cyan .theme-darken-2 {
    background-color: #0097a7;
    color: #fff;
}

.theme-cyan .theme-text-darken-2 {
    color: #0097a7;
}

.theme-cyan .theme-bg-darken-2 {
    background-color: #0097a7;
}

.theme-cyan .theme-border-darken-2 {
    border-color: #0097a7;
}

.theme-cyan .theme-fill-darken-2 {
    fill: #0097a7;
}

.theme-cyan .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #0097a7;
    box-shadow: inset 0 -2px 0 #0097a7;
}

.theme-cyan .theme-darken-3 {
    background-color: #00838f;
    color: #fff;
}

.theme-cyan .theme-text-darken-3 {
    color: #00838f;
}

.theme-cyan .theme-bg-darken-3 {
    background-color: #00838f;
}

.theme-cyan .theme-border-darken-3 {
    border-color: #00838f;
}

.theme-cyan .theme-fill-darken-3 {
    fill: #00838f;
}

.theme-cyan .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00838f;
    box-shadow: inset 0 -2px 0 #00838f;
}

.theme-cyan .theme-darken-4 {
    background-color: #006064;
    color: #fff;
}

.theme-cyan .theme-text-darken-4 {
    color: #006064;
}

.theme-cyan .theme-bg-darken-4 {
    background-color: #006064;
}

.theme-cyan .theme-border-darken-4 {
    border-color: #006064;
}

.theme-cyan .theme-fill-darken-4 {
    fill: #006064;
}

.theme-cyan .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #006064;
    box-shadow: inset 0 -2px 0 #006064;
}

.theme-cyan .theme-accent-1 {
    background-color: #84ffff;
    color: #fff;
}

.theme-cyan .theme-text-accent-1 {
    color: #84ffff;
}

.theme-cyan .theme-bg-accent-1 {
    background-color: #84ffff;
}

.theme-cyan .theme-border-accent-1 {
    border-color: #84ffff;
}

.theme-cyan .theme-fill-accent-1 {
    fill: #84ffff;
}

.theme-cyan .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #84ffff;
    box-shadow: inset 0 -2px 0 #84ffff;
}

.theme-cyan .theme-accent-2 {
    background-color: #18ffff;
    color: #fff;
}

.theme-cyan .theme-text-accent-2 {
    color: #18ffff;
}

.theme-cyan .theme-bg-accent-2 {
    background-color: #18ffff;
}

.theme-cyan .theme-border-accent-2 {
    border-color: #18ffff;
}

.theme-cyan .theme-fill-accent-2 {
    fill: #18ffff;
}

.theme-cyan .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #18ffff;
    box-shadow: inset 0 -2px 0 #18ffff;
}

.theme-cyan .theme-accent-3 {
    background-color: #00e5ff;
    color: #fff;
}

.theme-cyan .theme-text-accent-3 {
    color: #00e5ff;
}

.theme-cyan .theme-bg-accent-3 {
    background-color: #00e5ff;
}

.theme-cyan .theme-border-accent-3 {
    border-color: #00e5ff;
}

.theme-cyan .theme-fill-accent-3 {
    fill: #00e5ff;
}

.theme-cyan .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
    box-shadow: inset 0 -2px 0 #00e5ff;
}

.theme-cyan .theme-accent-4 {
    background-color: #00b8d4;
    color: #fff;
}

.theme-cyan .theme-text-accent-4 {
    color: #00b8d4;
}

.theme-cyan .btn-primary:focus, .theme-cyan .theme-bg-accent-4 {
    background-color: #00b8d4;
}

.theme-cyan .theme-border-accent-4 {
    border-color: #00b8d4;
}

.theme-cyan .theme-fill-accent-4 {
    fill: #00b8d4;
}

.theme-cyan .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
    box-shadow: inset 0 -2px 0 #00b8d4;
}

.theme-cyan .theme-secondary-lighten-5 {
    background-color: #f3e5f5;
    color: #666;
}

.theme-cyan .theme-secondary-text-lighten-5 {
    color: #f3e5f5;
}

.card .list-group .theme-cyan .list-group-item:hover, .theme-cyan .card .list-group .list-group-item:hover, .theme-cyan .theme-secondary-bg-lighten-5 {
    background-color: #f3e5f5;
}

.theme-cyan .theme-secondary-border-lighten-5 {
    border-color: #f3e5f5;
}

.theme-cyan .theme-secondary-fill-lighten-5 {
    fill: #f3e5f5;
}

.theme-cyan .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
    box-shadow: inset 0 -2px 0 #f3e5f5;
}

.theme-cyan .theme-secondary-lighten-4 {
    background-color: #e1bee7;
    color: #666;
}

.theme-cyan .theme-secondary-text-lighten-4 {
    color: #e1bee7;
}

.theme-cyan .theme-secondary-bg-lighten-4 {
    background-color: #e1bee7;
}

.theme-cyan .theme-secondary-border-lighten-4 {
    border-color: #e1bee7;
}

.theme-cyan .theme-secondary-fill-lighten-4 {
    fill: #e1bee7;
}

.theme-cyan .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
    box-shadow: inset 0 -2px 0 #e1bee7;
}

.theme-cyan .theme-secondary-lighten-3 {
    background-color: #ce93d8;
    color: #fff;
}

.theme-cyan .theme-secondary-text-lighten-3, .theme-cyan .theme-template-dark .sidebar .user-logged-in a, .theme-cyan a:focus, .theme-cyan a:hover, .theme-template-dark .sidebar .user-logged-in .theme-cyan a {
    color: #ce93d8;
}

.theme-cyan .theme-secondary-bg-lighten-3 {
    background-color: #ce93d8;
}

.theme-cyan .theme-secondary-border-lighten-3 {
    border-color: #ce93d8;
}

.theme-cyan .theme-secondary-fill-lighten-3 {
    fill: #ce93d8;
}

.theme-cyan .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
    box-shadow: inset 0 -2px 0 #ce93d8;
}

.theme-cyan .theme-secondary-lighten-2 {
    background-color: #ba68c8;
    color: #fff;
}

.theme-cyan .theme-secondary-text-lighten-2 {
    color: #ba68c8;
}

.theme-cyan .theme-secondary-bg-lighten-2 {
    background-color: #ba68c8;
}

.theme-cyan .theme-secondary-border-lighten-2 {
    border-color: #ba68c8;
}

.theme-cyan .theme-secondary-fill-lighten-2 {
    fill: #ba68c8;
}

.theme-cyan .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
    box-shadow: inset 0 -2px 0 #ba68c8;
}

.theme-cyan .theme-secondary-lighten-1 {
    background-color: #ab47bc;
    color: #fff;
}

.theme-cyan .theme-secondary-text-lighten-1 {
    color: #ab47bc;
}

.theme-cyan .theme-secondary-bg-lighten-1 {
    background-color: #ab47bc;
}

.theme-cyan .theme-secondary-border-lighten-1 {
    border-color: #ab47bc;
}

.theme-cyan .theme-secondary-fill-lighten-1 {
    fill: #ab47bc;
}

.theme-cyan .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
    box-shadow: inset 0 -2px 0 #ab47bc;
}

.jvectormap-container .theme-cyan .jvectormap-zoomin, .jvectormap-container .theme-cyan .jvectormap-zoomout, .theme-cyan .alert.alert-theme, .theme-cyan .jvectormap-container .jvectormap-zoomin, .theme-cyan .jvectormap-container .jvectormap-zoomout, .theme-cyan .theme-secondary {
    background-color: #9c27b0;
    color: #fff;
}

.theme-cyan .theme-secondary-text, .theme-cyan a {
    color: #9c27b0;
}

.c3 .c3-tooltip .theme-cyan th, .card .list-group .theme-cyan .list-group-item.active, .theme-cyan .c3 .c3-tooltip th, .theme-cyan .card .list-group .list-group-item.active, .theme-cyan .theme-secondary-bg {
    background-color: #9c27b0;
}

.theme-cyan .theme-secondary-border {
    border-color: #9c27b0;
}

.theme-cyan .theme-secondary-fill {
    fill: #9c27b0;
}

.theme-cyan .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
    box-shadow: inset 0 -2px 0 #9c27b0;
}

.theme-cyan .theme-secondary-darken-1 {
    background-color: #8e24aa;
    color: #fff;
}

.theme-cyan .theme-secondary-text-darken-1 {
    color: #8e24aa;
}

.theme-cyan .theme-secondary-bg-darken-1 {
    background-color: #8e24aa;
}

.theme-cyan .theme-secondary-border-darken-1 {
    border-color: #8e24aa;
}

.theme-cyan .theme-secondary-fill-darken-1 {
    fill: #8e24aa;
}

.theme-cyan .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
    box-shadow: inset 0 -2px 0 #8e24aa;
}

.theme-cyan .theme-secondary-darken-2 {
    background-color: #7b1fa2;
    color: #fff;
}

.theme-cyan .theme-secondary-text-darken-2 {
    color: #7b1fa2;
}

.theme-cyan .theme-secondary-bg-darken-2 {
    background-color: #7b1fa2;
}

.theme-cyan .theme-secondary-border-darken-2 {
    border-color: #7b1fa2;
}

.theme-cyan .theme-secondary-fill-darken-2 {
    fill: #7b1fa2;
}

.theme-cyan .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
    box-shadow: inset 0 -2px 0 #7b1fa2;
}

.theme-cyan .theme-secondary-darken-3 {
    background-color: #6a1b9a;
    color: #fff;
}

.theme-cyan .theme-secondary-text-darken-3 {
    color: #6a1b9a;
}

.theme-cyan .theme-secondary-bg-darken-3 {
    background-color: #6a1b9a;
}

.theme-cyan .theme-secondary-border-darken-3 {
    border-color: #6a1b9a;
}

.theme-cyan .theme-secondary-fill-darken-3 {
    fill: #6a1b9a;
}

.theme-cyan .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
    box-shadow: inset 0 -2px 0 #6a1b9a;
}

.theme-cyan .theme-secondary-darken-4 {
    background-color: #4a148c;
    color: #fff;
}

.theme-cyan .theme-secondary-text-darken-4 {
    color: #4a148c;
}

.theme-cyan .theme-secondary-bg-darken-4 {
    background-color: #4a148c;
}

.theme-cyan .theme-secondary-border-darken-4 {
    border-color: #4a148c;
}

.theme-cyan .theme-secondary-fill-darken-4 {
    fill: #4a148c;
}

.theme-cyan .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #4a148c;
    box-shadow: inset 0 -2px 0 #4a148c;
}

.theme-cyan .theme-secondary-accent-1 {
    background-color: #ea80fc;
    color: #fff;
}

.theme-cyan .theme-secondary-text-accent-1 {
    color: #ea80fc;
}

.theme-cyan .theme-secondary-bg-accent-1 {
    background-color: #ea80fc;
}

.theme-cyan .theme-secondary-border-accent-1 {
    border-color: #ea80fc;
}

.theme-cyan .theme-secondary-fill-accent-1 {
    fill: #ea80fc;
}

.theme-cyan .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
    box-shadow: inset 0 -2px 0 #ea80fc;
}

.theme-cyan .theme-secondary-accent-2 {
    background-color: #e040fb;
    color: #fff;
}

.theme-cyan .theme-secondary-text-accent-2 {
    color: #e040fb;
}

.theme-cyan .theme-secondary-bg-accent-2 {
    background-color: #e040fb;
}

.theme-cyan .theme-secondary-border-accent-2 {
    border-color: #e040fb;
}

.theme-cyan .theme-secondary-fill-accent-2 {
    fill: #e040fb;
}

.theme-cyan .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #e040fb;
    box-shadow: inset 0 -2px 0 #e040fb;
}

.theme-cyan .theme-secondary-accent-3 {
    background-color: #d500f9;
    color: #fff;
}

.theme-cyan .theme-secondary-text-accent-3 {
    color: #d500f9;
}

.theme-cyan .theme-secondary-bg-accent-3 {
    background-color: #d500f9;
}

.theme-cyan .theme-secondary-border-accent-3 {
    border-color: #d500f9;
}

.theme-cyan .theme-secondary-fill-accent-3 {
    fill: #d500f9;
}

.theme-cyan .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #d500f9;
    box-shadow: inset 0 -2px 0 #d500f9;
}

.theme-cyan .theme-secondary-accent-4 {
    background-color: #a0f;
    color: #fff;
}

.theme-cyan .theme-secondary-text-accent-4 {
    color: #a0f;
}

.theme-cyan .theme-secondary-bg-accent-4 {
    background-color: #a0f;
}

.theme-cyan .theme-secondary-border-accent-4 {
    border-color: #a0f;
}

.theme-cyan .theme-secondary-fill-accent-4 {
    fill: #a0f;
}

.theme-cyan .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #a0f;
    box-shadow: inset 0 -2px 0 #a0f;
}

.theme-teal .theme-lighten-5 {
    background-color: #e0f2f1;
    color: #666;
}

.theme-teal .theme-text-lighten-5 {
    color: #e0f2f1;
}

.theme-teal .theme-bg-lighten-5 {
    background-color: #e0f2f1;
}

.theme-teal .theme-border-lighten-5 {
    border-color: #e0f2f1;
}

.theme-teal .theme-fill-lighten-5 {
    fill: #e0f2f1;
}

.theme-teal .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #e0f2f1;
    box-shadow: inset 0 -2px 0 #e0f2f1;
}

.theme-teal .theme-lighten-4 {
    background-color: #b2dfdb;
    color: #666;
}

.theme-teal .theme-text-lighten-4 {
    color: #b2dfdb;
}

.theme-teal .theme-bg-lighten-4 {
    background-color: #b2dfdb;
}

.theme-teal .theme-border-lighten-4 {
    border-color: #b2dfdb;
}

.theme-teal .theme-fill-lighten-4 {
    fill: #b2dfdb;
}

.theme-teal .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #b2dfdb;
    box-shadow: inset 0 -2px 0 #b2dfdb;
}

.theme-teal .theme-lighten-3 {
    background-color: #80cbc4;
    color: #fff;
}

.theme-teal .theme-text-lighten-3 {
    color: #80cbc4;
}

.switch label .theme-teal input[type=checkbox]:checked + .lever, .theme-teal .btn-primary.disabled, .theme-teal .switch label input[type=checkbox]:checked + .lever, .theme-teal .theme-bg-lighten-3 {
    background-color: #80cbc4;
}

.theme-teal .theme-border-lighten-3 {
    border-color: #80cbc4;
}

.theme-teal .theme-fill-lighten-3 {
    fill: #80cbc4;
}

.theme-teal .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #80cbc4;
    box-shadow: inset 0 -2px 0 #80cbc4;
}

.theme-teal .theme-lighten-2 {
    background-color: #4db6ac;
    color: #fff;
}

.theme-teal .theme-text-lighten-2 {
    color: #4db6ac;
}

.theme-teal .theme-bg-lighten-2 {
    background-color: #4db6ac;
}

.theme-teal .theme-border-lighten-2 {
    border-color: #4db6ac;
}

.theme-teal .theme-fill-lighten-2 {
    fill: #4db6ac;
}

.theme-teal .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #4db6ac;
    box-shadow: inset 0 -2px 0 #4db6ac;
}

.theme-teal .theme-lighten-1 {
    background-color: #26a69a;
    color: #fff;
}

.theme-teal .theme-text-lighten-1, .theme-teal aside.sidebar a.collapsible-header:after, aside.sidebar .theme-teal a.collapsible-header:after {
    color: #26a69a;
}

.theme-teal .theme-bg-lighten-1 {
    background-color: #26a69a;
}

#loading-bar .theme-teal .bar, #logo .theme-teal .foot2, #logo .theme-teal .foot4, .noUi-range .theme-teal .noUi-origin:first-child, .switch label .theme-teal input[type=checkbox]:checked + .lever:after, .theme-teal #loading-bar .bar, .theme-teal #logo .foot2, .theme-teal #logo .foot4, .theme-teal .btn-primary, .theme-teal .noUi-base, .theme-teal .noUi-handle, .theme-teal .noUi-handle:before, .theme-teal .noUi-range .noUi-origin:first-child, .theme-teal .switch label input[type=checkbox]:checked + .lever:after, .theme-teal .theme, .theme-teal .theme-bg, .theme-teal input[type=checkbox]:checked:after, .theme-teal input[type=radio]:before {
    background-color: #009688;
}

.theme-teal .theme-border-lighten-1 {
    border-color: #26a69a;
}

.theme-teal .theme-fill-lighten-1 {
    fill: #26a69a;
}

.theme-teal .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #26a69a;
    box-shadow: inset 0 -2px 0 #26a69a;
}

.theme-teal .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-teal td:first-child, .page-header .theme-teal h1, .theme-teal .btn-link, .theme-teal .dashboard .table-dashboard-widget-1 td:first-child, .theme-teal .nav-tabs > li.active > a, .theme-teal .nav-tabs > li.active > a:focus:hover, .theme-teal .nav-tabs > li > a:hover, .theme-teal .page-header h1, .theme-teal .theme-text, .theme-teal .todo-app .filters .filter, .theme-teal .todo-app .filters .filter.active:hover, .theme-teal .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-teal .filter, .todo-app .filters .theme-teal .filter.active:hover, .todo-app .filters .theme-teal .filter:focus:hover {
    color: #009688;
}

.theme-teal .theme-border, .theme-teal input[type=checkbox]:checked:after, .theme-teal input[type=radio]:checked:after {
    border-color: #009688;
}

.theme-teal .theme-fill {
    fill: #009688;
}

.focussed .theme-teal .ta-bind, .theme-teal .focussed .ta-bind, .theme-teal .nav-tabs > li.active > a, .theme-teal .nav-tabs > li > a:hover, .theme-teal .theme-box-inset, .theme-teal .todo-app .filters .filter.active, .theme-teal .todo-app .filters .filter:hover, .theme-teal [contenteditable].form-control:focus, .theme-teal [type=email].form-control:focus, .theme-teal [type=password].form-control:focus, .theme-teal [type=tel].form-control:focus, .theme-teal [type=text].form-control:focus, .theme-teal input.form-control:focus, .theme-teal input[type=email]:focus, .theme-teal input[type=number]:focus, .theme-teal input[type=password]:focus, .theme-teal input[type=text]:focus, .theme-teal select:focus, .theme-teal textarea:focus, .todo-app .filters .theme-teal .filter.active, .todo-app .filters .theme-teal .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #009688;
    box-shadow: inset 0 -2px 0 #009688;
}

.theme-teal .theme-darken-1 {
    background-color: #00897b;
    color: #fff;
}

.theme-teal .btn-link:focus, .theme-teal .btn-link:hover, .theme-teal .theme-text-darken-1 {
    color: #00897b;
}

#logo .theme-teal .foot1, #logo .theme-teal .foot3, .theme-teal #logo .foot1, .theme-teal #logo .foot3, .theme-teal .btn-primary:hover, .theme-teal .theme-bg-darken-1 {
    background-color: #00897b;
}

.theme-teal .theme-border-darken-1 {
    border-color: #00897b;
}

.theme-teal .theme-fill-darken-1 {
    fill: #00897b;
}

.theme-teal .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #00897b;
    box-shadow: inset 0 -2px 0 #00897b;
}

.theme-teal .theme-darken-2 {
    background-color: #00796b;
    color: #fff;
}

.theme-teal .theme-text-darken-2 {
    color: #00796b;
}

.theme-teal .theme-bg-darken-2 {
    background-color: #00796b;
}

.theme-teal .theme-border-darken-2 {
    border-color: #00796b;
}

.theme-teal .theme-fill-darken-2 {
    fill: #00796b;
}

.theme-teal .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #00796b;
    box-shadow: inset 0 -2px 0 #00796b;
}

.theme-teal .theme-darken-3 {
    background-color: #00695c;
    color: #fff;
}

.theme-teal .theme-text-darken-3 {
    color: #00695c;
}

.theme-teal .theme-bg-darken-3 {
    background-color: #00695c;
}

.theme-teal .theme-border-darken-3 {
    border-color: #00695c;
}

.theme-teal .theme-fill-darken-3 {
    fill: #00695c;
}

.theme-teal .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00695c;
    box-shadow: inset 0 -2px 0 #00695c;
}

.theme-teal .theme-darken-4 {
    background-color: #004d40;
    color: #fff;
}

.theme-teal .theme-text-darken-4 {
    color: #004d40;
}

.theme-teal .theme-bg-darken-4 {
    background-color: #004d40;
}

.theme-teal .theme-border-darken-4 {
    border-color: #004d40;
}

.theme-teal .theme-fill-darken-4 {
    fill: #004d40;
}

.theme-teal .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #004d40;
    box-shadow: inset 0 -2px 0 #004d40;
}

.theme-teal .theme-accent-1 {
    background-color: #a7ffeb;
    color: #666;
}

.theme-teal .theme-text-accent-1 {
    color: #a7ffeb;
}

.theme-teal .theme-bg-accent-1 {
    background-color: #a7ffeb;
}

.theme-teal .theme-border-accent-1 {
    border-color: #a7ffeb;
}

.theme-teal .theme-fill-accent-1 {
    fill: #a7ffeb;
}

.theme-teal .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #a7ffeb;
    box-shadow: inset 0 -2px 0 #a7ffeb;
}

.theme-teal .theme-accent-2 {
    background-color: #64ffda;
    color: #fff;
}

.theme-teal .theme-text-accent-2 {
    color: #64ffda;
}

.theme-teal .theme-bg-accent-2 {
    background-color: #64ffda;
}

.theme-teal .theme-border-accent-2 {
    border-color: #64ffda;
}

.theme-teal .theme-fill-accent-2 {
    fill: #64ffda;
}

.theme-teal .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #64ffda;
    box-shadow: inset 0 -2px 0 #64ffda;
}

.theme-teal .theme-accent-3 {
    background-color: #1de9b6;
    color: #fff;
}

.theme-teal .theme-text-accent-3 {
    color: #1de9b6;
}

.theme-teal .theme-bg-accent-3 {
    background-color: #1de9b6;
}

.theme-teal .theme-border-accent-3 {
    border-color: #1de9b6;
}

.theme-teal .theme-fill-accent-3 {
    fill: #1de9b6;
}

.theme-teal .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #1de9b6;
    box-shadow: inset 0 -2px 0 #1de9b6;
}

.theme-teal .theme-accent-4 {
    background-color: #00bfa5;
    color: #fff;
}

.theme-teal .theme-text-accent-4 {
    color: #00bfa5;
}

.theme-teal .btn-primary:focus, .theme-teal .theme-bg-accent-4 {
    background-color: #00bfa5;
}

.theme-teal .theme-border-accent-4 {
    border-color: #00bfa5;
}

.theme-teal .theme-fill-accent-4 {
    fill: #00bfa5;
}

.theme-teal .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #00bfa5;
    box-shadow: inset 0 -2px 0 #00bfa5;
}

.theme-teal .theme-secondary-lighten-5 {
    background-color: #FFEBEE;
    color: #666;
}

.theme-teal .theme-secondary-text-lighten-5 {
    color: #FFEBEE;
}

.card .list-group .theme-teal .list-group-item:hover, .theme-teal .card .list-group .list-group-item:hover, .theme-teal .theme-secondary-bg-lighten-5 {
    background-color: #FFEBEE;
}

.theme-teal .theme-secondary-border-lighten-5 {
    border-color: #FFEBEE;
}

.theme-teal .theme-secondary-fill-lighten-5 {
    fill: #FFEBEE;
}

.theme-teal .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #FFEBEE;
    box-shadow: inset 0 -2px 0 #FFEBEE;
}

.theme-teal .theme-secondary-lighten-4 {
    background-color: #FFCDD2;
    color: #666;
}

.theme-teal .theme-secondary-text-lighten-4 {
    color: #FFCDD2;
}

.theme-teal .theme-secondary-bg-lighten-4 {
    background-color: #FFCDD2;
}

.theme-teal .theme-secondary-border-lighten-4 {
    border-color: #FFCDD2;
}

.theme-teal .theme-secondary-fill-lighten-4 {
    fill: #FFCDD2;
}

.theme-teal .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #FFCDD2;
    box-shadow: inset 0 -2px 0 #FFCDD2;
}

.theme-teal .theme-secondary-lighten-3 {
    background-color: #EF9A9A;
    color: #666;
}

.theme-teal .theme-secondary-text-lighten-3, .theme-teal .theme-template-dark .sidebar .user-logged-in a, .theme-teal a:focus, .theme-teal a:hover, .theme-template-dark .sidebar .user-logged-in .theme-teal a {
    color: #EF9A9A;
}

.theme-teal .theme-secondary-bg-lighten-3 {
    background-color: #EF9A9A;
}

.theme-teal .theme-secondary-border-lighten-3 {
    border-color: #EF9A9A;
}

.theme-teal .theme-secondary-fill-lighten-3 {
    fill: #EF9A9A;
}

.theme-teal .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #EF9A9A;
    box-shadow: inset 0 -2px 0 #EF9A9A;
}

.theme-teal .theme-secondary-lighten-2 {
    background-color: #E57373;
    color: #fff;
}

.theme-teal .theme-secondary-text-lighten-2 {
    color: #E57373;
}

.theme-teal .theme-secondary-bg-lighten-2 {
    background-color: #E57373;
}

.theme-teal .theme-secondary-border-lighten-2 {
    border-color: #E57373;
}

.theme-teal .theme-secondary-fill-lighten-2 {
    fill: #E57373;
}

.theme-teal .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #E57373;
    box-shadow: inset 0 -2px 0 #E57373;
}

.theme-teal .theme-secondary-lighten-1 {
    background-color: #EF5350;
    color: #fff;
}

.theme-teal .theme-secondary-text-lighten-1 {
    color: #EF5350;
}

.theme-teal .theme-secondary-bg-lighten-1 {
    background-color: #EF5350;
}

.theme-teal .theme-secondary-border-lighten-1 {
    border-color: #EF5350;
}

.theme-teal .theme-secondary-fill-lighten-1 {
    fill: #EF5350;
}

.theme-teal .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #EF5350;
    box-shadow: inset 0 -2px 0 #EF5350;
}

.jvectormap-container .theme-teal .jvectormap-zoomin, .jvectormap-container .theme-teal .jvectormap-zoomout, .theme-teal .alert.alert-theme, .theme-teal .jvectormap-container .jvectormap-zoomin, .theme-teal .jvectormap-container .jvectormap-zoomout, .theme-teal .theme-secondary {
    background-color: #F44336;
    color: #fff;
}

.theme-teal .theme-secondary-text, .theme-teal a {
    color: #F44336;
}

.c3 .c3-tooltip .theme-teal th, .card .list-group .theme-teal .list-group-item.active, .theme-teal .c3 .c3-tooltip th, .theme-teal .card .list-group .list-group-item.active, .theme-teal .theme-secondary-bg {
    background-color: #F44336;
}

.theme-teal .theme-secondary-border {
    border-color: #F44336;
}

.theme-teal .theme-secondary-fill {
    fill: #F44336;
}

.theme-teal .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #F44336;
    box-shadow: inset 0 -2px 0 #F44336;
}

.theme-teal .theme-secondary-darken-1 {
    background-color: #E53935;
    color: #fff;
}

.theme-teal .theme-secondary-text-darken-1 {
    color: #E53935;
}

.theme-teal .theme-secondary-bg-darken-1 {
    background-color: #E53935;
}

.theme-teal .theme-secondary-border-darken-1 {
    border-color: #E53935;
}

.theme-teal .theme-secondary-fill-darken-1 {
    fill: #E53935;
}

.theme-teal .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #E53935;
    box-shadow: inset 0 -2px 0 #E53935;
}

.theme-teal .theme-secondary-darken-2 {
    background-color: #D32F2F;
    color: #fff;
}

.theme-teal .theme-secondary-text-darken-2 {
    color: #D32F2F;
}

.theme-teal .theme-secondary-bg-darken-2 {
    background-color: #D32F2F;
}

.theme-teal .theme-secondary-border-darken-2 {
    border-color: #D32F2F;
}

.theme-teal .theme-secondary-fill-darken-2 {
    fill: #D32F2F;
}

.theme-teal .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #D32F2F;
    box-shadow: inset 0 -2px 0 #D32F2F;
}

.theme-teal .theme-secondary-darken-3 {
    background-color: #C62828;
    color: #fff;
}

.theme-teal .theme-secondary-text-darken-3 {
    color: #C62828;
}

.theme-teal .theme-secondary-bg-darken-3 {
    background-color: #C62828;
}

.theme-teal .theme-secondary-border-darken-3 {
    border-color: #C62828;
}

.theme-teal .theme-secondary-fill-darken-3 {
    fill: #C62828;
}

.theme-teal .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #C62828;
    box-shadow: inset 0 -2px 0 #C62828;
}

.theme-teal .theme-secondary-darken-4 {
    background-color: #B71C1C;
    color: #fff;
}

.theme-teal .theme-secondary-text-darken-4 {
    color: #B71C1C;
}

.theme-teal .theme-secondary-bg-darken-4 {
    background-color: #B71C1C;
}

.theme-teal .theme-secondary-border-darken-4 {
    border-color: #B71C1C;
}

.theme-teal .theme-secondary-fill-darken-4 {
    fill: #B71C1C;
}

.theme-teal .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #B71C1C;
    box-shadow: inset 0 -2px 0 #B71C1C;
}

.theme-teal .theme-secondary-accent-1 {
    background-color: #FF8A80;
    color: #fff;
}

.theme-teal .theme-secondary-text-accent-1 {
    color: #FF8A80;
}

.theme-teal .theme-secondary-bg-accent-1 {
    background-color: #FF8A80;
}

.theme-teal .theme-secondary-border-accent-1 {
    border-color: #FF8A80;
}

.theme-teal .theme-secondary-fill-accent-1 {
    fill: #FF8A80;
}

.theme-teal .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #FF8A80;
    box-shadow: inset 0 -2px 0 #FF8A80;
}

.theme-teal .theme-secondary-accent-2 {
    background-color: #FF5252;
    color: #fff;
}

.theme-teal .theme-secondary-text-accent-2 {
    color: #FF5252;
}

.theme-teal .theme-secondary-bg-accent-2 {
    background-color: #FF5252;
}

.theme-teal .theme-secondary-border-accent-2 {
    border-color: #FF5252;
}

.theme-teal .theme-secondary-fill-accent-2 {
    fill: #FF5252;
}

.theme-teal .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #FF5252;
    box-shadow: inset 0 -2px 0 #FF5252;
}

.theme-teal .theme-secondary-accent-3 {
    background-color: #FF1744;
    color: #fff;
}

.theme-teal .theme-secondary-text-accent-3 {
    color: #FF1744;
}

.theme-teal .theme-secondary-bg-accent-3 {
    background-color: #FF1744;
}

.theme-teal .theme-secondary-border-accent-3 {
    border-color: #FF1744;
}

.theme-teal .theme-secondary-fill-accent-3 {
    fill: #FF1744;
}

.theme-teal .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #FF1744;
    box-shadow: inset 0 -2px 0 #FF1744;
}

.theme-teal .theme-secondary-accent-4 {
    background-color: #D50000;
    color: #fff;
}

.theme-teal .theme-secondary-text-accent-4 {
    color: #D50000;
}

.theme-teal .theme-secondary-bg-accent-4 {
    background-color: #D50000;
}

.theme-teal .theme-secondary-border-accent-4 {
    border-color: #D50000;
}

.theme-teal .theme-secondary-fill-accent-4 {
    fill: #D50000;
}

.theme-teal .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #D50000;
    box-shadow: inset 0 -2px 0 #D50000;
}

.theme-green .theme-lighten-5 {
    background-color: #E8F5E9;
    color: #666;
}

.theme-green .theme-text-lighten-5 {
    color: #E8F5E9;
}

.theme-green .theme-bg-lighten-5 {
    background-color: #E8F5E9;
}

.theme-green .theme-border-lighten-5 {
    border-color: #E8F5E9;
}

.theme-green .theme-fill-lighten-5 {
    fill: #E8F5E9;
}

.theme-green .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #E8F5E9;
    box-shadow: inset 0 -2px 0 #E8F5E9;
}

.theme-green .theme-lighten-4 {
    background-color: #C8E6C9;
    color: #666;
}

.theme-green .theme-text-lighten-4 {
    color: #C8E6C9;
}

.theme-green .theme-bg-lighten-4 {
    background-color: #C8E6C9;
}

.theme-green .theme-border-lighten-4 {
    border-color: #C8E6C9;
}

.theme-green .theme-fill-lighten-4 {
    fill: #C8E6C9;
}

.theme-green .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #C8E6C9;
    box-shadow: inset 0 -2px 0 #C8E6C9;
}

.theme-green .theme-lighten-3 {
    background-color: #A5D6A7;
    color: #fff;
}

.theme-green .theme-text-lighten-3 {
    color: #A5D6A7;
}

.switch label .theme-green input[type=checkbox]:checked + .lever, .theme-green .btn-primary.disabled, .theme-green .switch label input[type=checkbox]:checked + .lever, .theme-green .theme-bg-lighten-3 {
    background-color: #A5D6A7;
}

.theme-green .theme-border-lighten-3 {
    border-color: #A5D6A7;
}

.theme-green .theme-fill-lighten-3 {
    fill: #A5D6A7;
}

.theme-green .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #A5D6A7;
    box-shadow: inset 0 -2px 0 #A5D6A7;
}

.theme-green .theme-lighten-2 {
    background-color: #81C784;
    color: #fff;
}

.theme-green .theme-text-lighten-2 {
    color: #81C784;
}

.theme-green .theme-bg-lighten-2 {
    background-color: #81C784;
}

.theme-green .theme-border-lighten-2 {
    border-color: #81C784;
}

.theme-green .theme-fill-lighten-2 {
    fill: #81C784;
}

.theme-green .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #81C784;
    box-shadow: inset 0 -2px 0 #81C784;
}

.theme-green .theme-lighten-1 {
    background-color: #66BB6A;
    color: #fff;
}

.theme-green .theme-text-lighten-1, .theme-green aside.sidebar a.collapsible-header:after, aside.sidebar .theme-green a.collapsible-header:after {
    color: #66BB6A;
}

.theme-green .theme-bg-lighten-1 {
    background-color: #66BB6A;
}

#loading-bar .theme-green .bar, #logo .theme-green .foot2, #logo .theme-green .foot4, .noUi-range .theme-green .noUi-origin:first-child, .switch label .theme-green input[type=checkbox]:checked + .lever:after, .theme-green #loading-bar .bar, .theme-green #logo .foot2, .theme-green #logo .foot4, .theme-green .btn-primary, .theme-green .noUi-base, .theme-green .noUi-handle, .theme-green .noUi-handle:before, .theme-green .noUi-range .noUi-origin:first-child, .theme-green .switch label input[type=checkbox]:checked + .lever:after, .theme-green .theme, .theme-green .theme-bg, .theme-green input[type=checkbox]:checked:after, .theme-green input[type=radio]:before {
    background-color: #4CAF50;
}

.theme-green .theme-border-lighten-1 {
    border-color: #66BB6A;
}

.theme-green .theme-fill-lighten-1 {
    fill: #66BB6A;
}

.theme-green .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #66BB6A;
    box-shadow: inset 0 -2px 0 #66BB6A;
}

.theme-green .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-green td:first-child, .page-header .theme-green h1, .theme-green .btn-link, .theme-green .dashboard .table-dashboard-widget-1 td:first-child, .theme-green .nav-tabs > li.active > a, .theme-green .nav-tabs > li.active > a:focus:hover, .theme-green .nav-tabs > li > a:hover, .theme-green .page-header h1, .theme-green .theme-text, .theme-green .todo-app .filters .filter, .theme-green .todo-app .filters .filter.active:hover, .theme-green .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-green .filter, .todo-app .filters .theme-green .filter.active:hover, .todo-app .filters .theme-green .filter:focus:hover {
    color: #4CAF50;
}

.theme-green .theme-border, .theme-green input[type=checkbox]:checked:after, .theme-green input[type=radio]:checked:after {
    border-color: #4CAF50;
}

.theme-green .theme-fill {
    fill: #4CAF50;
}

.focussed .theme-green .ta-bind, .theme-green .focussed .ta-bind, .theme-green .nav-tabs > li.active > a, .theme-green .nav-tabs > li > a:hover, .theme-green .theme-box-inset, .theme-green .todo-app .filters .filter.active, .theme-green .todo-app .filters .filter:hover, .theme-green [contenteditable].form-control:focus, .theme-green [type=email].form-control:focus, .theme-green [type=password].form-control:focus, .theme-green [type=tel].form-control:focus, .theme-green [type=text].form-control:focus, .theme-green input.form-control:focus, .theme-green input[type=email]:focus, .theme-green input[type=number]:focus, .theme-green input[type=password]:focus, .theme-green input[type=text]:focus, .theme-green select:focus, .theme-green textarea:focus, .todo-app .filters .theme-green .filter.active, .todo-app .filters .theme-green .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #4CAF50;
    box-shadow: inset 0 -2px 0 #4CAF50;
}

.theme-green .theme-darken-1 {
    background-color: #43A047;
    color: #fff;
}

.theme-green .btn-link:focus, .theme-green .btn-link:hover, .theme-green .theme-text-darken-1 {
    color: #43A047;
}

#logo .theme-green .foot1, #logo .theme-green .foot3, .theme-green #logo .foot1, .theme-green #logo .foot3, .theme-green .btn-primary:hover, .theme-green .theme-bg-darken-1 {
    background-color: #43A047;
}

.theme-green .theme-border-darken-1 {
    border-color: #43A047;
}

.theme-green .theme-fill-darken-1 {
    fill: #43A047;
}

.theme-green .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #43A047;
    box-shadow: inset 0 -2px 0 #43A047;
}

.theme-green .theme-darken-2 {
    background-color: #388E3C;
    color: #fff;
}

.theme-green .theme-text-darken-2 {
    color: #388E3C;
}

.theme-green .theme-bg-darken-2 {
    background-color: #388E3C;
}

.theme-green .theme-border-darken-2 {
    border-color: #388E3C;
}

.theme-green .theme-fill-darken-2 {
    fill: #388E3C;
}

.theme-green .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #388E3C;
    box-shadow: inset 0 -2px 0 #388E3C;
}

.theme-green .theme-darken-3 {
    background-color: #2E7D32;
    color: #fff;
}

.theme-green .theme-text-darken-3 {
    color: #2E7D32;
}

.theme-green .theme-bg-darken-3 {
    background-color: #2E7D32;
}

.theme-green .theme-border-darken-3 {
    border-color: #2E7D32;
}

.theme-green .theme-fill-darken-3 {
    fill: #2E7D32;
}

.theme-green .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #2E7D32;
    box-shadow: inset 0 -2px 0 #2E7D32;
}

.theme-green .theme-darken-4 {
    background-color: #1B5E20;
    color: #fff;
}

.theme-green .theme-text-darken-4 {
    color: #1B5E20;
}

.theme-green .theme-bg-darken-4 {
    background-color: #1B5E20;
}

.theme-green .theme-border-darken-4 {
    border-color: #1B5E20;
}

.theme-green .theme-fill-darken-4 {
    fill: #1B5E20;
}

.theme-green .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #1B5E20;
    box-shadow: inset 0 -2px 0 #1B5E20;
}

.theme-green .theme-accent-1 {
    background-color: #B9F6CA;
    color: #666;
}

.theme-green .theme-text-accent-1 {
    color: #B9F6CA;
}

.theme-green .theme-bg-accent-1 {
    background-color: #B9F6CA;
}

.theme-green .theme-border-accent-1 {
    border-color: #B9F6CA;
}

.theme-green .theme-fill-accent-1 {
    fill: #B9F6CA;
}

.theme-green .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #B9F6CA;
    box-shadow: inset 0 -2px 0 #B9F6CA;
}

.theme-green .theme-accent-2 {
    background-color: #69F0AE;
    color: #fff;
}

.theme-green .theme-text-accent-2 {
    color: #69F0AE;
}

.theme-green .theme-bg-accent-2 {
    background-color: #69F0AE;
}

.theme-green .theme-border-accent-2 {
    border-color: #69F0AE;
}

.theme-green .theme-fill-accent-2 {
    fill: #69F0AE;
}

.theme-green .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #69F0AE;
    box-shadow: inset 0 -2px 0 #69F0AE;
}

.theme-green .theme-accent-3 {
    background-color: #00E676;
    color: #fff;
}

.theme-green .theme-text-accent-3 {
    color: #00E676;
}

.theme-green .theme-bg-accent-3 {
    background-color: #00E676;
}

.theme-green .theme-border-accent-3 {
    border-color: #00E676;
}

.theme-green .theme-fill-accent-3 {
    fill: #00E676;
}

.theme-green .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #00E676;
    box-shadow: inset 0 -2px 0 #00E676;
}

.theme-green .theme-accent-4 {
    background-color: #1ED068;
    color: #fff;
}

.theme-green .theme-text-accent-4 {
    color: #1ED068;
}

.theme-green .btn-primary:focus, .theme-green .theme-bg-accent-4 {
    background-color: #1ED068;
}

.theme-green .theme-border-accent-4 {
    border-color: #1ED068;
}

.theme-green .theme-fill-accent-4 {
    fill: #1ED068;
}

.theme-green .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #1ED068;
    box-shadow: inset 0 -2px 0 #1ED068;
}

.theme-green .theme-secondary-lighten-5 {
    background-color: #efebe9;
    color: #666;
}

.theme-green .theme-secondary-text-lighten-5 {
    color: #efebe9;
}

.card .list-group .theme-green .list-group-item:hover, .theme-green .card .list-group .list-group-item:hover, .theme-green .theme-secondary-bg-lighten-5 {
    background-color: #efebe9;
}

.theme-green .theme-secondary-border-lighten-5 {
    border-color: #efebe9;
}

.theme-green .theme-secondary-fill-lighten-5 {
    fill: #efebe9;
}

.theme-green .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #efebe9;
    box-shadow: inset 0 -2px 0 #efebe9;
}

.theme-green .theme-secondary-lighten-4 {
    background-color: #d7ccc8;
    color: #666;
}

.theme-green .theme-secondary-text-lighten-4 {
    color: #d7ccc8;
}

.theme-green .theme-secondary-bg-lighten-4 {
    background-color: #d7ccc8;
}

.theme-green .theme-secondary-border-lighten-4 {
    border-color: #d7ccc8;
}

.theme-green .theme-secondary-fill-lighten-4 {
    fill: #d7ccc8;
}

.theme-green .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #d7ccc8;
    box-shadow: inset 0 -2px 0 #d7ccc8;
}

.theme-green .theme-secondary-lighten-3 {
    background-color: #bcaaa4;
    color: #fff;
}

.theme-green .theme-secondary-text-lighten-3, .theme-green .theme-template-dark .sidebar .user-logged-in a, .theme-green a:focus, .theme-green a:hover, .theme-template-dark .sidebar .user-logged-in .theme-green a {
    color: #bcaaa4;
}

.theme-green .theme-secondary-bg-lighten-3 {
    background-color: #bcaaa4;
}

.theme-green .theme-secondary-border-lighten-3 {
    border-color: #bcaaa4;
}

.theme-green .theme-secondary-fill-lighten-3 {
    fill: #bcaaa4;
}

.theme-green .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #bcaaa4;
    box-shadow: inset 0 -2px 0 #bcaaa4;
}

.theme-green .theme-secondary-lighten-2 {
    background-color: #a1887f;
    color: #fff;
}

.theme-green .theme-secondary-text-lighten-2 {
    color: #a1887f;
}

.theme-green .theme-secondary-bg-lighten-2 {
    background-color: #a1887f;
}

.theme-green .theme-secondary-border-lighten-2 {
    border-color: #a1887f;
}

.theme-green .theme-secondary-fill-lighten-2 {
    fill: #a1887f;
}

.theme-green .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #a1887f;
    box-shadow: inset 0 -2px 0 #a1887f;
}

.theme-green .theme-secondary-lighten-1 {
    background-color: #8d6e63;
    color: #fff;
}

.theme-green .theme-secondary-text-lighten-1 {
    color: #8d6e63;
}

.theme-green .theme-secondary-bg-lighten-1 {
    background-color: #8d6e63;
}

.theme-green .theme-secondary-border-lighten-1 {
    border-color: #8d6e63;
}

.theme-green .theme-secondary-fill-lighten-1 {
    fill: #8d6e63;
}

.theme-green .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #8d6e63;
    box-shadow: inset 0 -2px 0 #8d6e63;
}

.jvectormap-container .theme-green .jvectormap-zoomin, .jvectormap-container .theme-green .jvectormap-zoomout, .theme-green .alert.alert-theme, .theme-green .jvectormap-container .jvectormap-zoomin, .theme-green .jvectormap-container .jvectormap-zoomout, .theme-green .theme-secondary {
    background-color: #795548;
    color: #fff;
}

.theme-green .theme-secondary-text, .theme-green a {
    color: #795548;
}

.c3 .c3-tooltip .theme-green th, .card .list-group .theme-green .list-group-item.active, .theme-green .c3 .c3-tooltip th, .theme-green .card .list-group .list-group-item.active, .theme-green .theme-secondary-bg {
    background-color: #795548;
}

.theme-green .theme-secondary-border {
    border-color: #795548;
}

.theme-green .theme-secondary-fill {
    fill: #795548;
}

.theme-green .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #795548;
    box-shadow: inset 0 -2px 0 #795548;
}

.theme-green .theme-secondary-darken-1 {
    background-color: #6d4c41;
    color: #fff;
}

.theme-green .theme-secondary-text-darken-1 {
    color: #6d4c41;
}

.theme-green .theme-secondary-bg-darken-1 {
    background-color: #6d4c41;
}

.theme-green .theme-secondary-border-darken-1 {
    border-color: #6d4c41;
}

.theme-green .theme-secondary-fill-darken-1 {
    fill: #6d4c41;
}

.theme-green .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #6d4c41;
    box-shadow: inset 0 -2px 0 #6d4c41;
}

.theme-green .theme-secondary-darken-2 {
    background-color: #5d4037;
    color: #fff;
}

.theme-green .theme-secondary-text-darken-2 {
    color: #5d4037;
}

.theme-green .theme-secondary-bg-darken-2 {
    background-color: #5d4037;
}

.theme-green .theme-secondary-border-darken-2 {
    border-color: #5d4037;
}

.theme-green .theme-secondary-fill-darken-2 {
    fill: #5d4037;
}

.theme-green .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #5d4037;
    box-shadow: inset 0 -2px 0 #5d4037;
}

.theme-green .theme-secondary-darken-3 {
    background-color: #4e342e;
    color: #fff;
}

.theme-green .theme-secondary-text-darken-3 {
    color: #4e342e;
}

.theme-green .theme-secondary-bg-darken-3 {
    background-color: #4e342e;
}

.theme-green .theme-secondary-border-darken-3 {
    border-color: #4e342e;
}

.theme-green .theme-secondary-fill-darken-3 {
    fill: #4e342e;
}

.theme-green .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #4e342e;
    box-shadow: inset 0 -2px 0 #4e342e;
}

.theme-green .theme-secondary-darken-4 {
    background-color: #3e2723;
    color: #fff;
}

.theme-green .theme-secondary-text-darken-4 {
    color: #3e2723;
}

.theme-green .theme-secondary-bg-darken-4 {
    background-color: #3e2723;
}

.theme-green .theme-secondary-border-darken-4 {
    border-color: #3e2723;
}

.theme-green .theme-secondary-fill-darken-4 {
    fill: #3e2723;
}

.theme-green .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #3e2723;
    box-shadow: inset 0 -2px 0 #3e2723;
}

.theme-light-green .theme-lighten-5 {
    background-color: #f1f8e9;
    color: #666;
}

.theme-light-green .theme-text-lighten-5 {
    color: #f1f8e9;
}

.theme-light-green .theme-bg-lighten-5 {
    background-color: #f1f8e9;
}

.theme-light-green .theme-border-lighten-5 {
    border-color: #f1f8e9;
}

.theme-light-green .theme-fill-lighten-5 {
    fill: #f1f8e9;
}

.theme-light-green .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f1f8e9;
    box-shadow: inset 0 -2px 0 #f1f8e9;
}

.theme-light-green .theme-lighten-4 {
    background-color: #dcedc8;
    color: #666;
}

.theme-light-green .theme-text-lighten-4 {
    color: #dcedc8;
}

.theme-light-green .theme-bg-lighten-4 {
    background-color: #dcedc8;
}

.theme-light-green .theme-border-lighten-4 {
    border-color: #dcedc8;
}

.theme-light-green .theme-fill-lighten-4 {
    fill: #dcedc8;
}

.theme-light-green .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #dcedc8;
    box-shadow: inset 0 -2px 0 #dcedc8;
}

.theme-light-green .theme-lighten-3 {
    background-color: #c5e1a5;
    color: #fff;
}

.theme-light-green .theme-text-lighten-3 {
    color: #c5e1a5;
}

.switch label .theme-light-green input[type=checkbox]:checked + .lever, .theme-light-green .btn-primary.disabled, .theme-light-green .switch label input[type=checkbox]:checked + .lever, .theme-light-green .theme-bg-lighten-3 {
    background-color: #c5e1a5;
}

.theme-light-green .theme-border-lighten-3 {
    border-color: #c5e1a5;
}

.theme-light-green .theme-fill-lighten-3 {
    fill: #c5e1a5;
}

.theme-light-green .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #c5e1a5;
    box-shadow: inset 0 -2px 0 #c5e1a5;
}

.theme-light-green .theme-lighten-2 {
    background-color: #aed581;
    color: #fff;
}

.theme-light-green .theme-text-lighten-2 {
    color: #aed581;
}

.theme-light-green .theme-bg-lighten-2 {
    background-color: #aed581;
}

.theme-light-green .theme-border-lighten-2 {
    border-color: #aed581;
}

.theme-light-green .theme-fill-lighten-2 {
    fill: #aed581;
}

.theme-light-green .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #aed581;
    box-shadow: inset 0 -2px 0 #aed581;
}

.theme-light-green .theme-lighten-1 {
    background-color: #9ccc65;
    color: #fff;
}

.theme-light-green .theme-text-lighten-1, .theme-light-green aside.sidebar a.collapsible-header:after, aside.sidebar .theme-light-green a.collapsible-header:after {
    color: #9ccc65;
}

.theme-light-green .theme-bg-lighten-1 {
    background-color: #9ccc65;
}

.theme-light-green .theme-border-lighten-1 {
    border-color: #9ccc65;
}

.theme-light-green .theme-fill-lighten-1 {
    fill: #9ccc65;
}

.theme-light-green .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #9ccc65;
    box-shadow: inset 0 -2px 0 #9ccc65;
}

.theme-light-green .theme {
    background-color: #8bc34a;
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-light-green td:first-child, .page-header .theme-light-green h1, .theme-light-green .btn-link, .theme-light-green .dashboard .table-dashboard-widget-1 td:first-child, .theme-light-green .nav-tabs > li.active > a, .theme-light-green .nav-tabs > li.active > a:focus:hover, .theme-light-green .nav-tabs > li > a:hover, .theme-light-green .page-header h1, .theme-light-green .theme-text, .theme-light-green .todo-app .filters .filter, .theme-light-green .todo-app .filters .filter.active:hover, .theme-light-green .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-light-green .filter, .todo-app .filters .theme-light-green .filter.active:hover, .todo-app .filters .theme-light-green .filter:focus:hover {
    color: #8bc34a;
}

#loading-bar .theme-light-green .bar, #logo .theme-light-green .foot2, #logo .theme-light-green .foot4, .noUi-range .theme-light-green .noUi-origin:first-child, .switch label .theme-light-green input[type=checkbox]:checked + .lever:after, .theme-light-green #loading-bar .bar, .theme-light-green #logo .foot2, .theme-light-green #logo .foot4, .theme-light-green .btn-primary, .theme-light-green .noUi-base, .theme-light-green .noUi-handle, .theme-light-green .noUi-handle:before, .theme-light-green .noUi-range .noUi-origin:first-child, .theme-light-green .switch label input[type=checkbox]:checked + .lever:after, .theme-light-green .theme-bg, .theme-light-green input[type=checkbox]:checked:after, .theme-light-green input[type=radio]:before {
    background-color: #8bc34a;
}

.theme-light-green .theme-border, .theme-light-green input[type=checkbox]:checked:after, .theme-light-green input[type=radio]:checked:after {
    border-color: #8bc34a;
}

.theme-light-green .theme-fill {
    fill: #8bc34a;
}

.focussed .theme-light-green .ta-bind, .theme-light-green .focussed .ta-bind, .theme-light-green .nav-tabs > li.active > a, .theme-light-green .nav-tabs > li > a:hover, .theme-light-green .theme-box-inset, .theme-light-green .todo-app .filters .filter.active, .theme-light-green .todo-app .filters .filter:hover, .theme-light-green [contenteditable].form-control:focus, .theme-light-green [type=email].form-control:focus, .theme-light-green [type=password].form-control:focus, .theme-light-green [type=tel].form-control:focus, .theme-light-green [type=text].form-control:focus, .theme-light-green input.form-control:focus, .theme-light-green input[type=email]:focus, .theme-light-green input[type=number]:focus, .theme-light-green input[type=password]:focus, .theme-light-green input[type=text]:focus, .theme-light-green select:focus, .theme-light-green textarea:focus, .todo-app .filters .theme-light-green .filter.active, .todo-app .filters .theme-light-green .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #8bc34a;
    box-shadow: inset 0 -2px 0 #8bc34a;
}

.theme-light-green .theme-darken-1 {
    background-color: #7cb342;
    color: #fff;
}

.theme-light-green .btn-link:focus, .theme-light-green .btn-link:hover, .theme-light-green .theme-text-darken-1 {
    color: #7cb342;
}

#logo .theme-light-green .foot1, #logo .theme-light-green .foot3, .theme-light-green #logo .foot1, .theme-light-green #logo .foot3, .theme-light-green .btn-primary:hover, .theme-light-green .theme-bg-darken-1 {
    background-color: #7cb342;
}

.theme-light-green .theme-border-darken-1 {
    border-color: #7cb342;
}

.theme-light-green .theme-fill-darken-1 {
    fill: #7cb342;
}

.theme-light-green .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #7cb342;
    box-shadow: inset 0 -2px 0 #7cb342;
}

.theme-light-green .theme-darken-2 {
    background-color: #689f38;
    color: #fff;
}

.theme-light-green .theme-text-darken-2 {
    color: #689f38;
}

.theme-light-green .theme-bg-darken-2 {
    background-color: #689f38;
}

.theme-light-green .theme-border-darken-2 {
    border-color: #689f38;
}

.theme-light-green .theme-fill-darken-2 {
    fill: #689f38;
}

.theme-light-green .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #689f38;
    box-shadow: inset 0 -2px 0 #689f38;
}

.theme-light-green .theme-darken-3 {
    background-color: #558b2f;
    color: #fff;
}

.theme-light-green .theme-text-darken-3 {
    color: #558b2f;
}

.theme-light-green .theme-bg-darken-3 {
    background-color: #558b2f;
}

.theme-light-green .theme-border-darken-3 {
    border-color: #558b2f;
}

.theme-light-green .theme-fill-darken-3 {
    fill: #558b2f;
}

.theme-light-green .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #558b2f;
    box-shadow: inset 0 -2px 0 #558b2f;
}

.theme-light-green .theme-darken-4 {
    background-color: #33691e;
    color: #fff;
}

.theme-light-green .theme-text-darken-4 {
    color: #33691e;
}

.theme-light-green .theme-bg-darken-4 {
    background-color: #33691e;
}

.theme-light-green .theme-border-darken-4 {
    border-color: #33691e;
}

.theme-light-green .theme-fill-darken-4 {
    fill: #33691e;
}

.theme-light-green .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #33691e;
    box-shadow: inset 0 -2px 0 #33691e;
}

.theme-light-green .theme-accent-1 {
    background-color: #ccff90;
    color: #666;
}

.theme-light-green .theme-text-accent-1 {
    color: #ccff90;
}

.theme-light-green .theme-bg-accent-1 {
    background-color: #ccff90;
}

.theme-light-green .theme-border-accent-1 {
    border-color: #ccff90;
}

.theme-light-green .theme-fill-accent-1 {
    fill: #ccff90;
}

.theme-light-green .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ccff90;
    box-shadow: inset 0 -2px 0 #ccff90;
}

.theme-light-green .theme-accent-2 {
    background-color: #b2ff59;
    color: #fff;
}

.theme-light-green .theme-text-accent-2 {
    color: #b2ff59;
}

.theme-light-green .theme-bg-accent-2 {
    background-color: #b2ff59;
}

.theme-light-green .theme-border-accent-2 {
    border-color: #b2ff59;
}

.theme-light-green .theme-fill-accent-2 {
    fill: #b2ff59;
}

.theme-light-green .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #b2ff59;
    box-shadow: inset 0 -2px 0 #b2ff59;
}

.theme-light-green .theme-accent-3 {
    background-color: #76ff03;
    color: #fff;
}

.theme-light-green .theme-text-accent-3 {
    color: #76ff03;
}

.theme-light-green .theme-bg-accent-3 {
    background-color: #76ff03;
}

.theme-light-green .theme-border-accent-3 {
    border-color: #76ff03;
}

.theme-light-green .theme-fill-accent-3 {
    fill: #76ff03;
}

.theme-light-green .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #76ff03;
    box-shadow: inset 0 -2px 0 #76ff03;
}

.theme-light-green .theme-accent-4 {
    background-color: #64dd17;
    color: #fff;
}

.theme-light-green .theme-text-accent-4 {
    color: #64dd17;
}

.theme-light-green .btn-primary:focus, .theme-light-green .theme-bg-accent-4 {
    background-color: #64dd17;
}

.theme-light-green .theme-border-accent-4 {
    border-color: #64dd17;
}

.theme-light-green .theme-fill-accent-4 {
    fill: #64dd17;
}

.theme-light-green .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #64dd17;
    box-shadow: inset 0 -2px 0 #64dd17;
}

.theme-light-green .theme-secondary-lighten-5 {
    background-color: #fbe9e7;
    color: #666;
}

.theme-light-green .theme-secondary-text-lighten-5 {
    color: #fbe9e7;
}

.card .list-group .theme-light-green .list-group-item:hover, .theme-light-green .card .list-group .list-group-item:hover, .theme-light-green .theme-secondary-bg-lighten-5 {
    background-color: #fbe9e7;
}

.theme-light-green .theme-secondary-border-lighten-5 {
    border-color: #fbe9e7;
}

.theme-light-green .theme-secondary-fill-lighten-5 {
    fill: #fbe9e7;
}

.theme-light-green .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fbe9e7;
    box-shadow: inset 0 -2px 0 #fbe9e7;
}

.theme-light-green .theme-secondary-lighten-4 {
    background-color: #ffccbc;
    color: #666;
}

.theme-light-green .theme-secondary-text-lighten-4 {
    color: #ffccbc;
}

.theme-light-green .theme-secondary-bg-lighten-4 {
    background-color: #ffccbc;
}

.theme-light-green .theme-secondary-border-lighten-4 {
    border-color: #ffccbc;
}

.theme-light-green .theme-secondary-fill-lighten-4 {
    fill: #ffccbc;
}

.theme-light-green .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffccbc;
    box-shadow: inset 0 -2px 0 #ffccbc;
}

.theme-light-green .theme-secondary-lighten-3 {
    background-color: #ffab91;
    color: #666;
}

.theme-light-green .theme-secondary-text-lighten-3, .theme-light-green .theme-template-dark .sidebar .user-logged-in a, .theme-light-green a:focus, .theme-light-green a:hover, .theme-template-dark .sidebar .user-logged-in .theme-light-green a {
    color: #ffab91;
}

.theme-light-green .theme-secondary-bg-lighten-3 {
    background-color: #ffab91;
}

.theme-light-green .theme-secondary-border-lighten-3 {
    border-color: #ffab91;
}

.theme-light-green .theme-secondary-fill-lighten-3 {
    fill: #ffab91;
}

.theme-light-green .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab91;
    box-shadow: inset 0 -2px 0 #ffab91;
}

.theme-light-green .theme-secondary-lighten-2 {
    background-color: #ff8a65;
    color: #fff;
}

.theme-light-green .theme-secondary-text-lighten-2 {
    color: #ff8a65;
}

.theme-light-green .theme-secondary-bg-lighten-2 {
    background-color: #ff8a65;
}

.theme-light-green .theme-secondary-border-lighten-2 {
    border-color: #ff8a65;
}

.theme-light-green .theme-secondary-fill-lighten-2 {
    fill: #ff8a65;
}

.theme-light-green .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff8a65;
    box-shadow: inset 0 -2px 0 #ff8a65;
}

.theme-light-green .theme-secondary-lighten-1 {
    background-color: #ff7043;
    color: #fff;
}

.theme-light-green .theme-secondary-text-lighten-1 {
    color: #ff7043;
}

.theme-light-green .theme-secondary-bg-lighten-1 {
    background-color: #ff7043;
}

.theme-light-green .theme-secondary-border-lighten-1 {
    border-color: #ff7043;
}

.theme-light-green .theme-secondary-fill-lighten-1 {
    fill: #ff7043;
}

.theme-light-green .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff7043;
    box-shadow: inset 0 -2px 0 #ff7043;
}

.jvectormap-container .theme-light-green .jvectormap-zoomin, .jvectormap-container .theme-light-green .jvectormap-zoomout, .theme-light-green .alert.alert-theme, .theme-light-green .jvectormap-container .jvectormap-zoomin, .theme-light-green .jvectormap-container .jvectormap-zoomout, .theme-light-green .theme-secondary {
    background-color: #ff5722;
    color: #fff;
}

.theme-light-green .theme-secondary-text, .theme-light-green a {
    color: #ff5722;
}

.c3 .c3-tooltip .theme-light-green th, .card .list-group .theme-light-green .list-group-item.active, .theme-light-green .c3 .c3-tooltip th, .theme-light-green .card .list-group .list-group-item.active, .theme-light-green .theme-secondary-bg {
    background-color: #ff5722;
}

.theme-light-green .theme-secondary-border {
    border-color: #ff5722;
}

.theme-light-green .theme-secondary-fill {
    fill: #ff5722;
}

.theme-light-green .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #ff5722;
    box-shadow: inset 0 -2px 0 #ff5722;
}

.theme-light-green .theme-secondary-darken-1 {
    background-color: #f4511e;
    color: #fff;
}

.theme-light-green .theme-secondary-text-darken-1 {
    color: #f4511e;
}

.theme-light-green .theme-secondary-bg-darken-1 {
    background-color: #f4511e;
}

.theme-light-green .theme-secondary-border-darken-1 {
    border-color: #f4511e;
}

.theme-light-green .theme-secondary-fill-darken-1 {
    fill: #f4511e;
}

.theme-light-green .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #f4511e;
    box-shadow: inset 0 -2px 0 #f4511e;
}

.theme-light-green .theme-secondary-darken-2 {
    background-color: #e64a19;
    color: #fff;
}

.theme-light-green .theme-secondary-text-darken-2 {
    color: #e64a19;
}

.theme-light-green .theme-secondary-bg-darken-2 {
    background-color: #e64a19;
}

.theme-light-green .theme-secondary-border-darken-2 {
    border-color: #e64a19;
}

.theme-light-green .theme-secondary-fill-darken-2 {
    fill: #e64a19;
}

.theme-light-green .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #e64a19;
    box-shadow: inset 0 -2px 0 #e64a19;
}

.theme-light-green .theme-secondary-darken-3 {
    background-color: #d84315;
    color: #fff;
}

.theme-light-green .theme-secondary-text-darken-3 {
    color: #d84315;
}

.theme-light-green .theme-secondary-bg-darken-3 {
    background-color: #d84315;
}

.theme-light-green .theme-secondary-border-darken-3 {
    border-color: #d84315;
}

.theme-light-green .theme-secondary-fill-darken-3 {
    fill: #d84315;
}

.theme-light-green .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #d84315;
    box-shadow: inset 0 -2px 0 #d84315;
}

.theme-light-green .theme-secondary-darken-4 {
    background-color: #bf360c;
    color: #fff;
}

.theme-light-green .theme-secondary-text-darken-4 {
    color: #bf360c;
}

.theme-light-green .theme-secondary-bg-darken-4 {
    background-color: #bf360c;
}

.theme-light-green .theme-secondary-border-darken-4 {
    border-color: #bf360c;
}

.theme-light-green .theme-secondary-fill-darken-4 {
    fill: #bf360c;
}

.theme-light-green .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #bf360c;
    box-shadow: inset 0 -2px 0 #bf360c;
}

.theme-light-green .theme-secondary-accent-1 {
    background-color: #ff9e80;
    color: #fff;
}

.theme-light-green .theme-secondary-text-accent-1 {
    color: #ff9e80;
}

.theme-light-green .theme-secondary-bg-accent-1 {
    background-color: #ff9e80;
}

.theme-light-green .theme-secondary-border-accent-1 {
    border-color: #ff9e80;
}

.theme-light-green .theme-secondary-fill-accent-1 {
    fill: #ff9e80;
}

.theme-light-green .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff9e80;
    box-shadow: inset 0 -2px 0 #ff9e80;
}

.theme-light-green .theme-secondary-accent-2 {
    background-color: #ff6e40;
    color: #fff;
}

.theme-light-green .theme-secondary-text-accent-2 {
    color: #ff6e40;
}

.theme-light-green .theme-secondary-bg-accent-2 {
    background-color: #ff6e40;
}

.theme-light-green .theme-secondary-border-accent-2 {
    border-color: #ff6e40;
}

.theme-light-green .theme-secondary-fill-accent-2 {
    fill: #ff6e40;
}

.theme-light-green .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6e40;
    box-shadow: inset 0 -2px 0 #ff6e40;
}

.theme-light-green .theme-secondary-accent-3 {
    background-color: #ff3d00;
    color: #fff;
}

.theme-light-green .theme-secondary-text-accent-3 {
    color: #ff3d00;
}

.theme-light-green .theme-secondary-bg-accent-3 {
    background-color: #ff3d00;
}

.theme-light-green .theme-secondary-border-accent-3 {
    border-color: #ff3d00;
}

.theme-light-green .theme-secondary-fill-accent-3 {
    fill: #ff3d00;
}

.theme-light-green .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff3d00;
    box-shadow: inset 0 -2px 0 #ff3d00;
}

.theme-light-green .theme-secondary-accent-4 {
    background-color: #dd2c00;
    color: #fff;
}

.theme-light-green .theme-secondary-text-accent-4 {
    color: #dd2c00;
}

.theme-light-green .theme-secondary-bg-accent-4 {
    background-color: #dd2c00;
}

.theme-light-green .theme-secondary-border-accent-4 {
    border-color: #dd2c00;
}

.theme-light-green .theme-secondary-fill-accent-4 {
    fill: #dd2c00;
}

.theme-light-green .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #dd2c00;
    box-shadow: inset 0 -2px 0 #dd2c00;
}

.theme-lime .theme-lighten-5 {
    background-color: #f9fbe7;
    color: #666;
}

.theme-lime .theme-text-lighten-5 {
    color: #f9fbe7;
}

.theme-lime .theme-bg-lighten-5 {
    background-color: #f9fbe7;
}

.theme-lime .theme-border-lighten-5 {
    border-color: #f9fbe7;
}

.theme-lime .theme-fill-lighten-5 {
    fill: #f9fbe7;
}

.theme-lime .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f9fbe7;
    box-shadow: inset 0 -2px 0 #f9fbe7;
}

.theme-lime .theme-lighten-4 {
    background-color: #f0f4c3;
    color: #666;
}

.theme-lime .theme-text-lighten-4 {
    color: #f0f4c3;
}

.theme-lime .theme-bg-lighten-4 {
    background-color: #f0f4c3;
}

.theme-lime .theme-border-lighten-4 {
    border-color: #f0f4c3;
}

.theme-lime .theme-fill-lighten-4 {
    fill: #f0f4c3;
}

.theme-lime .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #f0f4c3;
    box-shadow: inset 0 -2px 0 #f0f4c3;
}

.theme-lime .theme-lighten-3 {
    background-color: #e6ee9c;
    color: #666;
}

.theme-lime .theme-text-lighten-3 {
    color: #e6ee9c;
}

.switch label .theme-lime input[type=checkbox]:checked + .lever, .theme-lime .btn-primary.disabled, .theme-lime .switch label input[type=checkbox]:checked + .lever, .theme-lime .theme-bg-lighten-3 {
    background-color: #e6ee9c;
}

.theme-lime .theme-border-lighten-3 {
    border-color: #e6ee9c;
}

.theme-lime .theme-fill-lighten-3 {
    fill: #e6ee9c;
}

.theme-lime .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #e6ee9c;
    box-shadow: inset 0 -2px 0 #e6ee9c;
}

.theme-lime .theme-lighten-2 {
    background-color: #dce775;
    color: #fff;
}

.theme-lime .theme-text-lighten-2 {
    color: #dce775;
}

.theme-lime .theme-bg-lighten-2 {
    background-color: #dce775;
}

.theme-lime .theme-border-lighten-2 {
    border-color: #dce775;
}

.theme-lime .theme-fill-lighten-2 {
    fill: #dce775;
}

.theme-lime .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #dce775;
    box-shadow: inset 0 -2px 0 #dce775;
}

.theme-lime .theme-lighten-1 {
    background-color: #d4e157;
    color: #fff;
}

.theme-lime .theme-text-lighten-1, .theme-lime aside.sidebar a.collapsible-header:after, aside.sidebar .theme-lime a.collapsible-header:after {
    color: #d4e157;
}

.theme-lime .theme-bg-lighten-1 {
    background-color: #d4e157;
}

#loading-bar .theme-lime .bar, #logo .theme-lime .foot2, #logo .theme-lime .foot4, .noUi-range .theme-lime .noUi-origin:first-child, .switch label .theme-lime input[type=checkbox]:checked + .lever:after, .theme-lime #loading-bar .bar, .theme-lime #logo .foot2, .theme-lime #logo .foot4, .theme-lime .btn-primary, .theme-lime .noUi-base, .theme-lime .noUi-handle, .theme-lime .noUi-handle:before, .theme-lime .noUi-range .noUi-origin:first-child, .theme-lime .switch label input[type=checkbox]:checked + .lever:after, .theme-lime .theme, .theme-lime .theme-bg, .theme-lime input[type=checkbox]:checked:after, .theme-lime input[type=radio]:before {
    background-color: #cddc39;
}

.theme-lime .theme-border-lighten-1 {
    border-color: #d4e157;
}

.theme-lime .theme-fill-lighten-1 {
    fill: #d4e157;
}

.theme-lime .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #d4e157;
    box-shadow: inset 0 -2px 0 #d4e157;
}

.theme-lime .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-lime td:first-child, .page-header .theme-lime h1, .theme-lime .btn-link, .theme-lime .dashboard .table-dashboard-widget-1 td:first-child, .theme-lime .nav-tabs > li.active > a, .theme-lime .nav-tabs > li.active > a:focus:hover, .theme-lime .nav-tabs > li > a:hover, .theme-lime .page-header h1, .theme-lime .theme-text, .theme-lime .todo-app .filters .filter, .theme-lime .todo-app .filters .filter.active:hover, .theme-lime .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-lime .filter, .todo-app .filters .theme-lime .filter.active:hover, .todo-app .filters .theme-lime .filter:focus:hover {
    color: #cddc39;
}

.theme-lime .theme-border, .theme-lime input[type=checkbox]:checked:after, .theme-lime input[type=radio]:checked:after {
    border-color: #cddc39;
}

.theme-lime .theme-fill {
    fill: #cddc39;
}

.focussed .theme-lime .ta-bind, .theme-lime .focussed .ta-bind, .theme-lime .nav-tabs > li.active > a, .theme-lime .nav-tabs > li > a:hover, .theme-lime .theme-box-inset, .theme-lime .todo-app .filters .filter.active, .theme-lime .todo-app .filters .filter:hover, .theme-lime [contenteditable].form-control:focus, .theme-lime [type=email].form-control:focus, .theme-lime [type=password].form-control:focus, .theme-lime [type=tel].form-control:focus, .theme-lime [type=text].form-control:focus, .theme-lime input.form-control:focus, .theme-lime input[type=email]:focus, .theme-lime input[type=number]:focus, .theme-lime input[type=password]:focus, .theme-lime input[type=text]:focus, .theme-lime select:focus, .theme-lime textarea:focus, .todo-app .filters .theme-lime .filter.active, .todo-app .filters .theme-lime .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #cddc39;
    box-shadow: inset 0 -2px 0 #cddc39;
}

.theme-lime .theme-darken-1 {
    background-color: #c0ca33;
    color: #fff;
}

.theme-lime .btn-link:focus, .theme-lime .btn-link:hover, .theme-lime .theme-text-darken-1 {
    color: #c0ca33;
}

#logo .theme-lime .foot1, #logo .theme-lime .foot3, .theme-lime #logo .foot1, .theme-lime #logo .foot3, .theme-lime .btn-primary:hover, .theme-lime .theme-bg-darken-1 {
    background-color: #c0ca33;
}

.theme-lime .theme-border-darken-1 {
    border-color: #c0ca33;
}

.theme-lime .theme-fill-darken-1 {
    fill: #c0ca33;
}

.theme-lime .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #c0ca33;
    box-shadow: inset 0 -2px 0 #c0ca33;
}

.theme-lime .theme-darken-2 {
    background-color: #afb42b;
    color: #fff;
}

.theme-lime .theme-text-darken-2 {
    color: #afb42b;
}

.theme-lime .theme-bg-darken-2 {
    background-color: #afb42b;
}

.theme-lime .theme-border-darken-2 {
    border-color: #afb42b;
}

.theme-lime .theme-fill-darken-2 {
    fill: #afb42b;
}

.theme-lime .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #afb42b;
    box-shadow: inset 0 -2px 0 #afb42b;
}

.theme-lime .theme-darken-3 {
    background-color: #9e9d24;
    color: #fff;
}

.theme-lime .theme-text-darken-3 {
    color: #9e9d24;
}

.theme-lime .theme-bg-darken-3 {
    background-color: #9e9d24;
}

.theme-lime .theme-border-darken-3 {
    border-color: #9e9d24;
}

.theme-lime .theme-fill-darken-3 {
    fill: #9e9d24;
}

.theme-lime .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #9e9d24;
    box-shadow: inset 0 -2px 0 #9e9d24;
}

.theme-lime .theme-darken-4 {
    background-color: #827717;
    color: #fff;
}

.theme-lime .theme-text-darken-4 {
    color: #827717;
}

.theme-lime .theme-bg-darken-4 {
    background-color: #827717;
}

.theme-lime .theme-border-darken-4 {
    border-color: #827717;
}

.theme-lime .theme-fill-darken-4 {
    fill: #827717;
}

.theme-lime .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #827717;
    box-shadow: inset 0 -2px 0 #827717;
}

.theme-lime .theme-accent-1 {
    background-color: #f4ff81;
    color: #fff;
}

.theme-lime .theme-text-accent-1 {
    color: #f4ff81;
}

.theme-lime .theme-bg-accent-1 {
    background-color: #f4ff81;
}

.theme-lime .theme-border-accent-1 {
    border-color: #f4ff81;
}

.theme-lime .theme-fill-accent-1 {
    fill: #f4ff81;
}

.theme-lime .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #f4ff81;
    box-shadow: inset 0 -2px 0 #f4ff81;
}

.theme-lime .theme-accent-2 {
    background-color: #eeff41;
    color: #fff;
}

.theme-lime .theme-text-accent-2 {
    color: #eeff41;
}

.theme-lime .theme-bg-accent-2 {
    background-color: #eeff41;
}

.theme-lime .theme-border-accent-2 {
    border-color: #eeff41;
}

.theme-lime .theme-fill-accent-2 {
    fill: #eeff41;
}

.theme-lime .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #eeff41;
    box-shadow: inset 0 -2px 0 #eeff41;
}

.theme-lime .theme-accent-3 {
    background-color: #c6ff00;
    color: #fff;
}

.theme-lime .theme-text-accent-3 {
    color: #c6ff00;
}

.theme-lime .theme-bg-accent-3 {
    background-color: #c6ff00;
}

.theme-lime .theme-border-accent-3 {
    border-color: #c6ff00;
}

.theme-lime .theme-fill-accent-3 {
    fill: #c6ff00;
}

.theme-lime .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #c6ff00;
    box-shadow: inset 0 -2px 0 #c6ff00;
}

.theme-lime .theme-accent-4 {
    background-color: #aeea00;
    color: #fff;
}

.theme-lime .theme-text-accent-4 {
    color: #aeea00;
}

.theme-lime .btn-primary:focus, .theme-lime .theme-bg-accent-4 {
    background-color: #aeea00;
}

.theme-lime .theme-border-accent-4 {
    border-color: #aeea00;
}

.theme-lime .theme-fill-accent-4 {
    fill: #aeea00;
}

.theme-lime .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #aeea00;
    box-shadow: inset 0 -2px 0 #aeea00;
}

.theme-lime .theme-secondary-lighten-5 {
    background-color: #FFEBEE;
    color: #666;
}

.theme-lime .theme-secondary-text-lighten-5 {
    color: #FFEBEE;
}

.card .list-group .theme-lime .list-group-item:hover, .theme-lime .card .list-group .list-group-item:hover, .theme-lime .theme-secondary-bg-lighten-5 {
    background-color: #FFEBEE;
}

.theme-lime .theme-secondary-border-lighten-5 {
    border-color: #FFEBEE;
}

.theme-lime .theme-secondary-fill-lighten-5 {
    fill: #FFEBEE;
}

.theme-lime .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #FFEBEE;
    box-shadow: inset 0 -2px 0 #FFEBEE;
}

.theme-lime .theme-secondary-lighten-4 {
    background-color: #FFCDD2;
    color: #666;
}

.theme-lime .theme-secondary-text-lighten-4 {
    color: #FFCDD2;
}

.theme-lime .theme-secondary-bg-lighten-4 {
    background-color: #FFCDD2;
}

.theme-lime .theme-secondary-border-lighten-4 {
    border-color: #FFCDD2;
}

.theme-lime .theme-secondary-fill-lighten-4 {
    fill: #FFCDD2;
}

.theme-lime .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #FFCDD2;
    box-shadow: inset 0 -2px 0 #FFCDD2;
}

.theme-lime .theme-secondary-lighten-3 {
    background-color: #EF9A9A;
    color: #666;
}

.theme-lime .theme-secondary-text-lighten-3, .theme-lime .theme-template-dark .sidebar .user-logged-in a, .theme-lime a:focus, .theme-lime a:hover, .theme-template-dark .sidebar .user-logged-in .theme-lime a {
    color: #EF9A9A;
}

.theme-lime .theme-secondary-bg-lighten-3 {
    background-color: #EF9A9A;
}

.theme-lime .theme-secondary-border-lighten-3 {
    border-color: #EF9A9A;
}

.theme-lime .theme-secondary-fill-lighten-3 {
    fill: #EF9A9A;
}

.theme-lime .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #EF9A9A;
    box-shadow: inset 0 -2px 0 #EF9A9A;
}

.theme-lime .theme-secondary-lighten-2 {
    background-color: #E57373;
    color: #fff;
}

.theme-lime .theme-secondary-text-lighten-2 {
    color: #E57373;
}

.theme-lime .theme-secondary-bg-lighten-2 {
    background-color: #E57373;
}

.theme-lime .theme-secondary-border-lighten-2 {
    border-color: #E57373;
}

.theme-lime .theme-secondary-fill-lighten-2 {
    fill: #E57373;
}

.theme-lime .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #E57373;
    box-shadow: inset 0 -2px 0 #E57373;
}

.theme-lime .theme-secondary-lighten-1 {
    background-color: #EF5350;
    color: #fff;
}

.theme-lime .theme-secondary-text-lighten-1 {
    color: #EF5350;
}

.theme-lime .theme-secondary-bg-lighten-1 {
    background-color: #EF5350;
}

.theme-lime .theme-secondary-border-lighten-1 {
    border-color: #EF5350;
}

.theme-lime .theme-secondary-fill-lighten-1 {
    fill: #EF5350;
}

.theme-lime .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #EF5350;
    box-shadow: inset 0 -2px 0 #EF5350;
}

.jvectormap-container .theme-lime .jvectormap-zoomin, .jvectormap-container .theme-lime .jvectormap-zoomout, .theme-lime .alert.alert-theme, .theme-lime .jvectormap-container .jvectormap-zoomin, .theme-lime .jvectormap-container .jvectormap-zoomout, .theme-lime .theme-secondary {
    background-color: #F44336;
    color: #fff;
}

.theme-lime .theme-secondary-text, .theme-lime a {
    color: #F44336;
}

.c3 .c3-tooltip .theme-lime th, .card .list-group .theme-lime .list-group-item.active, .theme-lime .c3 .c3-tooltip th, .theme-lime .card .list-group .list-group-item.active, .theme-lime .theme-secondary-bg {
    background-color: #F44336;
}

.theme-lime .theme-secondary-border {
    border-color: #F44336;
}

.theme-lime .theme-secondary-fill {
    fill: #F44336;
}

.theme-lime .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #F44336;
    box-shadow: inset 0 -2px 0 #F44336;
}

.theme-lime .theme-secondary-darken-1 {
    background-color: #E53935;
    color: #fff;
}

.theme-lime .theme-secondary-text-darken-1 {
    color: #E53935;
}

.theme-lime .theme-secondary-bg-darken-1 {
    background-color: #E53935;
}

.theme-lime .theme-secondary-border-darken-1 {
    border-color: #E53935;
}

.theme-lime .theme-secondary-fill-darken-1 {
    fill: #E53935;
}

.theme-lime .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #E53935;
    box-shadow: inset 0 -2px 0 #E53935;
}

.theme-lime .theme-secondary-darken-2 {
    background-color: #D32F2F;
    color: #fff;
}

.theme-lime .theme-secondary-text-darken-2 {
    color: #D32F2F;
}

.theme-lime .theme-secondary-bg-darken-2 {
    background-color: #D32F2F;
}

.theme-lime .theme-secondary-border-darken-2 {
    border-color: #D32F2F;
}

.theme-lime .theme-secondary-fill-darken-2 {
    fill: #D32F2F;
}

.theme-lime .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #D32F2F;
    box-shadow: inset 0 -2px 0 #D32F2F;
}

.theme-lime .theme-secondary-darken-3 {
    background-color: #C62828;
    color: #fff;
}

.theme-lime .theme-secondary-text-darken-3 {
    color: #C62828;
}

.theme-lime .theme-secondary-bg-darken-3 {
    background-color: #C62828;
}

.theme-lime .theme-secondary-border-darken-3 {
    border-color: #C62828;
}

.theme-lime .theme-secondary-fill-darken-3 {
    fill: #C62828;
}

.theme-lime .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #C62828;
    box-shadow: inset 0 -2px 0 #C62828;
}

.theme-lime .theme-secondary-darken-4 {
    background-color: #B71C1C;
    color: #fff;
}

.theme-lime .theme-secondary-text-darken-4 {
    color: #B71C1C;
}

.theme-lime .theme-secondary-bg-darken-4 {
    background-color: #B71C1C;
}

.theme-lime .theme-secondary-border-darken-4 {
    border-color: #B71C1C;
}

.theme-lime .theme-secondary-fill-darken-4 {
    fill: #B71C1C;
}

.theme-lime .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #B71C1C;
    box-shadow: inset 0 -2px 0 #B71C1C;
}

.theme-lime .theme-secondary-accent-1 {
    background-color: #FF8A80;
    color: #fff;
}

.theme-lime .theme-secondary-text-accent-1 {
    color: #FF8A80;
}

.theme-lime .theme-secondary-bg-accent-1 {
    background-color: #FF8A80;
}

.theme-lime .theme-secondary-border-accent-1 {
    border-color: #FF8A80;
}

.theme-lime .theme-secondary-fill-accent-1 {
    fill: #FF8A80;
}

.theme-lime .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #FF8A80;
    box-shadow: inset 0 -2px 0 #FF8A80;
}

.theme-lime .theme-secondary-accent-2 {
    background-color: #FF5252;
    color: #fff;
}

.theme-lime .theme-secondary-text-accent-2 {
    color: #FF5252;
}

.theme-lime .theme-secondary-bg-accent-2 {
    background-color: #FF5252;
}

.theme-lime .theme-secondary-border-accent-2 {
    border-color: #FF5252;
}

.theme-lime .theme-secondary-fill-accent-2 {
    fill: #FF5252;
}

.theme-lime .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #FF5252;
    box-shadow: inset 0 -2px 0 #FF5252;
}

.theme-lime .theme-secondary-accent-3 {
    background-color: #FF1744;
    color: #fff;
}

.theme-lime .theme-secondary-text-accent-3 {
    color: #FF1744;
}

.theme-lime .theme-secondary-bg-accent-3 {
    background-color: #FF1744;
}

.theme-lime .theme-secondary-border-accent-3 {
    border-color: #FF1744;
}

.theme-lime .theme-secondary-fill-accent-3 {
    fill: #FF1744;
}

.theme-lime .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #FF1744;
    box-shadow: inset 0 -2px 0 #FF1744;
}

.theme-lime .theme-secondary-accent-4 {
    background-color: #D50000;
    color: #fff;
}

.theme-lime .theme-secondary-text-accent-4 {
    color: #D50000;
}

.theme-lime .theme-secondary-bg-accent-4 {
    background-color: #D50000;
}

.theme-lime .theme-secondary-border-accent-4 {
    border-color: #D50000;
}

.theme-lime .theme-secondary-fill-accent-4 {
    fill: #D50000;
}

.theme-lime .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #D50000;
    box-shadow: inset 0 -2px 0 #D50000;
}

.theme-yellow .theme-lighten-5 {
    background-color: #fffde7;
    color: #666;
}

.theme-yellow .theme-text-lighten-5 {
    color: #fffde7;
}

.theme-yellow .theme-bg-lighten-5 {
    background-color: #fffde7;
}

.theme-yellow .theme-border-lighten-5 {
    border-color: #fffde7;
}

.theme-yellow .theme-fill-lighten-5 {
    fill: #fffde7;
}

.theme-yellow .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fffde7;
    box-shadow: inset 0 -2px 0 #fffde7;
}

.theme-yellow .theme-lighten-4 {
    background-color: #fff9c4;
    color: #666;
}

.theme-yellow .theme-text-lighten-4 {
    color: #fff9c4;
}

.theme-yellow .theme-bg-lighten-4 {
    background-color: #fff9c4;
}

.theme-yellow .theme-border-lighten-4 {
    border-color: #fff9c4;
}

.theme-yellow .theme-fill-lighten-4 {
    fill: #fff9c4;
}

.theme-yellow .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #fff9c4;
    box-shadow: inset 0 -2px 0 #fff9c4;
}

.theme-yellow .theme-lighten-3 {
    background-color: #fff59d;
    color: #666;
}

.theme-yellow .theme-text-lighten-3 {
    color: #fff59d;
}

.switch label .theme-yellow input[type=checkbox]:checked + .lever, .theme-yellow .btn-primary.disabled, .theme-yellow .switch label input[type=checkbox]:checked + .lever, .theme-yellow .theme-bg-lighten-3 {
    background-color: #fff59d;
}

.theme-yellow .theme-border-lighten-3 {
    border-color: #fff59d;
}

.theme-yellow .theme-fill-lighten-3 {
    fill: #fff59d;
}

.theme-yellow .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #fff59d;
    box-shadow: inset 0 -2px 0 #fff59d;
}

.theme-yellow .theme-lighten-2 {
    background-color: #fff176;
    color: #fff;
}

.theme-yellow .theme-text-lighten-2 {
    color: #fff176;
}

.theme-yellow .theme-bg-lighten-2 {
    background-color: #fff176;
}

.theme-yellow .theme-border-lighten-2 {
    border-color: #fff176;
}

.theme-yellow .theme-fill-lighten-2 {
    fill: #fff176;
}

.theme-yellow .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #fff176;
    box-shadow: inset 0 -2px 0 #fff176;
}

.theme-yellow .theme-lighten-1 {
    background-color: #ffee58;
    color: #fff;
}

.theme-yellow .theme-text-lighten-1, .theme-yellow aside.sidebar a.collapsible-header:after, aside.sidebar .theme-yellow a.collapsible-header:after {
    color: #ffee58;
}

.theme-yellow .theme-bg-lighten-1 {
    background-color: #ffee58;
}

#loading-bar .theme-yellow .bar, #logo .theme-yellow .foot2, #logo .theme-yellow .foot4, .noUi-range .theme-yellow .noUi-origin:first-child, .switch label .theme-yellow input[type=checkbox]:checked + .lever:after, .theme-yellow #loading-bar .bar, .theme-yellow #logo .foot2, .theme-yellow #logo .foot4, .theme-yellow .btn-primary, .theme-yellow .noUi-base, .theme-yellow .noUi-handle, .theme-yellow .noUi-handle:before, .theme-yellow .noUi-range .noUi-origin:first-child, .theme-yellow .switch label input[type=checkbox]:checked + .lever:after, .theme-yellow .theme, .theme-yellow .theme-bg, .theme-yellow input[type=checkbox]:checked:after, .theme-yellow input[type=radio]:before {
    background-color: #ffeb3b;
}

.theme-yellow .theme-border-lighten-1 {
    border-color: #ffee58;
}

.theme-yellow .theme-fill-lighten-1 {
    fill: #ffee58;
}

.theme-yellow .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffee58;
    box-shadow: inset 0 -2px 0 #ffee58;
}

.theme-yellow .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-yellow td:first-child, .page-header .theme-yellow h1, .theme-yellow .btn-link, .theme-yellow .dashboard .table-dashboard-widget-1 td:first-child, .theme-yellow .nav-tabs > li.active > a, .theme-yellow .nav-tabs > li.active > a:focus:hover, .theme-yellow .nav-tabs > li > a:hover, .theme-yellow .page-header h1, .theme-yellow .theme-text, .theme-yellow .todo-app .filters .filter, .theme-yellow .todo-app .filters .filter.active:hover, .theme-yellow .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-yellow .filter, .todo-app .filters .theme-yellow .filter.active:hover, .todo-app .filters .theme-yellow .filter:focus:hover {
    color: #ffeb3b;
}

.theme-yellow .theme-border, .theme-yellow input[type=checkbox]:checked:after, .theme-yellow input[type=radio]:checked:after {
    border-color: #ffeb3b;
}

.theme-yellow .theme-fill {
    fill: #ffeb3b;
}

.focussed .theme-yellow .ta-bind, .theme-yellow .focussed .ta-bind, .theme-yellow .nav-tabs > li.active > a, .theme-yellow .nav-tabs > li > a:hover, .theme-yellow .theme-box-inset, .theme-yellow .todo-app .filters .filter.active, .theme-yellow .todo-app .filters .filter:hover, .theme-yellow [contenteditable].form-control:focus, .theme-yellow [type=email].form-control:focus, .theme-yellow [type=password].form-control:focus, .theme-yellow [type=tel].form-control:focus, .theme-yellow [type=text].form-control:focus, .theme-yellow input.form-control:focus, .theme-yellow input[type=email]:focus, .theme-yellow input[type=number]:focus, .theme-yellow input[type=password]:focus, .theme-yellow input[type=text]:focus, .theme-yellow select:focus, .theme-yellow textarea:focus, .todo-app .filters .theme-yellow .filter.active, .todo-app .filters .theme-yellow .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #ffeb3b;
    box-shadow: inset 0 -2px 0 #ffeb3b;
}

.theme-yellow .theme-darken-1 {
    background-color: #fdd835;
    color: #fff;
}

.theme-yellow .btn-link:focus, .theme-yellow .btn-link:hover, .theme-yellow .theme-text-darken-1 {
    color: #fdd835;
}

#logo .theme-yellow .foot1, #logo .theme-yellow .foot3, .theme-yellow #logo .foot1, .theme-yellow #logo .foot3, .theme-yellow .btn-primary:hover, .theme-yellow .theme-bg-darken-1 {
    background-color: #fdd835;
}

.theme-yellow .theme-border-darken-1 {
    border-color: #fdd835;
}

.theme-yellow .theme-fill-darken-1 {
    fill: #fdd835;
}

.theme-yellow .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #fdd835;
    box-shadow: inset 0 -2px 0 #fdd835;
}

.theme-yellow .theme-darken-2 {
    background-color: #fbc02d;
    color: #fff;
}

.theme-yellow .theme-text-darken-2 {
    color: #fbc02d;
}

.theme-yellow .theme-bg-darken-2 {
    background-color: #fbc02d;
}

.theme-yellow .theme-border-darken-2 {
    border-color: #fbc02d;
}

.theme-yellow .theme-fill-darken-2 {
    fill: #fbc02d;
}

.theme-yellow .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #fbc02d;
    box-shadow: inset 0 -2px 0 #fbc02d;
}

.theme-yellow .theme-darken-3 {
    background-color: #f9a825;
    color: #fff;
}

.theme-yellow .theme-text-darken-3 {
    color: #f9a825;
}

.theme-yellow .theme-bg-darken-3 {
    background-color: #f9a825;
}

.theme-yellow .theme-border-darken-3 {
    border-color: #f9a825;
}

.theme-yellow .theme-fill-darken-3 {
    fill: #f9a825;
}

.theme-yellow .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f9a825;
    box-shadow: inset 0 -2px 0 #f9a825;
}

.theme-yellow .theme-darken-4 {
    background-color: #f57f17;
    color: #fff;
}

.theme-yellow .theme-text-darken-4 {
    color: #f57f17;
}

.theme-yellow .theme-bg-darken-4 {
    background-color: #f57f17;
}

.theme-yellow .theme-border-darken-4 {
    border-color: #f57f17;
}

.theme-yellow .theme-fill-darken-4 {
    fill: #f57f17;
}

.theme-yellow .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #f57f17;
    box-shadow: inset 0 -2px 0 #f57f17;
}

.theme-yellow .theme-accent-1 {
    background-color: #ffff8d;
    color: #666;
}

.theme-yellow .theme-text-accent-1 {
    color: #ffff8d;
}

.theme-yellow .theme-bg-accent-1 {
    background-color: #ffff8d;
}

.theme-yellow .theme-border-accent-1 {
    border-color: #ffff8d;
}

.theme-yellow .theme-fill-accent-1 {
    fill: #ffff8d;
}

.theme-yellow .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffff8d;
    box-shadow: inset 0 -2px 0 #ffff8d;
}

.theme-yellow .theme-accent-2 {
    background-color: #ff0;
    color: #fff;
}

.theme-yellow .theme-text-accent-2 {
    color: #ff0;
}

.theme-yellow .theme-bg-accent-2 {
    background-color: #ff0;
}

.theme-yellow .theme-border-accent-2 {
    border-color: #ff0;
}

.theme-yellow .theme-fill-accent-2 {
    fill: #ff0;
}

.theme-yellow .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff0;
    box-shadow: inset 0 -2px 0 #ff0;
}

.theme-yellow .theme-accent-3 {
    background-color: #ffea00;
    color: #fff;
}

.theme-yellow .theme-text-accent-3 {
    color: #ffea00;
}

.theme-yellow .theme-bg-accent-3 {
    background-color: #ffea00;
}

.theme-yellow .theme-border-accent-3 {
    border-color: #ffea00;
}

.theme-yellow .theme-fill-accent-3 {
    fill: #ffea00;
}

.theme-yellow .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffea00;
    box-shadow: inset 0 -2px 0 #ffea00;
}

.theme-yellow .theme-accent-4 {
    background-color: #ffd600;
    color: #fff;
}

.theme-yellow .theme-text-accent-4 {
    color: #ffd600;
}

.theme-yellow .btn-primary:focus, .theme-yellow .theme-bg-accent-4 {
    background-color: #ffd600;
}

.theme-yellow .theme-border-accent-4 {
    border-color: #ffd600;
}

.theme-yellow .theme-fill-accent-4 {
    fill: #ffd600;
}

.theme-yellow .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd600;
    box-shadow: inset 0 -2px 0 #ffd600;
}

.theme-yellow .theme-secondary-lighten-5 {
    background-color: #fce4ec;
    color: #666;
}

.theme-yellow .theme-secondary-text-lighten-5 {
    color: #fce4ec;
}

.card .list-group .theme-yellow .list-group-item:hover, .theme-yellow .card .list-group .list-group-item:hover, .theme-yellow .theme-secondary-bg-lighten-5 {
    background-color: #fce4ec;
}

.theme-yellow .theme-secondary-border-lighten-5 {
    border-color: #fce4ec;
}

.theme-yellow .theme-secondary-fill-lighten-5 {
    fill: #fce4ec;
}

.theme-yellow .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
    box-shadow: inset 0 -2px 0 #fce4ec;
}

.theme-yellow .theme-secondary-lighten-4 {
    background-color: #f8bbd0;
    color: #666;
}

.theme-yellow .theme-secondary-text-lighten-4 {
    color: #f8bbd0;
}

.theme-yellow .theme-secondary-bg-lighten-4 {
    background-color: #f8bbd0;
}

.theme-yellow .theme-secondary-border-lighten-4 {
    border-color: #f8bbd0;
}

.theme-yellow .theme-secondary-fill-lighten-4 {
    fill: #f8bbd0;
}

.theme-yellow .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
    box-shadow: inset 0 -2px 0 #f8bbd0;
}

.theme-yellow .theme-secondary-lighten-3 {
    background-color: #f48fb1;
    color: #fff;
}

.theme-template-dark .sidebar .user-logged-in .theme-yellow a, .theme-yellow .theme-secondary-text-lighten-3, .theme-yellow .theme-template-dark .sidebar .user-logged-in a, .theme-yellow a:focus, .theme-yellow a:hover {
    color: #f48fb1;
}

.theme-yellow .theme-secondary-bg-lighten-3 {
    background-color: #f48fb1;
}

.theme-yellow .theme-secondary-border-lighten-3 {
    border-color: #f48fb1;
}

.theme-yellow .theme-secondary-fill-lighten-3 {
    fill: #f48fb1;
}

.theme-yellow .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
    box-shadow: inset 0 -2px 0 #f48fb1;
}

.theme-yellow .theme-secondary-lighten-2 {
    background-color: #f06292;
    color: #fff;
}

.theme-yellow .theme-secondary-text-lighten-2 {
    color: #f06292;
}

.theme-yellow .theme-secondary-bg-lighten-2 {
    background-color: #f06292;
}

.theme-yellow .theme-secondary-border-lighten-2 {
    border-color: #f06292;
}

.theme-yellow .theme-secondary-fill-lighten-2 {
    fill: #f06292;
}

.theme-yellow .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #f06292;
    box-shadow: inset 0 -2px 0 #f06292;
}

.theme-yellow .theme-secondary-lighten-1 {
    background-color: #ec407a;
    color: #fff;
}

.theme-yellow .theme-secondary-text-lighten-1 {
    color: #ec407a;
}

.theme-yellow .theme-secondary-bg-lighten-1 {
    background-color: #ec407a;
}

.theme-yellow .theme-secondary-border-lighten-1 {
    border-color: #ec407a;
}

.theme-yellow .theme-secondary-fill-lighten-1 {
    fill: #ec407a;
}

.theme-yellow .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ec407a;
    box-shadow: inset 0 -2px 0 #ec407a;
}

.jvectormap-container .theme-yellow .jvectormap-zoomin, .jvectormap-container .theme-yellow .jvectormap-zoomout, .theme-yellow .alert.alert-theme, .theme-yellow .jvectormap-container .jvectormap-zoomin, .theme-yellow .jvectormap-container .jvectormap-zoomout, .theme-yellow .theme-secondary {
    background-color: #e91e63;
    color: #fff;
}

.theme-yellow .theme-secondary-text, .theme-yellow a {
    color: #e91e63;
}

.c3 .c3-tooltip .theme-yellow th, .card .list-group .theme-yellow .list-group-item.active, .theme-yellow .c3 .c3-tooltip th, .theme-yellow .card .list-group .list-group-item.active, .theme-yellow .theme-secondary-bg {
    background-color: #e91e63;
}

.theme-yellow .theme-secondary-border {
    border-color: #e91e63;
}

.theme-yellow .theme-secondary-fill {
    fill: #e91e63;
}

.theme-yellow .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #e91e63;
    box-shadow: inset 0 -2px 0 #e91e63;
}

.theme-yellow .theme-secondary-darken-1 {
    background-color: #d81b60;
    color: #fff;
}

.theme-yellow .theme-secondary-text-darken-1 {
    color: #d81b60;
}

.theme-yellow .theme-secondary-bg-darken-1 {
    background-color: #d81b60;
}

.theme-yellow .theme-secondary-border-darken-1 {
    border-color: #d81b60;
}

.theme-yellow .theme-secondary-fill-darken-1 {
    fill: #d81b60;
}

.theme-yellow .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #d81b60;
    box-shadow: inset 0 -2px 0 #d81b60;
}

.theme-yellow .theme-secondary-darken-2 {
    background-color: #c2185b;
    color: #fff;
}

.theme-yellow .theme-secondary-text-darken-2 {
    color: #c2185b;
}

.theme-yellow .theme-secondary-bg-darken-2 {
    background-color: #c2185b;
}

.theme-yellow .theme-secondary-border-darken-2 {
    border-color: #c2185b;
}

.theme-yellow .theme-secondary-fill-darken-2 {
    fill: #c2185b;
}

.theme-yellow .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #c2185b;
    box-shadow: inset 0 -2px 0 #c2185b;
}

.theme-yellow .theme-secondary-darken-3 {
    background-color: #ad1457;
    color: #fff;
}

.theme-yellow .theme-secondary-text-darken-3 {
    color: #ad1457;
}

.theme-yellow .theme-secondary-bg-darken-3 {
    background-color: #ad1457;
}

.theme-yellow .theme-secondary-border-darken-3 {
    border-color: #ad1457;
}

.theme-yellow .theme-secondary-fill-darken-3 {
    fill: #ad1457;
}

.theme-yellow .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ad1457;
    box-shadow: inset 0 -2px 0 #ad1457;
}

.theme-yellow .theme-secondary-darken-4 {
    background-color: #880e4f;
    color: #fff;
}

.theme-yellow .theme-secondary-text-darken-4 {
    color: #880e4f;
}

.theme-yellow .theme-secondary-bg-darken-4 {
    background-color: #880e4f;
}

.theme-yellow .theme-secondary-border-darken-4 {
    border-color: #880e4f;
}

.theme-yellow .theme-secondary-fill-darken-4 {
    fill: #880e4f;
}

.theme-yellow .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #880e4f;
    box-shadow: inset 0 -2px 0 #880e4f;
}

.theme-yellow .theme-secondary-accent-1 {
    background-color: #ff80ab;
    color: #fff;
}

.theme-yellow .theme-secondary-text-accent-1 {
    color: #ff80ab;
}

.theme-yellow .theme-secondary-bg-accent-1 {
    background-color: #ff80ab;
}

.theme-yellow .theme-secondary-border-accent-1 {
    border-color: #ff80ab;
}

.theme-yellow .theme-secondary-fill-accent-1 {
    fill: #ff80ab;
}

.theme-yellow .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
    box-shadow: inset 0 -2px 0 #ff80ab;
}

.theme-yellow .theme-secondary-accent-2 {
    background-color: #ff4081;
    color: #fff;
}

.theme-yellow .theme-secondary-text-accent-2 {
    color: #ff4081;
}

.theme-yellow .theme-secondary-bg-accent-2 {
    background-color: #ff4081;
}

.theme-yellow .theme-secondary-border-accent-2 {
    border-color: #ff4081;
}

.theme-yellow .theme-secondary-fill-accent-2 {
    fill: #ff4081;
}

.theme-yellow .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff4081;
    box-shadow: inset 0 -2px 0 #ff4081;
}

.theme-yellow .theme-secondary-accent-3 {
    background-color: #f50057;
    color: #fff;
}

.theme-yellow .theme-secondary-text-accent-3 {
    color: #f50057;
}

.theme-yellow .theme-secondary-bg-accent-3 {
    background-color: #f50057;
}

.theme-yellow .theme-secondary-border-accent-3 {
    border-color: #f50057;
}

.theme-yellow .theme-secondary-fill-accent-3 {
    fill: #f50057;
}

.theme-yellow .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #f50057;
    box-shadow: inset 0 -2px 0 #f50057;
}

.theme-yellow .theme-secondary-accent-4 {
    background-color: #c51162;
    color: #fff;
}

.theme-yellow .theme-secondary-text-accent-4 {
    color: #c51162;
}

.theme-yellow .theme-secondary-bg-accent-4 {
    background-color: #c51162;
}

.theme-yellow .theme-secondary-border-accent-4 {
    border-color: #c51162;
}

.theme-yellow .theme-secondary-fill-accent-4 {
    fill: #c51162;
}

.theme-yellow .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #c51162;
    box-shadow: inset 0 -2px 0 #c51162;
}

.theme-amber .theme-lighten-5 {
    background-color: #fff8e1;
    color: #666;
}

.theme-amber .theme-text-lighten-5 {
    color: #fff8e1;
}

.theme-amber .theme-bg-lighten-5 {
    background-color: #fff8e1;
}

.theme-amber .theme-border-lighten-5 {
    border-color: #fff8e1;
}

.theme-amber .theme-fill-lighten-5 {
    fill: #fff8e1;
}

.theme-amber .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fff8e1;
    box-shadow: inset 0 -2px 0 #fff8e1;
}

.theme-amber .theme-lighten-4 {
    background-color: #ffecb3;
    color: #666;
}

.theme-amber .theme-text-lighten-4 {
    color: #ffecb3;
}

.theme-amber .theme-bg-lighten-4 {
    background-color: #ffecb3;
}

.theme-amber .theme-border-lighten-4 {
    border-color: #ffecb3;
}

.theme-amber .theme-fill-lighten-4 {
    fill: #ffecb3;
}

.theme-amber .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffecb3;
    box-shadow: inset 0 -2px 0 #ffecb3;
}

.theme-amber .theme-lighten-3 {
    background-color: #ffe082;
    color: #fff;
}

.theme-amber .theme-text-lighten-3 {
    color: #ffe082;
}

.switch label .theme-amber input[type=checkbox]:checked + .lever, .theme-amber .btn-primary.disabled, .theme-amber .switch label input[type=checkbox]:checked + .lever, .theme-amber .theme-bg-lighten-3 {
    background-color: #ffe082;
}

.theme-amber .theme-border-lighten-3 {
    border-color: #ffe082;
}

.theme-amber .theme-fill-lighten-3 {
    fill: #ffe082;
}

.theme-amber .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe082;
    box-shadow: inset 0 -2px 0 #ffe082;
}

.theme-amber .theme-lighten-2 {
    background-color: #ffd54f;
    color: #fff;
}

.theme-amber .theme-text-lighten-2 {
    color: #ffd54f;
}

.theme-amber .theme-bg-lighten-2 {
    background-color: #ffd54f;
}

.theme-amber .theme-border-lighten-2 {
    border-color: #ffd54f;
}

.theme-amber .theme-fill-lighten-2 {
    fill: #ffd54f;
}

.theme-amber .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd54f;
    box-shadow: inset 0 -2px 0 #ffd54f;
}

.theme-amber .theme-lighten-1 {
    background-color: #ffca28;
    color: #fff;
}

.theme-amber .theme-text-lighten-1, .theme-amber aside.sidebar a.collapsible-header:after, aside.sidebar .theme-amber a.collapsible-header:after {
    color: #ffca28;
}

.theme-amber .theme-bg-lighten-1 {
    background-color: #ffca28;
}

#loading-bar .theme-amber .bar, #logo .theme-amber .foot2, #logo .theme-amber .foot4, .noUi-range .theme-amber .noUi-origin:first-child, .switch label .theme-amber input[type=checkbox]:checked + .lever:after, .theme-amber #loading-bar .bar, .theme-amber #logo .foot2, .theme-amber #logo .foot4, .theme-amber .btn-primary, .theme-amber .noUi-base, .theme-amber .noUi-handle, .theme-amber .noUi-handle:before, .theme-amber .noUi-range .noUi-origin:first-child, .theme-amber .switch label input[type=checkbox]:checked + .lever:after, .theme-amber .theme, .theme-amber .theme-bg, .theme-amber input[type=checkbox]:checked:after, .theme-amber input[type=radio]:before {
    background-color: #ffc107;
}

.theme-amber .theme-border-lighten-1 {
    border-color: #ffca28;
}

.theme-amber .theme-fill-lighten-1 {
    fill: #ffca28;
}

.theme-amber .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffca28;
    box-shadow: inset 0 -2px 0 #ffca28;
}

.theme-amber .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-amber td:first-child, .page-header .theme-amber h1, .theme-amber .btn-link, .theme-amber .dashboard .table-dashboard-widget-1 td:first-child, .theme-amber .nav-tabs > li.active > a, .theme-amber .nav-tabs > li.active > a:focus:hover, .theme-amber .nav-tabs > li > a:hover, .theme-amber .page-header h1, .theme-amber .theme-text, .theme-amber .todo-app .filters .filter, .theme-amber .todo-app .filters .filter.active:hover, .theme-amber .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-amber .filter, .todo-app .filters .theme-amber .filter.active:hover, .todo-app .filters .theme-amber .filter:focus:hover {
    color: #ffc107;
}

.theme-amber .theme-border, .theme-amber input[type=checkbox]:checked:after, .theme-amber input[type=radio]:checked:after {
    border-color: #ffc107;
}

.theme-amber .theme-fill {
    fill: #ffc107;
}

.focussed .theme-amber .ta-bind, .theme-amber .focussed .ta-bind, .theme-amber .nav-tabs > li.active > a, .theme-amber .nav-tabs > li > a:hover, .theme-amber .theme-box-inset, .theme-amber .todo-app .filters .filter.active, .theme-amber .todo-app .filters .filter:hover, .theme-amber [contenteditable].form-control:focus, .theme-amber [type=email].form-control:focus, .theme-amber [type=password].form-control:focus, .theme-amber [type=tel].form-control:focus, .theme-amber [type=text].form-control:focus, .theme-amber input.form-control:focus, .theme-amber input[type=email]:focus, .theme-amber input[type=number]:focus, .theme-amber input[type=password]:focus, .theme-amber input[type=text]:focus, .theme-amber select:focus, .theme-amber textarea:focus, .todo-app .filters .theme-amber .filter.active, .todo-app .filters .theme-amber .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #ffc107;
    box-shadow: inset 0 -2px 0 #ffc107;
}

.theme-amber .theme-darken-1 {
    background-color: #ffb300;
    color: #fff;
}

.theme-amber .btn-link:focus, .theme-amber .btn-link:hover, .theme-amber .theme-text-darken-1 {
    color: #ffb300;
}

#logo .theme-amber .foot1, #logo .theme-amber .foot3, .theme-amber #logo .foot1, .theme-amber #logo .foot3, .theme-amber .btn-primary:hover, .theme-amber .theme-bg-darken-1 {
    background-color: #ffb300;
}

.theme-amber .theme-border-darken-1 {
    border-color: #ffb300;
}

.theme-amber .theme-fill-darken-1 {
    fill: #ffb300;
}

.theme-amber .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffb300;
    box-shadow: inset 0 -2px 0 #ffb300;
}

.theme-amber .theme-darken-2 {
    background-color: #ffa000;
    color: #fff;
}

.theme-amber .theme-text-darken-2 {
    color: #ffa000;
}

.theme-amber .theme-bg-darken-2 {
    background-color: #ffa000;
}

.theme-amber .theme-border-darken-2 {
    border-color: #ffa000;
}

.theme-amber .theme-fill-darken-2 {
    fill: #ffa000;
}

.theme-amber .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffa000;
    box-shadow: inset 0 -2px 0 #ffa000;
}

.theme-amber .theme-darken-3 {
    background-color: #ff8f00;
    color: #fff;
}

.theme-amber .theme-text-darken-3 {
    color: #ff8f00;
}

.theme-amber .theme-bg-darken-3 {
    background-color: #ff8f00;
}

.theme-amber .theme-border-darken-3 {
    border-color: #ff8f00;
}

.theme-amber .theme-fill-darken-3 {
    fill: #ff8f00;
}

.theme-amber .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff8f00;
    box-shadow: inset 0 -2px 0 #ff8f00;
}

.theme-amber .theme-darken-4 {
    background-color: #ff6f00;
    color: #fff;
}

.theme-amber .theme-text-darken-4 {
    color: #ff6f00;
}

.theme-amber .theme-bg-darken-4 {
    background-color: #ff6f00;
}

.theme-amber .theme-border-darken-4 {
    border-color: #ff6f00;
}

.theme-amber .theme-fill-darken-4 {
    fill: #ff6f00;
}

.theme-amber .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6f00;
    box-shadow: inset 0 -2px 0 #ff6f00;
}

.theme-amber .theme-accent-1 {
    background-color: #ffe57f;
    color: #fff;
}

.theme-amber .theme-text-accent-1 {
    color: #ffe57f;
}

.theme-amber .theme-bg-accent-1 {
    background-color: #ffe57f;
}

.theme-amber .theme-border-accent-1 {
    border-color: #ffe57f;
}

.theme-amber .theme-fill-accent-1 {
    fill: #ffe57f;
}

.theme-amber .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe57f;
    box-shadow: inset 0 -2px 0 #ffe57f;
}

.theme-amber .theme-accent-2 {
    background-color: #ffd740;
    color: #fff;
}

.theme-amber .theme-text-accent-2 {
    color: #ffd740;
}

.theme-amber .theme-bg-accent-2 {
    background-color: #ffd740;
}

.theme-amber .theme-border-accent-2 {
    border-color: #ffd740;
}

.theme-amber .theme-fill-accent-2 {
    fill: #ffd740;
}

.theme-amber .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd740;
    box-shadow: inset 0 -2px 0 #ffd740;
}

.theme-amber .theme-accent-3 {
    background-color: #ffc400;
    color: #fff;
}

.theme-amber .theme-text-accent-3 {
    color: #ffc400;
}

.theme-amber .theme-bg-accent-3 {
    background-color: #ffc400;
}

.theme-amber .theme-border-accent-3 {
    border-color: #ffc400;
}

.theme-amber .theme-fill-accent-3 {
    fill: #ffc400;
}

.theme-amber .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffc400;
    box-shadow: inset 0 -2px 0 #ffc400;
}

.theme-amber .theme-accent-4 {
    background-color: #ffab00;
    color: #fff;
}

.theme-amber .theme-text-accent-4 {
    color: #ffab00;
}

.theme-amber .btn-primary:focus, .theme-amber .theme-bg-accent-4 {
    background-color: #ffab00;
}

.theme-amber .theme-border-accent-4 {
    border-color: #ffab00;
}

.theme-amber .theme-fill-accent-4 {
    fill: #ffab00;
}

.theme-amber .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab00;
    box-shadow: inset 0 -2px 0 #ffab00;
}

.theme-amber .theme-secondary-lighten-5 {
    background-color: #f3e5f5;
    color: #666;
}

.theme-amber .theme-secondary-text-lighten-5 {
    color: #f3e5f5;
}

.card .list-group .theme-amber .list-group-item:hover, .theme-amber .card .list-group .list-group-item:hover, .theme-amber .theme-secondary-bg-lighten-5 {
    background-color: #f3e5f5;
}

.theme-amber .theme-secondary-border-lighten-5 {
    border-color: #f3e5f5;
}

.theme-amber .theme-secondary-fill-lighten-5 {
    fill: #f3e5f5;
}

.theme-amber .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
    box-shadow: inset 0 -2px 0 #f3e5f5;
}

.theme-amber .theme-secondary-lighten-4 {
    background-color: #e1bee7;
    color: #666;
}

.theme-amber .theme-secondary-text-lighten-4 {
    color: #e1bee7;
}

.theme-amber .theme-secondary-bg-lighten-4 {
    background-color: #e1bee7;
}

.theme-amber .theme-secondary-border-lighten-4 {
    border-color: #e1bee7;
}

.theme-amber .theme-secondary-fill-lighten-4 {
    fill: #e1bee7;
}

.theme-amber .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
    box-shadow: inset 0 -2px 0 #e1bee7;
}

.theme-amber .theme-secondary-lighten-3 {
    background-color: #ce93d8;
    color: #fff;
}

.theme-amber .theme-secondary-text-lighten-3, .theme-amber .theme-template-dark .sidebar .user-logged-in a, .theme-amber a:focus, .theme-amber a:hover, .theme-template-dark .sidebar .user-logged-in .theme-amber a {
    color: #ce93d8;
}

.theme-amber .theme-secondary-bg-lighten-3 {
    background-color: #ce93d8;
}

.theme-amber .theme-secondary-border-lighten-3 {
    border-color: #ce93d8;
}

.theme-amber .theme-secondary-fill-lighten-3 {
    fill: #ce93d8;
}

.theme-amber .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
    box-shadow: inset 0 -2px 0 #ce93d8;
}

.theme-amber .theme-secondary-lighten-2 {
    background-color: #ba68c8;
    color: #fff;
}

.theme-amber .theme-secondary-text-lighten-2 {
    color: #ba68c8;
}

.theme-amber .theme-secondary-bg-lighten-2 {
    background-color: #ba68c8;
}

.theme-amber .theme-secondary-border-lighten-2 {
    border-color: #ba68c8;
}

.theme-amber .theme-secondary-fill-lighten-2 {
    fill: #ba68c8;
}

.theme-amber .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
    box-shadow: inset 0 -2px 0 #ba68c8;
}

.theme-amber .theme-secondary-lighten-1 {
    background-color: #ab47bc;
    color: #fff;
}

.theme-amber .theme-secondary-text-lighten-1 {
    color: #ab47bc;
}

.theme-amber .theme-secondary-bg-lighten-1 {
    background-color: #ab47bc;
}

.theme-amber .theme-secondary-border-lighten-1 {
    border-color: #ab47bc;
}

.theme-amber .theme-secondary-fill-lighten-1 {
    fill: #ab47bc;
}

.theme-amber .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
    box-shadow: inset 0 -2px 0 #ab47bc;
}

.jvectormap-container .theme-amber .jvectormap-zoomin, .jvectormap-container .theme-amber .jvectormap-zoomout, .theme-amber .alert.alert-theme, .theme-amber .jvectormap-container .jvectormap-zoomin, .theme-amber .jvectormap-container .jvectormap-zoomout, .theme-amber .theme-secondary {
    background-color: #9c27b0;
    color: #fff;
}

.theme-amber .theme-secondary-text, .theme-amber a {
    color: #9c27b0;
}

.c3 .c3-tooltip .theme-amber th, .card .list-group .theme-amber .list-group-item.active, .theme-amber .c3 .c3-tooltip th, .theme-amber .card .list-group .list-group-item.active, .theme-amber .theme-secondary-bg {
    background-color: #9c27b0;
}

.theme-amber .theme-secondary-border {
    border-color: #9c27b0;
}

.theme-amber .theme-secondary-fill {
    fill: #9c27b0;
}

.theme-amber .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
    box-shadow: inset 0 -2px 0 #9c27b0;
}

.theme-amber .theme-secondary-darken-1 {
    background-color: #8e24aa;
    color: #fff;
}

.theme-amber .theme-secondary-text-darken-1 {
    color: #8e24aa;
}

.theme-amber .theme-secondary-bg-darken-1 {
    background-color: #8e24aa;
}

.theme-amber .theme-secondary-border-darken-1 {
    border-color: #8e24aa;
}

.theme-amber .theme-secondary-fill-darken-1 {
    fill: #8e24aa;
}

.theme-amber .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
    box-shadow: inset 0 -2px 0 #8e24aa;
}

.theme-amber .theme-secondary-darken-2 {
    background-color: #7b1fa2;
    color: #fff;
}

.theme-amber .theme-secondary-text-darken-2 {
    color: #7b1fa2;
}

.theme-amber .theme-secondary-bg-darken-2 {
    background-color: #7b1fa2;
}

.theme-amber .theme-secondary-border-darken-2 {
    border-color: #7b1fa2;
}

.theme-amber .theme-secondary-fill-darken-2 {
    fill: #7b1fa2;
}

.theme-amber .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
    box-shadow: inset 0 -2px 0 #7b1fa2;
}

.theme-amber .theme-secondary-darken-3 {
    background-color: #6a1b9a;
    color: #fff;
}

.theme-amber .theme-secondary-text-darken-3 {
    color: #6a1b9a;
}

.theme-amber .theme-secondary-bg-darken-3 {
    background-color: #6a1b9a;
}

.theme-amber .theme-secondary-border-darken-3 {
    border-color: #6a1b9a;
}

.theme-amber .theme-secondary-fill-darken-3 {
    fill: #6a1b9a;
}

.theme-amber .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
    box-shadow: inset 0 -2px 0 #6a1b9a;
}

.theme-amber .theme-secondary-darken-4 {
    background-color: #4a148c;
    color: #fff;
}

.theme-amber .theme-secondary-text-darken-4 {
    color: #4a148c;
}

.theme-amber .theme-secondary-bg-darken-4 {
    background-color: #4a148c;
}

.theme-amber .theme-secondary-border-darken-4 {
    border-color: #4a148c;
}

.theme-amber .theme-secondary-fill-darken-4 {
    fill: #4a148c;
}

.theme-amber .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #4a148c;
    box-shadow: inset 0 -2px 0 #4a148c;
}

.theme-amber .theme-secondary-accent-1 {
    background-color: #ea80fc;
    color: #fff;
}

.theme-amber .theme-secondary-text-accent-1 {
    color: #ea80fc;
}

.theme-amber .theme-secondary-bg-accent-1 {
    background-color: #ea80fc;
}

.theme-amber .theme-secondary-border-accent-1 {
    border-color: #ea80fc;
}

.theme-amber .theme-secondary-fill-accent-1 {
    fill: #ea80fc;
}

.theme-amber .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
    box-shadow: inset 0 -2px 0 #ea80fc;
}

.theme-amber .theme-secondary-accent-2 {
    background-color: #e040fb;
    color: #fff;
}

.theme-amber .theme-secondary-text-accent-2 {
    color: #e040fb;
}

.theme-amber .theme-secondary-bg-accent-2 {
    background-color: #e040fb;
}

.theme-amber .theme-secondary-border-accent-2 {
    border-color: #e040fb;
}

.theme-amber .theme-secondary-fill-accent-2 {
    fill: #e040fb;
}

.theme-amber .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #e040fb;
    box-shadow: inset 0 -2px 0 #e040fb;
}

.theme-amber .theme-secondary-accent-3 {
    background-color: #d500f9;
    color: #fff;
}

.theme-amber .theme-secondary-text-accent-3 {
    color: #d500f9;
}

.theme-amber .theme-secondary-bg-accent-3 {
    background-color: #d500f9;
}

.theme-amber .theme-secondary-border-accent-3 {
    border-color: #d500f9;
}

.theme-amber .theme-secondary-fill-accent-3 {
    fill: #d500f9;
}

.theme-amber .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #d500f9;
    box-shadow: inset 0 -2px 0 #d500f9;
}

.theme-amber .theme-secondary-accent-4 {
    background-color: #a0f;
    color: #fff;
}

.theme-amber .theme-secondary-text-accent-4 {
    color: #a0f;
}

.theme-amber .theme-secondary-bg-accent-4 {
    background-color: #a0f;
}

.theme-amber .theme-secondary-border-accent-4 {
    border-color: #a0f;
}

.theme-amber .theme-secondary-fill-accent-4 {
    fill: #a0f;
}

.theme-amber .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #a0f;
    box-shadow: inset 0 -2px 0 #a0f;
}

.theme-orange .theme-lighten-5 {
    background-color: #fff3e0;
    color: #666;
}

.theme-orange .theme-text-lighten-5 {
    color: #fff3e0;
}

.theme-orange .theme-bg-lighten-5 {
    background-color: #fff3e0;
}

.theme-orange .theme-border-lighten-5 {
    border-color: #fff3e0;
}

.theme-orange .theme-fill-lighten-5 {
    fill: #fff3e0;
}

.theme-orange .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fff3e0;
    box-shadow: inset 0 -2px 0 #fff3e0;
}

.theme-orange .theme-lighten-4 {
    background-color: #ffe0b2;
    color: #666;
}

.theme-orange .theme-text-lighten-4 {
    color: #ffe0b2;
}

.theme-orange .theme-bg-lighten-4 {
    background-color: #ffe0b2;
}

.theme-orange .theme-border-lighten-4 {
    border-color: #ffe0b2;
}

.theme-orange .theme-fill-lighten-4 {
    fill: #ffe0b2;
}

.theme-orange .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe0b2;
    box-shadow: inset 0 -2px 0 #ffe0b2;
}

.theme-orange .theme-lighten-3 {
    background-color: #ffcc80;
    color: #fff;
}

.theme-orange .theme-text-lighten-3 {
    color: #ffcc80;
}

.switch label .theme-orange input[type=checkbox]:checked + .lever, .theme-orange .btn-primary.disabled, .theme-orange .switch label input[type=checkbox]:checked + .lever, .theme-orange .theme-bg-lighten-3 {
    background-color: #ffcc80;
}

.theme-orange .theme-border-lighten-3 {
    border-color: #ffcc80;
}

.theme-orange .theme-fill-lighten-3 {
    fill: #ffcc80;
}

.theme-orange .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffcc80;
    box-shadow: inset 0 -2px 0 #ffcc80;
}

.theme-orange .theme-lighten-2 {
    background-color: #ffb74d;
    color: #fff;
}

.theme-orange .theme-text-lighten-2 {
    color: #ffb74d;
}

.theme-orange .theme-bg-lighten-2 {
    background-color: #ffb74d;
}

.theme-orange .theme-border-lighten-2 {
    border-color: #ffb74d;
}

.theme-orange .theme-fill-lighten-2 {
    fill: #ffb74d;
}

.theme-orange .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffb74d;
    box-shadow: inset 0 -2px 0 #ffb74d;
}

.theme-orange .theme-lighten-1 {
    background-color: #ffa726;
    color: #fff;
}

.theme-orange .theme-text-lighten-1, .theme-orange aside.sidebar a.collapsible-header:after, aside.sidebar .theme-orange a.collapsible-header:after {
    color: #ffa726;
}

.theme-orange .theme-bg-lighten-1 {
    background-color: #ffa726;
}

#loading-bar .theme-orange .bar, #logo .theme-orange .foot2, #logo .theme-orange .foot4, .noUi-range .theme-orange .noUi-origin:first-child, .switch label .theme-orange input[type=checkbox]:checked + .lever:after, .theme-orange #loading-bar .bar, .theme-orange #logo .foot2, .theme-orange #logo .foot4, .theme-orange .btn-primary, .theme-orange .noUi-base, .theme-orange .noUi-handle, .theme-orange .noUi-handle:before, .theme-orange .noUi-range .noUi-origin:first-child, .theme-orange .switch label input[type=checkbox]:checked + .lever:after, .theme-orange .theme, .theme-orange .theme-bg, .theme-orange input[type=checkbox]:checked:after, .theme-orange input[type=radio]:before {
    background-color: #ff9800;
}

.theme-orange .theme-border-lighten-1 {
    border-color: #ffa726;
}

.theme-orange .theme-fill-lighten-1 {
    fill: #ffa726;
}

.theme-orange .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffa726;
    box-shadow: inset 0 -2px 0 #ffa726;
}

.theme-orange .theme {
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-orange td:first-child, .page-header .theme-orange h1, .theme-orange .btn-link, .theme-orange .dashboard .table-dashboard-widget-1 td:first-child, .theme-orange .nav-tabs > li.active > a, .theme-orange .nav-tabs > li.active > a:focus:hover, .theme-orange .nav-tabs > li > a:hover, .theme-orange .page-header h1, .theme-orange .theme-text, .theme-orange .todo-app .filters .filter, .theme-orange .todo-app .filters .filter.active:hover, .theme-orange .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-orange .filter, .todo-app .filters .theme-orange .filter.active:hover, .todo-app .filters .theme-orange .filter:focus:hover {
    color: #ff9800;
}

.theme-orange .theme-border, .theme-orange input[type=checkbox]:checked:after, .theme-orange input[type=radio]:checked:after {
    border-color: #ff9800;
}

.theme-orange .theme-fill {
    fill: #ff9800;
}

.focussed .theme-orange .ta-bind, .theme-orange .focussed .ta-bind, .theme-orange .nav-tabs > li.active > a, .theme-orange .nav-tabs > li > a:hover, .theme-orange .theme-box-inset, .theme-orange .todo-app .filters .filter.active, .theme-orange .todo-app .filters .filter:hover, .theme-orange [contenteditable].form-control:focus, .theme-orange [type=email].form-control:focus, .theme-orange [type=password].form-control:focus, .theme-orange [type=tel].form-control:focus, .theme-orange [type=text].form-control:focus, .theme-orange input.form-control:focus, .theme-orange input[type=email]:focus, .theme-orange input[type=number]:focus, .theme-orange input[type=password]:focus, .theme-orange input[type=text]:focus, .theme-orange select:focus, .theme-orange textarea:focus, .todo-app .filters .theme-orange .filter.active, .todo-app .filters .theme-orange .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #ff9800;
    box-shadow: inset 0 -2px 0 #ff9800;
}

.theme-orange .theme-darken-1 {
    background-color: #fb8c00;
    color: #fff;
}

.theme-orange .btn-link:focus, .theme-orange .btn-link:hover, .theme-orange .theme-text-darken-1 {
    color: #fb8c00;
}

#logo .theme-orange .foot1, #logo .theme-orange .foot3, .theme-orange #logo .foot1, .theme-orange #logo .foot3, .theme-orange .btn-primary:hover, .theme-orange .theme-bg-darken-1 {
    background-color: #fb8c00;
}

.theme-orange .theme-border-darken-1 {
    border-color: #fb8c00;
}

.theme-orange .theme-fill-darken-1 {
    fill: #fb8c00;
}

.theme-orange .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #fb8c00;
    box-shadow: inset 0 -2px 0 #fb8c00;
}

.theme-orange .theme-darken-2 {
    background-color: #f57c00;
    color: #fff;
}

.theme-orange .theme-text-darken-2 {
    color: #f57c00;
}

.theme-orange .theme-bg-darken-2 {
    background-color: #f57c00;
}

.theme-orange .theme-border-darken-2 {
    border-color: #f57c00;
}

.theme-orange .theme-fill-darken-2 {
    fill: #f57c00;
}

.theme-orange .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #f57c00;
    box-shadow: inset 0 -2px 0 #f57c00;
}

.theme-orange .theme-darken-3 {
    background-color: #ef6c00;
    color: #fff;
}

.theme-orange .theme-text-darken-3 {
    color: #ef6c00;
}

.theme-orange .theme-bg-darken-3 {
    background-color: #ef6c00;
}

.theme-orange .theme-border-darken-3 {
    border-color: #ef6c00;
}

.theme-orange .theme-fill-darken-3 {
    fill: #ef6c00;
}

.theme-orange .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ef6c00;
    box-shadow: inset 0 -2px 0 #ef6c00;
}

.theme-orange .theme-darken-4 {
    background-color: #e65100;
    color: #fff;
}

.theme-orange .theme-text-darken-4 {
    color: #e65100;
}

.theme-orange .theme-bg-darken-4 {
    background-color: #e65100;
}

.theme-orange .theme-border-darken-4 {
    border-color: #e65100;
}

.theme-orange .theme-fill-darken-4 {
    fill: #e65100;
}

.theme-orange .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #e65100;
    box-shadow: inset 0 -2px 0 #e65100;
}

.theme-orange .theme-accent-1 {
    background-color: #ffd180;
    color: #fff;
}

.theme-orange .theme-text-accent-1 {
    color: #ffd180;
}

.theme-orange .theme-bg-accent-1 {
    background-color: #ffd180;
}

.theme-orange .theme-border-accent-1 {
    border-color: #ffd180;
}

.theme-orange .theme-fill-accent-1 {
    fill: #ffd180;
}

.theme-orange .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd180;
    box-shadow: inset 0 -2px 0 #ffd180;
}

.theme-orange .theme-accent-2 {
    background-color: #ffab40;
    color: #fff;
}

.theme-orange .theme-text-accent-2 {
    color: #ffab40;
}

.theme-orange .theme-bg-accent-2 {
    background-color: #ffab40;
}

.theme-orange .theme-border-accent-2 {
    border-color: #ffab40;
}

.theme-orange .theme-fill-accent-2 {
    fill: #ffab40;
}

.theme-orange .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab40;
    box-shadow: inset 0 -2px 0 #ffab40;
}

.theme-orange .theme-accent-3 {
    background-color: #ff9100;
    color: #fff;
}

.theme-orange .theme-text-accent-3 {
    color: #ff9100;
}

.theme-orange .theme-bg-accent-3 {
    background-color: #ff9100;
}

.theme-orange .theme-border-accent-3 {
    border-color: #ff9100;
}

.theme-orange .theme-fill-accent-3 {
    fill: #ff9100;
}

.theme-orange .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff9100;
    box-shadow: inset 0 -2px 0 #ff9100;
}

.theme-orange .theme-accent-4 {
    background-color: #ff6d00;
    color: #fff;
}

.theme-orange .theme-text-accent-4 {
    color: #ff6d00;
}

.theme-orange .btn-primary:focus, .theme-orange .theme-bg-accent-4 {
    background-color: #ff6d00;
}

.theme-orange .theme-border-accent-4 {
    border-color: #ff6d00;
}

.theme-orange .theme-fill-accent-4 {
    fill: #ff6d00;
}

.theme-orange .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6d00;
    box-shadow: inset 0 -2px 0 #ff6d00;
}

.theme-orange .theme-secondary-lighten-5 {
    background-color: #ede7f6;
    color: #666;
}

.theme-orange .theme-secondary-text-lighten-5 {
    color: #ede7f6;
}

.card .list-group .theme-orange .list-group-item:hover, .theme-orange .card .list-group .list-group-item:hover, .theme-orange .theme-secondary-bg-lighten-5 {
    background-color: #ede7f6;
}

.theme-orange .theme-secondary-border-lighten-5 {
    border-color: #ede7f6;
}

.theme-orange .theme-secondary-fill-lighten-5 {
    fill: #ede7f6;
}

.theme-orange .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #ede7f6;
    box-shadow: inset 0 -2px 0 #ede7f6;
}

.theme-orange .theme-secondary-lighten-4 {
    background-color: #d1c4e9;
    color: #666;
}

.theme-orange .theme-secondary-text-lighten-4 {
    color: #d1c4e9;
}

.theme-orange .theme-secondary-bg-lighten-4 {
    background-color: #d1c4e9;
}

.theme-orange .theme-secondary-border-lighten-4 {
    border-color: #d1c4e9;
}

.theme-orange .theme-secondary-fill-lighten-4 {
    fill: #d1c4e9;
}

.theme-orange .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #d1c4e9;
    box-shadow: inset 0 -2px 0 #d1c4e9;
}

.theme-orange .theme-secondary-lighten-3 {
    background-color: #b39ddb;
    color: #fff;
}

.theme-orange .theme-secondary-text-lighten-3, .theme-orange .theme-template-dark .sidebar .user-logged-in a, .theme-orange a:focus, .theme-orange a:hover, .theme-template-dark .sidebar .user-logged-in .theme-orange a {
    color: #b39ddb;
}

.theme-orange .theme-secondary-bg-lighten-3 {
    background-color: #b39ddb;
}

.theme-orange .theme-secondary-border-lighten-3 {
    border-color: #b39ddb;
}

.theme-orange .theme-secondary-fill-lighten-3 {
    fill: #b39ddb;
}

.theme-orange .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #b39ddb;
    box-shadow: inset 0 -2px 0 #b39ddb;
}

.theme-orange .theme-secondary-lighten-2 {
    background-color: #9575cd;
    color: #fff;
}

.theme-orange .theme-secondary-text-lighten-2 {
    color: #9575cd;
}

.theme-orange .theme-secondary-bg-lighten-2 {
    background-color: #9575cd;
}

.theme-orange .theme-secondary-border-lighten-2 {
    border-color: #9575cd;
}

.theme-orange .theme-secondary-fill-lighten-2 {
    fill: #9575cd;
}

.theme-orange .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #9575cd;
    box-shadow: inset 0 -2px 0 #9575cd;
}

.theme-orange .theme-secondary-lighten-1 {
    background-color: #7e57c2;
    color: #fff;
}

.theme-orange .theme-secondary-text-lighten-1 {
    color: #7e57c2;
}

.theme-orange .theme-secondary-bg-lighten-1 {
    background-color: #7e57c2;
}

.theme-orange .theme-secondary-border-lighten-1 {
    border-color: #7e57c2;
}

.theme-orange .theme-secondary-fill-lighten-1 {
    fill: #7e57c2;
}

.theme-orange .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #7e57c2;
    box-shadow: inset 0 -2px 0 #7e57c2;
}

.jvectormap-container .theme-orange .jvectormap-zoomin, .jvectormap-container .theme-orange .jvectormap-zoomout, .theme-orange .alert.alert-theme, .theme-orange .jvectormap-container .jvectormap-zoomin, .theme-orange .jvectormap-container .jvectormap-zoomout, .theme-orange .theme-secondary {
    background-color: #673ab7;
    color: #fff;
}

.theme-orange .theme-secondary-text, .theme-orange a {
    color: #673ab7;
}

.c3 .c3-tooltip .theme-orange th, .card .list-group .theme-orange .list-group-item.active, .theme-orange .c3 .c3-tooltip th, .theme-orange .card .list-group .list-group-item.active, .theme-orange .theme-secondary-bg {
    background-color: #673ab7;
}

.theme-orange .theme-secondary-border {
    border-color: #673ab7;
}

.theme-orange .theme-secondary-fill {
    fill: #673ab7;
}

.theme-orange .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #673ab7;
    box-shadow: inset 0 -2px 0 #673ab7;
}

.theme-orange .theme-secondary-darken-1 {
    background-color: #5e35b1;
    color: #fff;
}

.theme-orange .theme-secondary-text-darken-1 {
    color: #5e35b1;
}

.theme-orange .theme-secondary-bg-darken-1 {
    background-color: #5e35b1;
}

.theme-orange .theme-secondary-border-darken-1 {
    border-color: #5e35b1;
}

.theme-orange .theme-secondary-fill-darken-1 {
    fill: #5e35b1;
}

.theme-orange .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #5e35b1;
    box-shadow: inset 0 -2px 0 #5e35b1;
}

.theme-orange .theme-secondary-darken-2 {
    background-color: #512da8;
    color: #fff;
}

.theme-orange .theme-secondary-text-darken-2 {
    color: #512da8;
}

.theme-orange .theme-secondary-bg-darken-2 {
    background-color: #512da8;
}

.theme-orange .theme-secondary-border-darken-2 {
    border-color: #512da8;
}

.theme-orange .theme-secondary-fill-darken-2 {
    fill: #512da8;
}

.theme-orange .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #512da8;
    box-shadow: inset 0 -2px 0 #512da8;
}

.theme-orange .theme-secondary-darken-3 {
    background-color: #4527a0;
    color: #fff;
}

.theme-orange .theme-secondary-text-darken-3 {
    color: #4527a0;
}

.theme-orange .theme-secondary-bg-darken-3 {
    background-color: #4527a0;
}

.theme-orange .theme-secondary-border-darken-3 {
    border-color: #4527a0;
}

.theme-orange .theme-secondary-fill-darken-3 {
    fill: #4527a0;
}

.theme-orange .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #4527a0;
    box-shadow: inset 0 -2px 0 #4527a0;
}

.theme-orange .theme-secondary-darken-4 {
    background-color: #311b92;
    color: #fff;
}

.theme-orange .theme-secondary-text-darken-4 {
    color: #311b92;
}

.theme-orange .theme-secondary-bg-darken-4 {
    background-color: #311b92;
}

.theme-orange .theme-secondary-border-darken-4 {
    border-color: #311b92;
}

.theme-orange .theme-secondary-fill-darken-4 {
    fill: #311b92;
}

.theme-orange .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #311b92;
    box-shadow: inset 0 -2px 0 #311b92;
}

.theme-orange .theme-secondary-accent-1 {
    background-color: #b388ff;
    color: #fff;
}

.theme-orange .theme-secondary-text-accent-1 {
    color: #b388ff;
}

.theme-orange .theme-secondary-bg-accent-1 {
    background-color: #b388ff;
}

.theme-orange .theme-secondary-border-accent-1 {
    border-color: #b388ff;
}

.theme-orange .theme-secondary-fill-accent-1 {
    fill: #b388ff;
}

.theme-orange .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #b388ff;
    box-shadow: inset 0 -2px 0 #b388ff;
}

.theme-orange .theme-secondary-accent-2 {
    background-color: #7c4dff;
    color: #fff;
}

.theme-orange .theme-secondary-text-accent-2 {
    color: #7c4dff;
}

.theme-orange .theme-secondary-bg-accent-2 {
    background-color: #7c4dff;
}

.theme-orange .theme-secondary-border-accent-2 {
    border-color: #7c4dff;
}

.theme-orange .theme-secondary-fill-accent-2 {
    fill: #7c4dff;
}

.theme-orange .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #7c4dff;
    box-shadow: inset 0 -2px 0 #7c4dff;
}

.theme-orange .theme-secondary-accent-3 {
    background-color: #651fff;
    color: #fff;
}

.theme-orange .theme-secondary-text-accent-3 {
    color: #651fff;
}

.theme-orange .theme-secondary-bg-accent-3 {
    background-color: #651fff;
}

.theme-orange .theme-secondary-border-accent-3 {
    border-color: #651fff;
}

.theme-orange .theme-secondary-fill-accent-3 {
    fill: #651fff;
}

.theme-orange .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #651fff;
    box-shadow: inset 0 -2px 0 #651fff;
}

.theme-orange .theme-secondary-accent-4 {
    background-color: #6200ea;
    color: #fff;
}

.theme-orange .theme-secondary-text-accent-4 {
    color: #6200ea;
}

.theme-orange .theme-secondary-bg-accent-4 {
    background-color: #6200ea;
}

.theme-orange .theme-secondary-border-accent-4 {
    border-color: #6200ea;
}

.theme-orange .theme-secondary-fill-accent-4 {
    fill: #6200ea;
}

.theme-orange .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #6200ea;
    box-shadow: inset 0 -2px 0 #6200ea;
}

.theme-deep-orange .theme-lighten-5 {
    background-color: #fbe9e7;
    color: #666;
}

.theme-deep-orange .theme-text-lighten-5 {
    color: #fbe9e7;
}

.theme-deep-orange .theme-bg-lighten-5 {
    background-color: #fbe9e7;
}

.theme-deep-orange .theme-border-lighten-5 {
    border-color: #fbe9e7;
}

.theme-deep-orange .theme-fill-lighten-5 {
    fill: #fbe9e7;
}

.theme-deep-orange .theme-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fbe9e7;
    box-shadow: inset 0 -2px 0 #fbe9e7;
}

.theme-deep-orange .theme-lighten-4 {
    background-color: #ffccbc;
    color: #666;
}

.theme-deep-orange .theme-text-lighten-4 {
    color: #ffccbc;
}

.theme-deep-orange .theme-bg-lighten-4 {
    background-color: #ffccbc;
}

.theme-deep-orange .theme-border-lighten-4 {
    border-color: #ffccbc;
}

.theme-deep-orange .theme-fill-lighten-4 {
    fill: #ffccbc;
}

.theme-deep-orange .theme-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffccbc;
    box-shadow: inset 0 -2px 0 #ffccbc;
}

.theme-deep-orange .theme-lighten-3 {
    background-color: #ffab91;
    color: #666;
}

.theme-deep-orange .theme-text-lighten-3 {
    color: #ffab91;
}

.switch label .theme-deep-orange input[type=checkbox]:checked + .lever, .theme-deep-orange .btn-primary.disabled, .theme-deep-orange .switch label input[type=checkbox]:checked + .lever, .theme-deep-orange .theme-bg-lighten-3 {
    background-color: #ffab91;
}

.theme-deep-orange .theme-border-lighten-3 {
    border-color: #ffab91;
}

.theme-deep-orange .theme-fill-lighten-3 {
    fill: #ffab91;
}

.theme-deep-orange .theme-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab91;
    box-shadow: inset 0 -2px 0 #ffab91;
}

.theme-deep-orange .theme-lighten-2 {
    background-color: #ff8a65;
    color: #fff;
}

.theme-deep-orange .theme-text-lighten-2 {
    color: #ff8a65;
}

.theme-deep-orange .theme-bg-lighten-2 {
    background-color: #ff8a65;
}

.theme-deep-orange .theme-border-lighten-2 {
    border-color: #ff8a65;
}

.theme-deep-orange .theme-fill-lighten-2 {
    fill: #ff8a65;
}

.theme-deep-orange .theme-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff8a65;
    box-shadow: inset 0 -2px 0 #ff8a65;
}

.theme-deep-orange .theme-lighten-1 {
    background-color: #ff7043;
    color: #fff;
}

.theme-deep-orange .theme-text-lighten-1, .theme-deep-orange aside.sidebar a.collapsible-header:after, aside.sidebar .theme-deep-orange a.collapsible-header:after {
    color: #ff7043;
}

.theme-deep-orange .theme-bg-lighten-1 {
    background-color: #ff7043;
}

.theme-deep-orange .theme-border-lighten-1 {
    border-color: #ff7043;
}

.theme-deep-orange .theme-fill-lighten-1 {
    fill: #ff7043;
}

.theme-deep-orange .theme-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff7043;
    box-shadow: inset 0 -2px 0 #ff7043;
}

.theme-deep-orange .theme {
    background-color: #ff5722;
    color: #fff;
}

.dashboard .table-dashboard-widget-1 .theme-deep-orange td:first-child, .page-header .theme-deep-orange h1, .theme-deep-orange .btn-link, .theme-deep-orange .dashboard .table-dashboard-widget-1 td:first-child, .theme-deep-orange .nav-tabs > li.active > a, .theme-deep-orange .nav-tabs > li.active > a:focus:hover, .theme-deep-orange .nav-tabs > li > a:hover, .theme-deep-orange .page-header h1, .theme-deep-orange .theme-text, .theme-deep-orange .todo-app .filters .filter, .theme-deep-orange .todo-app .filters .filter.active:hover, .theme-deep-orange .todo-app .filters .filter:focus:hover, .todo-app .filters .theme-deep-orange .filter, .todo-app .filters .theme-deep-orange .filter.active:hover, .todo-app .filters .theme-deep-orange .filter:focus:hover {
    color: #ff5722;
}

#loading-bar .theme-deep-orange .bar, #logo .theme-deep-orange .foot2, #logo .theme-deep-orange .foot4, .noUi-range .theme-deep-orange .noUi-origin:first-child, .switch label .theme-deep-orange input[type=checkbox]:checked + .lever:after, .theme-deep-orange #loading-bar .bar, .theme-deep-orange #logo .foot2, .theme-deep-orange #logo .foot4, .theme-deep-orange .btn-primary, .theme-deep-orange .noUi-base, .theme-deep-orange .noUi-handle, .theme-deep-orange .noUi-handle:before, .theme-deep-orange .noUi-range .noUi-origin:first-child, .theme-deep-orange .switch label input[type=checkbox]:checked + .lever:after, .theme-deep-orange .theme-bg, .theme-deep-orange input[type=checkbox]:checked:after, .theme-deep-orange input[type=radio]:before {
    background-color: #ff5722;
}

.theme-deep-orange .theme-border, .theme-deep-orange input[type=checkbox]:checked:after, .theme-deep-orange input[type=radio]:checked:after {
    border-color: #ff5722;
}

.theme-deep-orange .theme-fill {
    fill: #ff5722;
}

.focussed .theme-deep-orange .ta-bind, .theme-deep-orange .focussed .ta-bind, .theme-deep-orange .nav-tabs > li.active > a, .theme-deep-orange .nav-tabs > li > a:hover, .theme-deep-orange .theme-box-inset, .theme-deep-orange .todo-app .filters .filter.active, .theme-deep-orange .todo-app .filters .filter:hover, .theme-deep-orange [contenteditable].form-control:focus, .theme-deep-orange [type=email].form-control:focus, .theme-deep-orange [type=password].form-control:focus, .theme-deep-orange [type=tel].form-control:focus, .theme-deep-orange [type=text].form-control:focus, .theme-deep-orange input.form-control:focus, .theme-deep-orange input[type=email]:focus, .theme-deep-orange input[type=number]:focus, .theme-deep-orange input[type=password]:focus, .theme-deep-orange input[type=text]:focus, .theme-deep-orange select:focus, .theme-deep-orange textarea:focus, .todo-app .filters .theme-deep-orange .filter.active, .todo-app .filters .theme-deep-orange .filter:hover {
    -webkit-box-shadow: inset 0 -2px 0 #ff5722;
    box-shadow: inset 0 -2px 0 #ff5722;
}

.theme-deep-orange .theme-darken-1 {
    background-color: #f4511e;
    color: #fff;
}

.theme-deep-orange .btn-link:focus, .theme-deep-orange .btn-link:hover, .theme-deep-orange .theme-text-darken-1 {
    color: #f4511e;
}

#logo .theme-deep-orange .foot1, #logo .theme-deep-orange .foot3, .theme-deep-orange #logo .foot1, .theme-deep-orange #logo .foot3, .theme-deep-orange .btn-primary:hover, .theme-deep-orange .theme-bg-darken-1 {
    background-color: #f4511e;
}

.theme-deep-orange .theme-border-darken-1 {
    border-color: #f4511e;
}

.theme-deep-orange .theme-fill-darken-1 {
    fill: #f4511e;
}

.theme-deep-orange .theme-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #f4511e;
    box-shadow: inset 0 -2px 0 #f4511e;
}

.theme-deep-orange .theme-darken-2 {
    background-color: #e64a19;
    color: #fff;
}

.theme-deep-orange .theme-text-darken-2 {
    color: #e64a19;
}

.theme-deep-orange .theme-bg-darken-2 {
    background-color: #e64a19;
}

.theme-deep-orange .theme-border-darken-2 {
    border-color: #e64a19;
}

.theme-deep-orange .theme-fill-darken-2 {
    fill: #e64a19;
}

.theme-deep-orange .theme-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #e64a19;
    box-shadow: inset 0 -2px 0 #e64a19;
}

.theme-deep-orange .theme-darken-3 {
    background-color: #d84315;
    color: #fff;
}

.theme-deep-orange .theme-text-darken-3 {
    color: #d84315;
}

.theme-deep-orange .theme-bg-darken-3 {
    background-color: #d84315;
}

.theme-deep-orange .theme-border-darken-3 {
    border-color: #d84315;
}

.theme-deep-orange .theme-fill-darken-3 {
    fill: #d84315;
}

.theme-deep-orange .theme-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #d84315;
    box-shadow: inset 0 -2px 0 #d84315;
}

.theme-deep-orange .theme-darken-4 {
    background-color: #bf360c;
    color: #fff;
}

.theme-deep-orange .theme-text-darken-4 {
    color: #bf360c;
}

.theme-deep-orange .theme-bg-darken-4 {
    background-color: #bf360c;
}

.theme-deep-orange .theme-border-darken-4 {
    border-color: #bf360c;
}

.theme-deep-orange .theme-fill-darken-4 {
    fill: #bf360c;
}

.theme-deep-orange .theme-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #bf360c;
    box-shadow: inset 0 -2px 0 #bf360c;
}

.theme-deep-orange .theme-accent-1 {
    background-color: #ff9e80;
    color: #fff;
}

.theme-deep-orange .theme-text-accent-1 {
    color: #ff9e80;
}

.theme-deep-orange .theme-bg-accent-1 {
    background-color: #ff9e80;
}

.theme-deep-orange .theme-border-accent-1 {
    border-color: #ff9e80;
}

.theme-deep-orange .theme-fill-accent-1 {
    fill: #ff9e80;
}

.theme-deep-orange .theme-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ff9e80;
    box-shadow: inset 0 -2px 0 #ff9e80;
}

.theme-deep-orange .theme-accent-2 {
    background-color: #ff6e40;
    color: #fff;
}

.theme-deep-orange .theme-text-accent-2 {
    color: #ff6e40;
}

.theme-deep-orange .theme-bg-accent-2 {
    background-color: #ff6e40;
}

.theme-deep-orange .theme-border-accent-2 {
    border-color: #ff6e40;
}

.theme-deep-orange .theme-fill-accent-2 {
    fill: #ff6e40;
}

.theme-deep-orange .theme-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6e40;
    box-shadow: inset 0 -2px 0 #ff6e40;
}

.theme-deep-orange .theme-accent-3 {
    background-color: #ff3d00;
    color: #fff;
}

.theme-deep-orange .theme-text-accent-3 {
    color: #ff3d00;
}

.theme-deep-orange .theme-bg-accent-3 {
    background-color: #ff3d00;
}

.theme-deep-orange .theme-border-accent-3 {
    border-color: #ff3d00;
}

.theme-deep-orange .theme-fill-accent-3 {
    fill: #ff3d00;
}

.theme-deep-orange .theme-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff3d00;
    box-shadow: inset 0 -2px 0 #ff3d00;
}

.theme-deep-orange .theme-accent-4 {
    background-color: #dd2c00;
    color: #fff;
}

.theme-deep-orange .theme-text-accent-4 {
    color: #dd2c00;
}

.theme-deep-orange .btn-primary:focus, .theme-deep-orange .theme-bg-accent-4 {
    background-color: #dd2c00;
}

.theme-deep-orange .theme-border-accent-4 {
    border-color: #dd2c00;
}

.theme-deep-orange .theme-fill-accent-4 {
    fill: #dd2c00;
}

.theme-deep-orange .theme-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #dd2c00;
    box-shadow: inset 0 -2px 0 #dd2c00;
}

.theme-deep-orange .theme-secondary-lighten-5 {
    background-color: #fff8e1;
    color: #666;
}

.theme-deep-orange .theme-secondary-text-lighten-5 {
    color: #fff8e1;
}

.card .list-group .theme-deep-orange .list-group-item:hover, .theme-deep-orange .card .list-group .list-group-item:hover, .theme-deep-orange .theme-secondary-bg-lighten-5 {
    background-color: #fff8e1;
}

.theme-deep-orange .theme-secondary-border-lighten-5 {
    border-color: #fff8e1;
}

.theme-deep-orange .theme-secondary-fill-lighten-5 {
    fill: #fff8e1;
}

.theme-deep-orange .theme-secondary-box-inset-lighten-5 {
    -webkit-box-shadow: inset 0 -2px 0 #fff8e1;
    box-shadow: inset 0 -2px 0 #fff8e1;
}

.theme-deep-orange .theme-secondary-lighten-4 {
    background-color: #ffecb3;
    color: #666;
}

.theme-deep-orange .theme-secondary-text-lighten-4 {
    color: #ffecb3;
}

.theme-deep-orange .theme-secondary-bg-lighten-4 {
    background-color: #ffecb3;
}

.theme-deep-orange .theme-secondary-border-lighten-4 {
    border-color: #ffecb3;
}

.theme-deep-orange .theme-secondary-fill-lighten-4 {
    fill: #ffecb3;
}

.theme-deep-orange .theme-secondary-box-inset-lighten-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffecb3;
    box-shadow: inset 0 -2px 0 #ffecb3;
}

.theme-deep-orange .theme-secondary-lighten-3 {
    background-color: #ffe082;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-lighten-3, .theme-deep-orange .theme-template-dark .sidebar .user-logged-in a, .theme-deep-orange a:focus, .theme-deep-orange a:hover, .theme-template-dark .sidebar .user-logged-in .theme-deep-orange a {
    color: #ffe082;
}

.theme-deep-orange .theme-secondary-bg-lighten-3 {
    background-color: #ffe082;
}

.theme-deep-orange .theme-secondary-border-lighten-3 {
    border-color: #ffe082;
}

.theme-deep-orange .theme-secondary-fill-lighten-3 {
    fill: #ffe082;
}

.theme-deep-orange .theme-secondary-box-inset-lighten-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe082;
    box-shadow: inset 0 -2px 0 #ffe082;
}

.theme-deep-orange .theme-secondary-lighten-2 {
    background-color: #ffd54f;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-lighten-2 {
    color: #ffd54f;
}

.theme-deep-orange .theme-secondary-bg-lighten-2 {
    background-color: #ffd54f;
}

.theme-deep-orange .theme-secondary-border-lighten-2 {
    border-color: #ffd54f;
}

.theme-deep-orange .theme-secondary-fill-lighten-2 {
    fill: #ffd54f;
}

.theme-deep-orange .theme-secondary-box-inset-lighten-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd54f;
    box-shadow: inset 0 -2px 0 #ffd54f;
}

.theme-deep-orange .theme-secondary-lighten-1 {
    background-color: #ffca28;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-lighten-1 {
    color: #ffca28;
}

.theme-deep-orange .theme-secondary-bg-lighten-1 {
    background-color: #ffca28;
}

.theme-deep-orange .theme-secondary-border-lighten-1 {
    border-color: #ffca28;
}

.theme-deep-orange .theme-secondary-fill-lighten-1 {
    fill: #ffca28;
}

.theme-deep-orange .theme-secondary-box-inset-lighten-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffca28;
    box-shadow: inset 0 -2px 0 #ffca28;
}

.jvectormap-container .theme-deep-orange .jvectormap-zoomin, .jvectormap-container .theme-deep-orange .jvectormap-zoomout, .theme-deep-orange .alert.alert-theme, .theme-deep-orange .jvectormap-container .jvectormap-zoomin, .theme-deep-orange .jvectormap-container .jvectormap-zoomout, .theme-deep-orange .theme-secondary {
    background-color: #ffc107;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text, .theme-deep-orange a {
    color: #ffc107;
}

.c3 .c3-tooltip .theme-deep-orange th, .card .list-group .theme-deep-orange .list-group-item.active, .theme-deep-orange .c3 .c3-tooltip th, .theme-deep-orange .card .list-group .list-group-item.active, .theme-deep-orange .theme-secondary-bg {
    background-color: #ffc107;
}

.theme-deep-orange .theme-secondary-border {
    border-color: #ffc107;
}

.theme-deep-orange .theme-secondary-fill {
    fill: #ffc107;
}

.theme-deep-orange .theme-secondary-box-inset {
    -webkit-box-shadow: inset 0 -2px 0 #ffc107;
    box-shadow: inset 0 -2px 0 #ffc107;
}

.theme-deep-orange .theme-secondary-darken-1 {
    background-color: #ffb300;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-darken-1 {
    color: #ffb300;
}

.theme-deep-orange .theme-secondary-bg-darken-1 {
    background-color: #ffb300;
}

.theme-deep-orange .theme-secondary-border-darken-1 {
    border-color: #ffb300;
}

.theme-deep-orange .theme-secondary-fill-darken-1 {
    fill: #ffb300;
}

.theme-deep-orange .theme-secondary-box-inset-darken-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffb300;
    box-shadow: inset 0 -2px 0 #ffb300;
}

.theme-deep-orange .theme-secondary-darken-2 {
    background-color: #ffa000;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-darken-2 {
    color: #ffa000;
}

.theme-deep-orange .theme-secondary-bg-darken-2 {
    background-color: #ffa000;
}

.theme-deep-orange .theme-secondary-border-darken-2 {
    border-color: #ffa000;
}

.theme-deep-orange .theme-secondary-fill-darken-2 {
    fill: #ffa000;
}

.theme-deep-orange .theme-secondary-box-inset-darken-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffa000;
    box-shadow: inset 0 -2px 0 #ffa000;
}

.theme-deep-orange .theme-secondary-darken-3 {
    background-color: #ff8f00;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-darken-3 {
    color: #ff8f00;
}

.theme-deep-orange .theme-secondary-bg-darken-3 {
    background-color: #ff8f00;
}

.theme-deep-orange .theme-secondary-border-darken-3 {
    border-color: #ff8f00;
}

.theme-deep-orange .theme-secondary-fill-darken-3 {
    fill: #ff8f00;
}

.theme-deep-orange .theme-secondary-box-inset-darken-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ff8f00;
    box-shadow: inset 0 -2px 0 #ff8f00;
}

.theme-deep-orange .theme-secondary-darken-4 {
    background-color: #ff6f00;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-darken-4 {
    color: #ff6f00;
}

.theme-deep-orange .theme-secondary-bg-darken-4 {
    background-color: #ff6f00;
}

.theme-deep-orange .theme-secondary-border-darken-4 {
    border-color: #ff6f00;
}

.theme-deep-orange .theme-secondary-fill-darken-4 {
    fill: #ff6f00;
}

.theme-deep-orange .theme-secondary-box-inset-darken-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ff6f00;
    box-shadow: inset 0 -2px 0 #ff6f00;
}

.theme-deep-orange .theme-secondary-accent-1 {
    background-color: #ffe57f;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-accent-1 {
    color: #ffe57f;
}

.theme-deep-orange .theme-secondary-bg-accent-1 {
    background-color: #ffe57f;
}

.theme-deep-orange .theme-secondary-border-accent-1 {
    border-color: #ffe57f;
}

.theme-deep-orange .theme-secondary-fill-accent-1 {
    fill: #ffe57f;
}

.theme-deep-orange .theme-secondary-box-inset-accent-1 {
    -webkit-box-shadow: inset 0 -2px 0 #ffe57f;
    box-shadow: inset 0 -2px 0 #ffe57f;
}

.theme-deep-orange .theme-secondary-accent-2 {
    background-color: #ffd740;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-accent-2 {
    color: #ffd740;
}

.theme-deep-orange .theme-secondary-bg-accent-2 {
    background-color: #ffd740;
}

.theme-deep-orange .theme-secondary-border-accent-2 {
    border-color: #ffd740;
}

.theme-deep-orange .theme-secondary-fill-accent-2 {
    fill: #ffd740;
}

.theme-deep-orange .theme-secondary-box-inset-accent-2 {
    -webkit-box-shadow: inset 0 -2px 0 #ffd740;
    box-shadow: inset 0 -2px 0 #ffd740;
}

.theme-deep-orange .theme-secondary-accent-3 {
    background-color: #ffc400;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-accent-3 {
    color: #ffc400;
}

.theme-deep-orange .theme-secondary-bg-accent-3 {
    background-color: #ffc400;
}

.theme-deep-orange .theme-secondary-border-accent-3 {
    border-color: #ffc400;
}

.theme-deep-orange .theme-secondary-fill-accent-3 {
    fill: #ffc400;
}

.theme-deep-orange .theme-secondary-box-inset-accent-3 {
    -webkit-box-shadow: inset 0 -2px 0 #ffc400;
    box-shadow: inset 0 -2px 0 #ffc400;
}

.theme-deep-orange .theme-secondary-accent-4 {
    background-color: #ffab00;
    color: #fff;
}

.theme-deep-orange .theme-secondary-text-accent-4 {
    color: #ffab00;
}

.theme-deep-orange .theme-secondary-bg-accent-4 {
    background-color: #ffab00;
}

.theme-deep-orange .theme-secondary-border-accent-4 {
    border-color: #ffab00;
}

.select2-container .select2-dropdown, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.theme-deep-orange .theme-secondary-fill-accent-4 {
    fill: #ffab00;
}

.theme-deep-orange .theme-secondary-box-inset-accent-4 {
    -webkit-box-shadow: inset 0 -2px 0 #ffab00;
    box-shadow: inset 0 -2px 0 #ffab00;
}

.theme-picker {
    min-width: 400px;
    overflow: hidden;
}

    .theme-picker .theme-item {
        overflow: hidden;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
        box-shadow: 0 0 1px rgba(0,0,0,.2);
        margin-bottom: 15px;
        height: 40px;
        position: relative;
    }

        .theme-picker .theme-item .icon {
            position: absolute;
            color: #FFF;
            font-size: 20px;
            width: 100%;
            height: 100%;
            text-align: center;
            background: rgba(0,0,0,.3);
        }

        .theme-picker .theme-item .theme-sidenav {
            width: 30%;
            height: 40px;
            float: left;
        }

        .theme-picker .theme-item .theme-header {
            height: 20px;
            width: 70%;
            float: left;
            background: #fff;
        }

        .theme-picker .theme-item .theme-body {
            height: 20px;
            width: 70%;
            float: left;
            background: #F9F9F9;
        }

        .theme-picker .theme-item .theme-color-1, .theme-picker .theme-item .theme-color-2 {
            width: 50%;
            height: 30px;
            float: left;
        }

        .theme-picker .theme-item .theme-color-3, .theme-picker .theme-item .theme-color-4 {
            width: 50%;
            height: 10px;
            float: left;
        }

        .theme-picker .theme-item.theme-red .theme-color-1 {
            background: #EF5350;
        }

        .theme-picker .theme-item.theme-red .theme-color-2 {
            background: #E53935;
        }

        .theme-picker .theme-item.theme-red .theme-color-3 {
            background: #29b6f6;
        }

        .theme-picker .theme-item.theme-red .theme-color-4 {
            background: #039be5;
        }

        .theme-picker .theme-item.theme-pink .theme-color-1 {
            background: #ec407a;
        }

        .theme-picker .theme-item.theme-pink .theme-color-2 {
            background: #d81b60;
        }

        .theme-picker .theme-item.theme-pink .theme-color-3 {
            background: #42A5F5;
        }

        .theme-picker .theme-item.theme-pink .theme-color-4 {
            background: #1E88E5;
        }

        .theme-picker .theme-item.theme-purple .theme-color-1 {
            background: #ab47bc;
        }

        .theme-picker .theme-item.theme-purple .theme-color-2 {
            background: #8e24aa;
        }

        .theme-picker .theme-item.theme-purple .theme-color-3 {
            background: #26c6da;
        }

        .theme-picker .theme-item.theme-purple .theme-color-4 {
            background: #00acc1;
        }

        .theme-picker .theme-item.theme-deep-purple .theme-color-1 {
            background: #7e57c2;
        }

        .theme-picker .theme-item.theme-deep-purple .theme-color-2 {
            background: #5e35b1;
        }

        .theme-picker .theme-item.theme-deep-purple .theme-color-3 {
            background: #66BB6A;
        }

        .theme-picker .theme-item.theme-deep-purple .theme-color-4 {
            background: #43A047;
        }

        .theme-picker .theme-item.theme-indigo .theme-color-1 {
            background: #5c6bc0;
        }

        .theme-picker .theme-item.theme-indigo .theme-color-2 {
            background: #3949ab;
        }

        .theme-picker .theme-item.theme-indigo .theme-color-3 {
            background: #9ccc65;
        }

        .theme-picker .theme-item.theme-indigo .theme-color-4 {
            background: #7cb342;
        }

        .theme-picker .theme-item.theme-blue .theme-color-1 {
            background: #42A5F5;
        }

        .theme-picker .theme-item.theme-blue .theme-color-2 {
            background: #1E88E5;
        }

        .theme-picker .theme-item.theme-blue .theme-color-3 {
            background: #26c6da;
        }

        .theme-picker .theme-item.theme-blue .theme-color-4 {
            background: #00acc1;
        }

        .theme-picker .theme-item.theme-light-blue .theme-color-1 {
            background: #29b6f6;
        }

        .theme-picker .theme-item.theme-light-blue .theme-color-2 {
            background: #039be5;
        }

        .theme-picker .theme-item.theme-light-blue .theme-color-3 {
            background: #ffa726;
        }

        .theme-picker .theme-item.theme-light-blue .theme-color-4 {
            background: #fb8c00;
        }

        .theme-picker .theme-item.theme-cyan .theme-color-1 {
            background: #26c6da;
        }

        .theme-picker .theme-item.theme-cyan .theme-color-2 {
            background: #00acc1;
        }

        .theme-picker .theme-item.theme-cyan .theme-color-3 {
            background: #ab47bc;
        }

        .theme-picker .theme-item.theme-cyan .theme-color-4 {
            background: #8e24aa;
        }

        .theme-picker .theme-item.theme-teal .theme-color-1 {
            background: #26a69a;
        }

        .theme-picker .theme-item.theme-teal .theme-color-2 {
            background: #00897b;
        }

        .theme-picker .theme-item.theme-teal .theme-color-3 {
            background: #EF5350;
        }

        .theme-picker .theme-item.theme-teal .theme-color-4 {
            background: #E53935;
        }

        .theme-picker .theme-item.theme-green .theme-color-1 {
            background: #66BB6A;
        }

        .theme-picker .theme-item.theme-green .theme-color-2 {
            background: #43A047;
        }

        .theme-picker .theme-item.theme-green .theme-color-3 {
            background: #8d6e63;
        }

        .theme-picker .theme-item.theme-green .theme-color-4 {
            background: #6d4c41;
        }

        .theme-picker .theme-item.theme-light-green .theme-color-1 {
            background: #9ccc65;
        }

        .theme-picker .theme-item.theme-light-green .theme-color-2 {
            background: #7cb342;
        }

        .theme-picker .theme-item.theme-light-green .theme-color-3 {
            background: #ff7043;
        }

        .theme-picker .theme-item.theme-light-green .theme-color-4 {
            background: #f4511e;
        }

        .theme-picker .theme-item.theme-lime .theme-color-1 {
            background: #d4e157;
        }

        .theme-picker .theme-item.theme-lime .theme-color-2 {
            background: #c0ca33;
        }

        .theme-picker .theme-item.theme-lime .theme-color-3 {
            background: #EF5350;
        }

        .theme-picker .theme-item.theme-lime .theme-color-4 {
            background: #E53935;
        }

        .theme-picker .theme-item.theme-yellow .theme-color-1 {
            background: #ffee58;
        }

        .theme-picker .theme-item.theme-yellow .theme-color-2 {
            background: #fdd835;
        }

        .theme-picker .theme-item.theme-yellow .theme-color-3 {
            background: #ec407a;
        }

        .theme-picker .theme-item.theme-yellow .theme-color-4 {
            background: #d81b60;
        }

        .theme-picker .theme-item.theme-amber .theme-color-1 {
            background: #ffca28;
        }

        .theme-picker .theme-item.theme-amber .theme-color-2 {
            background: #ffb300;
        }

        .theme-picker .theme-item.theme-amber .theme-color-3 {
            background: #ab47bc;
        }

        .theme-picker .theme-item.theme-amber .theme-color-4 {
            background: #8e24aa;
        }

        .theme-picker .theme-item.theme-orange .theme-color-1 {
            background: #ffa726;
        }

        .theme-picker .theme-item.theme-orange .theme-color-2 {
            background: #fb8c00;
        }

        .theme-picker .theme-item.theme-orange .theme-color-3 {
            background: #7e57c2;
        }

        .theme-picker .theme-item.theme-orange .theme-color-4 {
            background: #5e35b1;
        }

        .theme-picker .theme-item.theme-deep-orange .theme-color-1 {
            background: #ff7043;
        }

        .theme-picker .theme-item.theme-deep-orange .theme-color-2 {
            background: #f4511e;
        }

        .theme-picker .theme-item.theme-deep-orange .theme-color-3 {
            background: #ffca28;
        }

        .theme-picker .theme-item.theme-deep-orange .theme-color-4 {
            background: #ffb300;
        }

.select2-container {
    font-size: 16px;
    line-height: 1.5;
}

.select2-results__option {
    padding: 10px 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F9F9F9;
    border: none;
    border-radius: none;
    line-height: 13px;
    padding: 10px 20px 10px 35px;
    position: relative;
}

.no-border-bt, .no-border-rt, .no-border-t, .no-border-tb, .no-border-tr {
    border-top: none !important;
}

.no-border-bl, .no-border-l, .no-border-lb, .no-border-lr, .no-border-rl {
    border-left: none !important;
}

.no-border-b, .no-border-bl, .no-border-br, .no-border-bt, .no-border-lb, .no-border-rb, .no-border-tb {
    border-bottom: none !important;
}

.no-border-br, .no-border-lr, .no-border-r, .no-border-rb, .no-border-rl, .no-border-rt, .no-border-tr {
    border-right: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-size: 36px;
    top: 10px;
    left: 10px;
}

.t-0, .tb-0 {
    top: 0;
}

.l-0, .lr-0 {
    left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-v-5 {
    padding: 5px 0;
}

.p-h-5 {
    padding: 0 5px;
}

.p-10 {
    padding: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-v-10 {
    padding: 10px 0;
}

.p-h-10 {
    padding: 0 10px;
}

.p-15 {
    padding: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-v-15 {
    padding: 15px 0;
}

.p-h-15 {
    padding: 0 15px;
}

.p-20 {
    padding: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-v-20 {
    padding: 20px 0;
}

.p-h-20 {
    padding: 0 20px;
}

.p-25 {
    padding: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-v-25 {
    padding: 25px 0;
}

.p-h-25 {
    padding: 0 25px;
}

.p-30 {
    padding: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-v-30 {
    padding: 30px 0;
}

.p-h-30 {
    padding: 0 30px;
}

.p-35 {
    padding: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-v-35 {
    padding: 35px 0;
}

.p-h-35 {
    padding: 0 35px;
}

.p-t-40, .p-v-40 {
    padding-top: 40px;
}

.p-b-40, .p-v-40 {
    padding-bottom: 40px;
}

.p-40 {
    padding: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-h-40 {
    padding: 0 40px;
}

.p-45 {
    padding: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-v-45 {
    padding: 45px 0;
}

.p-h-45 {
    padding: 0 45px;
}

.p-50 {
    padding: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-v-50 {
    padding: 50px 0;
}

.p-h-50 {
    padding: 0 50px;
}

.p-55 {
    padding: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-r-55 {
    padding-right: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-v-55 {
    padding: 55px 0;
}

.p-h-55 {
    padding: 0 55px;
}

.p-60 {
    padding: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-l-60 {
    padding-left: 60px;
}

.p-v-60 {
    padding: 60px 0;
}

.p-h-60 {
    padding: 0 60px;
}

.p-65 {
    padding: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-v-65 {
    padding: 65px 0;
}

.p-h-65 {
    padding: 0 65px;
}

.p-70 {
    padding: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-v-70 {
    padding: 70px 0;
}

.p-h-70 {
    padding: 0 70px;
}

.p-75 {
    padding: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-v-75 {
    padding: 75px 0;
}

.p-h-75 {
    padding: 0 75px;
}

.p-80 {
    padding: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-v-80 {
    padding: 80px 0;
}

.p-h-80 {
    padding: 0 80px;
}

.no-p, .no-p-h, .no-p-v {
    padding: 0;
}

.no-p-t {
    padding-top: 0;
}

.no-p-r {
    padding-right: 0;
}

.no-p-b {
    padding-bottom: 0;
}

.no-p-l {
    padding-left: 0;
}

.no-pad-lr, .no-pad-rl, .pad-b-only, .pad-l-only, .pad-t-only {
    padding-right: 0 !important;
}

.no-pad-lr, .no-pad-rl, .pad-b-only, .pad-r-only, .pad-t-only {
    padding-left: 0 !important;
}

.no-pad-bt, .no-pad-tb, .pad-b-only, .pad-l-only, .pad-r-only {
    padding-top: 0 !important;
}

.no-pad-bt, .no-pad-tb, .pad-l-only, .pad-r-only, .pad-t-only {
    padding-bottom: 0 !important;
}

.m-5 {
    margin: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-v-5 {
    margin: 5px 0;
}

.m-h-5 {
    margin: 0 5px;
}

.m-10 {
    margin: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-v-10 {
    margin: 10px 0;
}

.m-h-10 {
    margin: 0 10px;
}

.m-15 {
    margin: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-v-15 {
    margin: 15px 0;
}

.m-h-15 {
    margin: 0 15px;
}

.m-20 {
    margin: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-v-20 {
    margin: 20px 0;
}

.m-h-20 {
    margin: 0 20px;
}

.m-25 {
    margin: 25px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-v-25 {
    margin: 25px 0;
}

.m-h-25 {
    margin: 0 25px;
}

.m-30 {
    margin: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-v-30 {
    margin: 30px 0;
}

.m-h-30 {
    margin: 0 30px;
}

.m-35 {
    margin: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-v-35 {
    margin: 35px 0;
}

.m-h-35 {
    margin: 0 35px;
}

.m-40 {
    margin: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-v-40 {
    margin: 40px 0;
}

.m-h-40 {
    margin: 0 40px;
}

.m-45 {
    margin: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-v-45 {
    margin: 45px 0;
}

.m-h-45 {
    margin: 0 45px;
}

.m-50 {
    margin: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-v-50 {
    margin: 50px 0;
}

.m-h-50 {
    margin: 0 50px;
}

.m-55 {
    margin: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-l-55 {
    margin-left: 55px;
}

.m-v-55 {
    margin: 55px 0;
}

.m-h-55 {
    margin: 0 55px;
}

.m-60 {
    margin: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-v-60 {
    margin: 60px 0;
}

.m-h-60 {
    margin: 0 60px;
}

.m-65 {
    margin: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-l-65 {
    margin-left: 65px;
}

.m-v-65 {
    margin: 65px 0;
}

.m-h-65 {
    margin: 0 65px;
}

.m-70 {
    margin: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-v-70 {
    margin: 70px 0;
}

.m-h-70 {
    margin: 0 70px;
}

.m-75 {
    margin: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-l-75 {
    margin-left: 75px;
}

.m-v-75 {
    margin: 75px 0;
}

.m-h-75 {
    margin: 0 75px;
}

.m-80 {
    margin: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-v-80 {
    margin: 80px 0;
}

.m-h-80 {
    margin: 0 80px;
}

.no-m, .no-m-h, .no-m-v {
    margin: 0;
}

.no-m-t {
    margin-top: 0;
}

.no-m-r {
    margin-right: 0;
}

.no-m-b {
    margin-bottom: 0;
}

.no-m-l {
    margin-left: 0;
}

.m-b-only, .m-l-only, .m-t-only, .no-m-lr, .no-m-rl {
    margin-right: 0 !important;
}

.m-b-only, .m-r-only, .m-t-only, .no-m-lr, .no-m-rl {
    margin-left: 0 !important;
}

.m-b-only, .m-l-only, .m-r-only, .no-m-bt, .no-m-tb {
    margin-top: 0 !important;
}

.m-l-only, .m-r-only, .m-t-only, .no-m-bt, .no-m-tb {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-lt, .no-border-tl {
    border-top: none !important;
    border-left: none !important;
}

.border-dashed, .border-dotted {
    border-style: dashed !important;
}

.border-black {
    border-color: #000;
}

.border-light-grey {
    border-color: #e5e5e5;
}

.border-medium-grey {
    border-color: #ccc;
}

.border-grey {
    border-color: #999;
}

.border-dark-grey {
    border-color: #222;
}

.border-fff, .border-white {
    border-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-light-grey {
    background-color: #e5e5e5;
}

.bg-medium-grey {
    background-color: #ccc;
}

.bg-grey {
    background-color: #999;
}

.bg-dark-grey {
    background-color: #222;
}

.bg-fff, .bg-white {
    background-color: #fff;
}

.bg-none, .no-bg {
    background: 0 0;
}

.bg-facebook {
    background-color: #47639E;
}

.bg-twitter {
    background-color: #02A8F3;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-13 {
    line-height: 1.3 !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.bold, .strong {
    font-weight: 700;
}

.no-bold, .normal {
    font-weight: 400;
}

.em, .italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.normal {
    font-style: normal;
}

.sans-serif {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.serif {
    font-family: Georgia, "Times New Romain", serif;
}

.mw400 {
    max-width: 400px;
}

.mw500 {
    max-width: 500px;
}

.mw600 {
    max-width: 600px;
}

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
    line-height: 30px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.size-small {
    font-size: 75% !important;
}

.size-normal {
    font-size: 100% !important;
}

.size-medium {
    font-size: 125% !important;
}

.size-big, .size-large {
    font-size: 150% !important;
}

.size-huge {
    font-size: 200% !important;
}

.inherit {
    font: inherit;
}

.no-wrap {
    white-space: nowrap;
}

.auto-cell-size {
    white-space: nowrap;
    width: 1%;
}

.ls-0 {
    letter-spacing: -3px;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

.no-ul, .no-ul a, .no-ul a:hover, .no-ul:hover {
    text-decoration: none;
}

.color-inherit {
    color: inherit;
}

.clear:after {
    display: table;
    content: " ";
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.in-block {
    display: inline-block !important;
    zoom: 1;
}

.d-none, .hidden, .hide {
    display: none !important;
}

.rel, .relative {
    position: relative !important;
}

.abs, .absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative, .withripple {
    position: relative;
}

.b-0 {
    bottom: 0;
}

.tb-0 {
    bottom: 0;
}

.v-m, .v-mid {
    vertical-align: middle !important;
}

.v-t, .v-top {
    vertical-align: top !important;
}

.v-b, .v-bottom {
    vertical-align: bottom !important;
}

.v-super {
    vertical-align: super !important;
}

.full-input input, .full-input select, .full-input textarea {
    width: 100%;
}

    .full-input input[type=checkbox], .full-input input[type=radio], .normal input, .normal select, .normal textarea {
        width: auto;
    }

.no-shadow {
    box-shadow: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.overflow-x-scroll {
    max-width: 100%;
    overflow-x: auto;
}

.overflow-no {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.fullwidth {
    width: 100%;
}

.nolist {
    list-style: none;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.radius3 {
    border-radius: 3px;
}

.radius5 {
    border-radius: 5px;
}

.radius10 {
    border-radius: 10px;
}

.text-rgb-2 {
    color: rgba(0,0,0,.2);
}

.text-rgb-3 {
    color: rgba(0,0,0,.3);
}

.text-rgb-4 {
    color: rgba(0,0,0,.4);
}

.text-rgb-5 {
    color: rgba(0,0,0,.5);
}

textarea.horizontal, textarea.vertical {
    resize: vertical;
}

textarea.noresize {
    resize: none;
}

.row.no-gutter {
    margin: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.row.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
}

    .row.gutter-10 > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.row.gutter-14 {
    margin-right: -7px;
    margin-left: -7px;
}

    .row.gutter-14 > [class*=col-] {
        padding-right: 7px;
        padding-left: 7px;
    }

.ripple, .ripple-wrapper {
    position: absolute;
    pointer-events: none;
}

.ripple-wrapper {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

.ripple {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: rgba(0,0,0,.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
}

    .ripple.ripple-on {
        transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
        transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
        opacity: .1;
    }

    .ripple.ripple-out {
        transition: opacity .1s linear 0s !important;
        opacity: 0;
    }

div.dataTables_filter, div.dataTables_info, div.dataTables_length, div.dataTables_paginate {
    padding: 20px;
}

div.dataTables_info, div.dataTables_length {
    font-size: 16px;
}

    div.dataTables_length label {
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
    }

    div.dataTables_length select {
        width: 75px;
        display: inline-block;
    }

div.dataTables_filter {
    text-align: right;
}

    div.dataTables_filter label {
        font-weight: 400;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_filter input {
        margin-left: .5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_info {
    white-space: nowrap;
}

div.dataTables_paginate {
    padding-bottom: 10px;
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

@media screen and (max-width:767px) {
    div.dataTables_filter, div.dataTables_info, div.dataTables_length, div.dataTables_paginate, div.dataTables_wrapper > div.row > div {
        text-align: center;
    }

    div.DTTT {
        margin-bottom: .5em;
    }
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

div.dataTables_scrollBody table, div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: .5;
    }

.dataTable tfoot, div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after, div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after, div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after, div.dataTables_scrollBody table.dataTable thead .sorting:after, div.dataTables_scrollBody table.dataTable thead .sorting_asc:after, div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
    display: none;
}

table.dataTable thead .sorting:after {
    opacity: .2;
    content: "\e150";
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

table.dataTable thead > tr > th {
    padding-right: 30px;
}

table.dataTable.table-condensed thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after, table.dataTable.table-condensed thead .sorting_asc:after, table.dataTable.table-condensed thead .sorting_desc:after {
    top: 6px;
    right: 6px;
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th {
    border-top: none;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead td, table.table-bordered thead th {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody td, table.table-bordered tbody th, table.table-bordered tfoot td, table.table-bordered tfoot th {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered td:last-child, table.table-bordered th:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

.table.dataTable tbody tr.active td, .table.dataTable tbody tr.active th {
    background-color: #08C;
    color: #fff;
}

.table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active td > a, .table.dataTable tbody tr.active th > a {
    color: #fff;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td, .table-striped.dataTable tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu-nf {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu-nf a {
        color: #333 !important;
    }

    ul.DTTT_dropdown.dropdown-menu-nf li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu-nf li:hover a {
            background-color: #08c;
            color: #fff !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}

div.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    opacity: .95;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,.9)), color-stop(75%, rgba(255,255,255,.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 25%, rgba(255,255,255,.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 25%, rgba(255,255,255,.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 25%, rgba(255,255,255,.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 25%, rgba(255,255,255,.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 25%, rgba(255,255,255,.9) 75%, rgba(255,255,255,0) 100%);
}

div.DTFC_LeftFootWrapper table, div.DTFC_LeftHeadWrapper table, div.DTFC_RightFootWrapper table, div.DTFC_RightHeadWrapper table, table.DTFC_Cloned tr.even {
    background-color: #fff;
    margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_RightBodyWrapper tbody tr:first-child th {
    border-top: none;
}

div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}

div.FixedHeader_Cloned table {
    margin: 0 !important;
}

.note-editor {
    border: none;
    margin-top: 10px;
}

    .note-editor .note-toolbar {
        border: none;
        background-color: transparent;
    }

    .note-editor .btn-toolbar {
        margin: 0;
    }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0;
}

.note-editor .note-editable {
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    min-height: 200px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #ddd;
    border-radius: 0;
}

.select2-selection__choice__remove {
    color: #2196F3;
}

.card .card-header, .dashboard .actions, .panel-heading, .panel-heading .pull-right {
    position: relative;
}
