﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* LESS Document */
/* Common Radio & Checkbox CSS */
.direct-form section {
    margin-bottom: 30px;
    position: relative;
}
/*.direct-form .inline-group {margin: 0 -30px -4px 0;}*/
.direct-form .checkbox + .checkbox,
.direct-form .radio + .radio {
    margin-top: 10px;
}

.direct-form .checkbox,
.direct-form .radio,
.direct-form .select {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    display: inherit;
    font-weight: 400;
}

    .direct-form .select select {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }

    .direct-form .select ::-ms-expand {
        display: none;
    }

.direct-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    margin: 0;
    padding: 0 14px;
}

    .direct-form .input-file .button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .direct-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
    }

.direct-form .select i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37px;
    z-index: 4;
}

    .direct-form .select i:after,
    .direct-form .select i:before {
        content: "";
        position: absolute;
        right: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .direct-form .select i:before {
        top: 0;
        border-bottom: 0px solid #c4c9d2;
    }

.direct-form .select-multiple select {
    height: auto;
}

.direct-form .textarea textarea {
    height: auto;
    resize: none;
}

.direct-form .textarea-resizable textarea {
    resize: vertical;
}

.direct-form .textarea-expandable textarea:focus {
    height: auto;
}

.direct-form .inline-group .radio {
    padding-left: 25px;
}

.direct-form .radio.radio-inline {
    display: inline-block;
}

.direct-form .checkbox.checkbox-inline {
    display: inline;
}

    .direct-form .checkbox.checkbox-inline:focus {
        outline: 0;
    }

    .direct-form .checkbox.checkbox-inline .tooltip {
        white-space: nowrap;
    }

.direct-form .checkbox:last-child,
.direct-form .radio:last-child {
    margin-bottom: 10px;
}

.direct-form .checkbox input,
.direct-form .radio input {
    position: absolute;
    left: -9999px;
}

.direct-form .checkbox i,
.direct-form .radio i {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.direct-form .radio i {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 50%;
    border-color: #c4c9d2;
}

.direct-form .checkbox input ~ i:after,
.direct-form .radio input ~ i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.direct-form .radio input ~ i:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 50%;
}

.direct-form .checkbox input ~ i:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden%3D%22true%22 data-icon%3D%22check%22 role%3D%22img%22 xmlns%3D%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221.1%22 preserveAspectRatio%3D%22xMinYMin meet%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23ffffff%22 d%3D%22M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    top: -1px;
    left: 0px;
    width: 12px;
    height: 14px;
    text-align: center;
}

.direct-form .checkbox input:checked:hover ~ i:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden%3D%22true%22 data-icon%3D%22check%22 role%3D%22img%22 xmlns%3D%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221.1%22 preserveAspectRatio%3D%22xMinYMin meet%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23ffffff%22 d=%22M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.direct-form .checkbox input:checked:disabled:hover ~ i:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden%3D%22true%22 data-icon%3D%22check%22 role%3D%22img%22 xmlns%3D%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221.1%22 preserveAspectRatio%3D%22xMinYMin meet%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23ffffff%22 d%3D%22M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.direct-form .checkbox input:checked ~ i:after,
.direct-form .radio input:checked ~ i:after {
    opacity: 1;
}

.direct-form .inline-group .checkbox,
.direct-form .inline-group .radio {
    float: left;
    margin-right: 25px;
}

    .direct-form .inline-group .checkbox:last-child,
    .direct-form .inline-group .radio:last-child {
        margin-bottom: 4px;
    }

    .direct-form .inline-group .checkbox:first-child,
    .direct-form .inline-group .radio:first-child {
        margin-top: 10px;
    }

.direct-form .checkbox i,
.direct-form .radio i {
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.direct-form .radio i {
    margin-top: 1px;
}

.direct-form .checkbox:hover i,
.direct-form .radio:hover i {
    border-color: #3f2174;
    -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);
}

.direct-form .checkbox:active i,
.direct-form .radio:active i {
    background: #f0f0f0;
    -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);
}

.direct-form .checkbox input:focus ~ i,
.direct-form .radio input:focus ~ i {
    border-color: #c4c9d2;
}

.direct-form .radio input ~ i:after {
    background-color: #4c3c8f;
}

.direct-form .checkbox input:checked ~ i,
.direct-form .toggle input:checked ~ i {
    border-color: #4c3c8f;
    background-color: #4c3c8f;
    border-width: 1px;
}

.direct-form .radio input {
    -webkit-appearance: none;
    border-radius: 0;
}

    .direct-form .radio input:checked ~ i {
        border-width: 2px;
    }

.direct-form .has-error i,
.direct-form .has-error i,
.direct-form .has-success i,
.direct-form .has-success i {
    background-color: #fff;
}
/*.direct-form .select select{padding:5px}*/
.direct-form .select select {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    background-color: transparent;
}

.direct-form .has-disabled,
.direct-form .has-disabled,
.direct-form .input.has-disabled input,
.direct-form .has-disabled,
.direct-form .has-disabled,
.direct-form .has-disabled,
.direct-form .has-disabled {
    cursor: default !important;
    opacity: 0.5 !important;
    margin-top: 0;
}

.textarea-resizable textarea {
    resize: vertical;
}

