﻿@charset "UTF-8";
/*!
 * 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 */
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 {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\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";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #6050aa;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #433876;
        text-decoration: none;
    }

    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: 8px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #333;
}

    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: 21px;
    margin-bottom: 10.5px;
}

    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: 10.5px;
    margin-bottom: 10.5px;
}

    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 10.5px;
}

.lead {
    margin-bottom: 21px;
    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, .notification-box, .notification-box-small {
    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: #6050aa;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4c4087;
}

.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: #6050aa;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #4c4087;
}

.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: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

    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: 21px;
}

dt,
dd {
    line-height: 1.5;
}

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: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    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.5;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right,
    .file-upload .file-upload-selected blockquote.btn,
    .content-nav blockquote.form-inline,
    blockquote.messages-thread,
    .messages-thread blockquote.media.media-right-align {
        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,
        .file-upload .file-upload-selected blockquote.btn footer:before,
        .content-nav blockquote.form-inline footer:before,
        blockquote.messages-thread footer:before,
        .messages-thread blockquote.media.media-right-align footer:before,
        blockquote.pull-right small:before,
        .file-upload .file-upload-selected blockquote.btn small:before,
        .content-nav blockquote.form-inline small:before,
        blockquote.messages-thread small:before,
        .messages-thread blockquote.media.media-right-align small:before,
        blockquote.pull-right .small:before,
        .file-upload .file-upload-selected blockquote.btn .small:before,
        .content-nav blockquote.form-inline .small:before,
        blockquote.messages-thread .small:before,
        .messages-thread blockquote.media.media-right-align .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        .file-upload .file-upload-selected blockquote.btn footer:after,
        .content-nav blockquote.form-inline footer:after,
        blockquote.messages-thread footer:after,
        .messages-thread blockquote.media.media-right-align footer:after,
        blockquote.pull-right small:after,
        .file-upload .file-upload-selected blockquote.btn small:after,
        .content-nav blockquote.form-inline small:after,
        blockquote.messages-thread small:after,
        .messages-thread blockquote.media.media-right-align small:after,
        blockquote.pull-right .small:after,
        .file-upload .file-upload-selected blockquote.btn .small:after,
        .content-nav blockquote.form-inline .small:after,
        blockquote.messages-thread .small:after,
        .messages-thread blockquote.media.media-right-align .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5;
}

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: 6px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    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: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    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: 980px;
    }
}

@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.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-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.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-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.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-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.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

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: 21px;
}

    .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.5;
        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: 15.75px;
        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: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c4c8;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #9e94cc;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 148, 204, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 148, 204, 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: 43px;
    }

    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: 54px;
    }
}

.form-group {
    margin-bottom: 30px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 21px;
        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: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 35px;
}

    .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: 24px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

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: 24px;
    line-height: 24px;
}

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: 24px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.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: 3px 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: 54px;
    padding: 14px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 8px;
}

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: 54px;
    line-height: 54px;
}

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: 54px;
    padding: 14px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 8px;
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 39px;
    padding: 15px 24px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 53.75px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    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: 54px;
    height: 54px;
    line-height: 54px;
}

.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: 24px;
    height: 24px;
    line-height: 24px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
}

@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: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}

.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: 11px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 15px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 3px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 24px;
    -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;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: rgba(0, 0, 0, 0);
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: rgba(0, 0, 0, 0);
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: rgba(0, 0, 0, 0);
        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: rgba(0, 0, 0, 0);
            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: transparent;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: transparent;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #6050aa;
    border-color: #6050aa;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #4c4087;
        border-color: #2f2753;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #4c4087;
        border-color: #483c80;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #4c4087;
        border-color: #483c80;
    }

        .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: #3f346f;
            border-color: #2f2753;
        }

    .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: #6050aa;
        border-color: #6050aa;
    }

    .btn-primary .badge {
        color: #6050aa;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #2d672d;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

        .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: #2d672d;
        }

    .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: #5cb85c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1f7e9a;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

        .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: #1f7e9a;
        }

    .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: #5bc0de;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #b06d0f;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

        .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: #b06d0f;
        }

    .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: #f0ad4e;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #8b211e;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

        .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: #8b211e;
        }

    .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: #d9534f;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #6050aa;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #433876;
                text-decoration: none;
                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: 14px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 28px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px 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: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right, .file-upload .file-upload-selected .dropdown-menu.btn, .content-nav .dropdown-menu.form-inline, .dropdown-menu.messages-thread, .messages-thread .dropdown-menu.media.media-right-align, .invoice-table-pagination > div.dropdown-menu:last-child {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        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: #6050aa;
    }

    .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.5;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu, .file-upload .file-upload-selected .btn > .dropdown-menu, .content-nav .form-inline > .dropdown-menu, .messages-thread > .dropdown-menu, .messages-thread .media.media-right-align > .dropdown-menu, .invoice-table-pagination > div:last-child > .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: 992px) {
    .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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        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: 24px;
        border-bottom-left-radius: 24px;
    }

    .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: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #c2c4c8;
    border-radius: 6px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 5px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 14px 24px;
        font-size: 18px;
        border-radius: 8px;
    }

    .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: #6050aa;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9.5px 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.5;
            border: 1px solid transparent;
            border-radius: 6px 6px 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: 6px;
    }

    .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: #6050aa;
    }

.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: 6px;
    }

    .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: 6px 6px 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: 0;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 992px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 992px) {
    .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: 380px;
}

@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: 992px) {
    .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: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .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: 24.5px 15px;
    font-size: 18px;
    line-height: 21px;
    height: 70px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 992px) {
    .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: 6px;
}

    .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: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 12.25px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 21px;
    }

@media (max-width: 991px) {
    .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: 21px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 24.5px;
                padding-bottom: 24.5px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

@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: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-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: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 23px;
        margin-bottom: 23px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 24px;
        margin-bottom: 24px;
    }

.navbar-text {
    margin-top: 24.5px;
    margin-bottom: 24.5px;
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #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: 991px) {
    .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: #1c1c1c;
    border-color: #1c1c1c;
}

    .navbar-inverse .navbar-brand {
        color: #ddd;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #ddd;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ddd;
    }

        .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: #030303;
    }

    .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: transparent;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #6050aa;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #0a0a0a;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #030303;
        color: #fff;
    }

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #1c1c1c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #1c1c1c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }

        .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: #030303;
    }

    .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: #ddd;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #ddd;
}

    .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: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 6px;
}

    .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: 21px 0;
    border-radius: 6px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 10px 20px;
            line-height: 1.5;
            text-decoration: none;
            color: #6050aa;
            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: 6px;
            border-top-left-radius: 6px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #433876;
            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: #6050aa;
        border-color: #6050aa;
        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: 14px 24px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pager {
    padding-left: 0;
    margin: 21px 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: #6050aa;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #4c4087;
    }

.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: #6050aa;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #666;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #6050aa;
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 6px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #6050aa;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right,
.file-upload .file-upload-selected .media > .btn,
.content-nav .media > .form-inline,
.media > .messages-thread,
.messages-thread .media > .media.media-right-align,
.invoice-table-pagination.media > div:last-child {
    padding-left: 10px;
}

.media-left,
.media > .pull-left,
.content-nav .media > .content-nav-menu,
.media > .messages-contact,
.messages-thread .media > .media,
.invoice-table-pagination.media > div:first-child {
    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: 6px;
        border-top-left-radius: 6px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

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: #6050aa;
    border-color: #6050aa;
}

    .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: #ddd9ed;
    }

.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: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .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: 5px;
    border-bottom-left-radius: 5px;
}

.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: 5px;
        border-top-left-radius: 5px;
    }

    .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: 5px;
        border-bottom-left-radius: 5px;
    }

.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: 5px;
        border-top-left-radius: 5px;
    }

        .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: 5px;
            border-top-right-radius: 5px;
        }

            .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: 5px;
            }

            .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: 5px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .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: 5px;
            border-bottom-right-radius: 5px;
        }

            .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: 5px;
            }

            .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: 5px;
            }

    .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: 21px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 6px;
    }

        .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: #6050aa;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #6050aa;
        border-color: #6050aa;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #6050aa;
        }

        .panel-primary > .panel-heading .badge {
            color: #6050aa;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #6050aa;
    }

.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: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 8px;
}

.well-sm {
    padding: 9px;
    border-radius: 5px;
}

.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 {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: 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: 30px;
    border-bottom: 1px solid transparent;
}

    .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.5;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid transparent;
}

    .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: 700px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 520px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 960px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    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: 6px;
}

.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: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    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: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    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: 7px 7px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        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: rgba(0, 0, 0, 0);
    }

    .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, .file-upload .file-upload-selected:before, .content-nav:before, .profile-box-details:before, .message-container:before, .messages-thread:before, .invoice-table-pagination:before, .clearfix:after, .file-upload .file-upload-selected:after, .content-nav:after, .profile-box-details:after, .message-container:after, .messages-thread:after, .invoice-table-pagination:after {
    content: " ";
    display: table;
}

.clearfix:after, .file-upload .file-upload-selected:after, .content-nav:after, .profile-box-details:after, .message-container:after, .messages-thread:after, .invoice-table-pagination:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right, .file-upload .file-upload-selected .btn, .content-nav .form-inline, .messages-thread, .messages-thread .media.media-right-align, .invoice-table-pagination > div:last-child {
    float: right !important;
}

    .pull-left, .content-nav .content-nav-menu, .messages-contact, .messages-thread .media, .invoice-table-pagination > div:first-child {
        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;
    }
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #dadada;
    -webkit-box-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background-color: #dadada;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #bbb;
    -webkit-box-shadow: none;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
button,
.btn {
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

:focus {
    outline: 0 none;
}

.close {
    opacity: .75;
    text-shadow: none;
}

    .close:focus, .close:hover {
        opacity: 1;
    }

.font-18 {
    font-size: 18px;
    margin-bottom: 15px;
}

.text-teal {
    color: #2ea29e;
}

.link-teal {
    color: #2ea29e;
}

    .link-teal:focus, .link-teal:hover {
        color: #3cc7c3;
    }

.help-block.text-teal {
    color: #2ea29e;
}

.container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.body .main-content {
    padding-top: 65px;
    padding-bottom: 30px;
    position: relative;
}

.body.body-side-nav .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 52px;
}

.body.body-side-nav .main-content {
    padding-left: 50px;
}

    .body.body-side-nav .main-content.main-content-no-top {
        padding-top: 51px;
    }

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutter > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.label-teal {
    background-color: #2ea29e;
}

@media (min-width: 768px) {
    .container-full {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .break-sm {
        display: block;
    }

    .icon-outline {
        margin: 60px auto;
    }

    .body .main-content {
        padding-bottom: 60px;
    }

    .body.body-side-nav .main-content {
        padding-left: 70px;
    }
}

@media (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }

    .icon-outline {
        margin: 60px auto;
    }

    .body.body-side-nav .side-nav {
        padding-top: 73px;
    }

    .body.body-side-nav .main-content {
        padding-top: 113px;
        padding-left: 90px;
    }

        .body.body-side-nav .main-content.main-content-no-top {
            padding-top: 74px;
        }

        .body.body-side-nav .main-content .container-fluid {
            width: 95%;
        }
}

@media (min-width: 1200px) {
    .icon-outline {
        margin: 60px auto;
    }

    .body.body-side-nav .main-content {
        padding-left: 130px;
    }
}

@font-face {
    font-family: 'aliferyicons';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/aliferyicons/aliferyicons.eot?b5a2sy");
    src: url("../fonts/aliferyicons/aliferyicons.eot?b5a2sy#iefix") format("embedded-opentype"), url("../fonts/aliferyicons/aliferyicons.ttf?b5a2sy") format("truetype"), url("../fonts/aliferyicons/aliferyicons.woff?b5a2sy") format("woff"), url("../fonts/aliferyicons/aliferyicons.svg?b5a2sy#aliferyicons") format("svg");
}

.icon, .form-group-search:after, .post-location, .search-group:after, .manage-search:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'aliferyicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user-line:before {
    content: "\e900";
}

.icon-push-pin:before {
    content: "\e901";
}

.icon-plus-dark .path1:before {
    content: "\e902";
    color: black;
}

.icon-plus-dark .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: white;
}

.icon-plus-dark .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: white;
}

.icon-upload:before {
    content: "\e905";
}

.icon-image:before {
    content: "\e906";
}

.icon-minus-circle:before {
    content: "\e907";
}

.icon-file:before {
    content: "\e908";
}

.icon-comment-alt:before {
    content: "\e909";
}

.icon-user:before {
    content: "\e90a";
}

.icon-star:before {
    content: "\e90b";
}

.icon-info-circle:before {
    content: "\e90c";
}

.icon-at-sign:before {
    content: "\e95a";
}

.icon-circle-add:before {
    content: "\e95b";
}

.icon-circle-arrow-left:before {
    content: "\e95c";
}

.icon-circle-arrow-right:before {
    content: "\e95d";
}

.icon-list-new:before {
    content: "\e95e";
}

.icon-pin:before {
    content: "\e95f";
}

.icon-shared-files:before {
    content: "\e960";
}

.icon-users-2:before {
    content: "\e961";
}

.icon-cloud-download:before {
    content: "\e957";
}

.icon-new-pencil:before {
    content: "\e958";
}

.icon-new-file:before {
    content: "\e959";
}

.icon-down:before {
    content: "\e954";
}

.icon-print:before {
    content: "\e955";
}

.icon-reload:before {
    content: "\e956";
}

.icon-grid:before {
    content: "\e951";
}

.icon-list:before {
    content: "\e952";
}

.icon-share:before {
    content: "\e953";
}

.icon-bullet:before {
    content: "\e950";
}

.icon-question:before {
    content: "\e94f";
}

.icon-close:before {
    content: "\e948";
}

.icon-arrow-left-big:before {
    content: "\e949";
}

.icon-arrow-right-big:before {
    content: "\e94a";
}

.icon-book:before {
    content: "\e94b";
}

.icon-check-form:before {
    content: "\e94c";
}

.icon-contract-sign:before {
    content: "\e94d";
}

.icon-preview:before {
    content: "\e94e";
}

.icon-both:before {
    content: "\e945";
}

.icon-offsite:before {
    content: "\e946";
}

.icon-onsite:before {
    content: "\e947";
}

.icon-in:before {
    content: "\e944";
}

.icon-clap-hand:before {
    content: "\e942";
}

.icon-paper-pencil:before {
    content: "\e943";
}

.icon-check2:before {
    content: "\e940";
}

.icon-pencil:before {
    content: "\e941";
}

.icon-minus:before {
    content: "\e93f";
}

.icon-pay-invoice:before {
    content: "\e93d";
}

.icon-slack:before {
    content: "\e93e";
}

.icon-invoice-coin:before {
    content: "\e93b";
}

.icon-search-box:before {
    content: "\e93c";
}

.icon-download:before {
    content: "\e93a";
}

.icon-scratch:before {
    content: "\e938";
}

.icon-copy:before {
    content: "\e939";
}

.icon-support:before {
    content: "\e934";
}

.icon-professional:before {
    content: "\e935";
}

.icon-business-service:before {
    content: "\e936";
}

.icon-cabinet:before {
    content: "\e937";
}

.icon-angle-down:before {
    content: "\e930";
}

.icon-angle-left:before {
    content: "\e931";
}

.icon-angle-right:before {
    content: "\e932";
}

.icon-angle-up:before {
    content: "\e933";
}

.icon-business-services:before {
    content: "\e914";
}

.icon-calendar:before {
    content: "\e915";
}

.icon-certificate:before {
    content: "\e90d";
}

.icon-check:before {
    content: "\e90e";
}

.icon-circle-check:before {
    content: "\e928";
}

.icon-circle-dollar:before {
    content: "\e929";
}

.icon-circle-info:before {
    content: "\e912";
}

.icon-clock:before {
    content: "\e90f";
}

.icon-close2:before {
    content: "\e910";
}

.icon-dashboard:before {
    content: "\e916";
}

.icon-eye:before {
    content: "\e911";
}

.icon-eye-slashed:before {
    content: "\e913";
}

.icon-facebook:before {
    content: "\e917";
}

.icon-hammer:before {
    content: "\e918";
}

.icon-instagram:before {
    content: "\e919";
}

.icon-invite-project:before {
    content: "\e91a";
}

.icon-invoice:before {
    content: "\e91b";
}

.icon-jurisdiction:before {
    content: "\e91c";
}

.icon-legal-profession:before {
    content: "\e91d";
}

.icon-legal-support:before {
    content: "\e91e";
}

.icon-linkedin:before {
    content: "\e91f";
}

.icon-location:before, .post-location:before {
    content: "\e920";
}

.icon-logout:before {
    content: "\e921";
}

.icon-manage:before {
    content: "\e92b";
}

.icon-messages:before {
    content: "\e922";
}

.icon-notification:before {
    content: "\e923";
}

.icon-phone:before {
    content: "\e924";
}

.icon-plus:before {
    content: "\e925";
}

.icon-profile:before {
    content: "\e926";
}

.icon-project-description:before {
    content: "\e927";
}

.icon-project-preferences:before {
    content: "\e92a";
}

.icon-attachment:before {
    content: "\e92a";
}

.icon-projects:before {
    content: "\e92c";
}

.icon-proposal:before {
    content: "\e92d";
}

.icon-required-skills:before {
    content: "\e92e";
}

.icon-reviews:before {
    content: "\e92f";
}

.icon-search:before, .manage-search:before {
    content: "\e962";
}

.icon-search-projects:before {
    content: "\e963";
}

.icon-search-talents:before {
    content: "\e964";
}

.icon-settings:before {
    content: "\e965";
}

.icon-smiley:before {
    content: "\e966";
}

.icon-snapchat:before {
    content: "\e967";
}

.icon-star1:before {
    content: "\e968";
}

.icon-star-filled:before {
    content: "\e969";
}

.icon-status:before {
    content: "\e96a";
}

.icon-trash:before {
    content: "\e96b";
}

.icon-twitter:before {
    content: "\e96c";
}

.icon-upload1:before {
    content: "\e96d";
}

.icon-view-project:before {
    content: "\e96e";
}

.row.row-no-gutter div[class^='col-'],
.row.row-no-gutter div[class*=' col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1366px) {
    .container {
        width: 1280px;
    }
}

.navbar .dropdown-menu {
    overflow: hidden;
    padding: 0;
    background-color: #292929;
}

    .navbar .dropdown-menu > li > a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        color: #fff;
    }

        .navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
            color: #2ea29e;
            background-color: #363636;
        }

    .navbar .dropdown-menu > li.active > a {
        font-weight: 700;
        color: #2ea29e;
        background-color: #292929;
    }

        .navbar .dropdown-menu > li.active > a:focus, .navbar .dropdown-menu > li.active > a:hover {
            background-color: #363636;
        }

.navbar .notification-dropdown {
    background: #fff;
    border-radius: 0;
    border: none;
}

    .navbar .notification-dropdown li {
        border-bottom: 1px #424242 solid;
        -webkit-transition: all linear 200ms;
        transition: all linear 200ms;
    }

        .navbar .notification-dropdown li:hover {
            background: #363636;
        }

            .navbar .notification-dropdown li:hover .notify-message h3 {
                color: #2ea29e;
            }

        .navbar .notification-dropdown li .notify-message {
            padding: 15px;
            display: table;
        }

            .navbar .notification-dropdown li .notify-message h3 {
                font-size: 19px;
                margin: 0;
                margin-bottom: 12px;
                color: #e8e8e8;
            }

            .navbar .notification-dropdown li .notify-message p {
                font-size: 15px;
                line-height: 18px;
                color: #9c9c9c;
            }

            .navbar .notification-dropdown li .notify-message .btn {
                text-transform: capitalize;
                padding: 2px 13px;
                min-width: 100px;
                font-size: 15px;
            }

    .navbar .notification-dropdown .notify-footer {
        width: 100%;
        text-align: center;
        display: block;
        padding: 3px 0px 5px 0px;
        border-bottom: 1px #424242 solid;
    }

        .navbar .notification-dropdown .notify-footer a {
            font-size: 14px;
            margin: 0 auto;
            color: #2ea29e;
        }

            .navbar .notification-dropdown .notify-footer a:hover {
                color: #2ea29e;
            }

.navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
}

.header-search .btn {
    padding-right: 10px;
    padding-left: 10px;
}

    .header-search .btn:focus, .header-search .btn:hover {
        border-color: #424242;
        background-color: #424242;
    }

.header-search .input-group-addon {
    padding-right: 10px;
    padding-left: 10px;
    color: #ddd;
    border-color: #333333;
    background-color: #333333;
}

.header-search .form-control {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    border-color: #333333;
    border-left-color: #404040;
    background-color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
}

    .navbar-nav > li > a > .icon, .navbar-nav > li > a > .form-group-search:after, .navbar-nav > li > a > .post-location, .navbar-nav > li > a > .search-group:after, .navbar-nav > li > a > .manage-search:before {
        font-size: 20px;
        position: relative;
        top: 4px;
        margin-right: 8px;
    }

.navbar-btn {
    margin-top: 17px;
}

.navbar-form {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    padding: 2px 15px;
}

    .navbar-brand > img {
        width: 180px;
    }

.header-avatar {
    font-size: 14px;
    margin-top: 17px;
    margin-right: 15px !important;
    margin-left: 15px !important;
    text-transform: uppercase;
    color: #ddd;
}

    .header-avatar:focus, .header-avatar:hover {
        color: #fff;
    }

    .header-avatar .header-avatar-image {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

        .header-avatar .header-avatar-image img {
            width: 100%;
            height: 100%;
        }

        .header-avatar .header-avatar-image:after {
            position: absolute;
            right: -4px;
            bottom: 5px;
            display: inline-block;
            width: 12px;
            height: 12px;
            content: '';
            background-color: #2ea29e;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .header-avatar .header-avatar-name {
        color: #ddd;
    }

.navbar-collapse {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .navbar {
        min-height: 50px;
    }

    .navbar-brand {
        height: 50px;
    }

    .header-search {
        max-width: 100%;
    }

        .header-search .input-group {
            position: relative;
            display: table;
            border-collapse: separate;
        }

            .header-search .input-group .input-group-addon,
            .header-search .input-group .input-group-btn {
                width: 1%;
            }

            .header-search .input-group .form-control {
                display: table-cell;
                width: 100%;
            }

    .navbar .btn {
        width: 100%;
    }

    .navbar-nav {
        margin: 0 -15px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 10px 15px;
    }

        .navbar-brand img {
            width: 220px;
        }

    .header-search {
        max-width: 180px;
    }

    .navbar {
        min-height: 70px;
    }

        .navbar .notification-dropdown {
            min-width: 330px;
        }

            .navbar .notification-dropdown li {
                border-bottom: 1px #f0f0f0 solid;
            }

                .navbar .notification-dropdown li:hover {
                    background: whitesmoke;
                }

                .navbar .notification-dropdown li .notify-message h3 {
                    color: #4f4f4f;
                }

                .navbar .notification-dropdown li .notify-message .btn {
                    min-width: 80px;
                }

                .navbar .notification-dropdown li .notify-message p {
                    color: #4f4f4f;
                }

            .navbar .notification-dropdown .notify-footer {
                text-align: center;
                border-bottom: none;
            }

                .navbar .notification-dropdown .notify-footer a {
                    color: #6050aa;
                }

                    .navbar .notification-dropdown .notify-footer a:hover {
                        color: #2ea29e;
                    }
}

@media (min-width: 1200px) {
    .header-search {
        max-width: 220px;
    }
}

.side-nav {
    width: 50px;
    overflow: auto;
    padding-bottom: 30px;
    background-color: #33363b;
    z-index: 10;
}

    .side-nav ul {
        width: 100%;
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .side-nav ul li a {
            color: #9e9e9e;
            padding: 5px 0;
            display: block;
        }

            .side-nav ul li a .icon, .side-nav ul li a .form-group-search:after, .side-nav ul li a .post-location, .side-nav ul li a .search-group:after, .side-nav ul li a .manage-search:before {
                font-size: 24px;
                width: 100%;
                margin-bottom: 10px;
                display: inline-block;
            }

            .side-nav ul li a:focus, .side-nav ul li a:hover {
                color: #b8b8b8;
            }

        .side-nav ul li.active a {
            color: #b8b8b8;
            background-color: #27292d;
        }

    .side-nav::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #27292d;
        -webkit-box-shadow: none;
    }

    .side-nav::-webkit-scrollbar {
        width: 10px;
        background-color: #27292d;
    }

    .side-nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #4b4f56;
        -webkit-box-shadow: none;
    }

@media (min-width: 768px) {
    .side-nav {
        width: 70px;
    }

        .side-nav ul li a {
            padding: 10px 0;
        }
}

@media (min-width: 992px) {
    .side-nav {
        width: 90px;
    }

        .side-nav ul li a {
            font-size: 12px;
            padding: 15px 0;
        }

            .side-nav ul li a .icon, .side-nav ul li a .form-group-search:after, .side-nav ul li a .post-location, .side-nav ul li a .search-group:after, .side-nav ul li a .manage-search:before {
                font-size: 26px;
            }
}

@media (min-width: 1200px) {
    .side-nav {
        width: 130px;
    }

        .side-nav ul li a {
            font-size: 14px;
            padding: 20px 0;
        }
}

.btn {
    text-transform: uppercase;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 0 none;
    }

    .btn.btn-single {
        min-width: 180px;
    }

.btn-white {
    color: #666;
    border-color: #fff;
    background-color: #fff;
}

    .btn-white.btn-outline {
        color: #fff;
        background-color: transparent;
    }

    .btn-white:active, .btn-white.active, .btn-white:hover, .btn-white:focus {
        color: #666;
        border-color: #e6e6e6;
        background-color: #e6e6e6;
    }

.btn-teal {
    color: #fff;
    border-color: #2ea29e;
    background-color: #2ea29e;
}

    .btn-teal.btn-outline {
        color: #2ea29e;
        background-color: transparent;
    }

    .btn-teal:active, .btn-teal.active, .btn-teal:hover, .btn-teal:focus {
        color: #fff;
        border-color: #34b6b1;
        background-color: #34b6b1;
    }

.btn-gray {
    color: #ddd;
    border-color: #333333;
    background-color: #333333;
}

    .btn-gray:active, .btn-gray.active, .btn-gray:hover, .btn-gray:focus {
        color: #fff;
        border-color: #404040;
        background-color: #404040;
    }

.btn-primary.btn-outline {
    color: #6050aa;
    background-color: transparent;
}

.btn-primary:active, .btn-primary.active, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border-color: #6f60b4;
    background-color: #6f60b4;
}

.btn-success.btn-outline {
    color: #5cb85c;
    background-color: transparent;
}

.btn-success:active, .btn-success.active, .btn-success:hover, .btn-success:focus {
    color: #fff;
    border-color: #6ec06e;
    background-color: #6ec06e;
}

.btn-info.btn-outline {
    color: #5bc0de;
    background-color: transparent;
}

.btn-info:active, .btn-info.active, .btn-info:hover, .btn-info:focus {
    color: #fff;
    border-color: #70c8e2;
    background-color: #70c8e2;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
    background-color: transparent;
}

.btn-warning:active, .btn-warning.active, .btn-warning:hover, .btn-warning:focus {
    color: #fff;
    border-color: #f2b866;
    background-color: #f2b866;
}

.btn-danger.btn-outline {
    color: #d9534f;
    background-color: transparent;
}

.btn-danger:active, .btn-danger.active, .btn-danger:hover, .btn-danger:focus {
    color: #fff;
    border-color: #de6764;
    background-color: #de6764;
}

