/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@font-face {
    font-family: 'DMSans';
    src: url("/dmsans.woff2");
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: DMSans !important;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

::selection{
	background-color: #8E91F6;
	color:white;
}

/*Main containers*/
#liquid_form, .container.common, .container.wrapper-body, #mainContent, #content_form{
	margin-top: 50px;
    flex:1;
}

iframe > html > body > #content-container{
    margin-top: -50px !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
}

.validation-summary a {
    color: white !important;
}

.dropdown-menu > li > a:hover,
.dropdown > a:hover{
    color: white !important;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .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: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href)")";
    }

    abbr[title]:after {
        content: " ("attr(title)")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        /*display: none;*/
        background-color: red !important;
    }



    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/glyphicons-halflings-regular.eot);
    src: url(/glyphicons-halflings-regular.eot?#iefix)format('embedded-opentype'), url(/glyphicons-halflings-regular.woff)format('woff'), url(/glyphicons-halflings-regular.ttf)format('truetype'), url(/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: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.carousel-control-prev-icon:before {
    content: "\e079";
}

.carousel-control-next-icon: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";
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #8350F6;
    text-decoration: none;
}

a:focus,
a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.fa-question-circle {
    color: #FF8261;
}

figure {
    margin: 0;
}

#logo {
    vertical-align: middle;
    height: 50px;
    width: 10%;
    margin-left: 0;
}

@media (max-width: 1199px) {
    #logo {
        width: inherit;
        margin-left: inherit;
    }
}

.img-fluid {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all all .2s ease-in-out ease-out;
    -moz-transition: all all .2s ease-in-out ease-out;
    -o-transition: all all .2s ease-in-out ease-out;
    transition: all all .2s ease-in-out ease-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.rounded-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #ccc;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.visually-hidden-focusable:active,
.visually-hidden-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:320px) and (max-width:991px) {

    .container:has(.jumbotron-fluid){
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        width:100.4% !important;
    }
}

@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: 0 !important;*/
    margin-right: 0 !important;
}

.row:has(.error-message){
    margin-left: 0 !important;
}



.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    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:768px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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:992px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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;
    }
}

@media (min-width:1200px) {

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

.slide-table > thead > tr > th{
    background-color: #27CC81 !important;
    border-bottom: 0.5px solid white !important;
    opacity: 0.7 !important;
    font-weight: normal !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
    font-weight: normal;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #fff;
}

.table .table {
    background-color: #f9f9f9;
}

.table-sm>tbody>tr>td,
.table-sm>tbody>tr>th,
.table-sm>tfoot>tr>td,
.table-sm>tfoot>tr>th,
.table-sm>thead>tr>td,
.table-sm>thead>tr>th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #fff;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #fff;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F5F5F5;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #e2dbdb;
}

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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #e2dbdb;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #d6cdcd;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #fff;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: inherit;
    color: #555;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*  
    all 
    <p></p>
    and
    <ul>
        <li></li>
    </ul>
    used in ADX Metadatas are contained in a legend and displayed with the same font size of other field labels, 
    otherwise the text is displayed inheriting (size 15px) 
*/
legend p,
legend ul,
legend ul li,
legend ol,
legend ol li {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
}

.form-control,
.ninja-forms-form-wrap .list-dropdown-wrap .ninja-forms-field,
.ninja-forms-form-wrap .text-wrap .ninja-forms-field,
.ninja-forms-form-wrap .textarea-wrap textarea {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}

.form-control.lookup, .query.form-control{
    background-color: transparent !important;
    border: 1px solid #949494;
    width: 98% !important;
    border-radius: 42px !important;
    }

.clearlookupfield, .launchentitylookup, .btn-hg{
    background-color: transparent !important;
    color: black !important;
    border: 0.5px solid #B5B5B5 !important;
}

input:hover{
    cursor: pointer;
}

.form-control:focus {
    border-color: #27CC81;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #27CC81;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #27CC81;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #27CC81;
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    padding-left:10px !important;
    cursor: not-allowed;
    background-color: #F5F5F5;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 32px;
    line-height: 1.42857143 \0;
}

input[type=date].form-control-sm,
input[type=time].form-control-sm,
input[type=datetime-local].form-control-sm,
input[type=month].form-control-sm {
    line-height: 30px;
}

input[type=date].form-control-lg,
input[type=time].form-control-lg,
input[type=datetime-local].form-control-lg,
input[type=month].form-control-lg {
    line-height: 45px;
}

.row {
    margin-bottom: 15px;
}

.form-check,
.form-check {
    position: relative;
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-check label,
.form-check label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-check input[type=checkbox],
.form-check-inline input[type=checkbox],
.form-check input[type=radio],
.form-check-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.form-check+.form-check,
.form-check+.form-check {
    margin-top: -5px;
}

.form-check-inline,
.form-check-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.form-check-inline+.form-check-inline,
.form-check-inline+.form-check-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed;
}

.form-check-inline.disabled,
.form-check-inline.disabled,
fieldset[disabled] .form-check-inline,
fieldset[disabled] .form-check-inline {
    cursor: not-allowed;
}

.form-check.disabled label,
.form-check.disabled label,
fieldset[disabled] .form-check label,
fieldset[disabled] .form-check label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}

.form-horizontal .form-control-sm .form-control,
.form-control-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-control-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].form-control-sm,
textarea.form-control-sm {
    height: auto;
}

.form-horizontal .form-control-lg .form-control,
.form-control-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.form-control-lg {
    height: 45px;
    line-height: 45px;
}

select[multiple].form-control-lg,
textarea.form-control-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 40px;
}