.direct-form .checkbox.checked,
.direct-form .radio.checked {
    color: #000;
}
/*! 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,
    a:focus {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong,
.strong {
    font-weight: 700 !important;
}

dfn,
i {
    font-style: italic;
    font-weight: 400;
}

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/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 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 {
    position: relative;
    min-height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin-bottom: 80px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #121113;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #1d7bc2;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #1ba6dc;
        text-decoration: none;
        outline: 0;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 5px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -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: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #e1e2ec;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.4;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999fa9;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4c3c8f;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 32px;
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 24px;
        font-weight: 400;
    }
}

h2,
.h2,
h2.h2 {
    font-size: 20px;
    color: #4c3c8f;
}

@media (max-width: 767px) {
    h2,
    .h2,
    h2.h2 {
        font-size: 16.99999994px;
        font-weight: 400;
    }
}

h3,
.h3 {
    font-size: 16px;
    font-weight: 700;
    color: #4c3c8f;
}

@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.42857143;
    }
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: 700;
}

h6,
.h6 {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .table-mob-td1st-h3 tbody tr td:first-child {
        color: #4c3c8f;
        padding-top: 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.42857143;
    }
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #f9f0c5;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

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

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

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

.text-muted {
    color: #999fa9;
}

.text-primary {
    color: #250858;
}

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

    a.text-primary:hover > svg,
    a.text-primary:focus > svg {
        fill: #110429;
    }

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

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

    a.text-success:hover > svg,
    a.text-success:focus > svg {
        fill: #2b542c;
    }

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

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

    a.text-info:hover > svg,
    a.text-info:focus > svg {
        fill: #245269;
    }

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

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

    a.text-warning:hover > svg,
    a.text-warning:focus > svg {
        fill: #66512c;
    }

.text-danger {
    color: #d43814;
}

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

    a.text-danger:hover > svg,
    a.text-danger:focus > svg {
        fill: #a52c10;
    }

.bg-primary {
    color: #fff;
    background-color: #250858;
}

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 50px 0 24px;
}

    .page-header h1,
    .page-header .h1,
    .page-header .page-title {
        font-weight: 300;
        color: #4c3c8f;
        margin: 0;
    }

@media (max-width: 767px) {
    .page-header h1,
    .page-header .h1,
    .page-header .page-title {
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .page-header {
        margin: 28px 0 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-title h2 {
    margin-top: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-styled {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
}

    .list-styled li::before {
        content: "•";
        color: #4c3c8f;
        margin-right: 15px;
    }

    .list-styled li {
        text-indent: -24px;
        padding-left: 24px;
        margin-bottom: 15px;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@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 #999fa9;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border: 1px solid #c4c9d2;
    border-left: 5px solid #250858;
    background-color: #f3f5fc;
}

    blockquote h4,
    blockquote .h4,
    blockquote h5,
    blockquote .h5,
    blockquote h6,
    blockquote .h6 {
        margin-top: 5px;
        margin-bottom: 10px;
        color: #4c3c8f;
    }

        blockquote h4 small,
        blockquote .h4 small,
        blockquote h5 small,
        blockquote .h5 small,
        blockquote h6 small,
        blockquote .h6 small,
        blockquote h4 .small,
        blockquote .h4 .small,
        blockquote h5 .small,
        blockquote .h5 .small,
        blockquote h6 .small,
        blockquote .h6 .small {
            font-size: 75%;
        }

    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999fa9;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: "\2014 \00A0";
        }

    blockquote > svg.bd-icon {
        fill: #4c3c8f;
        vertical-align: middle;
    }

@media (max-width: 767px) {
    blockquote > span {
        width: 90%;
        vertical-align: top;
    }

        blockquote > span > h5 {
            margin: 0 !important;
            line-height: 1.4;
        }
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #250858;
    border-left: 0;
    text-align: right;
}

    .blockquote-reverse footer:before,
    blockquote.pull-right footer:before,
    .blockquote-reverse small:before,
    blockquote.pull-right small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right .small:before {
        content: "";
    }

    .blockquote-reverse footer:after,
    blockquote.pull-right footer:after,
    .blockquote-reverse small:after,
    blockquote.pull-right small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right .small:after {
        content: "\00A0 \2014";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.52857143;
}

    address h3 {
        font-weight: 700;
        margin-top: 0;
    }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Lato", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #454149;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
}

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

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xxs-12,
.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-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #999fa9;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px 12px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #d9dfed;
    }

    .table > thead > tr > th {
        vertical-align: middle;
    }

    .table > thead.thead-dark,
    .table > thead.thead-dark > tr > th {
        color: #fff;
        background-color: #250858;
    }

@media screen and (max-width: 767px) {
    .table > thead.thead-mob-dark,
    .table > thead.thead-mob-dark > tr > th {
        color: #fff !important;
        background-color: #250858 !important;
    }
}

.table > thead.thead-light,
.table > thead.thead-light > tr > th {
    color: #4c3c8f;
    background-color: #e8edfe;
}

@media screen and (max-width: 767px) {
    .table > thead.thead-mob-light,
    .table > thead.thead-mob-light > tr > th {
        color: #4c3c8f !important;
        background-color: #e8edfe !important;
    }
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #d9dfed;
}

.table .table {
    background-color: #fff;
}

.table > tfoot.white-bg,
.table > tfoot.white-bg > tr > td {
    background-color: #fff;
}

.table .datetime.small {
    color: #666669;
}

.table.table-valign-middle > tbody > tr > td {
    vertical-align: middle;
}

.thead-dark {
    color: #fff;
    background-color: #250858;
}

@media screen and (max-width: 767px) {
    .thead-dark.thead-mob-light {
        color: #4c3c8f;
        background-color: #e8edfe;
    }
}

.thead-light {
    color: #4c3c8f;
    background-color: #e8edfe;
}

@media screen and (max-width: 767px) {
    .thead-light.thead-mob-dark {
        color: #fff;
        background-color: #250858;
    }
}

.tfoot-dark {
    color: #fff;
    background-color: #e8edfe;
}

@media screen and (max-width: 767px) {
    .tfoot-dark.tfoot-mob-light {
        color: #4c3c8f;
        background-color: #f3f5fc;
    }
}

.tfoot-light {
    color: #4c3c8f;
    background-color: #f3f5fc;
}

@media screen and (max-width: 767px) {
    .tfoot-light.tfoot-mob-dark {
        color: #fff;
        background-color: #e8edfe;
    }
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 8px;
}

.table-bordered {
    border: 1px solid #d9dfed;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #d9dfed;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f5fc;
}

.table-hover > tbody > tr:hover {
    background-color: #e8edfe;
}

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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #e8edfe;
}

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

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #f9f0c5;
}

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

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d9dfed;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.table-layout-fixed {
    table-layout: fixed;
}

.no-table-border thead > tr > th,
.no-table-border tbody > tr > th,
.no-table-border tbody > tr > td,
.no-table-border > thead > tr,
.no-table-border > tbody > tr {
    border: 0 !important;
}

.tbl-bot-brdr1px,
.tblTd-bot-brdr1px tbody tr td {
    border-bottom: 1px solid #e1e2ec;
    border-top: 0 !important;
}

.tbl-bot-brdr2px {
    border-bottom: 2px solid #e1e2ec !important;
}

table.table-left-right.border1px-tbl-tr {
    border-bottom: 1px solid #e1e2ec;
}

table.table-left-right.table-level-3 tbody > tr > th {
    font-weight: 400;
}

table.table-left-right.table-level-3:last-child {
    border: 0 !important;
}

.table-level-1 > thead > tr:first-child > td,
.table-level-1 > tbody > tr:first-child > td,
.table-level-1 > tfoot > tr:first-child > td,
.table-level-1 > thead > tr:first-child > th,
.table-level-1 > tbody > tr:first-child > th,
.table-level-1 > tfoot > tr:first-child > th {
    border-top: 0 !important;
}

.table-level-1 .thead-light tr th {
    border: 0;
}

.table-level-1 > tbody > tr:first-child > td {
    border-top: 0;
}

.table-level-1.table-bottom-border2px {
    border-bottom: 2px solid #e1e2ec;
}

.table-level-2.table-stacked {
    border-bottom: 1px solid #e1e2ec;
}

    .table-level-2.table-stacked > tbody > tr {
        border-bottom: 1px solid #e1e2ec;
    }

.table-stacked .table-level-4.table-condensed > tbody > tr > td:last-child {
    padding-bottom: 20px;
}

.table-stacked .table-level-4.table-condensed > tbody > tr > td {
    font-weight: 400;
    padding: 4px 8px;
}

    .table-stacked .table-level-4.table-condensed > tbody > tr > td > span {
        font-size: 14px;
        color: #121113;
    }

@media (max-width: 767px) {
    .table-stacked .table-level-4.table-condensed > tbody > tr > td > span {
        font-size: 12px;
        color: #666669;
    }
}

table.table-checkbox > thead > tr > th:first-child {
    width: 8%;
}

table.table-checkbox > tbody > tr > td:first-child {
    width: 8%;
}

@media (min-width: 992px) {
    table.table-checkbox > thead > tr > th:first-child {
        width: 3.5%;
    }

    table.table-checkbox > tbody > tr > td:first-child {
        width: 3.5%;
    }
}

@media (max-width: 767px) {
    table.table-checkbox > thead > tr > th:first-child {
        width: 14%;
    }

    table.table-checkbox > tbody > tr > td:first-child {
        width: 14%;
    }
}

@media (max-width: 767px) {
    .comms-default.table,
    .comms-default.table thead,
    .comms-default.table tbody,
    .comms-default.table th,
    .comms-default.table td,
    .comms-default.table tr,
    .comms-default.table tfoot {
        display: block;
        width: 100%;
    }

        .comms-default.table tbody tr:first-child td:first-child {
            padding-top: 20px;
            padding-bottom: 4px;
        }

        .comms-default.table tbody tr td {
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .comms-default.table > tbody > tr:last-child {
            margin-bottom: 30px;
        }
}

.voting-table.table > tbody > tr:last-child td {
    padding-bottom: 30px;
}

.table-tdValign-middle tbody tr td {
    vertical-align: middle;
}

.table-stacked.table > tbody > tr:last-child {
    border-bottom: 0;
}

.table-stacked tbody > tr > td > span {
    font-size: 12px;
    color: #666669;
}

@media (max-width: 767px) {
    .table-stacked.table > tbody > tr {
        border-bottom: 1px solid #e1e2ec;
    }

    .table-stacked.table,
    .table-stacked.table thead,
    .table-stacked.table tbody,
    .table-stacked.table th,
    .table-stacked.table td,
    .table-stacked.table tr,
    .table-stacked.table tfoot {
        display: block;
        width: 100%;
    }

        .table-stacked.table tbody tr td {
            padding-bottom: 12px;
            display: block;
            font-size: 14px;
            position: relative;
            white-space: inherit;
        }

            .table-stacked.table tbody tr td[data-label] {
                padding-top: 26px !important;
                text-align: left;
            }

            .table-stacked.table tbody tr td::before {
                content: attr(data-label);
                text-align: left;
                position: absolute;
                left: 12px;
                top: 0;
                width: 100% !important;
                padding-right: 10px;
                white-space: nowrap;
                line-height: 21px;
                color: #121113;
                font-size: 14px;
                font-weight: 700;
            }

        .table-stacked.table.table-level-2 > thead > tr > th:first-child {
            padding-bottom: 0;
        }

        .table-stacked.table > tbody > tr > td:first-child {
            font-weight: 700;
        }

        .table-stacked.table > tbody > tr:first-child > td:first-child {
            padding-top: 8px;
        }

        .table-stacked.table > tbody > tr > td:first-child {
            padding-top: 20px;
        }

        .table-stacked.table > tbody > tr > td:last-child {
            padding-bottom: 20px;
        }

    .table-stacked > .table.border1px-tbl-tr > tbody > tr {
        border-bottom: 1px solid #e1e2ec;
    }

        .table-stacked > .table.border1px-tbl-tr > tbody > tr:last-child {
            border-bottom: 0;
        }

    .table-stacked.reinvestmentTable .table.table-level-3 > thead > tr > th h3 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .table-stacked.reinvestmentTable .table.table-level-3 > thead > tr > th h3 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .table-stacked.reinvestmentTable .table.table-level-4 > tbody > tr > td {
        font-weight: 400;
        padding-top: 2px;
        padding-bottom: 0px;
    }

    .table-stacked.reinvestmentTable .table.table-level-4 > tbody > tr {
        margin-bottom: 6px;
    }

    .table-stacked.border1px-tbl-tr tbody tr {
        border-bottom: 1px solid #e1e2ec !important;
    }

        .table-stacked.border1px-tbl-tr tbody tr:last-child {
            border-bottom: 0;
        }
}

.accordion-table > tbody > tr.footable-disabled {
    border: 0;
}

    .accordion-table > tbody > tr.footable-disabled > td.footable-last-visible > span.last-column {
        margin: 0 13px;
    }

.accordion-table .footable-detail-row {
    border-top: 1px solid #d9dfed;
    border-bottom: 1px solid #d9dfed;
    display: table-row;
    background-color: #f3f5fc !important;
}

    .accordion-table .footable-detail-row > td {
        position: relative;
        padding: 0;
    }

        .accordion-table .footable-detail-row > td::after {
            border-top: 0;
            border-bottom: 10px dashed #d9dfed;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: "";
            position: absolute;
            top: -10px;
            right: 16px;
            width: 0;
            height: 0;
            display: block;
        }

        .accordion-table .footable-detail-row > td::before {
            border-top: 0;
            border-bottom: 10px dashed #f3f5fc;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: "";
            position: absolute;
            top: -8px;
            right: 16px;
            width: 0;
            height: 0;
            display: block;
            z-index: 1;
        }

    .accordion-table .footable-detail-row .footable-details {
        background-color: #f3f5fc !important;
        display: block;
        margin: 15px auto;
    }

        .accordion-table .footable-detail-row .footable-details,
        .accordion-table .footable-detail-row .footable-details > tbody > tr {
            border: none;
        }

.accordion-table .footable-details > tbody > tr > th {
    border: none;
    text-align: left;
    font-weight: 400;
    color: #666669;
    font-size: 14px;
    float: left;
}

.accordion-table .footable-details > tbody > tr > td {
    color: #121113;
    text-align: left;
}

.accordion-table .footable-details > tbody > tr > th,
.accordion-table .footable-details > tbody > tr > td {
    padding: 4px;
    background-color: #f3f5fc !important;
}

    .accordion-table .footable-details > tbody > tr > td[class="text-center"] {
        text-align: left !important;
    }

@media (min-width: 768px) {
    .accordion-table.table.col-2 .footable-detail-row .footable-details {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        width: 50%;
        height: 210px;
    }
}

@media (min-width: 992px) {
    .accordion-table.table.col-2 .footable-detail-row .footable-details {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        width: 94%;
        height: 210px;
    }

        .accordion-table.table.col-2
        .footable-detail-row
        .footable-details > tbody > tr > th:nth-child(1) {
            width: 140px;
        }
}

@-moz-document url-prefix() {
    @media (min-width: 992px) {
        .accordion-table.table.col-2
        .footable-detail-row
        .footable-details > tbody {
            width: 100%;
            display: flow-root;
        }

            .accordion-table.table.col-2
            .footable-detail-row
            .footable-details > tbody > tr {
                display: inline-block;
                width: 60%;
            }
    }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    table.table-left,
    table.table-left thead,
    table.table-left tbody,
    table.table-left th,
    table.table-left td,
    table.table-left tr,
    table.table-left tfoot {
        display: block;
        width: 100%;
    }

    table.table-left {
        width: 100%;
    }

        table.table-left tr {
            margin-bottom: 0;
            display: block !important;
        }

        table.table-left.table tr td[data-label] {
            display: inline-block;
            text-align: left;
            font-size: 14px;
            border: none;
            position: relative;
            white-space: inherit;
            padding-top: 30px;
        }

        table.table-left.table tr td {
            display: block;
            font-size: 14px;
            border: none;
            position: relative;
        }

        table.table-left td[data-label]::before {
            left: 12px;
            top: 0;
            width: 100% !important;
            padding-right: 10px;
            white-space: nowrap;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
            font-weight: 700;
        }

        table.table-left td[data-label]::before,
        .table.table-left tfoot td[data-label]::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
        }

    table.table-left-bold td::before {
        font-weight: 700;
    }

    table.table-left-right tfoot td,
    .table.table-left tfoot td {
        border: 0 !important;
    }

    table.table-left-right tfoot th,
    .table.table-left tfoot th {
        display: block !important;
    }

    table.table-left.border1px-tbl-tr tbody tr {
        border-bottom: 1px solid #e1e2ec;
    }

        table.table-left.border1px-tbl-tr tbody tr > td:last-child {
            padding-bottom: 15px;
        }

        table.table-left.border1px-tbl-tr tbody tr:last-child {
            border-bottom: 0;
        }

            table.table-left.border1px-tbl-tr tbody tr:last-child > td:last-child {
                padding-bottom: 0px;
            }

    table.table-left.table-level-3 tbody > tr > th {
        font-weight: 700;
    }

        table.table-left.table-level-3 tbody > tr > th span.small {
            font-weight: 400;
        }

    table.table-left.table-level-3 > tbody > tr > td.action {
        padding-left: 12px !important;
        padding-bottom: 26px;
    }

    table.table-left .date {
        color: #666669;
        font-weight: 400;
    }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    table.table-left-right,
    table.table-left-right thead,
    table.table-left-right tbody,
    table.table-left-right tr,
    table.table-left-right tfoot {
        display: block;
        width: 100%;
    }

    table.table-left-right {
        width: 100%;
    }

        table.table-left-right tr {
            margin-bottom: 0;
            display: block !important;
        }

        table.table-left-right.table tr td[data-label] {
            text-align: right;
            padding-left: 140px !important;
            white-space: inherit;
        }

        table.table-left-right.table tr td {
            display: block;
            font-size: 14px;
            border: none;
            position: relative;
        }

        table.table-left-right td[data-label]::before {
            left: 15px;
            width: 140px !important;
            padding-right: 10px;
            white-space: nowrap;
        }

        table.table-left-right td::before,
        .table.table-left-right tfoot td::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
        }

    table.table-left-bold td::before {
        font-weight: 700;
    }

    table.table-left-right tfoot td,
    .table.table-left-right tfoot td {
        border: 0 !important;
    }

    table.table-left-right tfoot th,
    .table.table-left-right tfoot th {
        display: block !important;
    }

    .savingPlan .table-left-right.table-level-3 > tbody > tr > th {
        padding-top: 15px;
    }

    table.table-left-right.border1px-tbl-tr tbody tr {
        border-bottom: 1px solid #e1e2ec;
    }

        table.table-left-right.border1px-tbl-tr tbody tr:last-child {
            border-bottom: 0;
        }

    table.table-left-right.table-level-3 tbody > tr > th {
        font-weight: 700;
    }

        table.table-left-right.table-level-3 tbody > tr > th span.small {
            font-weight: 400;
        }

    table.table-left-right.table-level-3 > tbody > tr > td.action {
        padding-left: 12px !important;
        padding-bottom: 15px;
    }

    table.table-left-right .date {
        color: #666669;
        font-weight: 400;
    }

    table.table-left-right.voting-table tr td[data-label] {
        padding-left: 140px !important;
    }

        table.table-left-right.voting-table tr td[data-label]::before {
            width: 130px !important;
        }

    table.table-left-right.accordion-table > tbody > tr.footable-disabled {
        border: 0;
    }

        table.table-left-right.accordion-table > tbody > tr.footable-disabled > td.footable-last-visible > span.last-column {
            margin: 0 13px;
        }

    table.table-left-right.accordion-table > tbody > tr > td > span.footable-toggle {
        opacity: 1;
        font-size: 12px;
    }

        table.table-left-right.accordion-table > tbody > tr > td > span.footable-toggle.btn-link
        .fooicon {
            color: #1d7bc2;
            margin-left: 3px;
        }

    table.table-left-right.accordion-table > tbody tr td span.fooicon {
        color: #7a7f88;
    }

    table.table-left-right.accordion-table > tbody > tr,
    table.table-left-right.statementsAdvicesTable > tbody > tr {
        border-bottom: 1px solid #d9dfed;
    }

    table.table-left-right.statementsAdvicesTable > tbody > tr,
    table.table-left-right.statementsAdvicesTable > tbody {
        width: 100%;
    }

        table.table-left-right.statementsAdvicesTable > tbody > tr > td {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        table.table-left-right.statementsAdvicesTable > tbody > tr.footable-detail-row > td > .footable-details > tbody > tr > td {
            padding: 8px;
            position: relative;
            width: auto;
            float: left;
        }

    table.table-left-right.accordion-table .footable-detail-row,
    table.table-left-right.statementsAdvicesTable .footable-detail-row {
        border-bottom: 1px solid #d9dfed;
    }

        table.table-left-right.accordion-table .footable-detail-row > td,
        table.table-left-right.statementsAdvicesTable .footable-detail-row > td {
            position: relative;
        }

        table.table-left-right.statementsAdvicesTable .footable-detail-row > td {
            padding: 8px 0;
        }

            table.table-left-right.accordion-table .footable-detail-row > td::after,
            table.table-left-right.statementsAdvicesTable
            .footable-detail-row > td::after {
                border-top: 0;
                border-bottom: 10px dashed #d9dfed;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                content: "";
                position: absolute;
                top: -10px;
                right: 16px;
                width: 0;
                height: 0;
                display: block;
            }

            table.table-left-right.accordion-table .footable-detail-row > td::before,
            table.table-left-right.statementsAdvicesTable
            .footable-detail-row > td::before {
                border-top: 0;
                border-bottom: 10px dashed #f3f5fc;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                content: "";
                position: absolute;
                top: -8px;
                right: 16px;
                width: 0;
                height: 0;
                display: block;
                z-index: 1;
            }

        table.table-left-right.accordion-table .footable-detail-row,
        table.table-left-right.accordion-table .footable-detail-row .footable-details,
        table.table-left-right.statementsAdvicesTable .footable-detail-row,
        table.table-left-right.statementsAdvicesTable
        .footable-detail-row
        .footable-details {
            background-color: #f3f5fc !important;
            width: 100%;
            display: table;
        }

            table.table-left-right.accordion-table
            .footable-detail-row
            .footable-details {
                width: 94%;
                margin: 0 auto !important;
            }

    table.table-left-right.statementsAdvicesTable > tbody,
    table.table-left-right.accordion-table > tbody {
        display: table;
    }

        table.table-left-right.statementsAdvicesTable .footable-detail-row,
        table.table-left-right.statementsAdvicesTable > tbody > tr,
        table.table-left-right.accordion-table > tbody > tr {
            display: table-row !important;
        }

    table.table-left-right.accordion-table
    .footable-detail-row
    .footable-details > tbody > tr > th:nth-child(1) {
        width: 100%;
    }

    table.table-left-right.accordion-table .footable-detail-row .footable-details,
    table.table-left-right.accordion-table
    .footable-detail-row
    .footable-details > tbody > tr,
    table.table-left-right.statementsAdvicesTable
    .footable-detail-row
    .footable-details,
    table.table-left-right.statementsAdvicesTable
    .footable-detail-row
    .footable-details > tbody > tr {
        border: none;
    }

    table.table-left-right.accordion-table .footable-details > tbody > tr > th,
    table.table-left-right.statementsAdvicesTable
    .footable-details > tbody > tr > th {
        border: none;
        text-align: right;
        font-weight: 400;
        color: #666669;
        font-size: 14px;
        float: left;
    }

    table.table-left-right.statementsAdvicesTable
    .footable-details > tbody > tr > th {
        text-align: left;
    }

    table.table-left-right.accordion-table .footable-details > tbody > tr > td {
        color: #121113;
        width: 54%;
        text-align: left;
    }

    table.table-left-right.accordion-table .footable-details > tbody > tr > th,
    table.table-left-right.accordion-table .footable-details > tbody > tr > td {
        padding: 4px;
        background-color: #f3f5fc !important;
    }

        table.table-left-right.accordion-table
        .footable-details > tbody > tr > td[class="text-center"] {
            text-align: left !important;
        }

    .table-checkbox.border1px-tbl-tr tbody tr {
        border-bottom: 1px solid #e1e2ec;
    }

        .table-checkbox.border1px-tbl-tr tbody tr > td:last-child {
            padding-bottom: 15px;
        }

        .table-checkbox.border1px-tbl-tr tbody tr:last-child {
            border-bottom: 0;
        }

            .table-checkbox.border1px-tbl-tr tbody tr:last-child > td:last-child {
                padding-bottom: 0px;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    table.table-left-right.accordion-table > thead > tr,
    table.table-left-right.accordion-table > tbody > tr {
        display: table-row !important;
    }

    table.table-left-right.accordion-table.footable > thead,
    table.table-left-right.accordion-table.footable > tbody {
        display: table;
    }

    table.table-left-right.accordion-table
    .footable-detail-row
    .footable-details {
        width: 50%;
        text-align: center;
    }

        table.table-left-right.accordion-table
        .footable-detail-row
        .footable-details > tbody {
            display: inline-block;
            width: 100%;
        }

            table.table-left-right.accordion-table
            .footable-detail-row
            .footable-details > tbody > tr > th:nth-child(1) {
                width: 100%;
            }

    table.table-left-right.accordion-table .footable-details > tbody > tr > td {
        color: #121113;
        width: 55%;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    table.statementsAdvicesTable.table-left-right,
    table.statementsAdvicesTable.table-left-right thead,
    table.statementsAdvicesTable.table-left-right tbody,
    table.statementsAdvicesTable.table-left-right tr,
    table.statementsAdvicesTable.table-left-right tfoot {
        width: 100%;
    }

    table.statementsAdvicesTable.table-left-right {
        width: 100%;
    }

        table.statementsAdvicesTable.table-left-right tr {
            margin-bottom: 0;
            display: block !important;
        }

        table.statementsAdvicesTable.table-left-right.table tr td[data-label] {
            text-align: right;
            padding-left: 140px !important;
            white-space: inherit;
        }

        table.statementsAdvicesTable.table-left-right.table > tr > td {
            display: block;
            font-size: 14px;
            border: none;
            position: relative;
        }

        table.statementsAdvicesTable.table-left-right td[data-label]::before {
            left: 15px;
            width: 140px !important;
            padding-right: 10px;
            white-space: nowrap;
        }

        table.statementsAdvicesTable.table-left-right td::before,
        table.statementsAdvicesTable.table.table-left-right tfoot td::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
        }

    table.statementsAdvicesTable.table-left-bold td::before {
        font-weight: 700;
    }

    table.statementsAdvicesTable.table-left-right tfoot td,
    table.statementsAdvicesTable.table.table-left-right tfoot td {
        border: 0 !important;
    }

    table.statementsAdvicesTable.table-left-right tfoot th,
    table.statementsAdvicesTable.table.table-left-right tfoot th {
        display: block !important;
    }

    table.statementsAdvicesTable > tbody > tr {
        border-bottom: 1px solid #d9dfed;
    }

    table.statementsAdvicesTable > tbody > tr,
    table.statementsAdvicesTable > tbody {
        width: auto;
    }

        table.statementsAdvicesTable > tbody > tr > td {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        table.statementsAdvicesTable > tbody > tr.footable-detail-row > td > .footable-details > tbody > tr > td {
            padding: 8px;
            text-align: left;
        }

    table.statementsAdvicesTable .footable-detail-row {
        border-bottom: 1px solid #d9dfed;
    }

        table.statementsAdvicesTable .footable-detail-row > td {
            position: relative;
        }

        table.statementsAdvicesTable .footable-detail-row > td {
            padding: 8px 0;
        }

            table.statementsAdvicesTable .footable-detail-row > td::after {
                border-top: 0;
                border-bottom: 10px dashed #d9dfed;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                content: "";
                position: absolute;
                top: -10px;
                right: 16px;
                width: 0;
                height: 0;
                display: block;
            }

            table.statementsAdvicesTable .footable-detail-row > td::before {
                border-top: 0;
                border-bottom: 10px dashed #f3f5fc;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                content: "";
                position: absolute;
                top: -8px;
                right: 16px;
                width: 0;
                height: 0;
                display: block;
                z-index: 1;
            }

        table.statementsAdvicesTable .footable-detail-row,
        table.statementsAdvicesTable .footable-detail-row .footable-details {
            background-color: #f3f5fc !important;
            width: 100%;
            display: table;
        }

    table.statementsAdvicesTable > tbody {
        display: table;
    }

        table.statementsAdvicesTable .footable-detail-row,
        table.statementsAdvicesTable > tbody > tr {
            display: table-row !important;
        }

            table.statementsAdvicesTable .footable-detail-row .footable-details,
            table.statementsAdvicesTable
            .footable-detail-row
            .footable-details > tbody > tr {
                border: none;
            }

    table.statementsAdvicesTable .footable-details > tbody > tr > th {
        border: none;
        text-align: right;
        font-weight: 400;
        color: #666669;
        font-size: 14px;
        float: left;
    }

    table.statementsAdvicesTable .footable-details > tbody > tr > th {
        text-align: left;
    }
}

@media (max-width: 767px) {
    table.table-checkbox,
    table.table-checkbox thead,
    table.table-checkbox tbody,
    table.table-checkbox tr,
    table.table-checkbox tfoot {
        display: block;
        width: 100%;
    }

    table.table-checkbox {
        width: 100%;
    }

        table.table-checkbox tr {
            margin-bottom: 0;
            display: block !important;
        }

            table.table-checkbox tr td {
                border: 0;
            }

        table.table-checkbox tbody tr td:last-child {
            padding-bottom: 20px;
        }

        table.table-checkbox tbody tr td:first-child,
        table.table-checkbox tr td:nth-child(2) {
            padding-top: 20px;
        }

        table.table-checkbox tr th:first-child {
            display: inline-block;
        }

        table.table-checkbox tr th {
            display: inline-block;
            text-align: left;
            font-size: 14px;
            border: none;
            position: relative;
            white-space: inherit;
        }

        table.table-checkbox tr td:first-child,
        table.table-checkbox tr td:nth-child(2) {
            display: inline-block;
            margin-left: 0;
        }

        table.table-checkbox tr td[data-label] {
            display: inline-block;
            text-align: left;
            font-size: 14px;
            border: none;
            position: relative;
            white-space: inherit;
            padding-top: 22px;
            margin-left: 15%;
        }

        table.table-checkbox tr td .table tr td[data-label] {
            margin-left: 0;
        }

        table.table-checkbox td::before,
        .table.table-checkbox tfoot td::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            left: 12px;
            top: 0;
            width: 100% !important;
            padding-right: 10px;
            white-space: nowrap;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
            font-weight: 700;
        }

        table.table-checkbox tfoot td,
        .table.table-checkbox tfoot td {
            border: 0 !important;
        }

        table.table-checkbox tfoot th,
        .table.table-checkbox tfoot th {
            display: block !important;
        }

        table.table-checkbox.bottom-border1px tbody tr,
        table.table-checkbox.tblTd-bot-brdr1px tbody tr {
            border-bottom: 1px solid #e1e2ec;
        }

            table.table-checkbox.bottom-border1px tbody tr:last-child,
            table.table-checkbox.tblTd-bot-brdr1px tbody tr:last-child,
            table.table-checkbox.tblTd-bot-brdr1px tbody tr td {
                border-bottom: 0 !important;
            }

        table.table-checkbox.table-level-3 tbody > tr > th {
            font-weight: 700;
        }

            table.table-checkbox.table-level-3 tbody > tr > th span.small {
                font-weight: 400;
            }

        table.table-checkbox.contactDtlTbl > tbody > tr > td > .table > tbody > tr > td {
            margin-left: 0;
        }

    .table-col-2.table-left-xs,
    .table-col-3.table-left-xs,
    .table-col-2.table-left-xs thead,
    .table-col-3.table-left-xs thead,
    .table-col-2.table-left-xs tbody,
    .table-col-3.table-left-xs tbody,
    .table-col-2.table-left-xs th,
    .table-col-3.table-left-xs th,
    .table-col-2.table-left-xs td,
    .table-col-3.table-left-xs td,
    .table-col-2.table-left-xs tr,
    .table-col-3.table-left-xs tr,
    .table-col-2.table-left-xs tfoot,
    .table-col-3.table-left-xs tfoot {
        display: block;
        width: 100%;
    }

    .table-col-2.table-left-xs,
    .table-col-3.table-left-xs {
        width: 100%;
    }

        .table-col-2.table-left-xs tr,
        .table-col-3.table-left-xs tr {
            margin-bottom: 0;
            display: block !important;
        }

            .table-col-2.table-left-xs tr td[data-label],
            .table-col-3.table-left-xs tr td[data-label] {
                display: inline-block;
                text-align: left;
                font-size: 14px;
                border: none;
                position: relative;
                white-space: inherit;
                padding-top: 30px;
            }

            .table-col-2.table-left-xs tr td,
            .table-col-3.table-left-xs tr td {
                display: block;
                font-size: 14px;
                border: none;
                position: relative;
            }

        .table-col-2.table-left-xs td[data-label]::before,
        .table-col-3.table-left-xs td[data-label]::before {
            left: 12px;
            top: 0;
            width: 100% !important;
            padding-right: 10px;
            white-space: nowrap;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
            font-weight: 700;
        }

        .table-col-2.table-left-xs td[data-label]::before,
        .table-col-3.table-left-xs td[data-label]::before,
        .table-col-2.table-left-xs tfoot td[data-label]::before,
        .table-col-3.table-left-xs tfoot td[data-label]::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
        }

    .table-col-2.table-left-bold td::before,
    .table-col-3.table-left-bold td::before {
        font-weight: 700;
    }

    .table-col-2.table-left-xs tfoot td,
    .table-col-3.table-left-xs tfoot td {
        border: 0 !important;
    }

    .table-col-2.table-left-xs tfoot th,
    .table-col-3.table-left-xs tfoot th {
        display: block !important;
    }

    .table-col-2.table-left-xs.border1px-tbl-tr tbody tr,
    .table-col-3.table-left-xs.border1px-tbl-tr tbody tr {
        border-bottom: 1px solid #e1e2ec !important;
    }

        .table-col-2.table-left-xs.border1px-tbl-tr tbody tr:last-child,
        .table-col-3.table-left-xs.border1px-tbl-tr tbody tr:last-child {
            border-bottom: 0;
        }

    .transaction-table {
        display: table;
    }

        .transaction-table > thead,
        .transaction-table > tbody {
            display: table !important;
        }

            .transaction-table > thead > tr,
            .transaction-table > thead > tr.footable-disabled,
            .transaction-table > tbody > tr,
            .transaction-table > tbody > tr.footable-disabled {
                display: table-row !important;
            }

    .tblTd-botMobbrdr1px tbody tr td {
        border-bottom: 1px solid #e1e2ec !important;
        border-top: 0 !important;
    }

    .tblTd-botMobbrdr1px tbody tr:last-child td {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    table.table-checkbox,
    table.table-checkbox thead,
    table.table-checkbox tbody,
    table.table-checkbox tr,
    table.table-checkbox tfoot {
        display: block;
        width: 100%;
    }

    table.table-checkbox {
        width: 100%;
    }

        table.table-checkbox tr {
            margin-bottom: 0;
            display: block !important;
        }

            table.table-checkbox tr th {
                display: inline-block;
                text-align: left;
                font-size: 14px;
                border: none;
                position: relative;
                white-space: inherit;
            }

            table.table-checkbox tr td:first-child,
            table.table-checkbox tr td:nth-child(2) {
                display: inline-block;
                margin-left: 0;
            }

            table.table-checkbox tr td {
                display: inline-block;
                text-align: left;
                font-size: 14px;
                border: none;
                position: relative;
                white-space: inherit;
                padding-top: 22px;
                margin-left: 8.3%;
            }

                table.table-checkbox tr td .table tr td[data-label] {
                    margin-left: 0;
                }

        table.table-checkbox td::before,
        .table.table-checkbox tfoot td::before {
            content: attr(data-label);
            text-align: left;
            float: left;
            position: absolute;
            left: 12px;
            top: 0;
            width: 100% !important;
            padding-right: 10px;
            white-space: nowrap;
            line-height: 21px;
            color: #121113;
            font-size: 14px;
            font-weight: 700;
        }

        table.table-checkbox tfoot td,
        .table.table-checkbox tfoot td {
            border: 0 !important;
        }

        table.table-checkbox tfoot th,
        .table.table-checkbox tfoot th {
            display: block !important;
        }

        table.table-checkbox.bottom-border1px tbody tr,
        table.table-checkbox.tblTd-bot-brdr1px tbody tr {
            border-bottom: 1px solid #e1e2ec;
        }

            table.table-checkbox.bottom-border1px tbody tr:last-child,
            table.table-checkbox.tblTd-bot-brdr1px tbody tr:last-child,
            table.table-checkbox.tblTd-bot-brdr1px tbody tr td {
                border-bottom: 0 !important;
            }

        table.table-checkbox.table-level-3 tbody > tr > th {
            font-weight: 700;
        }

            table.table-checkbox.table-level-3 tbody > tr > th span.small {
                font-weight: 400;
            }

        table.table-checkbox.contactDtlTbl > tbody > tr > td > .table > tbody > tr > td {
            margin-left: 0;
        }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #454149;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #121113;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #121113;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c9d2;
    border-radius: 2px;
}

    .form-control:focus,
    .form-control:hover {
        border-color: #3f2174;
        outline: 0;
    }

    .form-control::-moz-placeholder {
        color: #666669;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #666669;
    }

    .form-control::-webkit-input-placeholder {
        color: #666669;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

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

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

textarea.form-control {
    height: auto;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

input[type="number"] {
    -moz-appearance: textfield;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="date"].form-control,
        input[type="time"].form-control,
        input[type="datetime-local"].form-control,
        input[type="month"].form-control {
            line-height: 37px;
        }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm,
        .input-group-sm input[type="date"],
        .input-group-sm input[type="time"],
        .input-group-sm input[type="datetime-local"],
        .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg,
        .input-group-lg input[type="date"],
        .input-group-lg input[type="time"],
        .input-group-lg input[type="datetime-local"],
        .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 20px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 20px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 46.25px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .error-text,
.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 .error-text,
.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: #f9f0c5;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .error-text,
.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: #d43814;
}

.has-error .form-control {
    border-color: #d43814;
    -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: #a52c10;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0795e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0795e;
    }

.has-error .input-group-addon {
    color: #d43814;
    border-color: #d43814;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #d43814;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block,
.error-text {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #524d56;
}

.error-text {
    display: none;
}

.has-error .error-text {
    display: block;
}

@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 {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

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

.direct-form .checkbox,
.direct-form .radio,
.direct-form .select {
    color: #121113;
    font-size: 14px;
}

    .direct-form .checkbox i,
    .direct-form .radio i {
        -webkit-appearance: none;
        border-color: #c4c9d2;
        pointer-events: none;
    }

.direct-form .select {
    background-color: #fff;
    height: 37px;
}

.direct-form .input-file .button {
    height: 37px;
    font-size: 14px;
    line-height: 1.42857143;
}

    .direct-form .input-file .button input {
        font-size: 32.3064px;
    }

.direct-form .select i {
    background-color: #fff;
    border-left: 1px solid #c4c9d2;
}

.direct-form .select select:focus + i,
.direct-form .select select:hover + i,
.direct-form .select select:hover {
    border-color: #3f2174;
}

    .direct-form .select select:hover + i:after,
    .direct-form .select select:focus + i:after {
        color: #3f2174;
    }

.direct-form .select i:after {
    content: "\f078";
    top: 25%;
    left: 0;
    bottom: 0;
    font: 400 11px/17px "FontAwesome";
    text-align: center;
    color: #666669;
}

.direct-form .textarea-expandable textarea {
    height: 37px;
}

.direct-form .checkbox input ~ i:after,
.direct-form .checkbox input:checked ~ i,
.direct-form .toggle input:checked ~ i {
    color: #fff;
}

.direct-form .radio input:checked ~ i {
    background-color: #fff;
    border-color: #3f2174;
}

.direct-form .has-error i,
.direct-form .has-error i {
    border-color: #d43814;
}

.direct-form .has-success i,
.direct-form .has-success i {
    border-color: #5cb85c;
}

.direct-form .has-disabled:hover i,
.direct-form .has-disabled:hover i,
.direct-form .has-disabled:hover i,
.direct-form .has-disabled select:hover {
    border-color: #c4c9d2 !important;
}

.direct-form .has-disabled.checkbox input ~ i:after,
.direct-form .has-disabled.checkbox input:checked ~ i,
.direct-form .has-disabled.radio input ~ i:after,
.direct-form .has-disabled.radio input:checked ~ i,
.direct-form .has-disabled.toggle input:checked ~ i,
.direct-form .has-disabled.select select ~ i {
    border-color: #c4c9d2 !important;
    color: #fff !important;
}

.direct-form .has-disabled.radio input ~ i:after {
    background-color: #3f2174;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .btn {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 2px;
    }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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-bold {
    font-weight: 700;
}

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

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

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

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

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

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

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

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

.btn-default-white {
    color: #121113;
    background-color: #ffffff;
    border-color: #c4c9d2;
}

    .btn-default-white:focus,
    .btn-default-white.focus {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #7c879b;
    }

    .btn-default-white:hover {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #a1a9b8;
    }

    .btn-default-white:active,
    .btn-default-white.active,
    .open > .dropdown-toggle.btn-default-white {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #a1a9b8;
    }

        .btn-default-white:active:hover,
        .btn-default-white.active:hover,
        .open > .dropdown-toggle.btn-default-white:hover,
        .btn-default-white:active:focus,
        .btn-default-white.active:focus,
        .open > .dropdown-toggle.btn-default-white:focus,
        .btn-default-white:active.focus,
        .btn-default-white.active.focus,
        .open > .dropdown-toggle.btn-default-white.focus {
            color: #121113;
            background-color: #d4d4d4;
            border-color: #7c879b;
        }

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

    .btn-default-white.disabled:hover,
    .btn-default-white[disabled]:hover,
    fieldset[disabled] .btn-default-white:hover,
    .btn-default-white.disabled:focus,
    .btn-default-white[disabled]:focus,
    fieldset[disabled] .btn-default-white:focus,
    .btn-default-white.disabled.focus,
    .btn-default-white[disabled].focus,
    fieldset[disabled] .btn-default-white.focus {
        background-color: #ffffff;
        border-color: #c4c9d2;
    }

    .btn-default-white .badge {
        color: #ffffff;
        background-color: #121113;
    }

    .btn-default-white:hover {
        color: btn-default-white-color;
        background-color: #e8edfe;
        border-color: #c4c9d2;
    }

    .btn-default-white:focus,
    .btn-default-white.focus,
    .btn-default-white:active,
    .btn-default-white:focus:active {
        color: #121113;
        background-color: #e8edfe;
        border-color: #c4c9d2;
    }

.btn-default-select {
    border-radius: 2px;
    color: #121113;
    background-color: #ffffff;
    border-color: #c4c9d2;
}

    .btn-default-select:focus,
    .btn-default-select.focus {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #7c879b;
    }

    .btn-default-select:hover {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #a1a9b8;
    }

    .btn-default-select:active,
    .btn-default-select.active,
    .open > .dropdown-toggle.btn-default-select {
        color: #121113;
        background-color: #e6e6e6;
        border-color: #a1a9b8;
    }

        .btn-default-select:active:hover,
        .btn-default-select.active:hover,
        .open > .dropdown-toggle.btn-default-select:hover,
        .btn-default-select:active:focus,
        .btn-default-select.active:focus,
        .open > .dropdown-toggle.btn-default-select:focus,
        .btn-default-select:active.focus,
        .btn-default-select.active.focus,
        .open > .dropdown-toggle.btn-default-select.focus {
            color: #121113;
            background-color: #d4d4d4;
            border-color: #7c879b;
        }

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

    .btn-default-select.disabled:hover,
    .btn-default-select[disabled]:hover,
    fieldset[disabled] .btn-default-select:hover,
    .btn-default-select.disabled:focus,
    .btn-default-select[disabled]:focus,
    fieldset[disabled] .btn-default-select:focus,
    .btn-default-select.disabled.focus,
    .btn-default-select[disabled].focus,
    fieldset[disabled] .btn-default-select.focus {
        background-color: #ffffff;
        border-color: #c4c9d2;
    }

    .btn-default-select .badge {
        color: #ffffff;
        background-color: #121113;
    }

    .btn-default-select:hover {
        color: btn-default-select-color;
        background-color: #ffffff;
        border-color: #c4c9d2;
    }

    .btn-default-select:focus,
    .btn-default-select.focus,
    .btn-default-select:active,
    .btn-default-select:focus:active {
        color: #121113;
        background-color: #ffffff;
        border-color: #c4c9d2;
    }

    .btn-default-select:active,
    .btn-default-select.active,
    .open > .dropdown-toggle.btn-default-select {
        color: #121113;
        background-color: #ffffff;
        border-color: #c4c9d2;
    }

        .btn-default-select:active:hover,
        .btn-default-select.active:hover,
        .open > .dropdown-toggle.btn-default-select:hover,
        .btn-default-select:active:focus,
        .btn-default-select.active:focus,
        .open > .dropdown-toggle.btn-default-select:focus,
        .btn-default-select:active.focus,
        .btn-default-select.active.focus,
        .open > .dropdown-toggle.btn-default-select.focus {
            color: #121113;
            background-color: #ffffff;
            border-color: #c4c9d2;
        }

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

.btn-primary {
    color: #fff;
    background-color: #209ecf;
    border-color: #1d7bc2;
    border-width: 0;
    border-bottom-width: 2px;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #197ca3;
        border-color: #0c3553;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #197ca3;
        border-color: #15598d;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #197ca3;
        border-color: #15598d;
    }

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

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

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #209ecf;
        border-color: #1d7bc2;
    }

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

    .btn-primary:hover {
        background-color: #1ba6dc;
        border-color: #1d7bc2;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #209ecf;
        border-color: #1d7bc2;
    }

        .btn-primary:active,
        .btn-primary:focus:active,
        .btn-primary:hover:active {
            background-color: #1d7bc2;
            border-color: #1d7bc2;
        }

    .btn-primary.btn-primary-trsp {
        background-color: transparent;
        border: 0;
        color: #1d7bc2;
    }

        .btn-primary.btn-primary-trsp:hover {
            color: #fff;
            background-color: #1d7bc2;
            border-color: #1d7bc2;
        }

            .btn-primary.btn-primary-trsp:hover .icon-cloud-download .st0 {
                fill: #fff;
            }

@media (max-width: 767px) {
    .btn-primary.btn-primary-trsp:hover {
        background-color: transparent;
        border: 0;
        color: #1d7bc2;
    }

        .btn-primary.btn-primary-trsp:hover .icon-cloud-download .st0 {
            fill: #207bc0;
        }
}

.btn-primary.btn-primary-trsp:active,
.btn-primary.btn-primary-trsp.active,
.open > .dropdown-toggle.btn-primary.btn-primary-trsp {
    background-color: #1d7bc2;
    border-color: #1d7bc2;
}

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

        .btn-primary.btn-primary-trsp:active:hover .icon-cloud-download .st0,
        .btn-primary.btn-primary-trsp.active:hover .icon-cloud-download .st0,
        .open > .dropdown-toggle.btn-primary.btn-primary-trsp:hover
        .icon-cloud-download
        .st0,
        .btn-primary.btn-primary-trsp:active:focus .icon-cloud-download .st0,
        .btn-primary.btn-primary-trsp.active:focus .icon-cloud-download .st0,
        .open > .dropdown-toggle.btn-primary.btn-primary-trsp:focus
        .icon-cloud-download
        .st0,
        .btn-primary.btn-primary-trsp:active.focus .icon-cloud-download .st0,
        .btn-primary.btn-primary-trsp.active.focus .icon-cloud-download .st0,
        .open > .dropdown-toggle.btn-primary.btn-primary-trsp.focus
        .icon-cloud-download
        .st0 {
            fill: #fff;
        }

    .btn-primary.btn-primary-trsp:active .icon-cloud-download .st0,
    .btn-primary.btn-primary-trsp.active .icon-cloud-download .st0,
    .open > .dropdown-toggle.btn-primary.btn-primary-trsp
    .icon-cloud-download
    .st0 {
        fill: #fff;
    }

.btn-primary.btn-primary-trsp.dropdown-toggle {
    padding: 8px 20px;
}

.btn-primary svg.bd-icon {
    width: 15px;
    height: 13px;
    fill: #fff;
}

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

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

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

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

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

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

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

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

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

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

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

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

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

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

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

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

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #999fa9;
    border-color: #666669;
    border-width: 0;
    border-bottom-width: 2px;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #7d8592;
        border-color: #272728;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #7d8592;
        border-color: #48484a;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #7d8592;
        border-color: #48484a;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #6c7380;
            border-color: #272728;
        }

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

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #999fa9;
        border-color: #666669;
    }

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

    .btn-danger:hover {
        background-color: #a3a8b1;
        border-color: #666669;
    }

    .btn-danger:focus,
    .btn-danger.focus {
        background-color: #999fa9;
        border-color: #666669;
    }

        .btn-danger:active,
        .btn-danger:focus:active,
        .btn-danger:hover:active {
            background-color: #a3a8b1;
            border-color: #666669;
        }

.btn-trspOutline {
    color: #121113;
    background-color: transparent;
    border-color: #121113;
}

    .btn-trspOutline:focus,
    .btn-trspOutline.focus {
        color: #121113;
        background-color: rgba(0, 0, 0, 0);
        border-color: #000000;
    }

    .btn-trspOutline:hover {
        color: #121113;
        background-color: rgba(0, 0, 0, 0);
        border-color: #000000;
    }

    .btn-trspOutline:active,
    .btn-trspOutline.active,
    .open > .dropdown-toggle.btn-trspOutline {
        color: #121113;
        background-color: rgba(0, 0, 0, 0);
        border-color: #000000;
    }

        .btn-trspOutline:active:hover,
        .btn-trspOutline.active:hover,
        .open > .dropdown-toggle.btn-trspOutline:hover,
        .btn-trspOutline:active:focus,
        .btn-trspOutline.active:focus,
        .open > .dropdown-toggle.btn-trspOutline:focus,
        .btn-trspOutline:active.focus,
        .btn-trspOutline.active.focus,
        .open > .dropdown-toggle.btn-trspOutline.focus {
            color: #121113;
            background-color: rgba(0, 0, 0, 0);
            border-color: #000000;
        }

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

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

    .btn-trspOutline .badge {
        color: transparent;
        background-color: #121113;
    }

.btn-default-outline {
    color: #4c3c8f;
    background-color: transparent;
    border-color: #4c3c8f;
}

    .btn-default-outline:focus,
    .btn-default-outline.focus {
        color: #4c3c8f;
        background-color: rgba(0, 0, 0, 0);
        border-color: #1c1635;
    }

    .btn-default-outline:hover {
        color: #4c3c8f;
        background-color: rgba(0, 0, 0, 0);
        border-color: #352a64;
    }

    .btn-default-outline:active,
    .btn-default-outline.active,
    .open > .dropdown-toggle.btn-default-outline {
        color: #4c3c8f;
        background-color: rgba(0, 0, 0, 0);
        border-color: #352a64;
    }

        .btn-default-outline:active:hover,
        .btn-default-outline.active:hover,
        .open > .dropdown-toggle.btn-default-outline:hover,
        .btn-default-outline:active:focus,
        .btn-default-outline.active:focus,
        .open > .dropdown-toggle.btn-default-outline:focus,
        .btn-default-outline:active.focus,
        .btn-default-outline.active.focus,
        .open > .dropdown-toggle.btn-default-outline.focus {
            color: #4c3c8f;
            background-color: rgba(0, 0, 0, 0);
            border-color: #1c1635;
        }

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

    .btn-default-outline.disabled:hover,
    .btn-default-outline[disabled]:hover,
    fieldset[disabled] .btn-default-outline:hover,
    .btn-default-outline.disabled:focus,
    .btn-default-outline[disabled]:focus,
    fieldset[disabled] .btn-default-outline:focus,
    .btn-default-outline.disabled.focus,
    .btn-default-outline[disabled].focus,
    fieldset[disabled] .btn-default-outline.focus {
        background-color: transparent;
        border-color: #4c3c8f;
    }

    .btn-default-outline .badge {
        color: transparent;
        background-color: #4c3c8f;
    }

    .btn-default-outline:hover {
        color: #fff;
        background-color: #4c3c8f;
        border-color: #4c3c8f;
    }

        .btn-default-outline:hover svg {
            fill: #fff;
        }

    .btn-default-outline:focus,
    .btn-default-outline.focus {
        color: #4c3c8f;
        background-color: transparent;
        border-color: #4c3c8f;
    }

        .btn-default-outline:focus svg,
        .btn-default-outline.focus svg {
            fill: #4c3c8f;
        }

        .btn-default-outline:active,
        .btn-default-outline:focus:active,
        .btn-default-outline:hover:active {
            color: #fff;
            background-color: #4c3c8f;
            border-color: #4c3c8f;
        }

            .btn-default-outline:active svg,
            .btn-default-outline:focus:active svg,
            .btn-default-outline:hover:active svg {
                fill: #fff;
            }

    .btn-default-outline svg {
        fill: #4c3c8f;
    }

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

    .border-white-btn:focus,
    .border-white-btn.focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #bfbfbf;
    }

    .border-white-btn:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

    .border-white-btn:active,
    .border-white-btn.active,
    .open > .dropdown-toggle.border-white-btn {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

        .border-white-btn:active:hover,
        .border-white-btn.active:hover,
        .open > .dropdown-toggle.border-white-btn:hover,
        .border-white-btn:active:focus,
        .border-white-btn.active:focus,
        .open > .dropdown-toggle.border-white-btn:focus,
        .border-white-btn:active.focus,
        .border-white-btn.active.focus,
        .open > .dropdown-toggle.border-white-btn.focus {
            color: #fff;
            background-color: rgba(0, 0, 0, 0);
            border-color: #bfbfbf;
        }

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

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

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

    .border-white-btn:hover,
    .border-white-btn:focus,
    .border-white-btn:active {
        color: #250858;
        background-color: #fff;
    }

.btn-select-defaulttrsp {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

    .btn-select-defaulttrsp:focus,
    .btn-select-defaulttrsp.focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-select-defaulttrsp:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-select-defaulttrsp:active,
    .btn-select-defaulttrsp.active,
    .open > .dropdown-toggle.btn-select-defaulttrsp {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
    }

        .btn-select-defaulttrsp:active:hover,
        .btn-select-defaulttrsp.active:hover,
        .open > .dropdown-toggle.btn-select-defaulttrsp:hover,
        .btn-select-defaulttrsp:active:focus,
        .btn-select-defaulttrsp.active:focus,
        .open > .dropdown-toggle.btn-select-defaulttrsp:focus,
        .btn-select-defaulttrsp:active.focus,
        .btn-select-defaulttrsp.active.focus,
        .open > .dropdown-toggle.btn-select-defaulttrsp.focus {
            color: #fff;
            background-color: rgba(0, 0, 0, 0);
            border-color: rgba(0, 0, 0, 0);
        }

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

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

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

    .btn-select-defaulttrsp:focus,
    .btn-select-defaulttrsp:active {
        border: 0;
        color: #fff;
    }

.btn-link {
    color: #1d7bc2;
    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: #1ba6dc;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999fa9;
                text-decoration: none;
            }

.btn-sort {
    color: #4c3c8f;
    border-radius: 0;
}

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

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

            .btn-sort:hover,
            .btn-sort:focus {
                color: #4c3c8f;
                background-color: transparent;
            }

            .btn-sort[disabled]:hover,
            fieldset[disabled] .btn-sort:hover,
            .btn-sort[disabled]:focus,
            fieldset[disabled] .btn-sort:focus {
                color: #999fa9;
                text-decoration: none;
            }

.btn-link-bold {
    color: #1d7bc2;
    font-weight: 700;
    border-radius: 0;
    padding: 0;
}

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

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

            .btn-link-bold:hover,
            .btn-link-bold:focus {
                color: #1d7bc2;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link-bold[disabled]:hover,
            fieldset[disabled] .btn-link-bold:hover,
            .btn-link-bold[disabled]:focus,
            fieldset[disabled] .btn-link-bold:focus {
                color: #999fa9;
                text-decoration: none;
            }

            .btn-link-bold i.fa {
                font-size: 20px;
                margin-left: 2px;
            }

.btn-icon-action-delete,
.btn-icon-action-resend {
    color: #999fa9;
    background: none;
    border-radius: 0;
    padding: 0;
}

    .btn-icon-action-delete,
    .btn-icon-action-resend,
    .btn-icon-action-delete:active,
    .btn-icon-action-resend:active,
    .btn-icon-action-delete.active,
    .btn-icon-action-resend.active,
    .btn-icon-action-delete[disabled],
    .btn-icon-action-resend[disabled],
    fieldset[disabled] .btn-icon-action-delete,
    fieldset[disabled] .btn-icon-action-resend {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-icon-action-delete,
        .btn-icon-action-resend,
        .btn-icon-action-delete:hover,
        .btn-icon-action-resend:hover,
        .btn-icon-action-delete:focus,
        .btn-icon-action-resend:focus,
        .btn-icon-action-delete:active,
        .btn-icon-action-resend:active {
            border-color: transparent;
        }

            .btn-icon-action-delete:hover,
            .btn-icon-action-resend:hover,
            .btn-icon-action-delete:focus,
            .btn-icon-action-resend:focus {
                color: #3a2069;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-icon-action-delete[disabled]:hover,
            .btn-icon-action-resend[disabled]:hover,
            fieldset[disabled] .btn-icon-action-delete:hover,
            fieldset[disabled] .btn-icon-action-resend:hover,
            .btn-icon-action-delete[disabled]:focus,
            .btn-icon-action-resend[disabled]:focus,
            fieldset[disabled] .btn-icon-action-delete:focus,
            fieldset[disabled] .btn-icon-action-resend:focus {
                color: #999fa9;
                text-decoration: none;
            }

            .btn-icon-action-delete > svg,
            .btn-icon-action-resend > svg {
                fill: #999fa9;
            }

            .btn-icon-action-delete:hover svg,
            .btn-icon-action-resend:hover svg,
            .btn-icon-action-delete:focus svg,
            .btn-icon-action-resend:focus svg,
            .btn-icon-action-delete:active svg,
            .btn-icon-action-resend:active svg {
                fill: #3a2069;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

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

.primary-radio-btn-outline {
    border: 1px solid #4c3c8f;
    margin-right: 5px;
    border-radius: 2px;
    color: #4c3c8f;
    background-color: #fff;
    border-color: #4c3c8f;
}

    .primary-radio-btn-outline label.radio,
    .primary-radio-btn-outline label.checkbox {
        margin: 0 !important;
        padding: 12px 20px 12px 40px;
        position: relative;
        line-height: 1;
    }

    .primary-radio-btn-outline:focus,
    .primary-radio-btn-outline.focus {
        color: #4c3c8f;
        background-color: #e6e6e6;
        border-color: #1c1635;
    }

    .primary-radio-btn-outline:hover {
        color: #4c3c8f;
        background-color: #e6e6e6;
        border-color: #352a64;
    }

    .primary-radio-btn-outline:active,
    .primary-radio-btn-outline.active,
    .open > .dropdown-toggle.primary-radio-btn-outline {
        color: #4c3c8f;
        background-color: #e6e6e6;
        border-color: #352a64;
    }

        .primary-radio-btn-outline:active:hover,
        .primary-radio-btn-outline.active:hover,
        .open > .dropdown-toggle.primary-radio-btn-outline:hover,
        .primary-radio-btn-outline:active:focus,
        .primary-radio-btn-outline.active:focus,
        .open > .dropdown-toggle.primary-radio-btn-outline:focus,
        .primary-radio-btn-outline:active.focus,
        .primary-radio-btn-outline.active.focus,
        .open > .dropdown-toggle.primary-radio-btn-outline.focus {
            color: #4c3c8f;
            background-color: #d4d4d4;
            border-color: #1c1635;
        }

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

    .primary-radio-btn-outline.disabled:hover,
    .primary-radio-btn-outline[disabled]:hover,
    fieldset[disabled] .primary-radio-btn-outline:hover,
    .primary-radio-btn-outline.disabled:focus,
    .primary-radio-btn-outline[disabled]:focus,
    fieldset[disabled] .primary-radio-btn-outline:focus,
    .primary-radio-btn-outline.disabled.focus,
    .primary-radio-btn-outline[disabled].focus,
    fieldset[disabled] .primary-radio-btn-outline.focus {
        background-color: #fff;
        border-color: #4c3c8f;
    }

    .primary-radio-btn-outline .badge {
        color: #fff;
        background-color: #4c3c8f;
    }

    .primary-radio-btn-outline:hover {
        color: #fff;
        background-color: #4c3c8f;
        border-color: #4c3c8f;
    }

        .primary-radio-btn-outline:hover svg {
            fill: #fff;
        }

        .primary-radio-btn-outline:hover label.radio {
            color: #fff !important;
        }

    .primary-radio-btn-outline:focus,
    .primary-radio-btn-outline.focus {
        color: #4c3c8f;
        background-color: transparent;
        border-color: #4c3c8f;
    }

        .primary-radio-btn-outline:focus svg,
        .primary-radio-btn-outline.focus svg {
            fill: #4c3c8f;
        }

        .primary-radio-btn-outline:focus label.radio,
        .primary-radio-btn-outline.focus label.radio {
            color: #4c3c8f !important;
        }

        .primary-radio-btn-outline:active,
        .primary-radio-btn-outline:focus:active,
        .primary-radio-btn-outline:hover:active,
        .primary-radio-btn-outline.active,
        .primary-radio-btn-outline.active:hover {
            color: #fff;
            background-color: #4c3c8f;
            border-color: #4c3c8f;
        }

            .primary-radio-btn-outline:active svg,
            .primary-radio-btn-outline:focus:active svg,
            .primary-radio-btn-outline:hover:active svg,
            .primary-radio-btn-outline.active svg,
            .primary-radio-btn-outline.active:hover svg {
                fill: #fff;
            }

            .primary-radio-btn-outline:active label.radio,
            .primary-radio-btn-outline:focus:active label.radio,
            .primary-radio-btn-outline:hover:active label.radio,
            .primary-radio-btn-outline.active label.radio,
            .primary-radio-btn-outline.active:hover label.radio {
                color: #fff !important;
            }

    .primary-radio-btn-outline svg {
        fill: #4c3c8f;
    }

    .primary-radio-btn-outline label.radio i {
        width: 18px;
        height: 18px;
        top: auto;
        left: 15px;
        margin-top: 0;
    }

        .primary-radio-btn-outline label.radio i:after {
            width: 8px;
            height: 8px;
            top: 3px;
            left: 3px;
        }

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

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

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

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-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: 100%;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #d9dfed;
    border-radius: 2px;
    -webkit-box-shadow: 4px 1px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 4px 1px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #d9dfed;
    }

    .dropdown-menu > li,
    .dropdown-menu .mCustomScrollBox > .mCSB_container > li {
        border-bottom: 1px solid #d9dfed;
    }

        .dropdown-menu > li > a,
        .dropdown-menu .mCustomScrollBox > .mCSB_container > li > a {
            display: block;
            padding: 10px 19px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #454149;
            white-space: nowrap;
        }

            .dropdown-menu > li > a > span,
            .dropdown-menu .mCustomScrollBox > .mCSB_container > li > a > span {
                margin-right: 10px;
            }

    .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: "";
    }

    .dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: "";
    }

    .dropdown-menu.pull-right:before {
        right: 34px;
        left: auto;
    }

    .dropdown-menu.pull-right:after {
        right: 35px;
        left: auto;
    }

    .dropdown-menu > li > a:hover,
    .mCustomScrollBox > .mCSB_container > li > a:hover,
    .dropdown-menu > li > a:focus,
    .mCustomScrollBox > .mCSB_container > li > a:focus {
        text-decoration: none;
        color: #38353b;
        background-color: #f5f5f5;
    }

    .dropdown-menu > .active > a,
    .mCustomScrollBox > .mCSB_container > li.active > a,
    .dropdown-menu > .active > a:hover,
    .mCustomScrollBox > .mCSB_container > li.active > a:hover,
    .dropdown-menu > .active > a:focus,
    .mCustomScrollBox > .mCSB_container > li.active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #250858;
    }

    .dropdown-menu > .disabled > a,
    .mCustomScrollBox > .mCSB_container > li.disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .mCustomScrollBox > .mCSB_container > li.disabled > a:hover,
    .dropdown-menu > .disabled > a:focus,
    .mCustomScrollBox > .mCSB_container > li.disabled > a:focus {
        color: #999fa9;
    }

        .dropdown-menu > .disabled > a:hover,
        .mCustomScrollBox > .mCSB_container > li.disabled > a:hover,
        .dropdown-menu > .disabled > a:focus,
        .mCustomScrollBox > .mCSB_container > li.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-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown-menu-right:after {
        left: auto;
        right: 10px;
    }

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999fa9;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

    .pull-right > .dropdown-menu:before {
        left: auto;
        right: 9px;
    }

    .pull-right > .dropdown-menu:after {
        left: auto;
        right: 10px;
    }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    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 {
        left: auto;
        right: 0;
    }

        .navbar-right .dropdown-menu:before {
            left: auto;
            right: 9px;
        }

        .navbar-right .dropdown-menu:after {
            left: auto;
            right: 10px;
        }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.typeahead.dropdown-menu {
    top: 100% !important;
}

    .typeahead.dropdown-menu:before,
    .typeahead.dropdown-menu:after {
        display: none;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .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 {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

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

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        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: 2px;
        border-bottom-left-radius: 2px;
    }

    .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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

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

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #121113;
    text-align: center;
    background-color: #f3f5fc;
    border: 1px solid #c4c9d2;
    border-radius: 2px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 2px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 5px;
    }

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

        .nav > li.disabled > a {
            color: #999fa9;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999fa9;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #ffffff;
        border-color: #1d7bc2;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 2px 2px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #ffffff #ffffff #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #bcc2cc;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

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

    .nav-pills > li > a {
        border-radius: 2px;
    }

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

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 2px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

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

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

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0;
}

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

@media (max-width: 991px) {
    .navbar {
        min-height: 70px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1030;
    }
}

@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.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: 340px;
}

@media (max-device-width: 599px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 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;
    font-size: 18px;
}

    .navbar-brand .logo {
        display: inline-block;
        vertical-align: middle;
        padding: 19.90379831px 15px 19.90379831px 15px;
        line-height: 20px;
        height: 80px;
    }

    .navbar-brand .sub-brand {
        font-size: 25.8454px;
        height: 80px;
        padding: 19.90379831px 15px 19.90379831px 0;
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        color: #999fa9;
    }

        .navbar-brand .sub-brand span {
            color: #41a8d0;
        }

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

@media (max-width: 767px) {
    .navbar-brand {
        float: none;
        display: block;
    }

        .navbar-brand > .logo {
            display: block;
            text-align: center;
            height: auto;
            padding-bottom: 10.90379831px;
            padding-top: 14.90379831px;
        }

            .navbar-brand > .logo img.img-responsive {
                display: inline-block;
                width: 150px;
            }

        .navbar-brand .sub-brand {
            font-size: 14px;
            display: block;
            text-align: center;
            padding: 0 15px 14.90379831px;
            height: auto;
            line-height: 1;
        }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .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: 0 -15px;
}

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

@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: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

        .navbar-nav .open .dropdown-menu:before {
            display: none;
        }

        .navbar-nav .open .dropdown-menu:after {
            display: none;
        }

        .navbar-nav .open .dropdown-menu.pull-right:before {
            right: 34px;
            left: auto;
        }

        .navbar-nav .open .dropdown-menu.pull-right:after {
            right: 35px;
            left: auto;
        }
}

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

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

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

.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: 21.5px;
    margin-bottom: 21.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 {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            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;
    border: none;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
}

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

    .navbar-btn.btn-xs {
        margin-top: 29px;
        margin-bottom: 29px;
    }

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

@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: -30px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }

        .navbar-right .dropdown-menu::before,
        .navbar-right .dropdown-menu::after {
            display: none;
        }
}

.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .navbar-default .navbar-brand {
        color: #4c3c8f;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #392d6b;
            background-color: transparent;
        }

@media (max-width: 991px) {
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #4c3c8f;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #4c3c8f;
    }

        .navbar-default .navbar-nav > li > a:hover > svg.bd-icon,
        .navbar-default .navbar-nav > li > a:focus > svg.bd-icon {
            fill: #fff;
        }

        .navbar-default .navbar-nav > li > a:hover > svg.navforms-icon .st1,
        .navbar-default .navbar-nav > li > a:focus > svg.navforms-icon .st1 {
            fill: #fff;
        }

    .navbar-default .navbar-nav > li > a > svg.bd-icon {
        fill: #4c3c8f;
        margin: 0 auto 5px;
        text-align: center;
        width: 20px;
        vertical-align: middle;
        display: block;
    }

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-align: left;
        padding-top: 12.90379831px;
        padding-bottom: 9.90379831px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #4c3c8f;
}

    .navbar-default .navbar-nav > .active > a > svg.bd-icon,
    .navbar-default .navbar-nav > .active > a:hover > svg.bd-icon,
    .navbar-default .navbar-nav > .active > a:focus > svg.bd-icon {
        fill: #fff;
    }

.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-nav > li {
    border-left: 1px solid #e8edfe;
}

    .navbar-default .navbar-nav > li.userName {
        color: #121113;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 15px;
        text-align: right;
        border-left: 0;
    }

        .navbar-default .navbar-nav > li.userName > a {
            padding: 0;
            background-color: transparent;
            text-transform: capitalize;
            font-size: 14px;
            text-align: right;
        }

            .navbar-default .navbar-nav > li.userName > a:hover {
                color: #4c3c8f;
                text-decoration: underline;
            }

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li.userName {
        width: 400px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .navbar-default .navbar-nav > li.userName > span {
            display: block;
        }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #3a2069;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #4c3c8f;
    color: #4c3c8f;
}

    .navbar-default .navbar-nav > .open > a > svg.bd-icon,
    .navbar-default .navbar-nav > .open > a:hover > svg.bd-icon,
    .navbar-default .navbar-nav > .open > a:focus > svg.bd-icon {
        fill: #4c3c8f;
    }

.navbar-default .navbar-nav li > ul.dropdown-menu > li > a > svg.bd-icon {
    fill: #7a7f88;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #4c3c8f;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #4c3c8f;
        }

    .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: #fff;
        background-color: #4c3c8f;
    }

    .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: #4c3c8f;
}

    .navbar-default .navbar-link:hover {
        color: #fff;
    }

.navbar-default .btn-link {
    color: #4c3c8f;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #fff;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

@media (max-width: 991px) {
    .navbar-default .navbar-nav {
        border-top: 1px solid #3a2069;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #250858;
        }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #fff;
            background-color: #250858;
            border-left: 4px solid #209ecf;
        }

        .navbar-default .navbar-nav > li {
            border: none;
            border-bottom: 1px solid #3a2069;
        }
}

.navbar-inverse {
    min-height: 44px;
    background-color: #250858;
    border-color: #3a2069;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #c3c6cc;
    }

    .navbar-inverse .navbar-nav {
        position: relative;
    }

        .navbar-inverse .navbar-nav > li > a {
            color: #fff;
            padding-top: 12.57080113px;
            padding-bottom: 12.57080113px;
            font-weight: 700;
        }

            .navbar-inverse .navbar-nav > li > a:hover,
            .navbar-inverse .navbar-nav > li > a:focus {
                color: #fff;
                background-color: #3f2174;
            }

            .navbar-inverse .navbar-nav > li > a > svg.bd-icon,
            .navbar-inverse .navbar-nav > li > a > svg.navforms-icon .st1 {
                fill: #fff;
                width: 29px;
                /*height: auto;*/
            }

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a > span.caret {
        float: right;
        margin-top: 8px;
    }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #209ecf;
}