.input-group .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.input-group.input-group-lg .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.input-group.input-group-sm .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.input-group .btn-add {
    background: #fff;
    border-color: #cccccc;
}

    .input-group .btn-add .icon, .input-group .btn-add .form-group-search:after, .input-group .btn-add .post-location, .input-group .btn-add .search-group:after, .input-group .btn-add .manage-search:before {
        color: #b3b3b3;
    }

.radio-control .input-group label {
    font-weight: normal;
}

.radio-control .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #f1f1f1;
    border: 1px #c4c4c4 solid;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1000;
    margin-right: 15px;
}

    .radio-control .option-input:hover {
        background: #6050aa;
    }

    .radio-control .option-input:checked {
        background: #6050aa;
    }

        .radio-control .option-input:checked :before {
            height: 40px;
            width: 40px;
            position: absolute;
            display: inline-block;
            font-size: 26.66667px;
            text-align: center;
            line-height: 40px;
        }

        .radio-control .option-input:checked :after {
            background: #6050aa;
            display: block;
            position: relative;
            z-index: 100;
        }

    .radio-control .option-input.radio {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .radio-control .option-input.radio::after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.newbuttons {
    width: 100%;
    margin-top: 25px;
}

    .newbuttons .btn {
        width: 100%;
        margin-bottom: 15px;
    }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }

    .btn-single {
        width: 100%;
    }
}