.form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.form-control-lg+.form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.form-control-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-check,
.has-success .form-check-inline,
.has-success .col-form-label,
.has-success .help-block,
.has-success .form-check,
.has-success .form-check-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-text {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .form-check,
.has-warning .form-check-inline,
.has-warning .col-form-label,
.has-warning .help-block,
.has-warning .form-check,
.has-warning .form-check-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-text {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .form-check,
.has-error .form-check-inline,
.has-error .col-form-label,
.has-error .help-block,
.has-error .form-check,
.has-error .form-check-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-text {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.visually-hidden~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595;
}

@media (min-width:768px) {
    .form-inline .row {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-text,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .col-form-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check,
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check label,
    .form-inline .form-check label {
        padding-left: 0;
    }

    .form-inline .form-check input[type=checkbox],
    .form-inline .form-check input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .form-check,
.form-horizontal .form-check-inline,
.form-horizontal .form-check,
.form-horizontal .form-check-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-check,
.form-horizontal .form-check {
    min-height: 25px;
}

.form-horizontal .row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .form-horizontal .col-form-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-control-lg .col-form-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-control-sm .col-form-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 42px !important;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-color: #8350F6 !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-default
{
    color: #fff;
    background: #707070 0% 0% no-repeat padding-box;
    border-radius: 42px !important;
}

.modal-dialog .toggle-related-filter.btn-default.active{
    color: #fff;
    background: #707070 0% 0% no-repeat padding-box;
    border-radius: 42px !important;
	border: 0;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default.active:hover,
.btn-default.active:active,
.btn-default.active:focus,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff !important; 
    background-color: #707070 !important;
    border-color: #707070;
    cursor: pointer;
    opacity: 0.7;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #555;
    border-color: #494949;
}

.btn-default .badge {
    color: #555;
    background-color: #fff;
}

.btn-primary {
    background: #FF8261 0% 0% no-repeat padding-box;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #FF8261;
    border-color: #FF8261;
    cursor: pointer;
    opacity: 0.7;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #FF8261;
    border-color: #FF8261;
}

.btn-primary .badge {
    color: #FF8261;
    background-color: #fff;
}

.div-request-access {
    float: right;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-request-access {
    float: right;
    color: #fff;
    background-color: #FF8261;
    border-color: #FF8261;
}

/*.btn-success {
    color: #fff;
    background-color: #b20215;
    border-color: #990212;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #80010f;
        border-color: #5c010b;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #b20215;
        border-color: #990212;
    }

    .btn-success .badge {
        color: #b20215;
        background-color: #fff;
    }*/

.btn.btn-info.float-end.action{
      background: #ff8261 0% 0% no-repeat padding-box !important;
}
.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: white;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #27CC81 !important;
    border-color: white !important;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #b20215;
    border-color: #990212;
}

.btn-info .badge {
    color: #b20215;
    background-color: #fff;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #80010f;
    border-color: #5c010b;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    cursor: pointer;
    opacity: 0.7;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #b20215;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #66010c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    /*-webkit-transition: opacity .15s linear;*/
    /*-o-transition: opacity .15s linear;*/
    /*transition: opacity .15s linear;*/
    -webkit-transition: all opacity .15s linear ease-out;
    -moz-transition: all opacity .15s linear ease-out;
    -o-transition: all opacity .15s linear ease-out;
    transition: all opacity .15s linear ease-out;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
    -webkit-transition: all height .35s ease ease-out;
    -moz-transition: all height .35s ease ease-out;
    -o-transition: all height .35s ease ease-out;
    transition: all height .35s ease ease-out;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-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: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.d-flex.w-100 {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.d-flex.w-100>.btn,
.d-flex.w-100>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.d-flex.w-100>.btn-group .btn {
    width: 100%;
}

.d-flex.w-100>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    position: absolute;
    z-index: -1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.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-lg>.form-control,
.input-group-lg>.input-group-text,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-text,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-text,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-text,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-text,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-text,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-text,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-text,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group .form-control,
.input-group-text,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-text:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-text,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-text {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-text.form-control-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-text.form-control-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-text: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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-text:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-text:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-text: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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 10px !important;
    line-height: 1.42857143;
    text-decoration: none;
    color: #FF603F;
    border-radius: 30px;
    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-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #66010c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #FF603F !important;
    border-color: #FF603F;
    cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.alert,
.ninja-forms-form-wrap .ninja-forms-error-msg {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;

}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .btn-close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #ddd;
    border-color: #fff;
    color: #777;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    border-radius: 10px;
    background-color: #8E91F6;
    border-color: #8E91F6;
    color: #fff;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #ddd;
    border-color: #fff;
    color: #777;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger,
.ninja-forms-form-wrap .ninja-forms-error-msg {
    background-color: #FF8261 !important;
    border-color: #FF8261;
    color: #fff;
    border-radius: 20px;
    opacity: 0.8;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #fff;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .row:after,
.form-horizontal .row:before,
.ninja-forms-form-wrap:after,
.ninja-forms-form-wrap:before,
.card-body:after,
.card-body:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .row:after,
.ninja-forms-form-wrap:after,
.card-body:after,
.row:after {
    clear: both;
}

.mx-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 20px;
}

.modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#header .simple-menu,
.float-end {
    float: right !important;
}

@media(max-width: 767px) {
    .float-end:has(.show) {
        right: 50%;
    }
}

.float-start {
    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;
}

.d-none {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {

    #footer .menu,
    #header .menu,
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px)and (max-width:991px) {

    #footer .menu,
    #header .menu,
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {

    #header .simple-menu,
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {

    #header .simple-menu,
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-blockd-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-blockd-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 900;
    line-height: 1.1;
    color: #7a7a7d;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #7a7a7d;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #6d6d70;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 40px 0 18px 0;
}

.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,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 18px;
}

.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: 27px;
}

.h2,
h2 {
    font-size: 22px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 17px;
}

.h5,
h5 {
    font-size: 13px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 18px;
}

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px;
    }
}

.small,
small {
    font-size: 92%;
}

cite {
    font-style: normal;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-start {
    text-align: left;
    margin: 0;
}

.text-end {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #8350F6;
}

a.text-primary:hover {
    color: #8E91F6;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #fff;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #b20215;
}

a.bg-primary:hover {
    background-color: #80010f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 9px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dd,
dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 18px;
    margin: 0 0 18px;
    font-size: 13px;
    border-left: 5px solid #eee;
    background: #FFF;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.float-end {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.float-end .small:before,
blockquote.float-end footer:before,
blockquote.float-end small:before {
    content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.float-end .small:after,
blockquote.float-end footer:after,
blockquote.float-end small:after {
    content: '\00A0 \2014';
}

blockquote:after,
blockquote:before {
    content: "";
}

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857143;
}

.card {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
}

.card-body {
    padding: 15px;
}

.card-header {
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.card-header>.dropdown .dropdown-toggle {
    color: inherit;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.card-title>a {
    color: inherit;
}

.card-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.card>.list-group {
    margin-bottom: 0;
}

.card>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.card-header+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.card-footer {
    border-top-width: 0;
}

.card>.panel-collapse>.table,
.card>.table,
.card>.table-responsive>.table {
    margin-bottom: 0;
}

.card>.table-responsive:first-child>.table:first-child,
.card>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.card>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.card>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.card>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.card>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.card>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.card>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.card>.table:first-child>thead:first-child>tr:first-child td:first-child,
.card>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.card>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.card>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.card>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.card>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.card>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.card>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.card>.table:first-child>thead:first-child>tr:first-child td:last-child,
.card>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.card>.table-responsive:last-child>.table:last-child,
.card>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.card>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.card>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.card>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.card>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.card>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.card>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.card>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.card>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.card>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.card>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.card>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.card>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.card>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.card>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.card>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.card>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.card>.card-body+.table,
.card>.card-body+.table-responsive {
    border-top: 1px solid #fff;
}

.card>.table>tbody:first-child>tr:first-child td,
.card>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.card>.table-bordered,
.card>.table-responsive>.table-bordered {
    border: 0;
}

.card>.table-bordered>tbody>tr>td:first-child,
.card>.table-bordered>tbody>tr>th:first-child,
.card>.table-bordered>tfoot>tr>td:first-child,
.card>.table-bordered>tfoot>tr>th:first-child,
.card>.table-bordered>thead>tr>td:first-child,
.card>.table-bordered>thead>tr>th:first-child,
.card>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.card>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.card>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.card>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.card>.table-responsive>.table-bordered>thead>tr>td:first-child,
.card>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.card>.table-bordered>tbody>tr>td:last-child,
.card>.table-bordered>tbody>tr>th:last-child,
.card>.table-bordered>tfoot>tr>td:last-child,
.card>.table-bordered>tfoot>tr>th:last-child,
.card>.table-bordered>thead>tr>td:last-child,
.card>.table-bordered>thead>tr>th:last-child,
.card>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.card>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.card>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.card>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.card>.table-responsive>.table-bordered>thead>tr>td:last-child,
.card>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.card>.table-bordered>tbody>tr:first-child>td,
.card>.table-bordered>tbody>tr:first-child>th,
.card>.table-bordered>thead>tr:first-child>td,
.card>.table-bordered>thead>tr:first-child>th,
.card>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.card>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.card>.table-responsive>.table-bordered>thead>tr:first-child>td,
.card>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.card>.table-bordered>tbody>tr:last-child>td,
.card>.table-bordered>tbody>tr:last-child>th,
.card>.table-bordered>tfoot>tr:last-child>td,
.card>.table-bordered>tfoot>tr:last-child>th,
.card>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.card>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.card>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.card>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.card>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.    {
    margin-bottom: 18px;
}

.    .card {
    margin-bottom: 0;
    border-bottom: 0;
}

.    .card+.card {
    border-bottom: 0;
}

.    .card+.card:last-child {
    border-bottom: 1px solid #ddd;
}

.    .card-header {
    border-bottom: 0;
}

.    .card-header+.panel-collapse>.card-body {
    border-top: 1px solid #ddd;
}

.    .card-header a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #b20215;
    color: #FFF;
}

.    .card-header a.collapsed {
    color: #555;
    background: 0 0;
}

.    .card-header a.collapsed:hover {
    background: #e2dbdb;
}

.    .card-header a.collapsed .fa {
    color: #555 !important;
}

.    .card-header a .fa {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 14px;
}

.    .card-footer {
    border-top: 0;
}

.    .card-footer+.panel-collapse .card-body {
    border-bottom: 1px solid #ddd;
}

.card {
    border-color: #fff;
}

.card>.card-header {
    color: #333;
    background-color: #f5f1f1;
    border-color: #fff;
}

.card>.card-header+.panel-collapse>.card-body {
    border-top-color: #fff;
}

.card>.card-header .badge {
    color: #f5f1f1;
    background-color: #333;
}

.card>.card-footer+.panel-collapse>.card-body {
    border-bottom-color: #fff;
}

.card:nth-child(odd)>.card-header {
    background-color: #ede9e9;
	border-radius: 42px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    /*cursor: pointer;*/
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px)and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.ninja-forms-form-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.ninja-forms-form-wrap h2 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .ninja-forms-form-wrap h2 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .ninja-forms-form-wrap h2 {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .ninja-forms-form-wrap h2 {
        float: left;
        width: 100%;
    }
}

.ninja-forms-required-items {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .ninja-forms-required-items {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .ninja-forms-required-items {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .ninja-forms-required-items {
        float: left;
        width: 100%;
    }
}

.ninja-forms-response-msg.ninja-forms-error-msg {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .ninja-forms-response-msg.ninja-forms-error-msg {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .ninja-forms-response-msg.ninja-forms-error-msg {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .ninja-forms-response-msg.ninja-forms-error-msg {
        float: left;
        width: 100%;
    }
}

#ninja_forms_required_items.col-sm-1-wrap,
.field-wrap.col-sm-1-wrap {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-2-wrap,
.field-wrap.col-sm-2-wrap {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-3-wrap,
.field-wrap.col-sm-3-wrap {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-4-wrap,
.field-wrap.col-sm-4-wrap {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-5-wrap,
.field-wrap.col-sm-5-wrap {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-6-wrap,
.field-wrap.col-sm-6-wrap {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-7-wrap,
.field-wrap.col-sm-7-wrap {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-8-wrap,
.field-wrap.col-sm-8-wrap {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-9-wrap,
.field-wrap.col-sm-9-wrap {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-10-wrap,
.field-wrap.col-sm-10-wrap {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-11-wrap,
.field-wrap.col-sm-11-wrap {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-sm-12-wrap,
.field-wrap.col-sm-12-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#ninja_forms_required_items.col-md-1-wrap,
.field-wrap.col-md-1-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-1-wrap,
    .field-wrap.col-md-1-wrap {
        float: left;
        width: 8.33333333%;
    }
}

#ninja_forms_required_items.col-md-2-wrap,
.field-wrap.col-md-2-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-2-wrap,
    .field-wrap.col-md-2-wrap {
        float: left;
        width: 16.66666667%;
    }
}

#ninja_forms_required_items.col-md-3-wrap,
.field-wrap.col-md-3-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-3-wrap,
    .field-wrap.col-md-3-wrap {
        float: left;
        width: 25%;
    }
}

#ninja_forms_required_items.col-md-4-wrap,
.field-wrap.col-md-4-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-4-wrap,
    .field-wrap.col-md-4-wrap {
        float: left;
        width: 33.33333333%;
    }
}

#ninja_forms_required_items.col-md-5-wrap,
.field-wrap.col-md-5-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-5-wrap,
    .field-wrap.col-md-5-wrap {
        float: left;
        width: 41.66666667%;
    }
}

#ninja_forms_required_items.col-md-6-wrap,
.field-wrap.col-md-6-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-6-wrap,
    .field-wrap.col-md-6-wrap {
        float: left;
        width: 50%;
    }
}

#ninja_forms_required_items.col-md-7-wrap,
.field-wrap.col-md-7-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-7-wrap,
    .field-wrap.col-md-7-wrap {
        float: left;
        width: 58.33333333%;
    }
}

#ninja_forms_required_items.col-md-8-wrap,
.field-wrap.col-md-8-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-8-wrap,
    .field-wrap.col-md-8-wrap {
        float: left;
        width: 66.66666667%;
    }
}

#ninja_forms_required_items.col-md-9-wrap,
.field-wrap.col-md-9-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-9-wrap,
    .field-wrap.col-md-9-wrap {
        float: left;
        width: 75%;
    }
}

#ninja_forms_required_items.col-md-10-wrap,
.field-wrap.col-md-10-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-10-wrap,
    .field-wrap.col-md-10-wrap {
        float: left;
        width: 83.33333333%;
    }
}

#ninja_forms_required_items.col-md-11-wrap,
.field-wrap.col-md-11-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-11-wrap,
    .field-wrap.col-md-11-wrap {
        float: left;
        width: 91.66666667%;
    }
}

#ninja_forms_required_items.col-md-12-wrap,
.field-wrap.col-md-12-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {

    #ninja_forms_required_items.col-md-12-wrap,
    .field-wrap.col-md-12-wrap {
        float: left;
        width: 100%;
    }
}

#ninja_forms_required_items.col-lg-1-wrap,
.field-wrap.col-lg-1-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-1-wrap,
    .field-wrap.col-lg-1-wrap {
        float: left;
        width: 8.33333333%;
    }
}

#ninja_forms_required_items.col-lg-2-wrap,
.field-wrap.col-lg-2-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-2-wrap,
    .field-wrap.col-lg-2-wrap {
        float: left;
        width: 16.66666667%;
    }
}

#ninja_forms_required_items.col-lg-3-wrap,
.field-wrap.col-lg-3-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-3-wrap,
    .field-wrap.col-lg-3-wrap {
        float: left;
        width: 25%;
    }
}

#ninja_forms_required_items.col-lg-4-wrap,
.field-wrap.col-lg-4-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-4-wrap,
    .field-wrap.col-lg-4-wrap {
        float: left;
        width: 33.33333333%;
    }
}

#ninja_forms_required_items.col-lg-5-wrap,
.field-wrap.col-lg-5-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-5-wrap,
    .field-wrap.col-lg-5-wrap {
        float: left;
        width: 41.66666667%;
    }
}

#ninja_forms_required_items.col-lg-6-wrap,
.field-wrap.col-lg-6-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-6-wrap,
    .field-wrap.col-lg-6-wrap {
        float: left;
        width: 50%;
    }
}

#ninja_forms_required_items.col-lg-7-wrap,
.field-wrap.col-lg-7-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-7-wrap,
    .field-wrap.col-lg-7-wrap {
        float: left;
        width: 58.33333333%;
    }
}

#ninja_forms_required_items.col-lg-8-wrap,
.field-wrap.col-lg-8-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-8-wrap,
    .field-wrap.col-lg-8-wrap {
        float: left;
        width: 66.66666667%;
    }
}

#ninja_forms_required_items.col-lg-9-wrap,
.field-wrap.col-lg-9-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-9-wrap,
    .field-wrap.col-lg-9-wrap {
        float: left;
        width: 75%;
    }
}

#ninja_forms_required_items.col-lg-10-wrap,
.field-wrap.col-lg-10-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-10-wrap,
    .field-wrap.col-lg-10-wrap {
        float: left;
        width: 83.33333333%;
    }
}

#ninja_forms_required_items.col-lg-11-wrap,
.field-wrap.col-lg-11-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-11-wrap,
    .field-wrap.col-lg-11-wrap {
        float: left;
        width: 91.66666667%;
    }
}

#ninja_forms_required_items.col-lg-12-wrap,
.field-wrap.col-lg-12-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {

    #ninja_forms_required_items.col-lg-12-wrap,
    .field-wrap.col-lg-12-wrap {
        float: left;
        width: 100%;
    }
}

#ninja_forms_required_items.col-xl-1-wrap,
.field-wrap.col-xl-1-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-1-wrap,
    .field-wrap.col-xl-1-wrap {
        float: left;
        width: 8.33333333%;
    }
}

#ninja_forms_required_items.col-xl-2-wrap,
.field-wrap.col-xl-2-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-2-wrap,
    .field-wrap.col-xl-2-wrap {
        float: left;
        width: 16.66666667%;
    }
}

