﻿@charset "UTF-8";
/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
STYLES
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../bower_components/enjoyhint/enjoyhint.css);

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"] {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-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;
    }

    .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(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot"));
    src: url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff2")) format("woff2"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"), url(twbs-font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"), url(twbs-font-path("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: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.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-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-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub: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";
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -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: transparent;
    text-decoration: none;
}

    a:hover, a:focus {
        color: transparent;
        text-decoration: underline;
    }

    a:focus {
        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;
    -moz-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, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 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, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: transparent;
}

a.text-primary:hover,
a.text-primary:focus {
    color: transparent;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: transparent;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: transparent;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    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: 1200px) {
    .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%;
}

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"] {
    -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: 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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 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 {
    position: relative;
    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;
    min-height: 34px;
}

    .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;
    min-height: 32px;
    padding: 6px 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;
    min-height: 38px;
    padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        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, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .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: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.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: 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;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-primary .badge {
        color: transparent;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        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:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        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:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        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:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: transparent;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: transparent;
                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;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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;
    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: transparent;
    }

    .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 dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    .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,
    .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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        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-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-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 .form-control:focus {
            z-index: 3;
        }

    .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 {
        z-index: 2;
        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: transparent;
    }

    .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: transparent;
    }

.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;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 1200px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 1200px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -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: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-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: 1200px) {
    .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: 1200px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1200px) {
    .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: 25px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 1200px) {
    .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: 18px;
    margin-bottom: 18px;
    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: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 12.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 1199px) {
    .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: 1200px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 25px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 18px;
    margin-bottom: 18px;
}

@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: 1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        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: 18px;
    margin-bottom: 18px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 24px;
        margin-bottom: 24px;
    }

.navbar-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .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: 1199px) {
    .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: 1199px) {
    .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: transparent;
            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 {
            z-index: 2;
            color: transparent;
            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: 3;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
        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;
    line-height: 1.33333;
}

.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;
    line-height: 1.5;
}

.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: transparent;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: transparent;
    }

.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: middle;
    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,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: transparent;
    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;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-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: transparent;
}

.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;
    }

@-moz-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;
    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: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -moz-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 {
    -moz-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: -moz-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: -moz-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: -moz-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: -moz-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-object.img-thumbnail {
        max-width: none;
    }

.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,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled: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: transparent;
    border-color: transparent;
}

    .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: rgba(102, 102, 102, 0);
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.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,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.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,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.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,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.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,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.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,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.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,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.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,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.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;
    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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.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: transparent;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent;
        }

        .panel-primary > .panel-heading .badge {
            color: transparent;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent;
    }

.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-16by9 {
    padding-bottom: 56.25%;
}

.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;
    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: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -moz-transition: -moz-transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -ms-transform: translate(0, 0);
        -moz-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;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    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;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .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 {
        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;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    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;
    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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    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;
        -moz-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 {
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -moz-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 {
                -moz-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);
    background-color: transparent;
}

    .carousel-control.left {
        background-image: -moz-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: -moz-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%;
        margin-top: -10px;
        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;
        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: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .form-group:before, .uploadifive-button > span:before, .clearfix:after, .form-group:after, .uploadifive-button > span:after {
    content: " ";
    display: table;
}

.clearfix:after, .form-group:after, .uploadifive-button > span: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;
}

.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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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;
    }
}

.withripple {
    position: relative;
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}

    .ripple.ripple-on {
        -moz-transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        opacity: 0.1;
    }

    .ripple.ripple-out {
        -moz-transition: opacity 0.1s linear 0s !important;
        transition: opacity 0.1s linear 0s !important;
        opacity: 0;
    }

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
VARIABLES
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
MIXINS
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.tWhite {
    color: white;
}

.tGrey {
    color: #333333;
}

.tGreyMed {
    color: #858684;
}

.tGreyLight {
    color: #cdcccc;
}

.tBlue {
    color: #1a8cb6;
}

.tGreen {
    color: #29a37a;
}

.tRed {
    color: #e7493c;
}

*, body {
    font-family: 'Roboto', sans-serif;
}

.tLight {
    font-weight: 300;
}

.tMid {
    font-weight: 500;
}

.tBold {
    font-weight: 900;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../font/glyphicon/glyphicons-halflings-regular.eot");
    src: url("../font/glyphicon/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../font/glyphicon/glyphicons-halflings-regular.woff2") format("woff2"), url("../font/glyphicon/glyphicons-halflings-regular.woff") format("woff"), url("../font/glyphicon/glyphicons-halflings-regular.ttf") format("truetype"), url("../font/glyphicon/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.tLeft {
    text-align: left;
}

.tCenter {
    text-align: center;
}

.tRight {
    text-align: right;
}

.tMaj {
    text-transform: uppercase;
}

.tLow {
    text-transform: lowercase;
}

.tItalic {
    font-style: italic;
}

a {
    cursor: pointer;
    color: #1a8cb6;
    outline: none !important;
}

    a:hover, a:focus {
        color: #1a8cb6;
    }

    a img,
    a img:hover {
        outline: none !important;
    }

.icon, .uploadifive-button > span > i, .filetosend a.close {
    background: url(../img/sprite_icon.png) no-repeat;
    background: url(../img/sprite_icon.svg) no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -999rem;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .icon.cross, .uploadifive-button > span > i.cross, .filetosend a.cross.close {
        background-position: -80px -40px;
    }

    .icon.arrow-menu, .uploadifive-button > span > i.arrow-menu, .filetosend a.arrow-menu.close {
        background-position: -80px -620px;
    }

    .icon.twitter, .uploadifive-button > span > i.twitter, .filetosend a.twitter.close {
        background-position: 0px -40px;
    }

    .icon.linkdin, .uploadifive-button > span > i.linkdin, .filetosend a.linkdin.close {
        background-position: 0px -80px;
    }

    .icon.page-up, .uploadifive-button > span > i.page-up, .filetosend a.page-up.close {
        background-position: -40px -180px;
    }

    .icon.position, .uploadifive-button > span > i.position, .filetosend a.position.close {
        background-position: -40px -68px;
    }

    .icon.tel, .uploadifive-button > span > i.tel, .filetosend a.tel.close {
        background-position: -40px -108px;
    }

    .icon.mail, .uploadifive-button > span > i.mail, .filetosend a.mail.close {
        height: 30px;
        background-position: -40px -148px;
    }

    .icon.twitter:hover, .uploadifive-button > span > i.twitter:hover, .filetosend a.twitter.close:hover, .icon.linkdin:hover, .uploadifive-button > span > i.linkdin:hover, .filetosend a.linkdin.close:hover, .icon.page-up:hover, .uploadifive-button > span > i.page-up:hover, .filetosend a.page-up.close:hover {
        opacity: 0.7;
    }

    .icon.notif, .uploadifive-button > span > i.notif, .filetosend a.notif.close {
        background-position: 0px -200px;
        background-color: #1a5c9a;
        border-radius: 20px;
    }

    .icon.pref, .uploadifive-button > span > i.pref, .filetosend a.pref.close {
        background-position: 0px -240px;
        background-color: #2f303d;
        border-radius: 20px;
    }

    .icon.etab, .uploadifive-button > span > i.etab, .filetosend a.etab.close {
        background-position: 0px -280px;
        background-color: #2f303d;
        border-radius: 20px;
    }

.trans, .modal .closeBtn, .alert.alert-dismissible .close, .panel-group .panel-heading, .bloc_demande_aide.faded .top,
.bloc_demande_aide.faded .bottom > div:not(.boutons),
.bloc_demande_aide.faded .bottom > div.boutons > a.btn-answer,
.bloc_protocole.faded .top,
.bloc_protocole.faded .bottom > div:not(.boutons),
.bloc_protocole.faded .bottom > div.boutons > a.btn-answer, .upload .btn-modal, .filetosend a.close {
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

img {
    max-width: 100%;
    height: auto;
}

    img.rounded {
        border-radius: 100%;
        overflow: hidden;
    }

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
SNACKBAR
SRC : http://fezvrasta.github.io/snackbarjs/ 
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
#snackbar-container {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 99999;
}

.snackbar {
    overflow: hidden;
    clear: both;
    min-width: 288px;
    max-width: 568px;
    cursor: pointer;
    opacity: 0;
    background-color: #323232;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 0;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -moz-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

    #snackbarFixe,
    .snackbar.snackbar-opened {
        height: auto;
        opacity: 1;
        padding: 14px 15px;
        margin-bottom: 20px;
        height: auto;
        -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
        -moz-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

#snackbar-container .snackbar:not(.snackbar-opened) {
    display: none;
}

.snackbar.toast {
    border-radius: 200px;
}

@media (max-width: 767px) {
    #snackbar-container {
        left: 0px !important;
        right: 0px;
        width: 100%;
    }

        #snackbar-container .snackbar {
            min-width: 100%;
        }

        #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
            margin-top: 20px;
        }

        #snackbar-container [class="snackbar snackbar-opened"] {
            border-radius: 0;
            margin-bottom: 0;
        }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
TEMPLATE
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    line-height: 1.42;
    color: #5e6162;
    font-weight: 300;
    margin: 0;
    padding: 70px 0 0;
}

    body.noScroll {
        overflow: hidden;
    }

@media (min-width: 1200px) {
    body {
        padding-top: 74px;
    }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin-top: 0;
    display: block;
}

.h1, .wysiwyg h1, .h1-bis {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #1a8cb6;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2.4rem;
    margin-top: 4%;
}

    .h1:after, .wysiwyg h1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 40px;
        background-color: #1a8cb6;
    }

.h2, .wysiwyg h2 {
    font-size: 2.6rem;
    color: #1a8cb6;
}

    .h2 .heure, .wysiwyg h2 .heure {
        font-size: 2rem;
    }

.h3, .wysiwyg h3 {
    font-size: 1.4rem;
    font-weight: 900;
    color: #333333;
    line-height: 1 !important;
}

.h4, .wysiwyg h4 {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333333;
}

p {
    margin-bottom: 2.2rem;
}

.main p a {
    color: #1a8cb6 !important;
    text-decoration: underline;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .main p a:hover {
        color: #1a8cb6 !important;
    }

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 6;
}

    .loaderOverlay .preloader-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3px 0 0 -40px;
        width: 80px;
        height: 80px;
    }

    .loaderOverlay .loading {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        border: 3px solid rgba(255, 255, 255, 0);
        border-top-color: #1a8cb6;
        -moz-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear;
    }

.pagination > li > a,
.pagination > li > span {
    border: none;
    outline: none !important;
    color: #5e6162;
}

    .pagination > li > a:hover, .pagination > li > a:focus,
    .pagination > li > span:hover,
    .pagination > li > span:focus {
        background: transparent !important;
        color: #1a8cb6 !important;
    }

.pagination > li .icon, .pagination > li .uploadifive-button > span > i, .pagination > li .filetosend a.close, .filetosend .pagination > li a.close {
    height: 8px;
    width: 8px;
    position: relative;
    top: -1px;
}

.pagination > li .pagination-first .icon, .pagination > li .pagination-first .uploadifive-button > span > i, .pagination > li .pagination-first .filetosend a.close, .filetosend .pagination > li .pagination-first a.close {
    background-position: -16px -536px;
}

.pagination > li .pagination-first:hover .icon, .pagination > li .pagination-first:hover .uploadifive-button > span > i, .pagination > li .pagination-first:hover .filetosend a.close, .filetosend .pagination > li .pagination-first:hover a.close {
    background-position: -36px -536px;
}

.pagination > li .pagination-previous .icon, .pagination > li .pagination-previous .uploadifive-button > span > i, .pagination > li .pagination-previous .filetosend a.close, .filetosend .pagination > li .pagination-previous a.close {
    background-position: -16px -556px;
}

.pagination > li .pagination-previous:hover .icon, .pagination > li .pagination-previous:hover .uploadifive-button > span > i, .pagination > li .pagination-previous:hover .filetosend a.close, .filetosend .pagination > li .pagination-previous:hover a.close {
    background-position: -36px -556px;
}

.pagination > li .pagination-next .icon, .pagination > li .pagination-next .uploadifive-button > span > i, .pagination > li .pagination-next .filetosend a.close, .filetosend .pagination > li .pagination-next a.close {
    background-position: -16px -576px;
}

.pagination > li .pagination-next:hover .icon, .pagination > li .pagination-next:hover .uploadifive-button > span > i, .pagination > li .pagination-next:hover .filetosend a.close, .filetosend .pagination > li .pagination-next:hover a.close {
    background-position: -36px -576px;
}

.pagination > li .pagination-last .icon, .pagination > li .pagination-last .uploadifive-button > span > i, .pagination > li .pagination-last .filetosend a.close, .filetosend .pagination > li .pagination-last a.close {
    background-position: -16px -596px;
}

.pagination > li .pagination-last:hover .icon, .pagination > li .pagination-last:hover .uploadifive-button > span > i, .pagination > li .pagination-last:hover .filetosend a.close, .filetosend .pagination > li .pagination-last:hover a.close {
    background-position: -36px -596px;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    background-color: #1a8cb6 !important;
    color: white !important;
    z-index: 1;
}

.badge.badge-circle {
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    background-color: #cc0000;
}

.tooltip .tooltip-inner {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dadada !important;
    padding: 11px 15px;
    color: #333333;
    background: white;
    font-size: 1.2rem;
}

.tooltip.top .tooltip-arrow {
    display: block;
    background: white;
    border: 1px solid #dadada !important;
    border-left: none !important;
    border-top: none !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
}

.modal-backdrop {
    background: #666666;
    z-index: 10001;
}

@media (min-width: 1200px) {
    .modal-backdrop {
        z-index: 100 !important;
    }
}

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal {
    z-index: 20000;
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 450px;
        margin-top: 120px;
    }
}

.modal .modal-dialog .modal-content {
    border-radius: 15px;
}

.modal .modal-dialog .modal-header {
    padding: 15px;
    position: relative;
}

    .modal .modal-dialog .modal-header .h1 {
        margin: 0;
    }

.modal .modal-dialog .modal-body {
    padding: 15px;
    padding-top: 0;
}

.modal .closeBtn {
    margin-top: 0;
    opacity: 1;
    position: absolute;
    top: 20px;
    z-index: 2;
    height: 20px;
    width: 20px;
    right: 15px;
    cursor: pointer;
}

    .modal .closeBtn .cross {
        height: 20px;
        width: 20px;
        background-position: -90px -50px;
    }

    .modal .closeBtn:hover {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#modal_login .modal-content {
    padding: 0 0;
}

@media (min-width: 768px) {
    #modal_login .modal-content {
        padding: 0 30px;
    }
}

#modal_login .mdp {
    display: block;
}

#modal_login #form_mot_de_passe i {
    font-size: 1.2rem;
}

#modal_login #loadingDivModal {
    position: absolute;
    bottom: 0;
    border-radius: 15px;
}

    #modal_login #loadingDivModal .preloader-wrapper {
        margin-top: -40px;
    }

#snackbar-container {
    top: 74px;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}

    #snackbar-container .snackbar {
        max-width: 100%;
        width: 100%;
        border-radius: 0 !important;
        box-shadow: none !important;
        -moz-transform: translateY(-100%) !important;
        -ms-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        height: auto !important;
        margin: 0px !important;
        line-height: 0;
    }

        #snackbar-container .snackbar.snackbar-opened {
            line-height: 1.2;
            -moz-transform: translateY(0%) !important;
            -ms-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
        }

    #snackbar-container .container {
        position: relative;
    }

.alert.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

    .alert.alert-success a {
        color: #3c763d !important;
        text-decoration: underline;
    }

    .alert.alert-success .close:hover {
        color: #3c763d !important;
    }

.alert.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

    .alert.alert-danger a {
        color: #a94442 !important;
        text-decoration: underline;
    }

    .alert.alert-danger .close:hover {
        color: #a94442 !important;
    }

.alert.alert-dismissible .close {
    /*position: absolute;
  top: -2px;
  right: 21px;*/
    color: inherit;
}

    .alert.alert-dismissible .close:hover {
        opacity: 1 !important;
    }

.front section.container {
    min-height: 60vh;
}

.panel-group .panel {
    border-radius: 0 !important;
    border: 1px solid #cdcccc !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
}

    .panel-group .panel + .panel {
        margin-top: 6px;
    }

.panel-group .panel-heading {
    background-color: white !important;
    border-radius: 0;
}

    .panel-group .panel-heading .panel-title a {
        display: block;
        text-decoration: none;
    }

    .panel-group .panel-heading .h3 {
        padding: 7px 0 0 41px;
        line-height: 1.3;
        margin: 0;
        position: relative;
    }

        .panel-group .panel-heading .h3 .icon, .panel-group .panel-heading .h3 .uploadifive-button > span > i, .panel-group .panel-heading .h3 .filetosend a.close, .filetosend .panel-group .panel-heading .h3 a.close {
            height: 26px;
            width: 32px;
            margin: 0 15px 0 0;
            position: absolute;
            top: 0;
            left: 0;
        }

.panel-group .panel-collapse .panel-body {
    border: none !important;
}

    .panel-group .panel-collapse .panel-body p:only-of-type,
    .panel-group .panel-collapse .panel-body p:last-of-type {
        margin-bottom: 0;
    }

.panel-group .panel.active .panel-heading,
.panel-group .panel:hover .panel-heading {
    background-color: #f7f7f7 !important;
}

.panel-group .panel.active .h3,
.panel-group .panel:hover .h3 {
    color: #1a8cb6 !important;
}

.accordeon_medecin .panel-heading h3 {
    line-height: 1;
}

    .accordeon_medecin .panel-heading h3 .icon, .accordeon_medecin .panel-heading h3 .uploadifive-button > span > i, .accordeon_medecin .panel-heading h3 .filetosend a.close, .filetosend .accordeon_medecin .panel-heading h3 a.close {
        background-position: -84px -247px;
        height: 27px;
        width: 33px;
        left: 0;
    }

.accordeon_medecin .panel-heading .specialite,
.accordeon_medecin .panel-heading .region {
    padding-left: 56px;
    padding-top: 3px;
    text-align: left;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .accordeon_medecin .panel-heading .specialite,
    .accordeon_medecin .panel-heading .region {
        padding-left: 15px;
    }
}

.accordeon_medecin .panel-heading .specialite {
    margin: 10px 0;
}

@media (min-width: 768px) {
    .accordeon_medecin .panel-heading .specialite {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .accordeon_medecin .panel-heading .region {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .accordeon_medecin .panel-body .desc {
        padding-left: 15px;
    }
}

.accordeon_medecin .panel-body img {
    margin-bottom: 15px;
    max-width: 165px;
}

.accordeon_medecin .panel.active .icon, .accordeon_medecin .panel.active .uploadifive-button > span > i, .accordeon_medecin .panel.active .filetosend a.close, .filetosend .accordeon_medecin .panel.active a.close,
.accordeon_medecin .panel:hover .icon,
.accordeon_medecin .panel:hover .uploadifive-button > span > i,
.accordeon_medecin .panel:hover .filetosend a.close, .filetosend .accordeon_medecin .panel:hover a.close {
    background-position: -124px -247px;
}

.accordeon_faq .panel-heading .h3 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.accordeon_faq .panel-heading .icon, .accordeon_faq .panel-heading .uploadifive-button > span > i, .accordeon_faq .panel-heading .filetosend a.close, .filetosend .accordeon_faq .panel-heading a.close {
    background-position: -84px -206px;
    height: 26px;
    width: 33px;
    left: 0;
    top: 3px;
}

.accordeon_faq .panel.active .panel-heading .icon, .accordeon_faq .panel.active .panel-heading .uploadifive-button > span > i, .accordeon_faq .panel.active .panel-heading .filetosend a.close, .filetosend .accordeon_faq .panel.active .panel-heading a.close,
.accordeon_faq .panel:hover .panel-heading .icon,
.accordeon_faq .panel:hover .panel-heading .uploadifive-button > span > i,
.accordeon_faq .panel:hover .panel-heading .filetosend a.close, .filetosend .accordeon_faq .panel:hover .panel-heading a.close {
    background-position: -124px -207px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
HEADER FRONT
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.front .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10000;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -moz-transform 0.5s;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #fff;
}

    .front .header.shrink {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

.front .navbar, .front .navbar-header {
    background: #fff url("../img/header_bg.jpg") repeat-x;
    background-position: 0px 25px;
    box-shadow: 0px -4px 0px #2f303d inset;
    margin-bottom: 0 !important;
}

.front .navbar {
    border-collapse: separate;
    overflow: visible;
}

    .front .navbar #logo {
        position: absolute;
        display: block;
        width: 238px;
        height: 53px;
        top: 10px;
        left: 69px;
        z-index: 10;
    }

        .front .navbar #logo .ripple-container {
            display: none;
        }

    .front .navbar .navbar-toggle {
        margin-top: 17px;
        margin-bottom: 19px;
    }

    .front .navbar button {
        padding: 9px;
        border-radius: 2px;
    }

        .front .navbar button.navbar-toggle, .front .navbar button.navbar-toggle:hover, .front .navbar button.navbar-toggle:focus {
            color: white;
            background: #1a8cb6;
            border: 1px solid #1a8cb6;
        }

            .front .navbar button.navbar-toggle .icon-bar {
                position: relative;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .front .navbar button.navbar-toggle .icon-bar:nth-of-type(2) {
                    left: 30%;
                    top: 6px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .front .navbar button.navbar-toggle .icon-bar:nth-of-type(3) {
                    left: 0px;
                    top: 0px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .front .navbar button.navbar-toggle .icon-bar:nth-of-type(4) {
                    left: -30%;
                    top: -6px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

        .front .navbar button.collapsed {
            color: #858684;
            background: transparent;
            border: 1px solid #858684;
        }

            .front .navbar button.collapsed .icon-bar:nth-of-type(2), .front .navbar button.collapsed .icon-bar:nth-of-type(3), .front .navbar button.collapsed .icon-bar:nth-of-type(4) {
                left: 0px;
                top: 0px;
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .front .navbar #navbar-collapse-tcf .nav {
        margin-left: 300px;
    }

        .front .navbar #navbar-collapse-tcf .nav > li > a {
            font-weight: 700;
            color: #1a8cb6;
            padding: 28px 20px 26px 20px;
        }

        .front .navbar #navbar-collapse-tcf .nav li a:hover {
            color: white;
            background: none;
        }

        .front .navbar #navbar-collapse-tcf .nav li:hover {
            background: #95959c;
            -moz-transition: background 0.3s;
            transition: background 0.3s;
            box-shadow: 0px -4px 0px #2f303d inset;
            border-collapse: separate;
            -moz-transition-delay: 0s;
            transition-delay: 0s;
        }

            .front .navbar #navbar-collapse-tcf .nav li:hover a {
                color: white;
            }

        .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active {
            box-shadow: none;
        }

            .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > a {
                background-color: #f7f7f7;
            }

            .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active {
                background: #f7f7f7;
            }

                .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a {
                    color: #1a8cb6 !important;
                }

@media (min-width: 1200px) {
    .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active {
        background: #95959c;
        box-shadow: 0px -4px 0px #2f303d inset;
    }

        .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > a {
            color: white;
            background: transparent !important;
        }

        .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a {
            color: #1a8cb6 !important;
            background: #f7f7f7;
            -moz-transition: all 0s;
            transition: all 0s;
        }

            .front .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a::before {
                background-position: -125px -630px;
            }
}

.front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu {
    width: 298px;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 0;
}

    .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li {
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

        .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li:hover a {
            color: #1a8cb6 !important;
        }

        .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a {
            font-size: 1.3rem;
            display: block;
            width: 298px;
            height: auto;
            padding: 10px 10px 10px 5px;
            margin: 0;
            color: #5e6162 !important;
            vertical-align: middle;
            overflow-wrap: break-word;
            white-space: normal;
        }

            .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a::before {
                float: left;
                display: block;
                height: 25px;
                width: 25px;
                margin: 0 5px 0 0 !important;
                padding: 0 !important;
                content: " ";
                vertical-align: middle;
                background: url(../img/sprite_icon.png) no-repeat;
                background: url(../img/sprite_icon.svg) no-repeat;
                background-position: -85px -630px;
                overflow: hidden;
                text-indent: -999rem;
            }

            .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a:hover {
                color: #1a8cb6;
                background: #f7f7f7;
                -moz-transition: all 0s;
                transition: all 0s;
            }

                .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a:hover::before {
                    background-position: -125px -630px;
                }

.front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a,
.front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a:hover {
    background: #cdcccc;
}

    .front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a p,
    .front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a:hover p {
        margin: 0;
    }

        .front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a p .tBlue,
        .front .navbar #navbar-collapse-tcf .nav ul.actus > li:first-child a:hover p .tBlue {
            padding-top: 2px;
            display: inline-block;
        }

.front .navbar #navbar-collapse-tcf .nav ul.actus > li a {
    padding-left: 15px;
    margin: 0;
}

    .front .navbar #navbar-collapse-tcf .nav ul.actus > li a:before {
        content: " ";
        background: none;
        width: 0;
        height: 0;
    }

.front .navbar #navbar-collapse-tcf .nav ul.actus > li img {
    padding: 0;
    max-width: 33px;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.front .navbar #navbar-collapse-tcf .nav ul.actus > li p.desc {
    display: block;
    width: 220px;
    font-size: 1.3rem;
    margin: 0;
    float: right;
}

    .front .navbar #navbar-collapse-tcf .nav ul.actus > li p.desc .tBlue {
        color: #1a8cb6;
        padding-top: 2px;
        display: inline-block;
    }

.front .navbar #navbar-collapse-tcf .nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.front .navbar #navbar-collapse-tcf .nav .badge {
    position: relative;
    left: 10px;
    top: -15px;
    margin: 0 0 -10px;
    line-height: 20px;
    border-radius: 20px;
}

.front .navbar #navbar-collapse-tcf .nav .badge-circle {
    font-size: 11px !important;
    font-weight: bold !important;
}

.front .navbar #navbar-buttons {
    margin: 10px 15px 0;
}

    .front .navbar #navbar-buttons .btn {
        margin: 0 0 10px 0;
        width: 100%;
    }

@media (min-width: 768px) {
    .front .navbar #navbar-buttons .btn {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .front .navbar #navbar-buttons {
        position: absolute;
        top: 5px;
        right: 55px;
        z-index: 10;
    }

        .front .navbar #navbar-buttons .btn {
            margin-bottom: 0;
        }
}

@media (max-width: 1199px) {
    .front .navbar #logo {
        width: 190px;
        height: 42px;
        left: 15px;
        margin-top: 3px;
    }

        .front .navbar #logo > img {
            width: auto;
            max-height: 100%;
        }

    .front .navbar .container {
        width: 100%;
    }

    .front .navbar #navbar-collapse-tcf {
        padding: 0;
        background: white;
        border-top: none;
    }

        .front .navbar #navbar-collapse-tcf .nav-scroll {
            overflow-y: scroll;
        }

        .front .navbar #navbar-collapse-tcf .nav {
            margin: 0;
        }

            .front .navbar #navbar-collapse-tcf .nav > li > a {
                font-weight: 700;
                color: #1a8cb6;
                padding: 10px 15px;
            }

                .front .navbar #navbar-collapse-tcf .nav > li > a::after {
                    content: " ";
                }

            .front .navbar #navbar-collapse-tcf .nav > li:hover {
                background: white;
                box-shadow: none;
            }

                .front .navbar #navbar-collapse-tcf .nav > li:hover a {
                    color: #1a8cb6;
                }

            .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu {
                border: 0;
                width: 100%;
                margin-left: 0;
            }

                .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li {
                    width: 100%;
                    padding: 10px 15px 10px 0 !important;
                    border-bottom: 1px solid #d2d2d2;
                }

                    .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li:hover {
                        background-color: #f7f7f7;
                        box-shadow: none;
                    }

                    .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li a {
                        background-color: transparent;
                        color: #1a8cb6;
                    }

                    .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a {
                        width: 100%;
                        display: inline;
                        padding: 0;
                    }

                        .front .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a::before {
                            display: inline-block;
                            content: "•";
                            vertical-align: middle;
                            height: 21px;
                            width: 10px;
                            margin: 0 5px 0 10px !important;
                            border: 0;
                            background: none;
                            text-indent: 0rem;
                        }

            .front .navbar #navbar-collapse-tcf .nav ul.actus p {
                width: 80%;
            }

            .front .navbar #navbar-collapse-tcf .nav ul.actus li:first-child {
                padding: 0 !important;
            }

                .front .navbar #navbar-collapse-tcf .nav ul.actus li:first-child a {
                    display: block;
                    padding: 10px 15px;
                }

                    .front .navbar #navbar-collapse-tcf .nav ul.actus li:first-child a:before {
                        display: none;
                        content: none !important;
                    }

            .front .navbar #navbar-collapse-tcf .nav ul.actus li {
                padding-left: 15px !important;
            }

                .front .navbar #navbar-collapse-tcf .nav ul.actus li a:before {
                    display: none;
                    content: none !important;
                }

                .front .navbar #navbar-collapse-tcf .nav ul.actus li img {
                    width: 20% !important;
                    max-width: 45px;
                    margin-right: 4% !important;
                }

                .front .navbar #navbar-collapse-tcf .nav ul.actus li p {
                    width: 76% !important;
                    float: left !important;
                }

            .front .navbar #navbar-collapse-tcf .nav li.dropdown:hover > ul.dropdown-menu {
                display: none;
            }

            .front .navbar #navbar-collapse-tcf .nav li.open > ul.dropdown-menu {
                display: block !important;
            }
}

@media (min-width: 1600) {
    .front .navbar .nav li a {
        font-size: 1.7rem;
    }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
HEADER MEMBRES
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.membres .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}

.membres .navbar-header {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px -4px 0px #2f303d inset;
    margin-bottom: 0 !important;
}