.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-nav > li.home > a {
    padding-top: 10.47566761px;
    padding-bottom: 9.4281108px;
}

.navbar-inverse .navbar-nav > li > a > sup.badge {
    background-color: #f23e20;
    color: #fff;
    padding: 2px 4px;
    font-size: 9px;
}

.navbar-inverse .navbar-toggle {
    border-color: #250858;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #3f2174;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #170537;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #3f2174;
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav > .open > a {
        background-color: #3a2069;
        border-bottom: 1px solid #170537;
    }

        .navbar-inverse .navbar-nav > .open > a > span.caret {
            border-top: none;
            border-bottom: 4px solid;
        }
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li,
.navbar-inverse .navbar-nav .dropdown-menu > li {
    border-bottom-color: #250858;
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li:last-child,
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        position: relative;
    }

        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > li > a:hover.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > li > a:hover.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > li > a:focus.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > li > a:focus.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > li > a:hover.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > li > a:hover.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > li > a:focus.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > li > a:focus.dropdown-toggle::before {
            content: "";
            position: absolute;
            right: -13px;
            top: 0;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-left: 13px solid #4c3c8f;
            border-bottom: 20px solid transparent;
            z-index: 9999;
        }

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        background-color: #3a2069;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a > span.caret,
        .navbar-inverse .navbar-nav .dropdown-menu > li > a > span.caret {
            float: right;
            margin-top: 8px;
            display: inline-block !important;
        }
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .dropdown-menu > .active > a {
    background-color: #3f2174;
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #4c3c8f;
    }

        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > .active > a:hover.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > .active > a:hover.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > .active > a:focus.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > .active > a:focus.dropdown-toggle:hover::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > .active > a:hover.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > .active > a:hover.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .open
        .dropdown-menu > .active > a:focus.dropdown-toggle::before,
        .navbar-inverse
        .navbar-nav
        .dropdown-menu > .active > a:focus.dropdown-toggle::before {
            content: "";
            position: absolute;
            right: -13px;
            top: 0;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-left: 13px solid #4c3c8f;
            border-bottom: 20px solid transparent;
            z-index: 9999;
            color: #209ecf;
        }

.navbar-inverse .navbar-nav .open .dropdown-menu > .open > a,
.navbar-inverse .navbar-nav .dropdown-menu > .open > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active.open > a,
.navbar-inverse .navbar-nav .dropdown-menu > .active.open > a {
    background-color: #4c3c8f;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar-inverse .navbar-nav .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #3a2069;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #3a2069;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
        }

    .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: #3a2069;
    }

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