#ninja_forms_required_items.col-xl-3-wrap,
.field-wrap.col-xl-3-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-3-wrap,
    .field-wrap.col-xl-3-wrap {
        float: left;
        width: 25%;
    }
}

#ninja_forms_required_items.col-xl-4-wrap,
.field-wrap.col-xl-4-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-4-wrap,
    .field-wrap.col-xl-4-wrap {
        float: left;
        width: 33.33333333%;
    }
}

#ninja_forms_required_items.col-xl-5-wrap,
.field-wrap.col-xl-5-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-5-wrap,
    .field-wrap.col-xl-5-wrap {
        float: left;
        width: 41.66666667%;
    }
}

#ninja_forms_required_items.col-xl-6-wrap,
.field-wrap.col-xl-6-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-6-wrap,
    .field-wrap.col-xl-6-wrap {
        float: left;
        width: 50%;
    }
}

#ninja_forms_required_items.col-xl-7-wrap,
.field-wrap.col-xl-7-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-7-wrap,
    .field-wrap.col-xl-7-wrap {
        float: left;
        width: 58.33333333%;
    }
}

#ninja_forms_required_items.col-xl-8-wrap,
.field-wrap.col-xl-8-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-8-wrap,
    .field-wrap.col-xl-8-wrap {
        float: left;
        width: 66.66666667%;
    }
}