.membres .navbar {
    border-collapse: separate;
    overflow: visible;
}

    .membres .navbar #logo {
        position: absolute;
        display: block;
        width: 238px;
        height: 53px;
        top: 10px;
        left: 69px;
        z-index: 10;
    }

        .membres .navbar #logo .ripple-container {
            display: none;
        }

    .membres .navbar .navbar-toggle {
        margin-top: 17px;
        margin-bottom: 19px;
    }

    .membres .navbar button {
        padding: 9px;
        border-radius: 2px;
    }

        .membres .navbar button.navbar-toggle, .membres .navbar button.navbar-toggle:hover, .membres .navbar button.navbar-toggle:focus {
            color: white;
            background: #1a8cb6;
            border: 1px solid #1a8cb6;
        }

            .membres .navbar button.navbar-toggle .icon-bar {
                position: relative;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .membres .navbar button.navbar-toggle .icon-bar:nth-of-type(2) {
                    left: 30%;
                    top: 6px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .membres .navbar button.navbar-toggle .icon-bar:nth-of-type(3) {
                    left: 0px;
                    top: 0px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .membres .navbar button.navbar-toggle .icon-bar:nth-of-type(4) {
                    left: -30%;
                    top: -6px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

        .membres .navbar button.collapsed {
            color: #858684;
            background: transparent;
            border: 1px solid #858684;
        }

            .membres .navbar button.collapsed .icon-bar:nth-of-type(2), .membres .navbar button.collapsed .icon-bar:nth-of-type(3), .membres .navbar button.collapsed .icon-bar:nth-of-type(4) {
                left: 0px;
                top: 0px;
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .membres .navbar .bloc_profil {
        color: #000;
        position: relative;
        vertical-align: top;
    }

        .membres .navbar .bloc_profil img,
        .membres .navbar .bloc_profil i.img {
            width: 72px;
            height: 72px;
            float: left;
            margin: -8px 15px 0 0;
        }

        .membres .navbar .bloc_profil p {
            float: left;
            margin: 0;
        }

            .membres .navbar .bloc_profil p .name {
                display: block;
                margin: 2px 0 0;
                font-size: 15px;
            }

            .membres .navbar .bloc_profil p a {
                display: block;
                font-size: 12px;
                color: #5d6162;
            }

                .membres .navbar .bloc_profil p a.active {
                    color: #1a8cb6 !important;
                }

                .membres .navbar .bloc_profil p a:hover {
                    color: #1a8cb6 !important;
                }

    .membres .navbar li.bloc_profil {
        background: #f7f7f7 !important;
        padding: 19px 15px 10px;
        text-align: left !important;
        border-bottom: 1px solid #cccccc;
    }

        .membres .navbar li.bloc_profil img {
            max-width: 25%;
            margin: 0 5% 0 0;
        }

        .membres .navbar li.bloc_profil p {
            width: 70%;
        }

        .membres .navbar li.bloc_profil a {
            color: #5d6162 !important;
        }

        .membres .navbar li.bloc_profil:hover a {
            color: #5d6162 !important;
        }

            .membres .navbar li.bloc_profil:hover a:hover,
            .membres .navbar li.bloc_profil:hover a.active {
                color: #1a8cb6 !important;
            }

    .membres .navbar .member-access {
        float: right;
        padding: 20px 0 0;
        margin-right: 69px;
        /*
			#member-notif, 
			#member-pref, 
			#member-superadmin{
				//width:40px;
				//height:50px;
				//margin-left:20px;
				
				i{ vertical-align: middle; }
			}
			*/
    }

        .membres .navbar .member-access .badge.badge-circle {
            font-weight: bold !important;
        }

        .membres .navbar .member-access > div {
            position: relative;
            display: inline-block;
        }

        .membres .navbar .member-access > a {
            display: block;
            width: 100%;
            height: 100%;
            padding-bottom: 10px !important;
        }

        .membres .navbar .member-access .ripple-container {
            display: none !important;
        }

        .membres .navbar .member-access .dropdown-menu {
            width: 250px;
            border: 1px solid #000;
            top: 57px;
        }

        .membres .navbar .member-access #member-notif:after,
        .membres .navbar .member-access #member-superadmin:after {
            content: " ";
            width: 20px;
            height: 10px;
            background: url(../img/sprite_icon.png) no-repeat;
            background: url(../img/sprite_icon.svg) no-repeat;
            background-position: -10px -878px;
            margin-left: 10px;
            position: absolute;
            bottom: 5px;
            right: 49px;
        }

        .membres .navbar .member-access #member-notif {
            position: relative;
        }

            .membres .navbar .member-access #member-notif > a {
                margin: 6px 20px 0px 0px;
                padding: 0 20px 15px 0;
                display: block;
                position: relative;
            }

                .membres .navbar .member-access #member-notif > a:after {
                    content: "";
                    height: 52px;
                    position: absolute;
                    top: -4px;
                    right: 0;
                    border-right: 1px solid #CCC;
                }

                .membres .navbar .member-access #member-notif > a > .text {
                    float: left;
                    color: #333333;
                    line-height: 40px;
                    font-size: 12px;
                    margin: 1px 0 0;
                }

                .membres .navbar .member-access #member-notif > a i {
                    margin: 0 0 0 10px;
                }

                .membres .navbar .member-access #member-notif > a:hover .text {
                    color: #1a8cb6;
                }

            .membres .navbar .member-access #member-notif .badge {
                position: absolute;
                top: -5px;
                right: 11px;
            }

            .membres .navbar .member-access #member-notif:hover .dropdown-menu {
                display: block;
                position: absolute;
                left: -97px;
                border-radius: 0;
                padding: 0;
            }

                .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a,
                .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a:hover {
                    background: #cdcccc;
                }

                    .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a p,
                    .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a:hover p {
                        display: inline-block !important;
                        margin: 0;
                        font-size: 1.3rem;
                    }

                        .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a p .tBlue,
                        .membres .navbar .member-access #member-notif:hover .dropdown-menu > li:first-child a:hover p .tBlue {
                            padding-top: 2px;
                            display: inline-block;
                        }

                .membres .navbar .member-access #member-notif:hover .dropdown-menu > li a {
                    padding-left: 15px;
                    margin: 0;
                }

                    .membres .navbar .member-access #member-notif:hover .dropdown-menu > li a:hover {
                        color: #1a8cb6 !important;
                    }

                    .membres .navbar .member-access #member-notif:hover .dropdown-menu > li a:before {
                        content: " ";
                        background: none;
                        width: 0;
                        height: 0;
                    }

                .membres .navbar .member-access #member-notif:hover .dropdown-menu > li img {
                    padding: 0;
                    max-width: 33px;
                    vertical-align: top;
                    display: inline-block;
                    margin: 0 10px 0 0;
                }

                .membres .navbar .member-access #member-notif:hover .dropdown-menu > li p.desc {
                    width: 180px;
                    font-size: 1.3rem;
                    margin: 0;
                    overflow-wrap: break-word;
                    white-space: normal;
                    display: inline-block;
                }

                    .membres .navbar .member-access #member-notif:hover .dropdown-menu > li p.desc .tBlue {
                        color: #1a8cb6;
                        padding-top: 2px;
                        display: block;
                    }

        .membres .navbar .member-access #member-superadmin {
            margin-right: 20px;
        }

            .membres .navbar .member-access #member-superadmin:after {
                bottom: -10px;
                right: 10px;
            }

            .membres .navbar .member-access #member-superadmin ul {
                top: 51px;
                left: -208px !important;
            }

                .membres .navbar .member-access #member-superadmin ul li:hover a {
                    color: #1a8cb6 !important;
                }

        .membres .navbar .member-access #member-pref,
        .membres .navbar .member-access #member-superadmin {
            position: relative;
        }

            .membres .navbar .member-access #member-pref:hover .dropdown-menu,
            .membres .navbar .member-access #member-superadmin:hover .dropdown-menu {
                display: block;
                position: absolute;
                left: -200px;
                border-radius: 0;
                padding: 0;
            }

                .membres .navbar .member-access #member-pref:hover .dropdown-menu li.active a,
                .membres .navbar .member-access #member-superadmin:hover .dropdown-menu li.active a {
                    background: #eeeeee;
                    color: #1a8cb6;
                }

                .membres .navbar .member-access #member-pref:hover .dropdown-menu li a,
                .membres .navbar .member-access #member-superadmin:hover .dropdown-menu li a {
                    font-size: 1.3rem;
                }

                    .membres .navbar .member-access #member-pref:hover .dropdown-menu li a::before,
                    .membres .navbar .member-access #member-superadmin:hover .dropdown-menu li a::before {
                        float: left;
                        display: block;
                        height: 25px;
                        width: 25px;
                        margin: 0 5px 0 0 !important;
                        padding: 0 !important;
                        content: " ";
                        vertical-align: middle;
                        background: url(../img/sprite_icon.png) no-repeat;
                        background: url(../img/sprite_icon.svg) no-repeat;
                        background-position: -85px -630px;
                        overflow: hidden;
                        text-indent: -999rem;
                    }

                    .membres .navbar .member-access #member-pref:hover .dropdown-menu li a:hover::before, .membres .navbar .member-access #member-pref:hover .dropdown-menu li.active a::before,
                    .membres .navbar .member-access #member-superadmin:hover .dropdown-menu li a:hover::before,
                    .membres .navbar .member-access #member-superadmin:hover .dropdown-menu li.active a::before {
                        background-position: -125px -630px;
                    }

            .membres .navbar .member-access #member-pref .ripple-container,
            .membres .navbar .member-access #member-superadmin .ripple-container {
                display: none;
            }

    .membres .navbar #navbar-collapse-tcf {
        background: #fff;
        padding: 0;
        clear: both;
    }

        .membres .navbar #navbar-collapse-tcf .nav-scroll {
            width: 100%;
            height: auto;
            background: #1a8cb6;
        }

        .membres .navbar #navbar-collapse-tcf .container {
            text-align: center;
        }

        .membres .navbar #navbar-collapse-tcf .nav {
            text-align: center;
            display: inline-block;
            float: none;
            margin: 0px !important;
            position: relative;
            height: 40px;
        }

            .membres .navbar #navbar-collapse-tcf .nav li.dropdown {
                float: left;
                margin: 0px !important;
            }

                .membres .navbar #navbar-collapse-tcf .nav li.dropdown:nth-child(4) ul {
                    width: 230px;
                }

                .membres .navbar #navbar-collapse-tcf .nav li.dropdown:nth-child(5) ul {
                    width: 362px;
                }

                .membres .navbar #navbar-collapse-tcf .nav li.dropdown:nth-child(4) ul a {
                    width: 228px;
                }

                .membres .navbar #navbar-collapse-tcf .nav li.dropdown:nth-child(5) ul a {
                    width: 360px;
                }

            .membres .navbar #navbar-collapse-tcf .nav li.active {
                background: #1a5c9a;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li > a {
                font-weight: 100;
                color: #fff;
                padding: 12px 18px 12px 18px;
                margin: 0px !important;
                background: none;
            }

            .membres .navbar #navbar-collapse-tcf .nav li a:hover {
                color: white;
                background: none;
            }

            .membres .navbar #navbar-collapse-tcf .nav li:hover {
                background: #1a5c9a;
                -moz-transition: background 0.3s;
                transition: background 0.3s;
                border-collapse: separate;
                -moz-transition-delay: 0s;
                transition-delay: 0s;
            }

                .membres .navbar #navbar-collapse-tcf .nav li:hover a {
                    color: white;
                }

            .membres .navbar #navbar-collapse-tcf .nav > li:after {
                position: absolute;
                content: " ";
                display: inline-block;
                width: 1px;
                height: 24px;
                background: #1a5c9a;
                right: 0px;
                top: 10px;
                margin: 0;
                padding: 0;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li:last-child:after {
                width: 0px;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li.dropdown > a:after {
                content: " ";
                display: inline-block;
                width: 8px;
                height: 14px;
                background: url(../img/sprite_icon.png) no-repeat;
                background: url(../img/sprite_icon.svg) no-repeat;
                background-position: -15px -830px;
                margin-left: 5px;
                position: relative;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active {
                box-shadow: none;
            }

                .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active {
                    background: #f7f7f7;
                }

                    .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a {
                        color: #1a8cb6 !important;
                    }

            .membres .navbar #navbar-collapse-tcf .nav .badge {
                margin-left: 10px;
                font-weight: 300;
                background: #c00;
                vertical-align: top;
            }

            .membres .navbar #navbar-collapse-tcf .nav .dropdown-toggle .badge {
                line-height: 2;
            }

            .membres .navbar #navbar-collapse-tcf .nav .badge-circle {
                position: relative;
                left: 10px;
                margin: 0 0 -10px;
                line-height: 20px !important;
                border-radius: 20px;
                font-weight: bold;
            }

@media (min-width: 1200px) {
    .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active > a {
        color: white;
        background: transparent !important;
    }

    .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a {
        color: #1a8cb6 !important;
        background: #f7f7f7;
        -moz-transition: all 0s;
        transition: all 0s;
    }

        .membres .navbar #navbar-collapse-tcf .nav > li.dropdown.active > ul li.active a::before {
            background-position: -125px -630px;
        }
}

.membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu {
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 0;
}

    .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li {
        height: auto;
        margin: 0 !important;
    }

        .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li:hover {
            background: #f7f7f7;
        }

            .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li:hover a {
                color: #1a8cb6 !important;
            }

        .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a {
            font-size: 1.3rem;
            display: block;
            height: auto;
            padding: 10px 10px 10px 5px;
            margin: 0;
            color: #5e6162 !important;
            vertical-align: middle;
            overflow-wrap: break-word;
            white-space: normal;
        }

            .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a::before {
                float: left;
                display: block;
                height: 25px;
                width: 25px;
                margin: 0 5px 0 0 !important;
                padding: 0 !important;
                content: " ";
                vertical-align: middle;
                background: url(../img/sprite_icon.png) no-repeat;
                background: url(../img/sprite_icon.svg) no-repeat;
                background-position: -85px -630px;
                overflow: hidden;
                text-indent: -999rem;
            }

            .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a:hover {
                color: #1a8cb6;
                background: #f7f7f7;
                -moz-transition: all 0s;
                transition: all 0s;
            }

                .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a:hover::before {
                    background-position: -125px -630px;
                }

.membres .navbar #navbar-collapse-tcf .nav #dialog {
    display: none;
}

.membres .navbar #navbar-collapse-tcf .nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (max-width: 1199px) {
    .membres .navbar #logo {
        width: 190px;
        height: 42px;
        left: 15px;
        margin-top: 3px;
    }

        .membres .navbar #logo > img {
            width: auto;
            max-height: 100%;
        }

    .membres .navbar .navbar-header {
        height: auto;
    }

    .membres .navbar .container {
        width: 100%;
    }

    .membres .navbar .member-access {
        display: none;
    }

    .membres .navbar #navbar-collapse-tcf {
        padding: 0;
        border-top: none;
    }

        .membres .navbar #navbar-collapse-tcf .nav-scroll {
            overflow-y: scroll;
            background: white;
        }

        .membres .navbar #navbar-collapse-tcf .container {
            padding: 0 !important;
        }

        .membres .navbar #navbar-collapse-tcf .nav {
            margin: 0;
            background: white;
            height: auto !important;
            width: 100%;
        }

            .membres .navbar #navbar-collapse-tcf .nav li {
                width: 100%;
                float: left;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li.active a {
                color: white;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li:after {
                width: 0;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li > a {
                text-align: left;
                font-weight: 700;
                color: #1a8cb6;
                padding: 10px 15px;
            }

                .membres .navbar #navbar-collapse-tcf .nav > li > a::after {
                    content: " ";
                }

            .membres .navbar #navbar-collapse-tcf .nav > li:not(.open):not(.bloc_profil):hover a {
                color: #1a8cb6;
            }

            .membres .navbar #navbar-collapse-tcf .nav > li:not(.open):hover {
                background: white;
                box-shadow: none;
            }

            .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu {
                border: 0;
                width: 100% !important;
                margin-left: 0;
                background: white !important;
            }

                .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li {
                    width: 100% !important;
                    padding: 10px 15px 10px 0;
                    border-bottom: 1px solid #d2d2d2;
                }

                    .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li:hover {
                        box-shadow: none;
                    }

                    .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a {
                        width: 100%;
                        display: inline;
                        padding: 0;
                    }

                        .membres .navbar #navbar-collapse-tcf .nav ul.dropdown-menu > li > a::before {
                            display: inline-block;
                            content: "•";
                            vertical-align: middle;
                            height: 21px;
                            width: 10px;
                            margin: 0 5px 0 10px !important;
                            border: 0;
                            background: none;
                            text-indent: 0rem;
                        }

            .membres .navbar #navbar-collapse-tcf .nav li.dropdown:hover > ul.dropdown-menu {
                display: none;
            }

            .membres .navbar #navbar-collapse-tcf .nav li.open:hover {
                background: white;
            }

                .membres .navbar #navbar-collapse-tcf .nav li.open:hover a {
                    color: #1a8cb6;
                }

            .membres .navbar #navbar-collapse-tcf .nav li.active {
                background: #f7f7f7;
            }

                .membres .navbar #navbar-collapse-tcf .nav li.active a {
                    color: #1a8cb6;
                }

            .membres .navbar #navbar-collapse-tcf .nav li.open > ul.dropdown-menu {
                display: block !important;
            }

    .membres .navbar ul.actus > li:first-child a,
    .membres .navbar ul.actus > li:first-child a:hover {
        background: #f7f7f7;
    }

        .membres .navbar ul.actus > li:first-child a p,
        .membres .navbar ul.actus > li:first-child a:hover p {
            margin: 0;
            width: 76% !important;
            float: left !important;
        }

            .membres .navbar ul.actus > li:first-child a p .tBlue,
            .membres .navbar ul.actus > li:first-child a:hover p .tBlue {
                padding-top: 2px;
                display: inline-block;
            }

    .membres .navbar ul.actus li:first-child a {
        display: block;
    }

    .membres .navbar ul.actus li {
        padding: 10px 15px !important;
    }

        .membres .navbar ul.actus li a {
            padding-left: 15px;
        }

            .membres .navbar ul.actus li a:before {
                display: none;
                content: none !important;
            }

        .membres .navbar ul.actus li img {
            padding: 0;
            float: left;
            display: block;
            margin: 0 10px 0 0;
            width: 50px !important;
            max-width: 45px;
            height: 50px;
            margin-right: 4% !important;
        }

        .membres .navbar ul.actus li p.desc {
            display: block;
            font-size: 1.3rem;
            margin: 0;
        }

            .membres .navbar ul.actus li p.desc .tBlue {
                color: #1a8cb6;
                padding-top: 2px;
                display: inline-block;
            }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
HEADER ETABLISSEMENT
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.establishments #member-superadmin {
    top: 8px;
}

    .establishments #member-superadmin .etab {
        background-color: #cccccc !important;
        background-position: -40px -860px !important;
    }

.establishments .bloc_profil i {
    background-color: #1a8cb6;
    background-position: -4px -904px;
    border-radius: 100%;
}

.establishments li.bloc_profil {
    border-top: 1px solid #cccccc;
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
FOOTER FRONT
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
footer {
    display: block;
}

#footer_bloc {
    position: relative;
    margin-top: 100px;
    background: #2f303d;
    padding-bottom: 10px;
}

    #footer_bloc .container .row:first-child ul {
        margin: 0;
        padding: 21px 0 28px 0;
        list-style: none;
    }

        #footer_bloc .container .row:first-child ul li {
            display: inline-block;
        }

            #footer_bloc .container .row:first-child ul li a {
                color: white;
                font-size: 1.4rem;
            }

                #footer_bloc .container .row:first-child ul li a:hover {
                    color: #1a8cb6;
                    text-decoration: none;
                    -moz-transition: color 0.2s;
                    transition: color 0.2s;
                }

                #footer_bloc .container .row:first-child ul li a::after {
                    content: " - ";
                }

                #footer_bloc .container .row:first-child ul li a:hover::after {
                    color: white !important;
                    content: " - ";
                }

            #footer_bloc .container .row:first-child ul li:last-child a::after {
                content: " ";
            }

    #footer_bloc .container .row:first-child div:first-child ul li a {
        text-transform: uppercase;
    }

    #footer_bloc .container .row:nth-child(2) .col-lg-6 {
        color: white;
        border-top: 2px solid white;
        text-align: center;
        padding-top: 10px;
    }

        #footer_bloc .container .row:nth-child(2) .col-lg-6 p {
            margin-bottom: 5px;
        }

            #footer_bloc .container .row:nth-child(2) .col-lg-6 p:nth-child(1) {
                font-size: 1.2rem;
            }

            #footer_bloc .container .row:nth-child(2) .col-lg-6 p:nth-child(3) {
                font-size: 1rem;
            }

    #footer_bloc .form-footer {
        margin: 0 !important;
        padding-top: 15px;
    }

        #footer_bloc .form-footer .styled-select {
            background: #fff url(../img/select_arrow.jpg) no-repeat 96% 0;
            height: 29px;
            overflow: hidden;
            width: 140px;
            border: 1px solid #999999;
            border-radius: 5px;
            -moz-transition: none;
            transition: none;
            float: right;
        }

            #footer_bloc .form-footer .styled-select select {
                background: transparent;
                border: none;
                height: 29px;
                padding: 3px 0 5px 5px;
                /* If you add too much padding here, the options won't show in IE */
                width: 168px;
            }

    #footer_bloc #page-up {
        position: fixed;
        height: 40px;
        width: 40px;
        bottom: 20px;
        right: 20px;
    }

        #footer_bloc #page-up a {
            display: block;
            width: 100%;
            height: 100%;
        }

@media (max-width: 1199px) {
    #footer_bloc ul {
        padding: 15px 0 0 0 !important;
        text-align: center;
    }

    #footer_bloc select {
        margin: 0 auto;
    }

    #footer_bloc .styled-select {
        float: none !important;
    }

    #footer_bloc .form-footer {
        padding: 20px 0;
    }

        #footer_bloc .form-footer .styled-select {
            margin: 0 auto;
        }

    #footer_bloc .container .row:nth-child(2) .col-lg-6 p:nth-child(3) {
        font-size: 0.9rem;
    }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
FOOTER MEMBRES
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
footer #up {
    padding: 20px 0 !important;
}

    footer #up * {
        color: #fff;
        text-decoration: none;
    }

    footer #up a:hover {
        color: #1a8cb6;
        text-decoration: underline;
    }

    footer #up .tRight {
        float: right;
    }

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
    margin-top: 0;
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            color: #999;
        }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

        .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
            border-radius: 0;
        }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus,
    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: whitesmoke;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eeeeee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: transparent;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: transparent;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: transparent;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.list-calendar {
    /*	padding: 0 20px;*/
}

.fc-calendar-container {
    position: relative;
    /*	height: 800px;*/
    /*	width: 400px;*/
}

.custom-header nav {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-header nav span {
        float: left;
        width: 30px;
        height: 30px;
        position: relative;
        color: transparent;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.3);
        margin: 0 1px;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    }

        .custom-header nav span:first-child {
            border-radius: 3px 0 0 3px;
        }

        .custom-header nav span:hover {
            /*	background: rgba(255,255,255,0.5);*/
        }

.custom-header span:before {
    font-family: 'fontawesome-selected';
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
    content: '\25c2';
}

.custom-header nav span.custom-next:before {
    content: '\25b8';
}

.custom-header nav span:last-child {
    margin-left: 20px;
    border-radius: 3px;
}

.custom-header nav span.custom-current:before {
    content: '\27a6';
}

.fc-calendar, .fc-calendar *, .fc-calendar::before, .fc-calendar *::before, .fc-calendar::after, .fc-calendar *::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fc-calendar {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .fc-calendar .fc-head {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .fc-calendar .fc-body {
        position: relative;
        width: 100%;
        height: 100%;
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
        border: 1px solid #d7d7d7;
        background-color: #fcfcfc;
        /*	display: table;*/
    }

    .fc-calendar .fc-row {
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        /*	display: table;*/
        overflow: hidden;
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
    }

.fc-four-rows .fc-row {
    height: 25%;
}

.fc-six-rows .fc-row {
    height: 16.66%;
    height: -moz-calc(100%/6);
    height: calc(100%/6);
}

.fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: -moz-calc(99.9999%/7);
    width: calc(99.9999%/7);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.fc-calendar .fc-row > div {
    /*	display: table-cell;*/
    margin-top: 0 !important;
    width: 14.279%;
    /* 100% / 7 */
    width: -moz-calc(99.9999%/7);
    width: calc(99.9999%/7);
    height: 100%;
    position: relative;
    min-height: 140px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #d7d7d7;
    padding: 6px 8px;
}

html[data-useragent*='MSIE 10.0'] .fc-calendar .fc-row > div {
    width: -moz-calc(99.999999999999999%/7) !important;
    width: calc(99.999999999999999%/7) !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fc-calendar .fc-row > div {
        width: -moz-calc(99.999999999999999%/7);
        width: calc(99.999999999999999%/7);
    }
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
    width: -moz-calc(99.999999999999999%/7);
    width: calc(99.999999999999999%/7);
    height: 100%;
}

.fc-calendar .fc-row > div > span.fc-date {
    /*	position: absolute;*/
    /*	width: 30px;*/
    /*	height: 20px;*/
    font-size: 14px;
    /*	font-size: 1.4vw;*/
    line-height: 20px;
    font-weight: 900;
    color: #222222;
    /*	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);*/
}

.fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none;
}

.fc-calendar .fc-row > div.fc-today {
    background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
    opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
    border-right: none;
}

.fc-calendar .fc-row:last-child {
    border-bottom: none;
}

.fc-calendar .fc-row > div.fc-feries {
    background-color: rgba(86, 40, 40, 0.23);
}

.fc-calendar .fc-row > div:empty {
    background-color: #ececec;
    background-color: transparent;
    border: none;
}

.fc-calendar .event {
    font-size: 12px;
    margin: 4px 0px 4px;
    overflow: auto;
    text-align: left;
    clear: both;
}

    .fc-calendar .event ul.event-cards {
        display: inline;
        margin-left: 0;
        padding-left: 0;
        /* on force toujours la taille pour garder une lecture similaire */
        width: 38px;
    }

        .fc-calendar .event ul.event-cards li {
            display: inline-block;
            margin: 0 1px;
        }

            .fc-calendar .event ul.event-cards li:after {
                content: '●';
                font-size: 12px;
            }

    .fc-calendar .event a {
        /*	clear: both;
	display: block;
*/
        color: #000000;
    }

        .fc-calendar .event a.establishment {
            color: #ff9900;
        }

        .fc-calendar .event a.doctor {
            color: #2b78e4;
        }

        .fc-calendar .event a:hover {
            text-decoration: none;
        }

    .fc-calendar .event .hour {
        color: #7c7b7b;
    }

/*	navigation */
.filter-nav .title {
    width: 200px;
}

.filter-card li {
    width: 80px;
    cursor: pointer;
}

    .filter-card li .circle {
        margin: 0 auto;
        width: 58px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        color: #FFF;
        border-radius: 40px;
        font-size: 20px;
    }

    .filter-card li .legend {
        font-size: 15px;
        text-align: center;
        padding-top: 10px;
    }

.filter-active li.disabled .circle {
    background-color: #b6b6b6 !important;
}

@media screen and (max-width: 880px), screen and (max-height: 450px) {
    .container {
        height: auto;
    }

    .custom-header,
    .custom-header nav,
    .custom-calendar-full,
    .fc-calendar-container,
    .fc-calendar,
    .fc-calendar .fc-head,
    .fc-calendar .fc-row > div > span.fc-date {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        height: auto;
        /*		width: auto;*/
    }

    .fc-calendar {
        /*		margin: 0 20px 20px;*/
    }

        .fc-calendar .fc-row,
        .ie9 .fc-calendar .fc-row > div,
        .fc-calendar .fc-row > div {
            display: block;
            height: auto !important;
            width: 100%;
            border: none;
        }

            .fc-calendar .fc-row > div {
                float: none;
                border-bottom: 1px solid #d7d7d7;
                overflow: auto;
                padding: 6px;
                min-height: 50px;
            }

                .fc-calendar .fc-row > div:empty {
                    display: none;
                }

        .fc-calendar .fc-row {
            box-shadow: none;
            min-height: 10px;
        }

        .fc-calendar .fc-head {
            display: none;
        }

        .fc-calendar .fc-row > div > div {
            margin-top: 0px;
            padding-left: 10px;
            max-width: 70%;
            display: inline-block;
        }

        .fc-calendar .fc-row > div.fc-today {
            /*background: rgba(255, 255, 255, 0.2);*/
            min-height: 50px;
        }

            .fc-calendar .fc-row > div.fc-today:after {
                display: none;
            }

        .fc-calendar .fc-row > div > span.fc-date {
            width: 30px;
            display: inline-block;
            text-align: right;
            font-size: 20px;
            font-weight: bold;
            vertical-align: top;
            padding-top: 6px;
        }

        .fc-calendar .fc-row > div > span.fc-weekday {
            display: inline-block;
            width: 40px;
            font-size: 10px;
            text-transform: uppercase;
            vertical-align: top;
            padding-top: 6px;
        }

        .fc-calendar .event {
            overflow: hidden;
            width: 100%;
            vertical-align: baseline;
        }
}

@media (max-width: 600px) {
    .calendar .filter-nav {
        margin: 0 -20px;
    }
}

.fc-calendar .event ul.event-cards li.irm:after {
    color: #00cc33;
    content: '●';
}

.fc-calendar .event ul.event-cards li.radiologie:after {
    color: #cc33cc;
    content: '●';
}

.fc-calendar .event ul.event-cards li.scanner:after {
    color: #666666;
    content: '●';
}

.fc-calendar .event ul.event-cards li.autre:after {
    color: #6699ff;
    content: '●';
}

.fc-calendar .event ul.event-cards li.additional_requests:after {
    color: #000000;
    content: '●';
}

.fc-calendar .event ul.event-cards li.emergency:after {
    color: #CF2A27;
    content: '!';
}

.fc-calendar .event ul.event-cards li.affected:after {
    content: '';
}

.calendar li[data-card="irm"] .circle {
    background-color: #00cc33;
}

.calendar li[data-card="radiologie"] .circle {
    background-color: #cc33cc;
}

.calendar li[data-card="scanner"] .circle {
    background-color: #666666;
}

.calendar li[data-card="autre"] .circle {
    background-color: #6699ff;
}

.calendar li[data-card="emergency"] .circle {
    background-color: #ffc700;
}

/*.calendar li[data-card="affected"] .circle { background-color: green; }*/
.fc-calendar .event ul.event-cards li.radio {
    padding-left: 0;
    min-height: auto;
    padding-top: 0;
}

#modalHelp ul {
    margin-left: 0;
    list-style-type: none;
}

    #modalHelp ul li:before {
        content: '•  ';
    }

/*
	#modalHelp li.irm, select#filter_modality_id option[value="1"]{color: #00cc33; }
	#modalHelp li.radiologie, select#filter_modality_id option[value="4"]{color: #cc33cc; }
	#modalHelp li.scanner, select#filter_modality_id option[value="2"]{color: #666666; }
	#modalHelp li.autre, select#filter_modality_id option[value="3"]{color: #6699ff; }
	#modalHelp li.additional_requests, select#filter_modality_id option[value="5"]{color: #000000; }
	#modalHelp li.astreinte{list-style-type:none;}
	#modalHelp li.astreinte:before{content:'!  ';}
	select#filter_type option[value="1"]{color:#CF2A27;}

	#modalHelp li.emergency{color: #ffc700; }
*/
.modal-backdrop {
    bottom: 0;
}

.modal-backdrop {
    bottom: 0;
}

@media screen and (min-width: 880px) {
    #formFilter select {
        max-width: 120px;
    }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
FRONT
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    min-width: 100%;
}

#slider_home {
    margin: -70px 0 0;
}

@media (min-width: 1200px) {
    #slider_home {
        margin-top: -74px;
    }
}

#slider_home .nb_slide_1 .carousel-indicators,
#slider_home .nb_slide_1 .carousel-control {
    display: none;
    opacity: 0;
}

#slider_home .carousel,
#slider_home .carousel-inner,
#slider_home .carousel-inner .item,
#slider_home .carousel-inner .item .container {
    min-height: 350px;
}

@media (min-width: 992px) {
    #slider_home .carousel,
    #slider_home .carousel-inner,
    #slider_home .carousel-inner .item,
    #slider_home .carousel-inner .item .container {
        height: 50vh;
    }
}

#slider_home .carousel-fade {
    background-color: #1a8cb6;
}

    #slider_home .carousel-fade .carousel-inner .item {
        -moz-transition-property: opacity;
        transition-property: opacity;
    }

    #slider_home .carousel-fade .carousel-inner .item,
    #slider_home .carousel-fade .carousel-inner .active.left,
    #slider_home .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }

    #slider_home .carousel-fade .carousel-inner .active,
    #slider_home .carousel-fade .carousel-inner .next.left,
    #slider_home .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        #slider_home .carousel-fade .carousel-inner .next,
        #slider_home .carousel-fade .carousel-inner .prev,
        #slider_home .carousel-fade .carousel-inner .active.left,
        #slider_home .carousel-fade .carousel-inner .active.right {
            left: 0;
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

#slider_home .item .container {
    position: relative;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 768px) {
    #slider_home .item .container {
        width: 100%;
    }
}