@media (max-width: 991px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu ul.dropdown-menu > li {
        border: none;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu ul.dropdown-menu > li > a {
            padding: 10px;
        }
}

.navbar-inverse .navbar-link {
    color: #fff;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #fff;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav {
        border-top: 1px solid #3a2069;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #250858;
        }

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus {
            color: #fff;
            background-color: #250858;
            border-left: 4px solid #209ecf;
        }

        .navbar-inverse .navbar-nav > li {
            border-bottom: 1px solid #3a2069;
        }
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
    color: #fff;
}

@media (max-width: 991px) {
    .mainmenu .collapse ul > li:hover > a {
        background-color: #3a2069;
    }

        .mainmenu .collapse ul > li:hover > a:hover,
        .mainmenu .collapse ul > li:hover > a:focus,
        .mainmenu .collapse ul > li:hover > a:active {
            background-color: #3a2069;
        }
}

.mainmenu .collapse ul ul > li:hover > a {
    background-color: #4c3c8f;
    color: #fff;
}

    .mainmenu .collapse ul ul > li:hover > a.dropdown-toggle:hover::before,
    .mainmenu .collapse ul ul > li:hover > a.dropdown-toggle::before {
        content: "";
        position: absolute;
        right: -13px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-left: 13px solid #4c3c8f;
        border-bottom: 20px solid transparent;
        z-index: 9999;
    }

.mainmenu .collapse ul ul > li.active:hover > a {
    background-color: #4c3c8f;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background-color: #fff;
    color: #121113;
}

    .mainmenu .collapse ul ul ul > li:hover > a:hover,
    .mainmenu .collapse ul ul ul > li:hover > a:focus,
    .mainmenu .collapse ul ul ul > li:hover > a:active {
        color: #121113;
        background-color: #f3f5fc;
    }

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background-color: #3f2174;
}

@media (max-width: 991px) {
    .mainmenu .collapse ul ul > li,
    .mainmenu .collapse ul ul.dropdown-menu > li {
        border: none;
    }

        .mainmenu .collapse ul ul > li > a,
        .mainmenu .collapse ul ul.dropdown-menu > li > a {
            padding: 10px 3.2px 10px 16px;
        }
}

.mainmenu .collapse ul ul:before,
.mainmenu .collapse ul ul.dropdown-menu:before {
    display: none;
}

.mainmenu .collapse ul ul:after,
.mainmenu .collapse ul ul.dropdown-menu:after {
    display: none;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background-color: #fff;
}

    .mainmenu .collapse ul ul ul:before,
    .mainmenu .collapse ul ul ul.dropdown-menu:before {
        display: none;
    }

    .mainmenu .collapse ul ul ul:after,
    .mainmenu .collapse ul ul ul.dropdown-menu:after {
        display: none;
    }

    .mainmenu .collapse ul ul ul ul,
    .mainmenu .collapse ul ul ul ul.dropdown-menu {
        background-color: #f3f5fc;
    }

        .mainmenu .collapse ul ul ul ul:before,
        .mainmenu .collapse ul ul ul ul.dropdown-menu:before {
            display: none;
        }

        .mainmenu .collapse ul ul ul ul:after,
        .mainmenu .collapse ul ul ul ul.dropdown-menu:after {
            display: none;
        }
/******************************Drop-down menu work on hover**********************************/
@media only screen and (min-width: 768px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
        border-radius: 0;
    }
        /*******/
        .mainmenu .collapse ul ul li > a {
            color: #fff;
        }

        .mainmenu .collapse ul ul li:hover > ul {
            display: block;
            margin: 0;
            border: none;
            background-color: #fff;
            color: #121113;
            border-radius: 0;
            min-height: 100%;
        }

        .mainmenu .collapse ul ul ul {
            position: absolute;
            top: 0;
            min-height: 100px;
            left: 100%;
            min-width: 260px;
            display: none;
            border-radius: 0;
        }
            /*******/
            .mainmenu .collapse ul ul ul li {
                border: none;
            }

                .mainmenu .collapse ul ul ul li > a {
                    color: #121113;
                    padding: 6px 16px;
                }

                    .mainmenu .collapse ul ul ul li > a::before {
                        display: none;
                    }

                .mainmenu .collapse ul ul ul li:hover a,
                .mainmenu .collapse ul ul ul li.active a {
                    background-color: #f3f5fc !important;
                }

                .mainmenu .collapse ul ul ul li:hover ul {
                    display: block;
                    margin: 0;
                    border: none;
                    background-color: #f3f5fc;
                    border-radius: 0;
                    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.125);
                }

                    .mainmenu .collapse ul ul ul li:hover ul > li > h5 {
                        margin-top: 0;
                        color: #121113;
                    }

                    .mainmenu .collapse ul ul ul li:hover ul > li > p {
                        margin-bottom: 10px;
                    }

            .mainmenu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                min-height: 250px;
                bottom: 0;
                left: 100%;
                min-width: 325px;
                display: none;
                z-index: 1;
                background-color: #f3f5fc;
                padding: 6px;
                border-radius: 0;
            }
}

@media (max-width: 991px) {
    .mainmenu .collapse ul li.open > ul.dropdown-menu,
    .mainmenu .collapse ul ul li.open > ul.dropdown-menu {
        width: 100%;
        display: block;
    }

        .mainmenu .collapse ul li.open > ul.dropdown-menu:before,
        .mainmenu .collapse ul ul li.open > ul.dropdown-menu:before {
            display: none;
        }

        .mainmenu .collapse ul li.open > ul.dropdown-menu:after,
        .mainmenu .collapse ul ul li.open > ul.dropdown-menu:after {
            display: none;
        }

    .mainmenu .collapse ul li:hover > ul,
    .mainmenu .collapse ul ul li:hover > ul {
        width: 100%;
        display: none;
    }

    .mainmenu .collapse ul ul li.open > ul.dropdown-menu,
    .mainmenu .collapse ul ul li.open a,
    .mainmenu .collapse ul li.open {
        background-color: #3a2069 !important;
    }

    .mainmenu .collapse ul ul ul,
    .mainmenu .collapse ul ul ul.dropdown-menu {
        margin-left: 16px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

        .mainmenu .collapse ul ul ul > li > a,
        .mainmenu .collapse ul ul ul.dropdown-menu > li > a {
            padding: 10px 8px 10px 8px !important;
            border-left: 4px solid #4c3c8f;
        }

            .mainmenu .collapse ul ul ul > li > a:hover,
            .mainmenu .collapse ul ul ul.dropdown-menu > li > a:hover,
            .mainmenu .collapse ul ul ul > li > a:focus,
            .mainmenu .collapse ul ul ul.dropdown-menu > li > a:focus,
            .mainmenu .collapse ul ul ul > li > a:active,
            .mainmenu .collapse ul ul ul.dropdown-menu > li > a:active {
                border-left-color: #999fa9;
                background-color: #4c3c8f !important;
            }

        .mainmenu .collapse ul ul ul > li.active a,
        .mainmenu .collapse ul ul ul.dropdown-menu > li.active a,
        .mainmenu .collapse ul ul ul > li.active a:hover,
        .mainmenu .collapse ul ul ul.dropdown-menu > li.active a:hover,
        .mainmenu .collapse ul ul ul > li.active a:focus,
        .mainmenu .collapse ul ul ul.dropdown-menu > li.active a:focus {
            border-left-color: #209ecf;
        }

            .mainmenu .collapse ul ul ul > li.active a::before,
            .mainmenu .collapse ul ul ul.dropdown-menu > li.active a::before {
                display: none;
            }

    .mainmenu .collapse ul ul li.open > a,
    .mainmenu .collapse ul ul li.open {
        border-bottom: 1px solid #250858;
        overflow: hidden;
    }

        .mainmenu .collapse ul ul li.open > a > .caret,
        .mainmenu .collapse ul ul li.open > .caret {
            border-top: none;
            border-bottom: 4px solid;
        }

    .mainmenu .collapse ul ul li.active > a::before {
        content: "\f00c" !important;
        position: absolute;
        display: inline-block;
        width: 0;
        top: 0;
        bottom: 0;
        left: 0;
        color: #3f2174;
        padding: 12px 10px;
        border: none !important;
        font: normal normal normal 14px/1 FontAwesome;
    }
}

.breadcrumb {
    padding: 6px 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    position: relative;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: ">\00a0";
            padding: 0 5px;
            color: #786cab;
        }

        .breadcrumb > li > a {
            color: #786cab;
        }

            .breadcrumb > li > a:hover {
                color: #4c3c8f;
                text-decoration: none;
            }

            .breadcrumb > li > a svg.icon-home {
                display: inline-block;
                vertical-align: text-bottom;
                fill: #786cab;
            }

        .breadcrumb > li.backToLink:before {
            content: "<\00a0";
            display: inline-block;
            padding: 0 5px;
            color: #786cab;
        }

    .breadcrumb > .active {
        color: #4c3c8f;
    }

@media (max-width: 767px) {
    .breadcrumb {
        margin: 0;
        display: block;
        color: #4c3c8f;
        border: 0;
    }

        .breadcrumb > .active {
            color: #4c3c8f;
            font-size: 12px;
        }

        .breadcrumb > a,
        .breadcrumb > a:hover {
            color: #4c3c8f;
            font-size: 12px;
        }
}

.breadcrumb.back {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .breadcrumb.back {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .brand-breadcrumb > li > a svg.icon-home {
        display: inline-block;
        vertical-align: text-bottom;
        fill: #4c3c8f;
    }

    .brand-breadcrumb > li > a:hover svg.icon-home {
        display: inline-block;
        vertical-align: text-bottom;
        fill: #4c3c8f;
    }

    .brand-breadcrumb > li > a,
    .brand-breadcrumb > li > a:hover {
        color: #fff;
        font-size: 12px;
    }
}

.brand-breadcrumb > li + li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #786cab;
}

@media (max-width: 767px) {
    .brand-breadcrumb > li + li:before {
        color: #fff;
    }
}

.breadcrumb:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    width: 9px;
    height: 45px;
    border-bottom: 15px solid transparent;
    z-index: 9;
    background-size: cover;
}

@media (max-width: 767px) {
    .breadcrumb:after {
        display: none;
    }
}

.breadcrumb:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
}

@media (max-width: 767px) {
    .breadcrumb:before {
        display: none;
    }
}

.breadcrumb + ol.breadcrumb {
    margin-left: -4px;
    border-left: 0;
    padding-left: 18px;
}

@media (max-width: 767px) {
    .breadcrumb + ol.breadcrumb {
        margin: 0 -15px;
        text-align: center;
        padding: 6px 12px;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        background-color: #fff;
    }

        .breadcrumb + ol.breadcrumb > .active,
        .breadcrumb + ol.breadcrumb > a,
        .breadcrumb + ol.breadcrumb > a:hover {
            color: #4c3c8f;
        }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 2px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #1d7bc2;
            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: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #1ba6dc;
            background-color: #ffffff;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #250858;
        border-color: #250858;
        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: #999fa9;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

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

    .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: #999fa9;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999fa9;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #7d8592;
    }

.label-primary {
    background-color: #250858;
}

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

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

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #a52c10;
    }

.badge {
    display: inline-block;
    min-width: 12px;
    padding: 2px 2px;
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999fa9;
    border-radius: 500px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ffffff;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #e6e6e6;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 5px;
    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: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -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 {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #1d7bc2;
}

.thumbnail .caption {
    padding: 9px;
    color: #121113;
}

.alert {
    padding: 7.5px 30px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .alert {
        padding: 7.5px 15px;
    }
}

.alert h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: inherit;
}

@media (max-width: 767px) {
    .alert h2 {
        margin-top: 0px;
    }
}

.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:first-child,
.alert:last-child {
    margin-bottom: 0;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-default {
    background-color: #fff;
    border-color: #d6e9c6;
    color: #121113;
}

    .alert-default hr {
        border-top-color: #c9e2b3;
    }

    .alert-default .alert-link {
        color: #000000;
    }

    .alert-default .alertMessageBox > h2 {
        color: #4c3c8f;
    }

    .alert-default .alertMessageBox > svg {
        fill: #4c3c8f;
    }

.alert-confirmation {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #4c3c8f;
}

    .alert-confirmation hr {
        border-top-color: #c9e2b3;
    }

    .alert-confirmation .alert-link {
        color: #392d6b;
    }

    .alert-confirmation .alertMessageBox > h2 {
        color: #4c3c8f;
    }

    .alert-confirmation .alertMessageBox > svg {
        fill: #4c3c8f;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #121113;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #000000;
    }

    .alert-success .alertMessageBox > h2 {
        color: #0d9c47;
    }

    .alert-success .alertMessageBox > svg {
        fill: #0d9c47;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #121113;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #000000;
    }

    .alert-info .alertMessageBox > h2 {
        color: #4c3c8f;
    }

    .alert-info .alertMessageBox > svg {
        fill: #4c3c8f;
    }

.alert-warning {
    background-color: #f9f0c5;
    border-color: #ffd014;
    color: #121113;
}

    .alert-warning hr {
        border-top-color: #fac800;
    }

    .alert-warning .alert-link {
        color: #000000;
    }

    .alert-warning .alertMessageBox > h2 {
        color: #121113;
    }

    .alert-warning .alertMessageBox > svg {
        fill: #121113;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #121113;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #000000;
    }

    .alert-danger .alertMessageBox > h2 {
        color: #d43814;
    }

    .alert-danger .alertMessageBox > svg {
        fill: #d43814;
    }

.customAlert {
    display: none;
    position: fixed;
    padding: 0px;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999999;
    border-radius: 4px;
    border: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .customAlert {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .customAlert {
        width: 33%;
    }
}

.customAlertWrapper.large-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.customAlert.large-popup {
    position: relative;
    top: 0;
    width: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 2%;
}


.customAlert .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999;
    display: block;
    cursor: pointer;
    font-weight: 300;
    font-size: 30px;
}

.customAlert h2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}

.customAlert svg.icon-alert,
.customAlert svg.icon-question,
.customAlert .icon-success,
.customAlert .icon-cancel {
    width: 44px;
    height: 44px;
}

.customAlert .alertMessageBox {
    padding: 30px;
}

    .customAlert .alertMessageBox > p {
        color: #121113;
    }

.customAlert .alertBoxFooter {
    background-color: #f3f5fc;
    padding: 30px;
    position: relative;
}

    .customAlert .alertBoxFooter .btn {
        white-space: normal;
    }

@media (max-width: 767px) {
    .customAlert .alertBoxFooter {
        padding: 15px;
        margin: -15px;
    }

        .customAlert .alertBoxFooter .btn {
            padding-left: 12px;
            padding-right: 12px;
        }
}

