﻿/*! Bootstrap v3.2.0 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Tahoma !important;
    font-weight: 500 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    /*height: 26px;*/
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.html) format('woff'),url(../fonts/glyphicons-halflings-regular-2.html) format('truetype'),url(../fonts/glyphicons-halflings-regular-3.html#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;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.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";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    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, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    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: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.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;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #78d95d;
}

a.bg-success:hover {
    background-color: #63b54c;
}

.bg-info {
    background-color: #54b6e3;
}

a.bg-info:hover {
    background-color: #499dc4;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #de715b;
}

a.bg-danger:hover {
    background-color: #c76450;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;

}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: center;
    white-space: nowrap;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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,-webkit-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: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    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[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        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 .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        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 {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.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 {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 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 .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.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 > .btn {
        float: none;
    }

    .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: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        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-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-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:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            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 {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.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;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .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;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        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 .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #777;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                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:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .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;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-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 {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -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[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.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);
    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-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    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);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.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);
    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: #d9534f;
}

.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, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    /*background-color: #fff;*/
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .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: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .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;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.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: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 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;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        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: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .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;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .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;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !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;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.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;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*! Bootstrap v3.2.0 */


/************* Minimal **************/

/************* COLORS **************/

/* backgrounds */
.bg-transparent-black-05 {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: white;
}

.bg-transparent-black-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: white;
}

.bg-transparent-black-15 {
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: white;
}

.bg-transparent-black-2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: white;
}

.bg-transparent-black-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white;
}

.bg-transparent-black-4 {
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white;
}

.bg-transparent-black-5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white;
}

.bg-transparent-black-6 {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white;
}

.bg-transparent-black-7 {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white;
}

.bg-transparent-black-8 {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: white;
}

.bg-transparent-white-05 {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: white;
}

.bg-transparent-white-1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white;
}

.bg-transparent-white-15 {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white;
}

.bg-transparent-white-2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white;
}

.bg-transparent-white-3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: white;
}

.bg-transparent-white-4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-transparent-white-5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-transparent-white-6 {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-transparent-white-7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-transparent-white-8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-red {
    background-color: #ff4a43 !important;
}

.bg-green {
    background-color: #a2d200 !important;
}

.bg-cyan {
    background-color: #22beef !important;
}

.bg-orange {
    background-color: #ffc100 !important;
}

.bg-amethyst {
    background-color: #cd97eb !important;
}

.bg-greensea {
    background-color: #16a085 !important;
}

.bg-drank {
    background-color: #A40778 !important;
}

.bg-dutch {
    background-color: #1693A5 !important;
}

.bg-hotpink {
    background-color: #FF0066 !important;
}

.bg-blue {
    background-color: #418bca !important;
}

.bg-slategray {
    background-color: #3f4e62 !important;
}

.bg-redbrown {
    background-color: #d9544f !important;
}

/* colors */
.color-red {
    color: #ff4a43 !important;
}

.color-green {
    color: #a2d200 !important;
}

.color-cyan {
    color: #22beef !important;
}

.color-orange {
    color: #ffc100 !important;
}

.color-amethyst {
    color: #cd97eb !important;
}

.color-greensea {
    color: #16a085 !important;
}

.color-drank {
    color: #A40778 !important;
}

.color-dutch {
    color: #1693A5 !important;
}

.color-hotpink {
    color: #FF0066 !important;
}

.color-blue {
    color: #418bca !important;
}

.color-slategray {
    color: #3f4e62 !important;
}

.color-redbrown {
    color: #d9544f !important;
}

.color-transparent-black {
    color: rgba(0, 0, 0, 0.4) !important;
}


/************* DATATABLES *************/

.dataTables_wrapper { /*font-size: 11px;*/
    position: relative;
}

    .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr th:before, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr th:after, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr td:before, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr td:after {
        content: "" !important;
        display: none;
    }

    .dataTables_wrapper .chosen-container {
        width: auto !important;
    }

    .dataTables_wrapper .row {
        margin: 0;
        padding: 10px 0;
    }

    .dataTables_wrapper label {
        margin: 0;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        color: #999;
    }

    .dataTables_wrapper .delete-row, .dataTables_wrapper .add-row {
        position: absolute;
        top: 20px;
        left: 43%;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .dataTables_wrapper .delete-row {
        display: none;
    }

    .dataTables_wrapper .DTTT_container {
        float: left;
        margin: 0;
    }

    .dataTables_wrapper .ColVis {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

        .dataTables_wrapper .ColVis .ColVis_Button {
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            color: #717171;
            padding: 0 10px;
            height: 31px;
            line-height: 31px;
        }

            .dataTables_wrapper .ColVis .ColVis_Button i {
                font-size: 14px;
            }

            .dataTables_wrapper .ColVis .ColVis_Button:hover {
                background-color: #ebebeb;
                border-color: #adadad;
            }

            .dataTables_wrapper .ColVis .ColVis_Button:focus {
                outline: 0;
                background-color: #ebebeb;
                border-color: #adadad;
            }

    .dataTables_wrapper .dataTables_length select + .chosen-container.chosen-container-single .chosen-single {
        background: #fff;
    }

    .dataTables_wrapper .dataTables_length select + .chosen-container.chosen-container-single .chosen-drop {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        margin-top: -4px;
    }

    .dataTables_wrapper div.dataTables_filter label {
        vertical-align: middle;
        line-height: 33px;
    }

    .dataTables_wrapper div.dataTables_filter input {
        font-family: "Ubuntu Mono", sans-serif;
        font-size: 16px !important;
        color: rgba(0, 0, 0, 0.6) !important;
        background: none !important;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
        -webkit-appearance: none !important;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        min-height: 28px;
        padding: 0 !important;
        line-height: 32px !important;
    }

        .dataTables_wrapper div.dataTables_filter input:focus {
            outline: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

        .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.4) !important;
        }

    .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc, .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc, .dataTables_wrapper .table-datatable > thead > tr th.sorting, .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc, .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc, .dataTables_wrapper .table-datatable > thead > tr td.sorting {
        position: relative;
        background: none;
    }

        .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr th.sorting:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting:before {
            font-family: "FontAwesome";
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px !important;
            float: right;
            margin-top: 6px;
        }

        .dataTables_wrapper .table-datatable > thead > tr th.sorting:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting:before {
            content: "\f0dc";
            margin-top: 6px !important;
        }

        .dataTables_wrapper .table-datatable > thead > tr th.sorting:hover, .dataTables_wrapper .table-datatable > thead > tr td.sorting:hover {
            color: #717171;
            background-color: transparent;
        }

            .dataTables_wrapper .table-datatable > thead > tr th.sorting:hover:after, .dataTables_wrapper .table-datatable > thead > tr td.sorting:hover:after {
                background-color: rgba(113, 113, 113, 0.75);
            }

        .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc:before {
            content: "\f0dd";
            margin-top: 3px;
        }

        .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc:before {
            content: "\f0de";
            margin-top: 9px;
        }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-alpha.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-alpha.sorting_asc:before {
        content: "\f15d";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-alpha.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-alpha.sorting_desc:before {
        content: "\f15e";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-amount.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-amount.sorting_asc:before {
        content: "\f160";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-amount.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-amount.sorting_desc:before {
        content: "\f161";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-numeric.sorting_asc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-numeric.sorting_asc:before {
        content: "\f162";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.sort-numeric.sorting_desc:before, .dataTables_wrapper .table-datatable > thead > tr td.sort-numeric.sorting_desc:before {
        content: "\f163";
        margin-top: 6px;
    }

    .dataTables_wrapper .table-datatable > thead > tr th.no-sort, .dataTables_wrapper .table-datatable > thead > tr th.sorting_disabled, .dataTables_wrapper .table-datatable > thead > tr td.no-sort, .dataTables_wrapper .table-datatable > thead > tr td.sorting_disabled {
        cursor: default;
    }

    .dataTables_wrapper .table-datatable > tbody > tr > td.details, .dataTables_wrapper .table-datatable > tbody > tr > th.details {
        background-color: rgba(0, 0, 0, 0.05);
    }

        .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td, .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td {
            padding: 5px;
        }

            .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child, .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child {
                font-family: "Roboto Slab", serif;
                font-size: 12px;
                font-weight: 700;
                line-height: 16px;
                color: #717171;
            }

            .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:last-child, .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:last-child {
                line-height: 16px;
                font-size: 12px;
                padding: 0 5px;
            }

    .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td, .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, .dataTables_wrapper .table-datatable > tbody > tr.drilled > td, .dataTables_wrapper .table-datatable > tbody > tr.drilled > th {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
    }

        .dataTables_wrapper .dataTables_paginate.paging_custombootstrap ul > li > a {
            padding: 3px 7px;
            font-size: 11px;
            line-height: 15px;
        }

.DTTT_print_info {
    overflow: hidden;
    opacity: 1;
    background: white;
    border: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    top: 70px;
    z-index: 999999;
    color: #717171;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.ColVis_collection {
    min-width: 130px;
    padding: 3px;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 999999;
}

    .ColVis_collection > li {
        margin-bottom: 3px;
    }

        .ColVis_collection > li:last-child {
            margin-bottom: 0;
        }

        .ColVis_collection > li > label {
            width: 100%;
            text-align: left;
            padding: 2px 3px;
        }

            .ColVis_collection > li > label span {
                font-size: 11px;
                margin-left: 5px;
                color: #717171;
            }

            .ColVis_collection > li > label input:checked + span {
                color: #212121;
            }

.ColVis_catcher {
    cursor: pointer;
}

.ColVis_collectionBackground {
    position: fixed;
    width: 100%;
    height: 100%;
}

/*********************************************/
/************* LOGIN & LOCK PAGE *************/
/*********************************************/
#content.full-page {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0 0 45px 0 !important;
    top: -45px;
    background: url(../images/noise.png) left top repeat, url(../images/dot_pattern.png) left top repeat, url(../images/backgrounds/1.jpg) left top/cover no-repeat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    #content.full-page .inside-block {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 360px;
        background-color: rgba(0, 0, 0, 0.3);
        height: 100%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 50px;
        color: white;
        overflow: auto;
    }

        #content.full-page .inside-block img {
            margin-top: 50px;
        }

        #content.full-page .inside-block .user-photo img {
            margin: 0 0 20px 0;
            width: 100px;
            border: 5px solid rgba(0, 0, 0, 0.2);
        }

        #content.full-page .inside-block h1 {
            text-transform: uppercase;
            font-size: 26px;
            margin-bottom: 5px;
        }

            #content.full-page .inside-block h1 strong {
                position: relative;
                display: inline-block;
            }

                #content.full-page .inside-block h1 strong:before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 40px;
                    height: 5px;
                    background-color: #1ccdaa;
                    top: -5px;
                    left: 0;
                }

        #content.full-page .inside-block span.overline {
            position: relative;
        }

            #content.full-page .inside-block span.overline:before {
                content: "";
                position: absolute;
                display: block;
                width: 40px;
                height: 5px;
                background-color: #1ccdaa;
                top: -5px;
                left: 0;
            }

        #content.full-page .inside-block h5 {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 300;
            margin: 0;
            font-size: 12px;
            margin-bottom: 5px;
        }

        #content.full-page .inside-block form {
            margin-top: 50px;
            margin-bottom: 40px;
        }

            #content.full-page .inside-block form.form-unlock {
                margin-top: 20px;
            }

            #content.full-page .inside-block form .input-group {
                margin-bottom: 10px;
            }

                #content.full-page .inside-block form .input-group .input-group-addon {
                    background-color: rgba(0, 0, 0, 0.2);
                    -webkit-border-radius: 0 4px 4px 0 !important;
                    -moz-border-radius: 0 4px 4px 0 !important;
                    -ms-border-radius: 0 4px 4px 0 !important;
                    -o-border-radius: 0 4px 4px 0 !important;
                    border-radius: 0 4px 4px 0 !important;
                    -webkit-transition: all 0.1s linear;
                    -moz-transition: all 0.1s linear;
                    transition: all 0.1s linear;
                    border: 0;
                }

                    #content.full-page .inside-block form .input-group .input-group-addon i {
                        width: 18px;
                        color: rgba(255, 255, 255, 0.6);
                    }

                        #content.full-page .inside-block form .input-group .input-group-addon i:after {
                            content: "";
                            height: 50%;
                            margin-left: -25px;
                            position: absolute;
                            top: 25%;
                        }

                #content.full-page .inside-block form .input-group input {
                    background-color: rgba(0, 0, 0, 0.2) !important;
                    border: 0 !important;
                    -webkit-border-radius: 4px 0 0 4px !important;
                    -moz-border-radius: 4px 0 0 4px !important;
                    -ms-border-radius: 4px 0 0 4px !important;
                    -o-border-radius: 4px 0 0 4px !important;
                    border-radius: 4px 0 0 4px !important;
                    color: white !important;
                    -webkit-transition: all 0.1s linear;
                    -moz-transition: all 0.1s linear;
                    transition: all 0.1s linear;
                }

                    #content.full-page .inside-block form .input-group input:focus, #content.full-page .inside-block form .input-group input:focus + .input-group-addon {
                        background-color: rgba(0, 0, 0, 0.3) !important;
                        -webkit-box-shadow: none !important;
                        box-shadow: none !important;
                    }

                    #content.full-page .inside-block form .input-group input::-webkit-input-placeholder {
                        color: rgba(255, 255, 255, 0.6);
                    }

                    #content.full-page .inside-block form .input-group input:-moz-placeholder {
                        color: rgba(255, 255, 255, 0.6);
                    }

                    #content.full-page .inside-block form .input-group input::-moz-placeholder {
                        color: rgba(255, 255, 255, 0.6);
                    }

                    #content.full-page .inside-block form .input-group input:-ms-input-placeholder {
                        color: rgba(255, 255, 255, 0.6);
                    }

            #content.full-page .inside-block form section.controls {
                text-align: left;
                position: relative;
            }

                #content.full-page .inside-block form section.controls .checkbox {
                    padding: 0;
                    display: inline-block;
                    margin: 0 !important;
                }

                #content.full-page .inside-block form section.controls a {
                    font-size: 12px;
                    margin-top: 5px;
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                    #content.full-page .inside-block form section.controls a:hover {
                        color: white;
                        text-decoration: none;
                    }

            #content.full-page .inside-block form section.log-in {
                margin-top: 20px;
                border-top: 5px dashed rgba(0, 0, 0, 0.1);
            }

                #content.full-page .inside-block form section.log-in .btn {
                    display: inline-block;
                    margin-top: 20px;
                }

                #content.full-page .inside-block form section.log-in span {
                    display: inline-block;
                    vertical-align: bottom;
                    line-height: 36px;
                    margin: 0 10px;
                    font-style: italic;
                    font-family: Georgia, serif;
                }


    /************* ERROR PAGE *************/

    #content.full-page.error .inside-block {
        width: 500px;
        position: relative;
    }

        #content.full-page.error .inside-block h1.error {
            text-align: center;
            font-size: 60px;
            margin-top: 20px;
            margin-bottom: 30px;
        }

            #content.full-page.error .inside-block h1.error strong:before {
                top: 2px;
                left: 0;
                width: 60px;
            }

        #content.full-page.error .inside-block p {
            text-align: center;
            font-weight: 400;
        }

            #content.full-page.error .inside-block p.lead {
                margin-bottom: 0;
            }

        #content.full-page.error .inside-block .controls {
            text-align: center;
            margin-top: 40px;
            margin-bottom: 40px;
        }

            #content.full-page.error .inside-block .controls .btn {
                margin-right: 10px;
                margin-bottom: 10px;
            }

    #content.full-page.error .search {
        width: 200px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99;
    }

        #content.full-page.error .search input {
            font-family: "Ubuntu Mono", sans-serif;
            font-size: 16px;
            color: white;
            background: none;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-appearance: none !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-font-smoothing: antialiased;
            padding: 0 !important;
            line-height: 18px;
            min-height: 26px;
        }

            #content.full-page.error .search input:focus {
                outline: none;
                border-bottom: 1px solid white;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            #content.full-page.error .search input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

            #content.full-page.error .search input:-moz-placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

            #content.full-page.error .search input::-moz-placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

            #content.full-page.error .search input:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.7);
            }


/************* JQUERY FILE UPLOAD *************/

.fileupload-buttonbar {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

table tbody.files > tr > td {
    vertical-align: middle;
}

    table tbody.files > tr > td.upload {
        vertical-align: top;
    }

    table tbody.files > tr > td.actions button {
        margin-right: 5px;
    }

        table tbody.files > tr > td.actions button i {
            font-size: 14px;
        }

    table tbody.files > tr > td.actions .checkbox {
        left: -28px;
        top: 2px;
    }

        table tbody.files > tr > td.actions .checkbox label:after {
            width: 12px !important;
        }

    table tbody.files > tr > td .preview {
        width: 50px;
        max-width: 50px;
        min-height: 50px;
        display: block;
    }

        table tbody.files > tr > td .preview canvas, table tbody.files > tr > td .preview img {
            width: 50px;
            max-width: 50px;
        }



/************* OWL CAROUSEL *************/

.owl-carousel .owl-item img {
    width: 80px;
    margin: 10px 0 25px 0;
}

.owl-carousel .owl-item p {
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 42px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-style: italic;
}

    .owl-carousel .owl-item p:before {
        content: "\f10d";
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 2em;
        filter: alpha(opacity=15);
        opacity: 0.15;
    }

.owl-carousel .owl-controls .owl-pagination {
    position: absolute;
    top: 10px;
    left: 10px;
}

.owl-carousel .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    background: white;
    margin: 3px 2px;
}

.owl-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 35%;
    width: 100%;
}

    .owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next {
        position: absolute;
        background: none;
    }

    .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: 0;
    }


/************* PROFILE PAGE **************/

.user-card h3 {
    text-align: center;
}

.user-card h5 {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Roboto", "Arial", sans-serif;
}

.user-card .profile-controls {
    text-align: center;
}

    .user-card .profile-controls .profile-photo {
        width: 120px;
        border: 5px solid white;
        position: relative;
        z-index: 99;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }

    .user-card .profile-controls > li {
        vertical-align: middle;
        padding: 0;
    }

    .user-card .profile-controls .mailto, .user-card .profile-controls .callto {
        position: relative;
    }

        .user-card .profile-controls .mailto > a, .user-card .profile-controls .callto > a {
            background-color: white;
            padding: 5px 10px;
            position: absolute;
            top: -15px;
            white-space: nowrap;
            font-size: 11px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            color: rgba(0, 0, 0, 0.2);
        }

            .user-card .profile-controls .mailto > a:hover, .user-card .profile-controls .callto > a:hover {
                text-decoration: none;
            }

            .user-card .profile-controls .mailto > a i, .user-card .profile-controls .callto > a i {
                font-size: 14px;
            }

        .user-card .profile-controls .mailto > a {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            left: -28px;
        }

            .user-card .profile-controls .mailto > a:hover {
                left: -93px;
                color: #a2d200;
            }

            .user-card .profile-controls .mailto > a i {
                margin-right: 5px;
            }

        .user-card .profile-controls .callto > a {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            right: -25px;
        }

            .user-card .profile-controls .callto > a .calling {
                display: none;
            }

            .user-card .profile-controls .callto > a:hover, .user-card .profile-controls .callto > a.active {
                right: -53px;
                color: #ff4a43;
            }

            .user-card .profile-controls .callto > a.active {
                right: -73px;
            }

                .user-card .profile-controls .callto > a.active .call {
                    display: none;
                }

                .user-card .profile-controls .callto > a.active .calling {
                    display: inline;
                }

            .user-card .profile-controls .callto > a i {
                margin-left: 5px;
            }

.user-card .social-networks {
    text-align: right;
}

    .user-card .social-networks > a {
        color: rgba(255, 255, 255, 0.4);
        padding: 3px;
    }

        .user-card .social-networks > a i {
            font-size: 1.5em;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            transition: all 0.15s linear;
        }

        .user-card .social-networks > a:hover {
            color: white;
        }

p.about-me {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-align: justify;
}

.friend-list {
    padding: 0;
    list-style-type: none;
}

    .friend-list > li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        .friend-list > li:last-child {
            padding-bottom: 0;
            border: 0;
        }

        .friend-list > li:first-child {
            padding-top: 0;
        }

        .friend-list > li .media .profile-photo img {
            width: 50px;
        }

        .friend-list > li .media .media-body .media-heading {
            line-height: 50px;
            margin: 0;
            font-family: "Roboto", "Arial", sans-serif;
            padding-left: 20px;
            display: inline-block;
        }

        .friend-list > li .media .media-body .btn {
            float: right;
            position: relative;
            top: 10px;
        }

.project-list {
    padding: 0;
    list-style-type: none;
}

    .project-list > li {
        min-height: 50px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

        .project-list > li:last-child {
            min-height: 40px;
            padding-bottom: 0;
            border: 0;
        }

        .project-list > li:first-child {
            min-height: 40px;
            padding-top: 0;
        }

        .project-list > li .project-name {
            line-height: 30px;
        }

        .project-list > li .progress {
            margin-bottom: 0;
        }

        .project-list > li .progress-info {
            line-height: 26px;
        }

body #content .feed-form textarea, body #content .new-comment-container textarea {
    width: 100%;
    resize: none;
    border-bottom: 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -o-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

    body #content .feed-form textarea:focus, body #content .new-comment-container textarea:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

body #content .feed-form .post-toolbar, body #content .new-comment-container .post-toolbar {
    padding: 5px 10px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    body #content .feed-form .post-toolbar > a, body #content .new-comment-container .post-toolbar > a {
        color: rgba(0, 0, 0, 0.2);
        padding: 2px 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        body #content .feed-form .post-toolbar > a:hover, body #content .new-comment-container .post-toolbar > a:hover {
            color: rgba(0, 0, 0, 0.4);
        }

body #content .feed-form textarea:focus + .post-toolbar, body #content .new-comment-container textarea:focus + .post-toolbar {
    border-color: #b2b2b2;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}

body #content .feed-list {
    padding: 20px 0;
}

    body #content .feed-list article:last-of-type .feed-container {
        border-bottom: 0;
    }

    body #content .feed-list .feed-post {
        margin-bottom: 20px;
    }

        body #content .feed-list .feed-post .profile-photo {
            width: 18%;
            max-width: 130px;
            display: inline-block;
            vertical-align: top;
        }

            body #content .feed-list .feed-post .profile-photo > a img {
                width: 80%;
                max-width: 68px;
            }

        body #content .feed-list .feed-post .feed-container {
            width: 75%;
            display: inline-block;
            vertical-align: top;
            border-bottom: 1px solid #e2e2e2;
            padding-bottom: 20px;
        }

            body #content .feed-list .feed-post .feed-container header {
                margin-bottom: 10px;
            }

                body #content .feed-list .feed-post .feed-container header .author {
                    color: #a4a4a4;
                }

                    body #content .feed-list .feed-post .feed-container header .author a {
                        font-weight: 700;
                        color: #585858;
                    }

                        body #content .feed-list .feed-post .feed-container header .author a:hover {
                            color: #8b8b8b;
                        }

                    body #content .feed-list .feed-post .feed-container header .author small {
                        display: block;
                        color: #cacaca;
                        font-size: 11px;
                    }

            body #content .feed-list .feed-post .feed-container .feed-content p {
                color: #a4a4a4;
                font-size: 12px;
            }

            body #content .feed-list .feed-post .feed-container .feed-content .feed-image {
                margin-bottom: 15px;
            }

                body #content .feed-list .feed-post .feed-container .feed-content .feed-image img {
                    width: 100%;
                }

            body #content .feed-list .feed-post .feed-container footer {
                margin-top: 15px;
            }

                body #content .feed-list .feed-post .feed-container footer > a {
                    color: #585858;
                    font-size: 12px;
                    display: inline-block;
                    margin-right: 20px;
                }

                    body #content .feed-list .feed-post .feed-container footer > a > i {
                        margin-right: 3px;
                    }

                    body #content .feed-list .feed-post .feed-container footer > a:hover {
                        color: #8b8b8b;
                        text-decoration: none;
                    }

                    body #content .feed-list .feed-post .feed-container footer > a span {
                        color: #cacaca;
                        font-size: 11px;
                    }

                    body #content .feed-list .feed-post .feed-container footer > a.liked > i {
                        color: #ff4a43;
                    }

                body #content .feed-list .feed-post .feed-container footer .comments {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    margin-top: 20px;
                    border-top: 1px solid #e2e2e2;
                    padding-top: 20px;
                }

                    body #content .feed-list .feed-post .feed-container footer .comments > li:not(:first-child) {
                        margin-top: 15px;
                    }

                    body #content .feed-list .feed-post .feed-container footer .comments > li .profile-photo, body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container, body #content .feed-list .feed-post .feed-container footer .comments > li .new-comment-container {
                        display: table-cell;
                        vertical-align: top;
                        width: 100%;
                    }

                    body #content .feed-list .feed-post .feed-container footer .comments > li .profile-photo {
                        width: 1%;
                        padding-right: 15px;
                    }

                        body #content .feed-list .feed-post .feed-container footer .comments > li .profile-photo > img {
                            width: 36px;
                        }

                    body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container {
                        font-size: 12px;
                        color: #a4a4a4;
                        border-bottom: 1px solid #e2e2e2;
                        padding-bottom: 15px;
                    }

                        body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-author {
                            font-weight: 700;
                            color: #585858;
                        }

                            body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-author:hover {
                                color: #8b8b8b;
                            }

                        body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta {
                            font-size: 11px;
                            margin-top: 15px;
                        }

                            body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta > a {
                                color: #cacaca;
                                display: inline-block;
                                margin: 0 5px;
                                -webkit-transition: all 0.15s linear;
                                -moz-transition: all 0.15s linear;
                                transition: all 0.15s linear;
                            }

                                body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta > a:first-child {
                                    margin-left: 0;
                                }

                                body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta > a:hover {
                                    color: #717171;
                                    text-decoration: none;
                                }

                                body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta > a.liked > i {
                                    color: #ff4a43;
                                }

                            body #content .feed-list .feed-post .feed-container footer .comments > li .comment-container .comment-meta > i {
                                font-size: 5px;
                                position: relative;
                                top: -1.6px;
                            }

                    body #content .feed-list .feed-post .feed-container footer .comments > li .new-comment-container .post-toolbar {
                        text-align: right;
                    }


/************* RESPONSIVE *************/

@media only screen and (max-width: 1700px) { /* mail */
    .mail-content .message .content {
        max-height: 845px;
    }
}

@media only screen and (max-width: 1024px) {
    body { /* navbar */
    }

        body .navbar .search input {
            width: 120px;
        }

        body .navbar .navbar-nav.quick-actions {
            position: absolute;
            right: -260px;
            top: 0;
        }

        body .navbar.collapsed .navbar-nav.quick-actions {
            right: 0;
        }

        body #wrap #content {
            padding-left: 55px;
        }

    html.mm-right.mm-opening .mm-fixed-top {
        right: 0;
    }

    html.mm-opened #wrap > .row #content {
        padding-right: 25px;
    }
    /* timeline */
    .timeline > li > .el-container .side {
        width: 100px;
        font-size: 30px;
    }

    .timeline > li > .el-container .content span.time {
        font-size: 11px;
    }

        .timeline > li > .el-container .content span.time i {
            font-size: 14px;
        }

    .timeline > li > .el-container .content h1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    body { /* tables */ /* tile navbar */ /* mail */ /* chat */ /* tasks */
    }

        body .table-responsive {
            border: 0;
            overflow-y: hidden;
            overflow-x: scroll;
            width: 100%;
        }

            body .table-responsive table {
                min-width: 920px;
            }

            body .table-responsive.inbox {
                overflow: auto;
            }

                body .table-responsive.inbox table {
                    min-width: 600px;
                }

        body #content .tile .tile-navbar {
            text-align: center;
        }

            body #content .tile .tile-navbar > li {
                border-right: 0;
            }

                body #content .tile .tile-navbar > li .checkbox label:after {
                    text-align: left;
                }

                body #content .tile .tile-navbar > li.filters {
                    float: none;
                    display: block;
                    margin-top: 5px;
                    padding-top: 5px;
                    border-top: 1px solid rgba(255, 255, 255, 0.1);
                }

        body #content ul.inbox > li.msg div p {
            width: 180px;
        }

        body .chat-nav.side-nav {
            text-align: center;
        }

            body .chat-nav.side-nav > li {
                display: block;
            }

                body .chat-nav.side-nav > li:last-child {
                    float: none !important;
                    margin-top: 3px;
                    padding-top: 10px;
                    border-top: 1px solid rgba(255, 255, 255, 0.15);
                }

        body .chat-reply {
            height: 162px;
        }

            body .chat-reply textarea {
                height: 102px !important;
            }

        body .task-list > li .task-group > .task .task-content {
            padding-bottom: 0;
        }

            body .task-list > li .task-group > .task .task-content .task-controls {
                position: static;
                border-left: 0;
                border-top: 1px solid rgba(0, 0, 0, 0.2);
                text-align: center;
            }

                body .task-list > li .task-group > .task .task-content .task-controls button {
                    display: inline-block;
                }
}