#slider_home .item .center-align {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    padding: 0 15px;
    margin-top: 35px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 1200px) {
    #slider_home .item .center-align {
        margin-top: 37px;
    }
}

@media (min-width: 1200px) and (max-width: 1278px) {
    #slider_home .item .center-align {
        padding: 0 0 4.5%;
        padding: 0 4%;
    }
}

#slider_home .item .title,
#slider_home .item .subtitle {
    display: block;
    color: white;
    text-shadow: 1px 1px 4px rgba(19, 58, 72, 0.35);
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media (min-width: 992px) {
    #slider_home .item .title,
    #slider_home .item .subtitle {
        text-align: right;
    }
}

#slider_home .item .title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    #slider_home .item .title {
        font-size: 3.2rem;
    }
}

#slider_home .item .subtitle {
    font-size: 1.6rem;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
}

    #slider_home .item .subtitle p {
        margin-bottom: 0 !important;
    }

@media (min-width: 992px) {
    #slider_home .item .subtitle {
        font-size: 2rem;
    }
}

#slider_home .item .img_bg {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    #slider_home .item .img_bg:after {
        content: "";
        background: #105973;
        opacity: .3;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

#slider_home .carousel-control {
    z-index: 4;
    background: transparent;
    width: 5%;
    opacity: 1 !important;
}

    #slider_home .carousel-control:hover .icon.prev, #slider_home .carousel-control:hover .uploadifive-button > span > i.prev, #slider_home .carousel-control:hover .filetosend a.prev.close, .filetosend #slider_home .carousel-control:hover a.prev.close {
        -moz-transform: translate(-20%, 0) rotate(-180deg);
        -ms-transform: translate(-20%, 0) rotate(-180deg);
        transform: translate(-20%, 0) rotate(-180deg);
    }

    #slider_home .carousel-control:hover .icon.next, #slider_home .carousel-control:hover .uploadifive-button > span > i.next, #slider_home .carousel-control:hover .filetosend a.next.close, .filetosend #slider_home .carousel-control:hover a.next.close {
        -moz-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }

    #slider_home .carousel-control .icon, #slider_home .carousel-control .uploadifive-button > span > i, #slider_home .carousel-control .filetosend a.close, .filetosend #slider_home .carousel-control a.close {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        margin-top: 15px;
        background-position: -4px -365px;
    }

        #slider_home .carousel-control .icon.prev, #slider_home .carousel-control .uploadifive-button > span > i.prev, #slider_home .carousel-control .filetosend a.prev.close, .filetosend #slider_home .carousel-control a.prev.close {
            left: 10px;
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        #slider_home .carousel-control .icon.next, #slider_home .carousel-control .uploadifive-button > span > i.next, #slider_home .carousel-control .filetosend a.next.close, .filetosend #slider_home .carousel-control a.next.close {
            right: 10px;
        }

@media (min-width: 992px) {
    #slider_home .wrapper {
        overflow: hidden;
    }

        #slider_home .wrapper > div {
            -moz-transform: translate(0, 120%);
            -ms-transform: translate(0, 120%);
            transform: translate(0, 120%);
            opacity: 0;
        }

    #slider_home .item.active .wrapper > div {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

.article {
    margin-bottom: 60px;
    position: relative;
}

    .article div.text .content {
        border-bottom: 1px solid #cdcccc;
        margin-bottom: 15px;
        position: relative;
    }

    .article div.text .toToggle {
        width: 100% !important;
    }

    .article div.text .readMore span,
    .article div.text .readLess span {
        display: block;
    }

.bloc_images,
.bloc_image_full {
    margin: 4% 0 0;
}

.bloc_image_full {
    text-align: center;
}

.bloc_images .col-lg-3 {
    text-align: center;
}

    .bloc_images .col-lg-3 img {
        max-width: 100%;
        margin-bottom: 30px;
    }

.front section iframe {
    width: 100% !important;
    min-height: 60vh !important;
    border: 0 !important;
}

fiche-contact {
    text-align: center;
}

#fiche-contact {
    position: relative !important;
    text-align: center !important;
}

    #fiche-contact h3 {
        font-size: 2rem;
    }

@media (max-width: 1199px) {
    #fiche-contact {
        margin: 30px auto;
    }
}

#frontFormNosMembresMedecins .btn {
    margin: 0 !important;
}

@media (max-width: 991px) {
    #frontFormNosMembresMedecins .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .article .img, #accordeon_medecin .img {
        margin-bottom: 20px;
        text-align: center;
    }
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
MEMBRES
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
STYLES NICO
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
#ical_address {
    width: 100% !important;
}

/* page sondage depot */
.sondage-plannification .alert {
    background-color: #699fcc;
    color: #fff;
}

    .sondage-plannification .alert p {
        margin: 0 !important;
        padding: 5px 0;
        text-align: center;
    }

.sondage-plannification .pageHeader {
    padding: 0;
}

    .sondage-plannification .pageHeader p {
        font-size: 1.7rem;
        text-align: center;
    }

.sondage-plannification #bloc_top {
    background: #f5f5f5;
    padding: 30px 0;
    border-top: 3px solid #999999;
    border-bottom: 3px solid #999999;
    margin-bottom: 40px;
}

    .sondage-plannification #bloc_top .bt_col1 p {
        margin: 0 !important;
    }

        .sondage-plannification #bloc_top .bt_col1 p:first-child {
            font-size: 1.4rem;
            text-transform: uppercase;
        }

        .sondage-plannification #bloc_top .bt_col1 p:nth-child(2) {
            font-size: 6rem;
            padding: 10px 0;
        }

        .sondage-plannification #bloc_top .bt_col1 p:last-child {
            font-size: 1.2rem;
        }

    .sondage-plannification #bloc_top .bt_col2, .sondage-plannification #bloc_top .bt_col3 {
        padding-top: 20px;
    }

@media (max-width: 992px) {
    .sondage-plannification #bloc_top {
        text-align: center;
    }
}

.sondage-plannification #bloc_content .bc_col1 p {
    margin-bottom: 60px;
}

.sondage-plannification #bloc_content .bc_col2 canvas {
    width: 132px;
}

.sondage-plannification #bloc_content .cercle {
    border: 8px solid;
    border-radius: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 130px;
    margin: 0 25px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 130px;
    border-color: #cccccc;
    color: #666;
}

    .sondage-plannification #bloc_content .cercle .chiffre {
        font-size: 40px;
        left: 50%;
        position: absolute;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.sondage-plannification #bloc_content .nbHidden {
    border: 0 none;
    color: #f6931f;
    display: none;
    font-weight: bold;
}

@media (max-width: 992px) {
    .sondage-plannification #bloc_content * {
        text-align: center;
    }

    .sondage-plannification #bloc_content .cercle {
        display: inline-block !important;
    }
}

.sondage-plannification #bloc_submit {
    text-align: center;
}

.sondage-plannification .cerclegris {
    background-color: #cccccc;
}

.sondage-plannification .nb20, .sondage-plannification .nb20 * {
    border-color: #2e673a !important;
    color: #2e673a;
}

.sondage-plannification .nb40, .sondage-plannification .nb40 * {
    border-color: #5cb61b !important;
    color: #5cb61b;
}

.sondage-plannification .nb60, .sondage-plannification .nb60 * {
    border-color: #f5e030 !important;
    color: #f5e030;
}

.sondage-plannification .nb80, .sondage-plannification .nb80 * {
    border-color: #FF8C00 !important;
    color: #FF8C00;
}

.sondage-plannification .nb100, .sondage-plannification .nb100 * {
    border-color: #ff0000 !important;
    color: #ff0000;
}

.sondage-plannification #chart-shift-wrapper canvas, .sondage-plannification #chart-type-wrapper canvas {
    margin-left: auto;
    margin-right: auto;
}

/* fin sondage depot */
/* page sondage result */
.sondage-plannification-result .content-menu {
    background: #fff;
    text-align: center;
    padding: 20px 0 40px 0;
}

    .sondage-plannification-result .content-menu .nav-tabs {
        border-bottom: 0;
        text-align: center;
    }

    .sondage-plannification-result .content-menu li {
        float: none;
        display: inline-block;
    }

        .sondage-plannification-result .content-menu li .btn {
            margin: 0 30px;
        }

            .sondage-plannification-result .content-menu li .btn::after {
                content: "";
                display: block;
                width: 9px;
                height: 9px;
                position: absolute;
                bottom: -9px;
                left: 45%;
                background: #1a8cb6;
                border-radius: 10px;
            }

        .sondage-plannification-result .content-menu li.active .btn {
            background: #484848 !important;
            color: #fff;
        }

            .sondage-plannification-result .content-menu li.active .btn::after {
                content: "";
                display: block;
                width: 52px;
                height: 26px;
                position: absolute;
                bottom: -43px;
                margin-left: 50% !important;
                margin-right: auto !important;
                left: -26px !important;
                background: url("../img/arrow.gif") no-repeat;
            }

        .sondage-plannification-result .content-menu li:not(.active) .btn {
            background: #FFF;
            color: #484848 !important;
        }

            .sondage-plannification-result .content-menu li:not(.active) .btn:hover {
                background: #FFF !important;
                box-shadow: none;
                color: #1a8cb6 !important;
            }

.sondage-plannification-result .content {
    overflow: hidden;
    max-width: 100%;
    background: #f5f5f5;
}

    .sondage-plannification-result .content p {
        margin-top: 30px;
        color: #000;
        width: 100%;
    }

    .sondage-plannification-result .content .chiffres {
        color: #999;
        font-size: 6rem;
    }

        .sondage-plannification-result .content .chiffres.tGreen {
            color: #29a37a !important;
        }

    .sondage-plannification-result .content .titre {
        font-size: 1.8rem;
        width: 100%;
        text-align: center;
    }

    .sondage-plannification-result .content .content_col::before {
        content: " ";
        display: block;
        width: 3000px;
        height: 4px;
        position: absolute;
        top: 10px;
        background: #999999;
        z-index: 1;
    }

    .sondage-plannification-result .content #content_col1::before {
        right: 0;
    }

    .sondage-plannification-result .content #content_col2::before {
        left: 0;
    }

    .sondage-plannification-result .content .content_col {
        padding-top: 50px;
    }

        .sondage-plannification-result .content .content_col img {
            z-index: 3;
            position: absolute;
            top: -10px;
        }

    .sondage-plannification-result .content #content_col1 {
        padding-right: 115px;
    }

    .sondage-plannification-result .content #content_col2 {
        padding-left: 115px;
    }

    .sondage-plannification-result .content #content_col1 img {
        right: 200px;
    }

    .sondage-plannification-result .content #content_col2 img {
        left: 200px;
    }

.sondage-plannification-result .container .myBtn2 {
    margin: 40px 0;
}

    .sondage-plannification-result .container .myBtn2 .icon, .sondage-plannification-result .container .myBtn2 .uploadifive-button > span > i, .sondage-plannification-result .container .myBtn2 .filetosend a.close, .filetosend .sondage-plannification-result .container .myBtn2 a.close {
        width: 20px;
        height: 20px;
        margin-left: 15px !important;
        top: 5px !important;
    }

.sondage-plannification-result #result {
    background: #FFF;
    border-top: 3px solid #999999;
}

    .sondage-plannification-result #result .container .btn {
        margin-bottom: 10px;
    }

    .sondage-plannification-result #result .resultcharts .btn, .sondage-plannification-result #result .resultcharts .btn:hover {
        background: #484848 !important;
        margin: 10px 0 40px 0 !important;
        box-shadow: none;
    }

        .sondage-plannification-result #result .resultcharts .btn::after {
            content: "";
            display: block;
            width: 52px;
            height: 26px;
            position: absolute;
            bottom: -40px;
            left: 10px;
            background: url("../img/arrow.gif") no-repeat;
        }

.sondage-plannification-result .bloc-charts {
    padding: 10px 0;
    background: #f5f5f5;
}

    .sondage-plannification-result .bloc-charts canvas {
        height: 185px !important;
    }

@media (max-width: 991px) {
    .sondage-plannification-result #content_col1::before {
        right: -1500px !important;
    }

    .sondage-plannification-result #content_col1 img {
        right: 46% !important;
    }

    .sondage-plannification-result #content_col2::before {
        left: -1500px !important;
    }

    .sondage-plannification-result #content_col2 img {
        left: 46% !important;
    }

    .sondage-plannification-result #content_col1, .sondage-plannification-result #content_col2, .sondage-plannification-result #content_col3 {
        padding-right: 20px !important;
        padding-left: 20px !important;
        overflow: visible;
    }

    .sondage-plannification-result #content_col1 {
        text-align: center;
    }

    .sondage-plannification-result #content_col2, .sondage-plannification-result #content_col3 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .sondage-plannification-result .content-menu li {
        width: 100%;
        display: inline-block;
    }

        .sondage-plannification-result .content-menu li .btn {
            margin: 0 15px;
        }

            .sondage-plannification-result .content-menu li .btn::after {
                content: "";
                display: none;
                width: 9px;
                height: 9px;
                position: absolute;
                bottom: -9px;
                left: 45%;
                background: #1a8cb6;
                border-radius: 10px;
            }

        .sondage-plannification-result .content-menu li.active .btn {
            background: #484848 !important;
            color: #fff;
        }

            .sondage-plannification-result .content-menu li.active .btn::after {
                content: "";
                display: none;
            }

        .sondage-plannification-result .content-menu li:not(.active) .btn {
            background: #FFF;
            color: #484848 !important;
        }

            .sondage-plannification-result .content-menu li:not(.active) .btn:hover {
                background: #FFF !important;
                box-shadow: none;
                color: #1a8cb6 !important;
            }
}

/* fin sondage result */
/* plannification */
.planification {
    /* dernier hack pendant phase debug */
}

    .planification .form-inline .radio label, .planification .form-inline .checkbox label {
        padding-right: 10px !important;
    }

    .planification .fc-calendar:hover {
        cursor: pointer;
    }

    .planification .fc-calendar .popover {
        position: absolute !important;
        z-index: 999;
        width: 290px;
        height: auto;
        background: white;
        overflow: visible;
        border: 1px solid #ccc;
    }

        .planification .fc-calendar .popover .popover-content {
            max-width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .planification .fc-calendar .popover .arrow {
            display: block !important;
            padding-left: 0 !important;
        }

        .planification .fc-calendar .popover form {
            line-height: 2rem;
            color: #5e6162;
            font-weight: 100;
        }

            .planification .fc-calendar .popover form .form-group {
                padding: 0 20px !important;
                margin: 10px 0;
            }

            .planification .fc-calendar .popover form label {
                padding: 0 12px 0 20px !important;
            }

            .planification .fc-calendar .popover form .btnDeletePlanificationRequest, .planification .fc-calendar .popover form #button_add_entry {
                margin-top: 20px;
            }

    .planification .fc-calendar .doctor {
        color: #1a8cb6;
    }

    .planification .fc-calendar .redText {
        color: #e7493c;
    }

    .planification .modal-backdrop {
        display: none !important;
    }

    .planification .fc_head {
        height: 60px !important;
    }

        .planification .fc_head div {
            height: 30px !important;
        }

@media (max-width: 767px) {
    .planification .fakeLabel {
        width: 50px;
        float: left;
    }

    .planification .nav-planning a {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

.membres {
    padding-top: 70px;
}

@media (min-width: 1200px) {
    .membres {
        padding-top: 145px;
    }

        .membres #logo {
            top: 21px !important;
        }
}

.membres #header a {
    text-decoration: none !important;
}

.membres #snackbar-container {
    top: 70px;
}

@media (min-width: 1200px) {
    .membres #snackbar-container {
        top: 145px;
    }
}

.liste_demandes_aides,
.liste_demandes_cliniques,
.liste_protocoles,
.liste_annuaire {
    padding: 0 0 2rem 0;
}

.pageHeader {
    padding: 0 0 2rem;
}

    .pageHeader > .btn {
        width: 100%;
        padding-top: 14px !important;
    }

        .pageHeader > .btn .icon, .pageHeader > .btn .uploadifive-button > span > i, .pageHeader > .btn .filetosend a.close, .filetosend .pageHeader > .btn a.close {
            background-position: -2px -328px;
            height: 25px;
            width: 36px;
            top: 7px !important;
        }

@media (min-width: 992px) {
    .pageHeader > .btn {
        width: auto;
    }
}

.pageHeader form {
    margin: 2rem 0 0 0;
}

@media (min-width: 768px) {
    .pageHeader form .row {
        margin-bottom: 15px;
    }
}

.pageHeader form .submit .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .pageHeader form .submit .btn {
        width: auto;
    }
}

.pageHeader form .helptext {
    font-size: 1.1rem;
    font-style: italic;
    margin: 10px 0 20px;
    position: absolute;
    color: #cccccc;
}

@media (min-width: 1200px) {
    .pageHeader .etatDemande {
        text-align: right;
    }

        .pageHeader .etatDemande label:last-of-type {
            padding-right: 0;
        }
}

.bloc_demande_aide,
.bloc_demande_clinique,
.bloc_protocole,
.bloc_annuaire,
.bloc_documentation,
.vosInformations .myProfile,
.bloc_planification,
.bloc_quiFaitQuoi {
    margin-bottom: 3rem;
    background: white;
    padding: 15px;
    border: 1px solid #cdcccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
}

    .bloc_demande_aide.faded,
    .bloc_protocole.faded {
        box-shadow: none;
        border-color: white !important;
    }

        .bloc_demande_aide.faded .top,
        .bloc_demande_aide.faded .bottom > div:not(.boutons),
        .bloc_demande_aide.faded .bottom > div.boutons > a.btn-answer,
        .bloc_protocole.faded .top,
        .bloc_protocole.faded .bottom > div:not(.boutons),
        .bloc_protocole.faded .bottom > div.boutons > a.btn-answer {
            opacity: 0.6;
            cursor: default;
            pointer-events: none;
        }

        .bloc_demande_aide.faded .btn-docs,
        .bloc_protocole.faded .btn-docs {
            cursor: pointer !important;
            pointer-events: all;
            opacity: 1 !important;
        }

    .bloc_demande_aide .row > div,
    .bloc_demande_clinique .row > div,
    .bloc_protocole .row > div,
    .bloc_annuaire .row > div,
    .bloc_quiFaitQuoi .row > div,
    .bloc_planification .row > div {
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .bloc_demande_aide .row + .row > div,
    .bloc_demande_clinique .row + .row > div,
    .bloc_protocole .row + .row > div,
    .bloc_annuaire .row + .row > div,
    .bloc_quiFaitQuoi .row + .row > div,
    .bloc_planification .row + .row > div {
        margin-bottom: 0;
    }
}

.bloc_demande_aide .boutons,
.bloc_demande_clinique .boutons,
.bloc_protocole .boutons,
.bloc_annuaire .boutons,
.bloc_quiFaitQuoi .boutons,
.bloc_planification .boutons {
    text-align: center;
    margin-bottom: 0 !important;
}

    .bloc_demande_aide .boutons .btn,
    .bloc_demande_clinique .boutons .btn,
    .bloc_protocole .boutons .btn,
    .bloc_annuaire .boutons .btn,
    .bloc_quiFaitQuoi .boutons .btn,
    .bloc_planification .boutons .btn {
        margin: 0 3px 6px;
    }

@media (min-width: 768px) {
    .bloc_demande_aide .boutons,
    .bloc_demande_clinique .boutons,
    .bloc_protocole .boutons,
    .bloc_annuaire .boutons,
    .bloc_quiFaitQuoi .boutons,
    .bloc_planification .boutons {
        text-align: left;
    }

        .bloc_demande_aide .boutons .btn,
        .bloc_demande_clinique .boutons .btn,
        .bloc_protocole .boutons .btn,
        .bloc_annuaire .boutons .btn,
        .bloc_quiFaitQuoi .boutons .btn,
        .bloc_planification .boutons .btn {
            margin: 0 1px 2px;
        }
}

.bloc_demande_aide .boutons_icones,
.bloc_demande_clinique .boutons_icones,
.bloc_protocole .boutons_icones,
.bloc_annuaire .boutons_icones,
.bloc_quiFaitQuoi .boutons_icones,
.bloc_planification .boutons_icones {
    text-align: center;
}

@media (min-width: 768px) {
    .bloc_demande_aide .boutons_icones,
    .bloc_demande_clinique .boutons_icones,
    .bloc_protocole .boutons_icones,
    .bloc_annuaire .boutons_icones,
    .bloc_quiFaitQuoi .boutons_icones,
    .bloc_planification .boutons_icones {
        text-align: right;
        float: right;
    }
}

.bloc_demande_aide .top .infos,
.bloc_demande_clinique .top .infos,
.bloc_protocole .top .infos,
.bloc_annuaire .top .infos,
.bloc_quiFaitQuoi .top .infos,
.bloc_planification .top .infos {
    position: relative;
    padding-bottom: 15px;
}

    .bloc_demande_aide .top .infos:after,
    .bloc_demande_clinique .top .infos:after,
    .bloc_protocole .top .infos:after,
    .bloc_annuaire .top .infos:after,
    .bloc_quiFaitQuoi .top .infos:after,
    .bloc_planification .top .infos:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #dde1e1;
        position: absolute;
        bottom: 0;
        left: 15px;
    }

.bloc_demande_aide .top .h2,
.bloc_demande_clinique .top .h2,
.bloc_protocole .top .h2,
.bloc_annuaire .top .h2,
.bloc_quiFaitQuoi .top .h2,
.bloc_planification .top .h2 {
    margin-bottom: 10px;
}

.bloc_demande_aide .top .h4,
.bloc_demande_clinique .top .h4,
.bloc_protocole .top .h4,
.bloc_annuaire .top .h4,
.bloc_quiFaitQuoi .top .h4,
.bloc_planification .top .h4 {
    float: left;
    display: inline-block;
    margin-right: 12px;
}

.bloc_demande_aide .top .icon_link,
.bloc_demande_clinique .top .icon_link,
.bloc_protocole .top .icon_link,
.bloc_annuaire .top .icon_link,
.bloc_quiFaitQuoi .top .icon_link,
.bloc_planification .top .icon_link {
    border-left: 1px solid #dde1e1;
    margin: 0px;
    margin: 0;
    position: relative;
    top: -2px;
    text-decoration: none !important;
}

    .bloc_demande_aide .top .icon_link .icon, .bloc_demande_aide .top .icon_link .uploadifive-button > span > i, .bloc_demande_aide .top .icon_link .filetosend a.close, .filetosend .bloc_demande_aide .top .icon_link a.close,
    .bloc_demande_clinique .top .icon_link .icon,
    .bloc_demande_clinique .top .icon_link .uploadifive-button > span > i,
    .bloc_demande_clinique .top .icon_link .filetosend a.close, .filetosend .bloc_demande_clinique .top .icon_link a.close,
    .bloc_protocole .top .icon_link .icon,
    .bloc_protocole .top .icon_link .uploadifive-button > span > i,
    .bloc_protocole .top .icon_link .filetosend a.close, .filetosend .bloc_protocole .top .icon_link a.close,
    .bloc_annuaire .top .icon_link .icon,
    .bloc_annuaire .top .icon_link .uploadifive-button > span > i,
    .bloc_annuaire .top .icon_link .filetosend a.close, .filetosend .bloc_annuaire .top .icon_link a.close,
    .bloc_quiFaitQuoi .top .icon_link .icon,
    .bloc_quiFaitQuoi .top .icon_link .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .top .icon_link .filetosend a.close, .filetosend .bloc_quiFaitQuoi .top .icon_link a.close,
    .bloc_planification .top .icon_link .icon,
    .bloc_planification .top .icon_link .uploadifive-button > span > i,
    .bloc_planification .top .icon_link .filetosend a.close, .filetosend .bloc_planification .top .icon_link a.close {
        height: 17px;
        width: 14px;
        position: relative;
        top: 4px;
        margin: 0 8px;
    }

    .bloc_demande_aide .top .icon_link.cal,
    .bloc_demande_clinique .top .icon_link.cal,
    .bloc_protocole .top .icon_link.cal,
    .bloc_annuaire .top .icon_link.cal,
    .bloc_quiFaitQuoi .top .icon_link.cal,
    .bloc_planification .top .icon_link.cal {
        border-left: none;
        margin-left: -8px;
    }

        .bloc_demande_aide .top .icon_link.cal .icon, .bloc_demande_aide .top .icon_link.cal .uploadifive-button > span > i, .bloc_demande_aide .top .icon_link.cal .filetosend a.close, .filetosend .bloc_demande_aide .top .icon_link.cal a.close,
        .bloc_demande_clinique .top .icon_link.cal .icon,
        .bloc_demande_clinique .top .icon_link.cal .uploadifive-button > span > i,
        .bloc_demande_clinique .top .icon_link.cal .filetosend a.close, .filetosend .bloc_demande_clinique .top .icon_link.cal a.close,
        .bloc_protocole .top .icon_link.cal .icon,
        .bloc_protocole .top .icon_link.cal .uploadifive-button > span > i,
        .bloc_protocole .top .icon_link.cal .filetosend a.close, .filetosend .bloc_protocole .top .icon_link.cal a.close,
        .bloc_annuaire .top .icon_link.cal .icon,
        .bloc_annuaire .top .icon_link.cal .uploadifive-button > span > i,
        .bloc_annuaire .top .icon_link.cal .filetosend a.close, .filetosend .bloc_annuaire .top .icon_link.cal a.close,
        .bloc_quiFaitQuoi .top .icon_link.cal .icon,
        .bloc_quiFaitQuoi .top .icon_link.cal .uploadifive-button > span > i,
        .bloc_quiFaitQuoi .top .icon_link.cal .filetosend a.close, .filetosend .bloc_quiFaitQuoi .top .icon_link.cal a.close,
        .bloc_planification .top .icon_link.cal .icon,
        .bloc_planification .top .icon_link.cal .uploadifive-button > span > i,
        .bloc_planification .top .icon_link.cal .filetosend a.close, .filetosend .bloc_planification .top .icon_link.cal a.close {
            background-position: -93px -292px;
        }

        .bloc_demande_aide .top .icon_link.cal:hover .icon, .bloc_demande_aide .top .icon_link.cal:hover .uploadifive-button > span > i, .bloc_demande_aide .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_demande_aide .top .icon_link.cal:hover a.close,
        .bloc_demande_clinique .top .icon_link.cal:hover .icon,
        .bloc_demande_clinique .top .icon_link.cal:hover .uploadifive-button > span > i,
        .bloc_demande_clinique .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_demande_clinique .top .icon_link.cal:hover a.close,
        .bloc_protocole .top .icon_link.cal:hover .icon,
        .bloc_protocole .top .icon_link.cal:hover .uploadifive-button > span > i,
        .bloc_protocole .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_protocole .top .icon_link.cal:hover a.close,
        .bloc_annuaire .top .icon_link.cal:hover .icon,
        .bloc_annuaire .top .icon_link.cal:hover .uploadifive-button > span > i,
        .bloc_annuaire .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_annuaire .top .icon_link.cal:hover a.close,
        .bloc_quiFaitQuoi .top .icon_link.cal:hover .icon,
        .bloc_quiFaitQuoi .top .icon_link.cal:hover .uploadifive-button > span > i,
        .bloc_quiFaitQuoi .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_quiFaitQuoi .top .icon_link.cal:hover a.close,
        .bloc_planification .top .icon_link.cal:hover .icon,
        .bloc_planification .top .icon_link.cal:hover .uploadifive-button > span > i,
        .bloc_planification .top .icon_link.cal:hover .filetosend a.close, .filetosend .bloc_planification .top .icon_link.cal:hover a.close {
            background-position: -133px -292px;
        }

    .bloc_demande_aide .top .icon_link.link .icon, .bloc_demande_aide .top .icon_link.link .uploadifive-button > span > i, .bloc_demande_aide .top .icon_link.link .filetosend a.close, .filetosend .bloc_demande_aide .top .icon_link.link a.close,
    .bloc_demande_clinique .top .icon_link.link .icon,
    .bloc_demande_clinique .top .icon_link.link .uploadifive-button > span > i,
    .bloc_demande_clinique .top .icon_link.link .filetosend a.close, .filetosend .bloc_demande_clinique .top .icon_link.link a.close,
    .bloc_protocole .top .icon_link.link .icon,
    .bloc_protocole .top .icon_link.link .uploadifive-button > span > i,
    .bloc_protocole .top .icon_link.link .filetosend a.close, .filetosend .bloc_protocole .top .icon_link.link a.close,
    .bloc_annuaire .top .icon_link.link .icon,
    .bloc_annuaire .top .icon_link.link .uploadifive-button > span > i,
    .bloc_annuaire .top .icon_link.link .filetosend a.close, .filetosend .bloc_annuaire .top .icon_link.link a.close,
    .bloc_quiFaitQuoi .top .icon_link.link .icon,
    .bloc_quiFaitQuoi .top .icon_link.link .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .top .icon_link.link .filetosend a.close, .filetosend .bloc_quiFaitQuoi .top .icon_link.link a.close,
    .bloc_planification .top .icon_link.link .icon,
    .bloc_planification .top .icon_link.link .uploadifive-button > span > i,
    .bloc_planification .top .icon_link.link .filetosend a.close, .filetosend .bloc_planification .top .icon_link.link a.close {
        height: 18px;
        width: 18px;
        background-position: -91px -331px;
    }

    .bloc_demande_aide .top .icon_link.link:hover .icon, .bloc_demande_aide .top .icon_link.link:hover .uploadifive-button > span > i, .bloc_demande_aide .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_demande_aide .top .icon_link.link:hover a.close,
    .bloc_demande_clinique .top .icon_link.link:hover .icon,
    .bloc_demande_clinique .top .icon_link.link:hover .uploadifive-button > span > i,
    .bloc_demande_clinique .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_demande_clinique .top .icon_link.link:hover a.close,
    .bloc_protocole .top .icon_link.link:hover .icon,
    .bloc_protocole .top .icon_link.link:hover .uploadifive-button > span > i,
    .bloc_protocole .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_protocole .top .icon_link.link:hover a.close,
    .bloc_annuaire .top .icon_link.link:hover .icon,
    .bloc_annuaire .top .icon_link.link:hover .uploadifive-button > span > i,
    .bloc_annuaire .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_annuaire .top .icon_link.link:hover a.close,
    .bloc_quiFaitQuoi .top .icon_link.link:hover .icon,
    .bloc_quiFaitQuoi .top .icon_link.link:hover .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_quiFaitQuoi .top .icon_link.link:hover a.close,
    .bloc_planification .top .icon_link.link:hover .icon,
    .bloc_planification .top .icon_link.link:hover .uploadifive-button > span > i,
    .bloc_planification .top .icon_link.link:hover .filetosend a.close, .filetosend .bloc_planification .top .icon_link.link:hover a.close {
        background-position: -131px -331px;
    }

.bloc_demande_aide .bottom p,
.bloc_demande_clinique .bottom p,
.bloc_protocole .bottom p,
.bloc_annuaire .bottom p,
.bloc_quiFaitQuoi .bottom p,
.bloc_planification .bottom p {
    margin: 0;
}

.bloc_demande_aide .bottom .boutons_icones a,
.bloc_demande_clinique .bottom .boutons_icones a,
.bloc_protocole .bottom .boutons_icones a,
.bloc_annuaire .bottom .boutons_icones a,
.bloc_quiFaitQuoi .bottom .boutons_icones a,
.bloc_planification .bottom .boutons_icones a {
    display: inline-block;
}

.bloc_demande_aide .bottom .boutons_icones .togglebutton,
.bloc_demande_clinique .bottom .boutons_icones .togglebutton,
.bloc_protocole .bottom .boutons_icones .togglebutton,
.bloc_annuaire .bottom .boutons_icones .togglebutton,
.bloc_quiFaitQuoi .bottom .boutons_icones .togglebutton,
.bloc_planification .bottom .boutons_icones .togglebutton {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -6px;
    right: -6px;
}