.form-control-line {
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .form-control-line:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-group-password {
    position: relative;
}

    .form-group-password .form-control-line {
        padding-right: 30px;
    }

    .form-group-password .btn {
        opacity: 0.5;
        padding: 2px;
        bottom: 7px;
        right: 0;
        position: absolute;
        border-width: 0;
    }

        .form-group-password .btn:focus, .form-group-password .btn:hover, .form-group-password .btn:active {
            opacity: 1;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.form-actions .btn {
    width: 100%;
    margin-bottom: 10px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 45px !important;
    background: #fff url("../images/caret.jpg") no-repeat 100% 17px;
}

.form-group > label {
    color: #6050aa;
}

.form-group-sm select.form-control {
    line-height: 21px;
    padding-right: 30px;
    background: #fff url("../images/caret-small.jpg") no-repeat 100% 10px;
}

.selected-values {
    padding: 15px 0;
}

    .selected-values > div {
        border: 1px solid #6050aa;
        display: inline-block;
        padding: 0 0 0px 16px;
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

        .selected-values > div span {
            color: #6050aa;
        }

        .selected-values > div:last-of-type {
            margin-right: 0;
        }

        .selected-values > div .btn {
            border-width: 0;
        }

.form-division {
    margin-bottom: 30px;
}

    .form-division ~ .form-actions {
        border-bottom-width: 0;
        margin-bottom: 0;
    }

.file-upload > div {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

    .file-upload > div p {
        margin-bottom: 0;
    }

.file-upload input[type="file"] {
    display: none;
}

.file-upload .file-upload-select {
    margin-right: 15px;
    margin-bottom: 15px;
}

.file-upload .file-upload-selected {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding: 5px 0 5px 15px;
    background: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .file-upload .file-upload-selected .btn {
        border-width: 0;
        position: relative;
    }

        .file-upload .file-upload-selected .btn.btn-default {
            color: #666;
            background-color: transparent;
        }

        .file-upload .file-upload-selected .btn.btn-view:focus, .file-upload .file-upload-selected .btn.btn-view:hover {
            color: #237a77;
        }

        .file-upload .file-upload-selected .btn.btn-trash:focus, .file-upload .file-upload-selected .btn.btn-trash:hover {
            color: #d9534f;
        }

        .file-upload .file-upload-selected .btn:after {
            content: '';
            background-color: #d4d4d4;
            display: inline-block;
            width: 1px;
            height: 100%;
            top: 0;
            right: 0;
            position: absolute;
        }

        .file-upload .file-upload-selected .btn:first-of-type:after {
            display: none;
        }

.form-box {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    padding: 30px;
}

    .form-box .form-group {
        margin-bottom: 0;
    }

.edit-buttons .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

    .edit-buttons .btn:last-of-type {
        margin-bottom: 0;
    }

.phone-input {
    width: 100%;
    display: table;
}

    .phone-input > div {
        display: table-cell;
        vertical-align: top;
    }

        .phone-input > div.phone-input-area {
            white-space: nowrap;
            width: 1%;
        }

            .phone-input > div.phone-input-area p.form-control-static {
                padding: 10px;
                height: 43px;
                max-width: 100px;
                display: inline-block;
                border: 1px solid #c2c4c8;
                margin: 0;
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
                background-color: #f0f0f1;
            }

            .phone-input > div.phone-input-area select.form-control {
                margin-left: -5px;
                margin-right: -2px;
                display: inline-block;
                width: auto;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
            }

        .phone-input > div.phone-input-phone {
            width: 100%;
        }

            .phone-input > div.phone-input-phone input.form-control {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }

.form-group-search {
    position: relative;
}

    .form-group-search .form-control {
        padding-right: 30px;
    }

    .form-group-search:after {
        content: "\e904";
        top: 14px;
        right: 10px;
        position: absolute;
    }

@media (min-width: 768px) {
    .form-actions {
        padding-top: 30px;
    }

        .form-actions .btn {
            width: auto;
            margin-bottom: 0;
        }

    .file-upload .file-upload-select {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .file-upload .file-upload-selected {
        width: auto;
        display: inline-block;
        margin-top: 0;
        margin-left: 15px;
    }

    .edit-buttons .btn {
        width: auto;
        margin-left: 10px;
        margin-bottom: 0;
        display: inline-block;
    }

        .edit-buttons .btn:first-of-type {
            margin-left: 0;
        }
}

.modal-content {
    overflow: hidden;
}

    .modal-content > .close {
        position: absolute;
        z-index: 1055;
        top: 30px;
        right: 30px;
        float: none;
    }

.modal-title {
    color: #6050aa;
}

.modal-registration .modal-registration-title {
    background-color: #6050aa;
}

    .modal-registration .modal-registration-title h4 {
        margin-bottom: 30px;
        color: #fff;
    }

.registration-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .registration-info li {
        font-size: 18px;
    }

        .registration-info li .icon, .registration-info li .form-group-search:after, .registration-info li .post-location, .registration-info li .search-group:after, .registration-info li .manage-search:before {
            font-size: 22px;
            position: relative;
            top: 4px;
            margin-right: 10px;
        }

.modal-message {
    padding: 30px 0;
    text-align: center;
}

    .modal-message img {
        margin-bottom: 30px;
    }

    .modal-message h3 {
        color: #6050aa;
    }

    .modal-message p {
        margin-bottom: 30px;
    }

.password-box .modal-header {
    padding: 30px 30px 0px 30px;
}

    .password-box .modal-header button {
        margin-bottom: 20px;
    }

    .password-box .modal-header .password-header-image {
        text-align: center;
    }

        .password-box .modal-header .password-header-image img {
            padding-left: 43px;
        }

        .password-box .modal-header .password-header-image h3 {
            color: #6050aa;
        }

        .password-box .modal-header .password-header-image p {
            font-size: 18px;
        }

.password-box .modal-body {
    padding: 0px 30px 30px 30px;
}

    .password-box .modal-body .password-field-box .green-title {
        color: #2ea29e;
    }

    .password-box .modal-body .password-field-box form {
        margin-top: 20px;
    }

        .password-box .modal-body .password-field-box form .form-group {
            margin-bottom: 15px;
        }

    .password-box .modal-body .password-field-box .password-buttons {
        text-align: center;
        margin-top: 35px;
    }

        .password-box .modal-body .password-field-box .password-buttons button {
            margin-bottom: 10px;
        }

.download-text .text-teal {
    text-decoration: underline;
}

    .download-text .text-teal img {
        margin-bottom: 10px;
    }

.modal-invoice .modal-invoice-logo {
    width: 120px;
}

    .modal-invoice .modal-invoice-logo img {
        width: 100%;
    }

.modal-invoice .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.modal-invoice .modal-invoice-row {
    padding: 30px;
}

.modal-invoice .modal-invoice-header {
    background-color: #f2f2f2;
}

    .modal-invoice .modal-invoice-header h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

.modal-invoice .modal-invoice-info {
    padding-bottom: 0;
}

    .modal-invoice .modal-invoice-info h5 {
        margin-bottom: 5px;
    }

    .modal-invoice .modal-invoice-info p > strong {
        margin-right: 12px;
    }

.modal-invoice .modal-invoice-table {
    padding: 0;
}

    .modal-invoice .modal-invoice-table .table td, .modal-invoice .modal-invoice-table .table th {
        padding-left: 30px;
        padding-right: 30px;
    }

        .modal-invoice .modal-invoice-table .table td.table-description, .modal-invoice .modal-invoice-table .table th.table-description {
            white-space: normal;
        }

    .modal-invoice .modal-invoice-table .table-items {
        border-top: 1px solid #e6e6e6;
    }

        .modal-invoice .modal-invoice-table .table-items td, .modal-invoice .modal-invoice-table .table-items th {
            border: 1px solid #e6e6e6;
            white-space: nowrap;
        }

        .modal-invoice .modal-invoice-table .table-items thead {
            color: #333;
            background-color: transparent;
        }

            .modal-invoice .modal-invoice-table .table-items thead > tr > th {
                color: #333;
                font-weight: 700;
            }

    .modal-invoice .modal-invoice-table .table-amount {
        text-align: right;
        max-width: 100px;
    }

    .modal-invoice .modal-invoice-table .invoice-others {
        padding: 0 30px;
        text-align: right;
    }

        .modal-invoice .modal-invoice-table .invoice-others strong {
            margin-right: 12px;
        }

        .modal-invoice .modal-invoice-table .invoice-others span {
            display: inline-block;
            width: 100px;
        }

        .modal-invoice .modal-invoice-table .invoice-others.invoice-total {
            padding-right: 0;
            background-color: #e6e6e6;
        }

            .modal-invoice .modal-invoice-table .invoice-others.invoice-total span {
                padding: 30px 30px 30px 0;
                color: #fff;
                background-color: #2ea29e;
                width: 130px;
            }

.invoice-new .modal-header {
    border-bottom: none;
    padding: 0px 30px;
    background-color: #333333;
}

    .invoice-new .modal-header .modal-invoice-logo {
        width: 150px;
        padding-top: 40px;
        text-align: center;
        margin: 0 auto 40px auto;
    }

        .invoice-new .modal-header .modal-invoice-logo img {
            width: 100%;
        }

    .invoice-new .modal-header .info-container {
        background-color: #424242;
        padding: 25px;
        position: relative;
    }

        .invoice-new .modal-header .info-container ul {
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .invoice-new .modal-header .info-container ul li {
                margin-bottom: 25px;
                color: #fff;
                display: inline-block;
                width: 100%;
            }

                .invoice-new .modal-header .info-container ul li span {
                    height: 30px;
                    font-size: 20px;
                    margin-right: 20px;
                    float: none;
                    color: #b3b3b3;
                    width: 100%;
                    display: inline-block;
                }

                .invoice-new .modal-header .info-container ul li:last-child {
                    margin-bottom: 20px;
                }

        .invoice-new .modal-header .info-container .invoice-number {
            position: static;
            width: 100%;
            bottom: -57px;
            right: 0;
            z-index: 100;
            background: #6050aa;
            color: #fff;
            text-align: center;
            font-size: 22px;
            padding: 12px 0px;
        }

            .invoice-new .modal-header .info-container .invoice-number .shadow {
                width: 22px;
                height: 34px;
                position: absolute;
                bottom: 2px;
                right: -22px;
                z-index: 101;
                display: none;
            }

.invoice-new .inovice-billing {
    width: 100%;
}

    .invoice-new .inovice-billing ul {
        padding: 20px 0px;
        margin: 0;
        text-align: center;
    }

        .invoice-new .inovice-billing ul li {
            display: inline-block;
            border-bottom: 1px solid #6050aa;
            border-right: none;
            padding: 10px 0px;
            text-align: left;
            width: 100%;
        }

            .invoice-new .inovice-billing ul li:last-child {
                border-right: none;
                border-bottom: none;
            }

.invoice-new .modal-invoice-table {
    padding: 0;
}

    .invoice-new .modal-invoice-table .table td, .invoice-new .modal-invoice-table .table th {
        padding-left: 20px;
        padding-right: 20px;
    }

        .invoice-new .modal-invoice-table .table td.table-description, .invoice-new .modal-invoice-table .table th.table-description {
            white-space: normal;
        }

    .invoice-new .modal-invoice-table .table-items {
        position: relative;
    }

        .invoice-new .modal-invoice-table .table-items td, .invoice-new .modal-invoice-table .table-items th {
            white-space: nowrap;
        }

        .invoice-new .modal-invoice-table .table-items thead {
            color: #333;
            background-color: transparent;
        }

            .invoice-new .modal-invoice-table .table-items thead > tr > th {
                font-weight: 700;
                border-bottom: 1px solid #e6e6e6;
                color: #fff;
                background: #6050aa;
            }

        .invoice-new .modal-invoice-table .table-items tbody > tr > td {
            border-bottom: 1px solid #e6e6e6;
        }

        .invoice-new .modal-invoice-table .table-items tbody > tr .no-border {
            border-bottom: none;
        }

        .invoice-new .modal-invoice-table .table-items tbody > tr .brand-bg {
            background: #6050aa;
            color: #fff;
            font-weight: 700;
        }

        .invoice-new .modal-invoice-table .table-items .bank-details {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 100;
        }

.invoice-new .notes-holder {
    width: 100%;
    padding: 100px 0px;
}

.invoice-new .bottom-logo {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

    .invoice-new .bottom-logo .alifery-logo-bottom {
        width: 130px;
        background: #fff;
        padding: 15px 0px 15px 25px;
        position: absolute;
        bottom: -40px;
        right: 0;
        z-index: 100;
    }

.modal-receipt .modal-body {
    padding: 0;
}

.modal-receipt .modal-receipt-logo {
    width: 120px;
}

    .modal-receipt .modal-receipt-logo img {
        width: 100%;
    }

.modal-receipt .modal-receipt-detials {
    padding: 30px;
    background-color: #6050aa;
}

    .modal-receipt .modal-receipt-detials h5 {
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 5px;
        color: #fff;
        font-size: 18px;
    }

    .modal-receipt .modal-receipt-detials h3 {
        margin-top: 0;
        margin-bottom: 30px;
        color: #fff;
        font-size: 24px;
    }

    .modal-receipt .modal-receipt-detials .media-list {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0;
    }

        .modal-receipt .modal-receipt-detials .media-list .media {
            padding: 30px 0;
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .modal-receipt .modal-receipt-detials .media-list .media .icon, .modal-receipt .modal-receipt-detials .media-list .media .form-group-search:after, .modal-receipt .modal-receipt-detials .media-list .media .post-location, .modal-receipt .modal-receipt-detials .media-list .media .search-group:after, .modal-receipt .modal-receipt-detials .media-list .media .manage-search:before {
                color: #fff;
                font-size: 28px;
                margin-right: 15px;
            }

            .modal-receipt .modal-receipt-detials .media-list .media h5 {
                font-size: 16px;
                font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-weight: 300;
                margin-top: 0;
                margin-bottom: 15px;
            }

            .modal-receipt .modal-receipt-detials .media-list .media h4 {
                font-size: 18px;
                color: #fff;
                margin-top: 0;
                margin-bottom: 0;
            }

            .modal-receipt .modal-receipt-detials .media-list .media:last-child {
                border-bottom-width: 0;
                padding-bottom: 0;
            }

.modal-receipt .modal-receipt-message {
    padding: 30px;
}

    .modal-receipt .modal-receipt-message .receipt-message-content {
        padding: 30px 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        margin: 30px 0;
        height: 335px;
    }

        .modal-receipt .modal-receipt-message .receipt-message-content p {
            margin-bottom: 45px;
        }

.modal-pay {
    text-align: center;
    margin-top: 15px;
}

.modal-tools {
    text-align: center;
}

    .modal-tools ul {
        list-style: none;
        margin: 0;
        padding: 15px 0;
    }

        .modal-tools ul li {
            display: inline-block;
        }

            .modal-tools ul li .btn-link {
                text-transform: none;
                color: #fff;
            }

            .modal-tools ul li .icon, .modal-tools ul li .form-group-search:after, .modal-tools ul li .post-location, .modal-tools ul li .search-group:after, .modal-tools ul li .manage-search:before {
                margin-right: 3px;
            }

            .modal-tools ul li em {
                font-style: normal;
                text-decoration: underline;
            }

.modal-action .close {
    top: 30px;
    right: 30px;
    position: absolute;
}

.modal-action .modal-body {
    text-align: center;
}

    .modal-action .modal-body h4 {
        color: #6050aa;
        line-height: 1.5;
    }

.modal-action .modal-action-icon {
    padding: 15px 0;
}

.modal-action .modal-action-buttons {
    padding: 15px 0;
}

    .modal-action .modal-action-buttons .btn {
        min-width: 120px;
        margin-right: 8px;
    }

        .modal-action .modal-action-buttons .btn:last-of-type {
            margin-right: 0;
        }

@media (max-width: 767px) {
    .modal-registration .btn-group {
        display: block;
    }

        .modal-registration .btn-group .btn {
            display: block;
            width: 100%;
            margin-left: 0;
            border-bottom-width: 0;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            border-radius: 0 !important;
        }

            .modal-registration .btn-group .btn:first-child {
                -webkit-border-radius: 20px 20px 0 0 !important;
                -moz-border-radius: 20px 20px 0 0 !important;
                -ms-border-radius: 20px 20px 0 0 !important;
                border-radius: 20px 20px 0 0 !important;
            }

            .modal-registration .btn-group .btn:last-child {
                border-bottom-width: 1px;
                -webkit-border-radius: 0 0 20px 20px !important;
                -moz-border-radius: 0 0 20px 20px !important;
                -ms-border-radius: 0 0 20px 20px !important;
                border-radius: 0 0 20px 20px !important;
            }
}

@media (min-width: 768px) {
    .invoice-new .inovice-billing ul li {
        border-right: 1px solid #6050aa;
        border-bottom: none;
        padding: 0px 10px;
        text-align: center;
        width: auto;
    }

    .invoice-new .modal-header .modal-invoice-logo {
        margin: 0px 0px 40px 0px;
    }

    .invoice-new .modal-header .info-container ul {
        text-align: left;
    }

        .invoice-new .modal-header .info-container ul li {
            margin-bottom: 10px;
        }

            .invoice-new .modal-header .info-container ul li:last-child {
                margin-bottom: 0;
            }

            .invoice-new .modal-header .info-container ul li span {
                float: left;
                width: auto;
            }

    .modal-registration {
        min-height: 600px;
    }

        .modal-registration .modal-registration-title {
            margin-bottom: -1000px;
            padding-bottom: 1000px;
        }

        .modal-registration.modal-login {
            min-height: auto;
        }

        .modal-registration .icon-outline,
        .modal-registration form {
            margin-top: 45px;
        }

    .modal-title {
        font-size: 24px;
    }

    .modal-message {
        padding: 60px 0;
    }

        .modal-message img {
            margin-bottom: 60px;
        }
}

@media (min-width: 992px) {
    .invoice-new .modal-header .modal-invoice-logo {
        text-align: left;
        margin-bottom: 30px;
    }

    .invoice-new .modal-header .info-container .invoice-number {
        position: absolute;
    }

        .invoice-new .modal-header .info-container .invoice-number .shadow {
            display: block;
        }

    .modal-registration .modal-registration-title h4 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 820px;
    }

        .modal-dialog.modal-sm {
            width: 520px;
        }

        .modal-dialog.modal-lg {
            width: 960px;
        }
}

.step-bar {
    margin-bottom: 30px;
    text-align: center;
}

    .step-bar > span {
        line-height: 1.7;
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 30px;
        text-align: center;
        color: #6050aa;
        border: 1px solid #6050aa;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .step-bar > span .icon, .step-bar > span .form-group-search:after, .step-bar > span .post-location, .step-bar > span .search-group:after, .step-bar > span .manage-search:before {
            position: relative;
            top: 1px;
        }

        .step-bar > span:after {
            position: absolute;
            top: 15px;
            right: -35px;
            display: block;
            width: 35px;
            height: 1px;
            content: '';
            background-color: #6050aa;
        }

        .step-bar > span.step-bar-active {
            color: #fff;
            background-color: #6050aa;
        }

        .step-bar > span:last-child {
            margin-right: 0;
        }

            .step-bar > span:last-child:after {
                display: none;
            }

@media (min-width: 768px) {
    .step-bar {
        margin-top: 15px;
        margin-bottom: 0;
        text-align: left;
    }

        .step-bar > span {
            margin-right: 75px;
        }

            .step-bar > span:after {
                right: -80px;
                width: 80px;
            }
}

.icon-outline {
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 30px auto;
    text-align: center;
    color: #2ea29e;
    border: 2px solid #aaaaaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-bubble {
    position: relative;
}

    .icon-bubble:after {
        content: '';
        font-size: 6px !important;
        position: absolute !important;
        top: -2px !important;
        right: -4px !important;
        left: auto !important;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0;
        background-color: #2ea29e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.main-title {
    margin-bottom: 30px;
}

    .main-title h3 {
        margin-top: 0;
        color: #6050aa;
    }

    .main-title .main-title-status {
        display: inline-block;
    }

.switch > span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.switch[disabled="disabled"] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.onoffswitch {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    margin-bottom: 0;
    padding: 0;
    line-height: 25px;
    border-radius: 25px;
    background-color: #999;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch-label:before {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 37px;
        border-radius: 25px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #2ea29e;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #2ea29e;
        right: 2px;
    }

.table thead {
    background-color: #6050aa;
}

    .table thead tr > th {
        color: #fff;
        border-bottom-width: 0;
    }

.table tbody tr > td {
    border-top-width: 0;
}

.table tbody .btn {
    margin-bottom: 5px;
}

.table tbody .btn-small {
    padding: 3px 30px;
    width: 100%;
}

.table select.form-control {
    min-width: 150px;
}

.content-nav {
    border-bottom: 2px solid #ededed;
}

    .content-nav .content-nav-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 60px;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }

        .content-nav .content-nav-menu > li {
            margin-right: 20px;
            display: inline-block;
        }

            .content-nav .content-nav-menu > li > a {
                color: #666;
                padding: 10px 20px;
                display: block;
            }

                .content-nav .content-nav-menu > li > a:focus, .content-nav .content-nav-menu > li > a:hover {
                    color: #2ea29e;
                }

            .content-nav .content-nav-menu > li.active {
                border-bottom: 3px solid #2ea29e;
            }

                .content-nav .content-nav-menu > li.active > a {
                    color: #2ea29e;
                }

    .content-nav .form-inline {
        width: 100%;
        margin-top: 7px;
    }

@media (min-width: 768px) {
    .content-nav {
        border-bottom: 2px solid #ededed;
    }

        .content-nav .content-nav-menu {
            width: auto;
            margin: 0 0 -2px 0;
            height: auto;
        }

            .content-nav .content-nav-menu > li > a {
                padding: 10px 5px;
            }

        .content-nav .form-inline {
            width: auto;
        }
}

@media (min-width: 1200px) {
    .content-nav .content-nav-menu {
        margin: 0 0 -2px 0;
        height: auto;
    }

        .content-nav .content-nav-menu > li > a {
            padding: 10px 20px;
        }
}

.project-box {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .project-box:last-of-type {
        border-bottom: none;
    }

    .project-box .media-left img {
        width: 30px;
    }

    .project-box .media-left .img2 {
        width: 65px;
    }

    .project-box .label {
        display: inline-block;
    }

    .project-box .btn {
        margin-bottom: 10px;
    }

    .project-box .media-heading {
        color: #6050aa;
        margin-bottom: 0;
    }

        .project-box .media-heading + ul {
            padding-top: 15px;
        }

    .project-box .project-box-info {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .project-box .project-box-info li {
            color: #404040;
            margin-right: 30px;
            margin-bottom: 15px;
            display: inline-block;
            font-size: 16px;
        }

            .project-box .project-box-info li .icon, .project-box .project-box-info li .form-group-search:after, .project-box .project-box-info li .post-location, .project-box .project-box-info li .search-group:after, .project-box .project-box-info li .manage-search:before {
                color: #8c8c8c;
                font-size: 22px;
                display: inline;
                vertical-align: middle;
                top: -2px;
                position: relative;
            }

    .project-box .media-right {
        text-align: center;
        display: block;
    }

    .project-box .project-box-status {
        margin-bottom: 15px;
    }

    .project-box .project-box-price {
        color: #2ea29e;
        margin: 0;
        font-size: 21px;
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .project-box .media-left {
        padding-right: 15px;
    }

        .project-box .media-left img {
            width: 50px;
        }

        .project-box .media-left .img2 {
            width: 85px;
        }

    .project-box .media-body {
        padding-right: 60px;
    }

    .project-box .media-right {
        text-align: right;
        display: table-cell;
        vertical-align: top;
    }
}

.card {
    border: 1px solid #dedede;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn-card-more {
    background: transparent;
}

    .btn-card-more:focus, .btn-card-more:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.more {
    display: inline;
    vertical-align: middle;
}

    .more > span {
        background: #999999;
        width: 4px;
        height: 4px;
        display: block;
        margin-bottom: 2px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.card-references .media-left .icon, .card-references .media-left .form-group-search:after, .card-references .media-left .post-location, .card-references .media-left .search-group:after, .card-references .media-left .manage-search:before {
    font-size: 30px;
    color: #999999;
}

.card-references .media-heading {
    color: #2ea29e;
}

.card-references .media {
    overflow: visible;
}

.card-references p {
    color: #999999;
}

.card-references .card-references-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .card-references .card-references-info li {
        display: block;
        margin-bottom: 10px;
    }

        .card-references .card-references-info li .icon, .card-references .card-references-info li .form-group-search:after, .card-references .card-references-info li .post-location, .card-references .card-references-info li .search-group:after, .card-references .card-references-info li .manage-search:before {
            display: inline;
            margin-right: 10px;
            vertical-align: middle;
        }

        .card-references .card-references-info li:last-child {
            margin-bottom: 0;
        }

.double-calendar {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

    .double-calendar > .form-group {
        display: table-cell;
        margin-bottom: 0;
    }

        .double-calendar > .form-group:first-of-type .input-group-addon {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border-right-width: 0;
            border-left-width: 0;
        }

        .double-calendar > .form-group:first-of-type .form-control {
            border-right-width: 0;
        }

        .double-calendar > .form-group:last-of-type .form-control {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border-right-width: 0;
        }

    .double-calendar .form-control:focus {
        outline: 0 none;
    }

.notification-box, .notification-box-small {
    display: table;
    width: 100%;
    height: 70vh;
}

    .notification-box .btn, .notification-box-small .btn {
        margin-bottom: 15px;
    }

    .notification-box h4, .notification-box-small h4 {
        font-size: 16px;
        font-weight: 700;
        color: #6050aa;
    }

.notification-box-small {
    height: auto;
    padding: 40px 0px;
}

    .notification-box-small .notification-message {
        margin-bottom: 0;
    }

.notification-box-content {
    display: table-cell;
    vertical-align: middle;
}

.notification-message {
    margin-bottom: 45px;
}

    .notification-message h3 {
        color: #6050aa;
    }

    .notification-message .text-teal {
        color: #2ea29e;
    }

.notification-404 h1 {
    margin-bottom: 0;
}

.notification-no-proposals h3 {
    color: #8c8c8c;
}

.notification-no-proposals p {
    color: #999999;
}

.notification-or {
    margin: 15px auto;
    text-align: center;
    width: 50px;
    position: relative;
}

    .notification-or:before, .notification-or:after {
        width: 85px;
        background-color: #e6e6e6;
        height: 1px;
        display: inline-block;
        content: '';
        top: 13px;
        position: absolute;
    }

    .notification-or:before {
        left: 50px;
    }

    .notification-or:after {
        right: 50px;
    }

.notify-holder-box {
    border-bottom: none;
    padding-bottom: 30px;
    text-align: center;
}

    .notify-holder-box .refresh-notify .btn {
        width: 100%;
        margin-top: 15px;
    }

.no-unread-box {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .notification-box .btn {
        margin-right: 10px;
        margin-bottom: 0;
    }

        .notification-box .btn:last-of-type {
            margin-right: 0;
        }

    .notification-box .profile-picture {
        max-width: 510px;
        margin: 0 auto;
    }

    .notification-or {
        margin: 30px auto;
    }

        .notification-or:before, .notification-or:after {
            width: 200px;
        }

    .notification-404 h1 {
        font-size: 80px;
    }

    .notify-holder-box {
        border-bottom: 1px solid #ebebeb;
        text-align: left;
    }

        .notify-holder-box .refresh-notify .btn {
            margin-top: 0px;
        }
}

@media (min-width: 992px) {
    .notification-or:before, .notification-or:after {
        width: 300px;
    }

    .notification-404 h1 {
        font-size: 90px;
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3001;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

        .daterangepicker .calendar.single .calendar-table {
            border: none;
        }

        .daterangepicker .calendar th, .daterangepicker .calendar td {
            white-space: nowrap;
            text-align: center;
            min-width: 32px;
        }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: inherit;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            background-color: #fff;
            border-color: transparent;
            color: #999;
        }

        .daterangepicker td.in-range {
            background-color: #ebf4f8;
            border-color: transparent;
            color: #000;
            border-radius: 0;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: transparent;
            color: #fff;
        }

        .daterangepicker th.month {
            width: auto;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        height: 30px;
        line-height: 30px;
        display: block;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #08c;
            border-radius: 4px;
        }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            left: 8px;
            top: 8px;
        }

    .daterangepicker.rtl .input-mini {
        padding-right: 28px;
        padding-left: 6px;
    }

    .daterangepicker.rtl .daterangepicker_input i {
        left: auto;
        right: 8px;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

    .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .ranges li {
        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .ranges li:hover {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

        .ranges li.active {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
                float: left;
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu, .file-upload .file-upload-selected .bootstrap-timepicker.btn .bootstrap-timepicker-widget.dropdown-menu, .content-nav .bootstrap-timepicker.form-inline .bootstrap-timepicker-widget.dropdown-menu, .bootstrap-timepicker.messages-thread .bootstrap-timepicker-widget.dropdown-menu, .messages-thread .bootstrap-timepicker.media.media-right-align .bootstrap-timepicker-widget.dropdown-menu, .invoice-table-pagination > div.bootstrap-timepicker:last-child .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before, .file-upload .file-upload-selected .bootstrap-timepicker.btn .bootstrap-timepicker-widget.dropdown-menu:before, .content-nav .bootstrap-timepicker.form-inline .bootstrap-timepicker-widget.dropdown-menu:before, .bootstrap-timepicker.messages-thread .bootstrap-timepicker-widget.dropdown-menu:before, .messages-thread .bootstrap-timepicker.media.media-right-align .bootstrap-timepicker-widget.dropdown-menu:before, .invoice-table-pagination > div.bootstrap-timepicker:last-child .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after, .file-upload .file-upload-selected .bootstrap-timepicker.btn .bootstrap-timepicker-widget.dropdown-menu:after, .content-nav .bootstrap-timepicker.form-inline .bootstrap-timepicker-widget.dropdown-menu:after, .bootstrap-timepicker.messages-thread .bootstrap-timepicker-widget.dropdown-menu:after, .messages-thread .bootstrap-timepicker.media.media-right-align .bootstrap-timepicker-widget.dropdown-menu:after, .invoice-table-pagination > div.bootstrap-timepicker:last-child .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .input-group-addon {
        cursor: pointer;
    }

        .bootstrap-timepicker .input-group-addon i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    font-family: 'aliferyicons';
    content: "\e931";
    color: gray;
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    font-family: 'aliferyicons';
    content: "\e932";
    color: gray;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.landing {
    padding: 20px 0;
    background: url("../images/landing-bg.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: auto;
}

.landing-container {
    display: block;
}

.landing-form {
    margin-top: 80px;
    width: 90%;
    background-color: #fff;
    margin: 45px auto 0;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.landing-form-password {
    text-align: center;
}

    .landing-form-password .landing-form-body img {
        margin-bottom: 30px;
    }

.landing-form-title {
    padding: 30px 30px 0;
    text-align: center;
}

    .landing-form-title h4 {
        color: #6050aa;
        margin: 0;
        line-height: 1.5;
    }

    .landing-form-title img {
        display: none;
    }

.landing-form-body {
    padding: 30px;
}

    .landing-form-body .step-bar {
        margin-bottom: 30px;
    }

.hire-radio-holder {
    width: 100%;
    display: table;
}

    .hire-radio-holder .radio-holder {
        background: #eaeaea;
        padding: 18px;
        width: 100%;
        text-align: center;
        border: 1px solid #c4c4c4;
        transition: background 0.25s linear;
    }

        .hire-radio-holder .radio-holder:first-child {
            margin-bottom: 12px;
        }

        .hire-radio-holder .radio-holder label {
            font-weight: normal;
            margin-bottom: 0;
            padding-left: 13px;
        }

        .hire-radio-holder .radio-holder:hover {
            background: #6050aa;
        }

            .hire-radio-holder .radio-holder:hover label {
                color: #fff;
            }

.landing-registration-type {
    background-color: #fff;
    width: 90%;
    margin: 90px auto 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

    .landing-registration-type .registration-type {
        text-align: center;
        padding: 45px 30px;
    }

        .landing-registration-type .registration-type h3 {
            font-size: 20px;
            margin-top: 0;
        }

        .landing-registration-type .registration-type p {
            margin-bottom: 45px;
        }

        .landing-registration-type .registration-type:first-of-type {
            border-bottom: 1px solid #e6e6e6;
        }

        .landing-registration-type .registration-type .btn-space-bottom {
            margin-bottom: 10px;
        }

.placeholder-color {
    color: #6050aa;
}

    .placeholder-color ::-webkit-input-placeholder {
        /* Chrome */
        color: #6050aa;
    }

    .placeholder-color :-ms-input-placeholder {
        /* IE 10+ */
        color: #6050aa;
    }

    .placeholder-color ::-moz-placeholder {
        /* Firefox 19+ */
        color: #6050aa;
        opacity: 1;
    }

    .placeholder-color :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #6050aa;
    }

.landing-gradient .landing-form {
    background: #fff;
}

.landing-gradient .form-control {
    height: 32px;
}

.landing-gradient .btn-full-box .linkedin .btn {
    background: #006cac;
    border: none;
}

    .landing-gradient .btn-full-box .linkedin .btn span {
        font-size: 15px;
        margin-right: 10px;
    }

.landing-gradient .btn-full-box .spacer {
    margin-top: 15px;
    text-align: center;
}

.landing-gradient .btn-full-box .or-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    line-height: 0.1em;
    margin: 15px 0 25px;
    display: inline-block;
}

    .landing-gradient .btn-full-box .or-text span {
        background: #fff;
        padding: 0 10px;
    }

.landing-gradient .btn-full-box .btn {
    width: 100%;
}

.landing-description {
    color: #666;
    padding: 50px 30px 0;
    text-align: center;
}

    .landing-description .icon, .landing-description .form-group-search:after, .landing-description .post-location, .landing-description .search-group:after, .landing-description .manage-search:before {
        font-size: 75px;
        margin-bottom: 30px;
        display: block;
        color: #6050aa;
    }

    .landing-description h4 {
        color: #666;
    }

.social-links .logintxt {
    float: left;
}

    .social-links .logintxt p {
        margin: 0;
        padding-top: 5px;
    }

.social-links ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

    .social-links ul li {
        display: inline-block;
        padding-left: 7px;
    }

        .social-links ul li a img {
            width: 38px;
        }

    .social-links ul .text-left {
        text-align: left;
    }

@media (max-width: 767px) {
    .landing-form-body .btn-group {
        display: block;
    }

        .landing-form-body .btn-group .btn {
            display: block;
            width: 100%;
            margin-left: 0;
            border-bottom-width: 0;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            border-radius: 0 !important;
        }

            .landing-form-body .btn-group .btn:first-child {
                -webkit-border-radius: 20px 20px 0 0 !important;
                -moz-border-radius: 20px 20px 0 0 !important;
                -ms-border-radius: 20px 20px 0 0 !important;
                border-radius: 20px 20px 0 0 !important;
            }

            .landing-form-body .btn-group .btn:last-child {
                border-bottom-width: 1px;
                -webkit-border-radius: 0 0 20px 20px !important;
                -moz-border-radius: 0 0 20px 20px !important;
                -ms-border-radius: 0 0 20px 20px !important;
                border-radius: 0 0 20px 20px !important;
            }
}

@media (min-width: 768px) {
    .landing {
        padding: 90px 0 40px;
    }

    .landing-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        display: table;
    }

    .landing-box {
        vertical-align: middle;
        display: table-cell;
    }

    .landing-description {
        color: #fff;
    }

        .landing-description .icon, .landing-description .form-group-search:after, .landing-description .post-location, .landing-description .search-group:after, .landing-description .manage-search:before, .landing-description h4 {
            color: #fff;
        }

    .landing-gradient .landing-form {
        background: #3d7498;
        background: -moz-linear-gradient(top, #3d7498 0%, #5f51a6 31%, #8b51c1 91%);
        background: -webkit-linear-gradient(top, #3d7498 0%, #5f51a6 31%, #8b51c1 91%);
        background: linear-gradient(to bottom, #3d7498 0%, #5f51a6 31%, #8b51c1 91%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7498', endColorstr='#8b51c1',GradientType=0 );
    }

    .landing-form {
        background-color: #6050aa;
        margin: 0 auto 0;
    }

    .landing-form-login {
        max-width: 640px;
    }

    .landing-form-password {
        max-width: 600px;
        background-color: #fff;
    }

    .landing-form-title h4 {
        color: #fff;
        margin-bottom: 30px;
    }

    .landing-form-title img {
        display: block;
    }

    .landing-form-body {
        padding: 45px;
        background-color: #fff;
    }

        .landing-form-body .step-bar {
            margin-bottom: 45px;
        }

    .landing-form-registration {
        margin-top: 80px;
        margin-bottom: 60px;
        max-width: 760px;
        overflow: auto;
    }

    .landing-form-login {
        max-width: 760px;
        overflow: auto;
    }

    .hire-radio-holder .radio-holder {
        width: 95%;
    }

    .landing-registration-type {
        width: 600px;
        display: table;
    }

        .landing-registration-type .registration-type {
            padding: 75px 30px;
            display: table-cell;
            vertical-align: middle;
        }

            .landing-registration-type .registration-type h3 {
                font-size: 24px;
            }

            .landing-registration-type .registration-type:first-of-type {
                border-right: 1px solid #e6e6e6;
                border-bottom-width: 0;
            }

        .landing-registration-type .align-top {
            vertical-align: top;
        }
}

@media (min-width: 992px) {
    .landing-registration-type {
        width: 700px;
    }
}

.info-buttons {
    margin-bottom: 30px;
}

    .info-buttons .btn {
        width: 100%;
    }

.info-box {
    margin-bottom: 15px;
    padding: 30px;
    border: 1px solid #c1c1c1;
}

    .info-box h4 {
        color: #6050aa;
        margin-top: 0;
    }

    .info-box p {
        margin-bottom: 30px;
    }

    .info-box .info-box-done {
        margin-right: 15px;
        text-align: center;
        width: 60px;
        height: 60px;
        background-color: #5cb85c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: table;
    }

        .info-box .info-box-done .icon, .info-box .info-box-done .form-group-search:after, .info-box .info-box-done .post-location, .info-box .info-box-done .search-group:after, .info-box .info-box-done .manage-search:before {
            font-size: 30px;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }

    .info-box .btn {
        border-width: 0;
        font-size: 28px;
    }

        .info-box .btn:focus, .info-box .btn:hover {
            color: #2ea29e;
        }

    .info-box.info-box-inactive {
        border: 1px solid #efefef;
    }

        .info-box.info-box-inactive h4 {
            color: #a49ad0;
        }

        .info-box.info-box-inactive p {
            color: #9e9e9e;
        }

.profile-picture {
    padding-top: 10px;
}

    .profile-picture .media-left img {
        max-width: 90px;
    }

    .profile-picture .media-left, .profile-picture .media-body {
        display: block;
        text-align: center;
        width: auto;
    }

        .profile-picture .media-left ul, .profile-picture .media-body ul {
            text-align: left;
        }

    .profile-picture .btn {
        width: 100%;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .info-buttons {
        text-align: right;
    }

        .info-buttons .btn {
            width: auto;
        }

    .info-box p {
        margin-bottom: 0;
    }

    .info-box .btn {
        width: auto;
        font-size: 36px;
    }

    .profile-picture .media-left, .profile-picture .media-body {
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

    .profile-picture .media-body {
        width: 10000px;
    }

    .profile-picture .btn {
        margin-right: 10px;
        width: auto;
        margin-bottom: 0;
    }

        .profile-picture .btn:last-of-type {
            margin-right: 0;
        }
}

.profile-box {
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.profile-box-cover {
    height: 0;
    width: 100%;
    padding-top: 40%;
    position: relative;
}

    .profile-box-cover:focus a, .profile-box-cover:hover a {
        display: inline-block;
    }

    .profile-box-cover > a {
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.35);
        top: 10px;
        right: 10px;
        position: absolute;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        display: none;
    }

        .profile-box-cover > a > .icon, .profile-box-cover > a > .form-group-search:after, .profile-box-cover > a > .post-location, .profile-box-cover > a > .search-group:after, .profile-box-cover > a > .manage-search:before {
            font-size: 16px;
            vertical-align: middle;
            margin-right: 5px;
            display: inline;
            position: relative;
            top: -2px;
        }

.profile-box-user {
    padding: 0 30px;
    position: relative;
}

    .profile-box-user .profile-box-user-rating {
        margin-bottom: 15px;
    }

.profile-box-user-info {
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

    .profile-box-user-info h2 {
        color: #2ea29e;
        font-size: 32px;
        margin-bottom: 0;
    }

    .profile-box-user-info p {
        font-size: 18px;
    }

.profile-box-user-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .profile-box-user-image:focus a, .profile-box-user-image:hover a {
        display: table;
    }

    .profile-box-user-image img {
        width: 100%;
    }

    .profile-box-user-image a {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 100%;
        display: none;
        top: 0;
        left: 0;
        position: absolute;
    }

        .profile-box-user-image a > em {
            font-size: 14px;
            font-style: normal;
            line-height: 1.4;
            vertical-align: middle;
            display: table-cell;
        }

            .profile-box-user-image a > em > .icon, .profile-box-user-image a > em > .form-group-search:after, .profile-box-user-image a > em > .post-location, .profile-box-user-image a > em > .search-group:after, .profile-box-user-image a > em > .manage-search:before {
                font-size: 22px;
            }

.profile-box-user-rating > div {
    display: inline-block;
}

.profile-box-user-rating > a {
    color: #999;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 0;
}

    .profile-box-user-rating > a:focus, .profile-box-user-rating > a:hover {
        color: #6050aa;
    }

        .profile-box-user-rating > a:focus > .icon, .profile-box-user-rating > a:focus > .form-group-search:after, .profile-box-user-rating > a:focus > .post-location, .profile-box-user-rating > a:focus > .search-group:after, .profile-box-user-rating > a:focus > .manage-search:before, .profile-box-user-rating > a:hover > .icon, .profile-box-user-rating > a:hover > .form-group-search:after, .profile-box-user-rating > a:hover > .post-location, .profile-box-user-rating > a:hover > .search-group:after, .profile-box-user-rating > a:hover > .manage-search:before {
            color: #6050aa;
        }

    .profile-box-user-rating > a .icon, .profile-box-user-rating > a .form-group-search:after, .profile-box-user-rating > a .post-location, .profile-box-user-rating > a .search-group:after, .profile-box-user-rating > a .manage-search:before {
        display: inline;
        vertical-align: middle;
        font-size: 22px;
    }

.rating .icon, .rating .form-group-search:after, .rating .post-location, .rating .search-group:after, .rating .manage-search:before {
    color: #999;
}

.rating .icon-rated {
    color: #6050aa;
}

.profile-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .profile-social li {
        margin-right: 10px;
        display: inline-block;
    }

        .profile-social li:last-child {
            margin-right: 0;
        }

        .profile-social li a {
            color: #999999;
            font-size: 20px;
        }

            .profile-social li a:focus, .profile-social li a:hover {
                color: #6050aa;
            }

.profile-box-details {
    padding: 30px;
    text-align: center;
}

    .profile-box-details ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    }

        .profile-box-details ul li {
            vertical-align: middle;
            margin-right: 15px;
            margin-bottom: 15px;
            display: inline-block;
        }

            .profile-box-details ul li:last-child {
                margin-right: 0;
            }

            .profile-box-details ul li a {
                color: #666;
            }

            .profile-box-details ul li span {
                display: inline;
                vertical-align: middle;
            }

            .profile-box-details ul li .icon, .profile-box-details ul li .form-group-search:after, .profile-box-details ul li .post-location, .profile-box-details ul li .search-group:after, .profile-box-details ul li .manage-search:before {
                color: #6050aa;
                font-size: 20px;
            }

.profile-tab {
    text-align: center;
    margin-bottom: 30px;
}

    .profile-tab ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
        overflow: auto;
        height: 65px;
        white-space: nowrap;
    }

        .profile-tab ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .profile-tab ul li:last-child {
                margin-right: 0;
            }

            .profile-tab ul li.active {
                border-bottom: 3px solid #6050aa;
            }

            .profile-tab ul li a {
                padding: 15px;
                color: #666;
                display: inline-block;
            }

                .profile-tab ul li a:focus, .profile-tab ul li a:hover {
                    color: #6050aa;
                }

    .profile-tab.profile-tab-left {
        text-align: left;
    }

.profile-content {
    border: 1px solid #dedede;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .profile-content h3 {
        color: #6050aa;
        margin-top: 45px;
        margin-bottom: 30px;
    }

        .profile-content h3:first-child {
            margin-top: 0;
        }

.profile-sidebar {
    margin-top: 30px;
}

.profile-list .media-left {
    padding: 30px 30px 30px 0;
}

    .profile-list .media-left img {
        border: 1px solid #dedede;
    }

.profile-list .media-body {
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.profile-list .media-heading {
    font-size: 16px;
    font-weight: 700;
}

.profile-list .media:last-child .media-body {
    border-bottom: none;
}

.profile-members .media {
    margin-bottom: 30px;
}

.profile-members .media-left {
    padding-right: 15px;
}

    .profile-members .media-left img {
        width: 50px;
    }

.profile-members .media-heading {
    font-size: 16px;
    font-weight: 700;
}

.media-interest .media-left {
    padding: 30px 30px 30px 0;
}

    .media-interest .media-left img {
        border: 1px solid #dedede;
    }

.media-interest .media-heading {
    font-size: 16px;
    font-weight: 700;
}

.media-interest .media-body {
    padding: 30px 0;
}

.accomplishment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .accomplishment-list h4 {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 30px;
    }

        .accomplishment-list h4 span {
            font-size: 28px;
            font-weight: 300;
            color: #6050aa;
            margin-right: 10px;
        }

    .accomplishment-list h5 {
        font-weight: 700;
        font-size: 16px;
    }

    .accomplishment-list > li {
        padding: 30px 0;
        border-bottom: 1px solid #dedede;
    }

        .accomplishment-list > li:last-child {
            border-bottom: none;
        }

.review-list .review-box {
    border-bottom: 1px solid #dedede;
}

    .review-list .review-box:last-child {
        border-bottom: none;
    }

.review-box {
    padding: 30px 0;
}

    .review-box > div {
        vertical-align: top;
        display: table-cell;
    }

    .review-box .review-image {
        padding-right: 30px;
    }

    .review-box .review-details {
        padding-bottom: 30px;
        width: 10000px;
    }

        .review-box .review-details h4 {
            font-size: 16px;
            margin-top: 0;
            font-weight: 700;
        }

    .review-box .review-content {
        display: block;
    }

@media (max-width: 991px) {
    .profile-box-details .pull-left, .profile-box-details .content-nav .content-nav-menu, .content-nav .profile-box-details .content-nav-menu, .profile-box-details .messages-contact, .profile-box-details .messages-thread .media, .messages-thread .profile-box-details .media, .profile-box-details .invoice-table-pagination > div:first-child,
    .profile-box-details .pull-right,
    .profile-box-details .file-upload .file-upload-selected .btn,
    .file-upload .file-upload-selected .profile-box-details .btn,
    .profile-box-details .content-nav .form-inline,
    .content-nav .profile-box-details .form-inline,
    .profile-box-details .messages-thread,
    .profile-box-details .messages-thread .media.media-right-align,
    .messages-thread .profile-box-details .media.media-right-align,
    .profile-box-details .invoice-table-pagination > div:last-child {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .profile-box {
        margin-bottom: 30px;
    }

    .profile-box-cover {
        padding-top: 18%;
    }

    .profile-tab {
        text-align: center;
    }

        .profile-tab ul {
            height: auto;
        }

    .profile-box-user-image {
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 992px) {
    .profile-box-user .profile-box-user-rating {
        top: 80px;
        right: 30px;
        position: absolute;
    }

    .profile-box-details {
        text-align: left;
    }

        .profile-box-details ul {
            margin-bottom: 0;
        }

            .profile-box-details ul li {
                margin-right: 30px;
                font-size: 16px;
            }

    .profile-sidebar {
        margin-top: 0;
        padding-left: 30px;
        padding-bottom: 60px;
        border-left: 1px solid #dedede;
    }

    .review-box > div {
        vertical-align: top;
        display: table-cell;
    }

    .review-box .review-image {
        padding-right: 30px;
    }

    .review-box .review-details {
        width: 250px;
        padding-bottom: 0;
    }

    .review-box .review-content {
        display: table-cell;
    }
}

@media (min-width: 1200px) {
    .profile-tab ul li a {
        font-size: 18px;
        padding: 15px 30px;
    }
}

.new-profile-holder .title-description {
    text-align: center;
}

.new-profile-holder .steps-control {
    margin: 45px 0px;
}

    .new-profile-holder .steps-control .table-responsive {
        border: none;
    }

.new-profile-holder .progress-bar-style {
    font-weight: normal;
}

    .new-profile-holder .progress-bar-style > li {
        width: auto;
    }

        .new-profile-holder .progress-bar-style > li a {
            font-size: 26px;
            color: #fff;
            width: 43px;
            height: 43px;
            font-weight: normal;
            margin-bottom: 10px;
        }

            .new-profile-holder .progress-bar-style > li a p {
                margin-top: -3px;
            }

        .new-profile-holder .progress-bar-style > li:after {
            height: 1px;
            top: 22px;
        }

.new-profile-holder .bottom-btn {
    text-align: center;
}

    .new-profile-holder .bottom-btn .btn {
        margin: 0px 0px 15px 0px;
    }

.profile-padding {
    padding: 0px;
}

.profile-mediabox {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

    .profile-mediabox .avatar-image {
        width: 100%;
    }

        .profile-mediabox .avatar-image img {
            max-width: 90px;
        }

    .profile-mediabox .media-left {
        width: none;
        padding-right: 0;
    }

        .profile-mediabox .media-left .media-object {
            margin: 0 auto;
        }

    .profile-mediabox .media-body {
        padding-left: 12px;
    }

        .profile-mediabox .media-body .reference-description h4 {
            text-align: left;
        }

        .profile-mediabox .media-body .reference-description .icon-space {
            margin-left: 20px;
            margin-top: 0px;
        }

        .profile-mediabox .media-body p {
            margin: 0;
            text-align: left;
        }

.profile-add-reference {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

    .profile-add-reference label {
        width: 100%;
        margin-bottom: 25px;
        color: #2ea29e;
        text-align: center;
    }

    .profile-add-reference .avatar-image {
        float: none;
        margin: 0px 20px 25px 0px;
        text-align: center;
    }

        .profile-add-reference .avatar-image img {
            max-width: 90px;
        }

    .profile-add-reference .reference-description {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .profile-add-reference .reference-description h4 {
            margin: 0;
            padding: 0;
        }

            .profile-add-reference .reference-description h4 span {
                width: 100%;
                text-align: center;
                display: inline-block;
                margin: 10px 0px;
            }

            .profile-add-reference .reference-description h4 .icon, .profile-add-reference .reference-description h4 .form-group-search:after, .profile-add-reference .reference-description h4 .post-location, .profile-add-reference .reference-description h4 .search-group:after, .profile-add-reference .reference-description h4 .manage-search:before {
                margin-right: 5px;
                font-size: 18px;
                color: #666;
            }

                .profile-add-reference .reference-description h4 .icon:hover, .profile-add-reference .reference-description h4 .form-group-search:hover:after, .profile-add-reference .reference-description h4 .post-location:hover, .profile-add-reference .reference-description h4 .search-group:hover:after, .profile-add-reference .reference-description h4 .manage-search:hover:before {
                    color: #2ea29e;
                }

        .profile-add-reference .reference-description p {
            margin: 0 auto;
        }

    .profile-add-reference .edit-close {
        text-align: center;
        padding-top: 15px;
        width: 100%;
    }

        .profile-add-reference .edit-close a {
            font-size: 20px;
            margin: 0px 3px 0px 3px;
            color: #666;
        }

            .profile-add-reference .edit-close a:hover {
                color: #2ea29e;
            }

.btn-small-profile {
    border-radius: 15px;
    padding: 4px 20px;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.dropzone-container {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

    .dropzone-container label {
        color: #2ea29e;
        margin-bottom: 18px;
    }

    .dropzone-container .no-top {
        margin-top: 0;
    }

.dropzone-holder {
    width: 100%;
    heigh: auto;
    min-height: 300px;
    padding: 0px 25px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 5px dashed #d0d0d0;
    text-align: center;
}

    .dropzone-holder .drop-text-center {
        margin: 57px 0px;
        font-weight: normal;
    }

        .dropzone-holder .drop-text-center img {
            margin-bottom: 20px;
        }

        .dropzone-holder .drop-text-center h3 {
            margin: 0;
            padding-bottom: 12px;
        }

        .dropzone-holder .drop-text-center em {
            font-style: none;
            font-size: 15px;
            color: #a5a5a5;
        }

.drop-progress {
    margin-top: 65px;
    margin-bottom: 25px;
}

    .drop-progress .filename-box {
        font-weight: normal;
        margin-bottom: 12px;
        padding-right: 10px;
    }

        .drop-progress .filename-box .glyphicon {
            font-size: 30px;
            color: #2ea29e;
        }

        .drop-progress .filename-box img {
            float: left;
            margin: 0px 10px 10px 0px;
        }

    .drop-progress .progress {
        height: 11px;
        position: relative;
    }

    .drop-progress .progress-remove, .drop-progress .remove {
        position: absolute;
        top: -45px;
        right: 14px;
        z-index: 100;
        font-size: 18px;
        color: #b3b3b3;
        border-radius: 100%;
        padding: 4px;
        border: 1px solid #b3b3b3;
    }

        .drop-progress .progress-remove:hover, .drop-progress .remove:hover {
            color: #2ea29e;
            border: 1px solid #2ea29e;
        }

    .drop-progress .progress-eye-complete {
        position: absolute;
        top: -43px;
        right: 58px;
        z-index: 100;
        font-size: 23px;
        color: #b3b3b3;
    }

        .drop-progress .progress-eye-complete:hover {
            color: #2ea29e;
        }

.file-complete-holder {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

    .file-complete-holder img {
        float: none;
        margin: 0;
        margin-bottom: 8px;
    }

    .file-complete-holder .filename-box {
        text-align: center;
    }

    .file-complete-holder .file-icon-action {
        text-align: center;
    }

        .file-complete-holder .file-icon-action a {
            margin: 0px 3px;
            font-size: 18px;
            color: #a6a6a6;
        }

            .file-complete-holder .file-icon-action a:hover {
                color: #2ea29e;
            }

.profile-left-nav {
    width: 100%;
    height: 100%;
    margin-left: -1px;
    padding-bottom: 50px;
    overflow-y: hidden;
}

    .profile-left-nav .navbar-default {
        width: 100%;
        height: 100%;
        position: static;
        border-width: 0;
        border-right: 1px solid #ededed;
    }

        .profile-left-nav .navbar-default .navbar-brand {
            padding-top: 13px;
            padding-left: 35px;
        }

        .profile-left-nav .navbar-default .navbar-collapse {
            padding: 0;
        }

            .profile-left-nav .navbar-default .navbar-collapse .profile-box {
                border: none;
                background: none;
                border-radius: 0;
                margin-bottom: 10px;
            }

                .profile-left-nav .navbar-default .navbar-collapse .profile-box .profile-box-cover {
                    padding-top: 90px;
                }

                .profile-left-nav .navbar-default .navbar-collapse .profile-box .profile-box-user-info {
                    border: none;
                    padding-bottom: 0;
                }

            .profile-left-nav .navbar-default .navbar-collapse .navbar-nav {
                margin: 0;
            }

            .profile-left-nav .navbar-default .navbar-collapse .nav li {
                display: inline-block;
                width: 100%;
            }

                .profile-left-nav .navbar-default .navbar-collapse .nav li a {
                    padding: 13px 0px 13px 35px;
                    text-transform: capitalize;
                    position: relative;
                    font-weight: bold;
                    margin-bottom: 1px;
                }

                    .profile-left-nav .navbar-default .navbar-collapse .nav li a .badge {
                        position: absolute;
                        right: 20px;
                        z-index: 1;
                        background: #f0ad4e;
                    }

                    .profile-left-nav .navbar-default .navbar-collapse .nav li a:hover, .profile-left-nav .navbar-default .navbar-collapse .nav li a.active {
                        background: #ebebeb;
                        border-right: 3px solid #2ea29e;
                        color: #2ea29e;
                    }

            .profile-left-nav .navbar-default .navbar-collapse .lower-btn {
                float: left;
                width: 100%;
                height: 230px;
                padding: 20px 35px 25px 35px;
                border-top: 1px solid #ededed;
            }

                .profile-left-nav .navbar-default .navbar-collapse .lower-btn .btn {
                    width: 100%;
                    margin: 6px 0px;
                }

.profile-right-content {
    float: left;
    width: 100%;
    padding: 20px 0px;
    display: block;
}

    .profile-right-content .main-title {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .profile-right-content .main-title h3, .profile-right-content .main-title p {
            text-align: center;
        }

        .profile-right-content .main-title .title-status {
            float: none;
            text-align: center;
            margin-top: 15px;
        }

    .profile-right-content .message-box {
        height: 125px;
    }

    .profile-right-content .add-button {
        width: 100%;
        margin-bottom: 30px;
        text-align: right;
    }

.note-text {
    color: #bababa;
    line-height: 18px;
    margin-top: 7px;
}

.element-height .input-calendar .input-group-addon {
    padding: 6px 15px;
}

.select-dropdown {
    width: 100%;
}

    .select-dropdown .btn-group {
        width: 100%;
    }

    .select-dropdown .btn {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        width: 100%;
        text-align: left;
        color: #9e9e9e;
        text-transform: capitalize;
        margin-bottom: 6px;
        height: 45px;
        background: #fff;
    }

        .select-dropdown .btn .caret {
            background: url(../images/caret-plus.png) no-repeat right 0px;
            width: 20px;
            height: 20px;
            display: inline-block;
            position: absolute;
            right: 11px;
            z-index: 1;
            top: 13px;
            border: none;
        }

    .select-dropdown .btn-group.open .dropdown-toggle {
        box-shadow: none;
    }

        .select-dropdown .btn-group.open .dropdown-toggle:hover {
            border-bottom: 1px solid #ededed;
        }

    .select-dropdown .open > .btn-default.dropdown-toggle:hover, .select-dropdown .open > .btn-default.dropdown-toggle:focus, .select-dropdown .open > .btn-default.dropdown-toggle.focus {
        border-bottom: 1px solid #ededed;
        background: #fff;
    }

    .select-dropdown .dropdown-menu {
        border-radius: 0px;
        width: 100%;
        position: absolute;
        z-index: 13;
        top: 42px;
        max-height: 230px;
        overflow-y: scroll;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ededed;
    }

        .select-dropdown .dropdown-menu li {
            border-bottom: 1px solid #ededed;
        }

            .select-dropdown .dropdown-menu li:last-child {
                border-bottom: none;
            }

            .select-dropdown .dropdown-menu li a {
                width: 100%;
                display: inline-block;
                padding: 14px 15px;
            }

                .select-dropdown .dropdown-menu li a :after {
                    content: "\e913";
                    font-family: aliferyicons;
                    display: inline-block;
                    color: #bababa;
                    background: #fff;
                    width: 25px;
                    height: 23px;
                    font-size: 12px;
                    line-height: 23px;
                    text-align: center;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    border-radius: 4px;
                    border: 1px solid #bababa;
                    float: right;
                }

                .select-dropdown .dropdown-menu li a:hover {
                    color: #2ea29e;
                }

                    .select-dropdown .dropdown-menu li a:hover :after {
                        display: none;
                    }

                    .select-dropdown .dropdown-menu li a:hover :before {
                        content: "\e93f";
                        font-family: aliferyicons;
                        display: inline-block;
                        color: #fff;
                        background: #6050aa;
                        width: 25px;
                        height: 23px;
                        font-size: 12px;
                        line-height: 24px;
                        text-align: center;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        -ms-border-radius: 4px;
                        border-radius: 4px;
                        float: right;
                    }

        .select-dropdown .dropdown-menu .bx1 {
            width: 100%;
            float: left;
            border-right: 1px solid #ededed;
        }

        .select-dropdown .dropdown-menu .bx2 {
            width: 100%;
            float: left;
        }

.text-warning {
    color: red;
}

.profile-skills {
    width: 100%;
    display: inline-block;
}

    .profile-skills .btn-postbox .btn {
        padding: 10px 15px;
        text-transform: capitalize;
        color: #6050aa;
        background: #f2f2f2;
        border: 1px solid #d9d9d9;
    }

        .profile-skills .btn-postbox .btn span {
            font-size: 18px;
            margin-bottom: 0;
            margin: 0px 0px 0px 30px;
            vertical-align: middle;
            color: #b3b3b3;
        }

.other-insurance {
    text-align: center;
}

    .other-insurance label {
        margin-bottom: 10px;
    }

    .other-insurance .add-button {
        text-align: center;
    }

.payment-boxes {
    width: 100%;
}

    .payment-boxes .payment-holder {
        width: auto;
        float: left;
        margin-right: 12px;
        display: block;
    }

        .payment-boxes .payment-holder img {
            margin-bottom: 12px;
        }

.checkbox-holder {
    width: 100%;
}

    .checkbox-holder .checkbox {
        float: left;
        display: contents;
        margin-right: 15px;
    }

.profile-holder-box {
    width: 100%;
    margin: 0 auto;
}

.modal-body .title-text {
    margin: 0;
}

.process-freelancer {
    width: 100%;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

    .process-freelancer .notification-box-content {
        display: block;
    }

.add-linkedin-website {
    margin-bottom: 20px;
}

    .add-linkedin-website .linkedin-add {
        vertical-align: middle;
        text-align: center;
    }

        .add-linkedin-website .linkedin-add a {
            margin: 0px 15px 0px 0px;
        }

            .add-linkedin-website .linkedin-add a img {
                width: 40px;
                padding-right: 7px;
            }

    .add-linkedin-website .input-group .form-control:first-child {
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
    }

    .add-linkedin-website .input-group-btn:last-child > .btn {
        border-bottom-right-radius: 22px;
        border-top-right-radius: 22px;
    }

.register-upload {
    text-align: left;
    list-style: none;
    padding: 0px;
}

    .register-upload .orders {
        list-style: none;
        padding: 0;
        margin: 25px 0px 35px 0px;
    }

        .register-upload .orders li {
            margin-bottom: 5px;
        }

            .register-upload .orders li span {
                color: #2ea29e;
                font-size: 8px;
                margin: 0px 10px 0px 0px;
            }

    .register-upload .drop-progress {
        margin-top: 35px;
    }

        .register-upload .drop-progress .spacer {
            margin-bottom: 25px;
        }

        .register-upload .drop-progress .progress {
            border-radius: 6px;
            height: 11px;
        }

        .register-upload .drop-progress .remove {
            border: none;
            padding: 0;
            border-radius: 0;
            font-size: 20px;
            color: #666;
        }

@media (max-width: 991px) {
    .new-profile-holder .progress-bar-style > li {
        width: 80px;
    }

        .new-profile-holder .progress-bar-style > li a {
            width: 40px;
            height: 40px;
            font-size: 25px;
        }

        .new-profile-holder .progress-bar-style > li:after {
            height: 1px;
            top: 20px;
        }

    .profile-mediabox .media-left {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 100%;
        padding-right: 10px;
    }

    .profile-mediabox .media-body {
        padding-left: 12px;
    }

        .profile-mediabox .media-body .reference-description h4 {
            text-align: center;
        }

        .profile-mediabox .media-body .reference-description .icon-space {
            margin-top: 10px;
            width: 100%;
            display: inline-block;
            margin-left: 0;
        }

        .profile-mediabox .media-body p {
            margin: 0;
            text-align: center;
        }
}

@media (min-width: 992px) {
    .register-upload {
        padding: 25px;
    }

    .add-linkedin-website .linkedin-add {
        text-align: left;
    }

    .profile-holder-box {
        width: 650px;
    }

    .file-complete-holder .filename-box {
        text-align: left;
    }

        .file-complete-holder .filename-box img {
            float: left;
            margin: 0px 15px 20px 0px;
        }

    .file-complete-holder .file-icon-action {
        text-align: right;
    }

    .other-insurance {
        text-align: left;
    }

        .other-insurance label {
            margin-bottom: 0px;
        }

        .other-insurance .add-button {
            text-align: right;
        }

    .profile-left-nav .navbar-default {
        width: 305px;
        height: 100%;
        position: fixed;
        float: left;
        overflow-y: auto;
        padding-bottom: 70px;
        background-color: whitesmoke;
    }

        .profile-left-nav .navbar-default::-webkit-scrollbar {
            width: 5px;
        }

        .profile-left-nav .navbar-default::-webkit-scrollbar-track {
            background-color: #e0e0e0;
        }

        .profile-left-nav .navbar-default::-webkit-scrollbar-thumb {
            background-color: #bfbfbf;
        }

    .profile-right-content {
        padding: 0 20px 30px 320px;
    }

        .profile-right-content .main-title h3, .profile-right-content .main-title p {
            text-align: left;
        }

        .profile-right-content .main-title .title-status {
            float: right;
        }

    .select-dropdown .dropdown-menu .bx1 {
        width: 50%;
        border-right: 1px solid #ededed;
    }

    .select-dropdown .dropdown-menu .bx2 {
        width: 50%;
    }

    .profile-padding {
        padding: 0px 50px;
    }

    .profile-add-reference label {
        text-align: left;
    }

    .profile-add-reference .avatar-image {
        float: left;
        text-align: left;
    }

    .profile-add-reference .reference-description {
        text-align: left;
        width: auto;
    }

        .profile-add-reference .reference-description h4 span {
            margin: 0px 0px 0px 18px;
            width: auto;
            text-align: left;
        }

    .profile-add-reference .edit-close {
        text-align: right;
        padding-top: 0px;
    }

    .new-profile-holder .bottom-btn .btn {
        margin: 0px 4px 0px 4px;
    }
}

.top-violet-bar {
    text-align: center;
    padding: 15px 0;
    width: 100%;
    height: auto;
    background: #6050aa;
    color: #fff;
    margin-bottom: 35px;
}

    .top-violet-bar p {
        margin-bottom: 15px;
    }

    .top-violet-bar .btn {
        margin-bottom: 10px;
    }

        .top-violet-bar .btn:last-of-type {
            margin-bottom: 0;
        }

.project-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

    .project-info .media {
        margin-bottom: 30px;
    }

    .project-info .media-left {
        padding-right: 15px;
    }

        .project-info .media-left img {
            width: 50px;
        }

    .project-info .media-body .media-heading {
        color: #2ea29e;
        font-size: 22px;
    }

    .project-info .post-info-desc p {
        vertical-align: middle;
        margin-bottom: 5px;
    }

        .project-info .post-info-desc p .icon, .project-info .post-info-desc p .form-group-search:after, .project-info .post-info-desc p .post-location, .project-info .post-info-desc p .search-group:after, .project-info .post-info-desc p .manage-search:before {
            display: inline;
            vertical-align: middle;
            color: #6050aa;
            font-size: 22px;
            margin-right: 4px;
            position: relative;
            top: -2px;
        }

    .project-info .project-info-buttons .btn {
        margin-bottom: 10px;
    }

.posted-box {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

    .posted-box h3 {
        font-size: 40px;
    }

.post-main-content {
    width: 100%;
    display: block;
}

.post-box-left {
    margin-bottom: 30px;
    width: 100%;
}

    .post-box-left h4 {
        font-size: 20px;
    }

.post-box-right {
    width: 100%;
    margin-bottom: 30px;
}

    .post-box-right h4 {
        color: #2ea29e;
    }

    .post-box-right .btn {
        color: #aaaaaa;
        width: 100%;
        margin-bottom: 13px;
        text-transform: capitalize;
        font-size: 13px;
    }

.number-holder {
    padding-top: 170px;
}

.number-set {
    width: 100%;
    display: inline-block;
    margin-bottom: 45px;
}

    .number-set .number-circle {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 3px;
        background: #fff;
        border: 1px solid #777777;
        color: #777777;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .number-set .main-title h3 {
        font-size: 14px;
        line-height: 18px;
    }

.action-spacer {
    padding-top: 12px;
}

.btn-postbox {
    width: 100%;
    padding: 15px 0px;
}

    .btn-postbox .btn {
        width: 100%;
        padding: 40px 0px;
        font-size: 20px;
        background: #f1f1f1;
        border: 1px #c4c4c4 solid;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
    }

        .btn-postbox .btn:hover, .btn-postbox .btn.active {
            background-color: #6050aa;
            color: #fff;
        }

        .btn-postbox .btn p {
            font-size: 14px;
        }

        .btn-postbox .btn .icon, .btn-postbox .btn .form-group-search:after, .btn-postbox .btn .post-location, .btn-postbox .btn .search-group:after, .btn-postbox .btn .manage-search:before {
            width: 100%;
            text-align: center;
            font-size: 50px;
            margin-bottom: 15px;
        }

    .btn-postbox .btn-teal {
        width: 100%;
        padding: 15px 0px;
        font-size: 20px;
        background: #fff;
        border: 1px #c4c4c4 solid;
        border-radius: 8px;
        box-shadow: none;
    }

        .btn-postbox .btn-teal p {
            color: #2ea29e;
            margin: 0 auto;
            text-transform: capitalize;
            line-height: 19px;
        }

            .btn-postbox .btn-teal p span {
                color: #9d9d9d;
                font-size: 14px;
                font-style: italic;
            }

        .btn-postbox .btn-teal:hover, .btn-postbox .btn-teal.active {
            background-color: #2ea29e;
            color: #fff;
            border: none;
        }

            .btn-postbox .btn-teal:hover p, .btn-postbox .btn-teal.active p {
                color: #fff;
            }

                .btn-postbox .btn-teal:hover p span, .btn-postbox .btn-teal.active p span {
                    color: #fff;
                }

    .btn-postbox .radiobox-button .btn-radio-teal {
        background-color: #fff;
        color: #2ea29e;
        font-size: 14px;
        padding: 12px 18px;
        box-shadow: none;
        border: none;
        border: 1px #c4c4c4 solid;
        text-transform: capitalize;
        z-index: 1;
        position: relative;
    }

        .btn-postbox .radiobox-button .btn-radio-teal .icon, .btn-postbox .radiobox-button .btn-radio-teal .form-group-search:after, .btn-postbox .radiobox-button .btn-radio-teal .post-location, .btn-postbox .radiobox-button .btn-radio-teal .search-group:after, .btn-postbox .radiobox-button .btn-radio-teal .manage-search:before {
            display: none;
        }

        .btn-postbox .radiobox-button .btn-radio-teal:hover, .btn-postbox .radiobox-button .btn-radio-teal.active {
            background: #2ea29e;
            border: 1px #2ea29e solid;
            color: #fff;
            z-index: 1;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .btn-postbox .radiobox-button .btn-radio-teal:hover .icon, .btn-postbox .radiobox-button .btn-radio-teal:hover .form-group-search:after, .btn-postbox .radiobox-button .btn-radio-teal:hover .post-location, .btn-postbox .radiobox-button .btn-radio-teal:hover .search-group:after, .btn-postbox .radiobox-button .btn-radio-teal:hover .manage-search:before, .btn-postbox .radiobox-button .btn-radio-teal.active .icon, .btn-postbox .radiobox-button .btn-radio-teal.active .form-group-search:after, .btn-postbox .radiobox-button .btn-radio-teal.active .post-location, .btn-postbox .radiobox-button .btn-radio-teal.active .search-group:after, .btn-postbox .radiobox-button .btn-radio-teal.active .manage-search:before {
                width: 21px;
                height: 21px;
                color: #777777;
                border-radius: 50%;
                border: 1px solid #777777;
                background: #fff;
                font-size: 13px;
                padding: 3px;
                font-weight: bold;
                display: block;
                position: absolute;
                right: -7px;
                top: -7px;
                z-index: 1;
            }

.buttonpost-holder {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.buttonpost-container {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}

.btn-postproject-new {
    width: 100%;
    margin: 0 auto;
}

    .btn-postproject-new .btn {
        width: 100%;
        padding: 20px 30px;
        font-size: 20px;
        background: #f1f1f1;
        border: 1px #c4c4c4 solid;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
    }

        .btn-postproject-new .btn:hover, .btn-postproject-new .btn.active {
            background-color: #6050aa;
            color: #fff;
        }

            .btn-postproject-new .btn:hover .icon, .btn-postproject-new .btn:hover .form-group-search:after, .btn-postproject-new .btn:hover .post-location, .btn-postproject-new .btn:hover .search-group:after, .btn-postproject-new .btn:hover .manage-search:before, .btn-postproject-new .btn.active .icon, .btn-postproject-new .btn.active .form-group-search:after, .btn-postproject-new .btn.active .post-location, .btn-postproject-new .btn.active .search-group:after, .btn-postproject-new .btn.active .manage-search:before {
                color: #fff;
            }

            .btn-postproject-new .btn:hover p {
                color: #fff;
            }

        .btn-postproject-new .btn .icon, .btn-postproject-new .btn .form-group-search:after, .btn-postproject-new .btn .post-location, .btn-postproject-new .btn .search-group:after, .btn-postproject-new .btn .manage-search:before {
            width: 100%;
            text-align: center;
            font-size: 55px;
            margin-bottom: 15px;
            color: #6050aa;
        }

        .btn-postproject-new .btn p {
            color: #2ea29e;
            line-height: 18px;
            font-size: 14px;
            text-transform: capitalize;
        }

    .btn-postproject-new .btn-teal {
        width: 100%;
        padding: 20px 30px;
        font-size: 20px;
        background: #fff;
        border: 1px #c4c4c4 solid;
        border-radius: 8px;
        box-shadow: none;
    }

        .btn-postproject-new .btn-teal:hover, .btn-postproject-new .btn-teal.active {
            background-color: #2ea29e;
            color: #fff;
            border: none;
        }

            .btn-postproject-new .btn-teal:hover p, .btn-postproject-new .btn-teal.active p {
                color: #fff;
            }

    .btn-postproject-new.btn-postproject-inactive .btn {
        border: 1px #dedede solid;
        color: #9e9e9e;
    }

    .btn-postproject-new.btn-postproject-inactive .icon, .btn-postproject-new.btn-postproject-inactive .form-group-search:after, .btn-postproject-new.btn-postproject-inactive .post-location, .btn-postproject-new.btn-postproject-inactive .search-group:after, .btn-postproject-new.btn-postproject-inactive .manage-search:before {
        color: #cdc8e5;
    }

    .btn-postproject-new.btn-postproject-inactive p {
        color: #9fe4e1;
    }

    .btn-postproject-new.btn-postproject-inactive .btn-note {
        color: #666;
        margin: 0 auto;
        line-height: 18px;
        font-size: 15px;
        padding-top: 12px;
    }

.select-area-box {
    width: 100%;
    display: inline-block;
}

    .select-area-box .form-group p {
        font-style: italic;
        font-size: 14px;
        padding-top: 8px;
    }

        .select-area-box .form-group p span {
            color: #9d9d9d;
        }

    .select-area-box .form-group select.form-control {
        background: #fff url(../images/caret-plus.png) no-repeat 96% 12px;
    }

.experience-required {
    margin: 40px 0px;
    width: 100%;
    display: inline-block;
}

    .experience-required .form-group .label-below {
        font-style: italic;
        font-size: 14px;
    }

        .experience-required .form-group .label-below span {
            color: #9d9d9d;
        }

    .experience-required .samp {
        width: 100%;
    }

.required-btn {
    margin-bottom: 30px;
    margin-right: 0;
    position: relative;
}

    .required-btn .btn {
        width: 100%;
        padding: 25px 20px;
        font-size: 20px;
        border-radius: 8px;
        text-align: left;
        text-transform: capitalize;
        background: #fff;
        border: 1px #c4c4c4 solid;
    }

        .required-btn .btn h3 {
            color: #2ea29e;
            margin: 0 auto;
            font-size: 19px;
            padding-bottom: 7px;
        }

        .required-btn .btn p {
            color: #8c8c8c;
            margin: 0 auto;
            font-size: 14px;
        }

        .required-btn .btn:hover, .required-btn .btn.active {
            background-color: #2ea29e;
            color: #fff;
            border-color: #2ea29e;
        }

            .required-btn .btn:hover p, .required-btn .btn:hover h3, .required-btn .btn.active p, .required-btn .btn.active h3 {
                color: #fff;
            }

            .required-btn .btn:hover .icon-check-small, .required-btn .btn.active .icon-check-small {
                position: absolute;
                top: 14px;
                right: 17px;
                z-index: 3;
                width: 30px;
                height: 30px;
            }

.tags-container {
    text-align: left;
    display: inline-block;
}

    .tags-container .btn-tags {
        float: left;
        padding: 8px 12px;
        margin: 7px 8px 3px 0px;
        border: 1px #c4c4c4 solid;
        border-radius: 8px;
        background: #fff;
        font-size: 13px;
    }

.radiobox-button {
    width: 100%;
}

    .radiobox-button .btn-group {
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }

        .radiobox-button .btn-group .btn {
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            font-size: 14px;
        }

        .radiobox-button .btn-group .btn-radio-primary {
            border: 1px #c4c4c4 solid;
            color: #6050aa;
            text-transform: capitalize;
        }

            .radiobox-button .btn-group .btn-radio-primary .icon, .radiobox-button .btn-group .btn-radio-primary .form-group-search:after, .radiobox-button .btn-group .btn-radio-primary .post-location, .radiobox-button .btn-group .btn-radio-primary .search-group:after, .radiobox-button .btn-group .btn-radio-primary .manage-search:before {
                display: none;
            }

            .radiobox-button .btn-group .btn-radio-primary:hover, .radiobox-button .btn-group .btn-radio-primary.active {
                background: #6050aa;
                border: 1px #6050aa solid;
                color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .radiobox-button .btn-group .btn-radio-primary:hover .icon, .radiobox-button .btn-group .btn-radio-primary:hover .form-group-search:after, .radiobox-button .btn-group .btn-radio-primary:hover .post-location, .radiobox-button .btn-group .btn-radio-primary:hover .search-group:after, .radiobox-button .btn-group .btn-radio-primary:hover .manage-search:before, .radiobox-button .btn-group .btn-radio-primary.active .icon, .radiobox-button .btn-group .btn-radio-primary.active .form-group-search:after, .radiobox-button .btn-group .btn-radio-primary.active .post-location, .radiobox-button .btn-group .btn-radio-primary.active .search-group:after, .radiobox-button .btn-group .btn-radio-primary.active .manage-search:before {
                    width: 21px;
                    height: 21px;
                    color: #777777;
                    border-radius: 50%;
                    border: 1px solid #777777;
                    background: #fff;
                    font-size: 13px;
                    padding: 3px;
                    font-weight: bold;
                    display: block;
                    position: absolute;
                    right: -7px;
                    top: -7px;
                    z-index: 1;
                }

    .radiobox-button .btn-group2 {
        float: left;
        width: 100%;
        margin-right: 12px;
        margin-bottom: 10px;
    }

        .radiobox-button .btn-group2 .btn {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            font-size: 13px;
        }

        .radiobox-button .btn-group2 .btn-radiobox {
            float: none;
            width: 100%;
            background: #fff;
            border: 1px #c4c4c4 solid;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .radiobox-button .btn-group2 .btn-radiobox:hover, .radiobox-button .btn-group2 .btn-radiobox.active {
                background: #fff;
                border: 1px #2ea29e solid;
                color: #2ea29e;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .radiobox-button .btn-full-width .btn-group {
        width: 100%;
    }

.input-calendar .input-group-addon {
    font-size: 27px;
    padding: 6px 15px;
    background: none;
    color: #b7b7b7;
}

.form-group .star-style {
    color: #2ea29e;
    font-size: 15px;
}

.sticky-steps {
    position: fixed;
    z-index: 9;
    background: #fff;
    padding-top: 35px;
    width: 100%;
    top: 71px;
    left: 0;
    padding-left: 51px;
}

    .sticky-steps .table-responsive {
        border: none;
    }

    .sticky-steps .progress-container {
        width: 100%;
        min-width: 750px;
    }

.progress-bar-style {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #848484;
    margin-bottom: 0px;
}

    .progress-bar-style > li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 14px;
    }

        .progress-bar-style > li a {
            display: block;
            margin: 0 auto;
            background: #d5d5d5;
            width: 45px;
            height: 45px;
            text-align: center;
            margin-bottom: 15px;
            border-radius: 100%;
            position: relative;
            z-index: 1000;
        }

            .progress-bar-style > li a p {
                font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
                margin: 0 auto;
                line-height: 18px;
            }

            .progress-bar-style > li a .icon, .progress-bar-style > li a .form-group-search:after, .progress-bar-style > li a .post-location, .progress-bar-style > li a .search-group:after, .progress-bar-style > li a .manage-search:before {
                font-size: 24px;
                color: #fff;
                line-height: 45px;
            }

            .progress-bar-style > li a:hover, .progress-bar-style > li a:focus {
                background: #2ea29e;
            }

            .progress-bar-style > li a.active {
                background: #6050aa;
            }

        .progress-bar-style > li:after {
            content: '';
            position: absolute;
            display: block;
            background: #d5d5d5;
            width: 100%;
            height: 0.5em;
            top: 1.25em;
            left: 50%;
            margin-left: 1.5em\9;
            z-index: -1;
        }

        .progress-bar-style > li:last-child:after {
            display: none;
        }

        .progress-bar-style > li.is-complete {
            color: #2ea29e;
        }

            .progress-bar-style > li.is-complete a, .progress-bar-style > li.is-complete:after {
                color: #fff;
                background: #2ea29e;
            }

        .progress-bar-style > li.is-active {
            color: #6050aa;
        }

            .progress-bar-style > li.is-active a {
                color: #fff;
                background: #6050aa;
            }

.wrapper-tooltip {
    text-transform: uppercase;
    color: #818181;
    cursor: help;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .wrapper-tooltip p {
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #6050aa;
        margin: 0 auto;
    }

        .wrapper-tooltip p .sub-txt {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            color: #818181;
        }

    .wrapper-tooltip span {
        float: left;
        font-size: 20px;
        margin: 0px 10px 5px 0px;
        color: #6050aa;
    }

    .wrapper-tooltip .tooltip {
        background: #fff;
        bottom: 100%;
        color: #818181;
        display: table;
        margin-bottom: 15px;
        opacity: 0;
        padding: 15px;
        pointer-events: none;
        position: absolute;
        width: 260px;
        box-shadow: -6px 0px 20px #d5d5d5;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        left: 80px;
        top: -23px;
        z-index: 5;
    }

        .wrapper-tooltip .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 260px;
        }

        .wrapper-tooltip .tooltip:after {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #fff;
            left: 5px;
            top: 30px;
            bottom: -10px;
            content: " ";
            height: 0;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .wrapper-tooltip:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.height-resizer .notification-box {
    height: auto;
    margin: 50px 0px;
}

.search-profiles .profile-box {
    background: none;
}

    .search-profiles .profile-box .profile-box-cover {
        background: #6050aa;
        padding-top: 30%;
        height: 0;
    }

        .search-profiles .profile-box .profile-box-cover:focus a, .search-profiles .profile-box .profile-box-cover:hover a {
            display: none;
        }

    .search-profiles .profile-box .profile-box-user {
        padding: 0px 20px;
    }

        .search-profiles .profile-box .profile-box-user .profile-box-user-info {
            padding-bottom: 0;
            border: none;
            width: 100%;
            margin-top: -50px;
        }

            .search-profiles .profile-box .profile-box-user .profile-box-user-info .profile-box-user-image {
                border: 3px #fff solid;
                width: 100px;
                height: 100px;
            }

                .search-profiles .profile-box .profile-box-user .profile-box-user-info .profile-box-user-image a {
                    display: none;
                }

            .search-profiles .profile-box .profile-box-user .profile-box-user-info h3 {
                color: #6050aa;
                margin: 0;
                font-size: 21px;
            }

            .search-profiles .profile-box .profile-box-user .profile-box-user-info p {
                font-size: 15px;
            }

    .search-profiles .profile-box .btn-contact {
        margin-top: 25px;
        border-top: 1px #d9d9d9 solid;
    }

        .search-profiles .profile-box .btn-contact .btn-bx {
            padding: 12px 7px;
            text-align: center;
        }

            .search-profiles .profile-box .btn-contact .btn-bx a {
                color: #c4c4c4;
            }

                .search-profiles .profile-box .btn-contact .btn-bx a span {
                    font-size: 27px;
                    vertical-align: middle;
                    padding-right: 4px;
                }

                .search-profiles .profile-box .btn-contact .btn-bx a:hover {
                    color: #2ea29e;
                }

        .search-profiles .profile-box .btn-contact > :last-child {
            border-right: none;
        }

        .search-profiles .profile-box .btn-contact .line1 {
            border-right: none;
            border-top: 1px #d9d9d9 solid;
        }

        .search-profiles .profile-box .btn-contact .line2 {
            border-left: none;
            border-top: 1px #d9d9d9 solid;
        }

.project-field {
    width: 100%;
    margin: 30px 0px 0px 0px;
    display: inline-block;
    text-align: center;
}

    .project-field .label-below {
        padding-top: 8px;
        font-style: italic;
        font-size: 14px;
    }

        .project-field .label-below span {
            color: #c7c7c7;
        }

.post-result-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}

    .post-result-title p {
        margin: 0 auto;
        font-size: 16px;
    }

    .post-result-title h3 {
        color: #2ea29e;
        margin: 0 auto;
        font-size: 16px;
    }

.doc-title {
    width: 100%;
    margin-bottom: 12px;
}

.office-docs-box {
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    margin-right: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

    .office-docs-box .office-docs-icon {
        padding: 40px;
        border-radius: 8px;
        background: #fff;
        border: 1px #dddddd solid;
        background: #f7f7f7;
        margin-bottom: 12px;
    }

        .office-docs-box .office-docs-icon img {
            width: 56px;
            height: 64px;
            color: red;
        }

        .office-docs-box .office-docs-icon.docs-uploading {
            background: #eaeaea;
        }

            .office-docs-box .office-docs-icon.docs-uploading img {
                opacity: 0.2;
                filter: alpha(opacity=50);
            }

    .office-docs-box .icon-btn-box {
        display: inherit;
        text-align: center;
    }

        .office-docs-box .icon-btn-box .form-group {
            margin-bottom: 20px;
        }

            .office-docs-box .icon-btn-box .form-group .btn {
                margin: 0 auto;
                border: none;
                padding: 0 5px;
                font-size: 18px;
                background: none;
            }

                .office-docs-box .icon-btn-box .form-group .btn span {
                    font-size: 23px;
                    color: lighten #666;
                }

                    .office-docs-box .icon-btn-box .form-group .btn span :hover {
                        color: #6050aa;
                    }

                .office-docs-box .icon-btn-box .form-group .btn:hover {
                    color: #6050aa;
                }

    .office-docs-box .progress {
        position: absolute;
        top: 35%;
        left: 16%;
        width: 68%;
        margin: 0 auto;
        height: 12px;
        background: #fff;
    }

        .office-docs-box .progress .progress-bar-success {
            background-color: #2ea29e;
        }

    .office-docs-box .upload-btn-box {
        background: none;
        border: none;
    }

        .office-docs-box .upload-btn-box .icon, .office-docs-box .upload-btn-box .form-group-search:after, .office-docs-box .upload-btn-box .post-location, .office-docs-box .upload-btn-box .search-group:after, .office-docs-box .upload-btn-box .manage-search:before {
            font-size: 35px;
            color: #2ea29e;
        }

        .office-docs-box .upload-btn-box:hover .icon, .office-docs-box .upload-btn-box:hover .form-group-search:after, .office-docs-box .upload-btn-box:hover .post-location, .office-docs-box .upload-btn-box:hover .search-group:after, .office-docs-box .upload-btn-box:hover .manage-search:before, .office-docs-box .upload-btn-box:hover p {
            color: #6050aa;
        }

        .office-docs-box .upload-btn-box p {
            margin: 0 auto;
        }

@media (min-width: 480px) {
    .project-field, .select-area-box {
        width: 80%;
    }

    .buttonpost-holder {
        width: 60%;
    }

        .buttonpost-holder .btn-postproject-new .btn p {
            font-size: 17px;
        }

        .buttonpost-holder .btn-postproject-new .btn .icon, .buttonpost-holder .btn-postproject-new .btn .form-group-search:after, .buttonpost-holder .btn-postproject-new .btn .post-location, .buttonpost-holder .btn-postproject-new .btn .search-group:after, .buttonpost-holder .btn-postproject-new .btn .manage-search:before {
            font-size: 100px;
        }

    .office-docs-box {
        width: 138px;
    }
}

@media (min-width: 768px) {
    .post-result-title h3 {
        font-size: 24px;
    }

    .search-profiles .profile-box .profile-box-cover {
        padding-top: 31%;
    }

    .search-profiles .profile-box .profile-box-user .profile-box-user-info {
        margin-top: -71px;
    }

        .search-profiles .profile-box .profile-box-user .profile-box-user-info .profile-box-user-image {
            width: 140px;
            height: 140px;
        }

    .search-profiles .profile-box .btn-contact .line1 {
        border-top: none;
        border-right: 1px #d9d9d9 solid;
    }

    .search-profiles .profile-box .btn-contact .line2 {
        border-top: none;
        border-left: 1px #d9d9d9 solid;
    }

    .number-set .number-circle {
        float: left;
    }

    .number-set .main-title h3 {
        font-size: 19px;
    }

    .sticky-steps {
        padding-left: 71px;
    }

    .action-spacer {
        padding-top: 150px;
    }

    .project-info .media {
        margin-bottom: 0;
    }

    .project-info .project-info-buttons {
        text-align: right;
    }

    .top-violet-bar .btn {
        margin-bottom: 0;
        margin-left: 10px;
    }

        .top-violet-bar .btn:first-of-type {
            margin-left: 0;
        }

    .top-violet-bar p .icon, .top-violet-bar p .form-group-search:after, .top-violet-bar p .post-location, .top-violet-bar p .search-group:after, .top-violet-bar p .manage-search:before {
        display: inline;
        margin-right: 5px;
        vertical-align: middle;
        font-size: 24px;
        top: -2px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .project-field, .select-area-box {
        width: 60%;
    }

    .search-profiles .profile-box .profile-box-cover {
        padding-top: 22%;
    }

    .search-profiles .profile-box .profile-box-user .profile-box-user-info {
        margin-top: -50px;
    }

        .search-profiles .profile-box .profile-box-user .profile-box-user-info .profile-box-user-image {
            width: 110px;
            height: 110px;
        }

    .sticky-steps {
        padding-left: 130px;
    }

    .number-holder {
        padding-top: 135px;
    }

    .body.body-side-nav .minus-top-padding .main-content {
        padding-top: 83px;
    }

    .top-violet-bar {
        text-align: left;
        padding: 10px 0;
        width: 100%;
        height: auto;
        background: #6050aa;
        color: #fff;
        margin-bottom: 35px;
    }

        .top-violet-bar p {
            margin-top: 10px;
            margin-bottom: 0;
        }

    .project-info .media {
        margin-bottom: 0;
    }

    .project-info .media-left {
        padding-right: 30px;
    }

        .project-info .media-left img {
            width: 120px;
        }

    .project-info .media-body .media-heading {
        font-size: 26px;
    }

    .project-info .project-info-buttons .btn {
        width: 80%;
    }

    .steps-control .table-responsive {
        margin-bottom: 0px;
        border: none;
    }
}

.panel-estimate {
    background-color: whitesmoke;
    border-color: #ebebeb;
}

    .panel-estimate label {
        color: #707070;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .panel-estimate h4 {
        color: #6050aa;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 700;
    }

@media (min-width: 1200px) {
    .search-profiles .profile-box .profile-box-cover {
        padding-top: 23%;
    }
}

.posting-holder {
    width: 100%;
    padding: 40px 15px;
    background: #f2f2f2;
    border-radius: 5px;
    display: block;
    position: relative;
}

    .posting-holder .back-arrow {
        font-size: 35px;
        position: static;
        top: none;
        color: #999999;
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }

    .posting-holder .lower-btn {
        width: 100%;
        margin-top: 60px;
        display: inline-block;
    }

        .posting-holder .lower-btn .btn {
            width: 100%;
        }

    .posting-holder .profile-skills {
        width: 100%;
        margin: 0 auto;
    }

        .posting-holder .profile-skills .radiobox-button .btn {
            -webkit-box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
            box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
            border-radius: 0px;
            border: none;
            background: #fff;
            color: #6050aa;
        }

            .posting-holder .profile-skills .radiobox-button .btn:hover, .posting-holder .profile-skills .radiobox-button .btn :focus, .posting-holder .profile-skills .radiobox-button .btn .active {
                color: #fff;
                background: #6050aa;
            }

                .posting-holder .profile-skills .radiobox-button .btn:hover span, .posting-holder .profile-skills .radiobox-button .btn :focus span, .posting-holder .profile-skills .radiobox-button .btn .active span {
                    color: #fff;
                }

    .posting-holder .experience-required {
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }

        .posting-holder .experience-required .required-btn {
            margin-bottom: 12px;
        }

            .posting-holder .experience-required .required-btn .btn {
                border-radius: 0;
                white-space: normal;
                border: none;
                height: auto;
                -webkit-box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
                box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
            }

.post-main-holder {
    width: 100%;
    margin: 0 auto;
}

.post-title {
    width: 100%;
    text-align: center;
    margin: auto auto 30px auto;
}

    .post-title h3 {
        font-size: 21px;
        margin-top: 0;
    }

.post-textarea {
    width: 100%;
    margin: 0 auto;
}

    .post-textarea .form-group {
        margin-bottom: 13px;
    }

.post-add-docs {
    width: 100%;
}

    .post-add-docs .docs-bx {
        border-radius: 4px;
        border: 1px solid #cccccc;
        background: #fff;
        text-align: center;
        padding: 5px 7px;
        float: left;
        margin-right: 8px;
    }

        .post-add-docs .docs-bx img {
            height: 25px;
        }

    .post-add-docs .btn-add-file {
        padding: 9px 11px 7px 11px;
        text-align: center;
        background: #cccccc;
        float: left;
    }

        .post-add-docs .btn-add-file span {
            color: #666;
            font-weight: bold;
        }

        .post-add-docs .btn-add-file:hover {
            background: #2ea29e;
        }

            .post-add-docs .btn-add-file:hover span {
                color: #fff;
            }

.post-textarea-second {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    overflow-y: scroll;
}

    .post-textarea-second .form-group {
        margin-bottom: 0;
    }

    .post-textarea-second .form-control {
        background: transparent;
        border: none;
        padding: 0;
        resize: none;
    }

        .post-textarea-second .form-control:focus, .post-textarea-second .form-control :visited, .post-textarea-second .form-control :active {
            box-shadow: none;
            border-radius: none;
        }

    .post-textarea-second .file-complete-holder {
        margin-bottom: 10px;
        border: none;
        border-radius: 2px;
        border: 1px dashed #cccccc;
        padding: 8px;
        height: auto;
    }

        .post-textarea-second .file-complete-holder img {
            width: 20px;
        }

.post-dropdownbox {
    width: 100%;
    margin: 0 auto;
}

    .post-dropdownbox .dropdown-backdrop {
        display: none;
    }

.post-tab-holder {
    padding: 15px;
}

    .post-tab-holder .content-nav {
        border-bottom: none;
    }

.work-location .btn-postbox {
    width: 100%;
    padding: 15px 0px;
}

    .work-location .btn-postbox .btn-link, .work-location .btn-postbox .btn {
        width: 100%;
        padding: 40px 0px;
        font-size: 20px;
        background: #fff;
        border: none;
        border-radius: 0;
        min-height: 260px;
        text-transform: initial;
        -webkit-box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
        box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
    }

        .work-location .btn-postbox .btn-link:hover, .work-location .btn-postbox .btn-link.active, .work-location .btn-postbox .btn:hover, .work-location .btn-postbox .btn.active {
            background-color: #2ea29e;
            color: #fff;
        }

            .work-location .btn-postbox .btn-link:hover h4, .work-location .btn-postbox .btn-link.active h4, .work-location .btn-postbox .btn:hover h4, .work-location .btn-postbox .btn.active h4 {
                color: #fff;
            }

            .work-location .btn-postbox .btn-link:hover .icon, .work-location .btn-postbox .btn-link:hover .form-group-search:after, .work-location .btn-postbox .btn-link:hover .post-location, .work-location .btn-postbox .btn-link:hover .search-group:after, .work-location .btn-postbox .btn-link:hover .manage-search:before, .work-location .btn-postbox .btn-link.active .icon, .work-location .btn-postbox .btn-link.active .form-group-search:after, .work-location .btn-postbox .btn-link.active .post-location, .work-location .btn-postbox .btn-link.active .search-group:after, .work-location .btn-postbox .btn-link.active .manage-search:before, .work-location .btn-postbox .btn:hover .icon, .work-location .btn-postbox .btn:hover .form-group-search:after, .work-location .btn-postbox .btn:hover .post-location, .work-location .btn-postbox .btn:hover .search-group:after, .work-location .btn-postbox .btn:hover .manage-search:before, .work-location .btn-postbox .btn.active .icon, .work-location .btn-postbox .btn.active .form-group-search:after, .work-location .btn-postbox .btn.active .post-location, .work-location .btn-postbox .btn.active .search-group:after, .work-location .btn-postbox .btn.active .manage-search:before {
                color: #fff;
            }

        .work-location .btn-postbox .btn-link h4, .work-location .btn-postbox .btn h4 {
            font-size: 16px;
            font-weight: bold;
        }

        .work-location .btn-postbox .btn-link p, .work-location .btn-postbox .btn p {
            font-size: 12px;
        }

        .work-location .btn-postbox .btn-link .icon, .work-location .btn-postbox .btn-link .form-group-search:after, .work-location .btn-postbox .btn-link .post-location, .work-location .btn-postbox .btn-link .search-group:after, .work-location .btn-postbox .btn-link .manage-search:before, .work-location .btn-postbox .btn-link .icon-both, .work-location .btn-postbox .btn .icon, .work-location .btn-postbox .btn .form-group-search:after, .work-location .btn-postbox .btn .post-location, .work-location .btn-postbox .btn .search-group:after, .work-location .btn-postbox .btn .manage-search:before, .work-location .btn-postbox .btn .icon-both {
            width: 100%;
            text-align: center;
            font-size: 60px;
            margin-bottom: 15px;
            color: #2ea29e;
        }

    .work-location .btn-postbox .btn-link {
        display: inherit;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
    }

        .work-location .btn-postbox .btn-link .icon-resize {
            font-size: 66px;
            margin-top: 12px;
        }

        .work-location .btn-postbox .btn-link p {
            color: #666;
        }

        .work-location .btn-postbox .btn-link:hover, .work-location .btn-postbox .btn-link.active {
            background-color: #2ea29e;
            color: #fff;
        }

            .work-location .btn-postbox .btn-link:hover p, .work-location .btn-postbox .btn-link.active p {
                color: #fff;
            }

.post-location {
    position: relative;
}

    .post-location:before {
        top: 14px;
        font-size: 17px;
        left: 13px;
        content: "\e91b";
        position: absolute;
        z-index: 100;
    }

    .post-location .form-control {
        padding-left: 36px;
        font-family: arial;
    }

.private-invite {
    width: 100%;
    margin: 0 auto;
}

.post-buttons {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .post-buttons .btn {
        background: #fff;
        -webkit-box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
        box-shadow: 0px -1px 10px 0px rgba(100, 100, 100, 0.15);
        border-radius: 4px;
        text-transform: capitalize;
        width: 100%;
        text-align: left;
        margin-bottom: 7px;
        color: #6050aa;
        font-size: 14px;
        line-height: 16px;
        padding: 12px 15px;
    }

        .post-buttons .btn .icon, .post-buttons .btn .form-group-search:after, .post-buttons .btn .post-location, .post-buttons .btn .search-group:after, .post-buttons .btn .manage-search:before {
            vertical-align: middle;
            float: right;
            font-size: 21px;
            width: 16px;
        }

        .post-buttons .btn:hover {
            background: #2ea29e;
            color: #fff;
        }

    .post-buttons .active {
        background: #2ea29e;
        color: #fff;
    }

    .post-buttons .check {
        float: right;
    }

        .post-buttons .check img {
            width: 21px;
        }

.project-indicator {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 18px;
}

    .project-indicator li {
        display: inline-block;
        font-size: 11px;
        text-align: center;
    }

        .project-indicator li a {
            color: #b3b3b3;
        }

            .project-indicator li a:hover {
                color: #2ea29e;
            }

        .project-indicator li .active {
            color: #2ea29e;
        }

.project-modal .modal-body {
    padding: 0;
}

    .project-modal .modal-body .close {
        top: 17px;
        right: 17px;
    }

    .project-modal .modal-body .post-modal-title {
        padding: 15px 50px 15px 30px;
        text-align: left;
    }

        .project-modal .modal-body .post-modal-title h4 {
            margin: 0;
            color: #2ea29e;
        }

    .project-modal .modal-body .manage-search {
        padding: 18px 15px;
        background: #f0f0f0;
        border-bottom: 1px solid #e0e0e0;
    }

        .project-modal .modal-body .manage-search:before {
            top: 24px;
            font-size: 17px;
            left: 31px;
        }

        .project-modal .modal-body .manage-search .form-control {
            border-radius: 21px;
            padding-left: 43px;
            width: 100%;
            height: 30px;
        }

    .project-modal .modal-body .post-modal-content {
        padding: 15px;
        background: #f0f0f0;
    }

        .project-modal .modal-body .post-modal-content .dropzone-container {
            margin-bottom: 0;
        }

            .project-modal .modal-body .post-modal-content .dropzone-container .dropzone-holder {
                background: #fff;
                border-radius: 6px;
                border: 2px dashed #cccccc;
            }

        .project-modal .modal-body .post-modal-content .file-complete-holder {
            border-bottom: 1px solid #e3e3e3;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .project-modal .modal-body .post-modal-content .file-complete-holder:last-child {
                border-bottom: none;
            }

    .project-modal .modal-body .post-modal-scroll {
        width: 100%;
        max-height: 230px;
        overflow-y: scroll;
        background: #f0f0f0;
    }

        .project-modal .modal-body .post-modal-scroll .project-list {
            margin: 15px;
        }

            .project-modal .modal-body .post-modal-scroll .project-list ul {
                margin: 0;
                padding: 0;
            }

                .project-modal .modal-body .post-modal-scroll .project-list ul li {
                    display: inline-block;
                    width: 100%;
                    padding: 12px;
                    text-align: left;
                    border-radius: 5px;
                    float: left;
                    margin: 0px 5px 5px 0px;
                    cursor: pointer;
                }

                    .project-modal .modal-body .post-modal-scroll .project-list ul li a {
                        color: #666;
                    }

                        .project-modal .modal-body .post-modal-scroll .project-list ul li a .icon, .project-modal .modal-body .post-modal-scroll .project-list ul li a .form-group-search:after, .project-modal .modal-body .post-modal-scroll .project-list ul li a .post-location, .project-modal .modal-body .post-modal-scroll .project-list ul li a .search-group:after, .project-modal .modal-body .post-modal-scroll .project-list ul li a .manage-search:before {
                            font-size: 28px;
                            vertical-align: middle;
                            float: left;
                            padding-right: 8px;
                            color: #6050aa;
                        }

                    .project-modal .modal-body .post-modal-scroll .project-list ul li:hover {
                        background: #2ea29e;
                        color: #fff;
                    }

                        .project-modal .modal-body .post-modal-scroll .project-list ul li:hover a {
                            color: #fff;
                        }

                    .project-modal .modal-body .post-modal-scroll .project-list ul li .img-box img {
                        float: left;
                        padding-right: 8px;
                        width: 35px;
                    }

                .project-modal .modal-body .post-modal-scroll .project-list ul .active {
                    background: #2ea29e;
                    color: #fff;
                }

                    .project-modal .modal-body .post-modal-scroll .project-list ul .active a {
                        color: #fff;
                    }

    .project-modal .modal-body .post-modal-action {
        width: 100%;
        text-align: right;
        padding: 30px;
        display: inline-block;
    }

        .project-modal .modal-body .post-modal-action .eye-btn {
            font-size: 21px;
            vertical-align: middle;
            color: #666;
            display: inline-block;
            margin: 8px 20px;
        }

            .project-modal .modal-body .post-modal-action .eye-btn:hover {
                color: #2ea29e;
            }

        .project-modal .modal-body .post-modal-action .btn-single {
            margin-bottom: 10px;
        }

        .project-modal .modal-body .post-modal-action .btn-action {
            float: right;
            margin-right: 15px;
        }

            .project-modal .modal-body .post-modal-action .btn-action a {
                margin: 7px 12px 0px 0px;
            }

                .project-modal .modal-body .post-modal-action .btn-action a:last-child {
                    margin-right: 0;
                }

    .project-modal .modal-body .nav {
        background: #f0f0f0;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        padding: 5px 30px;
    }

        .project-modal .modal-body .nav ul {
            margin: 0;
            padding: 0;
        }

            .project-modal .modal-body .nav ul li {
                display: inline-block;
                padding: 12px;
                text-align: left;
                float: left;
            }

                .project-modal .modal-body .nav ul li a {
                    color: #000;
                }

                    .project-modal .modal-body .nav ul li a:hover, .project-modal .modal-body .nav ul li a.active {
                        color: #999999;
                    }

            .project-modal .modal-body .nav ul .division {
                padding: 14px 0px 10px 0px;
            }

.submit-required {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    color: #000;
}

    .submit-required img {
        max-width: 25px;
        display: block;
        margin: 0 auto;
        padding-bottom: 7px;
    }

@media (min-width: 768px) {
    .submit-required img {
        max-width: 25px;
        margin-right: 10px;
        display: inline-block;
    }

    .project-modal .modal-body .manage-search {
        padding: 18px 30px;
    }

        .project-modal .modal-body .manage-search:before {
            left: 45px;
        }

        .project-modal .modal-body .manage-search .form-control {
            width: 250px;
        }

    .project-modal .modal-body .post-modal-content {
        padding: 20px 30px;
    }

    .project-modal .modal-body .post-modal-scroll .project-list {
        margin: 15px 30px;
    }

        .project-modal .modal-body .post-modal-scroll .project-list ul li {
            width: 32.5%;
        }

    .project-modal .modal-body .post-modal-action .btn-single {
        margin-bottom: 0;
    }

    .post-main-holder {
        width: 600px;
    }

    .post-buttons {
        width: 300px;
    }

        .post-buttons .btn {
            font-size: 16px;
        }

    .post-title {
        width: 100%;
    }

    .post-dropdownbox {
        width: 300px;
    }

    .post-tab-holder {
        padding: 0px 30px;
    }

    .post-textarea, .post-textarea-second, .private-invite {
        width: 500px;
    }

    .posting-holder .back-arrow {
        font-size: 35px;
        position: absolute;
        top: 31px;
        z-index: 5;
        color: #999999;
    }

    .posting-holder .lower-btn .btn {
        width: auto;
    }

    .posting-holder .profile-skills {
        width: 558px;
        display: block;
    }

    .posting-holder .experience-required {
        padding: 0px 65px;
    }
}

@media (min-width: 992px) {
    .posting-holder {
        padding: 40px 30px;
    }

        .posting-holder .experience-required .required-btn .btn {
            height: 140px;
        }

    .post-textarea-second .file-complete-holder {
        height: 42px;
    }
}

.findbox {
    width: 100%;
    height: 227px;
    background: url(../images/findcover.jpg) 0 -20px no-repeat fixed;
    background-size: cover;
    padding-top: 60px;
}

    .findbox .form-group input {
        border: none;
        color: #b5b5b5;
    }

    .findbox .form-group p {
        color: #fff;
        text-align: center;
        font-size: 18px;
    }

.filter-container {
    width: 100%;
    height: auto;
    background-color: #1c1c1c;
}

    .filter-container select.form-control {
        height: 65px;
        border: none;
        border-radius: 0;
        border-bottom: 1px #2e2e2e solid;
        padding: 10px 12px;
        color: #ddd;
        background: #1c1c1c url(../images/caret-white.png) no-repeat 98% 27px !important;
    }

    .filter-container .btn:hover {
        color: #ddd;
    }

    .filter-container .btn.active {
        color: #ddd;
    }

        .filter-container .btn.active :after {
            z-index: 1;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            content: '';
            width: 0;
            height: 0;
            border-top: solid 10px #1c1c1c;
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
        }

    .filter-container .btn:focus {
        color: #9c9c9c;
    }

.btn-filter {
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 0;
    background: #1c1c1c;
    color: #ddd;
}

.no-results-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 60px;
}

    .no-results-box img {
        margin-bottom: 30px;
    }

    .no-results-box p {
        font-size: 35px;
        line-height: 33px;
        color: #b5b5b5;
        text-transform: capitalize;
    }

.morefilter-box {
    width: 100%;
    background: #2e2e2e;
}

    .morefilter-box .filter-dropdown {
        position: relative;
        width: 100%;
    }

        .morefilter-box .filter-dropdown .form-group {
            padding: 17px 0px 12px 0px;
            margin-bottom: 0;
        }

            .morefilter-box .filter-dropdown .form-group input {
                background: #424242;
                border: none;
                color: #9c9c9c;
            }

.filter-tags {
    width: 100%;
    border-bottom: none;
}

    .filter-tags .sort-filter {
        border-bottom: none;
        margin-top: 35px;
    }

    .filter-tags .selected-values {
        padding: 0;
    }

        .filter-tags .selected-values div {
            border-radius: 14px;
            margin: 0px 5px 15px 3px;
            background: #6050aa;
            padding: 0 0 2px 16px;
        }

            .filter-tags .selected-values div span {
                color: #fff;
                font-size: 14px;
            }

            .filter-tags .selected-values div button {
                padding: 0px 12px;
            }

                .filter-tags .selected-values div button .icon, .filter-tags .selected-values div button .form-group-search:after, .filter-tags .selected-values div button .post-location, .filter-tags .selected-values div button .search-group:after, .filter-tags .selected-values div button .manage-search:before {
                    color: #fff;
                }

        .filter-tags .selected-values p {
            float: left;
            margin-right: 5px;
        }

        .filter-tags .selected-values a {
            text-align: center;
            color: #828282;
            margin-bottom: 10px;
        }

    .filter-tags .form-group {
        margin-bottom: 0;
    }

    .filter-tags select.form-control {
        border-radius: 14px;
    }

.freelancers-list {
    width: 100%;
    display: inline-block;
}

    .freelancers-list .media-list {
        border-bottom: 1px #cfcfcf solid;
    }

    .freelancers-list .header-avatar-image {
        position: relative;
        display: inline-block;
        width: 50px;
        margin-right: 10px;
    }

        .freelancers-list .header-avatar-image img {
            width: 100%;
        }

        .freelancers-list .header-avatar-image:after {
            position: absolute;
            right: 0px;
            bottom: 4px;
            display: inline-block;
            width: 12px;
            height: 12px;
            content: '';
            background-color: #2ea29e;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .freelancers-list .profile-box-user-rating .rating .icon, .freelancers-list .profile-box-user-rating .rating .form-group-search:after, .freelancers-list .profile-box-user-rating .rating .post-location, .freelancers-list .profile-box-user-rating .rating .search-group:after, .freelancers-list .profile-box-user-rating .rating .manage-search:before {
        font-size: 14px;
    }

    .freelancers-list .profile-box-user-rating .rating .icon-rated {
        color: #6050aa;
    }

.filter-listings {
    border-bottom: 1px #cfcfcf solid;
    padding-bottom: 12px;
}

    .filter-listings .project-box .media-body a {
        color: #2ea29e;
    }

        .filter-listings .project-box .media-body a:hover {
            color: #34b6b1;
        }

    .filter-listings .star-align .rating {
        float: left;
        width: 100%;
        height: 26px;
        margin: 10px;
        text-align: right;
        display: inline-block;
    }

        .filter-listings .star-align .rating .icon, .filter-listings .star-align .rating .form-group-search:after, .filter-listings .star-align .rating .post-location, .filter-listings .star-align .rating .search-group:after, .filter-listings .star-align .rating .manage-search:before {
            font-size: 25px;
            margin-right: 12px;
        }

    .filter-listings .star-align .btn {
        float: right;
    }

.status-link-open {
    color: #2ea29e;
    margin-left: 10px;
}

.status-link-closed {
    color: red;
    margin-left: 10px;
}

.avatar-box {
    margin-left: 31px;
    width: 200px;
    text-align: left;
}

    .avatar-box .pic-box img {
        width: 100%;
        max-width: 60px;
    }

    .avatar-box p {
        margin: 0 auto;
        line-height: 18px;
        text-align: left;
        margin: 10px 0px;
    }

    .avatar-box .btn-list {
        padding: 0;
        text-align: left;
    }

        .avatar-box .btn-list li {
            list-style: none;
            margin-bottom: 9px;
        }

            .avatar-box .btn-list li a {
                text-align: left;
            }

                .avatar-box .btn-list li a .icon, .avatar-box .btn-list li a .form-group-search:after, .avatar-box .btn-list li a .post-location, .avatar-box .btn-list li a .search-group:after, .avatar-box .btn-list li a .manage-search:before {
                    font-size: 22px;
                    padding-right: 12px;
                    vertical-align: middle;
                    color: #6050aa;
                    top: -3px;
                    position: relative;
                }

                    .avatar-box .btn-list li a .icon:hover, .avatar-box .btn-list li a .form-group-search:hover:after, .avatar-box .btn-list li a .post-location:hover, .avatar-box .btn-list li a .search-group:hover:after, .avatar-box .btn-list li a .manage-search:hover:before {
                        color: #2ea29e;
                    }

                .avatar-box .btn-list li a:hover, .avatar-box .btn-list li a :focus {
                    color: #2ea29e;
                }

        .avatar-box .btn-list .amount-text {
            color: #2ea29e;
            font-size: 38px;
        }

.btn-list-outside {
    padding: 0;
    text-align: left;
}

    .btn-list-outside li {
        list-style: none;
        margin-bottom: 9px;
    }

        .btn-list-outside li a {
            text-align: left;
        }

            .btn-list-outside li a .icon, .btn-list-outside li a .form-group-search:after, .btn-list-outside li a .post-location, .btn-list-outside li a .search-group:after, .btn-list-outside li a .manage-search:before {
                font-size: 22px;
                padding-right: 12px;
                vertical-align: middle;
                color: #6050aa;
                top: -3px;
                position: relative;
            }

                .btn-list-outside li a .icon:hover, .btn-list-outside li a .form-group-search:hover:after, .btn-list-outside li a .post-location:hover, .btn-list-outside li a .search-group:hover:after, .btn-list-outside li a .manage-search:hover:before {
                    color: #2ea29e;
                }

            .btn-list-outside li a:hover, .btn-list-outside li a :focus {
                color: #2ea29e;
            }

    .btn-list-outside .amount-text {
        color: #2ea29e;
        font-size: 38px;
    }

.feedback-holder {
    width: 100%;
    display: table;
}

    .feedback-holder .media {
        padding: 20px 15px 10px 15px;
    }

    .feedback-holder .media-body {
        padding-right: 0;
    }

        .feedback-holder .media-body .rating .icon-star-filled {
            color: #b3b3b3;
        }

        .feedback-holder .media-body .rating .icon-rated {
            color: #2ea29e;
        }

    .feedback-holder .feeback-left-box {
        display: block;
        background: whitesmoke;
    }

    .feedback-holder .feeback-right-box {
        display: block;
        background: #ebebeb;
    }

@media (min-width: 992px) {
    .avatar-box {
        margin-left: 0;
    }

    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }

    .filter-container select.form-control {
        border-right: 1px #2e2e2e solid;
        border-bottom: none;
    }

    .morefilter-box .filter-dropdown .form-group {
        padding: 20px 0px;
    }

    .filter-tags .sort-filter {
        border-bottom: 1px #cfcfcf solid;
    }

    .filter-tags .freelancers-list .header-avatar-image {
        width: 125px;
    }

        .filter-tags .freelancers-list .header-avatar-image:after {
            right: 14px;
            bottom: 5px;
            width: 20px;
            height: 20px;
        }

    .filter-listings .star-align {
        margin-top: 50px;
    }

        .filter-listings .star-align .rating {
            float: right;
            width: 26px;
            height: 26px;
            margin-right: 15px;
            margin: 9px 10px 0px 0px;
            text-align: right;
        }

            .filter-listings .star-align .rating .icon, .filter-listings .star-align .rating .form-group-search:after, .filter-listings .star-align .rating .post-location, .filter-listings .star-align .rating .search-group:after, .filter-listings .star-align .rating .manage-search:before {
                font-size: 25px;
            }

        .filter-listings .star-align .btn {
            float: right;
            margin-bottom: 0px;
        }
}

.search-group {
    position: relative;
}

    .search-group .form-control {
        color: #fff;
        background-color: transparent;
    }

        .search-group .form-control::placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

    .search-group:after {
        color: #fff;
        content: "\e904";
        position: absolute;
        top: 15px;
        right: 15px;
    }

.messages-bar {
    padding: 15px 0;
    background-color: #6050aa;
}

.messages-avatar .media-left {
    vertical-align: middle;
}

    .messages-avatar .media-left img {
        width: 50px;
        height: 50px;
    }

.messages-avatar .media-body .media-heading {
    vertical-align: middle;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.messages-avatar .media-body p {
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}

.messages-search {
    text-align: right;
    border-bottom: 1px solid #4c4087;
    margin-bottom: 15px;
}

    .messages-search .form-group {
        margin-bottom: 15px;
    }

    .messages-search .form-control {
        display: block;
        width: 100%;
    }

    .messages-search .btn {
        width: 100%;
    }

.message-container {
    top: 289px;
    left: 50px;
    right: 0;
    bottom: 0;
    position: fixed;
}

.messages-contact {
    background-color: #f2f2f2;
    overflow: auto;
    width: 50px;
    height: 100%;
}

    .messages-contact .media {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px;
        display: block;
        margin: 0;
    }

        .messages-contact .media .media-left {
            vertical-align: middle;
        }

            .messages-contact .media .media-left img {
                width: 30px;
            }

        .messages-contact .media .media-body {
            display: none;
            vertical-align: middle;
        }

            .messages-contact .media .media-body .media-heading {
                font-weight: 700;
                font-size: 14px;
            }

            .messages-contact .media .media-body p {
                font-size: 12px;
                margin-bottom: 0;
            }

            .messages-contact .media .media-body a {
                color: #666;
            }

        .messages-contact .media .media-right {
            display: none;
            vertical-align: middle;
        }

            .messages-contact .media .media-right h5 {
                font-weight: 300;
            }

            .messages-contact .media .media-right .label-default {
                background-color: #d9d9d9;
            }

        .messages-contact .media.active {
            background-color: #fff;
        }

            .messages-contact .media.active .label-default {
                background-color: #6050aa;
            }

        .messages-contact .media .messages-option {
            width: 100px;
            text-align: right;
        }

            .messages-contact .media .messages-option .btn-link {
                color: #666;
                display: none;
            }

            .messages-contact .media .messages-option h5 {
                display: inline-block;
            }

        .messages-contact .media:hover {
            background-color: #fff;
        }

            .messages-contact .media:hover .messages-option .btn-link {
                display: inline-block;
            }

.messages-thread {
    background-color: #fff;
    width: calc(100% - 50px);
    height: 100%;
    position: relative;
}

    .messages-thread .message-time {
        color: #b3b3b3;
    }

    .messages-thread .media {
        width: 100%;
    }

        .messages-thread .media.media-right-align .thread-bubble {
            text-align: right;
            background-color: #ecf9ff;
        }

        .messages-thread .media.media-right-align .message-time {
            text-align: right;
        }

        .messages-thread .media .media-right img,
        .messages-thread .media .media-left img {
            width: 30px;
        }

    .messages-thread .thread-bubble {
        background-color: #f2f2f7;
        padding: 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .messages-thread .thread-bubble p {
            margin-bottom: 0;
        }

            .messages-thread .thread-bubble p > a {
                color: #2ea29e;
            }

    .messages-thread .messages-scroll {
        padding: 15px;
        overflow: auto;
        height: calc(100% - 80px);
    }

        .messages-thread .messages-scroll::-webkit-scrollbar-track {
            background-color: #fff;
        }

.messages-tools {
    padding: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

    .messages-tools .input-group {
        background-color: #ededfa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
    }

        .messages-tools .input-group .form-control {
            padding-left: 10px;
            background-color: transparent;
            border-color: transparent;
        }

            .messages-tools .input-group .form-control:focus {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .messages-tools .input-group .btn {
            font-size: 20px;
            padding: 5px 10px;
            color: gray;
            border-color: transparent;
        }

.messages-empty {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

    .messages-empty .messages-empty-container {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

        .messages-empty .messages-empty-container img {
            max-width: 90px;
        }

        .messages-empty .messages-empty-container h3 {
            font-size: 20px;
            color: #6050aa;
        }

@media (min-width: 768px) {
    .messages-thread .messages-scroll {
        padding: 30px;
        height: calc(100% - 100px);
    }

    .messages-thread .media {
        width: 75%;
    }

        .messages-thread .media .media-right img,
        .messages-thread .media .media-left img {
            width: 60px;
        }

    .messages-search .form-group {
        display: block;
    }

    .messages-search .btn {
        width: 100%;
    }

    .message-container {
        left: 70px;
    }

    .messages-tools {
        padding: 30px;
    }

    .messages-empty .messages-empty-container img {
        max-width: 200px;
    }

    .messages-empty .messages-empty-container h3 {
        font-size: 24px;
    }
}

.message-search-contact .messages-search .form-group-search {
    display: inline-block !important;
    width: calc( 100% - 62px) !important;
}

.message-search-contact .form-group-search-close {
    display: inline-block !important;
}

    .message-search-contact .form-group-search-close .btn {
        width: 58px !important;
        border-width: 0;
    }

.message-search-contact .messages-search {
    border-bottom: none;
    margin-bottom: 0;
}

    .message-search-contact .messages-search .form-group {
        margin-bottom: 0;
    }

.message-search-contact .messages-contact {
    width: 100%;
}

    .message-search-contact .messages-contact .media {
        padding: 30px;
    }

        .message-search-contact .messages-contact .media .media-body,
        .message-search-contact .messages-contact .media .media-right {
            display: table-cell;
        }

.message-search-contact .message-container {
    top: 149px;
}

@media (min-width: 992px) {
    .messages-bar {
        padding: 30px 0;
    }

    .messages-search {
        border-bottom: none;
        margin-bottom: 0;
    }

        .messages-search .form-group {
            display: inline-block;
            width: auto;
            margin-bottom: 0;
        }

        .messages-search .search-group {
            margin-right: 30px;
        }

    .message-container {
        top: 181px;
        left: 90px;
    }

    .messages-contact {
        width: 33.33%;
    }

        .messages-contact .media {
            padding: 30px;
        }

            .messages-contact .media .media-body,
            .messages-contact .media .media-right {
                display: table-cell;
            }

    .messages-thread {
        width: 66.66%;
    }

    .message-search-contact .message-container {
        top: 179px;
    }
}

@media (min-width: 1200px) {
    .messages-search .search-group > .form-control {
        min-width: 400px;
    }

    .message-container {
        top: 181px;
        left: 130px;
    }
}

.green-box {
    background-color: #2ea29e;
    color: #fff;
    padding: 8px 0px;
    text-align: center;
}

    .green-box p {
        float: left;
        margin: 0 auto;
        line-height: 18px;
    }

    .green-box .btn-outline {
        border: 1px #fff solid;
        color: #fff;
        padding: 5px 26px;
        font-size: 15px;
        margin-left: 12px;
        margin-top: 7px;
    }

.contact-details-holder .details-line {
    font-size: 18px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.contact-details-holder .contract-details-box {
    margin-bottom: 25px;
}

    .contact-details-holder .contract-details-box label {
        color: #6050aa;
    }

    .contact-details-holder .contract-details-box p {
        color: #b3b3b3;
        font-size: 14px;
    }

        .contact-details-holder .contract-details-box p span {
            margin-right: 12px;
        }

    .contact-details-holder .contract-details-box ul {
        margin: 0;
        padding: 0;
    }

        .contact-details-holder .contract-details-box ul li {
            display: inline-block;
        }

            .contact-details-holder .contract-details-box ul li a {
                margin-left: 15px;
                text-align: right;
            }

                .contact-details-holder .contract-details-box ul li a:hover {
                    color: #2ea29e;
                }

.hire-header {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    text-align: left;
    padding: 12px 0;
}

    .hire-header .img-circle {
        width: 50px;
    }

    .hire-header .media-body h3 {
        color: #6050aa;
        margin-bottom: 0;
        margin-top: 0px;
        font-size: 20px;
    }

.btn-holder .text-right button {
    margin-top: 20px;
}

.manage-header {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    padding: 15px 0;
}

    .manage-header .img-circle {
        float: left;
    }

.manage-title {
    text-align: center;
    margin-bottom: 15px;
}

    .manage-title h3 {
        margin-top: 0;
        color: #6050aa;
    }

    .manage-title ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .manage-title ul li {
            display: block;
            margin-bottom: 5px;
        }

            .manage-title ul li:last-child {
                margin-bottom: 0;
            }

            .manage-title ul li .span {
                vertical-align: middle;
                display: inline;
            }

.manage-tools > div {
    display: block;
    margin-bottom: 10px;
}

    .manage-tools > div .btn {
        width: 100%;
        border-width: 0;
    }

        .manage-tools > div .btn .icon, .manage-tools > div .btn .form-group-search:after, .manage-tools > div .btn .post-location, .manage-tools > div .btn .search-group:after, .manage-tools > div .btn .manage-search:before {
            color: #6050aa;
            font-size: 20px;
            vertical-align: middle;
            display: inline;
            margin-right: 4px;
            top: -3px;
            position: relative;
        }

        .manage-tools > div .btn:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.manage-search {
    position: relative;
}

    .manage-search .form-control {
        padding-left: 25px;
    }

    .manage-search:before {
        top: 5px;
        left: 5px;
        position: absolute;
    }

.manage-freelancer-option {
    width: 100%;
}

    .manage-freelancer-option a.freelander-rate {
        margin-bottom: 15px;
        font-size: 20px;
        color: #2ea29e;
        display: inline-block;
    }

    .manage-freelancer-option a.btn {
        width: 100%;
    }

.project-box-proposals {
    padding-bottom: 0;
    overflow: inherit;
}

    .project-box-proposals .media-right .dropdown-menu {
        left: -40px;
    }

.project-invite-box {
    display: block;
    background: red;
}

.manage-freelancer-extras {
    margin-top: 30px;
    text-align: right;
    background-color: whitesmoke;
}

    .manage-freelancer-extras .btn {
        color: #fff;
        margin-left: -1px;
        border-width: 0;
        margin-bottom: 10px;
        text-transform: none;
        display: block;
        border-radius: 0;
        padding: 10px 20px;
        margin-right: 0;
    }

        .manage-freelancer-extras .btn:first-child {
            margin-left: 0;
        }

        .manage-freelancer-extras .btn .icon, .manage-freelancer-extras .btn .form-group-search:after, .manage-freelancer-extras .btn .post-location, .manage-freelancer-extras .btn .search-group:after, .manage-freelancer-extras .btn .manage-search:before {
            font-size: 20px;
            vertical-align: middle;
            display: inline;
            margin-right: 4px;
            top: -3px;
            position: relative;
        }

    .manage-freelancer-extras .btn-darkgray {
        background: #858585;
        border-radius: none;
    }

        .manage-freelancer-extras .btn-darkgray:hover {
            background: #6e6e6e;
        }

.rating-star {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

    .rating-star li {
        display: inline-block;
    }

        .rating-star li .icon, .rating-star li .form-group-search:after, .rating-star li .post-location, .rating-star li .search-group:after, .rating-star li .manage-search:before {
            font-size: 24px;
            color: #ccc;
        }

        .rating-star li.hover > .icon, .rating-star li.hover > .form-group-search:after, .rating-star li.hover > .post-location, .rating-star li.hover > .search-group:after, .rating-star li.hover > .manage-search:before {
            color: #fdcd01;
        }

        .rating-star li.rated > .icon, .rating-star li.rated > .form-group-search:after, .rating-star li.rated > .post-location, .rating-star li.rated > .search-group:after, .rating-star li.rated > .manage-search:before {
            color: #ffc000;
        }

.no-padding {
    padding: 0;
}

.total-hrs {
    text-align: center;
}

    .total-hrs span {
        color: #2ea29e;
        margin-left: 20px;
    }

.time-select span {
    color: #6050aa;
    font-size: 20px;
    padding: 11px 15px;
}

.time-select .input-group-addon i {
    width: 20px;
}

.add-task-container {
    border-top: 1px solid #d9d9d9;
}

    .add-task-container .action-spacer {
        padding-top: 20px;
    }

.profile-holder {
    text-align: center;
}

    .profile-holder .pic-box p {
        color: #6050aa;
        float: none;
        padding-top: 12px;
    }

    .profile-holder .pic-box img {
        width: 70px;
        float: none;
        margin-left: 0;
    }

.terms-modal-box .modal-header {
    padding: 30px 30px 0px 30px;
}

    .terms-modal-box .modal-header button {
        margin-bottom: 20px;
    }

.terms-modal-box .modal-body {
    padding: 0px 30px 30px 30px;
}

.close-project-modal textarea {
    height: 170px;
}

.close-project-modal .btn-bottom {
    width: 100%;
    text-align: center;
}

.manage-file-holder .label-title {
    width: 100%;
    padding: 15px 0px;
    color: #666;
    margin-bottom: 0;
    font-size: 15px;
}

.manage-file-holder .filebox-container {
    padding: 25px;
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}

    .manage-file-holder .filebox-container a {
        float: left;
        width: 100%;
        display: block;
        padding: 12px 0px;
        text-align: center;
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 10px;
        margin: 0px 0px 20px 0px;
    }

        .manage-file-holder .filebox-container a p {
            color: #666;
            margin-bottom: 0;
        }

        .manage-file-holder .filebox-container a:hover p {
            color: #6050aa;
        }

        .manage-file-holder .filebox-container a .file-holder {
            margin: 0 auto;
            display: block;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .manage-file-holder .filebox-container a .file-holder img {
                margin-bottom: 7px;
            }

.manage-icon-img {
    width: 25px;
    margin-right: 12px;
}

.sort-box .form-group-sm select.form-control {
    border-radius: 15px;
    height: 30px;
    line-height: 20px;
    background: #fff url(../images/caret-small.jpg) no-repeat 99% 11px;
}

.manage-docs-modal .modal-lg .modal-content {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

    .manage-docs-modal .modal-lg .modal-content .docs-header {
        width: 100%;
        display: block;
        background: #2ea29e;
        color: #fff;
        padding: 12px 15px;
    }

        .manage-docs-modal .modal-lg .modal-content .docs-header p {
            text-align: center;
            margin-bottom: 0;
        }

        .manage-docs-modal .modal-lg .modal-content .docs-header .icon-links {
            width: 100%;
            text-align: center;
            display: inline-block;
        }

            .manage-docs-modal .modal-lg .modal-content .docs-header .icon-links a {
                color: #fff;
                font-size: 14px;
                margin-left: 17px;
            }

                .manage-docs-modal .modal-lg .modal-content .docs-header .icon-links a:hover {
                    color: #000;
                }

                .manage-docs-modal .modal-lg .modal-content .docs-header .icon-links a:first-child {
                    margin-left: 0;
                }

    .manage-docs-modal .modal-lg .modal-content .doc-file-img {
        text-align: center;
    }

        .manage-docs-modal .modal-lg .modal-content .doc-file-img img {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }

@media (max-width: 991px) {
    .manage-tools {
        padding-top: 15px;
        border-top: 1px solid #d9d9d9;
    }
}

@media (min-width: 768px) {
    .manage-docs-modal .modal-lg .modal-content .docs-header p {
        text-align: left;
    }

    .manage-docs-modal .modal-lg .modal-content .docs-header .icon-links {
        text-align: right;
    }

    .total-hrs {
        text-align: left;
    }

    .btn-holder .text-right button {
        margin-top: 0px;
    }

    .green-box .btn-outline {
        margin-top: 0;
    }

    .hire-header .img-circle {
        width: 80px;
    }

    .hire-header .media-body h3 {
        margin-top: 15px;
        font-size: 25px;
    }

    .manage-freelancer-option {
        width: 245px;
    }

        .manage-freelancer-option a.freelander-rate {
            margin-right: 15px;
            margin-bottom: 0;
            display: inline-block;
        }

        .manage-freelancer-option a.btn {
            width: auto;
            display: inline-block;
        }

    .manage-freelancer-extras {
        text-align: right;
    }

        .manage-freelancer-extras .btn {
            display: inline-block;
            margin-bottom: 0;
        }

            .manage-freelancer-extras .btn:first-child {
                margin-left: 0;
            }
}

@media (min-width: 992px) {
    .manage-file-holder .filebox-container a {
        margin: 0px 20px 0px 0px;
        width: 145px;
    }

        .manage-file-holder .filebox-container a .file-holder p {
            margin-bottom: 0;
        }

    .profile-holder .pic-box p {
        float: right;
        padding-top: 23px;
    }

    .profile-holder .pic-box img {
        float: right;
        margin-left: 15px;
    }

    .manage-header {
        margin-bottom: 30px;
        padding: 30px 0;
    }

    .manage-title {
        text-align: left;
        margin-bottom: 0;
    }

        .manage-title h3 {
            text-overflow: ellipsis;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        .manage-title ul li {
            display: inline-block;
            margin-right: 30px;
            line-height: 1.5;
        }

            .manage-title ul li:last-child {
                margin-right: 0;
            }

    .manage-tools > div {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .manage-tools > div .btn {
            width: auto;
        }

        .manage-tools > div:last-child {
            margin-right: 0;
        }
}

.confirmation-header {
    text-align: center;
    padding: 15px 0;
    background-color: #f2f2f2;
    margin-bottom: 30px;
}

    .confirmation-header h4 {
        margin-top: 0;
        font-size: 16px;
        color: #2ea29e;
    }

    .confirmation-header h2 {
        font-size: 24px;
        color: #6050aa;
        margin-bottom: 5px;
    }

    .confirmation-header a.confirmation-header-link {
        color: #666;
        display: inline-block;
        margin-bottom: 15px;
    }

.confirmation-contract h5 {
    color: #666;
    margin-top: 0;
}

.confirmation-contract .confirmation-contract-box {
    margin-bottom: 45px;
}

    .confirmation-contract .confirmation-contract-box h4 {
        margin-top: 0;
        font-weight: 700;
        font-size: 16px;
        color: #6050aa;
    }

    .confirmation-contract .confirmation-contract-box h3 {
        font-weight: 400;
        font-size: 16px;
        color: #666;
        margin-top: 0;
        margin-bottom: 0;
    }

    .confirmation-contract .confirmation-contract-box .confirmation-contract-location {
        color: #999999;
        margin-top: 5px;
        margin-bottom: 0;
    }

        .confirmation-contract .confirmation-contract-box .confirmation-contract-location .icon, .confirmation-contract .confirmation-contract-box .confirmation-contract-location .form-group-search:after, .confirmation-contract .confirmation-contract-box .confirmation-contract-location .post-location, .confirmation-contract .confirmation-contract-box .confirmation-contract-location .search-group:after, .confirmation-contract .confirmation-contract-box .confirmation-contract-location .manage-search:before {
            font-size: 22px;
            display: inline;
            vertical-align: middle;
        }

.confirmation-contract-btns .btn {
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .confirmation-header {
        text-align: left;
        padding: 30px 0;
    }

        .confirmation-header h4 {
            font-size: 18px;
        }

        .confirmation-header h2 {
            font-size: 26px;
            text-transform: uppercase;
        }

        .confirmation-header a.confirmation-header-link {
            margin-bottom: 0;
        }

    .confirmation-contract .confirmation-contract-box {
        margin-bottom: 45px;
    }

        .confirmation-contract .confirmation-contract-box .confirmation-contract-location {
            margin-bottom: -30px;
        }

    .confirmation-contract-btns .btn {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }

        .confirmation-contract-btns .btn:last-of-type {
            margin-right: 0;
        }
}

.invoice-reminders {
    border: 1px solid #e0e0e0;
    background-color: whitesmoke;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

    .invoice-reminders div[class^="col-"],
    .invoice-reminders div[class*="col-"] {
        margin-bottom: 30px;
    }

    .invoice-reminders h5 {
        font-size: 14px;
        color: #666;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .invoice-reminders h3 {
        font-family: 'Source Sans Pro';
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: 200;
        font-size: 30px;
    }

    .invoice-reminders p {
        margin-bottom: 0;
    }

.invoice-filter {
    margin-bottom: 30px;
}

    .invoice-filter .double-calendar,
    .invoice-filter .form-group {
        margin-bottom: 30px;
    }

.invoice-table .table thead {
    color: #333;
    background-color: transparent;
}

    .invoice-table .table thead > tr {
        border-bottom: 1px solid #ebebeb;
    }

        .invoice-table .table thead > tr > th {
            color: #333;
            font-weight: 400;
        }

            .invoice-table .table thead > tr > th .trash-btn {
                font-size: 21px;
                color: #666;
            }

                .invoice-table .table thead > tr > th .trash-btn:hover {
                    color: #6050aa;
                }

.invoice-table .table th, .invoice-table .table td {
    padding: 12px;
    white-space: nowrap;
}

.invoice-table .table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}

    .invoice-table .table tbody > tr > td {
        vertical-align: middle;
    }

        .invoice-table .table tbody > tr > td a {
            color: #666;
        }

        .invoice-table .table tbody > tr > td .add-item {
            text-decoration: underline;
            color: #6050aa;
            text-align: righ;
        }

        .invoice-table .table tbody > tr > td .edit-btn, .invoice-table .table tbody > tr > td .trash-btn {
            font-size: 20px;
        }

            .invoice-table .table tbody > tr > td .edit-btn:hover, .invoice-table .table tbody > tr > td .trash-btn:hover {
                color: #6050aa;
            }

.invoice-table .table tbody .no-border {
    border: none;
}

.invoice-table .table .label {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.invoice-table .table .table-action {
    text-align: right;
    min-width: 215px;
}

.invoice-table .table .btn-group > .btn {
    width: 40px;
}

    .invoice-table .table .btn-group > .btn:first-child {
        width: 150px;
    }

.invoice-table .table .invoice-empty {
    padding: 30px 0;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

    .invoice-table .table .invoice-empty .icon, .invoice-table .table .invoice-empty .form-group-search:after, .invoice-table .table .invoice-empty .post-location, .invoice-table .table .invoice-empty .search-group:after, .invoice-table .table .invoice-empty .manage-search:before {
        margin-right: 5px;
        font-size: 28px;
        top: 4px;
        position: relative;
    }

.table-sort {
    display: inline-block;
}

    .table-sort > button {
        padding: 0 3px;
        background-color: transparent;
        border-width: 0;
        display: inline-block;
    }

        .table-sort > button:focus, .table-sort > button:hover {
            color: #2ea29e;
        }

    .table-sort .table-sort-asc .caret {
        border-top: 0;
        border-bottom: 4px dashed;
        border-bottom: 4px solid\9;
    }

.invoice-table-pagination > div {
    display: block;
    width: 100%;
    text-align: center;
}

    .invoice-table-pagination > div:first-child {
        margin-bottom: 30px;
    }

.invoice-table-pagination .form-control {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.invoice-table-pagination .btn-group {
    margin-left: 10px;
}

.invoice-billing {
    padding-right: 0;
}

    .invoice-billing .double-calendar {
        padding-right: 0px;
    }

.no-margin-btm .table-responsive {
    margin-bottom: 20px;
}

    .no-margin-btm .table-responsive .table {
        margin-bottom: 0;
    }

.billing-info ul {
    padding: 0;
    margin: 0;
}

    .billing-info ul li {
        list-style: none;
        line-height: 27px;
    }

        .billing-info ul li span {
            font-weight: bold;
            width: auto;
            display: static;
            float: none;
        }

.invoice-btn-box {
    margin-top: 20px;
}

    .invoice-btn-box .btn {
        margin-bottom: 10px;
    }

.invoice-rate {
    width: 100%;
    overflow-x: hidden;
    border-bottom: none;
}

    .invoice-rate .computation-list {
        width: 250px;
        float: right;
        display: block;
    }

        .invoice-rate .computation-list ul {
            margin: 0;
            padding: 0;
            float: left;
        }

            .invoice-rate .computation-list ul li {
                list-style: none;
                text-align: left;
                display: block;
                font-size: 21px;
                line-height: 33px;
            }

                .invoice-rate .computation-list ul li span {
                    font-size: 22px;
                    width: 155px;
                    display: block;
                    text-align: right;
                }

                .invoice-rate .computation-list ul li .form-control {
                    width: 100px;
                    text-align: right;
                    float: right;
                    font-size: 22px;
                    padding: 10px 5px 10px 5px;
                }

    .invoice-rate .invoice-total {
        width: 100%;
        margin-top: 12px;
        background-color: whitesmoke;
        float: right;
        display: block;
    }

        .invoice-rate .invoice-total ul {
            margin: 0;
            padding: 0;
            float: right;
        }

            .invoice-rate .invoice-total ul li {
                list-style: none;
                display: inline-block;
                font-size: 23px;
            }

                .invoice-rate .invoice-total ul li span {
                    background-color: #2ea29e;
                    display: block;
                    color: #fff;
                    padding: 15px;
                    margin-left: 45px;
                }

@media (min-width: 992px) {
    .invoice-reminders {
        text-align: left;
    }

        .invoice-reminders div[class^="col-"],
        .invoice-reminders div[class*="col-"] {
            margin-bottom: 0;
        }

        .invoice-reminders h5 {
            font-size: 16px;
        }

    .invoice-filter .double-calendar,
    .invoice-filter .form-group {
        margin-bottom: 0;
    }

    .invoice-table-pagination > div {
        display: inline;
        width: auto;
    }

        .invoice-table-pagination > div:first-child {
            margin-bottom: 0;
        }

    .invoice-table-pagination .form-control {
        width: 100px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .invoice-table-pagination .btn-group {
        margin-left: 10px;
    }

    .invoice-billing {
        padding-right: 100px;
    }

        .invoice-billing .double-calendar {
            padding-right: 280px;
        }

    .billing-info ul li span {
        font-weight: bold;
        width: 115px;
        display: block;
        float: left;
    }

    .invoice-btn-box {
        margin-top: 0px;
    }

        .invoice-btn-box .btn {
            margin-bottom: 0px;
        }
}

.dashboard-page {
    overflow-x: hidden;
}

.dashboard-top-menus {
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    border-bottom: 2px solid #ededed;
}

    .dashboard-top-menus .content-nav {
        border-bottom: none;
    }

        .dashboard-top-menus .content-nav .content-nav-menu li a {
            padding: 15px 5px;
        }

.dashboard-holder {
    margin-bottom: 30px;
}

    .dashboard-holder .panel {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
    }

        .dashboard-holder .panel .panel-heading {
            padding: 15px 15px;
            border-radius: 0;
            border: none;
            border-color: transparent;
            border: 1px solid #d9d9d9;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: "Arimo", sans-serif;
        }

    .dashboard-holder .dashboard-list {
        width: 100%;
        padding: 25px 20px;
        display: inline-block;
        border: 1px solid #d9d9d9;
        border-top: none;
    }

        .dashboard-holder .dashboard-list .project-box {
            padding: 0;
        }

            .dashboard-holder .dashboard-list .project-box .media-body {
                padding-right: 0;
            }

            .dashboard-holder .dashboard-list .project-box .btn {
                font-size: 14px;
                padding: 3px 20px;
                margin-bottom: 0;
                margin-top: 12px;
            }

    .dashboard-holder p {
        margin-bottom: 0;
        margin: 0 auto;
    }

.dashboard-bg {
    background-color: #f2f2f2;
    padding: 15px 0;
}

.dashboard-notification {
    background: #fff;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    margin-bottom: 25px;
    padding: 12px 25px;
    display: block;
}

    .dashboard-notification .notify-box1 {
        float: left;
        text-align: center;
    }

        .dashboard-notification .notify-box1 span {
            margin-right: 7px;
            font-size: 24px;
            vertical-align: middle;
        }

        .dashboard-notification .notify-box1 .btn {
            padding: 3px 20px;
            margin-left: 0px;
            margin-top: 10px;
        }

    .dashboard-notification .media-list {
        margin-bottom: 0;
    }

        .dashboard-notification .media-list .media-right {
            vertical-align: middle;
        }

.dashboard-holder-earnings .media-heading.dashboard-amount-available {
    font-size: 28px;
    color: #2ea29e;
}

.dashboard-holder-earnings .media-heading.dashboard-amount-pending {
    color: #333;
}

.dashboard-holder-earnings .media-body p {
    color: gray;
}

.board-btn-holder {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-top: none;
}

    .board-btn-holder .board-btn {
        text-align: center;
    }

        .board-btn-holder .board-btn a {
            color: #2ea29e;
            text-decoration: underline;
            font-size: 14px;
        }

            .board-btn-holder .board-btn a:hover {
                text-decoration: none;
            }

.dashboard-other {
    margin-bottom: 30px;
}

    .dashboard-other ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .dashboard-other ul li {
            padding: 10px 0;
            border-bottom: 1px solid #e6e6e6;
        }

            .dashboard-other ul li a {
                font-family: "Arimo", sans-serif;
                font-size: 16px;
                font-weight: 700;
                color: #6050aa;
            }

                .dashboard-other ul li a:focus, .dashboard-other ul li a:hover {
                    color: #4c4087;
                }

            .dashboard-other ul li:last-child {
                border-bottom-width: 0;
            }

.dashboard-other-title {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.dashboard-other-all {
    text-align: right;
}

    .dashboard-other-all a {
        font-size: 14px;
        color: #2ea29e;
        text-decoration: underline;
    }

        .dashboard-other-all a:focus, .dashboard-other-all a:hover {
            color: #237a77;
        }

.active-button-holder {
    width: 100%;
    margin-bottom: 12px;
}

    .active-button-holder .project-title {
        margin-left: 14px;
        font-weight: bold;
    }

    .active-button-holder .active-project-button-box {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        text-align: left;
        margin-left: 12px;
    }

        .active-button-holder .active-project-button-box li {
            list-style: none;
            display: inline-block;
        }

            .active-button-holder .active-project-button-box li a {
                color: #666;
                font-size: 14px;
            }

                .active-button-holder .active-project-button-box li a span {
                    padding-left: 13px;
                    padding: 0px 7px 0px 15px;
                    color: #666;
                    font-size: 20px;
                    vertical-align: middle;
                }

            .active-button-holder .active-project-button-box li span:hover {
                color: #6050aa;
            }

.active-projects-box {
    background: #fff;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    margin: 0px 10px;
}

    .active-projects-box .project-inside-details {
        padding: 25px;
        display: block;
    }

        .active-projects-box .project-inside-details h3 {
            color: #6050aa;
            margin: 0;
            font-size: 21px;
        }

        .active-projects-box .project-inside-details .avatar-image {
            width: 100%;
            margin: 0px 0px 15px 0px;
            display: table;
            text-align: center;
        }

            .active-projects-box .project-inside-details .avatar-image img {
                width: 100%;
                max-width: 50px;
                float: none;
                margin-right: 0;
                text-align: center;
                margin-bottom: 12px;
                display: inline-block;
            }

            .active-projects-box .project-inside-details .avatar-image h4 {
                color: #6050aa;
                font-size: 17px;
                padding: 0;
                margin: 0 auto;
                line-height: 20px;
            }

            .active-projects-box .project-inside-details .avatar-image p {
                font-style: italic;
            }

        .active-projects-box .project-inside-details .avatar-project-details {
            width: 100%;
            margin: 0;
            padding: 0;
        }

            .active-projects-box .project-inside-details .avatar-project-details li {
                list-style: none;
                line-height: 35px;
            }

                .active-projects-box .project-inside-details .avatar-project-details li span {
                    padding-right: 10px;
                    color: #a6a6a6;
                }

    .active-projects-box .avatar-btn {
        border-top: 1px solid #ebebeb;
        width: 100%;
        margin: 0px;
        padding: 10px 20px;
        display: table;
    }

        .active-projects-box .avatar-btn li {
            list-style: none;
            display: inline-block;
            float: right;
        }

            .active-projects-box .avatar-btn li a span {
                padding-left: 13px;
                color: #666;
                font-size: 20px;
            }

            .active-projects-box .avatar-btn li span:hover {
                color: #6050aa;
            }

.pending-draft-projects {
    border-top: 8px #e3e3e3 solid;
    padding: 45px 0px;
}

    .pending-draft-projects .project-box-holder {
        background: #fff;
        -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
        box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
        margin-bottom: 25px;
    }

        .pending-draft-projects .project-box-holder .title-box {
            border-bottom: 1px solid #ebebeb;
            padding: 18px 25px;
            display: table;
            width: 100%;
        }

            .pending-draft-projects .project-box-holder .title-box .pull-left, .pending-draft-projects .project-box-holder .title-box .content-nav .content-nav-menu, .content-nav .pending-draft-projects .project-box-holder .title-box .content-nav-menu, .pending-draft-projects .project-box-holder .title-box .messages-contact, .pending-draft-projects .project-box-holder .title-box .messages-thread .media, .messages-thread .pending-draft-projects .project-box-holder .title-box .media, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:first-child {
                padding: 0;
                margin: 0;
            }

                .pending-draft-projects .project-box-holder .title-box .pull-left li, .pending-draft-projects .project-box-holder .title-box .content-nav .content-nav-menu li, .content-nav .pending-draft-projects .project-box-holder .title-box .content-nav-menu li, .pending-draft-projects .project-box-holder .title-box .messages-contact li, .pending-draft-projects .project-box-holder .title-box .messages-thread .media li, .messages-thread .pending-draft-projects .project-box-holder .title-box .media li, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:first-child li {
                    list-style: none;
                    font-weight: bold;
                }

                .pending-draft-projects .project-box-holder .title-box .pull-right, .pending-draft-projects .project-box-holder .title-box .file-upload .file-upload-selected .btn, .file-upload .file-upload-selected .pending-draft-projects .project-box-holder .title-box .btn, .pending-draft-projects .project-box-holder .title-box .content-nav .form-inline, .content-nav .pending-draft-projects .project-box-holder .title-box .form-inline, .pending-draft-projects .project-box-holder .title-box .messages-thread, .pending-draft-projects .project-box-holder .title-box .messages-thread .media.media-right-align, .messages-thread .pending-draft-projects .project-box-holder .title-box .media.media-right-align, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:last-child {
                    padding: 0;
                    margin: 0;
                }

                    .pending-draft-projects .project-box-holder .title-box .pull-right li, .pending-draft-projects .project-box-holder .title-box .file-upload .file-upload-selected .btn li, .file-upload .file-upload-selected .pending-draft-projects .project-box-holder .title-box .btn li, .pending-draft-projects .project-box-holder .title-box .content-nav .form-inline li, .content-nav .pending-draft-projects .project-box-holder .title-box .form-inline li, .pending-draft-projects .project-box-holder .title-box .messages-thread li, .messages-thread .pending-draft-projects .project-box-holder .title-box .media.media-right-align li, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:last-child li {
                        list-style: none;
                        font-weight: normal;
                    }

                        .pending-draft-projects .project-box-holder .title-box .pull-right li a, .pending-draft-projects .project-box-holder .title-box .file-upload .file-upload-selected .btn li a, .file-upload .file-upload-selected .pending-draft-projects .project-box-holder .title-box .btn li a, .pending-draft-projects .project-box-holder .title-box .content-nav .form-inline li a, .content-nav .pending-draft-projects .project-box-holder .title-box .form-inline li a, .pending-draft-projects .project-box-holder .title-box .messages-thread li a, .messages-thread .pending-draft-projects .project-box-holder .title-box .media.media-right-align li a, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:last-child li a {
                            color: #666;
                            font-size: 14px;
                        }

                            .pending-draft-projects .project-box-holder .title-box .pull-right li a span, .pending-draft-projects .project-box-holder .title-box .file-upload .file-upload-selected .btn li a span, .file-upload .file-upload-selected .pending-draft-projects .project-box-holder .title-box .btn li a span, .pending-draft-projects .project-box-holder .title-box .content-nav .form-inline li a span, .content-nav .pending-draft-projects .project-box-holder .title-box .form-inline li a span, .pending-draft-projects .project-box-holder .title-box .messages-thread li a span, .messages-thread .pending-draft-projects .project-box-holder .title-box .media.media-right-align li a span, .pending-draft-projects .project-box-holder .title-box .invoice-table-pagination > div:last-child li a span {
                                padding-right: 7px;
                                color: #666;
                                font-size: 20px;
                                vertical-align: middle;
                            }

        .pending-draft-projects .project-box-holder .project-list {
            padding: 20px 25px;
            width: 100%;
            display: table;
            border-bottom: 1px solid #ebebeb;
        }

            .pending-draft-projects .project-box-holder .project-list .project-box {
                margin-top: 0;
                padding: 0;
            }

                .pending-draft-projects .project-box-holder .project-list .project-box h4 {
                    font-size: 17px;
                }

                .pending-draft-projects .project-box-holder .project-list .project-box li {
                    margin-bottom: 0;
                }

                    .pending-draft-projects .project-box-holder .project-list .project-box li span {
                        color: #a6a6a6;
                    }

                .pending-draft-projects .project-box-holder .project-list .project-box .media-body {
                    padding-right: 0;
                }

            .pending-draft-projects .project-box-holder .project-list .text-right {
                font-size: 20px;
            }

                .pending-draft-projects .project-box-holder .project-list .text-right a {
                    color: #666;
                }

                    .pending-draft-projects .project-box-holder .project-list .text-right a span {
                        padding-left: 10px;
                    }

            .pending-draft-projects .project-box-holder .project-list .project-inside-details {
                display: block;
                margin-bottom: 25px;
            }

                .pending-draft-projects .project-box-holder .project-list .project-inside-details h3 {
                    color: #6050aa;
                    margin: 0;
                    font-size: 21px;
                }

                .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image {
                    width: 100%;
                    margin: 0px 0px 12px 0px;
                    display: table;
                }

                    .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image img {
                        width: 100%;
                        max-width: 50px;
                        float: left;
                        margin-right: 12px;
                        margin-bottom: 12px;
                    }

                    .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image h4 {
                        color: #2ea29e;
                        font-size: 17px;
                        padding: 0;
                        margin: 0 auto;
                        line-height: 20px;
                    }

                    .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image p {
                        font-style: italic;
                    }

                    .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image em {
                        color: #9e9e9e;
                        margin-right: 15px;
                        font-size: 15px;
                    }

                        .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-image em b {
                            color: #2ea29e;
                        }

                .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-project-details {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }

                    .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-project-details li {
                        list-style: none;
                        line-height: 35px;
                    }

                        .pending-draft-projects .project-box-holder .project-list .project-inside-details .avatar-project-details li span {
                            padding-right: 10px;
                            color: #a6a6a6;
                        }

.height-resize {
    height: auto;
    margin: 50px 0px;
}

.dashboard-title-line {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin: 15px 0px 20px 0px;
}

    .dashboard-title-line h4 {
        margin: 0;
    }

.dashboard-contract-details {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.15);
    margin-bottom: 10px;
}

    .dashboard-contract-details .text-primary {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .dashboard-contract-details p {
        margin-bottom: 0;
    }

    .dashboard-contract-details .address {
        color: #a6a6a6;
        font-size: 12px;
        padding-left: 12px;
    }

.dashboard-center-btn {
    width: 100%;
    text-align: center;
    padding: 35px 0px 30px 0px;
    display: block;
}

    .dashboard-center-btn .btn {
        margin: 0px 10px 10px 0px;
    }

        .dashboard-center-btn .btn:last-child {
            margin-right: 0;
        }

@media (min-width: 768px) {
    .dashboard-holder .dashboard-list .project-box .btn {
        margin-top: 0px;
    }

    .board-btn-holder .board-btn {
        text-align: right;
    }

    .pending-draft-projects .project-box-holder {
        margin-bottom: 0;
    }

    .active-button-holder .active-project-button-box {
        text-align: right;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .dashboard-top-menus {
        margin-bottom: 30px;
    }

        .dashboard-top-menus .content-nav .content-nav-menu li a {
            padding: 15px 20px;
        }

    .dashboard-notification .notify-box1 {
        text-align: left;
    }

        .dashboard-notification .notify-box1 .btn {
            margin-top: 0px;
            margin-left: 10px;
        }

    .active-projects-box .project-inside-details .avatar-image {
        text-align: left;
    }

        .active-projects-box .project-inside-details .avatar-image img {
            float: left;
            margin-right: 12px;
            text-align: left;
        }

    .pending-draft-projects .project-inside-details .avatar-image {
        text-align: left;
    }

        .pending-draft-projects .project-inside-details .avatar-image img {
            float: left;
            margin-right: 12px;
            text-align: left;
        }
}

.payment-form .note-text {
    font-style: italic;
    font-size: 13px;
    color: #aaaaaa;
}

.payment-card-holder {
    width: 100%;
}

    .payment-card-holder .select-payment {
        display: inline-block;
        position: relative;
        background: #f7f7f7;
        border: 1px solid #c4c4c4;
        padding: 18px;
        margin-bottom: 12px;
        width: 100%;
        text-align: left;
    }

        .payment-card-holder .select-payment .radio-box-container li {
            margin-bottom: 0;
        }

            .payment-card-holder .select-payment .radio-box-container li label {
                padding-top: 0;
            }

            .payment-card-holder .select-payment .radio-box-container li .check {
                top: 7px;
            }

        .payment-card-holder .select-payment .card-img-box {
            width: 100%;
            text-align: right;
        }

            .payment-card-holder .select-payment .card-img-box img {
                max-width: 72px;
                height: auto;
                margin-bottom: 0px;
            }

            .payment-card-holder .select-payment .card-img-box .smaller {
                max-width: 65px;
            }

.pay-button button {
    padding: 10px 50px;
    width: auto;
}

.balance-box {
    background: #6050aa;
    padding: 20px;
    color: #fff;
    text-align: left;
    display: table;
    width: 100%;
}

    .balance-box h3 {
        color: #fff;
        font-weight: bold;
    }

    .balance-box .total-box {
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
    }

        .balance-box .total-box li {
            width: 100%;
            text-align: left;
            list-style: none;
            border-bottom: 1px solid #fff;
            padding: 15px 0px;
        }

            .balance-box .total-box li p {
                margin: 0 auto;
            }

                .balance-box .total-box li p span {
                    text-align: right;
                    float: right;
                }

            .balance-box .total-box li:last-child {
                border-bottom: none;
            }

.radio-box-container {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

    .radio-box-container li {
        color: #666;
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .radio-box-container li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .radio-box-container li label {
            display: block;
            position: relative;
            font-weight: normal;
            padding: 14px 0px 0px 35px;
            margin: 4px auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }

        .radio-box-container li:hover label {
            color: #6050aa;
            padding-left: 45px;
        }

        .radio-box-container li .check {
            display: block;
            position: absolute;
            border: 1px solid #999999;
            border-radius: 100%;
            height: 20px;
            width: 20px;
            top: 20px;
            left: 0px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

            .radio-box-container li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 12px;
                width: 12px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

        .radio-box-container li:hover .check {
            border: 10px solid #6050aa;
        }

        .radio-box-container li input[type=radio]:checked ~ .check {
            border: 1px solid #6050aa;
        }

            .radio-box-container li input[type=radio]:checked ~ .check::before {
                background: #6050aa;
            }

        .radio-box-container li input[type=radio]:checked ~ label {
            color: #6050aa;
        }

@media (max-width: 767px) {
    .payment-card-holder .select-payment .card-img-box {
        text-align: right;
    }

        .payment-card-holder .select-payment .card-img-box img {
            margin-bottom: 10px;
        }

        .payment-card-holder .select-payment .card-img-box .smaller {
            max-width: 58px;
        }

    .pay-button button {
        width: 100%;
    }
}

.dashboard-box-holder {
    background-color: #f2f2f2;
    padding: 25px 0;
}

.notify-title-box {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

    .notify-title-box h3 {
        color: #666;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

.btn-search-project {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
    box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
}

    .btn-search-project :after {
        content: '';
        position: absolute;
        z-index: -1;
    }

.btn-2 {
    width: 100%;
    background: #fff;
    color: #666;
    border-radius: 7px;
}

    .btn-2:hover {
        background: #6f60b4;
        color: #fff;
    }

    .btn-2:active {
        background: #6050aa;
        top: 2px;
    }

    .btn-2:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 105px;
        font-size: 200%;
        width: 100px;
    }

.btn-2a {
    padding: 45px 21px 45px 113px;
    font-family: arial;
    color: #6050aa;
}

    .btn-2a:before {
        background: #6050aa;
        color: #fff;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

.btn-3 {
    width: 100%;
    background: #fff;
    color: #666;
    border-radius: 7px;
    margin-top: 25px;
}

    .btn-3:hover {
        background: #34b6b1;
        color: #fff;
    }

    .btn-3:active {
        background: #2ea29e;
        top: 2px;
    }

    .btn-3:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 105px;
        font-size: 200%;
        width: 100px;
    }

.btn-3a {
    padding: 45px 21px 45px 113px;
    font-family: arial;
    color: #2ea29e;
}

    .btn-3a:before {
        background: #2ea29e;
        color: #fff;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

.btn-txt-style {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.projectbox-link .projectbox-white:hover .icon, .projectbox-link .projectbox-white:hover .form-group-search:after, .projectbox-link .projectbox-white:hover .post-location, .projectbox-link .projectbox-white:hover .search-group:after, .projectbox-link .projectbox-white:hover .manage-search:before {
    color: #2ea29e;
}

.projectbox-white {
    margin-top: 25px;
    padding: 25px;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
    box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
}

    .projectbox-white .icon, .projectbox-white .form-group-search:after, .projectbox-white .post-location, .projectbox-white .search-group:after, .projectbox-white .manage-search:before {
        display: inline-block;
        font-size: 100px;
        margin: 7px 0px 25px 0px;
        color: #d9d9d9;
    }

    .projectbox-white .progress {
        margin: 0 auto;
        height: 22px;
        background: #f2f2f2;
    }

        .projectbox-white .progress .progress-bar-success {
            background-color: #2ea29e;
        }

            .projectbox-white .progress .progress-bar-success span {
                text-align: right;
            }

    .projectbox-white .upload-btn-box {
        background: none;
        border: none;
    }

        .projectbox-white .upload-btn-box .icon, .projectbox-white .upload-btn-box .form-group-search:after, .projectbox-white .upload-btn-box .post-location, .projectbox-white .upload-btn-box .search-group:after, .projectbox-white .upload-btn-box .manage-search:before {
            font-size: 35px;
            color: #2ea29e;
        }

        .projectbox-white .upload-btn-box:hover .icon, .projectbox-white .upload-btn-box:hover .form-group-search:after, .projectbox-white .upload-btn-box:hover .post-location, .projectbox-white .upload-btn-box:hover .search-group:after, .projectbox-white .upload-btn-box:hover .manage-search:before, .projectbox-white .upload-btn-box:hover p {
            color: #6050aa;
        }

        .projectbox-white .upload-btn-box p {
            margin: 0 auto;
        }

.dashboard-results {
    margin-top: 25px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    padding: 20px 0px;
    -webkit-box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
    box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
}

    .dashboard-results p {
        margin: 0 auto;
    }

    .dashboard-results h3 {
        font-size: 45px;
        font-weight: bold;
        margin: 0 auto;
    }

    .dashboard-results .center-line {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        border-right: none;
        border-left: none;
        padding: 20px 0px;
        margin: 20px 0px;
    }

.graph-holder {
    padding: 25px 0px;
}

    .graph-holder .chart-box {
        margin: 25px 0px 12px 0px;
    }

.no-margn {
    margin: 0;
}

.notify-main-dashboard {
    width: 100%;
    padding: 0px 25px;
    text-align: center;
}

    .notify-main-dashboard .notify-boxleft {
        width: 100%;
        text-align: center;
    }

        .notify-main-dashboard .notify-boxleft .img-circle {
            width: 80px;
            float: none;
        }

    .notify-main-dashboard p {
        padding: 18px 0px 0px 0px;
    }

    .notify-main-dashboard .time-date-text {
        text-align: center;
        float: none;
    }

        .notify-main-dashboard .time-date-text p {
            padding-left: 0;
        }

.btn-space-bottom {
    margin-bottom: 10px;
}

.post-invite {
    display: inline-block;
    margin: 25px;
}

    .post-invite .title-description .post-img {
        max-width: 192px;
    }

    .post-invite .title-description img {
        display: inline-block;
    }

    .post-invite .title-description h3 {
        margin: 0;
    }

    .post-invite .title-description h4 {
        color: #666;
        line-height: 24px;
    }

    .post-invite .title-description ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

        .post-invite .title-description ul li {
            list-style: none;
        }

            .post-invite .title-description ul li span {
                color: #2ea29e;
                font-size: 20px;
                margin: 5px 0px;
                padding-right: 7px;
            }

    .post-invite .icon-img {
        margin: 25px 0px;
        text-align: center;
    }

.gray-bg {
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
    .notify-title-box {
        text-align: left;
    }

        .notify-title-box h3 {
            padding-bottom: 0;
        }

    .dashboard-results .center-line {
        border-right: 1px solid #f2f2f2;
        border-left: 1px solid #f2f2f2;
        border-top: none;
        border-bottom: none;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .projectbox-white {
        margin-top: 0;
    }

    .notify-main-dashboard {
        text-align: left;
    }

        .notify-main-dashboard .notify-boxleft {
            text-align: left;
        }

            .notify-main-dashboard .notify-boxleft .img-circle {
                float: left;
                width: 60px;
            }

        .notify-main-dashboard .time-date-text {
            text-align: right;
            float: right;
        }

        .notify-main-dashboard p {
            padding: 18px 0px 0px 90px;
        }
}

.project-preview-header {
    width: 100%;
    padding: 50px 0px;
    background: #3b227d;
    background: -moz-linear-gradient(left, #3b227d 0%, #97396b 51%, #562e90 100%);
    background: -webkit-linear-gradient(left, #3b227d 0%, #97396b 51%, #562e90 100%);
    background: linear-gradient(to right, #3b227d 0%, #97396b 51%, #562e90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b227d', endColorstr='#562e90',GradientType=1 );
}

    .project-preview-header .main-title {
        margin-bottom: 0;
        text-align: center;
    }

        .project-preview-header .main-title h3 {
            margin-bottom: 5px;
            color: #fff;
        }

        .project-preview-header .main-title p {
            font-size: 12px;
            margin-bottom: 12px;
            color: #b3b3b3;
        }

.freelancer-title-bar {
    width: 100%;
    padding: 12px 0px;
    background: #e0e0e0;
}

.proposal-freelancer-details {
    border-bottom: 1px solid #ededed;
}

    .proposal-freelancer-details .freelancers-list .media-list {
        border-bottom: none;
        margin-bottom: 0;
    }

.project-preview-details {
    width: 100%;
    background: #f0f0f0;
}

    .project-preview-details .right-border > [class*='col-'] {
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 15px;
        display: table-cell;
    }

        .project-preview-details .right-border > [class*='col-']:last-child {
            border-right: none;
        }

    .project-preview-details .right-border p {
        margin-bottom: 3px;
    }

        .project-preview-details .right-border p span {
            color: #2ea29e;
            font-weight: bold;
        }

        .project-preview-details .right-border p em {
            font-style: normal;
        }

        .project-preview-details .right-border p .icon, .project-preview-details .right-border p .form-group-search:after, .project-preview-details .right-border p .post-location, .project-preview-details .right-border p .search-group:after, .project-preview-details .right-border p .manage-search:before {
            color: #666;
            margin-left: 7px;
            font-weight: normal;
        }

        .project-preview-details .right-border p .icon-location, .project-preview-details .right-border p .post-location {
            font-size: 18px;
        }

    .project-preview-details ul {
        margin: 0;
        padding: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .project-preview-details ul li {
            display: inline-block;
            border-right: none;
            padding: 20px 15px;
            width: 100%;
            display: inline-table;
            border-bottom: 1px solid #d9d9d9;
        }

            .project-preview-details ul li:last-child {
                border-right: none;
                border-bottom: none;
            }

.project-preview-areas {
    width: 100%;
    padding: 35px 0px;
}

    .project-preview-areas h4 {
        margin-bottom: 15px;
    }

    .project-preview-areas p {
        color: #2ea29e;
        font-weight: bold;
    }

.project-preview-description {
    width: 100%;
    padding: 35px 0px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.project-preview-documents {
    width: 100%;
    padding: 35px 0px;
    border-bottom: 1px solid #ededed;
}

.doc-box {
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    height: 175px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 20px;
}

    .doc-box .ka:hover, .doc-box .ka.active, .doc-box .ka:focus {
        display: block;
        background: #f0f0f0;
    }

    .doc-box p {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .doc-box img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .doc-box .btn-share, .doc-box .check-bx {
        padding: 0;
        display: none;
    }

    .doc-box:hover, .doc-box.active {
        background: #f0f0f0;
    }

        .doc-box:hover .btn-share, .doc-box.active .btn-share {
            color: #000;
            display: block;
            padding: 0;
            position: absolute;
            top: 10px;
            right: 20px;
            z-index: 5;
        }

            .doc-box:hover .btn-share span, .doc-box.active .btn-share span {
                font-size: 20px;
            }

        .doc-box:hover .check-bx, .doc-box.active .check-bx {
            display: block;
            padding: 0;
            position: absolute;
            top: 13px;
            left: 15px;
            z-index: 5;
        }

    .doc-box .dropdown {
        position: static;
        padding: 20px;
    }

        .doc-box .dropdown .dropdown-menu {
            top: 33px;
            left: 0;
            right: 0px;
            min-width: 150px;
            border-radius: 2px;
            padding: 0;
            margin: 0;
        }

            .doc-box .dropdown .dropdown-menu li {
                border-bottom: 1px solid #ebebeb;
                padding: 0;
                list-style: none;
            }

                .doc-box .dropdown .dropdown-menu li:last-child {
                    border-bottom: none;
                }

                .doc-box .dropdown .dropdown-menu li a {
                    vertical-align: middle;
                    padding: 8px 10px;
                    display: block;
                }

                    .doc-box .dropdown .dropdown-menu li a .check-bx {
                        margin-top: 0px;
                        margin-right: 4px;
                        vertical-align: middle;
                    }

.project-preview-client {
    width: 100%;
    padding: 35px 0px;
}

    .project-preview-client .client-bx .btn {
        margin: 0px 10px 10px 0px;
    }

    .project-preview-client .client-bx .client-logo {
        width: 100%;
        display: inline-block;
        margin-bottom: 25px;
    }

        .project-preview-client .client-bx .client-logo h4 {
            color: #2ea29e;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .project-preview-client .client-bx .client-logo p {
            font-size: 12px;
            color: #b3b3b3;
        }

        .project-preview-client .client-bx .client-logo img {
            float: left;
            width: 55px;
            margin: 0px 12px 0px 0px;
        }

    .project-preview-client .other-projects p {
        color: #2ea29e;
    }

        .project-preview-client .other-projects p span {
            color: #666;
        }

        .project-preview-client .other-projects p em {
            font-size: 12px;
            font-style: normal;
            color: #b3b3b3;
        }

    .project-preview-client .other-projects .btn {
        margin: 0px 10px 10px 0px;
    }

    .project-preview-areas h4,
    .project-preview-description h4,
    .project-preview-documents h4,
    .project-preview-client h4 {
        margin-top: 0;
    }

.proposal-modal-body {
    text-align: left;
    padding: 12px 30px 25px 30px;
}

    .proposal-modal-body .project-preview-areas {
        padding: 10px 0px 20px 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ededed;
    }

        .proposal-modal-body .project-preview-areas [class*='col-'] {
            padding: 0;
        }

        .proposal-modal-body .project-preview-areas h4 {
            margin-bottom: 7px;
        }

@media (min-width: 768px) {
    .doc-box {
        margin-right: 5px;
        width: 190px;
    }

    .project-preview-details ul li {
        border-right: 1px solid #d9d9d9;
        width: 30%;
        display: table-cell;
        border-bottom: none;
    }

    .project-preview-details .right-border > [class*='col-'] {
        border-right: 1px solid #d9d9d9;
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .project-preview-header .main-title {
        text-align: left;
    }

        .project-preview-header .main-title p {
            margin-bottom: 0;
        }
}

.bg-wrapper {
    background-color: #f2f2f2;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2e2e2e;
    overflow-x: hidden;
}

    #sidebar-wrapper .brandlogo {
        padding: 19px;
        margin: 0;
        text-align: left;
        width: 250px;
        height: 80px;
        display: inline-block;
        border-bottom: 1px solid #3e3e3e;
    }

        #sidebar-wrapper .brandlogo li {
            display: inline-block;
            font-size: 13px;
            list-style: none;
            color: #fff;
            position: relative;
        }

            #sidebar-wrapper .brandlogo li img {
                width: 95px;
            }

            #sidebar-wrapper .brandlogo li:second-child {
                padding-right: 0;
            }

            #sidebar-wrapper .brandlogo li a .user {
                padding-left: 20px;
                color: #2ea29e;
                font-size: 20px;
            }

        #sidebar-wrapper .brandlogo .btn {
            color: #b3b3b3;
            font-size: 15px;
            position: absolute;
            right: -5px;
            top: -4px;
            z-index: 3;
        }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.left-expand-container {
    padding-top: 35px;
}

    .left-expand-container .form-group-search {
        margin: 0px 12px;
        margin-bottom: 15px;
    }

        .left-expand-container .form-group-search .form-control {
            border-radius: 21px;
            border: none;
            background-color: #383838;
        }

        .left-expand-container .form-group-search:after {
            display: none;
        }

    .left-expand-container .panel-heading {
        padding: 0;
        border: 0;
        background: none;
    }

    .left-expand-container .panel-title > a, .left-expand-container .panel-title > a:active {
        display: block;
        color: #575757;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-decoration: none;
    }

    .left-expand-container .panel-heading a:before {
        font-family: 'aliferyicons';
        content: "\e930";
        float: right;
        color: #fff;
        transition: all 0.5s;
    }

    .left-expand-container .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .left-expand-container .panel-group {
        width: 251px;
        margin-bottom: 0;
    }

        .left-expand-container .panel-group .panel {
            border-radius: 0;
            background: none;
            box-shadow: none;
        }

        .left-expand-container .panel-group .panel-body {
            padding: 0;
        }

            .left-expand-container .panel-group .panel-body .form-control {
                height: 35px;
                padding: 10px;
            }

    .left-expand-container .panel-default {
        border-color: none;
        border: none;
    }

        .left-expand-container .panel-default .expand-spacer {
            width: 100%;
            display: inline-block;
            margin-bottom: 30px;
        }

    .left-expand-container .panel-title {
        background: none;
        padding: 14px 20px;
    }

    .left-expand-container .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-bottom: 1px solid #3e3e3e;
    }

    .left-expand-container .area-list {
        width: 100%;
        padding-bottom: 20px;
    }

        .left-expand-container .area-list ul {
            padding: 0;
            margin: 0;
        }

            .left-expand-container .area-list ul li {
                display: block;
                width: 100%;
            }

                .left-expand-container .area-list ul li a {
                    color: #afafaf;
                    padding: 14px 20px;
                    display: block;
                    width: 100%;
                    line-height: 16px;
                    font-size: 14px;
                }

                    .left-expand-container .area-list ul li a:hover, .left-expand-container .area-list ul li a.active {
                        color: #fff;
                        background: #282828;
                        border-left: 2px solid #6050aa;
                    }

                    .left-expand-container .area-list ul li a .avatar-image {
                        position: relative;
                    }

                        .left-expand-container .area-list ul li a .avatar-image:after {
                            position: absolute;
                            left: -3px;
                            bottom: -6px;
                            display: inline-block;
                            width: 10px;
                            height: 10px;
                            content: '';
                            background-color: #2ea29e;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -ms-border-radius: 50%;
                            border-radius: 50%;
                            z-index: 5;
                        }

                        .left-expand-container .area-list ul li a .avatar-image img {
                            border-radius: 50%;
                            width: 32px;
                            margin-right: 12px;
                        }

                .left-expand-container .area-list ul li .tag {
                    border-radius: 50%;
                    background: #3e3e3e;
                    color: #afafaf;
                    width: 25px;
                    height: 25px;
                    display: block;
                    text-align: center;
                    vertical-align: middle;
                    font-size: 18px;
                    float: left;
                    line-height: 23px;
                    margin-right: 10px;
                    margin-top: -4px;
                }

        .left-expand-container .area-list .center-btn {
            width: 100%;
            text-align: center;
        }

            .left-expand-container .area-list .center-btn .btn {
                padding: 3px 12px;
                font-size: 12px;
            }

    .left-expand-container .chat-list {
        margin-top: 30px;
        width: 210px;
        padding: 5px 0px 10px 0px;
    }

        .left-expand-container .chat-list h3 {
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 0;
        }

            .left-expand-container .chat-list h3 a {
                color: #fff;
            }

                .left-expand-container .chat-list h3 a i {
                    float: right;
                    font-size: 19px;
                }

        .left-expand-container .chat-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .left-expand-container .chat-list ul li a {
                color: #d1d1d1;
                line-height: 22px;
            }

                .left-expand-container .chat-list ul li a:hover, .left-expand-container .chat-list ul li a focus {
                    color: #fff;
                }

            .left-expand-container .chat-list ul li .active {
                color: #fff;
            }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.channel-header {
    height: auto;
    padding: 12px;
}

    .channel-header .channel-name {
        margin-bottom: 20px;
    }

        .channel-header .channel-name ul {
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .channel-header .channel-name ul li {
                display: inline-block;
                padding: 0px 18px 0px 0px;
                margin-bottom: 20px;
            }

                .channel-header .channel-name ul li .title-head {
                    font-size: 22px;
                    color: #6050aa;
                }

                .channel-header .channel-name ul li a {
                    color: #666;
                    font-size: 14px;
                }

                    .channel-header .channel-name ul li a i {
                        padding-right: 7px;
                        vertical-align: middle;
                    }

                    .channel-header .channel-name ul li a .icon-reviews {
                        font-size: 17px;
                    }

                    .channel-header .channel-name ul li a:hover {
                        color: #6050aa;
                    }

                    .channel-header .channel-name ul li a:first-child {
                        padding-left: 0;
                    }

        .channel-header .channel-name .right-icons {
            position: static;
            right: 14px;
            top: 4px;
            z-index: 5;
        }

            .channel-header .channel-name .right-icons li {
                margin-bottom: 0;
                padding: 0;
            }

                .channel-header .channel-name .right-icons li a {
                    margin: 0px 0px 0px 18px;
                    font-size: 18px;
                }

                    .channel-header .channel-name .right-icons li a:hover, .channel-header .channel-name .right-icons li a:focus {
                        color: #6050aa;
                    }

                .channel-header .channel-name .right-icons li i {
                    padding-right: 0;
                }

.chat-container {
    padding: 0px 25px 25px 25px;
    top: 125px;
}

    .chat-container .container-shadow {
        -webkit-box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
        box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
        margin-bottom: 30px;
    }

    .chat-container .main-chatbox {
        width: 100%;
        display: inline-block;
        height: 700px;
        overflow: auto;
        padding-top: 25px;
        padding-bottom: 100px;
        background: #fff;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

        .chat-container .main-chatbox .chat-date {
            text-align: center;
            padding: 12px 0px 20px 0px;
        }

            .chat-container .main-chatbox .chat-date span {
                text-align: center;
                padding: 6px 15px;
                font-size: 14px;
                border-radius: 24px;
                color: #8c8c8c;
                background: #ebebeb;
                margin: 12px 0px 20px 0px;
            }

        .chat-container .main-chatbox .media {
            padding: 0px 15px;
        }

            .chat-container .main-chatbox .media .media-left {
                padding-right: 25px;
            }

                .chat-container .main-chatbox .media .media-left img {
                    width: 60px;
                    height: 60px;
                }

            .chat-container .main-chatbox .media .media-body h4 {
                color: #666;
            }

            .chat-container .main-chatbox .media .media-body .chat-options {
                margin-bottom: 25px;
            }

                .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn {
                    padding: 3px 15px;
                }

                    .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn span {
                        line-height: 23px;
                    }

                    .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn:hover, .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn:focus {
                        color: #2ea29e;
                    }

                .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn-default:hover, .chat-container .main-chatbox .media .media-body .chat-options .btn-group .btn-default:focus {
                    border-color: #2ea29e;
                }

        .chat-container .main-chatbox .date-divider h2 {
            margin-top: 30px;
            font-size: 15px;
            text-align: center;
            color: #666;
            font-weight: bold;
        }

            .chat-container .main-chatbox .date-divider h2.background {
                position: relative;
                z-index: 1;
            }

                .chat-container .main-chatbox .date-divider h2.background:before {
                    border-top: 1px solid #ebebeb;
                    content: "";
                    margin: 0 auto;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    z-index: -1;
                }

                .chat-container .main-chatbox .date-divider h2.background span {
                    background: #fff;
                    padding: 0 15px;
                }

    .chat-container .messages-tools {
        background: white;
        width: 100%;
        left: 0;
        bottom: 24px;
        position: absolute;
        z-index: 5;
        border-left: 15px solid #f2f2f2;
        border-right: 15px solid #f2f2f2;
        padding-bottom: none;
    }

        .chat-container .messages-tools .input-group {
            background: #fff;
            border: 1px solid #ebebeb;
            border-radius: 21px;
        }

    .chat-container .chat-bottom-radius {
        background: #fff;
        height: 30px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .chat-container .area-right-box {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
        box-shadow: 0px -1px 15px 0px rgba(80, 80, 80, 0.05);
        border-radius: 12px;
    }

        .chat-container .area-right-box h4 {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            display: table;
            margin: 0 auto;
            padding: 30px 0px 18px 0px;
        }

        .chat-container .area-right-box .nav-one {
            border-bottom: none;
            text-align: center;
            border-bottom: 1px solid #ebebeb;
        }

            .chat-container .area-right-box .nav-one li {
                float: none;
                display: inline-block;
            }

                .chat-container .area-right-box .nav-one li a {
                    border: none;
                    font-size: 20px;
                    border-radius: 0;
                    margin-right: 0;
                    color: #666;
                    padding: 13px 23px;
                    background: none;
                }

                    .chat-container .area-right-box .nav-one li a:focus, .chat-container .area-right-box .nav-one li a:hover, .chat-container .area-right-box .nav-one li a.active {
                        color: #2ea29e;
                        border: none;
                        background: none;
                    }

                .chat-container .area-right-box .nav-one li.active > a {
                    color: #2ea29e;
                }

        .chat-container .area-right-box .tab-content .content-inside1 {
            padding: 25px;
            height: 672px;
            overflow: auto;
        }

            .chat-container .area-right-box .tab-content .content-inside1 .title-txt {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .chat-container .area-right-box .tab-content .content-inside1 .btn {
                padding: 3px 12px;
                font-size: 12px;
            }

            .chat-container .area-right-box .tab-content .content-inside1 .pinned-holder .pinned-boxs {
                position: relative;
                width: 100%;
                padding: 20px;
                border-radius: 5px;
                border: 1px solid #ebebeb;
                margin-bottom: 25px;
            }

                .chat-container .area-right-box .tab-content .content-inside1 .pinned-holder .pinned-boxs .head-text {
                    font-weight: bold;
                    font-size: 15px;
                    margin-bottom: 0;
                }

                .chat-container .area-right-box .tab-content .content-inside1 .pinned-holder .pinned-boxs .text-small {
                    color: #a6a6a6;
                    font-size: 12px;
                }

                .chat-container .area-right-box .tab-content .content-inside1 .pinned-holder .pinned-boxs .minus {
                    position: absolute;
                    font-size: 16px;
                    top: 20px;
                    right: 16px;
                    z-index: 5;
                    color: #b3b3b3;
                }

                    .chat-container .area-right-box .tab-content .content-inside1 .pinned-holder .pinned-boxs .minus:hover {
                        color: #2ea29e;
                    }

            .chat-container .area-right-box .tab-content .content-inside1 .nav-two {
                border: none;
            }

                .chat-container .area-right-box .tab-content .content-inside1 .nav-two li a {
                    color: #666;
                    padding: 4px 12px;
                }

                    .chat-container .area-right-box .tab-content .content-inside1 .nav-two li a:focus, .chat-container .area-right-box .tab-content .content-inside1 .nav-two li a:hover, .chat-container .area-right-box .tab-content .content-inside1 .nav-two li a.active {
                        color: #2ea29e;
                        border: none;
                        background: none;
                    }

                .chat-container .area-right-box .tab-content .content-inside1 .nav-two li.active > a {
                    color: #2ea29e;
                    background: #f2f2f2;
                    border: none;
                    border-radius: 3px;
                }

            .chat-container .area-right-box .tab-content .content-inside1 .tab-copntent-2 {
                margin: 25px 0px;
            }

                .chat-container .area-right-box .tab-content .content-inside1 .tab-copntent-2 .shared-box .images-box img {
                    margin-bottom: 20px;
                }

                .chat-container .area-right-box .tab-content .content-inside1 .tab-copntent-2 .shared-box .files {
                    display: inline-block;
                    font-weight: bold;
                    font-size: 16px;
                    width: 100%;
                    margin-bottom: 10px;
                }

                    .chat-container .area-right-box .tab-content .content-inside1 .tab-copntent-2 .shared-box .files img {
                        float: left;
                        width: 50px;
                        margin: 0px 15px 15px 0px;
                    }

                    .chat-container .area-right-box .tab-content .content-inside1 .tab-copntent-2 .shared-box .files span {
                        color: #a6a6a6;
                        font-size: 12px;
                        font-weight: normal;
                    }

.message-modal .modal-header {
    border: none;
    padding: 45px;
    padding-bottom: 0;
}

    .message-modal .modal-header button i {
        font-size: 25px;
        font-weight: bold;
    }

.message-modal .modal-dialog {
    width: 100%;
}

.message-modal .modal {
    padding: none;
    background: #fff;
}

.message-modal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    .message-modal .modal-content .modal-body {
        padding: 0px 30px 30px 10px;
        margin: 0 auto;
    }

    .message-modal .modal-content .onoffswitch-label:before {
        display: none;
    }

    .message-modal .modal-content .onoffswitch {
        position: relative;
        width: 100px;
        margin-bottom: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .message-modal .modal-content .onoffswitch-checkbox {
        display: none;
    }

    .message-modal .modal-content .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border-radius: 20px;
        height: 30px;
    }

    .message-modal .modal-content .onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        -moz-transition: margin 0.3s ease-in 0s;
        -webkit-transition: margin 0.3s ease-in 0s;
        -o-transition: margin 0.3s ease-in 0s;
        transition: margin 0.3s ease-in 0s;
    }

        .message-modal .modal-content .onoffswitch-inner:before, .message-modal .modal-content .onoffswitch-inner:after {
            display: block;
            float: left;
            width: 50%;
            height: 30px;
            padding: 0;
            line-height: 30px;
            font-size: 14px;
            color: white;
            font-weight: normal;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .message-modal .modal-content .onoffswitch-inner:before {
            content: "Public";
            padding-left: 10px;
            background-color: #168b1c;
            color: #fff;
        }

        .message-modal .modal-content .onoffswitch-inner:after {
            content: "Private";
            padding-right: 10px;
            background-color: #ee5e37;
            color: #fff;
            text-align: right;
        }

    .message-modal .modal-content .onoffswitch-switch {
        display: block;
        width: 18px;
        margin: 6px;
        background: #FFFFFF;
        border-radius: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 70px;
        -moz-transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
    }

    .message-modal .modal-content .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }

    .message-modal .modal-content .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
    }

    .message-modal .modal-content .channel-form {
        width: 100%;
        margin-top: 30px;
    }

        .message-modal .modal-content .channel-form .input-group {
            margin-bottom: 30px;
        }

            .message-modal .modal-content .channel-form .input-group .form-control, .message-modal .modal-content .channel-form .input-group .btn {
                border-radius: 0;
            }

        .message-modal .modal-content .channel-form .form-group label {
            color: #666;
        }

        .message-modal .modal-content .channel-form .form-group .form-control {
            border-radius: 0;
        }

        .message-modal .modal-content .channel-form .form-group .txt-below {
            padding-top: 5px;
        }

        .message-modal .modal-content .channel-form .bottom-btn {
            text-align: right;
        }

            .message-modal .modal-content .channel-form .bottom-btn a {
                margin-right: 0px;
                margin-bottom: 10px;
            }

                .message-modal .modal-content .channel-form .bottom-btn a:last-child {
                    margin-right: 0;
                }

        .message-modal .modal-content .channel-form .recent-conversation {
            height: 445px;
            overflow: auto;
        }

            .message-modal .modal-content .channel-form .recent-conversation ul {
                padding: 0;
                list-style: none;
                margin: 0;
            }

                .message-modal .modal-content .channel-form .recent-conversation ul li {
                    width: 100%;
                    border-top: 1px solid #d9d9d9;
                }

                    .message-modal .modal-content .channel-form .recent-conversation ul li a {
                        width: 100%;
                        display: inline-block;
                        line-height: 50px;
                        padding: 12px 0px;
                        color: #666;
                    }

                        .message-modal .modal-content .channel-form .recent-conversation ul li a:hover {
                            color: #6050aa;
                        }

                        .message-modal .modal-content .channel-form .recent-conversation ul li a img {
                            float: left;
                            width: 50px;
                            margin-right: 15px;
                        }

                        .message-modal .modal-content .channel-form .recent-conversation ul li a span {
                            float: right;
                            color: #8c8c8c;
                            padding-right: 7px;
                        }

@media (min-width: 992px) {
    .message-modal .modal-dialog {
        width: 100%;
    }

    .message-modal .modal-content .modal-body {
        padding: 0px 30px 30px 30px;
        width: 700px;
    }

    .message-modal .modal-content .channel-form .bottom-btn a {
        margin-right: 10px;
    }

    .chat-container {
        top: 80px;
    }

        .chat-container .main-chatbox {
            min-height: 750px;
        }

            .chat-container .main-chatbox .media {
                padding: 0px 15px;
            }

    .channel-header {
        height: 75px;
        padding: 15px 30px 15px 30px;
    }

        .channel-header .channel-name ul {
            text-align: left;
        }

            .channel-header .channel-name ul li {
                margin-bottom: 0px;
            }

        .channel-header .channel-name .right-icons {
            position: absolute;
            right: 14px;
            top: 4px;
            z-index: 5;
        }

    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*# sourceMappingURL=styles.css.map */
