﻿@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    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;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    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,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-desktop:before {
    content: "\e218";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -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: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #009174;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #004437;
        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 {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

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,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .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%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.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: #777777;
}

.text-primary {
    color: #009174;
}

a.text-primary:hover {
    color: #005e4b;
}

.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;
}

.bg-primary {
    background-color: #009174;
}

a.bg-primary:hover {
    background-color: #005e4b;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    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.42857;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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-left: 15px;
    padding-right: 15px;
}

.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-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@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-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        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 > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .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-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -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 > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .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 > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

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 \9;
    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.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    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;
    -o-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;
}

    .form-control:focus {
        border-color: #00B28F;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 178, 143, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 178, 143, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
        .input-group-sm > input[type="date"].input-group-addon,
        .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
        input[type="time"].input-sm,
        .input-group-sm > input[type="time"].form-control,
        .input-group-sm > input[type="time"].input-group-addon,
        .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"],
        input[type="datetime-local"].input-sm,
        .input-group-sm > input[type="datetime-local"].form-control,
        .input-group-sm > input[type="datetime-local"].input-group-addon,
        .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
        input[type="month"].input-sm,
        .input-group-sm > input[type="month"].form-control,
        .input-group-sm > input[type="month"].input-group-addon,
        .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
        .input-group-lg > input[type="date"].input-group-addon,
        .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
        input[type="time"].input-lg,
        .input-group-lg > input[type="time"].form-control,
        .input-group-lg > input[type="time"].input-group-addon,
        .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"],
        input[type="datetime-local"].input-lg,
        .input-group-lg > input[type="datetime-local"].form-control,
        .input-group-lg > input[type="datetime-local"].input-group-addon,
        .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
        input[type="month"].input-lg,
        .input-group-lg > input[type="month"].form-control,
        .input-group-lg > input[type="month"].input-group-addon,
        .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled 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, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .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.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -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);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.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 .form-control-static {
        display: inline-block;
    }

    .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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default: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: #009174;
    border-color: #007760;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #005e4b;
        border-color: #003a2f;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #009174;
        border-color: #007760;
    }

    .btn-primary .badge {
        color: #009174;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success: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.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info: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.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #009174;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #004437;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    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;
}

    .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: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #009174;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .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:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .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-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .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-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .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-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-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: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 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-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn: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-bottom-left-radius: 0;
        border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .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: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #009174;
    }

    .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.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.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: #009174;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !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-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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;
}

@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;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    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;
        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-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@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 .form-control-static {
        display: inline-block;
    }

    .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;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            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 {
        background-color: #e7e7e7;
        color: #555;
    }

@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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .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: #090909;
    }

    .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 {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .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: #090909;
    }

    .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: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, 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 {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.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;
            line-height: 1.42857;
            text-decoration: none;
            color: #009174;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            color: #004437;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #009174;
        border-color: #009174;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-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-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .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: #eeeeee;
            }

    .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: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #009174;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #005e4b;
    }

.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: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #009174;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .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, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #009174;
}

.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: bold;
    }

    .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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .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;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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: #009174;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    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-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.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-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

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 {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .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: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #009174;
    border-color: #009174;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        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: #5effdf;
    }

.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-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,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 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 caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                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,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        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-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 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,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            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: #333333;
        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: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #009174;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #009174;
        border-color: #009174;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #009174;
        }

        .panel-primary > .panel-heading .badge {
            color: #009174;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #009174;
    }

.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,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 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: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -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;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    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 {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .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;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.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;
    }
}

/*# sourceMappingURL=bootstrap.css.map */

@font-face {
    font-family: 'ChosenIcons';
    src: url("../fonts/chosen/chosen.eot?-wlv87l");
    src: url("../fonts/chosen/chosen.eot?#iefix-wlv87l") format("embedded-opentype"), url("../fonts/chosen/chosen.woff?-wlv87l") format("woff"), url("../fonts/chosen/chosen.ttf?-wlv87l") format("truetype"), url("../fonts/chosen/chosen.svg?-wlv87l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.chosen-container-single .chosen-single div b:before, .chosen-container-single .chosen-search:after, .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    font-family: "ChosenIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #ccc;
}

.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 !important;
    width: 100% !important;
}

    .chosen-container .chosen-single {
        line-height: 34px;
    }

    .chosen-container.input-lg .chosen-single {
        line-height: 43px !important;
    }

    .chosen-container.input-sm .chosen-single {
        line-height: 28px !important;
        font-size: 13px !important;
    }

    .chosen-container .chosen-drop {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        margin-top: -1px;
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 1060;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: 0;
    }

    .chosen-container .chosen-results {
        color: #555555;
        margin: 0 4px 4px 0;
        max-height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .chosen-container .chosen-results li {
            display: none;
            line-height: 1.42857;
            list-style: none;
            margin: 0;
            padding: 5px 6px;
        }

            .chosen-container .chosen-results li em {
                background: #feffde;
                font-style: normal;
            }

            .chosen-container .chosen-results li.group-result {
                display: list-item;
                cursor: default;
                color: #999;
                font-weight: bold;
            }

            .chosen-container .chosen-results li.group-option {
                padding-left: 15px;
            }

            .chosen-container .chosen-results li.active-result {
                cursor: pointer;
                display: list-item;
            }

            .chosen-container .chosen-results li.highlighted {
                background-color: #009174;
                background-image: none;
                color: white;
            }

                .chosen-container .chosen-results li.highlighted em {
                    background: transparent;
                }

            .chosen-container .chosen-results li.disabled-result {
                display: list-item;
                color: #777777;
            }

        .chosen-container .chosen-results .no-results {
            background: #eeeeee;
            display: list-item;
        }

    .chosen-container .chosen-results-scroll {
        background: white;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1;
    }

        .chosen-container .chosen-results-scroll span {
            display: inline-block;
            height: 1.42857;
            text-indent: -5000px;
            width: 9px;
        }

    .chosen-container .chosen-results-scroll-down {
        bottom: 0;
    }

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-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);
    color: #555555;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px;
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
    }

    .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
    }

        .chosen-container-single .chosen-single div b {
            display: block;
            height: 100%;
            width: 100%;
        }

            .chosen-container-single .chosen-single div b:before {
                position: relative;
                content: "\e602";
                top: 3px;
            }

.chosen-container-single .chosen-default {
    color: #777777;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

    .chosen-container-single .chosen-search:after {
        position: relative;
        right: 20px;
        top: 1px;
        content: "\e603";
    }

    .chosen-container-single .chosen-search input[type="text"] {
        border: 1px solid #ccc;
        -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);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    display: none;
}

    .chosen-container-single.chosen-container-single-nosearch .chosen-search input[type="text"] {
        position: absolute;
        left: -9000px;
    }