.bloc_demande_aide .bottom .icon_link,
.bloc_demande_clinique .bottom .icon_link,
.bloc_protocole .bottom .icon_link,
.bloc_annuaire .bottom .icon_link,
.bloc_quiFaitQuoi .bottom .icon_link,
.bloc_planification .bottom .icon_link {
    border-right: 1px solid #dde1e1;
    margin: 0 5px;
    text-decoration: none !important;
}

    .bloc_demande_aide .bottom .icon_link .icon, .bloc_demande_aide .bottom .icon_link .uploadifive-button > span > i, .bloc_demande_aide .bottom .icon_link .filetosend a.close, .filetosend .bloc_demande_aide .bottom .icon_link a.close,
    .bloc_demande_clinique .bottom .icon_link .icon,
    .bloc_demande_clinique .bottom .icon_link .uploadifive-button > span > i,
    .bloc_demande_clinique .bottom .icon_link .filetosend a.close, .filetosend .bloc_demande_clinique .bottom .icon_link a.close,
    .bloc_protocole .bottom .icon_link .icon,
    .bloc_protocole .bottom .icon_link .uploadifive-button > span > i,
    .bloc_protocole .bottom .icon_link .filetosend a.close, .filetosend .bloc_protocole .bottom .icon_link a.close,
    .bloc_annuaire .bottom .icon_link .icon,
    .bloc_annuaire .bottom .icon_link .uploadifive-button > span > i,
    .bloc_annuaire .bottom .icon_link .filetosend a.close, .filetosend .bloc_annuaire .bottom .icon_link a.close,
    .bloc_quiFaitQuoi .bottom .icon_link .icon,
    .bloc_quiFaitQuoi .bottom .icon_link .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .bottom .icon_link .filetosend a.close, .filetosend .bloc_quiFaitQuoi .bottom .icon_link a.close,
    .bloc_planification .bottom .icon_link .icon,
    .bloc_planification .bottom .icon_link .uploadifive-button > span > i,
    .bloc_planification .bottom .icon_link .filetosend a.close, .filetosend .bloc_planification .bottom .icon_link a.close {
        height: 24px;
        width: 24px;
        margin: 5px 10px 0 0;
    }

    .bloc_demande_aide .bottom .icon_link.tel .icon, .bloc_demande_aide .bottom .icon_link.tel .uploadifive-button > span > i, .bloc_demande_aide .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_demande_aide .bottom .icon_link.tel a.close,
    .bloc_demande_clinique .bottom .icon_link.tel .icon,
    .bloc_demande_clinique .bottom .icon_link.tel .uploadifive-button > span > i,
    .bloc_demande_clinique .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_demande_clinique .bottom .icon_link.tel a.close,
    .bloc_protocole .bottom .icon_link.tel .icon,
    .bloc_protocole .bottom .icon_link.tel .uploadifive-button > span > i,
    .bloc_protocole .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_protocole .bottom .icon_link.tel a.close,
    .bloc_annuaire .bottom .icon_link.tel .icon,
    .bloc_annuaire .bottom .icon_link.tel .uploadifive-button > span > i,
    .bloc_annuaire .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_annuaire .bottom .icon_link.tel a.close,
    .bloc_quiFaitQuoi .bottom .icon_link.tel .icon,
    .bloc_quiFaitQuoi .bottom .icon_link.tel .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_quiFaitQuoi .bottom .icon_link.tel a.close,
    .bloc_planification .bottom .icon_link.tel .icon,
    .bloc_planification .bottom .icon_link.tel .uploadifive-button > span > i,
    .bloc_planification .bottom .icon_link.tel .filetosend a.close, .filetosend .bloc_planification .bottom .icon_link.tel a.close {
        background-position: -8px -747px;
    }

    .bloc_demande_aide .bottom .icon_link.tel:hover .icon, .bloc_demande_aide .bottom .icon_link.tel:hover .uploadifive-button > span > i, .bloc_demande_aide .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_demande_aide .bottom .icon_link.tel:hover a.close,
    .bloc_demande_clinique .bottom .icon_link.tel:hover .icon,
    .bloc_demande_clinique .bottom .icon_link.tel:hover .uploadifive-button > span > i,
    .bloc_demande_clinique .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_demande_clinique .bottom .icon_link.tel:hover a.close,
    .bloc_protocole .bottom .icon_link.tel:hover .icon,
    .bloc_protocole .bottom .icon_link.tel:hover .uploadifive-button > span > i,
    .bloc_protocole .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_protocole .bottom .icon_link.tel:hover a.close,
    .bloc_annuaire .bottom .icon_link.tel:hover .icon,
    .bloc_annuaire .bottom .icon_link.tel:hover .uploadifive-button > span > i,
    .bloc_annuaire .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_annuaire .bottom .icon_link.tel:hover a.close,
    .bloc_quiFaitQuoi .bottom .icon_link.tel:hover .icon,
    .bloc_quiFaitQuoi .bottom .icon_link.tel:hover .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_quiFaitQuoi .bottom .icon_link.tel:hover a.close,
    .bloc_planification .bottom .icon_link.tel:hover .icon,
    .bloc_planification .bottom .icon_link.tel:hover .uploadifive-button > span > i,
    .bloc_planification .bottom .icon_link.tel:hover .filetosend a.close, .filetosend .bloc_planification .bottom .icon_link.tel:hover a.close {
        background-position: -48px -747px;
    }

    .bloc_demande_aide .bottom .icon_link.mail .icon, .bloc_demande_aide .bottom .icon_link.mail .uploadifive-button > span > i, .bloc_demande_aide .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_demande_aide .bottom .icon_link.mail a.close,
    .bloc_demande_clinique .bottom .icon_link.mail .icon,
    .bloc_demande_clinique .bottom .icon_link.mail .uploadifive-button > span > i,
    .bloc_demande_clinique .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_demande_clinique .bottom .icon_link.mail a.close,
    .bloc_protocole .bottom .icon_link.mail .icon,
    .bloc_protocole .bottom .icon_link.mail .uploadifive-button > span > i,
    .bloc_protocole .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_protocole .bottom .icon_link.mail a.close,
    .bloc_annuaire .bottom .icon_link.mail .icon,
    .bloc_annuaire .bottom .icon_link.mail .uploadifive-button > span > i,
    .bloc_annuaire .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_annuaire .bottom .icon_link.mail a.close,
    .bloc_quiFaitQuoi .bottom .icon_link.mail .icon,
    .bloc_quiFaitQuoi .bottom .icon_link.mail .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_quiFaitQuoi .bottom .icon_link.mail a.close,
    .bloc_planification .bottom .icon_link.mail .icon,
    .bloc_planification .bottom .icon_link.mail .uploadifive-button > span > i,
    .bloc_planification .bottom .icon_link.mail .filetosend a.close, .filetosend .bloc_planification .bottom .icon_link.mail a.close {
        background-position: -8px -787px;
    }

    .bloc_demande_aide .bottom .icon_link.mail:hover .icon, .bloc_demande_aide .bottom .icon_link.mail:hover .uploadifive-button > span > i, .bloc_demande_aide .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_demande_aide .bottom .icon_link.mail:hover a.close,
    .bloc_demande_clinique .bottom .icon_link.mail:hover .icon,
    .bloc_demande_clinique .bottom .icon_link.mail:hover .uploadifive-button > span > i,
    .bloc_demande_clinique .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_demande_clinique .bottom .icon_link.mail:hover a.close,
    .bloc_protocole .bottom .icon_link.mail:hover .icon,
    .bloc_protocole .bottom .icon_link.mail:hover .uploadifive-button > span > i,
    .bloc_protocole .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_protocole .bottom .icon_link.mail:hover a.close,
    .bloc_annuaire .bottom .icon_link.mail:hover .icon,
    .bloc_annuaire .bottom .icon_link.mail:hover .uploadifive-button > span > i,
    .bloc_annuaire .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_annuaire .bottom .icon_link.mail:hover a.close,
    .bloc_quiFaitQuoi .bottom .icon_link.mail:hover .icon,
    .bloc_quiFaitQuoi .bottom .icon_link.mail:hover .uploadifive-button > span > i,
    .bloc_quiFaitQuoi .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_quiFaitQuoi .bottom .icon_link.mail:hover a.close,
    .bloc_planification .bottom .icon_link.mail:hover .icon,
    .bloc_planification .bottom .icon_link.mail:hover .uploadifive-button > span > i,
    .bloc_planification .bottom .icon_link.mail:hover .filetosend a.close, .filetosend .bloc_planification .bottom .icon_link.mail:hover a.close {
        background-position: -48px -787px;
    }

.demande_aide .pageHeader form {
    width: 100% !important;
}

.bloc_demande_aide .top .h4 {
    display: block;
    margin-right: 0;
    float: none;
}

@media (min-width: 768px) {
    .bloc_demande_aide .row {
        position: relative;
    }

    .bloc_demande_aide .boutons,
    .bloc_demande_aide .boutons_icones {
        position: absolute;
        bottom: 0;
    }

    .bloc_demande_aide .boutons {
        left: 41.66667%;
    }

    .bloc_demande_aide .boutons_icones {
        left: auto;
        right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .bloc_demande_aide .etablissement {
        text-align: right;
    }
}

.bloc_demande_clinique .top .h4 {
    display: block;
    margin-right: 0;
    float: none;
}

@media (min-width: 768px) {
    .bloc_demande_clinique .etat {
        float: right;
    }
}

.bloc_demande_clinique .etat > span {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

    .bloc_demande_clinique .etat > span:first-of-type:before {
        content: none !important;
    }

@media (min-width: 992px) {
    .bloc_demande_clinique .etat > span:before {
        content: "";
        display: block;
        height: 1px;
        width: 84px;
        position: relative;
        float: left;
        background: #cdcccc;
        top: 9px;
        margin-left: 8px;
    }
}

.bloc_demande_clinique .etat .icon, .bloc_demande_clinique .etat .uploadifive-button > span > i, .bloc_demande_clinique .etat .filetosend a.close, .filetosend .bloc_demande_clinique .etat a.close {
    width: 17px;
    height: 17px;
    display: block;
    background-position: -92px -751px;
    float: left;
    margin: 0 7px;
    border-radius: 100%;
}

.bloc_demande_clinique .icon_link.mail {
    border-right: none;
    margin-right: 0px;
}

    .bloc_demande_clinique .icon_link.mail .icon, .bloc_demande_clinique .icon_link.mail .uploadifive-button > span > i, .bloc_demande_clinique .icon_link.mail .filetosend a.close, .filetosend .bloc_demande_clinique .icon_link.mail a.close {
        margin-right: 0;
    }

.bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(1) .icon, .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(1) .uploadifive-button > span > i, .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(1) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(1) a.close {
    background-position: -132px -751px;
}

@media (max-width: 992px) {
    .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(2),
    .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(3),
    .bloc_demande_clinique.etat_a_traiter .etat > span:nth-of-type(4) {
        display: none;
    }
}

.bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(1) .icon, .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(1) .uploadifive-button > span > i, .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(1) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(1) a.close,
.bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(2) .icon,
.bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(2) .uploadifive-button > span > i,
.bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(2) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(2) a.close {
    background-position: -132px -751px;
}

@media (max-width: 992px) {
    .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(1),
    .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(3),
    .bloc_demande_clinique.etat_en_cours .etat > span:nth-of-type(4) {
        display: none;
    }
}

.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(1) .icon, .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(1) .uploadifive-button > span > i, .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(1) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(1) a.close,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(2) .icon,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(2) .uploadifive-button > span > i,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(2) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(2) a.close,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(3) .icon,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(3) .uploadifive-button > span > i,
.bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(3) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(3) a.close {
    background-position: -132px -751px;
}

@media (max-width: 992px) {
    .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(1),
    .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(2),
    .bloc_demande_clinique.etat_traitee .etat > span:nth-of-type(4) {
        display: none;
    }
}

.bloc_demande_clinique.etat_refusee {
    border-color: white !important;
    box-shadow: none;
    pointer-events: none;
}

    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1) .icon, .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1) .uploadifive-button > span > i, .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1) a.close,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2) .icon,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2) .uploadifive-button > span > i,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2) a.close,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3) .icon,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3) .uploadifive-button > span > i,
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3) a.close {
        background-position: -132px -751px;
    }

    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(4) .icon, .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(4) .uploadifive-button > span > i, .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(4) .filetosend a.close, .filetosend .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(4) a.close {
        background-position: -132px -791px;
    }

    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1),
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2),
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3),
    .bloc_demande_clinique.etat_refusee .infos,
    .bloc_demande_clinique.etat_refusee .bottom {
        opacity: 0.3;
    }

@media (max-width: 992px) {
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(1),
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(2),
    .bloc_demande_clinique.etat_refusee .etat > span:nth-of-type(3) {
        display: none;
    }
}

.bloc_demande_clinique .motif_refus {
    margin: 20px 0 0;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker .input-group-btn {
    z-index: 2;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker.is-selected .dateField {
    color: #1a8cb6 !important;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker.is-selected ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1a8cb6 !important;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker.is-selected ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1a8cb6 !important;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker.is-selected :-ms-input-placeholder {
    /* IE 10+ */
    color: #1a8cb6 !important;
}

.protocole #membresFormProtocoleAcquisition .is-datepicker.is-selected :-moz-placeholder {
    /* Firefox 18- */
    color: #1a8cb6 !important;
}

.bloc_protocole .togglebutton {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -1px;
    right: -26px;
}

.recherche .pageHeader form.bgGreyLight .row {
    margin-bottom: 0 !important;
}

.recherche .pageHeader form.bgGreyLight .form-group {
    padding-bottom: 0;
}

.recherche .pageHeader .form-group.is-autocomplete-select .dropdown-menu {
    top: -6px !important;
}

.recherche .pageHeader .bootstrap-select.selected .bs-placeholder,
.recherche .pageHeader .bootstrap-select.selected .filter-option {
    color: #1a8cb6 !important;
}

.bloc_annuaire {
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    .bloc_annuaire .row {
        display: -moz-box;
        display: flex;
        -moz-box-align: stretch;
        align-items: stretch;
    }

        .bloc_annuaire .row > div {
            align-self: center;
        }
}

.bloc_annuaire .nom {
    position: relative;
    padding-left: 70px;
    margin-top: 11px;
}

@media (min-width: 992px) {
    .bloc_annuaire .nom {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .bloc_annuaire .spe,
    .bloc_annuaire .loc,
    .bloc_annuaire .tel,
    .bloc_annuaire .mail {
        padding-top: 11px;
    }
}

@media (min-width: 992px) {
    .bloc_annuaire .spe,
    .bloc_annuaire .loc,
    .bloc_annuaire .tel,
    .bloc_annuaire .mail {
        padding-top: 0;
    }
}

.bloc_annuaire .photo {
    max-width: 40px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 15px;
}

.bloc_annuaire .hidden-lg {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .bloc_annuaire.bloc_membre .skype {
        text-align: right;
    }
}

.bloc_annuaire.bloc_membre .skype a {
    height: 35px;
    width: 34px;
    display: block;
}

@media (min-width: 768px) {
    .bloc_annuaire.bloc_membre .skype a {
        float: right;
    }
}

.bloc_annuaire.bloc_membre .skype .icon, .bloc_annuaire.bloc_membre .skype .uploadifive-button > span > i, .bloc_annuaire.bloc_membre .skype .filetosend a.close, .filetosend .bloc_annuaire.bloc_membre .skype a.close {
    height: 35px;
    width: 34px;
    background-position: -83px -522px;
}

.bloc_annuaire.bloc_membre .skype a:hover .icon, .bloc_annuaire.bloc_membre .skype a:hover .uploadifive-button > span > i, .bloc_annuaire.bloc_membre .skype a:hover .filetosend a.close, .filetosend .bloc_annuaire.bloc_membre .skype a:hover a.close {
    background-position: -123px -522px;
}

@media (min-width: 768px) {
    .bloc_annuaire.bloc_ch .upload {
        text-align: right;
    }
}

.bloc_annuaire.bloc_ch .upload a {
    height: 37px;
    width: 38px;
    display: block;
}

@media (min-width: 768px) {
    .bloc_annuaire.bloc_ch .upload a {
        float: right;
    }
}

.bloc_annuaire.bloc_ch .upload .icon, .bloc_annuaire.bloc_ch .upload .uploadifive-button > span > i, .bloc_annuaire.bloc_ch .upload .filetosend a.close, .filetosend .bloc_annuaire.bloc_ch .upload a.close {
    height: 37px;
    width: 38px;
    background-position: -81px -402px;
}

.bloc_annuaire.bloc_ch .upload a:hover .icon, .bloc_annuaire.bloc_ch .upload a:hover .uploadifive-button > span > i, .bloc_annuaire.bloc_ch .upload a:hover .filetosend a.close, .filetosend .bloc_annuaire.bloc_ch .upload a:hover a.close {
    background-position: -121px -402px;
}

.vosInformations #form_recherche .checkbox label {
    width: 100%;
}

@media (min-width: 768px) {
    .vosInformations #form_recherche .checkbox label {
        width: auto;
    }
}

.vosInformations .myProfile {
    display: block;
    margin-bottom: 5rem;
    position: relative;
    padding-left: 60px;
    text-decoration: none !important;
}

    .vosInformations .myProfile .icon, .vosInformations .myProfile .uploadifive-button > span > i, .vosInformations .myProfile .filetosend a.close, .filetosend .vosInformations .myProfile a.close {
        height: 26px;
        width: 32px;
        margin: 0 15px 0 0;
        position: absolute;
        top: 50%;
        left: 15px;
        background-position: -84px -247px;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .vosInformations .myProfile:hover .icon, .vosInformations .myProfile:hover .uploadifive-button > span > i, .vosInformations .myProfile:hover .filetosend a.close, .filetosend .vosInformations .myProfile:hover a.close {
        background-position: -124px -247px;
    }

.liste_documentation h3 {
    font-weight: 300;
    font-size: 2rem;
    margin: 4rem 0 2rem;
}

.liste_documentation .niveau {
    width: 100% !important;
}

@media (min-width: 768px) {
    .liste_documentation .niveau.niveau_1 .row, .liste_documentation .niveau.niveau_2 .row {
        display: -moz-box;
        display: flex;
        flex-wrap: wrap;
        -moz-box-pack: center;
        justify-content: center;
    }

        .liste_documentation .niveau.niveau_1 .row:before, .liste_documentation .niveau.niveau_1 .row:after, .liste_documentation .niveau.niveau_2 .row:before, .liste_documentation .niveau.niveau_2 .row:after {
            content: normal;
        }
}

.liste_documentation .niveau.niveau_2, .liste_documentation .niveau.niveau_3 {
    display: none;
}

.liste_documentation .niveau a.btn {
    text-transform: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 15px;
}

    .liste_documentation .niveau a.btn.active, .liste_documentation .niveau a.btn.active:hover {
        background-color: #cccccc !important;
        color: black !important;
    }

.bloc_documentation {
    padding: 0;
}

    .bloc_documentation a {
        display: block;
        padding: 15px 15px 0;
        text-decoration: none;
    }

        .bloc_documentation a > div {
            margin-bottom: 15px;
        }

@media (min-width: 992px) {
    .bloc_documentation .row {
        display: -moz-box;
        display: flex;
        -moz-box-align: stretch;
        align-items: stretch;
    }

        .bloc_documentation .row > div {
            align-self: center;
        }
}

.bloc_documentation .icon, .bloc_documentation .uploadifive-button > span > i, .bloc_documentation .filetosend a.close, .filetosend .bloc_documentation a.close {
    float: right;
    position: relative;
    height: 37px;
    width: 38px;
    background-position: -81px -402px;
}

.bloc_documentation a:hover > div {
    color: #1a8cb6;
}

.bloc_documentation a:hover .icon, .bloc_documentation a:hover .uploadifive-button > span > i, .bloc_documentation a:hover .filetosend a.close, .filetosend .bloc_documentation a:hover a.close {
    background-position: -121px -402px;
}

.bloc_demonstration {
    background: white;
    border: 1px solid #cdcccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
}

    .bloc_demonstration .top {
        background: #1a8cb6;
        position: relative;
        padding-bottom: 66%;
        max-height: 400px;
    }

    .bloc_demonstration .title {
        z-index: 3;
        position: absolute;
        width: 100%;
        padding: 15px;
        left: 0;
        bottom: 0;
        margin: 0;
        text-shadow: 1px 1px 4px rgba(19, 58, 72, 0.35);
        font-size: 1.8rem;
        font-weight: 300;
    }

    .bloc_demonstration .img_bg {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .bloc_demonstration .img_bg:after {
            content: "";
            background: #105973;
            opacity: .3;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

    .bloc_demonstration .bottom p {
        padding: 15px;
        margin: 0;
    }

    .bloc_demonstration .bottom a {
        border-top: 1px solid #f4f4f4;
        display: block;
        padding: 15px;
        font-size: 1.2rem;
    }

.detail_demontrations .embed-responsive {
    margin: 2rem 0;
}

    .detail_demontrations .embed-responsive .embed-responsive-item {
        min-height: 1px !important;
    }

.detail_demontrations h3 {
    font-size: 1.7rem;
}

.demos_liste .back {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

    .demos_liste .back .icon, .demos_liste .back .uploadifive-button > span > i, .demos_liste .back .filetosend a.close, .filetosend .demos_liste .back a.close {
        position: relative !important;
        top: 8px !important;
        height: 26px;
        width: 26px;
        background-position: -7px -167px;
    }

.whenwho .pageHeader .btn {
    display: inline-block;
    padding: 5px 10px;
    color: #cccccc;
    cursor: pointer;
    text-decoration: none;
}

    .whenwho .pageHeader .btn:hover, .whenwho .pageHeader .btn:focus, .whenwho .pageHeader .btn:active, .whenwho .pageHeader .btn.active {
        background-color: #1a8cb6;
        color: white;
    }

.planification .pageHeader .nav-planning .btn {
    display: inline-block;
    padding: 5px 10px;
    margin: -3px 1px 0;
    color: #cccccc;
    cursor: pointer;
    text-decoration: none;
}

    .planification .pageHeader .nav-planning .btn:hover, .planification .pageHeader .nav-planning .btn:focus, .planification .pageHeader .nav-planning .btn:active, .planification .pageHeader .nav-planning .btn.active {
        background-color: #1a8cb6 !important;
        color: white !important;
    }

.bloc_quiFaitQuoi .h2 {
    margin-bottom: 0 !important;
}

.bloc_quiFaitQuoi .h4 {
    margin-bottom: 3px;
}

.bloc_quiFaitQuoi .top .infos {
    padding-bottom: 0 !important;
}

    .bloc_quiFaitQuoi .top .infos:after {
        content: none !important;
    }

.bloc_quiFaitQuoi .statut_online {
    line-height: 32px;
    display: inline-block;
    position: relative;
    top: -6px;
}

.bloc_quiFaitQuoi .statut_emergency,
.bloc_quiFaitQuoi .statut_online {
    display: none;
}

.bloc_quiFaitQuoi.regle .statut_emergency.tRed {
    display: none;
}

.bloc_quiFaitQuoi.regle .statut_emergency.tBlue {
    display: block;
}

.bloc_quiFaitQuoi.urgence .statut_emergency.tRed {
    display: block;
}

.bloc_quiFaitQuoi.urgence .statut_emergency.tBlue {
    display: none;
}

.bloc_quiFaitQuoi.offline .statut_online.tRed {
    display: inline-block;
}

.bloc_quiFaitQuoi.offline .statut_online.tGreen {
    display: none;
}

.bloc_quiFaitQuoi.online .statut_online.tRed {
    display: none;
}

.bloc_quiFaitQuoi.online .statut_online.tGreen {
    display: inline-block;
}

.planification .planning_title {
    display: block;
    font-size: 1.7rem;
    color: #cdcccc;
    margin-bottom: 3rem;
}

    .planification .planning_title .tBlue {
        font-size: 2rem;
    }

.planification .bloc_calendar {
    margin-bottom: 2rem;
}

.planification #showList {
    padding-top: 11px !important;
}

    .planification #showList .icon, .planification #showList .uploadifive-button > span > i, .planification #showList .filetosend a.close, .filetosend .planification #showList a.close {
        height: 17px;
        width: 20px;
        background-position: -10px -452px;
        top: 3px !important;
        position: relative;
    }

.liste_planifications {
    width: 100% !important;
}

.bloc_planification .h2 {
    margin-bottom: 0 !important;
}

.bloc_planification .checkbox {
    margin: 1px 5px 0 0;
    float: left;
}

    .bloc_planification .checkbox label {
        padding-right: 0;
    }

.bloc_planification .recurrence,
.bloc_planification .delete {
    margin-bottom: 0 !important;
}

.bloc_planification .delete {
    position: relative;
}

@media (min-width: 992px) {
    .bloc_planification .delete {
        text-align: right;
    }
}

.bloc_planification .delete a {
    font-size: 1.4rem;
    color: #33cc99;
    text-decoration: none;
}

    .bloc_planification .delete a:hover {
        color: #1a8cb6;
    }

        .bloc_planification .delete a:hover .icon, .bloc_planification .delete a:hover .uploadifive-button > span > i, .bloc_planification .delete a:hover .filetosend a.close, .filetosend .bloc_planification .delete a:hover a.close {
            background-position: -125px -569px;
        }

.bloc_planification .delete .icon, .bloc_planification .delete .uploadifive-button > span > i, .bloc_planification .delete .filetosend a.close, .filetosend .bloc_planification .delete a.close {
    height: 41px;
    width: 31px;
    background-position: -85px -569px;
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.bloc_annonce {
    background: white;
    border: 1px solid #cdcccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

    .bloc_annonce .top {
        background: #1a8cb6;
        position: relative;
        padding-bottom: 100%;
        max-height: 400px;
    }

    .bloc_annonce .img_bg {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .bloc_annonce .img_bg:after {
            background: #105973;
            opacity: .3;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

    .bloc_annonce h2 {
        font-size: 1.4rem;
        margin: 0;
        font-weight: 500;
        padding: 15px;
        margin: 0;
        position: relative;
    }

    .bloc_annonce .bottom * {
        cursor: pointer;
    }

    .bloc_annonce .bottom h2 {
        font-size: 1.4rem;
        margin: 0;
        font-weight: 500;
        padding: 15px;
        margin: 0;
        position: relative;
    }

        .bloc_annonce .bottom h2:after {
            content: "";
            position: absolute;
            right: 15px;
            top: 15px;
            display: block;
            height: 18px;
            width: 6px;
            background: url(../img/sprite_icon.png) no-repeat;
            background: url(../img/sprite_icon.svg) no-repeat;
            overflow: hidden;
            background-position: -97px -91px;
        }

    .bloc_annonce .bottom span {
        display: block;
        padding: 0 15px 15px;
        font-size: 1.2rem;
    }

    .bloc_annonce .detail {
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        z-index: 3;
        background: white;
    }

        .bloc_annonce .detail h2 {
            padding: 0 0 15px;
        }

        .bloc_annonce .detail p {
            margin: 0;
        }

        .bloc_annonce .detail .cross {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            height: 16px;
            width: 16px;
            background: url(../img/sprite_icon.png) no-repeat;
            background: url(../img/sprite_icon.svg) no-repeat;
            overflow: hidden;
            background-position: -92px -12px;
            cursor: pointer;
        }

    .bloc_annonce.active .detail {
        top: 0;
    }

.upload .protocol,
.upload .addProtocol,
.upload .addFile {
    border-top: 3px solid #e5e5e5;
    padding: 20px 0 0;
    margin: 31px 0 0;
    box-shadow: 0 -3px 0 0 white, 0 -6px 0 0 #999999;
}

.upload .addFile {
    margin-bottom: 42px;
}

.upload .back,
.upload .help,
.upload .eye,
.upload .plus {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

    .upload .back .icon, .upload .back .uploadifive-button > span > i, .upload .back .filetosend a.close, .filetosend .upload .back a.close,
    .upload .help .icon,
    .upload .help .uploadifive-button > span > i,
    .upload .help .filetosend a.close, .filetosend .upload .help a.close,
    .upload .eye .icon,
    .upload .eye .uploadifive-button > span > i,
    .upload .eye .filetosend a.close, .filetosend .upload .eye a.close,
    .upload .plus .icon,
    .upload .plus .uploadifive-button > span > i,
    .upload .plus .filetosend a.close, .filetosend .upload .plus a.close {
        position: relative !important;
        top: 8px !important;
        height: 26px;
        width: 26px;
    }

.upload .back,
.upload .help {
    margin-bottom: 3px;
}

    .upload .back .icon, .upload .back .uploadifive-button > span > i, .upload .back .filetosend a.close, .filetosend .upload .back a.close {
        background-position: -7px -167px;
    }

    .upload .help .icon, .upload .help .uploadifive-button > span > i, .upload .help .filetosend a.close, .filetosend .upload .help a.close {
        background-position: -7px -127px;
    }

.upload .eye .icon, .upload .eye .uploadifive-button > span > i, .upload .eye .filetosend a.close, .filetosend .upload .eye a.close {
    background-position: -7px -687px;
}

.upload .plus .icon, .upload .plus .uploadifive-button > span > i, .upload .plus .filetosend a.close, .filetosend .upload .plus a.close {
    background-position: -7px -647px;
}

.upload .btn-modal {
    float: right;
    background: #edefed;
    padding: 2px 5px;
}

    .upload .btn-modal:hover {
        text-decoration: none;
        background-color: #c6c8c6;
    }

#form_upload {
    margin: 4rem 0 0;
}

    #form_upload .div_patients_name {
        margin-bottom: 42px !important;
    }

    #form_upload #protocols .form-group,
    #form_upload #protocols .form-line-group,
    #form_upload .addFile .form-group,
    #form_upload .addFile .form-line-group {
        margin-bottom: 15px !important;
    }

@media (min-width: 768px) {
    #form_upload #protocols .form-group,
    #form_upload #protocols .form-line-group,
    #form_upload .addFile .form-group,
    #form_upload .addFile .form-line-group {
        margin-bottom: 42px;
    }
}

#form_upload #protocols .form-group .fakeLabel,
#form_upload #protocols .form-line-group .fakeLabel,
#form_upload .addFile .form-group .fakeLabel,
#form_upload .addFile .form-line-group .fakeLabel {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #form_upload #protocols .form-group .fakeLabel,
    #form_upload #protocols .form-line-group .fakeLabel,
    #form_upload .addFile .form-group .fakeLabel,
    #form_upload .addFile .form-line-group .fakeLabel {
        float: left;
        width: 25%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #form_upload #protocols .form-group > .form-group,
    #form_upload #protocols .form-line-group > .form-group,
    #form_upload .addFile .form-group > .form-group,
    #form_upload .addFile .form-line-group > .form-group {
        float: left;
        width: 75%;
        margin: 0;
    }
}

#modal_choose_message .modal-body {
    border: 1px solid #e2e2e2;
    padding: 2rem 15px 0;
    border-left: none;
    border-right: none;
    max-height: 300px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    #modal_choose_message .modal-body {
        max-height: 400px;
    }
}

#modal_choose_message .modal-footer {
    padding: 15px;
}

#modal_choose_message .message {
    margin-bottom: 2rem;
    background: white;
    padding: 15px 15px 5px 15px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    position: relative;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

    #modal_choose_message .message h3 {
        color: #1a8cb6;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    #modal_choose_message .message p {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    #modal_choose_message .message .trash {
        position: absolute;
        right: 14px;
        top: 14px;
        height: 22px;
        width: 16px;
        background-position: -92px -828px;
    }

        #modal_choose_message .message .trash:hover {
            background-position: -132px -828px;
        }