.customAlert .alertBoxFooter::before {
    content: "";
    display: inline-block;
    border-top: 15px solid;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    width: 20px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .customAlert .alertBoxFooter::before {
        width: 15px;
        border-top: 10px solid;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
}

.customAlert.disclaimerConfirmWindow .alertMessageBox > p {
    text-align: left;
    overflow-y: auto;
    height: 45vh;
}

@media (max-height: 767px) {
    .customAlert.disclaimerConfirmWindow {
        top: 5% !important;
    }
}

@media (min-width: 992px) {
    .customAlert.disclaimerConfirmWindow {
        top: 9% !important;
        width: 50%;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .alertoverlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }
    /*************** Responsive CSS ***************/
    @media (max-width: 767px) {
        .customAlert {
            width: 80%;
        }

        .tabs {
            overflow-y: auto;
            overflow-x: hidden;
        }
    }

    .topalert.alert .messageText {
        padding-right: 30px;
    }

        .topalert.alert .messageText p:last-child {
            margin-bottom: 0;
        }

    .topalert.alert-success {
        border-radius: 0;
        padding: 20px !important;
        padding-left: 65px !important;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        border: 1px solid #5cb85c !important;
        background-color: #fff;
        color: #121113;
    }

        .topalert.alert-success svg.bd-icon {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 12px;
            width: 24px;
            height: 100%;
            z-index: 9;
        }

        .topalert.alert-success:after {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #5cb85c;
            width: 50px;
            height: 100%;
        }

        .topalert.alert-success .close {
            color: #3c763d;
            opacity: 0.6;
            position: absolute;
            top: 2px;
            right: 10px;
        }

    .topalert.alert-danger {
        border-radius: 0;
        padding: 20px !important;
        padding-left: 65px !important;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        border: 1px solid #d43814 !important;
        background-color: #fff;
        color: #121113;
    }

        .topalert.alert-danger svg.bd-icon {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 12px;
            width: 24px;
            height: 100%;
            z-index: 9;
        }

        .topalert.alert-danger:after {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #d43814;
            width: 50px;
            height: 100%;
        }

        .topalert.alert-danger .close {
            color: #d43814;
            opacity: 0.6;
            position: absolute;
            top: 2px;
            right: 10px;
        }

    .topalert.alert-warning {
        border-radius: 0;
        padding: 20px !important;
        padding-left: 65px !important;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        border: 1px solid #f0ad4e !important;
        background-color: #fff;
        color: #121113;
    }

        .topalert.alert-warning svg.bd-icon {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 12px;
            width: 24px;
            height: 100%;
            z-index: 9;
        }

        .topalert.alert-warning:after {
            display: table-cell;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #f0ad4e;
            width: 50px;
            height: 100%;
        }

        .topalert.alert-warning .close {
            color: #8a6d3b;
            opacity: 0.6;
            position: absolute;
            top: 2px;
            right: 10px;
        }

    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    @keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    .progress {
        overflow: hidden;
        height: 20px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .progress-bar {
        float: left;
        width: 0%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #250858;
        -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: #d43814;
    }

    .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 {
        padding-left: 10px;
    }

    .media-left,
    .media > .pull-left {
        padding-right: 10px;
    }

    .media-left,
    .media-right,
    .media-body {
        display: table-cell;
        vertical-align: top;
    }

    .media-middle {
        vertical-align: middle;
    }

    .media-bottom {
        vertical-align: bottom;
    }

    .media-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .media-list {
        padding-left: 0;
        list-style: none;
    }

    .list-group {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .list-group-item:first-child {
            border-top-right-radius: 2px;
            border-top-left-radius: 2px;
        }

        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
        }

    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,
        button.list-group-item:hover,
        a.list-group-item:focus,
        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: #ffffff;
        color: #999fa9;
        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: #999fa9;
        }

    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #250858;
        border-color: #250858;
    }

        .list-group-item.active .list-group-item-heading,
        .list-group-item.active:hover .list-group-item-heading,
        .list-group-item.active:focus .list-group-item-heading,
        .list-group-item.active .list-group-item-heading > small,
        .list-group-item.active:hover .list-group-item-heading > small,
        .list-group-item.active:focus .list-group-item-heading > small,
        .list-group-item.active .list-group-item-heading > .small,
        .list-group-item.active:hover .list-group-item-heading > .small,
        .list-group-item.active:focus .list-group-item-heading > .small {
            color: inherit;
        }

        .list-group-item.active .list-group-item-text,
        .list-group-item.active:hover .list-group-item-text,
        .list-group-item.active:focus .list-group-item-text {
            color: #7e3fee;
        }

    .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,
        button.list-group-item-success:hover,
        a.list-group-item-success:focus,
        button.list-group-item-success:focus {
            color: #3c763d;
            background-color: #d0e9c6;
        }

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

        a.list-group-item-info.active,
        button.list-group-item-info.active,
        a.list-group-item-info.active:hover,
        button.list-group-item-info.active:hover,
        a.list-group-item-info.active:focus,
        button.list-group-item-info.active:focus {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f;
        }

    .list-group-item-warning {
        color: #8a6d3b;
        background-color: #f9f0c5;
    }

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

        a.list-group-item-warning.active,
        button.list-group-item-warning.active,
        a.list-group-item-warning.active:hover,
        button.list-group-item-warning.active:hover,
        a.list-group-item-warning.active:focus,
        button.list-group-item-warning.active:focus {
            color: #fff;
            background-color: #8a6d3b;
            border-color: #8a6d3b;
        }

    .list-group-item-danger {
        color: #d43814;
        background-color: #f2dede;
    }

    a.list-group-item-danger,
    button.list-group-item-danger {
        color: #d43814;
    }

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

        a.list-group-item-danger.active,
        button.list-group-item-danger.active,
        a.list-group-item-danger.active:hover,
        button.list-group-item-danger.active:hover,
        a.list-group-item-danger.active:focus,
        button.list-group-item-danger.active:focus {
            color: #fff;
            background-color: #d43814;
            border-color: #d43814;
        }

    .list-group-item-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .list-group-item-text {
        margin-bottom: 0;
        line-height: 1.3;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 2px;
        -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-heading {
        padding: 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
    }

        .panel-heading > .dropdown .dropdown-toggle {
            color: inherit;
        }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        color: inherit;
    }

        .panel-title > a,
        .panel-title > small,
        .panel-title > .small,
        .panel-title > small > a,
        .panel-title > .small > a {
            color: inherit;
        }

            .panel-title > a,
            .panel-title > a > span.holdingCount {
                display: block;
                line-height: normal;
            }

    .panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

    .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: 1px;
            border-top-left-radius: 1px;
        }

        .panel > .list-group:last-child .list-group-item:last-child,
        .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
            border-bottom: 0;
            border-bottom-right-radius: 1px;
            border-bottom-left-radius: 1px;
        }

    .panel > .panel-heading + .panel-collapse > .list-group
    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .panel-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: 1px;
            border-top-left-radius: 1px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child,
            .panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
                border-top-left-radius: 1px;
                border-top-right-radius: 1px;
            }

                .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
                td:first-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
                td:first-child,
                .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
                th:first-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
                th:first-child {
                    border-top-left-radius: 1px;
                }

                .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
                td:last-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
                td:last-child,
                .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
                th:last-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
                th:last-child {
                    border-top-right-radius: 1px;
                }

        .panel > .table:last-child,
        .panel > .table-responsive:last-child > .table:last-child {
            border-bottom-right-radius: 1px;
            border-bottom-left-radius: 1px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child,
            .panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
                border-bottom-left-radius: 1px;
                border-bottom-right-radius: 1px;
            }

                .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
                td:first-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
                td:first-child,
                .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
                th:first-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
                th:first-child {
                    border-bottom-left-radius: 1px;
                }

                .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
                td:last-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
                td:last-child,
                .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
                th:last-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
                th:last-child {
                    border-bottom-right-radius: 1px;
                }

        .panel > .panel-body + .table,
        .panel > .panel-body + .table-responsive,
        .panel > .table + .panel-body,
        .panel > .table-responsive + .panel-body {
            border-top: 1px solid #d9dfed;
        }

        .panel > .table > tbody:first-child > tr:first-child th,
        .panel > .table > tbody:first-child > tr:first-child td {
            border-top: 0;
        }

    .panel > .table-bordered,
    .panel > .table-responsive > .table-bordered {
        border: 0;
    }

        .panel > .table-bordered > thead > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
        .panel > .table-bordered > tbody > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .panel > .table-bordered > tfoot > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .panel > .table-bordered > thead > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
        .panel > .table-bordered > tbody > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .panel > .table-bordered > tfoot > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-bordered > thead > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
        .panel > .table-bordered > tbody > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .panel > .table-bordered > tfoot > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .panel > .table-bordered > thead > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
        .panel > .table-bordered > tbody > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .panel > .table-bordered > tfoot > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-bordered > thead > tr:first-child > td,
        .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
        .panel > .table-bordered > tbody > tr:first-child > td,
        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
        .panel > .table-bordered > thead > tr:first-child > th,
        .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
        .panel > .table-bordered > tbody > tr:first-child > th,
        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
            border-bottom: 0;
        }

        .panel > .table-bordered > tbody > tr:last-child > td,
        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .panel > .table-bordered > tfoot > tr:last-child > td,
        .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        .panel > .table-bordered > tbody > tr:last-child > th,
        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .panel > .table-bordered > tfoot > tr:last-child > th,
        .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

    .panel > .table-responsive {
        border: 0;
        margin-bottom: 0;
    }

    .panel-group {
        margin-bottom: 20px;
    }

        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 2px;
        }

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

        .panel-group .panel-heading {
            position: relative;
            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: #d9dfed;
    }

        .panel-default > .panel-heading {
            color: #4c3c8f;
            background-color: #f3f5fc;
            border-color: #d9dfed;
        }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #d9dfed;
            }

            .panel-default > .panel-heading .badge {
                color: #f3f5fc;
                background-color: #4c3c8f;
            }

        .panel-default > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #d9dfed;
        }

        .panel-default .panel-heading .accordion-toggle:after {
            font-family: "Glyphicons Halflings";
            content: "\e260";
            color: #7a7f88;
            font-size: 11px;
            position: absolute;
            right: 15px;
            left: auto;
        }

        .panel-default .panel-heading .accordion-toggle.collapsed:after {
            content: "\e259";
        }

    .panel-default-primary {
        border: 0;
        box-shadow: none;
    }

        .panel-default-primary .panel-heading {
            padding: 0;
        }

        .panel-default-primary .panel-title > a {
            padding: 15px;
            background-color: #250858;
            border: 1px solid #3a2069;
            color: #fff;
        }

            .panel-default-primary .panel-title > a > span.caret {
                content: "";
                border-top: 0;
                border-bottom: 4px dashed;
                border-bottom: 4px solid\9;
            }

            .panel-default-primary .panel-title > a.collapsed {
                padding: 15px;
                background-color: #f3f5fc;
                border: 1px solid #d9dfed;
                color: #4c3c8f;
            }

                .panel-default-primary .panel-title > a.collapsed > span.caret {
                    border-top: 4px solid;
                    border-top: 4px solid \9;
                    border-right: 4px solid transparent;
                    border-left: 4px solid transparent;
                    border-bottom: 0;
                }

                .panel-default-primary .panel-title > a.collapsed + .panelRemove {
                    border-left: 1px solid #9e95b6;
                }

                    .panel-default-primary .panel-title > a.collapsed + .panelRemove > svg {
                        fill: #fff;
                    }

            .panel-default-primary .panel-title > a + .panelRemove {
                border-left: 1px solid #9e95b6;
            }

                .panel-default-primary .panel-title > a + .panelRemove > svg {
                    fill: #fff;
                }

        .panel-default-primary .panel-collapse > .panel-body {
            background-color: #f3f5fc;
            border: 1px solid #d9dfed;
        }

    .panel-primary {
        border-color: #3a2069;
        border: 0;
        box-shadow: none;
    }

        .panel-primary > .panel-heading {
            color: #fff;
            background-color: #250858;
            border-color: #3a2069;
        }

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

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

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

        .panel-primary .panel-heading {
            padding: 0;
        }

        .panel-primary .panel-title > a {
            padding: 15px;
            background-color: #250858;
            border: 0;
            color: #fff;
        }

            .panel-primary .panel-title > a > span.caret {
                content: "";
                border-top: 0;
                border-bottom: 4px dashed;
                border-bottom: 4px solid\9;
            }

            .panel-primary .panel-title > a.collapsed {
                padding: 15px;
                background-color: #3a2069;
                border: 0;
                color: #fff;
            }

                .panel-primary .panel-title > a.collapsed > span.caret {
                    border-top: 4px solid;
                    border-top: 4px solid \9;
                    border-right: 4px solid transparent;
                    border-left: 4px solid transparent;
                    border-bottom: 0;
                }

                .panel-primary .panel-title > a.collapsed + .panelRemove {
                    border-left: 1px solid #9e95b6;
                }

                    .panel-primary .panel-title > a.collapsed + .panelRemove > svg {
                        fill: #fff;
                    }

            .panel-primary .panel-title > a + .panelRemove {
                border-left: 1px solid #9e95b6;
            }

                .panel-primary .panel-title > a + .panelRemove > svg {
                    fill: #fff;
                }

        .panel-primary .panel-collapse > .panel-body {
            background-color: #f3f5fc;
            border: 1px solid #d9dfed;
        }

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

        .panel-warning > .panel-heading {
            color: #8a6d3b;
            background-color: #f9f0c5;
            border-color: #ffd014;
        }

            .panel-warning > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #ffd014;
            }

            .panel-warning > .panel-heading .badge {
                color: #f9f0c5;
                background-color: #8a6d3b;
            }

        .panel-warning > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #ffd014;
        }

    .panel-danger {
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading {
            color: #d43814;
            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: #d43814;
            }

        .panel-danger > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #ebccd1;
        }

    .panel-transparent {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

        .panel-transparent > .panel-heading {
            background-color: transparent;
        }

            .panel-transparent > .panel-heading + .panel-collapse > .panel-body {
                background-color: #f3f5fc;
            }

    @media (min-width: 768px) {
        .searchAreaMob .searchAccordion {
            margin: 0;
        }

        .searchAreaMob .panel-transparent {
            border: 0;
            box-shadow: none;
        }

            .searchAreaMob
            .panel-transparent > .panel-heading + .panel-collapse > .panel-body {
                background-color: transparent;
                padding: 0;
                border: 0;
            }
    }

    .linkedInvestorPanel {
        border: 0;
        border-radius: 0;
    }

        .linkedInvestorPanel.panel-primary > .panel-heading {
            position: relative;
        }

            .linkedInvestorPanel.panel-primary > .panel-heading h3 {
                color: #fff;
            }

            .linkedInvestorPanel.panel-primary > .panel-heading span.caret {
                content: "";
                border-top: 30px dashed;
                border-top: 30px solid #250858;
                border-right: 30px solid transparent;
                border-left: 30px solid transparent;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -17px;
                width: 30px;
                margin: 0 auto;
                display: block;
            }

        .linkedInvestorPanel > .panel-body {
            background-color: #f3f5fc;
        }

    .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: 2px;
        -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: 5px;
    }

    .well-sm {
        padding: 9px;
        border-radius: 2px;
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: normal;
        line-height: 1;
        color: #999fa9;
        text-shadow: 0 1px 0 #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .close:hover,
        .close:focus {
            outline: 0;
            color: #999fa9;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    button.close {
        outline: 0;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }

    .close span {
        outline: 0;
    }
    /* LESS Document */
    svg {
        line-height: 1;
    }

    .bd-icon {
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    a:hover svg.icon-question,
    a:hover span svg.icon-question {
        background-color: #1d7bc2;
        border-radius: 500px;
    }

        a:hover svg.icon-question .st1,
        a:hover span svg.icon-question .st1 {
            fill: #1d7bc2;
        }

        a:hover svg.icon-question .st2,
        a:hover svg.icon-question .st3,
        a:hover span svg.icon-question .st2,
        a:hover span svg.icon-question .st3 {
            fill: #fff;
        }

    a.help-link {
        color: #7a7f88;
        display: inline-block;
        font-weight: 700;
    }

        a.help-link > svg,
        a.help-link > span > svg {
            fill: #7a7f88;
            margin-top: -2px;
        }

        a.help-link:hover {
            color: #7a7f88;
        }

            a.help-link.active,
            a.help-link:hover.active {
                color: #fff;
            }

        a.help-link > span {
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
        }

        a.help-link:hover svg.icon-question,
        a.help-link.active svg.icon-question {
            display: inline-block;
            background-color: transparent;
        }

            a.help-link:hover svg.icon-question .st1,
            a.help-link.active svg.icon-question .st1 {
                fill: #fff;
            }

            a.help-link:hover svg.icon-question .st2,
            a.help-link:hover svg.icon-question .st3,
            a.help-link.active svg.icon-question .st2,
            a.help-link.active svg.icon-question .st3 {
                fill: #fff;
            }

            a.help-link:hover svg.icon-question .st1 {
                fill: #7a7f88;
            }

        a.help-link:hover.active svg.icon-question .st1 {
            fill: #fff;
        }

        a.help-link:hover svg.icon-question .st2 {
            fill: #7a7f88;
        }

        a.help-link:hover.active svg.icon-question .st2 {
            fill: #fff;
        }

        a.help-link:hover svg.icon-question .st3 {
            fill: #7a7f88;
        }

        a.help-link:hover.active svg.icon-question .st3 {
            fill: #fff;
        }

    .btn svg {
        display: inline-block;
        vertical-align: middle;
    }

    .btn-default-outline:hover svg.apple-icon,
    .btn-default-outline.focus svg.apple-icon,
    .btn-default-outline:active svg.apple-icon,
    .btn-default-outline:hover svg.android-icon,
    .btn-default-outline.focus svg.android-icon,
    .btn-default-outline:active svg.android-icon {
        fill: #fff;
    }

    .btn-default-outline:focus:active svg.apple-icon,
    .btn-default-outline:focus:active svg.android-icon {
        fill: #4c3c8f;
    }

    .btn-help svg {
        fill: #7a7f88;
    }

    .btn-link-bold .add-icon,
    .btn-link svg.icon-alert {
        fill: #1d7bc2;
        width: 18px;
        height: 18px;
        margin-top: -3px;
    }

    .btn-icon-circle {
        border-radius: 500px;
        padding: 7px 7px;
        line-height: 14px;
        border-color: #c4c9d2;
    }

        .btn-icon-circle .apple-icon {
            fill: #4c3c8f;
        }

        .btn-icon-circle .android-icon {
            fill: #4c3c8f;
        }

        .btn-icon-circle:hover .apple-icon,
        .btn-icon-circle:hover .android-icon,
        .btn-icon-circle:focus .apple-icon,
        .btn-icon-circle:focus .android-icon,
        .btn-icon-circle:active .apple-icon,
        .btn-icon-circle:active .android-icon {
            fill: #4c3c8f;
        }

        .btn-icon-circle.btn-default-outline:focus {
            border-color: #c4c9d2;
        }

            .btn-icon-circle.btn-default-outline:focus:active,
            .btn-icon-circle.btn-default-outline:hover:focus {
                background-color: #4c3c8f;
            }

                .btn-icon-circle.btn-default-outline:focus:active svg,
                .btn-icon-circle.btn-default-outline:hover:focus svg {
                    fill: #fff;
                }

    .icon-home {
        fill: #786cab;
    }

    .navforms-icon .st0 {
        fill: none;
    }

    .navforms-icon .st1 {
        fill: #4c3c8f;
    }

    @media (max-width: 767px) {
        .navforms-icon .st0 {
            fill: none;
        }

        .navforms-icon .st1 {
            fill: #fff;
        }
    }

    .folder-icon .st0 {
        fill: none;
    }

    .folder-icon .st1 {
        fill: #d9dfed;
        stroke: #6155aa;
        stroke-width: 5.3118;
        stroke-miterlimit: 10;
    }

    .folder-icon .st2 {
        fill: #c4c9d2;
        stroke: #6155aa;
        stroke-width: 5.3118;
        stroke-miterlimit: 10;
    }

    .folder-icon .st3 {
        fill: none;
        stroke: #6155aa;
        stroke-width: 5.3118;
        stroke-miterlimit: 10;
    }

    .brandLogo .st0 {
        fill: #250858;
    }

    .brandLogo .st1 {
        fill: #47aa42;
    }

    .brandLogo.white .st0,
    .brandLogo.white .st3 {
        fill: #fff;
    }

    .icon-file .st0 {
        fill: none;
    }

    .icon-file .st1 {
        fill: #999fa9;
    }

    .tool-tipIcon {
        width: 16px !important;
        height: 16px !important;
        margin-top: -3px;
    }

    .thanksMessageBox .bd-icon.vector_thumbsup {
        height: 100px;
        width: 100px;
    }

    .bd-icon.vector_contact_phone,
    .bd-icon.vector_contact_fax,
    .bd-icon.vector_contact_stamp,
    .vector_contact_mail {
        height: 80px;
        width: 80px;
    }

    .vector_contact_phone .st0 {
        fill: #f3f5fc;
    }

    .vector_contact_phone .st1 {
        fill: #3f2174;
    }

    .vector_contact_mail .st0 {
        fill: #f3f5fc;
    }

    .vector_contact_mail .st1 {
        fill: #c47a2a;
    }

    .vector_contact_mail .st2 {
        fill: #ffffff;
    }

    .vector_contact_mail .st3 {
        fill: #dd9a43;
    }

    .vector_contact_mail .st4 {
        fill: #f4c56b;
    }

    .vector_contact_mail .st5 {
        fill: #3f2174;
    }

    .vector_contact_fax .st0 {
        fill: #f3f5fc;
    }

    .vector_contact_fax .st1 {
        fill: #f4c56b;
    }

    .vector_contact_fax .st2 {
        fill: #3f2174;
    }

    .vector_contact_fax .st3 {
        fill: #250858;
    }

    .vector_contact_fax .st4 {
        fill: #ffffff;
    }

    .vector_contact_fax .st5 {
        fill: #c47a2a;
    }

    .vector_contact_stamp .st0 {
        fill: #f3f5fc;
    }

    .vector_contact_stamp .st1 {
        fill: #3f2174;
    }

    .vector_contact_stamp .st2 {
        fill: #ffffff;
    }

    .vector_contact_stamp .st3 {
        fill: #250858;
    }

    .vector_lockedaccount .st0 {
        fill: #f3f5fc;
    }

    .vector_lockedaccount .st1 {
        fill: #250858;
    }

    .vector_lockedaccount .st2 {
        fill: #d43814;
        stroke: #f3f5fc;
        stroke-width: 17;
        stroke-miterlimit: 10;
    }

    .vector_lockedaccount .st3 {
        fill: #f7c9a4;
    }

    .vector_lockedaccount .st4 {
        fill: #ffffff;
    }

    .vector_lockedaccount .st5 {
        fill: #d43814;
    }

    .vector_lockedaccount.bd-icon,
    .vector_accountUser.bd-icon,
    .vector_posted.bd-icon,
    .vector_email.bd-icon,
    .vector_email-expired.bd-icon,
    .vector_thumbsup.bd-icon,
    .vector_accountUserError.bd-icon {
        width: 100px;
        height: 100px;
    }

    .vector_accountUser .st0 {
        fill: #f3f5fc;
    }

    .vector_accountUser .st1 {
        fill: #250858;
    }

    .vector_accountUser .st2 {
        fill: #d43814;
        stroke: #f3f5fc;
        stroke-width: 17;
        stroke-miterlimit: 10;
    }

    .vector_accountUser .st3 {
        fill: #f7c9a4;
    }

    .vector_accountUser .st4 {
        fill: #ffffff;
    }

    .vector_accountUser .st5 {
        fill: #d43814;
    }

    .vector_accountUser .st4 {
        fill: #ffffff;
    }

    .vector_accountUser .st5 {
        font-family: "Lato";
    }

    .vector_accountUser .st6 {
        font-size: 222.4947px;
    }

    .vector_posted .st0 {
        fill: #f3f5fc;
    }

    .vector_posted .st1 {
        clip-path: url(../less/#SVGID_2_);
    }

    .vector_posted .st2 {
        fill: #c8d3d6;
    }

    .vector_posted .st3 {
        fill: #b8c2c4;
    }

    .vector_posted .st4 {
        fill: #4d65a7;
    }

    .vector_posted .st5 {
        fill: #344c85;
    }

    .vector_posted .st6 {
        fill: #1b2736;
    }

    .vector_posted .st7 {
        fill: #e53973;
    }

    .vector_posted .st8 {
        fill: #ff705c;
    }

    .vector_posted .st9 {
        fill: #97a5b2;
    }

    .vector_posted .st10 {
        fill: #fefefc;
    }

    .vector_posted .st11 {
        fill: #272e4a;
    }

    .vector_posted .st12 {
        fill: #f9d69d;
    }

    .vector_posted .st13 {
        fill: #f4c56b;
    }

    .vector_posted .st14 {
        fill: #dd9a43;
    }

    .vector_email .st0 {
        fill: #f3f5fc;
    }

    .vector_email .st1 {
        fill: #e8eeef;
    }

    .vector_email .st2 {
        fill: #272f4b;
    }

    .vector_email .st3 {
        fill: #293348;
    }

    .vector_email .st4 {
        fill: #272e4a;
    }

    .vector_email .st5 {
        fill: #ff6d56;
    }

    .vector_email .st6 {
        fill: #009ad0;
    }

    .vector_email .st7 {
        fill: #ff9346;
    }

    .vector_email .st8 {
        fill: #ebf0f1;
    }

    .vector_email .st9 {
        fill: #dee1d5;
    }

    .vector_email .st10 {
        fill: #4d65a7;
    }

    .vector_email .st11 {
        fill: #fdcbab;
    }

    .vector_email .st12 {
        fill: #fed7be;
    }

    .vector_email .st13 {
        fill: #344c85;
    }

    .vector_email .st14 {
        fill: #414143;
    }

    .vector_email .st15 {
        fill: #e23764;
    }

    .vector_email .st16 {
        fill: #eeeff3;
    }

    .vector_email .st17 {
        fill: #d2d4d1;
    }

    .vector_email .st18 {
        fill: #9eaaad;
    }

    .vector_email .st19 {
        fill: #b71c4c;
    }

    .vector_email .st20 {
        fill: #250858;
    }

    .vector_email .st21 {
        fill: #a0dae0;
    }

    .vector_email .st22 {
        fill: #229982;
    }

    .vector_email .st23 {
        fill: #85d2d6;
    }

    .vector_email .st24 {
        fill: #168e7a;
    }

    .vector_email .st25 {
        fill: #e8ba7c;
    }

    .vector_email .st26 {
        fill: #4c3826;
    }

    .vector_email .st27 {
        fill: #65523d;
    }

    .vector_email .st28 {
        fill: #feb414;
    }

    .vector_email .st29 {
        fill: #23995e;
    }

    .vector_email .st30 {
        fill: #2e4a89;
    }

    .vector_email .st31 {
        fill: #c8d3d6;
    }

    .vector_email .st32 {
        fill: #a31738;
    }

    .vector_email .st33 {
        fill: #e0ccb6;
    }

    .vector_email .st34 {
        fill: #efeeed;
    }

    .vector_email .st35 {
        fill: #ebdbc2;
    }

    .vector_email .st36 {
        fill: #0063b4;
    }

    .vector_email .st37 {
        fill: #e53973;
    }

    .vector_email .st38 {
        fill: #324953;
    }

    .vector_email .st39 {
        fill: #23333a;
    }

    .vector_email .st40 {
        fill: #213138;
    }

    .vector_email .st41 {
        fill: #20333b;
    }

    .vector_email .st42 {
        fill: #ffffff;
    }

    .vector_email-expired .st0 {
        fill: #f3f5fc;
    }

    .vector_email-expired .st1 {
        fill: #dd9a43;
    }

    .vector_email-expired .st2 {
        fill: #ffffff;
    }

    .vector_email-expired .st3 {
        fill: #f4c56b;
    }

    .vector_email-expired .st4 {
        fill: #f9d69d;
    }

    .vector_email-expired .st5 {
        fill: #e11445;
    }

    .vector_email-expired .st6 {
        fill: #4e6680;
        stroke: #ffffff;
        stroke-width: 3;
        stroke-miterlimit: 10;
    }

    .vector_thumbsup .st0 {
        fill: #f3f5fc;
    }

    .vector_thumbsup .st1 {
        fill: #f7c9a4;
    }

    .vector_thumbsup .st2 {
        fill: #d6a780;
    }

    .vector_thumbsup .st3 {
        fill: #250858;
    }

    .vector_thumbsup .st4 {
        fill: #ffffff;
    }

    .icon-cloud-download .st0 {
        fill: #207bc0;
    }

    .icon_success .st0 {
        fill: none;
    }

    .alert-success .icon_success {
        fill: #fff;
    }

    .icon_alert .st0 {
        fill: none;
    }

    .alert-danger .icon_alert {
        fill: #fff;
    }

    .icon_warning .st0 {
        fill: none;
    }

    .alert-warning .icon_warning {
        fill: #fff;
    }

    .alert-warning .icon-error {
        fill: #fff;
    }

    .tool-tipIcon.icon-alert {
        vertical-align: middle;
    }

        .tool-tipIcon.icon-alert .st0 {
            fill: transparent;
        }

        .tool-tipIcon.icon-alert g,
        .tool-tipIcon.icon-alert rect {
            fill: #1d7bc2;
        }

    .text-danger .icon-error,
    .alert-danger .icon-cancel {
        fill: #d43814;
    }

    .home-icon,
    .history-icon,
    .voting-icon,
    .contact-icon,
    .mydetails-icon,
    .icon_nav_statements,
    .icon_nav_announcements,
    .icon_nav_paymentelections,
    .navWhatsnew-icon,
    .externallink-icon {
        fill: #fff;
    }

    .primary-icon.icon-questionFill .st0 {
        fill: #209ecf;
    }

    .primary-icon.icon-questionFill .st1 {
        fill: #3a2069;
    }

    .primary-icon.icon-questionFill .st2 {
        fill: #fff;
    }

    .white-icon.icon-questionFill {
        fill: #fff;
    }

    .vector_accountUserError .st0 {
        fill: #f3f5fc;
    }

    .vector_accountUserError .st1 {
        fill: #250858;
    }

    .vector_accountUserError .st2 {
        fill: #e11445;
        stroke: #f3f5fc;
        stroke-width: 17;
        stroke-miterlimit: 10;
    }

    .vector_accountUserError .st3 {
        fill: #f7c9a4;
    }

    .vector_accountUserError .st4 {
        fill: #ffffff;
    }

    .portfolioview-userIcon {
        line-height: 1;
    }

        .portfolioview-userIcon .st0 {
            fill: #4c3c8f;
        }

        .portfolioview-userIcon .st1 {
            fill: none;
            stroke: #4c3c8f;
            stroke-width: 1.2;
            stroke-miterlimit: 10;
        }

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

    .bootstrap-select {
        width: 220px \0;
        /*IE9 and below*/
    }

        .bootstrap-select > .dropdown-toggle {
            text-align: left;
            background-color: transparent;
            white-space: normal;
            width: 100%;
            padding-right: 55px;
            padding-top: 8px;
            padding-bottom: 7px;
            padding-left: 15px;
            z-index: 1;
            height: auto;
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder,
            .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
                color: #666669;
                outline: none;
                background-color: transparent;
            }

            .bootstrap-select > .dropdown-toggle:active {
                background-color: transparent;
                border: 1px solid #c4c9d2;
            }

            .bootstrap-select > .dropdown-toggle:focus {
                border: 1px solid #3f2174;
            }

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

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

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

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

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

    .bootstrap-select .dropdown-toggle:focus {
        outline: none;
    }

    .bootstrap-select.open.form-control > .dropdown-toggle {
        background-color: transparent;
        border: 1px solid #3f2174;
        color: #121113;
    }

        .bootstrap-select.open.form-control > .dropdown-toggle .bs-caret {
            border-left: 1px solid #3f2174;
        }

        .bootstrap-select.open.form-control > .dropdown-toggle .caret::after {
            color: #3f2174;
            content: " ";
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 1792 1792' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%237a7f88' d='M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 22px;
        }

    .bootstrap-select > .btn-default.dropdown-toggle,
    .bootstrap-select .open > .btn-default.dropdown-toggle {
        height: 30px;
        border: 0 !important;
        padding: 0;
        background: none;
    }

        .bootstrap-select > .btn-default.dropdown-toggle > .bs-caret,
        .bootstrap-select .open > .btn-default.dropdown-toggle > .bs-caret {
            border: 0 !important;
            background-color: transparent !important;
        }

    .bootstrap-select.btn-group .btn-select-defaulttrsp {
        border: 0;
    }

        .bootstrap-select.btn-group .btn-select-defaulttrsp:focus,
        .bootstrap-select.btn-group .btn-select-defaulttrsp:active {
            border: 0;
            color: #fff;
        }

        .bootstrap-select.btn-group .btn-select-defaulttrsp.dropdown-toggle .bs-caret {
            background-color: transparent;
            border: 0;
            position: relative;
        }

            .bootstrap-select.btn-group
            .btn-select-defaulttrsp.dropdown-toggle
            .bs-caret
            .caret {
                display: inline-block;
                width: 0;
                height: 0;
                margin-left: 2px;
                vertical-align: middle;
                border-top: 4px solid;
                border-top: 4px solid\9;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
            }

        .bootstrap-select.btn-group
        .btn-select-defaulttrsp.dropdown-toggle
        .filter-option {
            font-size: 15.999998px;
            font-weight: 700;
            width: auto;
        }

    @media (max-width: 767px) {
        .bootstrap-select.btn-group
        .btn-select-defaulttrsp.dropdown-toggle
        .filter-option {
            font-size: 14px;
        }
    }

    .bootstrap-select.open
    .btn-select-defaulttrsp.dropdown-toggle
    .bs-caret
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-bottom: 4px solid;
        border-bottom: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

    .bootstrap-select.btn-group.multiple,
    .bootstrap-select.btn-group > .multiple {
        height: auto;
    }

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

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

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

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

    .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 38px;
        border-left: 1px solid #c4c9d2;
        background-color: #e8edfe;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        border: none;
        display: table;
        width: 100%;
        height: 100%;
    }

        .bootstrap-select.btn-group .dropdown-toggle .caret::after {
            content: " ";
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 1792 1792' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%237a7f88' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 22px;
            font: 17px/20px;
            font-weight: 400;
            font-family: "FontAwesome";
            text-align: center;
            color: #666669;
            vertical-align: middle;
            display: table-cell;
        }

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

    .bootstrap-select.btn-group .dropdown-menu {
        z-index: 1052;
        border: 0;
        border-radius: 0;
        min-width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        box-shadow: none;
    }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            position: static;
            float: none;
            border: 1px solid #c4c9d2;
            border-top: 0 !important;
            padding: 0;
            margin: 0;
            border-radius: 0;
            box-shadow: none;
        }

            .bootstrap-select.btn-group
            .dropdown-menu.inner > .mCSB_inside > .mCSB_container {
                margin-right: 0;
            }

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

            .bootstrap-select.btn-group .dropdown-menu li:first-child {
                border-top: 1px solid #d9dfed;
            }

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

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

            .bootstrap-select.btn-group .dropdown-menu li a {
                cursor: pointer;
                user-select: none;
                white-space: normal;
            }

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

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

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

                .bootstrap-select.btn-group .dropdown-menu li a:focus {
                    outline: 0;
                }

            .bootstrap-select.btn-group .dropdown-menu li.active a {
                background-color: #f5f5f5;
                color: #121113;
            }

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

            .bootstrap-select.btn-group .dropdown-menu li:last-child {
                border: 0;
            }

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

        .bootstrap-select.btn-group .dropdown-menu::before,
        .bootstrap-select.btn-group .dropdown-menu::after {
            display: none;
        }

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

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

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

    .bootstrap-select.btn-group.show-tick
    .dropdown-menu
    li.selected
    a
    span.check-mark {
        position: absolute;
        display: inline-block;
        left: 15px;
        margin-top: 10px;
        color: #47c1ad;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .bs-searchbox {
        background-color: #3a2069;
        padding: 8px;
    }

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

        .bs-searchbox > .input-group-addon {
            background-color: #fff;
            border-radius: 0;
            border: 0;
        }

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

    .datepicker {
        border-radius: 1.33333333px;
        direction: ltr;
    }

    .datepicker-inline {
        width: 220px;
    }

    .datepicker-rtl {
        direction: rtl;
    }

        .datepicker-rtl.dropdown-menu {
            left: auto;
        }

        .datepicker-rtl table tr td span {
            float: right;
        }

    .datepicker-dropdown {
        border: none;
        top: 0;
        left: 0;
        padding: 0px;
        min-width: 200px;
    }

        .datepicker-dropdown:before {
            content: "";
            display: inline-block;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #d9dfed;
            border-top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.2);
            position: absolute;
        }

        .datepicker-dropdown:after {
            content: "";
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-top: 0;
            position: absolute;
        }

        .datepicker-dropdown.datepicker-orient-left:before {
            left: 6px;
            right: auto;
        }

        .datepicker-dropdown.datepicker-orient-left:after {
            left: 7px;
            right: auto;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #250858;
            border-left: 6px solid transparent;
        }

        .datepicker-dropdown.datepicker-orient-right:before {
            right: 6px;
            left: auto;
        }

        .datepicker-dropdown.datepicker-orient-right:after {
            right: 7px;
            left: auto;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #250858;
            border-left: 6px solid transparent;
        }

        .datepicker-dropdown.datepicker-orient-bottom:before {
            top: -7px;
            bottom: auto;
        }

        .datepicker-dropdown.datepicker-orient-bottom:after {
            top: -6px;
            bottom: auto;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #250858;
            border-left: 6px solid transparent;
        }

        .datepicker-dropdown.datepicker-orient-top:before {
            top: auto;
            bottom: -7px;
            border-bottom: 0;
            border-top: 7px solid #d9dfed;
        }

        .datepicker-dropdown.datepicker-orient-top:after {
            top: auto;
            border-bottom: 0;
            border-top: 6px solid #ffffff;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
        }

    .datepicker table {
        margin: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .datepicker table tr td,
        .datepicker table tr th {
            padding: 10px;
            line-height: 1.2;
            text-align: center;
            width: 20px;
            height: 25px;
            border-radius: 0;
            border: 1px solid #d9dfed;
        }

        .datepicker table tr td {
            width: 30px;
        }

        .datepicker table thead {
            display: table;
            width: 100%;
        }

            .datepicker table thead tr th {
                font-weight: 400;
                font-size: 11px;
                text-transform: uppercase;
                border: none;
            }

                .datepicker table thead tr th.prev {
                    text-align: left;
                }

                .datepicker table thead tr th.next {
                    text-align: right;
                }

                .datepicker table thead tr th.prev,
                .datepicker table thead tr th.next {
                    background-color: #250858;
                    color: #fff;
                    font-size: 21.532px;
                    padding: 5px;
                }

                .datepicker table thead tr th:first-child {
                    border-bottom-left-radius: 1.33333333px;
                    border-top-left-radius: 1.33333333px;
                    padding-left: 15px;
                }

                .datepicker table thead tr th:last-child {
                    border-bottom-right-radius: 1.33333333px;
                    border-top-right-radius: 1.33333333px;
                    padding-right: 15px;
                }

        .datepicker table tbody {
            padding: 10px;
            padding-top: 0;
            display: inline-table;
            width: 100%;
        }

    .datepicker .table-condensed > tbody > tr > td {
        border-right: 0;
        border-bottom: 0;
    }

    .table-striped .datepicker table tr td,
    .table-striped .datepicker table tr th {
        background-color: transparent;
    }

    .datepicker table tr td.old,
    .datepicker table tr td.new {
        color: #c4c9d2;
    }

    .datepicker table tr td.day:hover,
    .datepicker table tr td.focused {
        cursor: pointer;
        border: 1px solid #fff;
    }

    .datepicker table tr td.disabled,
    .datepicker table tr td.disabled:hover {
        background-color: none;
        color: #c4c9d2;
        cursor: default;
    }

    .datepicker table tr td.highlighted {
        color: #000;
        background-color: #d9edf7;
        border-color: #85c5e5;
        border-radius: 0;
    }

        .datepicker table tr td.highlighted:focus,
        .datepicker table tr td.highlighted.focus {
            color: #000;
            background-color: #afd9ee;
            border-color: #298fc2;
        }

        .datepicker table tr td.highlighted:hover {
            color: #000;
            background-color: #afd9ee;
            border-color: #52addb;
        }

        .datepicker table tr td.highlighted:active,
        .datepicker table tr td.highlighted.active,
        .open > .dropdown-toggle.datepicker table tr td.highlighted {
            color: #000;
            background-color: #afd9ee;
            border-color: #52addb;
        }

            .datepicker table tr td.highlighted:active:hover,
            .datepicker table tr td.highlighted.active:hover,
            .open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
            .datepicker table tr td.highlighted:active:focus,
            .datepicker table tr td.highlighted.active:focus,
            .open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
            .datepicker table tr td.highlighted:active.focus,
            .datepicker table tr td.highlighted.active.focus,
            .open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
                color: #000;
                background-color: #91cbe8;
                border-color: #298fc2;
            }

        .datepicker table tr td.highlighted:active,
        .datepicker table tr td.highlighted.active,
        .open > .dropdown-toggle.datepicker table tr td.highlighted {
            background-image: none;
        }

        .datepicker table tr td.highlighted.disabled:hover,
        .datepicker table tr td.highlighted[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.highlighted:hover,
        .datepicker table tr td.highlighted.disabled:focus,
        .datepicker table tr td.highlighted[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.highlighted:focus,
        .datepicker table tr td.highlighted.disabled.focus,
        .datepicker table tr td.highlighted[disabled].focus,
        fieldset[disabled] .datepicker table tr td.highlighted.focus {
            background-color: #d9edf7;
            border-color: #85c5e5;
        }

        .datepicker table tr td.highlighted .badge {
            color: #d9edf7;
            background-color: #000;
        }

        .datepicker table tr td.highlighted.focused {
            background-color: #afd9ee;
        }

        .datepicker table tr td.highlighted.disabled,
        .datepicker table tr td.highlighted.disabled:active {
            background-color: #d9edf7;
            color: #999fa9;
        }

    .datepicker table tr td.today {
        color: #fff;
        background-color: #250858;
        border-color: #250858;
        border: 1px solid #fff;
    }

        .datepicker table tr td.today:focus,
        .datepicker table tr td.today.focus {
            color: #fff;
            background-color: #110429;
            border-color: #000000;
        }

        .datepicker table tr td.today:hover {
            color: #fff;
            background-color: #110429;
            border-color: #0d0320;
        }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today.active,
        .open > .dropdown-toggle.datepicker table tr td.today {
            color: #fff;
            background-color: #110429;
            border-color: #0d0320;
        }

            .datepicker table tr td.today:active:hover,
            .datepicker table tr td.today.active:hover,
            .open > .dropdown-toggle.datepicker table tr td.today:hover,
            .datepicker table tr td.today:active:focus,
            .datepicker table tr td.today.active:focus,
            .open > .dropdown-toggle.datepicker table tr td.today:focus,
            .datepicker table tr td.today:active.focus,
            .datepicker table tr td.today.active.focus,
            .open > .dropdown-toggle.datepicker table tr td.today.focus {
                color: #fff;
                background-color: #040109;
                border-color: #000000;
            }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today.active,
        .open > .dropdown-toggle.datepicker table tr td.today {
            background-image: none;
        }

        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.today:hover,
        .datepicker table tr td.today.disabled:focus,
        .datepicker table tr td.today[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.today:focus,
        .datepicker table tr td.today.disabled.focus,
        .datepicker table tr td.today[disabled].focus,
        fieldset[disabled] .datepicker table tr td.today.focus {
            background-color: #250858;
            border-color: #250858;
        }

        .datepicker table tr td.today .badge {
            color: #250858;
            background-color: #fff;
        }

        .datepicker table tr td.today:hover {
            background-color: #209ecf;
        }

        .datepicker table tr td.today.focused {
            background-color: #110429;
        }

        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today.disabled:active {
            background-color: #250858;
            color: #999fa9;
        }

    .datepicker table tr td.range {
        background-color: #f3f5fc;
        border-radius: 0;
    }

        .datepicker table tr td.range.focused {
            background-color: #cad3f2;
        }

        .datepicker table tr td.range.disabled,
        .datepicker table tr td.range.disabled:active {
            background-color: #f3f5fc;
            color: #999fa9;
        }

        .datepicker table tr td.range.highlighted {
            color: #fff;
            background-color: #ecf6fb;
            border-color: #98cee9;
        }

            .datepicker table tr td.range.highlighted:focus,
            .datepicker table tr td.range.highlighted.focus {
                color: #fff;
                background-color: #c2e2f2;
                border-color: #2e9cd3;
            }

            .datepicker table tr td.range.highlighted:hover {
                color: #fff;
                background-color: #c2e2f2;
                border-color: #65b6df;
            }

            .datepicker table tr td.range.highlighted:active,
            .datepicker table tr td.range.highlighted.active,
            .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
                color: #fff;
                background-color: #c2e2f2;
                border-color: #65b6df;
            }

                .datepicker table tr td.range.highlighted:active:hover,
                .datepicker table tr td.range.highlighted.active:hover,
                .open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
                .datepicker table tr td.range.highlighted:active:focus,
                .datepicker table tr td.range.highlighted.active:focus,
                .open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
                .datepicker table tr td.range.highlighted:active.focus,
                .datepicker table tr td.range.highlighted.active.focus,
                .open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
                    color: #fff;
                    background-color: #a4d4ec;
                    border-color: #2e9cd3;
                }

            .datepicker table tr td.range.highlighted:active,
            .datepicker table tr td.range.highlighted.active,
            .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
                background-image: none;
            }

            .datepicker table tr td.range.highlighted.disabled:hover,
            .datepicker table tr td.range.highlighted[disabled]:hover,
            fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
            .datepicker table tr td.range.highlighted.disabled:focus,
            .datepicker table tr td.range.highlighted[disabled]:focus,
            fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
            .datepicker table tr td.range.highlighted.disabled.focus,
            .datepicker table tr td.range.highlighted[disabled].focus,
            fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
                background-color: #ecf6fb;
                border-color: #98cee9;
            }

            .datepicker table tr td.range.highlighted .badge {
                color: #ecf6fb;
                background-color: #fff;
            }

            .datepicker table tr td.range.highlighted.focused {
                background-color: #c2e2f2;
            }

            .datepicker table tr td.range.highlighted.disabled,
            .datepicker table tr td.range.highlighted.disabled:active {
                background-color: #ecf6fb;
                color: #999fa9;
            }

        .datepicker table tr td.range.today {
            color: #fff;
            background-color: #250858;
            border-color: #000000;
        }

            .datepicker table tr td.range.today:focus,
            .datepicker table tr td.range.today.focus {
                color: #fff;
                background-color: #110429;
                border-color: #000000;
            }

            .datepicker table tr td.range.today:hover {
                color: #fff;
                background-color: #110429;
                border-color: #000000;
            }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today.active,
            .open > .dropdown-toggle.datepicker table tr td.range.today {
                color: #fff;
                background-color: #110429;
                border-color: #000000;
            }

                .datepicker table tr td.range.today:active:hover,
                .datepicker table tr td.range.today.active:hover,
                .open > .dropdown-toggle.datepicker table tr td.range.today:hover,
                .datepicker table tr td.range.today:active:focus,
                .datepicker table tr td.range.today.active:focus,
                .open > .dropdown-toggle.datepicker table tr td.range.today:focus,
                .datepicker table tr td.range.today:active.focus,
                .datepicker table tr td.range.today.active.focus,
                .open > .dropdown-toggle.datepicker table tr td.range.today.focus {
                    color: #fff;
                    background-color: #040109;
                    border-color: #000000;
                }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today.active,
            .open > .dropdown-toggle.datepicker table tr td.range.today {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today[disabled]:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            .datepicker table tr td.range.today.disabled:focus,
            .datepicker table tr td.range.today[disabled]:focus,
            fieldset[disabled] .datepicker table tr td.range.today:focus,
            .datepicker table tr td.range.today.disabled.focus,
            .datepicker table tr td.range.today[disabled].focus,
            fieldset[disabled] .datepicker table tr td.range.today.focus {
                background-color: #250858;
                border-color: #000000;
            }

            .datepicker table tr td.range.today .badge {
                color: #250858;
                background-color: #fff;
            }

            .datepicker table tr td.range.today.disabled,
            .datepicker table tr td.range.today.disabled:active {
                background-color: #250858;
                color: #999fa9;
            }

    .datepicker table tr td.selected,
    .datepicker table tr td.selected.highlighted {
        color: #fff;
        background-color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border: 1px solid #fff;
    }

    .datepicker table tr td.active,
    .datepicker table tr td.active.highlighted {
        color: #fff;
        background-color: #fff;
        border: 1px solid #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .datepicker table tr td span {
        display: block;
        width: 23%;
        height: 54px;
        line-height: 54px;
        float: left;
        margin: 1%;
        cursor: pointer;
        border-radius: 4px;
    }

        .datepicker table tr td span:hover,
        .datepicker table tr td span.focused {
            background-color: #ffffff;
        }

        .datepicker table tr td span.disabled,
        .datepicker table tr td span.disabled:hover {
            background-color: none;
            color: #999fa9;
            cursor: default;
        }

        .datepicker table tr td span.active,
        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled:hover {
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

        .datepicker table tr td span.old,
        .datepicker table tr td span.new {
            color: #999fa9;
        }

    .datepicker .datepicker-switch {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        width: 145px;
    }

    .datepicker .datepicker-switch,
    .datepicker .prev,
    .datepicker .next {
        background-color: #250858;
        color: #fff;
        cursor: pointer;
    }

        .datepicker .datepicker-switch:hover,
        .datepicker .prev:hover,
        .datepicker .next:hover {
            background: #3f2174;
        }

    .datepicker tfoot tr th {
        background-color: #fff;
        color: #121113;
        cursor: pointer;
    }

    .datepicker .prev.disabled,
    .datepicker .next.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .datepicker .cw {
        font-size: 10px;
        width: 12px;
        padding: 0 2px 0 5px;
        vertical-align: middle;
    }

    .form-group > .input-group.date {
        width: 100%;
    }

    .input-group.date {
        margin-bottom: 20px;
        width: 100%;
    }

        .input-group.date > input.form-control {
            padding-right: 0;
        }

        .input-group.date input.form-control + .input-group-addon.calendar {
            background-color: transparent;
            position: absolute;
            z-index: 9;
            border: 0;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 6px 12px;
            width: 40px;
            margin: 0;
            cursor: pointer;
            color: #666669;
            /*&:active {
		color:@btn-primary-color;
		outline:none;
		background-color: @brand-primary-hover;
		> i.glyphicon-calendar{color:@datepicker-icon-color;}
		}
	&:focus{
		background-color:transparent;outline:none;
		> i.glyphicon-calendar{color:@input-color-placeholder;}
	}*/
        }

            .input-group.date
            input.form-control + .input-group-addon.calendar > i.glyphicon-calendar {
                top: 2px;
            }

            .input-group.date input.form-control + .input-group-addon.calendar:hover {
                color: #3f2174;
            }

                .input-group.date
                input.form-control + .input-group-addon.calendar:hover > i.glyphicon-calendar {
                    color: #3f2174;
                }

            .input-group.date input.form-control + .input-group-addon.calendar:focus,
            .input-group.date input.form-control + .input-group-addon.calendar:active {
                color: #fff;
                outline: none;
                background-color: #3f2174;
            }

                .input-group.date
                input.form-control + .input-group-addon.calendar:focus > i.glyphicon-calendar,
                .input-group.date
                input.form-control + .input-group-addon.calendar:active > i.glyphicon-calendar {
                    color: #fff;
                }

            .input-group.date
            input.form-control + .input-group-addon.calendar > i.glyphicon-calendar {
                font-size: 19.3844px;
            }

        .input-group.date input.form-control:focus + .input-group-addon,
        .input-group.date input.form-control:active + .input-group-addon,
        .input-group.date input.form-control.active + .input-group-addon {
            color: #fff;
            outline: none;
            background-color: #3f2174;
        }

            .input-group.date
            input.form-control:focus + .input-group-addon > i.glyphicon-calendar,
            .input-group.date
            input.form-control:active + .input-group-addon > i.glyphicon-calendar,
            .input-group.date
            input.form-control.active + .input-group-addon > i.glyphicon-calendar {
                color: #fff;
            }

            .input-group.date input.form-control.active + .input-group-addon:focus,
            .input-group.date input.form-control.active + .input-group-addon:active,
            .input-group.date input.form-control.active + .input-group-addon:hover {
                color: #fff;
                outline: none;
                background-color: #3f2174;
            }

                .input-group.date
                input.form-control.active + .input-group-addon:focus > i.glyphicon-calendar,
                .input-group.date
                input.form-control.active + .input-group-addon:active > i.glyphicon-calendar,
                .input-group.date
                input.form-control.active + .input-group-addon:hover > i.glyphicon-calendar {
                    color: #fff;
                }

            .input-group.date
            input.form-control:focus + .input-group-addon > i.glyphicon-calendar,
            .input-group.date
            input.form-control:focus + .input-group-addon.calendar:hover > i.glyphicon-calendar,
            .input-group.date
            input.form-control.active + .input-group-addon.calendar > i.glyphicon-calendar {
                color: #fff;
            }

    .input-daterange input {
        position: relative;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        line-height: 1;
    }
    /* LESS Document */
    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #c4c9d2;
        width: 10px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #fff;
        border-left: 1px solid #d9dfed;
        width: 20px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-2-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
        background-color: #c4c9d2;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 3px 4px;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 0;
    }

    .modal-open {
        overflow: hidden;
    }

    .modal {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99992;
        -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;
    }

    @media print {
        .modal {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            padding: 0;
            overflow: visible !important;
        }
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        -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: 99991;
        background-color: #000;
    }

        .modal-backdrop.fade {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .modal-backdrop.in {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .modal-header .close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 30px;
            font-weight: 100;
            outline: 0;
        }

    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }

    h1.modal-title {
        font-weight: 300;
        line-height: normal;
    }

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

    .modal-footer {
        padding: 30px;
        background-color: #f3f5fc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
        text-align: right;
    }

        .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-footer::before {
            content: "";
            display: inline-block;
            border-top: 15px solid;
            border-top: 15px solid #fff;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            position: absolute;
            top: 0;
            width: 20px;
            height: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll;
    }

    @media (min-width: 768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }

        .modal-sm {
            width: 300px;
        }
    }

    @media (min-width: 992px) {
        .modal-lg {
            width: 900px;
        }
    }

    .dark-modal {
        background-color: #3a2069;
    }

        .dark-modal .modal-body,
        .dark-modal h2 {
            color: #fff;
        }
    /* General styles for the modal */
    /* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
    .md-perspective,
    .md-perspective body {
        height: 100%;
        overflow: hidden;
    }

        .md-perspective body {
            background: #222;
            -webkit-perspective: 600px;
            -moz-perspective: 600px;
            perspective: 600px;
        }

    .md-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        z-index: 999;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        margin: 0 auto;
    }

    .md-show {
        visibility: visible;
    }

    .md-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show ~ .md-overlay {
        opacity: 1;
        visibility: visible;
    }
    /* Content styles */
    .md-content {
        color: #fff;
        background: #250858;
        position: relative;
        margin: 0 auto;
    }

        .md-content h2 {
            color: #fff;
        }

        .md-content .md-close {
            color: #fff;
            text-shadow: none;
            font-size: 26px;
            position: absolute;
            top: 5px;
            right: 10px;
        }

        .md-content .bootstrap-select .bs-searchbox {
            background-color: #bcc2cc;
        }
    /* Individual modal styles with animations/transitions */
    /* Effect 16:  Blur */
    .md-show.md-effect-blur ~ .md-overlay {
        background: rgba(0, 0, 0, 0.5);
    }
    /*.md-show.md-effect-blur ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}*/
    .md-effect-blur {
        position: absolute;
    }

        .md-effect-blur .md-content {
            -webkit-transform: translateY(-5%);
            -moz-transform: translateY(-5%);
            -ms-transform: translateY(-5%);
            transform: translateY(-5%);
            opacity: 0;
        }

        .md-show.md-effect-blur ~ .container,
        .md-effect-blur .md-content {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .md-show.md-effect-blur .md-content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        font-family: "Lato", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.42857143;
        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;
        font-weight: 700;
        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: 7px 15px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 2px;
    }

    .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: 100%;
        padding: 1px;
        font-family: "Lato", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.42857143;
        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: 13px;
        background-color: #121113;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid #121113;
        border-radius: 5px;
        -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: #0a0a0b;
        border-bottom: 1px solid #000000;
        border-radius: 4px 4px 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: 10px;
    }

        .popover > .arrow:after {
            border-width: 10px;
            content: "";
        }

    .popover.top > .arrow {
        left: 50%;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #999999;
        border-top-color: #121113;
        bottom: -10px;
    }

        .popover.top > .arrow:after {
            content: " ";
            bottom: 1px;
            margin-left: -10px;
            border-bottom-width: 0;
            border-top-color: #121113;
        }

    .popover.right > .arrow {
        top: 50%;
        left: -10px;
        margin-top: -10px;
        border-left-width: 0;
        border-right-color: #999999;
        border-right-color: #121113;
    }

        .popover.right > .arrow:after {
            content: " ";
            left: 1px;
            bottom: -10px;
            border-left-width: 0;
            border-right-color: #121113;
        }

    .popover.bottom > .arrow {
        left: 50%;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #999999;
        border-bottom-color: #121113;
        top: -10px;
    }

        .popover.bottom > .arrow:after {
            content: " ";
            top: 1px;
            margin-left: -10px;
            border-top-width: 0;
            border-bottom-color: #121113;
        }

    .popover.left > .arrow {
        top: 50%;
        right: -10px;
        margin-top: -10px;
        border-right-width: 0;
        border-left-color: #999999;
        border-left-color: #121113;
    }

        .popover.left > .arrow:after {
            content: " ";
            right: 1px;
            border-right-width: 0;
            border-left-color: #121113;
            bottom: -10px;
        }

    .infoContent.black-bg {
        position: relative;
        color: #fff;
    }

        .infoContent.black-bg h3 {
            color: #fff;
        }

        .infoContent.black-bg .popover .popover-content {
            padding: 15px;
        }

            .infoContent.black-bg .popover .popover-content .list-styled li:last-child {
                margin-bottom: 0;
            }

            .infoContent.black-bg .popover .popover-content .list-styled li::before {
                color: #fff;
            }

    .infoContent.border-radius-none .popover {
        border-radius: 0;
    }

    .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 {
                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: #250858;
        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: #250858;
            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 #280858;
            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: #250858;
        }

    .carousel-caption {
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #121113;
        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;
        }
    }

    .notification.carousel {
        background-color: #fff;
        padding: 30px;
    }

        .notification.carousel .carousel-indicators {
            position: absolute;
            bottom: 10px;
            left: 30px;
            right: 30px;
            z-index: 15;
            width: auto;
            margin-left: 0;
            padding-left: 0;
            list-style: none;
            text-align: right;
        }

            .notification.carousel .carousel-indicators li {
                display: inline-block;
                width: 14px;
                height: 14px;
                margin: 1px;
                text-indent: -999px;
                border: 1px solid #beb4cd;
                border-radius: 10px;
                cursor: pointer;
                background-color: #000 \9;
                background-color: rgba(0, 0, 0, 0);
            }

            .notification.carousel .carousel-indicators .active {
                margin: 0;
                width: 15px;
                height: 15px;
                background-color: #5c4682;
            }

        .notification.carousel .carousel-caption {
            position: relative;
            left: 0;
            right: 0;
            bottom: 20px;
            z-index: 10;
            padding-top: 30px;
            padding-bottom: 0;
            color: #121113;
            text-align: left;
            text-shadow: none;
        }

            .notification.carousel .carousel-caption .btn {
                text-shadow: none;
            }

        .notification.carousel button.delete {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
            font-size: 25.9999992px;
        }

    @media (max-width: 767px) {
        .notification.carousel {
            margin: 0 15px;
            padding: 15px;
        }

            .notification.carousel .carousel-caption {
                padding-bottom: 10px;
            }

                .notification.carousel .carousel-caption p {
                    margin-bottom: 15px;
                }

            .notification.carousel .carousel-indicators {
                text-align: center;
                bottom: 0;
            }
    }

    .clearfix:before,
    .clearfix:after,
    .dl-horizontal dd:before,
    .dl-horizontal dd:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after,
    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after,
    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after,
    .pager:before,
    .pager:after,
    .panel-body:before,
    .panel-body:after,
    .modal-header:before,
    .modal-header:after,
    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        display: table;
    }

    .clearfix:after,
    .dl-horizontal dd:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .form-horizontal .form-group:after,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:after,
    .nav:after,
    .navbar:after,
    .navbar-header:after,
    .navbar-collapse:after,
    .pager:after,
    .panel-body:after,
    .modal-header:after,
    .modal-footer:after {
        clear: both;
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    .hide {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .invisible {
        visibility: hidden;
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .hidden {
        display: none !important;
    }

    .affix {
        position: fixed;
    }

    @-ms-viewport {
        width: device-width;
    }

    .visible-xxs,
    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg {
        display: none !important;
    }

    .visible-xxs-block,
    .visible-xxs-inline,
    .visible-xxs-inline-block,
    .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: 599px) {
        .visible-xxs {
            display: block !important;
        }

        table.visible-xxs {
            display: table !important;
        }

        tr.visible-xxs {
            display: table-row !important;
        }

        th.visible-xxs,
        td.visible-xxs {
            display: table-cell !important;
        }
    }

    @media (max-width: 599px) {
        .visible-xxs-block {
            display: block !important;
        }
    }

    @media (max-width: 599px) {
        .visible-xxs-inline {
            display: inline !important;
        }
    }

    @media (max-width: 599px) {
        .visible-xxs-inline-block {
            display: inline-block !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: 599px) {
        .hidden-xxs {
            display: none !important;
        }
    }

    @media (max-width: 767px) {
        .hidden-xs {
            display: none !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hidden-sm {
            display: none !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hidden-md {
            display: none !important;
        }
    }

    @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;
        }
    }
    /* CSS Document */
    @-ms-viewport {
        width: device-width;
    }

    @-o-viewport {
        width: device-width;
    }

    @viewport {
        width: device-width;
    }

    #content {
        position: relative;
    }

    .no-padding {
        padding: 0 !important;
    }

    .padding30px {
        padding: 30px !important;
    }

    .padding15px {
        padding: 15px !important;
    }

    .paddingLR10px {
        padding: 0 10px !important;
    }

    .padding6px {
        padding: 6px !important;
    }

    .padding-bot0 {
        padding-bottom: 0 !important;
    }

    .padding-bot15px {
        padding-bottom: 15px !important;
    }

    .padding-bot30px {
        padding-bottom: 30px !important;
    }

    .padding-top15px {
        padding-top: 15px !important;
    }

    .padding-top30px {
        padding-top: 30px !important;
    }

    .padding-top0 {
        padding-top: 0 !important;
    }

    .no-padding-left {
        padding-left: 0 !important;
    }

    .no-padding-right {
        padding-right: 0 !important;
    }

    .padding-left20px {
        padding-left: 20px !important;
    }

    .padding-left15px {
        padding-left: 15px !important;
    }

    .padding-right15px {
        padding-right: 15px !important;
    }

    .padding-left40px {
        padding-left: 40px !important;
    }

    .p-2 {
        padding: 8px 15px;
    }

    @media (max-width: 991px) {
        .p-2.p-m-2 {
            padding: 6px 15px;
        }
    }

    @media (max-width: 767px) {
        .p-2.p-m-2 {
            padding: 4px 15px;
        }
    }

    .no-margin {
        margin: 0 !important;
    }

    .margin-top-1px {
        margin-top: -1px !important;
    }

    .margin-top-15px {
        margin-top: -15px !important;
    }

    .margin-top0 {
        margin-top: 0 !important;
    }

    .margin-top3px {
        margin-top: 3px !important;
    }

    .margin-top5px {
        margin-top: 5px !important;
    }

    .margin-top10px {
        margin-top: 10px !important;
    }

    .margin-top15px {
        margin-top: 15px !important;
    }

    .margin-top20px {
        margin-top: 20px !important;
    }

    .margin-top25px {
        margin-top: 25px !important;
    }

    .margin-top30px {
        margin-top: 30px !important;
    }

    .margin-top40px {
        margin-top: 40px !important;
    }

    .margin-bot0 {
        margin-bottom: 0 !important;
    }

    .margin-bot5px {
        margin-bottom: 5px !important;
    }

    .margin-bot10px {
        margin-bottom: 10px !important;
    }

    .margin-bot15px {
        margin-bottom: 15px !important;
    }

    .margin-bot20px {
        margin-bottom: 20px !important;
    }

    .margin-bot30px {
        margin-bottom: 30px !important;
    }

    .margin-bot40px {
        margin-bottom: 40px !important;
    }

    .margin-right5px {
        margin-right: 5px !important;
    }

    .margin-left5px {
        margin-left: 5px !important;
    }

    .margin-rightAuto {
        margin-right: auto;
    }

    .margin-right10px {
        margin-right: 10px;
    }

    .margin-right15px {
        margin-right: 15px;
    }

    .margin-right20px {
        margin-right: 20px;
    }

    .margin-right30px {
        margin-right: 30px !important;
    }

    .margin-right38px {
        margin-right: 38px !important;
    }

    .margin-leftMins15px {
        margin-left: -15px;
    }

    .margin-rightMins15px {
        margin-right: -15px;
    }

    .font-style-italic {
        font-style: italic;
    }

    .border1px {
        border: 1px solid #e1e2ec;
    }

    .border-none {
        border: none !important;
    }

    .border-right-none {
        border-right: none !important;
    }

    .border-left-none {
        border-left: none !important;
    }

    .left-border1px {
        border-left: 1px solid #e1e2ec;
    }

    .bottom-border1px {
        border-bottom: 1px solid #e1e2ec !important;
    }

    .top-border1px {
        border-top: 1px solid #e1e2ec !important;
    }

    .header-bottom-border1px {
        border-bottom: 1px solid #d9dfed !important;
    }

    .bottom-border-none {
        border-bottom: none !important;
    }

    .border-white {
        border-color: #fff;
    }

    .top-border-none {
        border-top: none !important;
    }

    .bg-transparent {
        background-color: transparent !important;
    }

    .bg-default {
        background-color: #fff !important;
    }

    .border-radius-none {
        border-radius: 0;
    }

    .box-shadow {
        -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
    }

    .pointer {
        cursor: pointer;
    }

    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }

    .line-height-1 {
        line-height: 1;
    }

    .inline-block {
        display: inline-block;
    }

    .display-block {
        display: block;
    }

    .whtSpc-nowrap {
        white-space: nowrap;
    }

    .displayInherit {
        display: inherit;
    }

    .h3-title {
        margin: 0 0 7.618px;
    }

    .flex-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        /*@media (max-width: @screen-sm-max) {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }*/
    }

    @media (max-width: 991px) {
        .flex-row.flex-direction-column-sm {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
    }

    @media (max-width: 767px) {
        .flex-row.flex-direction-column-xs {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
    }

    @media (max-width: 599px) {
        .flex-row.flex-direction-column-xxs {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
    }

    .dispFlex {
        /*display: -webkit-box!important;*/
        -webkit-flex: 1 1 auto;
        display: -ms-flexbox !important;
        display: flex;
    }

    @media (max-width: 991px) {
    }

    .flex-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .align-self-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-item-flex1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .align-item-fixed {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 50%;
        margin: 0 auto;
    }

    .align-content-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .justify-content-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .flex-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .fullWidth {
        width: 100% !important;
    }

    .max-768 {
        max-width: 768px;
        margin: 0 auto;
    }

    .fullHeight {
        height: 100%;
    }

    .dispTable {
        display: table;
        height: 100%;
        width: 100%;
    }

    .dispTable-cell {
        display: table-cell;
        height: 100%;
    }

    .border-radius-small {
        border-radius: 2px;
    }

    .valign-middle {
        vertical-align: middle !important;
    }

        .valign-middle.table > tbody > tr > td,
        .valign-middle.table > thead > tr > th,
        .valign-middle.table > tbody > tr > th,
        .valign-middle.table > thead > tr > td {
            vertical-align: middle;
        }

    .valign-top {
        vertical-align: top !important;
    }

    .valign-bottom {
        vertical-align: bottom !important;
    }

    .float-none {
        float: none;
    }

    .nowrap {
        white-space: nowrap;
    }

    @media (max-width: 767px) {
        .mob-nowrap {
            white-space: nowrap;
        }
    }

    .highlight {
        margin-bottom: 14px;
        background-color: #f3f5fc;
        border: 1px solid #e1e2ec;
        padding: 15px;
    }

        .highlight p:last-child {
            margin-bottom: 0;
        }

    @media (max-width: 767px) {
        .highlight p:last-child {
            margin-bottom: 10px;
        }
    }

    .login-dark-bg {
        background-color: #2e1963;
        color: #fff;
    }

        .login-dark-bg h2 {
            color: #fff;
        }

    .login-extra-dark-bg {
        background-color: #250858;
        color: #fff;
    }

        .login-extra-dark-bg h2 {
            color: #fff;
        }

    .gray-base-text {
        color: #121113 !important;
    }

    .gray-dark-text {
        color: #666669 !important;
    }

    .black-text {
        color: #121113 !important;
    }

    .text-purple {
        color: #4c3c8f !important;
    }

    .red-bg {
        background-color: #d43814;
    }

    .hover-underline:hover {
        text-decoration: underline;
    }

    .text-white {
        color: #fff;
    }

    .whiteBg {
        background-color: #fff;
    }

    .none {
        display: none;
    }

    .noteInfo {
        font-weight: 400;
        font-style: italic;
        font-size: 12px;
    }

    @media (max-width: 767px) {
    }

    .regular {
        font-weight: 400 !important;
    }

    .strong {
        font-weight: 700 !important;
    }

    .txtSizeBase {
        font-size: 14px;
    }

    .min-height150px {
        height: 150px;
        overflow: auto;
        min-height: 150px;
    }

    .minHeight-300px {
        height: 300px;
        min-height: 300px;
    }

    .minHeight-500px {
        height: 500px;
        min-height: 500px;
    }

    @media (max-width: 767px) {
        .mobile-detected .minHeight-500px.mCustomScrollbar {
            height: 280px;
            min-height: 280px;
        }
    }

    .overflow-auto {
        overflow: auto;
    }

    .date-addon {
        width: 60px;
        display: block;
    }

    .posRel {
        position: relative;
    }

    .posAbsl {
        position: absolute;
    }
    /* LESS Document */
    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #c4c9d2;
        width: 8px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
        background-color: #c4c9d2;
        width: auto;
    }

    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 30px;
        width: 100%;
    }

    .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 30px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #fff;
        /*border-left:none;*/
        width: 100%;
    }

    .mCSB_scrollTools.mCSB_scrollTools_horizontal.mCS-inset-dark.mCSB_scrollTools
    .mCSB_draggerRail {
        border-bottom: 1px solid #d9dfed;
        border-left: none;
    }

    .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 10px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 15px;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCS-inset-2-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
        background-color: #c4c9d2;
    }

    .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        margin: 3px 4px;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 0;
    }

    .mCustomScrollbar,
    .mCustomScrollbar.mCS_touch_action,
    .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
        -ms-touch-action: auto;
        touch-action: auto;
    }

    .mCustomScrollBox {
        -ms-touch-action: pan-x pinch-zoom;
        touch-action: pan-x pinch-zoom;
    }

        .mCustomScrollBox.mCSB_vertical_horizontal {
            -ms-touch-action: pinch-zoom;
            touch-action: pinch-zoom;
        }

        .mCustomScrollBox.mCSB_horizontal {
            -ms-touch-action: pan-y pinch-zoom;
            touch-action: pan-y pinch-zoom;
        }

    td.footable-sortable.footable-asc > span.fooicon,
    td.footable-sortable.footable-desc > span.fooicon,
    td.footable-sortable > span.fooicon,
    th.footable-sortable.footable-asc > span.fooicon,
    th.footable-sortable.footable-desc > span.fooicon,
    th.footable-sortable > span.fooicon {
        opacity: 1;
    }

    th.footable-sortable > span.fooicon {
        opacity: 0.5;
    }

    td.footable-sortable > span.fooicon,
    th.footable-sortable > span.fooicon {
        right: auto;
        margin-left: 5px;
    }

    #header.header {
        -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
    }

    .wrapper {
        position: relative;
        min-height: 100%;
        height: 100%;
        padding-bottom: 120px;
        padding-left: 12px;
        padding-right: 12px;
    }

        .wrapper.logIn {
            padding-left: 0;
            padding-right: 0;
        }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 80px;
        background-color: #250858;
        z-index: 99;
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer p span.copy,
    .footer p a,
    .footer p span.abnNo {
        color: #fff;
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 400;
    }

    .footer p span.copy {
        padding-left: 0;
    }

    .footerNav p {
        line-height: 80px;
        margin-bottom: 0;
        color: #fff;
    }

        .footerNav p a {
            border-left: 1px solid #7b6e97;
            padding-left: 15px;
            padding-right: 15px;
            color: #fff;
        }

        .footerNav p span.abnNo {
            border-left: 1px solid #7b6e97;
        }

        .footerNav p a:last-child {
            border-right: 0;
        }

    .footerLogo {
        margin-top: 30px;
        float: right;
    }

    #toTop {
        width: 44px;
        height: 42px;
        background-color: #3f2174;
        text-align: center;
        padding: 10px 9px;
        line-height: 26px;
        position: absolute;
        top: 22px;
        right: 30px;
        cursor: pointer;
        /*display:none;*/
        color: #fff;
        font-size: 18px;
        border-radius: 4px;
        z-index: 9999;
    }

        #toTop:hover {
            background-color: #209ecf;
            color: #fff;
        }

    .custom-bg {
        background: url(../images/dashboard-bg.jpg) no-repeat top center;
        background-size: cover;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    @media (max-width: 767px) {
        .custom-bg {
            background: #fff;
        }
    }

    .custom-bg2 {
        background: url(../images/dashboard-bg.jpg) no-repeat top center;
        background-size: cover;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .custom-bg1 {
        background: url(../images/dashboard-bg.jpg) no-repeat top center;
        background-size: cover;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .grey-panel {
        background-color: #ffffff;
    }

    @media (max-width: 767px) {
        .primary-header-bg {
            background-color: #3a2069;
            color: #fff;
        }

            .primary-header-bg h3 {
                color: #fff;
            }

            .primary-header-bg .page-header {
                margin-left: 15px;
                margin-right: 15px;
                padding-left: 0;
                padding-right: 0;
            }

                .primary-header-bg .page-header h1,
                .primary-header-bg .page-header .h1,
                .primary-header-bg .page-header .page-title {
                    color: #fff;
                }

            .primary-header-bg .notification.carousel .carousel-caption .btn {
                display: block;
            }
    }

    .primary-header-bg address {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        padding: 30px;
        margin-bottom: 30px;
    }

    @media (max-width: 767px) {
        .primary-header-bg address {
            background-color: transparent;
            box-shadow: none;
            padding: 15px;
            margin-bottom: 10px;
            color: #fff;
        }

            .primary-header-bg address h3,
            .primary-header-bg address a {
                color: #fff;
            }
    }

    #main {
        display: block;
        margin-left: 280px;
        padding: 0;
        -webkit-transition: left 0.1s ease-out;
        transition: left 0.1s ease-out;
    }

    @media (min-width: 768px) {
        #main {
            min-height: 750px;
        }
    }

    #left-panel {
        position: absolute;
        top: 85px;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    @media (min-width: 992px) {
        #left-panel {
            display: block;
        }
    }

    aside {
        width: 280px;
        display: block;
        background: #250858;
    }

    #content,
    #left-panel {
        -webkit-transition: right 0.1s ease-out;
        transition: right 0.1s ease-out;
    }

        #left-panel nav ul {
            width: 100%;
            padding: 40px 28px 25px 0;
            padding: 0;
            margin: 0;
            font-size: 14px;
            line-height: 0.5em;
            list-style: none;
            position: relative;
            float: none;
        }

            #left-panel nav ul span.menu-item-parent {
                display: inline-block;
                margin: 0;
                padding: 0;
                vertical-align: middle;
            }

            #left-panel nav ul li {
                overflow: hidden;
                float: none;
            }

                #left-panel nav ul li.active > a,
                #left-panel nav ul li.active.open > a,
                #left-panel nav ul li.active > a:focus,
                #left-panel nav ul li.active.open > a:focus {
                    color: #fff;
                    position: relative;
                    background-color: #209ecf;
                }

    @media (max-width: 991px) {
        #left-panel nav ul li.active > a,
        #left-panel nav ul li.active.open > a,
        #left-panel nav ul li.active > a:focus,
        #left-panel nav ul li.active.open > a:focus {
            background-color: transparent;
            padding-left: 16px;
        }
    }

    @media (max-width: 991px) {
        #left-panel nav ul li.active.dropdown > a,
        #left-panel nav ul li.active.dropdown.open > a,
        #left-panel nav ul li.active.dropdown.open > a:focus,
        #left-panel nav ul li.active.dropdown > a:focus {
            color: #fff;
            position: relative;
            background-color: #3a2069;
        }
    }

    #left-panel nav ul li.open ul li {
        position: relative;
    }

        #left-panel nav ul li.open ul li a:hover,
        #left-panel nav ul li.open ul li a:focus {
            color: #fff;
            background-color: #4c3c8f;
            border-left: 0;
        }

        #left-panel nav ul li.open ul li:hover::before,
        #left-panel nav ul li.open ul li:focus::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0px;
            bottom: 0px;
            border-left: 2px solid #a3a8b1;
        }

        #left-panel nav ul li.open ul li.active a {
            color: #fff;
            background-color: transparent;
            border-left: 0;
        }

        #left-panel nav ul li.open ul li.active::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0px;
            bottom: 0px;
            border-left: 2px solid #209ecf;
            width: 2px;
        }

    #left-panel nav ul li.open > a {
        color: #fff;
        background: #3a2069;
        border-bottom: 1px solid #250858;
    }

        #left-panel nav ul li.open > a:hover {
            color: #fff;
            background-color: #3f2174;
        }

    #left-panel nav ul li a {
        line-height: normal;
        font-size: 14px;
        padding: 15px 15px 15px 20px;
        color: #fff;
        display: block;
        font-weight: 400;
        text-decoration: none !important;
        position: relative;
    }

        #left-panel nav ul li a svg {
            margin-right: 15px;
            width: 20px;
            display: inline-block;
            text-align: center;
            position: relative;
            vertical-align: middle;
        }

        #left-panel nav ul li a:hover,
        #left-panel nav ul li a:focus {
            color: #fff;
            position: relative;
            background-color: #3f2174;
        }

    #left-panel nav ul ul {
        margin: 0;
        display: none;
        background: #3a2069;
        padding: 7px 0;
    }

        #left-panel nav ul ul li > a {
            font-size: 14px;
            font-weight: 400;
            outline: 0;
        }

    #left-panel nav > ul > li > ul > li > a,
    #left-panel nav > ul > li > ul > li > ul > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #left-panel nav > ul > li > ul {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

        #left-panel nav > ul > li > ul::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 0;
            left: 30px;
            top: 15px;
            bottom: 15px;
            border-left: 2px solid #250858;
            width: 2px;
        }

    .minifyme {
        border-bottom: 1px solid #302f2f;
        background: #3a2069;
        color: #fff;
        text-align: center;
        padding: 4px 0 0 0;
        width: 36px;
        height: 34px;
        display: block;
        position: absolute;
        right: -3px;
        border-radius: 5px 0 0 5px;
        cursor: pointer;
        margin-top: 5px;
        font-size: 22px;
        -webkit-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

    .minified #main {
        margin-left: 45px;
    }

    .minified #left-panel,
    .minified nav > ul > li {
        overflow: visible;
    }

    .minified #left-panel {
        width: 45px;
    }

        .minified #left-panel nav > ul > li,
        .minified #left-panel nav > ul > li a {
            position: relative;
        }

        .minified #left-panel,
        .minified #left-panel nav > ul > li {
            overflow: visible;
        }

            .minified #left-panel nav ul > li > a {
                padding: 10px 11px;
                display: block;
            }

            .minified #left-panel nav > ul > li,
            .minified nav > ul > li a {
                position: relative;
            }

                .minified #left-panel nav > ul > li > a > svg {
                    text-align: center;
                    margin: 0;
                    display: block;
                }

                .minified #left-panel nav > ul > li > a svg {
                    display: block;
                    width: auto;
                    text-align: center;
                    padding: 0;
                }

                .minified #left-panel nav > ul > li > a .menu-item-parent,
                .minified #left-panel nav > ul > li > a > b {
                    display: none;
                }

                .minified #left-panel nav > ul > li > a > .menu-item-parent {
                    display: none;
                    position: absolute;
                    left: 40px;
                    top: 0px;
                    width: 200px;
                    height: 47px;
                    line-height: 47px;
                    background-color: #3a2069;
                    color: #fff;
                    z-index: 3;
                    padding-left: 12px;
                }

                .minified #left-panel nav > ul > li:hover > a > .menu-item-parent,
                .minified #left-panel nav > ul > li:hover > ul {
                    display: block !important;
                }

                .minified #left-panel nav > ul > li > ul > li > a,
                .minified #left-panel nav > ul > li > ul > li > ul > li > a {
                    padding-top: 15px;
                    padding-bottom: 15px;
                }

            .minified #left-panel nav ul ul li a {
                padding-left: 14px;
            }

            .minified #left-panel nav ul > li > a {
                padding: 10px 11px;
                display: block;
            }

            .minified #left-panel nav > ul > li > ul {
                display: none !important;
                position: absolute;
                left: 40px;
                width: 200px;
                z-index: 5;
                min-height: 170px;
                background: #3a2069;
                margin-top: -3px;
            }

    .minified span.minifyme span.glyphicon:before {
        content: "\e131";
    }

    .privacyPolicy-body p {
        margin-bottom: 20px;
    }

    .section-subtitle {
        color: #4c3c8f;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .section-subtitle h3 {
            margin: 0;
        }

    .captchaContainer {
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .captchaContainer {
            margin-bottom: 15px;
        }
    }

    .captchaimage {
        background: url(../images/captcha-bg.gif) top left;
    }

    .login-form .list-styled li::before {
        color: #fff;
    }

    .mob-app-adv-area {
        background: url(../images/mob-app-adv.jpg) no-repeat;
        background-position: 96% 18px;
    }

    .contactDetailsList li {
        border-bottom: 1px solid #e1e2ec;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    @media (min-width: 768px) {
        .contactDetailsList li address {
            margin-bottom: 0;
        }

            .contactDetailsList li address h5 {
                margin-top: 0;
            }
    }

    .ref-number-data li,
    .investorNameList li {
        word-break: break-all;
        line-height: 1.6;
    }

    .securitiesList,
    .transactionList {
        height: 200px;
        overflow: auto;
        padding: 0;
        border: 1px solid #c4c9d2;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
    }

    .transactionList {
        height: 300px;
        min-height: 300px;
    }

    .nav.list-group > li {
        padding: 0 10px;
    }

        .nav.list-group > li > label > i {
            top: 12px;
        }

        .nav.list-group > li > label {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .nav.list-group > li > label,
            .nav.list-group > li > label:first-child {
                margin-top: 0;
                margin-bottom: 0;
            }

        .nav.list-group > li:hover {
            background-color: #f5f5f5;
        }

    .elementList .posAbsl {
        top: 6px;
        right: -30px;
    }

    .panelRemove {
        top: 0;
        bottom: 0;
        right: 0;
        padding: 15px;
    }

    .taxRescountryRemove {
        border-left: 1px solid #c4c9d2;
        border-bottom: 1px solid #c4c9d2;
        padding: 3px;
        background: #f3f5fc;
    }

        .taxRescountryRemove.posAbsl {
            top: 0;
        }

        .taxRescountryRemove svg {
            width: 20px;
            height: 20px;
        }

        .taxRescountryRemove:hover {
            border-left: 1px solid #c4c9d2;
            border-bottom: 1px solid #c4c9d2;
            background: #f3f5fc;
        }

    .numberList {
        counter-reset: listCounter;
        list-style: none;
        padding: 0;
    }

    @media (max-width: 767px) {
        .numberList {
            margin-left: -8px;
            margin-right: -8px;
        }
    }

    @media (max-width: 991px) {
        .numberList {
            padding-left: 8px;
            padding-right: 8px;
        }
    }

    .numberList > li {
        counter-increment: listCounter;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9dfed;
        padding-left: 54px;
    }

        .numberList > li:last-child {
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    @media (max-width: 991px) {
        .numberList > li {
            padding-left: 0;
        }
    }

    @media (max-width: 767px) {
        .numberList > li {
            margin-bottom: 17.142px;
            padding-bottom: 17.142px;
        }
    }

    .numberList > li:before {
        content: counter(listCounter);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 500px;
        color: #4c3c8f;
        border: 2px solid #4c3c8f;
        padding: 8px 12px;
        font-size: 19.3844px;
        line-height: 1;
    }

    @media (max-width: 991px) {
        .numberList > li:before {
            left: 0;
        }
    }

    @media (max-width: 767px) {
        .numberList > li:before {
            width: 24px;
            height: 24px;
            font-size: 16.1532px;
            padding: 2px 0;
            text-align: center;
            left: 0;
        }
    }

    .numberList > li > div.listTitle {
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .numberList > li > div.listTitle > h3 {
            margin-top: 0;
        }

    @media (max-width: 991px) {
        .numberList > li > div.listTitle {
            margin-left: 48px;
            margin-right: 16px;
        }
    }

    @media (max-width: 767px) {
        .numberList > li > div.listTitle {
            padding-top: 2px;
            margin-left: 32px;
            margin-right: 16px;
        }
    }

    @media (max-width: 599px) {
        .text-center-mobxs {
            text-align: center;
        }
    }

    .linked-investors-list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e1e2ec;
    }

        .linked-investors-list li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0;
        }

    .helpButtonLink {
        position: absolute;
        top: 14%;
        right: 0;
        width: 70px;
        height: 70px;
        background-color: #209ecf;
    }

        .helpButtonLink .helpBtn {
            color: #fff;
        }

    .fullscreen-overlay-container {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10006;
    }

    .fullscreen-overlay {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
        position: absolute;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        top: 50%;
        height: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    @media (min-width: 62em) {
        .video-container iframe {
            top: 20%;
            left: 20%;
            width: 60%;
            height: 60%;
        }
    }

    @media (max-width: 767px) {
        body.mobile-detected,
        body.desktop-detected {
            padding-top: 88px;
            overflow-x: hidden;
            margin-bottom: 140px;
        }

        #main {
            margin-left: 0;
        }

        .login-info {
            padding: 20px;
            display: block;
            font-size: 14px;
            color: #fff;
            width: 100%;
            margin: 0 !important;
        }

            .login-info h2 {
                color: #fff;
            }

        .mob-padding-15px {
            padding: 15px !important;
        }

        .mob-padding-20px {
            padding: 20px !important;
        }

        .mob-margin-bot0 {
            margin-bottom: 0 !important;
        }

        .mob-padding-bot0 {
            padding-bottom: 0 !important;
        }

        .text-left-mob {
            text-align: left;
        }

        .text-right-mob {
            text-align: right;
        }

        .text-center-mob {
            text-align: center;
        }

        .footer {
            padding-top: 15px;
            padding-bottom: 10px;
            height: 140px;
        }

        .footerLogo {
            float: none;
            margin: 0;
            margin-bottom: 15px;
        }

        .footerNav p {
            text-align: center;
            line-height: 1.42857143;
            margin: 0;
        }

        .footer p span.copy,
        .footer p span.abnNo {
            display: block;
            text-align: center;
            padding-right: 0;
            padding-bottom: 5px;
        }

        .footer #toTop {
            bottom: 0;
            top: 52px;
            right: 0px;
        }

        .footerNav p span.abnNo,
        .footerNav p span.abnNo + a {
            border: none;
        }
        /* Hamburger-Cross */
        .hamburger {
            position: fixed;
            top: 0;
            z-index: 9999;
            display: block;
            width: 22px;
            height: 22px;
            margin-left: 15px;
            background: transparent;
            border: none;
            right: 0;
        }

            .hamburger.is-open {
                z-index: 99999999;
                top: 15px;
                width: 20px;
                height: 20px;
                right: 15px;
                background-color: #250858;
                padding: 10px;
                margin: 0;
            }

            .hamburger:hover,
            .hamburger:focus,
            .hamburger:active {
                outline: none;
                background-color: #250858;
            }

            .hamburger.is-closed {
                background-color: transparent !important;
                padding: 9px 15px;
            }

                .hamburger.is-closed:before {
                    content: "";
                    display: block;
                    width: 100px;
                    font-size: 14px;
                    color: #fff;
                    line-height: 32px;
                    text-align: center;
                    opacity: 0;
                    -webkit-transform: translate3d(0, 0, 0);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: translate3d(0, 0, 0);
                    -moz-transform: all 0.35s ease-in-out;
                    transform: translate3d(0, 0, 0);
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover:before {
                    opacity: 1;
                    display: block;
                    -webkit-transform: translate3d(-100px, 0, 0);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: translate3d(-100px, 0, 0);
                    -moz-transform: all 0.35s ease-in-out;
                    transform: translate3d(-100px, 0, 0);
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed .hamb-top,
                .hamburger.is-closed .hamb-middle,
                .hamburger.is-closed .hamb-bottom,
                .hamburger.is-open .hamb-top,
                .hamburger.is-open .hamb-middle,
                .hamburger.is-open .hamb-bottom {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    height: 3px;
                    width: 100%;
                }

                .hamburger.is-closed .hamb-top,
                .hamburger.is-closed .hamb-middle,
                .hamburger.is-closed .hamb-bottom {
                    background-color: #250858;
                }

                .hamburger.is-closed .hamb-top {
                    top: 2px;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed .hamb-middle {
                    top: 50%;
                    margin-top: -2px;
                }

                .hamburger.is-closed .hamb-bottom {
                    bottom: 3px;
                    -webkit-transition: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover .hamb-top {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover .hamb-bottom {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-middle,
            .hamburger.is-open .hamb-bottom {
                background-color: #fff;
            }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-bottom {
                top: 50%;
                margin-top: -2px;
            }

            .hamburger.is-open .hamb-top {
                -webkit-transform: rotate(45deg);
                -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                -moz-transform: rotate(45deg);
                -moz-transform: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                transform: rotate(45deg);
                transform: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            }

            .hamburger.is-open .hamb-middle {
                display: none;
            }

            .hamburger.is-open .hamb-bottom {
                -webkit-transform: rotate(-45deg);
                -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                -moz-transform: rotate(-45deg);
                -moz-transform: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                transform: rotate(-45deg);
                transform: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            }

            .hamburger.is-open:before {
                content: "";
                display: block;
                width: 100px;
                font-size: 14px;
                color: #fff;
                line-height: 32px;
                text-align: center;
                opacity: 0;
                -webkit-transform: translate3d(0, 0, 0);
                -webkit-transition: all 0.35s ease-in-out;
                transform: translate3d(0, 0, 0);
                transition: all 0.35s ease-in-out;
            }

            .hamburger.is-open:hover:before {
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(-100px, 0, 0);
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transform: translate3d(-100px, 0, 0);
                -moz-transform: all 0.35s ease-in-out;
                transform: translate3d(-100px, 0, 0);
                transform: all 0.35s ease-in-out;
            }

        .overlay {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9998;
        }

        .alert button.close {
            position: absolute;
            top: 5px;
            right: 10px;
            z-index: 999;
        }

        .notification.carousel button.delete {
            top: -10px;
            right: -5px;
        }

        .notification.carousel .carousel-inner {
            overflow: visible;
        }

        .accoTermsofUse .termsUseContent .minHeight-500px > div {
            padding: 15px !important;
        }

        body.mobile-detected {
            overflow-x: hidden;
        }

        body.desktop-detected {
            overflow-x: hidden;
        }
    }

    @media (max-width: 991px) {
        body.mobile-detected {
            overflow-x: hidden;
        }

        body.desktop-detected {
            overflow-x: hidden;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .text-left-ipad {
            text-align: left;
        }

        .text-right-ipad {
            text-align: right;
        }

        .text-center-ipad {
            text-align: center;
        }

        body.mobile-detected,
        body {
            padding-top: 80px;
            overflow-x: hidden;
            margin-bottom: 140px;
        }

            body.desktop-detected,
            body {
                padding-top: 80px;
                overflow-x: hidden;
                margin-bottom: 140px;
            }

        #main {
            margin-left: 0;
        }

        .login-info {
            padding: 20px;
            display: block;
            font-size: 14px;
            color: #fff;
            width: 100%;
            margin: 0 !important;
        }

            .login-info h2 {
                color: #fff;
            }

        .footer {
            padding-top: 10px;
            padding-bottom: 10px;
            height: 126px;
        }

        .footerLogo {
            float: none;
            margin: 0;
            margin-bottom: 8px;
        }

        .footerNav p {
            text-align: center;
            line-height: 1.42857143;
            margin: 0;
        }

        .footer p span.copy,
        .footer p span.abnNo {
            display: block;
            text-align: center;
        }

        .footer #toTop {
            bottom: 0;
            top: -52px;
            right: 15px;
        }

        .footerNav p span.abnNo,
        .footerNav p span.abnNo + a {
            border: none;
        }

        .hamburger {
            position: fixed;
            top: 0;
            z-index: 9999;
            display: block;
            width: 22px;
            height: 22px;
            margin-left: 15px;
            background: transparent;
            border: none;
            right: 0;
        }

            .hamburger.is-open {
                z-index: 99999999;
                top: 10px;
                width: 20px;
                height: 20px;
                right: 6px;
                background-color: #250858;
                padding: 18px;
                margin: 0;
            }

            .hamburger:hover,
            .hamburger:focus,
            .hamburger:active {
                outline: none;
                background-color: #250858;
            }

            .hamburger.is-closed {
                background-color: transparent !important;
                padding: 9px 20px;
            }

                .hamburger.is-closed:before {
                    content: "";
                    display: block;
                    width: 100px;
                    font-size: 14px;
                    color: #fff;
                    line-height: 32px;
                    text-align: center;
                    opacity: 0;
                    -webkit-transform: translate3d(0, 0, 0);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: translate3d(0, 0, 0);
                    -moz-transform: all 0.35s ease-in-out;
                    transform: translate3d(0, 0, 0);
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover:before {
                    opacity: 1;
                    display: block;
                    -webkit-transform: translate3d(-100px, 0, 0);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: translate3d(-100px, 0, 0);
                    -moz-transform: all 0.35s ease-in-out;
                    transform: translate3d(-100px, 0, 0);
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed .hamb-top,
                .hamburger.is-closed .hamb-middle,
                .hamburger.is-closed .hamb-bottom,
                .hamburger.is-open .hamb-top,
                .hamburger.is-open .hamb-middle,
                .hamburger.is-open .hamb-bottom {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    height: 3px;
                    width: 65%;
                }

                .hamburger.is-closed .hamb-top,
                .hamburger.is-closed .hamb-middle,
                .hamburger.is-closed .hamb-bottom {
                    background-color: #250858;
                }

                .hamburger.is-closed .hamb-top {
                    top: 2px;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed .hamb-middle {
                    top: 50%;
                    margin-top: -2px;
                }

                .hamburger.is-closed .hamb-bottom {
                    bottom: 3px;
                    -webkit-transition: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover .hamb-top {
                    -webkit-transition: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

                .hamburger.is-closed:hover .hamb-bottom {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transform: all 0.35s ease-in-out;
                    transform: all 0.35s ease-in-out;
                }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-middle,
            .hamburger.is-open .hamb-bottom {
                background-color: #fff;
            }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-bottom {
                top: 50%;
                margin-top: -2px;
            }

            .hamburger.is-open .hamb-top {
                -webkit-transform: rotate(45deg);
                -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                -moz-transform: rotate(45deg);
                -moz-transform: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                transform: rotate(45deg);
                transform: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            }

            .hamburger.is-open .hamb-middle {
                display: none;
            }

            .hamburger.is-open .hamb-bottom {
                -webkit-transform: rotate(-45deg);
                -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                -moz-transform: rotate(-45deg);
                -moz-transform: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
                transform: rotate(-45deg);
                transform: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            }

            .hamburger.is-open:before {
                content: "";
                display: block;
                width: 100px;
                font-size: 14px;
                color: #fff;
                line-height: 32px;
                text-align: center;
                opacity: 0;
                -webkit-transform: translate3d(0, 0, 0);
                -webkit-transition: all 0.35s ease-in-out;
                transform: translate3d(0, 0, 0);
                transition: all 0.35s ease-in-out;
            }

            .hamburger.is-open:hover:before {
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(-100px, 0, 0);
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transform: translate3d(-100px, 0, 0);
                -moz-transform: all 0.35s ease-in-out;
                transform: translate3d(-100px, 0, 0);
                transform: all 0.35s ease-in-out;
            }

        .overlay {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9998;
        }

        #left-panel {
            position: fixed;
        }
    }

    .hidden-menu #left-panel {
        right: -280px;
        left: auto;
        top: 0;
        z-index: 9999;
        overflow: auto;
        bottom: 0;
    }

    .hidden-menu .minifyme,
    .minified #hide-menu {
        display: none;
    }

    @media (max-width: 991px) {
        #left-panel {
            right: -280px;
            left: auto;
            top: 0;
            z-index: 9999;
        }

        .hidden-menu #left-panel {
            right: 0;
            left: auto;
            top: 0;
            z-index: 9999;
        }
    }

    @media only screen and (max-width: 679px) and (min-width: 0) {
        #left-panel {
            right: -280px;
            left: auto;
            top: 0;
            z-index: 9999;
        }

        .hidden-menu #left-panel {
            right: 0;
            left: auto;
            top: 0;
            z-index: 9999;
        }
    }

    @media only screen and (max-width: 479px) and (min-width: 320px) {
        .hidden-menu {
            overflow-x: hidden;
        }

        #left-panel {
            right: -280px;
            left: auto;
            top: 0;
            z-index: 1051;
            position: fixed;
        }

        .hidden-menu #left-panel {
            right: 0;
            left: auto;
            top: 0;
            z-index: 9999;
            position: absolute;
        }
    }

    #content {
        padding: 15px 30px 10px;
        position: relative;
        left: 0;
    }

        #content .alert {
            border: 0;
        }

    @media (max-width: 767px) {
        #content .alert {
            padding: 15px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 767px) {
        #content {
            padding: 0;
            background-color: #fff;
        }
    }

    .widget {
        margin: 0 0 30px;
        position: relative;
        padding: 0;
    }

        .widget > div {
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
            -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        }

        .widget > div {
            width: 100%;
            position: relative;
            margin: 0;
            padding: 30px;
            overflow: visible;
        }

    @media (max-width: 767px) {
        .widget > div {
            padding: 15px;
            box-shadow: none;
        }
    }

    .widget.widget-color-blue > div {
        background-color: #209ecf;
        color: #fff;
        box-shadow: none;
    }

        .widget.widget-color-blue > div .h1 {
            font-size: 36px;
            margin-top: 15px;
            margin-bottom: 5px;
            color: #fff;
        }

    @media (min-width: 768px) {
        .widget.searchAreaMob .searchAccordion .collapse,
        .widget.searchResultsMob .searchAccordion .collapse {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .widget.searchAreaMob,
        .widget.searchResultsMob {
            margin: 0;
        }

            .widget.searchAreaMob > div,
            .widget.searchResultsMob > div {
                padding: 0;
            }

            .widget.searchAreaMob .resultHeader,
            .widget.searchResultsMob .resultHeader {
                padding: 15px;
            }
    }

    @media (max-width: 767px) {
        .widget.widget-primary {
            margin-bottom: 15px;
        }

            .widget.widget-primary > div {
                background-color: #3a2069;
                color: #fff;
                box-shadow: none;
            }

                .widget.widget-primary > div .h1 {
                    font-size: 36px;
                    margin-top: 15px;
                    margin-bottom: 5px;
                    color: #fff;
                }

                .widget.widget-primary > div h3 {
                    color: #fff;
                    font-weight: 400;
                }

            .widget.widget-primary .gray-dark-text {
                color: #fff !important;
            }
    }

    @media (max-width: 767px) {
        .loggedOutPage .widget > div {
            -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
            -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.19);
        }
    }

    .sectionFooter {
        background-color: #f3f5fc;
        padding: 30px;
    }

    @media (max-width: 767px) {
        .sectionFooter {
            padding: 15px;
        }
    }

    #ribbon {
        background-color: #250858;
        position: relative;
        z-index: 9;
    }

        #ribbon .accountSelector {
            color: #fff;
        }

            #ribbon .accountSelector label {
                margin: 0;
                padding: 14px 20px 14px 30px;
                background-color: #4c3c8f;
                color: #fff;
                font-size: 15.999998px;
                position: relative;
            }

                #ribbon .accountSelector label:after {
                    content: "";
                    top: 0;
                    right: -10px;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 26px solid transparent;
                    border-left: 10px solid #4c3c8f;
                    border-bottom: 25px solid transparent;
                }

    @media (min-width: 768px) {
        #ribbon .accountSelector label {
            width: auto;
        }
    }

    @media (max-width: 767px) {
        #ribbon .accountSelector label {
            font-size: 14px;
            padding: 10px 15px;
        }

            #ribbon .accountSelector label:after {
                border-top: 21px solid transparent;
                border-left: 12px solid #4c3c8f;
                border-bottom: 19px solid transparent;
                right: -12px;
            }
    }

    @media (min-width: 768px) {
        #ribbon .accountSelector .bootstrap-select.btn-group .dropdown-toggle {
            width: auto;
        }
    }

    #ribbon .accountSelector .bootstrap-select.btn-group .dropdown-toggle {
        padding-right: 15px;
        border-radius: 0;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    @media (max-width: 767px) {
        #ribbon .accountSelector .bootstrap-select.btn-group .dropdown-toggle {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #ribbon
        .accountSelector
        .bootstrap-select.btn-group
        .btn-select-defaulttrsp.dropdown-toggle
        .filter-option {
            width: 220px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        #ribbon
        .accountSelector
        .bootstrap-select.btn-group
        .btn-select-defaulttrsp.dropdown-toggle
        .bs-caret {
            position: absolute;
            right: 5px;
            top: 10px;
            width: auto;
            height: auto;
        }
    }

    @media (max-width: 320px) {
        #ribbon
        .accountSelector
        .bootstrap-select.btn-group
        .btn-select-defaulttrsp.dropdown-toggle
        .filter-option {
            width: 175px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
    }

    #ribbon
    .accountSelector
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option,
    #ribbon
    .accountSelector
    .bootstrap-select.btn-group
    .btn-select-defaulttrsp.dropdown-toggle
    .bs-caret {
        color: #fff !important;
    }

    #ribbon
    .accountSelector
    .bootstrap-select.btn-group
    .btn-select-defaulttrsp.dropdown-toggle
    .bs-caret {
        margin-left: 5px;
    }

    .listContainer-fluid {
        position: relative;
    }

        .listContainer-fluid .bs-container {
            width: 100% !important;
            left: 0 !important;
            top: -1px !important;
        }

            .listContainer-fluid .bs-container .dropdown-menu.inner {
                background-color: #3a2069;
                border: 0;
            }

                .listContainer-fluid .bs-container .dropdown-menu.inner li:first-child {
                    border-top: 0;
                }

                .listContainer-fluid .bs-container .dropdown-menu.inner li:last-child {
                    border-bottom: 0;
                }

                .listContainer-fluid .bs-container .dropdown-menu.inner li {
                    border-bottom: 1px solid #250858;
                }

                    .listContainer-fluid .bs-container .dropdown-menu.inner li a {
                        color: #fff;
                        background-color: #3a2069;
                        padding-top: 12px;
                        padding-bottom: 12px;
                    }

                        .listContainer-fluid .bs-container .dropdown-menu.inner li a:hover,
                        .listContainer-fluid .bs-container .dropdown-menu.inner li a:focus {
                            background-color: #3f2174;
                            outline: 0;
                        }

                    .listContainer-fluid .bs-container .dropdown-menu.inner li.active a,
                    .listContainer-fluid .bs-container .dropdown-menu.inner li.selected a {
                        background-color: #3f2174;
                    }

    .btn-groupTabs,
    .linkedInvestorsTab {
        width: 100%;
    }

        .btn-groupTabs .nav-tabs,
        .linkedInvestorsTab .nav-tabs {
            border: 1px solid #4c3c8f;
            margin-bottom: 15px;
        }

            .btn-groupTabs .nav-tabs > li,
            .linkedInvestorsTab .nav-tabs > li {
                margin-bottom: 0;
                float: none;
                width: 100%;
            }

                .btn-groupTabs .nav-tabs > li.active:after,
                .linkedInvestorsTab .nav-tabs > li.active:after {
                    content: "";
                    border-top: 10px dashed;
                    border-top: 10px solid #4c3c8f;
                    border-right: 10px solid transparent;
                    border-left: 10px solid transparent;
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 10px;
                    margin: 0 auto;
                    display: block;
                }

                .btn-groupTabs .nav-tabs > li.active > a,
                .linkedInvestorsTab .nav-tabs > li.active > a,
                .btn-groupTabs .nav-tabs > li.active > a:hover,
                .linkedInvestorsTab .nav-tabs > li.active > a:hover,
                .btn-groupTabs .nav-tabs > li.active > a:focus,
                .linkedInvestorsTab .nav-tabs > li.active > a:focus {
                    color: #fff;
                    background-color: #4c3c8f;
                    border: 1px solid #4c3c8f;
                    border-bottom-color: transparent;
                    cursor: default;
                }

                .btn-groupTabs .nav-tabs > li > a,
                .linkedInvestorsTab .nav-tabs > li > a,
                .btn-groupTabs .nav-tabs > li > a:hover,
                .linkedInvestorsTab .nav-tabs > li > a:hover {
                    margin-right: 0;
                    line-height: 1.42857143;
                    border: 1px solid transparent;
                    border-radius: 0;
                    color: #4c3c8f;
                    font-weight: 700;
                    text-align: center;
                }

        .btn-groupTabs .tab-pane .panel-default-primary .panel-collapse > .panel-body,
        .linkedInvestorsTab
        .tab-pane
        .panel-default-primary
        .panel-collapse > .panel-body {
            background-color: #fff;
        }

        .btn-groupTabs .tab-pane .panel-default-primary .panel-heading,
        .linkedInvestorsTab .tab-pane .panel-default-primary .panel-heading {
            background-color: #3a2069;
            border: 1px solid #3a2069;
            color: #4c3c8f;
        }

            .btn-groupTabs .tab-pane .panel-default-primary .panel-heading.collapsed,
            .linkedInvestorsTab .tab-pane .panel-default-primary .panel-heading.collapsed {
                background-color: #f3f5fc;
                border: 1px solid #d9dfed;
            }

            .btn-groupTabs .tab-pane .panel-default-primary .panel-heading .action,
            .linkedInvestorsTab .tab-pane .panel-default-primary .panel-heading .action {
                padding: 15px;
                border-left: 1px solid #9e95b6;
                display: block;
            }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading
                .action.panelRemove,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading
                .action.panelRemove {
                    cursor: pointer;
                }

            .btn-groupTabs
            .tab-pane
            .panel-default-primary
            .panel-heading.collapsed
            .action,
            .linkedInvestorsTab
            .tab-pane
            .panel-default-primary
            .panel-heading.collapsed
            .action {
                border-left: 1px solid #d9dfed;
            }

            .btn-groupTabs .tab-pane .panel-default-primary .panel-heading .title,
            .linkedInvestorsTab .tab-pane .panel-default-primary .panel-heading .title {
                padding: 15px;
                color: #fff;
            }

                .btn-groupTabs .tab-pane .panel-default-primary .panel-heading .title h3,
                .linkedInvestorsTab .tab-pane .panel-default-primary .panel-heading .title h3 {
                    color: #fff;
                }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading
                .title
                svg.portfolioview-userIcon
                .st0,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading
                .title
                svg.portfolioview-userIcon
                .st0 {
                    fill: #fff;
                }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading
                .title
                svg.portfolioview-userIcon
                .st1,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading
                .title
                svg.portfolioview-userIcon
                .st1 {
                    fill: none;
                    stroke: #fff;
                    stroke-width: 1.2;
                    stroke-miterlimit: 10;
                }

            .btn-groupTabs .tab-pane .panel-default-primary .panel-heading.collapsed .title,
            .linkedInvestorsTab
            .tab-pane
            .panel-default-primary
            .panel-heading.collapsed
            .title {
                color: #4c3c8f;
            }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                h3,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                h3 {
                    color: #4c3c8f;
                }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                svg.portfolioview-userIcon
                .st0,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                svg.portfolioview-userIcon
                .st0 {
                    fill: #4c3c8f;
                }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                svg.portfolioview-userIcon
                .st1,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                svg.portfolioview-userIcon
                .st1 {
                    fill: none;
                    stroke: #4c3c8f;
                    stroke-width: 1.2;
                    stroke-miterlimit: 10;
                }

                .btn-groupTabs
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                span.holdingCount,
                .linkedInvestorsTab
                .tab-pane
                .panel-default-primary
                .panel-heading.collapsed
                .title
                span.holdingCount {
                    color: #121113;
                }

    #linkedInvestors_accordion .title.showHide {
        width: 80px;
        font-size: 14px;
        text-align: center;
        font-family: "Lato", Arial, sans-serif;
    }

        #linkedInvestors_accordion .title.showHide:before {
            content: "Show ";
        }

        #linkedInvestors_accordion .title.showHide:after {
            content: "\e252";
            font-family: "Glyphicons Halflings";
            font-size: 8px;
            display: inline-block;
            vertical-align: middle;
        }

        #linkedInvestors_accordion .title.showHide:not(.collapsed):before {
            content: "Hide ";
        }

        #linkedInvestors_accordion .title.showHide:not(.collapsed):after {
            content: "\e253";
            font-family: "Glyphicons Halflings";
            font-size: 8px;
            display: inline-block;
            vertical-align: middle;
        }

    @media (max-width: 599px) {
        #linkedInvestors_accordion .title.showHide {
            width: 50px;
        }

            #linkedInvestors_accordion .title.showHide:before {
                content: "";
            }

            #linkedInvestors_accordion .title.showHide:not(.collapsed):before {
                content: "";
            }

            #linkedInvestors_accordion .title.showHide:after {
                content: "\e252";
                font-family: "Glyphicons Halflings";
                font-size: 8px;
                display: inline-block;
                vertical-align: middle;
            }

            #linkedInvestors_accordion .title.showHide:not(.collapsed):after {
                content: "\e253";
                font-family: "Glyphicons Halflings";
                font-size: 8px;
                display: inline-block;
                vertical-align: middle;
            }
    }

    @media (max-width: 767px) {
        .loginArea {
            padding-bottom: 30px;
        }

            .loginArea .username {
                margin-bottom: -1px;
            }

                .loginArea .username input.form-control {
                    height: 42px;
                }

            .loginArea .password {
                margin-bottom: 20px;
            }

                .loginArea .password input.form-control {
                    height: 42px;
                }

            .loginArea .help-block {
                text-align: center;
                margin-top: 10px;
            }
    }

    @media (min-width: 768px) {
        .loginArea {
            padding: 30px;
        }

            .loginArea h2 {
                margin-top: 0;
            }

            .loginArea .help-block .btn-group {
                display: block;
            }

            .loginArea .help-block a {
                text-decoration: underline;
            }

            .loginArea .help-block .dropdown-menu > li > a,
            .loginArea
            .help-block
            .dropdown-menu
            .mCustomScrollBox > .mCSB_container > li > a {
                text-decoration: none;
            }

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

        .dashBaccDtl {
            margin-bottom: 30px;
        }

        .hidePlaceholderDesk.form-control::-webkit-input-placeholder {
            /* WebKit browsers */
            color: transparent;
        }

        .hidePlaceholderDesk.form-control:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: transparent;
        }

        .hidePlaceholderDesk.form-control::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: transparent;
        }

        .hidePlaceholderDesk.form-control :-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: transparent;
        }
    }
    /*
    Style Overrides
 */
    .input-daterange .input-group-addon {
        min-width: 65px;
    }

    .input-group.date input.form-control + .input-group-addon.calendar {
        height: auto;
    }

    .field-validation-error {
        color: #d43814 !important;
        font-weight: normal !important;
    }

    #content .validation-summary-errors ul li {
        color: red;
    }

    .typeahead__container {
        font: inherit;
    }

    .typeahead:hover,
    .typeahead:focus {
        border-color: #3f2174 !important;
    }

    .font16px_Bold {
        font-size: 16px;
        font-weight: bold;
    }

    .form-control.typeahead::-moz-placeholder {
        opacity: 2;
    }

    .form-control.typeahead:-ms-input-placeholder {
        opacity: 2;
    }

    .form-control.typeahead::-webkit-input-placeholder {
        opacity: 2;
    }

    .datepicker table tr td.active,
    .datepicker table tr td.active.highlighted {
        color: #fff;
        background-color: #4c3c8f;
        border: 1px solid #4c3c8f;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .panel-default-primary .panel-title > a.collapsed {
        padding: 15px;
        background-color: #3a2069;
        border: 0;
        color: #fff;
    }

    .captchaContainer {
        margin-bottom: 15px;
    }

    .captchaimage {
        height: 80px;
    }

    #img-supercaptcha {
        max-width: 200px;
    }

    @media (max-width: 767px) {
        #captchaRefresh a {
            padding: 5px 8px;
        }
    }

    .margin-top-2px {
        margin-top: -2px !important;
    }

    .error-message {
        color: #d23520;
    }

    .success-message {
        color: #5db95d;
    }

    @media (min-width: 768px) {
        .customAlert {
            top: 2%;
        }
    }

    @media (max-width: 767px) {
        .customAlert {
            top: 5%;
        }
    }

    @media (min-width: 992px) {
        .customAlert {
            top: 20%;
        }
    }

    @media (max-width: 910px) and (min-width: 750px) {
        .page-header {
            margin: 12px 0 15px;
        }
    }

    .word-break {
        word-break: break-word;
        -ms-word-break: break-all;
    }

    .modal-vertical-center {
        text-align: center;
        padding: 0 !important;
    }

        .modal-vertical-center:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

        .modal-vertical-center .modal-dialog {
            display: inline-block;
            text-align: left;
            vertical-align: middle;
        }

    .page-title em {
        font-style: inherit;
    }

    ul.custom-alphabet-list {
        list-style-type: none;
        counter-reset: item;
    }

        ul.custom-alphabet-list li {
            margin-bottom: 10px;
        }

            ul.custom-alphabet-list li:before {
                content: "(" counter(item, lower-alpha) ") ";
                counter-increment: item;
                padding-right: 5px;
            }

    ul.custom-roman-number-list {
        list-style-type: none;
        counter-reset: item;
    }

        ul.custom-roman-number-list li {
            margin-bottom: 10px;
        }

            ul.custom-roman-number-list li:before {
                content: "(" counter(item, lower-roman) ") ";
                counter-increment: item;
                padding-right: 5px;
            }