#ninja_forms_required_items.col-xl-9-wrap,
.field-wrap.col-xl-9-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-9-wrap,
    .field-wrap.col-xl-9-wrap {
        float: left;
        width: 75%;
    }
}

#ninja_forms_required_items.col-xl-10-wrap,
.field-wrap.col-xl-10-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-10-wrap,
    .field-wrap.col-xl-10-wrap {
        float: left;
        width: 83.33333333%;
    }
}

#ninja_forms_required_items.col-xl-11-wrap,
.field-wrap.col-xl-11-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-11-wrap,
    .field-wrap.col-xl-11-wrap {
        float: left;
        width: 91.66666667%;
    }
}

#ninja_forms_required_items.col-xl-12-wrap,
.field-wrap.col-xl-12-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {

    #ninja_forms_required_items.col-xl-12-wrap,
    .field-wrap.col-xl-12-wrap {
        float: left;
        width: 100%;
    }
}

.field-wrap.submit-wrap {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.field-wrap.submit-wrap .ninja-forms-field.btn {
    margin-left: 0;
}

@media (min-width:768px) {
    .field-wrap.submit-wrap {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .field-wrap.submit-wrap {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .field-wrap.submit-wrap {
        float: left;
        width: 100%;
    }
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

p:last-child {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

a .fa {
    color: #555;
}

a .fa-user-image {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    position: relative;
    top: 1px;
    box-sizing: border-box;
}

.open>.dropdown-toggle.fa-user-image {
    color: #fff;
}

.open>.dropdown-toggle.fa-user-image:focus {
    color: #333;
}

a .fa-sign-out-image {
    color: #555;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    position: relative;
    top: 1px;
}

a:hover .fa-sign-out-image {
    color: silver;
}

a .fa-social-footer-image {
    color: #555;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt {
    margin-top: 30px;
}

.mr {
    margin-right: 30px;
}

.mb {
    margin-bottom: 30px;
}

.ml {
    margin-left: 30px;
}

.table>thead>tr>th {
    background: #FF8261;
    color: #FFF;
    border-bottom: 0;
    opacity: 0.8;
}

iframe {
    border: none;
}

.post-content ul,
.sidebar ul,
.widget-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-content ul:last-child,
.sidebar ul:last-child,
.widget-text ul:last-child {
    margin-bottom: 0;
}

.post-content ul li,
.sidebar ul li,
.widget-text ul li {
    padding-left: 20px;
}

.post-content ul li:before,
.sidebar ul li:before,
.widget-text ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    color: #777;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

blockquote {
    font-size: 18px;
    font-weight: 300;
    border-left: 1px solid #8350F6;
    background: 0 0;
    padding: 0 0 0 20px;
}

#header {
    overflow: auto;
    padding: 30px 0 50px 0;
}

#header:after,
#header:before {
    content: " ";
    display: table;
}

#header:after {
    clear: both;
}

#header:after,
#header:before {
    content: " ";
    display: table;
}

#header:after {
    clear: both;
}