#modal_new_message .modal-body {
    border: 1px solid #e2e2e2;
    padding: 2rem 15px 0;
    border-left: none;
    border-right: none;
    max-height: 400px;
    overflow-y: auto;
}

#modal_new_message .modal-footer {
    padding: 15px;
}

#modal_new_message h3 {
    color: #1a8cb6;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
}

#modal_new_message .form-group {
    margin-bottom: 0;
}

#modal_messages .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

#modal_messages .message {
    padding: 10px;
    border: 1px solid #dce0e0;
    border-radius: 3px;
    margin: 0 0 20px;
}

    #modal_messages .message h3 {
        color: #1a8cb6;
        font-size: 1.4rem;
        font-weight: 900;
    }

    #modal_messages .message p {
        font-size: 1.3rem;
        margin: 0;
    }

#modal_messages .modal-footer {
    padding: 10px;
    border-top: 1px solid #dce0e0;
}

    #modal_messages .modal-footer a {
        display: inline-block;
        padding: 5px;
    }

#modal_sondage .modal-body .btn.later {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #modal_sondage .modal-body .btn.later {
        margin-bottom: 0;
    }
}

.establishments .typeDemande, .establishments .nav-planning, .establishments .etatDemande {
    padding-top: 10px !important;
}

.membres .member-filter .form-group {
    width: 100%;
}

.membres .member-filter-right {
    text-align: right;
}

.membres .member-filter-line {
    padding-top: 10px;
}

.membres .nav-planning,
.membres .typeDemande {
    padding-top: 15px !important;
}

.membres #modal_number .number {
    text-align: center;
    font-size: 22px;
    color: #25cd99;
    font-weight: 600;
    margin: 30px 0;
}

.membres #modal_number .close-btn {
    text-align: center;
}

    .membres #modal_number .close-btn button {
        background-color: #e94834;
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 70px;
        border: none;
        border-radius: 5px;
    }

.membres #modal_number .form-group {
    text-align: center;
    margin: 10px 0 0 0;
}

.membres .doctor-dispo {
    color: #ffffff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #40cf99;
    margin: 0 0 0 56px;
    font-size: 10px;
    padding: 4px 6px;
    cursor: pointer;
}

.membres .doctor-dispo-ko {
    background-color: #e14840;
}

.membres .doctor-dispo-choice {
    position: absolute;
    width: 200px;
    height: 85px;
    background-color: #155a9d;
    color: #ffffff;
    padding: 10px 20px;
    margin: 30px 0 0 46px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

    .membres .doctor-dispo-choice .arrow {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #155a9d;
        position: absolute;
        left: 5px;
        top: -10px;
        z-index: 1001;
    }

    .membres .doctor-dispo-choice .item {
        padding: 5px 0;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
    }

    .membres .doctor-dispo-choice .checked {
        float: right;
        color: #40cf99;
    }

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
CHAT
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

#wrapper {
    padding: 30px;
    padding-top: 10px;
}

#notification {
    float: left;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 20;
    background-color: #fff1ba;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    z-index: 100;
}

.chatbox {
    margin: 0;
    padding: 0;
    text-align: left;
    position: fixed;
    bottom: -1px;
    right: 10px;
    width: 210px;
    height: 300px;
    z-index: 10;
}

/* chat box default border*/
.cb_default {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

/* chat box highlight border*/
.cb_highlight {
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    background-color: #F9FAFF;
}

/* CHAT PARTNER NAME */
.chatbox .header {
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    position: relative;
}

.header_bg_default {
    margin: 0;
    padding: 0;
    background-color: #1a8cb6 !important;
}

.header_bg_blink {
    margin: 0;
    padding: 0;
    background-color: #ff0000;
}

.chatbox .header p {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 8px;
}

.chatbox .header a {
    float: right;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

    .chatbox .header a:hover {
        color: #000;
    }

/* CHAT AREA WHERE TEXT APPEARS */
.chatbox .chat_area {
    float: left;
    clear: left;
    width: 100%;
    height: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: scroll;
}

.chatbox .chat_info {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    height: 20px;
    line-height: 20px;
}

    .chatbox .chat_info p {
        margin: 0;
        padding: 0;
        padding-left: 8px;
        float: left;
        color: #aaa;
        font-style: italic;
    }

.chatbox .chat_area p {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 22px;
    float: left;
    clear: left;
    word-wrap: break-word;
    max-width: 176px;
}

/* CHAT MESSAGE BOX */
.chatbox .chat_message {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 55px;
    float: left;
    clear: left;
}

    .chatbox .chat_message textarea {
        margin: 0;
        padding: 0;
        border: 1px solid #ddd;
        width: 194px;
        height: 53px;
        float: left;
        margin-left: 5px;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .chatbox .chat_message textarea:hover {
            border: 1px solid #3994f9;
        }

.chatbox a.maximize_chatbox {
    display: none;
}

.chatbox .chat_area .error {
    color: #c30000;
    font-style: italic;
}

.chatbox .chat_area .me {
    color: #3994f9;
    font-style: italic;
}

.chatbox .chat_area .system {
    color: #aaa;
    font-style: italic;
    font-size: 11px;
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
ETABLISSEMENTS
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
STYLES JO ETABLISSEMENTS
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.establishments .formPlanificationAdd .is-focused input[size="2"] {
    background-size: 0 2px, 100% 1px;
}

.establishments .formPlanificationAdd input[size="2"].form-control {
    width: 20px;
    text-align: center;
    color: #5e6162;
    border: 0px;
}

    .establishments .formPlanificationAdd input[size="2"].form-control:focus {
        background-size: 100% 2px, 100% 1px;
        color: #1a8cb6 !important;
    }

    .establishments .formPlanificationAdd input[size="2"].form-control.error {
        color: red !important;
    }

.establishments.planification .planning_title {
    margin-top: 3rem;
}

.establishments #modalPeriodicity.modal form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.establishments #modalPeriodicity.modal .margin-xs {
    margin: 0px 10px;
}

.establishments #modalPeriodicity.modal .form-group input[type=text].big {
    text-align: center;
    font-size: 1.8em;
    border-radius: 5px;
    border: 1px solid black;
    padding: 2px 5px;
    width: 40px;
}

.establishments #modalPeriodicity.modal .form-group input[type=text].error {
    border: 1px solid red;
}

.establishments #modalPeriodicity.modal .form-group label {
    font-size: 1.4em !important;
    padding-top: 10px;
}

.establishments.protocole .pageHeader .etatDemande {
    text-align: left !important;
}

    .establishments.protocole .pageHeader .etatDemande.tRight {
        text-align: right !important;
    }

@media (max-width: 992px) {
    .establishments.protocole .pageHeader .etatDemande.tRight {
        text-align: left !important;
    }
}

.establishments.protocole .bloc_protocole .icon_link.mail {
    border-right: none !important;
    margin-right: 0 !important;
}

    .establishments.protocole .bloc_protocole .icon_link.mail .icon, .establishments.protocole .bloc_protocole .icon_link.mail .uploadifive-button > span > i, .establishments.protocole .bloc_protocole .icon_link.mail .filetosend a.close, .filetosend .establishments.protocole .bloc_protocole .icon_link.mail a.close {
        margin-right: 0 !important;
    }

.establishments.establishment_demande .bloc_demande_clinique .togglebutton {
    margin-bottom: 0;
}

.establishments.establishment_demande .bloc_demande_clinique.faded {
    box-shadow: none;
    border-color: white !important;
}

    .establishments.establishment_demande .bloc_demande_clinique.faded .top,
    .establishments.establishment_demande .bloc_demande_clinique.faded .col_etablissement,
    .establishments.establishment_demande .bloc_demande_clinique.faded .col_type {
        opacity: 0.6;
        cursor: default;
        pointer-events: none;
    }

.establishments.upload #form_upload .form-group,
.establishments.upload #form_upload .form-group:only-of-type,
.establishments.upload #form_upload .form-group:last-of-type {
    margin-bottom: 42px !important;
}

.establishments.upload #form_upload textarea.form-control {
    height: auto !important;
    padding: 15px 0;
}

.establishments.upload #form_upload .div_doctor .fakeLabel {
    margin-bottom: 13px !important;
    display: block;
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
STYLES NICO
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
.establishments .typeDemande, .establishments .nav-planning, .establishments .etatDemande {
    padding-top: 10px !important;
}

.patient {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}

.patients-names {
    display: none;
}

.icon.clock, .uploadifive-button > span > i.clock, .filetosend a.clock.close {
    height: 32px;
    width: 32px;
    top: 10px !important;
    background-position: -141px -934px;
}

.btn-icon {
    width: 100%;
    padding-top: 10px !important;
}

@media (min-width: 992px) {
    .btn-icon {
        width: auto;
    }
}

.listing {
    padding: 30px 0;
}

    .listing .date {
        font-size: 10px;
        color: #3189b7;
        font-weight: 500;
        width: 45px;
        height: 45px;
        border: 3px solid #3189b7;
        border-radius: 50%;
        padding: 12px 0;
        text-align: center;
    }

    .listing .disabled {
        opacity: 0.5;
    }

    .listing .content {
        min-height: 50px;
        border-left: 1px solid #cdcdcd;
        margin-left: 21px;
    }

        .listing .content .modality {
            padding: 5px 0 15px 0;
        }

            .listing .content .modality .title {
                font-size: 14px;
                color: #2b9acf;
                font-weight: 500;
                text-transform: uppercase;
                padding: 5px 5px 5px 10px;
            }

            .listing .content .modality .planification {
                font-size: 12px;
                color: #b0b0b0;
                padding: 7px 5px;
                margin-left: 5px;
                border-bottom: 1px solid #e6e6e6;
                width: 95%;
            }

                .listing .content .modality .planification span {
                    color: #000000;
                    font-weight: 500;
                }

                .listing .content .modality .planification img {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    margin: 0 5px;
                }

                .listing .content .modality .planification a {
                    text-transform: uppercase;
                    font-weight: 500;
                }

                .listing .content .modality .planification:before {
                    content: "✓";
                    color: #ffffff;
                    font-weight: 600;
                    background-color: #cccccc;
                    border-radius: 50%;
                    margin: 0 5px 0 -22px;
                    padding: 3px 7px;
                    float: left;
                }

                .listing .content .modality .planification .status {
                    width: 72px;
                    background-color: #aaaaaa;
                    color: #ffffff;
                    text-align: center;
                    font-weight: 400;
                    float: right;
                    margin-right: -40px;
                }

                .listing .content .modality .planification .icon-current {
                    background-color: #6cd67e;
                }

                .listing .content .modality .planification .icon-todo {
                    background-color: #0b8bb8;
                }

                .listing .content .modality .planification .pool {
                    padding: 15px;
                    color: #000000;
                    font-weight: 500;
                    display: none;
                }

                    .listing .content .modality .planification .pool .member {
                        height: 55px;
                        width: 30%;
                        padding: 5px 30px;
                        float: left;
                    }

@media screen and (max-width: 768px) {
    .listing .content .modality .planification .pool .member {
        width: 45%;
    }
}

@media screen and (max-width: 500px) {
    .listing .content .modality .planification .pool .member {
        width: 95%;
    }
}

.listing .content .modality .planification .pool .member img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
}

.listing .content .modality .planification .pool .member i {
    font-style: normal;
    font-weight: 300;
    padding-left: 30px;
}

.listing .content .modality .planification .line {
    padding-right: 45px;
}

    .listing .content .modality .planification .line span i {
        font-style: normal;
        font-weight: 300;
    }

.listing .content .modality .status-done .line {
    opacity: 0.5;
}

.listing .content .modality .status-todo:before {
    background-color: #6cd47d;
}

.listing .content .modality .status-alert:before {
    background-color: #e0483d;
}

.listing .content .modality .status-done:before {
    background-color: #cccccc !important;
}

.listing .content .modality-none .status-done .line {
    opacity: 1;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.listing .content .modality-none .subline {
    font-weight: 500;
    color: #21a67b;
    padding: 15px 0 0 60px;
    font-size: 12px;
}

.listing .content .clear {
    clear: both;
}

.listing .imprimer-planning {
    text-align: center;
    margin: auto;
    background-color: #25cd99;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 325px;
    margin-top: 20px;
}

    .listing .imprimer-planning a {
        color: #ffffff;
        text-transform: uppercase;
    }

.green-number {
    color: #6cd67e;
    font-weight: 600;
}

.black-number {
    font-weight: 600;
}

.mail {
    text-transform: lowercase !important;
}

/* ANIMATION */
/* SHADOWS */
/* Shadows (from mdl http://www.getmdl.io/) */
body {
    background-color: #fff;
}

    body.inverse {
        background: #333333;
    }

        body.inverse, body.inverse .form-control {
            color: rgba(255,255,255, 0.84);
        }

            body.inverse .modal,
            body.inverse .modal .form-control,
            body.inverse .panel-default,
            body.inverse .panel-default .form-control,
            body.inverse .card,
            body.inverse .card .form-control {
                background-color: initial;
                color: initial;
            }

h5, h6 {
    font-weight: 400;
}

a .material-icons, a:hover .material-icons, a:focus .material-icons {
    vertical-align: middle;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
}

.form-horizontal .radio {
    margin-bottom: 10px;
}

.form-horizontal label {
    text-align: right;
}

    .form-horizontal label.control-label {
        margin: 0;
    }

body .container .well.well-sm,
body .container-fluid .well.well-sm {
    padding: 10px;
}

body .container .well.well-lg,
body .container-fluid .well.well-lg {
    padding: 26px;
}

body .container .well,
body .container .jumbotron,
body .container-fluid .well,
body .container-fluid .jumbotron {
    background-color: #fff;
    padding: 19px;
    margin-bottom: 20px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    border: 0;
}

    body .container .well p,
    body .container .jumbotron p,
    body .container-fluid .well p,
    body .container-fluid .jumbotron p {
        font-weight: 300;
    }

body .container .well, body .container .well-default,
body .container .jumbotron,
body .container .jumbotron-default,
body .container-fluid .well,
body .container-fluid .well-default,
body .container-fluid .jumbotron,
body .container-fluid .jumbotron-default {
    background-color: #ffffff;
}

body .container .well-inverse,
body .container .jumbotron-inverse,
body .container-fluid .well-inverse,
body .container-fluid .jumbotron-inverse {
    background-color: #3f51b5;
}

body .container .well-primary,
body .container .jumbotron-primary,
body .container-fluid .well-primary,
body .container-fluid .jumbotron-primary {
    background-color: transparent;
}

body .container .well-success,
body .container .jumbotron-success,
body .container-fluid .well-success,
body .container-fluid .jumbotron-success {
    background-color: #5cb85c;
}

body .container .well-info,
body .container .jumbotron-info,
body .container-fluid .well-info,
body .container-fluid .jumbotron-info {
    background-color: #5bc0de;
}

body .container .well-warning,
body .container .jumbotron-warning,
body .container-fluid .well-warning,
body .container-fluid .jumbotron-warning {
    background-color: #f0ad4e;
}

body .container .well-danger,
body .container .jumbotron-danger,
body .container-fluid .well-danger,
body .container-fluid .jumbotron-danger {
    background-color: #d9534f;
}

.btn,
.input-group-btn .btn {
    border: none;
    border-radius: 4px;
    position: relative;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}

    .btn::-moz-focus-inner,
    .input-group-btn .btn::-moz-focus-inner {
        border: 0;
    }

    .btn:not(.btn-raised),
    .input-group-btn .btn:not(.btn-raised) {
        box-shadow: none;
    }

        .btn:not(.btn-raised), .btn:not(.btn-raised).btn-default,
        .input-group-btn .btn:not(.btn-raised),
        .input-group-btn .btn:not(.btn-raised).btn-default {
            color: rgba(0,0,0, 0.87);
        }

            .btn:not(.btn-raised).btn-inverse,
            .input-group-btn .btn:not(.btn-raised).btn-inverse {
                color: #3f51b5;
            }

            .btn:not(.btn-raised).btn-primary,
            .input-group-btn .btn:not(.btn-raised).btn-primary {
                color: transparent;
            }

            .btn:not(.btn-raised).btn-success,
            .input-group-btn .btn:not(.btn-raised).btn-success {
                color: #5cb85c;
            }

            .btn:not(.btn-raised).btn-info,
            .input-group-btn .btn:not(.btn-raised).btn-info {
                color: #5bc0de;
            }

            .btn:not(.btn-raised).btn-warning,
            .input-group-btn .btn:not(.btn-raised).btn-warning {
                color: #f0ad4e;
            }

            .btn:not(.btn-raised).btn-danger,
            .input-group-btn .btn:not(.btn-raised).btn-danger {
                color: #d9534f;
            }

            .btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus,
            .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
            .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
                background-color: rgba(153, 153, 153, 0.2);
            }

.theme-dark .btn:not(.btn-raised):not(.btn-link):hover, .theme-dark .btn:not(.btn-raised):not(.btn-link):focus, .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .theme-dark .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    background-color: rgba(204, 204, 204, 0.15);
}

.btn.btn-raised, .btn.btn-raised.btn-default, .btn.btn-fab, .btn.btn-fab.btn-default,
.btn-group-raised .btn,
.btn-group-raised .btn.btn-default,
.input-group-btn .btn.btn-raised,
.input-group-btn .btn.btn-raised.btn-default,
.input-group-btn .btn.btn-fab,
.input-group-btn .btn.btn-fab.btn-default,
.btn-group-raised .input-group-btn .btn,
.btn-group-raised .input-group-btn .btn.btn-default {
    background-color: #fff;
    color: rgba(0,0,0, 0.87);
}

    .btn.btn-raised.btn-inverse, .btn.btn-fab.btn-inverse,
    .btn-group-raised .btn.btn-inverse,
    .input-group-btn .btn.btn-raised.btn-inverse,
    .input-group-btn .btn.btn-fab.btn-inverse,
    .btn-group-raised .input-group-btn .btn.btn-inverse {
        background-color: #3f51b5;
        color: #ffffff;
    }

    .btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary,
    .btn-group-raised .btn.btn-primary,
    .input-group-btn .btn.btn-raised.btn-primary,
    .input-group-btn .btn.btn-fab.btn-primary,
    .btn-group-raised .input-group-btn .btn.btn-primary {
        background-color: transparent;
        color: rgba(255,255,255, 0.84);
    }

    .btn.btn-raised.btn-success, .btn.btn-fab.btn-success,
    .btn-group-raised .btn.btn-success,
    .input-group-btn .btn.btn-raised.btn-success,
    .input-group-btn .btn.btn-fab.btn-success,
    .btn-group-raised .input-group-btn .btn.btn-success {
        background-color: #5cb85c;
        color: rgba(255,255,255, 0.84);
    }

    .btn.btn-raised.btn-info, .btn.btn-fab.btn-info,
    .btn-group-raised .btn.btn-info,
    .input-group-btn .btn.btn-raised.btn-info,
    .input-group-btn .btn.btn-fab.btn-info,
    .btn-group-raised .input-group-btn .btn.btn-info {
        background-color: #5bc0de;
        color: rgba(255,255,255, 0.84);
    }

    .btn.btn-raised.btn-warning, .btn.btn-fab.btn-warning,
    .btn-group-raised .btn.btn-warning,
    .input-group-btn .btn.btn-raised.btn-warning,
    .input-group-btn .btn.btn-fab.btn-warning,
    .btn-group-raised .input-group-btn .btn.btn-warning {
        background-color: #f0ad4e;
        color: rgba(255,255,255, 0.84);
    }

    .btn.btn-raised.btn-danger, .btn.btn-fab.btn-danger,
    .btn-group-raised .btn.btn-danger,
    .input-group-btn .btn.btn-raised.btn-danger,
    .input-group-btn .btn.btn-fab.btn-danger,
    .btn-group-raised .input-group-btn .btn.btn-danger {
        background-color: #d9534f;
        color: rgba(255,255,255, 0.84);
    }

    .btn.btn-raised:not(.btn-link),
    .btn-group-raised .btn:not(.btn-link),
    .input-group-btn .btn.btn-raised:not(.btn-link),
    .btn-group-raised .input-group-btn .btn:not(.btn-link) {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

        .btn.btn-raised:not(.btn-link):hover, .btn.btn-raised:not(.btn-link):focus, .btn.btn-raised:not(.btn-link).active, .btn.btn-raised:not(.btn-link):active,
        .btn-group-raised .btn:not(.btn-link):hover,
        .btn-group-raised .btn:not(.btn-link):focus,
        .btn-group-raised .btn:not(.btn-link).active,
        .btn-group-raised .btn:not(.btn-link):active,
        .input-group-btn .btn.btn-raised:not(.btn-link):hover,
        .input-group-btn .btn.btn-raised:not(.btn-link):focus,
        .input-group-btn .btn.btn-raised:not(.btn-link).active,
        .input-group-btn .btn.btn-raised:not(.btn-link):active,
        .btn-group-raised .input-group-btn .btn:not(.btn-link):hover,
        .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
        .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
        .btn-group-raised .input-group-btn .btn:not(.btn-link):active {
            outline: 0;
        }

            .btn.btn-raised:not(.btn-link):hover, .btn.btn-raised:not(.btn-link):hover.btn-default, .btn.btn-raised:not(.btn-link):focus, .btn.btn-raised:not(.btn-link):focus.btn-default, .btn.btn-raised:not(.btn-link).active, .btn.btn-raised:not(.btn-link).active.btn-default, .btn.btn-raised:not(.btn-link):active, .btn.btn-raised:not(.btn-link):active.btn-default,
            .btn-group-raised .btn:not(.btn-link):hover,
            .btn-group-raised .btn:not(.btn-link):hover.btn-default,
            .btn-group-raised .btn:not(.btn-link):focus,
            .btn-group-raised .btn:not(.btn-link):focus.btn-default,
            .btn-group-raised .btn:not(.btn-link).active,
            .btn-group-raised .btn:not(.btn-link).active.btn-default,
            .btn-group-raised .btn:not(.btn-link):active,
            .btn-group-raised .btn:not(.btn-link):active.btn-default,
            .input-group-btn .btn.btn-raised:not(.btn-link):hover,
            .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-default,
            .input-group-btn .btn.btn-raised:not(.btn-link):focus,
            .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-default,
            .input-group-btn .btn.btn-raised:not(.btn-link).active,
            .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-default,
            .input-group-btn .btn.btn-raised:not(.btn-link):active,
            .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-default,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):hover,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-default,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-default,
            .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
            .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-default,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):active,
            .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-default {
                background-color: whitesmoke;
            }

                .btn.btn-raised:not(.btn-link):hover.btn-inverse, .btn.btn-raised:not(.btn-link):focus.btn-inverse, .btn.btn-raised:not(.btn-link).active.btn-inverse, .btn.btn-raised:not(.btn-link):active.btn-inverse,
                .btn-group-raised .btn:not(.btn-link):hover.btn-inverse,
                .btn-group-raised .btn:not(.btn-link):focus.btn-inverse,
                .btn-group-raised .btn:not(.btn-link).active.btn-inverse,
                .btn-group-raised .btn:not(.btn-link):active.btn-inverse,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-inverse,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-inverse,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-inverse,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-inverse,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-inverse,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-inverse,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-inverse,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-inverse {
                    background-color: #495bc0;
                }

                .btn.btn-raised:not(.btn-link):hover.btn-primary, .btn.btn-raised:not(.btn-link):focus.btn-primary, .btn.btn-raised:not(.btn-link).active.btn-primary, .btn.btn-raised:not(.btn-link):active.btn-primary,
                .btn-group-raised .btn:not(.btn-link):hover.btn-primary,
                .btn-group-raised .btn:not(.btn-link):focus.btn-primary,
                .btn-group-raised .btn:not(.btn-link).active.btn-primary,
                .btn-group-raised .btn:not(.btn-link):active.btn-primary,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-primary,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-primary,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-primary,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-primary,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-primary,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-primary,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-primary,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-primary {
                    background-color: rgba(10, 10, 10, 0);
                }

                .btn.btn-raised:not(.btn-link):hover.btn-success, .btn.btn-raised:not(.btn-link):focus.btn-success, .btn.btn-raised:not(.btn-link).active.btn-success, .btn.btn-raised:not(.btn-link):active.btn-success,
                .btn-group-raised .btn:not(.btn-link):hover.btn-success,
                .btn-group-raised .btn:not(.btn-link):focus.btn-success,
                .btn-group-raised .btn:not(.btn-link).active.btn-success,
                .btn-group-raised .btn:not(.btn-link):active.btn-success,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success {
                    background-color: #4eb24e;
                }

                .btn.btn-raised:not(.btn-link):hover.btn-info, .btn.btn-raised:not(.btn-link):focus.btn-info, .btn.btn-raised:not(.btn-link).active.btn-info, .btn.btn-raised:not(.btn-link):active.btn-info,
                .btn-group-raised .btn:not(.btn-link):hover.btn-info,
                .btn-group-raised .btn:not(.btn-link):focus.btn-info,
                .btn-group-raised .btn:not(.btn-link).active.btn-info,
                .btn-group-raised .btn:not(.btn-link):active.btn-info,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-info,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-info,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-info,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-info,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-info,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-info,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-info,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-info {
                    background-color: #6cc7e1;
                }

                .btn.btn-raised:not(.btn-link):hover.btn-warning, .btn.btn-raised:not(.btn-link):focus.btn-warning, .btn.btn-raised:not(.btn-link).active.btn-warning, .btn.btn-raised:not(.btn-link):active.btn-warning,
                .btn-group-raised .btn:not(.btn-link):hover.btn-warning,
                .btn-group-raised .btn:not(.btn-link):focus.btn-warning,
                .btn-group-raised .btn:not(.btn-link).active.btn-warning,
                .btn-group-raised .btn:not(.btn-link):active.btn-warning,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-warning,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-warning,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-warning,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-warning,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-warning,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-warning,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-warning,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-warning {
                    background-color: #f2b661;
                }

                .btn.btn-raised:not(.btn-link):hover.btn-danger, .btn.btn-raised:not(.btn-link):focus.btn-danger, .btn.btn-raised:not(.btn-link).active.btn-danger, .btn.btn-raised:not(.btn-link):active.btn-danger,
                .btn-group-raised .btn:not(.btn-link):hover.btn-danger,
                .btn-group-raised .btn:not(.btn-link):focus.btn-danger,
                .btn-group-raised .btn:not(.btn-link).active.btn-danger,
                .btn-group-raised .btn:not(.btn-link):active.btn-danger,
                .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-danger,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-danger,
                .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-danger,
                .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-danger,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-danger,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-danger,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-danger,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-danger {
                    background-color: #d5433e;
                }

                .btn.btn-raised:not(.btn-link).active, .btn.btn-raised:not(.btn-link).active:hover, .btn.btn-raised:not(.btn-link):active, .btn.btn-raised:not(.btn-link):active:hover,
                .btn-group-raised .btn:not(.btn-link).active,
                .btn-group-raised .btn:not(.btn-link).active:hover,
                .btn-group-raised .btn:not(.btn-link):active,
                .btn-group-raised .btn:not(.btn-link):active:hover,
                .input-group-btn .btn.btn-raised:not(.btn-link).active,
                .input-group-btn .btn.btn-raised:not(.btn-link).active:hover,
                .input-group-btn .btn.btn-raised:not(.btn-link):active,
                .input-group-btn .btn.btn-raised:not(.btn-link):active:hover,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active,
                .btn-group-raised .input-group-btn .btn:not(.btn-link).active:hover,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):active:hover {
                    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
                }

                .btn.btn-raised:not(.btn-link):focus, .btn.btn-raised:not(.btn-link):focus:hover, .btn.btn-raised:not(.btn-link):focus.active, .btn.btn-raised:not(.btn-link):focus.active:hover, .btn.btn-raised:not(.btn-link):focus:active, .btn.btn-raised:not(.btn-link):focus:active:hover,
                .btn-group-raised .btn:not(.btn-link):focus,
                .btn-group-raised .btn:not(.btn-link):focus:hover,
                .btn-group-raised .btn:not(.btn-link):focus.active,
                .btn-group-raised .btn:not(.btn-link):focus.active:hover,
                .btn-group-raised .btn:not(.btn-link):focus:active,
                .btn-group-raised .btn:not(.btn-link):focus:active:hover,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus:hover,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.active,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus.active:hover,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus:active,
                .input-group-btn .btn.btn-raised:not(.btn-link):focus:active:hover,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:hover,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.active:hover,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active,
                .btn-group-raised .input-group-btn .btn:not(.btn-link):focus:active:hover {
                    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
                }

.btn.btn-fab,
.input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
}

    .btn.btn-fab .ripple-container,
    .input-group-btn .btn.btn-fab .ripple-container {
        border-radius: 50%;
    }

    .btn.btn-fab.btn-fab-mini,
    .btn-group-sm .btn.btn-fab,
    .input-group-btn .btn.btn-fab.btn-fab-mini,
    .btn-group-sm .input-group-btn .btn.btn-fab {
        height: 40px;
        min-width: 40px;
        width: 40px;
    }

        .btn.btn-fab.btn-fab-mini.material-icons,
        .btn-group-sm .btn.btn-fab.material-icons,
        .input-group-btn .btn.btn-fab.btn-fab-mini.material-icons,
        .btn-group-sm .input-group-btn .btn.btn-fab.material-icons {
            top: 0px;
            left: 0px;
        }

    .btn.btn-fab i.material-icons,
    .input-group-btn .btn.btn-fab i.material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-12px, -12px);
        -ms-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
        line-height: 24px;
        width: 24px;
    }

.btn i.material-icons,
.input-group-btn .btn i.material-icons {
    vertical-align: middle;
}

.btn.btn-lg, .btn-group-lg > .btn,
.btn-group-lg .btn,
.input-group-btn .btn.btn-lg,
.input-group-btn .btn-group-lg > .btn,
.btn-group-lg .input-group-btn .btn {
    font-size: 16px;
}

.btn.btn-sm, .btn-group-sm > .btn,
.btn-group-sm .btn,
.input-group-btn .btn.btn-sm,
.input-group-btn .btn-group-sm > .btn,
.btn-group-sm .input-group-btn .btn {
    padding: 5px 20px;
    font-size: 12px;
}

.btn.btn-xs, .btn-group-xs > .btn,
.btn-group-xs .btn,
.input-group-btn .btn.btn-xs,
.input-group-btn .btn-group-xs > .btn,
.btn-group-xs .input-group-btn .btn {
    padding: 4px 15px;
    font-size: 10px;
}

fieldset[disabled][disabled] .btn, .btn.disabled, .btn:disabled, .btn[disabled][disabled], fieldset[disabled][disabled] .input-group-btn .btn,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled][disabled], fieldset[disabled][disabled] .btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled][disabled], fieldset[disabled][disabled] .btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled][disabled] {
    color: rgba(0, 0, 0, 0.26);
    background: transparent;
}

.theme-dark fieldset[disabled][disabled] .btn, .theme-dark .btn.disabled, .theme-dark .btn:disabled, .theme-dark .btn[disabled][disabled], .theme-dark fieldset[disabled][disabled] .input-group-btn .btn, .theme-dark .input-group-btn .btn.disabled, .theme-dark .input-group-btn .btn:disabled, .theme-dark .input-group-btn .btn[disabled][disabled], .theme-dark fieldset[disabled][disabled] .btn-group, .theme-dark .btn-group.disabled, .theme-dark .btn-group:disabled, .theme-dark .btn-group[disabled][disabled], .theme-dark fieldset[disabled][disabled] .btn-group-vertical, .theme-dark .btn-group-vertical.disabled, .theme-dark .btn-group-vertical:disabled, .theme-dark .btn-group-vertical[disabled][disabled] {
    color: rgba(255, 255, 255, 0.3);
}

fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn.btn-raised.active, fieldset[disabled][disabled] .btn.btn-raised:active, fieldset[disabled][disabled] .btn.btn-raised:focus:not(:active), fieldset[disabled][disabled] .btn.btn-group-raised, fieldset[disabled][disabled] .btn.btn-group-raised.active, fieldset[disabled][disabled] .btn.btn-group-raised:active, fieldset[disabled][disabled] .btn.btn-group-raised:focus:not(:active), .btn.disabled.btn-raised, .btn.disabled.btn-raised.active, .btn.disabled.btn-raised:active, .btn.disabled.btn-raised:focus:not(:active), .btn.disabled.btn-group-raised, .btn.disabled.btn-group-raised.active, .btn.disabled.btn-group-raised:active, .btn.disabled.btn-group-raised:focus:not(:active), .btn:disabled.btn-raised, .btn:disabled.btn-raised.active, .btn:disabled.btn-raised:active, .btn:disabled.btn-raised:focus:not(:active), .btn:disabled.btn-group-raised, .btn:disabled.btn-group-raised.active, .btn:disabled.btn-group-raised:active, .btn:disabled.btn-group-raised:focus:not(:active), .btn[disabled][disabled].btn-raised, .btn[disabled][disabled].btn-raised.active, .btn[disabled][disabled].btn-raised:active, .btn[disabled][disabled].btn-raised:focus:not(:active), .btn[disabled][disabled].btn-group-raised, .btn[disabled][disabled].btn-group-raised.active, .btn[disabled][disabled].btn-group-raised:active, .btn[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled] .input-group-btn .btn.btn-raised, fieldset[disabled][disabled] .input-group-btn .btn.btn-raised.active, fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:active, fieldset[disabled][disabled] .input-group-btn .btn.btn-raised:focus:not(:active), fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised, fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised.active, fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:active, fieldset[disabled][disabled] .input-group-btn .btn.btn-group-raised:focus:not(:active),
.input-group-btn .btn.disabled.btn-raised,
.input-group-btn .btn.disabled.btn-raised.active,
.input-group-btn .btn.disabled.btn-raised:active,
.input-group-btn .btn.disabled.btn-raised:focus:not(:active),
.input-group-btn .btn.disabled.btn-group-raised,
.input-group-btn .btn.disabled.btn-group-raised.active,
.input-group-btn .btn.disabled.btn-group-raised:active,
.input-group-btn .btn.disabled.btn-group-raised:focus:not(:active),
.input-group-btn .btn:disabled.btn-raised,
.input-group-btn .btn:disabled.btn-raised.active,
.input-group-btn .btn:disabled.btn-raised:active,
.input-group-btn .btn:disabled.btn-raised:focus:not(:active),
.input-group-btn .btn:disabled.btn-group-raised,
.input-group-btn .btn:disabled.btn-group-raised.active,
.input-group-btn .btn:disabled.btn-group-raised:active,
.input-group-btn .btn:disabled.btn-group-raised:focus:not(:active),
.input-group-btn .btn[disabled][disabled].btn-raised,
.input-group-btn .btn[disabled][disabled].btn-raised.active,
.input-group-btn .btn[disabled][disabled].btn-raised:active,
.input-group-btn .btn[disabled][disabled].btn-raised:focus:not(:active),
.input-group-btn .btn[disabled][disabled].btn-group-raised,
.input-group-btn .btn[disabled][disabled].btn-group-raised.active,
.input-group-btn .btn[disabled][disabled].btn-group-raised:active,
.input-group-btn .btn[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled] .btn-group.btn-raised, fieldset[disabled][disabled] .btn-group.btn-raised.active, fieldset[disabled][disabled] .btn-group.btn-raised:active, fieldset[disabled][disabled] .btn-group.btn-raised:focus:not(:active), fieldset[disabled][disabled] .btn-group.btn-group-raised, fieldset[disabled][disabled] .btn-group.btn-group-raised.active, fieldset[disabled][disabled] .btn-group.btn-group-raised:active, fieldset[disabled][disabled] .btn-group.btn-group-raised:focus:not(:active),
.btn-group.disabled.btn-raised,
.btn-group.disabled.btn-raised.active,
.btn-group.disabled.btn-raised:active,
.btn-group.disabled.btn-raised:focus:not(:active),
.btn-group.disabled.btn-group-raised,
.btn-group.disabled.btn-group-raised.active,
.btn-group.disabled.btn-group-raised:active,
.btn-group.disabled.btn-group-raised:focus:not(:active),
.btn-group:disabled.btn-raised,
.btn-group:disabled.btn-raised.active,
.btn-group:disabled.btn-raised:active,
.btn-group:disabled.btn-raised:focus:not(:active),
.btn-group:disabled.btn-group-raised,
.btn-group:disabled.btn-group-raised.active,
.btn-group:disabled.btn-group-raised:active,
.btn-group:disabled.btn-group-raised:focus:not(:active),
.btn-group[disabled][disabled].btn-raised,
.btn-group[disabled][disabled].btn-raised.active,
.btn-group[disabled][disabled].btn-raised:active,
.btn-group[disabled][disabled].btn-raised:focus:not(:active),
.btn-group[disabled][disabled].btn-group-raised,
.btn-group[disabled][disabled].btn-group-raised.active,
.btn-group[disabled][disabled].btn-group-raised:active,
.btn-group[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled] .btn-group-vertical.btn-raised, fieldset[disabled][disabled] .btn-group-vertical.btn-raised.active, fieldset[disabled][disabled] .btn-group-vertical.btn-raised:active, fieldset[disabled][disabled] .btn-group-vertical.btn-raised:focus:not(:active), fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised, fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised.active, fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:active, fieldset[disabled][disabled] .btn-group-vertical.btn-group-raised:focus:not(:active),
.btn-group-vertical.disabled.btn-raised,
.btn-group-vertical.disabled.btn-raised.active,
.btn-group-vertical.disabled.btn-raised:active,
.btn-group-vertical.disabled.btn-raised:focus:not(:active),
.btn-group-vertical.disabled.btn-group-raised,
.btn-group-vertical.disabled.btn-group-raised.active,
.btn-group-vertical.disabled.btn-group-raised:active,
.btn-group-vertical.disabled.btn-group-raised:focus:not(:active),
.btn-group-vertical:disabled.btn-raised,
.btn-group-vertical:disabled.btn-raised.active,
.btn-group-vertical:disabled.btn-raised:active,
.btn-group-vertical:disabled.btn-raised:focus:not(:active),
.btn-group-vertical:disabled.btn-group-raised,
.btn-group-vertical:disabled.btn-group-raised.active,
.btn-group-vertical:disabled.btn-group-raised:active,
.btn-group-vertical:disabled.btn-group-raised:focus:not(:active),
.btn-group-vertical[disabled][disabled].btn-raised,
.btn-group-vertical[disabled][disabled].btn-raised.active,
.btn-group-vertical[disabled][disabled].btn-raised:active,
.btn-group-vertical[disabled][disabled].btn-raised:focus:not(:active),
.btn-group-vertical[disabled][disabled].btn-group-raised,
.btn-group-vertical[disabled][disabled].btn-group-raised.active,
.btn-group-vertical[disabled][disabled].btn-group-raised:active,
.btn-group-vertical[disabled][disabled].btn-group-raised:focus:not(:active) {
    box-shadow: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
}

    .btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default,
    .btn-group-vertical.open > .dropdown-toggle.btn,
    .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
        background-color: #fff;
    }

        .btn-group.open > .dropdown-toggle.btn.btn-inverse,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-inverse {
            background-color: #3f51b5;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-primary,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
            background-color: transparent;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-success,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-success {
            background-color: #5cb85c;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-info,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-info {
            background-color: #5bc0de;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-warning,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-warning {
            background-color: #f0ad4e;
        }

        .btn-group.open > .dropdown-toggle.btn.btn-danger,
        .btn-group-vertical.open > .dropdown-toggle.btn.btn-danger {
            background-color: #d9534f;
        }

    .btn-group .dropdown-menu,
    .btn-group-vertical .dropdown-menu {
        border-radius: 0 0 4px 4px;
    }

    .btn-group.btn-group-raised,
    .btn-group-vertical.btn-group-raised {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .btn-group .btn + .btn,
    .btn-group .btn,
    .btn-group .btn:active,
    .btn-group .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn,
    .btn-group-vertical .btn:active,
    .btn-group-vertical .btn-group {
        margin: 0;
    }

.checkbox label,
label.checkbox-inline {
    cursor: pointer;
    padding-left: 0;
    color: rgba(0,0,0, 0.26);
}

.form-group.is-focused .checkbox label, .form-group.is-focused label.checkbox-inline {
    color: rgba(0,0,0, 0.26);
}

    .form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus, .form-group.is-focused label.checkbox-inline:hover, .form-group.is-focused label.checkbox-inline:focus {
        color: rgba(0,0,0, .54);
    }

fieldset[disabled] .form-group.is-focused .checkbox label, fieldset[disabled] .form-group.is-focused label.checkbox-inline {
    color: rgba(0,0,0, 0.26);
}

.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
}

    .checkbox .checkbox-material:before,
    label.checkbox-inline .checkbox-material:before {
        display: block;
        position: absolute;
        top: -5px;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.84);
        height: 20px;
        width: 20px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        -moz-transform: scale3d(2.3, 2.3, 1);
        transform: scale3d(2.3, 2.3, 1);
    }

    .checkbox .checkbox-material .check,
    label.checkbox-inline .checkbox-material .check {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(0,0,0, .54);
        border-radius: 4px;
        overflow: hidden;
        z-index: 1;
    }

        .checkbox .checkbox-material .check:before,
        label.checkbox-inline .checkbox-material .check:before {
            position: absolute;
            content: "";
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            margin-top: -4px;
            margin-left: 6px;
            width: 0;
            height: 0;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
        }

.checkbox input[type=checkbox]:focus + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
    -moz-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
    -moz-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
}

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
    -moz-animation: rippleOn 500ms forwards;
    animation: rippleOn 500ms forwards;
}

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
    -moz-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
}

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
    -moz-animation: checkbox-off 0.3s forwards;
    animation: checkbox-off 0.3s forwards;
}

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
    -moz-animation: rippleOff 500ms forwards;
    animation: rippleOff 500ms forwards;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: transparent;
    border-color: transparent;
}

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
    label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
        color: transparent;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }

fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle, fieldset[disabled] label.checkbox-inline,
fieldset[disabled] label.checkbox-inline input[type=checkbox],
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0,0,0, 0.87);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@-moz-keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@-webkit-keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
}

@-moz-keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
}

@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    }
}

@-moz-keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

.togglebutton {
    vertical-align: middle;
}

    .togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .togglebutton label {
            cursor: pointer;
            color: rgba(0,0,0, 0.26);
        }

.form-group.is-focused .togglebutton label {
    color: rgba(0,0,0, 0.26);
}

    .form-group.is-focused .togglebutton label:hover, .form-group.is-focused .togglebutton label:focus {
        color: rgba(0,0,0, .54);
    }

fieldset[disabled] .form-group.is-focused .togglebutton label {
    color: rgba(0,0,0, 0.26);
}

.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.togglebutton label .toggle {
    text-align: left;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
}

    .togglebutton label .toggle:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #F1F1F1;
        border-radius: 20px;
        position: relative;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        left: -5px;
        top: -2px;
        -moz-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
        transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
    }

    .togglebutton label input[type=checkbox][disabled] + .toggle:after,
    .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
        background-color: #BDBDBD;
    }

    .togglebutton label input[type=checkbox] + .toggle:active:after,
    .togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

.togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgba(0, 0, 0, 0.5);
}

    .togglebutton label input[type=checkbox]:checked + .toggle:after {
        background-color: transparent;
    }

    .togglebutton label input[type=checkbox]:checked + .toggle:active:after {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

.radio label, label.radio-inline {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    color: rgba(0,0,0, 0.26);
}

.form-group.is-focused .radio label, .form-group.is-focused label.radio-inline {
    color: rgba(0,0,0, 0.26);
}

    .form-group.is-focused .radio label:hover, .form-group.is-focused .radio label:focus, .form-group.is-focused label.radio-inline:hover, .form-group.is-focused label.radio-inline:focus {
        color: rgba(0,0,0, .54);
    }

fieldset[disabled] .form-group.is-focused .radio label, fieldset[disabled] .form-group.is-focused label.radio-inline {
    color: rgba(0,0,0, 0.26);
}

.radio span, label.radio-inline span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.radio .circle, label.radio-inline .circle {
    border: 2px solid rgba(0,0,0, .54);
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.radio .check, label.radio-inline .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: transparent;
    -moz-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

    .radio .check:after, label.radio-inline .check:after {
        display: block;
        position: absolute;
        content: "";
        background-color: rgba(0,0,0, 0.87);
        left: -18px;
        top: -18px;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        -moz-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }

.radio input[type=radio]:focus:not(:checked) ~ .check:after, label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
    -moz-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
}

.radio input[type=radio]:focus:checked ~ .check:after, label.radio-inline input[type=radio]:focus:checked ~ .check:after {
    -moz-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}

.radio input[type=radio], label.radio-inline input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

    .radio input[type=radio]:checked ~ .check,
    .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .check,
    label.radio-inline input[type=radio]:checked ~ .circle {
        opacity: 1;
    }

    .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
        background-color: transparent;
    }

    .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
        border-color: transparent;
    }

    .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
        -moz-transform: scale3d(0.55, 0.55, 1);
        transform: scale3d(0.55, 0.55, 1);
    }

    .radio input[type=radio][disabled] ~ .check,
    .radio input[type=radio][disabled] ~ .circle, label.radio-inline input[type=radio][disabled] ~ .check,
    label.radio-inline input[type=radio][disabled] ~ .circle {
        opacity: 0.26;
    }

    .radio input[type=radio][disabled] ~ .check, label.radio-inline input[type=radio][disabled] ~ .check {
        background-color: #000000;
    }

    .radio input[type=radio][disabled] ~ .circle, label.radio-inline input[type=radio][disabled] ~ .circle {
        border-color: #000000;
    }

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle, .theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
    opacity: 0.3;
}

.theme-dark .radio input[type=radio][disabled] ~ .check, .theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
    background-color: #ffffff;
}

.theme-dark .radio input[type=radio][disabled] ~ .circle, .theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
    border-color: #ffffff;
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

legend {
    margin-bottom: 22px;
    font-size: 24px;
}

output {
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.42857;
}

.form-control {
    height: 38px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 38px;
    }

    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: 24px;
    }

    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: 44px;
    }
}

.radio label,
.checkbox label {
    min-height: 22px;
}

.form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
}

.input-sm .input-sm, .input-group-sm > .form-control .input-sm,
.input-group-sm > .input-group-addon .input-sm,
.input-group-sm > .input-group-btn > .btn .input-sm, .input-sm .input-group-sm > .form-control, .input-group-sm > .form-control .input-group-sm > .form-control,
.input-group-sm > .input-group-addon .input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .form-control, .input-sm .input-group-sm > .input-group-addon, .input-group-sm > .form-control .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-addon .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .input-group-addon, .input-sm .input-group-sm > .input-group-btn > .btn, .input-group-sm > .form-control .input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-addon .input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .input-group-btn > .btn {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
}

.input-sm select.input-sm, .input-group-sm > .form-control select.input-sm,
.input-group-sm > .input-group-addon select.input-sm,
.input-group-sm > .input-group-btn > .btn select.input-sm, .input-sm .input-group-sm > select.form-control, .input-group-sm > .form-control .input-group-sm > select.form-control,
.input-group-sm > .input-group-addon .input-group-sm > select.form-control,
.input-group-sm > .input-group-btn > .btn .input-group-sm > select.form-control, .input-sm .input-group-sm > select.input-group-addon, .input-group-sm > .form-control .input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-addon .input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > .btn .input-group-sm > select.input-group-addon, .input-sm .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .form-control .input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-addon .input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .input-group-btn > select.btn {
    height: 24px;
    line-height: 24px;
}

.input-sm textarea.input-sm, .input-group-sm > .form-control textarea.input-sm,
.input-group-sm > .input-group-addon textarea.input-sm,
.input-group-sm > .input-group-btn > .btn textarea.input-sm, .input-sm .input-group-sm > textarea.form-control, .input-group-sm > .form-control .input-group-sm > textarea.form-control,
.input-group-sm > .input-group-addon .input-group-sm > textarea.form-control,
.input-group-sm > .input-group-btn > .btn .input-group-sm > textarea.form-control, .input-sm .input-group-sm > textarea.input-group-addon, .input-group-sm > .form-control .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > .btn .input-group-sm > textarea.input-group-addon, .input-sm .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .form-control .input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-addon .input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .input-group-btn > textarea.btn,
.input-sm select[multiple].input-sm, .input-group-sm > .form-control select[multiple].input-sm,
.input-group-sm > .input-group-addon select[multiple].input-sm,
.input-group-sm > .input-group-btn > .btn select[multiple].input-sm,
.input-sm .input-group-sm > select[multiple].form-control, .input-group-sm > .form-control .input-group-sm > select[multiple].form-control,
.input-group-sm > .input-group-addon .input-group-sm > select[multiple].form-control,
.input-group-sm > .input-group-btn > .btn .input-group-sm > select[multiple].form-control,
.input-sm .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .form-control .input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-addon .input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > .btn .input-group-sm > select[multiple].input-group-addon,
.input-sm .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .form-control .input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-addon .input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > .btn .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 24px;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.5;
}

.form-group-sm select.form-control {
    height: 24px;
    line-height: 24px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 24px;
    min-height: 33px;
    padding: 4px 0;
    font-size: 11px;
    line-height: 1.5;
}

.input-lg .input-lg, .input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg, .input-lg .input-group-lg > .form-control, .input-group-lg > .form-control .input-group-lg > .form-control,
.input-group-lg > .input-group-addon .input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .form-control, .input-lg .input-group-lg > .input-group-addon, .input-group-lg > .form-control .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-addon .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .input-group-addon, .input-lg .input-group-lg > .input-group-btn > .btn, .input-group-lg > .form-control .input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-addon .input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.input-lg select.input-lg, .input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg, .input-lg .input-group-lg > select.form-control, .input-group-lg > .form-control .input-group-lg > select.form-control,
.input-group-lg > .input-group-addon .input-group-lg > select.form-control,
.input-group-lg > .input-group-btn > .btn .input-group-lg > select.form-control, .input-lg .input-group-lg > select.input-group-addon, .input-group-lg > .form-control .input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-addon .input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > .btn .input-group-lg > select.input-group-addon, .input-lg .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .form-control .input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-addon .input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

.input-lg textarea.input-lg, .input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg, .input-lg .input-group-lg > textarea.form-control, .input-group-lg > .form-control .input-group-lg > textarea.form-control,
.input-group-lg > .input-group-addon .input-group-lg > textarea.form-control,
.input-group-lg > .input-group-btn > .btn .input-group-lg > textarea.form-control, .input-lg .input-group-lg > textarea.input-group-addon, .input-group-lg > .form-control .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > .btn .input-group-lg > textarea.input-group-addon, .input-lg .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .form-control .input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-addon .input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .input-group-btn > textarea.btn,
.input-lg select[multiple].input-lg, .input-group-lg > .form-control select[multiple].input-lg,
.input-group-lg > .input-group-addon select[multiple].input-lg,
.input-group-lg > .input-group-btn > .btn select[multiple].input-lg,
.input-lg .input-group-lg > select[multiple].form-control, .input-group-lg > .form-control .input-group-lg > select[multiple].form-control,
.input-group-lg > .input-group-addon .input-group-lg > select[multiple].form-control,
.input-group-lg > .input-group-btn > .btn .input-group-lg > select[multiple].form-control,
.input-lg .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .form-control .input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-addon .input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > .btn .input-group-lg > select[multiple].input-group-addon,
.input-lg .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .form-control .input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-addon .input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > .btn .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 44px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.33333;
}

.form-group-lg select.form-control {
    height: 44px;
    line-height: 44px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 44px;
    min-height: 40px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.33333;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 8px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 30px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13.0px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 11px;
    }
}

.label {
    border-radius: 3px;
    padding: .3em .6em;
}

    .label, .label.label-default {
        background-color: #9e9e9e;
    }

        .label.label-inverse {
            background-color: #3f51b5;
        }

        .label.label-primary {
            background-color: transparent;
        }

        .label.label-success {
            background-color: #5cb85c;
        }

        .label.label-info {
            background-color: #5bc0de;
        }

        .label.label-warning {
            background-color: #f0ad4e;
        }

        .label.label-danger {
            background-color: #d9534f;
        }

.form-control,
.form-group .form-control {
    border: 0;
    background-image: -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(transparent, transparent), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -moz-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -moz-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
}

    .form-control::-moz-placeholder,
    .form-group .form-control::-moz-placeholder {
        color: #BDBDBD;
        font-weight: 400;
    }

    .form-control:-ms-input-placeholder,
    .form-group .form-control:-ms-input-placeholder {
        color: #BDBDBD;
        font-weight: 400;
    }

    .form-control::-webkit-input-placeholder,
    .form-group .form-control::-webkit-input-placeholder {
        color: #BDBDBD;
        font-weight: 400;
    }

    .form-control[readonly], .form-control[disabled],
    fieldset[disabled] .form-control,
    .form-group .form-control[readonly],
    .form-group .form-control[disabled],
    fieldset[disabled] .form-group .form-control {
        background-color: transparent;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control,
    .form-group .form-control[disabled],
    fieldset[disabled] .form-group .form-control {
        background-image: none;
        border-bottom: 1px dotted #D2D2D2;
    }

.form-group {
    position: relative;
}

    .form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
        position: absolute;
        pointer-events: none;
        -moz-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .form-group.label-floating label.control-label {
        will-change: left, top, contents;
    }

    .form-group.label-placeholder:not(.is-empty) label.control-label {
        display: none;
    }

    .form-group .help-block {
        position: absolute;
        display: none;
    }

    .form-group.is-focused .form-control {
        outline: none;
        background-image: -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(transparent, transparent), linear-gradient(#D2D2D2, #D2D2D2);
        background-size: 100% 2px, 100% 1px;
        box-shadow: none;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .form-group.is-focused .form-control .material-input:after {
            background-color: transparent;
        }

    .form-group.is-focused label,
    .form-group.is-focused label.control-label {
        color: transparent;
    }

    .form-group.is-focused.label-placeholder label,
    .form-group.is-focused.label-placeholder label.control-label {
        color: #BDBDBD;
    }

    .form-group.is-focused .help-block {
        display: block;
    }

    .form-group.has-warning .form-control {
        box-shadow: none;
    }

    .form-group.has-warning.is-focused .form-control {
        background-image: -moz-linear-gradient(#f0ad4e, #f0ad4e), -moz-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#f0ad4e, #f0ad4e), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .form-group.has-warning label.control-label,
    .form-group.has-warning .help-block {
        color: #f0ad4e;
    }

    .form-group.has-error .form-control {
        box-shadow: none;
    }

    .form-group.has-error.is-focused .form-control {
        background-image: -moz-linear-gradient(#d9534f, #d9534f), -moz-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .form-group.has-error label.control-label,
    .form-group.has-error .help-block {
        color: #d9534f;
    }

    .form-group.has-success .form-control {
        box-shadow: none;
    }

    .form-group.has-success.is-focused .form-control {
        background-image: -moz-linear-gradient(#5cb85c, #5cb85c), -moz-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#5cb85c, #5cb85c), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .form-group.has-success label.control-label,
    .form-group.has-success .help-block {
        color: #5cb85c;
    }

    .form-group.has-info .form-control {
        box-shadow: none;
    }

    .form-group.has-info.is-focused .form-control {
        background-image: -moz-linear-gradient(#5bc0de, #5bc0de), -moz-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#5bc0de, #5bc0de), linear-gradient(#D2D2D2, #D2D2D2);
    }

    .form-group.has-info label.control-label,
    .form-group.has-info .help-block {
        color: #5bc0de;
    }

    .form-group textarea {
        resize: none;
    }

        .form-group textarea ~ .form-control-highlight {
            margin-top: -11px;
        }

    .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .form-group select ~ .material-input:after {
            display: none;
        }

.form-control {
    margin-bottom: 7px;
}

    .form-control::-moz-placeholder {
        font-size: 16px;
        line-height: 1.42857;
        color: #BDBDBD;
        font-weight: 400;
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.42857;
        color: #BDBDBD;
        font-weight: 400;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 1.42857;
        color: #BDBDBD;
        font-weight: 400;
    }

.checkbox label,
.radio label,
label {
    font-size: 16px;
    line-height: 1.42857;
    color: #BDBDBD;
    font-weight: 400;
}

    label.control-label {
        font-size: 12px;
        line-height: 1.07143;
        font-weight: 400;
        margin: 16px 0 0 0;
    }

.help-block {
    margin-top: 0;
    font-size: 12px;
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0;
}

    .form-group .form-control {
        margin-bottom: 7px;
    }

        .form-group .form-control::-moz-placeholder {
            font-size: 16px;
            line-height: 1.42857;
            color: #BDBDBD;
            font-weight: 400;
        }

        .form-group .form-control:-ms-input-placeholder {
            font-size: 16px;
            line-height: 1.42857;
            color: #BDBDBD;
            font-weight: 400;
        }

        .form-group .form-control::-webkit-input-placeholder {
            font-size: 16px;
            line-height: 1.42857;
            color: #BDBDBD;
            font-weight: 400;
        }

    .form-group .checkbox label,
    .form-group .radio label,
    .form-group label {
        font-size: 16px;
        line-height: 1.42857;
        color: #BDBDBD;
        font-weight: 400;
    }

        .form-group label.control-label {
            font-size: 12px;
            line-height: 1.07143;
            font-weight: 400;
            margin: 16px 0 0 0;
        }

    .form-group .help-block {
        margin-top: 0;
        font-size: 12px;
    }

    .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
        top: -7px;
        font-size: 16px;
        line-height: 1.42857;
    }

    .form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
        top: -30px;
        left: 0;
        font-size: 12px;
        line-height: 1.07143;
    }

    .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
        top: -30px;
        left: 0;
        font-size: 12px;
        line-height: 1.07143;
    }

    .form-group.form-group-sm {
        padding-bottom: 3px;
        margin: 21px 0 0 0;
    }

        .form-group.form-group-sm .form-control {
            margin-bottom: 3px;
        }

            .form-group.form-group-sm .form-control::-moz-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400;
            }

            .form-group.form-group-sm .form-control:-ms-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400;
            }

            .form-group.form-group-sm .form-control::-webkit-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400;
            }

        .form-group.form-group-sm .checkbox label,
        .form-group.form-group-sm .radio label,
        .form-group.form-group-sm label {
            font-size: 11px;
            line-height: 1.5;
            color: #BDBDBD;
            font-weight: 400;
        }

            .form-group.form-group-sm label.control-label {
                font-size: 9px;
                line-height: 1.125;
                font-weight: 400;
                margin: 16px 0 0 0;
            }

        .form-group.form-group-sm .help-block {
            margin-top: 0;
            font-size: 9px;
        }

        .form-group.form-group-sm.label-floating label.control-label, .form-group.form-group-sm.label-placeholder label.control-label {
            top: -11px;
            font-size: 11px;
            line-height: 1.5;
        }

        .form-group.form-group-sm.label-static label.control-label, .form-group.form-group-sm.label-floating.is-focused label.control-label, .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125;
        }

        .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125;
        }

    .form-group.form-group-lg {
        padding-bottom: 9px;
        margin: 30px 0 0 0;
    }

        .form-group.form-group-lg .form-control {
            margin-bottom: 9px;
        }

            .form-group.form-group-lg .form-control::-moz-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #BDBDBD;
                font-weight: 400;
            }

            .form-group.form-group-lg .form-control:-ms-input-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #BDBDBD;
                font-weight: 400;
            }

            .form-group.form-group-lg .form-control::-webkit-input-placeholder {
                font-size: 18px;
                line-height: 1.33333;
                color: #BDBDBD;
                font-weight: 400;
            }

        .form-group.form-group-lg .checkbox label,
        .form-group.form-group-lg .radio label,
        .form-group.form-group-lg label {
            font-size: 18px;
            line-height: 1.33333;
            color: #BDBDBD;
            font-weight: 400;
        }

            .form-group.form-group-lg label.control-label {
                font-size: 14px;
                line-height: 1.0;
                font-weight: 400;
                margin: 16px 0 0 0;
            }

        .form-group.form-group-lg .help-block {
            margin-top: 0;
            font-size: 14px;
        }

        .form-group.form-group-lg.label-floating label.control-label, .form-group.form-group-lg.label-placeholder label.control-label {
            top: -5px;
            font-size: 18px;
            line-height: 1.33333;
        }

        .form-group.form-group-lg.label-static label.control-label, .form-group.form-group-lg.label-floating.is-focused label.control-label, .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: 1.0;
        }

        .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: 1.0;
        }

select.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.form-group.is-focused select.form-control {
    box-shadow: none;
    border-color: #D2D2D2;
}

    select.form-control[multiple],
    .form-group.is-focused select.form-control[multiple] {
        height: 85px;
    }

.input-group-btn .btn {
    margin: 0 0 7px 0;
}

.form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0;
}

.form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0;
}

.input-group .input-group-btn {
    padding: 0 12px;
}

.input-group .input-group-addon {
    border: 0;
    background: transparent;
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

legend {
    border-bottom: 0;
}

.list-group {
    border-radius: 0;
}

    .list-group .list-group-item {
        background-color: transparent;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        padding: 0 16px;
    }

        .list-group .list-group-item.baseline {
            border-bottom: 1px solid #cecece;
        }

            .list-group .list-group-item.baseline:last-child {
                border-bottom: none;
            }

        .list-group .list-group-item .row-picture, .list-group .list-group-item .row-action-primary {
            display: inline-block;
            padding-right: 16px;
        }

            .list-group .list-group-item .row-picture img, .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary img, .list-group .list-group-item .row-action-primary i, .list-group .list-group-item .row-action-primary label {
                display: block;
                width: 56px;
                height: 56px;
            }

            .list-group .list-group-item .row-picture img, .list-group .list-group-item .row-action-primary img {
                background: rgba(0, 0, 0, 0.1);
                padding: 1px;
            }

                .list-group .list-group-item .row-picture img.circle, .list-group .list-group-item .row-action-primary img.circle {
                    border-radius: 100%;
                }

            .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-action-primary i {
                background: rgba(0, 0, 0, 0.25);
                border-radius: 100%;
                text-align: center;
                line-height: 56px;
                font-size: 20px;
                color: white;
            }

            .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary label {
                margin-left: 7px;
                margin-right: -7px;
                margin-top: 5px;
                margin-bottom: -5px;
            }

                .list-group .list-group-item .row-picture label .checkbox-material, .list-group .list-group-item .row-action-primary label .checkbox-material {
                    left: -10px;
                }

        .list-group .list-group-item .row-content {
            display: inline-block;
            width: -moz-calc(100% - 92px);
            width: calc(100% - 92px);
            min-height: 66px;
        }

            .list-group .list-group-item .row-content .action-secondary {
                position: absolute;
                right: 16px;
                top: 16px;
            }

                .list-group .list-group-item .row-content .action-secondary i {
                    font-size: 20px;
                    color: rgba(0, 0, 0, 0.25);
                    cursor: pointer;
                }

                .list-group .list-group-item .row-content .action-secondary ~ * {
                    max-width: -moz-calc(100% - 30px);
                    max-width: calc(100% - 30px);
                }

            .list-group .list-group-item .row-content .least-content {
                position: absolute;
                right: 16px;
                top: 0;
                color: rgba(0, 0, 0, 0.54);
                font-size: 14px;
            }

        .list-group .list-group-item .list-group-item-heading {
            color: rgba(0, 0, 0, 0.77);
            font-size: 20px;
            line-height: 29px;
        }

        .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
            background: rgba(0, 0, 0, 0.15);
            outline: 10px solid rgba(0, 0, 0, 0.15);
        }

        .list-group .list-group-item.active .list-group-item-heading, .list-group .list-group-item.active .list-group-item-text {
            color: rgba(0,0,0, 0.87);
        }

    .list-group .list-group-separator {
        clear: both;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .list-group .list-group-separator:before {
            content: "";
            width: -moz-calc(100% - 90px);
            width: calc(100% - 90px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            float: right;
        }

.navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .navbar .navbar-brand {
        position: relative;
        height: 60px;
        line-height: 30px;
        color: inherit;
    }

        .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
            color: inherit;
            background-color: transparent;
        }

    .navbar .navbar-text {
        color: inherit;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar .navbar-nav > li > a {
        color: inherit;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
            color: inherit;
            background-color: transparent;
        }

    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
        color: inherit;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar .navbar-nav > .disabled > a, .navbar .navbar-nav > .disabled > a:hover, .navbar .navbar-nav > .disabled > a:focus {
        color: inherit;
        background-color: transparent;
        opacity: 0.9;
    }

    .navbar .navbar-toggle {
        border: 0;
    }

        .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
            background-color: transparent;
        }

        .navbar .navbar-toggle .icon-bar {
            background-color: inherit;
            border: 1px solid;
        }

    .navbar .navbar-default .navbar-toggle,
    .navbar .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: inherit;
    }