@media only screen and (max-width: 768px) {
    body { /* navbar */ /* pageheader */ /* recent activity */ /* datatables */ /* misc */ /* timeline */ /* mail */ /* chat */ /* search results */ /* portlets */ /* tasks */
    }

        body .navbar.navbar-default .navbar-collapse {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            max-height: 45px;
        }

            body .navbar.navbar-default .navbar-collapse .navbar-nav.side-nav > li.collapsed-content {
                display: block;
            }

            body .navbar.navbar-default .navbar-collapse .nav > li > a {
                padding: 0 10px;
            }

            body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu {
                position: absolute;
                background-color: white;
            }

                body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.wide {
                    left: -130px;
                    width: 210px !important;
                    max-width: 210px !important;
                }

                body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.wider {
                    width: 280px !important;
                    max-width: 280px !important;
                    left: -180px;
                }

                body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.arrow:before {
                    left: auto;
                    right: 73px;
                }

                body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.arrow.wide:before {
                    right: 53px;
                }

            body .navbar.navbar-default .navbar-collapse .nav.refresh {
                position: absolute;
                top: 0;
                left: 250px;
                margin: 0;
            }

                body .navbar.navbar-default .navbar-collapse .nav.refresh > li:after {
                    display: none;
                }

            body .navbar.navbar-default .navbar-collapse .nav.quick-actions {
                margin: 0;
            }

                body .navbar.navbar-default .navbar-collapse .nav.quick-actions > li {
                    display: inline-block;
                    vertical-align: top;
                }

                body .navbar.navbar-default .navbar-collapse .nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info {
                    width: 195px;
                }

        body .navbar.collapsed .navbar-collapse .nav.refresh {
            left: 40px;
        }

        body .navbar.collapsed .navbar-nav.side-nav > li.collapsed-content {
            display: none !important;
        }

        body .right-panel .nav-tabs {
            overflow: hidden;
        }

            body .right-panel .nav-tabs > li {
                display: table-cell;
                width: 1%;
            }

        body .pageheader {
            text-align: center;
            position: static;
        }

            body .pageheader h2 {
                display: block;
                font-size: 26px;
            }

                body .pageheader h2 span {
                    font-size: 14px;
                }

            body .pageheader .breadcrumbs {
                position: static;
                display: block;
            }

                body .pageheader .breadcrumbs .breadcrumb {
                    background-color: rgba(0, 0, 0, 0.1);
                }

        body .table-options {
            margin: 5px 0;
        }

        body .recent-activity .tab-content > ul > li .time {
            display: none;
        }

        body .dataTables_wrapper div.dataTables_length label {
            float: none;
            width: 100%;
            margin-bottom: 10px !important;
        }

        body .dataTables_wrapper div.dataTables_filter label {
            float: none;
            width: 100%;
            text-align: center;
        }

            body .dataTables_wrapper div.dataTables_filter label input {
                width: 100% !important;
            }

        body .dataTables_wrapper .delete-row, body .dataTables_wrapper .add-row {
            left: auto !important;
            right: 0 !important;
        }

        body .sm-center {
            text-align: center;
            margin: 5px 0 !important;
        }

        body .sm-left {
            text-align: left;
            margin: 10px 0 !important;
        }

        body .timeline {
            padding-top: 25px;
        }

            body .timeline:after {
                left: 20px;
            }

            body .timeline > li {
                clear: both;
                float: none;
                width: 100%;
                z-index: 2;
                padding-left: 45px;
                margin-bottom: 25px;
            }

                body .timeline > li > .el-container {
                    margin: 0 !important;
                }

                body .timeline > li:nth-of-type(odd):after, body .timeline > li:nth-of-type(even):after {
                    border-right: 10px solid;
                    border-right-color: white;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    left: 25px;
                    margin-left: 0;
                    right: auto;
                    top: 14px;
                }

                body .timeline > li:nth-of-type(odd) > .pointer, body .timeline > li:nth-of-type(even) > .pointer {
                    left: 6px;
                    right: auto;
                    top: 10px;
                    margin-left: 0;
                }

                body .timeline > li:nth-of-type(odd).color.red:after, body .timeline > li:nth-of-type(even).color.red:after {
                    border-right: 10px solid;
                    border-right-color: #ff4a43;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.cyan:after, body .timeline > li:nth-of-type(even).color.cyan:after {
                    border-right: 10px solid;
                    border-right-color: #22beef;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.green:after, body .timeline > li:nth-of-type(even).color.green:after {
                    border-right: 10px solid;
                    border-right-color: #a2d200;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.orange:after, body .timeline > li:nth-of-type(even).color.orange:after {
                    border-right: 10px solid;
                    border-right-color: #ffc100;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.amethyst:after, body .timeline > li:nth-of-type(even).color.amethyst:after {
                    border-right: 10px solid;
                    border-right-color: #cd97eb;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.greensea:after, body .timeline > li:nth-of-type(even).color.greensea:after {
                    border-right: 10px solid;
                    border-right-color: #16a085;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.drank:after, body .timeline > li:nth-of-type(even).color.drank:after {
                    border-right: 10px solid;
                    border-right-color: #A40778;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.hotpink:after, body .timeline > li:nth-of-type(even).color.hotpink:after {
                    border-right: 10px solid;
                    border-right-color: #FF0066;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.dutch:after, body .timeline > li:nth-of-type(even).color.dutch:after {
                    border-right: 10px solid;
                    border-right-color: #1693A5;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.blue:after, body .timeline > li:nth-of-type(even).color.blue:after {
                    border-right: 10px solid;
                    border-right-color: #418bca;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.redbrown:after, body .timeline > li:nth-of-type(even).color.redbrown:after {
                    border-right: 10px solid;
                    border-right-color: #d9544f;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.slategray:after, body .timeline > li:nth-of-type(even).color.slategray:after {
                    border-right: 10px solid;
                    border-right-color: #3f4e62;
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.transparent-black:after, body .timeline > li:nth-of-type(even).color.transparent-black:after {
                    border-right: 10px solid;
                    border-right-color: rgba(0, 0, 0, 0.3);
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

                body .timeline > li:nth-of-type(odd).color.transparent-white:after, body .timeline > li:nth-of-type(even).color.transparent-white:after {
                    border-right: 10px solid;
                    border-right-color: rgba(255, 255, 255, 0.2);
                    border-left: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                }

        body #content .vertical-mail > .row, body #content .horizontal-mail > .row {
            display: block;
        }

            body #content .vertical-mail > .row > div[class*='col-'], body #content .horizontal-mail > .row > div[class*='col-'] {
                padding: 15px;
                display: block;
            }

        body #content .vertical-mail ul.navigation, body #content .vertical-mail ul.inbox, body #content .horizontal-mail ul.navigation, body #content .horizontal-mail ul.inbox {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

        body #content .vertical-mail .mail-content .message .content, body #content .horizontal-mail .mail-content .message .content {
            max-height: none;
            overflow: visible !important;
        }

        body #content .horizontal-mail > .row > div[class*='col-']:last-child {
            padding-left: 15px;
        }

        body #content .horizontal-mail .inbox {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

        body #content .horizontal-mail .mail-content {
            padding: 0;
        }

        body .chat-content, body .chat-inbox {
            min-height: 800px;
        }

        body .nav.nav-tabs > li.tab-title .search-result, body .nav.nav-pills > li.tab-title .search-result {
            font-size: 12px;
        }

        body .sortable.ui-sortable {
            padding-bottom: 0;
        }

        body .task-list > li .task-group > .task .panel-heading > .label {
            position: static;
            display: block;
            margin-top: 10px;
        }

        body .task-list > li .task-group > .task .panel-heading .task-controls {
            display: block;
            text-align: center;
            line-height: 10px;
        }

            body .task-list > li .task-group > .task .panel-heading .task-controls .checkbox {
                text-align: left;
            }
}

@media only screen and (max-width: 479px) {
    body { /* pageheader */ /* tiles */ /* recent activity */ /* timeline */ /* login page */ /* search results */ /* weather page */
    }

        body .pageheader {
            text-align: left;
        }

            body .pageheader h2 {
                font-size: 18px;
                font-weight: 300;
            }

                body .pageheader h2 span {
                    font-size: 12px;
                }

                body .pageheader h2 i {
                    font-size: 14px;
                    height: 30px;
                    width: 30px;
                    line-height: 24px !important;
                }

            body .pageheader .breadcrumbs ol.breadcrumb > li {
                font-size: 10px;
            }

        body #content .tile .tile-header .search {
            float: none;
            display: block;
            margin-top: 15px;
        }

            body #content .tile .tile-header .search input {
                width: 100%;
            }

        body .recent-activity .tab-content > ul > li {
            font-size: 11px;
        }

            body .recent-activity .tab-content > ul > li .user {
                margin: 0 0 0 10px;
                position: relative;
            }

                body .recent-activity .tab-content > ul > li .user:after {
                    display: none;
                }

        body .timeline > li > .el-container .content span.time {
            display: block;
            float: none;
            margin-bottom: 4px;
            border-bottom: 1px solid;
            padding-bottom: 4px;
            text-align: center;
        }

        body .timeline > li > .el-container .content h1 {
            text-align: center;
        }

        body #content.full-page .inside-block, body #content.full-page.error .inside-block {
            width: 70%;
            height: 100%;
        }

            body #content.full-page .inside-block form, body #content.full-page.error .inside-block form {
                margin-bottom: 40px;
            }

        body #content.full-page .search, body #content.full-page.error .search {
            right: 25%;
            top: 10px;
        }

        body .search-results .media > a.pull-left, body .search-results .media > a.pull-right {
            float: none !important;
        }

        body #content.full-page.weather .owl-carousel .owl-controls .owl-buttons .owl-next {
            right: 0;
        }

        body #content.full-page.weather .owl-carousel .slide .inside-block {
            width: 100%;
            padding-top: 200px;
        }
}

/************* SUMMERNOTE *************/

.note-editor {
    border: 0;
}

    .note-editor .note-editable {
        overflow: auto;
        background-color: white;
    }

    .note-editor .note-toolbar {
        border-bottom: 0;
        background-color: #f2f2f2;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .note-editor .note-statusbar {
        background-color: #f2f2f2;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

        .note-editor .note-statusbar .note-resizebar {
            border-top: 1px solid transparent;
        }

.transparent-editor .note-editor .note-editable {
    background-color: rgba(0, 0, 0, 0.3);
}

.transparent-editor .note-editor .note-toolbar {
    background-color: rgba(0, 0, 0, 0.5);
}

    .transparent-editor .note-editor .note-toolbar button {
        background-color: white;
        color: #717171;
    }

        .transparent-editor .note-editor .note-toolbar button:hover {
            background-color: rgba(255, 255, 255, 0.95);
            color: #717171;
        }

            .transparent-editor .note-editor .note-toolbar button:hover .caret {
                border-top-color: #717171;
            }

    .transparent-editor .note-editor .note-toolbar .dropdown-menu {
        color: #717171;
    }

.transparent-editor .note-editor .note-statusbar {
    background-color: rgba(0, 0, 0, 0.5);
}

.transparent-editor .note-editor .caret {
    border-top-color: #717171;
}


/************* TASKS **************/

.task-list {
    padding: 20px 0;
    margin: 20px auto;
    list-style: none;
    position: relative;
    width: 100%;
}

    .task-list:after {
        background-color: #717171;
        content: "";
        left: 0;
        min-height: 100%;
        position: absolute;
        top: 0;
        width: 3px;
        z-index: 1;
    }

    .task-list > li {
        position: relative;
        margin: 0;
        margin-bottom: 30px;
        padding-left: 20px;
    }

        .task-list > li > .pointer {
            position: absolute;
            background-color: #717171;
            left: -6px;
            top: 2px;
            width: 15px;
            height: 15px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            z-index: 2;
            text-align: center;
        }

        .task-list > li.more > .pointer {
            top: 10px;
        }

        .task-list > li .task-group > .task {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-left: 0;
            position: relative;
        }

            .task-list > li .task-group > .task > .priority {
                position: absolute;
                width: 5px;
                height: 100%;
                background-color: #b2b2b2;
                top: -1px;
                padding-bottom: 2px;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                z-index: 9;
            }

                .task-list > li .task-group > .task > .priority.priority-high {
                    background-color: #ff7b76;
                }

                .task-list > li .task-group > .task > .priority.priority-medium {
                    background-color: #ffc100;
                }

                .task-list > li .task-group > .task > .priority.priority-normal {
                    background-color: #b2b2b2;
                }

                .task-list > li .task-group > .task > .priority.priority-low {
                    background-color: #a2d200;
                }

            .task-list > li .task-group > .task .panel-heading {
                position: relative;
                border-bottom: 0;
                padding-right: 80px;
            }

                .task-list > li .task-group > .task .panel-heading .task-controls {
                    display: inline-block;
                    line-height: 28px;
                    vertical-align: bottom;
                }

                    .task-list > li .task-group > .task .panel-heading .task-controls .checkbox {
                        display: inline-block;
                        padding-left: 5px;
                    }

                        .task-list > li .task-group > .task .panel-heading .task-controls .checkbox label {
                            min-height: 20px;
                        }

                    .task-list > li .task-group > .task .panel-heading .task-controls .mark {
                        color: rgba(0, 0, 0, 0.3);
                        font-size: 20px;
                        margin-left: 5px;
                    }

                        .task-list > li .task-group > .task .panel-heading .task-controls .mark:hover {
                            color: rgba(0, 0, 0, 0.6);
                        }

                        .task-list > li .task-group > .task .panel-heading .task-controls .mark.marked {
                            color: #ffc100;
                        }

                            .task-list > li .task-group > .task .panel-heading .task-controls .mark.marked i:before {
                                content: "\f005";
                            }

                .task-list > li .task-group > .task .panel-heading .heading {
                    display: inline-block;
                    margin-left: 20px;
                }

                    .task-list > li .task-group > .task .panel-heading .heading h5 {
                        margin-bottom: 0;
                        font-weight: 700;
                    }

                    .task-list > li .task-group > .task .panel-heading .heading small {
                        font-style: italic;
                        color: #a4a4a4;
                    }

                .task-list > li .task-group > .task .panel-heading > .label {
                    font-family: "Roboto Condensed", sans-serif;
                    text-transform: uppercase;
                    position: absolute;
                    right: 80px;
                    top: 22px;
                    padding: 5px 20px;
                    font-size: 14px;
                }

                .task-list > li .task-group > .task .panel-heading .task-toggle {
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 100%;
                    width: 66px;
                    display: block;
                    background-color: rgba(0, 0, 0, 0.05);
                    border-left: 1px solid rgba(0, 0, 0, 0.2);
                    font-size: 50px;
                    line-height: 66px;
                    color: rgba(0, 0, 0, 0.2);
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                    .task-list > li .task-group > .task .panel-heading .task-toggle:hover {
                        background-color: rgba(0, 0, 0, 0.1);
                        color: rgba(0, 0, 0, 0.3);
                    }

                    .task-list > li .task-group > .task .panel-heading .task-toggle > i {
                        margin-left: 15px;
                    }

            .task-list > li .task-group > .task.active .panel-heading {
                border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            }

                .task-list > li .task-group > .task.active .panel-heading .heading h5 {
                    color: #418bca;
                }

            .task-list > li .task-group > .task.active .task-toggle, .task-list > li .task-group > .task.active .task-toggle:hover {
                background-color: #418bca;
                color: white;
                line-height: 56px;
            }

                .task-list > li .task-group > .task.active .task-toggle > i:before, .task-list > li .task-group > .task.active .task-toggle:hover > i:before {
                    content: "\f106";
                }

            .task-list > li .task-group > .task .task-content {
                position: relative;
            }

                .task-list > li .task-group > .task .task-content .media-list .media > i {
                    width: 20px;
                    text-align: center;
                    margin-right: 10px;
                }

                .task-list > li .task-group > .task .task-content .media-list .media:not(:first-child) {
                    margin-top: 10px;
                }

                .task-list > li .task-group > .task .task-content .media-list .media .media-body {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                }

                    .task-list > li .task-group > .task .task-content .media-list .media .media-body .media-heading {
                        font-family: "Roboto", "Arial", sans-serif;
                        font-style: italic;
                        color: #8b8b8b;
                        margin-bottom: 10px;
                    }

                        .task-list > li .task-group > .task .task-content .media-list .media .media-body .media-heading strong {
                            color: #717171;
                            font-style: normal;
                            margin-right: 5px;
                        }

                    .task-list > li .task-group > .task .task-content .media-list .media .media-body p {
                        font-size: 12px;
                        color: #8b8b8b;
                    }

                .task-list > li .task-group > .task .task-content .media-list .media:last-child .media-body {
                    border: 0;
                }

                .task-list > li .task-group > .task .task-content .task-controls {
                    height: 100%;
                    right: 0;
                    top: 0;
                    position: absolute;
                    background-color: rgba(0, 0, 0, 0.05);
                    padding: 15px 0;
                    border-left: 1px solid rgba(0, 0, 0, 0.2);
                }

                    .task-list > li .task-group > .task .task-content .task-controls button {
                        display: block;
                        margin: 10px auto;
                    }

        .task-list > li.completed > h5 {
            color: #bebebe;
        }

        .task-list > li.completed .task-group .task {
            filter: alpha(opacity=35);
            opacity: 0.35;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .task-list > li.completed .task-group .task:hover, .task-list > li.completed .task-group .task.active {
                filter: alpha(opacity=100);
                opacity: 1;
            }


/************* NESTABLE *************/

.dd {
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

    .dd.transparent-black .dd-list .dd-item button:before {
        color: white !important;
    }

    .dd.transparent-black .dd-list .dd-item .dd-handle {
        border: 0 !important;
        background: rgba(0, 0, 0, 0.3) !important;
        color: white !important;
    }

        .dd.transparent-black .dd-list .dd-item .dd-handle:hover {
            background: rgba(0, 0, 0, 0.4) !important;
        }

    .dd.transparent-black .dd-list .dd-placeholder {
        background: rgba(0, 0, 0, 0.6) !important;
        border: 0 !important;
    }

    .dd.transparent-white .dd-list .dd-item button:before {
        color: white !important;
    }

    .dd.transparent-white .dd-list .dd-item .dd-handle {
        border: 0 !important;
        background: rgba(255, 255, 255, 0.3) !important;
        color: white !important;
    }

        .dd.transparent-white .dd-list .dd-item .dd-handle:hover {
            background: rgba(255, 255, 255, 0.4) !important;
        }

    .dd.transparent-white .dd-list .dd-placeholder {
        background: rgba(255, 255, 255, 0.6) !important;
        border: 0 !important;
    }

.dd-item, .dd-empty, .dd-placeholder {
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .dd-item.dd-heading > .dd3-content, .dd-empty.dd-heading > .dd3-content, .dd-placeholder.dd-heading > .dd3-content {
        color: #a2d200;
        background: #f5ffd2;
        border-color: #a2d200;
    }

    .dd-item.dd-heading > .dd3-handle, .dd-empty.dd-heading > .dd3-handle, .dd-placeholder.dd-heading > .dd3-handle {
        background: #efffb8;
        border-color: #a2d200;
    }

        .dd-item.dd-heading > .dd3-handle:before, .dd-empty.dd-heading > .dd3-handle:before, .dd-placeholder.dd-heading > .dd3-handle:before {
            color: #a2d200;
        }

        .dd-item.dd-heading > .dd3-handle:hover, .dd-empty.dd-heading > .dd3-handle:hover, .dd-placeholder.dd-heading > .dd3-handle:hover {
            background: #e3ff85;
        }

            .dd-item.dd-heading > .dd3-handle:hover:before, .dd-empty.dd-heading > .dd3-handle:hover:before, .dd-placeholder.dd-heading > .dd3-handle:hover:before {
                color: #7b9f00;
            }

    .dd-item.dd-heading > button:before, .dd-empty.dd-heading > button:before, .dd-placeholder.dd-heading > button:before {
        color: #a2d200;
    }

    .dd-item.dd-heading > button:hover:before, .dd-empty.dd-heading > button:hover:before, .dd-placeholder.dd-heading > button:hover:before {
        color: #7b9f00;
    }

    .dd-item .dd3-content, .dd-empty .dd3-content, .dd-placeholder .dd3-content {
        color: #717171;
        background: #fcfcfc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-weight: normal;
    }

        .dd-item .dd3-content .controls, .dd-empty .dd3-content .controls, .dd-placeholder .dd3-content .controls {
            display: inline-block;
            float: right;
            position: relative;
        }

            .dd-item .dd3-content .controls a, .dd-empty .dd3-content .controls a, .dd-placeholder .dd3-content .controls a {
                font-size: 14px;
                padding: 3px;
                line-height: 18px;
            }

            .dd-item .dd3-content .controls.open a.dropdown-toggle, .dd-empty .dd3-content .controls.open a.dropdown-toggle, .dd-placeholder .dd3-content .controls.open a.dropdown-toggle {
                color: #357ebd !important;
            }

            .dd-item .dd3-content .controls.open .dropdown-menu, .dd-empty .dd3-content .controls.open .dropdown-menu, .dd-placeholder .dd3-content .controls.open .dropdown-menu {
                padding: 10px;
            }

                .dd-item .dd3-content .controls.open .dropdown-menu > li, .dd-empty .dd3-content .controls.open .dropdown-menu > li, .dd-placeholder .dd3-content .controls.open .dropdown-menu > li {
                    position: relative;
                }

                    .dd-item .dd3-content .controls.open .dropdown-menu > li > a, .dd-empty .dd3-content .controls.open .dropdown-menu > li > a, .dd-placeholder .dd3-content .controls.open .dropdown-menu > li > a {
                        color: #717171 !important;
                        padding: 5px 10px;
                    }

                        .dd-item .dd3-content .controls.open .dropdown-menu > li > a:hover, .dd-empty .dd3-content .controls.open .dropdown-menu > li > a:hover, .dd-placeholder .dd3-content .controls.open .dropdown-menu > li > a:hover {
                            color: #357ebd !important;
                        }

                    .dd-item .dd3-content .controls.open .dropdown-menu > li .controls, .dd-empty .dd3-content .controls.open .dropdown-menu > li .controls, .dd-placeholder .dd3-content .controls.open .dropdown-menu > li .controls {
                        position: absolute;
                        top: 5px;
                        right: 0px;
                    }

    .dd-item .dd3-handle, .dd-empty .dd3-handle, .dd-placeholder .dd3-handle {
        background: #f2f2f2;
        border-color: #ccc;
    }

        .dd-item .dd3-handle:before, .dd-empty .dd3-handle:before, .dd-placeholder .dd3-handle:before {
            content: "\f0c9";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #717171;
            top: 7px;
        }

        .dd-item .dd3-handle:hover, .dd-empty .dd3-handle:hover, .dd-placeholder .dd3-handle:hover {
            background: #e2e2e2;
        }

            .dd-item .dd3-handle:hover:before, .dd-empty .dd3-handle:hover:before, .dd-placeholder .dd3-handle:hover:before {
                color: #357ebd;
            }

    .dd-item .dd-handle, .dd-empty .dd-handle, .dd-placeholder .dd-handle {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .dd-item > button:before, .dd-empty > button:before, .dd-placeholder > button:before {
        content: "\f106";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        color: #717171;
        line-height: 12px;
    }

    .dd-item > button[data-action="collapse"]:before, .dd-empty > button[data-action="collapse"]:before, .dd-placeholder > button[data-action="collapse"]:before {
        content: "\f107";
    }

    .dd-item > button:hover:before, .dd-empty > button:hover:before, .dd-placeholder > button:hover:before {
        color: #357ebd;
    }

section.invoice {
    background-color: white;
    padding: 50px 100px;
    color: #717171;
}

    section.invoice .header {
        background-color: #2b3543;
        padding: 50px 100px;
        margin: -50px -100px;
        color: white;
    }

        section.invoice .header h3 {
            margin: 0;
            padding: 0;
            margin-bottom: 40px;
        }

        section.invoice .header h4 {
            font-family: "Roboto Condensed", sans-serif;
            text-transform: uppercase;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.2);
            border-bottom: 3px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 5px;
        }

        section.invoice .header address {
            font-weight: 300;
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
        }

            section.invoice .header address strong {
                color: white;
                font-size: 18px;
            }

        section.invoice .header .arrow {
            text-align: center;
            padding-top: 150px;
        }

            section.invoice .header .arrow .fa {
                color: rgba(255, 255, 255, 0.15);
                border: 1px solid;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                padding-left: 5px;
            }

        section.invoice .header .total, section.invoice .footer .total {
            margin: 0;
            background-color: #3f4e62;
            width: 65%;
            min-width: 215px;
            float: right;
            padding: 10px;
            text-align: left;
        }

            section.invoice .header .total dt, section.invoice .footer .total dt {
                width: auto;
                float: none;
                text-align: left;
                font-family: "Roboto Condensed", sans-serif;
                text-transform: uppercase;
                font-weight: 300;
            }

            section.invoice .header .total dd, section.invoice .footer .total dd {
                margin-left: 0px;
                text-align: right;
                font-size: 26px;
                margin-top: 10px;
                font-weight: 300;
            }

                section.invoice .header .total dd strong, section.invoice .footer .total dd strong {
                    font-weight: 400;
                }

    section.invoice .footer .summary {
        background-color: #2b3543;
        padding: 20px;
        color: white;
        text-align: right;
        margin-bottom: 50px;
    }

        section.invoice .footer .summary dl:not(.total) dt {
            text-align: left;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: uppercase;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.5);
            width: auto;
            float: left;
        }

        section.invoice .footer .summary dl:not(.total) dd {
            text-align: right;
            margin-left: 0;
        }

        section.invoice .footer .summary .total {
            float: none;
            display: inline-block;
            position: relative;
            bottom: -20px;
            right: -20px;
        }

    section.invoice table {
        margin-top: 13px;
        margin-bottom: 50px;
    }

        section.invoice table thead tr td, section.invoice table thead tr th, section.invoice table tbody tr td, section.invoice table tbody tr th {
            text-align: center;
        }

            section.invoice table thead tr td:last-child, section.invoice table thead tr th:last-child, section.invoice table tbody tr td:last-child, section.invoice table tbody tr th:last-child {
                text-align: right;
            }

            section.invoice table thead tr td.description, section.invoice table thead tr th.description, section.invoice table tbody tr td.description, section.invoice table tbody tr th.description {
                text-align: left;
                width: 680px;
                max-width: 680px;
                font-weight: 300;
            }

                section.invoice table thead tr td.description strong, section.invoice table thead tr th.description strong, section.invoice table tbody tr td.description strong, section.invoice table tbody tr th.description strong {
                    font-family: "Roboto Condensed", sans-serif;
                    text-transform: uppercase;
                    font-weight: 300;
                }

        section.invoice table thead tr th {
            background-color: #212933;
            border: 0;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: uppercase;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.5);
        }

        section.invoice table tbody tr:first-child td {
            border-top: 0;
        }

        section.invoice table tbody tr:last-child td {
            border-bottom: 1px solid #ddd;
        }

        section.invoice table tbody tr td {
            white-space: nowrap;
        }

            section.invoice table tbody tr td.description {
                font-size: 11px;
                white-space: normal;
            }

                section.invoice table tbody tr td.description strong {
                    font-weight: 700;
                    font-size: 14px;
                }

                section.invoice table tbody tr td.description p {
                    margin: 0;
                }

@media only screen and (max-width: 1024px) {
    section.invoice {
        padding: 50px;
    }

        section.invoice .header {
            padding: 50px;
            margin: -50px;
        }
}

@media only screen and (max-width: 992px) {
    section.invoice .header .text-right {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    section.invoice {
        padding: 50px 20px;
    }

        section.invoice .header {
            padding: 50px 20px;
            margin: -50px -20px;
        }
}

@media print {
    section.invoice .header {
        -webkit-print-color-adjust: exact;
        background-color: #e2e2e2 !important;
    }

        section.invoice .header .total, section.invoice .footer .total {
            -webkit-print-color-adjust: exact;
            background-color: #d2d2d2 !important;
        }

    section.invoice .footer .summary {
        -webkit-print-color-adjust: exact;
        background-color: #e2e2e2 !important;
    }

    section.invoice table thead tr th {
        -webkit-print-color-adjust: exact;
        background-color: #d2d2d2 !important;
    }
}

/************* MAIN SETTINGS *************/

html, body {
    height: 100%;
}

html {
    padding-top: 45px;
    padding-bottom: 0;
    overflow: hidden;
}

    html.mm-opened #wrap > .row #content {
        position: fixed;
        left: 0;
        padding-right: 275px;
    }

.mm-page {
    height: 100%;
    min-height: 100%;
}

#wrap {
    margin: 0;
    padding: 0 15px;
    height: 100%;
    min-height: 100%;
}

    #wrap > .row {
        height: 100%;
        min-height: 100%;
    }

    #wrap #content {
        padding-bottom: 0;
        margin-left: auto;
        padding-right: 25px;
        height: 100%;
        width: 100%;
    }
        /*#wrap #content { padding-bottom: 0; padding-left: 250px; padding-right: 25px; height: 100%; width: 100%; }*/
        #wrap #content .main {
            margin: 10px 0;
        }