@media (min-width:768px) {
    #header {
        padding: 50px 0;
    }
}

#header .logo {
    float: left;
    display: block;
}

#header .logo img {
    height: 30px;
    width: auto;
}

@media (min-width:992px) {
    #header .logo img {
        height: 40px;
    }
}

@media (min-width:1200px) {
    #header .logo img {
        height: 50px;
    }
}

#header .main-menu {
    position: absolute;
    right: 30px;
}

#header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#header .menu .dropdown {
    position: relative;
}

#header .menu .dropdown:hover>ul.dropdown-menu {
    display: block;
}

#header .menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 0;
    list-style: none;
    text-align: left;
    background-clip: padding-box;
    padding: 0;
}

#header .menu .dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
}

#header .menu>li {
    float: left;
    padding: 5px 30px 5px 7px;
    border-left: 1px solid #b20215;
}

#header .menu>li:last-child {
    padding-right: 0;
}

#header .menu>li>a {
    display: block;
    color: #555;
    text-transform: uppercase;
    height: 30px;
    line-height: 1em;
    font-size: 12px;
}

#header .menu>li.active>a,
#header .menu>li:hover>a {
    text-decoration: none;
    color: #b20215;
}

@media (min-width:1200px) {
    #header .menu>li {
        margin-top: 5px;
    }

    #header .menu>li>a {
        font-size: 13px;
    }
}

#header .menu .dropdown-menu {
    left: -1px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .33);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .33);
}

#header .menu .dropdown-menu li {
    border-bottom: 1px solid #e4031b;
}

#header .menu .dropdown-menu li a {
    display: block;
    padding: 10px;
    background: #b20215;
    color: #FFF;
}

#header .menu .dropdown-menu li a:hover {
    background: #990212;
}

#header .menu .dropdown-menu li:last-child {
    border-color: #b20215;
}

#header .menu .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

#header .menu .left.dropdown .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

#header .simple-menu {
    margin-top: 1px;
}

.header-image,
.header-slider {
    margin-bottom: 30px;
    position: relative;
}

.header-image img,
.header-slider img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.header-image .bx-next,
.header-image .bx-prev,
.header-slider .bx-next,
.header-slider .bx-prev {
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #eee;
    z-index: 11000;
}

.header-image .bx-next:hover,
.header-image .bx-prev:hover,
.header-slider .bx-next:hover,
.header-slider .bx-prev:hover {
    color: #b20215;
}

.header-image .bx-prev,
.header-slider .bx-prev {
    left: -20px;
}

.header-image .bx-next,
.header-slider .bx-next {
    right: -20px;
}

@media (min-width:768px) {

    .header-image,
    .header-slider {
        font-size: 60px;
        margin-top: -30px;
    }
}

.header-image {
    text-align: center;
}

.header-image img {
    display: inline-block;
}

@media (max-width:991px) {

    #content,
    #sidebar {
        height: auto !important;
    }
}

#content {
    overflow: visible;
}

.post-title {
    margin: 0 0 30px 0;
    border-left: 1px solid #b20215;
    padding-left: 20px;
}

.post-content ul,
.widget-text ul {
    margin: 25px 25px 25px 40px;
}

.post-content ol,
.widget-text ol {
    margin: 25px;
}

.post-content>h1:first-child,
.widget-text>h1:first-child {
    margin: 0 0 30px 0;
    border-left: 1px solid #b20215;
    padding-left: 20px;
}

.post-content>h1:first-child,
.post-content>h2:first-child,
.post-content>h3:first-child,
.post-content>h4:first-child,
.widget-text>h1:first-child,
.widget-text>h2:first-child,
.widget-text>h3:first-child,
.widget-text>h4:first-child {
    margin-top: 0;
}

.post-content img,
.widget-text img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.post-content table,
.widget-text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

.post-content table>tbody>tr>td,
.post-content table>tbody>tr>th,
.post-content table>tfoot>tr>td,
.post-content table>tfoot>tr>th,
.post-content table>thead>tr>td,
.post-content table>thead>tr>th,
.widget-text table>tbody>tr>td,
.widget-text table>tbody>tr>th,
.widget-text table>tfoot>tr>td,
.widget-text table>tfoot>tr>th,
.widget-text table>thead>tr>td,
.widget-text table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
}

.post-content table>thead>tr>th,
.widget-text table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}

.post-content table>caption+thead>tr:first-child>td,
.post-content table>caption+thead>tr:first-child>th,
.post-content table>colgroup+thead>tr:first-child>td,
.post-content table>colgroup+thead>tr:first-child>th,
.post-content table>thead:first-child>tr:first-child>td,
.post-content table>thead:first-child>tr:first-child>th,
.widget-text table>caption+thead>tr:first-child>td,
.widget-text table>caption+thead>tr:first-child>th,
.widget-text table>colgroup+thead>tr:first-child>td,
.widget-text table>colgroup+thead>tr:first-child>th,
.widget-text table>thead:first-child>tr:first-child>td,
.widget-text table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.post-content table>tbody+tbody,
.widget-text table>tbody+tbody {
    border-top: 2px solid #fff;
}

.post-content table .table,
.widget-text table .table {
    background-color: #f9f9f9;
}

.post-content table>thead>tr>th,
.widget-text table>thead>tr>th {
    background: #989497;
    color: #FFF;
    border-bottom: 0;
}

.post-content table>tbody>tr:nth-child(odd)>td,
.post-content table>tbody>tr:nth-child(odd)>th,
.widget-text table>tbody>tr:nth-child(odd)>td,
.widget-text table>tbody>tr:nth-child(odd)>th {
    background-color: #ede9e9;
}

.post-single header {
    margin-bottom: 30px;
    margin: 0 0 30px 0;
    border-left: 1px solid #b20215;
    padding-left: 20px;
}