@media (max-width: 1199px) {
    .navbar .navbar-nav .navbar-text {
        color: inherit;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar .navbar-nav .dropdown .dropdown-toggle .caret {
        display: none;
    }

    .navbar .navbar-nav .dropdown .dropdown-toggle:after {
        content: 'keyboard_arrow_right';
        font-family: 'Material Icons';
        font-size: 1.5em;
        float: right;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu {
        margin-left: 20px;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
        content: 'keyboard_arrow_down';
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu > .dropdown-header {
        border: 0;
        color: inherit;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu .divider {
        border-bottom: 1px solid;
        opacity: 0.08;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu > li > a {
        color: inherit;
        font-size: inherit;
    }

        .navbar .navbar-nav .dropdown.open .dropdown-menu > li > a:hover, .navbar .navbar-nav .dropdown.open .dropdown-menu > li > a:focus {
            color: inherit;
            background-color: transparent;
        }

    .navbar .navbar-nav .dropdown.open .dropdown-menu > .active > a, .navbar .navbar-nav .dropdown.open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .dropdown.open .dropdown-menu > .active > a:focus {
        color: inherit;
        background-color: transparent;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu > .disabled > a, .navbar .navbar-nav .dropdown.open .dropdown-menu > .disabled > a:hover, .navbar .navbar-nav .dropdown.open .dropdown-menu > .disabled > a:focus {
        color: inherit;
        background-color: transparent;
    }
}

.navbar .navbar-link {
    color: inherit;
}

    .navbar .navbar-link:hover {
        color: inherit;
    }

.navbar .btn-link {
    color: inherit;
}

    .navbar .btn-link:hover, .navbar .btn-link:focus {
        color: inherit;
    }

    .navbar .btn-link[disabled]:hover, .navbar .btn-link[disabled]:focus,
    fieldset[disabled] .navbar .btn-link:hover,
    fieldset[disabled] .navbar .btn-link:focus {
        color: inherit;
    }

.navbar .navbar-form {
    margin-top: 16px;
}

    .navbar .navbar-form .form-group {
        margin: 0;
        padding: 0;
    }

        .navbar .navbar-form .form-group .material-input:before,
        .navbar .navbar-form .form-group.is-focused .material-input:after {
            background-color: inherit;
        }

        .navbar .navbar-form .form-group .form-control,
        .navbar .navbar-form .form-control {
            border-color: inherit;
            color: inherit;
            padding: 0;
            margin: 0;
            height: 28px;
            font-size: 14px;
            line-height: 1.42857;
        }

.navbar, .navbar.navbar-default {
    background-color: transparent;
    color: rgba(255,255,255, 0.84);
}

    .navbar .navbar-form .form-group input.form-control::-moz-placeholder,
    .navbar .navbar-form input.form-control::-moz-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control::-moz-placeholder,
    .navbar.navbar-default .navbar-form input.form-control::-moz-placeholder {
        color: rgba(255,255,255, 0.84);
    }

    .navbar .navbar-form .form-group input.form-control:-ms-input-placeholder,
    .navbar .navbar-form input.form-control:-ms-input-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control:-ms-input-placeholder,
    .navbar.navbar-default .navbar-form input.form-control:-ms-input-placeholder {
        color: rgba(255,255,255, 0.84);
    }

    .navbar .navbar-form .form-group input.form-control::-webkit-input-placeholder,
    .navbar .navbar-form input.form-control::-webkit-input-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control::-webkit-input-placeholder,
    .navbar.navbar-default .navbar-form input.form-control::-webkit-input-placeholder {
        color: rgba(255,255,255, 0.84);
    }

    .navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
        border-radius: 4px;
    }

        .navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
            font-size: 16px;
            padding: 13px 16px;
        }

            .navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
                color: transparent;
                background-color: #eeeeee;
            }

        .navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a {
            background-color: transparent;
            color: rgba(255,255,255, 0.84);
        }

            .navbar .dropdown-menu .active > a:hover, .navbar .dropdown-menu .active > a:focus, .navbar.navbar-default .dropdown-menu .active > a:hover, .navbar.navbar-default .dropdown-menu .active > a:focus {
                color: rgba(255,255,255, 0.84);
            }

    .navbar.navbar-inverse {
        background-color: #3f51b5;
        color: #ffffff;
    }

        .navbar.navbar-inverse .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-inverse .navbar-form input.form-control::-moz-placeholder {
            color: #ffffff;
        }

        .navbar.navbar-inverse .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-inverse .navbar-form input.form-control:-ms-input-placeholder {
            color: #ffffff;
        }

        .navbar.navbar-inverse .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-inverse .navbar-form input.form-control::-webkit-input-placeholder {
            color: #ffffff;
        }

        .navbar.navbar-inverse .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-inverse .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-inverse .dropdown-menu li > a:hover, .navbar.navbar-inverse .dropdown-menu li > a:focus {
                    color: #3f51b5;
                    background-color: #eeeeee;
                }

            .navbar.navbar-inverse .dropdown-menu .active > a {
                background-color: #3f51b5;
                color: #ffffff;
            }

                .navbar.navbar-inverse .dropdown-menu .active > a:hover, .navbar.navbar-inverse .dropdown-menu .active > a:focus {
                    color: #ffffff;
                }

    .navbar.navbar-primary {
        background-color: transparent;
        color: rgba(255,255,255, 0.84);
    }

        .navbar.navbar-primary .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-primary .navbar-form input.form-control::-moz-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-primary .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-primary .navbar-form input.form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-primary .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-primary .navbar-form input.form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-primary .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-primary .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-primary .dropdown-menu li > a:hover, .navbar.navbar-primary .dropdown-menu li > a:focus {
                    color: transparent;
                    background-color: #eeeeee;
                }

            .navbar.navbar-primary .dropdown-menu .active > a {
                background-color: transparent;
                color: rgba(255,255,255, 0.84);
            }

                .navbar.navbar-primary .dropdown-menu .active > a:hover, .navbar.navbar-primary .dropdown-menu .active > a:focus {
                    color: rgba(255,255,255, 0.84);
                }

    .navbar.navbar-success {
        background-color: #5cb85c;
        color: rgba(255,255,255, 0.84);
    }

        .navbar.navbar-success .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-success .navbar-form input.form-control::-moz-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-success .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-success .navbar-form input.form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-success .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-success .navbar-form input.form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-success .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-success .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-success .dropdown-menu li > a:hover, .navbar.navbar-success .dropdown-menu li > a:focus {
                    color: #5cb85c;
                    background-color: #eeeeee;
                }

            .navbar.navbar-success .dropdown-menu .active > a {
                background-color: #5cb85c;
                color: rgba(255,255,255, 0.84);
            }

                .navbar.navbar-success .dropdown-menu .active > a:hover, .navbar.navbar-success .dropdown-menu .active > a:focus {
                    color: rgba(255,255,255, 0.84);
                }

    .navbar.navbar-info {
        background-color: #5bc0de;
        color: rgba(255,255,255, 0.84);
    }

        .navbar.navbar-info .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-info .navbar-form input.form-control::-moz-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-info .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-info .navbar-form input.form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-info .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-info .navbar-form input.form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-info .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-info .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-info .dropdown-menu li > a:hover, .navbar.navbar-info .dropdown-menu li > a:focus {
                    color: #5bc0de;
                    background-color: #eeeeee;
                }

            .navbar.navbar-info .dropdown-menu .active > a {
                background-color: #5bc0de;
                color: rgba(255,255,255, 0.84);
            }

                .navbar.navbar-info .dropdown-menu .active > a:hover, .navbar.navbar-info .dropdown-menu .active > a:focus {
                    color: rgba(255,255,255, 0.84);
                }

    .navbar.navbar-warning {
        background-color: #f0ad4e;
        color: rgba(255,255,255, 0.84);
    }

        .navbar.navbar-warning .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-warning .navbar-form input.form-control::-moz-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-warning .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-warning .navbar-form input.form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-warning .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-warning .navbar-form input.form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-warning .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-warning .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-warning .dropdown-menu li > a:hover, .navbar.navbar-warning .dropdown-menu li > a:focus {
                    color: #f0ad4e;
                    background-color: #eeeeee;
                }

            .navbar.navbar-warning .dropdown-menu .active > a {
                background-color: #f0ad4e;
                color: rgba(255,255,255, 0.84);
            }

                .navbar.navbar-warning .dropdown-menu .active > a:hover, .navbar.navbar-warning .dropdown-menu .active > a:focus {
                    color: rgba(255,255,255, 0.84);
                }

    .navbar.navbar-danger {
        background-color: #d9534f;
        color: rgba(255,255,255, 0.84);
    }

        .navbar.navbar-danger .navbar-form .form-group input.form-control::-moz-placeholder,
        .navbar.navbar-danger .navbar-form input.form-control::-moz-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-danger .navbar-form .form-group input.form-control:-ms-input-placeholder,
        .navbar.navbar-danger .navbar-form input.form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-danger .navbar-form .form-group input.form-control::-webkit-input-placeholder,
        .navbar.navbar-danger .navbar-form input.form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 0.84);
        }

        .navbar.navbar-danger .dropdown-menu {
            border-radius: 4px;
        }

            .navbar.navbar-danger .dropdown-menu li > a {
                font-size: 16px;
                padding: 13px 16px;
            }

                .navbar.navbar-danger .dropdown-menu li > a:hover, .navbar.navbar-danger .dropdown-menu li > a:focus {
                    color: #d9534f;
                    background-color: #eeeeee;
                }

            .navbar.navbar-danger .dropdown-menu .active > a {
                background-color: #d9534f;
                color: rgba(255,255,255, 0.84);
            }

                .navbar.navbar-danger .dropdown-menu .active > a:hover, .navbar.navbar-danger .dropdown-menu .active > a:focus {
                    color: rgba(255,255,255, 0.84);
                }

.navbar-inverse {
    background-color: #3f51b5;
}

@media (max-width: 1199px) {
    .navbar .navbar-brand {
        height: 50px;
        padding: 10px 15px;
    }

    .navbar .navbar-form {
        margin-top: 10px;
    }

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

.dropdown-menu {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

    .dropdown-menu .divider {
        background-color: rgba(0, 0, 0, 0.12);
    }

    .dropdown-menu li {
        overflow: hidden;
        position: relative;
    }

        .dropdown-menu li a:hover {
            background-color: transparent;
        }

.alert {
    border: 0;
    border-radius: 0;
}

    .alert, .alert.alert-default {
        background-color: rgba(255,255,255, 0.84);
        color: rgba(255,255,255, 0.84);
    }

        .alert a, .alert .alert-link, .alert.alert-default a, .alert.alert-default .alert-link {
            color: rgba(255,255,255, 0.84);
        }

        .alert.alert-inverse {
            background-color: #3f51b5;
            color: #ffffff;
        }

            .alert.alert-inverse a, .alert.alert-inverse .alert-link {
                color: #ffffff;
            }

        .alert.alert-primary {
            background-color: transparent;
            color: rgba(255,255,255, 0.84);
        }

            .alert.alert-primary a, .alert.alert-primary .alert-link {
                color: rgba(255,255,255, 0.84);
            }

        .alert.alert-success {
            background-color: #5cb85c;
            color: rgba(255,255,255, 0.84);
        }

            .alert.alert-success a, .alert.alert-success .alert-link {
                color: rgba(255,255,255, 0.84);
            }

        .alert.alert-info {
            background-color: #5bc0de;
            color: rgba(255,255,255, 0.84);
        }

            .alert.alert-info a, .alert.alert-info .alert-link {
                color: rgba(255,255,255, 0.84);
            }

        .alert.alert-warning {
            background-color: #f0ad4e;
            color: rgba(255,255,255, 0.84);
        }

            .alert.alert-warning a, .alert.alert-warning .alert-link {
                color: rgba(255,255,255, 0.84);
            }

        .alert.alert-danger {
            background-color: #d9534f;
            color: rgba(255,255,255, 0.84);
        }

            .alert.alert-danger a, .alert.alert-danger .alert-link {
                color: rgba(255,255,255, 0.84);
            }

.alert-info, .alert-danger, .alert-warning, .alert-success {
    color: rgba(255,255,255, 0.84);
}

.alert-default a, .alert-default .alert-link {
    color: rgba(0,0,0, 0.87);
}

.progress {
    height: 4px;
    border-radius: 0;
    box-shadow: none;
    background: #c8c8c8;
}

    .progress .progress-bar {
        box-shadow: none;
    }

        .progress .progress-bar, .progress .progress-bar.progress-bar-default {
            background-color: transparent;
        }

            .progress .progress-bar.progress-bar-inverse {
                background-color: #3f51b5;
            }

            .progress .progress-bar.progress-bar-primary {
                background-color: transparent;
            }

            .progress .progress-bar.progress-bar-success {
                background-color: #5cb85c;
            }

            .progress .progress-bar.progress-bar-info {
                background-color: #5bc0de;
            }

            .progress .progress-bar.progress-bar-warning {
                background-color: #f0ad4e;
            }

            .progress .progress-bar.progress-bar-danger {
                background-color: #d9534f;
            }

.text-warning {
    color: #f0ad4e;
}

.text-primary {
    color: transparent;
}

.text-danger {
    color: #d9534f;
}

.text-success {
    color: #5cb85c;
}

.text-info {
    color: #5bc0de;
}

.nav-tabs {
    background: transparent;
}

    .nav-tabs > li > a {
        color: #FFFFFF;
        border: 0;
        margin: 0;
    }

        .nav-tabs > li > a:hover {
            background-color: transparent;
            border: 0;
        }

        .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background-color: transparent !important;
            border: 0 !important;
            color: #FFFFFF !important;
            font-weight: 500;
        }

    .nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover {
        color: rgba(255, 255, 255, 0.5);
    }

.popover, .tooltip-inner {
    color: #ececec;
    line-height: 1em;
    background: rgba(101, 101, 101, 0.9);
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.tooltip, .tooltip.in {
    opacity: 1;
}

    .popover .arrow, .popover .tooltip-arrow, .tooltip .arrow, .tooltip .tooltip-arrow {
        display: none;
    }

.card {
    /***** Make height equal to width (http://stackoverflow.com/a/6615994) ****/
    display: inline-block;
    position: relative;
    width: 100%;
    /**************************************************************************/
    border-radius: 4px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .card .card-height-indicator {
        margin-top: 100%;
    }

    .card .card-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .card .card-image {
        height: 60%;
        position: relative;
        overflow: hidden;
    }

        .card .card-image img {
            width: 100%;
            height: 100%;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            pointer-events: none;
        }

        .card .card-image .card-image-headline {
            position: absolute;
            bottom: 16px;
            left: 18px;
            color: #fff;
            font-size: 2em;
        }

    .card .card-body {
        height: 30%;
        padding: 18px;
    }

    .card .card-footer {
        height: 10%;
        padding: 18px;
    }

        .card .card-footer button, .card .card-footer a {
            margin: 0 !important;
            position: relative;
            bottom: 25px;
            width: auto;
        }

            .card .card-footer button:first-child, .card .card-footer a:first-child {
                left: -15px;
            }

.modal-content {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    border: none;
}

    .modal-content .modal-header {
        border-bottom: none;
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px;
    }

    .modal-content .modal-body {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
    }

    .modal-content .modal-footer {
        border-top: none;
        padding: 7px;
    }

        .modal-content .modal-footer button {
            margin: 0;
            padding-left: 16px;
            padding-right: 16px;
            width: auto;
        }

            .modal-content .modal-footer button.pull-left {
                padding-left: 5px;
                padding-right: 5px;
                position: relative;
                left: -5px;
            }

            .modal-content .modal-footer button + button {
                margin-bottom: 16px;
            }

    .modal-content .modal-body + .modal-footer {
        padding-top: 0;
    }

.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.panel {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

    .panel > .panel-heading,
    .panel.panel-default > .panel-heading {
        background-color: #eeeeee;
    }

    .panel.panel-inverse > .panel-heading {
        background-color: #3f51b5;
    }

    .panel.panel-primary > .panel-heading {
        background-color: transparent;
    }

    .panel.panel-success > .panel-heading {
        background-color: #5cb85c;
    }

    .panel.panel-info > .panel-heading {
        background-color: #5bc0de;
    }

    .panel.panel-warning > .panel-heading {
        background-color: #f0ad4e;
    }

    .panel.panel-danger > .panel-heading {
        background-color: #d9534f;
    }

[class*="panel-"] > .panel-heading {
    color: rgba(255,255,255, 0.84);
    border: 0;
}

.panel-default > .panel-heading, .panel:not([class*="panel-"]) > .panel-heading {
    color: rgba(0,0,0, 0.87);
}

.panel-footer {
    background-color: #eeeeee;
}

hr.on-dark {
    color: #1a1a1a;
}

hr.on-light {
    color: white;
}

@media (-webkit-min-device-pixel-ratio: 0.75), (min--moz-device-pixel-ratio: 0.75), (-o-device-pixel-ratio: 3 / 4), (min-device-pixel-ratio: 0.75), (min-resolution: 0.75dppx), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    hr {
        height: 0.75px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (min-resolution: 1dppx), (-webkit-min-device-pixel-ratio: 1.6666666666666667), (min-resolution: 160dpi) {
    hr {
        height: 1px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133 / 100), (min-device-pixel-ratio: 1.33), (min-resolution: 1.33dppx), (-webkit-min-device-pixel-ratio: 2.21875), (min-resolution: 213dpi) {
    hr {
        height: 1.333px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi) {
    hr {
        height: 1.5px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 3.9583333333333335), (min-resolution: 380dpi) {
    hr {
        height: 2px;
    }
}

@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3 / 1), (min-device-pixel-ratio: 3), (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 5), (min-resolution: 480dpi) {
    hr {
        height: 3px;
    }
}

@media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4 / 1), (min-device-pixel-ratio: 3), (min-resolution: 4dppx), (-webkit-min-device-pixel-ratio: 6.666666666666667), (min-resolution: 640dpi) {
    hr {
        height: 4px;
    }
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

    *:focus {
        outline: 0;
    }

.snackbar {
    background-color: #323232;
    color: rgba(255,255,255, 0.84);
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    height: 0;
    -moz-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

    .snackbar.snackbar-opened {
        padding: 14px 15px;
        margin-bottom: 20px;
        height: auto;
        -moz-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -moz-transform 0.2s ease-in-out;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .snackbar.toast {
        border-radius: 200px;
    }

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -moz-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-handle {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    left: -10px;
    top: -5px;
    cursor: ew-resize;
    border-radius: 100%;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid;
}

.noUi-vertical .noUi-handle {
    margin-left: 5px;
    cursor: ns-resize;
}

.noUi-horizontal.noUi-extended {
    padding: 0 15px;
}

    .noUi-horizontal.noUi-extended .noUi-origin {
        right: -15px;
    }

.noUi-background {
    height: 2px;
    margin: 20px 0;
}

.noUi-origin {
    margin: 0;
    border-radius: 0;
    height: 2px;
    background: #c8c8c8;
}

    .noUi-origin[style^="left: 0"] .noUi-handle {
        background-color: #fff;
        border: 2px solid #c8c8c8;
    }

        .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
            border-width: 1px;
        }

.noUi-target {
    border-radius: 4px;
}

.noUi-horizontal {
    height: 2px;
    margin: 15px 0;
}

.noUi-vertical {
    height: 100%;
    width: 2px;
    margin: 0 15px;
    display: inline-block;
}

.noUi-handle.noUi-active {
    -moz-transform: scale3d(2.5, 2.5, 1);
    transform: scale3d(2.5, 2.5, 1);
}

[disabled].noUi-slider {
    opacity: 0.5;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.slider {
    background: #c8c8c8;
}

    .slider.noUi-connect, .slider.slider-default.noUi-connect {
        background-color: transparent;
    }

    .slider.slider-inverse.noUi-connect {
        background-color: #3f51b5;
    }

    .slider.slider-primary.noUi-connect {
        background-color: transparent;
    }

    .slider.slider-success.noUi-connect {
        background-color: #5cb85c;
    }

    .slider.slider-info.noUi-connect {
        background-color: #5bc0de;
    }

    .slider.slider-warning.noUi-connect {
        background-color: #f0ad4e;
    }

    .slider.slider-danger.noUi-connect {
        background-color: #d9534f;
    }

    .slider .noUi-connect,
    .slider.slider-default .noUi-connect {
        background-color: transparent;
    }

    .slider.slider-inverse .noUi-connect {
        background-color: #3f51b5;
    }

    .slider.slider-primary .noUi-connect {
        background-color: transparent;
    }

    .slider.slider-success .noUi-connect {
        background-color: #5cb85c;
    }

    .slider.slider-info .noUi-connect {
        background-color: #5bc0de;
    }

    .slider.slider-warning .noUi-connect {
        background-color: #f0ad4e;
    }

    .slider.slider-danger .noUi-connect {
        background-color: #d9534f;
    }

    .slider .noUi-handle,
    .slider.slider-default .noUi-handle {
        background-color: transparent;
    }

    .slider.slider-inverse .noUi-handle {
        background-color: #3f51b5;
    }

    .slider.slider-primary .noUi-handle {
        background-color: transparent;
    }

    .slider.slider-success .noUi-handle {
        background-color: #5cb85c;
    }

    .slider.slider-info .noUi-handle {
        background-color: #5bc0de;
    }

    .slider.slider-warning .noUi-handle {
        background-color: #f0ad4e;
    }

    .slider.slider-danger .noUi-handle {
        background-color: #d9534f;
    }

    .slider .noUi-handle,
    .slider.slider-default .noUi-handle {
        border-color: transparent;
    }

    .slider.slider-inverse .noUi-handle {
        border-color: #3f51b5;
    }

    .slider.slider-primary .noUi-handle {
        border-color: transparent;
    }

    .slider.slider-success .noUi-handle {
        border-color: #5cb85c;
    }

    .slider.slider-info .noUi-handle {
        border-color: #5bc0de;
    }

    .slider.slider-warning .noUi-handle {
        border-color: #f0ad4e;
    }

    .slider.slider-danger .noUi-handle {
        border-color: #d9534f;
    }

.selectize-control.single, .selectize-control.multi {
    padding: 0;
}

    .selectize-control.single .selectize-input, .selectize-control.single .selectize-input.input-active, .selectize-control.multi .selectize-input, .selectize-control.multi .selectize-input.input-active {
        cursor: text;
        background: transparent;
        box-shadow: none;
        border: 0;
        padding: 0;
        height: 100%;
        font-size: 14px;
        line-height: 30px;
    }

        .selectize-control.single .selectize-input .has-items, .selectize-control.single .selectize-input.input-active .has-items, .selectize-control.multi .selectize-input .has-items, .selectize-control.multi .selectize-input.input-active .has-items {
            padding: 0;
        }

        .selectize-control.single .selectize-input:after, .selectize-control.single .selectize-input.input-active:after, .selectize-control.multi .selectize-input:after, .selectize-control.multi .selectize-input.input-active:after {
            right: 5px;
            position: absolute;
            font-size: 25px;
            content: "\e5c5";
            font-family: 'Material Icons';
            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;
        }

        .selectize-control.single .selectize-input input, .selectize-control.single .selectize-input.input-active input, .selectize-control.multi .selectize-input input, .selectize-control.multi .selectize-input.input-active input {
            font-size: 14px;
            outline: 0;
            border: 0;
            background: transparent;
        }

        .selectize-control.single .selectize-input.label-floating-fix input, .selectize-control.single .selectize-input.input-active.label-floating-fix input, .selectize-control.multi .selectize-input.label-floating-fix input, .selectize-control.multi .selectize-input.input-active.label-floating-fix input {
            opacity: 0;
        }

        .selectize-control.single .selectize-input > div, .selectize-control.single .selectize-input > .item, .selectize-control.single .selectize-input.input-active > div, .selectize-control.single .selectize-input.input-active > .item, .selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input > .item, .selectize-control.multi .selectize-input.input-active > div, .selectize-control.multi .selectize-input.input-active > .item {
            display: inline-block;
            margin: 0 8px 3px 0;
            padding: 0;
            background: transparent;
            border: 0;
        }

            .selectize-control.single .selectize-input > div:after, .selectize-control.single .selectize-input > .item:after, .selectize-control.single .selectize-input.input-active > div:after, .selectize-control.single .selectize-input.input-active > .item:after, .selectize-control.multi .selectize-input > div:after, .selectize-control.multi .selectize-input > .item:after, .selectize-control.multi .selectize-input.input-active > div:after, .selectize-control.multi .selectize-input.input-active > .item:after {
                content: ",";
            }

            .selectize-control.single .selectize-input > div:last-of-type:after, .selectize-control.single .selectize-input > .item:last-of-type:after, .selectize-control.single .selectize-input.input-active > div:last-of-type:after, .selectize-control.single .selectize-input.input-active > .item:last-of-type:after, .selectize-control.multi .selectize-input > div:last-of-type:after, .selectize-control.multi .selectize-input > .item:last-of-type:after, .selectize-control.multi .selectize-input.input-active > div:last-of-type:after, .selectize-control.multi .selectize-input.input-active > .item:last-of-type:after {
                content: "";
            }

            .selectize-control.single .selectize-input > div.active, .selectize-control.single .selectize-input > .item.active, .selectize-control.single .selectize-input.input-active > div.active, .selectize-control.single .selectize-input.input-active > .item.active, .selectize-control.multi .selectize-input > div.active, .selectize-control.multi .selectize-input > .item.active, .selectize-control.multi .selectize-input.input-active > div.active, .selectize-control.multi .selectize-input.input-active > .item.active {
                font-weight: bold;
                background: transparent;
                border: 0;
            }

    .selectize-control.single .selectize-dropdown, .selectize-control.multi .selectize-dropdown {
        position: absolute;
        z-index: 1000;
        border: 0;
        width: 100% !important;
        left: 0 !important;
        height: auto;
        background-color: #FFF;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border-radius: 4px;
        padding: 0;
        margin-top: 3px;
    }

        .selectize-control.single .selectize-dropdown .active, .selectize-control.multi .selectize-dropdown .active {
            background-color: inherit;
        }

        .selectize-control.single .selectize-dropdown .highlight, .selectize-control.multi .selectize-dropdown .highlight {
            background-color: #d5d8ff;
        }

        .selectize-control.single .selectize-dropdown .selected, .selectize-control.single .selectize-dropdown .selected.active, .selectize-control.multi .selectize-dropdown .selected, .selectize-control.multi .selectize-dropdown .selected.active {
            background-color: #EEEEEE;
        }

        .selectize-control.single .selectize-dropdown [data-selectable], .selectize-control.single .selectize-dropdown .optgroup-header, .selectize-control.multi .selectize-dropdown [data-selectable], .selectize-control.multi .selectize-dropdown .optgroup-header {
            padding: 10px 20px;
            cursor: pointer;
        }

    .selectize-control.single .dropdown-active ~ .selectize-dropdown, .selectize-control.multi .dropdown-active ~ .selectize-dropdown {
        display: block;
    }

.dropdownjs::after {
    right: 5px;
    top: 3px;
    font-size: 25px;
    position: absolute;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    content: "\e5c5";
    pointer-events: none;
    color: #757575;
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
FORM
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
form.form-inline .form-group,
form.form-inline .form-group:last-of-type,
form.form-inline .form-group:only-of-type {
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    form.form-inline .form-group,
    form.form-inline .form-group:last-of-type,
    form.form-inline .form-group:only-of-type {
        margin-bottom: 0 !important;
    }
}

form.form-inline .form-group .form-control,
form.form-inline .form-group:last-of-type .form-control,
form.form-inline .form-group:only-of-type .form-control {
    width: 100%;
    margin: 0;
}

form.bgGreyLight {
    background: #f7f7f7 !important;
    padding: 15px !important;
}

.form-group {
    margin-top: 0;
    margin-bottom: 42px;
    margin-right: auto;
    margin-left: auto;
}

form .form-group:last-of-type,
form .form-group:only-of-type,
fieldset .form-group:last-of-type,
fieldset .form-group:only-of-type {
    margin-bottom: 0 !important;
}

.form-control,
.form-group label {
    color: #5e6162 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

.form-control,
.form-group .form-control,
.bootstrap-select {
    background-image: -moz-linear-gradient(#1a8cb6, #1a8cb6), -moz-linear-gradient(#cdcccc, #cdcccc) !important;
    background-image: linear-gradient(#1a8cb6, #1a8cb6), linear-gradient(#cdcccc, #cdcccc) !important;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -moz-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent !important;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

    .form-group.is-focused .form-control,
    .form-group.is-selected .form-control,
    .bootstrap-select.open,
    .bootstrap-select.selected {
        background-image: -moz-linear-gradient(#1a8cb6, #1a8cb6), -moz-linear-gradient(#cdcccc, #cdcccc) !important;
        background-image: linear-gradient(#1a8cb6, #1a8cb6), linear-gradient(#cdcccc, #cdcccc) !important;
        background-size: 100% 2px, 100% 1px;
        background-color: transparent !important;
    }

        .bootstrap-select.selected .bs-placeholder,
        .bootstrap-select.selected .filter-option {
            color: #1a8cb6 !important;
        }

    .bootstrap-select.error {
        background-image: -moz-linear-gradient(#e7493c, #e7493c), -moz-linear-gradient(#cdcccc, #cdcccc) !important;
        background-image: linear-gradient(#e7493c, #e7493c), linear-gradient(#cdcccc, #cdcccc) !important;
        background-size: 100% 2px, 100% 1px;
        background-color: transparent !important;
    }

        .bootstrap-select.error .bs-placeholder,
        .bootstrap-select.error .filter-option {
            color: #e7493c !important;
        }

.is-datepicker.is-error input.form-control {
    background-image: -moz-linear-gradient(#e7493c, #e7493c), -moz-linear-gradient(#cdcccc, #cdcccc) !important;
    background-image: linear-gradient(#e7493c, #e7493c), linear-gradient(#cdcccc, #cdcccc) !important;
    background-size: 100% 2px, 100% 1px;
    background-color: transparent !important;
    color: #e7493c !important;
}

/* Change Autocomplete styles in Chrome*/
.form-group :-webkit-autofill,
.form-group :-webkit-autofill:hover,
.form-group :-webkit-autofill:focus,
.form-group :-webkit-autofill:active,
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active,
.form-group input:-webkit-autofill,
.form-group textarea:-webkit-autofill,
.form-group textarea:-webkit-autofill:hover,
.form-group textarea:-webkit-autofill:focus,
.form-group textarea:-webkit-autofill:active,
.form-group select:-webkit-autofill,
.form-group select:-webkit-autofill:hover,
.form-group select:-webkit-autofill:focus,
.form-group select:-webkit-autofill:active {
    box-shadow: inset 0 37px 0 0 white;
    border-bottom: 1px solid #cdcccc;
    outline: none;
    -webkit-appearance: none;
}

.bgGreyLight .form-group {
    /* Change Autocomplete styles in Chrome*/
}

    .bgGreyLight .form-group :-webkit-autofill,
    .bgGreyLight .form-group :-webkit-autofill:hover,
    .bgGreyLight .form-group :-webkit-autofill:focus,
    .bgGreyLight .form-group :-webkit-autofill:active,
    .bgGreyLight .form-group input:-webkit-autofill,
    .bgGreyLight .form-group input:-webkit-autofill:hover,
    .bgGreyLight .form-group input:-webkit-autofill:focus,
    .bgGreyLight .form-group input:-webkit-autofill:active,
    .bgGreyLight .form-group input:-webkit-autofill,
    .bgGreyLight .form-group textarea:-webkit-autofill,
    .bgGreyLight .form-group textarea:-webkit-autofill:hover,
    .bgGreyLight .form-group textarea:-webkit-autofill:focus,
    .bgGreyLight .form-group textarea:-webkit-autofill:active,
    .bgGreyLight .form-group select:-webkit-autofill,
    .bgGreyLight .form-group select:-webkit-autofill:hover,
    .bgGreyLight .form-group select:-webkit-autofill:focus,
    .bgGreyLight .form-group select:-webkit-autofill:active {
        box-shadow: inset 0 37px 0 0 #f7f7f7;
        border-bottom: 1px solid #cdcccc;
        outline: none;
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5e6162 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #5e6162 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #5e6162 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #5e6162 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

.checkbox label,
.radio label {
    padding-right: 30px;
    font-size: 1.4rem;
    color: #5e6162;
    line-height: 1.5;
}

.checkbox.is-focused label,
.radio.is-focused label {
    color: #5e6162;
}

.checkbox.colonne label,
.radio.colonne label {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
}

@media (min-width: 768px) {
    .form-inline .radio .fakeLabel,
    .form-inline .checkbox .fakeLabel {
        display: inline;
        padding-right: 4px;
    }
}

.form-inline .radio label,
.form-inline .checkbox label {
    padding-right: 20px;
    padding-left: 23px !important;
}

.form-inline .radio + .radio,
.form-inline .checkbox + .checkbox {
    margin-top: 0;
}

.checkbox .check {
    margin-right: 10px;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
.checkbox label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #1a8cb6;
    border-color: #1a8cb6;
}

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
    .checkbox label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
        color: #1a8cb6;
    }

form .radio label,
form .radio label.radio-inline,
form.form-inline .radio label,
form.form-inline .radio label.radio-inline {
    padding-left: 25px;
}

.radio span,
.radio .radio-inline span {
    left: 0px;
}

.radio .circle {
    height: 18px;
    width: 18px;
}

.radio .check {
    height: 18px;
    width: 18px;
}

.radio input[type=radio]:checked ~ .circle,
.radio label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #1a8cb6;
}

.radio input[type=radio]:checked ~ .check,
.radio label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #1a8cb6;
}

.togglebutton {
    margin-bottom: 15px;
}

    .togglebutton label .toggle, .togglebutton .togglebutton label input[type=checkbox][disabled] + .toggle {
        width: 40px;
    }

    .togglebutton label input[type=checkbox]:checked + .toggle {
        background-color: rgba(26, 140, 182, 0.5);
    }

        .togglebutton label input[type=checkbox]:checked + .toggle:after {
            background-color: #1a8cb6;
            left: 25px;
        }

    .togglebutton.green label input[type=checkbox]:checked + .toggle {
        background-color: rgba(41, 163, 122, 0.5);
    }

        .togglebutton.green label input[type=checkbox]:checked + .toggle:after {
            background-color: #29a37a;
        }

.form-group.is-fileinput,
.form-group.is-datepicker {
    position: relative;
}

    .form-group.is-fileinput .input-group,
    .form-group.is-datepicker .input-group {
        width: 100%;
    }

    .form-group.is-fileinput .input-group-btn,
    .form-group.is-datepicker .input-group-btn {
        position: absolute;
        top: 6px;
        right: -1px;
        padding: 0;
        width: 18px;
        height: 18px;
        z-index: 5;
    }

        .form-group.is-fileinput .input-group-btn .icon, .form-group.is-fileinput .input-group-btn .uploadifive-button > span > i, .form-group.is-fileinput .input-group-btn .filetosend a.close, .filetosend .form-group.is-fileinput .input-group-btn a.close,
        .form-group.is-datepicker .input-group-btn .icon,
        .form-group.is-datepicker .input-group-btn .uploadifive-button > span > i,
        .form-group.is-datepicker .input-group-btn .filetosend a.close, .filetosend .form-group.is-datepicker .input-group-btn a.close {
            height: 18px;
            width: 18px;
        }

    .form-group.is-fileinput .icon, .form-group.is-fileinput .uploadifive-button > span > i, .form-group.is-fileinput .filetosend a.close, .filetosend .form-group.is-fileinput a.close {
        background-position: -91px -671px;
    }

    .form-group.is-datepicker .icon, .form-group.is-datepicker .uploadifive-button > span > i, .form-group.is-datepicker .filetosend a.close, .filetosend .form-group.is-datepicker a.close {
        background-position: -131px -671px;
    }

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #1a8cb6 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1a8cb6 !important;
}

.uploadifive-button {
    background: #1a8cb6;
    color: white !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 0 !important;
    border-radius: 3px;
    font-weight: 300 !important;
    font-size: 1.4rem !important;
    line-height: 1.42 !important;
    cursor: pointer !important;
    height: auto !important;
    width: auto !important;
}

    .uploadifive-button * {
        cursor: pointer;
    }

    .uploadifive-button:hover {
        cursor: pointer !important;
    }

    .uploadifive-button > span {
        cursor: pointer;
        padding: 11px 20px !important;
        display: block;
    }

        .uploadifive-button > span > span {
            float: left;
            display: block;
            margin-right: 10px;
        }

        .uploadifive-button > span > i {
            display: block;
            background-position: -94px -713px;
            height: 13px;
            width: 12px;
            position: relative;
            margin: 1px 0 0 10px;
        }

.filetosend .uploadifive-queue-item {
    position: relative;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}

    .filetosend .uploadifive-queue-item + .uploadifive-queue-item {
        margin-top: 30px;
    }

.filetosend a.close {
    position: absolute;
    text-indent: -9999rem;
    display: block;
    background-position: -92px -11px;
    height: 16px;
    width: 16px;
    margin: 0;
    opacity: .6;
    right: 0;
    bottom: 8px;
}

    .filetosend a.close:hover {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filetosend .filename,
.filetosend .fileinfo {
    color: #5e6162;
}

.filetosend .fileinfo {
    font-weight: 500;
}

.filetosend .progress {
    height: 2px;
    border-radius: 0;
    box-shadow: none;
    background: #cdcccc;
    margin: 0;
    width: 100%;
}

    .filetosend .progress .progress-bar {
        background-color: #1a8cb6;
    }

.slider.noUi-connect {
    background-color: #1a8cb6;
    cursor: pointer;
}

    .slider.noUi-connect .noUi-handle,
    .slider.noUi-connect .noUi-handle {
        background-color: #1a8cb6;
        border-color: #1a8cb6;
    }

    .slider.noUi-connect .noUi-tooltip {
        height: 43px;
        width: 32px;
        position: absolute;
        top: -43px;
        left: -12px;
        background: url(../img/sprite_icon.png) no-repeat;
        background: url(../img/sprite_icon.svg) no-repeat;
        overflow: hidden;
        background-position: -44px -228px;
        text-align: center;
        color: white;
        padding-top: 11px;
        font-size: 11px;
    }

    .slider.noUi-connect .noUi-handle.noUi-active {
        -moz-transform: scale3d(1.5, 1.5, 1) !important;
        transform: scale3d(1.5, 1.5, 1) !important;
    }

.bootstrap-select {
    outline: none !important;
}

    .bootstrap-select .ripple-container {
        display: none;
    }

    .bootstrap-select .dropdown-toggle {
        padding-left: 0;
        text-transform: none;
        color: #5e6162 !important;
        font-size: 1.4rem !important;
        font-weight: 300 !important;
        background-color: transparent !important;
        outline: none !important;
        border-radius: 0 !important;
    }

    .bootstrap-select button.dropdown-toggle:focus,
    .bootstrap-select button.dropdown-toggle:hover {
        outline: none !important;
    }

    .bootstrap-select .caret {
        right: 0 !important;
        border-top-color: #5e6162 !important;
        border-top: 6px dashed;
        border-top: 4px solid \9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .bootstrap-select.dropup .caret {
        border-bottom: 6px dashed #5e6162 !important;
        border-top-color: transparent !important;
    }

    .bootstrap-select.open {
        outline: none !important;
    }

        .bootstrap-select.open .dropdown-toggle {
            box-shadow: none !important;
            outline: none !important;
            border: none !important;
        }

    .bootstrap-select .dropdown-menu {
        border: 0;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
        padding: 0;
        border-radius: 0 0 3px 3px !important;
    }

        .bootstrap-select .dropdown-menu ul li {
            padding: 0;
        }

            .bootstrap-select .dropdown-menu ul li a {
                padding: 8px 10px;
                outline: none !important;
                color: #5e6162 !important;
                font-size: 1.4rem !important;
                font-weight: 300 !important;
            }

            .bootstrap-select .dropdown-menu ul li:hover {
                background: #f7f7f7;
                outline: none;
                color: #5e6162 !important;
            }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark,
    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a:hover span.check-mark {
        margin-top: 9px !important;
        color: #5e6162 !important;
    }

.form-group.is-autocomplete-select .dropdown-menu {
    top: -6px !important;
}

.form-group.is-autocomplete-select .dropup .bs-searchbox {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.form-group.is-autocomplete-select .dropup .dropdown-menu {
    top: auto !important;
    bottom: -6px;
    padding-bottom: 40px;
}

.form-group.is-autocomplete-select .no-results {
    padding: 8px 10px !important;
    background: #f7f7f7 !important;
    margin: 0 0 !important;
}

.btn:not(.dropdown-toggle) {
    background: #cccccc;
    color: white !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 3px;
    font-weight: 300 !important;
    font-size: 1.4rem;
    white-space: normal;
}

    .btn:not(.dropdown-toggle).btn-square {
        border-radius: 0 !important;
    }

    .btn:not(.dropdown-toggle).multiline {
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .btn:not(.dropdown-toggle).btn-sm, .btn-group-sm > .btn:not(.dropdown-toggle) {
        padding: 8px 15px;
        font-size: 1.2rem;
    }

    .btn:not(.dropdown-toggle).btn-lg, .btn-group-lg > .btn:not(.dropdown-toggle) {
        padding: 22px 30px;
        font-size: 1.6rem;
    }

    .btn:not(.dropdown-toggle):hover, .btn:not(.dropdown-toggle):focus {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
        background-color: #b3b3b3 !important;
    }

    .btn:not(.dropdown-toggle).btn-blue {
        background-color: #1a8cb6;
    }

        .btn:not(.dropdown-toggle).btn-blue:hover {
            background-color: #1882a9 !important;
        }

        .btn:not(.dropdown-toggle).btn-blue:focus {
            background-color: #1c96c3 !important;
        }

    .btn:not(.dropdown-toggle).btn-green {
        background-color: #29a37a;
    }

        .btn:not(.dropdown-toggle).btn-green:hover {
            background-color: #269771 !important;
        }

        .btn:not(.dropdown-toggle).btn-green:focus {
            background-color: #2caf83 !important;
        }

    .btn:not(.dropdown-toggle).btn-green-2 {
        background-color: #33cc99;
    }

        .btn:not(.dropdown-toggle).btn-green-2:hover {
            background-color: #30c090 !important;
        }

        .btn:not(.dropdown-toggle).btn-green-2:focus {
            background-color: #3fcf9f !important;
        }

    .btn:not(.dropdown-toggle).btn-red {
        background-color: #e7493c;
    }

        .btn:not(.dropdown-toggle).btn-red:hover {
            background-color: #e53c2e !important;
        }

        .btn:not(.dropdown-toggle).btn-red:focus {
            background-color: #e9564a !important;
        }

    .btn:not(.dropdown-toggle):disabled, .btn:not(.dropdown-toggle)[disabled], .btn:not(.dropdown-toggle)[disabled]:hover, .btn:not(.dropdown-toggle)[disabled]:focus {
        background-color: #cdcccc !important;
        box-shadow: none !important;
    }

    .btn:not(.dropdown-toggle).btn-icon.icon-left .icon, .btn:not(.dropdown-toggle).btn-icon.icon-left .uploadifive-button > span > i, .btn:not(.dropdown-toggle).btn-icon.icon-left .filetosend a.close, .filetosend .btn:not(.dropdown-toggle).btn-icon.icon-left a.close {
        margin-right: 5px;
        top: 2px;
    }

    .btn:not(.dropdown-toggle).btn-icon.icon-right .icon, .btn:not(.dropdown-toggle).btn-icon.icon-right .uploadifive-button > span > i, .btn:not(.dropdown-toggle).btn-icon.icon-right .filetosend a.close, .filetosend .btn:not(.dropdown-toggle).btn-icon.icon-right a.close {
        margin-left: 5px;
        top: 2px;
    }

    .btn:not(.dropdown-toggle).btn-icon .icon, .btn:not(.dropdown-toggle).btn-icon .uploadifive-button > span > i, .btn:not(.dropdown-toggle).btn-icon .filetosend a.close, .filetosend .btn:not(.dropdown-toggle).btn-icon a.close {
        position: relative;
        top: 2px;
    }

.myBtn1 .icon, .myBtn1 .uploadifive-button > span > i, .myBtn1 .filetosend a.close, .filetosend .myBtn1 a.close,
.myBtn2 .icon,
.myBtn2 .uploadifive-button > span > i,
.myBtn2 .filetosend a.close, .filetosend .myBtn2 a.close {
    height: 15px;
    width: 15px;
}

.myBtn1 .icon, .myBtn1 .uploadifive-button > span > i, .myBtn1 .filetosend a.close, .filetosend .myBtn1 a.close {
    background-position: -53px -12px;
}

.myBtn2 .icon, .myBtn2 .uploadifive-button > span > i, .myBtn2 .filetosend a.close, .filetosend .myBtn2 a.close {
    background-position: -13px -13px;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group, .btn-group-vertical {
    margin: 0 !important;
}

#frontFormContact .form-control {
    height: auto !important;
    padding: 15px 0;
}

#frontFormContact .form-group .btn-group {
    padding: 0 !important;
}

#frontFormContact .bootstrap-select .btn {
    padding: 15px 0;
}

#frontFormContact .form-group.is-fileinput .input-group-btn,
#frontFormContact .form-group.is-datepicker .input-group-btn {
    padding: 10px 0 !important;
}

/*
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
IE et debug
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
*/
body:not(.lt-ie10) .ie9-only {
    display: none;
}

.lt-ie7 .ie9-only,
.lt-ie8 .ie9-only,
.lt-ie9 .ie9-only,
.lt-ie10 .ie9-only {
    display: block !important;
}

.lt-ie7 .navbar,
.lt-ie8 .navbar,
.lt-ie9 .navbar,
.lt-ie10 .navbar {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.lt-ie7 #footer_bloc,
.lt-ie8 #footer_bloc,
.lt-ie9 #footer_bloc,
.lt-ie10 #footer_bloc {
    border: none !important;
    border-color: #2f303d;
}

.lt-ie7 #modal_login .help-block,
.lt-ie8 #modal_login .help-block,
.lt-ie9 #modal_login .help-block,
.lt-ie10 #modal_login .help-block {
    display: none;
}

.lt-ie7 .modal-header,
.lt-ie8 .modal-header,
.lt-ie9 .modal-header,
.lt-ie10 .modal-header {
    border-bottom: none;
}

.lt-ie7 .icon, .lt-ie7 .uploadifive-button > span > i, .lt-ie7 .filetosend a.close, .filetosend .lt-ie7 a.close,
.lt-ie8 .icon,
.lt-ie8 .uploadifive-button > span > i,
.lt-ie8 .filetosend a.close, .filetosend .lt-ie8 a.close,
.lt-ie9 .icon,
.lt-ie9 .uploadifive-button > span > i,
.lt-ie9 .filetosend a.close, .filetosend .lt-ie9 a.close,
.lt-ie10 .icon,
.lt-ie10 .uploadifive-button > span > i,
.lt-ie10 .filetosend a.close, .filetosend .lt-ie10 a.close {
    background-image: url(../img/sprite_icon.png) !important;
}

.lt-ie7 #slider_home .carousel,
.lt-ie7 #slider_home .carousel-inner,
.lt-ie7 #slider_home .carousel-inner .item,
.lt-ie7 #slider_home .carousel-inner .item .container,
.lt-ie8 #slider_home .carousel,
.lt-ie8 #slider_home .carousel-inner,
.lt-ie8 #slider_home .carousel-inner .item,
.lt-ie8 #slider_home .carousel-inner .item .container,
.lt-ie9 #slider_home .carousel,
.lt-ie9 #slider_home .carousel-inner,
.lt-ie9 #slider_home .carousel-inner .item,
.lt-ie9 #slider_home .carousel-inner .item .container,
.lt-ie10 #slider_home .carousel,
.lt-ie10 #slider_home .carousel-inner,
.lt-ie10 #slider_home .carousel-inner .item,
.lt-ie10 #slider_home .carousel-inner .item .container {
    height: 450px;
}

.lt-ie7 #slider_home .carousel-control,
.lt-ie8 #slider_home .carousel-control,
.lt-ie9 #slider_home .carousel-control,
.lt-ie10 #slider_home .carousel-control {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.lt-ie7 #slider_home .item .img_bg,
.lt-ie8 #slider_home .item .img_bg,
.lt-ie9 #slider_home .item .img_bg,
.lt-ie10 #slider_home .item .img_bg {
    background-size: 100%;
}

.lt-ie7 .btn.btn-blue,
.lt-ie8 .btn.btn-blue,
.lt-ie9 .btn.btn-blue,
.lt-ie10 .btn.btn-blue {
    color: white !important;
    background-color: #1a8cb6;
}

    .lt-ie7 .btn.btn-blue:hover,
    .lt-ie8 .btn.btn-blue:hover,
    .lt-ie9 .btn.btn-blue:hover,
    .lt-ie10 .btn.btn-blue:hover {
        background-color: #1882a9 !important;
    }

    .lt-ie7 .btn.btn-blue:focus,
    .lt-ie8 .btn.btn-blue:focus,
    .lt-ie9 .btn.btn-blue:focus,
    .lt-ie10 .btn.btn-blue:focus {
        background-color: #1c96c3 !important;
    }

.lt-ie7 .btn.btn-green,
.lt-ie8 .btn.btn-green,
.lt-ie9 .btn.btn-green,
.lt-ie10 .btn.btn-green {
    color: white !important;
    background-color: #29a37a;
}

    .lt-ie7 .btn.btn-green:hover,
    .lt-ie8 .btn.btn-green:hover,
    .lt-ie9 .btn.btn-green:hover,
    .lt-ie10 .btn.btn-green:hover {
        background-color: #269771 !important;
    }

    .lt-ie7 .btn.btn-green:focus,
    .lt-ie8 .btn.btn-green:focus,
    .lt-ie9 .btn.btn-green:focus,
    .lt-ie10 .btn.btn-green:focus {
        background-color: #2caf83 !important;
    }

.lt-ie7 .btn.btn-green-2,
.lt-ie8 .btn.btn-green-2,
.lt-ie9 .btn.btn-green-2,
.lt-ie10 .btn.btn-green-2 {
    color: white !important;
    background-color: #33cc99;
}

    .lt-ie7 .btn.btn-green-2:hover,
    .lt-ie8 .btn.btn-green-2:hover,
    .lt-ie9 .btn.btn-green-2:hover,
    .lt-ie10 .btn.btn-green-2:hover {
        background-color: #30c090 !important;
    }

    .lt-ie7 .btn.btn-green-2:focus,
    .lt-ie8 .btn.btn-green-2:focus,
    .lt-ie9 .btn.btn-green-2:focus,
    .lt-ie10 .btn.btn-green-2:focus {
        background-color: #3fcf9f !important;
    }

.lt-ie7 .btn.btn-red,
.lt-ie8 .btn.btn-red,
.lt-ie9 .btn.btn-red,
.lt-ie10 .btn.btn-red {
    color: white !important;
    background-color: #e7493c;
}

    .lt-ie7 .btn.btn-red:hover,
    .lt-ie8 .btn.btn-red:hover,
    .lt-ie9 .btn.btn-red:hover,
    .lt-ie10 .btn.btn-red:hover {
        background-color: #e53c2e !important;
    }

    .lt-ie7 .btn.btn-red:focus,
    .lt-ie8 .btn.btn-red:focus,
    .lt-ie9 .btn.btn-red:focus,
    .lt-ie10 .btn.btn-red:focus {
        background-color: #e9564a !important;
    }

.lt-ie7 .btn:disabled,
.lt-ie8 .btn:disabled,
.lt-ie9 .btn:disabled,
.lt-ie10 .btn:disabled {
    background: #cdcccc !important;
}

    .lt-ie7 .btn:disabled:hover,
    .lt-ie8 .btn:disabled:hover,
    .lt-ie9 .btn:disabled:hover,
    .lt-ie10 .btn:disabled:hover {
        background: #b4b2b2 !important;
        box-shadow: none;
    }

.lt-ie7 .form-group label,
.lt-ie8 .form-group label,
.lt-ie9 .form-group label,
.lt-ie10 .form-group label {
    font-weight: 300 !important;
}

.lt-ie7 .form-control,
.lt-ie7 .form-group .form-control,
.lt-ie7 .bootstrap-select,
.lt-ie8 .form-control,
.lt-ie8 .form-group .form-control,
.lt-ie8 .bootstrap-select,
.lt-ie9 .form-control,
.lt-ie9 .form-group .form-control,
.lt-ie9 .bootstrap-select,
.lt-ie10 .form-control,
.lt-ie10 .form-group .form-control,
.lt-ie10 .bootstrap-select {
    border: 1px solid #cdcccc;
    background-image: none !important;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}

    .lt-ie7 .form-control:focus,
    .lt-ie7 .form-control:active,
    .lt-ie7 .form-group.is-focused .form-control,
    .lt-ie7 .bootstrap-select.open,
    .lt-ie8 .form-control:focus,
    .lt-ie8 .form-control:active,
    .lt-ie8 .form-group.is-focused .form-control,
    .lt-ie8 .bootstrap-select.open,
    .lt-ie9 .form-control:focus,
    .lt-ie9 .form-control:active,
    .lt-ie9 .form-group.is-focused .form-control,
    .lt-ie9 .bootstrap-select.open,
    .lt-ie10 .form-control:focus,
    .lt-ie10 .form-control:active,
    .lt-ie10 .form-group.is-focused .form-control,
    .lt-ie10 .bootstrap-select.open {
        box-shadow: 0px 2px 0px 0px #1a8cb6;
        border-collapse: separate;
    }

.lt-ie7 .form-group input,
.lt-ie7 .form-group textarea,
.lt-ie7 .form-group button,
.lt-ie8 .form-group input,
.lt-ie8 .form-group textarea,
.lt-ie8 .form-group button,
.lt-ie9 .form-group input,
.lt-ie9 .form-group textarea,
.lt-ie9 .form-group button,
.lt-ie10 .form-group input,
.lt-ie10 .form-group textarea,
.lt-ie10 .form-group button {
    padding: 5px 5px 5px 10px !important;
}

.lt-ie7 .bootstrap-select,
.lt-ie8 .bootstrap-select,
.lt-ie9 .bootstrap-select,
.lt-ie10 .bootstrap-select {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .lt-ie7 .bootstrap-select .dropdown-toggle,
    .lt-ie8 .bootstrap-select .dropdown-toggle,
    .lt-ie9 .bootstrap-select .dropdown-toggle,
    .lt-ie10 .bootstrap-select .dropdown-toggle {
        height: 100%;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-transform: none !important;
        font-weight: 300 !important;
        font-size: 1.4rem !important;
    }

        .lt-ie7 .bootstrap-select .dropdown-toggle:hover, .lt-ie7 .bootstrap-select .dropdown-toggle:focus,
        .lt-ie8 .bootstrap-select .dropdown-toggle:hover,
        .lt-ie8 .bootstrap-select .dropdown-toggle:focus,
        .lt-ie9 .bootstrap-select .dropdown-toggle:hover,
        .lt-ie9 .bootstrap-select .dropdown-toggle:focus,
        .lt-ie10 .bootstrap-select .dropdown-toggle:hover,
        .lt-ie10 .bootstrap-select .dropdown-toggle:focus {
            background: transparent !important;
        }

        .lt-ie7 .bootstrap-select .dropdown-toggle .ripple-container,
        .lt-ie8 .bootstrap-select .dropdown-toggle .ripple-container,
        .lt-ie9 .bootstrap-select .dropdown-toggle .ripple-container,
        .lt-ie10 .bootstrap-select .dropdown-toggle .ripple-container {
            opacity: 0;
            display: none !important;
        }

.lt-ie7 .loading,
.lt-ie8 .loading,
.lt-ie9 .loading,
.lt-ie10 .loading {
    border: none;
    width: 80px;
    height: 80px;
    background: url(../img/loader.gif) center center no-repeat;
}

.lt-ie7 .is-fileinput .input-group,
.lt-ie8 .is-fileinput .input-group,
.lt-ie9 .is-fileinput .input-group,
.lt-ie10 .is-fileinput .input-group {
    display: none;
}

.lt-ie7 .is-fileinput input,
.lt-ie8 .is-fileinput input,
.lt-ie9 .is-fileinput input,
.lt-ie10 .is-fileinput input {
    height: 32px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 0px 0px #1a8cb6;
    border: 1px solid #cdcccc;
    opacity: 1;
}

.lt-ie7 .is-fileinput .input-group-btn,
.lt-ie8 .is-fileinput .input-group-btn,
.lt-ie9 .is-fileinput .input-group-btn,
.lt-ie10 .is-fileinput .input-group-btn {
    background-color: #1a8cb6;
    outline: none !important;
    text-transform: uppercase;
    height: 38px !important;
    border-radius: 0 3px 3px 0;
    width: 45px !important;
    top: 0 !important;
    z-index: 10;
}

    .lt-ie7 .is-fileinput .input-group-btn:hover,
    .lt-ie8 .is-fileinput .input-group-btn:hover,
    .lt-ie9 .is-fileinput .input-group-btn:hover,
    .lt-ie10 .is-fileinput .input-group-btn:hover {
        background-color: #1882a9 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
    }

    .lt-ie7 .is-fileinput .input-group-btn:focus,
    .lt-ie8 .is-fileinput .input-group-btn:focus,
    .lt-ie9 .is-fileinput .input-group-btn:focus,
    .lt-ie10 .is-fileinput .input-group-btn:focus {
        background-color: #1c96c3 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 8px 11px rgba(0, 0, 0, 0.15);
    }

    .lt-ie7 .is-fileinput .input-group-btn .icon, .lt-ie7 .is-fileinput .input-group-btn .uploadifive-button > span > i, .lt-ie7 .is-fileinput .input-group-btn .filetosend a.close, .filetosend .lt-ie7 .is-fileinput .input-group-btn a.close,
    .lt-ie8 .is-fileinput .input-group-btn .icon,
    .lt-ie8 .is-fileinput .input-group-btn .uploadifive-button > span > i,
    .lt-ie8 .is-fileinput .input-group-btn .filetosend a.close, .filetosend .lt-ie8 .is-fileinput .input-group-btn a.close,
    .lt-ie9 .is-fileinput .input-group-btn .icon,
    .lt-ie9 .is-fileinput .input-group-btn .uploadifive-button > span > i,
    .lt-ie9 .is-fileinput .input-group-btn .filetosend a.close, .filetosend .lt-ie9 .is-fileinput .input-group-btn a.close,
    .lt-ie10 .is-fileinput .input-group-btn .icon,
    .lt-ie10 .is-fileinput .input-group-btn .uploadifive-button > span > i,
    .lt-ie10 .is-fileinput .input-group-btn .filetosend a.close, .filetosend .lt-ie10 .is-fileinput .input-group-btn a.close {
        background-position: -91px -711px;
        position: relative;
        top: 10px !important;
        left: 14px;
    }

/**
 * https://github.com/xbsoftware/enjoyhint/
 * Setp By Step pour expliquer une nouvelle fonctionnalités
 */
/**
 * https://github.com/xbsoftware/enjoyhint/
 * Setp By Step pour expliquer une nouvelle fonctionnalités
 */
.enjoyhint {
    z-index: 30000;
}

.enjoy_hint_label,
.enjoyhint_close_btn,
.enjoyhint_skip_btn,
.enjoyhint_next_btn {
    font-family: 'Roboto', sans-serif !important;
}

.enjoyhint_close_btn,
.enjoyhint_skip_btn,
.enjoyhint_next_btn {
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    border-radius: 10px;
    width: 100px;
    height: 40px;
    font: normal normal normal 17px/40px "Advent Pro",Helvetica,sans-serif;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    color: #1ecd97;
    background: transparent;
    padding: 0 25px;
}

/* Bouton Passer */
.enjoyhint_close_btn {
    position: fixed;
    bottom: 60px !important;
    top: auto !important;
    right: 60px !important;
    left: auto !important;
    border: 3px solid #33CC99;
    color: #33CC99;
}

    .enjoyhint_close_btn:hover {
        background: #33CC99;
    }

    .enjoyhint_close_btn::after,
    .enjoyhint_close_btn::before {
        background: none;
    }

/* Bouton Compris */
.enjoyhint_skip_btn {
    position: fixed;
    bottom: 60px !important;
    top: auto !important;
    right: 240px !important;
    left: auto !important;
    border: 3px solid #CE1501;
    color: #CE1501;
}

    .enjoyhint_skip_btn:hover {
        background: #CE1501;
    }

/* Bouton Suivant */
.enjoyhint_next_btn {
    border: 3px solid #fff;
    color: #fff;
}

    .enjoyhint_next_btn:hover {
        border: 3px solid #038CB8;
        background: #038CB8;
    }

/* Text explicatif */
.enjoy_hint_label {
    text-align: left;
    font-size: 18px;
    line-height: 12px;
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
    }
}
.btnlog {
    flex-grow: 1;
    margin: 1%;
}
.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    cursor: default;
}

    .toast .toast-action {
        color: #eeff41;
        font-weight: 500;
        margin-right: -25px;
        margin-left: 3rem;
    }

    .toast.rounded {
        border-radius: 24px;
    }

@media only screen and (max-width: 600px) {
    .toast {
        width: 100%;
        border-radius: 0;
    }
}