.chosen-container-single.chosen-container-single-nosearch .chosen-drop {
    padding-top: 4px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-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);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

    .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices .search-field input[type="text"] {
            background: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #555555;
            height: 32px;
            margin: 0;
            padding: 4px;
            outline: 0;
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999;
        }

    .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eeeeee;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
        -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);
        color: #333333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative;
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            display: block;
            font-size: 1px;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 12px;
            cursor: pointer;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border-color: #00B28F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 178, 143, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 178, 143, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-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;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #00B28F;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b:before {
            position: relative;
            content: "\e601";
            top: 3px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #00B28F;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #00B28F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #00B28F;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active .chosen-choices .search-field input[type="text"] {
        color: #111 !important;
    }

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .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 {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chosen-rtl .chosen-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chosen-rtl .chosen-single div {
            left: 7px;
            right: auto;
        }

        .chosen-rtl .chosen-single abbr {
            left: 26px;
            right: auto;
        }

    .chosen-rtl .chosen-choices .search-field input[type="text"] {
        direction: rtl;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

    .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px;
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto;
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        direction: rtl;
        padding: 4px 5px 4px 20px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .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-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/*# sourceMappingURL=chosen.css.map */

/*
 *  Part of Tipped - The jQuery Tooltip
 *  http://projects.nickstakenburg.com/tipped
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/tipped/documentation/skins
 *
 *  IMPORTANT!:
 *  It's recommended to add CSS for custom skins in a separate file,
 *  that way this file can be updated without losing your own skins.
 */
/* Font styling for all skins */
.t_ContentContainer {
    color: #333;
    font-size: 11px;
    line-height: 17px;
    padding: 10px;
}

/* Skins with a different font color */
.t_Content_black,
.t_Content_dark,
.t_Content_gray {
    color: #efefef;
}

/* Styling links so they are visible no matter is defined on the page behind */
.t_ContentContainer a,
.t_ContentContainer a:hover {
    color: #8e8e8e;
    text-decoration: none;
    background: none;
    border: 0;
}

    .t_ContentContainer a:hover {
        text-decoration: underline;
    }

/* Some skins need different link colors for visibility */
.t_Content_dark a, .t_Content_dark a:hover,
.t_Content_black a, .t_Content_black a:hover {
    color: #ccc;
}

.t_Content_gray a, .t_Content_gray a:hover {
    color: #232323;
}

/* RGB */
.t_Content_red,
.t_Content_green,
.t_Content_blue {
    color: #efefef;
    font-size: 11px;
    line-height: 17px;
    padding: 10px;
}

    .t_Content_red a,
    .t_Content_red a:hover,
    .t_Content_green a,
    .t_Content_green a:hover,
    .t_Content_blue a,
    .t_Content_blue a:hover {
        text-decoration: none;
        background: none;
        border: 0;
        color: #ccc;
    }

        .t_Content_red a:hover,
        .t_Content_green a:hover,
        .t_Content_blue a:hover {
            text-decoration: underline;
        }

/* tiny */
.t_Content_tiny {
    color: #efefef;
    font-size: 11px;
    line-height: 16px;
    padding: 6px 9px;
}

    .t_Content_tiny a,
    .t_Content_tiny a:hover {
        color: #b3b3b3;
        text-decoration: none;
        background: none;
        border: 0;
    }

/*
 * Layout (DON'T MODIFY BELOW!)
 */
.t_Tooltip {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .t_Tooltip.t_hidden {
        opacity: 0;
    }

    .t_Tooltip.t_visible {
        opacity: 1;
    }

.t_Skin {
    position: absolute;
    top: 0;
    left: 0;
}

    .t_Skin * {
        zoom: 1;
    }

/* IE7 */
.t_Bubble {
    position: relative;
}

.t_Background,
.t_Stem {
    position: absolute;
}

.t_Close {
    position: absolute;
    cursor: pointer;
    top: 0;
}

.t_CloseButtonShift {
    position: relative;
    overflow: hidden;
    float: left;
}

.t_CloseState {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
}

.t_Content {
    position: absolute;
    top: 0;
    left: 0;
}

.t_iframeShim {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

/*
 * Shadow
 */
.t_Shadow {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

    .t_Shadow .t_ShadowInnerWrapper {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

.t_ShadowBubble {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}

.t_ShadowBackground,
.t_ShadowStem {
    position: absolute;
}

    .t_ShadowBackground *, .t_ShadowStem * {
        float: left;
    }

.t_CloseButtonShadow {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.t_UpdateQueue {
    position: absolute;
    top: -15000px;
    left: -15000px;
    width: 5000px;
    height: 5000px;
    visibility: hidden;
}

    .t_UpdateQueue .t_Tooltip,
    .t_UpdateQueue .t_Content {
        position: relative;
        overflow: visible;
        float: left;
        top: auto;
        left: auto;
        width: 100%;
    }

.t_Tooltip .t_ContentContainer {
    float: left;
    clear: both;
    position: relative;
}

.t_UpdateQueue .t_ContentContainer {
    position: absolute;
    top: 0;
    left: 0;
}

/*# sourceMappingURL=tipped.css.map */

span.twitter-typeahead {
    width: 100%;
}

    span.twitter-typeahead .tt-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;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        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;
    }

    span.twitter-typeahead .tt-suggestion > p {
        display: block;
        padding: 3px 20px;
        margin-bottom: 0px;
        clear: both;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        span.twitter-typeahead .tt-suggestion > p:hover, span.twitter-typeahead .tt-suggestion > p:focus {
            color: #ffffff;
            text-decoration: none;
            outline: 0;
            background-color: #009174;
        }

    span.twitter-typeahead .tt-suggestion.tt-cursor {
        background-color: #009174;
    }

        span.twitter-typeahead .tt-suggestion.tt-cursor > p {
            color: #fff;
        }

.input-group span.twitter-typeahead {
    display: block !important;
}

    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

/*# sourceMappingURL=typehead.css.map */

@font-face {
    font-family: 'raty';
    src: url("../fonts/raty/raty.eot?18qkch");
    src: url("../fonts/raty/raty.eot?#iefix18qkch") format("embedded-opentype"), url("../fonts/raty/raty.woff?18qkch") format("woff"), url("../fonts/raty/raty.ttf?18qkch") format("truetype"), url("../fonts/raty/raty.svg?18qkch#raty") format("svg");
    font-weight: normal;
    font-style: normal;
}

.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "raty";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-left: -5px;
}

    .cancel-on-png:first-child,
    .cancel-off-png:first-child,
    .star-on-png:first-child,
    .star-off-png:first-child,
    .star-half-png:first-child {
        margin-left: 0;
    }

    .cancel-on-png:before,
    .cancel-off-png:before,
    .star-on-png:before,
    .star-off-png:before,
    .star-half-png:before {
        position: relative;
        bottom: -2px;
    }

    .cancel-on-png:before,
    .cancel-off-png:before {
        content: "\e600";
    }

    .star-on-png:before {
        content: "\e604";
    }

    .star-off-png:before {
        content: "\e602";
    }

    .star-half-png:before {
        content: "\e603";
    }

/*# sourceMappingURL=raty.css.map */

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
    background: #ffffff url("Jcrop.gif");
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

    .jcrop-vline.right {
        right: 0;
    }

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

    .jcrop-hline.bottom {
        bottom: 0;
    }
/* Invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    /* "turn off" link highlight */
    -webkit-tap-highlight-color: transparent;
    /* disable callout, image save panel */
    -webkit-touch-callout: none;
    /* disable cut copy paste */
    -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
    background-color: #333333;
    border: 1px #eeeeee solid;
    width: 7px;
    height: 7px;
    font-size: 1px;
}

    .jcrop-handle.ord-n {
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-s {
        bottom: 0;
        left: 50%;
        margin-bottom: -4px;
        margin-left: -4px;
    }

    .jcrop-handle.ord-e {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 50%;
    }

    .jcrop-handle.ord-w {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 50%;
    }

    .jcrop-handle.ord-nw {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-ne {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 0;
    }

    .jcrop-handle.ord-se {
        bottom: 0;
        margin-bottom: -4px;
        margin-right: -4px;
        right: 0;
    }

    .jcrop-handle.ord-sw {
        bottom: 0;
        left: 0;
        margin-bottom: -4px;
        margin-left: -4px;
    }
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}

.crop-it-container {
    position: relative;
    background: #000;
}

    .crop-it-container * {
        box-sizing: border-box;
    }

    .crop-it-container .cropper {
        position: absolute;
        border: 1px solid #fff;
        cursor: pointer;
        z-index: 100;
    }

    .crop-it-container .crop-area {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        .crop-it-container .crop-area img {
            margin: -1px;
            position: absolute;
            max-width: none !important;
        }

        .crop-it-container .crop-area .rule-of-thirds {
            position: absolute;
            background-color: #fff;
        }

            .crop-it-container .crop-area .rule-of-thirds.vertical-1, .crop-it-container .crop-area .rule-of-thirds.vertical-2 {
                width: 1px;
                top: 0;
                bottom: 0;
            }

            .crop-it-container .crop-area .rule-of-thirds.vertical-1 {
                left: 33.333333333%;
            }

            .crop-it-container .crop-area .rule-of-thirds.vertical-2 {
                right: 33.333333333%;
            }

            .crop-it-container .crop-area .rule-of-thirds.horizontal-1, .crop-it-container .crop-area .rule-of-thirds.horizontal-2 {
                height: 1px;
                left: 0;
                right: 0;
            }

            .crop-it-container .crop-area .rule-of-thirds.horizontal-1 {
                top: 33.333333333%;
            }

            .crop-it-container .crop-area .rule-of-thirds.horizontal-2 {
                bottom: 33.333333333%;
            }

    .crop-it-container .crop-handles {
        width: 100%;
        height: 100%;
    }

        .crop-it-container .crop-handles .handle {
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            z-index: 1000;
            border-radius: 50%;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        }

            .crop-it-container .crop-handles .handle.top, .crop-it-container .crop-handles .handle.right, .crop-it-container .crop-handles .handle.bottom, .crop-it-container .crop-handles .handle.left {
                width: 10px;
                height: 10px;
                background: rgba(0, 0, 0, 0.5);
                border: 1px solid #fff;
                border-radius: 0;
            }

            .crop-it-container .crop-handles .handle.top {
                cursor: n-resize;
                top: -5px;
                margin-left: -5px;
                left: 50%;
            }

            .crop-it-container .crop-handles .handle.top-right {
                cursor: ne-resize;
                top: -10px;
                right: -10px;
            }

            .crop-it-container .crop-handles .handle.right {
                cursor: e-resize;
                top: 50%;
                margin-top: -5px;
                right: -5px;
            }

            .crop-it-container .crop-handles .handle.bottom-right {
                cursor: se-resize;
                bottom: -10px;
                right: -10px;
            }

            .crop-it-container .crop-handles .handle.bottom {
                cursor: s-resize;
                bottom: -5px;
                margin-left: -5px;
                left: 50%;
            }

            .crop-it-container .crop-handles .handle.bottom-left {
                cursor: sw-resize;
                bottom: -10px;
                left: -10px;
            }

            .crop-it-container .crop-handles .handle.left {
                cursor: w-resize;
                top: 50%;
                margin-top: -5px;
                left: -5px;
            }

            .crop-it-container .crop-handles .handle.top-left {
                cursor: nw-resize;
                top: -10px;
                left: -10px;
            }

    .crop-it-container img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        margin: 0;
        padding: 0;
        border: none;
    }

    .crop-it-container.crop-active {
        cursor: crosshair;
    }

    .crop-it-container .size-hint {
        position: absolute;
        top: 1px;
        left: 1px;
        color: #FFF;
        background: rgba(0, 0, 0, 0.7);
        padding: 2px 3px;
        border-radius: 4px;
        text-shadow: 0 -1px 0 #000;
        font-size: 12px;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }

.cropper-loading .crop-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 46px;
    z-index: 101;
    border-color: #B52E31;
    border-style: solid;
    border-width: 4px;
    margin-left: -20px;
    margin-top: -23px;
    -webkit-animation: crop-loader 4s infinite ease;
    animation: crop-loader 4s infinite ease;
}

    .cropper-loading .crop-loader .crop-loader-inner {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        background-color: #F6F6F6;
        -webkit-animation: crop-loader-inner 4s infinite ease-in;
        animation: crop-loader-inner 4s infinite ease-in;
    }

.cropper-loading:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    z-index: 101;
}

@-webkit-keyframes crop-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes crop-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes crop-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.color-green-1 {
    color: #13705E;
}

a.color-green-1:hover,
a.color-green-1:active,
a.color-green-1:visited,
a.color-green-1:focus {
    color: #13705E;
}

.color-green-2 {
    color: #01866C;
}

a.color-green-2:hover,
a.color-green-2:active,
a.color-green-2:visited,
a.color-green-2:focus {
    color: #13705E;
}

.color-green-3 {
    color: #00B28F;
}

a.color-green-3:hover,
a.color-green-3:active,
a.color-green-3:visited,
a.color-green-3:focus {
    color: #01866C;
}

.color-green-4 {
    color: #7fc6b3;
}

a.color-green-4:hover,
a.color-green-4:active,
a.color-green-4:visited,
a.color-green-4:focus {
    color: #00B28F;
}

.color-green-5 {
    color: #9ecec3;
}

a.color-green-5:hover,
a.color-green-5:active,
a.color-green-5:visited,
a.color-green-5:focus {
    color: #7fc6b3;
}

.color-green-6 {
    color: #D5EFE8;
}

a.color-green-6:hover,
a.color-green-6:active,
a.color-green-6:visited,
a.color-green-6:focus {
    color: #9ecec3;
}

.color-green-7 {
    color: #E9F9F5;
}

a.color-green-7:hover,
a.color-green-7:active,
a.color-green-7:visited,
a.color-green-7:focus {
    color: #D5EFE8;
}

.color-green {
    color: #01866C;
}

.color-yellow-1 {
    color: #FFA300;
}

a.color-yellow-1:hover,
a.color-yellow-1:active,
a.color-yellow-1:visited,
a.color-yellow-1:focus {
    color: #FFA300;
}

.color-yellow-2 {
    color: #FFCB6E;
}

a.color-yellow-2:hover,
a.color-yellow-2:active,
a.color-yellow-2:visited,
a.color-yellow-2:focus {
    color: #FFA300;
}

.color-yellow-3 {
    color: #FFDF99;
}

a.color-yellow-3:hover,
a.color-yellow-3:active,
a.color-yellow-3:visited,
a.color-yellow-3:focus {
    color: #FFCB6E;
}

.color-yellow-4 {
    color: #FFECC2;
}

a.color-yellow-4:hover,
a.color-yellow-4:active,
a.color-yellow-4:visited,
a.color-yellow-4:focus {
    color: #FFDF99;
}

.color-yellow {
    color: #FFCB6E;
}

.color-pink-1 {
    color: #F74141;
}

a.color-pink-1:hover,
a.color-pink-1:active,
a.color-pink-1:visited,
a.color-pink-1:focus {
    color: #F74141;
}

.color-pink-2 {
    color: #FF635F;
}

a.color-pink-2:hover,
a.color-pink-2:active,
a.color-pink-2:visited,
a.color-pink-2:focus {
    color: #F74141;
}

.color-pink-3 {
    color: #FFD9DF;
}

a.color-pink-3:hover,
a.color-pink-3:active,
a.color-pink-3:visited,
a.color-pink-3:focus {
    color: #FF635F;
}

.color-pink-4 {
    color: #fff0f0;
}

a.color-pink-4:hover,
a.color-pink-4:active,
a.color-pink-4:visited,
a.color-pink-4:focus {
    color: #FFD9DF;
}

.color-pink {
    color: #FF635F;
}

.color-navy-blue-1 {
    color: #3E6093;
}

a.color-navy-blue-1:hover,
a.color-navy-blue-1:active,
a.color-navy-blue-1:visited,
a.color-navy-blue-1:focus {
    color: #3E6093;
}

.color-navy-blue-2 {
    color: #4B6FA8;
}

a.color-navy-blue-2:hover,
a.color-navy-blue-2:active,
a.color-navy-blue-2:visited,
a.color-navy-blue-2:focus {
    color: #3E6093;
}

.color-navy-blue {
    color: #4B6FA8;
}

.color-gray-1 {
    color: #AAAAAA;
}

a.color-gray-1:hover,
a.color-gray-1:active,
a.color-gray-1:visited,
a.color-gray-1:focus {
    color: #AAAAAA;
}

.color-gray-2 {
    color: #B4B4B4;
}

a.color-gray-2:hover,
a.color-gray-2:active,
a.color-gray-2:visited,
a.color-gray-2:focus {
    color: #AAAAAA;
}

.color-gray-3 {
    color: #CECECE;
}

a.color-gray-3:hover,
a.color-gray-3:active,
a.color-gray-3:visited,
a.color-gray-3:focus {
    color: #B4B4B4;
}

.color-gray-4 {
    color: #DDDDDD;
}

a.color-gray-4:hover,
a.color-gray-4:active,
a.color-gray-4:visited,
a.color-gray-4:focus {
    color: #CECECE;
}

.color-gray-5 {
    color: #DAD9D6;
}

a.color-gray-5:hover,
a.color-gray-5:active,
a.color-gray-5:visited,
a.color-gray-5:focus {
    color: #DDDDDD;
}

.color-gray-6 {
    color: #EEEEEE;
}

a.color-gray-6:hover,
a.color-gray-6:active,
a.color-gray-6:visited,
a.color-gray-6:focus {
    color: #DAD9D6;
}

.color-gray-7 {
    color: #E4E4E4;
}

a.color-gray-7:hover,
a.color-gray-7:active,
a.color-gray-7:visited,
a.color-gray-7:focus {
    color: #EEEEEE;
}

.color-gray-8 {
    color: #F5F5F5;
}

a.color-gray-8:hover,
a.color-gray-8:active,
a.color-gray-8:visited,
a.color-gray-8:focus {
    color: #E4E4E4;
}

.color-gray {
    color: #B4B4B4;
}

.color-dark-1 {
    color: #444444;
}

a.color-dark-1:hover,
a.color-dark-1:active,
a.color-dark-1:visited,
a.color-dark-1:focus {
    color: #444444;
}

.color-dark-2 {
    color: #535353;
}

a.color-dark-2:hover,
a.color-dark-2:active,
a.color-dark-2:visited,
a.color-dark-2:focus {
    color: #444444;
}

.color-dark-3 {
    color: #666666;
}

a.color-dark-3:hover,
a.color-dark-3:active,
a.color-dark-3:visited,
a.color-dark-3:focus {
    color: #535353;
}

.color-dark-4 {
    color: #777777;
}

a.color-dark-4:hover,
a.color-dark-4:active,
a.color-dark-4:visited,
a.color-dark-4:focus {
    color: #666666;
}

.color-dark {
    color: #535353;
}

.color-black-1 {
    color: #000000;
}

a.color-black-1:hover,
a.color-black-1:active,
a.color-black-1:visited,
a.color-black-1:focus {
    color: #000000;
}

.color-black-2 {
    color: #111111;
}

a.color-black-2:hover,
a.color-black-2:active,
a.color-black-2:visited,
a.color-black-2:focus {
    color: #000000;
}

.color-black-3 {
    color: #333333;
}

a.color-black-3:hover,
a.color-black-3:active,
a.color-black-3:visited,
a.color-black-3:focus {
    color: #111111;
}

.color-black {
    color: #111111;
}

.color-white-1 {
    color: #ffffff;
}

a.color-white-1:hover,
a.color-white-1:active,
a.color-white-1:visited,
a.color-white-1:focus {
    color: #ffffff;
}

.color-white-2 {
    color: #fbfbfb;
}

a.color-white-2:hover,
a.color-white-2:active,
a.color-white-2:visited,
a.color-white-2:focus {
    color: #ffffff;
}

.color-white {
    color: #fbfbfb;
}

@font-face {
    font-family: 'myluckypenny_regular';
    src: url("/content/fonts/myluckypenny/myluckypenny_regular.eot");
    src: url("/content/fonts/myluckypenny/myluckypenny_regular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/myluckypenny/myluckypenny_regular.woff") format("woff"), url("/content/fonts/myluckypenny/myluckypenny_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.f1n1, body {
    font-family: "museo-sans-n1", "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 100;
}

.f1i1 {
    font-family: "museo-sans-i1", "museo-sans", sans-serif;
    font-style: italic;
    font-weight: 100;
}

.f1n3, .table.table-bordered tbody tr td, .form-control, .t_ContentContainer, .header .pull-right > ul > li a, .header .pull-right > ul > li div {
    font-family: "museo-sans-n3", "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.f1i3 {
    font-family: "museo-sans-i3", "museo-sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.f1n5, .table.table-bordered thead tr th, .pagination a, .invalid-message, label, .chosen-single,
.chosen-results li, .in-loading, .main > .body-content > .container > aside ul > li a, .faq > section > ul > li > a, .help-question > section > ul > li > a {
    font-family: "museo-sans-n5", "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.f1i5 {
    font-family: "museo-sans-i5", "museo-sans", sans-serif;
    font-style: italic;
    font-weight: 500;
}

.f1n7 {
    font-family: "museo-sans-n7", "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.f1i7 {
    font-family: "museo-sans-i7", "museo-sans", sans-serif;
    font-style: italic;
    font-weight: 700;
}

.f1n9 {
    font-family: "museo-sans-n9", "museo-sans", sans-serif;
    font-style: normal;
    font-weight: 900;
}

.f1i9 {
    font-family: "museo-sans-i9", "museo-sans", sans-serif;
    font-style: italic;
    font-weight: 900;
}

.f2n1 {
    font-family: "myluckypenny_regular";
}

.f1x {
    font-size: 1px !important;
}

.f2x {
    font-size: 2px !important;
}

.f3x {
    font-size: 3px !important;
}

.f4x {
    font-size: 4px !important;
}

.f5x {
    font-size: 5px !important;
}

.f6x {
    font-size: 6px !important;
}

.f7x {
    font-size: 7px !important;
}

.f8x {
    font-size: 8px !important;
}

.f9x {
    font-size: 9px !important;
}

.f10x {
    font-size: 10px !important;
}

.f11x {
    font-size: 11px !important;
}

.f12x {
    font-size: 12px !important;
}

.f13x {
    font-size: 13px !important;
}

.f14x {
    font-size: 14px !important;
}

.f15x {
    font-size: 15px !important;
}

.f16x {
    font-size: 16px !important;
}

.f17x {
    font-size: 17px !important;
}

.f18x {
    font-size: 18px !important;
}

.f19x {
    font-size: 19px !important;
}

.f20x {
    font-size: 20px !important;
}

.f21x {
    font-size: 21px !important;
}

.f22x {
    font-size: 22px !important;
}

.f23x {
    font-size: 23px !important;
}

.f24x {
    font-size: 24px !important;
}

.f25x {
    font-size: 25px !important;
}

.f26x {
    font-size: 26px !important;
}

.f27x {
    font-size: 27px !important;
}

.f28x {
    font-size: 28px !important;
}

.f29x {
    font-size: 29px !important;
}

.f30x {
    font-size: 30px !important;
}

.f31x {
    font-size: 31px !important;
}

.f32x {
    font-size: 32px !important;
}

.f33x {
    font-size: 33px !important;
}

.f34x {
    font-size: 34px !important;
}

.f35x {
    font-size: 35px !important;
}

.f36x {
    font-size: 36px !important;
}

.f37x {
    font-size: 37px !important;
}

.f38x {
    font-size: 38px !important;
}

.f39x {
    font-size: 39px !important;
}

.f40x {
    font-size: 40px !important;
}

.f41x {
    font-size: 41px !important;
}

.f42x {
    font-size: 42px !important;
}

.f43x {
    font-size: 43px !important;
}

.f44x {
    font-size: 44px !important;
}

.f45x {
    font-size: 45px !important;
}

.f46x {
    font-size: 46px !important;
}

.f47x {
    font-size: 47px !important;
}

.f48x {
    font-size: 48px !important;
}

.f49x {
    font-size: 49px !important;
}

.f50x {
    font-size: 50px !important;
}

.f51x {
    font-size: 51px !important;
}

.f52x {
    font-size: 52px !important;
}

.f53x {
    font-size: 53px !important;
}

.f54x {
    font-size: 54px !important;
}

.f55x {
    font-size: 55px !important;
}

.f56x {
    font-size: 56px !important;
}

.f57x {
    font-size: 57px !important;
}

.f58x {
    font-size: 58px !important;
}

.f59x {
    font-size: 59px !important;
}

.f60x {
    font-size: 60px !important;
}

.f61x {
    font-size: 61px !important;
}

.f62x {
    font-size: 62px !important;
}

.f63x {
    font-size: 63px !important;
}

.f64x {
    font-size: 64px !important;
}

.f65x {
    font-size: 65px !important;
}

.f66x {
    font-size: 66px !important;
}

.f67x {
    font-size: 67px !important;
}

.f68x {
    font-size: 68px !important;
}

.f69x {
    font-size: 69px !important;
}

.f70x {
    font-size: 70px !important;
}

.f71x {
    font-size: 71px !important;
}

.f72x {
    font-size: 72px !important;
}

.f73x {
    font-size: 73px !important;
}

.f74x {
    font-size: 74px !important;
}

.f75x {
    font-size: 75px !important;
}

.f76x {
    font-size: 76px !important;
}

.f77x {
    font-size: 77px !important;
}

.f78x {
    font-size: 78px !important;
}

.f79x {
    font-size: 79px !important;
}

.f80x {
    font-size: 80px !important;
}

.f81x {
    font-size: 81px !important;
}

.f82x {
    font-size: 82px !important;
}

.f83x {
    font-size: 83px !important;
}

.f84x {
    font-size: 84px !important;
}

.f85x {
    font-size: 85px !important;
}

.f86x {
    font-size: 86px !important;
}

.f87x {
    font-size: 87px !important;
}

.f88x {
    font-size: 88px !important;
}

.f89x {
    font-size: 89px !important;
}

.f90x {
    font-size: 90px !important;
}

.f91x {
    font-size: 91px !important;
}

.f92x {
    font-size: 92px !important;
}

.f93x {
    font-size: 93px !important;
}

.f94x {
    font-size: 94px !important;
}

.f95x {
    font-size: 95px !important;
}

.f96x {
    font-size: 96px !important;
}

.f97x {
    font-size: 97px !important;
}

.f98x {
    font-size: 98px !important;
}

.f99x {
    font-size: 99px !important;
}

.f100x {
    font-size: 100px !important;
}

@font-face {
    font-family: 'InekleIcons';
    src: url("../fonts/inekleicons/inekleicons.eot?at3mae");
    src: url("../fonts/inekleicons/inekleicons.eot?at3mae#iefix") format("embedded-opentype"), url("../fonts/inekleicons/inekleicons.ttf?at3mae") format("truetype"), url("../fonts/inekleicons/inekleicons.woff?at3mae") format("woff"), url("../fonts/inekleicons/inekleicons.svg?at3mae#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="in-icon-"], [class*=" in-icon-"] {
    font-family: "InekleIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.in-icon-1:before {
    content: "\e600";
}

.in-icon-2:before {
    content: "\e601";
}

.in-icon-3:before {
    content: "\e602";
}

.in-icon-4:before {
    content: "\e603";
}

.in-icon-5:before {
    content: "\e604";
}

.in-icon-6:before {
    content: "\e605";
}

.in-icon-7:before {
    content: "\e606";
}

.in-icon-8:before {
    content: "\e607";
}

.in-icon-9:before {
    content: "\e608";
}

.in-icon-10:before {
    content: "\e609";
}

.in-icon-11:before {
    content: "\e60a";
}

.in-icon-12:before {
    content: "\e60b";
}

.in-icon-13:before {
    content: "\e60c";
}

.in-icon-14:before {
    content: "\e60d";
}

.in-icon-15:before {
    content: "\e60e";
}

.in-icon-16:before {
    content: "\e60f";
}

.in-icon-17:before {
    content: "\e610";
}

.in-icon-18:before {
    content: "\e611";
}

.in-icon-19:before {
    content: "\e612";
}

.in-icon-20:before {
    content: "\e613";
}

.in-icon-21:before {
    content: "\e614";
}

.in-icon-22:before {
    content: "\e615";
}

.in-icon-23:before {
    content: "\e616";
}

.in-icon-24:before {
    content: "\e617";
}

.in-icon-25:before {
    content: "\e618";
}

.in-icon-26:before {
    content: "\e619";
}

.in-icon-27:before {
    content: "\e61a";
}

.in-icon-28:before {
    content: "\e61b";
}

.in-icon-29:before {
    content: "\e61c";
}

.in-icon-30:before {
    content: "\e61d";
}

.in-icon-31:before {
    content: "\e66f";
}

.in-icon-32:before {
    content: "\e63b";
}

.in-icon-33:before {
    content: "\e620";
}

.in-icon-34:before {
    content: "\e621";
}

.in-icon-35:before {
    content: "\e622";
}

.in-icon-36:before {
    content: "\e623";
}

.in-icon-37:before {
    content: "\e624";
}

.in-icon-38:before {
    content: "\e625";
}

.in-icon-39:before {
    content: "\e626";
}

.in-icon-40:before {
    content: "\e627";
}

.in-icon-41:before {
    content: "\e628";
}

.in-icon-42:before {
    content: "\e629";
}

.in-icon-43:before {
    content: "\e62a";
}

.in-icon-44:before {
    content: "\e62b";
}

.in-icon-45:before {
    content: "\e62c";
}

.in-icon-46:before {
    content: "\e62d";
}

.in-icon-47:before {
    content: "\e62e";
}

.in-icon-48:before {
    content: "\e62f";
}

.in-icon-49:before {
    content: "\e61f";
}

.in-icon-50:before {
    content: "\e630";
}

.in-icon-51:before {
    content: "\e632";
}

.in-icon-52:before {
    content: "\e633";
}

.in-icon-53:before {
    content: "\e634";
}

.in-icon-54:before {
    content: "\e635";
}

.in-icon-55:before {
    content: "\e636";
}

.in-icon-56:before {
    content: "\e637";
}

.in-icon-57:before {
    content: "\e638";
}

.in-icon-58:before {
    content: "\e639";
}

.in-icon-59:before {
    content: "\e61e";
}

.in-icon-60:before {
    content: "\e63a";
}

.in-icon-61:before {
    content: "\e63d";
}

.in-icon-62:before {
    content: "\e63c";
}

.in-icon-63:before {
    content: "\e63e";
}

.in-icon-64:before {
    content: "\e63f";
}

.in-icon-65:before {
    content: "\e640";
}

.in-icon-66:before {
    content: "\e641";
}

.in-icon-67:before {
    content: "\e642";
}

.in-icon-68:before {
    content: "\e643";
}

.in-icon-69:before {
    content: "\e644";
}

.in-icon-70:before {
    content: "\e645";
}

.in-icon-71:before {
    content: "\e646";
}

.in-icon-72:before {
    content: "\e647";
}

.in-icon-73:before {
    content: "\e648";
}

.in-icon-74:before {
    content: "\e649";
}

.in-icon-75:before {
    content: "\e64a";
}

.in-icon-76:before {
    content: "\e64b";
}

.in-icon-77:before {
    content: "\e64c";
}

.in-icon-78:before {
    content: "\e64d";
}

.in-icon-79:before {
    content: "\e64e";
}

.in-icon-80:before {
    content: "\e64f";
}

.in-icon-81:before {
    content: "\e800";
}

.in-icon-82:before {
    content: "\e651";
}

.in-icon-83:before {
    content: "\e652";
}

.in-icon-84:before {
    content: "\e653";
}

.in-icon-85:before {
    content: "\e654";
}

.in-icon-86:before {
    content: "\e655";
}

.in-icon-87:before {
    content: "\e656";
}

.in-icon-88:before {
    content: "\e657";
}

.in-icon-89:before {
    content: "\e658";
}

.in-icon-90:before {
    content: "\e802";
}

.in-icon-91:before {
    content: "\e803";
}

.in-icon-92:before {
    content: "\e65b";
}

.in-icon-93:before {
    content: "\e65c";
}

.in-icon-94:before {
    content: "\e65d";
}

.in-icon-95:before {
    content: "\e65e";
}

.in-icon-96:before {
    content: "\e65f";
}

.in-icon-97 .path1:before {
    content: "\e631";
    color: black;
}

.in-icon-97 .path2:before {
    content: "\e67c";
    margin-left: -1em;
    color: white;
}

.in-icon-97 .path3:before {
    content: "\e67d";
    margin-left: -1em;
    color: white;
}

.in-icon-97 .path4:before {
    content: "\e67e";
    margin-left: -1em;
    color: white;
}

.in-icon-98 .path1:before {
    content: "\e67f";
    color: black;
}

.in-icon-98 .path2:before {
    content: "\e680";
    margin-left: -1em;
    color: white;
}

.in-icon-98 .path3:before {
    content: "\e681";
    margin-left: -1em;
    color: white;
}

.in-icon-98 .path4:before {
    content: "\e682";
    margin-left: -1em;
    color: white;
}

.in-icon-98 .path5:before {
    content: "\e683";
    margin-left: -1em;
    color: white;
}

.in-icon-99:before {
    content: "\e684";
}

.in-icon-100:before {
    content: "\e685";
}

.in-icon-101:before {
    content: "\e66b";
}

.in-icon-102:before {
    content: "\e66c";
}

.in-icon-103:before {
    content: "\e66d";
}

.in-icon-104:before {
    content: "\e66e";
}

.in-icon-105:before {
    content: "\e673";
}

.in-icon-106:before {
    content: "\e670";
}

.in-icon-107:before {
    content: "\e671";
}

.in-icon-108:before {
    content: "\e662";
}

.in-icon-109:before {
    content: "\e67a";
}

.in-icon-110:before {
    content: "\e663";
}

.in-icon-111:before {
    content: "\e675";
}

.in-icon-112:before {
    content: "\e676";
}

.in-icon-113:before {
    content: "\e677";
}

.in-icon-114:before {
    content: "\e678";
}

.in-icon-115:before {
    content: "\e679";
}

.in-icon-116:before {
    content: "\e661";
}

.in-icon-117:before {
    content: "\e660";
}

.in-icon-118:before {
    content: "\e801";
}

.in-icon-119:before {
    content: "\e804";
}

.in-icon-120:before {
    content: "\e805";
}

.btn {
    height: 36px;
    line-height: 36px;
    padding-top: 0;
}

    .btn.btn-green {
        background: #01866C;
        border-color: #01866C;
        color: #fff;
    }

        .btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green.active {
            background: #13705E;
            border-color: #13705E;
        }

        .btn.btn-green.active {
            cursor: default;
        }

        .btn.btn-green.btn-ghost {
            background-color: transparent !important;
            color: #01866C;
        }

            .btn.btn-green.btn-ghost:hover, .btn.btn-green.btn-ghost:active, .btn.btn-green.btn-ghost.active {
                background-color: transparent !important;
                border-color: #13705E;
            }

    .btn.btn-light-green {
        background: #9ecec3;
        border-color: #9ecec3;
        color: #fff;
    }

        .btn.btn-light-green:hover, .btn.btn-light-green:active, .btn.btn-light-green.active {
            background: #7fc6b3;
            border-color: #7fc6b3;
        }

        .btn.btn-light-green.active {
            cursor: default;
        }

        .btn.btn-light-green.btn-ghost {
            background-color: transparent !important;
            color: #9ecec3;
        }

            .btn.btn-light-green.btn-ghost:hover, .btn.btn-light-green.btn-ghost:active, .btn.btn-light-green.btn-ghost.active {
                background-color: transparent !important;
                border-color: #7fc6b3;
            }

    .btn.btn-yellow {
        background: #FFCB6E;
        border-color: #FFCB6E;
        color: #fff;
    }

        .btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow.active {
            background: #FFA300;
            border-color: #FFA300;
        }

        .btn.btn-yellow.active {
            cursor: default;
        }

        .btn.btn-yellow.btn-ghost {
            background-color: transparent !important;
            color: #FFCB6E;
        }

            .btn.btn-yellow.btn-ghost:hover, .btn.btn-yellow.btn-ghost:active, .btn.btn-yellow.btn-ghost.active {
                background-color: transparent !important;
                border-color: #FFA300;
            }

    .btn.btn-pink {
        background: #FF635F;
        border-color: #FF635F;
        color: #fff;
    }

        .btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink.active {
            background: #F74141;
            border-color: #F74141;
        }

        .btn.btn-pink.active {
            cursor: default;
        }

        .btn.btn-pink.btn-ghost {
            background-color: transparent !important;
            color: #FF635F;
        }

            .btn.btn-pink.btn-ghost:hover, .btn.btn-pink.btn-ghost:active, .btn.btn-pink.btn-ghost.active {
                background-color: transparent !important;
                border-color: #F74141;
            }

    .btn.btn-navy-blue {
        background: #4B6FA8;
        border-color: #4B6FA8;
        color: #fff;
    }

        .btn.btn-navy-blue:hover, .btn.btn-navy-blue:active, .btn.btn-navy-blue.active {
            background: #3E6093;
            border-color: #3E6093;
        }

        .btn.btn-navy-blue.active {
            cursor: default;
        }

        .btn.btn-navy-blue.btn-ghost {
            background-color: transparent !important;
            color: #4B6FA8;
        }

            .btn.btn-navy-blue.btn-ghost:hover, .btn.btn-navy-blue.btn-ghost:active, .btn.btn-navy-blue.btn-ghost.active {
                background-color: transparent !important;
                border-color: #3E6093;
            }

    .btn.btn-gray {
        background: #DDDDDD;
        border-color: #DDDDDD;
        color: #fff;
    }

        .btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray.active {
            background: #CECECE;
            border-color: #CECECE;
        }

        .btn.btn-gray.active {
            cursor: default;
        }

        .btn.btn-gray.btn-ghost {
            background-color: transparent !important;
            color: #DDDDDD;
        }

            .btn.btn-gray.btn-ghost:hover, .btn.btn-gray.btn-ghost:active, .btn.btn-gray.btn-ghost.active {
                background-color: transparent !important;
                border-color: #CECECE;
            }

    .btn.btn-dark {
        background: #535353;
        border-color: #535353;
        color: #fff;
    }

        .btn.btn-dark:hover, .btn.btn-dark:active, .btn.btn-dark.active {
            background: #444444;
            border-color: #444444;
        }

        .btn.btn-dark.active {
            cursor: default;
        }

        .btn.btn-dark.btn-ghost {
            background-color: transparent !important;
            color: #535353;
        }

            .btn.btn-dark.btn-ghost:hover, .btn.btn-dark.btn-ghost:active, .btn.btn-dark.btn-ghost.active {
                background-color: transparent !important;
                border-color: #444444;
            }

    .btn.btn-black {
        background: #000;
        border-color: #000;
        color: #fff;
    }

        .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black.active {
            background: #000;
            border-color: #000;
        }

        .btn.btn-black.active {
            cursor: default;
        }

        .btn.btn-black.btn-ghost {
            background-color: transparent !important;
            color: #000;
        }

            .btn.btn-black.btn-ghost:hover, .btn.btn-black.btn-ghost:active, .btn.btn-black.btn-ghost.active {
                background-color: transparent !important;
                border-color: #000;
            }

    .btn.btn-23h {
        height: 23px;
        line-height: 22px;
        font-size: 12px;
        padding-top: 0;
    }

        .btn.btn-23h[class^="in-icon-"], .btn.btn-23h[class*=" in-icon-"], .btn.btn-23h.btn-circular {
            width: 23px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-23h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-24h {
        height: 24px;
        line-height: 23px;
        font-size: 13px;
        padding-top: 0;
    }

        .btn.btn-24h[class^="in-icon-"], .btn.btn-24h[class*=" in-icon-"], .btn.btn-24h.btn-circular {
            width: 24px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-24h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-28h {
        height: 28px;
        line-height: 27px;
        font-size: 14px;
        padding-top: 0;
    }

        .btn.btn-28h[class^="in-icon-"], .btn.btn-28h[class*=" in-icon-"], .btn.btn-28h.btn-circular {
            width: 28px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-28h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-30h {
        height: 30px;
        line-height: 29px;
        font-size: 14px;
        padding-top: 0;
    }

        .btn.btn-30h[class^="in-icon-"], .btn.btn-30h[class*=" in-icon-"], .btn.btn-30h.btn-circular {
            width: 30px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-30h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-33h {
        height: 33px;
        line-height: 32px;
        font-size: 16px;
        padding-top: 0;
    }

        .btn.btn-33h[class^="in-icon-"], .btn.btn-33h[class*=" in-icon-"], .btn.btn-33h.btn-circular {
            width: 33px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-33h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-38h {
        height: 38px;
        line-height: 37px;
        font-size: 20px;
        padding-top: 0;
    }

        .btn.btn-38h[class^="in-icon-"], .btn.btn-38h[class*=" in-icon-"], .btn.btn-38h.btn-circular {
            width: 38px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-38h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-43h {
        height: 43px;
        line-height: 42px;
        font-size: 22px;
        padding-top: 0;
    }

        .btn.btn-43h[class^="in-icon-"], .btn.btn-43h[class*=" in-icon-"], .btn.btn-43h.btn-circular {
            width: 43px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-43h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-48h {
        height: 48px;
        line-height: 47px;
        font-size: 24px;
        padding-top: 0;
    }

        .btn.btn-48h[class^="in-icon-"], .btn.btn-48h[class*=" in-icon-"], .btn.btn-48h.btn-circular {
            width: 48px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-48h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-53h {
        height: 53px;
        line-height: 52px;
        font-size: 26px;
        padding-top: 0;
    }

        .btn.btn-53h[class^="in-icon-"], .btn.btn-53h[class*=" in-icon-"], .btn.btn-53h.btn-circular {
            width: 53px;
            text-align: center;
            padding: 0;
        }

        .btn.btn-53h.btn-circular {
            border-radius: 100%;
        }

    .btn.btn-transparent {
        background: none;
    }

        .btn.btn-transparent.active, .btn.btn-transparent:active {
            box-shadow: none;
            background: none;
        }

        .btn.btn-transparent.ghost {
            border: 1px solid #e4e4e4;
        }

    .btn.btn-default {
        background: #F9F7F7;
    }

        .btn.btn-default:hover {
            background: #e4e4e4;
        }

        .btn.btn-default.btn-ghost {
            background-color: transparent !important;
        }

            .btn.btn-default.btn-ghost:hover, .btn.btn-default.btn-ghost:active, .btn.btn-default.btn-ghost.active {
                background-color: transparent !important;
            }

    .btn.nostyle, .btn.nostyle:hover, .btn.nostyle:active {
        background: none !important;
        height: auto !important;
        line-height: normal !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none;
    }

.btn-group .btn[disabled], .btn-group .btn[disabled]:hover, .btn-group .btn[disabled]:active, .btn-group .btn[disabled]:focus {
    opacity: .4 !important;
}

.table {
    margin: 0;
    padding: 0;
}

    .table.table-bordered {
        width: 100%;
    }

        .table.table-bordered thead {
            border: 0;
        }

            .table.table-bordered thead tr th {
                background: #F9F9F9;
                border-width: 0 0 0 1px;
            }

                .table.table-bordered thead tr th:first-child {
                    border: 0;
                }

        .table.table-bordered tr th,
        .table.table-bordered tr td {
            padding: 8px 10px;
            vertical-align: middle;
        }

        .table.table-bordered tr th {
            padding: 4px 10px;
        }

        .table.table-bordered tbody {
            background: #fff;
        }

            .table.table-bordered tbody tr:hover td {
                background: #f5fcfa;
            }

            .table.table-bordered tbody tr.nohighlight:hover td {
                background: none !important;
            }

.pagination {
    margin: 10px 0;
    padding: 0;
}

    .pagination a [class^="in-icon-"],
    .pagination a [class*=" in-icon-"] {
        position: relative;
        top: 1px;
        font-size: 13px;
    }

    .pagination li > a,
    .pagination li > span,
    .pagination li > a:focus,
    .pagination li > span:hover,
    .pagination li > span:focus, .pagination li.active > a, .pagination li.active > span {
        background: none;
        color: #888;
    }

    .pagination li:hover > a,
    .pagination li:hover > span {
        background: #f8f8f8;
        color: #01866C;
    }

    .pagination li.disabled > a,
    .pagination li.disabled > span,
    .pagination li.disabled > a:focus,
    .pagination li.disabled > span:hover,
    .pagination li.disabled > span:focus, .pagination li.disabled.active > a, .pagination li.disabled.active > span {
        background: none;
        color: #B4B4B4 !important;
        opacity: .5;
        cursor: default !important;
    }

form.in-form.ng-submitted .form-control.ng-invalid, form.in-form.ng-submitted .chosen-container.ng-invalid > a.chosen-single, .chosen-container.ng-invalid.ng-dirty .chosen-single {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #ffb2b0;
}

.form-control {
    font-size: 12px;
}

    .form-control:focus {
        outline: 0 none;
    }

.invalid-message {
    font-size: 12px;
    color: #ff0000;
}

.form-group .row {
    margin: 0 -7px;
}

    .form-group .row [class^="col-"],
    .form-group .row [class*=" col-"] {
        padding: 0 7px;
        margin: 0;
    }

.form-group [type="radio"] {
    position: relative;
    top: 2px;
}

label {
    font-size: 12px;
    line-height: 24px;
}

.in-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #d4d4d4;
    background: #fff;
    margin: 0;
    padding: 0;
    top: 4px;
    cursor: default;
    min-height: 0 !important;
}

    .in-radio > span {
        position: absolute;
        display: none;
        width: 12px;
        height: 12px;
        background: #7fc6b3;
        border-radius: 6px;
        margin: 2px;
        cursor: default;
        top: 0;
        left: 0;
    }

    .in-radio.checked > span {
        display: inline-block;
    }

    .in-radio.color-dark > span {
        background: #777777;
    }

.in-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #d4d4d4;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    top: 3px;
    cursor: pointer;
}

    .in-checkbox > span {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        color: #7fc6b3;
    }

    .in-checkbox.checked > span {
        display: block;
    }

    .in-checkbox.color-dark > span {
        color: #777777;
    }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

[readonly] {
    cursor: default !important;
}

.device-allow {
    position: fixed;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    width: 300px;
    height: 240px;
    left: 50px;
    top: 150px;
    z-index: 9999;
}

.click-menu {
    position: fixed;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    width: 300px;
    height: 240px;
    left: 270px;
    right: 0;
    margin: auto;
    top: 100px;
    z-index: 9999;
}

@-moz-document url-prefix() {
    .device-allow {
        left: 240px;
        top: 180px;
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-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% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@-moz-keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.bounce {
    -webkit-animation: bounce 1.25s infinite;
    -moz-animation: bounce 1.25s infinite;
    -ms-animation: bounce 1.25s infinite;
    -o-animation: bounce 1.25s infinite;
    animation: bounce 1.25s infinite;
}

.blink {
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -ms-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

in-notify {
    display: none;
}

.spin-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200 !important;
}

    .spin-container .spin {
        position: relative;
        display: block;
        background: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        width: 80px;
        height: 80px;
        left: 50%;
        top: 45%;
        margin-left: -40px;
        margin-top: -40px;
        z-index: 10000;
    }

    .spin-container .image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px;
        animation: spin 5s linear infinite;
        -webkit-animation: spin 5s linear infinite;
        -moz-animation: spin 5s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    15% {
        transform: rotateX(180deg);
    }

    30% {
        transform: rotateX(180deg);
    }

    50% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotateY(180deg);
    }

    85% {
        transform: rotateY(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.chosen-results .highlighted {
    background: #F5F5F5 !important;
    color: #444444 !important;
}

.chosen-results .result-selected {
    background: #01866C !important;
    color: #ffffff !important;
    cursor: default !important;
}

.chosen-results .disabled-result {
    color: #DDDDDD !important;
}

.container {
    width: 980px;
}

.in-loading {
    display: none;
    position: fixed;
    display: inline-block;
    padding: 3px;
    width: 120px;
    background: #13705E;
    text-align: center;
    color: #ffffff;
    left: 50%;
    margin-left: -60px;
    z-index: 999999;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.in-notification {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 55px;
    text-align: center;
}

    .in-notification > div {
        display: inline-block;
        background: #F9F7F7;
        border: 1px solid #CECECE;
        border-top: 0;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -ms-border-bottom-left-radius: 6px;
        -o-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        -ms-border-bottom-right-radius: 6px;
        -o-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        padding: 7px 10px;
        margin: auto;
    }

        .in-notification > div > [class^="in-icon-"],
        .in-notification > div > [class*=" in-icon-"] {
            position: relative;
            top: 2px;
            cursor: default;
        }

.nowrap {
    white-space: nowrap;
    display: inline-block;
}

.wrap-all {
    word-wrap: break-word;
}

.noborder {
    border: 0 !important;
}

.underline {
    text-decoration: underline !important;
}

.underscore-2 {
    background: url(images/underscore2.png) no-repeat left bottom;
    padding-bottom: 7px;
    text-decoration: none;
}

.dn {
    display: none;
}

.dib {
    display: block;
}

.din {
    display: inline;
}

.dibn {
    display: inline-block;
}

.in-fade {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

    .in-fade.out {
        opacity: 0;
    }

.scored-h {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
}

    .scored-h > span {
        position: relative;
        display: inline-block;
        background: #ffffff;
    }

    .scored-h.f10x {
        margin: 5px 0 20px 0;
    }

        .scored-h.f10x > span {
            padding: 0 10px;
            top: 5px;
        }

    .scored-h.f11x {
        margin: 5.5px 0 22px 0;
    }

        .scored-h.f11x > span {
            padding: 0 11px;
            top: 6px;
        }

    .scored-h.f12x {
        margin: 6px 0 24px 0;
    }

        .scored-h.f12x > span {
            padding: 0 12px;
            top: 7px;
        }

    .scored-h.f13x {
        margin: 6.5px 0 26px 0;
    }

        .scored-h.f13x > span {
            padding: 0 13px;
            top: 8px;
        }

    .scored-h.f14x {
        margin: 7px 0 28px 0;
    }

        .scored-h.f14x > span {
            padding: 0 14px;
            top: 9px;
        }

    .scored-h.f15x {
        margin: 7.5px 0 30px 0;
    }

        .scored-h.f15x > span {
            padding: 0 15px;
            top: 10px;
        }

    .scored-h.f16x {
        margin: 8px 0 32px 0;
    }

        .scored-h.f16x > span {
            padding: 0 16px;
            top: 11px;
        }

    .scored-h.f17x {
        margin: 8.5px 0 34px 0;
    }

        .scored-h.f17x > span {
            padding: 0 17px;
            top: 12px;
        }

    .scored-h.f18x {
        margin: 9px 0 36px 0;
    }

        .scored-h.f18x > span {
            padding: 0 18px;
            top: 13px;
        }

    .scored-h.f19x {
        margin: 9.5px 0 38px 0;
    }

        .scored-h.f19x > span {
            padding: 0 19px;
            top: 14px;
        }

    .scored-h.f20x {
        margin: 10px 0 40px 0;
    }

        .scored-h.f20x > span {
            padding: 0 20px;
            top: 15px;
        }

    .scored-h.f21x {
        margin: 10.5px 0 42px 0;
    }

        .scored-h.f21x > span {
            padding: 0 21px;
            top: 16px;
        }

    .scored-h.f22x {
        margin: 11px 0 44px 0;
    }

        .scored-h.f22x > span {
            padding: 0 22px;
            top: 17px;
        }

    .scored-h.f23x {
        margin: 11.5px 0 46px 0;
    }

        .scored-h.f23x > span {
            padding: 0 23px;
            top: 18px;
        }

    .scored-h.f24x {
        margin: 12px 0 48px 0;
    }

        .scored-h.f24x > span {
            padding: 0 24px;
            top: 19px;
        }

    .scored-h.f25x {
        margin: 12.5px 0 50px 0;
    }

        .scored-h.f25x > span {
            padding: 0 25px;
            top: 20px;
        }

    .scored-h.f26x {
        margin: 13px 0 52px 0;
    }

        .scored-h.f26x > span {
            padding: 0 26px;
            top: 21px;
        }

    .scored-h.f27x {
        margin: 13.5px 0 54px 0;
    }

        .scored-h.f27x > span {
            padding: 0 27px;
            top: 22px;
        }

    .scored-h.f28x {
        margin: 14px 0 56px 0;
    }

        .scored-h.f28x > span {
            padding: 0 28px;
            top: 23px;
        }

    .scored-h.f29x {
        margin: 14.5px 0 58px 0;
    }

        .scored-h.f29x > span {
            padding: 0 29px;
            top: 24px;
        }

    .scored-h.f30x {
        margin: 15px 0 60px 0;
    }

        .scored-h.f30x > span {
            padding: 0 30px;
            top: 25px;
        }

    .scored-h.f31x {
        margin: 15.5px 0 62px 0;
    }

        .scored-h.f31x > span {
            padding: 0 31px;
            top: 26px;
        }

    .scored-h.f32x {
        margin: 16px 0 64px 0;
    }

        .scored-h.f32x > span {
            padding: 0 32px;
            top: 27px;
        }

    .scored-h.f33x {
        margin: 16.5px 0 66px 0;
    }

        .scored-h.f33x > span {
            padding: 0 33px;
            top: 28px;
        }

    .scored-h.f34x {
        margin: 17px 0 68px 0;
    }

        .scored-h.f34x > span {
            padding: 0 34px;
            top: 29px;
        }

    .scored-h.f35x {
        margin: 17.5px 0 70px 0;
    }

        .scored-h.f35x > span {
            padding: 0 35px;
            top: 30px;
        }

    .scored-h.f36x {
        margin: 18px 0 72px 0;
    }

        .scored-h.f36x > span {
            padding: 0 36px;
            top: 31px;
        }

    .scored-h.f37x {
        margin: 18.5px 0 74px 0;
    }

        .scored-h.f37x > span {
            padding: 0 37px;
            top: 32px;
        }

    .scored-h.f38x {
        margin: 19px 0 76px 0;
    }

        .scored-h.f38x > span {
            padding: 0 38px;
            top: 33px;
        }

    .scored-h.f39x {
        margin: 19.5px 0 78px 0;
    }

        .scored-h.f39x > span {
            padding: 0 39px;
            top: 34px;
        }

    .scored-h.f40x {
        margin: 20px 0 80px 0;
    }

        .scored-h.f40x > span {
            padding: 0 40px;
            top: 35px;
        }

    .scored-h.f41x {
        margin: 20.5px 0 82px 0;
    }

        .scored-h.f41x > span {
            padding: 0 41px;
            top: 36px;
        }

    .scored-h.f42x {
        margin: 21px 0 84px 0;
    }

        .scored-h.f42x > span {
            padding: 0 42px;
            top: 37px;
        }

    .scored-h.f43x {
        margin: 21.5px 0 86px 0;
    }

        .scored-h.f43x > span {
            padding: 0 43px;
            top: 38px;
        }

    .scored-h.f44x {
        margin: 22px 0 88px 0;
    }

        .scored-h.f44x > span {
            padding: 0 44px;
            top: 39px;
        }

    .scored-h.f45x {
        margin: 22.5px 0 90px 0;
    }

        .scored-h.f45x > span {
            padding: 0 45px;
            top: 40px;
        }

    .scored-h.f46x {
        margin: 23px 0 92px 0;
    }

        .scored-h.f46x > span {
            padding: 0 46px;
            top: 41px;
        }

    .scored-h.f47x {
        margin: 23.5px 0 94px 0;
    }

        .scored-h.f47x > span {
            padding: 0 47px;
            top: 42px;
        }

    .scored-h.f48x {
        margin: 24px 0 96px 0;
    }

        .scored-h.f48x > span {
            padding: 0 48px;
            top: 43px;
        }

    .scored-h.f49x {
        margin: 24.5px 0 98px 0;
    }

        .scored-h.f49x > span {
            padding: 0 49px;
            top: 44px;
        }

    .scored-h.f50x {
        margin: 25px 0 100px 0;
    }

        .scored-h.f50x > span {
            padding: 0 50px;
            top: 45px;
        }

.desaturate {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.darken:hover {
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    filter: brightness(0.9);
}

.modal.no-backdrop .modal-backdrop {
    display: none;
}

.shadow {
    border: 1px solid #DAD9D6;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

    .shadow.x1 {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }

    .shadow.x2 {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    }

    .shadow.x3 {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }

    .shadow.x4 {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
        box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    }

    .shadow.x5 {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    }

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #444444;
}

*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

a {
    color: #666666;
}

    a:hover, a:focus, a:active {
        color: #01866C;
        text-decoration: none;
    }

.jumbotron {
    margin: 0;
}

    .jumbotron.home {
        background-position: center !important;
        background-size: cover;
        height: 400px;
        margin-top: -30px;
    }

        .jumbotron.home .container {
            position: relative;
        }

            .jumbotron.home .container .box {
                position: absolute;
                background-color: rgba(255, 255, 255, 0.8);
                padding: 15px;
                width: 400px;
                height: 250px;
                top: 25px;
                cursor: pointer;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            }

                .jumbotron.home .container .box > p {
                    padding-bottom: 15px;
                }

                .jumbotron.home .container .box > a {
                    position: absolute;
                    right: -230px;
                    bottom: -58px;
                }

.header.navbar-fixed-top {
    background: #fff;
    width: 100%;
    min-width: 400px;
    height: 55px;
    border-bottom: 1px solid #DAD9D6;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.header > .container {
    width: auto;
    max-width: 980px;
}

.header .navbar-header {
    width: 100% !important;
}

    .header .navbar-header > .navbar-brand {
        padding-top: 2px;
        padding-bottom: 2px;
        width: 170px;
        height: 53px;
    }

        .header .navbar-header > .navbar-brand.small {
            width: 68px;
            overflow: hidden;
        }

.header .pull-right {
    padding: 10px 0;
}

    .header .pull-right .navbar-right {
        margin-right: 0;
    }

    .header .pull-right > ul {
        margin-top: 10px;
    }

        .header .pull-right > ul > li {
            position: relative;
            display: inline-block;
            padding: 0;
            border-left: 1px solid #DAD9D6;
            border-right: 1px solid transparent;
            cursor: default;
        }

            .header .pull-right > ul > li:first-child {
                border-left: 0;
            }

            .header .pull-right > ul > li a, .header .pull-right > ul > li div {
                font-size: 12px;
            }

                .header .pull-right > ul > li a:hover, .header .pull-right > ul > li div:hover {
                    color: #01866C;
                }

            .header .pull-right > ul > li [class^="in-icon-"],
            .header .pull-right > ul > li [class*=" in-icon-"] {
                position: relative;
                top: 2px;
            }

            .header .pull-right > ul > li > a, .header .pull-right > ul > li div {
                position: relative;
                display: inline-block;
                padding: 0 17px;
            }

                .header .pull-right > ul > li > a .counter,
                .header .pull-right > ul > li > div .counter {
                    display: block;
                    position: absolute;
                    background: #01866C;
                    min-width: 18px;
                    padding: 0 3px;
                    height: 18px;
                    line-height: 18px;
                    color: #ffffff;
                    font-size: 11px;
                    font-family: Helvetica, sans-serif;
                    text-align: center;
                    right: 2px;
                    left: auto;
                    top: -11px;
                    border-radius: 9px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                }

            .header .pull-right > ul > li ul {
                display: none;
                position: absolute;
                background: #fbfbfb;
                border: 1px solid #DAD9D6;
                border-top-left-radius: 0;
                width: auto;
                min-width: 120px !important;
                padding: 5px;
                right: -1px !important;
                top: 40px;
                z-index: 1;
            }

                .header .pull-right > ul > li ul li a {
                    display: block;
                    width: 100%;
                    padding: 5px;
                    white-space: nowrap;
                }

            .header .pull-right > ul > li.open {
                background: #fbfbfb;
                border: 1px solid #DAD9D6;
                border-bottom-color: #ffffff;
                padding: 0;
                margin-top: -10px;
            }

                .header .pull-right > ul > li.open > a {
                    position: relative;
                    background: #fbfbfb;
                    display: block;
                    height: 48px;
                    text-align: center;
                    z-index: 10;
                    padding-top: 10px;
                }

                .header .pull-right > ul > li.open ul {
                    display: block;
                }

                    .header .pull-right > ul > li.open ul .sm {
                        display: none;
                    }

.header.sm .pull-right > ul > li {
    display: none;
}

    .header.sm .pull-right > ul > li.dropdown {
        display: block;
        border-left-width: 0px;
    }

        .header.sm .pull-right > ul > li.dropdown.open {
            border-left-width: 1px !important;
        }

.header.sm .pull-right > ul .sm {
    display: block !important;
}

.header .btn:first-child:hover {
    color: #01866C;
}

.header .balance-animate {
    animation-name: banim;
    animation-duration: 1s;
    animation-iteration-count: 10000;
}

@keyframes banim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main {
    padding-top: 55px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .main > .body-content {
        position: relative;
        background: #ffffff;
        min-width: 980px;
        min-height: calc(100% - 210px);
        padding-bottom: 30px;
        padding-top: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .main > .body-content > .container {
            padding: 0;
        }

            .main > .body-content > .container > aside {
                float: left;
                width: 200px;
            }

                .main > .body-content > .container > aside ul {
                    margin: 0;
                    padding: 0;
                    width: 200px;
                    overflow: hidden;
                    font-size: 14px;
                }

                    .main > .body-content > .container > aside ul > li {
                        position: relative;
                        display: block;
                        border-width: 0 1px;
                        border-style: solid;
                        border-color: #DAD9D6;
                        margin: -1px 0 0 0;
                        width: 190px;
                        padding: 0;
                        z-index: 0;
                    }

                        .main > .body-content > .container > aside ul > li a {
                            color: #AAAAAA;
                        }

                            .main > .body-content > .container > aside ul > li a [class^="in-icon-"], .main > .body-content > .container > aside ul > li a [class*=" in-icon-"] {
                                position: relative;
                                top: 2px;
                                margin-right: 5px;
                            }

                        .main > .body-content > .container > aside ul > li:first-child {
                            margin-top: 0;
                            border-top: 1px solid #DAD9D6;
                        }

                        .main > .body-content > .container > aside ul > li.active {
                            border-width: 1px;
                            border-color: #DAD9D6;
                            z-index: 1;
                        }

                            .main > .body-content > .container > aside ul > li.active > a {
                                background: #fbfbfb;
                                color: #444444;
                                -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                                -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                                -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                                -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                            }

                            .main > .body-content > .container > aside ul > li.active .triangle {
                                display: block;
                            }

                        .main > .body-content > .container > aside ul > li:last-child, .main > .body-content > .container > aside ul > li.last {
                            border-bottom: 1px solid #DAD9D6;
                        }

                            .main > .body-content > .container > aside ul > li:last-child.active, .main > .body-content > .container > aside ul > li.last.active {
                                -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
                                -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
                                -ms-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
                                -o-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
                                box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
                            }

                        .main > .body-content > .container > aside ul > li > .triangle {
                            position: absolute;
                            display: none;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 11px 0 11px 11px;
                            border-color: transparent transparent transparent #DAD9D6;
                            top: 50%;
                            right: -11px;
                            margin: -11px 0 0 0;
                        }

                            .main > .body-content > .container > aside ul > li > .triangle > span {
                                position: absolute;
                                display: block;
                                width: 0;
                                height: 0;
                                border-style: solid;
                                border-width: 9px 0 9px 9px;
                                border-color: transparent transparent transparent #fbfbfb;
                                top: -9px;
                                right: 2px;
                                z-index: 1;
                            }

                        .main > .body-content > .container > aside ul > li > a {
                            display: block;
                            padding: 7px 0;
                            text-indent: 10px;
                            background: #ffffff;
                        }

            .main > .body-content > .container > section {
                float: right;
                width: 770px;
                min-height: 100px;
                background: #fbfbfb;
                border: 1px solid #DAD9D6;
            }

                .main > .body-content > .container > section > article {
                    padding: 30px;
                }

                    .main > .body-content > .container > section > article > header {
                        margin: 0 0 20px 0;
                    }

                        .main > .body-content > .container > section > article > header h1, .main > .body-content > .container > section > article > header h2, .main > .body-content > .container > section > article > header h3, .main > .body-content > .container > section > article > header h4, .main > .body-content > .container > section > article > header h5, .main > .body-content > .container > section > article > header h6 {
                            margin: 0;
                        }

    .main > footer {
        position: relative;
        background-color: #fbfbfb;
        border-top: 1px solid #DAD9D6;
        min-width: 980px;
        height: 210px;
        bottom: 0;
        padding: 18px 0;
        z-index: 3;
        -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .main > footer .pull-left {
            width: 200px;
            padding-right: 25px;
        }

            .main > footer .pull-left h4 {
                font-size: 13px;
                padding-bottom: 10px;
                border-bottom: 1px solid #bbbbbb;
                margin: 0 0 5px 0;
                width: 145px;
            }

            .main > footer .pull-left ul {
                margin: 0;
                padding: 0;
            }

                .main > footer .pull-left ul li {
                    display: block;
                    margin: 0;
                    padding: 4px 0;
                }

                .main > footer .pull-left ul a {
                    margin: 0;
                    padding: 0;
                    color: #999999;
                }

        .main > footer .pull-right {
            padding-top: 5px;
        }

            .main > footer .pull-right div {
                margin-bottom: 10px;
            }

            .main > footer .pull-right .copyright {
                text-align: right;
            }

                .main > footer .pull-right .copyright * {
                    color: #bbbbbb;
                }

.showcase {
    width: 120%;
}

    .showcase .col-xs-2 {
        position: relative;
        width: 150px;
        height: 150px;
        padding: 0;
        margin-right: 16px;
        text-align: left;
        cursor: pointer;
        overflow: hidden;
    }

        .showcase .col-xs-2 p {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.5);
            width: 100%;
            line-height: 15px;
            color: #fff;
            padding: 5px 0;
            text-align: center;
            left: 0;
            bottom: -100px;
            opacity: 0;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .showcase .col-xs-2:hover p {
            bottom: -10px;
            opacity: 1;
        }

    .showcase .status,
    .search .status {
        font-family: "InekleIcons";
        line-height: 1;
        font-size: 14px;
        color: #CECECE;
    }

        .showcase .status:before,
        .search .status:before {
            content: "\e61a";
        }

        .showcase .status.online,
        .search .status.online {
            color: #01866C;
        }

        .showcase .status.busy,
        .search .status.busy {
            color: #FFA300;
        }

        .showcase .status.offline,
        .search .status.offline {
            color: #CECECE;
        }

        .showcase .status.inpool,
        .search .status.inpool {
            color: #FF635F;
        }

    .showcase .grid .status,
    .search .grid .status {
        position: absolute;
        top: 6px;
        right: 6px;
    }

.indicator-gift {
    margin-top: 10px
}

    .indicator-gift .line {
        margin-bottom: 10px
    }

        .indicator-gift .line .status {
            font-family: "InekleIcons";
            line-height: 1;
            font-size: 14px;
            color: #CECECE;
        }

        .indicator-gift .line label {
            position: relative;
            top: -3px;
        }

        .indicator-gift .line .status:before,
        .search .status:before {
            content: "\e61a";
        }

        .indicator-gift .line .status.active
        color: #01866C;
}

.indicator-gift .line .status.notactive {
    color: #FF635F;
}


.modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    margin: auto 50%;
}

.modal-dialog {
    position: absolute;
    top: 50% !important;
    margin: auto 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.modal-header button.close {
    width: 30px;
}

.modal-dialog.modal-250x250 {
    width: 250px !important;
    height: 250px !important;
}

    .modal-dialog.modal-250x250 .modal-content {
        width: 250px !important;
        height: 250px !important;
    }

.modal-dialog.modal-250x220 {
    width: 250px !important;
    height: 220px !important;
}

    .modal-dialog.modal-250x220 .modal-content {
        width: 250px !important;
        height: 220px !important;
    }

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-wrap.question .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .fancybox-wrap.question .fancybox-skin .fancybox-close {
        position: fixed;
        font-family: "InekleIcons";
        font-size: 20px;
        line-height: 33px;
        width: 35px;
        height: 35px;
        top: 15px;
        right: 15px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .fancybox-wrap.question .fancybox-skin .fancybox-close:hover {
            color: #aaa;
        }

        .fancybox-wrap.question .fancybox-skin .fancybox-close:before {
            content: "\e62e";
        }

.fancybox-rotate {
    position: fixed;
    font-family: "InekleIcons";
    font-size: 20px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 55px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .fancybox-rotate > span {
        color: #fff;
    }

.fancybox-wrap.question .fancybox-nav.fancybox-prev, .fancybox-wrap.question .fancybox-nav.fancybox-next {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
}

    .fancybox-wrap.question .fancybox-nav.fancybox-prev > span, .fancybox-wrap.question .fancybox-nav.fancybox-next > span {
        width: 60px;
        height: 60px;
        font-family: "InekleIcons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 60px;
        margin-top: -40px;
        display: block;
        visibility: visible;
        color: rgba(255, 255, 255, 0.3);
    }

    .fancybox-wrap.question .fancybox-nav.fancybox-prev:hover > span, .fancybox-wrap.question .fancybox-nav.fancybox-next:hover > span {
        color: rgba(255, 255, 255, 0.8);
    }

.fancybox-wrap.question .fancybox-nav.fancybox-prev {
    left: 0;
}

    .fancybox-wrap.question .fancybox-nav.fancybox-prev > span:before {
        content: "\e63a";
    }

.fancybox-wrap.question .fancybox-nav.fancybox-next {
    right: 0;
}

    .fancybox-wrap.question .fancybox-nav.fancybox-next > span:before {
        content: "\e61e";
    }

a {
    cursor: pointer;
}

.bootbox .btn-cancel {
    float: right;
    margin-left: 7px;
}

.file-chooser {
    position: relative;
    width: 100%;
    height: 100%;
}

    .file-chooser .actions {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 25px;
        z-index: 1050 !important;
    }

        .file-chooser .actions .btn-group .btn {
            background-color: rgba(0, 0, 0, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.7);
            color: #fff;
            opacity: .8;
        }

            .file-chooser .actions .btn-group .btn:hover {
                background-color: rgba(0, 0, 0, 0.8);
            }

    .file-chooser .file-chooser-body {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

        .file-chooser .file-chooser-body video {
            position: absolute;
            background: #000;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 10;
        }

    .file-chooser.adapt {
        text-align: center;
    }

        .file-chooser.adapt .file-chooser-body {
            overflow: hidden;
            width: auto;
            max-width: 100%;
        }

        .file-chooser.adapt.choosing .file-chooser-body {
            width: 100% !important;
            height: 100% !important;
        }

.profile-image {
    position: relative;
    width: 150px;
    margin: auto;
}

    .profile-image .remove {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.7);
        color: #fff;
        right: 3px;
        top: 3px;
    }

        .profile-image .remove:hover {
            background: rgba(0, 0, 0, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.9);
        }

    .profile-image .status {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        width: 100%;
        height: 25px;
        line-height: 23px;
        color: #fff;
    }

.home > .top {
    background: #F8FCFB;
    border-bottom: 2px solid #eee;
    padding-top: 30px;
    overflow: hidden;
}

.home > .bottom {
    background: #fff;
    padding-top: 20px;
}

.home .container .row {
    margin-bottom: 25px;
}

    .home .container .row:first-child {
        margin-bottom: 16px;
    }

    .home .container .row.stats {
        width: 120%;
    }

        .home .container .row.stats .col-xs-3 {
            width: 200px;
            margin-right: 70px;
            padding-left: 0;
            margin-left: 0;
        }

            .home .container .row.stats .col-xs-3 .pull-left {
                margin-left: 15px;
            }

                .home .container .row.stats .col-xs-3 .pull-left:first-child {
                    margin: 7px 0 0 0;
                }

                .home .container .row.stats .col-xs-3 .pull-left img {
                    margin-top: 4px;
                }

                .home .container .row.stats .col-xs-3 .pull-left span {
                    display: block;
                    line-height: 18px;
                }

                    .home .container .row.stats .col-xs-3 .pull-left span.f28x {
                        line-height: 32px;
                    }

    .home .container .row.blog {
        margin-top: 20px;
        margin-bottom: 0;
    }

        .home .container .row.blog .col-xs-4 {
            text-align: center;
            border-left: 1px solid #eee;
            padding: 0 20px;
            cursor: pointer;
        }

            .home .container .row.blog .col-xs-4:first-child {
                border: 0;
            }

            .home .container .row.blog .col-xs-4 img, .home .container .row.blog .col-xs-4 h4 {
                margin: 0;
                padding-bottom: 15px;
            }

            .home .container .row.blog .col-xs-4 .darken:hover * {
                color: #01866C;
            }

    .home .container .row.press {
        margin-bottom: 20px;
    }

        .home .container .row.press .scored-h {
            margin-bottom: 40px;
        }

            .home .container .row.press .scored-h > span {
                top: 10px;
                padding: 0 10px;
            }

.home hr {
    border: 1px solid #eee;
}

.press hr {
    margin: 15px 0 10px 0;
}

.press .row {
    padding: 0 5px;
}

    .press .row .col-md-4 {
        padding: 10px;
        margin: 0;
    }

    .press .row article {
        border: 1px solid #e4e4e4;
        cursor: pointer;
        height: 160px;
    }

        .press .row article:hover {
            background: #E9F9F5;
        }

            .press .row article:hover header img.pre {
                display: none;
            }

            .press .row article:hover header img.hover {
                display: block;
            }

        .press .row article header,
        .press .row article section {
            margin: 20px;
        }

        .press .row article header {
            margin-bottom: 15px;
            border-bottom: 1px solid #e4e4e4;
        }

            .press .row article header img {
                position: relative;
                bottom: 5px;
            }

                .press .row article header img.pre {
                    display: block;
                }

                .press .row article header img.hover {
                    display: none;
                }

        .press .row article section {
            margin-top: 10px !important;
        }

            .press .row article section p {
                line-height: 16px;
            }

.contact.container {
    width: 650px;
    margin-top: 40px;
}

.contact > .scored-h {
    margin: 10px 0 20px 0;
}

    .contact > .scored-h > span {
        width: 440px;
        padding: 0;
    }

.contact > .info {
    margin: 80px 0;
}

.contact .col-md-4, .contact .col-md-12 {
    text-align: center;
}

    .contact .col-md-4 > div > div.email, .contact .col-md-4 > div > div.phone, .contact .col-md-4 > div > div.office, .contact .col-md-4 > div > div.facebook, .contact .col-md-4 > div > div.twitter, .contact .col-md-4 > div span.email, .contact .col-md-4 > div span.phone, .contact .col-md-4 > div span.office, .contact .col-md-4 > div span.facebook, .contact .col-md-4 > div span.twitter, .contact .col-md-12 > div > div.email, .contact .col-md-12 > div > div.phone, .contact .col-md-12 > div > div.office, .contact .col-md-12 > div > div.facebook, .contact .col-md-12 > div > div.twitter, .contact .col-md-12 > div span.email, .contact .col-md-12 > div span.phone, .contact .col-md-12 > div span.office, .contact .col-md-12 > div span.facebook, .contact .col-md-12 > div span.twitter {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .contact .col-md-4 > div > div.email, .contact .col-md-4 > div > div.phone, .contact .col-md-4 > div > div.office, .contact .col-md-4 > div span.email, .contact .col-md-4 > div span.phone, .contact .col-md-4 > div span.office, .contact .col-md-12 > div > div.email, .contact .col-md-12 > div > div.phone, .contact .col-md-12 > div > div.office, .contact .col-md-12 > div span.email, .contact .col-md-12 > div span.phone, .contact .col-md-12 > div span.office {
        border: 1px solid #d4d4d4;
        border-radius: 35px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }

        .contact .col-md-4 > div > div.email > span, .contact .col-md-4 > div > div.phone > span, .contact .col-md-4 > div > div.office > span, .contact .col-md-4 > div span.email > span, .contact .col-md-4 > div span.phone > span, .contact .col-md-4 > div span.office > span, .contact .col-md-12 > div > div.email > span, .contact .col-md-12 > div > div.phone > span, .contact .col-md-12 > div > div.office > span, .contact .col-md-12 > div span.email > span, .contact .col-md-12 > div span.phone > span, .contact .col-md-12 > div span.office > span {
            line-height: 67px;
        }

    .contact .col-md-4 > div > div.email, .contact .col-md-4 > div span.email, .contact .col-md-12 > div > div.email, .contact .col-md-12 > div span.email {
        background-position: -70px 0;
    }

    .contact .col-md-4 > div > div.phone, .contact .col-md-4 > div span.phone, .contact .col-md-12 > div > div.phone, .contact .col-md-12 > div span.phone {
        background-position: -140px 0;
    }

    .contact .col-md-4 > div > div.office, .contact .col-md-4 > div span.office, .contact .col-md-12 > div > div.office, .contact .col-md-12 > div span.office {
        background-position: 0 0;
    }

    .contact .col-md-4 > div > div.twitter, .contact .col-md-4 > div span.twitter, .contact .col-md-12 > div > div.twitter, .contact .col-md-12 > div span.twitter {
        background-position: 0 -70px;
    }

    .contact .col-md-4 > div > div.facebook, .contact .col-md-4 > div span.facebook, .contact .col-md-12 > div > div.facebook, .contact .col-md-12 > div span.facebook {
        background-position: -70px -70px;
    }

    .contact .col-md-4:first-child > div {
        margin-left: -110px;
    }

    .contact .col-md-4.last > div {
        margin-right: -110px;
    }

    .contact .col-md-12 .facebook, .contact .col-md-12 .twitter {
        margin: 20px 10px !important;
    }

.whyus article:first-child header h3 {
    margin: 0;
}

.whyus article header {
    margin-bottom: 15px;
}

    .whyus article header h3 {
        font-size: 19px;
    }

.whyus article section p {
    font-size: 16px;
    margin: 0 0 5px 0;
}

    .whyus article section p span {
        display: inline-block;
        margin-right: 5px;
    }

        .whyus article section p span:before {
            position: relative;
            top: 2px;
        }

.faq > section > ul, .help-question > section > ul {
    margin: 20px;
    padding: 0;
}

    .faq > section > ul > li, .help-question > section > ul > li {
        display: block;
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
    }

        .faq > section > ul > li:first-child, .help-question > section > ul > li:first-child {
            margin: 0;
        }

        .faq > section > ul > li > a, .faq > section > ul > li > div, .help-question > section > ul > li > a, .help-question > section > ul > li > div {
            font-size: 14px;
        }

            .faq > section > ul > li > a.active, .help-question > section > ul > li > a.active {
                color: #13705E;
                cursor: default;
            }

        .faq > section > ul > li > div, .help-question > section > ul > li > div {
            margin: 10px 0 5px 20px;
        }

.hditw table tr td {
    padding: 15px 0;
    vertical-align: middle;
}

    .hditw table tr td:first-child {
        padding-right: 30px;
        text-align: center;
        vertical-align: top;
    }

.hditw .wit .col-xs-6 {
    margin-top: 20px;
    font-size: 12px;
}

    .hditw .wit .col-xs-6:first-child {
        border-right: 1px solid #d4d4d4;
    }

    .hditw .wit .col-xs-6 > div {
        padding-top: 20px;
    }

        .hditw .wit .col-xs-6 > div:first-child {
            padding: 0;
        }

    .hditw .wit .col-xs-6 img {
        margin-right: 10px;
        margin-top: 4px;
    }

.hditw .question table tr td:first-child {
    padding-right: 50px;
}

.hditw .faq {
    position: relative;
    background: #E9F9F5;
    /*border: 1px solid color("green", 6);*/
    padding: 15px;
    margin-top: 25px;
}

    .hditw .faq > h4 {
        margin: 0 0 20px 0;
        font-size: 17px;
    }

    .hditw .faq > div {
        margin: 20px 0;
        font-size: 13px;
    }

        .hditw .faq > div h5 {
            margin: 0;
            font-size: 14px;
        }

        .hditw .faq > div:first-child {
            margin: 0;
        }

    .hditw .faq > .flink {
        position: absolute;
        right: 15px;
        bottom: 10px;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

.payment > h4 {
    margin-bottom: 20px;
}

.payment > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .payment > div > [class^="col-xs-"] > div,
    .payment > div > [class*=" col-xs-"] > div {
        position: relative;
        border: 1px solid #e4e4e4;
        height: 380px;
    }

        .payment > div > [class^="col-xs-"] > div .btn.next,
        .payment > div > [class*=" col-xs-"] > div .btn.next {
            position: absolute;
            right: 20px;
            bottom: 20px;
        }

    .payment > div > [class^="col-xs-"] .head,
    .payment > div > [class*=" col-xs-"] .head {
        padding: 0 10px;
        border-bottom: 1px solid #e4e4e4;
        height: 45px;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .payment > div > [class^="col-xs-"] .head > h4,
        .payment > div > [class*=" col-xs-"] .head > h4 {
            margin: 12px 0 0 0;
            display: inline-block;
        }

        .payment > div > [class^="col-xs-"] .head ul,
        .payment > div > [class*=" col-xs-"] .head ul {
            margin: 11px 0 0 0;
            padding: 0;
        }

            .payment > div > [class^="col-xs-"] .head ul li,
            .payment > div > [class*=" col-xs-"] .head ul li {
                margin: 0 10px 0 0;
                padding: 0;
                display: inline-block;
            }

                .payment > div > [class^="col-xs-"] .head ul li .color-green-2,
                .payment > div > [class*=" col-xs-"] .head ul li .color-green-2 {
                    color: #00866C !important;
                }

                .payment > div > [class^="col-xs-"] .head ul li a.disabled,
                .payment > div > [class*=" col-xs-"] .head ul li a.disabled {
                    cursor: default;
                }

                    .payment > div > [class^="col-xs-"] .head ul li a.disabled .btn.disabled,
                    .payment > div > [class*=" col-xs-"] .head ul li a.disabled .btn.disabled {
                        opacity: 1 !important;
                    }

                .payment > div > [class^="col-xs-"] .head ul li .btn,
                .payment > div > [class*=" col-xs-"] .head ul li .btn {
                    position: relative;
                    top: -2px;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    -ms-box-shadow: none;
                    -o-box-shadow: none;
                    box-shadow: none;
                }

                    .payment > div > [class^="col-xs-"] .head ul li .btn.btn-green,
                    .payment > div > [class*=" col-xs-"] .head ul li .btn.btn-green {
                        background: #00866C !important;
                        border-color: #00866C !important;
                    }

    .payment > div > [class^="col-xs-"] .body,
    .payment > div > [class*=" col-xs-"] .body {
        padding: 0 10px;
        height: 314px;
    }

.payment .amount {
    background: #F9F9F9;
    padding: 15px;
}

    .payment .amount h4 {
        margin: 0 0 40px 0;
    }

    .payment .amount table {
        margin: auto;
        padding: 0;
    }

        .payment .amount table tr td {
            vertical-align: middle !important;
            padding: 0 0 10px 0;
            margin: 0;
            height: 52px;
            overflow: hidden;
        }

            .payment .amount table tr td.lbl {
                width: 140px;
            }

            .payment .amount table tr td.value > div {
                background: #fff;
                width: 100px;
                padding: 5px 6px;
                border: 1px solid #d4d4d4;
                text-align: right;
            }

            .payment .amount table tr td.unit {
                width: 30px;
                padding-left: 10px;
            }

    .payment .amount > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
    }

        .payment .amount > div:first-child {
            height: 125px;
            border-bottom: 1px solid #d4d4d4;
        }

    .payment .amount .row {
        margin: 3px -15px;
    }

        .payment .amount .row > div {
            margin: 0;
            padding: 0 5px;
        }

            .payment .amount .row > div > div {
                height: 40px;
                line-height: 37px;
            }

        .payment .amount .row .val {
            width: 90px;
            border: 1px solid #d4d4d4;
            background: #f9f9f9;
            text-align: right;
            padding-right: 5px;
        }

    .payment .amount .promo {
        margin: 15px 0 0 0;
        padding: 0;
    }

        .payment .amount .promo a {
            position: relative;
            top: 10px;
        }

.payment .product {
    position: relative;
    width: 87px;
    height: 87px;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 18px 0 0;
}

    .payment .product, .payment .product * {
        cursor: pointer;
    }

        .payment .product.selected .radio > span {
            display: inline-block;
        }

        .payment .product .radio {
            position: absolute;
            top: 10px;
            left: 34px;
        }

        .payment .product > div {
            display: block;
            position: absolute;
            width: 100%;
            text-align: center;
            top: 45px;
            font-size: 13px;
            line-height: 18px;
        }

            .payment .product > div .price {
                color: #13705E;
                font-size: 11px;
            }

        .payment .product:hover {
            background: #D5EFE8;
        }

        .payment .product.selected, .payment .product.selected:hover {
            background: #7fc6b3;
            border-color: #7fc6b3;
        }

            .payment .product.selected .radio, .payment .product.selected:hover .radio {
                border-color: #7fc6b3;
            }

                .payment .product.selected .radio > span, .payment .product.selected:hover .radio > span {
                    background: #7fc6b3;
                }

            .payment .product.selected > div .unit, .payment .product.selected:hover > div .unit {
                color: #fff;
            }

        .payment .product.disabled, .payment .product.disabled:hover {
            background: #EEEEEE;
            border-color: #CECECE;
        }

            .payment .product.disabled, .payment .product.disabled *, .payment .product.disabled:hover, .payment .product.disabled:hover * {
                cursor: not-allowed;
            }

                .payment .product.disabled .radio, .payment .product.disabled:hover .radio {
                    border-color: #CECECE;
                }

                    .payment .product.disabled .radio > span, .payment .product.disabled:hover .radio > span {
                        background: #CECECE;
                    }

                .payment .product.disabled > div .unit, .payment .product.disabled:hover > div .unit {
                    color: #fff;
                }

                .payment .product.disabled > div .price, .payment .product.disabled:hover > div .price {
                    color: #B4B4B4;
                }

.payment.result .head ul * {
    cursor: default !important;
}

.payment.result .head .btn:hover {
    background: #01866C !important;
}

.payment .nav-tabs li {
    padding: 0;
}

    .payment .nav-tabs li a {
        padding: 5px 10px;
        border-radius: 0;
        color: #444444;
    }

    .payment .nav-tabs li.active a {
        border-color: #d4d4d4;
        border-bottom-color: transparent;
        background: #f9f9f9;
    }

.payment .tab-content {
    background: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-top: 0;
    padding: 10px;
    height: 269px;
}

    .payment .tab-content > div {
        padding-top: 5px;
    }

.payment .tab-pane {
    height: auto !important;
}

    .payment .tab-pane form .col-sm-2 {
        padding: 5px;
    }

    .payment .tab-pane.credit-card input {
        float: left;
        width: 52px;
        margin-right: 20px;
        text-align: center;
    }

.payment .quote {
    border: 1px solid #e4e4e4;
}

    .payment .quote img {
        padding-top: 10px;
    }

    .payment .quote .info {
        margin: 33px 0 0 15px;
    }

    .payment .quote .text {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

.payment .stats {
    border: 1px solid #e4e4e4;
    padding: 20px 15px;
}

    .payment .stats > .pull-left .f22x {
        line-height: 24px;
    }

    .payment .stats > .pull-right {
        margin-left: 70px;
    }

        .payment .stats > .pull-right > .pull-left:first-child {
            margin-right: 10px;
            color: #7fc6b3;
        }

        .payment .stats > .pull-right > .pull-left .f35x {
            line-height: 30px;
        }

.payment .animate {
    animation-name: ground;
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}

@keyframes ground {
    0% {
        background: #fff;
    }

    50% {
        background: #E9F9F5;
        border-color: #01866C;
    }

    100% {
        background: #fff;
    }
}

.login,
.register {
    background: #fff;
    width: 827px;
    padding: 0;
}

    .login .pull-left, .login .pull-right,
    .register .pull-left,
    .register .pull-right {
        width: 50%;
    }

    .login .pull-right,
    .register .pull-right {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .login .pull-right h3,
        .register .pull-right h3 {
            margin: 0 0 4px 0;
        }

        .login .pull-right .redirect-link:link,
        .register .pull-right .redirect-link:link {
            color: #444;
        }

        .login .pull-right form,
        .register .pull-right form {
            width: 290px;
            margin: 20px auto auto auto;
        }

            .login .pull-right form input[type=text],
            .login .pull-right form input[type=password],
            .register .pull-right form input[type=text],
            .register .pull-right form input[type=password] {
                width: 210px !important;
            }

            .login .pull-right form .btn,
            .register .pull-right form .btn {
                width: 100%;
            }

.login {
    height: 452px;
}

    .login .pull-right {
        padding: 40px 0;
    }

        .login .pull-right form .btn[type=submit] {
            margin-top: 10px;
        }

    .register {
        height: 550px;
    }

    .register .pull-left, .register .pull-right {
        height: 100%;
    }

    .register .pull-left {
        text-align: center;
    }

        .register .pull-left > div,
        .register .pull-left > form {
            width: 335px;
            margin: auto;
        }

        .register .pull-left > div {
            margin: 0 auto 42px auto;
            text-align: left;
        }

        .register .pull-left > form {
            border-top: 1px solid #e4e4e4;
            margin-top: 40px;
            text-align: center;
        }

            .register .pull-left > form .form-group {
                padding: 24px 0;
                margin: 0;
            }

                .register .pull-left > form .form-group > label {
                    margin-left: -12px !important;
                    padding-left: 0;
                    text-indent: 0;
                }

                .register .pull-left > form .form-group > div {
                    margin-right: 0;
                    padding-right: 0;
                    float: right;
                }

            .register .pull-left > form .btn {
                width: 100%;
                margin: 0 auto;
            }

        .register .pull-left .row {
            margin: 20px 0;
        }

        .register .pull-left .phone,
        .register .pull-left .code,
        .register .pull-left .student {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            top: -8px;
        }

        .register .pull-left .note {
            display: inline-block;
            margin-top: 17px;
        }

    .register .pull-right {
        padding: 20px 0;
        border-left: 1px solid #e4e4e4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .register .pull-right form .btn[type=submit] {
            margin-top: 10px;
        }

        .register .pull-right form .form-group {
            margin-bottom: 0;
            height: 50px;
        }

        .register .pull-right .terms {
            margin-top: 15px;
        }

    .register.guardian .pull-left > div {
        margin: 10px auto 30px auto;
    }

    .register.guardian .pull-left .row {
        margin: 0 0 0 -10px;
        padding: 0;
    }

        .register.guardian .pull-left .row .col-xs-3,
        .register.guardian .pull-left .row .col-xs-8 {
            margin: 0 !important;
            padding: 0 !important;
            text-align: left;
        }

        .register.guardian .pull-left .row .col-xs-8 {
            line-height: 53px;
        }

    .register.guardian .pull-left .sandglass,
    .register.guardian .pull-left .graph,
    .register.guardian .pull-left .children {
        display: inline-block;
        width: 56px;
        height: 56px;
        position: relative;
        top: 7px;
        text-align: center;
    }


.tutor.application {
    width: 500px;
    padding: 0;
}

    .tutor.application > .form {
        background: #fff;
        width: 100%;
        height: 868px;
    }

        .tutor.application > .form .steps-header {
            height: 40px;
            padding: 6px;
            text-align: center;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        }

            .tutor.application > .form .steps-header ul {
                margin: 0;
                padding: 0;
            }

                .tutor.application > .form .steps-header ul li {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                }

                    .tutor.application > .form .steps-header ul li > * {
                        margin: 0 8px;
                    }

                    .tutor.application > .form .steps-header ul li .seperator span {
                        position: relative;
                        top: 4px;
                    }

                    .tutor.application > .form .steps-header ul li:last-child > .seperator {
                        display: none;
                    }

                    .tutor.application > .form .steps-header ul li .btn-green {
                        background-color: #01866C !important;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        -ms-box-shadow: none;
                        -o-box-shadow: none;
                        box-shadow: none;
                        cursor: default;
                    }

        .tutor.application > .form .steps-body {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0;
            overflow-x: hidden;
        }

            .tutor.application > .form .steps-body form .step .form-group {
                margin-bottom: 20px;
            }

                .tutor.application > .form .steps-body form .step .form-group label {
                    margin-bottom: 20px;
                }

                .tutor.application > .form .steps-body form .step .form-group textarea {
                    width: 100%;
                    height: 125px;
                    resize: none;
                }

            .tutor.application > .form .steps-body form .step:first-child .form-group {
                height: 55px;
                margin: 0 0 10px 0;
            }

                .tutor.application > .form .steps-body form .step:first-child .form-group label {
                    margin: 0;
                }

            .tutor.application > .form .steps-body .pager {
                position: absolute;
                width: 100%;
                padding: 20px;
                bottom: 20px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            }

            .tutor.application > .form .steps-body .steps-container {
                width: 3000px;
                margin: 0;
                padding: 0;
            }

                .tutor.application > .form .steps-body .steps-container .step {
                    float: left;
                    width: 500px;
                    height: 100%;
                    padding: 20px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    .tutor.application > .form .steps-body .steps-container .step label {
                        margin: 0;
                        padding: 0;
                    }

                    .tutor.application > .form .steps-body .steps-container .step .photo {
                        width: 107px;
                        height: 107px;
                        border: 1px solid #c4c4c4;
                        background: #fff;
                        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
                        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
                        -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
                        -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
                        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
                        text-align: center;
                        overflow: hidden;
                    }

                        .tutor.application > .form .steps-body .steps-container .step .photo img {
                            height: 100%;
                            margin: auto;
                        }

                        .tutor.application > .form .steps-body .steps-container .step .photo.invalid {
                            border-color: #cc0000 !important;
                        }

    .tutor.application .form-group {
        margin-bottom: 15px !important;
    }

    .tutor.application label {
        font-size: 13px;
    }

    .tutor.application > .completed {
        text-align: center;
        background: none;
        height: auto;
    }

        .tutor.application > .completed .facebook,
        .tutor.application > .completed .twitter {
            display: inline-block;
            background: url(images/contact_icons.png) no-repeat;
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
        }

        .tutor.application > .completed .twitter {
            background-position: 0 -70px;
        }

        .tutor.application > .completed .facebook {
            background-position: -70px -70px;
        }

        .tutor.application > .completed h4 {
            margin: 25px;
        }

        .tutor.application > .completed p {
            margin: 20px 0;
            line-height: 24px;
        }

.tutors ul {
    margin: 0;
    padding: 0;
}

    .tutors ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .tutors ul li .btn-green {
            background-color: #01866C !important;
            cursor: default;
        }

.tutors .grid {
    width: 1080px;
}

    .tutors .grid .col-xs-2 {
        padding: 14px;
        margin: 0 20px 20px 0;
        border: 1px solid #e4e4e4;
        height: 250px;
        cursor: pointer;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .07);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .07);
        -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .07);
        -o-box-shadow: 0 0 2px rgba(0, 0, 0, .07);
        box-shadow: 0 0 2px rgba(0, 0, 0, .07);
    }

        .tutors .grid .col-xs-2 > div {
            position: relative;
            margin-top: 10px;
        }

            .tutors .grid .col-xs-2 > div:first-child {
                width: 150px;
                height: 150px;
                margin: 0;
                overflow: hidden;
            }

                .tutors .grid .col-xs-2 > div:first-child > div {
                    position: absolute;
                    background-color: rgba(30, 30, 30, 0.85);
                    width: 100%;
                    line-height: 7px;
                    color: #fff;
                    padding: 7px 0;
                    text-align: center;
                    left: 0;
                    bottom: -100px;
                    opacity: 0;
                    -webkit-transition: all .1s;
                    -moz-transition: all .1s;
                    -ms-transition: all .1s;
                    -o-transition: all .1s;
                    transition: all .1s;
                }

        /*.tutors .grid .col-xs-2 > div:first-child:hover > div {
                    bottom: 0;
                    opacity: 1;
                }*/

        .tutors .grid .col-xs-2:hover {
            background: #E9F9F5 !important;
        }

        .tutors .grid .col-xs-2 .close {
            display: none;
            position: absolute !important;
            right: 3px;
            top: 3px;
            font-size: 10px;
        }

        .tutors .grid .col-xs-2 .follow {
            display: none;
            position: absolute;
            right: 0;
            top: 0;
        }

        .tutors .grid .col-xs-2.empty {
            background: #fbfbfb;
        }

            .tutors .grid .col-xs-2.empty > div {
                border: 1px solid #e2e2e2;
                color: #EEEEEE;
            }

        .tutors .grid .col-xs-2:hover {
            -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
            -ms-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
            -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border-color: #d4d4d4;
        }

            .tutors .grid .col-xs-2:hover > div:first-child > div {
                bottom: 0;
                opacity: 1;
            }

            .tutors .grid .col-xs-2:hover .close {
                display: block;
                opacity: 1;
                color: #808080;
            }

            .tutors .grid .col-xs-2:hover .follow {
                display: block;
                opacity: 1;
            }

        .tutors .grid .col-xs-2 > div:first-child > .select-index {
            position: absolute;
            width: 100px !important;
            height: 100px !important;
            background: rgba(54, 165, 116, 0.5);
            left: 25px;
            top: 25px;
            color: #fff;
            text-align: center;
            line-height: 88px;
            z-index: 1;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            opacity: 1 !important;
        }

.tutor.index {
    position: relative;
    top: -34px;
}

    .tutor.index .status-bar {
        width: 100%;
        height: 80px;
        padding: 10px;
        background: #fbfbfb;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #d4d4d4;
        margin-bottom: 30px;
    }

        .tutor.index .status-bar hr {
            margin: 15px 0 10px 0;
        }

        .tutor.index .status-bar .private-mod {
            display: none;
        }



            .tutor.index .status-bar .private-mod > div {
                /*width: 765px;*/
            }

                .tutor.index .status-bar .private-mod > div:first-child {
                    /*margin-right: 10px;*/
                }

                    .tutor.index .status-bar .private-mod > div:first-child input[type=text] {
                        display: inline-block;
                        height: 25px;
                        margin-right: 5px;
                        width: 155px;
                    }

                    .tutor.index .status-bar .private-mod > div:first-child a.tip {
                        position: relative;
                        top: 4px;
                        color: #7fc6b3;
                    }

                        .tutor.index .status-bar .private-mod > div:first-child a.tip:hover {
                            color: #01866C;
                        }


            .tutor.index .status-bar .private-mod .label {
                display: block;
                float: left;
                position: relative;
                margin: 0 5px 5px 0 !important;
                color: #333;
                background: #eee;
                border: 1px solid #d4d4d4;
                padding-right: 20px !important;
                height: 25px !important;
                line-height: 18px;
            }

                .tutor.index .status-bar .private-mod .label:last-child {
                    padding-right: 25px;
                }

                .tutor.index .status-bar .private-mod .label > .cancel {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    cursor: pointer;
                }

        .tutor.index .status-bar.expanded {
            height: auto;
        }

            .tutor.index .status-bar.expanded .private-mod {
                margin-top: 10px;
                display: block;
            }


        .tutor.index .status-bar .lecturing > div {
            width: 765px;
        }



        .tutor.index .status-bar .away-mod > div:first-child {
            margin-right: 10px;
            width: 180px;
        }

            .tutor.index .status-bar .away-mod > div:first-child input[type=text] {
                display: inline-block;
                height: 25px;
                margin-right: 5px;
                width: 155px;
            }

            .tutor.index .status-bar .away-mod > div:first-child a.tip {
                position: relative;
                top: 4px;
                color: #7fc6b3;
            }

                .tutor.index .status-bar .away-mod > div:first-child a.tip:hover {
                    color: #01866C;
                }


        .tutor.index .status-bar .away-mod .label {
            display: block;
            float: left;
            position: relative;
            margin: 0 5px 5px 0 !important;
            color: #333;
            background: #eee;
            border: 1px solid #d4d4d4;
            padding-right: 20px !important;
            height: 25px !important;
            line-height: 18px;
        }

            .tutor.index .status-bar .away-mod .label:last-child {
                padding-right: 25px;
            }

            .tutor.index .status-bar .away-mod .label > .cancel {
                position: absolute;
                top: 5px;
                right: 5px;
                cursor: pointer;
            }

        .tutor.index .status-bar .away-mod .twitter-typeahead {
            width: auto;
            margin-left: 5px;
        }

        .tutor.index .status-bar .away-mod hr {
            margin-top: 5px;
        }


        .tutor.index .status-bar > .pull-left {
            width: 590px;
            margin-top: 6px;
        }

            .tutor.index .status-bar > .pull-left img {
                width: 50px;
                height: 50px;
            }

            .tutor.index .status-bar > .pull-left textarea {
                float: right;
                position: relative;
                border: 1px solid #d4d4d4;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -o-box-shadow: 0 0 2px rgba(0,0,0,.1);
                box-shadow: 0 0 2px rgba(0,0,0,.1);
                border-radius: 4px;
                font-size: 13px;
                padding: 5px;
                width: 535px;
                height: 50px;
                resize: none;
                text-indent: 0;
                right: -5px;
            }

            .tutor.index .status-bar > .pull-left .triangle {
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 11px 11px 11px 0;
                border-color: transparent #DAD9D6 transparent transparent;
                top: 50%;
                left: -4px;
                margin: -11px 0 0 0;
            }

                .tutor.index .status-bar > .pull-left .triangle > span {
                    position: absolute;
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #fff transparent transparent;
                    top: -9px;
                    left: 2px;
                    z-index: 1;
                }

        .tutor.index .status-bar > .pull-right {
            width: 365px;
        }

            .tutor.index .status-bar > .pull-right > div {
                width: 115px;
                float: right;
                padding: 0 0 0 10px;
            }

                .tutor.index .status-bar > .pull-right > div label {
                    margin-bottom: 2px;
                }

                .tutor.index .status-bar > .pull-right > div:first-child {
                    width: 95px;
                }

                    .tutor.index .status-bar > .pull-right > div:first-child .btn {
                        width: 100%;
                    }

                .tutor.index .status-bar > .pull-right > div:last-child {
                    width: 150px;
                }

.tutor .stats.item > div > div {
    float: left;
}

.tutor .stats .image {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
}

    .tutor .stats .image > img {
        float: left;
        width: 100%;
        height: 100%;
        margin-right: 20px;
    }

    .tutor .stats .image > div {
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 23px;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        text-indent: 6px;
        bottom: 0;
        color: #fff;
    }

.tutor .stats h1 {
    margin: 0;
    padding: 5px 0 10px 0;
}

.profile .general,
.profile .stats,
.profile .comments {
    margin-bottom: 30px;
}

    .profile .general > .pull-left {
        position: relative;
        width: 605px;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
        margin-right: 13px;
    }

        .profile .general > .pull-left .department-type {
            position: absolute;
            background-repeat: no-repeat;
            background-position: center center;
            top: 10px;
            right: 10px;
            width: 74px;
            height: 74px;
        }

            .profile .general > .pull-left .department-type.d1 {
                background-image: url(images/sayisal_damga.png);
            }

            .profile .general > .pull-left .department-type.d2 {
                background-image: url(images/sozel_damga.png);
            }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .profile .general > .pull-left .department-type {
        background-size: 74px 74px;
    }

        .profile .general > .pull-left .department-type.d1 {
            background-image: url(images/sayisal_damga@2x.png);
        }

        .profile .general > .pull-left .department-type.d2 {
            background-image: url(images/sozel_damga@2x.png);
        }
}

.profile .general > .pull-left > table {
    width: 100%;
    border-collapse: separate;
    margin: 0;
    padding: 0;
}

    .profile .general > .pull-left > table > tbody > tr > td {
        border-bottom: 1px solid #d4d4d4;
        vertical-align: middle;
        padding: 10px;
    }

        .profile .general > .pull-left > table > tbody > tr > td:first-child {
            width: 150px;
            border-right: 1px solid #d4d4d4;
        }

    .profile .general > .pull-left > table > tbody > tr:first-child > td {
        border: 0;
        height: 150px;
        margin: 0;
        padding: 0 13px;
        overflow: hidden;
    }

        .profile .general > .pull-left > table > tbody > tr:first-child > td:first-child {
            padding: 0;
        }

    .profile .general > .pull-left > table > tbody > tr:last-child {
        border-bottom: 0;
    }

    .profile .general > .pull-left > table > tbody > tr.status > td, .profile .general > .pull-left > table > tbody > tr.experience > td {
        padding: 0 13px;
    }

        .profile .general > .pull-left > table > tbody > tr.status > td:first-child, .profile .general > .pull-left > table > tbody > tr.experience > td:first-child {
            padding: 0;
        }

    .profile .general > .pull-left > table > tbody > tr.status {
        overflow: hidden;
    }

        .profile .general > .pull-left > table > tbody > tr.status > td {
            position: relative;
            background: #f5f5f5;
            height: 50px;
            border-bottom: 1px solid #e4e4e4;
        }

            .profile .general > .pull-left > table > tbody > tr.status > td:first-child {
                text-align: center;
            }

        .profile .general > .pull-left > table > tbody > tr.status.online > td:first-child, .profile .general > .pull-left > table > tbody > tr.status.offline > td:first-child, .profile .general > .pull-left > table > tbody > tr.status.busy > td:first-child, .profile .general > .pull-left > table > tbody > tr.status.inpool > td:first-child {
            color: #fff;
        }

        .profile .general > .pull-left > table > tbody > tr.status.online > td:first-child {
            background: #01866C;
            border-right-color: #01866C;
            border-bottom-color: #01866C;
        }

        .profile .general > .pull-left > table > tbody > tr.status.offline > td:first-child {
            background: #ddd;
            border-right-color: #ddd;
            border-bottom-color: #ddd;
        }

        .profile .general > .pull-left > table > tbody > tr.status.busy > td:first-child {
            background: #FFCB6E;
            border-right-color: #FFCB6E;
            border-bottom-color: #FFCB6E;
        }

        .profile .general > .pull-left > table > tbody > tr.status.inpool > td:first-child {
            background: #FF635F;
            border-right-color: #FF635F;
            border-bottom-color: #FF635F;
        }

        .profile .general > .pull-left > table > tbody > tr.status .status-date {
            position: absolute;
            right: 10px;
            bottom: 1px;
        }

    .profile .general > .pull-left > table > tbody > tr.experience > td {
        height: 50px;
    }

        .profile .general > .pull-left > table > tbody > tr.experience > td:first-child {
            padding: 0 15px;
        }

            .profile .general > .pull-left > table > tbody > tr.experience > td:first-child > div {
                display: inline-block;
                color: #666;
            }

                .profile .general > .pull-left > table > tbody > tr.experience > td:first-child > div:first-child {
                    width: 35px;
                }

            .profile .general > .pull-left > table > tbody > tr.experience > td:first-child [class^="in-icon-"]:before, .profile .general > .pull-left > table > tbody > tr.experience > td:first-child [class*=" in-icon-"]:before {
                position: relative;
                top: -3px;
                color: #ccc;
            }

.profile .general > .pull-right {
    width: 360px;
}

    .profile .general > .pull-right .course,
    .profile .general > .pull-right .question,
    .profile .general > .pull-right .message {
        border-width: 1px;
        border-style: solid;
        padding: 10px;
        margin: 0 0 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .profile .general > .pull-right .course {
        background: #E9F9F5;
        border-color: #D5EFE8;
        height: 190px;
        padding: 15px 10px;
    }

        .profile .general > .pull-right .course .chosen-single.chosen-default * {
            font-size: 13px !important;
        }

        .profile .general > .pull-right .course .chosen-drop * {
            font-size: 13px !important;
        }

    .profile .general > .pull-right .question {
        background: #fff0f0;
        border-color: #FFD9DF;
        height: 90px;
    }

        .profile .general > .pull-right .question > div > div:first-child {
            position: relative;
            top: 2px;
        }

        .profile .general > .pull-right .question hr {
            border-color: #FFD9DF;
            margin: 7px 0;
        }

        .profile .general > .pull-right .question .btn {
            margin-top: 5px;
        }

    .profile .general > .pull-right .message {
        background: #f8f8f8;
        border-color: #e4e4e4;
        height: 151px;
    }

        .profile .general > .pull-right .message textarea {
            height: 70px;
            margin-bottom: 15px;
            resize: none;
        }

        .profile .general > .pull-right .message .tip {
            display: block;
            margin: 5px 3px;
        }

            .profile .general > .pull-right .message .tip:before {
                position: relative;
                top: 3px;
            }

        .profile .general > .pull-right .message .btn {
            padding-left: 8px;
            padding-right: 8px;
        }

.profile .stats {
    border: 1px solid #ddd;
}

    .profile .stats .stats-head,
    .profile .stats .stats-body,
    .profile .stats .stats-foot {
        text-align: center;
        font-size: 12px;
        padding: 5px;
    }

    .profile .stats .stats-head {
        background: #eee;
        border-bottom: 1px solid #ddd;
    }

    .profile .stats .stats-body {
        height: 270px;
        overflow: hidden;
    }

        .profile .stats .stats-body .col-md-4 {
            margin: auto;
        }

    .profile .stats .stats-foot {
        padding: 5px;
        text-align: right;
    }

.profile .comments h4 {
    margin: 0 0 20px 0;
}

.profile-ratings-tip table tr th, .profile-ratings-tip table tr td {
    padding: 2px 8px;
}

.profile-ratings-tip table tr th {
    height: 30px;
    width: 130px;
}

    .profile-ratings-tip table tr th:first-child {
        width: 60px;
    }

.profile-ratings-tip table tr td {
    vertical-align: middle;
    height: 20px;
    padding: 2px 8px;
}

    .profile-ratings-tip table tr td:first-child {
        border-right: 1px solid #ddd;
        text-align: right;
    }

    .profile-ratings-tip table tr td > div {
        float: left;
        height: 100%;
    }

        .profile-ratings-tip table tr td > div:first-child {
            display: inline-block;
            width: 75px;
            height: 100%;
            margin-right: 5px;
            background: #E9F9F5;
        }

            .profile-ratings-tip table tr td > div:first-child > div {
                width: 1px;
                height: 100%;
                background: #01866C;
            }

.student.index .search-course {
    width: 800px;
    margin: auto;
    margin-bottom: 60px;
}

    .student.index .search-course .chosen-container span {
        font-size: 15px;
        color: #222;
    }

    .student.index .search-course .chosen-container .chosen-results li.active-result {
        color: #222;
    }

    .student.index .search-course .chosen-container .chosen-results li.disabled-result {
        color: #BBB;
    }

    .student.index .search-course .chosen-container .chosen-results li.highlighted {
        color: #fff;
    }

    .student.index .search-course .doddle {
        position: relative;
        text-align: center;
        height: 180px;
    }

        .student.index .search-course .doddle.get-lost {
            -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            height: 0;
            opacity: 0;
            overflow: hidden !important;
        }

            .student.index .search-course .doddle.get-lost img, .student.index .search-course .doddle.get-lost .bubbles {
                display: none;
            }

        .student.index .search-course .doddle .bubbles {
            position: absolute;
            text-align: center;
            width: 270px;
            height: 160px;
            right: 30px;
            top: -50px;
            z-index: 0;
        }

            .student.index .search-course .doddle .bubbles .bx-wrapper {
                box-shadow: none;
                z-index: 0;
                height: 160px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
            }

                .student.index .search-course .doddle .bubbles .bx-wrapper .bx-viewport {
                    border: 0;
                    height: 160px;
                    z-index: 0;
                }

            .student.index .search-course .doddle .bubbles ul, .student.index .search-course .doddle .bubbles ul li {
                margin: 0;
                padding: 0;
            }

            .student.index .search-course .doddle .bubbles .controls {
                position: absolute;
                right: 20px;
                bottom: 15px;
                width: 35px;
                z-index: 10000;
            }

                .student.index .search-course .doddle .bubbles .controls .next, .student.index .search-course .doddle .bubbles .controls .prev {
                    position: absolute;
                    top: 0;
                }

                    .student.index .search-course .doddle .bubbles .controls .next a, .student.index .search-course .doddle .bubbles .controls .prev a {
                        color: #01866C;
                    }

                    .student.index .search-course .doddle .bubbles .controls .next.disabled a, .student.index .search-course .doddle .bubbles .controls .prev.disabled a {
                        color: #CECECE !important;
                        cursor: default;
                    }

                .student.index .search-course .doddle .bubbles .controls .next {
                    right: 0;
                }

                .student.index .search-course .doddle .bubbles .controls .prev {
                    left: 0;
                }

    .student.index .search-course .pull-left {
        margin-left: 5px;
    }

        .student.index .search-course .pull-left:first-child {
            margin-left: 0;
        }

        .student.index .search-course .pull-left .btn {
            line-height: 34px;
        }

        .student.index .search-course .pull-left .tip {
            display: block;
            position: relative;
            top: 9px;
        }

.student.index h3 {
    margin-bottom: 20px;
}

.student.index .showcase {
    height: 150px;
}

.student.index .search-result table {
    border: 1px solid #d4d4d4;
}

    .student.index .search-result table tr td {
        cursor: pointer;
        position: relative;
        border-color: #d4d4d4;
        border-style: solid;
        border-width: 0 0 1px 1px;
        vertical-align: middle;
    }

        .student.index .search-result table tr td [class^="in-icon-"],
        .student.index .search-result table tr td [class*=" in-icon-"] {
            display: none;
            position: absolute;
            right: 10px;
            top: 15px;
        }

    .student.index .search-result table tr:hover {
        background: #f8f8f8;
    }

    .student.index .search-result table tr.status.online [class^="in-icon-"],
    .student.index .search-result table tr.status.online [class*=" in-icon-"], .student.index .search-result table tr.status.busy [class^="in-icon-"],
    .student.index .search-result table tr.status.busy [class*=" in-icon-"] {
        display: block;
    }

    .student.index .search-result table tr.status.online {
        background-color: #E9F9F5;
    }

        .student.index .search-result table tr.status.online:hover {
            background-color: #D5EFE8;
        }

        .student.index .search-result table tr.status.online td [class^="in-icon-"],
        .student.index .search-result table tr.status.online td [class*=" in-icon-"] {
            color: #13705E;
        }

    .student.index .search-result table tr.status.busy {
        background-color: #fffcf5;
    }

        .student.index .search-result table tr.status.busy td [class^="in-icon-"],
        .student.index .search-result table tr.status.busy td [class*=" in-icon-"] {
            color: #FFA300;
        }

        .student.index .search-result table tr.status.busy:hover {
            background-color: #fff1d1;
        }

.student.profile > .row:first-child {
    margin: 0 -7px 30px -7px;
}

    .student.profile > .row:first-child [class^="col-xs-"],
    .student.profile > .row:first-child [class*=" col-xs-"] {
        display: block;
        padding: 7px;
    }

        .student.profile > .row:first-child [class^="col-xs-"] > div,
        .student.profile > .row:first-child [class*=" col-xs-"] > div {
            padding: 25px;
            height: 200px;
        }

            .student.profile > .row:first-child [class^="col-xs-"] > div > div,
            .student.profile > .row:first-child [class*=" col-xs-"] > div > div {
                height: 10px;
                height: 90px;
            }

                .student.profile > .row:first-child [class^="col-xs-"] > div > div > span,
                .student.profile > .row:first-child [class*=" col-xs-"] > div > div > span {
                    position: relative;
                    top: 25px;
                }

    .student.profile > .row:first-child .col-xs-2 {
        padding: 7px;
    }

        .student.profile > .row:first-child .col-xs-2 > div {
            padding: 10px !important;
        }

            .student.profile > .row:first-child .col-xs-2 > div > div {
                height: 125px !important;
            }

                .student.profile > .row:first-child .col-xs-2 > div > div:first-child {
                    border: 1px solid #e4e4e4;
                    background: #f8f8f8;
                    margin-bottom: 5px;
                }

                    .student.profile > .row:first-child .col-xs-2 > div > div:first-child > span {
                        position: relative;
                        top: 35px;
                    }

    .student.profile > .row:first-child .col-xs-3 > div {
        padding: 0;
        width: 100%;
        display: table;
    }

        .student.profile > .row:first-child .col-xs-3 > div > div {
            display: table-cell;
            padding: 0 !important;
            height: auto;
            vertical-align: middle;
        }

            .student.profile > .row:first-child .col-xs-3 > div > div span {
                display: block;
                position: inherit;
                padding-bottom: 15px;
            }

.student.profile > .row.charts {
    margin: 0 0 30px 0;
}

    .student.profile > .row.charts .col-xs-4 {
        padding: 0;
        margin: 0;
    }

.archive > h4 {
    margin: 0 0 20px 0;
}

.archive > div {
    margin: 20px 0;
}

    .archive > div table a {
        color: #01866C;
    }

        .archive > div table a:hover {
            color: #13705E;
        }

.settings .personal .col-xs-5 {
    margin-top: 22px;
}

    .settings .personal .col-xs-5 .gift-box {
        width: 200px;
        background: #fff;
        border: 1px solid #d4d4d4;
        padding: 10px 5px;
        margin: 60px auto 0 auto;
    }

        .settings .personal .col-xs-5 .gift-box table {
            margin-top: 20px;
        }

            .settings .personal .col-xs-5 .gift-box table tr td {
                padding-bottom: 13px;
            }

                .settings .personal .col-xs-5 .gift-box table tr td:first-child {
                    width: 45px;
                    text-align: center;
                    padding-right: 10px;
                }

.guardian.index #slider {
    position: relative;
    height: 340px;
}

    .guardian.index #slider .next,
    .guardian.index #slider .prev {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

    .guardian.index #slider .prev {
        left: -35px;
    }

    .guardian.index #slider .next {
        right: -35px;
    }

    .guardian.index #slider .bx-wrapper {
        position: relative !important;
        box-shadow: none !important;
    }

        .guardian.index #slider .bx-wrapper .bx-pager {
            position: absolute;
            text-align: right;
            width: auto !important;
            right: 0 !important;
            bottom: 0 !important;
        }

            .guardian.index #slider .bx-wrapper .bx-pager .bx-pager-item {
                color: #fff !important;
            }

                .guardian.index #slider .bx-wrapper .bx-pager .bx-pager-item a {
                    width: 18px !important;
                    height: 18px !important;
                    border-radius: 9px !important;
                    margin: 2px !important;
                    background: #E9F9F5 !important;
                }

                    .guardian.index #slider .bx-wrapper .bx-pager .bx-pager-item a.active {
                        background: #7fc6b3 !important;
                    }

    .guardian.index #slider .badge {
        display: block;
        position: absolute !important;
        left: 250px;
        top: 130px;
        display: block;
        width: 75px;
        height: 75px;
        background: #FF635F;
        border-radius: 37px;
        text-align: center;
    }

        .guardian.index #slider .badge:hover {
            background: #F74141;
        }

        .guardian.index #slider .badge > span {
            display: inline-block;
            position: relative;
            height: 100%;
            top: 17px;
            -ms-transform: rotate(-5deg);
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            transform: rotate(-5deg);
            text-align: center;
            line-height: 18px;
        }

.guardian.index .bottom.row {
    text-align: center;
}

    .guardian.index .bottom.row .col-xs-3 {
        border-left: 1px solid #e4e4e4;
        margin: 0;
    }

        .guardian.index .bottom.row .col-xs-3:first-child {
            border-left: 0;
        }

        .guardian.index .bottom.row .col-xs-3 h4 {
            margin: 0 0 30px 0;
        }

        .guardian.index .bottom.row .col-xs-3 p {
            margin: 0 0 30px 0;
        }

.guardian.students .scored-h {
    margin: 0 0 30px 0 !important;
}

.guardian.students .w500 {
    width: 500px;
    margin: auto;
}

.guardian.students .row {
    margin: 0 -5px;
    padding: 0;
}

    .guardian.students .row .col-xs-4 {
        padding: 5px;
        margin: 0;
        text-align: center;
        cursor: pointer;
    }

        .guardian.students .row .col-xs-4:not(.sample):hover > div {
            background: #E9F9F5;
            border-color: #d4d4d4;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

        .guardian.students .row .col-xs-4.sample {
            opacity: .6;
        }

            .guardian.students .row .col-xs-4.sample * {
                cursor: default;
            }

        .guardian.students .row .col-xs-4 > div {
            padding: 10px;
        }

            .guardian.students .row .col-xs-4 > div > div {
                margin-bottom: 10px;
            }

                .guardian.students .row .col-xs-4 > div > div:first-child {
                    border: 1px solid #e4e4e4;
                    background: #fbfbfb;
                    padding: 30px 0;
                }

.tutor.index {
    position: relative;
    top: -34px;
}

    .tutor.index .status-bar {
        width: 100%;
        height: 80px;
        padding: 10px;
        background: #fbfbfb;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #d4d4d4;
        margin-bottom: 30px;
    }

        .tutor.index .status-bar hr {
            margin: 15px 0 10px 0;
        }

        .tutor.index .status-bar .private-mod {
            display: none;
        }

            .tutor.index .status-bar .private-mod > div {
                /*width: 765px;*/
            }

                .tutor.index .status-bar .private-mod > div:first-child {
                    margin-right: 10px;
                    /*width: 180px;*/
                }

                    .tutor.index .status-bar .private-mod > div:first-child input[type=text] {
                        display: inline-block;
                        height: 25px;
                        margin-right: 5px;
                        width: 155px;
                    }

                    .tutor.index .status-bar .private-mod > div:first-child a.tip {
                        position: relative;
                        top: 4px;
                        color: #7fc6b3;
                    }

                        .tutor.index .status-bar .private-mod > div:first-child a.tip:hover {
                            color: #01866C;
                        }

            .tutor.index .status-bar .private-mod .label {
                display: block;
                float: left;
                position: relative;
                margin: 0 5px 5px 0 !important;
                color: #333;
                background: #eee;
                border: 1px solid #d4d4d4;
                padding-right: 20px !important;
                height: 25px !important;
                line-height: 18px;
            }

                .tutor.index .status-bar .private-mod .label:last-child {
                    padding-right: 25px;
                }

                .tutor.index .status-bar .private-mod .label > .cancel {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    cursor: pointer;
                }

        .tutor.index .status-bar.expanded {
            height: auto;
        }

            .tutor.index .status-bar.expanded .private-mod {
                margin-top: 10px;
                display: block;
            }

        .tutor.index .status-bar > .pull-left {
            width: 590px;
            margin-top: 6px;
        }

            .tutor.index .status-bar > .pull-left img {
                width: 50px;
                height: 50px;
            }

            .tutor.index .status-bar > .pull-left textarea {
                float: right;
                position: relative;
                border: 1px solid #d4d4d4;
                -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
                -o-box-shadow: 0 0 2px rgba(0,0,0,.1);
                box-shadow: 0 0 2px rgba(0,0,0,.1);
                border-radius: 4px;
                font-size: 13px;
                padding: 5px;
                width: 535px;
                height: 50px;
                resize: none;
                text-indent: 0;
                right: -5px;
            }

            .tutor.index .status-bar > .pull-left .triangle {
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 11px 11px 11px 0;
                border-color: transparent #DAD9D6 transparent transparent;
                top: 50%;
                left: -4px;
                margin: -11px 0 0 0;
            }

                .tutor.index .status-bar > .pull-left .triangle > span {
                    position: absolute;
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #fff transparent transparent;
                    top: -9px;
                    left: 2px;
                    z-index: 1;
                }

        .tutor.index .status-bar > .pull-right {
            width: 365px;
        }

            .tutor.index .status-bar > .pull-right > div {
                width: 115px;
                float: right;
                padding: 0 0 0 10px;
            }

                .tutor.index .status-bar > .pull-right > div label {
                    margin-bottom: 2px;
                }

                .tutor.index .status-bar > .pull-right > div:first-child {
                    width: 95px;
                }

                    .tutor.index .status-bar > .pull-right > div:first-child .btn {
                        width: 100%;
                    }

                .tutor.index .status-bar > .pull-right > div:last-child {
                    width: 150px;
                }

.tutor .stats.item > div > div {
    float: left;
}

.tutor .stats .image {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
}

    .tutor .stats .image > img {
        float: left;
        width: 100%;
        height: 100%;
        margin-right: 20px;
    }

    .tutor .stats .image > div {
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 23px;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        text-indent: 6px;
        bottom: 0;
        color: #fff;
    }

.tutor .stats h1 {
    margin: 0;
    padding: 5px 0 10px 0;
}

/*.bulk-sms-popup > .modal-md {
        width: 450px;
    }

    .bulk-sms-popup > .modal-md .message {
        margin: 0 0 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }*/

.bulk-sms {
    background-color: #FF635F;
}

.file-manager {
    width: 100%;
    height: 100%;
}

    .file-manager > .row {
        margin: 0;
    }

        .file-manager > .row:first-child {
            border-bottom: 1px solid #d4d4d4;
        }

        .file-manager > .row > [class^="col-xs-"],
        .file-manager > .row > [class*=" col-xs-"] {
            border-left: 1px solid #d4d4d4;
            margin: 0 0 0 -1px;
            padding: 5px 0;
        }

            .file-manager > .row > [class^="col-xs-"]:first-child,
            .file-manager > .row > [class*=" col-xs-"]:first-child {
                border-right: 1px solid #d4d4d4;
                border-left: 0;
                margin: 0;
            }

            .file-manager > .row > [class^="col-xs-"] .tools,
            .file-manager > .row > [class*=" col-xs-"] .tools {
                position: relative;
                top: 5px;
            }

        .file-manager > .row:last-child > [class^="col-xs-"],
        .file-manager > .row:last-child > [class*=" col-xs-"] {
            min-height: 400px;
        }

    .file-manager .tools {
        margin: 0;
        padding: 0;
        cursor: default;
    }

        .file-manager .tools li {
            display: inline-block;
            padding: 0;
            margin: 0 0 0 3px;
            cursor: default;
        }

            .file-manager .tools li.seperator {
                position: relative;
                border-right: 1px solid #d4d4d4;
                margin: 0 7px;
                padding: 0;
                top: -4px;
            }

            .file-manager .tools li span {
                cursor: pointer;
            }

    .file-manager .tree {
        padding-bottom: 10px;
    }

        .file-manager .tree [class^="in-icon-"],
        .file-manager .tree [class*=" in-icon-"] {
            position: relative;
            top: 1px;
        }

        .file-manager .tree > ul {
            margin: 0;
            padding: 0;
        }

            .file-manager .tree > ul li {
                position: relative;
                list-style: none;
                margin: 0 0 0 0px;
                padding: 0 0 0 17px;
                white-space: nowrap;
            }

                .file-manager .tree > ul li a span {
                    margin-right: 5px;
                }

                .file-manager .tree > ul li a.current {
                    font-weight: bold;
                }

                    .file-manager .tree > ul li a.current > span {
                        color: #444444;
                    }

                        .file-manager .tree > ul li a.current > span:first-child {
                            color: #01866C;
                        }

                .file-manager .tree > ul li .arrow {
                    position: absolute;
                    left: 0;
                    top: 2px;
                    font-size: 12px;
                    transition: transform .1s ease-out;
                    -webkit-transition: transform .1s ease-out;
                    -moz-transition: transform .1s ease-out;
                }

                    .file-manager .tree > ul li .arrow.right {
                        -webkit-transform: rotate(-90deg);
                        -moz-transform: rotate(-90deg);
                        -o-transform: rotate(-90deg);
                    }

                .file-manager .tree > ul li ul {
                    display: none;
                    margin: 0;
                    padding: 0;
                    height: 0;
                    transition: height .1s ease-out;
                    -webkit-transition: height .1s ease-out;
                    -moz-transition: height .1s ease-out;
                }

                    .file-manager .tree > ul li ul.expanded {
                        display: block;
                        height: auto;
                    }

            .file-manager .tree > ul > li {
                margin: 0;
            }

    .file-manager .files {
        margin-left: 5px;
    }

        .file-manager .files > div {
            position: relative;
            float: left;
            width: 110px;
            height: 125px;
            margin: 4px;
            padding: 4px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .file-manager .files > div > .in-icon-25 {
                display: none;
                position: absolute;
                right: 3px;
                top: 3px;
            }

            .file-manager .files > div:hover {
                background-color: #E9F9F5;
            }

            .file-manager .files > div.selected {
                background-color: #D5EFE8;
            }

                .file-manager .files > div.selected > .in-icon-25 {
                    display: block;
                }

            .file-manager .files > div > .image {
                background-repeat: no-repeat;
                background-position: center center;
                width: 100%;
                height: 90px;
            }

            .file-manager .files > div > .name {
                position: absolute;
                width: 100%;
                height: 25px;
                line-height: 25px;
                left: 0;
                bottom: 0;
                text-align: center;
                white-space: nowrap;
                font-size: 12px;
            }

.question {
    padding: 0;
}

    .question .btn-default {
        background: #fff;
    }

    .question .nav-tabs {
        position: relative;
        border: 0;
        z-index: 1;
    }

        .question .nav-tabs li a {
            position: relative;
            background: #e0e0e0;
            padding: 7px 15px;
            border-color: transparent;
            border-bottom: 0 !important;
            min-width: 120px;
            text-align: center;
        }

            .question .nav-tabs li a, .question .nav-tabs li a:hover {
                border-bottom: 0;
            }

                .question .nav-tabs li a:hover {
                    background: #e8e8e8;
                }

        .question .nav-tabs li.active a {
            background: #ebebeb;
            padding-bottom: 8px;
            border-color: #d4d4d4;
        }

        .question .nav-tabs li.transparent a {
            background: none !important;
            border: none !important;
        }

        .question .nav-tabs li > .close {
            position: absolute;
            font-size: 13px;
            top: 10px;
            right: 10px;
        }

            .question .nav-tabs li > .close, .question .nav-tabs li > .close:hover {
                color: #444;
            }

    .question .tab-content {
        position: relative;
        background: #ebebeb;
        border: 1px solid #d4d4d4;
        min-height: 705px;
        padding: 15px;
    }

        .question .tab-content.active {
            display: block;
        }

    .question .editor .head {
        height: 45px;
    }

    .question .editor .body {
        position: relative;
        background: #fff;
        border: 1px solid #f0f0f0;
        width: 100%;
        height: 572px;
        cursor: crosshair;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .question .editor .body.vb {
            border: 1px solid #c4c4c4;
            overflow: hidden;
        }

            .question .editor .body.vb iframe {
                border: 0;
            }

        .question .editor .body .crop-tip {
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            padding: 5px 12px;
            font-size: 12px;
            line-height: 15px;
            color: #fff;
            right: 20px;
            top: 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            z-index: 12;
        }

    .question .editor .foot > div {
        padding: 15px 0 0 0;
        margin: 0 !important;
    }

        .question .editor .foot > div:first-child {
            padding-right: 15px;
        }

        .question .editor .foot > div textarea {
            background: #fff;
            border: 0;
            width: 100%;
            height: 80px;
            padding: 10px;
            resize: none;
        }

            .question .editor .foot > div textarea:focus {
                box-shadow: 0 0 6px #069579;
            }

    .question .editor.selector {
        text-align: center;
        padding-top: 200px;
    }

        .question .editor.selector ul {
            margin: 50px 0 0 0;
            padding: 0;
        }

            .question .editor.selector ul li {
                margin: 0;
                padding: 0 20px;
                display: inline-block;
            }

    .question .editor.text .body {
        overflow: hidden;
    }

        .question .editor.text .body textarea {
            width: 100%;
            height: 100%;
            resize: none;
            border-radius: 0 !important;
            box-shadow: none;
        }

    .question .editor textarea {
        line-height: 16px;
    }

    .question .cam {
        position: absolute;
        padding: 15px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }

        .question .cam .media {
            position: relative;
            height: 630px;
            margin: 0;
            padding: 0;
        }

            .question .cam .media > video {
                background: #000;
                width: 100%;
                height: 100%;
            }

        .question .cam .cam-timer {
            position: absolute;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 200px;
            color: #fff;
            text-align: center;
            opacity: .5;
            top: 170px;
            z-index: 11;
        }

        .question .cam .cam-actions {
            width: 100%;
            height: 45px;
            background: #ebebeb;
            z-index: 10;
        }

        .question .cam .cam-cancel {
            display: none;
        }

    .question .croppable {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .question .chosen-container {
        height: 33px !important;
    }

        .question .chosen-container .chosen-single {
            border-color: #c0c0c0;
        }

            .question .chosen-container .chosen-single > span {
                line-height: 30px;
                font-size: 13px;
            }

            .question .chosen-container .chosen-single b {
                line-height: 30px;
            }

        .question .chosen-container.chosen-container-active .chosen-single {
            border-color: #00B28F;
        }

        .question .chosen-container .chosen-results > li {
            font-size: 13px;
        }

    .question.index .box {
        position: relative;
        width: 320px;
        height: 290px;
        background: #f5f5f5;
        margin: 5px;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .question.index .box.na {
            height: 240px;
        }

        .question.index .box.select-list {
            cursor: pointer;
        }

            .question.index .box.select-list .select-index {
                position: absolute;
                width: 100px;
                height: 100px;
                background: rgba(54, 165, 116, 0.5);
                left: 110px;
                top: 70px;
                color: #fff;
                text-align: center;
                line-height: 98px;
                z-index: 1;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
                border-radius: 50px;
            }

        .question.index .box > .slide {
            position: absolute;
            width: 5000px;
            height: 100%;
            left: 0;
            top: 0;
            transition: left .5s;
        }

            .question.index .box > .slide > .slide-item {
                float: left;
            }

            .question.index .box > .slide.next {
                left: -320px;
            }

            .question.index .box > .slide.page-1 {
                left: -320px;
            }

            .question.index .box > .slide.page-2 {
                left: -640px;
            }

            .question.index .box > .slide.page-3 {
                left: -960px;
            }

            .question.index .box > .slide.page-4 {
                left: -1280px;
            }

            .question.index .box > .slide.page-5 {
                left: -1600px;
            }

            .question.index .box > .slide.page-6 {
                left: -1920px;
            }

            .question.index .box > .slide.page-7 {
                left: -2240px;
            }

            .question.index .box > .slide.page-8 {
                left: -2560px;
            }

            .question.index .box > .slide.page-9 {
                left: -2880px;
            }

            .question.index .box > .slide.page-10 {
                left: -3200px;
            }

        .question.index .box .content {
            position: relative;
            width: 320px;
            height: 240px;
            overflow: hidden;
        }

            .question.index .box .content.text {
                overflow: auto;
            }

            .question.index .box .content img {
                border: 0;
                min-width: 320px;
                min-height: 240px;
            }

                .question.index .box .content img[src='error'] {
                    display: none;
                }

            .question.index .box .content .demand img {
                border: 0;
                min-width: 16px;
                min-height: 16px;
            }

                .question.index .box .content .demand img[src='error'] {
                    display: none;
                }

            .question.index .box .content .text, .question.index .box .content .note1 {
                display: inline-block;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            }

                .question.index .box .content .text h4, .question.index .box .content .note1 h4 {
                    margin-top: 3px;
                }

            .question.index .box .content .sample-label,
            .question.index .box .content .black-label {
                position: absolute;
                padding: 5px;
                right: 8px;
                top: 8px;
                border-radius: 4px;
                color: #fff;
                cursor: pointer;
                z-index: 11;
            }

            .question.index .box .content .sample-label {
                background: rgba(255, 99, 95, 0.7);
            }

            .question.index .box .content .black-label {
                background: rgba(0, 0, 0, 0.7);
            }

            .question.index .box .content .note {
                position: absolute;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
                padding: 5px 10px;
                width: 304px;
                left: 8px;
                line-height: 16px;
                bottom: 10px;
                z-index: 11;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

    .question.index.pool .pool-empty-content {
        width: 100%;
        height: 380px;
        background: url(images/question_pool_empty.png) no-repeat;
        display: none;
    }

        .question.index.pool .pool-empty-content.visible {
            display: block;
        }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .question.index.pool .pool-empty-content {
        background: url(images/question_pool_empty@2x.png) no-repeat;
        background-size: 980px 380px;
    }
}

.question.index .actions {
    background: #ebebeb;
    height: 50px;
    box-sizing: border-box;
    padding: 5px;
}

    .question.index .actions .heart {
        cursor: pointer;
    }

.question.answer {
    position: relative;
    top: -20px;
}

    .question.answer .cam {
        position: relative !important;
        padding: 0;
    }

        .question.answer .cam .media {
            height: 569px;
        }

    .question.answer > .row {
        position: relative;
        margin: 0 -8px;
    }

        .question.answer > .row > .q,
        .question.answer > .row > .a,
        .question.answer > .row > .e {
            padding: 15px;
        }

            .question.answer > .row > .q > .head,
            .question.answer > .row > .a > .head,
            .question.answer > .row > .e > .head {
                height: 41px;
            }

            .question.answer > .row > .q > .content,
            .question.answer > .row > .a > .content,
            .question.answer > .row > .e > .content {
                background: #ebebeb;
                margin: 0;
                padding: 0;
                width: 100%;
                height: 576px;
                overflow: hidden;
                -webkit-transition: height 0.2s;
                -moz-transition: height 0.2s;
                -ms-transition: height 0.2s;
                -o-transition: height 0.2s;
                transition: height 0.2s;
            }

                .question.answer > .row > .q > .content .image > img,
                .question.answer > .row > .a > .content .image > img,
                .question.answer > .row > .e > .content .image > img {
                    min-width: 480px;
                    min-height: 360px;
                }

        .question.answer > .row > .e {
            padding: 0 9px;
        }

            .question.answer > .row > .e > .content {
                background: #ebebeb;
                border: 1px solid #d4d4d4;
                padding: 15px;
                height: 647px;
            }

        .question.answer > .row > .q,
        .question.answer > .row > .a {
            padding: 9px;
        }

            .question.answer > .row > .q > div, .question.answer > .row > .q form,
            .question.answer > .row > .a > div,
            .question.answer > .row > .a form {
                position: relative;
            }

                .question.answer > .row > .q > div:first-child, .question.answer > .row > .q form:first-child,
                .question.answer > .row > .a > div:first-child,
                .question.answer > .row > .a form:first-child {
                    background: none;
                }

            .question.answer > .row > .q .note > .text,
            .question.answer > .row > .a .note > .text {
                background: #fff;
                width: 100%;
                padding: 8px;
                height: 115px;
            }

                .question.answer > .row > .q .note > .text textarea,
                .question.answer > .row > .a .note > .text textarea {
                    width: 100%;
                    height: 100%;
                    padding: 10px;
                    border: 0;
                    resize: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    -ms-box-shadow: none;
                    -o-box-shadow: none;
                    box-shadow: none;
                }

            .question.answer > .row > .q .display,
            .question.answer > .row > .a .display {
                position: relative;
                width: 100%;
                height: 360px;
            }

                .question.answer > .row > .q .display > .image,
                .question.answer > .row > .q .display > .text,
                .question.answer > .row > .a .display > .image,
                .question.answer > .row > .a .display > .text {
                    background: #ebebeb;
                    width: 480px;
                    height: 100%;
                    overflow: hidden;
                }

                .question.answer > .row > .q .display > .text,
                .question.answer > .row > .a .display > .text {
                    padding: 15px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -ms-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .question.answer > .row > .q .display > .image > img,
                .question.answer > .row > .a .display > .image > img {
                    min-width: 100%;
                    min-height: 100%;
                    object-fit: cover;
                }

            .question.answer > .row > .q .bottom,
            .question.answer > .row > .a .bottom {
                padding: 15px;
            }

                .question.answer > .row > .q .bottom > .note,
                .question.answer > .row > .a .bottom > .note {
                    margin-bottom: 10px;
                }

                    .question.answer > .row > .q .bottom > .note > h4,
                    .question.answer > .row > .a .bottom > .note > h4 {
                        margin: 0 0 10px 0;
                    }

                    .question.answer > .row > .a .bottom > .note > div textarea:focus {
                        box-shadow: 0 0 6px #069579;
                    }

            .question.answer > .row > .a .items {
                position: absolute;
                display: block;
                background: rgba(0, 0, 0, 0.5);
                border-radius: 4px;
                right: 10px;
                top: 295px;
                z-index: 11;
            }

                .question.answer > .row > .a .items ul {
                    display: block;
                    width: auto;
                    height: 40px;
                    margin: 0;
                    padding: 0;
                }

                    .question.answer > .row > .a .items ul li {
                        display: block;
                        float: left;
                        margin: 0;
                        padding: 8px 8px 8px 0;
                    }

                        .question.answer > .row > .a .items ul li:first-child {
                            padding-left: 8px;
                        }

                        .question.answer > .row > .a .items ul li a {
                            position: relative;
                            display: block;
                            padding: 1px;
                            background-repeat: no-repeat;
                            background-position: center center;
                            background-size: cover;
                            width: 40px;
                            height: 40px;
                            overflow: hidden;
                        }

                            .question.answer > .row > .a .items ul li a .spin {
                                background: rgba(0, 0, 0, 0.5);
                                border: 1px solid transparent;
                                width: 100%;
                                height: 100%;
                            }

                        .question.answer > .row > .a .items ul li.active > a {
                            border: 1px solid #00B28F !important;
                            padding: 0;
                        }

            .question.answer > .row > .a .content .rating,
            .question.answer > .row > .a .content .flags {
                margin-top: 5px;
            }

                .question.answer > .row > .a .content .rating > div:first-child,
                .question.answer > .row > .a .content .flags > div:first-child {
                    width: 150px;
                }

            .question.answer > .row > .a .content.wf {
                height: 720px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
            }

            .question.answer > .row > .a.t .note .text {
                background: #ebebeb;
                padding: 15px 15px 0 15px;
                height: 517px;
            }

            .question.answer > .row > .a.t .bottom {
                padding: 10px 15px;
            }

    .question.answer .editor.selector {
        position: static;
        text-align: center;
        padding: 60px 0 0 0;
        margin: 0;
        height: 360px;
    }

        .question.answer .editor.selector ul {
            width: 100%;
            margin: 35px 0;
            padding: 0;
        }

            .question.answer .editor.selector ul li {
                margin: 0;
                padding: 0 12px;
                display: inline-block;
            }

.flag-popup > .modal-sm {
    width: 380px;
    max-height: 500px;
}

.first-payment-popup > .modal-sm {
    width: 400px;
}

.poll-popup > .modal-sm {
    width: 450px;
}

.question .sh {
    position: absolute;
    z-index: 9;
    opacity: .7;
}

    .question .sh.h {
        width: 100%;
        height: 130px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 90%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        bottom: 0;
        left: 0;
    }

    .question .sh.w {
        width: 130px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fafafa 90%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 90%);
        background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 90%);
        top: 0;
        right: 0;
    }

.question .content {
    position: relative;
}

    .question .content .content-actions {
        position: absolute;
        left: 8px;
        top: 8px;
        z-index: 11;
    }

        .question .content .content-actions > a,
        .question .content .content-actions > div,
        .question .content .content-actions > span {
            display: inline-block;
            background: rgba(0, 0, 0, 0.5);
            padding: 4px;
            margin-right: 4px;
            width: 35px;
            height: 35px;
            border: 1px solid #fff;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
        }

            .question .content .content-actions > a.nb,
            .question .content .content-actions > div.nb,
            .question .content .content-actions > span.nb {
                background: none;
                padding: 0;
                border: 0;
                opacity: .7;
            }

        .question .content .content-actions > span {
            cursor: default;
        }

        .question .content .content-actions.right {
            left: auto;
            right: 8px;
        }

.question .info,
.question .info > * {
    float: left;
}

    .question .info > img {
        background: #fff;
        width: 40px;
        height: 40px;
        margin: 0 7px 0 0;
    }

    .question .info.right,
    .question .info.right > * {
        float: right;
    }

        .question .info.right > img {
            margin: 0 0 0 7px;
        }

        .question .info.right > div {
            text-align: right;
        }

    .question .info > div {
        padding: 2px 0;
        line-height: 17px;
        font-size: 12px;
    }

        .question .info > div.sln {
            padding: 0;
            line-height: 36px;
        }

.question .qflex {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .question .qflex > .qflex-header {
        margin: 0;
        height: 35px;
    }

    .question .qflex > .qflex-body {
        position: relative;
        width: 2000px;
        height: 300px;
        margin: 0 -6px;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .question .qflex > .qflex-body.r1 {
            height: 300px;
        }

        .question .qflex > .qflex-body.r2 {
            height: 600px;
        }

        .question .qflex > .qflex-body .box {
            position: absolute;
        }

.search {
    margin-top: -40px;
}

    .search > .filter > form > .top {
        position: relative;
        background-color: #E9F9F5;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

        .search > .filter > form > .top h3 {
            margin: 10px 0 20px 0;
        }

        .search > .filter > form > .top .container {
            width: 876px;
            padding: 25px 0;
        }

        .search > .filter > form > .top .pull-left {
            margin: 0 10px;
        }

    .search > .filter > form > .bottom {
        position: relative;
        top: -3px;
        padding: 12px 20px 5px 20px;
        border: 1px solid #E4E4E4;
        background: #EEEEEE;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        z-index: 0;
    }

        .search > .filter > form > .bottom.wt {
            padding: 20px 20px 5px 20px;
        }

        .search > .filter > form > .bottom .pull-left,
        .search > .filter > form > .bottom .pull-right {
            margin: 0;
        }

        .search > .filter > form > .bottom .check {
            line-height: 36px;
            margin-left: 20px;
        }

            .search > .filter > form > .bottom .check input[type=checkbox] {
                position: relative;
                top: 1px;
            }

.balance {
    font-size: 13px;
}

    .balance h4 {
        margin: 0 0 25px 0;
    }

    .balance .balance-box {
        background: #fff;
        margin-bottom: 30px;
        min-width: 145px;
        width: auto;
        height: 135px;
        text-align: center;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .balance .balance-box > div {
            background: #f9f9f9;
            border: 1px solid #d4d4d4;
            height: 60px;
            margin-bottom: 15px;
            padding: 6px 0;
        }

            .balance .balance-box > div > div > span {
                float: left;
                margin-left: -4px;
            }

            .balance .balance-box > div > div .f1n5 {
                position: relative;
                top: -7px;
                left: -5px;
            }

        .balance .balance-box > .btn {
            width: 100%;
        }

.notifications > div {
    /*width: 700px;*/
}

.notifications .scored-h {
    border-color: #9ecec3 !important;
}

.notifications p [class^="in-icon-"],
.notifications p [class*=" in-icon-"] {
    position: relative;
    top: 3px;
}

.board {
    width: 905px;
    height: 640px;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
}

    .board .toolbox {
        position: absolute;
        top: 0;
        left: 0px;
        width: 80px;
        height: 100%;
        background-color: #e9f9f5;
    }

        .board .toolbox .nodes {
            padding: 3px 6px;
            border-bottom: 1px solid #afe0d2;
            clear: both;
            height: 76px;
        }

            .board .toolbox .nodes .btn {
                padding-left: 4px;
                padding-right: 4px;
                min-width: 30px;
                height: 30px;
                line-height: 29px;
                margin: 2px;
                float: left;
                display: block;
                font-size: 18px;
            }

                .board .toolbox .nodes .btn.btn-white {
                    background: #fff;
                    border: 1px solid #cdcdcd;
                    border-radius: 3px;
                    color: #444;
                    /*box-shadow: 0 1px 1px #666;
          -webkit-box-shadow: 0 1px 1px #666;*/
                }

                    .board .toolbox .nodes .btn.btn-white.active {
                        background-color: #bbb;
                        border: 1px solid #666;
                    }

                    .board .toolbox .nodes .btn.btn-white:hover, .board .toolbox .nodes .btn.btn-white:active, .board .toolbox .nodes .btn.btn-white.active {
                        background-color: #ddd;
                        border: 1px solid #888;
                    }

                    .board .toolbox .nodes .btn.btn-white.active {
                        cursor: default;
                    }

                .board .toolbox .nodes .btn.btn-dark.active {
                    border: 1px solid #fff;
                    border-style: dashed;
                }

            .board .toolbox .nodes.green-dark {
                background-color: #AFE0D2;
            }

            .board .toolbox .nodes.color-palette .black {
                background-color: #000;
            }

            .board .toolbox .nodes.color-palette .green {
                background-color: #00a543;
            }

            .board .toolbox .nodes.color-palette .red {
                background-color: #d80b1a;
            }

            .board .toolbox .nodes.color-palette .blue {
                background-color: #579EFC;
                border: 1px;
            }

            .board .toolbox .nodes.color-palette .orange {
                background-color: #FFB317;
                border: 1px;
            }

            .board .toolbox .nodes.color-palette .purple {
                background-color: #7E44DB;
                border: 1px;
            }

            .board .toolbox .nodes.color-palette .pink {
                background-color: #F2A7E2;
                border: 1px;
            }

            .board .toolbox .nodes.color-palette .watergreen {
                background-color: #75A9A7;
                border: 1px;
            }

            .board .toolbox .nodes.color-palette .btn {
                opacity: 0.7;
            }

                .board .toolbox .nodes.color-palette .btn.active {
                    border: 1px solid #fff;
                    border-style: dashed;
                    opacity: 1 !important;
                }

                .board .toolbox .nodes.color-palette .btn:hover {
                    opacity: 1.0;
                }

    .board .board-canvas .canvas {
        position: absolute;
        top: 0;
        left: 80px;
        background-color: transparent;
        z-index: 10;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAACYCAYAAABOOA8SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVJREFUeNrs3c9OE1EUx/HT6ZTWjkIlgoqaiAnBQEsMakyMCWsfgZ2P4CO48ilcuHPvxoVGWLAzMSS68B+mC0UbNKHYC620xXvNPMCcM2jQfH/J5QLhcMonkxvmLKbxSmvjrvhMJKPrkjGjEi92Zfjxpwy3RZkRiWoViS7tSP+lGJKnd+L7ht35ek3dltu5kn66FFledEkKiyWRcVutjId6MSZf72g6LGvvwXDYkIODA/XqdDr3/WoYaxuh3lJ7CL2Xw7L2fvrl3WokJHOqpXIzhiF7xirVJleYMoABBhhggAFGAAMMsH8isXOuYaib8GvG11p6zoR6Y9+8vS+ED9beJSlMhnvJZUPtfLpfM/7B88a+eXvPpXvN0nhEIsY7mvW6s3WPM4xDHzDAAAOMAAYYYIABRgDThvGOIox3lGG8w3iHQx8wwAAjgAEGGGCAEcAAA+zopeDv3h8b6i77tenXjqF21K8pv94YX3Oe3ufS/bOl8XfZn2W8w3iHMwwwwAAjgAEGGGCAEcAAA+xohfGOIox3GO9whgEGGGAEMMAAAwwwAhhgfzjhicGAKdIfDmrx89bGg/DF6eNja1kLxyRe6Mpgt+f2rmqblqVwviLFhab7dsfyovP0TqR4I+xNt1fW1LV+tG+FvViIzsT+w8P0+5+y/oKqFK/7S/NFT/pvtS/a1856sLNt6a9awPL09mBhFidOBqrexSj6kF5h9XhpcnpN29g51y5LtDmV1JqG2hN+a88np5oWsJy9t8Ku7p3+/LOv77ucYYqcPJas8yxqRSrxyDZXGP+HAQYYYIARwAADDLD/MeFhRZZn4IRn2Nz2tXVDbXhg0Jyxb97eN9ObcNutkUR1rjDtFZYkySNtUfo4qSe+9pWxtmbpewi9f+/W3l23N8sVxqEPGGCAAUYAAwwwwAAjgKlvvhnvZA/jHcsVxngnexjvcOgDBhhggBHAAAMMMMAIYKabb95qLHt4qzFleKsxHlbEoQ8YYIARwAADDDDACGCA/YUw3lGE8Y4yjHcY73DoAwYYYAQwwAADDDACmDbt7u5FwBTZ3e8Bps0vAQYAqj1mIuTA7d0AAAAASUVORK5CYII=");
    }

        .board .board-canvas .canvas.move {
            cursor: move;
        }

        .board .board-canvas .canvas.resize {
            cursor: se-resize;
        }

    .board .board-canvas .watermark {
        background-image: url("data:image/png;base64,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");
        position: absolute;
        bottom: -5px;
        left: 86px;
        opacity: .5;
        z-index: 0;
        -webkit-user-select: none;
        width: 370px;
        height: 114px;
    }

    .board .contact {
        position: relative;
        left: 1258px;
        position: absolute;
        height: 100%;
        width: 240px;
        top: 0;
        background-color: #fff;
        z-index: 100;
    }

        .board .contact.collapsed {
            left: 986px;
        }

            .board .contact.collapsed .chat {
                display: none;
            }

        .board .contact .paging {
            width: 30px;
            padding-top: 2px;
        }

            .board .contact .paging .btn {
                border-radius: 0;
                height: 30px;
                line-height: 30px;
                width: 32px;
                margin-bottom: 0 !important;
                border: 1px solid #e1e0de;
                border-top: none;
                background-color: #e9f9f5;
                margin-right: 1px;
                font-size: 10px;
                padding: 0px;
            }

                .board .contact .paging .btn:hover {
                    background-color: #afe0d2;
                    cursor: pointer;
                }

                .board .contact .paging .btn.active {
                    background-color: #fff;
                    border-left: 4px solid #afe0d2 !important;
                    padding-right: 3px;
                }

                .board .contact .paging .btn.toActive {
                    background-color: #fff;
                    border-left: 4px solid #F7413E !important;
                    padding-right: 3px;
                }

                .board .contact .paging .btn.file-added {
                    color: #fff !important;
                    -webkit-animation: page-animation 3s;
                    -moz-animation-duration: 3s;
                    -webkit-animation-duration: 3s;
                    -moz-animation-name: page-animation;
                    -webkit-animation-name: page-animation;
                }

                .board .contact .paging .btn.expand-control {
                    border-radius: 0;
                    border-top: 1px solid #E1E0DE;
                    border-left: 1px solid #E1E0DE;
                    height: 32px;
                    width: 42px;
                    border-bottom: 1px solid #E1E0DE;
                    border-top-left-radius: 6px;
                    border-bottom-left-radius: 6px;
                    border-top-right-radius: 0px;
                    border-bottom-right-radius: 0px;
                    border-right: 1px solid #E1E0DE;
                    margin-bottom: 0px;
                    position: relative;
                    left: -10px;
                    line-height: 28px;
                }

                .board .contact .paging .btn.bin {
                    border-radius: 0 0 0 6px;
                    height: 68px;
                    margin-bottom: 0;
                    background: #535353;
                    border-color: #535353;
                    color: #fff;
                }

                    .board .contact .paging .btn.bin:hover {
                        background: #444444;
                        border-color: #444444;
                    }

@keyframes page-animation {
    from {
        background: #AFE0D2;
    }

    to {
        background: #14715E;
    }
}

@-webkit-keyframes page-animation /* Safari and Chrome */ {
    from {
        background: #AFE0D2;
    }

    to {
        background: #14715E;
    }
}

@-moz-keyframes page-animation {
    from {
        background: #AFE0D2;
    }

    to {
        background: #14715E;
    }
}

.board .contact .chat {
    height: 640px;
    width: 210px;
    padding-left: 2px;
    border: 1px solid #e1e0de;
    border-left: none;
}

    .board .contact .chat .time-box {
        padding: 0 5px;
        height: 30px;
        padding: 2px;
    }

        .board .contact .chat .time-box .time {
            font-size: 12px;
            width: 130px;
            display: inline-block;
            text-align: center;
            font-weight: bold;
            color: #444;
        }

        .board .contact .chat .time-box .in-hourglassgif {
            display: inline-block;
            background-image: url(/content/images/other/hourglass.gif);
            background-repeat: no-repeat;
            width: 15px;
            height: 20px;
        }

        .board .contact .chat .time-box.demo .time-info {
            padding: 4px;
            font-weight: bold;
            font-size: 12px;
            width: 130px;
            text-align: center;
        }

        .board .contact .chat .time-box.student .time-info {
            width: 105px;
            text-align: center;
            padding-top: 3px;
        }

            .board .contact .chat .time-box.student .time-info .minute {
                position: relative;
                bottom: 6px;
                left: 5px;
                font-weight: bold;
            }

            .board .contact .chat .time-box.student .time-info.course-pause {
                opacity: 0.4;
                padding-right: 1px;
                padding-top: 4px;
            }

                .board .contact .chat .time-box.student .time-info.course-pause .in-hourglassgif {
                    display: none;
                }

                .board .contact .chat .time-box.student .time-info.course-pause .minute {
                    bottom: 2px;
                }

        .board .contact .chat .time-box.tutor .time-info {
            width: 105px;
            text-align: center;
            padding-top: 3px;
        }

            .board .contact .chat .time-box.tutor .time-info .minute {
                position: relative;
                bottom: 6px;
                left: 5px;
                font-weight: bold;
            }

            .board .contact .chat .time-box.tutor .time-info.course-pause {
                opacity: 0.4;
                padding-right: 1px;
                padding-top: 4px;
            }

                .board .contact .chat .time-box.tutor .time-info.course-pause .in-hourglassgif {
                    display: none;
                }

                .board .contact .chat .time-box.tutor .time-info.course-pause .minute {
                    bottom: 2px;
                }

    .board .contact .chat .info-box {
        height: 61px;
        background: #fbfbfb;
        border-top: 1px solid #e1e0de;
        border-bottom: 1px solid #e1e0de;
        clear: both;
    }

        .board .contact .chat .info-box .profile-image {
            border-right: 1px solid #e4e4e4;
            float: left;
            width: 60px;
        }

        .board .contact .chat .info-box .profile-info {
            float: left;
            text-indent: 7px;
            padding-top: 4px;
        }

            .board .contact .chat .info-box .profile-info p {
                font-weight: bold;
                font-size: 12px;
                line-height: 17px;
                padding: 0;
                margin: 0px;
            }

    .board .contact .chat .dialog-box {
        height: 447px;
        overflow-x: hidden;
        line-height: 15px;
        padding: 5px;
        border-bottom: 1px solid #dedede;
    }

        .board .contact .chat .dialog-box.no-audio-box {
            height: 480px;
        }

        .board .contact .chat .dialog-box p {
            line-height: 15px;
            margin: 0;
            padding: 0;
            font-size: 11px;
        }

            .board .contact .chat .dialog-box p span.me {
                color: #01866c;
                font-weight: bold;
            }

            .board .contact .chat .dialog-box p span.to {
                color: #ff635f;
                font-weight: bold;
            }

            .board .contact .chat .dialog-box p span.system {
                display: inline-block;
                color: #555;
                font-weight: bold;
                padding-bottom: 7px;
            }

    .board .contact .chat .chat-box {
        overflow: hidden;
        padding: 0px;
        text-indent: 3px;
    }

        .board .contact .chat .chat-box textarea {
            width: 100%;
            height: 67px;
            border: none;
            resize: none;
            font-family: Helvetica !important;
            font-size: 12px;
            color: #444;
        }

.board .audio-permission {
    width: 300px;
    height: 240px;
    transition: top 0.8s ease 0s;
    z-index: 999;
    position: fixed;
    background-repeat: no-repeat;
    display: none;
    background-image: url("data:image/png;base64,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");
}

    .board .audio-permission.chrome {
        top: 160px;
        left: 90px;
    }

    .board .audio-permission.firefox {
        top: 180px;
        left: 150px;
    }

.in-archive {
    width: 100%;
}

    .in-archive .in-seek-bar {
        position: relative;
        margin: 10px 0 0 15px;
        width: 860px;
        height: 16px;
        border-radius: 9px;
        padding: 1px;
        border: 1px solid #DAD9D6;
    }

        .in-archive .in-seek-bar .in-progress-bar {
            width: 0px;
            height: 12px;
            border-radius: 6px;
            background: #9ecec3;
        }

        .in-archive .in-seek-bar .in-time-tip {
            display: none;
            position: absolute;
            padding: 3px;
            background: #fff;
            border: 1px solid #DAD9D6;
            border-radius: 3px;
            top: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

.evaluation-tag {
    padding: 10px 20px; /* Yatay ve dikey boşluklar */
    border-radius: 30px;
    flex-shrink: 0;
    background-color: #f4f3f3;
    height: 30px;
    display: inline-flex; /* Flexbox etkinleştir */
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
    white-space: nowrap; /* Metnin tek satır kalmasını sağlar */
    cursor: pointer;
    margin: 2px;
    user-select: none;
}

    .evaluation-tag.selected {
        background-color: #01866C; /* Hover sırasında yeşil olur */
        color: #fff;
    }

/*# sourceMappingURL=style.css.map */