.post-single header h1 {
    margin: 0 0 10px 0;
}

.share-widget {
    padding-top: 5px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}

.share-widget:after,
.share-widget:before {
    content: " ";
    display: table;
}

.share-widget:after {
    clear: both;
}

.share-widget:after,
.share-widget:before {
    content: " ";
    display: table;
}

.share-widget:after {
    clear: both;
}

.share-widget .share-heading {
    color: #959595;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .sidebar {
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }
}

@media (min-width:992px) {
    .sidebar {
        border-left: 1px solid #ccc;
        padding-left: 15px;
    }
}

.sidebar .widget {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

@media (min-width:992px) {
    .sidebar .widget {
        padding: 20px 15px;
    }
}

.sidebar .widget.sidebar-search {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: none;
}

.sidebar .widget:last-child {
    border-bottom: none;
}

.sidebar .widget>h3,
.sidebar .widget>h4 {
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar .sidebar-heading {
    margin-bottom: 20px;
}

.sidebar .sidebar-heading h3,
.sidebar .sidebar-heading h4 {
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

.sidebar .sidebar-heading .fa {
    border-radius: 50%;
    background: #b20215;
    color: #FFF;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.sidebar .widget_recent_entries li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.sidebar .widget_recent_entries li:before {
    display: none;
    content: '';
}

.sidebar .widget_recent_entries li:first-child {
    padding-top: 0;
}

.sidebar .widget_recent_entries li:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar .widget_recent_entries .post-date {
    margin-top: 5px;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
}

.profile-info {
    border-radius: 20px;
}

.widget-profile-group .widget-heading {
    color: #555;
    border-left: 1px solid #555;
    padding-left: 30px;
    margin-bottom: 30px;
}

.widget-profile-group h4 {
    color: #b20215;
}

.widget-profile-group .widget-profile-row {
    padding: 20px;
}

.widget-profile-group .widget-profile-row .inner {
    position: relative;
    overflow: hidden;
}

.widget-profile-group .widget-profile-row .inner .readmore {
    margin-top: 20px;
}

@media (max-width:991px) {
    .widget-profile-group .widget-profile-row .inner {
        margin-top: 20px;
    }
}

@media (min-width:1200px) {
    .widget-profile-group .widget-profile-row .inner {
        min-height: 245px;
    }

    .widget-profile-group .widget-profile-row .inner .readmore {
        margin-top: 0;
        position: absolute;
        bottom: 0;
    }
}

.widget-profile-group .widget-profile-row img {
    border: 2px solid #FFF;
}

.widget-profile-group .widget-profile-grid-box {
    min-height: 400px;
    position: relative;
}

.widget-profile-group .widget-profile-grid-box .readmore {
    position: absolute;
    bottom: 15px;
}

.widget-profile-group .widget-profile-grid-box .inner {
    padding: 15px;
}

.widget-profile-group .widget-profile-grid-box-sm {
    height: auto;
}

@media (min-width:768px) {
    .widget-profile-group .widget-profile-grid-box-sm {
        height: 320px;
    }
}

@media (min-width:992px) {
    .widget-profile-group .widget-profile-grid-box-sm {
        height: 290px;
    }
}

@media (min-width:1200px) {
    .widget-profile-group .widget-profile-grid-box-sm {
        height: 270px;
    }
}

.widget-profile-group .widget-profile-grid-box-sm .inner {
    padding: 15px;
}

.widget-profile-group .widget-profile-grid-box,
.widget-profile-group .widget-profile-grid-box-sm,
.widget-profile-group .widget-profile-row {
    background: #f5f1f1;
}

.widget-profile {
    margin-bottom: 30px;
}

.widget-profile h4,
.widget-profile h5 {
    text-transform: uppercase;
}

.widget-profile h4 {
    margin-bottom: 5px;
}

.widget-profile h5 {
    color: #333;
    font-weight: 400;
}

.widget-profile img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.widget-accordion .    .card-header a {
    padding: 10px 30px 10px 15px;
}

.rate-this-page a {
    color: #555;
}

.rate-this-page a:hover .fa {
    color: #b20215;
}

.rate-this-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rate-this-page ul li {
    display: inline;
    margin-right: 20px;
    padding: 0;
}

.rate-this-page ul li:before {
    display: none;
    content: '';
}

.template-rate-this-page {
    margin: 0;
    padding: 30px;
    background: #FFF;
}

.template-rate-this-page h1 {
    margin-top: 0 !important;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}

.white-popup h1 {
    margin-top: 0 !important;
}

.post-entry .post-date span {
    text-align: center;
    display: block;
    line-height: 1em;
    font-size: 10px;
    margin-bottom: 5px;
}

.post-entry .post-date .date {
    font-weight: 700;
    font-size: 36px;
}

.post-entry .post-date .category {
    text-transform: uppercase;
    font-weight: 700;
}

.post-entry .post-details {
    padding-left: 20px;
    border-left: 1px solid #b20215;
}

.post-entry .post-details h3 a,
.post-entry .post-details h4 a {
    color: #555;
}

.post-entry .post-details h3 a:hover,
.post-entry .post-details h4 a:hover {
    color: #b20215;
}

.post-search {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.box {
    border-left: 1px solid #b20215;
    padding-left: 30px;
    position: relative;
    height: auto;
}

@media (min-width:768px) {
    .box {
        height: auto;
    }
}

@media (min-width:992px) {
    .box {
        height: 220px;
    }
}

@media (min-width:1200px) {
    .box {
        height: 200px;
    }
}

.box .box-footer {
    margin-top: 20px;
}

@media (max-width:991px) {
    .box {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .box .box-footer {
        position: absolute;
        bottom: 0;
    }
}

.row-lp .box {
    border: 0;
    padding: 0;
    height: auto;
    text-align: center;
}

@media (min-width:768px) {
    .row-lp .box {
        height: auto;
    }
}

@media (min-width:992px) {
    .row-lp .box {
        height: 320px;
    }
}

@media (min-width:1200px) {
    .row-lp .box {
        height: 270px;
    }
}

.row-lp .box img {
    margin-bottom: 20px;
}

.row-lp .box h3 {
    margin-top: 0;
}

.row-lp .box-footer {
    width: 100%;
}

@media (min-width:992px) {
    .row-lp+.row-lp {
        border-top: 1px solid #ccc;
        margin-top: 30px;
        padding-top: 30px;
    }

    .row-lp>div+div {
        border-left: 1px solid #ccc;
        padding-left: 30px;
    }
}

@media (max-width:991px) {
    .row-lp>div {
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}

.post-content+.widget {
    margin-top: 30px;
}

.widget {
    margin-bottom: 30px;
}

.widget .widget-heading {
    margin-top: 10px;
}

.widget+.widget-text>h3 {
    margin-top: 10px;
}

.widget:after,
.widget:before {
    content: " ";
    display: table;
}

.widget:after {
    clear: both;
}

.widget:after,
.widget:before {
    content: " ";
    display: table;
}

.widget:after {
    clear: both;
}

.widget-image img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.widget-list a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.widget-list a:hover {
    background: #f1f1f1;
}

.widget-list a .fa {
    margin-right: 15px;
}

.widget-gallery {
    position: relative;
}

.widget-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-gallery ul li {
    padding: 0;
}

.widget-gallery ul li:before {
    display: none;
    content: '';
}

.widget-gallery .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6669;
    background: rgba(0, 0, 0, .75);
    width: 100%;
}

.widget-gallery .bx-caption span {
    display: block;
    padding: 10px 20px;
    color: #fff;
}

.widget-gallery .bx-next,
.widget-gallery .bx-prev {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.widget-gallery .bx-next .fa,
.widget-gallery .bx-prev .fa {
    color: #FFF;
}

.widget-gallery .bx-prev {
    left: 0;
}

.widget-gallery .bx-next {
    right: 0;
}

.widget-map .map {
    height: 300px;
    margin-top: 8px;
}

.col-md-12 .widget-map .map {
    height: 250px;
}

.widget-downloads table {
    margin-bottom: 0;
}

.widget-downloads tbody tr {
    cursor: pointer;
}

.widget-downloads .post-content {
    margin-bottom: 30px;
}

.footer-bottom {
    padding-bottom: 0;
    width: 100%;
}

.footer-bottom>.container {
    background: transparent linear-gradient(270deg, #8E91F6 0%, #8350F6 100%) 0% 0% no-repeat padding-box;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.footer>.container {
    margin: 0;
}

#footer {
    margin-top: 30px;
    padding: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    width: 100%;
}

#footer .container {
    border-top: 1px solid #ccc;
}

.xrm-entity-value-empty {
    display: none;
}

@media (min-width:992px)AND (max-width:1199px) {
    #footer {
        font-size: 10px;
    }
}

#footer ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 15px;
}

#footer ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#footer ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #27CC81;
}

#footer .social-media li {
    padding: 0 2px;
}

#footer .social-media a {
    border: 1px solid #919191;
}