body {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

    body.modal-open {
        overflow: auto;
        margin-right: 0;
    }

    body.bg-1 {
        /*background: url(../images/backgrounds/3.jpg) no-repeat center center fixed;*/
        background-repeat: no-repeat;
        /*color:black;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='3.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='3.jpg', sizingMethod='scale')";
    }

    body.no-bg {
        background: none;
    }

    body .navbar-default {
        border: 0;
    }

        body .navbar-default.navbar-fixed-top, body .navbar-default.navbar-fixed-bottom {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

.el-reloader {
    background: url(../images/loader.gif) center center no-repeat;
    height: 15px;
    width: 15px;
    left: 50%;
    top: 75%;
    position: absolute;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto Slab", serif;
    -webkit-font-smoothing: antialiased;
}

    h1.sans-serif, h2.sans-serif, h3.sans-serif, h4.sans-serif, h5.sans-serif, h6.sans-serif, .h1.sans-serif, .h2.sans-serif, .h3.sans-serif, .h4.sans-serif, .h5.sans-serif, .h6.sans-serif {
        font-family: "Roboto", "Arial", sans-serif;
    }

    h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline, .h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 5px;
    }

    h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline, .h1.inline, .h2.inline, .h3.inline, .h4.inline, .h5.inline, .h6.inline {
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
    }

*:before, *:after {
    -webkit-transform: translateZ(0);
}

menu {
    padding: 0;
}

    menu button, menu .btn {
        margin-right: 10px;
    }

        menu button .fa, menu .btn .fa {
            margin-right: 3px;
        }

/* printing */
@media print {
    .no-print, #mmenu, #navbar, .pageheader {
        display: none !important;
    }

    #content {
        padding-left: 0 !important;
    }

    [class*="col-md-"] {
        float: left;
        display: inline-block;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .visible-md-block, .visible-lg-block {
        display: block !important;
    }
}

/************* NAVBAR *************/

.navbar {
    min-height: 45px;
    height: 45px;
}

    .navbar.navbar-default {
        border: 0;
    }

    .navbar.navbar-transparent-white {
        background-color: rgba(255, 255, 255, 0.1);
    }

        .navbar.navbar-transparent-white .navbar-header {
            background-color: rgba(255, 255, 255, 0.1);
        }

    .navbar.navbar-transparent-black {
        background-color: rgba(0, 0, 0, 0.1);
    }

        .navbar.navbar-transparent-black .navbar-header {
            background-color: rgba(0, 0, 0, 0.05);
        }

    .navbar .navbar-header {
        width: 250px;
        position: relative;
        z-index: 99;
    }

        .navbar .navbar-header .navbar-brand {
            font-weight: 300;
            font-size: 18px;
            font-family: "Roboto Condensed", sans-serif;
            color: white;
            padding: 0;
            padding-left: 20px;
            height: 45px;
            line-height: 45px;
            background: url(../images/TLeasing-Logo-Square-13x.png) no-repeat 0 16px;
        }

            .navbar .navbar-header .navbar-brand img {
                vertical-align: top;
            }

        .navbar .navbar-header .sidebar-collapse {
            display: inline-block;
            float: right;
            line-height: 43px;
        }

            .navbar .navbar-header .sidebar-collapse a {
                font-size: 18px;
                line-height: 45px;
                color: #f2f2f2;
            }

                .navbar .navbar-header .sidebar-collapse a:hover {
                    color: white;
                }

    .navbar .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.7);
        line-height: 45px;
        padding: 0 15px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
            color: white;
        }

    .navbar .navbar-nav > li.divided > a {
        display: inline-block;
        vertical-align: top;
    }

    .navbar .navbar-nav > li.divided:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.15);
        margin-top: 7px;
        margin-left: -3px;
        vertical-align: top;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar .navbar-nav.quick-actions {
        float: right;
    }

        .navbar .navbar-nav.quick-actions > li {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

        .navbar .navbar-nav.quick-actions .label {
            font-size: 10px;
            margin-left: 5px;
            vertical-align: middle;
        }

        .navbar .navbar-nav.quick-actions .user .profile-photo {
            display: inline-block;
            width: 45px;
            vertical-align: top;
            overflow: hidden;
            margin-left: 15px;
        }

            .navbar .navbar-nav.quick-actions .user .profile-photo img {
                width: 100%;
            }

        .navbar .navbar-nav.quick-actions .user > a {
            font-size: 12px;
        }

            .navbar .navbar-nav.quick-actions .user > a > i {
                margin-left: 10px;
            }

        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu {
            -webkit-animation-duration: 0.3s;
            -moz-animation-duration: 0.3s;
            animation-duration: 0.3s;
        }

            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a {
                color: #717171;
                font-size: 12px;
            }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .task-info .desc {
                    font-size: 12px;
                    color: rgba(113, 113, 113, 0.65);
                    margin-bottom: 3px;
                }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .task-info .percent {
                    padding-left: 10px;
                    margin-top: -4px;
                    display: inline-block;
                    font-weight: 700;
                    float: right;
                    font-size: 12px;
                }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .progress {
                    margin-bottom: 10px;
                }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .small {
                    float: right;
                    color: #bebebe;
                    margin-top: 3px;
                    font-weight: 300;
                    font-size: 9px;
                }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a:hover, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a:focus {
                    background-color: #f2f2f2;
                }

            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li:last-child > a {
                font-size: 12px;
                -webkit-border-radius: 0 0 2px 2px;
                -moz-border-radius: 0 0 2px 2px;
                -ms-border-radius: 0 0 2px 2px;
                -o-border-radius: 0 0 2px 2px;
                border-radius: 0 0 2px 2px;
            }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li:last-child > a i {
                    font-size: 14px;
                    float: right;
                    line-height: 17px;
                }

            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li {
                display: block;
            }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a {
                    margin: 10px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    border-radius: 5px;
                    background-color: #f2f2f2;
                    -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .profile-photo {
                        width: 35px;
                        display: inline-block;
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .profile-photo img {
                            width: 100%;
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.cyan {
                        background-color: rgba(34, 190, 239, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.cyan:hover {
                            background-color: rgba(34, 190, 239, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.green {
                        background-color: rgba(162, 210, 0, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.green:hover {
                            background-color: rgba(162, 210, 0, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.orange {
                        background-color: rgba(255, 193, 0, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.orange:hover {
                            background-color: rgba(255, 193, 0, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.red {
                        background-color: rgba(255, 74, 67, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.red:hover {
                            background-color: rgba(255, 74, 67, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.amethyst {
                        background-color: rgba(205, 151, 235, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.amethyst:hover {
                            background-color: rgba(205, 151, 235, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.greensea {
                        background-color: rgba(22, 160, 133, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.greensea:hover {
                            background-color: rgba(22, 160, 133, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.dutch {
                        background-color: rgba(22, 147, 165, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.dutch:hover {
                            background-color: rgba(22, 147, 165, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.drank {
                        background-color: rgba(164, 7, 120, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.drank:hover {
                            background-color: rgba(164, 7, 120, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.hotpink {
                        background-color: rgba(255, 0, 102, 0.1);
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.hotpink:hover {
                            background-color: rgba(255, 0, 102, 0.2);
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a:hover {
                        background-color: #eaeaea;
                    }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info {
                        vertical-align: top;
                        display: inline-block;
                        font-size: 11px;
                        margin-left: 5px;
                        width: 265px;
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .sender {
                            font-weight: 700;
                        }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .time {
                            float: right;
                            font-weight: 300;
                            font-size: 9px;
                            color: #bebebe;
                        }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .message-content {
                            white-space: normal;
                            margin-top: 5px;
                            color: #a4a4a4;
                        }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li:last-child > a {
                    margin: 0;
                    -webkit-border-radius: 0 0 2px 2px;
                    -moz-border-radius: 0 0 2px 2px;
                    -ms-border-radius: 0 0 2px 2px;
                    -o-border-radius: 0 0 2px 2px;
                    border-radius: 0 0 2px 2px;
                    background-color: transparent;
                }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li:last-child > a:hover {
                        background-color: #f2f2f2;
                    }

            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings {
                -webkit-border-radius: 0 0 2px 2px;
                -moz-border-radius: 0 0 2px 2px;
                -ms-border-radius: 0 0 2px 2px;
                -o-border-radius: 0 0 2px 2px;
                border-radius: 0 0 2px 2px;
                border: 0;
                padding: 5px;
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
                -webkit-animation-duration: 0.3s;
                -moz-animation-duration: 0.3s;
                animation-duration: 0.3s;
            }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings .videobg-check {
                    min-height: 15px;
                    margin-bottom: -10px;
                }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings .videobg-check:before, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings .videobg-check:after {
                        display: table;
                        content: " ";
                        clear: both;
                    }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings .videobg-check .control-label {
                        padding-left: 10px;
                    }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li {
                    display: block;
                }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li > a {
                        padding: 5px 10px;
                        font-size: 12px;
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li > a i {
                            font-size: 14px;
                        }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li h3 {
                        padding: 0;
                        margin: 5px 10px;
                        font-size: 12px;
                        font-family: "Roboto", "Arial", sans-serif;
                        color: #717171;
                        font-weight: 400;
                    }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds {
                        margin: 10px;
                        text-align: center;
                        list-style-type: none;
                        padding: 0;
                    }

                        .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds > li {
                            width: 17px;
                            text-align: center;
                            display: inline-block;
                        }

                            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li.title, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds > li.title {
                                display: block;
                                font-size: 12px;
                                width: 100%;
                                text-align: left;
                                color: #717171;
                                line-height: 22px;
                            }

                            .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds > li > a {
                                display: inline-block;
                                width: 70%;
                                height: 12px;
                                -webkit-border-radius: 20px;
                                -moz-border-radius: 20px;
                                -ms-border-radius: 20px;
                                -o-border-radius: 20px;
                                border-radius: 20px;
                                -webkit-transition: all 0.25s ease;
                                -moz-transition: all 0.25s ease;
                                transition: all 0.25s ease;
                            }

                                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a:hover, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds > li > a:hover {
                                    -webkit-transform: scale(1.3, 1.3);
                                    -moz-transform: scale(1.3, 1.3);
                                    -ms-transform: scale(1.3, 1.3);
                                    -o-transform: scale(1.3, 1.3);
                                    transform: scale(1.3, 1.3);
                                    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                                    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                                }

                                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-1, .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #videobackgrounds > li > a.bg-1 {
                                    background: url(../images/backgrounds/thumbs/1.jpg) center center no-repeat;
                                }

                    .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li .form-group label {
                        color: #717171;
                        font-size: 12px;
                        font-weight: 400;
                    }

                .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings.arrow:before {
                    border-bottom-color: white;
                    left: 134px;
                }

        .navbar .navbar-nav.quick-actions .dropdown.open > a, .navbar .navbar-nav.quick-actions .dropdown.open > a:focus, .navbar .navbar-nav.quick-actions .dropdown.open > a:hover {
            background-color: transparent;
            color: white;
        }

    .navbar .search {
        display: inline-block;
        margin-left: 15px;
    }

        .navbar .search i {
            line-height: 45px;
            margin-right: 10px;
            color: rgba(255, 255, 255, 0.7);
        }

        .navbar .search input {
            font-family: "Ubuntu Mono", sans-serif;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.4);
            background: none;
            border: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            -webkit-appearance: none !important;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            vertical-align: middle;
            min-height: 28px;
            padding: 0;
        }

            .navbar .search input:focus {
                outline: none;
                border: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .navbar .search input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.3);
            }

            .navbar .search input:-moz-placeholder {
                color: rgba(0, 0, 0, 0.3);
            }

            .navbar .search input::-moz-placeholder {
                color: rgba(0, 0, 0, 0.3);
            }

            .navbar .search input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.3);
            }

    .navbar.collapsed .navbar-header {
        width: 40px;
    }

        .navbar.collapsed .navbar-header .navbar-brand {
            display: none;
        }

        .navbar.collapsed .navbar-header .sidebar-collapse a {
            margin-left: 2px;
        }


/************* SIDEBAR *************/

.navbar-nav.side-nav {
    width: 250px;
    position: fixed;
    margin-top: 45px;
    padding-bottom: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    z-index: 1;
}

    .navbar-nav.side-nav > *:last-child {
        margin-bottom: 90px;
    }

    .navbar-nav.side-nav > li {
        float: none;
    }

        .navbar-nav.side-nav > li.collapsed {
            height: 45px;
            overflow: hidden;
            background-color: rgba(0, 0, 0, 0.05);
        }

            .navbar-nav.side-nav > li.collapsed > a > i:before {
                content: "\f107";
            }

        .navbar-nav.side-nav > li.collapsed-content {
            display: none;
        }

            .navbar-nav.side-nav > li.collapsed-content > ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

                .navbar-nav.side-nav > li.collapsed-content > ul > li.search {
                    margin-left: 0;
                }

                    .navbar-nav.side-nav > li.collapsed-content > ul > li.search input {
                        width: 190px;
                    }

                .navbar-nav.side-nav > li.collapsed-content > ul > li.user {
                    margin: 15px 0;
                    text-align: center;
                }

                    .navbar-nav.side-nav > li.collapsed-content > ul > li.user .profile-photo {
                        width: 70px;
                        overflow: hidden;
                        margin: 10px auto;
                    }

                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user .profile-photo img {
                            width: 70px;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -ms-border-radius: 50%;
                            -o-border-radius: 50%;
                            border-radius: 50%;
                            border: 3px solid white;
                        }

                    .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a {
                        color: rgba(255, 255, 255, 0.9);
                        font-size: 12px;
                    }

                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a:hover, .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a:focus {
                            color: white;
                            text-decoration: none;
                            background-color: transparent;
                        }

                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a i {
                            margin-left: 5px;
                        }

                    .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings {
                        -webkit-border-radius: 0 0 2px 2px;
                        -moz-border-radius: 0 0 2px 2px;
                        -ms-border-radius: 0 0 2px 2px;
                        -o-border-radius: 0 0 2px 2px;
                        border-radius: 0 0 2px 2px;
                        border: 0;
                        padding: 5px;
                        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
                        -webkit-animation-duration: 0.3s;
                        -moz-animation-duration: 0.3s;
                        animation-duration: 0.3s;
                        left: 50px;
                        top: 120px;
                        text-align: left;
                        width: 130px;
                        min-width: 130px;
                    }

                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li {
                            display: block;
                        }

                            .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li > a {
                                padding: 5px 10px;
                                font-size: 12px;
                            }

                                .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li > a i {
                                    font-size: 14px;
                                }

                            .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li h3 {
                                padding: 0;
                                margin: 5px 10px;
                                font-size: 12px;
                                font-family: "Roboto", "Arial", sans-serif;
                                color: #717171;
                                font-weight: 400;
                            }

                            .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes {
                                margin: 10px;
                                text-align: center;
                                list-style-type: none;
                                padding: 0;
                            }

                                .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li {
                                    width: 13px;
                                    text-align: center;
                                    display: inline-block;
                                }

                                    .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a {
                                        display: inline-block;
                                        width: 70%;
                                        height: 10px;
                                        -webkit-border-radius: 20px;
                                        -moz-border-radius: 20px;
                                        -ms-border-radius: 20px;
                                        -o-border-radius: 20px;
                                        border-radius: 20px;
                                        -webkit-transition: all 0.25s ease;
                                        -moz-transition: all 0.25s ease;
                                        transition: all 0.25s ease;
                                    }

                                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a:hover {
                                            -webkit-transform: scale(1.3, 1.3);
                                            -moz-transform: scale(1.3, 1.3);
                                            -ms-transform: scale(1.3, 1.3);
                                            -o-transform: scale(1.3, 1.3);
                                            transform: scale(1.3, 1.3);
                                            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                                            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                                        }

                                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-1 {
                                            background: url(../images/backgrounds/thumbs/1.jpg) center center no-repeat;
                                        }

                            .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li .form-group label {
                                color: #717171;
                                font-size: 12px;
                                font-weight: 400;
                            }

                        .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings.arrow:before {
                            border-bottom-color: white;
                            left: 55px;
                        }

        .navbar-nav.side-nav > li > a.sidebar-toggle {
            font-family: "Roboto Condensed", sans-serif;
            font-size: 11px;
            color: rgba(0, 0, 0, 0.3);
            text-transform: uppercase;
            font-weight: 700;
        }

            .navbar-nav.side-nav > li > a.sidebar-toggle > i {
                font-size: 14px;
                line-height: 45px;
                float: right;
            }

            .navbar-nav.side-nav > li > a.sidebar-toggle:hover {
                color: rgba(0, 0, 0, 0.4);
            }

            .navbar-nav.side-nav > li > a.sidebar-toggle.underline {
                border-bottom: 1px solid rgba(0, 0, 0, 0.2);
                padding: 0;
                margin: 0 15px;
            }

        .navbar-nav.side-nav > li.navigation .menu {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .navbar-nav.side-nav > li.navigation .menu > li > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a {
                display: inline-block;
                line-height: 40px;
                padding: 0 15px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                transition: all 0.2s linear;
                font-size: 12px;
                color: rgba(255, 255, 255, 0.9);
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
                width: 100%;
                position: relative;
                z-index: 2;
                font-weight: 700;
            }

                .navbar-nav.side-nav > li.navigation .menu > li > a > i, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a > i {
                    font-size: 14px;
                    margin-right: 8px;
                    width: 15px;
                    display: inline-block;
                    text-align: center;
                }

                .navbar-nav.side-nav > li.navigation .menu > li > a > b.dropdown-plus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a > b.dropdown-plus {
                    float: right;
                    line-height: 40px;
                    color: rgba(0, 0, 0, 0.2);
                }

                .navbar-nav.side-nav > li.navigation .menu > li > a:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:after {
                    content: "";
                    display: inline-block;
                    width: 3px;
                    height: 39px;
                    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
                    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                .navbar-nav.side-nav > li.navigation .menu > li > a:hover, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:hover {
                    text-decoration: none;
                    color: white;
                }

                    .navbar-nav.side-nav > li.navigation .menu > li > a:hover:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:hover:after {
                        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
                        background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
                        width: 100%;
                    }

                .navbar-nav.side-nav > li.navigation .menu > li > a:focus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:focus {
                    text-decoration: none;
                }

                .navbar-nav.side-nav > li.navigation .menu > li > a .badge, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a .badge {
                    position: absolute;
                    top: 8px;
                    left: 23px;
                    z-index: 9;
                    font-size: 9px;
                    padding: 2px 4px;
                }

                .navbar-nav.side-nav > li.navigation .menu > li > a .label, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a .label {
                    position: absolute;
                    top: 12px;
                    right: 10px;
                    z-index: 9;
                    font-size: 10px;
                    padding: 3px 5px 2px 5px;
                }

            .navbar-nav.side-nav > li.navigation .menu > li.active > a, .navbar-nav.side-nav > li.navigation .menu > li.active > a:hover, .navbar-nav.side-nav > li.navigation .menu > li.active > a:focus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a:hover, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a:focus {
                text-decoration: none;
                color: white;
                text-shadow: none;
            }

                .navbar-nav.side-nav > li.navigation .menu > li.active > a:after, .navbar-nav.side-nav > li.navigation .menu > li.active > a:hover:after, .navbar-nav.side-nav > li.navigation .menu > li.active > a:focus:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a:hover:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.active > a:focus:after {
                    background: rgba(0, 0, 0, 0.2) !important;
                    width: 100%;
                }

            .navbar-nav.side-nav > li.navigation .menu > li.dropdown > a .label, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown > a .label {
                right: 30px;
            }

            .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > a {
                text-decoration: none;
                color: white;
                background-color: transparent;
            }

                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a b.dropdown-plus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > a b.dropdown-plus {
                    color: white;
                }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a b.dropdown-plus:before, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > a b.dropdown-plus:before {
                        content: "\f068";
                    }

                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > a:after {
                    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
                    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
                    width: 100%;
                }

            .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu {
                float: none;
                position: relative;
                min-width: 250px;
                margin: 0;
                padding: 0;
                border: none;
                background: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-animation-duration: 0.3s;
                -moz-animation-duration: 0.3s;
                animation-duration: 0.3s;
                z-index: 1;
            }

                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a {
                    display: inline-block;
                    line-height: 30px;
                    padding: 0 30px;
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    font-size: 12px;
                    color: rgba(255, 255, 255, 0.9);
                    width: 100%;
                    -webkit-transition: none;
                    -moz-transition: none;
                    transition: none;
                    font-weight: 500;
                    position: relative;
                }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a > i, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a > i {
                        margin-right: 3px;
                        width: 15px;
                        text-align: center;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a:hover, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a:hover {
                        background: transparent;
                        color: #418bca;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a .badge, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a .badge {
                        position: absolute;
                        top: 9px;
                        right: 12px;
                        z-index: 9;
                        font-size: 9px;
                        padding: 2px 4px;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a .label, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown) a .label {
                        position: absolute;
                        top: 8px;
                        right: 12px;
                        z-index: 9;
                        font-size: 10px;
                        padding: 3px 5px 2px 5px;
                    }

                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li:not(.dropdown).active a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li:not(.dropdown).active a {
                    background: transparent;
                    color: #418bca;
                }

                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a {
                    line-height: 30px;
                    padding-left: 30px;
                    font-size: 12px;
                    color: rgba(255, 255, 255, 0.9);
                    font-weight: 500;
                }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a > i, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a > i {
                        margin-right: 3px;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a > b.dropdown-plus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a > b.dropdown-plus {
                        line-height: 30px;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a:after, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a:after {
                        height: 29px;
                        left: -3px;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a:hover, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a:focus, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a:hover, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a:focus {
                        background-color: transparent;
                    }

                    .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a {
                        padding-left: 40px;
                    }

                        .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a {
                            padding-left: 50px;
                        }

                            .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a {
                                padding-left: 60px;
                            }

                                .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a + .dropdown-menu > li:not(.dropdown) > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li.dropdown > a, .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown.dropdown.open > ul.dropdown-menu > li.dropdown a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a + .dropdown-menu > li:not(.dropdown) > a {
                                    padding-left: 70px;
                                }

        .navbar-nav.side-nav > li.summary .media {
            padding: 0 15px;
        }

            .navbar-nav.side-nav > li.summary .media .media-body {
                font-family: "Roboto Condensed", sans-serif;
                font-size: 12px;
                color: rgba(255, 255, 255, 0.5);
                text-transform: uppercase;
            }

                .navbar-nav.side-nav > li.summary .media .media-body h3 {
                    font-family: "Roboto", "Arial", sans-serif;
                    font-size: 22px;
                    color: rgba(255, 255, 255, 0.7);
                    font-weight: 400;
                }

        .navbar-nav.side-nav > li.settings .form-group {
            padding: 15px 0 10px 0;
        }

            .navbar-nav.side-nav > li.settings .form-group > label {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 400;
            }

            .navbar-nav.side-nav > li.settings .form-group .onoffswitch {
                right: -10px;
            }

                .navbar-nav.side-nav > li.settings .form-group .onoffswitch .onoffswitch-label {
                    filter: alpha(opacity=40);
                    opacity: 0.4;
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

            .navbar-nav.side-nav > li.settings .form-group .onoffswitch-checkbox:checked + .onoffswitch-label {
                filter: alpha(opacity=100);
                opacity: 1;
            }

    .navbar-nav.side-nav.collapsed {
        width: 40px;
    }

        .navbar-nav.side-nav.collapsed > li.settings, .navbar-nav.side-nav.collapsed > li.summary {
            display: none;
        }

        .navbar-nav.side-nav.collapsed > li.navigation .sidebar-toggle {
            display: none;
        }

        .navbar-nav.side-nav.collapsed > li.navigation > ul > li {
            max-height: 40px;
            max-width: 40px;
        }

            .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a {
                width: 40px;
                white-space: nowrap;
                overflow: hidden;
                padding: 0 12px;
                -webkit-transition: none;
                -moz-transition: none;
                transition: none;
                position: relative;
            }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a i {
                    margin-right: 10px;
                }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a b {
                    display: none;
                }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a .badge {
                    left: 20px;
                }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a .label {
                    display: none;
                    right: 10px !important;
                }

            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered {
                max-width: 250px;
            }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a {
                    width: 250px;
                }

                    .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a:after {
                        width: 100%; /*background: #1d2833;*/
                    }

                    .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a .label {
                        display: block;
                    }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered.active > a {
                    text-decoration: none;
                    color: white;
                    text-shadow: none;
                }

                    .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered.active > a:after { /*background: #1d2833 !important;*/
                        width: 100%;
                    }

                .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu {
                    display: block;
                    left: 40px;
                    top: 37px;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    border-radius: 0;
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    width: 210px;
                    background: #263543;
                }

                    .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li {
                        position: relative;
                    }

                        .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li > a {
                            color: rgba(255, 255, 255, 0.8);
                            font-size: 12px;
                            line-height: 24px;
                            position: relative;
                        }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li > a i {
                                font-size: 14px;
                                margin-right: 3px;
                                width: 15px;
                                text-align: center;
                            }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li > a:hover {
                                background-color: transparent;
                                color: #418bca;
                            }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li > a .badge {
                                position: absolute;
                                top: 9px;
                                right: 12px;
                                z-index: 9;
                                font-size: 9px;
                                padding: 2px 4px;
                            }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li > a .label {
                                position: absolute;
                                top: 8px;
                                right: 12px;
                                z-index: 9;
                                font-size: 10px;
                                padding: 3px 5px 2px 5px;
                            }

                        .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown > a {
                            color: rgba(255, 255, 255, 0.8);
                            font-size: 12px;
                            font-weight: 400;
                            -webkit-transition: none;
                            -moz-transition: none;
                            transition: none;
                            padding: 3px 20px;
                        }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown > a > b.dropdown-plus {
                                line-height: 24px;
                            }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown > a:after {
                                display: none;
                            }

                        .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown.hovered > a {
                            color: #418bca;
                        }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown.hovered > a > b.dropdown-plus {
                                color: white;
                            }

                            .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.dropdown.hovered > a + .dropdown-menu {
                                display: block;
                                position: absolute;
                                left: 100%;
                                top: -10px;
                                background-color: #263543;
                                width: 210px;
                            }

                        .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.active > a, .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.active > a:hover, .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > .dropdown-menu li.active > a:focus {
                            background-color: transparent;
                            color: #418bca;
                        }

        .navbar-nav.side-nav.collapsed.open {
            width: 100%;
        }


/************* FORMS *************/

.form-control {
    color: #717171;
    outline: 0;
    height: 16px;
    padding: 6px 5px;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    filter: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; /* sizing */ /*parsley */
}

    .form-control:focus {
        outline: none;
        border: 1px solid #b2b2b2;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .form-control.input-lg {
        height: 46px;
        padding: 10px 16px !important;
        font-size: 18px;
        line-height: 1.33;
    }

    .form-control.input-sm {
        height: 25px;
        min-height: 30px;
        padding: 5px 10px !important;
        font-size: 11px;
        line-height: 1.5;
    }

    .form-control.parsley-validated {
        position: relative;
    }

        .form-control.parsley-validated.parsley-error {
            background-color: #ffdddc;
            border: 1px solid #ffaca9;
        }

        .form-control.parsley-validated.parsley-success {
            background-color: #fbffeb;
            border: 1px solid #e9ff9f;
        }

.checkbox input[type=checkbox].parsley-error + label::before {
    background-color: #ffdddc;
    border: 1px solid #ffaca9;
}

.checkbox input[type=checkbox].parsley-success + label::before {
    background-color: #fbffeb;
    border: 1px solid #e9ff9f;
}

.parsley-error-list {
    list-style-type: none;
    padding: 0;
    font-size: 11px;
}

textarea {
    height: auto;
}

.help-block {
    font-size: 11px;
    color: #bebebe;
}

.form-group.form-footer {
    margin-bottom: -15px;
    padding: 15px 0;
    background-color: #f2f2f2;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.form-group.legend h4 {
    color: #418bca;
    margin-bottom: 3px;
}

.form-group.legend p {
    font-size: 12px;
    color: #bebebe;
    border-bottom: 1px dotted #cacaca;
    padding-bottom: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e8e8e8;
    border: 0;
}

    .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
        background-color: #e8e8e8;
        border: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

div.checkbox {
    margin: 5px 0;
}

    div.checkbox.check-transparent input[type=checkbox] + label:before {
        background-color: rgba(0, 0, 0, 0.2);
        border: 0;
        -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    div.checkbox.check-transparent input[type=checkbox]:checked + label:before {
        background-color: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    div.checkbox.check-transparent input[type=checkbox]:checked + label::after {
        color: #717171;
    }

    div.checkbox.check-transparent label {
        color: rgba(255, 255, 255, 0.5);
    }

    div.checkbox.check-transparent input[type=checkbox]:checked + label {
        color: white;
    }

    div.checkbox.check-transparent input[type=checkbox].parsley-error + label::before {
        background-color: rgba(255, 74, 67, 0.2);
        border: 1px solid rgba(255, 74, 67, 0.5);
    }

    div.checkbox.check-transparent input[type=checkbox].parsley-error + label::after {
        color: white;
    }

    div.checkbox.check-transparent input[type=checkbox].parsley-success + label::before {
        background-color: rgba(162, 210, 0, 0.2);
        border: 1px solid rgba(162, 210, 0, 0.5);
    }

    div.checkbox.check-transparent input[type=checkbox].parsley-success + label::after {
        color: white;
    }

    div.checkbox label {
        margin: 0;
        line-height: 24px;
    }

        div.checkbox label:before {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        div.checkbox label:after {
            width: 20px;
            height: 20px;
            font-size: 14px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        div.checkbox label.done {
            text-decoration: line-through;
        }

div.radio.radio-transparent input[type=radio] + label:before {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

div.radio.radio-transparent input[type=radio]:checked + label:before {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

div.radio.radio-transparent input[type=radio]:checked + label::after {
    color: #717171;
}

div.radio.radio-transparent label {
    color: rgba(255, 255, 255, 0.5);
}

div.radio.radio-transparent input[type=radio]:checked + label {
    color: white;
}

div.radio.radio-transparent input[type=radio].parsley-error + label::before {
    background-color: rgba(255, 74, 67, 0.2);
    border: 1px solid rgba(255, 74, 67, 0.5);
}

div.radio.radio-transparent input[type=radio].parsley-error + label::after {
    color: white;
}

div.radio.radio-transparent input[type=radio].parsley-success + label::before {
    background-color: rgba(162, 210, 0, 0.2);
    border: 1px solid rgba(162, 210, 0, 0.5);
}

div.radio.radio-transparent input[type=radio].parsley-success + label::after {
    color: white;
}

.chosen-container {
    width: 100% !important;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    -webkit-appearance: none !important;
    color: #717171;
    outline: 0;
    height: 16px;
    padding: 6px 11px;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single span {
        line-height: 24px;
    }

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 7px;
    }

select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    outline: none;
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}

select.form-control.parsley-error + .chosen-container.chosen-container-single .chosen-single {
    background-color: #ffdddc;
    border: 1px solid #ffaca9;
}

select.form-control.parsley-success + .chosen-container.chosen-container-single .chosen-single {
    background-color: #fbffeb;
    border: 1px solid #e9ff9f;
}

select.form-control + .chosen-container-multi .chosen-choices {
    -webkit-appearance: none !important;
    color: #717171;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    select.form-control + .chosen-container-multi .chosen-choices .search-field input {
        padding: 0 !important;
        margin: 3px 0;
        min-height: initial;
        color: inherit;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
    }

        select.form-control + .chosen-container-multi .chosen-choices .search-field input:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    select.form-control + .chosen-container-multi .chosen-choices .search-choice {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-size: 11px;
        line-height: 18px;
    }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices {
    outline: none;
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}

select.form-control.parsley-error + .chosen-container-multi .chosen-choices {
    background-color: #ffdddc;
    border: 1px solid #ffaca9;
}

select.form-control.parsley-success + .chosen-container-multi .chosen-choices {
    background-color: #fbffeb;
    border: 1px solid #e9ff9f;
}

select.form-control.form-control.chosen-transparent + .chosen-container-multi .chosen-choices {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    color: rgba(255, 255, 255, 0.8);
}

    select.form-control.form-control.chosen-transparent + .chosen-container-multi .chosen-choices .search-choice {
        border-radius: 2px;
        border: 0;
        color: #717171;
        background-color: white;
        font-size: 11px;
        line-height: 18px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    select.form-control.form-control.chosen-transparent + .chosen-container-multi .chosen-choices .search-field input {
        line-height: 18px;
        min-height: 18px;
        color: rgba(255, 255, 255, 0.8) !important;
    }

select.form-control.form-control.chosen-transparent + .chosen-container-multi.chosen-container-active .chosen-choices {
    background-color: rgba(0, 0, 0, 0.5);
}

select.form-control.chosen-transparent.parsley-error + .chosen-container-multi .chosen-choices {
    background-color: rgba(255, 74, 67, 0.2);
    border: 1px solid rgba(255, 74, 67, 0.5);
}

select.form-control.chosen-transparent.parsley-success + .chosen-container-multi .chosen-choices {
    background-color: rgba(162, 210, 0, 0.2);
    border: 1px solid rgba(162, 210, 0, 0.5);
}

select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    color: rgba(255, 255, 255, 0.8);
}

    select.form-control.chosen-transparent + .chosen-container.chosen-container-single .chosen-single div b {
        background: url(../images/chosen-sprite-transparent.png) no-repeat 0 2px;
    }

select.form-control.chosen-transparent + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    background-color: rgba(0, 0, 0, 0.5);
}

select.form-control.chosen-transparent.parsley-error + .chosen-container.chosen-container-single .chosen-single {
    background-color: rgba(255, 74, 67, 0.2);
    border: 1px solid rgba(255, 74, 67, 0.5);
}

select.form-control.chosen-transparent.parsley-success + .chosen-container.chosen-container-single .chosen-single {
    background-color: rgba(162, 210, 0, 0.2);
    border: 1px solid rgba(162, 210, 0, 0.5);
}

select.form-control + .chosen-container .chosen-drop {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

select.form-control + .chosen-container .chosen-results {
    font-size: 13px;
    color: #717171;
}

select.form-control.input-sm + .chosen-container .chosen-single {
    min-height: 30px;
    font-size: 11px;
}

    select.form-control.input-sm + .chosen-container .chosen-single span {
        line-height: 20px;
    }

    select.form-control.input-sm + .chosen-container .chosen-single div {
        top: 4px;
    }

select.form-control.input-sm + .chosen-container .chosen-choices {
    min-height: 30px;
    padding: 3px 11px !important;
}

    select.form-control.input-sm + .chosen-container .chosen-choices .search-field input {
        font-size: 11px;
        line-height: 20px;
    }

select.form-control.input-lg + .chosen-container .chosen-single {
    min-height: 46px;
    font-size: 18px;
}

    select.form-control.input-lg + .chosen-container .chosen-single span {
        line-height: 34px;
    }

    select.form-control.input-lg + .chosen-container .chosen-single div {
        top: 12px;
    }

select.form-control.input-lg + .chosen-container .chosen-choices {
    min-height: 46px;
    padding: 3px 11px !important;
}

    select.form-control.input-lg + .chosen-container .chosen-choices .search-field input {
        font-size: 18px;
        line-height: 34px;
        min-height: 34px;
    }

.input-group .input-group-btn .btn {
    line-height: 23px;
    min-height: 37px;
    min-width: 37px;
}

.input-group.input-group-lg > .form-control, .input-group.input-group-lg > .input-group-addon, .input-group.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.input-group.input-group-sm > .form-control, .input-group.input-group-sm > .input-group-addon, .input-group.input-group-sm > .input-group-btn > .btn {
    height: 25px;
    min-height: 30px;
    font-size: 11px;
    line-height: 1.5;
}

.input-group .input-group-addon {
    border-color: rgba(0, 0, 0, 0.1);
}

    .input-group .input-group-addon.addon-red {
        background-color: #ff7b76;
        color: white;
    }

    .input-group .input-group-addon.addon-green {
        background-color: #a2d200;
        color: white;
    }

    .input-group .input-group-addon.addon-cyan {
        background-color: #52ccf2;
        color: white;
    }

    .input-group .input-group-addon.addon-orange {
        background-color: #ffcd33;
        color: white;
    }

    .input-group .input-group-addon.addon-amethyst {
        background-color: #cd97eb;
        color: white;
    }

    .input-group .input-group-addon.addon-greensea {
        background-color: #1ccdaa;
        color: white;
    }

    .input-group .input-group-addon.addon-drank {
        background-color: #d5099c;
        color: white;
    }

    .input-group .input-group-addon.addon-dutch {
        background-color: #1cbbd2;
        color: white;
    }

    .input-group .input-group-addon.addon-hotpink {
        background-color: #ff3385;
        color: white;
    }

    .input-group .input-group-addon.addon-redbrown {
        background-color: #e27d79;
        color: white;
    }

    .input-group .input-group-addon.addon-blue {
        background-color: #69a3d5;
        color: white;
    }

    .input-group .input-group-addon.addon-slategray {
        background-color: #536781;
        color: white;
    }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}


/************* TILES *************/

.tile {
    position: relative;
    margin-bottom: 20px;
    color: #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

    .tile.transparent {
        background-color: transparent;
    }

        .tile.transparent [class^="tile-"] {
            background-color: white;
        }

            .tile.transparent [class^="tile-"].transparent {
                background-color: transparent;
            }

    .tile.minimized .tile-header {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
    }

        .tile.minimized .tile-header .controls .minimize {
            filter: alpha(opacity=100);
            opacity: 1;
        }

            .tile.minimized .tile-header .controls .minimize:hover {
                filter: alpha(opacity=40);
                opacity: 0.4;
            }

            .tile.minimized .tile-header .controls .minimize i:before {
                content: "\f077";
            }

    .tile.minimized [class^="tile-"]:not(.tile-header) {
        height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    .tile.minimized.transparent {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .tile.minimized.transparent .tile-header {
            -webkit-border-radius: 4px 4px 0 0 !important;
            -moz-border-radius: 4px 4px 0 0 !important;
            -ms-border-radius: 4px 4px 0 0 !important;
            -o-border-radius: 4px 4px 0 0 !important;
            border-radius: 4px 4px 0 0 !important;
        }

    .tile.no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tile.nopadding {
        padding: 0;
    }

    .tile.left-nav {
        display: table;
    }

        .tile.left-nav .tile-body {
            margin-left: 50px;
            width: 100%;
            display: table-cell;
            vertical-align: top;
        }

    .tile.right-nav .tile-body {
        margin-right: 50px;
        width: 100%;
        display: table-cell;
        vertical-align: top;
        position: relative;
        z-index: 9;
    }

    .tile .controls a {
        color: rgba(0, 0, 0, 0.2);
    }

        .tile .controls a:hover {
            color: rgba(0, 0, 0, 0.4);
        }

    .tile a.white {
        color: rgba(255, 255, 255, 0.7);
    }

        .tile a.white:hover {
            color: white;
        }

    .tile a.maincolor {
        color: inherit !important;
    }

        .tile a.maincolor:hover {
            color: inherit !important;
        }

    .tile .tile-left-side, .tile .tile-right-side {
        display: table-cell;
        background-color: rgba(0, 0, 0, 0.3);
    }

        .tile .tile-left-side .nav.nav-tabs, .tile .tile-left-side .nav.nav-pills, .tile .tile-right-side .nav.nav-tabs, .tile .tile-right-side .nav.nav-pills {
            background-color: transparent;
        }

    .tile .tile-navbar {
        list-style-type: none;
        padding: 5px 0;
        margin: -15px;
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .tile .tile-navbar > li {
            display: inline-block;
            font-size: 11px;
            padding: 0 15px;
            border-right: 1px solid rgba(255, 255, 255, 0.05);
            line-height: 34px;
        }

            .tile .tile-navbar > li:first-child {
                padding-left: 0;
            }

            .tile .tile-navbar > li:last-child {
                padding-right: 0;
                border: 0;
            }

            .tile .tile-navbar > li .checkbox {
                margin: 0 !important;
                padding-left: 20px;
            }

            .tile .tile-navbar > li > a {
                color: rgba(255, 255, 255, 0.7);
            }

                .tile .tile-navbar > li > a.disabled, .tile .tile-navbar > li > a.disabled:hover, .tile .tile-navbar > li > a.disabled:focus {
                    color: rgba(255, 255, 255, 0.15);
                    text-decoration: none;
                    cursor: not-allowed;
                }

                .tile .tile-navbar > li > a:hover {
                    color: white;
                    text-decoration: none;
                }

                .tile .tile-navbar > li > a i {
                    font-size: 14px;
                }

            .tile .tile-navbar > li.filters {
                float: right;
                padding-right: 15px;
            }

                .tile .tile-navbar > li.filters > a {
                    padding: 5px 15px;
                    border: 1px solid rgba(255, 255, 255, 0.3);
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    -o-border-radius: 4px;
                    border-radius: 4px;
                    font-size: 12px;
                    margin: 0 2px;
                }

                    .tile .tile-navbar > li.filters > a.active {
                        background-color: white;
                        border-color: white;
                        color: #717171;
                    }

    .tile .tile-header {
        padding: 15px;
        position: relative;
    }

        .tile .tile-header h1, .tile .tile-header h2, .tile .tile-header h3 {
            padding: 0;
            margin: 0;
            display: inline-block;
            font-weight: 400;
            font-size: 24px;
            line-height: 28px;
        }

            .tile .tile-header h1.small-uppercase, .tile .tile-header h2.small-uppercase, .tile .tile-header h3.small-uppercase {
                font-size: 13px;
                text-transform: uppercase;
                line-height: 26px;
            }

        .tile .tile-header h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .tile .tile-header h3 {
            font-size: 16px;
            line-height: 20px;
        }

        .tile .tile-header .note {
            display: inline-block;
            padding: 2px 5px;
            background-color: rgba(0, 0, 0, 0.2);
            font-size: 11px;
            color: white;
            margin-left: 5px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            position: relative;
            top: -2px;
            margin-top: 5px;
        }

        .tile .tile-header .search {
            display: inline-block;
            float: right;
        }

            .tile .tile-header .search input {
                font-family: "Ubuntu Mono", sans-serif;
                font-size: 16px !important;
                color: rgba(0, 0, 0, 0.6) !important;
                background: none !important;
                border: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
                -webkit-appearance: none !important;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                transition: all 0.2s linear;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                min-height: 28px;
                padding: 0 !important;
                line-height: 32px !important;
            }

                .tile .tile-header .search input:focus {
                    outline: none;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                .tile .tile-header .search input::-webkit-input-placeholder {
                    color: rgba(0, 0, 0, 0.4) !important;
                }

                .tile .tile-header .search input:-moz-placeholder {
                    color: rgba(0, 0, 0, 0.4) !important;
                }

                .tile .tile-header .search input::-moz-placeholder {
                    color: rgba(0, 0, 0, 0.4) !important;
                }

                .tile .tile-header .search input:-ms-input-placeholder {
                    color: rgba(0, 0, 0, 0.4) !important;
                }

        .tile .tile-header button, .tile .tile-header .btn {
            padding: 2px 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        .tile .tile-header .btn-group button.btn-default, .tile .tile-header .btn-group .btn.btn-default {
            border: 1px solid #ccc !important;
        }

        .tile .tile-header .btn-group button:first-child, .tile .tile-header .btn-group .btn:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .tile .tile-header .btn-group button:last-child, .tile .tile-header .btn-group .btn:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            margin-left: -1px;
        }

        .tile .tile-header .btn-group button:not(:first-child):not(:last-child), .tile .tile-header .btn-group .btn:not(:first-child):not(:last-child) {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        .tile .tile-header .btn-group button + .btn, .tile .tile-header .btn-group .btn + .btn {
            margin-left: -1px;
        }

        .tile .tile-header .controls {
            display: inline-block;
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 11px;
            z-index: 99;
        }

            .tile .tile-header .controls a {
                padding: 3px;
                opacity: .4;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

                .tile .tile-header .controls a:hover {
                    opacity: .8;
                }

        .tile .tile-header.transparent {
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            margin-bottom: 15px;
            color: white;
        }

            .tile .tile-header.transparent .controls a {
                color: rgba(0, 0, 0, 0.4);
            }

                .tile .tile-header.transparent .controls a:hover {
                    color: rgba(0, 0, 0, 0.7);
                }

    .tile .tile-widget {
        padding: 15px;
    }

        .tile .tile-widget h2 {
            margin: 5px 0;
            color: white;
            font-size: 24px;
        }

        .tile .tile-widget .description {
            font-size: 11px;
            font-weight: 300;
        }

    .tile .tile-body {
        padding: 15px;
        position: relative;
    }

        .tile .tile-body .inner-container {
            margin-top: 15px;
        }

            .tile .tile-body .inner-container.inline {
                display: inline-block;
            }

        .tile .tile-body.example [class^="col-"] {
            padding: 10px 15px;
            background-color: white;
            color: #717171;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

        .tile .tile-body.example .row {
            margin: 0;
            margin-bottom: 10px;
        }

    .tile .tile-footer {
        padding: 10px 15px;
    }

    .tile [class^="tile-"] {
        position: relative;
        background-color: transparent;
    }

        .tile [class^="tile-"].border-top {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        .tile [class^="tile-"].paddingtop {
            padding: 15px 0 0 0;
        }

        .tile [class^="tile-"].nopadding {
            padding: 0;
        }

        .tile [class^="tile-"].no-vpadding {
            padding: 0 15px !important;
        }

        .tile [class^="tile-"].no-hpadding {
            padding: 15px 0 !important;
        }

        .tile [class^="tile-"] .watermark {
            color: rgba(255, 255, 255, 0.1);
            font-size: 150px;
            position: absolute;
            top: 15px;
            left: 50%;
        }

        .tile [class^="tile-"].color {
            color: #fafafa;
        }

            .tile [class^="tile-"].color .controls a {
                color: #f2f2f2;
            }

                .tile [class^="tile-"].color .controls a:hover {
                    color: white !important;
                }

            .tile [class^="tile-"].color h1 {
                color: white;
            }

            .tile [class^="tile-"].color .form-group .help-block {
                color: white;
            }

            .tile [class^="tile-"].color.red {
                background-color: #ff7b76;
            }

            .tile [class^="tile-"].color.cyan {
                background-color: #52ccf2;
            }

            .tile [class^="tile-"].color.green {
                background-color: #a2d200;
            }

            .tile [class^="tile-"].color.orange {
                background-color: #ffcd33;
            }

            .tile [class^="tile-"].color.amethyst {
                background-color: #e2c2f3;
            }

            .tile [class^="tile-"].color.greensea {
                background-color: #1ccdaa;
            }

            .tile [class^="tile-"].color.dutch {
                background-color: #1cbbd2;
            }

            .tile [class^="tile-"].color.hotpink {
                background-color: #ff3385;
            }

            .tile [class^="tile-"].color.drank {
                background-color: #d5099c;
            }

            .tile [class^="tile-"].color.slategray {
                background-color: #3f4e62;
            }

            .tile [class^="tile-"].color.blue {
                background-color: #418bca;
            }

            .tile [class^="tile-"].color.redbrown {
                background-color: #d9544f;
            }

            .tile [class^="tile-"].color.grey {
                background-color: #8b8b8b;
            }

            .tile [class^="tile-"].color.transparent-black {
                background-color: rgba(0, 0, 0, 0.3);
            }

                .tile [class^="tile-"].color.transparent-black.textured {
                    background: rgba(0, 0, 0, 0.3) url(../images/dot_pattern.png) repeat;
                }

            .tile [class^="tile-"].color.transparent-white {
                background-color: rgba(255, 255, 255, 0.15);
                border: 1px solid rgba(255, 255, 255, 0.1);
            }

    .tile.color .controls a {
        color: #f2f2f2;
    }

        .tile.color .controls a:hover {
            color: white;
        }

    .tile.color [class^="tile-"] {
        color: #fafafa;
        background-color: transparent;
    }

        .tile.color [class^="tile-"] ul.inline.divided > li {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tile.color [class^="tile-"] .form-group .help-block {
            color: white;
        }

    .tile.color .tile-header h1 {
        color: white;
    }

    .tile.color.red {
        background-color: #ff7b76;
    }

    .tile.color.cyan {
        background-color: #52ccf2;
    }

    .tile.color.green {
        background-color: #a2d200;
    }

    .tile.color.orange {
        background-color: #ffcd33;
    }

    .tile.color.amethyst {
        background-color: #e2c2f3;
    }

    .tile.color.greensea {
        background-color: #1ccdaa;
    }

    .tile.color.dutch {
        background-color: #1cbbd2;
    }

    .tile.color.hotpink {
        background-color: #ff3385;
    }

    .tile.color.drank {
        background-color: #d5099c;
    }

    .tile.color.slategray {
        background-color: #3f4e62;
    }

    .tile.color.blue {
        background-color: #418bca;
    }

    .tile.color.redbrown {
        background-color: #d9544f;
    }

    .tile.color.grey {
        background-color: #8b8b8b;
    }

    .tile.color.transparent-black {
        background-color: rgba(0, 0, 0, 0.3);
    }

        .tile.color.transparent-black.textured {
            background: rgba(0, 0, 0, 0.3) url(../images/dot_pattern.png) repeat;
        }

    .tile.color.transparent-white {
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tile.color.white {
        background-color: white;
        color: #717171;
    }

[class^="tile"] {
    -webkit-font-smoothing: antialiased;
}

    [class^="tile"].color table {
        border-color: rgba(255, 255, 255, 0.1);
    }

        [class^="tile"].color table.table-bordered {
            border-collapse: separate;
            border: 0;
        }

            [class^="tile"].color table.table-bordered > thead > tr td, [class^="tile"].color table.table-bordered > thead > tr th, [class^="tile"].color table.table-bordered > tbody > tr td, [class^="tile"].color table.table-bordered > tbody > tr th, [class^="tile"].color table.table-bordered > tfoot > tr td, [class^="tile"].color table.table-bordered > tfoot > tr th {
                border: 1px solid rgba(255, 255, 255, 0.2);
                border-bottom: 0;
                border-right: 0;
            }

            [class^="tile"].color table.table-bordered > thead > tr:last-child td, [class^="tile"].color table.table-bordered > thead > tr:last-child th, [class^="tile"].color table.table-bordered > tbody > tr:last-child td, [class^="tile"].color table.table-bordered > tbody > tr:last-child th, [class^="tile"].color table.table-bordered > tfoot > tr:last-child td, [class^="tile"].color table.table-bordered > tfoot > tr:last-child th {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

        [class^="tile"].color table.table-hover > tbody > tr:hover > td, [class^="tile"].color table.table-hover > tbody > tr:hover > th {
            background-color: rgba(0, 0, 0, 0.1);
        }

        [class^="tile"].color table.table-striped > tbody > tr:nth-child(odd) > td, [class^="tile"].color table.table-striped > tbody > tr:nth-child(odd) > th {
            background-color: rgba(0, 0, 0, 0.1);
        }

        [class^="tile"].color table > thead, [class^="tile"].color table > tbody, [class^="tile"].color table > tfoot {
            border-color: rgba(255, 255, 255, 0.1);
        }

            [class^="tile"].color table > thead > tr, [class^="tile"].color table > tbody > tr, [class^="tile"].color table > tfoot > tr {
                border-color: rgba(255, 255, 255, 0.1);
            }

                [class^="tile"].color table > thead > tr > td, [class^="tile"].color table > thead > tr > th, [class^="tile"].color table > tbody > tr > td, [class^="tile"].color table > tbody > tr > th, [class^="tile"].color table > tfoot > tr > td, [class^="tile"].color table > tfoot > tr > th {
                    border-color: rgba(255, 255, 255, 0.1);
                }

                [class^="tile"].color table > thead > tr.active > td, [class^="tile"].color table > thead > tr.active > tr, [class^="tile"].color table > tbody > tr.active > td, [class^="tile"].color table > tbody > tr.active > tr, [class^="tile"].color table > tfoot > tr.active > td, [class^="tile"].color table > tfoot > tr.active > tr {
                    background-color: rgba(0, 0, 0, 0.1);
                }

                [class^="tile"].color table > thead > tr.success > td, [class^="tile"].color table > thead > tr.success > tr, [class^="tile"].color table > tbody > tr.success > td, [class^="tile"].color table > tbody > tr.success > tr, [class^="tile"].color table > tfoot > tr.success > td, [class^="tile"].color table > tfoot > tr.success > tr {
                    background-color: rgba(162, 210, 0, 0.1);
                }

                [class^="tile"].color table > thead > tr.warning > td, [class^="tile"].color table > thead > tr.warning > tr, [class^="tile"].color table > tbody > tr.warning > td, [class^="tile"].color table > tbody > tr.warning > tr, [class^="tile"].color table > tfoot > tr.warning > td, [class^="tile"].color table > tfoot > tr.warning > tr {
                    background-color: rgba(255, 193, 0, 0.1);
                }

                [class^="tile"].color table > thead > tr.danger > td, [class^="tile"].color table > thead > tr.danger > tr, [class^="tile"].color table > tbody > tr.danger > td, [class^="tile"].color table > tbody > tr.danger > tr, [class^="tile"].color table > tfoot > tr.danger > td, [class^="tile"].color table > tfoot > tr.danger > tr {
                    background-color: rgba(255, 74, 67, 0.1);
                }

                [class^="tile"].color table > thead > tr.info > td, [class^="tile"].color table > thead > tr.info > tr, [class^="tile"].color table > tbody > tr.info > td, [class^="tile"].color table > tbody > tr.info > tr, [class^="tile"].color table > tfoot > tr.info > td, [class^="tile"].color table > tfoot > tr.info > tr {
                    background-color: rgba(34, 190, 239, 0.1);
                }

    [class^="tile"].color ul.inline.divided > li {
        border-right-color: rgba(255, 255, 255, 0.15);
    }

    [class^="tile"][class*="transparent-"] .progress {
        background-color: rgba(0, 0, 0, 0.1);
    }

    [class^="tile"][class*="transparent-"] .progress-list .status {
        background-color: rgba(0, 0, 0, 0.15);
        color: white;
    }

    [class^="tile"][class*="transparent-"] .btn {
        border-width: 0;
    }

        [class^="tile"][class*="transparent-"] .btn.btn-default {
            border-width: 1px;
        }

    [class^="tile"][class*="transparent-"] .form-control {
        background-color: rgba(0, 0, 0, 0.3);
        border: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        line-height: 20px;
    }

        [class^="tile"][class*="transparent-"] .form-control:focus {
            background-color: rgba(0, 0, 0, 0.5);
        }

        [class^="tile"][class*="transparent-"] .form-control::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

        [class^="tile"][class*="transparent-"] .form-control:-moz-placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

        [class^="tile"][class*="transparent-"] .form-control::-moz-placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

        [class^="tile"][class*="transparent-"] .form-control:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

        [class^="tile"][class*="transparent-"] .form-control.parsley-validated.parsley-error {
            background-color: rgba(255, 74, 67, 0.2);
            border: 1px solid rgba(255, 74, 67, 0.5);
        }

        [class^="tile"][class*="transparent-"] .form-control.parsley-validated.parsley-success {
            background-color: rgba(162, 210, 0, 0.2);
            border: 1px solid rgba(162, 210, 0, 0.5);
        }

    [class^="tile"][class*="transparent-"] .form-group.form-footer {
        background-color: rgba(0, 0, 0, 0.2);
    }

    [class^="tile"][class*="transparent-"] .form-control[disabled], [class^="tile"][class*="transparent-"] .form-control[readonly], [class^="tile"][class*="transparent-"] fieldset[disabled] .form-control {
        background-color: rgba(255, 255, 255, 0.3);
        border: 0;
        color: #717171;
    }

        [class^="tile"][class*="transparent-"] .form-control[disabled]:focus, [class^="tile"][class*="transparent-"] .form-control[readonly]:focus, [class^="tile"][class*="transparent-"] fieldset[disabled] .form-control:focus {
            background-color: rgba(255, 255, 255, 0.3);
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 0;
        }

    [class^="tile"][class*="transparent-"] .table-options.paging-info {
        color: rgba(255, 255, 255, 0.7);
    }

    [class^="tile"][class*="transparent-"] .search {
        display: inline-block;
        float: right;
    }

        [class^="tile"][class*="transparent-"] .search input {
            font-family: "Ubuntu Mono", sans-serif;
            font-size: 16px !important;
            color: rgba(255, 255, 255, 0.6) !important;
            background: none !important;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
            -webkit-appearance: none !important;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            min-height: 28px;
            padding: 0 !important;
            line-height: 32px !important;
            -webkit-font-smoothing: antialiased;
        }

            [class^="tile"][class*="transparent-"] .search input:focus {
                outline: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            [class^="tile"][class*="transparent-"] .search input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.4) !important;
            }

            [class^="tile"][class*="transparent-"] .search input:-moz-placeholder {
                color: rgba(255, 255, 255, 0.4) !important;
            }

            [class^="tile"][class*="transparent-"] .search input::-moz-placeholder {
                color: rgba(255, 255, 255, 0.4) !important;
            }

            [class^="tile"][class*="transparent-"] .search input:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.4) !important;
            }

    [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input {
        color: rgba(255, 255, 255, 0.6) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

        [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input:focus {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
        }

        [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        [class^="tile"][class*="transparent-"] .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

    [class^="tile"].transparent-white .form-group.form-footer {
        background-color: rgba(255, 255, 255, 0.2);
    }

    [class^="tile"].transparent-white table {
        border-color: rgba(255, 255, 255, 0.5);
    }

        [class^="tile"].transparent-white table.table-bordered {
            border-collapse: separate;
            border: 0;
        }

            [class^="tile"].transparent-white table.table-bordered > thead > tr td, [class^="tile"].transparent-white table.table-bordered > thead > tr th, [class^="tile"].transparent-white table.table-bordered > tbody > tr td, [class^="tile"].transparent-white table.table-bordered > tbody > tr th, [class^="tile"].transparent-white table.table-bordered > tfoot > tr td, [class^="tile"].transparent-white table.table-bordered > tfoot > tr th {
                border: 1px solid rgba(255, 255, 255, 0.6);
                border-bottom: 0;
                border-right: 0;
            }

            [class^="tile"].transparent-white table.table-bordered > thead > tr:last-child td, [class^="tile"].transparent-white table.table-bordered > thead > tr:last-child th, [class^="tile"].transparent-white table.table-bordered > tbody > tr:last-child td, [class^="tile"].transparent-white table.table-bordered > tbody > tr:last-child th, [class^="tile"].transparent-white table.table-bordered > tfoot > tr:last-child td, [class^="tile"].transparent-white table.table-bordered > tfoot > tr:last-child th {
                border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            }

        [class^="tile"].transparent-white table.table-hover > tbody > tr:hover > td, [class^="tile"].transparent-white table.table-hover > tbody > tr:hover > th {
            background-color: rgba(255, 255, 255, 0.2);
        }

        [class^="tile"].transparent-white table.table-striped > tbody > tr:nth-child(odd) > td, [class^="tile"].transparent-white table.table-striped > tbody > tr:nth-child(odd) > th {
            background-color: rgba(255, 255, 255, 0.2);
        }

        [class^="tile"].transparent-white table > thead, [class^="tile"].transparent-white table > tbody, [class^="tile"].transparent-white table > tfoot {
            border-color: rgba(255, 255, 255, 0.5);
        }

            [class^="tile"].transparent-white table > thead > tr, [class^="tile"].transparent-white table > tbody > tr, [class^="tile"].transparent-white table > tfoot > tr {
                border-color: rgba(255, 255, 255, 0.5);
            }

                [class^="tile"].transparent-white table > thead > tr > td, [class^="tile"].transparent-white table > thead > tr > th, [class^="tile"].transparent-white table > tbody > tr > td, [class^="tile"].transparent-white table > tbody > tr > th, [class^="tile"].transparent-white table > tfoot > tr > td, [class^="tile"].transparent-white table > tfoot > tr > th {
                    border-color: rgba(255, 255, 255, 0.5);
                }

                [class^="tile"].transparent-white table > thead > tr.active > td, [class^="tile"].transparent-white table > thead > tr.active > tr, [class^="tile"].transparent-white table > tbody > tr.active > td, [class^="tile"].transparent-white table > tbody > tr.active > tr, [class^="tile"].transparent-white table > tfoot > tr.active > td, [class^="tile"].transparent-white table > tfoot > tr.active > tr {
                    background-color: rgba(255, 255, 255, 0.2);
                }

    [class^="tile"].transparent-white ul.inline.divided > li {
        border-right-color: rgba(255, 255, 255, 0.3);
    }

    [class^="tile"].color .easypiechart .percentage, [class^="tile"].color .easypiechart .label {
        color: rgba(255, 255, 255, 0.8);
    }

    [class^="tile"].color table > thead > tr > td.actions a, [class^="tile"].color table > thead > tr > th.actions a, [class^="tile"].color table > tbody > tr > td.actions a, [class^="tile"].color table > tbody > tr > th.actions a, [class^="tile"].color table > tfoot > tr > td.actions a, [class^="tile"].color table > tfoot > tr > th.actions a {
        color: rgba(255, 255, 255, 0.8);
    }

    [class^="tile"].color table > thead > tr > td.control a, [class^="tile"].color table > thead > tr > th.control a, [class^="tile"].color table > tbody > tr > td.control a, [class^="tile"].color table > tbody > tr > th.control a, [class^="tile"].color table > tfoot > tr > td.control a, [class^="tile"].color table > tfoot > tr > th.control a {
        color: rgba(255, 255, 255, 0.4);
    }

    [class^="tile"].color table > thead > tr > td.control:hover a, [class^="tile"].color table > thead > tr > th.control:hover a, [class^="tile"].color table > tbody > tr > td.control:hover a, [class^="tile"].color table > tbody > tr > th.control:hover a, [class^="tile"].color table > tfoot > tr > td.control:hover a, [class^="tile"].color table > tfoot > tr > th.control:hover a {
        color: rgba(255, 255, 255, 0.8);
    }

    [class^="tile"].color table.table-custom > thead > tr > th, [class^="tile"].color table.table-custom > thead > tr > td {
        color: rgba(255, 255, 255, 0.6);
    }

        [class^="tile"].color table.table-custom > thead > tr > th:after, [class^="tile"].color table.table-custom > thead > tr > td:after {
            background-color: rgba(255, 255, 255, 0.3);
        }

        [class^="tile"].color table.table-custom > thead > tr > th.sortable:hover, [class^="tile"].color table.table-custom > thead > tr > th.sorting:hover, [class^="tile"].color table.table-custom > thead > tr > td.sortable:hover, [class^="tile"].color table.table-custom > thead > tr > td.sorting:hover {
            color: white;
        }

            [class^="tile"].color table.table-custom > thead > tr > th.sortable:hover:after, [class^="tile"].color table.table-custom > thead > tr > th.sorting:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sortable:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sorting:hover:after {
                background-color: rgba(255, 255, 255, 0.6);
            }

        [class^="tile"].color table.table-custom > thead > tr > th.sort-asc, [class^="tile"].color table.table-custom > thead > tr > th.sort-desc, [class^="tile"].color table.table-custom > thead > tr > th.sort-asc:hover, [class^="tile"].color table.table-custom > thead > tr > th.sort-desc:hover, [class^="tile"].color table.table-custom > thead > tr > th.sorting_asc, [class^="tile"].color table.table-custom > thead > tr > th.sorting_desc, [class^="tile"].color table.table-custom > thead > tr > th.sorting_asc:hover, [class^="tile"].color table.table-custom > thead > tr > th.sorting_desc:hover, [class^="tile"].color table.table-custom > thead > tr > td.sort-asc, [class^="tile"].color table.table-custom > thead > tr > td.sort-desc, [class^="tile"].color table.table-custom > thead > tr > td.sort-asc:hover, [class^="tile"].color table.table-custom > thead > tr > td.sort-desc:hover, [class^="tile"].color table.table-custom > thead > tr > td.sorting_asc, [class^="tile"].color table.table-custom > thead > tr > td.sorting_desc, [class^="tile"].color table.table-custom > thead > tr > td.sorting_asc:hover, [class^="tile"].color table.table-custom > thead > tr > td.sorting_desc:hover {
            color: white;
        }

            [class^="tile"].color table.table-custom > thead > tr > th.sort-asc:after, [class^="tile"].color table.table-custom > thead > tr > th.sort-desc:after, [class^="tile"].color table.table-custom > thead > tr > th.sort-asc:hover:after, [class^="tile"].color table.table-custom > thead > tr > th.sort-desc:hover:after, [class^="tile"].color table.table-custom > thead > tr > th.sorting_asc:after, [class^="tile"].color table.table-custom > thead > tr > th.sorting_desc:after, [class^="tile"].color table.table-custom > thead > tr > th.sorting_asc:hover:after, [class^="tile"].color table.table-custom > thead > tr > th.sorting_desc:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sort-asc:after, [class^="tile"].color table.table-custom > thead > tr > td.sort-desc:after, [class^="tile"].color table.table-custom > thead > tr > td.sort-asc:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sort-desc:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sorting_asc:after, [class^="tile"].color table.table-custom > thead > tr > td.sorting_desc:after, [class^="tile"].color table.table-custom > thead > tr > td.sorting_asc:hover:after, [class^="tile"].color table.table-custom > thead > tr > td.sorting_desc:hover:after {
                background-color: white;
            }

    [class^="tile"].color table.table-custom > tbody > tr > th, [class^="tile"].color table.table-custom > tbody > tr > td {
        border-color: rgba(255, 255, 255, 0.2);
    }

        [class^="tile"].color table.table-custom > tbody > tr > th.priority, [class^="tile"].color table.table-custom > tbody > tr > td.priority {
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        [class^="tile"].color table.table-custom > tbody > tr > th.progress-cell .progress, [class^="tile"].color table.table-custom > tbody > tr > td.progress-cell .progress {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }

    [class^="tile"].color .pagination-custom > li > a, [class^="tile"].color .pagination-custom > li > span, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > li > a, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > li > span {
        color: rgba(255, 255, 255, 0.7);
        background-color: rgba(0, 0, 0, 0.3);
        border: 0;
    }

        [class^="tile"].color .pagination-custom > li > a:hover, [class^="tile"].color .pagination-custom > li > span:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover {
            color: white;
            background-color: rgba(0, 0, 0, 0.5);
            border: 0;
        }

    [class^="tile"].color .pagination-custom > .active > a, [class^="tile"].color .pagination-custom > .active > span, [class^="tile"].color .pagination-custom > .active > a:hover, [class^="tile"].color .pagination-custom > .active > span:hover, [class^="tile"].color .pagination-custom > .active > a:focus, [class^="tile"].color .pagination-custom > .active > span:focus, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > a, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > span, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus {
        color: #717171;
        background-color: white;
        border: 0;
    }

    [class^="tile"].color .pagination-custom > .disabled > a, [class^="tile"].color .pagination-custom > .disabled > span, [class^="tile"].color .pagination-custom > .disabled > a:hover, [class^="tile"].color .pagination-custom > .disabled > span:hover, [class^="tile"].color .pagination-custom > .disabled > a:focus, [class^="tile"].color .pagination-custom > .disabled > span:focus, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus, [class^="tile"].color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus {
        color: rgba(0, 0, 0, 0.4);
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
    }

    [class^="tile"].color .dataTables_wrapper .dataTables_info, [class^="tile"].color .dataTables_wrapper .dataTables_length, [class^="tile"].color .dataTables_wrapper .dataTables_filter {
        color: rgba(255, 255, 255, 0.8);
    }

    [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr > td.details, [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr > th.details {
        background-color: rgba(0, 0, 0, 0.2);
    }

        [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child, [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child {
            color: rgba(255, 255, 255, 0.7);
        }

    [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td, [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td, [class^="tile"].color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th {
        background-color: rgba(0, 0, 0, 0.15);
    }


/************* MMENU **************/

.navbar.mm-fixed-top {
    left: 0 !important;
}

#mmenu {
    z-index: 9999;
    display: inline-block;
}

    #mmenu .mm-panel {
        background: #1d2833;
    }

    #mmenu .tab-content {
        left: 0;
        background: #263543;
        padding: 5px 15px;
    }

        #mmenu .tab-content .tab-pane {
            padding-top: 45px;
        }

            #mmenu .tab-content .tab-pane > h5 {
                color: rgba(255, 255, 255, 0.5);
                font-family: "Roboto Condensed", sans-serif;
                text-transform: uppercase;
                font-size: 11px;
                font-weight: 300;
                border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
                padding-bottom: 10px;
            }

            #mmenu .tab-content .tab-pane ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }

                #mmenu .tab-content .tab-pane ul.users-list > li, #mmenu .tab-content .tab-pane ul.history-list > li, #mmenu .tab-content .tab-pane ul.favourite-list > li {
                    margin-bottom: 15px;
                }

                    #mmenu .tab-content .tab-pane ul.users-list > li:last-child, #mmenu .tab-content .tab-pane ul.history-list > li:last-child, #mmenu .tab-content .tab-pane ul.favourite-list > li:last-child {
                        margin-bottom: 30px;
                    }

                    #mmenu .tab-content .tab-pane ul.users-list > li .media, #mmenu .tab-content .tab-pane ul.history-list > li .media, #mmenu .tab-content .tab-pane ul.favourite-list > li .media {
                        position: relative;
                    }

                        #mmenu .tab-content .tab-pane ul.users-list > li .media .profile-photo, #mmenu .tab-content .tab-pane ul.history-list > li .media .profile-photo, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .profile-photo {
                            width: 45px;
                            overflow: hidden;
                            display: inline-block;
                        }

                            #mmenu .tab-content .tab-pane ul.users-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.history-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .profile-photo img {
                                width: 100%;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                                border-radius: 50%;
                            }

                        #mmenu .tab-content .tab-pane ul.users-list > li .media .unread, #mmenu .tab-content .tab-pane ul.history-list > li .media .unread, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .unread {
                            position: absolute;
                            left: 30px;
                            font-size: 10px;
                            font-weight: 400;
                        }

                        #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body {
                            padding-top: 6px;
                            position: relative;
                        }

                            #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body .media-heading, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body .media-heading, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body .media-heading {
                                font-family: "Roboto", "Arial", sans-serif;
                                font-weight: 300;
                                color: rgba(255, 255, 255, 0.7);
                                margin: 0 0 3px;
                            }

                            #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body small, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body small {
                                font-size: 11px;
                                color: rgba(255, 255, 255, 0.3);
                            }

                                #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body small i, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small i, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body small i {
                                    font-size: 14px;
                                }

                            #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body .status, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body .status, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body .status {
                                position: absolute;
                                right: 0px;
                                top: 18px;
                            }

                    #mmenu .tab-content .tab-pane ul.users-list > li.online .status, #mmenu .tab-content .tab-pane ul.history-list > li.online .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.online .status {
                        border-color: #16a085;
                    }

                    #mmenu .tab-content .tab-pane ul.users-list > li.busy .status, #mmenu .tab-content .tab-pane ul.history-list > li.busy .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.busy .status {
                        border-color: #ffc100;
                    }

                    #mmenu .tab-content .tab-pane ul.users-list > li.offline .media .profile-photo, #mmenu .tab-content .tab-pane ul.history-list > li.offline .media .profile-photo, #mmenu .tab-content .tab-pane ul.favourite-list > li.offline .media .profile-photo {
                        filter: alpha(opacity=40);
                        opacity: 0.4;
                    }

                    #mmenu .tab-content .tab-pane ul.users-list > li.offline .status, #mmenu .tab-content .tab-pane ul.history-list > li.offline .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.offline .status {
                        border-color: #717171;
                    }

                    #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small {
                        display: inline-block;
                        width: 140px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        font-weight: 300;
                    }

                #mmenu .tab-content .tab-pane ul.settings > li .form-group .control-label {
                    margin: 0;
                    padding: 0;
                    margin-bottom: 15px;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.7);
                    font-size: 12px;
                    line-height: 22px;
                }

                    #mmenu .tab-content .tab-pane ul.settings > li .form-group .control-label .onoffswitch {
                        right: -35px;
                    }

    #mmenu .nav.nav-tabs {
        padding: 0;
        max-height: 45px;
        z-index: 2;
    }

        #mmenu .nav.nav-tabs > li > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            border: 0;
            padding: 12px 15px;
            min-height: 45px;
            color: rgba(255, 255, 255, 0.5);
        }

            #mmenu .nav.nav-tabs > li > a:hover {
                background-color: #212d3a;
            }

        #mmenu .nav.nav-tabs > li.active > a {
            background-color: #263543;
            color: white;
        }

            #mmenu .nav.nav-tabs > li.active > a:hover #mmenu .nav.nav-tabs > li.active > a:focus {
                background-color: #263543;
                color: white;
            }


/************* PAGE HEADER **************/

.pageheader {
    position: relative;
}

    .pageheader h2 {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
        font-size: 32px;
        font-weight: 300;
        font-family: "Roboto", "Arial", sans-serif;
    }

        .pageheader h2 span {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 300;
            font-style: italic;
        }

        .pageheader h2 i {
            padding: 0;
            border-radius: 50%;
            color: rgba(255, 255, 255, 0.5);
            font-size: 28px;
            display: inline-block;
            vertical-align: middle;
            height: 50px;
            width: 50px;
            text-align: center;
            border: 2px solid rgba(255, 255, 255, 0.5);
            line-height: 44px;
        }

    .pageheader .breadcrumbs {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 0;
        top: 0;
    }

        .pageheader .breadcrumbs ol.breadcrumb {
            background-color: transparent;
            margin-bottom: 0;
        }

            .pageheader .breadcrumbs ol.breadcrumb > li {
                font-size: 12px;
                font-weight: 500;
                color: rgba(255, 255, 255, 0.6);
            }

                .pageheader .breadcrumbs ol.breadcrumb > li.active {
                    color: rgba(0, 0, 0, 0.4);
                }

                .pageheader .breadcrumbs ol.breadcrumb > li + li:before {
                    content: "\f105";
                    font-family: "FontAwesome";
                    color: rgba(255, 255, 255, 0.6);
                }


/************* BREADCRUMBS **************/

ol.breadcrumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 15px;
}

    ol.breadcrumb > li {
        font-size: 12px;
        font-weight: 500;
    }

        ol.breadcrumb > li + li:before {
            content: "\f105";
            font-family: "FontAwesome";
        }

    ol.breadcrumb.transparent-black {
        background-color: rgba(0, 0, 0, 0.3);
    }

        ol.breadcrumb.transparent-black > li > a {
            color: white;
        }


/************* DROPDOWNS **************/

ul.dropdown-menu.example {
    position: static;
    display: block;
    margin-bottom: 5px;
    float: none;
    max-width: 170px;
}

ul.dropdown-menu > li.divider {
    width: 100% !important;
    background-color: #e5e5e5 !important;
    opacity: 1 !important;
}

li.dropdown ul.dropdown-menu.wide, li.dropdown ul.dropdown-menu.wider {
    max-width: 300px !important;
    min-width: 160px !important;
    width: 240px !important;
    border: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
}

    li.dropdown ul.dropdown-menu.wide > li h1, li.dropdown ul.dropdown-menu.wider > li h1 {
        font-family: "Roboto", "Arial", sans-serif;
        margin: 0;
        font-size: 11px;
        padding: 15px;
        font-weight: 300;
        background-color: #444;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    li.dropdown ul.dropdown-menu.wide > li > a, li.dropdown ul.dropdown-menu.wider > li > a {
        padding: 10px !important;
    }

    li.dropdown ul.dropdown-menu.wide > li.topborder, li.dropdown ul.dropdown-menu.wider > li.topborder {
        border-top: 1px dotted #eaeaea;
    }

li.dropdown ul.dropdown-menu.wider {
    width: 350px !important;
    max-width: 400px !important;
}

li.dropdown ul.dropdown-menu.nopadding {
    padding: 0;
}

li.dropdown ul.dropdown-menu.arrow:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-bottom-color: #444;
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 1;
}

li.dropdown ul.dropdown-menu.bordered > li {
    border-bottom: 1px dotted #eaeaea;
}

    li.dropdown ul.dropdown-menu.bordered > li:last-child {
        border-bottom: 0;
    }

/******************************************/
/************* PROGRESS BARS **************/
/******************************************/
.progress-info {
    margin-bottom: 5px;
}

    .progress-info .desc {
        font-size: 12px;
    }

    .progress-info .percent {
        padding-left: 10px;
        margin-top: 1px;
        display: inline-block;
        font-weight: 600;
        float: right;
        font-size: 12px;
    }

.progress {
    background-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress.progress-thin {
        height: 10px;
    }

    .progress.progress-little {
        height: 5px;
    }

    .progress.no-radius {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .progress.nomargin {
        margin-bottom: 5px;
    }

    .progress.progress-transparent-black {
        background-color: rgba(0, 0, 0, 0.1);
    }

        .progress.progress-transparent-black .progress-bar {
            background-color: rgba(0, 0, 0, 0.15);
        }

    .progress .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .progress .progress-bar.animate-progress-bar {
            -webkit-transition: width 2.5s ease !important;
            -moz-transition: width 2.5s ease !important;
            transition: width 2.5s ease !important;
        }

        .progress .progress-bar.progress-bar-green {
            background-color: #a2d200;
        }

        .progress .progress-bar.progress-bar-cyan {
            background-color: #22beef;
        }

        .progress .progress-bar.progress-bar-orange {
            background-color: #ffc100;
        }

        .progress .progress-bar.progress-bar-red {
            background-color: #ff4a43;
        }

        .progress .progress-bar.progress-bar-amethyst {
            background-color: #cd97eb;
        }

        .progress .progress-bar.progress-bar-greensea {
            background-color: #16a085;
        }

        .progress .progress-bar.progress-bar-dutch {
            background-color: #1693A5;
        }

        .progress .progress-bar.progress-bar-hotpink {
            background-color: #FF0066;
        }

        .progress .progress-bar.progress-bar-drank {
            background-color: #A40778;
        }

        .progress .progress-bar.progress-bar-blue {
            background-color: #418bca;
        }

        .progress .progress-bar.progress-bar-slategray {
            background-color: #3f4e62;
        }

        .progress .progress-bar.progress-bar-redbrown {
            background-color: #d9544f;
        }

        .progress .progress-bar.progress-bar-transparent-white {
            background-color: rgba(255, 255, 255, 0.8);
        }

        .progress .progress-bar.progress-bar-transparent-black {
            background-color: rgba(0, 0, 0, 0.8);
        }

.progress-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

    .progress-list .details {
        display: inline-block;
        float: left;
    }

        .progress-list .details .title {
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            color: rgba(255, 255, 255, 0.8);
        }

        .progress-list .details .description {
            font-weight: 500;
            text-transform: uppercase;
            font-size: 10px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 12px;
        }

    .progress-list .status {
        display: inline-block;
        background-color: #f2f2f2;
        font-size: 9px;
        padding: 6px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        color: white;
        font-weight: 500;
    }

    .progress-list .clearfix {
        height: 30px;
    }

    .progress-list .progress {
        margin-bottom: 15px;
    }

    .progress-list.with-heading .details .title h2 {
        margin-bottom: 0 !important;
    }

    .progress-list.with-heading .status {
        position: absolute;
        bottom: 8px;
        right: 0;
    }

    .progress-list.with-heading .clearfix {
        height: 35px;
    }


/************* BADGES **************/

.badge {
    font-size: 11px;
    font-weight: 400;
    color: white;
    padding: 3px 5px;
    margin: 0 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .badge.badge-primary {
        background-color: #428bca;
    }

    .badge.badge-success {
        background-color: #5cb85c;
    }

    .badge.badge-info {
        background-color: #5bc0de;
    }

    .badge.badge-warning {
        background-color: #f0ad4e;
    }

    .badge.badge-danger {
        background-color: #d9534f;
    }

    .badge.badge-red {
        background-color: #ff635c;
    }

    .badge.badge-cyan {
        background-color: #3ac5f1;
    }

    .badge.badge-green {
        background-color: #a2d200;
    }

    .badge.badge-orange {
        background-color: #ffc71a;
    }

    .badge.badge-amethyst {
        background-color: #d7acef;
    }

    .badge.badge-greensea {
        background-color: #19b698;
    }

    .badge.badge-dutch {
        background-color: #19a7bc;
    }

    .badge.badge-hotpink {
        background-color: #ff1a75;
    }

    .badge.badge-drank {
        background-color: #bc088a;
    }

    .badge.badge-blue {
        background-color: #5597d0;
    }

    .badge.badge-slategray {
        background-color: #495a72;
    }

    .badge.badge-redbrown {
        background-color: #de6864;
    }

    .badge.badge-transparent-black {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .badge.badge-outline {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 1px solid #717171;
        background: transparent;
    }


/************* LABELS **************/

.label {
    font-size: 11px;
    font-weight: 400;
    color: white;
    padding: 3px 5px;
    margin: 0 2px;
}

    .label.label-red {
        background-color: #ff635c;
    }

    .label.label-cyan {
        background-color: #3ac5f1;
    }

    .label.label-green {
        background-color: #a2d200;
    }

    .label.label-orange {
        background-color: #ffc71a;
    }

    .label.label-amethyst {
        background-color: #d7acef;
    }

    .label.label-greensea {
        background-color: #19b698;
    }

    .label.label-dutch {
        background-color: #19a7bc;
    }

    .label.label-hotpink {
        background-color: #ff1a75;
    }

    .label.label-drank {
        background-color: #bc088a;
    }

    .label.label-blue {
        background-color: #5597d0;
    }

    .label.label-slategray {
        background-color: #495a72;
    }

    .label.label-redbrown {
        background-color: #de6864;
    }

    .label.label-transparent-black {
        background-color: rgba(0, 0, 0, 0.15);
    }


/************* TOGGLE SWITCH *************/

.onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .onoffswitch.green .onoffswitch-inner:before {
        background-color: #a2d200;
    }

    .onoffswitch.red .onoffswitch-inner:before {
        background-color: #ff4a43;
    }

    .onoffswitch.cyan .onoffswitch-inner:before {
        background-color: #22beef;
    }

    .onoffswitch.orange .onoffswitch-inner:before {
        background-color: #ffc100;
    }

    .onoffswitch.amethyst .onoffswitch-inner:before {
        background-color: #cd97eb;
    }

    .onoffswitch.greensea .onoffswitch-inner:before {
        background-color: #16a085;
    }

    .onoffswitch.dutch .onoffswitch-inner:before {
        background-color: #1693A5;
    }

    .onoffswitch.hotpink .onoffswitch-inner:before {
        background-color: #FF0066;
    }

    .onoffswitch.drank .onoffswitch-inner:before {
        background-color: #A40778;
    }

    .onoffswitch.blue .onoffswitch-inner:before {
        background-color: #418bca;
    }

    .onoffswitch.slategray .onoffswitch-inner:before {
        background-color: #536781;
    }

    .onoffswitch.redbrown .onoffswitch-inner:before {
        background-color: #d9544f;
    }

    .onoffswitch.labeled {
        width: 46px;
    }

        .onoffswitch.labeled .onoffswitch-inner:before {
            content: "On";
            text-align: left !important;
        }

        .onoffswitch.labeled .onoffswitch-inner:after {
            content: "Off";
            padding-right: 7px;
        }

        .onoffswitch.labeled .onoffswitch-switch {
            right: 21px;
        }

    .onoffswitch.small {
        width: 20px;
    }

        .onoffswitch.small .onoffswitch-switch {
            right: 6px;
        }

        .onoffswitch.small .onoffswitch-inner:before, .onoffswitch.small .onoffswitch-inner:after {
            height: 15px;
            line-height: 15px;
        }

        .onoffswitch.small .onoffswitch-switch {
            width: 10px;
        }

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.2s ease-in 0s;
    -moz-transition: margin 0.2s ease-in 0s;
    transition: margin 0.2s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 25px;
        padding: 0;
        line-height: 25px;
        font-size: 9px;
        color: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        -webkit-transform: none;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 9px;
        background-color: rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 9px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 21px;
    margin: 2px;
    background: #FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/************* NO UI SLIDER *************/

#colorslider {
    height: 240px;
    margin: 0;
    padding: 10px;
}

    #colorslider #red, #colorslider #green, #colorslider #blue {
        margin: 10px;
        display: inline-block;
        height: 200px;
    }

    #colorslider .result {
        margin: 60px 30px;
        height: 100px;
        width: 100px;
        display: inline-block;
        vertical-align: top;
        color: #7f7f7f;
        background: #7f7f7f;
        border: 1px solid #fff;
        box-shadow: 0 0 10px;
    }

.noUi-background {
    background: white;
}

.noUiSlider.noUi-target {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUiSlider.noUi-horizontal {
    height: 12px;
}

    .noUiSlider.noUi-horizontal .noUi-handle {
        width: 21px;
        height: 21px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

        .noUiSlider.noUi-horizontal .noUi-handle:after, .noUiSlider.noUi-horizontal .noUi-handle:before {
            top: 6px;
            height: 7px;
            left: 8px;
        }

        .noUiSlider.noUi-horizontal .noUi-handle:after {
            left: 11px;
        }

    .noUiSlider.noUi-horizontal .noUi-origin.noUi-background {
        right: -2px;
        border-right: 1px solid #e2e2e2;
    }

.noUiSlider.noUi-vertical {
    width: 12px;
}

    .noUiSlider.noUi-vertical .noUi-handle {
        width: 21px;
        height: 21px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

        .noUiSlider.noUi-vertical .noUi-handle:after, .noUiSlider.noUi-vertical .noUi-handle:before {
            width: 7px;
            height: 1px;
            left: 6px;
            top: 8px;
        }

        .noUiSlider.noUi-vertical .noUi-handle:after {
            top: 11px;
        }

    .noUiSlider.noUi-vertical .noUi-origin.noUi-background {
        bottom: -2px;
        border-bottom: 1px solid #e2e2e2;
    }

.noUiSlider .noUi-handle {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUiSlider .noUi-connect {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.noUiSlider .noUi-origin {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUiSlider.red {
    background-color: #ff4a43;
}

.noUiSlider.green {
    background-color: #a2d200;
}

.noUiSlider.cyan {
    background-color: #22beef;
}

.noUiSlider.orange {
    background-color: #ffc100;
}

.noUiSlider.amethyst {
    background-color: #cd97eb;
}

.noUiSlider.greensea {
    background-color: #16a085;
}

.noUiSlider.dutch {
    background-color: #1693A5;
}

.noUiSlider.hotpink {
    background-color: #FF0066;
}

.noUiSlider.drank {
    background-color: #A40778;
}

.noUiSlider.connect-red .noUi-connect {
    background-color: #ff4a43;
}

.noUiSlider.connect-green .noUi-connect {
    background-color: #a2d200;
}

.noUiSlider.connect-cyan .noUi-connect {
    background-color: #22beef;
}

.noUiSlider.connect-orange .noUi-connect {
    background-color: #ffc100;
}

.noUiSlider.connect-amethyst .noUi-connect {
    background-color: #cd97eb;
}

.noUiSlider.connect-greensea .noUi-connect {
    background-color: #16a085;
}

.noUiSlider.connect-dutch .noUi-connect {
    background-color: #1693A5;
}

.noUiSlider.connect-hotpink .noUi-connect {
    background-color: #FF0066;
}

.noUiSlider.connect-drank .noUi-connect {
    background-color: #A40778;
}

.slider-value {
    position: absolute;
    right: 20px;
    bottom: 60px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #e2e2e2;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}


/************* ROW SELECT *************/

ul.inlineSelect {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    ul.inlineSelect.rowSelect > li.title, ul.inlineSelect.inline > li.title {
        background-color: #f2f2f2;
    }

        ul.inlineSelect.rowSelect > li.title h5, ul.inlineSelect.inline > li.title h5 {
            margin: 0;
            padding: 10px;
        }

    ul.inlineSelect.rowSelect > li > .checkbox, ul.inlineSelect.inline > li > .checkbox {
        padding-left: 0;
        margin: 0 !important;
    }

        ul.inlineSelect.rowSelect > li > .checkbox input[type=checkbox]:checked + label, ul.inlineSelect.inline > li > .checkbox input[type=checkbox]:checked + label {
            background-color: #f5f5f5;
        }

        ul.inlineSelect.rowSelect > li > .checkbox label, ul.inlineSelect.inline > li > .checkbox label {
            width: 100%;
            background-color: #fafafa;
            padding: 6px 0 5px 40px;
        }

            ul.inlineSelect.rowSelect > li > .checkbox label:hover, ul.inlineSelect.inline > li > .checkbox label:hover {
                background-color: #f5f5f5;
            }

            ul.inlineSelect.rowSelect > li > .checkbox label:before, ul.inlineSelect.inline > li > .checkbox label:before {
                left: 10px;
                top: 7px;
            }

            ul.inlineSelect.rowSelect > li > .checkbox label:after, ul.inlineSelect.inline > li > .checkbox label:after {
                left: 13px;
                top: 5px;
            }

    ul.inlineSelect.rowSelect > li:first-child {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    ul.inlineSelect.rowSelect > li:last-child label {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    ul.inlineSelect.inline > li {
        padding: 0;
        margin-right: -3px;
    }

        ul.inlineSelect.inline > li:first-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        ul.inlineSelect.inline > li:last-child label {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    ul.inlineSelect.red > li.title {
        background-color: #ff4a43;
        color: white;
    }

    ul.inlineSelect.red > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #ffdddc;
    }

    ul.inlineSelect.red > li > .checkbox label:hover {
        background-color: #fff6f5;
    }

    ul.inlineSelect.cyan > li.title {
        background-color: #22beef;
        color: white;
    }

    ul.inlineSelect.cyan > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #e0f6fd;
    }

    ul.inlineSelect.cyan > li > .checkbox label:hover {
        background-color: #f8fdfe;
    }

    ul.inlineSelect.orange > li.title {
        background-color: #ffc100;
        color: white;
    }

    ul.inlineSelect.orange > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #fff3cc;
    }

    ul.inlineSelect.orange > li > .checkbox label:hover {
        background-color: #fff9e5;
    }

    ul.inlineSelect.green > li.title {
        background-color: #a2d200;
        color: white;
    }

    ul.inlineSelect.green > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #f5ffd2;
    }

    ul.inlineSelect.green > li > .checkbox label:hover {
        background-color: #fbffeb;
    }

    ul.inlineSelect.amethyst > li.title {
        background-color: #cd97eb;
        color: white;
    }

    ul.inlineSelect.amethyst > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #f6edfb;
    }

    ul.inlineSelect.amethyst > li > .checkbox label:hover {
        background-color: white;
    }

    ul.inlineSelect.greensea > li.title {
        background-color: #16a085;
        color: white;
    }

    ul.inlineSelect.greensea > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #bff6eb;
    }

    ul.inlineSelect.greensea > li > .checkbox label:hover {
        background-color: #d5f9f2;
    }

    ul.inlineSelect.dutch > li.title {
        background-color: #1693A5;
        color: white;
    }

    ul.inlineSelect.dutch > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #adebf4;
    }

    ul.inlineSelect.dutch > li > .checkbox label:hover {
        background-color: #c3f0f7;
    }

    ul.inlineSelect.hotpink > li.title {
        background-color: #FF0066;
        color: white;
    }

    ul.inlineSelect.hotpink > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #ffcce0;
    }

    ul.inlineSelect.hotpink > li > .checkbox label:hover {
        background-color: #ffe5f0;
    }

    ul.inlineSelect.drank > li.title {
        background-color: #A40778;
        color: white;
    }

    ul.inlineSelect.drank > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #fcaee6;
    }

    ul.inlineSelect.drank > li > .checkbox label:hover {
        background-color: #fdc7ee;
    }

    ul.inlineSelect.blue > li.title {
        background-color: #418bca;
        color: white;
    }

    ul.inlineSelect.blue > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #e1ecf6;
    }

    ul.inlineSelect.blue > li > .checkbox label:hover {
        background-color: #f4f9fc;
    }

    ul.inlineSelect.slategray > li.title {
        background-color: #3f4e62;
        color: white;
    }

    ul.inlineSelect.slategray > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #b6c1d0;
    }

    ul.inlineSelect.slategray > li > .checkbox label:hover {
        background-color: #c6cfda;
    }

    ul.inlineSelect.redbrown > li.title {
        background-color: #d9544f;
        color: white;
    }

    ul.inlineSelect.redbrown > li > .checkbox input[type=checkbox]:checked + label {
        background-color: #f4cecd;
    }

    ul.inlineSelect.redbrown > li > .checkbox label:hover {
        background-color: #f9e3e2;
    }


/************* CARDS *************/

.card-container {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

    .card-container .card {
        height: 100%;
        position: relative;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
        width: 100%;
        cursor: pointer;
        z-index: 9;
    }

        .card-container .card .front {
            height: 100%;
            position: relative;
            width: 100%;
            background-color: #f2f2f2;
            padding: 15px;
            min-height: 115px;
            top: 0;
            left: 0;
            z-index: 900;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            -ms-transform: rotateX(0deg) rotateY(0deg);
            -o-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; /* -- transition is the magic sauce for animation -- */
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .card-container .card .front .media {
                margin-bottom: 10px;
            }

                .card-container .card .front .media .media-object {
                    font-size: 48px;
                    margin-top: 5px;
                }

                .card-container .card .front .media .media-body small {
                    font-size: 12px;
                    color: rgba(255, 255, 255, 0.5);
                    text-transform: uppercase;
                    font-weight: 300;
                }

                .card-container .card .front .media .media-body h2 {
                    font-family: "Roboto", "Arial", sans-serif;
                    font-weight: 400;
                }

            .card-container .card .front .progress-list .details .title {
                font-weight: 400;
                font-size: 11px;
                line-height: normal;
                text-transform: uppercase;
                color: rgba(255, 255, 255, 0.5);
            }

            .card-container .card .front .progress-list .status {
                font-size: 9px;
                padding: 3px 6px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
            }

            .card-container .card .front .progress-list .clearfix {
                height: 20px;
            }

            .card-container .card .front .progress-list .progress {
                margin-bottom: 0;
            }

        .card-container .card.flip .front {
            z-index: 900;
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .card-container .card.flip .back {
            z-index: 1000;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            -ms-transform: rotateX(0deg) rotateY(0deg);
            -o-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

        .card-container .card .back {
            position: absolute;
            top: 0;
            background-color: white !important;
            border: 0;
            color: inherit !important;
            padding: 15px 15px 5px 15px;
            text-align: center;
            height: auto;
            width: 100%;
            min-height: 123px;
            left: 0;
            z-index: 800;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-179deg); /* setting to 180 causes an unnatural-looking half-flip */
            transform: rotateY(-179deg);
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; /* -- transition is the magic sauce for animation -- */
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .card-container .card .back > a {
                display: block;
                color: #717171;
                font-size: 18px;
                font-weight: 300;
                line-height: 30px;
            }

                .card-container .card .back > a:hover {
                    text-decoration: none;
                    color: #418bca;
                }

                .card-container .card .back > a > i {
                    display: block;
                }

        .card-container .card.card-red .front {
            color: white;
            background-color: #ff4a43;
        }

        .card-container .card.card-red .back p {
            color: #ff4a43;
        }

        .card-container .card.card-cyan .front {
            color: white;
            background-color: #22beef;
        }

        .card-container .card.card-cyan .back p {
            color: #22beef;
        }

        .card-container .card.card-green .front {
            color: white;
            background-color: #a2d200;
        }

        .card-container .card.card-green .back p {
            color: #a2d200;
        }

        .card-container .card.card-orange .front {
            color: white;
            background-color: #ffc100;
        }

        .card-container .card.card-orange .back p {
            color: #ffc100;
        }

        .card-container .card.card-amethyst .front {
            color: white;
            background-color: #cd97eb;
        }

        .card-container .card.card-amethyst .back p {
            color: #cd97eb;
        }

        .card-container .card.card-greensea .front {
            color: white;
            background-color: #16a085;
        }

        .card-container .card.card-greensea .back p {
            color: #16a085;
        }

        .card-container .card.card-drank .front {
            color: white;
            background-color: #A40778;
        }

        .card-container .card.card-drank .back p {
            color: #A40778;
        }

        .card-container .card.card-dutch .front {
            color: white;
            background-color: #1693A5;
        }

        .card-container .card.card-dutch .back p {
            color: #1693A5;
        }

        .card-container .card.card-hotpink .front {
            color: white;
            background-color: #FF0066;
        }

        .card-container .card.card-hotpink .back p {
            color: #FF0066;
        }

        .card-container .card.card-redbrown .front {
            color: white;
            background-color: #d9544f;
        }

        .card-container .card.card-redbrown .back p {
            color: #d9544f;
        }

        .card-container .card.card-slategray .front {
            color: white;
            background-color: #3f4e62;
        }

        .card-container .card.card-slategray .back p {
            color: #3f4e62;
        }

        .card-container .card.card-blue .front {
            color: white;
            background-color: #418bca;
        }

        .card-container .card.card-blue .back p {
            color: #418bca;
        }


/************* TOOLTIPS *************/

#tooltip {
    color: #717171;
    font-size: 11px;
    line-height: 11px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

    #tooltip h1 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#flotTip {
    background-color: white !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #717171;
    border: 0 !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

    #flotTip b {
        font-family: "Roboto Slab", serif;
    }

/***************************************/
/************* TYPOGRAPHY **************/
/***************************************/
.thin {
    font-weight: 100 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.small-bold {
    font-size: 11px;
    font-weight: 700;
}

/* filled elements */
h1.filled, h2.filled, h3.filled, h4.filled, h5.filled, h6.filled {
    background: #717171;
    padding: 10px;
    color: white;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

p.filled, blockquote.filled, div.filled, ul.filled {
    background: #f8f8f8;
    padding: 10px;
    margin-top: -10px;
    color: #717171;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

    p.filled.red, blockquote.filled.red, div.filled.red, ul.filled.red {
        background: #f15751;
        color: white;
    }

    p.filled.cyan, blockquote.filled.cyan, div.filled.cyan, ul.filled.cyan {
        background: #34b5dd;
        color: white;
    }

    p.filled.orange, blockquote.filled.orange, div.filled.orange, ul.filled.orange {
        background: #ecb713;
        color: white;
    }

    p.filled.green, blockquote.filled.green, div.filled.green, ul.filled.green {
        background: #99c210;
        color: white;
    }

    p.filled.amethyst, blockquote.filled.amethyst, div.filled.amethyst, ul.filled.amethyst {
        background: #caa0e2;
        color: white;
    }

    p.filled.greensea, blockquote.filled.greensea, div.filled.greensea, ul.filled.greensea {
        background: #22e1bb;
        color: white;
    }

    p.filled.drank, blockquote.filled.drank, div.filled.drank, ul.filled.drank {
        background: #ed0aae;
        color: white;
    }

    p.filled.dutch, blockquote.filled.dutch, div.filled.dutch, ul.filled.dutch {
        background: #26cae2;
        color: white;
    }

    p.filled.hotpink, blockquote.filled.hotpink, div.filled.hotpink, ul.filled.hotpink {
        background: #ff4d94;
        color: white;
    }

    p.filled.blue, blockquote.filled.blue, div.filled.blue, ul.filled.blue {
        background: #7db0db;
        color: white;
    }

    p.filled.slategray, blockquote.filled.slategray, div.filled.slategray, ul.filled.slategray {
        background: #5d7391;
        color: white;
    }

    p.filled.redbrown, blockquote.filled.redbrown, div.filled.redbrown, ul.filled.redbrown {
        background: #e7918e;
        color: white;
    }

    p.filled.withoutHeader, blockquote.filled.withoutHeader, div.filled.withoutHeader, ul.filled.withoutHeader {
        margin-top: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    blockquote.filled.text-right {
        border-left-width: 0;
        border-right: 5px solid;
    }

    blockquote.filled i {
        font-size: 46px;
        margin: 0 10px 10px 0;
        color: rgba(0, 0, 0, 0.1);
    }

blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.3);
}

    blockquote.pull-right {
        border-right: 5px solid rgba(0, 0, 0, 0.3);
    }

    blockquote p {
        line-height: 1.6em;
    }

    blockquote small {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 300;
    }

    blockquote.filled {
        min-height: 60px;
        border-color: #717171;
    }

        blockquote.filled small {
            color: rgba(0, 0, 0, 0.3);
            font-weight: 400;
        }

        blockquote.filled.red {
            border-color: #ff4a43;
        }

        blockquote.filled.cyan {
            border-color: #22beef;
        }

        blockquote.filled.orange {
            border-color: #ffc100;
        }

        blockquote.filled.green {
            border-color: #a2d200;
        }

        blockquote.filled.amethyst {
            border-color: #cd97eb;
        }

        blockquote.filled.greensea {
            border-color: #16a085;
        }

        blockquote.filled.drank {
            border-color: #A40778;
        }

        blockquote.filled.dutch {
            border-color: #1693A5;
        }

        blockquote.filled.hotpink {
            border-color: #FF0066;
        }

        blockquote.filled.blue {
            border-color: #418bca;
        }

        blockquote.filled.slategray {
            border-color: #3f4e62;
        }

        blockquote.filled.redbrown {
            border-color: #d9544f;
        }

.filled.red {
    background: #ff4a43;
}

.filled.cyan {
    background: #22beef;
}

.filled.orange {
    background: #ffc100;
}

.filled.green {
    background: #a2d200;
}

.filled.amethyst {
    background: #cd97eb;
}

.filled.greensea {
    background: #16a085;
}

.filled.drank {
    background: #A40778;
}

.filled.dutch {
    background: #1693A5;
}

.filled.hotpink {
    background: #FF0066;
}

.filled.blue {
    background: #418bca;
}

.filled.slategray {
    background: #3f4e62;
}

.filled.redbrown {
    background: #d9544f;
}

address.filled {
    background: #f8f8f8;
    padding: 10px;
    font-weight: 300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #717171;
}

    address.filled.addon {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    address.filled i {
        font-size: 80px;
        opacity: 0.05;
        margin-top: -50px;
    }

    address.filled strong {
        background: #717171;
        color: white;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        display: block;
        margin: -10px;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: 300;
    }

    address.filled.filled-append {
        margin-top: -20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

        address.filled.filled-append strong {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        address.filled.filled-append a {
            color: #fff;
        }

    address.filled.red {
        background: #ff948f;
    }

        address.filled.red strong {
            background: #ff4a43;
        }

    address.filled.cyan {
        background: #69d3f4;
    }

        address.filled.cyan strong {
            background: #22beef;
        }

    address.filled.orange {
        background: #ffd44d;
    }

        address.filled.orange strong {
            background: #ffc100;
        }

    address.filled.green {
        background: #ccff20;
    }

        address.filled.green strong {
            background: #a2d200;
        }

    address.filled.amethyst {
        background: #ecd7f7;
    }

        address.filled.amethyst strong {
            background: #cd97eb;
        }

    address.filled.greensea {
        background: #22e1bb;
    }

        address.filled.greensea strong {
            background: #16a085;
        }

    address.filled.drank {
        background: #ed0aae;
    }

        address.filled.drank strong {
            background: #A40778;
        }

    address.filled.dutch {
        background: #26cae2;
    }

        address.filled.dutch strong {
            background: #1693A5;
        }

    address.filled.hotpink {
        background: #ff4d94;
    }

        address.filled.hotpink strong {
            background: #FF0066;
        }

    address.filled.blue {
        background: #7db0db;
    }

        address.filled.blue strong {
            background: #418bca;
        }

    address.filled.slategray {
        background: #5d7391;
    }

        address.filled.slategray strong {
            background: #3f4e62;
        }

    address.filled.redbrown {
        background: #e7918e;
    }

        address.filled.redbrown strong {
            background: #d9544f;
        }

dl dt {
    font-size: 1.1em;
}

dl.filled {
    background: #f2f2f2;
    color: #717171;
}

    dl.filled dt, dl.filled dd {
        padding: 5px 10px;
    }

    dl.filled dt {
        background: #717171;
        font-weight: 500;
        color: white;
        font-family: "Roboto Slab", serif;
        font-size: 14px;
    }

    dl.filled dd {
        background: #f8f8f8;
        font-weight: 300;
    }

    dl.filled.red {
        color: white;
    }

        dl.filled.red dd {
            background: #ff544d;
        }

        dl.filled.red dt {
            background: #ff4a43;
        }

    dl.filled.cyan {
        color: white;
    }

        dl.filled.cyan dd {
            background: #2cc1f0;
        }

        dl.filled.cyan dt {
            background: #22beef;
        }

    dl.filled.green {
        color: white;
    }

        dl.filled.green dd {
            background: #aadc00;
        }

        dl.filled.green dt {
            background: #a2d200;
        }

    dl.filled.orange {
        color: white;
    }

        dl.filled.orange dd {
            background: #ffc30a;
        }

        dl.filled.orange dt {
            background: #ffc100;
        }

    dl.filled.amethyst {
        color: white;
    }

        dl.filled.amethyst dd {
            background: #d1a0ed;
        }

        dl.filled.amethyst dt {
            background: #cd97eb;
        }

    dl.filled.greensea {
        color: white;
    }

        dl.filled.greensea dd {
            background: #17a98c;
        }

        dl.filled.greensea dt {
            background: #16a085;
        }

    dl.filled.hotpink {
        color: white;
    }

        dl.filled.hotpink dd {
            background: #ff0a6c;
        }

        dl.filled.hotpink dt {
            background: #FF0066;
        }

    dl.filled.drank {
        color: white;
    }

        dl.filled.drank dd {
            background: #ae077f;
        }

        dl.filled.drank dt {
            background: #A40778;
        }

    dl.filled.dutch {
        color: white;
    }

        dl.filled.dutch dd {
            background: #179bae;
        }

        dl.filled.dutch dt {
            background: #1693A5;
        }

    dl.filled.blue {
        color: white;
    }

        dl.filled.blue dd {
            background: #4990cc;
        }

        dl.filled.blue dt {
            background: #418bca;
        }

    dl.filled.slategray {
        color: white;
    }

        dl.filled.slategray dd {
            background: #435368;
        }

        dl.filled.slategray dt {
            background: #3f4e62;
        }

    dl.filled.redbrown {
        color: white;
    }

        dl.filled.redbrown dd {
            background: #db5c57;
        }

        dl.filled.redbrown dt {
            background: #d9544f;
        }


/************* LISTS *************/

ul.inline {
    padding: 0;
    margin: 0;
}

    ul.inline > li {
        display: inline-block;
        padding: 5px 10px;
        vertical-align: top;
    }

    ul.inline.divided > li {
        border-right: 1px solid #f2f2f2;
    }

        ul.inline.divided > li:last-child {
            border: 0;
        }

ul.nolisttypes {
    list-style-type: none;
    padding: 0;
}

ul.list-type {
    padding: 0;
    margin: 7px 0 7px 20px;
    list-style-type: none;
}

    ul.list-type li {
        padding: 2px 2px 2px 0px;
        position: relative;
    }

        ul.list-type li:before {
            position: absolute;
            left: -18px;
            margin-top: 3px;
            font-family: FontAwesome;
            line-height: 1;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
        }

    ul.list-type.arrow li:before {
        content: "\f061";
    }

    ul.list-type.circle li:before {
        content: "\f10c";
    }

    ul.list-type.check li:before {
        content: "\f046";
    }

    ul.list-type.caret-right li:before {
        content: "\f0da";
    }

ul.chart-legend > li {
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
}

    ul.chart-legend > li small {
        color: rgba(255, 255, 255, 0.7);
        margin-left: 5px;
        font-size: 12px;
    }


/************* BUTTONS *************/

.btn {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; /* file upload */
}

    .btn.btn-black-transparent {
        background-color: rgba(0, 0, 0, 0.1);
        color: #f2f2f2;
    }

        .btn.btn-black-transparent:hover {
            background-color: rgba(0, 0, 0, 0.2);
            color: white;
        }

    .btn:focus {
        outline: 0;
    }

    .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.uppercased {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 900;
        padding: 3px 20px;
    }

    .btn.btn-green {
        background-color: #a2d200;
        color: #f2f2f2;
    }

        .btn.btn-green:hover {
            background-color: #8eb800;
            color: white;
        }

    .btn.btn-cyan {
        background-color: #52ccf2;
        color: #f2f2f2;
    }

        .btn.btn-cyan:hover {
            background-color: #0fa1cf;
            color: white;
        }

    .btn.btn-red {
        background-color: #ff7b76;
        color: #f2f2f2;
    }

        .btn.btn-red:hover {
            background-color: #ff4f48;
            color: white;
        }

    .btn.btn-orange {
        background-color: #ffc100;
        color: #f2f2f2;
    }

        .btn.btn-orange:hover {
            background-color: #f0b500;
            color: white;
        }

    .btn.btn-amethyst {
        background-color: #cd97eb;
        color: #f2f2f2;
    }

        .btn.btn-amethyst:hover {
            background-color: #b86ce3;
            color: white;
        }

    .btn.btn-greensea {
        background-color: #1ccdaa;
        color: #f2f2f2;
    }

        .btn.btn-greensea:hover {
            background-color: #14937a;
            color: white;
        }

    .btn.btn-hotpink {
        background-color: #ff3385;
        color: #f2f2f2;
    }

        .btn.btn-hotpink:hover {
            background-color: #e6005c;
            color: white;
        }

    .btn.btn-drank {
        background-color: #d5099c;
        color: #f2f2f2;
    }

        .btn.btn-drank:hover {
            background-color: #95066d;
            color: white;
        }

    .btn.btn-dutch {
        background-color: #1cbbd2;
        color: #f2f2f2;
    }

        .btn.btn-dutch:hover {
            background-color: #148798;
            color: white;
        }

    .btn.btn-blue {
        background-color: #69a3d5;
        color: #f2f2f2;
    }

        .btn.btn-blue:hover {
            background-color: #3784c5;
            color: white;
        }

    .btn.btn-redbrown {
        background-color: #e27d79;
        color: #f2f2f2;
    }

        .btn.btn-redbrown:hover {
            background-color: #d64842;
            color: white;
        }

    .btn.btn-slategray {
        background-color: #536781;
        color: #f2f2f2;
    }

        .btn.btn-slategray:hover {
            background-color: #394759;
            color: white;
        }

    .btn.btn-primary {
        color: #f2f2f2;
    }

        .btn.btn-primary:hover {
            color: white;
        }

    .btn.btn-danger {
        color: #f2f2f2;
    }

        .btn.btn-danger:hover {
            color: white;
        }

    .btn.btn-warning {
        color: #f2f2f2;
    }

        .btn.btn-warning:hover {
            color: white;
        }

    .btn.btn-success {
        color: #f2f2f2;
    }

        .btn.btn-success:hover {
            color: white;
        }

    .btn.btn-info {
        color: #f2f2f2;
    }

        .btn.btn-info:hover {
            color: white;
        }

    .btn.btn-transparent-white {
        background-color: rgba(255, 255, 255, 0.15);
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7);
    }

        .btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
            background-color: rgba(255, 255, 255, 0.3);
            color: white;
        }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        line-height: 23px;
    }

        .btn.btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 999px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            background: red;
            cursor: inherit;
            display: block;
        }

.btn-group-lg > .btn, .btn-group-sm > .btn, .btn-group-xs > .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn-group > .btn + .dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn-group > .btn-default + .dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

a.submit i {
    margin: 0 3px;
}

a.submit:hover {
    text-decoration: none;
}


/************* MODALS *************/

.modal-ios {
    position: absolute;
    overflow: visible;
}

.modal {
    color: #717171;
    top: 50px;
    z-index: 1999;
}

    .modal .modal-dialog {
        margin-top: 30px;
    }

        .modal .modal-dialog.wide {
            width: 1200px;
        }

    .modal .modal-content {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: 0;
    }

        .modal .modal-content .modal-header, .modal .modal-content .modal-footer {
            background-color: white;
        }

        .modal .modal-content .modal-header {
            border: 0;
            position: relative;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .modal .modal-content .modal-header h3 {
                color: #555;
                font-size: 32px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

            .modal .modal-content .modal-header button.close {
                background: url(../images/modal-close.png) left center no-repeat;
                position: absolute;
                top: -30px;
                right: 0;
                color: white;
                font-weight: 400;
                filter: alpha(opacity=100);
                opacity: 1;
                text-shadow: none;
                padding-left: 23px;
            }

                .modal .modal-content .modal-header button.close:hover {
                    background: url(../images/modal-close-hover.png) left center no-repeat;
                    color: #418bca;
                }

                .modal .modal-content .modal-header button.close:focus {
                    outline: none;
                }

        .modal .modal-content .modal-footer {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            background-color: rgba(0, 0, 0, 0.03);
        }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.md-modal {
    height: 100%;
    margin-top: 3%;
}

    .md-modal .md-content {
        max-height: 80%;
        overflow: auto;
    }

    .md-modal.md-cyan .md-content {
        background-color: #22beef;
        color: white;
    }

    .md-modal.md-cyan.colorize-overlay.md-show ~ .md-overlay {
        background: #22beef;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-red .md-content {
        background-color: #ff4a43;
        color: white;
    }

    .md-modal.md-red.colorize-overlay.md-show ~ .md-overlay {
        background: #ff4a43;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-green .md-content {
        background-color: #a2d200;
        color: white;
    }

    .md-modal.md-green.colorize-overlay.md-show ~ .md-overlay {
        background: #a2d200;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-orange .md-content {
        background-color: #ffc100;
        color: white;
    }

    .md-modal.md-orange.colorize-overlay.md-show ~ .md-overlay {
        background: #ffc100;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-amethyst .md-content {
        background-color: #cd97eb;
        color: white;
    }

    .md-modal.md-amethyst.colorize-overlay.md-show ~ .md-overlay {
        background: #cd97eb;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-greensea .md-content {
        background-color: #16a085;
        color: white;
    }

    .md-modal.md-greensea.colorize-overlay.md-show ~ .md-overlay {
        background: #16a085;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-dutch .md-content {
        background-color: #1693A5;
        color: white;
    }

    .md-modal.md-dutch.colorize-overlay.md-show ~ .md-overlay {
        background: #1693A5;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-hotpink .md-content {
        background-color: #FF0066;
        color: white;
    }

    .md-modal.md-hotpink.colorize-overlay.md-show ~ .md-overlay {
        background: #FF0066;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-drank .md-content {
        background-color: #A40778;
        color: white;
    }

    .md-modal.md-drank.colorize-overlay.md-show ~ .md-overlay {
        background: #A40778;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-blue .md-content {
        background-color: #418bca;
        color: white;
    }

    .md-modal.md-blue.colorize-overlay.md-show ~ .md-overlay {
        background: #418bca;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-redbrown .md-content {
        background-color: #d9544f;
        color: white;
    }

    .md-modal.md-redbrown.colorize-overlay.md-show ~ .md-overlay {
        background: #d9544f;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-slategray .md-content {
        background-color: #3f4e62;
        color: white;
    }

    .md-modal.md-slategray.colorize-overlay.md-show ~ .md-overlay {
        background: #3f4e62;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .md-modal.md-show.md-effect-12 ~ .md-overlay {
        opacity: 1 !important;
        filter: alpha(opacity=1) !important;
    }

/**************************************************/
/************* ALERTS & NOTIFICATIONS *************/
/**************************************************/
.alert {
    padding: 5px 15px;
    font-size: 12px;
}

    .alert.alert-big {
        padding: 15px;
    }

    .alert.alert-dismissable {
        padding-right: 35px;
    }

    .alert.alert-red {
        color: #ff4a43;
        background-color: #ffdddc;
        border-color: #ffaca9;
    }

        .alert.alert-red .alert-link {
            color: #ff1910;
        }

    .alert.alert-cyan {
        color: #22beef;
        background-color: #e0f6fd;
        border-color: #b1e8f9;
    }

        .alert.alert-cyan .alert-link {
            color: #0fa1cf;
        }

    .alert.alert-green {
        color: #a2d200;
        background-color: #fbffeb;
        border-color: #efffb8;
    }

        .alert.alert-green .alert-link {
            color: #7b9f00;
        }

    .alert.alert-orange {
        color: #ffc100;
        background-color: #fff3cc;
        border-color: #ffe699;
    }

        .alert.alert-orange .alert-link {
            color: #cc9a00;
        }

    .alert.alert-amethyst {
        color: #cd97eb;
        background-color: #f6edfb;
        border-color: #e2c2f3;
    }

        .alert.alert-amethyst .alert-link {
            color: #b86ce3;
        }

    .alert.alert-greensea {
        color: #16a085;
        background-color: #d5f9f2;
        border-color: #92f0de;
    }

        .alert.alert-greensea .alert-link {
            color: #107360;
        }

    .alert.alert-hotpink {
        color: #FF0066;
        background-color: #ffcce0;
        border-color: #ff99c2;
    }

        .alert.alert-hotpink .alert-link {
            color: #cc0052;
        }

    .alert.alert-drank {
        color: #A40778;
        background-color: #fdc7ee;
        border-color: #fb96de;
    }

        .alert.alert-drank .alert-link {
            color: #730554;
        }

    .alert.alert-dutch {
        color: #1693A5;
        background-color: #c3f0f7;
        border-color: #96e6f1;
    }

        .alert.alert-dutch .alert-link {
            color: #106b78;
        }

    .alert.alert-blue {
        color: #418bca;
        background-color: #e1ecf6;
        border-color: #b9d4eb;
    }

        .alert.alert-blue .alert-link {
            color: #2f71a9;
        }

    .alert.alert-slategray {
        color: #3f4e62;
        background-color: #c6cfda;
        border-color: #a7b4c6;
    }

        .alert.alert-slategray .alert-link {
            color: #2b3543;
        }

    .alert.alert-redbrown {
        color: #d9544f;
        background-color: #f4cecd;
        border-color: #eba6a3;
    }

        .alert.alert-redbrown .alert-link {
            color: #c9312c;
        }

.notification {
    padding: 15px;
    background-color: #fafafa;
    border-left: 3px solid #e5e5e5;
    margin: 20px 0;
    color: #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

    .notification.notification-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #f8e2b5;
    }

    .notification.notification-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #e4bac0;
    }

    .notification.notification-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #a7e1ed;
    }

    .notification.notification-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #c9e2b4;
    }

    .notification.notification-red {
        color: #ff4a43;
        background-color: #ffdddc;
        border-color: #ffaca9;
    }

    .notification.notification-cyan {
        color: #22beef;
        background-color: #e0f6fd;
        border-color: #b1e8f9;
    }

    .notification.notification-green {
        color: #a2d200;
        background-color: #fbffeb;
        border-color: #efffb8;
    }

    .notification.notification-orange {
        color: #ffc100;
        background-color: #fff3cc;
        border-color: #ffe699;
    }

    .notification.notification-amethyst {
        color: #cd97eb;
        background-color: #f6edfb;
        border-color: #e2c2f3;
    }

    .notification.notification-greensea {
        color: #16a085;
        background-color: #d5f9f2;
        border-color: #92f0de;
    }

    .notification.notification-hotpink {
        color: #FF0066;
        background-color: #ffcce0;
        border-color: #ff99c2;
    }

    .notification.notification-drank {
        color: #A40778;
        background-color: #fdc7ee;
        border-color: #fb96de;
    }

    .notification.notification-dutch {
        color: #1693A5;
        background-color: #c3f0f7;
        border-color: #96e6f1;
    }

    .notification.notification-blue {
        color: #418bca;
        background-color: #e1ecf6;
        border-color: #b9d4eb;
    }

    .notification.notification-slategray {
        color: #3f4e62;
        background-color: #c6cfda;
        border-color: #a7b4c6;
    }

    .notification.notification-redbrown {
        color: #d9544f;
        background-color: #f4cecd;
        border-color: #eba6a3;
    }


/************* PANELS *************/

.panel {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #717171;
}

    .panel .panel-heading {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .panel.panel-example .label, .panel.panel-example .badge {
        display: inline-block;
    }

    .panel.panel-example .panel-body {
        padding: 0;
        border: 0;
    }

        .panel.panel-example .panel-body pre {
            margin: 0;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .panel.panel-default .panel-heading {
        background-color: #f2f2f2;
    }

    .panel.panel-transparent-black {
        background-color: transparent;
    }

        .panel.panel-transparent-black .panel-heading {
            background-color: rgba(0, 0, 0, 0.2);
            color: white;
        }

        .panel.panel-transparent-black .panel-body {
            color: white;
            background-color: rgba(0, 0, 0, 0);
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .panel.panel-transparent-white {
        background-color: transparent;
    }

        .panel.panel-transparent-white .panel-heading {
            background-color: rgba(255, 255, 255, 0.3);
            color: white;
        }

        .panel.panel-transparent-white .panel-body {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .panel.panel-red {
        border-color: #ff3129;
    }

        .panel.panel-red .panel-heading {
            background-color: #ff4a43;
            border-color: #ff3129;
            color: white;
        }

    .panel.panel-cyan {
        border-color: #11b4e7;
    }

        .panel.panel-cyan .panel-heading {
            background-color: #22beef;
            border-color: #11b4e7;
            color: white;
        }

    .panel.panel-green {
        border-color: #8eb800;
    }

        .panel.panel-green .panel-heading {
            background-color: #a2d200;
            border-color: #8eb800;
            color: white;
        }

    .panel.panel-orange {
        border-color: #e6ae00;
    }

        .panel.panel-orange .panel-heading {
            background-color: #ffc100;
            border-color: #e6ae00;
            color: white;
        }

    .panel.panel-amethyst {
        border-color: #c382e7;
    }

        .panel.panel-amethyst .panel-heading {
            background-color: #cd97eb;
            border-color: #c382e7;
            color: white;
        }

    .panel.panel-greensea {
        border-color: #16a085;
    }

        .panel.panel-greensea .panel-heading {
            background-color: rgba(60,230,168,0.9);
            border-color: #3ce6a8;
            color: black;
        }

    .panel.panel-dutch {
        border-color: #1693A5;
    }

        .panel.panel-dutch .panel-heading {
            background-color: #1693A5;
            border-color: #1693A5;
            color: white;
        }

    .panel.panel-hotpink {
        border-color: #FF0066;
    }

        .panel.panel-hotpink .panel-heading {
            background-color: #FF0066;
            border-color: #FF0066;
            color: white;
        }

    .panel.panel-drank {
        border-color: #A40778;
    }

        .panel.panel-drank .panel-heading {
            background-color: #A40778;
            border-color: #A40778;
            color: white;
        }

    .panel.panel-blue {
        border-color: #418bca;
    }

        .panel.panel-blue .panel-heading {
            background-color: #418bca;
            border-color: #418bca;
            color: white;
        }

    .panel.panel-slategray {
        border-color: #3f4e62;
    }

        .panel.panel-slategray .panel-heading {
            background-color: #3f4e62;
            border-color: #3f4e62;
            color: white;
        }

    .panel.panel-redbrown {
        border-color: #d9544f;
    }

        .panel.panel-redbrown .panel-heading {
            background-color: #d9544f;
            border-color: #d9544f;
            color: white;
        }


/************* LIST GROUP *************/

.list-group {
    color: #717171;
}

/************* TYPEAHEAD.JS *************/

.twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px;
}

.twitter-typeahead .hint-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    width: 100%;
    color: #717171;
}

.tt-hint {
    width: 100%;
}

/************* PAGINATION *************/

.pagination {
    vertical-align: bottom;
}

    .pagination.pagination-xs > li:first-child > a, .pagination.pagination-xs > li:first-child > span {
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        -ms-border-radius: 2px 0 0 2px;
        -o-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }

    .pagination.pagination-xs > li:last-child > a, .pagination.pagination-xs > li:last-child > span {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        -ms-border-radius: 0 2px 2px 0;
        -o-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

    .pagination.pagination-xs > li > a, .pagination.pagination-xs > li > span {
        font-size: 9px;
        font-weight: 900;
        padding: 3px 6px;
    }

    .pagination.aligned-right {
        display: block;
        text-align: right;
        margin: 0;
    }

.pagination-custom > li:first-child > a, .pagination-custom > li:first-child > span, .dataTables_paginate.paging_custombootstrap .pagination > li:first-child > a, .dataTables_paginate.paging_custombootstrap .pagination > li:first-child > span {
    -webkit-border-radius: 20px 2px 2px 20px;
    -moz-border-radius: 20px 2px 2px 20px;
    -ms-border-radius: 20px 2px 2px 20px;
    -o-border-radius: 20px 2px 2px 20px;
    border-radius: 20px 2px 2px 20px;
}

.pagination-custom > li:last-child > a, .pagination-custom > li:last-child > span, .dataTables_paginate.paging_custombootstrap .pagination > li:last-child > a, .dataTables_paginate.paging_custombootstrap .pagination > li:last-child > span {
    -webkit-border-radius: 2px 20px 20px 2px;
    -moz-border-radius: 2px 20px 20px 2px;
    -ms-border-radius: 2px 20px 20px 2px;
    -o-border-radius: 2px 20px 20px 2px;
    border-radius: 2px 20px 20px 2px;
}

.pagination-custom > li:first-child i, .pagination-custom > li:last-child i, .dataTables_paginate.paging_custombootstrap .pagination > li:first-child i, .dataTables_paginate.paging_custombootstrap .pagination > li:last-child i {
    font-size: 14px;
}

.pagination-custom > li > a, .pagination-custom > li > span, .dataTables_paginate.paging_custombootstrap .pagination > li > a, .dataTables_paginate.paging_custombootstrap .pagination > li > span {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .pagination-custom > li > a:hover, .pagination-custom > li > span:hover, .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover, .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover {
        color: #717171;
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

.pagination-custom > .active > a, .pagination-custom > .active > span, .pagination-custom > .active > a:hover, .pagination-custom > .active > span:hover, .pagination-custom > .active > a:focus, .pagination-custom > .active > span:focus, .dataTables_paginate.paging_custombootstrap .pagination > .active > a, .dataTables_paginate.paging_custombootstrap .pagination > .active > span, .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover, .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover, .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus, .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus {
    color: #717171;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.pagination-custom > .disabled > a, .pagination-custom > .disabled > span, .pagination-custom > .disabled > a:hover, .pagination-custom > .disabled > span:hover, .pagination-custom > .disabled > a:focus, .pagination-custom > .disabled > span:focus, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus, .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus {
    color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pagination-custom.pagination-lg > li > a, .pagination-custom.pagination-lg > li > span, .dataTables_paginate.paging_custombootstrap .pagination.pagination-lg > li > a, .dataTables_paginate.paging_custombootstrap .pagination.pagination-lg > li > span {
    font-size: 14px;
}

.pagination-custom.pagination-sm > li > a, .pagination-custom.pagination-sm > li > span, .dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li > a, .dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li > span {
    font-size: 11px;
}

.pagination-custom.pagination-sm > li:first-child i, .pagination-custom.pagination-sm > li:last-child i, .dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li:first-child i, .dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li:last-child i {
    font-size: 11px;
}

.pagination-custom.pagination-xs > li > a, .pagination-custom.pagination-xs > li > span, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li > a, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li > span {
    font-size: 10px;
}

.pagination-custom.pagination-xs > li:first-child i, .pagination-custom.pagination-xs > li:last-child i, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child i, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child i {
    font-size: 10px;
}

.pagination-custom.pagination-xs > li:first-child > a, .pagination-custom.pagination-xs > li:first-child > span, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child > a, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child > span {
    -webkit-border-radius: 20px 2px 2px 20px;
    -moz-border-radius: 20px 2px 2px 20px;
    -ms-border-radius: 20px 2px 2px 20px;
    -o-border-radius: 20px 2px 2px 20px;
    border-radius: 20px 2px 2px 20px;
}

.pagination-custom.pagination-xs > li:last-child > a, .pagination-custom.pagination-xs > li:last-child > span, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child > a, .dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child > span {
    -webkit-border-radius: 2px 20px 20px 2px;
    -moz-border-radius: 2px 20px 20px 2px;
    -ms-border-radius: 2px 20px 20px 2px;
    -o-border-radius: 2px 20px 20px 2px;
    border-radius: 2px 20px 20px 2px;
}


/************* PAGER *************/

.pager > li {
    margin: 0 2px;
}

.pager.pager-custom > li:first-child > a {
    -webkit-border-radius: 20px 2px 2px 20px;
    -moz-border-radius: 20px 2px 2px 20px;
    -ms-border-radius: 20px 2px 2px 20px;
    -o-border-radius: 20px 2px 2px 20px;
    border-radius: 20px 2px 2px 20px;
}

    .pager.pager-custom > li:first-child > a > i {
        margin-right: 5px;
    }

.pager.pager-custom > li:last-child > a {
    -webkit-border-radius: 2px 20px 20px 2px;
    -moz-border-radius: 2px 20px 20px 2px;
    -ms-border-radius: 2px 20px 20px 2px;
    -o-border-radius: 2px 20px 20px 2px;
    border-radius: 2px 20px 20px 2px;
}

    .pager.pager-custom > li:last-child > a > i {
        margin-left: 5px;
    }

.pager.pager-custom > li > a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
}

    .pager.pager-custom > li > a > i {
        font-size: 14px;
        position: relative;
        top: 1px;
    }

    .pager.pager-custom > li > a:hover {
        color: white;
        border: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

.pager.pager-custom > .disabled > a, .pager.pager-custom > .disabled > span, .pager.pager-custom > .disabled > a:hover, .pager.pager-custom > .disabled > span:hover, .pager.pager-custom > .disabled > a:focus, .pager.pager-custom > .disabled > span:focus {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
}

.pager.pager-full {
    margin: 0;
}

    .pager.pager-full > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0;
        padding: 15px;
        background-color: transparent;
    }

        .pager.pager-full > li > a:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

    .pager.pager-full > li.disabled > a:hover {
        background-color: transparent;
    }


/************* TABS & PILLS *************/

.nav.nav-tabs, .nav.nav-pills {
    padding: 0;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .nav.nav-tabs.nav-justified > li > a, .nav.nav-pills.nav-justified > li > a {
        border: 1px solid transparent;
    }

        .nav.nav-tabs.nav-justified > li > a:hover, .nav.nav-pills.nav-justified > li > a:hover {
            border: 1px solid transparent;
        }

    .nav.nav-tabs.nav-separated, .nav.nav-pills.nav-separated {
        margin-bottom: 20px;
    }

    .nav.nav-tabs.align-right, .nav.nav-pills.align-right {
        text-align: right;
    }

        .nav.nav-tabs.align-right > li, .nav.nav-pills.align-right > li {
            float: none;
            display: inline-block;
        }

    .nav.nav-tabs.tabdrop li.tabdrop a, .nav.nav-pills.tabdrop li.tabdrop a {
        position: relative;
    }

        .nav.nav-tabs.tabdrop li.tabdrop a i, .nav.nav-pills.tabdrop li.tabdrop a i {
            font-size: 14px;
        }

        .nav.nav-tabs.tabdrop li.tabdrop a .badge, .nav.nav-pills.tabdrop li.tabdrop a .badge {
            position: absolute;
            top: -7px;
            right: -7px;
            background-color: #16a085;
            font-weight: 300;
        }

    .nav.nav-tabs.tabdrop li.tabdrop.open .dropdown-menu, .nav.nav-pills.tabdrop li.tabdrop.open .dropdown-menu {
        left: auto;
    }

    .nav.nav-tabs.tabdrop li.tabdrop.active a .badge, .nav.nav-pills.tabdrop li.tabdrop.active a .badge {
        color: white;
    }

    .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .nav.nav-pills > li.active > a, .nav.nav-pills > li.active > a:hover, .nav.nav-pills > li.active > a:focus {
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        border: 1px solid transparent;
    }

    .nav.nav-tabs > li.success > a, .nav.nav-tabs > li.success > a:hover, .nav.nav-tabs > li.success > a:focus, .nav.nav-pills > li.success > a, .nav.nav-pills > li.success > a:hover, .nav.nav-pills > li.success > a:focus {
        color: #a2d200;
        border: 1px solid transparent;
    }

    .nav.nav-tabs > li.success a, .nav.nav-pills > li.success a {
        padding-left: 35px;
    }

    .nav.nav-tabs > li.success:before, .nav.nav-pills > li.success:before {
        content: "\f05d";
        position: absolute;
        font-family: 'FontAwesome';
        color: #a2d200;
        z-index: 9;
        top: 5px;
        left: 15px;
        font-size: 22px;
    }

    .nav.nav-tabs > li.disabled > a, .nav.nav-tabs > li.disabled > a:hover, .nav.nav-tabs > li.disabled > a:focus, .nav.nav-pills > li.disabled > a, .nav.nav-pills > li.disabled > a:hover, .nav.nav-pills > li.disabled > a:focus {
        color: rgba(255, 255, 255, 0.15);
    }

    .nav.nav-tabs > .open > a, .nav.nav-pills > .open > a {
        color: rgba(255, 255, 255, 0.8);
        background-color: transparent;
        border: 1px solid transparent;
    }

    .nav.nav-tabs > .open .dropdown-menu, .nav.nav-pills > .open .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav.nav-tabs > li > a, .nav.nav-pills > li > a {
        font-weight: 700;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4);
        margin-right: 0;
        margin-left: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

        .nav.nav-tabs > li > a:hover, .nav.nav-pills > li > a:hover {
            color: rgba(255, 255, 255, 0.8);
            background-color: transparent;
            border: 1px solid transparent;
        }

        .nav.nav-tabs > li > a i, .nav.nav-pills > li > a i {
            font-size: 14px;
        }

    .nav.nav-tabs > li.tab-title .search-result, .nav.nav-pills > li.tab-title .search-result {
        padding: 5px 15px;
        margin: 0;
        color: rgba(255, 255, 255, 0.5);
        font-size: 18px;
        line-height: 30px;
    }

        .nav.nav-tabs > li.tab-title .search-result .search-string, .nav.nav-pills > li.tab-title .search-result .search-string {
            color: white;
            font-weight: 700;
        }

    .nav.nav-tabs.tabs-bottom, .nav.nav-pills.tabs-bottom {
        padding: 0 0 1px 0;
    }

        .nav.nav-tabs.tabs-bottom > li > a, .nav.nav-pills.tabs-bottom > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .nav.nav-tabs.tabs-left > li, .nav.nav-pills.tabs-left > li {
        display: block;
        float: none;
    }

        .nav.nav-tabs.tabs-left > li > a, .nav.nav-pills.tabs-left > li > a {
            white-space: nowrap;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

    .nav.nav-tabs.tabs-right > li, .nav.nav-pills.tabs-right > li {
        display: block;
        float: none;
    }

        .nav.nav-tabs.tabs-right > li > a, .nav.nav-pills.tabs-right > li > a {
            white-space: nowrap;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .nav.nav-pills > li.active > a, .nav.nav-pills > li.active > a:hover, .nav.nav-pills > li.active > a:focus {
        border: 0;
    }

    .nav.nav-pills > li > a:hover {
        border: 0;
    }

    .nav.nav-pills > .open > a {
        border: 0;
    }

    .nav.nav-pills.nav-justified > li > a {
        border: 1px solid transparent;
    }

        .nav.nav-pills.nav-justified > li > a:hover {
            border: 1px solid transparent;
        }

.tab-content > ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

    .tab-content > ul > li {
        padding: 5px 15px;
        cursor: pointer;
    }

        .tab-content > ul > li:hover {
            background-color: #fafafa;
        }


/************* WELLS *************/

.well {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #717171;
}

    .well.well-transparent-black {
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
    }

    .well.well-transparent-white {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .well.well-white {
        background-color: white;
    }

    .well.well-cyan {
        background-color: #e0f6fd;
        color: #22beef;
    }

    .well.well-red {
        background-color: #ffdddc;
        color: #ff4a43;
    }

    .well.well-green {
        background-color: #fbffeb;
        color: #a2d200;
    }

    .well.well-orange {
        background-color: #fff3cc;
        color: #ffc100;
    }

    .well.well-amethyst {
        background-color: #f6edfb;
        color: #cd97eb;
    }

    .well.well-greensea {
        background-color: #d5f9f2;
        color: #16a085;
    }

    .well.well-dutch {
        background-color: #c3f0f7;
        color: #1693A5;
    }

    .well.well-hotpink {
        background-color: #ffcce0;
        color: #FF0066;
    }

    .well.well-drank {
        background-color: #fdc7ee;
        color: #A40778;
    }

    .well.well-blue {
        background-color: #e1ecf6;
        color: #418bca;
    }

    .well.well-slategray {
        background-color: #c6cfda;
        color: #3f4e62;
    }

    .well.well-redbrown {
        background-color: #f4cecd;
        color: #d9544f;
    }


/************* CHARTS *************/

.pie-chart.inline {
    display: inline-block;
    margin: 15px 30px;
    position: relative;
}

    .pie-chart.inline > div {
        position: absolute;
        width: 100%;
    }

        .pie-chart.inline > div i {
            line-height: 140px;
        }

.legend table .legendColorBox > div {
    margin-right: 5px;
    margin-bottom: 3px;
}

.legend table .legendLabel {
    font-size: 11px;
    font-family: "Roboto Slab", serif;
}

/* rickshaw */
.rickshaw_graph .detail .x_label {
    background-color: white;
    opacity: 1;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #717171;
}

.rickshaw_graph .detail .item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.custom-labels {
    margin-top: 15px;
    text-align: center;
}

    .custom-labels > ul > li {
        display: inline-block;
        margin: 5px 5px 0 0;
    }

/* easy pie chart */
.easypiechart {
    position: relative;
    text-align: center;
}

    .easypiechart.inline {
        display: inline-block;
        margin: 15px 30px;
    }

    .easypiechart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .easypiechart .percentage, .easypiechart .label {
        text-align: center;
        font-weight: 100;
        font-size: 14px;
        margin-bottom: 0.3em;
        color: #717171;
    }

    .easypiechart .label {
        display: block;
    }

#serverload-chart {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

/* morris */
.morris-chart text {
    fill: white;
    font-family: "Roboto Slab", serif !important;
}

.morris-chart svg {
    width: 100% !important;
}


/************* TABLES *************/

.table {
    margin-bottom: 0;
}

    .table td .checkbox, .table th .checkbox {
        padding: 0;
        margin: 0;
        min-height: 10px;
    }

        .table td .checkbox label:before, .table th .checkbox label:before {
            top: -13px;
            width: 15px;
            height: 15px;
            left: 8px;
        }

        .table td .checkbox label:after, .table th .checkbox label:after {
            top: -17px;
            width: 15px;
            height: 15px;
            left: 10px;
            font-size: 12px;
        }

    .table td.actions a, .table th.actions a {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #717171;
        text-transform: uppercase;
        padding: 5px 10px;
        margin-right: 10px;
    }

        .table td.actions a:hover, .table th.actions a:hover {
            text-decoration: none;
        }

        .table td.actions a.delete:hover, .table th.actions a.delete:hover {
            color: #ff4a43;
        }

        .table td.actions a.edit:hover, .table th.actions a.edit:hover {
            color: #22beef;
        }

        .table td.actions a.save:hover, .table th.actions a.save:hover {
            color: #a2d200;
        }

    .table td.control, .table th.control {
        cursor: pointer;
    }

        .table td.control a, .table th.control a {
            font-size: 14px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.2);
        }

        .table td.control:hover a, .table th.control:hover a {
            color: rgba(0, 0, 0, 0.6);
        }

    .table.table-sortable > thead {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .table.table-sortable > thead > tr > th, .table.table-sortable > thead > tr > td {
            position: relative;
        }

            .table.table-sortable > thead > tr > th.sortable, .table.table-sortable > thead > tr > td.sortable {
                cursor: pointer;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .table.table-sortable > thead > tr > th.sortable:hover, .table.table-sortable > thead > tr > td.sortable:hover {
                    background-color: rgba(0, 0, 0, 0.1);
                }

                .table.table-sortable > thead > tr > th.sortable:before, .table.table-sortable > thead > tr > td.sortable:before {
                    content: "\f0dc";
                    font-family: "FontAwesome";
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 14px;
                    float: right;
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-asc:before, .table.table-sortable > thead > tr > td.sortable.sort-asc:before {
                    content: "\f0dd";
                    margin-top: 0;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-desc:before, .table.table-sortable > thead > tr > td.sortable.sort-desc:before {
                    content: "\f0de";
                    margin-top: 5px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-asc:before, .table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-asc:before {
                    content: "\f162";
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-desc:before, .table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-desc:before {
                    content: "\f163";
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-asc:before, .table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-asc:before {
                    content: "\f15d";
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-desc:before, .table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-desc:before {
                    content: "\f15e";
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-amount.sort-asc:before, .table.table-sortable > thead > tr > td.sortable.sort-amount.sort-asc:before {
                    content: "\f160";
                    margin-top: 3px;
                }

                .table.table-sortable > thead > tr > th.sortable.sort-amount.sort-desc:before, .table.table-sortable > thead > tr > td.sortable.sort-amount.sort-desc:before {
                    content: "\f161";
                    margin-top: 3px;
                }

            .table.table-sortable > thead > tr > th.sort-asc, .table.table-sortable > thead > tr > th.sort-desc, .table.table-sortable > thead > tr > th.sort-asc:hover, .table.table-sortable > thead > tr > th.sort-desc:hover, .table.table-sortable > thead > tr > td.sort-asc, .table.table-sortable > thead > tr > td.sort-desc, .table.table-sortable > thead > tr > td.sort-asc:hover, .table.table-sortable > thead > tr > td.sort-desc:hover {
                background-color: rgba(0, 0, 0, 0.1);
            }

    .table.table-custom > thead > tr > th, .table.table-custom > thead > tr > td {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 0;
        color: rgba(113, 113, 113, 0.7);
        position: relative;
        padding-left: 0;
        padding-bottom: 0;
        min-width: 35px;
        line-height: 26px;
        -webkit-font-smoothing: antialiased;
    }

        .table.table-custom > thead > tr > th:last-child, .table.table-custom > thead > tr > td:last-child {
            padding-right: 0;
        }

        .table.table-custom > thead > tr > th:after, .table.table-custom > thead > tr > td:after {
            content: "";
            display: block;
            height: 4px;
            width: 100%;
            background-color: rgba(113, 113, 113, 0.3);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .table.table-custom > thead > tr > th.sortable:hover, .table.table-custom > thead > tr > th.sorting:hover, .table.table-custom > thead > tr > td.sortable:hover, .table.table-custom > thead > tr > td.sorting:hover {
            color: #717171;
            background-color: transparent;
        }

            .table.table-custom > thead > tr > th.sortable:hover:after, .table.table-custom > thead > tr > th.sorting:hover:after, .table.table-custom > thead > tr > td.sortable:hover:after, .table.table-custom > thead > tr > td.sorting:hover:after {
                background-color: rgba(113, 113, 113, 0.75);
            }

        .table.table-custom > thead > tr > th.sortable:before, .table.table-custom > thead > tr > th.sorting:before, .table.table-custom > thead > tr > td.sortable:before, .table.table-custom > thead > tr > td.sorting:before {
            font-size: 11px;
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-asc:before, .table.table-custom > thead > tr > th.sorting.sort-asc:before, .table.table-custom > thead > tr > td.sortable.sort-asc:before, .table.table-custom > thead > tr > td.sorting.sort-asc:before {
            margin-top: 6px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-desc:before, .table.table-custom > thead > tr > th.sorting.sort-desc:before, .table.table-custom > thead > tr > td.sortable.sort-desc:before, .table.table-custom > thead > tr > td.sorting.sort-desc:before {
            margin-top: 10px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-numeric.sort-asc:before, .table.table-custom > thead > tr > th.sorting.sort-numeric.sort-asc:before, .table.table-custom > thead > tr > td.sortable.sort-numeric.sort-asc:before, .table.table-custom > thead > tr > td.sorting.sort-numeric.sort-asc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-numeric.sort-desc:before, .table.table-custom > thead > tr > th.sorting.sort-numeric.sort-desc:before, .table.table-custom > thead > tr > td.sortable.sort-numeric.sort-desc:before, .table.table-custom > thead > tr > td.sorting.sort-numeric.sort-desc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-alpha.sort-asc:before, .table.table-custom > thead > tr > th.sorting.sort-alpha.sort-asc:before, .table.table-custom > thead > tr > td.sortable.sort-alpha.sort-asc:before, .table.table-custom > thead > tr > td.sorting.sort-alpha.sort-asc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-alpha.sort-desc:before, .table.table-custom > thead > tr > th.sorting.sort-alpha.sort-desc:before, .table.table-custom > thead > tr > td.sortable.sort-alpha.sort-desc:before, .table.table-custom > thead > tr > td.sorting.sort-alpha.sort-desc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-amount.sort-asc:before, .table.table-custom > thead > tr > th.sorting.sort-amount.sort-asc:before, .table.table-custom > thead > tr > td.sortable.sort-amount.sort-asc:before, .table.table-custom > thead > tr > td.sorting.sort-amount.sort-asc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sortable.sort-amount.sort-desc:before, .table.table-custom > thead > tr > th.sorting.sort-amount.sort-desc:before, .table.table-custom > thead > tr > td.sortable.sort-amount.sort-desc:before, .table.table-custom > thead > tr > td.sorting.sort-amount.sort-desc:before {
            margin-top: 9px;
        }

        .table.table-custom > thead > tr > th.sort-asc, .table.table-custom > thead > tr > th.sort-desc, .table.table-custom > thead > tr > th.sort-asc:hover, .table.table-custom > thead > tr > th.sort-desc:hover, .table.table-custom > thead > tr > th.sorting_asc, .table.table-custom > thead > tr > th.sorting_desc, .table.table-custom > thead > tr > th.sorting_asc:hover, .table.table-custom > thead > tr > th.sorting_desc:hover, .table.table-custom > thead > tr > td.sort-asc, .table.table-custom > thead > tr > td.sort-desc, .table.table-custom > thead > tr > td.sort-asc:hover, .table.table-custom > thead > tr > td.sort-desc:hover, .table.table-custom > thead > tr > td.sorting_asc, .table.table-custom > thead > tr > td.sorting_desc, .table.table-custom > thead > tr > td.sorting_asc:hover, .table.table-custom > thead > tr > td.sorting_desc:hover {
            color: #717171;
            background-color: transparent;
        }

            .table.table-custom > thead > tr > th.sort-asc:after, .table.table-custom > thead > tr > th.sort-desc:after, .table.table-custom > thead > tr > th.sort-asc:hover:after, .table.table-custom > thead > tr > th.sort-desc:hover:after, .table.table-custom > thead > tr > th.sorting_asc:after, .table.table-custom > thead > tr > th.sorting_desc:after, .table.table-custom > thead > tr > th.sorting_asc:hover:after, .table.table-custom > thead > tr > th.sorting_desc:hover:after, .table.table-custom > thead > tr > td.sort-asc:after, .table.table-custom > thead > tr > td.sort-desc:after, .table.table-custom > thead > tr > td.sort-asc:hover:after, .table.table-custom > thead > tr > td.sort-desc:hover:after, .table.table-custom > thead > tr > td.sorting_asc:after, .table.table-custom > thead > tr > td.sorting_desc:after, .table.table-custom > thead > tr > td.sorting_asc:hover:after, .table.table-custom > thead > tr > td.sorting_desc:hover:after {
                background-color: #717171;
            }

    .table.table-custom > tbody > tr > th, .table.table-custom > tbody > tr > td {
        font-size: 12px;
        padding-left: 0;
        line-height: 18px;
        -webkit-font-smoothing: antialiased;
    }

        .table.table-custom > tbody > tr > th.priority, .table.table-custom > tbody > tr > td.priority {
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 700;
            line-height: 20px;
        }

        .table.table-custom > tbody > tr > th:last-child, .table.table-custom > tbody > tr > td:last-child {
            padding-right: 0;
        }

        .table.table-custom > tbody > tr > th.progress-cell, .table.table-custom > tbody > tr > td.progress-cell {
            width: 230px;
            min-width: 130px;
        }

            .table.table-custom > tbody > tr > th.progress-cell .progress-info .percent, .table.table-custom > tbody > tr > td.progress-cell .progress-info .percent {
                font-size: 11px;
                font-family: "Roboto Condensed", sans-serif;
                font-weight: 400;
            }

            .table.table-custom > tbody > tr > th.progress-cell .progress, .table.table-custom > tbody > tr > td.progress-cell .progress {
                margin: 0;
                margin-top: 7px;
            }

    .table.table-custom > tbody > tr:first-child > th, .table.table-custom > tbody > tr:first-child > td {
        border-top: 0;
    }

.table-options select + .chosen-container.chosen-container-single .chosen-single {
    padding: 1px 11px !important;
    font-size: 11px;
    min-height: 25px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

    .table-options select + .chosen-container.chosen-container-single .chosen-single span {
        line-height: 24px;
    }

    .table-options select + .chosen-container.chosen-container-single .chosen-single div {
        top: 1px;
    }

.table-options select + .chosen-container .chosen-results {
    font-size: 11px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.table-options .input-group-btn .btn {
    font-size: 11px;
    min-height: 25px;
    padding: 0 10px;
}

.table-options.btn-group-xs .btn {
    font-size: 11px;
    min-height: 25px;
}

.table-options.paging-info {
    color: #717171;
    line-height: 26px;
}


/************* CHECK TOGGLER *************/

.check-toggler:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #ff4a43;
}

.check-toggler.checked:before {
    content: "\f00c";
    color: #a2d200;
}

.check-toggler:hover {
    text-decoration: none;
}


/************* COLORPALETTE *************/

.bootstrap-colorpalette .btn-color {
    border: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .bootstrap-colorpalette .btn-color:focus {
        outline: 0;
    }

    .bootstrap-colorpalette .btn-color:hover {
        border: 0;
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    }


/************* CAROUSEL *************/

.carousel-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .carousel-control .fa {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

        .carousel-control .fa.left-side {
            left: 35%;
        }

.carousel-inner > .item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.carousel-indicators {
    top: 10px;
    right: 20px;
    left: auto;
    bottom: auto;
    text-align: right;
}

.carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .carousel-caption h3 {
        margin-top: 10px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

/*************************************/
/************* ACCORDION *************/
/*************************************/
.panel-group .panel {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .panel-group .panel .panel-heading {
        position: relative;
    }

        .panel-group .panel .panel-heading .panel-title {
            font-size: 14px;
            margin-left: 30px;
        }

        .panel-group .panel .panel-heading + .panel-collapse .panel-body {
            border-top: 0;
        }

        .panel-group .panel .panel-heading:before {
            content: "\f0da";
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            padding: 10px 15px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.05);
        }

    .panel-group .panel.active .panel-heading:before {
        content: "\f0d7";
        padding: 10px 14px 10px 13px;
    }

    .panel-group .panel .panel-body {
        font-size: 14px;
        color: white;
        line-height: 20px;
    }


/************* PORTLETS *************/

.sortable.ui-sortable {
    min-height: 100px;
    padding-bottom: 100px;
}

    .sortable.ui-sortable .tile {
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
    }

        .sortable.ui-sortable .tile .tile-header {
            cursor: pointer;
            -webkit-border-radius: 4px 4px 0 0 !important;
            -moz-border-radius: 4px 4px 0 0 !important;
            -ms-border-radius: 4px 4px 0 0 !important;
            -o-border-radius: 4px 4px 0 0 !important;
            border-radius: 4px 4px 0 0 !important;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            transition: all 0.15s linear;
        }

            .sortable.ui-sortable .tile .tile-header:hover {
                background-color: rgba(0, 0, 0, 0.05) !important;
            }

        .sortable.ui-sortable .tile.drag-active {
            -webkit-transform: scale(0.9, 0.9);
            -moz-transform: scale(0.9, 0.9);
            -ms-transform: scale(0.9, 0.9);
            -o-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
        }

            .sortable.ui-sortable .tile.drag-active.ui-sortable-helper {
                -webkit-transform: scale(1.05, 1.05);
                -moz-transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05, 1.05);
                -o-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05);
            }

    .sortable.ui-sortable .tile-placeholder {
        border: 1px dotted rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        height: 100px;
    }


/************* MISC *************/

#ascrail2000, #ascrail2000-hr {
    left: 0 !important;
}

.blockUI.blockOverlay {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.jumbotron {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.bottommargin {
    margin-bottom: 10px;
}

.big-medium {
    font-size: 36px;
    font-weight: 500;
}

.medium-light {
    font-size: 22px;
    font-weight: 300;
}

.medium-thin {
    font-size: 22px;
    font-weight: 100;
}

.nomargin {
    margin: 0 !important;
}

.w100p {
    width: 100% !important;
}

.w35 {
    width: 35px !important;
}

.w80 {
    width: 80px !important;
}

.font-slab {
    font-family: "Roboto Slab", serif;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-15 {
    margin: 15px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.inline-block {
    display: inline-block;
}

.checkbox.inline {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 0;
    min-height: 0;
    position: relative;
    left: 5px;
    top: -17px;
}

.rounded-corners {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .rounded-corners .jvectormap-container {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
    }

.rounded-top-corners {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -o-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

    .rounded-top-corners .jvectormap-container {
        -webkit-border-radius: 4px 4px 0 0 !important;
        -moz-border-radius: 4px 4px 0 0 !important;
        -ms-border-radius: 4px 4px 0 0 !important;
        -o-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
    }

.rounded-bottom-corners {
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    -ms-border-radius: 0 0 4px 4px !important;
    -o-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important;
}

    .rounded-bottom-corners .jvectormap-container {
        -webkit-border-radius: 0 0 4px 4px !important;
        -moz-border-radius: 0 0 4px 4px !important;
        -ms-border-radius: 0 0 4px 4px !important;
        -o-border-radius: 0 0 4px 4px !important;
        border-radius: 0 0 4px 4px !important;
    }

.rounded-left-corners {
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -ms-border-radius: 4px 0 0 4px !important;
    -o-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.rounded-right-corners {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
    -o-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.rounded-top-left-corner {
    -webkit-border-radius: 4px 0 0 0 !important;
    -moz-border-radius: 4px 0 0 0 !important;
    -ms-border-radius: 4px 0 0 0 !important;
    -o-border-radius: 4px 0 0 0 !important;
    border-radius: 4px 0 0 0 !important;
}

.rounded-top-right-corner {
    -webkit-border-radius: 0 4px 0 0 !important;
    -moz-border-radius: 0 4px 0 0 !important;
    -ms-border-radius: 0 4px 0 0 !important;
    -o-border-radius: 0 4px 0 0 !important;
    border-radius: 0 4px 0 0 !important;
}

.rounded-bottom-left-corner {
    -webkit-border-radius: 0 0 0 4px !important;
    -moz-border-radius: 0 0 0 4px !important;
    -ms-border-radius: 0 0 0 4px !important;
    -o-border-radius: 0 0 0 4px !important;
    border-radius: 0 0 0 4px !important;
}

.rounded-bottom-right-corner {
    -webkit-border-radius: 0 0 4px 0 !important;
    -moz-border-radius: 0 0 4px 0 !important;
    -ms-border-radius: 0 0 4px 0 !important;
    -o-border-radius: 0 0 4px 0 !important;
    border-radius: 0 0 4px 0 !important;
}

.as-table {
    display: table;
    width: 100%;
}

    .as-table .tile {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

.mobile-device .navbar:not(.collapsed) .navbar-header {
    width: 100%;
}

.mobile-device .navbar:not(.collapsed) .navbar-collapse .nav.refresh {
    display: none;
}

.mobile-device .navbar:not(.collapsed) .navbar-nav.side-nav {
    width: 100%;
}

.mobile-device .navbar-nav.side-nav.collapsed {
    width: 40px;
}

    .mobile-device .navbar-nav.side-nav.collapsed.open {
        width: 100%;
    }

/************* Minimal **************/

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    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, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@charset "UTF-8";

/* Animate.css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    webkit-animation-play-state: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/* Animate.css */

/* dropdown multi level */
.dropdown-menu .dropdown-menu {
    position: static;
    float: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}
/* dropdown multi level */

/* bootstrap-checkbox */
.bootstrap-checkbox {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #c2c6cb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear 0s;
}

.check-circle .bootstrap-checkbox {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.bootstrap-checkbox.checked {
    border: 1px solid #999999;
}

.check-default, .check-success, .check-primary, .check-info, .check-warning, .check-danger {
    display: inline-block;
}

    .check-default label, .check-success label, .check-primary label, .check-info label, .check-warning label, .check-danger label {
        display: inline-block;
        position: relative;
        top: -4px;
        margin-left: 5px;
        font-size: 12px;
    }

    .check-success .bootstrap-checkbox.checked {
        background-color: #0090D9;
        border: 1px solid #0090D9;
    }

    .check-primary .bootstrap-checkbox.checked {
        background-color: #0AA699;
        border: 1px solid #0AA699;
    }

    .check-info .bootstrap-checkbox.checked {
        background-color: #1F3853;
        border: 1px solid #1F3853;
    }

    .check-warning .bootstrap-checkbox.checked {
        background-color: #FDD01C;
        border: 1px solid #FDD01C;
    }

    .check-danger .bootstrap-checkbox.checked {
        background-color: #F35958;
        border: 1px solid #F35958;
    }

    .check-success .bootstrap-checkbox i, .check-primary .bootstrap-checkbox i, .check-info .bootstrap-checkbox i, .check-warning .bootstrap-checkbox i, .check-danger .bootstrap-checkbox i {
        color: #fff;
    }

.bootstrap-checkbox i {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 11px
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    padding: 7px;
}

.radio input[type=radio] {
    display: none;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}

.radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 1px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}

.radio input[type=radio][disabled] + label {
    opacity: 0.65;
}

.checkbox input[type=radio][disabled] + label:after {
    background-color: #eceff3;
}

.radio.radio-success label:after {
    background-color: #0090D9;
    border: 1px solid #0090D9;
}

.radio.radio-primary label:after {
    background-color: #0AA699;
    border: 1px solid #0AA699;
}

.radio.radio-info label:after {
    background-color: #1F3853;
    border: 1px solid #1F3853;
}

.radio.radio-warning label:after {
    background-color: #FDD01C;
    border: 1px solid #FDD01C;
}

.radio.radio-danger label:after {
    background-color: #F35958;
    border: 1px solid #F35958;
}

.radio input[type=radio]:checked + label {
    color: #4d5056;
}

    .radio input[type=radio]:checked + label:after {
        -o-transform: scale(0.63);
        -ms-transform: scale(0.63);
        -moz-transform: scale(0.63);
        -webkit-transform: scale(0.63);
        transform: scale(0.63);
        line-height: 18px;
        -o-transition: -o-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -ms-transition: -ms-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -moz-transition: -moz-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -webkit-transition: -webkit-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -o-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -ms-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -moz-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        -webkit-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
        transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
    }

    .radio input[type=radio]:checked + label:before {
        border: 1px solid #8e9095;
    }

.radio.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #0090D9;
}

.radio.radio-primary input[type=radio]:checked + label:before {
    border: 1px solid #0AA699;
}

.radio.radio-info label input[type=radio]:checked + :before {
    border: 1px solid #1F3853;
}

.radio.radio-warning input[type=radio]:checked + label:before {
    border: 1px solid #FDD01C;
}

.radio.radio-danger input[type=radio]:checked + label:before {
    border: 1px solid #F35958;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

table td .checkbox label {
    padding-left: 0px;
}

table th .checkbox label {
    padding-left: 0px;
}

.star label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

    .star label:before {
        font-family: 'FontAwesome';
        content: "\F005";
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 0px;
        top: -4px;
        font-size: 18px;
        color: #97a3b3;
        transition: border 0.2s linear 0s,color 0.2s linear 0s;
    }

.star label {
    margin-bottom: 10px;
}

.star input[type=checkbox] {
    display: none;
}

    .star input[type=checkbox]:checked + label:before {
        color: #ffd200;
    }

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1.5px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.8px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    margin-bottom: 10px;
}

    .checkbox label:after {
        border-radius: 3px;
    }

.checkbox.checkbox-circle label:after {
    border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
    border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

.checkbox input[type=checkbox]:checked + label {
    color: #4d5056;
}

.checkbox input[type=checkbox][disabled] + label {
    opacity: 0.65;
}

    .checkbox input[type=checkbox][disabled] + label:before {
        background-color: #eceff3;
    }

.checkbox.check-success input[type=checkbox]:checked + label:before {
    background-color: #0090D9;
    border: 1px solid #0090D9;
}

.checkbox.check-success input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color: #0AA699;
    border: 1px solid #0AA699;
}

.checkbox.check-primary input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
    background-color: #1F3853;
    border: 1px solid #1F3853;
}

.checkbox.check-info input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
    background-color: #FDD01C;
    border: 1px solid #FDD01C;
}

.checkbox.check-warning input[type=checkbox]:checked + label::after {
    color: #fff;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
    background-color: #F35958;
    border: 1px solid #F35958;
}

.checkbox.check-danger input[type=checkbox]:checked + label::after {
    color: #fff;
}
/* bootstrap-checkbox */

/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border;
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0;
    top: 0;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0);
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0;
}

.mm-fixed-top {
    top: 0;
}

.mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html.mm-opened,
html.mm-opened body {
    overflow-x: hidden;
    position: relative;
}

    html.mm-opened .mm-page {
        position: relative;
    }

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }

        .mm-menu > .mm-panel.mm-opened {
            left: 0%;
        }

        .mm-menu > .mm-panel.mm-subopened {
            left: -40%;
        }

        .mm-menu > .mm-panel.mm-highest {
            z-index: 1;
        }

        .mm-menu > .mm-panel.mm-hidden {
            display: block;
            visibility: hidden;
        }

    .mm-menu .mm-list {
        padding: 20px 0;
    }

    .mm-menu > .mm-list {
        padding: 20px 0 40px 0;
    }

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

    .mm-panel > .mm-list:first-child {
        padding-top: 0;
    }

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

    .mm-list a,
    .mm-list a:hover {
        text-decoration: none;
    }

    .mm-list > li {
        position: relative;
    }

        .mm-list > li > a,
        .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 20px;
            display: block;
            padding: 10px 10px 10px 20px;
            margin: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
            width: auto;
            margin-left: 20px;
            position: relative;
            left: auto;
        }

    .mm-list a.mm-subopen {
        width: 40px;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .mm-list a.mm-subopen::before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .mm-list a.mm-subopen.mm-fullsubopen {
            width: 100%;
        }

            .mm-list a.mm-subopen.mm-fullsubopen:before {
                border-left: none;
            }

        .mm-list a.mm-subopen + a,
        .mm-list a.mm-subopen + span {
            padding-right: 5px;
            margin-right: 40px;
        }

    .mm-list > li.mm-selected > a.mm-subopen {
        background: transparent;
    }

    .mm-list > li.mm-selected > a.mm-fullsubopen + a,
    .mm-list > li.mm-selected > a.mm-fullsubopen + span {
        padding-right: 45px;
        margin-right: 0;
    }

    .mm-list a.mm-subclose {
        text-indent: 20px;
        padding-top: 30px;
        margin-top: -20px;
    }

    .mm-list > li.mm-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 25px;
        padding-right: 5px;
    }

    .mm-list > li.mm-spacer {
        padding-top: 40px;
    }

        .mm-list > li.mm-spacer.mm-label {
            padding-top: 25px;
        }

    .mm-list a.mm-subopen:after,
    .mm-list a.mm-subclose:before {
        content: '';
        border: 2px solid transparent;
        display: block;
        width: 7px;
        height: 7px;
        margin-bottom: -5px;
        position: absolute;
        bottom: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mm-list a.mm-subopen:after {
        border-top: none;
        border-left: none;
        right: 18px;
    }

    .mm-list a.mm-subclose:before {
        border-right: none;
        border-bottom: none;
        margin-bottom: -15px;
        left: 22px;
    }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
        border-color: transparent;
    }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px;
}

    .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
        right: 16px;
    }

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-ismenu {
    background: #333333;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
}

    .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
        border-color: rgba(255, 255, 255, 0.3);
    }

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 80%;
}

.mm-menu {
    width: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 312.5px) {
    .mm-menu {
        width: 250px;
    }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 250px;
    }
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

    em.mm-counter + a.mm-subopen {
        padding-left: 40px;
    }

        em.mm-counter + a.mm-subopen + a,
        em.mm-counter + a.mm-subopen + span {
            margin-right: 80px;
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0;
    }

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 40px 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

    .mm-header .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .mm-header .mm-prev,
    .mm-header .mm-next {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        display: block;
        width: 40px;
        height: 100%;
        position: absolute;
        bottom: 0;
    }

        .mm-header .mm-prev:before,
        .mm-header .mm-next:before {
            content: '';
            border: 2px solid transparent;
            display: block;
            width: 7px;
            height: 7px;
            margin-bottom: -5px;
            position: absolute;
            bottom: 50%;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-bottom: -15px;
        }

    .mm-header .mm-prev {
        left: 0;
    }

        .mm-header .mm-prev:before {
            border-right: none;
            border-bottom: none;
            left: 22px;
        }

    .mm-header .mm-next {
        right: 0;
    }

        .mm-header .mm-next:before {
            border-top: none;
            border-left: none;
            right: 18px;
        }

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px;
}

    .mm-menu.mm-hassearch .mm-header .mm-prev:before,
    .mm-menu.mm-hassearch .mm-header .mm-mext:before {
        margin-bottom: -10px;
    }

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
    padding-top: 60px;
}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

    .mm-menu .mm-header a:before {
        border-color: rgba(255, 255, 255, 0.3);
    }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
    background: inherit;
}

    .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
        background: inherit !important;
        opacity: 0.97;
        height: 25px;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

        .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
            background: inherit;
            width: 100%;
            position: absolute;
            left: 0;
        }

            .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

        .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
            padding-top: 25px;
        }

.mm-list > li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px;
}

.mm-list > li.mm-collapsed {
    display: none;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-search {
    background: inherit;
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 2;
}

    .mm-search input {
        border: none;
        border-radius: 15px;
        font: inherit;
        font-size: 14px;
        line-height: 30px;
        outline: none;
        display: block;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0 10px;
    }

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

    .mm-menu li.mm-nosubresults > a.mm-subopen + a,
    .mm-menu li.mm-nosubresults > a.mm-subopen + span {
        padding-right: 10px;
    }

.mm-menu li.mm-noresults {
    text-align: center;
    font-size: 21px;
    display: none;
    padding-top: 80px;
}

    .mm-menu li.mm-noresults:after {
        border: none;
    }

.mm-menu.mm-noresults li.mm-noresults {
    display: block;
}

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 60px;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-40%);
    -moz-transform: scale(0.7, 0.7) translateX(-40%);
    -ms-transform: scale(0.7, 0.7) translateX(-40%);
    -o-transform: scale(0.7, 0.7) translateX(-40%);
    transform: scale(0.7, 0.7) translateX(-40%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(40%);
    -moz-transform: scale(0.7, 0.7) translateX(40%);
    -ms-transform: scale(0.7, 0.7) translateX(40%);
    -o-transform: scale(0.7, 0.7) translateX(40%);
    transform: scale(0.7, 0.7) translateX(40%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-40%);
    -moz-transform: scale(0.7, 0.7) translateY(-40%);
    -ms-transform: scale(0.7, 0.7) translateY(-40%);
    -o-transform: scale(0.7, 0.7) translateY(-40%);
    transform: scale(0.7, 0.7) translateY(-40%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(40%);
    -moz-transform: scale(0.7, 0.7) translateY(40%);
    -ms-transform: scale(0.7, 0.7) translateY(40%);
    -o-transform: scale(0.7, 0.7) translateY(40%);
    transform: scale(0.7, 0.7) translateY(40%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-page.mm-opened .mm-page {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-page.mm-opening .mm-page {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

html.mm-zoom-page.mm-right.mm-opened .mm-page {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-page.mm-top.mm-opened .mm-page {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

    html.mm-zoom-panels .mm-panel.mm-opened {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

        html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
            -webkit-transform: scale(0.7, 0.7);
            -moz-transform: scale(0.7, 0.7);
            -ms-transform: scale(0.7, 0.7);
            -o-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
        }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 100%;
}

.mm-menu.mm-fullscreen {
    width: 100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-fullscreen {
        width: 140px;
    }

    html.mm-opening.mm-fullscreen .mm-page,
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opening.mm-fullscreen .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-fullscreen {
        width: 10000px;
    }

    html.mm-opening.mm-fullscreen .mm-page,
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opening.mm-fullscreen .mm-fixed-bottom {
        left: 10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen {
    height: 100%;
}

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 100%;
}

html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 140px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-page,
    html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
        top: 140px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 10000px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-page,
    html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
        top: 10000px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen {
    width: 100%;
}

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 140px;
    }

    html.mm-right.mm-opening.mm-fullscreen .mm-page,
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
        right: 140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 10000px;
    }

    html.mm-right.mm-opening.mm-fullscreen .mm-page,
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
        right: 10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen {
    height: 100%;
}

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 100%;
}

html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 140px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: 140px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 10000px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: 10000px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -10000px;
    }
}

.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
        left: -140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
        left: -10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -10000px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto;
}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
    top: 0;
}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
    width: 100%;
}

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
    top: 0%;
}

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    left: 0;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
    left: auto;
    right: 0%;
}

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    left: auto;
}

.mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0;
}

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
    bottom: 0%;
    top: auto;
}

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    top: auto;
    left: 0;
}

.mm-menu.mm-top {
    height: 80%;
}

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
    top: 80%;
}

html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-top {
        height: 140px;
    }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 140px;
    }

    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-top {
        height: 880px;
    }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 880px;
    }

    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -880px;
    }
}

.mm-menu.mm-right {
    width: 80%;
}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
    right: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-right {
        width: 140px;
    }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 140px;
    }
}

@media all and (min-width: 312.5px) {
    .mm-menu.mm-right {
        width: 250px;
    }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 250px;
    }
}

.mm-menu.mm-bottom {
    height: 80%;
}

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 80%;
}

html.mm-bottom.mm-opening .mm-fixed-top {
    top: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom {
        height: 140px;
    }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 140px;
    }

    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom {
        height: 880px;
    }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 880px;
    }

    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -880px;
    }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform;
}

html.mm-front .mm-page,
html.mm-front #mm-blocker {
    z-index: 0;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    left: 0%;
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    left: 0;
}

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0%;
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    left: auto;
}

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%;
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0;
}

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0%;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    left: -80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -140px;
    }
}

@media all and (min-width: 312.5px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -250px;
    }
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -880px;
    }
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 312.5px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -250px;
    }
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -880px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto;
}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
    top: 0;
}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

    .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
        border-color: rgba(0, 0, 0, 0.3);
    }

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

    .mm-menu.mm-light .mm-header a:before {
        border-color: rgba(0, 0, 0, 0.3);
    }

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3);
}

    .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
        border-color: rgba(0, 0, 0, 0.3);
    }

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08);
}

.mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

    .mm-menu.mm-white .mm-header a:before {
        border-color: rgba(0, 0, 0, 0.3);
    }

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-ismenu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}

    .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
        border-color: rgba(255, 255, 255, 0.3);
    }

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

    .mm-menu.mm-black .mm-header a:before {
        border-color: rgba(255, 255, 255, 0.3);
    }
/*
	jQuery.mmenu CSS
*/

/* rickshaw */
.rickshaw_graph .detail {
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,.1);
    bottom: 0;
    width: 1px;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}

    .rickshaw_graph .detail.inactive {
        opacity: 0;
    }

    .rickshaw_graph .detail .item.active {
        opacity: 1;
    }

    .rickshaw_graph .detail .x_label {
        font-family: Arial,sans-serif;
        border-radius: 3px;
        padding: 6px;
        opacity: .5;
        border: 1px solid #e0e0e0;
        font-size: 12px;
        position: absolute;
        background: #fff;
        white-space: nowrap;
    }

        .rickshaw_graph .detail .x_label.left {
            left: 0;
        }

        .rickshaw_graph .detail .x_label.right {
            right: 0;
        }

    .rickshaw_graph .detail .item {
        position: absolute;
        z-index: 2;
        border-radius: 3px;
        padding: .25em;
        font-size: 12px;
        font-family: Arial,sans-serif;
        opacity: 0;
        background: rgba(0,0,0,.4);
        color: #fff;
        border: 1px solid rgba(0,0,0,.4);
        margin-left: 1em;
        margin-right: 1em;
        margin-top: -1em;
        white-space: nowrap;
    }

        .rickshaw_graph .detail .item.left {
            left: 0;
        }

        .rickshaw_graph .detail .item.right {
            right: 0;
        }

        .rickshaw_graph .detail .item.active {
            opacity: 1;
            background: rgba(0,0,0,.8);
        }

        .rickshaw_graph .detail .item:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            content: "";
            border: 5px solid transparent;
        }

        .rickshaw_graph .detail .item.left:after {
            top: 1em;
            left: -5px;
            margin-top: -5px;
            border-right-color: rgba(0,0,0,.8);
            border-left-width: 0;
        }

        .rickshaw_graph .detail .item.right:after {
            top: 1em;
            right: -5px;
            margin-top: -5px;
            border-left-color: rgba(0,0,0,.8);
            border-right-width: 0;
        }

    .rickshaw_graph .detail .dot {
        width: 4px;
        height: 4px;
        margin-left: -2px;
        margin-top: -2px;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0 0 2px rgba(0,0,0,.6);
        background: #fff;
        border-width: 2px;
        border-style: solid;
        display: none;
        background-clip: padding-box;
    }

        .rickshaw_graph .detail .dot.active {
            display: block;
        }

.rickshaw_graph {
    position: relative;
}

    .rickshaw_graph svg {
        display: block;
        overflow: hidden;
    }

    .rickshaw_graph .x_tick {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        border-left: 1px dotted rgba(0,0,0,.2);
        pointer-events: none;
    }

        .rickshaw_graph .x_tick .title {
            position: absolute;
            font-size: 12px;
            font-family: Arial,sans-serif;
            opacity: .5;
            white-space: nowrap;
            margin-left: 3px;
            bottom: 1px;
        }

.rickshaw_annotation_timeline {
    height: 1px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    position: relative;
}

    .rickshaw_annotation_timeline .annotation {
        position: absolute;
        height: 6px;
        width: 6px;
        margin-left: -2px;
        top: -3px;
        border-radius: 5px;
        background-color: rgba(0,0,0,.25);
    }

.rickshaw_graph .annotation_line {
    position: absolute;
    top: 0;
    bottom: -6px;
    width: 0;
    border-left: 2px solid rgba(0,0,0,.3);
    display: none;
}

    .rickshaw_graph .annotation_line.active {
        display: block;
    }

.rickshaw_graph .annotation_range {
    background: rgba(0,0,0,.1);
    display: none;
    position: absolute;
    top: 0;
    bottom: -6px;
}

    .rickshaw_graph .annotation_range.active {
        display: block;
    }

        .rickshaw_graph .annotation_range.active.offscreen {
            display: none;
        }

.rickshaw_annotation_timeline .annotation .content {
    background: #fff;
    color: #000;
    opacity: .9;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.8);
    border-radius: 3px;
    position: relative;
    z-index: 20;
    font-size: 12px;
    padding: 6px 8px 8px;
    top: 18px;
    left: -11px;
    width: 160px;
    display: none;
    cursor: pointer;
}

    .rickshaw_annotation_timeline .annotation .content:before {
        content: "\25b2";
        position: absolute;
        top: -11px;
        color: #fff;
        text-shadow: 0 -1px 1px rgba(0,0,0,.8);
    }

.rickshaw_annotation_timeline .annotation.active, .rickshaw_annotation_timeline .annotation:hover {
    background-color: rgba(0,0,0,.8);
    cursor: none;
}

.rickshaw_annotation_timeline .annotation .content:hover {
    z-index: 50;
}

.rickshaw_annotation_timeline .annotation.active .content {
    display: block;
}

.rickshaw_annotation_timeline .annotation:hover .content {
    display: block;
    z-index: 50;
}

.rickshaw_graph .y_axis, .rickshaw_graph .x_axis_d3 {
    fill: none;
}

.rickshaw_graph .y_ticks .tick, .rickshaw_graph .x_ticks_d3 .tick {
    stroke: rgba(0,0,0,.16);
    stroke-width: 2px;
    shape-rendering: crisp-edges;
    pointer-events: none;
}

.rickshaw_graph .y_grid .tick, .rickshaw_graph .x_grid_d3 .tick {
    z-index: -1;
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 1 1;
}

    .rickshaw_graph .y_grid .tick[data-y-value="0"] {
        stroke-dasharray: 1 0;
    }

.rickshaw_graph .y_grid path, .rickshaw_graph .x_grid_d3 path {
    fill: none;
    stroke: none;
}

.rickshaw_graph .y_ticks path, .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: gray;
}

.rickshaw_graph .y_ticks text, .rickshaw_graph .x_ticks_d3 text {
    opacity: .5;
    font-size: 12px;
    pointer-events: none;
}

.rickshaw_graph .x_tick.glow .title, .rickshaw_graph .y_ticks.glow text {
    fill: #000;
    color: #000;
    text-shadow: -1px 1px 0 rgba(255,255,255,.1),1px -1px 0 rgba(255,255,255,.1),1px 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1),0 -1px 0 rgba(255,255,255,.1),1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1),-1px -1px 0 rgba(255,255,255,.1);
}

.rickshaw_graph .x_tick.inverse .title, .rickshaw_graph .y_ticks.inverse text {
    fill: #fff;
    color: #fff;
    text-shadow: -1px 1px 0 rgba(0,0,0,.8),1px -1px 0 rgba(0,0,0,.8),1px 1px 0 rgba(0,0,0,.8),0 1px 0 rgba(0,0,0,.8),0 -1px 0 rgba(0,0,0,.8),1px 0 0 rgba(0,0,0,.8),-1px 0 0 rgba(0,0,0,.8),-1px -1px 0 rgba(0,0,0,.8);
}

.rickshaw_legend {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    background: #404040;
    display: inline-block;
    padding: 12px 5px;
    border-radius: 2px;
    position: relative;
}

    .rickshaw_legend:hover {
        z-index: 10;
    }

    .rickshaw_legend .swatch {
        width: 10px;
        height: 10px;
        border: 1px solid rgba(0,0,0,.2);
    }

    .rickshaw_legend .line {
        clear: both;
        line-height: 140%;
        padding-right: 15px;
    }

        .rickshaw_legend .line .swatch {
            display: inline-block;
            margin-right: 3px;
            border-radius: 2px;
        }

    .rickshaw_legend .label {
        margin: 0;
        white-space: nowrap;
        display: inline;
        font-size: inherit;
        background-color: transparent;
        color: inherit;
        font-weight: 400;
        line-height: normal;
        padding: 0;
        text-shadow: none;
    }

    .rickshaw_legend .action:hover {
        opacity: .6;
    }

    .rickshaw_legend .action {
        margin-right: .2em;
        font-size: 10px;
        opacity: .2;
        cursor: pointer;
        font-size: 14px;
    }

    .rickshaw_legend .line.disabled {
        opacity: .4;
    }

    .rickshaw_legend ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin: 2px;
        cursor: pointer;
    }

    .rickshaw_legend li {
        padding: 0 0 0 2px;
        min-width: 80px;
        white-space: nowrap;
    }

        .rickshaw_legend li:hover {
            background: rgba(255,255,255,.08);
            border-radius: 3px;
        }

        .rickshaw_legend li:active {
            background: rgba(255,255,255,.2);
            border-radius: 3px;
        }
/* rickshaw */

/* morris */
.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px rgba(230, 230, 230, 0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }
/* morris */

/*! Tab drop for Bootstrap */
.nav-tabs,
.nav-pills {
    position: relative;
}
/*! Tab drop for Bootstrap */

/* Chosen v1.0.0 */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/chosen-sprite.png) no-repeat 0 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
        background: url(../images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url(../images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: 0;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #111 !important;
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0;
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
        background: url(../images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url(../images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(#eee 1%,#fff 15%);
        background: url(../images/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(../images/chosen-sprite%402x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* Chosen v1.0.0 */

/* Chosen */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
    background-image: none;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 4px;
        color: #000;
    }

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        background-image: none;
    }

        select.form-control + .chosen-container .chosen-results li:hover,
        select.form-control + .chosen-container .chosen-results li.active-result:hover,
        select.form-control + .chosen-container .chosen-results li.highlighted {
            color: #FFF;
            text-decoration: none;
            background-color: #428BCA;
            background-image: none;
        }

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

    select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        height: auto;
        padding: 5px 0;
    }

    select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
        background-image: none;
        padding: 3px 24px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #FFF;
        border-color: #CCC;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
            right: 6px;
        }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}
/* Chosen */

/* modal */

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #717171;
    background: #fff;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
}

    .md-content h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        opacity: 0.8;
        background: rgba(0,0,0,0.1);
        border-radius: 4px 4px 0 0;
    }

    .md-content > div {
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em;
    }

        .md-content > div p {
            margin: 0;
            padding: 10px 0;
        }

        .md-content > div ul {
            margin: 0;
            padding: 0 0 30px 20px;
        }

            .md-content > div ul li {
                padding: 5px 0;
            }

    .md-content button {
        display: block;
        margin: 0 auto;
        font-size: 0.8em;
    }

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .md-effect-7 .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #fff;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(0,0,0,0.8);
}

.md-show.md-effect-16 ~ #wrap {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16 ~ #wrap,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ #wrap {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.md-show.md-effect-17 ~ #wrap,
.md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ #wrap {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(143,27,15,0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-18 ~ #wrap,
.md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(-200px);
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ #wrap {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-19 ~ #wrap,
.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

.pull-center {
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    align-self: center !important;
}

@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}

/* modal */