#footer .social-media a:hover {
    background: #919191;
    color: #FFF !important;
}

#footer .credits {
    font-size: 10px;
}

.social-media a {
    font-size: 13px;
    display: block;
    width: 25px;
    padding: 2px 0;
}

#wrapper {
    position: relative;
}

.side-panel {
    position: fixed;
    right: -250px;
    width: 250px;
    background: #333;
    overflow: auto;
}

.side-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-panel>ul li {
    border-bottom: 1px solid #595959;
}

.side-panel>ul li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
}

.side-panel>ul li a:hover {
    text-decoration: none;
    background: #4d4d4d;
}

.side-panel>ul li .dropdown-menu {
    border-top: 1px solid #595959;
}

.side-panel>ul li .dropdown-menu a {
    padding-left: 40px;
}

.side-panel>ul li .dropdown-menu .dropdown-menu a {
    padding-left: 60px;
}

.side-panel>ul li.dropdown {
    border-bottom: none;
}

.ninja-forms-form-wrap .ninja-forms-error-msg {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    display: block;
    float: none;
}

.ninja-forms-form-wrap .field-wrap,
.ninja-forms-form-wrap .ninja-forms-all-fields-wrap>.ninja-forms-field,
.ninja-forms-form-wrap .ninja-forms-response-msg {
    padding-left: 15px;
    padding-right: 15px;
}

.ninja-forms-form-wrap .textarea-wrap textarea {
    height: 10em;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #b20215;
    border-color: #990212;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.active:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:active:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:hover {
    color: #fff;
    text-decoration: none;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled],
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
    cursor: not-allowed;
    pointer-events: none;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:hover,
.open>.dropdown-toggle.ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
    color: #fff;
    background-color: #80010f;
    border-color: #5c010b;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field:active,
.open>.dropdown-toggle.ninja-forms-form-wrap .submit-wrap .ninja-forms-field {
    background-image: none;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled.active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled:active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field.disabled:hover,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled],
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled].active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled]:active,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled]:focus,
.ninja-forms-form-wrap .submit-wrap .ninja-forms-field[disabled]:hover,
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field,
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field.active,
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field:active,
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field:focus,
fieldset[disabled] .ninja-forms-form-wrap .submit-wrap .ninja-forms-field:hover {
    background-color: #8350F6;
    border-color: #8350F6;
}

.ninja-forms-form-wrap .submit-wrap .ninja-forms-field .badge {
    color: #8350F6;
    background-color: #fff;
}

.ninja-forms-form-wrap .ninja-forms-required-items {
    margin-bottom: 15px;
}

table td.sort,
table th.sort {
    cursor: pointer;
}

table td.sort i,
table th.sort i {
    float: right;
}

table td.sort:hover,
table th.sort:hover {
    background: #7f7a7e;
}

.pagination-wrapper {
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sitemap {
    margin: 0;
}

.sitemap li {
    padding: 0 !important;
}

.sitemap ul {
    margin: 5px 20px;
}

#content-social-media {
    width: 318px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: visible;
}

#content-social-media>div {
    float: left;
    padding: 8px;
}

#content-social-media>div.facebook a {
    background-color: #3b5998;
}

#content-social-media>div.facebook a:hover {
    background-color: #2d4373;
}

#content-social-media>div.facebook a i {
    margin-left: -15px;
}

#content-social-media>div.facebook a .fa {
    color: #fff;
}

#content-social-media>div.facebook .fb_iframe_widget {
    z-index: 9999;
}

#content-social-media>div.twitter .twitter-anchor {
    background-color: #4099FF;
}

#content-social-media>div.twitter .twitter-anchor:hover {
    background-color: #0d7eff;
}

#content-social-media>div.twitter .twitter-anchor i {
    margin-left: -20px;
}

#content-social-media>div.twitter .twitter-anchor .fa {
    color: #fff;
}

#content-social-media>div.linkedin a {
    background-color: #4875B4;
}

#content-social-media>div.linkedin a:hover {
    background-color: #395d90;
}

#content-social-media>div.linkedin a i {
    margin-left: -20px;
}

#content-social-media>div.linkedin a .fa {
    color: #fff;
}

#content-social-media>div a {
    font-size: 13px;
    width: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    padding: 20px 45px;
}

.entry-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -1.5px;
}

.entry-meta ul>li {
    display: inline-block;
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.entry-meta ul li+li:before {
    content: " | ";
    padding-right: 3px;
}

.single_job_listing .application {
    margin-top: 30px;
}

.single_job_listing .application_details {
    margin-top: 30px;
}

.single_job_listing .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #b20215;
    border-color: #990212;
}

.single_job_listing .button.active:focus,
.single_job_listing .button:active:focus,
.single_job_listing .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.single_job_listing .button:focus,
.single_job_listing .button:hover {
    color: #fff;
    text-decoration: none;
}

.single_job_listing .button.active,
.single_job_listing .button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.single_job_listing .button.disabled,
.single_job_listing .button[disabled],
fieldset[disabled] .single_job_listing .button {
    cursor: not-allowed;
    pointer-events: none;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.open>.dropdown-toggle.single_job_listing .button,
.single_job_listing .button.active,
.single_job_listing .button:active,
.single_job_listing .button:focus,
.single_job_listing .button:hover {
    color: #fff;
    background-color: #80010f;
    border-color: #5c010b;
}

.open>.dropdown-toggle.single_job_listing .button,
.single_job_listing .button.active,
.single_job_listing .button:active {
    background-image: none;
}

.single_job_listing .button.disabled,
.single_job_listing .button.disabled.active,
.single_job_listing .button.disabled:active,
.single_job_listing .button.disabled:focus,
.single_job_listing .button.disabled:hover,
.single_job_listing .button[disabled],
.single_job_listing .button[disabled].active,
.single_job_listing .button[disabled]:active,
.single_job_listing .button[disabled]:focus,
.single_job_listing .button[disabled]:hover,
fieldset[disabled] .single_job_listing .button,
fieldset[disabled] .single_job_listing .button.active,
fieldset[disabled] .single_job_listing .button:active,
fieldset[disabled] .single_job_listing .button:focus,
fieldset[disabled] .single_job_listing .button:hover {
    background-color: #8350F6;
    border-color: #8350F6;
}

.single_job_listing .button .badge {
    color: #8350F6;
    background-color: #fff;
}

ul.job_listings {
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

ul.job_listings.loading {
    min-height: 96px;
    border-bottom: 1px solid #eee;
    background: url(../img/ajax-loader.gif)no-repeat center 32px;
}

ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

ul.job_listings li.job_listing.job_position_filled a,
ul.job_listings li.no_job_listings_found.job_position_filled a {
    opacity: .25;
}

ul.job_listings li.job_listing.no_job_listings_found,
ul.job_listings li.no_job_listings_found.no_job_listings_found {
    padding: 1em;
    border-bottom: 1px solid #eee;
}

ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
    display: block;
    padding: 10px;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

ul.job_listings li.job_listing a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.no_job_listings_found a:focus,
ul.job_listings li.no_job_listings_found a:hover {
    background-color: #fcfcfc;
}

ul.job_listings li.job_listing a div.location,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.job_listing a ul.meta,
ul.job_listings li.no_job_listings_found a div.location,
ul.job_listings li.no_job_listings_found a div.position,
ul.job_listings li.no_job_listings_found a ul.meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a div.position {
    padding: 10px 0;
    line-height: 1.5em;
}

ul.job_listings li.job_listing a div.position h3,
ul.job_listings li.no_job_listings_found a div.position h3 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
}

ul.job_listings li.job_listing a div.location,
ul.job_listings li.no_job_listings_found a div.location {
    color: #999;
    line-height: 1.5em;
}

ul.job_listings li.job_listing a div.action,
ul.job_listings li.no_job_listings_found a div.action {
    padding: 10px 0 !important;
}

@media (min-width:768px) {

    ul.job_listings li.job_listing a div.position,
    ul.job_listings li.no_job_listings_found a div.position {
        float: left;
        width: 60%;
    }

    ul.job_listings li.job_listing a div.location,
    ul.job_listings li.no_job_listings_found a div.location {
        float: left;
        width: 20%;
        padding: 0 0 0 1em;
    }

    ul.job_listings li.job_listing a div.action,
    ul.job_listings li.no_job_listings_found a div.action {
        float: left;
        width: 20%;
        padding: 0 0 0 1em;
        text-align: right;
    }
}

ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.no_job_listings_found.job_position_featured a {
    background: #fefee5;
}

ul.job_listings li.job_listing.job_position_featured a:focus,
ul.job_listings li.job_listing.job_position_featured a:hover,
ul.job_listings li.no_job_listings_found.job_position_featured a:focus,
ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
    background-color: #fefed8;
}

.showing_jobs {
    padding: 10px;
}

.showing_jobs .rss_link {
    float: right;
}

.list-group-item-success {
    background-color: #ddd;
}

div.success.message {
    background-color: #ddd;
    border-color: #fff;
    color: #777;
}

.list-group-item {
    border: 0px;
}

div.alert.message {
    background-color: #FF8261 !important;
    border-color: #FF8261 !important;
    color: #fff !important;
}

div.alert a {
    color: #fff;
}

.validation-header {
    color: #fff;
}

.error-message {
    color: #a94442;
}

.modal-content{
    border-radius: 20px;
}

.message span{
	color: white !important;
}

.text-muted{
	display: none;
}

.list-group-item-success{
    display: block !important;
}

html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea {
	border-color: #B5B5B5 ;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.well{
    border-radius: 20px;
}

.datepicker > .datepicker-days > table > thead > tr > th{
    border-radius: 0;
    color: white;
}

.fa.fa-spin{
    color: black !important;
}

#aboutUsCoverPhoto{
    text-align: center;
}

#aboutUsCoverPhoto > img{
    width: 100%;
}

.section-title > h3{
    text-transform: inherit;
}

#yourEuropeLogos{
    text-align: center;
}

#yourEuropeLogos > a > img{
    width: 30% !important;
}

.btn-danger{
    background-color: #FF8261; 
    border-color: #FF8261;
}

.btn-success{
    background-color: #27CC81;
    border-color: #27CC81;
}

/*****  ACCESS RIGHTS BUTTON & MODAL *****/

#accessRightsModal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
    
#accessRightsModal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
    
#accessRightsModal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
    full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

#accessRightsModal .modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(180deg, #ff8e70, #f4bbac);
    border-radius: 20px 20px 0px 0px;
}

#accessRightsModal .modal-header h4{
    color: white;
}

@media (min-width: 1440px) {

    #accessRightsModal .modal-dialog {
        /* display: flex; */
        /* justify-content: center;  */
        /* align-items: center;     */
        width: auto;           
        max-width: 60%;        
    }

    #accessRightsModal .modal-content {
        width: 60%; 
    }    
}

@media (max-width: 426px) {

    #accessRightsModal .modal-dialog {
        width: 95%;
    }  
}

#accessRightsBtn{
    width:70px;
    max-width: 5%;
    background-color: #F5F5F5;
    position: fixed; 
    right: 20px; 
    bottom:80px;
    z-index: 1000; 
    border: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); 
}

#accessRightsBtn img{
    width: 80%;
}

#accessRightsBtn:hover{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #8350F6;
    border-color: #8350F6;
}

#accessRightsBtn:focus{
    outline: none;
}

@media (max-width: 768px) {
    #accessRightsBtn{
        max-width: 50px;
    }
}