

/* @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot") 
         format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") 
         format("woff2"), url("../fonts/fontawesome-webfont.woff") 
         format("woff"), url("../fonts/proximanova-bold-webfont.ttf") 
         format("truetype");
    font-weight: normal;
    font-style: normal
} */


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg,
main .content-wrapper .content-block .content-block-header>a>.fa,
main .content-wrapper .content-block .content-block-header>.dropdown>a>.fa {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg,
main .content-wrapper .content-block .content-block-header>a>.fa-li.fa,
main .content-wrapper .content-block .content-block-header>.dropdown>a>.fa-li.fa {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.pull-right,
.form-group .info-link,
.col-sm-3.label-block .info-link {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right,
.form-group .fa.info-link,
.col-sm-3.label-block .fa.info-link {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    /* font-family: sans-serif; */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .form-actions input[type="submit"]>.caret,
    .form-actions button[type="submit"]>.caret,
    .pill>.caret,
    .dropup>.btn>.caret,
    .form-actions .dropup>input[type="submit"]>.caret,
    .form-actions .dropup>button[type="submit"]>.caret,
    .dropup>.pill>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table,
    .table-fusion {
        border-collapse: collapse !important
    }

    .table td,
    .table-fusion td,
    .table th,
    .table-fusion th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /* font-family: 'Glyphicons Halflings'; */
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

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

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

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

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

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

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

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

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    line-height: 1.42857;
    color: #5b6c86;
    /* background-color: #fae3e2; */
    overflow-x: hidden;
}

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

a {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0762f2;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #f0f6ff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
main .content-wrapper .content-block .content-block-header h1 small,
main .content-wrapper .content-block .content-block-header .h2 small,
main .content-wrapper .content-block .content-block-header h2 small,
main .content-wrapper .content-block .content-block-header h3 small,
main .content-wrapper .content-block .content-block-header .h3 small,
main .content-wrapper .content-block .content-block-header h4 small,
main .content-wrapper .content-block .content-block-header .h4 small,
.h4 .small,
main .content-wrapper .content-block .content-block-header h1 .small,
main .content-wrapper .content-block .content-block-header .h2 .small,
main .content-wrapper .content-block .content-block-header h2 .small,
main .content-wrapper .content-block .content-block-header h3 .small,
main .content-wrapper .content-block .content-block-header .h3 .small,
main .content-wrapper .content-block .content-block-header h4 .small,
main .content-wrapper .content-block .content-block-header .h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777
}

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

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

h4,
.h4,
main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
main .content-wrapper .content-block .content-block-header h1 small,
main .content-wrapper .content-block .content-block-header .h2 small,
main .content-wrapper .content-block .content-block-header h2 small,
main .content-wrapper .content-block .content-block-header h3 small,
main .content-wrapper .content-block .content-block-header .h3 small,
main .content-wrapper .content-block .content-block-header h4 small,
main .content-wrapper .content-block .content-block-header .h4 small,
.h4 .small,
main .content-wrapper .content-block .content-block-header h1 .small,
main .content-wrapper .content-block .content-block-header .h2 .small,
main .content-wrapper .content-block .content-block-header h2 .small,
main .content-wrapper .content-block .content-block-header h3 .small,
main .content-wrapper .content-block .content-block-header .h3 .small,
main .content-wrapper .content-block .content-block-header h4 .small,
main .content-wrapper .content-block .content-block-header .h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4,
main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

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

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

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right,
.form-actions {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap,
.navbar-default a.school-name {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #4b8ffa
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1970f9
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #fc5255
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #4b8ffa
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1970f9
}

.bg-success {
    background-color: #dfe
}

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

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

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

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

.blockquote-reverse,
blockquote.pull-right,
.form-group blockquote.info-link,
.col-sm-3.label-block blockquote.info-link {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.form-group blockquote.info-link footer:before,
.col-sm-3.label-block blockquote.info-link footer:before,
blockquote.pull-right small:before,
.form-group blockquote.info-link small:before,
.col-sm-3.label-block blockquote.info-link small:before,
blockquote.pull-right .small:before,
.form-group blockquote.info-link .small:before,
.col-sm-3.label-block blockquote.info-link .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.form-group blockquote.info-link footer:after,
.col-sm-3.label-block blockquote.info-link footer:after,
blockquote.pull-right small:after,
.form-group blockquote.info-link small:after,
.col-sm-3.label-block blockquote.info-link small:after,
blockquote.pull-right .small:after,
.form-group blockquote.info-link .small:after,
.col-sm-3.label-block blockquote.info-link .small:after {
    content: '\00A0 \2014'
}

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

code,
kbd,
pre,
samp {
    /* font-family: Menlo, Monaco, Consolas, "Courier New", monospace */
}

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

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

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

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

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

.container:after {
    clear: both
}

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

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

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

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

.container-fluid:before,
main:before,
.container-fluid:after,
main:after {
    content: " ";
    display: table
}

.container-fluid:after,
main:after {
    clear: both
}

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

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

.row:after {
    clear: both
}
.col-md-2-cus,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-sm-3.label-block,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
main .content-wrapper>ul.breadcrumb,
main .content-wrapper .content-block,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

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

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

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

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

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

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

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

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

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

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

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

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

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

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

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

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

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

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

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

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

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

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

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3,
    .col-sm-3.label-block {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

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

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

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

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

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

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

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

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

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

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

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

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

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

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

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

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (min-width: 1282px) {
    .col-md-1 , .col-md-2-cus{
        float: left;
    }

    .col-md-2-cus {
        width: 16.66667%
    }
    .col-md-1 {
        width: 10.33333%
    }
}


@media (min-width: 992px) {

    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    main .content-wrapper>ul.breadcrumb,
    main .content-wrapper .content-block {
        float: left
    }


    .col-md-2 {
        width: 16.66667%
    }

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

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

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

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12,
    main .content-wrapper>ul.breadcrumb,
    main .content-wrapper .content-block {
        width: 100%
    }

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

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

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

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

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

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

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

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

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

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

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

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

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

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

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

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

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

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

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

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

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

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

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

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

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

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

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

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

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

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

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

.table>thead>tr>th,
.table-fusion>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #d9e7f6
}

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

.table>tbody+tbody,
.table-fusion>tbody+tbody {
    border-top: 2px solid #d9e7f6
}

.table .table,
.table-fusion .table,
.table .table-fusion,
.table-fusion .table-fusion {
    background-color: #f0f6ff
}

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd),
.table-fusion>tbody>tr:nth-of-type(odd) {
    background-color: rgba(247, 249, 254, 0.5)
}

.table-hover>tbody>tr:hover,
.table-fusion>tbody>tr:hover {
    background-color: rgba(247, 249, 254, 0.8)
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table-fusion>thead>tr>td.active,
.table>thead>tr>th.active,
.table-fusion>thead>tr>th.active,
.table>thead>tr.active>td,
.table-fusion>thead>tr.active>td,
.table>thead>tr.active>th,
.table-fusion>thead>tr.active>th,
.table>tbody>tr>td.active,
.table-fusion>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table-fusion>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table-fusion>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table-fusion>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table-fusion>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table-fusion>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table-fusion>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table-fusion>tfoot>tr.active>th {
    background-color: rgba(247, 249, 254, 0.8)
}

.table-hover>tbody>tr>td.active:hover,
.table-fusion>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-fusion>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-fusion>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-fusion>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th,
.table-fusion>tbody>tr.active:hover>th {
    background-color: rgba(224, 232, 251, 0.8)
}

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

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

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

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

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

.table-hover>tbody>tr>td.warning:hover,
.table-fusion>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-fusion>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-fusion>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-fusion>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th,
.table-fusion>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

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

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

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

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

    .table-responsive>.table,
    .table-responsive>.table-fusion {
        margin-bottom: 0
    }

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

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

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

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

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

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

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

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

output {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555
}

.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

.form-control:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body input:focus {
    border-color: #ffc9c1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 143, 250, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 143, 250, 0.6)
}

.form-control::-moz-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input::-moz-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input:-ms-input-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input::-webkit-input-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,
.bootstrap-wysihtml5-insert-image-modal .modal-body input::-ms-expand,
.bootstrap-wysihtml5-insert-link-modal .modal-body input::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.bootstrap-wysihtml5-insert-image-modal .modal-body input[disabled],
.bootstrap-wysihtml5-insert-link-modal .modal-body input[disabled],
.form-control[readonly],
.bootstrap-wysihtml5-insert-image-modal .modal-body input[readonly],
.bootstrap-wysihtml5-insert-link-modal .modal-body input[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body fieldset[disabled] input,
fieldset[disabled] .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body fieldset[disabled] input {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled],
.bootstrap-wysihtml5-insert-image-modal .modal-body input[disabled],
.bootstrap-wysihtml5-insert-link-modal .modal-body input[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body fieldset[disabled] input,
fieldset[disabled] .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body fieldset[disabled] input {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body input[type="date"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body input[type="date"],
    input[type="time"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body input[type="time"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body input[type="time"],
    input[type="datetime-local"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body input[type="datetime-local"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body input[type="datetime-local"],
    input[type="month"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body input[type="month"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body input[type="month"] {
        line-height: 32px
    }

    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input[type="date"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input[type="date"],
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .form-actions .input-group-sm>.input-group-btn>input[type="date"][type="submit"],
    .input-group-sm>.input-group-btn>input[type="date"].pill,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input[type="time"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input[type="time"],
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .form-actions .input-group-sm>.input-group-btn>input[type="time"][type="submit"],
    .input-group-sm>.input-group-btn>input[type="time"].pill,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input[type="datetime-local"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input[type="datetime-local"],
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .form-actions .input-group-sm>.input-group-btn>input[type="datetime-local"][type="submit"],
    .input-group-sm>.input-group-btn>input[type="datetime-local"].pill,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input[type="month"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input[type="month"],
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .form-actions .input-group-sm>.input-group-btn>input[type="month"][type="submit"],
    .input-group-sm>.input-group-btn>input[type="month"].pill,
    .input-group-sm input[type="month"] {
        line-height: 28px
    }

    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input[type="date"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input[type="date"],
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .form-actions .input-group-lg>.input-group-btn>input[type="date"][type="submit"],
    .input-group-lg>.input-group-btn>input[type="date"].pill,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input[type="time"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input[type="time"],
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .form-actions .input-group-lg>.input-group-btn>input[type="time"][type="submit"],
    .input-group-lg>.input-group-btn>input[type="time"].pill,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input[type="datetime-local"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input[type="datetime-local"],
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .form-actions .input-group-lg>.input-group-btn>input[type="datetime-local"][type="submit"],
    .input-group-lg>.input-group-btn>input[type="datetime-local"].pill,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input[type="month"],
    .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input[type="month"],
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .form-actions .input-group-lg>.input-group-btn>input[type="month"][type="submit"],
    .input-group-lg>.input-group-btn>input[type="month"].pill,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group,
.col-sm-3.label-block {
    /* margin-bottom: 10px;
    margin-top:10px; */
}

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.form-control-static,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.form-control-static,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-actions .input-group-lg>.input-group-btn>input.form-control-static[type="submit"],
.form-actions .input-group-lg>.input-group-btn>button.form-control-static[type="submit"],
.input-group-lg>.input-group-btn>.form-control-static.pill,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.form-control-static,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.form-control-static,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-actions .input-group-sm>.input-group-btn>input.form-control-static[type="submit"],
.form-actions .input-group-sm>.input-group-btn>button.form-control-static[type="submit"],
.input-group-sm>.input-group-btn>.form-control-static.pill {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.form-actions .input-group-sm>.input-group-btn>input[type="submit"],
.form-actions .input-group-sm>.input-group-btn>button[type="submit"],
.input-group-sm>.input-group-btn>.pill {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.pill {
    height: 28px;
    line-height: 28px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.pill,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].pill {
    height: auto
}

.form-group-sm .form-control,
.form-group-sm .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .form-group-sm input,
.form-group-sm .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .form-group-sm input {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

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

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 32px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-actions .input-group-lg>.input-group-btn>input[type="submit"],
.form-actions .input-group-lg>.input-group-btn>button[type="submit"],
.input-group-lg>.input-group-btn>.pill {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.pill {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.pill,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].pill {
    height: auto
}

.form-group-lg .form-control,
.form-group-lg .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .form-group-lg input,
.form-group-lg .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .form-group-lg input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-feedback input,
.has-feedback .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-feedback input {
    padding-right: 40px
}

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

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input+.form-control-feedback,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.form-actions .input-group-lg>.input-group-btn>input[type="submit"]+.form-control-feedback,
.form-actions .input-group-lg>.input-group-btn>button[type="submit"]+.form-control-feedback,
.input-group-lg>.input-group-btn>.pill+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .bootstrap-wysihtml5-insert-image-modal .modal-body input+.form-control-feedback,
.bootstrap-wysihtml5-insert-image-modal .modal-body .form-group-lg input+.form-control-feedback,
.form-group-lg .bootstrap-wysihtml5-insert-link-modal .modal-body input+.form-control-feedback,
.bootstrap-wysihtml5-insert-link-modal .modal-body .form-group-lg input+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input+.form-control-feedback,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.form-actions .input-group-sm>.input-group-btn>input[type="submit"]+.form-control-feedback,
.form-actions .input-group-sm>.input-group-btn>button[type="submit"]+.form-control-feedback,
.input-group-sm>.input-group-btn>.pill+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .bootstrap-wysihtml5-insert-image-modal .modal-body input+.form-control-feedback,
.bootstrap-wysihtml5-insert-image-modal .modal-body .form-group-sm input+.form-control-feedback,
.form-group-sm .bootstrap-wysihtml5-insert-link-modal .modal-body input+.form-control-feedback,
.bootstrap-wysihtml5-insert-link-modal .modal-body .form-group-sm input+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control,
.has-success .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-success input,
.has-success .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-success input {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus,
.has-success .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-success input:focus,
.has-success .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-success input:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dfe
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-warning input,
.has-warning .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-warning input {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus,
.has-warning .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-warning input:focus,
.has-warning .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-warning input:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

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

.has-error .help-block,
.families-edit .error .help-block,
.has-error .control-label,
.families-edit .error .control-label,
.has-error .radio,
.families-edit .error .radio,
.has-error .checkbox,
.families-edit .error .checkbox,
.has-error .radio-inline,
.families-edit .error .radio-inline,
.has-error .checkbox-inline,
.families-edit .error .checkbox-inline,
.has-error.radio label,
.families-edit .radio.error label,
.has-error.checkbox label,
.families-edit .checkbox.error label,
.has-error.radio-inline label,
.families-edit .radio-inline.error label,
.has-error.checkbox-inline label,
.families-edit .checkbox-inline.error label {
    color: #fc5255
}

.has-error .form-control,
.families-edit .error .form-control,
.has-error .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-error input,
.families-edit .error .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .families-edit .error input,
.has-error .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-error input,
.families-edit .error .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .families-edit .error input {
    border-color: #fc5255;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.families-edit .error .form-control:focus,
.has-error .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-error input:focus,
.families-edit .error .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .families-edit .error input:focus,
.has-error .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-error input:focus,
.families-edit .error .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .families-edit .error input:focus {
    border-color: #fb2024;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feb6b8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feb6b8
}

.has-error .input-group-addon,
.families-edit .error .input-group-addon {
    color: #fc5255;
    border-color: #fc5255;
    background-color: #f2dede
}

.has-error .form-control-feedback,
.families-edit .error .form-control-feedback {
    color: #fc5255
}

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

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

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a1adbf
}

@media (min-width: 768px) {

    .form-inline .form-group,
    .form-inline .col-sm-3.label-block {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,
    .form-inline .bootstrap-wysihtml5-insert-image-modal .modal-body input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .form-inline input,
    .form-inline .bootstrap-wysihtml5-insert-link-modal .modal-body input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .form-inline input {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .form-inline .input-group input,
    .form-inline .input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .form-inline .input-group input {
        width: auto
    }

    .form-inline .input-group>.form-control,
    .form-inline .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group>input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .form-inline .input-group>input,
    .form-inline .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group>input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .form-inline .input-group>input {
        width: 100%
    }

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

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

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

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

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

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

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

.form-horizontal .form-group,
.form-horizontal .col-sm-3.label-block {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .col-sm-3.label-block:before,
.form-horizontal .form-group:after,
.form-horizontal .col-sm-3.label-block:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after,
.form-horizontal .col-sm-3.label-block:after {
    clear: both
}

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

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

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

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

.btn,
.form-actions input[type="submit"],
.form-actions button[type="submit"],
.pill {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.form-actions input[type="submit"]:focus,
.form-actions button[type="submit"]:focus,
.pill:focus,
.btn.focus,
.form-actions input.focus[type="submit"],
.form-actions button.focus[type="submit"],
.focus.pill,
.btn:active:focus,
.form-actions input[type="submit"]:active:focus,
.form-actions button[type="submit"]:active:focus,
.pill:active:focus,
.btn:active.focus,
.form-actions input[type="submit"]:active.focus,
.form-actions button[type="submit"]:active.focus,
.pill:active.focus,
.btn.active:focus,
.form-actions input.active[type="submit"]:focus,
.form-actions button.active[type="submit"]:focus,
.active.pill:focus,
.btn.active.focus,
.form-actions input.active.focus[type="submit"],
.form-actions button.active.focus[type="submit"],
.active.focus.pill {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.form-actions input[type="submit"]:hover,
.form-actions button[type="submit"]:hover,
.pill:hover,
.btn:focus,
.form-actions input[type="submit"]:focus,
.form-actions button[type="submit"]:focus,
.pill:focus,
.btn.focus,
.form-actions input.focus[type="submit"],
.form-actions button.focus[type="submit"],
.focus.pill {
    color: #333;
    text-decoration: none
}

.btn:active,
.form-actions input[type="submit"]:active,
.form-actions button[type="submit"]:active,
.pill:active,
.btn.active,
.form-actions input.active[type="submit"],
.form-actions button.active[type="submit"],
.active.pill {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.form-actions input.disabled[type="submit"],
.form-actions button.disabled[type="submit"],
.disabled.pill,
.btn[disabled],
.form-actions input[disabled][type="submit"],
.form-actions button[disabled][type="submit"],
[disabled].pill,
fieldset[disabled] .btn,
fieldset[disabled] .form-actions input[type="submit"],
.form-actions fieldset[disabled] input[type="submit"],
fieldset[disabled] .form-actions button[type="submit"],
.form-actions fieldset[disabled] button[type="submit"],
fieldset[disabled] .pill {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #4b8ffa;
    border-color: #3280f9
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1970f9;
    border-color: #0544a7
}

.btn-primary:hover {
    color: #fff;
    background-color: #1970f9;
    border-color: #065ee8
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1970f9;
    border-color: #065ee8
}

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

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #4b8ffa;
    border-color: #3280f9
}

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

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

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

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

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

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

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

.btn-success.disabled:hover,
.disabled.pill.pill-success:hover,
.btn-success.disabled:focus,
.disabled.pill.pill-success:focus,
.btn-success.disabled.focus,
.disabled.focus.pill.pill-success,
.btn-success[disabled]:hover,
[disabled].pill.pill-success:hover,
.btn-success[disabled]:focus,
[disabled].pill.pill-success:focus,
.btn-success[disabled].focus,
[disabled].focus.pill.pill-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .pill.pill-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .pill.pill-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .focus.pill.pill-success {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge,
.pill.pill-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info,
.pill.pill-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.pill.pill-info:focus,
.btn-info.focus,
.focus.pill.pill-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

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

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

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

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

.btn-info.disabled:hover,
.disabled.pill.pill-info:hover,
.btn-info.disabled:focus,
.disabled.pill.pill-info:focus,
.btn-info.disabled.focus,
.disabled.focus.pill.pill-info,
.btn-info[disabled]:hover,
[disabled].pill.pill-info:hover,
.btn-info[disabled]:focus,
[disabled].pill.pill-info:focus,
.btn-info[disabled].focus,
[disabled].focus.pill.pill-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .pill.pill-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .pill.pill-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .focus.pill.pill-info {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge,
.pill.pill-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

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

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

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

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

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger,
.pill.pill-danger {
    color: #fff;
    background-color: #fc5255;
    border-color: #fc393c
}

.btn-danger:focus,
.pill.pill-danger:focus,
.btn-danger.focus,
.focus.pill.pill-danger {
    color: #fff;
    background-color: #fb2024;
    border-color: #b20306
}

.btn-danger:hover,
.pill.pill-danger:hover {
    color: #fff;
    background-color: #fb2024;
    border-color: #f30408
}

.btn-danger:active,
.pill.pill-danger:active,
.btn-danger.active,
.active.pill.pill-danger,
.open>.btn-danger.dropdown-toggle,
.open>.dropdown-toggle.pill.pill-danger {
    color: #fff;
    background-color: #fb2024;
    border-color: #f30408
}

.btn-naa-navy {
    color: #fff;
    background-color: #19365d;
    border-color: #19365d;
}

.btn-naa-navy:focus {
    color: #fff;
    background-color: #19365d;
    border-color: #19365d;
}

.btn-naa-navy:hover {
    color: #fff;
    background-color: #19365d;
    border-color: #19365d;
}

.btn-naa-navy:active {
    color: #fff;
    background-color: #19365d;
    border-color: #19365d;
}

.btn-danger:active:hover,
.pill.pill-danger:active:hover,
.btn-danger:active:focus,
.pill.pill-danger:active:focus,
.btn-danger:active.focus,
.pill.pill-danger:active.focus,
.btn-danger.active:hover,
.active.pill.pill-danger:hover,
.btn-danger.active:focus,
.active.pill.pill-danger:focus,
.btn-danger.active.focus,
.active.focus.pill.pill-danger,
.open>.btn-danger.dropdown-toggle:hover,
.open>.dropdown-toggle.pill.pill-danger:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.dropdown-toggle.pill.pill-danger:focus,
.open>.btn-danger.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.pill.pill-danger {
    color: #fff;
    background-color: #f30408;
    border-color: #b20306
}

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

.btn-danger.disabled:hover,
.disabled.pill.pill-danger:hover,
.btn-danger.disabled:focus,
.disabled.pill.pill-danger:focus,
.btn-danger.disabled.focus,
.disabled.focus.pill.pill-danger,
.btn-danger[disabled]:hover,
[disabled].pill.pill-danger:hover,
.btn-danger[disabled]:focus,
[disabled].pill.pill-danger:focus,
.btn-danger[disabled].focus,
[disabled].focus.pill.pill-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .pill.pill-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .pill.pill-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.pill.pill-danger {
    background-color: #fc5255;
    border-color: #fc393c
}

.btn-danger .badge,
.pill.pill-danger .badge {
    color: #fc5255;
    background-color: #fff
}

.btn-link {
    color: #4b8ffa;
    font-weight: normal;
    border-radius: 0
}

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

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

.btn-link:hover,
.btn-link:focus {
    color: #0762f2;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
.pill-group.pill-group-lg>.btn,
.form-actions .btn-group-lg>input[type="submit"],
.form-actions .pill-group.pill-group-lg>input[type="submit"],
.form-actions .btn-group-lg>button[type="submit"],
.form-actions .pill-group.pill-group-lg>button[type="submit"],
.btn-group-lg>.pill,
.pill-group.pill-group-lg>.pill {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

.btn-sm,
.btn-group-sm>.btn,
.pill-group.pill-group-sm>.btn,
.btn-group-sm>.pill,
.pill-group.pill-group-sm>.pill,
.form-actions input[type="submit"],
.form-actions button[type="submit"] {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs,
.btn-group-xs>.btn,
.pill-group.pill-group-xs>.btn,
.form-actions .btn-group-xs>input[type="submit"],
.form-actions .pill-group.pill-group-xs>input[type="submit"],
.form-actions .btn-group-xs>button[type="submit"],
.form-actions .pill-group.pill-group-xs>button[type="submit"],
.btn-group-xs>.pill,
.pill-group.pill-group-xs>.pill {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu,
.select2-drop.select2-dropdown>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right,
.form-group .dropdown-menu.info-link,
.col-sm-3.label-block .dropdown-menu.info-link,
.form-group .select2-drop.select2-dropdown>ul.info-link,
.col-sm-3.label-block .select2-drop.select2-dropdown>ul.info-link,
.select2-drop.select2-dropdown>ul.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider,
.select2-drop.select2-dropdown>ul .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a,
.select2-drop.select2-dropdown>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #859bbb;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.select2-drop.select2-dropdown>ul>li>a:hover,
.dropdown-menu>li>a:focus,
.select2-drop.select2-dropdown>ul>li>a:focus {
    text-decoration: none;
    color: #4b8ffa;
    background-color: #eff6fe
}

.dropdown-menu>.active>a,
.select2-drop.select2-dropdown>ul>.active>a,
.dropdown-menu>.active>a:hover,
.select2-drop.select2-dropdown>ul>.active>a:hover,
.dropdown-menu>.active>a:focus,
.select2-drop.select2-dropdown>ul>.active>a:focus {
    color: #4b8ffa;
    text-decoration: none;
    outline: 0;
    background-color: #859bbb
}

.dropdown-menu>.disabled>a,
.select2-drop.select2-dropdown>ul>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.select2-drop.select2-dropdown>ul>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus,
.select2-drop.select2-dropdown>ul>.disabled>a:focus {
    color: #777777
}

.dropdown-menu>.disabled>a:hover,
.select2-drop.select2-dropdown>ul>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus,
.select2-drop.select2-dropdown>ul>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu,
.select2-drop.select2-dropdown.open>ul {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu,
.form-group .info-link>.dropdown-menu,
.col-sm-3.label-block .info-link>.dropdown-menu,
.select2-drop.select2-dropdown.pull-right>ul,
.form-group .select2-drop.select2-dropdown.info-link>ul,
.col-sm-3.label-block .select2-drop.select2-dropdown.info-link>ul {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

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

@media (min-width: 768px) {

    .navbar-right .dropdown-menu,
    .navbar-right .select2-drop.select2-dropdown>ul {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.pill-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.pill-group>.btn,
.form-actions .btn-group>input[type="submit"],
.form-actions .pill-group>input[type="submit"],
.form-actions .btn-group>button[type="submit"],
.form-actions .pill-group>button[type="submit"],
.btn-group>.pill,
.pill-group>.pill,
.btn-group-vertical>.btn,
.form-actions .btn-group-vertical>input[type="submit"],
.form-actions .btn-group-vertical>button[type="submit"],
.btn-group-vertical>.pill {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.pill-group>.btn:hover,
.form-actions .btn-group>input[type="submit"]:hover,
.form-actions .pill-group>input[type="submit"]:hover,
.form-actions .btn-group>button[type="submit"]:hover,
.form-actions .pill-group>button[type="submit"]:hover,
.btn-group>.pill:hover,
.pill-group>.pill:hover,
.btn-group>.btn:focus,
.pill-group>.btn:focus,
.form-actions .btn-group>input[type="submit"]:focus,
.form-actions .pill-group>input[type="submit"]:focus,
.form-actions .btn-group>button[type="submit"]:focus,
.form-actions .pill-group>button[type="submit"]:focus,
.btn-group>.pill:focus,
.pill-group>.pill:focus,
.btn-group>.btn:active,
.pill-group>.btn:active,
.form-actions .btn-group>input[type="submit"]:active,
.form-actions .pill-group>input[type="submit"]:active,
.form-actions .btn-group>button[type="submit"]:active,
.form-actions .pill-group>button[type="submit"]:active,
.btn-group>.pill:active,
.pill-group>.pill:active,
.btn-group>.btn.active,
.pill-group>.btn.active,
.form-actions .btn-group>input.active[type="submit"],
.form-actions .pill-group>input.active[type="submit"],
.form-actions .btn-group>button.active[type="submit"],
.form-actions .pill-group>button.active[type="submit"],
.btn-group>.active.pill,
.pill-group>.active.pill,
.btn-group-vertical>.btn:hover,
.form-actions .btn-group-vertical>input[type="submit"]:hover,
.form-actions .btn-group-vertical>button[type="submit"]:hover,
.btn-group-vertical>.pill:hover,
.btn-group-vertical>.btn:focus,
.form-actions .btn-group-vertical>input[type="submit"]:focus,
.form-actions .btn-group-vertical>button[type="submit"]:focus,
.btn-group-vertical>.pill:focus,
.btn-group-vertical>.btn:active,
.form-actions .btn-group-vertical>input[type="submit"]:active,
.form-actions .btn-group-vertical>button[type="submit"]:active,
.btn-group-vertical>.pill:active,
.btn-group-vertical>.btn.active,
.form-actions .btn-group-vertical>input.active[type="submit"],
.form-actions .btn-group-vertical>button.active[type="submit"],
.btn-group-vertical>.active.pill {
    z-index: 2
}

.btn-group .btn+.btn,
.pill-group .btn+.btn,
.btn-group .form-actions input[type="submit"]+.btn,
.form-actions .btn-group input[type="submit"]+.btn,
.pill-group .form-actions input[type="submit"]+.btn,
.form-actions .pill-group input[type="submit"]+.btn,
.btn-group .form-actions button[type="submit"]+.btn,
.form-actions .btn-group button[type="submit"]+.btn,
.pill-group .form-actions button[type="submit"]+.btn,
.form-actions .pill-group button[type="submit"]+.btn,
.btn-group .pill+.btn,
.pill-group .pill+.btn,
.btn-group .form-actions .btn+input[type="submit"],
.form-actions .btn-group .btn+input[type="submit"],
.pill-group .form-actions .btn+input[type="submit"],
.form-actions .pill-group .btn+input[type="submit"],
.btn-group .form-actions input[type="submit"]+input[type="submit"],
.form-actions .btn-group input[type="submit"]+input[type="submit"],
.pill-group .form-actions input[type="submit"]+input[type="submit"],
.form-actions .pill-group input[type="submit"]+input[type="submit"],
.btn-group .form-actions button[type="submit"]+input[type="submit"],
.form-actions .btn-group button[type="submit"]+input[type="submit"],
.pill-group .form-actions button[type="submit"]+input[type="submit"],
.form-actions .pill-group button[type="submit"]+input[type="submit"],
.btn-group .form-actions .pill+input[type="submit"],
.form-actions .btn-group .pill+input[type="submit"],
.pill-group .form-actions .pill+input[type="submit"],
.form-actions .pill-group .pill+input[type="submit"],
.btn-group .form-actions .btn+button[type="submit"],
.form-actions .btn-group .btn+button[type="submit"],
.pill-group .form-actions .btn+button[type="submit"],
.form-actions .pill-group .btn+button[type="submit"],
.btn-group .form-actions input[type="submit"]+button[type="submit"],
.form-actions .btn-group input[type="submit"]+button[type="submit"],
.pill-group .form-actions input[type="submit"]+button[type="submit"],
.form-actions .pill-group input[type="submit"]+button[type="submit"],
.btn-group .form-actions button[type="submit"]+button[type="submit"],
.form-actions .btn-group button[type="submit"]+button[type="submit"],
.pill-group .form-actions button[type="submit"]+button[type="submit"],
.form-actions .pill-group button[type="submit"]+button[type="submit"],
.btn-group .form-actions .pill+button[type="submit"],
.form-actions .btn-group .pill+button[type="submit"],
.pill-group .form-actions .pill+button[type="submit"],
.form-actions .pill-group .pill+button[type="submit"],
.btn-group .btn+.pill,
.pill-group .btn+.pill,
.btn-group .form-actions input[type="submit"]+.pill,
.form-actions .btn-group input[type="submit"]+.pill,
.pill-group .form-actions input[type="submit"]+.pill,
.form-actions .pill-group input[type="submit"]+.pill,
.btn-group .form-actions button[type="submit"]+.pill,
.form-actions .btn-group button[type="submit"]+.pill,
.pill-group .form-actions button[type="submit"]+.pill,
.form-actions .pill-group button[type="submit"]+.pill,
.btn-group .pill+.pill,
.pill-group .pill+.pill,
.btn-group .btn+.btn-group,
.pill-group .btn+.btn-group,
.btn-group .form-actions input[type="submit"]+.btn-group,
.form-actions .btn-group input[type="submit"]+.btn-group,
.pill-group .form-actions input[type="submit"]+.btn-group,
.form-actions .pill-group input[type="submit"]+.btn-group,
.btn-group .form-actions button[type="submit"]+.btn-group,
.form-actions .btn-group button[type="submit"]+.btn-group,
.pill-group .form-actions button[type="submit"]+.btn-group,
.form-actions .pill-group button[type="submit"]+.btn-group,
.btn-group .pill+.btn-group,
.pill-group .pill+.btn-group,
.btn-group .btn+.pill-group,
.pill-group .btn+.pill-group,
.btn-group .form-actions input[type="submit"]+.pill-group,
.form-actions .btn-group input[type="submit"]+.pill-group,
.pill-group .form-actions input[type="submit"]+.pill-group,
.form-actions .pill-group input[type="submit"]+.pill-group,
.btn-group .form-actions button[type="submit"]+.pill-group,
.form-actions .btn-group button[type="submit"]+.pill-group,
.pill-group .form-actions button[type="submit"]+.pill-group,
.form-actions .pill-group button[type="submit"]+.pill-group,
.btn-group .pill+.pill-group,
.pill-group .pill+.pill-group,
.btn-group .btn-group+.btn,
.pill-group .btn-group+.btn,
.btn-group .pill-group+.btn,
.pill-group .pill-group+.btn,
.btn-group .form-actions .btn-group+input[type="submit"],
.form-actions .btn-group .btn-group+input[type="submit"],
.pill-group .form-actions .btn-group+input[type="submit"],
.form-actions .pill-group .btn-group+input[type="submit"],
.btn-group .form-actions .pill-group+input[type="submit"],
.form-actions .btn-group .pill-group+input[type="submit"],
.pill-group .form-actions .pill-group+input[type="submit"],
.form-actions .pill-group .pill-group+input[type="submit"],
.btn-group .form-actions .btn-group+button[type="submit"],
.form-actions .btn-group .btn-group+button[type="submit"],
.pill-group .form-actions .btn-group+button[type="submit"],
.form-actions .pill-group .btn-group+button[type="submit"],
.btn-group .form-actions .pill-group+button[type="submit"],
.form-actions .btn-group .pill-group+button[type="submit"],
.pill-group .form-actions .pill-group+button[type="submit"],
.form-actions .pill-group .pill-group+button[type="submit"],
.btn-group .btn-group+.pill,
.pill-group .btn-group+.pill,
.btn-group .pill-group+.pill,
.pill-group .pill-group+.pill,
.btn-group .btn-group+.btn-group,
.pill-group .btn-group+.btn-group,
.btn-group .pill-group+.btn-group,
.pill-group .pill-group+.btn-group,
.btn-group .btn-group+.pill-group,
.pill-group .btn-group+.pill-group,
.btn-group .pill-group+.pill-group,
.pill-group .pill-group+.pill-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .form-actions input[type="submit"],
.form-actions .btn-toolbar input[type="submit"],
.btn-toolbar .form-actions button[type="submit"],
.form-actions .btn-toolbar button[type="submit"],
.btn-toolbar .pill,
.btn-toolbar .btn-group,
.btn-toolbar .pill-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.form-actions .btn-toolbar>input[type="submit"],
.form-actions .btn-toolbar>button[type="submit"],
.btn-toolbar>.pill,
.btn-toolbar>.btn-group,
.btn-toolbar>.pill-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.pill-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .pill-group>input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>button[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.form-actions .pill-group>button[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.pill:not(:first-child):not(:last-child):not(.dropdown-toggle),
.pill-group>.pill:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.pill-group>.btn:first-child,
.form-actions .btn-group>input[type="submit"]:first-child,
.form-actions .pill-group>input[type="submit"]:first-child,
.form-actions .btn-group>button[type="submit"]:first-child,
.form-actions .pill-group>button[type="submit"]:first-child,
.btn-group>.pill:first-child,
.pill-group>.pill:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.pill-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .pill-group>input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .btn-group>button[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.form-actions .pill-group>button[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.pill:first-child:not(:last-child):not(.dropdown-toggle),
.pill-group>.pill: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),
.pill-group>.btn:last-child:not(:first-child),
.form-actions .btn-group>input[type="submit"]:last-child:not(:first-child),
.form-actions .pill-group>input[type="submit"]:last-child:not(:first-child),
.form-actions .btn-group>button[type="submit"]:last-child:not(:first-child),
.form-actions .pill-group>button[type="submit"]:last-child:not(:first-child),
.btn-group>.pill:last-child:not(:first-child),
.pill-group>.pill:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.pill-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group,
.pill-group>.btn-group,
.btn-group>.pill-group,
.pill-group>.pill-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.pill-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.pill-group:not(:first-child):not(:last-child)>.btn,
.pill-group>.pill-group:not(:first-child):not(:last-child)>.btn,
.form-actions .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .pill-group>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .btn-group>.pill-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .pill-group>.pill-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .btn-group>.btn-group:not(:first-child):not(:last-child)>button[type="submit"],
.form-actions .pill-group>.btn-group:not(:first-child):not(:last-child)>button[type="submit"],
.form-actions .btn-group>.pill-group:not(:first-child):not(:last-child)>button[type="submit"],
.form-actions .pill-group>.pill-group:not(:first-child):not(:last-child)>button[type="submit"],
.btn-group>.btn-group:not(:first-child):not(:last-child)>.pill,
.pill-group>.btn-group:not(:first-child):not(:last-child)>.pill,
.btn-group>.pill-group:not(:first-child):not(:last-child)>.pill,
.pill-group>.pill-group:not(:first-child):not(:last-child)>.pill {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.pill-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.pill-group:first-child:not(:last-child)>.btn:last-child,
.pill-group>.pill-group:first-child:not(:last-child)>.btn:last-child,
.form-actions .btn-group>.btn-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .pill-group>.btn-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .btn-group>.pill-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .pill-group>.pill-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .btn-group>.btn-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.form-actions .pill-group>.btn-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.form-actions .btn-group>.pill-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.form-actions .pill-group>.pill-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.pill:last-child,
.pill-group>.btn-group:first-child:not(:last-child)>.pill:last-child,
.btn-group>.pill-group:first-child:not(:last-child)>.pill:last-child,
.pill-group>.pill-group:first-child:not(:last-child)>.pill:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.pill-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.pill-group:first-child:not(:last-child)>.dropdown-toggle,
.pill-group>.pill-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.pill-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.pill-group:last-child:not(:first-child)>.btn:first-child,
.pill-group>.pill-group:last-child:not(:first-child)>.btn:first-child,
.form-actions .btn-group>.btn-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .pill-group>.btn-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .btn-group>.pill-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .pill-group>.pill-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .btn-group>.btn-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.form-actions .pill-group>.btn-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.form-actions .btn-group>.pill-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.form-actions .pill-group>.pill-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.pill:first-child,
.pill-group>.btn-group:last-child:not(:first-child)>.pill:first-child,
.btn-group>.pill-group:last-child:not(:first-child)>.pill:first-child,
.pill-group>.pill-group:last-child:not(:first-child)>.pill:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.pill-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.open.pill-group .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.pill-group>.btn+.dropdown-toggle,
.form-actions .btn-group>input[type="submit"]+.dropdown-toggle,
.form-actions .pill-group>input[type="submit"]+.dropdown-toggle,
.form-actions .btn-group>button[type="submit"]+.dropdown-toggle,
.form-actions .pill-group>button[type="submit"]+.dropdown-toggle,
.btn-group>.pill+.dropdown-toggle,
.pill-group>.pill+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.pill-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.pill-group>.btn+.dropdown-toggle,
.pill-group.pill-group-lg>.btn+.dropdown-toggle,
.form-actions .btn-group-lg.btn-group>input[type="submit"]+.dropdown-toggle,
.form-actions .btn-group-lg.pill-group>input[type="submit"]+.dropdown-toggle,
.form-actions .pill-group.pill-group-lg>input[type="submit"]+.dropdown-toggle,
.form-actions .btn-group-lg.btn-group>button[type="submit"]+.dropdown-toggle,
.form-actions .btn-group-lg.pill-group>button[type="submit"]+.dropdown-toggle,
.form-actions .pill-group.pill-group-lg>button[type="submit"]+.dropdown-toggle,
.btn-group-lg.btn-group>.pill+.dropdown-toggle,
.btn-group-lg.pill-group>.pill+.dropdown-toggle,
.pill-group.pill-group-lg>.pill+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle,
.open.pill-group .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link,
.open.pill-group .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.form-actions input[type="submit"] .caret,
.form-actions button[type="submit"] .caret,
.pill .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.pill-group.pill-group-lg>.btn .caret,
.form-actions .btn-group-lg>input[type="submit"] .caret,
.form-actions .pill-group.pill-group-lg>input[type="submit"] .caret,
.form-actions .btn-group-lg>button[type="submit"] .caret,
.form-actions .pill-group.pill-group-lg>button[type="submit"] .caret,
.btn-group-lg>.pill .caret,
.pill-group.pill-group-lg>.pill .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .pill-group.pill-group-lg>.btn .caret,
.dropup .form-actions .btn-group-lg>input[type="submit"] .caret,
.form-actions .dropup .btn-group-lg>input[type="submit"] .caret,
.dropup .form-actions .pill-group.pill-group-lg>input[type="submit"] .caret,
.form-actions .dropup .pill-group.pill-group-lg>input[type="submit"] .caret,
.dropup .form-actions .btn-group-lg>button[type="submit"] .caret,
.form-actions .dropup .btn-group-lg>button[type="submit"] .caret,
.dropup .form-actions .pill-group.pill-group-lg>button[type="submit"] .caret,
.form-actions .dropup .pill-group.pill-group-lg>button[type="submit"] .caret,
.dropup .btn-group-lg>.pill .caret,
.dropup .pill-group.pill-group-lg>.pill .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.form-actions .btn-group-vertical>input[type="submit"],
.form-actions .btn-group-vertical>button[type="submit"],
.btn-group-vertical>.pill,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.pill-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.pill-group>.btn,
.form-actions .btn-group-vertical>.btn-group>input[type="submit"],
.form-actions .btn-group-vertical>.pill-group>input[type="submit"],
.form-actions .btn-group-vertical>.btn-group>button[type="submit"],
.form-actions .btn-group-vertical>.pill-group>button[type="submit"],
.btn-group-vertical>.btn-group>.pill,
.btn-group-vertical>.pill-group>.pill {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.pill-group:before,
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.pill-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.pill-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.pill-group>.btn,
.form-actions .btn-group-vertical>.btn-group>input[type="submit"],
.form-actions .btn-group-vertical>.pill-group>input[type="submit"],
.form-actions .btn-group-vertical>.btn-group>button[type="submit"],
.form-actions .btn-group-vertical>.pill-group>button[type="submit"],
.btn-group-vertical>.btn-group>.pill,
.btn-group-vertical>.pill-group>.pill {
    float: none
}

.btn-group-vertical>.btn+.btn,
.form-actions .btn-group-vertical>input[type="submit"]+.btn,
.form-actions .btn-group-vertical>button[type="submit"]+.btn,
.btn-group-vertical>.pill+.btn,
.form-actions .btn-group-vertical>.btn+input[type="submit"],
.form-actions .btn-group-vertical>input[type="submit"]+input[type="submit"],
.form-actions .btn-group-vertical>button[type="submit"]+input[type="submit"],
.form-actions .btn-group-vertical>.pill+input[type="submit"],
.form-actions .btn-group-vertical>.btn+button[type="submit"],
.form-actions .btn-group-vertical>input[type="submit"]+button[type="submit"],
.form-actions .btn-group-vertical>button[type="submit"]+button[type="submit"],
.form-actions .btn-group-vertical>.pill+button[type="submit"],
.btn-group-vertical>.btn+.pill,
.form-actions .btn-group-vertical>input[type="submit"]+.pill,
.form-actions .btn-group-vertical>button[type="submit"]+.pill,
.btn-group-vertical>.pill+.pill,
.btn-group-vertical>.btn+.btn-group,
.form-actions .btn-group-vertical>input[type="submit"]+.btn-group,
.form-actions .btn-group-vertical>button[type="submit"]+.btn-group,
.btn-group-vertical>.pill+.btn-group,
.btn-group-vertical>.btn+.pill-group,
.form-actions .btn-group-vertical>input[type="submit"]+.pill-group,
.form-actions .btn-group-vertical>button[type="submit"]+.pill-group,
.btn-group-vertical>.pill+.pill-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.pill-group+.btn,
.form-actions .btn-group-vertical>.btn-group+input[type="submit"],
.form-actions .btn-group-vertical>.pill-group+input[type="submit"],
.form-actions .btn-group-vertical>.btn-group+button[type="submit"],
.form-actions .btn-group-vertical>.pill-group+button[type="submit"],
.btn-group-vertical>.btn-group+.pill,
.btn-group-vertical>.pill-group+.pill,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.pill-group+.btn-group,
.btn-group-vertical>.btn-group+.pill-group,
.btn-group-vertical>.pill-group+.pill-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.form-actions .btn-group-vertical>input[type="submit"]:not(:first-child):not(:last-child),
.form-actions .btn-group-vertical>button[type="submit"]:not(:first-child):not(:last-child),
.btn-group-vertical>.pill:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.form-actions .btn-group-vertical>input[type="submit"]:first-child:not(:last-child),
.form-actions .btn-group-vertical>button[type="submit"]:first-child:not(:last-child),
.btn-group-vertical>.pill:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.form-actions .btn-group-vertical>input[type="submit"]:last-child:not(:first-child),
.form-actions .btn-group-vertical>button[type="submit"]:last-child:not(:first-child),
.btn-group-vertical>.pill:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.pill-group:not(:first-child):not(:last-child)>.btn,
.form-actions .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .btn-group-vertical>.pill-group:not(:first-child):not(:last-child)>input[type="submit"],
.form-actions .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>button[type="submit"],
.form-actions .btn-group-vertical>.pill-group:not(:first-child):not(:last-child)>button[type="submit"],
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.pill,
.btn-group-vertical>.pill-group:not(:first-child):not(:last-child)>.pill {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.pill-group:first-child:not(:last-child)>.btn:last-child,
.form-actions .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .btn-group-vertical>.pill-group:first-child:not(:last-child)>input[type="submit"]:last-child,
.form-actions .btn-group-vertical>.btn-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.form-actions .btn-group-vertical>.pill-group:first-child:not(:last-child)>button[type="submit"]:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.pill:last-child,
.btn-group-vertical>.pill-group:first-child:not(:last-child)>.pill:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.pill-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,
.btn-group-vertical>.pill-group:last-child:not(:first-child)>.btn:first-child,
.form-actions .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .btn-group-vertical>.pill-group:last-child:not(:first-child)>input[type="submit"]:first-child,
.form-actions .btn-group-vertical>.btn-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.form-actions .btn-group-vertical>.pill-group:last-child:not(:first-child)>button[type="submit"]:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.pill:first-child,
.btn-group-vertical>.pill-group:last-child:not(:first-child)>.pill:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.form-actions .btn-group-justified>input[type="submit"],
.form-actions .btn-group-justified>button[type="submit"],
.btn-group-justified>.pill,
.btn-group-justified>.btn-group,
.btn-group-justified>.pill-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.pill-group .btn,
.btn-group-justified>.btn-group .form-actions input[type="submit"],
.form-actions .btn-group-justified>.btn-group input[type="submit"],
.btn-group-justified>.pill-group .form-actions input[type="submit"],
.form-actions .btn-group-justified>.pill-group input[type="submit"],
.btn-group-justified>.btn-group .form-actions button[type="submit"],
.form-actions .btn-group-justified>.btn-group button[type="submit"],
.btn-group-justified>.pill-group .form-actions button[type="submit"],
.form-actions .btn-group-justified>.pill-group button[type="submit"],
.btn-group-justified>.btn-group .pill,
.btn-group-justified>.pill-group .pill {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu,
.btn-group-justified>.pill-group .dropdown-menu,
.btn-group-justified>.btn-group .select2-drop.select2-dropdown>ul,
.btn-group-justified>.pill-group .select2-drop.select2-dropdown>ul {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
.form-actions [data-toggle="buttons"]>input[type="submit"] input[type="radio"],
.form-actions [data-toggle="buttons"]>button[type="submit"] input[type="radio"],
[data-toggle="buttons"]>.pill input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
.form-actions [data-toggle="buttons"]>input[type="submit"] input[type="checkbox"],
.form-actions [data-toggle="buttons"]>button[type="submit"] input[type="checkbox"],
[data-toggle="buttons"]>.pill input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.pill-group>.btn input[type="radio"],
.form-actions [data-toggle="buttons"]>.btn-group>input[type="submit"] input[type="radio"],
.form-actions [data-toggle="buttons"]>.pill-group>input[type="submit"] input[type="radio"],
.form-actions [data-toggle="buttons"]>.btn-group>button[type="submit"] input[type="radio"],
.form-actions [data-toggle="buttons"]>.pill-group>button[type="submit"] input[type="radio"],
[data-toggle="buttons"]>.btn-group>.pill input[type="radio"],
[data-toggle="buttons"]>.pill-group>.pill input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.pill-group>.btn input[type="checkbox"],
.form-actions [data-toggle="buttons"]>.btn-group>input[type="submit"] input[type="checkbox"],
.form-actions [data-toggle="buttons"]>.pill-group>input[type="submit"] input[type="checkbox"],
.form-actions [data-toggle="buttons"]>.btn-group>button[type="submit"] input[type="checkbox"],
.form-actions [data-toggle="buttons"]>.pill-group>button[type="submit"] input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.pill input[type="checkbox"],
[data-toggle="buttons"]>.pill-group>.pill input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    /* display: table; */
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input,
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input:focus,
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input,
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input:not(:first-child):not(:last-child),
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input:not(:first-child):not(:last-child),
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input:not(:first-child):not(:last-child),
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    float: none;
    padding: 11px 25px 12px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    right: 0;
    border-left: 1;


}

.input-group-addon.input-sm,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.input-group-addon,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.input-group-addon,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.form-actions .input-group-sm>.input-group-btn>input.input-group-addon[type="submit"],
.form-actions .input-group-sm>.input-group-btn>button.input-group-addon[type="submit"],
.input-group-sm>.input-group-btn>.input-group-addon.pill {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 2px
}

.input-group-addon.input-lg,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.input-group-addon,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.input-group-addon,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.form-actions .input-group-lg>.input-group-btn>input.input-group-addon[type="submit"],
.form-actions .input-group-lg>.input-group-btn>button.input-group-addon[type="submit"],
.input-group-lg>.input-group-btn>.input-group-addon.pill {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 5px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input:first-child,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input:first-child,
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input:first-child,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.form-actions .input-group-btn:first-child>input[type="submit"],
.form-actions .input-group-btn:first-child>button[type="submit"],
.input-group-btn:first-child>.pill,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.pill-group>.btn,
.form-actions .input-group-btn:first-child>.btn-group>input[type="submit"],
.form-actions .input-group-btn:first-child>.pill-group>input[type="submit"],
.form-actions .input-group-btn:first-child>.btn-group>button[type="submit"],
.form-actions .input-group-btn:first-child>.pill-group>button[type="submit"],
.input-group-btn:first-child>.btn-group>.pill,
.input-group-btn:first-child>.pill-group>.pill,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.form-actions .input-group-btn:last-child>input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.form-actions .input-group-btn:last-child>button[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.pill:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.pill-group:not(:last-child)>.btn,
.form-actions .input-group-btn:last-child>.btn-group:not(:last-child)>input[type="submit"],
.form-actions .input-group-btn:last-child>.pill-group:not(:last-child)>input[type="submit"],
.form-actions .input-group-btn:last-child>.btn-group:not(:last-child)>button[type="submit"],
.form-actions .input-group-btn:last-child>.pill-group:not(:last-child)>button[type="submit"],
.input-group-btn:last-child>.btn-group:not(:last-child)>.pill,
.input-group-btn:last-child>.pill-group:not(:last-child)>.pill {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

/* .input-group-addon:first-child {
    border-right: 0
} */

.input-group .form-control:last-child,
.input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input:last-child,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group input:last-child,
.input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input:last-child,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.form-actions .input-group-btn:last-child>input[type="submit"],
.form-actions .input-group-btn:last-child>button[type="submit"],
.input-group-btn:last-child>.pill,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.pill-group>.btn,
.form-actions .input-group-btn:last-child>.btn-group>input[type="submit"],
.form-actions .input-group-btn:last-child>.pill-group>input[type="submit"],
.form-actions .input-group-btn:last-child>.btn-group>button[type="submit"],
.form-actions .input-group-btn:last-child>.pill-group>button[type="submit"],
.input-group-btn:last-child>.btn-group>.pill,
.input-group-btn:last-child>.pill-group>.pill,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.form-actions .input-group-btn:first-child>input[type="submit"]:not(:first-child),
.form-actions .input-group-btn:first-child>button[type="submit"]:not(:first-child),
.input-group-btn:first-child>.pill:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.pill-group:not(:first-child)>.btn,
.form-actions .input-group-btn:first-child>.btn-group:not(:first-child)>input[type="submit"],
.form-actions .input-group-btn:first-child>.pill-group:not(:first-child)>input[type="submit"],
.form-actions .input-group-btn:first-child>.btn-group:not(:first-child)>button[type="submit"],
.form-actions .input-group-btn:first-child>.pill-group:not(:first-child)>button[type="submit"],
.input-group-btn:first-child>.btn-group:not(:first-child)>.pill,
.input-group-btn:first-child>.pill-group:not(:first-child)>.pill {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

/* .input-group-addon:last-child {
    border-left: 0
} */

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.form-actions .input-group-btn>input[type="submit"],
.form-actions .input-group-btn>button[type="submit"],
.input-group-btn>.pill {
    position: relative
}

.input-group-btn>.btn+.btn,
.form-actions .input-group-btn>input[type="submit"]+.btn,
.form-actions .input-group-btn>button[type="submit"]+.btn,
.input-group-btn>.pill+.btn,
.form-actions .input-group-btn>.btn+input[type="submit"],
.form-actions .input-group-btn>input[type="submit"]+input[type="submit"],
.form-actions .input-group-btn>button[type="submit"]+input[type="submit"],
.form-actions .input-group-btn>.pill+input[type="submit"],
.form-actions .input-group-btn>.btn+button[type="submit"],
.form-actions .input-group-btn>input[type="submit"]+button[type="submit"],
.form-actions .input-group-btn>button[type="submit"]+button[type="submit"],
.form-actions .input-group-btn>.pill+button[type="submit"],
.input-group-btn>.btn+.pill,
.form-actions .input-group-btn>input[type="submit"]+.pill,
.form-actions .input-group-btn>button[type="submit"]+.pill,
.input-group-btn>.pill+.pill {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.form-actions .input-group-btn>input[type="submit"]:hover,
.form-actions .input-group-btn>button[type="submit"]:hover,
.input-group-btn>.pill:hover,
.input-group-btn>.btn:focus,
.form-actions .input-group-btn>input[type="submit"]:focus,
.form-actions .input-group-btn>button[type="submit"]:focus,
.input-group-btn>.pill:focus,
.input-group-btn>.btn:active,
.form-actions .input-group-btn>input[type="submit"]:active,
.form-actions .input-group-btn>button[type="submit"]:active,
.input-group-btn>.pill:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.form-actions .input-group-btn:first-child>input[type="submit"],
.form-actions .input-group-btn:first-child>button[type="submit"],
.input-group-btn:first-child>.pill,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.pill-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.form-actions .input-group-btn:last-child>input[type="submit"],
.form-actions .input-group-btn:last-child>button[type="submit"],
.input-group-btn:last-child>.pill,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.pill-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}


.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav>li.disabled>a {
    color: #777777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #4b8ffa
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}



.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}


.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #4b8ffa
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu,
.nav-justified>.dropdown .select2-drop.select2-dropdown>ul {
    top: auto;
    left: auto
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #f0f6ff
    }
}

.tab-content>.tab-pane {
    display: none
}

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

.nav-tabs .dropdown-menu,
.nav-tabs .select2-drop.select2-dropdown>ul {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px
    }
}

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

.navbar-header:after {
    clear: both
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

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

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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

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

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
main>.navbar-header,
.container-fluid>.navbar-collapse,
main>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    main>.navbar-header,
    .container-fluid>.navbar-collapse,
    main>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

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

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand,
.navbar-default a.school-name {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-default a.school-name:hover,
.navbar-brand:focus,
.navbar-default a.school-name:focus {
    text-decoration: none
}

.navbar-brand>img,
.navbar-default a.school-name>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container .navbar-default a.school-name,
    .navbar-default .navbar>.container a.school-name,
    .navbar>.container-fluid .navbar-brand,
    .navbar>main .navbar-brand,
    .navbar>.container-fluid .navbar-default a.school-name,
    .navbar-default .navbar>.container-fluid a.school-name,
    .navbar>main .navbar-default a.school-name,
    .navbar-default .navbar>main a.school-name {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

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

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu,
    .navbar-nav .open .select2-drop.select2-dropdown>ul {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .select2-drop.select2-dropdown>ul .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

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

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

@media (min-width: 768px) {

    .navbar-form .form-group,
    .navbar-form .col-sm-3.label-block {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control,
    .navbar-form .bootstrap-wysihtml5-insert-image-modal .modal-body input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .navbar-form input,
    .navbar-form .bootstrap-wysihtml5-insert-link-modal .modal-body input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .navbar-form input {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .bootstrap-wysihtml5-insert-image-modal .modal-body input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .navbar-form .input-group input,
    .navbar-form .input-group .bootstrap-wysihtml5-insert-link-modal .modal-body input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .navbar-form .input-group input {
        width: auto
    }

    .navbar-form .input-group>.form-control,
    .navbar-form .bootstrap-wysihtml5-insert-image-modal .modal-body .input-group>input,
    .bootstrap-wysihtml5-insert-image-modal .modal-body .navbar-form .input-group>input,
    .navbar-form .bootstrap-wysihtml5-insert-link-modal .modal-body .input-group>input,
    .bootstrap-wysihtml5-insert-link-modal .modal-body .navbar-form .input-group>input {
        width: 100%
    }

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

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

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

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

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {

    .navbar-form .form-group,
    .navbar-form .col-sm-3.label-block {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child,
    .navbar-form .col-sm-3.label-block:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav>li.select2-drop.select2-dropdown>ul {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,
.navbar-fixed-bottom .navbar-nav>li.select2-drop.select2-dropdown>ul {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.pill-group.pill-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.pill,
.pill-group.pill-group-sm>.navbar-btn.pill,
.form-actions input.navbar-btn[type="submit"],
.form-actions button.navbar-btn[type="submit"] {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.pill-group.pill-group-xs>.navbar-btn.btn,
.form-actions .btn-group-xs>input.navbar-btn[type="submit"],
.form-actions .pill-group.pill-group-xs>input.navbar-btn[type="submit"],
.form-actions .btn-group-xs>button.navbar-btn[type="submit"],
.form-actions .pill-group.pill-group-xs>button.navbar-btn[type="submit"],
.btn-group-xs>.navbar-btn.pill,
.pill-group.pill-group-xs>.navbar-btn.pill {
    margin-top: 14px;
    margin-bottom: 14px
}

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

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

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: white;
    border-color: #eeeeee
}

.navbar-default .navbar-brand,
.navbar-default a.school-name {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default a.school-name:hover,
.navbar-default .navbar-brand:focus,
.navbar-default a.school-name:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #eeeeee
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #eeeeee;
    color: #555
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a:focus {
        color: #555;
        background-color: #eeeeee
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-default a.school-name,
.navbar-default .navbar-inverse a.school-name {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-default a.school-name:hover,
.navbar-default .navbar-inverse a.school-name:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-default a.school-name:focus,
.navbar-default .navbar-inverse a.school-name:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .select2-drop.select2-dropdown>ul>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: " >  ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.42857;
    text-decoration: none;
    color: #8693a6;
    background-color: white;
    border: 1px solid transparent;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #0762f2;
    background-color: white;
    border-color: #4b8ffa
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #4b8ffa;
    border-color: #4b8ffa;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: transparent;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: white
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: white;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label,
.form-actions input[type="submit"] .label,
.form-actions button[type="submit"] .label,
.pill .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #4b8ffa
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1970f9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #fc5255
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #fb2024
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.form-actions input[type="submit"] .badge,
.form-actions button[type="submit"] .badge,
.pill .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.pill-group.pill-group-xs>.btn .badge,
.form-actions .btn-group-xs>input[type="submit"] .badge,
.form-actions .pill-group.pill-group-xs>input[type="submit"] .badge,
.form-actions .btn-group-xs>button[type="submit"] .badge,
.form-actions .pill-group.pill-group-xs>button[type="submit"] .badge,
.btn-group-xs>.pill .badge,
.pill-group.pill-group-xs>.pill .badge,
.btn-group-xs>.btn .badge,
.pill-group.pill-group-xs>.btn .badge,
.form-actions .btn-group-xs>input[type="submit"] .badge,
.form-actions .pill-group.pill-group-xs>input[type="submit"] .badge,
.form-actions .btn-group-xs>button[type="submit"] .badge,
.form-actions .pill-group.pill-group-xs>button[type="submit"] .badge,
.btn-group-xs>.pill .badge,
.pill-group.pill-group-xs>.pill .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #4b8ffa;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron,
main .jumbotron {
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron,
    main .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #f0f6ff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #5b6c86
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #4b8ffa
}

.alert,
#flash-area .flash {
    padding: 4px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4,
#flash-area .flash h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link,
#flash-area .flash .alert-link {
    font-weight: bold
}

.alert>p,
#flash-area .flash>p,
.alert>ul,
#flash-area .flash>ul {
    margin-bottom: 0
}

.alert>p+p,
#flash-area .flash>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 4px 10px20
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success,
#flash-area .flash.notice {
    background-color: #dfe;
    border-color: #99cb9a;
    color: #3c763d
}

.alert-success hr,
#flash-area .flash.notice hr {
    border-top-color: #88c389
}

.alert-success .alert-link,
#flash-area .flash.notice .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger,
#flash-area .flash.alert,
#flash-area .flash {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #fc5255
}

.alert-danger hr,
#flash-area .flash.alert hr,
#flash-area .flash hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link,
#flash-area .flash .alert-link {
    color: #fb2024
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #4b8ffa;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #fc5255
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right,
.form-group .media>.info-link,
.col-sm-3.label-block .media>.info-link {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #d9e7f7
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

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

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #4b8ffa;
    border-color: #4b8ffa
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: white
}

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

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

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

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

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

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

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

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

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #fc5255;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fc5255
}

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

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #fc5255;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fc5255;
    border-color: #fc5255
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fbfcff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-fusion,
.panel>.table-responsive>.table,
.panel>.table-responsive>.table-fusion,
.panel>.panel-collapse>.table,
.panel>.panel-collapse>.table-fusion {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-fusion caption,
.panel>.table-responsive>.table caption,
.panel>.table-responsive>.table-fusion caption,
.panel>.panel-collapse>.table caption,
.panel>.panel-collapse>.table-fusion caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-fusion:first-child,
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-fusion:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-fusion:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-fusion:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-fusion:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-fusion:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-fusion:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-fusion:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-fusion:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-fusion:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-fusion:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-fusion:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-fusion:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-fusion:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-fusion:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-fusion:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-fusion:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-fusion:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-fusion:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-fusion:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-fusion:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-fusion:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-fusion:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-fusion:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-fusion,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-fusion+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #d9e7f6
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table-fusion>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table-fusion>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

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

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

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

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

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

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #d9e7f7
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #fbfcff;
    border-color: #d9e7f7
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d9e7f7
}

.panel-default>.panel-heading .badge {
    color: #fbfcff;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d9e7f7
}

.panel-primary {
    border-color: #4b8ffa
}

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

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4b8ffa
}

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

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #4b8ffa
}

.panel-success {
    border-color: #99cb9a
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dfe;
    border-color: #99cb9a
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #99cb9a
}

.panel-success>.panel-heading .badge {
    color: #dfe;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #99cb9a
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #fc5255;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #fc5255
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 5px
}

.well-sm {
    padding: 9px;
    border-radius: 2px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

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

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

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

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .form-actions input[type="submit"]+.btn,
.form-actions .modal-footer input[type="submit"]+.btn,
.modal-footer .form-actions button[type="submit"]+.btn,
.form-actions .modal-footer button[type="submit"]+.btn,
.modal-footer .pill+.btn,
.modal-footer .form-actions .btn+input[type="submit"],
.form-actions .modal-footer .btn+input[type="submit"],
.modal-footer .form-actions input[type="submit"]+input[type="submit"],
.form-actions .modal-footer input[type="submit"]+input[type="submit"],
.modal-footer .form-actions button[type="submit"]+input[type="submit"],
.form-actions .modal-footer button[type="submit"]+input[type="submit"],
.modal-footer .form-actions .pill+input[type="submit"],
.form-actions .modal-footer .pill+input[type="submit"],
.modal-footer .form-actions .btn+button[type="submit"],
.form-actions .modal-footer .btn+button[type="submit"],
.modal-footer .form-actions input[type="submit"]+button[type="submit"],
.form-actions .modal-footer input[type="submit"]+button[type="submit"],
.modal-footer .form-actions button[type="submit"]+button[type="submit"],
.form-actions .modal-footer button[type="submit"]+button[type="submit"],
.modal-footer .form-actions .pill+button[type="submit"],
.form-actions .modal-footer .pill+button[type="submit"],
.modal-footer .btn+.pill,
.modal-footer .form-actions input[type="submit"]+.pill,
.form-actions .modal-footer input[type="submit"]+.pill,
.modal-footer .form-actions button[type="submit"]+.pill,
.form-actions .modal-footer button[type="submit"]+.pill,
.modal-footer .pill+.pill {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .pill-group .btn+.btn,
.modal-footer .btn-group .form-actions input[type="submit"]+.btn,
.form-actions .modal-footer .btn-group input[type="submit"]+.btn,
.modal-footer .pill-group .form-actions input[type="submit"]+.btn,
.form-actions .modal-footer .pill-group input[type="submit"]+.btn,
.modal-footer .btn-group .form-actions button[type="submit"]+.btn,
.form-actions .modal-footer .btn-group button[type="submit"]+.btn,
.modal-footer .pill-group .form-actions button[type="submit"]+.btn,
.form-actions .modal-footer .pill-group button[type="submit"]+.btn,
.modal-footer .btn-group .pill+.btn,
.modal-footer .pill-group .pill+.btn,
.modal-footer .btn-group .form-actions .btn+input[type="submit"],
.form-actions .modal-footer .btn-group .btn+input[type="submit"],
.modal-footer .pill-group .form-actions .btn+input[type="submit"],
.form-actions .modal-footer .pill-group .btn+input[type="submit"],
.modal-footer .btn-group .form-actions input[type="submit"]+input[type="submit"],
.form-actions .modal-footer .btn-group input[type="submit"]+input[type="submit"],
.modal-footer .pill-group .form-actions input[type="submit"]+input[type="submit"],
.form-actions .modal-footer .pill-group input[type="submit"]+input[type="submit"],
.modal-footer .btn-group .form-actions button[type="submit"]+input[type="submit"],
.form-actions .modal-footer .btn-group button[type="submit"]+input[type="submit"],
.modal-footer .pill-group .form-actions button[type="submit"]+input[type="submit"],
.form-actions .modal-footer .pill-group button[type="submit"]+input[type="submit"],
.modal-footer .btn-group .form-actions .pill+input[type="submit"],
.form-actions .modal-footer .btn-group .pill+input[type="submit"],
.modal-footer .pill-group .form-actions .pill+input[type="submit"],
.form-actions .modal-footer .pill-group .pill+input[type="submit"],
.modal-footer .btn-group .form-actions .btn+button[type="submit"],
.form-actions .modal-footer .btn-group .btn+button[type="submit"],
.modal-footer .pill-group .form-actions .btn+button[type="submit"],
.form-actions .modal-footer .pill-group .btn+button[type="submit"],
.modal-footer .btn-group .form-actions input[type="submit"]+button[type="submit"],
.form-actions .modal-footer .btn-group input[type="submit"]+button[type="submit"],
.modal-footer .pill-group .form-actions input[type="submit"]+button[type="submit"],
.form-actions .modal-footer .pill-group input[type="submit"]+button[type="submit"],
.modal-footer .btn-group .form-actions button[type="submit"]+button[type="submit"],
.form-actions .modal-footer .btn-group button[type="submit"]+button[type="submit"],
.modal-footer .pill-group .form-actions button[type="submit"]+button[type="submit"],
.form-actions .modal-footer .pill-group button[type="submit"]+button[type="submit"],
.modal-footer .btn-group .form-actions .pill+button[type="submit"],
.form-actions .modal-footer .btn-group .pill+button[type="submit"],
.modal-footer .pill-group .form-actions .pill+button[type="submit"],
.form-actions .modal-footer .pill-group .pill+button[type="submit"],
.modal-footer .btn-group .btn+.pill,
.modal-footer .pill-group .btn+.pill,
.modal-footer .btn-group .form-actions input[type="submit"]+.pill,
.form-actions .modal-footer .btn-group input[type="submit"]+.pill,
.modal-footer .pill-group .form-actions input[type="submit"]+.pill,
.form-actions .modal-footer .pill-group input[type="submit"]+.pill,
.modal-footer .btn-group .form-actions button[type="submit"]+.pill,
.form-actions .modal-footer .btn-group button[type="submit"]+.pill,
.modal-footer .pill-group .form-actions button[type="submit"]+.pill,
.form-actions .modal-footer .pill-group button[type="submit"]+.pill,
.modal-footer .btn-group .pill+.pill,
.modal-footer .pill-group .pill+.pill {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    display: block;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

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

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

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

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

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

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

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

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

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    /* font-family: serif */
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn,
.carousel-caption .form-actions input[type="submit"],
.form-actions .carousel-caption input[type="submit"],
.carousel-caption .form-actions button[type="submit"],
.form-actions .carousel-caption button[type="submit"],
.carousel-caption .pill {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

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

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

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

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right,
.form-group .info-link,
.col-sm-3.label-block .info-link {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden,
#student-profile .checklist .media-object .index.completed {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

main .content-wrapper .content-block .content-panel,
.form-actions,
main .content-wrapper .content-block hr.divider,
main .content-wrapper .content-block .content-block-header,
.table-responsive,
.content-block .panel-group.collapsible .panel,
.homepage-header,
#student-profile .nav,
#student-profile .checklist {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

main .content-wrapper .content-block .content-panel,
.form-actions {
    background: #fbfcff;
    border-top: 1px solid #d9e7f7;
    border-bottom: 1px solid #d9e7f7;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    margin-top: 10px
}

.navbar-default .navbar-toggle {
    border: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 2px 6px 3px 6px
}

.navbar-default .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar-default a.school-name {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

main {
    margin-top: 51px;

}

main .content-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

main .content-wrapper:before,
main .content-wrapper:after {
    content: " ";
    display: table
}

main .content-wrapper:after {
    clear: both
}

main .content-wrapper>ul.breadcrumb {
    padding: 0;
    margin-top: 20px;
    display: none
}

main .content-wrapper>ul.breadcrumb+.content-block {
    margin-top: 0
}

main .content-wrapper>ul.breadcrumb>li+li:before {
    /* font-family: FontAwesome; */
    content: " \f105 \00a0"
}

@media (min-width: 992px) {
    main .content-wrapper>ul.breadcrumb {
        display: block
    }
}

@media (min-width: 768px) {
    main .content-wrapper {
        margin: auto -15px auto -15px
    }
}

@media (min-width: 992px) {
    main .content-wrapper {
        margin: auto auto auto auto
    }
}

@media (min-width: 1200px) {
    main .content-wrapper {
        margin: auto auto auto 250px
    }
}

main .content-wrapper .content-block {
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}

main .content-wrapper .content-block.no-padding {
    padding: 0
}

main .content-wrapper .content-block.no-padding .content-block-header {
    margin: 0
}

main .content-wrapper .content-block>:last-child:not(.panel-group):not(form) {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    main .content-wrapper .content-block {
        margin-top: 20px;
        margin-bottom: 0px
    }
}

main .content-wrapper .content-block+.content-block {
    margin-top: 0
}

main .content-wrapper .content-block hr.divider {
    border-top-color: #d9e7f7
}

main .content-wrapper .content-block .content-block-header {
    background: #4b8ffa;
    color: white;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

main .content-wrapper .content-block .content-block-header>a,
main .content-wrapper .content-block .content-block-header>.dropdown>a {
    color: white;
    text-decoration: none;
    margin-left: 5px
}

main .content-wrapper .content-block .content-block-header .dropdown>a>.fa {
    min-width: 16px;
    text-align: center
}

main .content-wrapper .content-block .content-panel {
    margin-bottom: 10px
}

.help-block {
    font-size: 12px;
    margin-top: 10px;
    text-align: left
}

.form-group .help-block,
.col-sm-3.label-block .help-block {
    color: #859bbb
}

.form-group .info-link,
.col-sm-3.label-block .info-link {
    font-size: 10px;
    margin-top: 3px
}

.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body input {
    color: #293041;
    border-radius: 1px;
    font-size: 13px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04)
}

.form-control::-moz-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input::-moz-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input::-moz-placeholder {
    color: #a6bedc;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input:-ms-input-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input:-ms-input-placeholder {
    color: #a6bedc
}

.form-control::-webkit-input-placeholder,
.bootstrap-wysihtml5-insert-image-modal .modal-body input::-webkit-input-placeholder,
.bootstrap-wysihtml5-insert-link-modal .modal-body input::-webkit-input-placeholder {
    color: #a6bedc
}

.form-control:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #ffffff
}

.form-control[disabled],
.bootstrap-wysihtml5-insert-image-modal .modal-body input[disabled],
.bootstrap-wysihtml5-insert-link-modal .modal-body input[disabled],
.form-control.iColorPicker,
.bootstrap-wysihtml5-insert-image-modal .modal-body input.iColorPicker,
.bootstrap-wysihtml5-insert-link-modal .modal-body input.iColorPicker,
.form-control[readonly]:not(.date-time-picker),
.bootstrap-wysihtml5-insert-image-modal .modal-body input[readonly]:not(.date-time-picker),
.bootstrap-wysihtml5-insert-link-modal .modal-body input[readonly]:not(.date-time-picker),
fieldset[disabled] .form-control,
fieldset[disabled] .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body fieldset[disabled] input,
fieldset[disabled] .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body fieldset[disabled] input {
    background-color: #ffffff;
    opacity: 1;
}

.form-control.iColorPicker,
.bootstrap-wysihtml5-insert-image-modal .modal-body input.iColorPicker,
.bootstrap-wysihtml5-insert-link-modal .modal-body input.iColorPicker {
    color: white;
    width: 90px
}

textarea {
    max-width: 100%
}

select.form-control {
    padding: 0;
    padding-left: 10px;
    padding-right: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

select.form-control[disabled],
select.form-control[readonly] {
    /* background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#cdd4dd), to(#cdd4dd));
    background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), linear-gradient(#ffffff, #ffffff), linear-gradient(#cdd4dd, #cdd4dd) */
}

select.form-control::-ms-expand {
    display: none
}

label {
    color: #5b6c86;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 8px
}

label.required::after {
    content: ' *';
    color: #e94b35
}

.checkbox label,
.radio label,
label.radio-inline,
label.checkbox-inline,
.form-inline label {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.42857;
    color: #293041
}

.input-group .input-group-addon {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    color:#d2a355 !important;
    font-size: 12px;
    font-weight: 100;
}

.input-group input:focus+.input-group-addon {
    color: #478cfe;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

.input-group input+.input-group-addon {
    color: #a6bedc
}

.input-group.-fusion input+.input-group-addon {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    background-color: #fff;
    background-image: none;
    color: #859bbb;
    font-size: 12px
}

.form-group .inline-collection,
.col-sm-3.label-block .inline-collection {
    margin-bottom: 10px
}

.form-group .inline-collection .radio-inline,
.col-sm-3.label-block .inline-collection .radio-inline,
.form-group .inline-collection .checkbox-inline,
.col-sm-3.label-block .inline-collection .checkbox-inline {
    margin-right: 10px
}

.form-group .inline-collection .radio-inline+.radio-inline,
.col-sm-3.label-block .inline-collection .radio-inline+.radio-inline,
.form-group .inline-collection .radio-inline+.checkbox-inline,
.col-sm-3.label-block .inline-collection .radio-inline+.checkbox-inline,
.form-group .inline-collection .checkbox-inline+.radio-inline,
.col-sm-3.label-block .inline-collection .checkbox-inline+.radio-inline,
.form-group .inline-collection .checkbox-inline+.checkbox-inline,
.col-sm-3.label-block .inline-collection .checkbox-inline+.checkbox-inline {
    margin-left: 0
}

.form-group .redactor-box,
.col-sm-3.label-block .redactor-box {
    margin-bottom: 0
}

.form-group.check_boxes .row,
.check_boxes.col-sm-3.label-block .row,
.form-group.radio_buttons .row,
.radio_buttons.col-sm-3.label-block .row {
    margin-top: 10px
}

.form-group.check_boxes .row .checkbox[class*="col-"],
.check_boxes.col-sm-3.label-block .row .checkbox[class*="col-"],
.form-group.check_boxes .row .radio[class*="col-"],
.check_boxes.col-sm-3.label-block .row .radio[class*="col-"],
.form-group.radio_buttons .row .checkbox[class*="col-"],
.radio_buttons.col-sm-3.label-block .row .checkbox[class*="col-"],
.form-group.radio_buttons .row .radio[class*="col-"],
.radio_buttons.col-sm-3.label-block .row .radio[class*="col-"] {
    margin-top: -5px
}

abbr[title],
abbr[data-original-title],
abbr[original-title] {
    border: none;
    color: #fc5255;
    margin-left: 2px;
    cursor: default
}

.form-actions.panel-footer {
    margin: 0;
    border-bottom: none
}

.form-actions .pagination {
    margin-top: -2px;
    margin-bottom: 0
}

.button_or {
    margin-left: 5px
}

.button_or a,
.button_or button[type="reset"] {
    background: transparent;
    border: none;
    padding: 0;
    color: #fc5255
}

.button_or a:hover,
.button_or button[type="reset"]:hover {
    text-decoration: underline;
    outline: none
}

.table .form-group,
.table-fusion .form-group,
.table .col-sm-3.label-block,
.table-fusion .col-sm-3.label-block {
    margin-bottom: 0
}

.table .form-group .checkbox,
.table-fusion .form-group .checkbox,
.table .col-sm-3.label-block .checkbox,
.table-fusion .col-sm-3.label-block .checkbox {
    margin: 0
}

.has-error .form-control,
.families-edit .error .form-control,
.has-error .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-error input,
.families-edit .error .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .families-edit .error input,
.has-error .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-error input,
.families-edit .error .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .families-edit .error input,
.has-error .form-control:focus,
.families-edit .error .form-control:focus,
.has-error .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-error input:focus,
.families-edit .error .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .families-edit .error input:focus,
.has-error .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-error input:focus,
.families-edit .error .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .families-edit .error input:focus,
.has-error .form-control:active,
.families-edit .error .form-control:active,
.has-error .bootstrap-wysihtml5-insert-image-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-error input:active,
.families-edit .error .bootstrap-wysihtml5-insert-image-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-image-modal .modal-body .families-edit .error input:active,
.has-error .bootstrap-wysihtml5-insert-link-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-error input:active,
.families-edit .error .bootstrap-wysihtml5-insert-link-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-link-modal .modal-body .families-edit .error input:active {
    border: 1px solid #e94b35;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 30px
}

.has-error .select2-container.select2-dropdown a.select2-choice,
.families-edit .error .select2-container.select2-dropdown a.select2-choice {
    border: 1px solid #e94b35;
    height: auto
}

.has-error .select2-container.select2-dropdown a.select2-choice>.select2-arrow b,
.families-edit .error .select2-container.select2-dropdown a.select2-choice>.select2-arrow b {
    border-left-color: #e94b35
}

.has-error .select2-container.select2-dropdown a.select2-choice>.select2-arrow b:before,
.families-edit .error .select2-container.select2-dropdown a.select2-choice>.select2-arrow b:before {
    color: #e94b35
}

.has-error .help-block,
.families-edit .error .help-block {
    color: #e94b35
}

.has-warning .form-control,
.has-warning .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-warning input,
.has-warning .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-warning input,
.has-warning .form-control:focus,
.has-warning .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-warning input:focus,
.has-warning .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-warning input:focus,
.has-warning .form-control:active,
.has-warning .bootstrap-wysihtml5-insert-image-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-warning input:active,
.has-warning .bootstrap-wysihtml5-insert-link-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-warning input:active {
    border: 1px solid #f59d00;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 30px
}

.has-warning .help-block span {
    color: #e94b35
}

.has-success .form-control,
.has-success .bootstrap-wysihtml5-insert-image-modal .modal-body input,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-success input,
.has-success .bootstrap-wysihtml5-insert-link-modal .modal-body input,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-success input,
.has-success .form-control:focus,
.has-success .bootstrap-wysihtml5-insert-image-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-success input:focus,
.has-success .bootstrap-wysihtml5-insert-link-modal .modal-body input:focus,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-success input:focus,
.has-success .form-control:active,
.has-success .bootstrap-wysihtml5-insert-image-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-image-modal .modal-body .has-success input:active,
.has-success .bootstrap-wysihtml5-insert-link-modal .modal-body input:active,
.bootstrap-wysihtml5-insert-link-modal .modal-body .has-success input:active {
    border: 1px solid #d9e7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 30px
}

.btn-submit,
.form-actions input[type="submit"],
.form-actions button[type="submit"],
.btn-main {
    color: white;
    background-color: #4b8ffa;
    border-color: #4b8ffa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13)
}

.btn-submit:focus,
.form-actions input[type="submit"]:focus,
.form-actions button[type="submit"]:focus,
.btn-submit.focus,
.form-actions input.focus[type="submit"],
.form-actions button.focus[type="submit"],
.btn-main:focus,
.btn-main.focus {
    color: white;
    background-color: #1970f9;
    border-color: #054ec0
}

.btn-submit:hover,
.form-actions input[type="submit"]:hover,
.form-actions button[type="submit"]:hover,
.btn-main:hover {
    color: white;
    background-color: #1970f9;
    border-color: #0f6af8
}

.btn-submit:active,
.form-actions input[type="submit"]:active,
.form-actions button[type="submit"]:active,
.btn-submit.active,
.form-actions input.active[type="submit"],
.form-actions button.active[type="submit"],
.open>.btn-submit.dropdown-toggle,
.form-actions .open>input.dropdown-toggle[type="submit"],
.form-actions .open>button.dropdown-toggle[type="submit"],
.btn-main:active,
.btn-main.active,
.open>.btn-main.dropdown-toggle {
    color: white;
    background-color: #1970f9;
    border-color: #0f6af8
}

.btn-submit:active:hover,
.form-actions input[type="submit"]:active:hover,
.form-actions button[type="submit"]:active:hover,
.btn-submit:active:focus,
.form-actions input[type="submit"]:active:focus,
.form-actions button[type="submit"]:active:focus,
.btn-submit:active.focus,
.form-actions input[type="submit"]:active.focus,
.form-actions button[type="submit"]:active.focus,
.btn-submit.active:hover,
.form-actions input.active[type="submit"]:hover,
.form-actions button.active[type="submit"]:hover,
.btn-submit.active:focus,
.form-actions input.active[type="submit"]:focus,
.form-actions button.active[type="submit"]:focus,
.btn-submit.active.focus,
.form-actions input.active.focus[type="submit"],
.form-actions button.active.focus[type="submit"],
.open>.btn-submit.dropdown-toggle:hover,
.form-actions .open>input.dropdown-toggle[type="submit"]:hover,
.form-actions .open>button.dropdown-toggle[type="submit"]:hover,
.open>.btn-submit.dropdown-toggle:focus,
.form-actions .open>input.dropdown-toggle[type="submit"]:focus,
.form-actions .open>button.dropdown-toggle[type="submit"]:focus,
.open>.btn-submit.dropdown-toggle.focus,
.form-actions .open>input.dropdown-toggle.focus[type="submit"],
.form-actions .open>button.dropdown-toggle.focus[type="submit"],
.btn-main:active:hover,
.btn-main:active:focus,
.btn-main:active.focus,
.btn-main.active:hover,
.btn-main.active:focus,
.btn-main.active.focus,
.open>.btn-main.dropdown-toggle:hover,
.open>.btn-main.dropdown-toggle:focus,
.open>.btn-main.dropdown-toggle.focus {
    color: white;
    background-color: #065ee8;
    border-color: #054ec0
}

.btn-submit:active,
.form-actions input[type="submit"]:active,
.form-actions button[type="submit"]:active,
.btn-submit.active,
.form-actions input.active[type="submit"],
.form-actions button.active[type="submit"],
.open>.btn-submit.dropdown-toggle,
.form-actions .open>input.dropdown-toggle[type="submit"],
.form-actions .open>button.dropdown-toggle[type="submit"],
.btn-main:active,
.btn-main.active,
.open>.btn-main.dropdown-toggle {
    background-image: none
}

.btn-submit.disabled:hover,
.form-actions input.disabled[type="submit"]:hover,
.form-actions button.disabled[type="submit"]:hover,
.btn-submit.disabled:focus,
.form-actions input.disabled[type="submit"]:focus,
.form-actions button.disabled[type="submit"]:focus,
.btn-submit.disabled.focus,
.form-actions input.disabled.focus[type="submit"],
.form-actions button.disabled.focus[type="submit"],
.btn-submit[disabled]:hover,
.form-actions input[disabled][type="submit"]:hover,
.form-actions button[disabled][type="submit"]:hover,
.btn-submit[disabled]:focus,
.form-actions input[disabled][type="submit"]:focus,
.form-actions button[disabled][type="submit"]:focus,
.btn-submit[disabled].focus,
.form-actions input[disabled].focus[type="submit"],
.form-actions button[disabled].focus[type="submit"],
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .form-actions input[type="submit"]:hover,
.form-actions fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .form-actions button[type="submit"]:hover,
.form-actions fieldset[disabled] button[type="submit"]:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .form-actions input[type="submit"]:focus,
.form-actions fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] .form-actions button[type="submit"]:focus,
.form-actions fieldset[disabled] button[type="submit"]:focus,
fieldset[disabled] .btn-submit.focus,
fieldset[disabled] .form-actions input.focus[type="submit"],
.form-actions fieldset[disabled] input.focus[type="submit"],
fieldset[disabled] .form-actions button.focus[type="submit"],
.form-actions fieldset[disabled] button.focus[type="submit"],
.btn-main.disabled:hover,
.btn-main.disabled:focus,
.btn-main.disabled.focus,
.btn-main[disabled]:hover,
.btn-main[disabled]:focus,
.btn-main[disabled].focus,
fieldset[disabled] .btn-main:hover,
fieldset[disabled] .btn-main:focus,
fieldset[disabled] .btn-main.focus {
    background-color: #4b8ffa;
    border-color: #4b8ffa
}

.btn-submit .badge,
.form-actions input[type="submit"] .badge,
.form-actions button[type="submit"] .badge,
.btn-main .badge {
    color: #4b8ffa;
    background-color: white
}

.btn-submit:focus,
.form-actions input[type="submit"]:focus,
.form-actions button[type="submit"]:focus,
.btn-submit:active,
.form-actions input[type="submit"]:active,
.form-actions button[type="submit"]:active,
.btn-main:focus,
.btn-main:active {
    background-color: #4b8ffa
}

.btn-light {
    color: #4b8ffa;
    background-color: white;
    border-color: #4b8ffa;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fefefe), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #fefefe 50%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF9F9F9', GradientType=0);
    border-color: #e3e3e3;
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.07)
}

.btn-light:focus,
.btn-light.focus {
    color: #4b8ffa;
    background-color: #e6e6e6;
    border-color: #054ec0
}

.btn-light:hover {
    color: #4b8ffa;
    background-color: #e6e6e6;
    border-color: #0f6af8
}

.btn-light:active,
.btn-light.active,
.open>.btn-light.dropdown-toggle {
    color: #4b8ffa;
    background-color: #e6e6e6;
    border-color: #0f6af8
}

.btn-light:active:hover,
.btn-light:active:focus,
.btn-light:active.focus,
.btn-light.active:hover,
.btn-light.active:focus,
.btn-light.active.focus,
.open>.btn-light.dropdown-toggle:hover,
.open>.btn-light.dropdown-toggle:focus,
.open>.btn-light.dropdown-toggle.focus {
    color: #4b8ffa;
    background-color: #d4d4d4;
    border-color: #054ec0
}

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

.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled.focus,
.btn-light[disabled]:hover,
.btn-light[disabled]:focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus {
    background-color: white;
    border-color: #4b8ffa
}

.btn-light .badge {
    color: white;
    background-color: #4b8ffa
}

.btn-light:hover,
.btn-light.active {
    background-color: white !important;
    border-color: #4b8ffa !important
}

.btn-light:focus,
.btn-light.focus {
    border-color: #4b8ffa
}

.btn,
.form-actions input[type="submit"],
.form-actions button[type="submit"],
.pill {
    border-radius: 2.5px;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px 6px;
    min-height: 30px;
    text-shadow: none
}

.btn:active,
.form-actions input[type="submit"]:active,
.form-actions button[type="submit"]:active,
.pill:active,
.btn:hover,
.form-actions input[type="submit"]:hover,
.form-actions button[type="submit"]:hover,
.pill:hover,
.btn:focus,
.form-actions input[type="submit"]:focus,
.form-actions button[type="submit"]:focus,
.pill:focus {
    outline: none !important
}

.btn i,
.form-actions input[type="submit"] i,
.form-actions button[type="submit"] i,
.pill i,
.btn svg,
.form-actions input[type="submit"] svg,
.form-actions button[type="submit"] svg,
.pill svg {
    width: 16px;
    height: 16px;
    color: inherit;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: text-bottom
}

.btn.-icon,
.form-actions input.-icon[type="submit"],
.form-actions button.-icon[type="submit"],
.-icon.pill {
    padding: 5px 6px 6px
}

.btn.-icon i,
.form-actions input.-icon[type="submit"] i,
.form-actions button.-icon[type="submit"] i,
.-icon.pill i,
.btn.-icon svg,
.form-actions input.-icon[type="submit"] svg,
.form-actions button.-icon[type="submit"] svg,
.-icon.pill svg {
    margin: 0
}

.btn.-two-lines *:first-child,
.form-actions input.-two-lines[type="submit"] *:first-child,
.form-actions input[type="submit"].btn-pricing *:first-child,
.form-actions button.-two-lines[type="submit"] *:first-child,
.form-actions button[type="submit"].btn-pricing *:first-child,
.btn.btn-pricing *:first-child,
.btn-pricing.pill *:first-child,
.-two-lines.pill *:first-child {
    display: block
}

.btn.-two-lines i,
.form-actions input.-two-lines[type="submit"] i,
.form-actions input[type="submit"].btn-pricing i,
.form-actions button.-two-lines[type="submit"] i,
.form-actions button[type="submit"].btn-pricing i,
.btn.btn-pricing i,
.btn-pricing.pill i,
.-two-lines.pill i,
.btn.-two-lines svg,
.form-actions input.-two-lines[type="submit"] svg,
.form-actions input[type="submit"].btn-pricing svg,
.form-actions button.-two-lines[type="submit"] svg,
.form-actions button[type="submit"].btn-pricing svg,
.btn.btn-pricing svg,
.btn-pricing.pill svg,
.-two-lines.pill svg {
    margin: 0 auto
}

_::-webkit-:not(:root:root),
.btn,
.form-actions input[type="submit"],
.form-actions button[type="submit"],
.pill {
    -webkit-font-smoothing: antialiased;
    font-weight: 600
}

.btn-primary {
    color: white;
    background-color: #478cfe;
    border-color: #3479eb;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1) */
}

.btn-primary:focus,
.btn-primary.focus {
    color: white;
    background-color: #146cfe;
    border-color: #0e4091
}

.btn-primary:hover {
    color: white;
    background-color: #146cfe;
    border-color: #145ace
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: white;
    background-color: #146cfe;
    border-color: #145ace
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: #015aed;
    border-color: #0e4091
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #478cfe;
    border-color: #3479eb
}

.btn-primary .badge {
    color: #478cfe;
    background-color: white
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active:hover {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#3479eb), color-stop(50%, #478cfe), to(#5f9bff));
    background-image: linear-gradient(#3479eb, #478cfe 50%, #5f9bff);
    background-repeat: no-repeat; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3479EB', endColorstr='#FF5F9BFF', GradientType=0);
    border-color: #336dcd;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.disabled:active,
.btn-primary:disabled:active,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:focus {
    color: white;
    background-color: #478cfe;
    border-color: transparent;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb)) !important;
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb) !important;
    background-repeat: no-repeat; */
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #3479eb
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
.btn-primary.disabled:active:focus,
.btn-primary.disabled:active.focus,
.btn-primary:disabled:active:focus,
.btn-primary:disabled:active.focus,
.btn-primary.disabled:hover:focus,
.btn-primary.disabled:hover.focus,
.btn-primary:disabled:hover:focus,
.btn-primary:disabled:hover.focus,
.btn-primary.disabled:focus:focus,
.btn-primary.disabled:focus.focus,
.btn-primary:disabled:focus:focus,
.btn-primary:disabled:focus.focus {
    color: white;
    background-color: #146cfe;
    border-color: transparent
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.disabled:active:hover,
.btn-primary:disabled:active:hover,
.btn-primary.disabled:hover:hover,
.btn-primary:disabled:hover:hover,
.btn-primary.disabled:focus:hover,
.btn-primary:disabled:focus:hover {
    color: white;
    background-color: #146cfe;
    border-color: transparent
}

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

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

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

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

.btn-primary.disabled .badge,
.btn-primary:disabled .badge,
.btn-primary.disabled:active .badge,
.btn-primary:disabled:active .badge,
.btn-primary.disabled:hover .badge,
.btn-primary:disabled:hover .badge,
.btn-primary.disabled:focus .badge,
.btn-primary:disabled:focus .badge {
    color: #478cfe;
    background-color: white
}

.btn-primary:hover,
.btn-primary:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), to(#478cfe));
    background-image: linear-gradient(to bottom, #5f9bff 0%, #478cfe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF478CFE', GradientType=0);
    border-color: #3479eb
}

.btn-primary svg:not(.-colored) path {
    fill: white
}

.btn-secondary,
.btn-delete.-icon,
.-icon.btn-danger,
.-icon.pill.pill-danger,
.btn-pricing,
.btn-default {
    color: #5b6c86;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    border-color: #d9e7f7 */
}

.btn-secondary:focus,
.btn-delete.-icon:focus,
.-icon.btn-danger:focus,
.-icon.pill.pill-danger:focus,
.btn-pricing:focus,
.btn-default:focus,
.btn-secondary.focus,
.focus.btn-delete.-icon,
.focus.-icon.btn-danger,
.focus.-icon.pill.pill-danger,
.focus.btn-pricing,
.focus.btn-default {
    color: #5b6c86;
    background-color: #c8c8c8;
    border-color: #a1a1a1
}

.btn-secondary:hover,
.btn-delete.-icon:hover,
.-icon.btn-danger:hover,
.-icon.pill.pill-danger:hover,
.btn-pricing:hover,
.btn-default:hover {
    color: #5b6c86;
    background-color: #c8c8c8;
    border-color: #c2c2c2
}

.btn-secondary:active,
.btn-delete.-icon:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.btn-pricing:active,
.btn-default:active,
.btn-secondary.active,
.active.btn-delete.-icon,
.active.-icon.btn-danger,
.active.-icon.pill.pill-danger,
.active.btn-pricing,
.active.btn-default,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-delete.-icon,
.open>.dropdown-toggle.-icon.btn-danger,
.open>.dropdown-toggle.-icon.pill.pill-danger,
.open>.dropdown-toggle.btn-pricing,
.open>.dropdown-toggle.btn-default {
    color: #5b6c86;
    background-color: #c8c8c8;
    border-color: #c2c2c2
}

.btn-secondary:active:hover,
.btn-delete.-icon:active:hover,
.-icon.btn-danger:active:hover,
.-icon.pill.pill-danger:active:hover,
.btn-pricing:active:hover,
.btn-default:active:hover,
.btn-secondary:active:focus,
.btn-delete.-icon:active:focus,
.-icon.btn-danger:active:focus,
.-icon.pill.pill-danger:active:focus,
.btn-pricing:active:focus,
.btn-default:active:focus,
.btn-secondary:active.focus,
.btn-delete.-icon:active.focus,
.-icon.btn-danger:active.focus,
.-icon.pill.pill-danger:active.focus,
.btn-pricing:active.focus,
.btn-default:active.focus,
.btn-secondary.active:hover,
.active.btn-delete.-icon:hover,
.active.-icon.btn-danger:hover,
.active.-icon.pill.pill-danger:hover,
.active.btn-pricing:hover,
.active.btn-default:hover,
.btn-secondary.active:focus,
.active.btn-delete.-icon:focus,
.active.-icon.btn-danger:focus,
.active.-icon.pill.pill-danger:focus,
.active.btn-pricing:focus,
.active.btn-default:focus,
.btn-secondary.active.focus,
.active.focus.btn-delete.-icon,
.active.focus.-icon.btn-danger,
.active.focus.-icon.pill.pill-danger,
.active.focus.btn-pricing,
.active.focus.btn-default,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-delete.-icon:hover,
.open>.dropdown-toggle.-icon.btn-danger:hover,
.open>.dropdown-toggle.-icon.pill.pill-danger:hover,
.open>.dropdown-toggle.btn-pricing:hover,
.open>.dropdown-toggle.btn-default:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-delete.-icon:focus,
.open>.dropdown-toggle.-icon.btn-danger:focus,
.open>.dropdown-toggle.-icon.pill.pill-danger:focus,
.open>.dropdown-toggle.btn-pricing:focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-delete.-icon,
.open>.dropdown-toggle.focus.-icon.btn-danger,
.open>.dropdown-toggle.focus.-icon.pill.pill-danger,
.open>.dropdown-toggle.focus.btn-pricing,
.open>.dropdown-toggle.focus.btn-default {
    color: #5b6c86;
    background-color: #b6b6b6;
    border-color: #a1a1a1
}

.btn-secondary:active,
.btn-delete.-icon:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.btn-pricing:active,
.btn-default:active,
.btn-secondary.active,
.active.btn-delete.-icon,
.active.-icon.btn-danger,
.active.-icon.pill.pill-danger,
.active.btn-pricing,
.active.btn-default,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-delete.-icon,
.open>.dropdown-toggle.-icon.btn-danger,
.open>.dropdown-toggle.-icon.pill.pill-danger,
.open>.dropdown-toggle.btn-pricing,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-secondary.disabled:hover,
.disabled.btn-delete.-icon:hover,
.disabled.-icon.btn-danger:hover,
.disabled.-icon.pill.pill-danger:hover,
.disabled.btn-pricing:hover,
.disabled.btn-default:hover,
.btn-secondary.disabled:focus,
.disabled.btn-delete.-icon:focus,
.disabled.-icon.btn-danger:focus,
.disabled.-icon.pill.pill-danger:focus,
.disabled.btn-pricing:focus,
.disabled.btn-default:focus,
.btn-secondary.disabled.focus,
.disabled.focus.btn-delete.-icon,
.disabled.focus.-icon.btn-danger,
.disabled.focus.-icon.pill.pill-danger,
.disabled.focus.btn-pricing,
.disabled.focus.btn-default,
.btn-secondary[disabled]:hover,
[disabled].btn-delete.-icon:hover,
[disabled].-icon.btn-danger:hover,
[disabled].-icon.pill.pill-danger:hover,
[disabled].btn-pricing:hover,
[disabled].btn-default:hover,
.btn-secondary[disabled]:focus,
[disabled].btn-delete.-icon:focus,
[disabled].-icon.btn-danger:focus,
[disabled].-icon.pill.pill-danger:focus,
[disabled].btn-pricing:focus,
[disabled].btn-default:focus,
.btn-secondary[disabled].focus,
[disabled].focus.btn-delete.-icon,
[disabled].focus.-icon.btn-danger,
[disabled].focus.-icon.pill.pill-danger,
[disabled].focus.btn-pricing,
[disabled].focus.btn-default,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-delete.-icon:hover,
fieldset[disabled] .-icon.btn-danger:hover,
fieldset[disabled] .-icon.pill.pill-danger:hover,
fieldset[disabled] .btn-pricing:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-delete.-icon:focus,
fieldset[disabled] .-icon.btn-danger:focus,
fieldset[disabled] .-icon.pill.pill-danger:focus,
fieldset[disabled] .btn-pricing:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .focus.btn-delete.-icon,
fieldset[disabled] .focus.-icon.btn-danger,
fieldset[disabled] .focus.-icon.pill.pill-danger,
fieldset[disabled] .focus.btn-pricing,
fieldset[disabled] .focus.btn-default {
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.btn-secondary .badge,
.btn-delete.-icon .badge,
.-icon.btn-danger .badge,
.-icon.pill.pill-danger .badge,
.btn-pricing .badge,
.btn-default .badge {
    color: #e1e1e1;
    background-color: #5b6c86
}

.btn-secondary:active,
.btn-delete.-icon:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.btn-pricing:active,
.btn-default:active,
.btn-secondary.active,
.active.btn-delete.-icon,
.active.-icon.btn-danger,
.active.-icon.pill.pill-danger,
.active.btn-pricing,
.active.btn-default,
.btn-secondary:active:focus,
.btn-delete.-icon:active:focus,
.-icon.btn-danger:active:focus,
.-icon.pill.pill-danger:active:focus,
.btn-pricing:active:focus,
.btn-default:active:focus,
.btn-secondary.active:focus,
.active.btn-delete.-icon:focus,
.active.-icon.btn-danger:focus,
.active.-icon.pill.pill-danger:focus,
.active.btn-pricing:focus,
.active.btn-default:focus,
.btn-secondary:active:hover,
.btn-delete.-icon:active:hover,
.-icon.btn-danger:active:hover,
.-icon.pill.pill-danger:active:hover,
.btn-pricing:active:hover,
.btn-default:active:hover {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fbfcff));
    background-image: linear-gradient(to bottom, #eee 0%, #fbfcff 100%);
    background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFBFCFF', GradientType=0);
    border-color: #478cfe;
    -webkit-box-shadow: inset 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05) !important;
    color: #478cfe
}

.btn-secondary.disabled,
.disabled.btn-delete.-icon,
.disabled.-icon.btn-danger,
.disabled.-icon.pill.pill-danger,
.disabled.btn-pricing,
.disabled.btn-default,
.btn-secondary:disabled,
.btn-delete.-icon:disabled,
.-icon.btn-danger:disabled,
.-icon.pill.pill-danger:disabled,
.btn-pricing:disabled,
.btn-default:disabled,
.btn-secondary.disabled:active,
.disabled.btn-delete.-icon:active,
.disabled.-icon.btn-danger:active,
.disabled.-icon.pill.pill-danger:active,
.disabled.btn-pricing:active,
.disabled.btn-default:active,
.btn-secondary:disabled:active,
.btn-delete.-icon:disabled:active,
.-icon.btn-danger:disabled:active,
.-icon.pill.pill-danger:disabled:active,
.btn-pricing:disabled:active,
.btn-default:disabled:active,
.btn-secondary.disabled:hover,
.disabled.btn-delete.-icon:hover,
.disabled.-icon.btn-danger:hover,
.disabled.-icon.pill.pill-danger:hover,
.disabled.btn-pricing:hover,
.disabled.btn-default:hover,
.btn-secondary:disabled:hover,
.btn-delete.-icon:disabled:hover,
.-icon.btn-danger:disabled:hover,
.-icon.pill.pill-danger:disabled:hover,
.btn-pricing:disabled:hover,
.btn-default:disabled:hover,
.btn-secondary.disabled:focus,
.disabled.btn-delete.-icon:focus,
.disabled.-icon.btn-danger:focus,
.disabled.-icon.pill.pill-danger:focus,
.disabled.btn-pricing:focus,
.disabled.btn-default:focus,
.btn-secondary:disabled:focus,
.btn-delete.-icon:disabled:focus,
.-icon.btn-danger:disabled:focus,
.-icon.pill.pill-danger:disabled:focus,
.btn-pricing:disabled:focus,
.btn-default:disabled:focus {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9)) !important;
    background-image: linear-gradient(#fefefe, #f9f9f9) !important; */
    background-repeat: no-repeat;
    border-color: #e1e1e1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #5b6c86;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF9F9F9', GradientType=0);
    opacity: .55;
    text-shadow: none
}

.btn-secondary:active,
.btn-delete.-icon:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.btn-pricing:active,
.btn-default:active,
.btn-secondary.active,
.active.btn-delete.-icon,
.active.-icon.btn-danger,
.active.-icon.pill.pill-danger,
.active.btn-pricing,
.active.btn-default,
.btn-secondary:hover,
.btn-delete.-icon:hover,
.-icon.btn-danger:hover,
.-icon.pill.pill-danger:hover,
.btn-pricing:hover,
.btn-default:hover,
.btn-secondary:focus,
.btn-delete.-icon:focus,
.-icon.btn-danger:focus,
.-icon.pill.pill-danger:focus,
.btn-pricing:focus,
.btn-default:focus {
    color: #947a7a
}

.btn-secondary:active i,
.btn-delete.-icon:active i,
.-icon.btn-danger:active i,
.-icon.pill.pill-danger:active i,
.btn-pricing:active i,
.btn-default:active i,
.btn-secondary.active i,
.active.btn-delete.-icon i,
.active.-icon.btn-danger i,
.active.-icon.pill.pill-danger i,
.active.btn-pricing i,
.active.btn-default i,
.btn-secondary:hover i,
.btn-delete.-icon:hover i,
.-icon.btn-danger:hover i,
.-icon.pill.pill-danger:hover i,
.btn-pricing:hover i,
.btn-default:hover i,
.btn-secondary:focus i,
.btn-delete.-icon:focus i,
.-icon.btn-danger:focus i,
.-icon.pill.pill-danger:focus i,
.btn-pricing:focus i,
.btn-default:focus i {
    color: #478cfe
}

.btn-secondary:active svg:not(.-colored) path,
.btn-delete.-icon:active svg:not(.-colored) path,
.-icon.btn-danger:active svg:not(.-colored) path,
.-icon.pill.pill-danger:active svg:not(.-colored) path,
.btn-pricing:active svg:not(.-colored) path,
.btn-default:active svg:not(.-colored) path,
.btn-secondary.active svg:not(.-colored) path,
.active.btn-delete.-icon svg:not(.-colored) path,
.active.-icon.btn-danger svg:not(.-colored) path,
.active.-icon.pill.pill-danger svg:not(.-colored) path,
.active.btn-pricing svg:not(.-colored) path,
.active.btn-default svg:not(.-colored) path,
.btn-secondary:hover svg:not(.-colored) path,
.btn-delete.-icon:hover svg:not(.-colored) path,
.-icon.btn-danger:hover svg:not(.-colored) path,
.-icon.pill.pill-danger:hover svg:not(.-colored) path,
.btn-pricing:hover svg:not(.-colored) path,
.btn-default:hover svg:not(.-colored) path,
.btn-secondary:focus svg:not(.-colored) path,
.btn-delete.-icon:focus svg:not(.-colored) path,
.-icon.btn-danger:focus svg:not(.-colored) path,
.-icon.pill.pill-danger:focus svg:not(.-colored) path,
.btn-pricing:focus svg:not(.-colored) path,
.btn-default:focus svg:not(.-colored) path {
    fill: #478cfe
}

.btn-secondary:hover,
.btn-delete.-icon:hover,
.-icon.btn-danger:hover,
.-icon.pill.pill-danger:hover,
.btn-pricing:hover,
.btn-default:hover,
.btn-secondary:focus,
.btn-delete.-icon:focus,
.-icon.btn-danger:focus,
.-icon.pill.pill-danger:focus,
.btn-pricing:focus,
.btn-default:focus {
    border-color: #ffe1e1
}

.btn-secondary i,
.btn-delete.-icon i,
.-icon.btn-danger i,
.-icon.pill.pill-danger i,
.btn-pricing i,
.btn-default i {
    color: #a6bedc
}

.btn-secondary svg:not(.-colored) path,
.btn-delete.-icon svg:not(.-colored) path,
.-icon.btn-danger svg:not(.-colored) path,
.-icon.pill.pill-danger svg:not(.-colored) path,
.btn-pricing svg:not(.-colored) path,
.btn-default svg:not(.-colored) path {
    fill: #a6bedc
}

.btn-secondary.-icon:active,
.-icon.btn-delete:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.-icon.btn-pricing:active,
.-icon.btn-default:active,
.btn-secondary.-icon.active,
.-icon.active.btn-delete,
.-icon.active.btn-danger,
.-icon.active.pill.pill-danger,
.-icon.active.btn-pricing,
.-icon.active.btn-default,
.btn-secondary.-icon:active:focus,
.-icon.btn-delete:active:focus,
.-icon.btn-danger:active:focus,
.-icon.pill.pill-danger:active:focus,
.-icon.btn-pricing:active:focus,
.-icon.btn-default:active:focus,
.btn-secondary.-icon.active:focus,
.-icon.active.btn-delete:focus,
.-icon.active.btn-danger:focus,
.-icon.active.pill.pill-danger:focus,
.-icon.active.btn-pricing:focus,
.-icon.active.btn-default:focus {
    border-color: #e1e1e1
}

.btn-secondary.-icon:active i,
.-icon.btn-delete:active i,
.-icon.btn-danger:active i,
.-icon.pill.pill-danger:active i,
.-icon.btn-pricing:active i,
.-icon.btn-default:active i,
.btn-secondary.-icon.active i,
.-icon.active.btn-delete i,
.-icon.active.btn-danger i,
.-icon.active.pill.pill-danger i,
.-icon.active.btn-pricing i,
.-icon.active.btn-default i,
.btn-secondary.-icon:active:focus i,
.-icon.btn-delete:active:focus i,
.-icon.btn-danger:active:focus i,
.-icon.pill.pill-danger:active:focus i,
.-icon.btn-pricing:active:focus i,
.-icon.btn-default:active:focus i,
.btn-secondary.-icon.active:focus i,
.-icon.active.btn-delete:focus i,
.-icon.active.btn-danger:focus i,
.-icon.active.pill.pill-danger:focus i,
.-icon.active.btn-pricing:focus i,
.-icon.active.btn-default:focus i {
    color: #478cfe
}

.btn-secondary.-icon:active svg:not(.-colored) path,
.-icon.btn-delete:active svg:not(.-colored) path,
.-icon.btn-danger:active svg:not(.-colored) path,
.-icon.pill.pill-danger:active svg:not(.-colored) path,
.-icon.btn-pricing:active svg:not(.-colored) path,
.-icon.btn-default:active svg:not(.-colored) path,
.btn-secondary.-icon.active svg:not(.-colored) path,
.-icon.active.btn-delete svg:not(.-colored) path,
.-icon.active.btn-danger svg:not(.-colored) path,
.-icon.active.pill.pill-danger svg:not(.-colored) path,
.-icon.active.btn-pricing svg:not(.-colored) path,
.-icon.active.btn-default svg:not(.-colored) path,
.btn-secondary.-icon:active:focus svg:not(.-colored) path,
.-icon.btn-delete:active:focus svg:not(.-colored) path,
.-icon.btn-danger:active:focus svg:not(.-colored) path,
.-icon.pill.pill-danger:active:focus svg:not(.-colored) path,
.-icon.btn-pricing:active:focus svg:not(.-colored) path,
.-icon.btn-default:active:focus svg:not(.-colored) path,
.btn-secondary.-icon.active:focus svg:not(.-colored) path,
.-icon.active.btn-delete:focus svg:not(.-colored) path,
.-icon.active.btn-danger:focus svg:not(.-colored) path,
.-icon.active.pill.pill-danger:focus svg:not(.-colored) path,
.-icon.active.btn-pricing:focus svg:not(.-colored) path,
.-icon.active.btn-default:focus svg:not(.-colored) path {
    fill: #478cfe
}

.btn-secondary.-icon:hover,
.-icon.btn-delete:hover,
.-icon.btn-danger:hover,
.-icon.pill.pill-danger:hover,
.-icon.btn-pricing:hover,
.-icon.btn-default:hover,
.btn-secondary.-icon:focus,
.-icon.btn-delete:focus,
.-icon.btn-danger:focus,
.-icon.pill.pill-danger:focus,
.-icon.btn-pricing:focus,
.-icon.btn-default:focus {
    border-color: #478cfe
}

.btn-secondary.-icon:hover i,
.-icon.btn-delete:hover i,
.-icon.btn-danger:hover i,
.-icon.pill.pill-danger:hover i,
.-icon.btn-pricing:hover i,
.-icon.btn-default:hover i,
.btn-secondary.-icon:focus i,
.-icon.btn-delete:focus i,
.-icon.btn-danger:focus i,
.-icon.pill.pill-danger:focus i,
.-icon.btn-pricing:focus i,
.-icon.btn-default:focus i {
    color: #478cfe
}

.btn-secondary.-icon:hover svg:not(.-colored) path,
.-icon.btn-delete:hover svg:not(.-colored) path,
.-icon.btn-danger:hover svg:not(.-colored) path,
.-icon.pill.pill-danger:hover svg:not(.-colored) path,
.-icon.btn-pricing:hover svg:not(.-colored) path,
.-icon.btn-default:hover svg:not(.-colored) path,
.btn-secondary.-icon:focus svg:not(.-colored) path,
.-icon.btn-delete:focus svg:not(.-colored) path,
.-icon.btn-danger:focus svg:not(.-colored) path,
.-icon.pill.pill-danger:focus svg:not(.-colored) path,
.-icon.btn-pricing:focus svg:not(.-colored) path,
.-icon.btn-default:focus svg:not(.-colored) path {
    fill: #478cfe
}

.btn-secondary.-icon,
.-icon.btn-delete,
.-icon.btn-danger,
.-icon.pill.pill-danger,
.-icon.btn-pricing,
.-icon.btn-default,
.btn-secondary.-icon.disabled,
.-icon.disabled.btn-delete,
.-icon.disabled.btn-danger,
.-icon.disabled.pill.pill-danger,
.-icon.disabled.btn-pricing,
.-icon.disabled.btn-default,
.btn-secondary.-icon:disabled,
.-icon.btn-delete:disabled,
.-icon.btn-danger:disabled,
.-icon.pill.pill-danger:disabled,
.-icon.btn-pricing:disabled,
.-icon.btn-default:disabled,
.btn-secondary.-icon.disabled:active,
.-icon.disabled.btn-delete:active,
.-icon.disabled.btn-danger:active,
.-icon.disabled.pill.pill-danger:active,
.-icon.disabled.btn-pricing:active,
.-icon.disabled.btn-default:active,
.btn-secondary.-icon:disabled:active,
.-icon.btn-delete:disabled:active,
.-icon.btn-danger:disabled:active,
.-icon.pill.pill-danger:disabled:active,
.-icon.btn-pricing:disabled:active,
.-icon.btn-default:disabled:active,
.btn-secondary.-icon.disabled:hover,
.-icon.disabled.btn-delete:hover,
.-icon.disabled.btn-danger:hover,
.-icon.disabled.pill.pill-danger:hover,
.-icon.disabled.btn-pricing:hover,
.-icon.disabled.btn-default:hover,
.btn-secondary.-icon:disabled:hover,
.-icon.btn-delete:disabled:hover,
.-icon.btn-danger:disabled:hover,
.-icon.pill.pill-danger:disabled:hover,
.-icon.btn-pricing:disabled:hover,
.-icon.btn-default:disabled:hover,
.btn-secondary.-icon.disabled:focus,
.-icon.disabled.btn-delete:focus,
.-icon.disabled.btn-danger:focus,
.-icon.disabled.pill.pill-danger:focus,
.-icon.disabled.btn-pricing:focus,
.-icon.disabled.btn-default:focus,
.btn-secondary.-icon:disabled:focus,
.-icon.btn-delete:disabled:focus,
.-icon.btn-danger:disabled:focus,
.-icon.pill.pill-danger:disabled:focus,
.-icon.btn-pricing:disabled:focus,
.-icon.btn-default:disabled:focus,
.btn-secondary.-icon.disabled:active:focus,
.-icon.disabled.btn-delete:active:focus,
.-icon.disabled.btn-danger:active:focus,
.-icon.disabled.pill.pill-danger:active:focus,
.-icon.disabled.btn-pricing:active:focus,
.-icon.disabled.btn-default:active:focus,
.btn-secondary.-icon:disabled:active:focus,
.-icon.btn-delete:disabled:active:focus,
.-icon.btn-danger:disabled:active:focus,
.-icon.pill.pill-danger:disabled:active:focus,
.-icon.btn-pricing:disabled:active:focus,
.-icon.btn-default:disabled:active:focus {
    color: #a6bedc
}

.btn-secondary.-tag,
.-tag.btn-delete.-icon,
.-tag.-icon.btn-danger,
.-tag.-icon.pill.pill-danger,
.-tag.btn-pricing,
.-tag.btn-default {
    margin-left: 15px;
    position: relative
}

.btn-secondary.-tag::before,
.-tag.btn-delete.-icon::before,
.-tag.-icon.btn-danger::before,
.-tag.-icon.pill.pill-danger::before,
.-tag.btn-pricing::before,
.-tag.btn-default::before {
    content: '';
    display: block;
    height: 30px;
    left: -15px;
    position: absolute;
    top: -1.5px;
    width: 20px
}

@media (-webkit-min-device-pixel-ratio: 1.5) {

    .btn-secondary.-tag::before,
    .-tag.btn-delete.-icon::before,
    .-tag.-icon.btn-danger::before,
    .-tag.-icon.pill.pill-danger::before,
    .-tag.btn-pricing::before,
    .-tag.btn-default::before {
        top: -1px
    }
}

.btn-secondary.-tag.disabled::before,
.-tag.disabled.btn-delete.-icon::before,
.-tag.disabled.-icon.btn-danger::before,
.-tag.disabled.-icon.pill.pill-danger::before,
.-tag.disabled.btn-pricing::before,
.-tag.disabled.btn-default::before,
.btn-secondary.-tag:disabled::before,
.-tag.btn-delete.-icon:disabled::before,
.-tag.-icon.btn-danger:disabled::before,
.-tag.-icon.pill.pill-danger:disabled::before,
.-tag.btn-pricing:disabled::before,
.-tag.btn-default:disabled::before,
.btn-secondary.-tag.disabled:active::before,
.-tag.disabled.btn-delete.-icon:active::before,
.-tag.disabled.-icon.btn-danger:active::before,
.-tag.disabled.-icon.pill.pill-danger:active::before,
.-tag.disabled.btn-pricing:active::before,
.-tag.disabled.btn-default:active::before,
.btn-secondary.-tag:disabled:active::before,
.-tag.btn-delete.-icon:disabled:active::before,
.-tag.-icon.btn-danger:disabled:active::before,
.-tag.-icon.pill.pill-danger:disabled:active::before,
.-tag.btn-pricing:disabled:active::before,
.-tag.btn-default:disabled:active::before,
.btn-secondary.-tag.disabled:hover::before,
.-tag.disabled.btn-delete.-icon:hover::before,
.-tag.disabled.-icon.btn-danger:hover::before,
.-tag.disabled.-icon.pill.pill-danger:hover::before,
.-tag.disabled.btn-pricing:hover::before,
.-tag.disabled.btn-default:hover::before,
.btn-secondary.-tag:disabled:hover::before,
.-tag.btn-delete.-icon:disabled:hover::before,
.-tag.-icon.btn-danger:disabled:hover::before,
.-tag.-icon.pill.pill-danger:disabled:hover::before,
.-tag.btn-pricing:disabled:hover::before,
.-tag.btn-default:disabled:hover::before,
.btn-secondary.-tag.disabled:focus::before,
.-tag.disabled.btn-delete.-icon:focus::before,
.-tag.disabled.-icon.btn-danger:focus::before,
.-tag.disabled.-icon.pill.pill-danger:focus::before,
.-tag.disabled.btn-pricing:focus::before,
.-tag.disabled.btn-default:focus::before,
.btn-secondary.-tag:disabled:focus::before,
.-tag.btn-delete.-icon:disabled:focus::before,
.-tag.-icon.btn-danger:disabled:focus::before,
.-tag.-icon.pill.pill-danger:disabled:focus::before,
.-tag.btn-pricing:disabled:focus::before,
.-tag.btn-default:disabled:focus::before {
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/fusion_ui/tag-static-4c74bffa1f81789bdd9b20dd6ee35f7aacf7dc7f44950957eaab4e079aaac60e.svg) !important
}

.btn-secondary.-tag:active,
.-tag.btn-delete.-icon:active,
.-tag.-icon.btn-danger:active,
.-tag.-icon.pill.pill-danger:active,
.-tag.btn-pricing:active,
.-tag.btn-default:active,
.btn-secondary.-tag.active,
.-tag.active.btn-delete.-icon,
.-tag.active.-icon.btn-danger,
.-tag.active.-icon.pill.pill-danger,
.-tag.active.btn-pricing,
.-tag.active.btn-default,
.btn-secondary.-tag:active:focus,
.-tag.btn-delete.-icon:active:focus,
.-tag.-icon.btn-danger:active:focus,
.-tag.-icon.pill.pill-danger:active:focus,
.-tag.btn-pricing:active:focus,
.-tag.btn-default:active:focus,
.btn-secondary.-tag.active:focus,
.-tag.active.btn-delete.-icon:focus,
.-tag.active.-icon.btn-danger:focus,
.-tag.active.-icon.pill.pill-danger:focus,
.-tag.active.btn-pricing:focus,
.-tag.active.btn-default:focus,
.btn-secondary.-tag:active:hover,
.-tag.btn-delete.-icon:active:hover,
.-tag.-icon.btn-danger:active:hover,
.-tag.-icon.pill.pill-danger:active:hover,
.-tag.btn-pricing:active:hover,
.-tag.btn-default:active:hover {
    border-top-color: #478cfe
}

.btn-payment,
.btn-success,
.pill.pill-success {
    color: white;
    background-color: #1ecd6e;
    border-color: #01b152;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#33df81), color-stop(50%, #1ecd6e), to(#01b152));
    background-image: linear-gradient(#33df81, #1ecd6e 50%, #01b152);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33DF81', endColorstr='#FF01B152', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1) */
}

.btn-payment:focus,
.btn-success:focus,
.pill.pill-success:focus,
.btn-payment.focus,
.focus.btn-success,
.focus.pill.pill-success {
    color: white;
    background-color: #17a156;
    border-color: #003217
}

.btn-payment:hover,
.btn-success:hover,
.pill.pill-success:hover {
    color: white;
    background-color: #17a156;
    border-color: #017436
}

.btn-payment:active,
.btn-success:active,
.pill.pill-success:active,
.btn-payment.active,
.active.btn-success,
.active.pill.pill-success,
.open>.btn-payment.dropdown-toggle,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.pill.pill-success {
    color: white;
    background-color: #17a156;
    border-color: #017436
}

.btn-payment:active:hover,
.btn-success:active:hover,
.pill.pill-success:active:hover,
.btn-payment:active:focus,
.btn-success:active:focus,
.pill.pill-success:active:focus,
.btn-payment:active.focus,
.btn-success:active.focus,
.pill.pill-success:active.focus,
.btn-payment.active:hover,
.active.btn-success:hover,
.active.pill.pill-success:hover,
.btn-payment.active:focus,
.active.btn-success:focus,
.active.pill.pill-success:focus,
.btn-payment.active.focus,
.active.focus.btn-success,
.active.focus.pill.pill-success,
.open>.btn-payment.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-success:hover,
.open>.dropdown-toggle.pill.pill-success:hover,
.open>.btn-payment.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.pill.pill-success:focus,
.open>.btn-payment.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-success,
.open>.dropdown-toggle.focus.pill.pill-success {
    color: white;
    background-color: #138145;
    border-color: #003217
}

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

.btn-payment.disabled:hover,
.disabled.btn-success:hover,
.disabled.pill.pill-success:hover,
.btn-payment.disabled:focus,
.disabled.btn-success:focus,
.disabled.pill.pill-success:focus,
.btn-payment.disabled.focus,
.disabled.focus.btn-success,
.disabled.focus.pill.pill-success,
.btn-payment[disabled]:hover,
[disabled].btn-success:hover,
[disabled].pill.pill-success:hover,
.btn-payment[disabled]:focus,
[disabled].btn-success:focus,
[disabled].pill.pill-success:focus,
.btn-payment[disabled].focus,
[disabled].focus.btn-success,
[disabled].focus.pill.pill-success,
fieldset[disabled] .btn-payment:hover,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .pill.pill-success:hover,
fieldset[disabled] .btn-payment:focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .pill.pill-success:focus,
fieldset[disabled] .btn-payment.focus,
fieldset[disabled] .focus.btn-success,
fieldset[disabled] .focus.pill.pill-success {
    background-color: #1ecd6e;
    border-color: #01b152
}

.btn-payment .badge,
.btn-success .badge,
.pill.pill-success .badge {
    color: #1ecd6e;
    background-color: white
}

.btn-payment:active,
.btn-success:active,
.pill.pill-success:active,
.btn-payment.active,
.active.btn-success,
.active.pill.pill-success,
.btn-payment:active:focus,
.btn-success:active:focus,
.pill.pill-success:active:focus,
.btn-payment.active:focus,
.active.btn-success:focus,
.active.pill.pill-success:focus,
.btn-payment:active:hover,
.btn-success:active:hover,
.pill.pill-success:active:hover {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#01b152), color-stop(50%, #1ecd6e), to(#33df81));
    background-image: linear-gradient(#01b152, #1ecd6e 50%, #33df81);
    background-repeat: no-repeat; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF01B152', endColorstr='#FF33DF81', GradientType=0);
    border-color: #1aaf5d;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.btn-payment.disabled,
.disabled.btn-success,
.disabled.pill.pill-success,
.btn-payment:disabled,
.btn-success:disabled,
.pill.pill-success:disabled,
.btn-payment.disabled:active,
.disabled.btn-success:active,
.disabled.pill.pill-success:active,
.btn-payment:disabled:active,
.btn-success:disabled:active,
.pill.pill-success:disabled:active,
.btn-payment.disabled:hover,
.disabled.btn-success:hover,
.disabled.pill.pill-success:hover,
.btn-payment:disabled:hover,
.btn-success:disabled:hover,
.pill.pill-success:disabled:hover,
.btn-payment.disabled:focus,
.disabled.btn-success:focus,
.disabled.pill.pill-success:focus,
.btn-payment:disabled:focus,
.btn-success:disabled:focus,
.pill.pill-success:disabled:focus {
    color: white;
    background-color: #1ecd6e;
    border-color: transparent;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#33df81), color-stop(50%, #1ecd6e), to(#01b152)) !important;
    background-image: linear-gradient(#33df81, #1ecd6e 50%, #01b152) !important;
    background-repeat: no-repeat;
    -webkit-box-shadow: none; */
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33DF81', endColorstr='#FF01B152', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #01b152
}

.btn-payment.disabled:focus,
.disabled.btn-success:focus,
.disabled.pill.pill-success:focus,
.btn-payment.disabled.focus,
.disabled.focus.btn-success,
.disabled.focus.pill.pill-success,
.btn-payment:disabled:focus,
.btn-success:disabled:focus,
.pill.pill-success:disabled:focus,
.btn-payment:disabled.focus,
.btn-success:disabled.focus,
.pill.pill-success:disabled.focus,
.btn-payment.disabled:active:focus,
.disabled.btn-success:active:focus,
.disabled.pill.pill-success:active:focus,
.btn-payment.disabled:active.focus,
.disabled.btn-success:active.focus,
.disabled.pill.pill-success:active.focus,
.btn-payment:disabled:active:focus,
.btn-success:disabled:active:focus,
.pill.pill-success:disabled:active:focus,
.btn-payment:disabled:active.focus,
.btn-success:disabled:active.focus,
.pill.pill-success:disabled:active.focus,
.btn-payment.disabled:hover:focus,
.disabled.btn-success:hover:focus,
.disabled.pill.pill-success:hover:focus,
.btn-payment.disabled:hover.focus,
.disabled.btn-success:hover.focus,
.disabled.pill.pill-success:hover.focus,
.btn-payment:disabled:hover:focus,
.btn-success:disabled:hover:focus,
.pill.pill-success:disabled:hover:focus,
.btn-payment:disabled:hover.focus,
.btn-success:disabled:hover.focus,
.pill.pill-success:disabled:hover.focus,
.btn-payment.disabled:focus:focus,
.disabled.btn-success:focus:focus,
.disabled.pill.pill-success:focus:focus,
.btn-payment.disabled:focus.focus,
.disabled.btn-success:focus.focus,
.disabled.pill.pill-success:focus.focus,
.btn-payment:disabled:focus:focus,
.btn-success:disabled:focus:focus,
.pill.pill-success:disabled:focus:focus,
.btn-payment:disabled:focus.focus,
.btn-success:disabled:focus.focus,
.pill.pill-success:disabled:focus.focus {
    color: white;
    background-color: #17a156;
    border-color: transparent
}

.btn-payment.disabled:hover,
.disabled.btn-success:hover,
.disabled.pill.pill-success:hover,
.btn-payment:disabled:hover,
.btn-success:disabled:hover,
.pill.pill-success:disabled:hover,
.btn-payment.disabled:active:hover,
.disabled.btn-success:active:hover,
.disabled.pill.pill-success:active:hover,
.btn-payment:disabled:active:hover,
.btn-success:disabled:active:hover,
.pill.pill-success:disabled:active:hover,
.btn-payment.disabled:hover:hover,
.disabled.btn-success:hover:hover,
.disabled.pill.pill-success:hover:hover,
.btn-payment:disabled:hover:hover,
.btn-success:disabled:hover:hover,
.pill.pill-success:disabled:hover:hover,
.btn-payment.disabled:focus:hover,
.disabled.btn-success:focus:hover,
.disabled.pill.pill-success:focus:hover,
.btn-payment:disabled:focus:hover,
.btn-success:disabled:focus:hover,
.pill.pill-success:disabled:focus:hover {
    color: white;
    background-color: #17a156;
    border-color: transparent
}

.btn-payment.disabled:active,
.disabled.btn-success:active,
.disabled.pill.pill-success:active,
.btn-payment.disabled.active,
.disabled.active.btn-success,
.disabled.active.pill.pill-success,
.open>.btn-payment.disabled.dropdown-toggle,
.open>.disabled.dropdown-toggle.btn-success,
.open>.disabled.dropdown-toggle.pill.pill-success,
.btn-payment:disabled:active,
.btn-success:disabled:active,
.pill.pill-success:disabled:active,
.btn-payment:disabled.active,
.btn-success:disabled.active,
.pill.pill-success:disabled.active,
.open>.btn-payment:disabled.dropdown-toggle,
.open>.btn-success:disabled.dropdown-toggle,
.open>.pill.pill-success:disabled.dropdown-toggle,
.btn-payment.disabled:active:active,
.disabled.btn-success:active:active,
.disabled.pill.pill-success:active:active,
.btn-payment.disabled:active.active,
.disabled.btn-success:active.active,
.disabled.pill.pill-success:active.active,
.open>.btn-payment.disabled:active.dropdown-toggle,
.open>.disabled.btn-success:active.dropdown-toggle,
.open>.disabled.pill.pill-success:active.dropdown-toggle,
.btn-payment:disabled:active:active,
.btn-success:disabled:active:active,
.pill.pill-success:disabled:active:active,
.btn-payment:disabled:active.active,
.btn-success:disabled:active.active,
.pill.pill-success:disabled:active.active,
.open>.btn-payment:disabled:active.dropdown-toggle,
.open>.btn-success:disabled:active.dropdown-toggle,
.open>.pill.pill-success:disabled:active.dropdown-toggle,
.btn-payment.disabled:hover:active,
.disabled.btn-success:hover:active,
.disabled.pill.pill-success:hover:active,
.btn-payment.disabled:hover.active,
.disabled.btn-success:hover.active,
.disabled.pill.pill-success:hover.active,
.open>.btn-payment.disabled:hover.dropdown-toggle,
.open>.disabled.btn-success:hover.dropdown-toggle,
.open>.disabled.pill.pill-success:hover.dropdown-toggle,
.btn-payment:disabled:hover:active,
.btn-success:disabled:hover:active,
.pill.pill-success:disabled:hover:active,
.btn-payment:disabled:hover.active,
.btn-success:disabled:hover.active,
.pill.pill-success:disabled:hover.active,
.open>.btn-payment:disabled:hover.dropdown-toggle,
.open>.btn-success:disabled:hover.dropdown-toggle,
.open>.pill.pill-success:disabled:hover.dropdown-toggle,
.btn-payment.disabled:focus:active,
.disabled.btn-success:focus:active,
.disabled.pill.pill-success:focus:active,
.btn-payment.disabled:focus.active,
.disabled.btn-success:focus.active,
.disabled.pill.pill-success:focus.active,
.open>.btn-payment.disabled:focus.dropdown-toggle,
.open>.disabled.btn-success:focus.dropdown-toggle,
.open>.disabled.pill.pill-success:focus.dropdown-toggle,
.btn-payment:disabled:focus:active,
.btn-success:disabled:focus:active,
.pill.pill-success:disabled:focus:active,
.btn-payment:disabled:focus.active,
.btn-success:disabled:focus.active,
.pill.pill-success:disabled:focus.active,
.open>.btn-payment:disabled:focus.dropdown-toggle,
.open>.btn-success:disabled:focus.dropdown-toggle,
.open>.pill.pill-success:disabled:focus.dropdown-toggle {
    color: white;
    background-color: #17a156;
    border-color: transparent
}

.btn-payment.disabled:active:hover,
.disabled.btn-success:active:hover,
.disabled.pill.pill-success:active:hover,
.btn-payment.disabled:active:focus,
.disabled.btn-success:active:focus,
.disabled.pill.pill-success:active:focus,
.btn-payment.disabled:active.focus,
.disabled.btn-success:active.focus,
.disabled.pill.pill-success:active.focus,
.btn-payment.disabled.active:hover,
.disabled.active.btn-success:hover,
.disabled.active.pill.pill-success:hover,
.btn-payment.disabled.active:focus,
.disabled.active.btn-success:focus,
.disabled.active.pill.pill-success:focus,
.btn-payment.disabled.active.focus,
.disabled.active.focus.btn-success,
.disabled.active.focus.pill.pill-success,
.open>.btn-payment.disabled.dropdown-toggle:hover,
.open>.disabled.dropdown-toggle.btn-success:hover,
.open>.disabled.dropdown-toggle.pill.pill-success:hover,
.open>.btn-payment.disabled.dropdown-toggle:focus,
.open>.disabled.dropdown-toggle.btn-success:focus,
.open>.disabled.dropdown-toggle.pill.pill-success:focus,
.open>.btn-payment.disabled.dropdown-toggle.focus,
.open>.disabled.dropdown-toggle.focus.btn-success,
.open>.disabled.dropdown-toggle.focus.pill.pill-success,
.btn-payment:disabled:active:hover,
.btn-success:disabled:active:hover,
.pill.pill-success:disabled:active:hover,
.btn-payment:disabled:active:focus,
.btn-success:disabled:active:focus,
.pill.pill-success:disabled:active:focus,
.btn-payment:disabled:active.focus,
.btn-success:disabled:active.focus,
.pill.pill-success:disabled:active.focus,
.btn-payment:disabled.active:hover,
.btn-success:disabled.active:hover,
.pill.pill-success:disabled.active:hover,
.btn-payment:disabled.active:focus,
.btn-success:disabled.active:focus,
.pill.pill-success:disabled.active:focus,
.btn-payment:disabled.active.focus,
.btn-success:disabled.active.focus,
.pill.pill-success:disabled.active.focus,
.open>.btn-payment:disabled.dropdown-toggle:hover,
.open>.btn-success:disabled.dropdown-toggle:hover,
.open>.pill.pill-success:disabled.dropdown-toggle:hover,
.open>.btn-payment:disabled.dropdown-toggle:focus,
.open>.btn-success:disabled.dropdown-toggle:focus,
.open>.pill.pill-success:disabled.dropdown-toggle:focus,
.open>.btn-payment:disabled.dropdown-toggle.focus,
.open>.btn-success:disabled.dropdown-toggle.focus,
.open>.pill.pill-success:disabled.dropdown-toggle.focus,
.btn-payment.disabled:active:active:hover,
.disabled.btn-success:active:active:hover,
.disabled.pill.pill-success:active:active:hover,
.btn-payment.disabled:active:active:focus,
.disabled.btn-success:active:active:focus,
.disabled.pill.pill-success:active:active:focus,
.btn-payment.disabled:active:active.focus,
.disabled.btn-success:active:active.focus,
.disabled.pill.pill-success:active:active.focus,
.btn-payment.disabled:active.active:hover,
.disabled.btn-success:active.active:hover,
.disabled.pill.pill-success:active.active:hover,
.btn-payment.disabled:active.active:focus,
.disabled.btn-success:active.active:focus,
.disabled.pill.pill-success:active.active:focus,
.btn-payment.disabled:active.active.focus,
.disabled.btn-success:active.active.focus,
.disabled.pill.pill-success:active.active.focus,
.open>.btn-payment.disabled:active.dropdown-toggle:hover,
.open>.disabled.btn-success:active.dropdown-toggle:hover,
.open>.disabled.pill.pill-success:active.dropdown-toggle:hover,
.open>.btn-payment.disabled:active.dropdown-toggle:focus,
.open>.disabled.btn-success:active.dropdown-toggle:focus,
.open>.disabled.pill.pill-success:active.dropdown-toggle:focus,
.open>.btn-payment.disabled:active.dropdown-toggle.focus,
.open>.disabled.btn-success:active.dropdown-toggle.focus,
.open>.disabled.pill.pill-success:active.dropdown-toggle.focus,
.btn-payment:disabled:active:active:hover,
.btn-success:disabled:active:active:hover,
.pill.pill-success:disabled:active:active:hover,
.btn-payment:disabled:active:active:focus,
.btn-success:disabled:active:active:focus,
.pill.pill-success:disabled:active:active:focus,
.btn-payment:disabled:active:active.focus,
.btn-success:disabled:active:active.focus,
.pill.pill-success:disabled:active:active.focus,
.btn-payment:disabled:active.active:hover,
.btn-success:disabled:active.active:hover,
.pill.pill-success:disabled:active.active:hover,
.btn-payment:disabled:active.active:focus,
.btn-success:disabled:active.active:focus,
.pill.pill-success:disabled:active.active:focus,
.btn-payment:disabled:active.active.focus,
.btn-success:disabled:active.active.focus,
.pill.pill-success:disabled:active.active.focus,
.open>.btn-payment:disabled:active.dropdown-toggle:hover,
.open>.btn-success:disabled:active.dropdown-toggle:hover,
.open>.pill.pill-success:disabled:active.dropdown-toggle:hover,
.open>.btn-payment:disabled:active.dropdown-toggle:focus,
.open>.btn-success:disabled:active.dropdown-toggle:focus,
.open>.pill.pill-success:disabled:active.dropdown-toggle:focus,
.open>.btn-payment:disabled:active.dropdown-toggle.focus,
.open>.btn-success:disabled:active.dropdown-toggle.focus,
.open>.pill.pill-success:disabled:active.dropdown-toggle.focus,
.btn-payment.disabled:hover:active:hover,
.disabled.btn-success:hover:active:hover,
.disabled.pill.pill-success:hover:active:hover,
.btn-payment.disabled:hover:active:focus,
.disabled.btn-success:hover:active:focus,
.disabled.pill.pill-success:hover:active:focus,
.btn-payment.disabled:hover:active.focus,
.disabled.btn-success:hover:active.focus,
.disabled.pill.pill-success:hover:active.focus,
.btn-payment.disabled:hover.active:hover,
.disabled.btn-success:hover.active:hover,
.disabled.pill.pill-success:hover.active:hover,
.btn-payment.disabled:hover.active:focus,
.disabled.btn-success:hover.active:focus,
.disabled.pill.pill-success:hover.active:focus,
.btn-payment.disabled:hover.active.focus,
.disabled.btn-success:hover.active.focus,
.disabled.pill.pill-success:hover.active.focus,
.open>.btn-payment.disabled:hover.dropdown-toggle:hover,
.open>.disabled.btn-success:hover.dropdown-toggle:hover,
.open>.disabled.pill.pill-success:hover.dropdown-toggle:hover,
.open>.btn-payment.disabled:hover.dropdown-toggle:focus,
.open>.disabled.btn-success:hover.dropdown-toggle:focus,
.open>.disabled.pill.pill-success:hover.dropdown-toggle:focus,
.open>.btn-payment.disabled:hover.dropdown-toggle.focus,
.open>.disabled.btn-success:hover.dropdown-toggle.focus,
.open>.disabled.pill.pill-success:hover.dropdown-toggle.focus,
.btn-payment:disabled:hover:active:hover,
.btn-success:disabled:hover:active:hover,
.pill.pill-success:disabled:hover:active:hover,
.btn-payment:disabled:hover:active:focus,
.btn-success:disabled:hover:active:focus,
.pill.pill-success:disabled:hover:active:focus,
.btn-payment:disabled:hover:active.focus,
.btn-success:disabled:hover:active.focus,
.pill.pill-success:disabled:hover:active.focus,
.btn-payment:disabled:hover.active:hover,
.btn-success:disabled:hover.active:hover,
.pill.pill-success:disabled:hover.active:hover,
.btn-payment:disabled:hover.active:focus,
.btn-success:disabled:hover.active:focus,
.pill.pill-success:disabled:hover.active:focus,
.btn-payment:disabled:hover.active.focus,
.btn-success:disabled:hover.active.focus,
.pill.pill-success:disabled:hover.active.focus,
.open>.btn-payment:disabled:hover.dropdown-toggle:hover,
.open>.btn-success:disabled:hover.dropdown-toggle:hover,
.open>.pill.pill-success:disabled:hover.dropdown-toggle:hover,
.open>.btn-payment:disabled:hover.dropdown-toggle:focus,
.open>.btn-success:disabled:hover.dropdown-toggle:focus,
.open>.pill.pill-success:disabled:hover.dropdown-toggle:focus,
.open>.btn-payment:disabled:hover.dropdown-toggle.focus,
.open>.btn-success:disabled:hover.dropdown-toggle.focus,
.open>.pill.pill-success:disabled:hover.dropdown-toggle.focus,
.btn-payment.disabled:focus:active:hover,
.disabled.btn-success:focus:active:hover,
.disabled.pill.pill-success:focus:active:hover,
.btn-payment.disabled:focus:active:focus,
.disabled.btn-success:focus:active:focus,
.disabled.pill.pill-success:focus:active:focus,
.btn-payment.disabled:focus:active.focus,
.disabled.btn-success:focus:active.focus,
.disabled.pill.pill-success:focus:active.focus,
.btn-payment.disabled:focus.active:hover,
.disabled.btn-success:focus.active:hover,
.disabled.pill.pill-success:focus.active:hover,
.btn-payment.disabled:focus.active:focus,
.disabled.btn-success:focus.active:focus,
.disabled.pill.pill-success:focus.active:focus,
.btn-payment.disabled:focus.active.focus,
.disabled.btn-success:focus.active.focus,
.disabled.pill.pill-success:focus.active.focus,
.open>.btn-payment.disabled:focus.dropdown-toggle:hover,
.open>.disabled.btn-success:focus.dropdown-toggle:hover,
.open>.disabled.pill.pill-success:focus.dropdown-toggle:hover,
.open>.btn-payment.disabled:focus.dropdown-toggle:focus,
.open>.disabled.btn-success:focus.dropdown-toggle:focus,
.open>.disabled.pill.pill-success:focus.dropdown-toggle:focus,
.open>.btn-payment.disabled:focus.dropdown-toggle.focus,
.open>.disabled.btn-success:focus.dropdown-toggle.focus,
.open>.disabled.pill.pill-success:focus.dropdown-toggle.focus,
.btn-payment:disabled:focus:active:hover,
.btn-success:disabled:focus:active:hover,
.pill.pill-success:disabled:focus:active:hover,
.btn-payment:disabled:focus:active:focus,
.btn-success:disabled:focus:active:focus,
.pill.pill-success:disabled:focus:active:focus,
.btn-payment:disabled:focus:active.focus,
.btn-success:disabled:focus:active.focus,
.pill.pill-success:disabled:focus:active.focus,
.btn-payment:disabled:focus.active:hover,
.btn-success:disabled:focus.active:hover,
.pill.pill-success:disabled:focus.active:hover,
.btn-payment:disabled:focus.active:focus,
.btn-success:disabled:focus.active:focus,
.pill.pill-success:disabled:focus.active:focus,
.btn-payment:disabled:focus.active.focus,
.btn-success:disabled:focus.active.focus,
.pill.pill-success:disabled:focus.active.focus,
.open>.btn-payment:disabled:focus.dropdown-toggle:hover,
.open>.btn-success:disabled:focus.dropdown-toggle:hover,
.open>.pill.pill-success:disabled:focus.dropdown-toggle:hover,
.open>.btn-payment:disabled:focus.dropdown-toggle:focus,
.open>.btn-success:disabled:focus.dropdown-toggle:focus,
.open>.pill.pill-success:disabled:focus.dropdown-toggle:focus,
.open>.btn-payment:disabled:focus.dropdown-toggle.focus,
.open>.btn-success:disabled:focus.dropdown-toggle.focus,
.open>.pill.pill-success:disabled:focus.dropdown-toggle.focus {
    color: white;
    background-color: #138145;
    border-color: transparent
}

.btn-payment.disabled:active,
.disabled.btn-success:active,
.disabled.pill.pill-success:active,
.btn-payment.disabled.active,
.disabled.active.btn-success,
.disabled.active.pill.pill-success,
.open>.btn-payment.disabled.dropdown-toggle,
.open>.disabled.dropdown-toggle.btn-success,
.open>.disabled.dropdown-toggle.pill.pill-success,
.btn-payment:disabled:active,
.btn-success:disabled:active,
.pill.pill-success:disabled:active,
.btn-payment:disabled.active,
.btn-success:disabled.active,
.pill.pill-success:disabled.active,
.open>.btn-payment:disabled.dropdown-toggle,
.open>.btn-success:disabled.dropdown-toggle,
.open>.pill.pill-success:disabled.dropdown-toggle,
.btn-payment.disabled:active:active,
.disabled.btn-success:active:active,
.disabled.pill.pill-success:active:active,
.btn-payment.disabled:active.active,
.disabled.btn-success:active.active,
.disabled.pill.pill-success:active.active,
.open>.btn-payment.disabled:active.dropdown-toggle,
.open>.disabled.btn-success:active.dropdown-toggle,
.open>.disabled.pill.pill-success:active.dropdown-toggle,
.btn-payment:disabled:active:active,
.btn-success:disabled:active:active,
.pill.pill-success:disabled:active:active,
.btn-payment:disabled:active.active,
.btn-success:disabled:active.active,
.pill.pill-success:disabled:active.active,
.open>.btn-payment:disabled:active.dropdown-toggle,
.open>.btn-success:disabled:active.dropdown-toggle,
.open>.pill.pill-success:disabled:active.dropdown-toggle,
.btn-payment.disabled:hover:active,
.disabled.btn-success:hover:active,
.disabled.pill.pill-success:hover:active,
.btn-payment.disabled:hover.active,
.disabled.btn-success:hover.active,
.disabled.pill.pill-success:hover.active,
.open>.btn-payment.disabled:hover.dropdown-toggle,
.open>.disabled.btn-success:hover.dropdown-toggle,
.open>.disabled.pill.pill-success:hover.dropdown-toggle,
.btn-payment:disabled:hover:active,
.btn-success:disabled:hover:active,
.pill.pill-success:disabled:hover:active,
.btn-payment:disabled:hover.active,
.btn-success:disabled:hover.active,
.pill.pill-success:disabled:hover.active,
.open>.btn-payment:disabled:hover.dropdown-toggle,
.open>.btn-success:disabled:hover.dropdown-toggle,
.open>.pill.pill-success:disabled:hover.dropdown-toggle,
.btn-payment.disabled:focus:active,
.disabled.btn-success:focus:active,
.disabled.pill.pill-success:focus:active,
.btn-payment.disabled:focus.active,
.disabled.btn-success:focus.active,
.disabled.pill.pill-success:focus.active,
.open>.btn-payment.disabled:focus.dropdown-toggle,
.open>.disabled.btn-success:focus.dropdown-toggle,
.open>.disabled.pill.pill-success:focus.dropdown-toggle,
.btn-payment:disabled:focus:active,
.btn-success:disabled:focus:active,
.pill.pill-success:disabled:focus:active,
.btn-payment:disabled:focus.active,
.btn-success:disabled:focus.active,
.pill.pill-success:disabled:focus.active,
.open>.btn-payment:disabled:focus.dropdown-toggle,
.open>.btn-success:disabled:focus.dropdown-toggle,
.open>.pill.pill-success:disabled:focus.dropdown-toggle {
    background-image: none
}

.btn-payment.disabled.disabled:hover,
.disabled.disabled.btn-success:hover,
.disabled.disabled.pill.pill-success:hover,
.btn-payment.disabled.disabled:focus,
.disabled.disabled.btn-success:focus,
.disabled.disabled.pill.pill-success:focus,
.btn-payment.disabled.disabled.focus,
.disabled.disabled.focus.btn-success,
.disabled.disabled.focus.pill.pill-success,
.btn-payment.disabled[disabled]:hover,
.disabled[disabled].btn-success:hover,
.disabled[disabled].pill.pill-success:hover,
.btn-payment.disabled[disabled]:focus,
.disabled[disabled].btn-success:focus,
.disabled[disabled].pill.pill-success:focus,
.btn-payment.disabled[disabled].focus,
.disabled[disabled].focus.btn-success,
.disabled[disabled].focus.pill.pill-success,
fieldset[disabled] .btn-payment.disabled:hover,
fieldset[disabled] .disabled.btn-success:hover,
fieldset[disabled] .disabled.pill.pill-success:hover,
fieldset[disabled] .btn-payment.disabled:focus,
fieldset[disabled] .disabled.btn-success:focus,
fieldset[disabled] .disabled.pill.pill-success:focus,
fieldset[disabled] .btn-payment.disabled.focus,
fieldset[disabled] .disabled.focus.btn-success,
fieldset[disabled] .disabled.focus.pill.pill-success,
.btn-payment:disabled.disabled:hover,
.btn-success:disabled.disabled:hover,
.pill.pill-success:disabled.disabled:hover,
.btn-payment:disabled.disabled:focus,
.btn-success:disabled.disabled:focus,
.pill.pill-success:disabled.disabled:focus,
.btn-payment:disabled.disabled.focus,
.btn-success:disabled.disabled.focus,
.pill.pill-success:disabled.disabled.focus,
.btn-payment:disabled[disabled]:hover,
.btn-success:disabled[disabled]:hover,
.pill.pill-success:disabled[disabled]:hover,
.btn-payment:disabled[disabled]:focus,
.btn-success:disabled[disabled]:focus,
.pill.pill-success:disabled[disabled]:focus,
.btn-payment:disabled[disabled].focus,
.btn-success:disabled[disabled].focus,
.pill.pill-success:disabled[disabled].focus,
fieldset[disabled] .btn-payment:disabled:hover,
fieldset[disabled] .btn-success:disabled:hover,
fieldset[disabled] .pill.pill-success:disabled:hover,
fieldset[disabled] .btn-payment:disabled:focus,
fieldset[disabled] .btn-success:disabled:focus,
fieldset[disabled] .pill.pill-success:disabled:focus,
fieldset[disabled] .btn-payment:disabled.focus,
fieldset[disabled] .btn-success:disabled.focus,
fieldset[disabled] .pill.pill-success:disabled.focus,
.btn-payment.disabled:active.disabled:hover,
.disabled.btn-success:active.disabled:hover,
.disabled.pill.pill-success:active.disabled:hover,
.btn-payment.disabled:active.disabled:focus,
.disabled.btn-success:active.disabled:focus,
.disabled.pill.pill-success:active.disabled:focus,
.btn-payment.disabled:active.disabled.focus,
.disabled.btn-success:active.disabled.focus,
.disabled.pill.pill-success:active.disabled.focus,
.btn-payment.disabled:active[disabled]:hover,
.disabled.btn-success:active[disabled]:hover,
.disabled.pill.pill-success:active[disabled]:hover,
.btn-payment.disabled:active[disabled]:focus,
.disabled.btn-success:active[disabled]:focus,
.disabled.pill.pill-success:active[disabled]:focus,
.btn-payment.disabled:active[disabled].focus,
.disabled.btn-success:active[disabled].focus,
.disabled.pill.pill-success:active[disabled].focus,
fieldset[disabled] .btn-payment.disabled:active:hover,
fieldset[disabled] .disabled.btn-success:active:hover,
fieldset[disabled] .disabled.pill.pill-success:active:hover,
fieldset[disabled] .btn-payment.disabled:active:focus,
fieldset[disabled] .disabled.btn-success:active:focus,
fieldset[disabled] .disabled.pill.pill-success:active:focus,
fieldset[disabled] .btn-payment.disabled:active.focus,
fieldset[disabled] .disabled.btn-success:active.focus,
fieldset[disabled] .disabled.pill.pill-success:active.focus,
.btn-payment:disabled:active.disabled:hover,
.btn-success:disabled:active.disabled:hover,
.pill.pill-success:disabled:active.disabled:hover,
.btn-payment:disabled:active.disabled:focus,
.btn-success:disabled:active.disabled:focus,
.pill.pill-success:disabled:active.disabled:focus,
.btn-payment:disabled:active.disabled.focus,
.btn-success:disabled:active.disabled.focus,
.pill.pill-success:disabled:active.disabled.focus,
.btn-payment:disabled:active[disabled]:hover,
.btn-success:disabled:active[disabled]:hover,
.pill.pill-success:disabled:active[disabled]:hover,
.btn-payment:disabled:active[disabled]:focus,
.btn-success:disabled:active[disabled]:focus,
.pill.pill-success:disabled:active[disabled]:focus,
.btn-payment:disabled:active[disabled].focus,
.btn-success:disabled:active[disabled].focus,
.pill.pill-success:disabled:active[disabled].focus,
fieldset[disabled] .btn-payment:disabled:active:hover,
fieldset[disabled] .btn-success:disabled:active:hover,
fieldset[disabled] .pill.pill-success:disabled:active:hover,
fieldset[disabled] .btn-payment:disabled:active:focus,
fieldset[disabled] .btn-success:disabled:active:focus,
fieldset[disabled] .pill.pill-success:disabled:active:focus,
fieldset[disabled] .btn-payment:disabled:active.focus,
fieldset[disabled] .btn-success:disabled:active.focus,
fieldset[disabled] .pill.pill-success:disabled:active.focus,
.btn-payment.disabled:hover.disabled:hover,
.disabled.btn-success:hover.disabled:hover,
.disabled.pill.pill-success:hover.disabled:hover,
.btn-payment.disabled:hover.disabled:focus,
.disabled.btn-success:hover.disabled:focus,
.disabled.pill.pill-success:hover.disabled:focus,
.btn-payment.disabled:hover.disabled.focus,
.disabled.btn-success:hover.disabled.focus,
.disabled.pill.pill-success:hover.disabled.focus,
.btn-payment.disabled:hover[disabled]:hover,
.disabled.btn-success:hover[disabled]:hover,
.disabled.pill.pill-success:hover[disabled]:hover,
.btn-payment.disabled:hover[disabled]:focus,
.disabled.btn-success:hover[disabled]:focus,
.disabled.pill.pill-success:hover[disabled]:focus,
.btn-payment.disabled:hover[disabled].focus,
.disabled.btn-success:hover[disabled].focus,
.disabled.pill.pill-success:hover[disabled].focus,
fieldset[disabled] .btn-payment.disabled:hover:hover,
fieldset[disabled] .disabled.btn-success:hover:hover,
fieldset[disabled] .disabled.pill.pill-success:hover:hover,
fieldset[disabled] .btn-payment.disabled:hover:focus,
fieldset[disabled] .disabled.btn-success:hover:focus,
fieldset[disabled] .disabled.pill.pill-success:hover:focus,
fieldset[disabled] .btn-payment.disabled:hover.focus,
fieldset[disabled] .disabled.btn-success:hover.focus,
fieldset[disabled] .disabled.pill.pill-success:hover.focus,
.btn-payment:disabled:hover.disabled:hover,
.btn-success:disabled:hover.disabled:hover,
.pill.pill-success:disabled:hover.disabled:hover,
.btn-payment:disabled:hover.disabled:focus,
.btn-success:disabled:hover.disabled:focus,
.pill.pill-success:disabled:hover.disabled:focus,
.btn-payment:disabled:hover.disabled.focus,
.btn-success:disabled:hover.disabled.focus,
.pill.pill-success:disabled:hover.disabled.focus,
.btn-payment:disabled:hover[disabled]:hover,
.btn-success:disabled:hover[disabled]:hover,
.pill.pill-success:disabled:hover[disabled]:hover,
.btn-payment:disabled:hover[disabled]:focus,
.btn-success:disabled:hover[disabled]:focus,
.pill.pill-success:disabled:hover[disabled]:focus,
.btn-payment:disabled:hover[disabled].focus,
.btn-success:disabled:hover[disabled].focus,
.pill.pill-success:disabled:hover[disabled].focus,
fieldset[disabled] .btn-payment:disabled:hover:hover,
fieldset[disabled] .btn-success:disabled:hover:hover,
fieldset[disabled] .pill.pill-success:disabled:hover:hover,
fieldset[disabled] .btn-payment:disabled:hover:focus,
fieldset[disabled] .btn-success:disabled:hover:focus,
fieldset[disabled] .pill.pill-success:disabled:hover:focus,
fieldset[disabled] .btn-payment:disabled:hover.focus,
fieldset[disabled] .btn-success:disabled:hover.focus,
fieldset[disabled] .pill.pill-success:disabled:hover.focus,
.btn-payment.disabled:focus.disabled:hover,
.disabled.btn-success:focus.disabled:hover,
.disabled.pill.pill-success:focus.disabled:hover,
.btn-payment.disabled:focus.disabled:focus,
.disabled.btn-success:focus.disabled:focus,
.disabled.pill.pill-success:focus.disabled:focus,
.btn-payment.disabled:focus.disabled.focus,
.disabled.btn-success:focus.disabled.focus,
.disabled.pill.pill-success:focus.disabled.focus,
.btn-payment.disabled:focus[disabled]:hover,
.disabled.btn-success:focus[disabled]:hover,
.disabled.pill.pill-success:focus[disabled]:hover,
.btn-payment.disabled:focus[disabled]:focus,
.disabled.btn-success:focus[disabled]:focus,
.disabled.pill.pill-success:focus[disabled]:focus,
.btn-payment.disabled:focus[disabled].focus,
.disabled.btn-success:focus[disabled].focus,
.disabled.pill.pill-success:focus[disabled].focus,
fieldset[disabled] .btn-payment.disabled:focus:hover,
fieldset[disabled] .disabled.btn-success:focus:hover,
fieldset[disabled] .disabled.pill.pill-success:focus:hover,
fieldset[disabled] .btn-payment.disabled:focus:focus,
fieldset[disabled] .disabled.btn-success:focus:focus,
fieldset[disabled] .disabled.pill.pill-success:focus:focus,
fieldset[disabled] .btn-payment.disabled:focus.focus,
fieldset[disabled] .disabled.btn-success:focus.focus,
fieldset[disabled] .disabled.pill.pill-success:focus.focus,
.btn-payment:disabled:focus.disabled:hover,
.btn-success:disabled:focus.disabled:hover,
.pill.pill-success:disabled:focus.disabled:hover,
.btn-payment:disabled:focus.disabled:focus,
.btn-success:disabled:focus.disabled:focus,
.pill.pill-success:disabled:focus.disabled:focus,
.btn-payment:disabled:focus.disabled.focus,
.btn-success:disabled:focus.disabled.focus,
.pill.pill-success:disabled:focus.disabled.focus,
.btn-payment:disabled:focus[disabled]:hover,
.btn-success:disabled:focus[disabled]:hover,
.pill.pill-success:disabled:focus[disabled]:hover,
.btn-payment:disabled:focus[disabled]:focus,
.btn-success:disabled:focus[disabled]:focus,
.pill.pill-success:disabled:focus[disabled]:focus,
.btn-payment:disabled:focus[disabled].focus,
.btn-success:disabled:focus[disabled].focus,
.pill.pill-success:disabled:focus[disabled].focus,
fieldset[disabled] .btn-payment:disabled:focus:hover,
fieldset[disabled] .btn-success:disabled:focus:hover,
fieldset[disabled] .pill.pill-success:disabled:focus:hover,
fieldset[disabled] .btn-payment:disabled:focus:focus,
fieldset[disabled] .btn-success:disabled:focus:focus,
fieldset[disabled] .pill.pill-success:disabled:focus:focus,
fieldset[disabled] .btn-payment:disabled:focus.focus,
fieldset[disabled] .btn-success:disabled:focus.focus,
fieldset[disabled] .pill.pill-success:disabled:focus.focus {
    background-color: #1ecd6e;
    border-color: transparent
}

.btn-payment.disabled .badge,
.disabled.btn-success .badge,
.disabled.pill.pill-success .badge,
.btn-payment:disabled .badge,
.btn-success:disabled .badge,
.pill.pill-success:disabled .badge,
.btn-payment.disabled:active .badge,
.disabled.btn-success:active .badge,
.disabled.pill.pill-success:active .badge,
.btn-payment:disabled:active .badge,
.btn-success:disabled:active .badge,
.pill.pill-success:disabled:active .badge,
.btn-payment.disabled:hover .badge,
.disabled.btn-success:hover .badge,
.disabled.pill.pill-success:hover .badge,
.btn-payment:disabled:hover .badge,
.btn-success:disabled:hover .badge,
.pill.pill-success:disabled:hover .badge,
.btn-payment.disabled:focus .badge,
.disabled.btn-success:focus .badge,
.disabled.pill.pill-success:focus .badge,
.btn-payment:disabled:focus .badge,
.btn-success:disabled:focus .badge,
.pill.pill-success:disabled:focus .badge {
    color: #1ecd6e;
    background-color: white
}

.btn-payment:hover,
.btn-success:hover,
.pill.pill-success:hover,
.btn-payment:focus,
.btn-success:focus,
.pill.pill-success:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#33df81), to(#1ecd6e));
    background-image: linear-gradient(to bottom, #33df81 0%, #1ecd6e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF33DF81', endColorstr='#FF1ECD6E', GradientType=0);
    border-color: #01b152
}

.btn-payment svg:not(.-colored) path,
.btn-success svg:not(.-colored) path,
.pill.pill-success svg:not(.-colored) path {
    fill: white
}

.btn-payment.-icon,
.-icon.btn-success,
.-icon.pill.pill-success {
    position: relative
}

.btn-payment.-icon::before,
.-icon.btn-success::before,
.-icon.pill.pill-success::before {
    content: attr(data-count);
    background-color: #e94b35;
    border-radius: 50%;
    display: block;
    font-size: 9px;
    height: 15px;
    left: calc(100% - 7.5px);
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: calc(0% - 7.5px);
    width: 15px
}

.btn-payment.-icon::after,
.-icon.btn-success::after,
.-icon.pill.pill-success::after {
    content: '';
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/fusion_ui/payment-b4c5706f3ed9d0e4e8dcebf240161833b3159281d20c4ba0eaf890774693d9d1.svg);
    background-size: cover;
    display: block;
    height: 16px;
    width: 16px
}

.btn-delete:not([class*='-icon']),
.btn-danger:not([class*='-icon']),
.pill.pill-danger:not([class*='-icon']) {
    color: white;
    background-color: #e94b35;
    border-color: #d3402b;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff604a), color-stop(50%, #e94b35), to(#d3402b));
    background-image: linear-gradient(#ff604a, #e94b35 50%, #d3402b); */
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF604A', endColorstr='#FFD3402B', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1)
}

.btn-delete:not([class*='-icon']):focus,
.btn-danger:not([class*='-icon']):focus,
.pill.pill-danger:not([class*='-icon']):focus,
.btn-delete:not([class*='-icon']).focus,
.btn-danger:not([class*='-icon']).focus,
.pill.pill-danger:not([class*='-icon']).focus {
    color: white;
    background-color: #d42e17;
    border-color: #692015
}

.btn-delete:not([class*='-icon']):hover,
.btn-danger:not([class*='-icon']):hover,
.pill.pill-danger:not([class*='-icon']):hover {
    color: white;
    background-color: #d42e17;
    border-color: #a03121
}

.btn-delete:not([class*='-icon']):active,
.btn-danger:not([class*='-icon']):active,
.pill.pill-danger:not([class*='-icon']):active,
.btn-delete:not([class*='-icon']).active,
.btn-danger:not([class*='-icon']).active,
.pill.pill-danger:not([class*='-icon']).active,
.open>.btn-delete:not([class*='-icon']).dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).dropdown-toggle {
    color: white;
    background-color: #d42e17;
    border-color: #a03121
}

.btn-delete:not([class*='-icon']):active:hover,
.btn-danger:not([class*='-icon']):active:hover,
.pill.pill-danger:not([class*='-icon']):active:hover,
.btn-delete:not([class*='-icon']):active:focus,
.btn-danger:not([class*='-icon']):active:focus,
.pill.pill-danger:not([class*='-icon']):active:focus,
.btn-delete:not([class*='-icon']):active.focus,
.btn-danger:not([class*='-icon']):active.focus,
.pill.pill-danger:not([class*='-icon']):active.focus,
.btn-delete:not([class*='-icon']).active:hover,
.btn-danger:not([class*='-icon']).active:hover,
.pill.pill-danger:not([class*='-icon']).active:hover,
.btn-delete:not([class*='-icon']).active:focus,
.btn-danger:not([class*='-icon']).active:focus,
.pill.pill-danger:not([class*='-icon']).active:focus,
.btn-delete:not([class*='-icon']).active.focus,
.btn-danger:not([class*='-icon']).active.focus,
.pill.pill-danger:not([class*='-icon']).active.focus,
.open>.btn-delete:not([class*='-icon']).dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']).dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']).dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']).dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']).dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']).dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']).dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']).dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']).dropdown-toggle.focus {
    color: white;
    background-color: #b42714;
    border-color: #692015
}

.btn-delete:not([class*='-icon']):active,
.btn-danger:not([class*='-icon']):active,
.pill.pill-danger:not([class*='-icon']):active,
.btn-delete:not([class*='-icon']).active,
.btn-danger:not([class*='-icon']).active,
.pill.pill-danger:not([class*='-icon']).active,
.open>.btn-delete:not([class*='-icon']).dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).dropdown-toggle {
    background-image: none
}

.btn-delete:not([class*='-icon']).disabled:hover,
.btn-danger:not([class*='-icon']).disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover,
.btn-delete:not([class*='-icon']).disabled:focus,
.btn-danger:not([class*='-icon']).disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus,
.btn-delete:not([class*='-icon']).disabled.focus,
.btn-danger:not([class*='-icon']).disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled.focus,
.btn-delete:not([class*='-icon'])[disabled]:hover,
.btn-danger:not([class*='-icon'])[disabled]:hover,
.pill.pill-danger:not([class*='-icon'])[disabled]:hover,
.btn-delete:not([class*='-icon'])[disabled]:focus,
.btn-danger:not([class*='-icon'])[disabled]:focus,
.pill.pill-danger:not([class*='-icon'])[disabled]:focus,
.btn-delete:not([class*='-icon'])[disabled].focus,
.btn-danger:not([class*='-icon'])[disabled].focus,
.pill.pill-danger:not([class*='-icon'])[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):hover,
fieldset[disabled] .btn-danger:not([class*='-icon']):hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):hover,
fieldset[disabled] .btn-delete:not([class*='-icon']):focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).focus {
    background-color: #e94b35;
    border-color: #d3402b
}

.btn-delete:not([class*='-icon']) .badge,
.btn-danger:not([class*='-icon']) .badge,
.pill.pill-danger:not([class*='-icon']) .badge {
    color: #e94b35;
    background-color: white
}

.btn-delete:not([class*='-icon']):active,
.btn-danger:not([class*='-icon']):active,
.pill.pill-danger:not([class*='-icon']):active,
.btn-delete:not([class*='-icon']).active,
.btn-danger:not([class*='-icon']).active,
.pill.pill-danger:not([class*='-icon']).active,
.btn-delete:not([class*='-icon']):active:focus,
.btn-danger:not([class*='-icon']):active:focus,
.pill.pill-danger:not([class*='-icon']):active:focus,
.btn-delete:not([class*='-icon']).active:focus,
.btn-danger:not([class*='-icon']).active:focus,
.pill.pill-danger:not([class*='-icon']).active:focus,
.btn-delete:not([class*='-icon']):active:hover,
.btn-danger:not([class*='-icon']):active:hover,
.pill.pill-danger:not([class*='-icon']):active:hover {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#d3402b), color-stop(50%, #e94b35), to(#ff604a));
    background-image: linear-gradient(#d3402b, #e94b35 50%, #ff604a);
    background-repeat: no-repeat; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3402B', endColorstr='#FFFF604A', GradientType=0);
    border-color: #c23824;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.btn-delete:not([class*='-icon']).disabled,
.btn-danger:not([class*='-icon']).disabled,
.pill.pill-danger:not([class*='-icon']).disabled,
.btn-delete:not([class*='-icon']):disabled,
.btn-danger:not([class*='-icon']):disabled,
.pill.pill-danger:not([class*='-icon']):disabled,
.btn-delete:not([class*='-icon']).disabled:active,
.btn-danger:not([class*='-icon']).disabled:active,
.pill.pill-danger:not([class*='-icon']).disabled:active,
.btn-delete:not([class*='-icon']):disabled:active,
.btn-danger:not([class*='-icon']):disabled:active,
.pill.pill-danger:not([class*='-icon']):disabled:active,
.btn-delete:not([class*='-icon']).disabled:hover,
.btn-danger:not([class*='-icon']).disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover,
.btn-delete:not([class*='-icon']):disabled:hover,
.btn-danger:not([class*='-icon']):disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover,
.btn-delete:not([class*='-icon']).disabled:focus,
.btn-danger:not([class*='-icon']).disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus,
.btn-delete:not([class*='-icon']):disabled:focus,
.btn-danger:not([class*='-icon']):disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus {
    color: white;
    background-color: #e94b35;
    border-color: transparent;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff604a), color-stop(50%, #e94b35), to(#d3402b)) !important;
    background-image: linear-gradient(#ff604a, #e94b35 50%, #d3402b) !important;
    background-repeat: no-repeat; */
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF604A', endColorstr='#FFD3402B', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #d3402b
}

.btn-delete:not([class*='-icon']).disabled:focus,
.btn-danger:not([class*='-icon']).disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus,
.btn-delete:not([class*='-icon']).disabled.focus,
.btn-danger:not([class*='-icon']).disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled.focus,
.btn-delete:not([class*='-icon']):disabled:focus,
.btn-danger:not([class*='-icon']):disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus,
.btn-delete:not([class*='-icon']):disabled.focus,
.btn-danger:not([class*='-icon']):disabled.focus,
.pill.pill-danger:not([class*='-icon']):disabled.focus,
.btn-delete:not([class*='-icon']).disabled:active:focus,
.btn-danger:not([class*='-icon']).disabled:active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active:focus,
.btn-delete:not([class*='-icon']).disabled:active.focus,
.btn-danger:not([class*='-icon']).disabled:active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.focus,
.btn-delete:not([class*='-icon']):disabled:active:focus,
.btn-danger:not([class*='-icon']):disabled:active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active:focus,
.btn-delete:not([class*='-icon']):disabled:active.focus,
.btn-danger:not([class*='-icon']):disabled:active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.focus,
.btn-delete:not([class*='-icon']).disabled:hover:focus,
.btn-danger:not([class*='-icon']).disabled:hover:focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover:focus,
.btn-delete:not([class*='-icon']).disabled:hover.focus,
.btn-danger:not([class*='-icon']).disabled:hover.focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover.focus,
.btn-delete:not([class*='-icon']):disabled:hover:focus,
.btn-danger:not([class*='-icon']):disabled:hover:focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover:focus,
.btn-delete:not([class*='-icon']):disabled:hover.focus,
.btn-danger:not([class*='-icon']):disabled:hover.focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover.focus,
.btn-delete:not([class*='-icon']).disabled:focus:focus,
.btn-danger:not([class*='-icon']).disabled:focus:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus:focus,
.btn-delete:not([class*='-icon']).disabled:focus.focus,
.btn-danger:not([class*='-icon']).disabled:focus.focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus.focus,
.btn-delete:not([class*='-icon']):disabled:focus:focus,
.btn-danger:not([class*='-icon']):disabled:focus:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus:focus,
.btn-delete:not([class*='-icon']):disabled:focus.focus,
.btn-danger:not([class*='-icon']):disabled:focus.focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus.focus {
    color: white;
    background-color: #d42e17;
    border-color: transparent
}

.btn-delete:not([class*='-icon']).disabled:hover,
.btn-danger:not([class*='-icon']).disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover,
.btn-delete:not([class*='-icon']):disabled:hover,
.btn-danger:not([class*='-icon']):disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover,
.btn-delete:not([class*='-icon']).disabled:active:hover,
.btn-danger:not([class*='-icon']).disabled:active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active:hover,
.btn-delete:not([class*='-icon']):disabled:active:hover,
.btn-danger:not([class*='-icon']):disabled:active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active:hover,
.btn-delete:not([class*='-icon']).disabled:hover:hover,
.btn-danger:not([class*='-icon']).disabled:hover:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover:hover,
.btn-delete:not([class*='-icon']):disabled:hover:hover,
.btn-danger:not([class*='-icon']):disabled:hover:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover:hover,
.btn-delete:not([class*='-icon']).disabled:focus:hover,
.btn-danger:not([class*='-icon']).disabled:focus:hover,
.pill.pill-danger:not([class*='-icon']).disabled:focus:hover,
.btn-delete:not([class*='-icon']):disabled:focus:hover,
.btn-danger:not([class*='-icon']):disabled:focus:hover,
.pill.pill-danger:not([class*='-icon']):disabled:focus:hover {
    color: white;
    background-color: #d42e17;
    border-color: transparent
}

.btn-delete:not([class*='-icon']).disabled:active,
.btn-danger:not([class*='-icon']).disabled:active,
.pill.pill-danger:not([class*='-icon']).disabled:active,
.btn-delete:not([class*='-icon']).disabled.active,
.btn-danger:not([class*='-icon']).disabled.active,
.pill.pill-danger:not([class*='-icon']).disabled.active,
.open>.btn-delete:not([class*='-icon']).disabled.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:active,
.btn-danger:not([class*='-icon']):disabled:active,
.pill.pill-danger:not([class*='-icon']):disabled:active,
.btn-delete:not([class*='-icon']):disabled.active,
.btn-danger:not([class*='-icon']):disabled.active,
.pill.pill-danger:not([class*='-icon']):disabled.active,
.open>.btn-delete:not([class*='-icon']):disabled.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:active:active,
.btn-danger:not([class*='-icon']).disabled:active:active,
.pill.pill-danger:not([class*='-icon']).disabled:active:active,
.btn-delete:not([class*='-icon']).disabled:active.active,
.btn-danger:not([class*='-icon']).disabled:active.active,
.pill.pill-danger:not([class*='-icon']).disabled:active.active,
.open>.btn-delete:not([class*='-icon']).disabled:active.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:active.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:active.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:active:active,
.btn-danger:not([class*='-icon']):disabled:active:active,
.pill.pill-danger:not([class*='-icon']):disabled:active:active,
.btn-delete:not([class*='-icon']):disabled:active.active,
.btn-danger:not([class*='-icon']):disabled:active.active,
.pill.pill-danger:not([class*='-icon']):disabled:active.active,
.open>.btn-delete:not([class*='-icon']):disabled:active.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:active.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:active.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:hover:active,
.btn-danger:not([class*='-icon']).disabled:hover:active,
.pill.pill-danger:not([class*='-icon']).disabled:hover:active,
.btn-delete:not([class*='-icon']).disabled:hover.active,
.btn-danger:not([class*='-icon']).disabled:hover.active,
.pill.pill-danger:not([class*='-icon']).disabled:hover.active,
.open>.btn-delete:not([class*='-icon']).disabled:hover.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:hover.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:hover.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:hover:active,
.btn-danger:not([class*='-icon']):disabled:hover:active,
.pill.pill-danger:not([class*='-icon']):disabled:hover:active,
.btn-delete:not([class*='-icon']):disabled:hover.active,
.btn-danger:not([class*='-icon']):disabled:hover.active,
.pill.pill-danger:not([class*='-icon']):disabled:hover.active,
.open>.btn-delete:not([class*='-icon']):disabled:hover.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:hover.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:hover.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:focus:active,
.btn-danger:not([class*='-icon']).disabled:focus:active,
.pill.pill-danger:not([class*='-icon']).disabled:focus:active,
.btn-delete:not([class*='-icon']).disabled:focus.active,
.btn-danger:not([class*='-icon']).disabled:focus.active,
.pill.pill-danger:not([class*='-icon']).disabled:focus.active,
.open>.btn-delete:not([class*='-icon']).disabled:focus.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:focus.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:focus.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:focus:active,
.btn-danger:not([class*='-icon']):disabled:focus:active,
.pill.pill-danger:not([class*='-icon']):disabled:focus:active,
.btn-delete:not([class*='-icon']):disabled:focus.active,
.btn-danger:not([class*='-icon']):disabled:focus.active,
.pill.pill-danger:not([class*='-icon']):disabled:focus.active,
.open>.btn-delete:not([class*='-icon']):disabled:focus.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:focus.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:focus.dropdown-toggle {
    color: white;
    background-color: #d42e17;
    border-color: transparent
}

.btn-delete:not([class*='-icon']).disabled:active:hover,
.btn-danger:not([class*='-icon']).disabled:active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active:hover,
.btn-delete:not([class*='-icon']).disabled:active:focus,
.btn-danger:not([class*='-icon']).disabled:active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active:focus,
.btn-delete:not([class*='-icon']).disabled:active.focus,
.btn-danger:not([class*='-icon']).disabled:active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.focus,
.btn-delete:not([class*='-icon']).disabled.active:hover,
.btn-danger:not([class*='-icon']).disabled.active:hover,
.pill.pill-danger:not([class*='-icon']).disabled.active:hover,
.btn-delete:not([class*='-icon']).disabled.active:focus,
.btn-danger:not([class*='-icon']).disabled.active:focus,
.pill.pill-danger:not([class*='-icon']).disabled.active:focus,
.btn-delete:not([class*='-icon']).disabled.active.focus,
.btn-danger:not([class*='-icon']).disabled.active.focus,
.pill.pill-danger:not([class*='-icon']).disabled.active.focus,
.open>.btn-delete:not([class*='-icon']).disabled.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']).disabled.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']).disabled.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']).disabled.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']).disabled.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']).disabled.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']).disabled.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']):disabled:active:hover,
.btn-danger:not([class*='-icon']):disabled:active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active:hover,
.btn-delete:not([class*='-icon']):disabled:active:focus,
.btn-danger:not([class*='-icon']):disabled:active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active:focus,
.btn-delete:not([class*='-icon']):disabled:active.focus,
.btn-danger:not([class*='-icon']):disabled:active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.focus,
.btn-delete:not([class*='-icon']):disabled.active:hover,
.btn-danger:not([class*='-icon']):disabled.active:hover,
.pill.pill-danger:not([class*='-icon']):disabled.active:hover,
.btn-delete:not([class*='-icon']):disabled.active:focus,
.btn-danger:not([class*='-icon']):disabled.active:focus,
.pill.pill-danger:not([class*='-icon']):disabled.active:focus,
.btn-delete:not([class*='-icon']):disabled.active.focus,
.btn-danger:not([class*='-icon']):disabled.active.focus,
.pill.pill-danger:not([class*='-icon']):disabled.active.focus,
.open>.btn-delete:not([class*='-icon']):disabled.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']):disabled.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']):disabled.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']):disabled.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']):disabled.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']):disabled.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']):disabled.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']).disabled:active:active:hover,
.btn-danger:not([class*='-icon']).disabled:active:active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active:active:hover,
.btn-delete:not([class*='-icon']).disabled:active:active:focus,
.btn-danger:not([class*='-icon']).disabled:active:active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active:active:focus,
.btn-delete:not([class*='-icon']).disabled:active:active.focus,
.btn-danger:not([class*='-icon']).disabled:active:active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:active:active.focus,
.btn-delete:not([class*='-icon']).disabled:active.active:hover,
.btn-danger:not([class*='-icon']).disabled:active.active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active.active:hover,
.btn-delete:not([class*='-icon']).disabled:active.active:focus,
.btn-danger:not([class*='-icon']).disabled:active.active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.active:focus,
.btn-delete:not([class*='-icon']).disabled:active.active.focus,
.btn-danger:not([class*='-icon']).disabled:active.active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.active.focus,
.open>.btn-delete:not([class*='-icon']).disabled:active.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']).disabled:active.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']).disabled:active.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']).disabled:active.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']).disabled:active.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:active.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']).disabled:active.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']).disabled:active.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:active.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']):disabled:active:active:hover,
.btn-danger:not([class*='-icon']):disabled:active:active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active:active:hover,
.btn-delete:not([class*='-icon']):disabled:active:active:focus,
.btn-danger:not([class*='-icon']):disabled:active:active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active:active:focus,
.btn-delete:not([class*='-icon']):disabled:active:active.focus,
.btn-danger:not([class*='-icon']):disabled:active:active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:active:active.focus,
.btn-delete:not([class*='-icon']):disabled:active.active:hover,
.btn-danger:not([class*='-icon']):disabled:active.active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active.active:hover,
.btn-delete:not([class*='-icon']):disabled:active.active:focus,
.btn-danger:not([class*='-icon']):disabled:active.active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.active:focus,
.btn-delete:not([class*='-icon']):disabled:active.active.focus,
.btn-danger:not([class*='-icon']):disabled:active.active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.active.focus,
.open>.btn-delete:not([class*='-icon']):disabled:active.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']):disabled:active.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']):disabled:active.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']):disabled:active.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']):disabled:active.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:active.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']):disabled:active.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']):disabled:active.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:active.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']).disabled:hover:active:hover,
.btn-danger:not([class*='-icon']).disabled:hover:active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover:active:hover,
.btn-delete:not([class*='-icon']).disabled:hover:active:focus,
.btn-danger:not([class*='-icon']).disabled:hover:active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover:active:focus,
.btn-delete:not([class*='-icon']).disabled:hover:active.focus,
.btn-danger:not([class*='-icon']).disabled:hover:active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover:active.focus,
.btn-delete:not([class*='-icon']).disabled:hover.active:hover,
.btn-danger:not([class*='-icon']).disabled:hover.active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover.active:hover,
.btn-delete:not([class*='-icon']).disabled:hover.active:focus,
.btn-danger:not([class*='-icon']).disabled:hover.active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover.active:focus,
.btn-delete:not([class*='-icon']).disabled:hover.active.focus,
.btn-danger:not([class*='-icon']).disabled:hover.active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover.active.focus,
.open>.btn-delete:not([class*='-icon']).disabled:hover.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']).disabled:hover.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']).disabled:hover.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']).disabled:hover.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']).disabled:hover.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:hover.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']).disabled:hover.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']).disabled:hover.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:hover.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']):disabled:hover:active:hover,
.btn-danger:not([class*='-icon']):disabled:hover:active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover:active:hover,
.btn-delete:not([class*='-icon']):disabled:hover:active:focus,
.btn-danger:not([class*='-icon']):disabled:hover:active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover:active:focus,
.btn-delete:not([class*='-icon']):disabled:hover:active.focus,
.btn-danger:not([class*='-icon']):disabled:hover:active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover:active.focus,
.btn-delete:not([class*='-icon']):disabled:hover.active:hover,
.btn-danger:not([class*='-icon']):disabled:hover.active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover.active:hover,
.btn-delete:not([class*='-icon']):disabled:hover.active:focus,
.btn-danger:not([class*='-icon']):disabled:hover.active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover.active:focus,
.btn-delete:not([class*='-icon']):disabled:hover.active.focus,
.btn-danger:not([class*='-icon']):disabled:hover.active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover.active.focus,
.open>.btn-delete:not([class*='-icon']):disabled:hover.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']):disabled:hover.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']):disabled:hover.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']):disabled:hover.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']):disabled:hover.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:hover.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']):disabled:hover.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']):disabled:hover.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:hover.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']).disabled:focus:active:hover,
.btn-danger:not([class*='-icon']).disabled:focus:active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:focus:active:hover,
.btn-delete:not([class*='-icon']).disabled:focus:active:focus,
.btn-danger:not([class*='-icon']).disabled:focus:active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus:active:focus,
.btn-delete:not([class*='-icon']).disabled:focus:active.focus,
.btn-danger:not([class*='-icon']).disabled:focus:active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus:active.focus,
.btn-delete:not([class*='-icon']).disabled:focus.active:hover,
.btn-danger:not([class*='-icon']).disabled:focus.active:hover,
.pill.pill-danger:not([class*='-icon']).disabled:focus.active:hover,
.btn-delete:not([class*='-icon']).disabled:focus.active:focus,
.btn-danger:not([class*='-icon']).disabled:focus.active:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus.active:focus,
.btn-delete:not([class*='-icon']).disabled:focus.active.focus,
.btn-danger:not([class*='-icon']).disabled:focus.active.focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus.active.focus,
.open>.btn-delete:not([class*='-icon']).disabled:focus.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']).disabled:focus.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']).disabled:focus.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']).disabled:focus.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']).disabled:focus.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:focus.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']).disabled:focus.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']).disabled:focus.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']).disabled:focus.dropdown-toggle.focus,
.btn-delete:not([class*='-icon']):disabled:focus:active:hover,
.btn-danger:not([class*='-icon']):disabled:focus:active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:focus:active:hover,
.btn-delete:not([class*='-icon']):disabled:focus:active:focus,
.btn-danger:not([class*='-icon']):disabled:focus:active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus:active:focus,
.btn-delete:not([class*='-icon']):disabled:focus:active.focus,
.btn-danger:not([class*='-icon']):disabled:focus:active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus:active.focus,
.btn-delete:not([class*='-icon']):disabled:focus.active:hover,
.btn-danger:not([class*='-icon']):disabled:focus.active:hover,
.pill.pill-danger:not([class*='-icon']):disabled:focus.active:hover,
.btn-delete:not([class*='-icon']):disabled:focus.active:focus,
.btn-danger:not([class*='-icon']):disabled:focus.active:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus.active:focus,
.btn-delete:not([class*='-icon']):disabled:focus.active.focus,
.btn-danger:not([class*='-icon']):disabled:focus.active.focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus.active.focus,
.open>.btn-delete:not([class*='-icon']):disabled:focus.dropdown-toggle:hover,
.open>.btn-danger:not([class*='-icon']):disabled:focus.dropdown-toggle:hover,
.open>.pill.pill-danger:not([class*='-icon']):disabled:focus.dropdown-toggle:hover,
.open>.btn-delete:not([class*='-icon']):disabled:focus.dropdown-toggle:focus,
.open>.btn-danger:not([class*='-icon']):disabled:focus.dropdown-toggle:focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:focus.dropdown-toggle:focus,
.open>.btn-delete:not([class*='-icon']):disabled:focus.dropdown-toggle.focus,
.open>.btn-danger:not([class*='-icon']):disabled:focus.dropdown-toggle.focus,
.open>.pill.pill-danger:not([class*='-icon']):disabled:focus.dropdown-toggle.focus {
    color: white;
    background-color: #b42714;
    border-color: transparent
}

.btn-delete:not([class*='-icon']).disabled:active,
.btn-danger:not([class*='-icon']).disabled:active,
.pill.pill-danger:not([class*='-icon']).disabled:active,
.btn-delete:not([class*='-icon']).disabled.active,
.btn-danger:not([class*='-icon']).disabled.active,
.pill.pill-danger:not([class*='-icon']).disabled.active,
.open>.btn-delete:not([class*='-icon']).disabled.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:active,
.btn-danger:not([class*='-icon']):disabled:active,
.pill.pill-danger:not([class*='-icon']):disabled:active,
.btn-delete:not([class*='-icon']):disabled.active,
.btn-danger:not([class*='-icon']):disabled.active,
.pill.pill-danger:not([class*='-icon']):disabled.active,
.open>.btn-delete:not([class*='-icon']):disabled.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:active:active,
.btn-danger:not([class*='-icon']).disabled:active:active,
.pill.pill-danger:not([class*='-icon']).disabled:active:active,
.btn-delete:not([class*='-icon']).disabled:active.active,
.btn-danger:not([class*='-icon']).disabled:active.active,
.pill.pill-danger:not([class*='-icon']).disabled:active.active,
.open>.btn-delete:not([class*='-icon']).disabled:active.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:active.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:active.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:active:active,
.btn-danger:not([class*='-icon']):disabled:active:active,
.pill.pill-danger:not([class*='-icon']):disabled:active:active,
.btn-delete:not([class*='-icon']):disabled:active.active,
.btn-danger:not([class*='-icon']):disabled:active.active,
.pill.pill-danger:not([class*='-icon']):disabled:active.active,
.open>.btn-delete:not([class*='-icon']):disabled:active.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:active.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:active.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:hover:active,
.btn-danger:not([class*='-icon']).disabled:hover:active,
.pill.pill-danger:not([class*='-icon']).disabled:hover:active,
.btn-delete:not([class*='-icon']).disabled:hover.active,
.btn-danger:not([class*='-icon']).disabled:hover.active,
.pill.pill-danger:not([class*='-icon']).disabled:hover.active,
.open>.btn-delete:not([class*='-icon']).disabled:hover.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:hover.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:hover.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:hover:active,
.btn-danger:not([class*='-icon']):disabled:hover:active,
.pill.pill-danger:not([class*='-icon']):disabled:hover:active,
.btn-delete:not([class*='-icon']):disabled:hover.active,
.btn-danger:not([class*='-icon']):disabled:hover.active,
.pill.pill-danger:not([class*='-icon']):disabled:hover.active,
.open>.btn-delete:not([class*='-icon']):disabled:hover.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:hover.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:hover.dropdown-toggle,
.btn-delete:not([class*='-icon']).disabled:focus:active,
.btn-danger:not([class*='-icon']).disabled:focus:active,
.pill.pill-danger:not([class*='-icon']).disabled:focus:active,
.btn-delete:not([class*='-icon']).disabled:focus.active,
.btn-danger:not([class*='-icon']).disabled:focus.active,
.pill.pill-danger:not([class*='-icon']).disabled:focus.active,
.open>.btn-delete:not([class*='-icon']).disabled:focus.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']).disabled:focus.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']).disabled:focus.dropdown-toggle,
.btn-delete:not([class*='-icon']):disabled:focus:active,
.btn-danger:not([class*='-icon']):disabled:focus:active,
.pill.pill-danger:not([class*='-icon']):disabled:focus:active,
.btn-delete:not([class*='-icon']):disabled:focus.active,
.btn-danger:not([class*='-icon']):disabled:focus.active,
.pill.pill-danger:not([class*='-icon']):disabled:focus.active,
.open>.btn-delete:not([class*='-icon']):disabled:focus.dropdown-toggle,
.open>.btn-danger:not([class*='-icon']):disabled:focus.dropdown-toggle,
.open>.pill.pill-danger:not([class*='-icon']):disabled:focus.dropdown-toggle {
    background-image: none
}

.btn-delete:not([class*='-icon']).disabled.disabled:hover,
.btn-danger:not([class*='-icon']).disabled.disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled.disabled:hover,
.btn-delete:not([class*='-icon']).disabled.disabled:focus,
.btn-danger:not([class*='-icon']).disabled.disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled.disabled:focus,
.btn-delete:not([class*='-icon']).disabled.disabled.focus,
.btn-danger:not([class*='-icon']).disabled.disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled.disabled.focus,
.btn-delete:not([class*='-icon']).disabled[disabled]:hover,
.btn-danger:not([class*='-icon']).disabled[disabled]:hover,
.pill.pill-danger:not([class*='-icon']).disabled[disabled]:hover,
.btn-delete:not([class*='-icon']).disabled[disabled]:focus,
.btn-danger:not([class*='-icon']).disabled[disabled]:focus,
.pill.pill-danger:not([class*='-icon']).disabled[disabled]:focus,
.btn-delete:not([class*='-icon']).disabled[disabled].focus,
.btn-danger:not([class*='-icon']).disabled[disabled].focus,
.pill.pill-danger:not([class*='-icon']).disabled[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled.focus,
.btn-delete:not([class*='-icon']):disabled.disabled:hover,
.btn-danger:not([class*='-icon']):disabled.disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled.disabled:hover,
.btn-delete:not([class*='-icon']):disabled.disabled:focus,
.btn-danger:not([class*='-icon']):disabled.disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled.disabled:focus,
.btn-delete:not([class*='-icon']):disabled.disabled.focus,
.btn-danger:not([class*='-icon']):disabled.disabled.focus,
.pill.pill-danger:not([class*='-icon']):disabled.disabled.focus,
.btn-delete:not([class*='-icon']):disabled[disabled]:hover,
.btn-danger:not([class*='-icon']):disabled[disabled]:hover,
.pill.pill-danger:not([class*='-icon']):disabled[disabled]:hover,
.btn-delete:not([class*='-icon']):disabled[disabled]:focus,
.btn-danger:not([class*='-icon']):disabled[disabled]:focus,
.pill.pill-danger:not([class*='-icon']):disabled[disabled]:focus,
.btn-delete:not([class*='-icon']):disabled[disabled].focus,
.btn-danger:not([class*='-icon']):disabled[disabled].focus,
.pill.pill-danger:not([class*='-icon']):disabled[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled.focus,
.btn-delete:not([class*='-icon']).disabled:active.disabled:hover,
.btn-danger:not([class*='-icon']).disabled:active.disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active.disabled:hover,
.btn-delete:not([class*='-icon']).disabled:active.disabled:focus,
.btn-danger:not([class*='-icon']).disabled:active.disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.disabled:focus,
.btn-delete:not([class*='-icon']).disabled:active.disabled.focus,
.btn-danger:not([class*='-icon']).disabled:active.disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled:active.disabled.focus,
.btn-delete:not([class*='-icon']).disabled:active[disabled]:hover,
.btn-danger:not([class*='-icon']).disabled:active[disabled]:hover,
.pill.pill-danger:not([class*='-icon']).disabled:active[disabled]:hover,
.btn-delete:not([class*='-icon']).disabled:active[disabled]:focus,
.btn-danger:not([class*='-icon']).disabled:active[disabled]:focus,
.pill.pill-danger:not([class*='-icon']).disabled:active[disabled]:focus,
.btn-delete:not([class*='-icon']).disabled:active[disabled].focus,
.btn-danger:not([class*='-icon']).disabled:active[disabled].focus,
.pill.pill-danger:not([class*='-icon']).disabled:active[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:active:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:active:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:active:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:active:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:active:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:active:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:active.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:active.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:active.focus,
.btn-delete:not([class*='-icon']):disabled:active.disabled:hover,
.btn-danger:not([class*='-icon']):disabled:active.disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active.disabled:hover,
.btn-delete:not([class*='-icon']):disabled:active.disabled:focus,
.btn-danger:not([class*='-icon']):disabled:active.disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.disabled:focus,
.btn-delete:not([class*='-icon']):disabled:active.disabled.focus,
.btn-danger:not([class*='-icon']):disabled:active.disabled.focus,
.pill.pill-danger:not([class*='-icon']):disabled:active.disabled.focus,
.btn-delete:not([class*='-icon']):disabled:active[disabled]:hover,
.btn-danger:not([class*='-icon']):disabled:active[disabled]:hover,
.pill.pill-danger:not([class*='-icon']):disabled:active[disabled]:hover,
.btn-delete:not([class*='-icon']):disabled:active[disabled]:focus,
.btn-danger:not([class*='-icon']):disabled:active[disabled]:focus,
.pill.pill-danger:not([class*='-icon']):disabled:active[disabled]:focus,
.btn-delete:not([class*='-icon']):disabled:active[disabled].focus,
.btn-danger:not([class*='-icon']):disabled:active[disabled].focus,
.pill.pill-danger:not([class*='-icon']):disabled:active[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:active:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:active:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:active:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:active:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:active:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:active:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:active.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:active.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:active.focus,
.btn-delete:not([class*='-icon']).disabled:hover.disabled:hover,
.btn-danger:not([class*='-icon']).disabled:hover.disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover.disabled:hover,
.btn-delete:not([class*='-icon']).disabled:hover.disabled:focus,
.btn-danger:not([class*='-icon']).disabled:hover.disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover.disabled:focus,
.btn-delete:not([class*='-icon']).disabled:hover.disabled.focus,
.btn-danger:not([class*='-icon']).disabled:hover.disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover.disabled.focus,
.btn-delete:not([class*='-icon']).disabled:hover[disabled]:hover,
.btn-danger:not([class*='-icon']).disabled:hover[disabled]:hover,
.pill.pill-danger:not([class*='-icon']).disabled:hover[disabled]:hover,
.btn-delete:not([class*='-icon']).disabled:hover[disabled]:focus,
.btn-danger:not([class*='-icon']).disabled:hover[disabled]:focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover[disabled]:focus,
.btn-delete:not([class*='-icon']).disabled:hover[disabled].focus,
.btn-danger:not([class*='-icon']).disabled:hover[disabled].focus,
.pill.pill-danger:not([class*='-icon']).disabled:hover[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:hover:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:hover:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:hover:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:hover:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:hover:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:hover:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:hover.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:hover.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:hover.focus,
.btn-delete:not([class*='-icon']):disabled:hover.disabled:hover,
.btn-danger:not([class*='-icon']):disabled:hover.disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover.disabled:hover,
.btn-delete:not([class*='-icon']):disabled:hover.disabled:focus,
.btn-danger:not([class*='-icon']):disabled:hover.disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover.disabled:focus,
.btn-delete:not([class*='-icon']):disabled:hover.disabled.focus,
.btn-danger:not([class*='-icon']):disabled:hover.disabled.focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover.disabled.focus,
.btn-delete:not([class*='-icon']):disabled:hover[disabled]:hover,
.btn-danger:not([class*='-icon']):disabled:hover[disabled]:hover,
.pill.pill-danger:not([class*='-icon']):disabled:hover[disabled]:hover,
.btn-delete:not([class*='-icon']):disabled:hover[disabled]:focus,
.btn-danger:not([class*='-icon']):disabled:hover[disabled]:focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover[disabled]:focus,
.btn-delete:not([class*='-icon']):disabled:hover[disabled].focus,
.btn-danger:not([class*='-icon']):disabled:hover[disabled].focus,
.pill.pill-danger:not([class*='-icon']):disabled:hover[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:hover:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:hover:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:hover:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:hover:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:hover:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:hover:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:hover.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:hover.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:hover.focus,
.btn-delete:not([class*='-icon']).disabled:focus.disabled:hover,
.btn-danger:not([class*='-icon']).disabled:focus.disabled:hover,
.pill.pill-danger:not([class*='-icon']).disabled:focus.disabled:hover,
.btn-delete:not([class*='-icon']).disabled:focus.disabled:focus,
.btn-danger:not([class*='-icon']).disabled:focus.disabled:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus.disabled:focus,
.btn-delete:not([class*='-icon']).disabled:focus.disabled.focus,
.btn-danger:not([class*='-icon']).disabled:focus.disabled.focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus.disabled.focus,
.btn-delete:not([class*='-icon']).disabled:focus[disabled]:hover,
.btn-danger:not([class*='-icon']).disabled:focus[disabled]:hover,
.pill.pill-danger:not([class*='-icon']).disabled:focus[disabled]:hover,
.btn-delete:not([class*='-icon']).disabled:focus[disabled]:focus,
.btn-danger:not([class*='-icon']).disabled:focus[disabled]:focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus[disabled]:focus,
.btn-delete:not([class*='-icon']).disabled:focus[disabled].focus,
.btn-danger:not([class*='-icon']).disabled:focus[disabled].focus,
.pill.pill-danger:not([class*='-icon']).disabled:focus[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:focus:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:focus:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:focus:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:focus:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:focus:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:focus:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']).disabled:focus.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']).disabled:focus.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']).disabled:focus.focus,
.btn-delete:not([class*='-icon']):disabled:focus.disabled:hover,
.btn-danger:not([class*='-icon']):disabled:focus.disabled:hover,
.pill.pill-danger:not([class*='-icon']):disabled:focus.disabled:hover,
.btn-delete:not([class*='-icon']):disabled:focus.disabled:focus,
.btn-danger:not([class*='-icon']):disabled:focus.disabled:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus.disabled:focus,
.btn-delete:not([class*='-icon']):disabled:focus.disabled.focus,
.btn-danger:not([class*='-icon']):disabled:focus.disabled.focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus.disabled.focus,
.btn-delete:not([class*='-icon']):disabled:focus[disabled]:hover,
.btn-danger:not([class*='-icon']):disabled:focus[disabled]:hover,
.pill.pill-danger:not([class*='-icon']):disabled:focus[disabled]:hover,
.btn-delete:not([class*='-icon']):disabled:focus[disabled]:focus,
.btn-danger:not([class*='-icon']):disabled:focus[disabled]:focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus[disabled]:focus,
.btn-delete:not([class*='-icon']):disabled:focus[disabled].focus,
.btn-danger:not([class*='-icon']):disabled:focus[disabled].focus,
.pill.pill-danger:not([class*='-icon']):disabled:focus[disabled].focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:focus:hover,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:focus:hover,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:focus:hover,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:focus:focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:focus:focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:focus:focus,
fieldset[disabled] .btn-delete:not([class*='-icon']):disabled:focus.focus,
fieldset[disabled] .btn-danger:not([class*='-icon']):disabled:focus.focus,
fieldset[disabled] .pill.pill-danger:not([class*='-icon']):disabled:focus.focus {
    background-color: #e94b35;
    border-color: transparent
}

.btn-delete:not([class*='-icon']).disabled .badge,
.btn-danger:not([class*='-icon']).disabled .badge,
.pill.pill-danger:not([class*='-icon']).disabled .badge,
.btn-delete:not([class*='-icon']):disabled .badge,
.btn-danger:not([class*='-icon']):disabled .badge,
.pill.pill-danger:not([class*='-icon']):disabled .badge,
.btn-delete:not([class*='-icon']).disabled:active .badge,
.btn-danger:not([class*='-icon']).disabled:active .badge,
.pill.pill-danger:not([class*='-icon']).disabled:active .badge,
.btn-delete:not([class*='-icon']):disabled:active .badge,
.btn-danger:not([class*='-icon']):disabled:active .badge,
.pill.pill-danger:not([class*='-icon']):disabled:active .badge,
.btn-delete:not([class*='-icon']).disabled:hover .badge,
.btn-danger:not([class*='-icon']).disabled:hover .badge,
.pill.pill-danger:not([class*='-icon']).disabled:hover .badge,
.btn-delete:not([class*='-icon']):disabled:hover .badge,
.btn-danger:not([class*='-icon']):disabled:hover .badge,
.pill.pill-danger:not([class*='-icon']):disabled:hover .badge,
.btn-delete:not([class*='-icon']).disabled:focus .badge,
.btn-danger:not([class*='-icon']).disabled:focus .badge,
.pill.pill-danger:not([class*='-icon']).disabled:focus .badge,
.btn-delete:not([class*='-icon']):disabled:focus .badge,
.btn-danger:not([class*='-icon']):disabled:focus .badge,
.pill.pill-danger:not([class*='-icon']):disabled:focus .badge {
    color: #e94b35;
    background-color: white
}

.btn-delete:not([class*='-icon']):hover,
.btn-danger:not([class*='-icon']):hover,
.pill.pill-danger:not([class*='-icon']):hover,
.btn-delete:not([class*='-icon']):focus,
.btn-danger:not([class*='-icon']):focus,
.pill.pill-danger:not([class*='-icon']):focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff604a), to(#e94b35));
    background-image: linear-gradient(to bottom, #ff604a 0%, #e94b35 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF604A', endColorstr='#FFE94B35', GradientType=0);
    border-color: #d3402b
}

.btn-delete:not([class*='-icon']) svg:not(.-colored) path,
.btn-danger:not([class*='-icon']) svg:not(.-colored) path,
.pill.pill-danger:not([class*='-icon']) svg:not(.-colored) path {
    fill: white
}

.btn-delete.-icon::before,
.-icon.btn-danger::before,
.-icon.pill.pill-danger::before,
.btn-delete.-icon.disabled::before,
.-icon.disabled.btn-danger::before,
.-icon.disabled.pill.pill-danger::before,
.btn-delete.-icon:disabled::before,
.-icon.btn-danger:disabled::before,
.-icon.pill.pill-danger:disabled::before,
.btn-delete.-icon.disabled:active::before,
.-icon.disabled.btn-danger:active::before,
.-icon.disabled.pill.pill-danger:active::before,
.btn-delete.-icon:disabled:active::before,
.-icon.btn-danger:disabled:active::before,
.-icon.pill.pill-danger:disabled:active::before,
.btn-delete.-icon.disabled:hover::before,
.-icon.disabled.btn-danger:hover::before,
.-icon.disabled.pill.pill-danger:hover::before,
.btn-delete.-icon:disabled:hover::before,
.-icon.btn-danger:disabled:hover::before,
.-icon.pill.pill-danger:disabled:hover::before,
.btn-delete.-icon.disabled:focus::before,
.-icon.disabled.btn-danger:focus::before,
.-icon.disabled.pill.pill-danger:focus::before,
.btn-delete.-icon:disabled:focus::before,
.-icon.btn-danger:disabled:focus::before,
.-icon.pill.pill-danger:disabled:focus::before,
.btn-delete.-icon.disabled:active:focus::before,
.-icon.disabled.btn-danger:active:focus::before,
.-icon.disabled.pill.pill-danger:active:focus::before,
.btn-delete.-icon:disabled:active:focus::before,
.-icon.btn-danger:disabled:active:focus::before,
.-icon.pill.pill-danger:disabled:active:focus::before {
    content: '';
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/fusion_ui/delete-e69691b0c3b54d3107fa2cbee75e5a108bc3d2fbbfb8ce1091d884704ece6393.svg);
    background-size: cover;
    display: block;
    height: 16px;
    width: 16px
}

.btn-delete.-icon:active,
.-icon.btn-danger:active,
.-icon.pill.pill-danger:active,
.btn-delete.-icon.active,
.-icon.active.btn-danger,
.-icon.active.pill.pill-danger,
.btn-delete.-icon:active:focus,
.-icon.btn-danger:active:focus,
.-icon.pill.pill-danger:active:focus,
.btn-delete.-icon.active:focus,
.-icon.active.btn-danger:focus,
.-icon.active.pill.pill-danger:focus {
    border-color: #e1e1e1
}

.btn-delete.-icon:active::before,
.-icon.btn-danger:active::before,
.-icon.pill.pill-danger:active::before,
.btn-delete.-icon.active::before,
.-icon.active.btn-danger::before,
.-icon.active.pill.pill-danger::before,
.btn-delete.-icon:active:focus::before,
.-icon.btn-danger:active:focus::before,
.-icon.pill.pill-danger:active:focus::before,
.btn-delete.-icon.active:focus::before,
.-icon.active.btn-danger:focus::before,
.-icon.active.pill.pill-danger:focus::before {
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/fusion_ui/delete-active-3d542cd9a64ab91ed52cbab3a94ff7154bbba65bf3c35b049b097390bb9c2046.svg)
}

.btn-delete.-icon:active svg:not(.-colored) path,
.-icon.btn-danger:active svg:not(.-colored) path,
.-icon.pill.pill-danger:active svg:not(.-colored) path,
.btn-delete.-icon.active svg:not(.-colored) path,
.-icon.active.btn-danger svg:not(.-colored) path,
.-icon.active.pill.pill-danger svg:not(.-colored) path,
.btn-delete.-icon:active:focus svg:not(.-colored) path,
.-icon.btn-danger:active:focus svg:not(.-colored) path,
.-icon.pill.pill-danger:active:focus svg:not(.-colored) path,
.btn-delete.-icon.active:focus svg:not(.-colored) path,
.-icon.active.btn-danger:focus svg:not(.-colored) path,
.-icon.active.pill.pill-danger:focus svg:not(.-colored) path {
    fill: #e94b35
}

.btn-delete.-icon:hover,
.-icon.btn-danger:hover,
.-icon.pill.pill-danger:hover,
.btn-delete.-icon:focus,
.-icon.btn-danger:focus,
.-icon.pill.pill-danger:focus {
    border-color: #e94b35
}

.btn-delete.-icon:hover::before,
.-icon.btn-danger:hover::before,
.-icon.pill.pill-danger:hover::before,
.btn-delete.-icon:focus::before,
.-icon.btn-danger:focus::before,
.-icon.pill.pill-danger:focus::before {
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/fusion_ui/delete-active-3d542cd9a64ab91ed52cbab3a94ff7154bbba65bf3c35b049b097390bb9c2046.svg)
}

.btn-delete.-icon:hover svg:not(.-colored) path,
.-icon.btn-danger:hover svg:not(.-colored) path,
.-icon.pill.pill-danger:hover svg:not(.-colored) path,
.btn-delete.-icon:focus svg:not(.-colored) path,
.-icon.btn-danger:focus svg:not(.-colored) path,
.-icon.pill.pill-danger:focus svg:not(.-colored) path {
    fill: #e94b35
}

.btn-promotional {
    color: #293041;
    background-color: #f3c600;
    border-color: #ebb708;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), color-stop(50%, #f3c600), to(#ebb708));
    background-image: linear-gradient(#ffdd23, #f3c600 50%, #ebb708);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFEBB708', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    font-weight: 400
}

.btn-promotional:focus,
.btn-promotional.focus {
    color: #293041;
    background-color: #c09c00;
    border-color: #705704
}

.btn-promotional:hover {
    color: #293041;
    background-color: #c09c00;
    border-color: #b08906
}

.btn-promotional:active,
.btn-promotional.active,
.open>.btn-promotional.dropdown-toggle {
    color: #293041;
    background-color: #c09c00;
    border-color: #b08906
}

.btn-promotional:active:hover,
.btn-promotional:active:focus,
.btn-promotional:active.focus,
.btn-promotional.active:hover,
.btn-promotional.active:focus,
.btn-promotional.active.focus,
.open>.btn-promotional.dropdown-toggle:hover,
.open>.btn-promotional.dropdown-toggle:focus,
.open>.btn-promotional.dropdown-toggle.focus {
    color: #293041;
    background-color: #9c7f00;
    border-color: #705704
}

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

.btn-promotional.disabled:hover,
.btn-promotional.disabled:focus,
.btn-promotional.disabled.focus,
.btn-promotional[disabled]:hover,
.btn-promotional[disabled]:focus,
.btn-promotional[disabled].focus,
fieldset[disabled] .btn-promotional:hover,
fieldset[disabled] .btn-promotional:focus,
fieldset[disabled] .btn-promotional.focus {
    background-color: #f3c600;
    border-color: #ebb708
}

.btn-promotional .badge {
    color: #f3c600;
    background-color: #293041
}

.btn-promotional:active,
.btn-promotional.active,
.btn-promotional:active:focus,
.btn-promotional.active:focus,
.btn-promotional:active:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebb708), color-stop(50%, #f3c600), to(#ffdd23));
    background-image: linear-gradient(#ebb708, #f3c600 50%, #ffdd23);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBB708', endColorstr='#FFFFDD23', GradientType=0);
    border-color: #dbaa05;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.btn-promotional.disabled,
.btn-promotional:disabled,
.btn-promotional.disabled:active,
.btn-promotional:disabled:active,
.btn-promotional.disabled:hover,
.btn-promotional:disabled:hover,
.btn-promotional.disabled:focus,
.btn-promotional:disabled:focus {
    color: #293041;
    background-color: #f3c600;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), color-stop(50%, #f3c600), to(#ebb708)) !important;
    background-image: linear-gradient(#ffdd23, #f3c600 50%, #ebb708) !important;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFEBB708', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #ebb708
}

.btn-promotional.disabled:focus,
.btn-promotional.disabled.focus,
.btn-promotional:disabled:focus,
.btn-promotional:disabled.focus,
.btn-promotional.disabled:active:focus,
.btn-promotional.disabled:active.focus,
.btn-promotional:disabled:active:focus,
.btn-promotional:disabled:active.focus,
.btn-promotional.disabled:hover:focus,
.btn-promotional.disabled:hover.focus,
.btn-promotional:disabled:hover:focus,
.btn-promotional:disabled:hover.focus,
.btn-promotional.disabled:focus:focus,
.btn-promotional.disabled:focus.focus,
.btn-promotional:disabled:focus:focus,
.btn-promotional:disabled:focus.focus {
    color: #293041;
    background-color: #c09c00;
    border-color: transparent
}

.btn-promotional.disabled:hover,
.btn-promotional:disabled:hover,
.btn-promotional.disabled:active:hover,
.btn-promotional:disabled:active:hover,
.btn-promotional.disabled:hover:hover,
.btn-promotional:disabled:hover:hover,
.btn-promotional.disabled:focus:hover,
.btn-promotional:disabled:focus:hover {
    color: #293041;
    background-color: #c09c00;
    border-color: transparent
}

.btn-promotional.disabled:active,
.btn-promotional.disabled.active,
.open>.btn-promotional.disabled.dropdown-toggle,
.btn-promotional:disabled:active,
.btn-promotional:disabled.active,
.open>.btn-promotional:disabled.dropdown-toggle,
.btn-promotional.disabled:active:active,
.btn-promotional.disabled:active.active,
.open>.btn-promotional.disabled:active.dropdown-toggle,
.btn-promotional:disabled:active:active,
.btn-promotional:disabled:active.active,
.open>.btn-promotional:disabled:active.dropdown-toggle,
.btn-promotional.disabled:hover:active,
.btn-promotional.disabled:hover.active,
.open>.btn-promotional.disabled:hover.dropdown-toggle,
.btn-promotional:disabled:hover:active,
.btn-promotional:disabled:hover.active,
.open>.btn-promotional:disabled:hover.dropdown-toggle,
.btn-promotional.disabled:focus:active,
.btn-promotional.disabled:focus.active,
.open>.btn-promotional.disabled:focus.dropdown-toggle,
.btn-promotional:disabled:focus:active,
.btn-promotional:disabled:focus.active,
.open>.btn-promotional:disabled:focus.dropdown-toggle {
    color: #293041;
    background-color: #c09c00;
    border-color: transparent
}

.btn-promotional.disabled:active:hover,
.btn-promotional.disabled:active:focus,
.btn-promotional.disabled:active.focus,
.btn-promotional.disabled.active:hover,
.btn-promotional.disabled.active:focus,
.btn-promotional.disabled.active.focus,
.open>.btn-promotional.disabled.dropdown-toggle:hover,
.open>.btn-promotional.disabled.dropdown-toggle:focus,
.open>.btn-promotional.disabled.dropdown-toggle.focus,
.btn-promotional:disabled:active:hover,
.btn-promotional:disabled:active:focus,
.btn-promotional:disabled:active.focus,
.btn-promotional:disabled.active:hover,
.btn-promotional:disabled.active:focus,
.btn-promotional:disabled.active.focus,
.open>.btn-promotional:disabled.dropdown-toggle:hover,
.open>.btn-promotional:disabled.dropdown-toggle:focus,
.open>.btn-promotional:disabled.dropdown-toggle.focus,
.btn-promotional.disabled:active:active:hover,
.btn-promotional.disabled:active:active:focus,
.btn-promotional.disabled:active:active.focus,
.btn-promotional.disabled:active.active:hover,
.btn-promotional.disabled:active.active:focus,
.btn-promotional.disabled:active.active.focus,
.open>.btn-promotional.disabled:active.dropdown-toggle:hover,
.open>.btn-promotional.disabled:active.dropdown-toggle:focus,
.open>.btn-promotional.disabled:active.dropdown-toggle.focus,
.btn-promotional:disabled:active:active:hover,
.btn-promotional:disabled:active:active:focus,
.btn-promotional:disabled:active:active.focus,
.btn-promotional:disabled:active.active:hover,
.btn-promotional:disabled:active.active:focus,
.btn-promotional:disabled:active.active.focus,
.open>.btn-promotional:disabled:active.dropdown-toggle:hover,
.open>.btn-promotional:disabled:active.dropdown-toggle:focus,
.open>.btn-promotional:disabled:active.dropdown-toggle.focus,
.btn-promotional.disabled:hover:active:hover,
.btn-promotional.disabled:hover:active:focus,
.btn-promotional.disabled:hover:active.focus,
.btn-promotional.disabled:hover.active:hover,
.btn-promotional.disabled:hover.active:focus,
.btn-promotional.disabled:hover.active.focus,
.open>.btn-promotional.disabled:hover.dropdown-toggle:hover,
.open>.btn-promotional.disabled:hover.dropdown-toggle:focus,
.open>.btn-promotional.disabled:hover.dropdown-toggle.focus,
.btn-promotional:disabled:hover:active:hover,
.btn-promotional:disabled:hover:active:focus,
.btn-promotional:disabled:hover:active.focus,
.btn-promotional:disabled:hover.active:hover,
.btn-promotional:disabled:hover.active:focus,
.btn-promotional:disabled:hover.active.focus,
.open>.btn-promotional:disabled:hover.dropdown-toggle:hover,
.open>.btn-promotional:disabled:hover.dropdown-toggle:focus,
.open>.btn-promotional:disabled:hover.dropdown-toggle.focus,
.btn-promotional.disabled:focus:active:hover,
.btn-promotional.disabled:focus:active:focus,
.btn-promotional.disabled:focus:active.focus,
.btn-promotional.disabled:focus.active:hover,
.btn-promotional.disabled:focus.active:focus,
.btn-promotional.disabled:focus.active.focus,
.open>.btn-promotional.disabled:focus.dropdown-toggle:hover,
.open>.btn-promotional.disabled:focus.dropdown-toggle:focus,
.open>.btn-promotional.disabled:focus.dropdown-toggle.focus,
.btn-promotional:disabled:focus:active:hover,
.btn-promotional:disabled:focus:active:focus,
.btn-promotional:disabled:focus:active.focus,
.btn-promotional:disabled:focus.active:hover,
.btn-promotional:disabled:focus.active:focus,
.btn-promotional:disabled:focus.active.focus,
.open>.btn-promotional:disabled:focus.dropdown-toggle:hover,
.open>.btn-promotional:disabled:focus.dropdown-toggle:focus,
.open>.btn-promotional:disabled:focus.dropdown-toggle.focus {
    color: #293041;
    background-color: #9c7f00;
    border-color: transparent
}

.btn-promotional.disabled:active,
.btn-promotional.disabled.active,
.open>.btn-promotional.disabled.dropdown-toggle,
.btn-promotional:disabled:active,
.btn-promotional:disabled.active,
.open>.btn-promotional:disabled.dropdown-toggle,
.btn-promotional.disabled:active:active,
.btn-promotional.disabled:active.active,
.open>.btn-promotional.disabled:active.dropdown-toggle,
.btn-promotional:disabled:active:active,
.btn-promotional:disabled:active.active,
.open>.btn-promotional:disabled:active.dropdown-toggle,
.btn-promotional.disabled:hover:active,
.btn-promotional.disabled:hover.active,
.open>.btn-promotional.disabled:hover.dropdown-toggle,
.btn-promotional:disabled:hover:active,
.btn-promotional:disabled:hover.active,
.open>.btn-promotional:disabled:hover.dropdown-toggle,
.btn-promotional.disabled:focus:active,
.btn-promotional.disabled:focus.active,
.open>.btn-promotional.disabled:focus.dropdown-toggle,
.btn-promotional:disabled:focus:active,
.btn-promotional:disabled:focus.active,
.open>.btn-promotional:disabled:focus.dropdown-toggle {
    background-image: none
}

.btn-promotional.disabled.disabled:hover,
.btn-promotional.disabled.disabled:focus,
.btn-promotional.disabled.disabled.focus,
.btn-promotional.disabled[disabled]:hover,
.btn-promotional.disabled[disabled]:focus,
.btn-promotional.disabled[disabled].focus,
fieldset[disabled] .btn-promotional.disabled:hover,
fieldset[disabled] .btn-promotional.disabled:focus,
fieldset[disabled] .btn-promotional.disabled.focus,
.btn-promotional:disabled.disabled:hover,
.btn-promotional:disabled.disabled:focus,
.btn-promotional:disabled.disabled.focus,
.btn-promotional:disabled[disabled]:hover,
.btn-promotional:disabled[disabled]:focus,
.btn-promotional:disabled[disabled].focus,
fieldset[disabled] .btn-promotional:disabled:hover,
fieldset[disabled] .btn-promotional:disabled:focus,
fieldset[disabled] .btn-promotional:disabled.focus,
.btn-promotional.disabled:active.disabled:hover,
.btn-promotional.disabled:active.disabled:focus,
.btn-promotional.disabled:active.disabled.focus,
.btn-promotional.disabled:active[disabled]:hover,
.btn-promotional.disabled:active[disabled]:focus,
.btn-promotional.disabled:active[disabled].focus,
fieldset[disabled] .btn-promotional.disabled:active:hover,
fieldset[disabled] .btn-promotional.disabled:active:focus,
fieldset[disabled] .btn-promotional.disabled:active.focus,
.btn-promotional:disabled:active.disabled:hover,
.btn-promotional:disabled:active.disabled:focus,
.btn-promotional:disabled:active.disabled.focus,
.btn-promotional:disabled:active[disabled]:hover,
.btn-promotional:disabled:active[disabled]:focus,
.btn-promotional:disabled:active[disabled].focus,
fieldset[disabled] .btn-promotional:disabled:active:hover,
fieldset[disabled] .btn-promotional:disabled:active:focus,
fieldset[disabled] .btn-promotional:disabled:active.focus,
.btn-promotional.disabled:hover.disabled:hover,
.btn-promotional.disabled:hover.disabled:focus,
.btn-promotional.disabled:hover.disabled.focus,
.btn-promotional.disabled:hover[disabled]:hover,
.btn-promotional.disabled:hover[disabled]:focus,
.btn-promotional.disabled:hover[disabled].focus,
fieldset[disabled] .btn-promotional.disabled:hover:hover,
fieldset[disabled] .btn-promotional.disabled:hover:focus,
fieldset[disabled] .btn-promotional.disabled:hover.focus,
.btn-promotional:disabled:hover.disabled:hover,
.btn-promotional:disabled:hover.disabled:focus,
.btn-promotional:disabled:hover.disabled.focus,
.btn-promotional:disabled:hover[disabled]:hover,
.btn-promotional:disabled:hover[disabled]:focus,
.btn-promotional:disabled:hover[disabled].focus,
fieldset[disabled] .btn-promotional:disabled:hover:hover,
fieldset[disabled] .btn-promotional:disabled:hover:focus,
fieldset[disabled] .btn-promotional:disabled:hover.focus,
.btn-promotional.disabled:focus.disabled:hover,
.btn-promotional.disabled:focus.disabled:focus,
.btn-promotional.disabled:focus.disabled.focus,
.btn-promotional.disabled:focus[disabled]:hover,
.btn-promotional.disabled:focus[disabled]:focus,
.btn-promotional.disabled:focus[disabled].focus,
fieldset[disabled] .btn-promotional.disabled:focus:hover,
fieldset[disabled] .btn-promotional.disabled:focus:focus,
fieldset[disabled] .btn-promotional.disabled:focus.focus,
.btn-promotional:disabled:focus.disabled:hover,
.btn-promotional:disabled:focus.disabled:focus,
.btn-promotional:disabled:focus.disabled.focus,
.btn-promotional:disabled:focus[disabled]:hover,
.btn-promotional:disabled:focus[disabled]:focus,
.btn-promotional:disabled:focus[disabled].focus,
fieldset[disabled] .btn-promotional:disabled:focus:hover,
fieldset[disabled] .btn-promotional:disabled:focus:focus,
fieldset[disabled] .btn-promotional:disabled:focus.focus {
    background-color: #f3c600;
    border-color: transparent
}

.btn-promotional.disabled .badge,
.btn-promotional:disabled .badge,
.btn-promotional.disabled:active .badge,
.btn-promotional:disabled:active .badge,
.btn-promotional.disabled:hover .badge,
.btn-promotional:disabled:hover .badge,
.btn-promotional.disabled:focus .badge,
.btn-promotional:disabled:focus .badge {
    color: #f3c600;
    background-color: #293041
}

.btn-promotional:hover,
.btn-promotional:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), to(#f3c600));
    background-image: linear-gradient(to bottom, #ffdd23 0%, #f3c600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFF3C600', GradientType=0);
    border-color: #ebb708
}

.btn-promotional svg:not(.-colored) path {
    fill: #293041
}

.cancel,
.cancel-link {
    color: #e94b35;
    text-decoration: underline;
    display: inline-block;
    font-size: 12px
}

.cancel:hover,
.cancel:focus,
.cancel-link:hover,
.cancel-link:focus {
    color: #e94b35;
    text-decoration: none
}

.btn-group .btn,
.pill-group .btn,
.btn-group .form-actions input[type="submit"],
.form-actions .btn-group input[type="submit"],
.pill-group .form-actions input[type="submit"],
.form-actions .pill-group input[type="submit"],
.btn-group .form-actions button[type="submit"],
.form-actions .btn-group button[type="submit"],
.pill-group .form-actions button[type="submit"],
.form-actions .pill-group button[type="submit"],
.btn-group .pill,
.pill-group .pill {
    margin-left: 0;
    margin-right: 0
}

.btn-group .btn:active,
.pill-group .btn:active,
.btn-group .form-actions input[type="submit"]:active,
.form-actions .btn-group input[type="submit"]:active,
.pill-group .form-actions input[type="submit"]:active,
.form-actions .pill-group input[type="submit"]:active,
.btn-group .form-actions button[type="submit"]:active,
.form-actions .btn-group button[type="submit"]:active,
.pill-group .form-actions button[type="submit"]:active,
.form-actions .pill-group button[type="submit"]:active,
.btn-group .pill:active,
.pill-group .pill:active,
.btn-group .btn.active,
.pill-group .btn.active,
.btn-group .form-actions input.active[type="submit"],
.form-actions .btn-group input.active[type="submit"],
.pill-group .form-actions input.active[type="submit"],
.form-actions .pill-group input.active[type="submit"],
.btn-group .form-actions button.active[type="submit"],
.form-actions .btn-group button.active[type="submit"],
.pill-group .form-actions button.active[type="submit"],
.form-actions .pill-group button.active[type="submit"],
.btn-group .active.pill,
.pill-group .active.pill,
.btn-group .btn:active:focus,
.pill-group .btn:active:focus,
.btn-group .form-actions input[type="submit"]:active:focus,
.form-actions .btn-group input[type="submit"]:active:focus,
.pill-group .form-actions input[type="submit"]:active:focus,
.form-actions .pill-group input[type="submit"]:active:focus,
.btn-group .form-actions button[type="submit"]:active:focus,
.form-actions .btn-group button[type="submit"]:active:focus,
.pill-group .form-actions button[type="submit"]:active:focus,
.form-actions .pill-group button[type="submit"]:active:focus,
.btn-group .pill:active:focus,
.pill-group .pill:active:focus,
.btn-group .btn.active:focus,
.pill-group .btn.active:focus,
.btn-group .form-actions input.active[type="submit"]:focus,
.form-actions .btn-group input.active[type="submit"]:focus,
.pill-group .form-actions input.active[type="submit"]:focus,
.form-actions .pill-group input.active[type="submit"]:focus,
.btn-group .form-actions button.active[type="submit"]:focus,
.form-actions .btn-group button.active[type="submit"]:focus,
.pill-group .form-actions button.active[type="submit"]:focus,
.form-actions .pill-group button.active[type="submit"]:focus,
.btn-group .active.pill:focus,
.pill-group .active.pill:focus,
.btn-group .btn.active:hover,
.pill-group .btn.active:hover,
.btn-group .form-actions input.active[type="submit"]:hover,
.form-actions .btn-group input.active[type="submit"]:hover,
.pill-group .form-actions input.active[type="submit"]:hover,
.form-actions .pill-group input.active[type="submit"]:hover,
.btn-group .form-actions button.active[type="submit"]:hover,
.form-actions .btn-group button.active[type="submit"]:hover,
.pill-group .form-actions button.active[type="submit"]:hover,
.form-actions .pill-group button.active[type="submit"]:hover,
.btn-group .active.pill:hover,
.pill-group .active.pill:hover {
    border-color: #478cfe;
    color: #478cfe
}

.btn-group .btn:hover,
.pill-group .btn:hover,
.btn-group .form-actions input[type="submit"]:hover,
.form-actions .btn-group input[type="submit"]:hover,
.pill-group .form-actions input[type="submit"]:hover,
.form-actions .pill-group input[type="submit"]:hover,
.btn-group .form-actions button[type="submit"]:hover,
.form-actions .btn-group button[type="submit"]:hover,
.pill-group .form-actions button[type="submit"]:hover,
.form-actions .pill-group button[type="submit"]:hover,
.btn-group .pill:hover,
.pill-group .pill:hover,
.btn-group .btn:focus,
.pill-group .btn:focus,
.btn-group .form-actions input[type="submit"]:focus,
.form-actions .btn-group input[type="submit"]:focus,
.pill-group .form-actions input[type="submit"]:focus,
.form-actions .pill-group input[type="submit"]:focus,
.btn-group .form-actions button[type="submit"]:focus,
.form-actions .btn-group button[type="submit"]:focus,
.pill-group .form-actions button[type="submit"]:focus,
.form-actions .pill-group button[type="submit"]:focus,
.btn-group .pill:focus,
.pill-group .pill:focus {
    color: #5b6c86
}

.btn-group .btn:hover i,
.pill-group .btn:hover i,
.btn-group .form-actions input[type="submit"]:hover i,
.form-actions .btn-group input[type="submit"]:hover i,
.pill-group .form-actions input[type="submit"]:hover i,
.form-actions .pill-group input[type="submit"]:hover i,
.btn-group .form-actions button[type="submit"]:hover i,
.form-actions .btn-group button[type="submit"]:hover i,
.pill-group .form-actions button[type="submit"]:hover i,
.form-actions .pill-group button[type="submit"]:hover i,
.btn-group .pill:hover i,
.pill-group .pill:hover i,
.btn-group .btn:focus i,
.pill-group .btn:focus i,
.btn-group .form-actions input[type="submit"]:focus i,
.form-actions .btn-group input[type="submit"]:focus i,
.pill-group .form-actions input[type="submit"]:focus i,
.form-actions .pill-group input[type="submit"]:focus i,
.btn-group .form-actions button[type="submit"]:focus i,
.form-actions .btn-group button[type="submit"]:focus i,
.pill-group .form-actions button[type="submit"]:focus i,
.form-actions .pill-group button[type="submit"]:focus i,
.btn-group .pill:focus i,
.pill-group .pill:focus i {
    color: #478cfe
}

.btn-group .btn:hover svg:not(.-colored) path,
.pill-group .btn:hover svg:not(.-colored) path,
.btn-group .form-actions input[type="submit"]:hover svg:not(.-colored) path,
.form-actions .btn-group input[type="submit"]:hover svg:not(.-colored) path,
.pill-group .form-actions input[type="submit"]:hover svg:not(.-colored) path,
.form-actions .pill-group input[type="submit"]:hover svg:not(.-colored) path,
.btn-group .form-actions button[type="submit"]:hover svg:not(.-colored) path,
.form-actions .btn-group button[type="submit"]:hover svg:not(.-colored) path,
.pill-group .form-actions button[type="submit"]:hover svg:not(.-colored) path,
.form-actions .pill-group button[type="submit"]:hover svg:not(.-colored) path,
.btn-group .pill:hover svg:not(.-colored) path,
.pill-group .pill:hover svg:not(.-colored) path,
.btn-group .btn:focus svg:not(.-colored) path,
.pill-group .btn:focus svg:not(.-colored) path,
.btn-group .form-actions input[type="submit"]:focus svg:not(.-colored) path,
.form-actions .btn-group input[type="submit"]:focus svg:not(.-colored) path,
.pill-group .form-actions input[type="submit"]:focus svg:not(.-colored) path,
.form-actions .pill-group input[type="submit"]:focus svg:not(.-colored) path,
.btn-group .form-actions button[type="submit"]:focus svg:not(.-colored) path,
.form-actions .btn-group button[type="submit"]:focus svg:not(.-colored) path,
.pill-group .form-actions button[type="submit"]:focus svg:not(.-colored) path,
.form-actions .pill-group button[type="submit"]:focus svg:not(.-colored) path,
.btn-group .pill:focus svg:not(.-colored) path,
.pill-group .pill:focus svg:not(.-colored) path {
    fill: #478cfe
}

.btn-group .btn:first-child:hover+.btn,
.pill-group .btn:first-child:hover+.btn,
.btn-group .form-actions input[type="submit"]:first-child:hover+.btn,
.form-actions .btn-group input[type="submit"]:first-child:hover+.btn,
.pill-group .form-actions input[type="submit"]:first-child:hover+.btn,
.form-actions .pill-group input[type="submit"]:first-child:hover+.btn,
.btn-group .form-actions button[type="submit"]:first-child:hover+.btn,
.form-actions .btn-group button[type="submit"]:first-child:hover+.btn,
.pill-group .form-actions button[type="submit"]:first-child:hover+.btn,
.form-actions .pill-group button[type="submit"]:first-child:hover+.btn,
.btn-group .pill:first-child:hover+.btn,
.pill-group .pill:first-child:hover+.btn,
.btn-group .form-actions .btn:first-child:hover+input[type="submit"],
.form-actions .btn-group .btn:first-child:hover+input[type="submit"],
.pill-group .form-actions .btn:first-child:hover+input[type="submit"],
.form-actions .pill-group .btn:first-child:hover+input[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:hover+input[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:hover+input[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:hover+input[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:hover+input[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:hover+input[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:hover+input[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:hover+input[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:hover+input[type="submit"],
.btn-group .form-actions .pill:first-child:hover+input[type="submit"],
.form-actions .btn-group .pill:first-child:hover+input[type="submit"],
.pill-group .form-actions .pill:first-child:hover+input[type="submit"],
.form-actions .pill-group .pill:first-child:hover+input[type="submit"],
.btn-group .form-actions .btn:first-child:hover+button[type="submit"],
.form-actions .btn-group .btn:first-child:hover+button[type="submit"],
.pill-group .form-actions .btn:first-child:hover+button[type="submit"],
.form-actions .pill-group .btn:first-child:hover+button[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:hover+button[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:hover+button[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:hover+button[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:hover+button[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:hover+button[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:hover+button[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:hover+button[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:hover+button[type="submit"],
.btn-group .form-actions .pill:first-child:hover+button[type="submit"],
.form-actions .btn-group .pill:first-child:hover+button[type="submit"],
.pill-group .form-actions .pill:first-child:hover+button[type="submit"],
.form-actions .pill-group .pill:first-child:hover+button[type="submit"],
.btn-group .btn:first-child:hover+.pill,
.pill-group .btn:first-child:hover+.pill,
.btn-group .form-actions input[type="submit"]:first-child:hover+.pill,
.form-actions .btn-group input[type="submit"]:first-child:hover+.pill,
.pill-group .form-actions input[type="submit"]:first-child:hover+.pill,
.form-actions .pill-group input[type="submit"]:first-child:hover+.pill,
.btn-group .form-actions button[type="submit"]:first-child:hover+.pill,
.form-actions .btn-group button[type="submit"]:first-child:hover+.pill,
.pill-group .form-actions button[type="submit"]:first-child:hover+.pill,
.form-actions .pill-group button[type="submit"]:first-child:hover+.pill,
.btn-group .pill:first-child:hover+.pill,
.pill-group .pill:first-child:hover+.pill,
.btn-group .btn:first-child:focus+.btn,
.pill-group .btn:first-child:focus+.btn,
.btn-group .form-actions input[type="submit"]:first-child:focus+.btn,
.form-actions .btn-group input[type="submit"]:first-child:focus+.btn,
.pill-group .form-actions input[type="submit"]:first-child:focus+.btn,
.form-actions .pill-group input[type="submit"]:first-child:focus+.btn,
.btn-group .form-actions button[type="submit"]:first-child:focus+.btn,
.form-actions .btn-group button[type="submit"]:first-child:focus+.btn,
.pill-group .form-actions button[type="submit"]:first-child:focus+.btn,
.form-actions .pill-group button[type="submit"]:first-child:focus+.btn,
.btn-group .pill:first-child:focus+.btn,
.pill-group .pill:first-child:focus+.btn,
.btn-group .form-actions .btn:first-child:focus+input[type="submit"],
.form-actions .btn-group .btn:first-child:focus+input[type="submit"],
.pill-group .form-actions .btn:first-child:focus+input[type="submit"],
.form-actions .pill-group .btn:first-child:focus+input[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:focus+input[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:focus+input[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:focus+input[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:focus+input[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:focus+input[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:focus+input[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:focus+input[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:focus+input[type="submit"],
.btn-group .form-actions .pill:first-child:focus+input[type="submit"],
.form-actions .btn-group .pill:first-child:focus+input[type="submit"],
.pill-group .form-actions .pill:first-child:focus+input[type="submit"],
.form-actions .pill-group .pill:first-child:focus+input[type="submit"],
.btn-group .form-actions .btn:first-child:focus+button[type="submit"],
.form-actions .btn-group .btn:first-child:focus+button[type="submit"],
.pill-group .form-actions .btn:first-child:focus+button[type="submit"],
.form-actions .pill-group .btn:first-child:focus+button[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:focus+button[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:focus+button[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:focus+button[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:focus+button[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:focus+button[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:focus+button[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:focus+button[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:focus+button[type="submit"],
.btn-group .form-actions .pill:first-child:focus+button[type="submit"],
.form-actions .btn-group .pill:first-child:focus+button[type="submit"],
.pill-group .form-actions .pill:first-child:focus+button[type="submit"],
.form-actions .pill-group .pill:first-child:focus+button[type="submit"],
.btn-group .btn:first-child:focus+.pill,
.pill-group .btn:first-child:focus+.pill,
.btn-group .form-actions input[type="submit"]:first-child:focus+.pill,
.form-actions .btn-group input[type="submit"]:first-child:focus+.pill,
.pill-group .form-actions input[type="submit"]:first-child:focus+.pill,
.form-actions .pill-group input[type="submit"]:first-child:focus+.pill,
.btn-group .form-actions button[type="submit"]:first-child:focus+.pill,
.form-actions .btn-group button[type="submit"]:first-child:focus+.pill,
.pill-group .form-actions button[type="submit"]:first-child:focus+.pill,
.form-actions .pill-group button[type="submit"]:first-child:focus+.pill,
.btn-group .pill:first-child:focus+.pill,
.pill-group .pill:first-child:focus+.pill {
    border-left-color: #478cfe
}

.btn-group .btn:first-child:active:focus+.btn,
.pill-group .btn:first-child:active:focus+.btn,
.btn-group .form-actions input[type="submit"]:first-child:active:focus+.btn,
.form-actions .btn-group input[type="submit"]:first-child:active:focus+.btn,
.pill-group .form-actions input[type="submit"]:first-child:active:focus+.btn,
.form-actions .pill-group input[type="submit"]:first-child:active:focus+.btn,
.btn-group .form-actions button[type="submit"]:first-child:active:focus+.btn,
.form-actions .btn-group button[type="submit"]:first-child:active:focus+.btn,
.pill-group .form-actions button[type="submit"]:first-child:active:focus+.btn,
.form-actions .pill-group button[type="submit"]:first-child:active:focus+.btn,
.btn-group .pill:first-child:active:focus+.btn,
.pill-group .pill:first-child:active:focus+.btn,
.btn-group .form-actions .btn:first-child:active:focus+input[type="submit"],
.form-actions .btn-group .btn:first-child:active:focus+input[type="submit"],
.pill-group .form-actions .btn:first-child:active:focus+input[type="submit"],
.form-actions .pill-group .btn:first-child:active:focus+input[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:active:focus+input[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:active:focus+input[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:active:focus+input[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:active:focus+input[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:active:focus+input[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:active:focus+input[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:active:focus+input[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:active:focus+input[type="submit"],
.btn-group .form-actions .pill:first-child:active:focus+input[type="submit"],
.form-actions .btn-group .pill:first-child:active:focus+input[type="submit"],
.pill-group .form-actions .pill:first-child:active:focus+input[type="submit"],
.form-actions .pill-group .pill:first-child:active:focus+input[type="submit"],
.btn-group .form-actions .btn:first-child:active:focus+button[type="submit"],
.form-actions .btn-group .btn:first-child:active:focus+button[type="submit"],
.pill-group .form-actions .btn:first-child:active:focus+button[type="submit"],
.form-actions .pill-group .btn:first-child:active:focus+button[type="submit"],
.btn-group .form-actions input[type="submit"]:first-child:active:focus+button[type="submit"],
.form-actions .btn-group input[type="submit"]:first-child:active:focus+button[type="submit"],
.pill-group .form-actions input[type="submit"]:first-child:active:focus+button[type="submit"],
.form-actions .pill-group input[type="submit"]:first-child:active:focus+button[type="submit"],
.btn-group .form-actions button[type="submit"]:first-child:active:focus+button[type="submit"],
.form-actions .btn-group button[type="submit"]:first-child:active:focus+button[type="submit"],
.pill-group .form-actions button[type="submit"]:first-child:active:focus+button[type="submit"],
.form-actions .pill-group button[type="submit"]:first-child:active:focus+button[type="submit"],
.btn-group .form-actions .pill:first-child:active:focus+button[type="submit"],
.form-actions .btn-group .pill:first-child:active:focus+button[type="submit"],
.pill-group .form-actions .pill:first-child:active:focus+button[type="submit"],
.form-actions .pill-group .pill:first-child:active:focus+button[type="submit"],
.btn-group .btn:first-child:active:focus+.pill,
.pill-group .btn:first-child:active:focus+.pill,
.btn-group .form-actions input[type="submit"]:first-child:active:focus+.pill,
.form-actions .btn-group input[type="submit"]:first-child:active:focus+.pill,
.pill-group .form-actions input[type="submit"]:first-child:active:focus+.pill,
.form-actions .pill-group input[type="submit"]:first-child:active:focus+.pill,
.btn-group .form-actions button[type="submit"]:first-child:active:focus+.pill,
.form-actions .btn-group button[type="submit"]:first-child:active:focus+.pill,
.pill-group .form-actions button[type="submit"]:first-child:active:focus+.pill,
.form-actions .pill-group button[type="submit"]:first-child:active:focus+.pill,
.btn-group .pill:first-child:active:focus+.pill,
.pill-group .pill:first-child:active:focus+.pill {
    border-left-color: #e1e1e1
}

.btn-pricing:active,
.btn-pricing.active,
.btn-pricing:active:hover,
.btn-pricing.active:hover,
.btn-pricing:active:focus,
.btn-pricing.active:focus {
    border-color: #478cfe
}

.btn-pricing.active,
.btn-pricing.active:hover,
.btn-pricing.active:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #fefefe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFFEFEFE', GradientType=0)
}

.btn-pricing.active *:first-child,
.btn-pricing.active span:first-of-type,
.btn-pricing.active:hover *:first-child,
.btn-pricing.active:hover span:first-of-type,
.btn-pricing.active:focus *:first-child,
.btn-pricing.active:focus span:first-of-type {
    color: #478cfe
}

.btn-pricing.active *:last-child,
.btn-pricing.active span:last-of-type,
.btn-pricing.active:hover *:last-child,
.btn-pricing.active:hover span:last-of-type,
.btn-pricing.active:focus *:last-child,
.btn-pricing.active:focus span:last-of-type {
    color: #293041
}

.btn-pricing:active *,
.btn-pricing:hover *,
.btn-pricing:focus * {
    color: #478cfe !important
}

.btn-pricing *:first-child,
.btn-pricing span:first-of-type {
    color: #a6bedc;
    display: block
}

.btn-pricing input[type='radio'] {
    display: none !important
}

.btn-lg,
.btn-group-lg>.btn,
.pill-group.pill-group-lg>.btn,
.form-actions .btn-group-lg>input[type="submit"],
.form-actions .pill-group.pill-group-lg>input[type="submit"],
.form-actions .btn-group-lg>button[type="submit"],
.form-actions .pill-group.pill-group-lg>button[type="submit"],
.btn-group-lg>.pill,
.pill-group.pill-group-lg>.pill {
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2.5px
}

.btn-previous {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
    padding-right: 36px;
    vertical-align: -10%;
    width: 20px;
    height: 15px
}


input[type="radio"],
input[type="checkbox"] {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out*/
}

input[type="radio"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
    opacity: .5
}

input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    outline: none
}

input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: button;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    background: linear-gradient(#fefefe 0%, #f9f9f9 100%);
    border: 1px solid #d9e7f7;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.04);
    margin-top: 1px;
    position: relative;
    width: 16px;
    height: 16px
}

input[type=radio],
input[type=radio]+span {
    color: #293041
}

input[type=radio]::before {
    content: '';
    height: 0;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 0
}

input[type=radio]:checked {
    border: 1px solid #4b8ffa;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), to(#478cfe));
    background-image: linear-gradient(to bottom, #5f9bff 0%, #478cfe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF478CFE', GradientType=0)
}

input[type=radio]:checked,
input[type=radio]:checked+span {
    color: #293041
}

input[type=radio]:checked:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), to(#478cfe));
    background-image: linear-gradient(to bottom, #5f9bff 0%, #478cfe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF478CFE', GradientType=0)
}

input[type=radio]:checked::before {
    content: '';
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px #2260c4;
    box-shadow: 0 1px 1px #2260c4;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px
}

input[type=radio]:not(:checked):hover {
    border: 1px solid #4b8ffa
}

input[type=radio]:not(:checked):active {
    border: 1px solid #4b8ffa;
    -webkit-box-shadow: 0 1px 1px 0 #ffffff;
    box-shadow: 0 1px 1px 0 #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcff), to(#eee));
    background-image: linear-gradient(to bottom, #fbfcff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFCFF', endColorstr='#FFEEEEEE', GradientType=0)
}

input[type=radio]:not(:checked):active::before {
    content: '';
    background: #4b8ffa;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px
}

input[type=radio]:checked:active {
    border: 1px solid #336dcd;
    -webkit-box-shadow: 0 1px 1px 0 #ffffff;
    box-shadow: 0 1px 1px 0 #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0)
}

input[type=radio]:checked:active::before {
    content: none
}

input[type=radio]:disabled,
input[type=radio]:disabled+span,
input[type=radio] .disabled,
input[type=radio] .disabled+span {
    cursor: not-allowed;
    opacity: .5
}

input[type=radio]:disabled:hover,
input[type=radio] .disabled:hover {
    border: 1px solid #d9e7f7
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    width: 16px;
    height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    background: linear-gradient(#fefefe 0%, #f9f9f9 100%);
    border: 1px solid #d9e7f7;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.04);
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
    position: relative;
    vertical-align: text-bottom;
    -webkit-appearance: button;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08)
}

.checkbox input[type=checkbox],
.checkbox input[type=checkbox]+span,
.checkbox-inline input[type=checkbox],
.checkbox-inline input[type=checkbox]+span {
    color: #293041
}

.checkbox input[type=checkbox]:checked:hover,
.checkbox-inline input[type=checkbox]:checked:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#478cfe), to(#5f9bff));
    background-image: linear-gradient(to bottom, #478cfe 0%, #5f9bff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF478CFE', endColorstr='#FF5F9BFF', GradientType=0)
}

.checkbox input[type=checkbox]:not(:checked):hover,
.checkbox-inline input[type=checkbox]:not(:checked):hover {
    border: 1px solid #4b8ffa
}

.checkbox input[type=checkbox]:checked,
.checkbox-inline input[type=checkbox]:checked {
    border: 1px solid #4b8ffa;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0)
}

.checkbox input[type=checkbox]:checked::before,
.checkbox-inline input[type=checkbox]:checked::before {
    content: '';
    background-size: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px
}

.checkbox input[type=checkbox]:checked,
.checkbox input[type=checkbox]:checked+span,
.checkbox-inline input[type=checkbox]:checked,
.checkbox-inline input[type=checkbox]:checked+span {
    color: #293041
}

.checkbox input[type=checkbox]:checked+label,
.checkbox-inline input[type=checkbox]:checked+label {
    color: #555555
}

.checkbox input[type=checkbox]:checked:active,
.checkbox-inline input[type=checkbox]:checked:active {
    border: 1px solid #4b8ffa;
    -webkit-box-shadow: 0 1px 1px 0 #fff;
    box-shadow: 0 1px 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3479eb), color-stop(50%, #478cfe), to(#5f9bff));
    background-image: linear-gradient(#3479eb, #478cfe 50%, #5f9bff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3479EB', endColorstr='#FF5F9BFF', GradientType=0)
}

.checkbox input[type=checkbox]:checked:active::before,
.checkbox-inline input[type=checkbox]:checked:active::before {
    content: '';
    background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA21BMVEUAAAD///////////////////9Lj/7///////+wzv////////9ZmP5UlP5em/5Kjv5tpP50qP5/r/5Okf5Kjv6Mt/5Qkv7R4v9em/7b6P/z9//9/v/9/f/////////////////////////////q8v////+Wvv5inf6dwv5TlP5TlP5Yl/6dwv5amP7h7f9Vlf7u9P/k7v/////4+v9Wlf7///93qv5oof56rP7///////9/r/7///+Esv7///9mn/6HtP6Ltv7///+TvP6Yv/7///////////9HjP53LbKNAAAASHRSTlMAAwEVDwj2WiwVCgX9/fv5+PXx8O/t6MK8uJyNiH9FPTcvJxoPDOfl4+HOy8XDsKqimJaVenBgX1dVUU9LRkJBPzkyMCkjHBQayMgtAAAAq0lEQVQY063OxQ6DUBSE4XOpUXeHIqXu7m7z/k/US2ghsGvSWX6LyU//XXSVG0W8tkwi+PDYOgn0NZexXRBoL57ETvOw8LEDt6YsBsiXQ9dSds4CeVkLEIktoBc27WKadOVG+iQBDAxitwKQkVTTyL8fci0Zd9OqqtUovLblGNcOkJ4p327m25TjALeK0iCyNVTkmqocuTlaDxVjqXHNL5Bbp1XbnAdR5/b73ppgFhis6ZIkAAAAAElFTkSuQmCC") center no-repeat;
    background-size: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px
}

.checkbox input[type=checkbox]:not(:checked):active,
.checkbox-inline input[type=checkbox]:not(:checked):active {
    border-color: #478cfe
}

.checkbox input[type=checkbox]:not(:checked):active::before,
.checkbox-inline input[type=checkbox]:not(:checked):active::before {
    content: '';
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCXhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMTUiPgo8cGF0aCBmaWxsUnVsZT0iZXZlbm9kZCIgZD0iTSAxNy42MiAyLjNDIDE3LjYyIDIuMyAxNy42MiAyLjMgMTcuNjIgMi4zIDE3LjYyIDIuMyA3Ljc3IDEyLjYxIDcuNzcgMTIuNjEgNy43NyAxMi42MSA3Ljc3IDEyLjYxIDcuNzcgMTIuNjEgNy41MyAxMi44NSA3LjIxIDEzIDYuODYgMTMgNi41IDEzIDYuMTggMTIuODUgNS45NSAxMi42MSA1Ljk1IDEyLjYxIDUuOTUgMTIuNjEgNS45NSAxMi42MSA1Ljk1IDEyLjYxIDAuMzggNi43OCAwLjM4IDYuNzggMC4zOCA2Ljc4IDAuMzggNi43OCAwLjM4IDYuNzggMC4xNCA2LjU0IDAgNi4yIDAgNS44MyAwIDUuMDkgMC41OCA0LjQ4IDEuMjkgNC40OCAxLjY0IDQuNDggMS45NiA0LjYzIDIuMiA0Ljg4IDIuMiA0Ljg4IDIuMiA0Ljg4IDIuMiA0Ljg4IDIuMiA0Ljg4IDYuODYgOS43NSA2Ljg2IDkuNzUgNi44NiA5Ljc1IDE1LjgxIDAuMzkgMTUuODEgMC4zOSAxNS44MSAwLjM5IDE1LjgxIDAuMzkgMTUuODEgMC4zOSAxNi4wNCAwLjE1IDE2LjM2IDAgMTYuNzEgMCAxNy40MyAwIDE4IDAuNiAxOCAxLjM1IDE4IDEuNzIgMTcuODYgMi4wNSAxNy42MiAyLjNaIiBmaWxsPSJyZ2IoNzEsMTM5LDI1MykiLz48L3N2Zz4=") center no-repeat;
    background-size: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px
}

.checkbox input[type=checkbox]:indeterminate,
.checkbox-inline input[type=checkbox]:indeterminate {
    border-color: #478cfe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0)
}

.checkbox input[type=checkbox]:indeterminate::before,
.checkbox-inline input[type=checkbox]:indeterminate::before {
    content: '';
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTggNCI+CjxwYXRoIGZpbGxSdWxlPSJldmVub2RkIiBkPSJNIDE0IDJDIDE0IDIgMiAyIDIgMiAxLjIyIDIgMCAxLjc4IDAgMSAwIDAuMjIgMS4yMiAwIDIgMCAyIDAgMTQgMCAxNCAwIDE0Ljc4IDAgMTYgMC4yMiAxNiAxIDE2IDEuNzggMTQuNzggMiAxNCAyWiIgZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIvPjwvc3ZnPg==") center no-repeat;
    background-size: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px
}

.checkbox input[type=checkbox]:disabled,
.checkbox-inline input[type=checkbox]:disabled {
    cursor: not-allowed;
    opacity: .5
}

.checkbox input[type=checkbox]:disabled :hover,
.checkbox-inline input[type=checkbox]:disabled :hover {
    border: 1px solid #d9e7f7
}

.checkbox.disabled label,
.checkbox.disabled label input[type=checkbox],
.checkbox-inline.disabled label,
.checkbox-inline.disabled label input[type=checkbox] {
    cursor: not-allowed;
    opacity: .5
}

.checkbox.disabled label input[type=checkbox]:hover,
.checkbox-inline.disabled label input[type=checkbox]:hover {
    border: 1px solid #d9e7f7
}

@-moz-document url-prefix() {

    input[type=checkbox],
    input[type=radio] {
        background: none
    }

    input[type=checkbox]:checked,
    input[type=radio]:checked {
        background: none
    }
}

.radio label,
.checkbox label {
    font-weight: 400
}

.pill {
    cursor: default
}

#flash-area {
    margin-top: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    #flash-area {
        margin: 0
    }
}

#flash-area+ul.breadcrumb {
    margin-top: 10px
}

#flash-area+.content-block {
    margin-top: 0 !important
}

#flash-area .flash {
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
    #flash-area .flash {
        border: none;
        margin-bottom: 0;
        border-radius: 0
    }
}

.pagination {
    margin: 3px 0
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 2px;
    border: 1px solid #d9e7f7;
    -webkit-box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    color: #5b6c86;
    margin: 0 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f9f9f9));
    background-image: linear-gradient(to right, #fefefe 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF9F9F9', GradientType=1)
}

.pagination>li:not(.disabled)>a:hover,
.pagination>li:not(.disabled)>a:focus,
.pagination>li:not(.disabled)>span:hover,
.pagination>li:not(.disabled)>span:focus {
    border-color: #478cfe;
    color: #478cfe;
    background-image: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#fefefe));
    background-image: linear-gradient(to right, #f9f9f9 0%, #fefefe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFFEFEFE', GradientType=1)
}

.pagination>li:not(.disabled)>a:active,
.pagination>li.active>a,
.pagination>li.active>span {
    -webkit-box-shadow: inset 0 1.5px 2.5px rgba(204, 204, 204, 0.5), 0 1px 1px #fff;
    box-shadow: inset 0 1.5px 2.5px rgba(204, 204, 204, 0.5), 0 1px 1px #fff;
    color: #478cfe;
    border: 1px solid #478cfe;
    background-image: -webkit-gradient(linear, left top, right top, from(#fbfcff), to(#eee));
    background-image: linear-gradient(to right, #fbfcff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFCFF', endColorstr='#FFEEEEEE', GradientType=1)
}

.pagination>li:not(.disabled)>a:active:hover,
.pagination>li:not(.disabled)>a:active:focus,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span:hover,
.pagination>li.active>span:focus {
    border: 1px solid #478cfe;
    cursor: default;
    background-image: -webkit-gradient(linear, left top, right top, from(#fbfcff), to(#eee));
    background-image: linear-gradient(to right, #fbfcff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFCFF', endColorstr='#FFEEEEEE', GradientType=1)
}

.pagination>li.disabled {
    opacity: .5
}

.pagination>li.disabled a,
.pagination>li.disabled a:active,
.pagination>li.disabled a:hover,
.pagination>li.disabled a:focus {
    border: 1px solid #d9e7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d9e7f7;
    text-shadow: 0 1px 1px #ffffff
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0px 15px -15px
}

.flex-row:last-of-type {
    margin-bottom: 0
}

.flex-row.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-row.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-row.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-row .cell {
    padding: 15px 0px 0px 15px
}

@media (max-width: 767px) {
    .flex-row .cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.flex-row .cell:empty {
    display: none
}

.flex-row .cell.stretch {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .flex-row .cell.stretch {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.flex-row .cell.top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex-row .cell.bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex-row .cell.center {
    -ms-flex-item-align: center;
    align-self: center
}

.flex-row .form-group,
.flex-row .col-sm-3.label-block {
    margin-bottom: 0
}

ul.tree-view {
    list-style-type: none;
    padding: 0
}

ul.tree-view li .action-links {
    margin-left: 1em
}

ul.tree-view ul.children {
    list-style-type: none;
    padding: 0;
    margin-left: 10px
}

ul.tree-view ul.children li {
    padding: 5px 0 5px 20px;
    position: relative
}

ul.tree-view ul.children li:before {
    padding-top: 8px;
    content: "—";
    /* font-family: FontAwesome; */
    display: inline-block;
    line-height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.table>tbody>tr:last-of-type>td,
.table-fusion>tbody>tr:last-of-type>td {
    border-bottom: 1px solid #d9e7f6
}

.table>thead>tr>th,
.table-fusion>thead>tr>th {
    font-weight: normal
}

table.table-wide {
    width: 100%
}

.vertical-top,
table.vertical-top td {
    vertical-align: top !important
}

.vertical-bottom,
table.vertical-bottom td {
    vertical-align: bottom !important
}

.vertical-center,
table.vertical-center td {
    vertical-align: middle !important
}

.table-responsive {
    padding: 0
}

.table-responsive>.table-fusion td:first-of-type,
.table-responsive>.table-fusion th:first-of-type {
    padding-left: 15px
}

.table-responsive>.table-fusion td:last-of-type,
.table-responsive>.table-fusion th:last-of-type {
    padding-right: 15px
}

@media (max-width: 767px) {
    .table-responsive {
        width: auto
    }
}

.table-responsive+.pagination {
    margin-top: 0
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.inline-spinner {
    -webkit-animation: rotating .8s linear infinite;
    animation: rotating .8s linear infinite;
    display: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    fill: currentColor
}

.striped {
    background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.03));
    background-size: 30px 30px
}

.media-debug {
    display: none;
    z-index: 200;
    position: fixed;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    color: white;
    font-size: 32px;
    padding: 10px 20px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px
}

.media-debug:after {
    display: none
}

@media (max-width: 767px) {
    .media-debug:after {
        content: "XS";
        display: block
    }
}

@media (min-width: 768px) {
    .media-debug:after {
        content: "SM+";
        display: block
    }
}

@media (min-width: 992px) {
    .media-debug:after {
        content: "MD+";
        display: block
    }
}

@media (min-width: 1200px) {
    .media-debug:after {
        content: "LG";
        display: block
    }
}

.label {
    font-weight: 400;
    padding: 2px 5px
}

.label.-yellow {
    background-color: #f3c600
}

.label.-yellow.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-yellow.-deselected {
    background: white;
    border: 1px solid #f3c600;
    color: #f3c600;
    padding: 1px 5px
}

.label.-yellow.-deselected.-tag {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-yellow.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-yellow.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #f3c600;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-yellow.-tag::before {
    border-right: 7px solid #f3c600
}

.label.-amber,
.label.label-warning {
    background-color: #f59d00
}

.label.-amber.-xs:not(.-tag),
.-xs.label.label-warning:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-amber.-deselected,
.-deselected.label.label-warning {
    background: white;
    border: 1px solid #f59d00;
    color: #f59d00;
    padding: 1px 5px
}

.label.-amber.-deselected.-tag,
.-deselected.-tag.label.label-warning {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-amber.-deselected.-tag::after,
.-deselected.-tag.label.label-warning::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-amber.-deselected.-tag::before,
.-deselected.-tag.label.label-warning::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #f59d00;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-amber.-tag::before,
.-tag.label.label-warning::before {
    border-right: 7px solid #f59d00
}

.label.-orange,
.label.label-payment.label-payment-past_due,
.label.label-payment.label-payment-outstanding {
    background-color: #e87e04
}

.label.-orange.-xs:not(.-tag),
.-xs.label.label-payment.label-payment-past_due:not(.-tag),
.-xs.label.label-payment.label-payment-outstanding:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-orange.-deselected,
.-deselected.label.label-payment.label-payment-past_due,
.-deselected.label.label-payment.label-payment-outstanding {
    background: white;
    border: 1px solid #e87e04;
    color: #e87e04;
    padding: 1px 5px
}

.label.-orange.-deselected.-tag,
.-deselected.-tag.label.label-payment.label-payment-past_due,
.-deselected.-tag.label.label-payment.label-payment-outstanding {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-orange.-deselected.-tag::after,
.-deselected.-tag.label.label-payment.label-payment-past_due::after,
.-deselected.-tag.label.label-payment.label-payment-outstanding::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-orange.-deselected.-tag::before,
.-deselected.-tag.label.label-payment.label-payment-past_due::before,
.-deselected.-tag.label.label-payment.label-payment-outstanding::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #e87e04;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-orange.-tag::before,
.-tag.label.label-payment.label-payment-past_due::before,
.-tag.label.label-payment.label-payment-outstanding::before {
    border-right: 7px solid #e87e04
}

.label.-rust {
    background-color: #d55400
}

.label.-rust.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-rust.-deselected {
    background: white;
    border: 1px solid #d55400;
    color: #d55400;
    padding: 1px 5px
}

.label.-rust.-deselected.-tag {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-rust.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-rust.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #d55400;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-rust.-tag::before {
    border-right: 7px solid #d55400
}

.label.-red,
.label.label-danger,
.label.label-payment.label-payment-late {
    background-color: #e94b35
}

.label.-red.-xs:not(.-tag),
.-xs.label.label-danger:not(.-tag),
.-xs.label.label-payment.label-payment-late:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-red.-deselected,
.-deselected.label.label-danger,
.-deselected.label.label-payment.label-payment-late {
    background: white;
    border: 1px solid #e94b35;
    color: #e94b35;
    padding: 1px 5px
}

.label.-red.-deselected.-tag,
.-deselected.-tag.label.label-danger,
.-deselected.-tag.label.label-payment.label-payment-late {
 
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-red.-deselected.-tag::after,
.-deselected.-tag.label.label-danger::after,
.-deselected.-tag.label.label-payment.label-payment-late::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-red.-deselected.-tag::before,
.-deselected.-tag.label.label-danger::before,
.-deselected.-tag.label.label-payment.label-payment-late::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #e94b35;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-red.-tag::before,
.-tag.label.label-danger::before,
.-tag.label.label-payment.label-payment-late::before {
    border-right: 7px solid #e94b35
}

.label.-burgandy {
    background-color: #c23824
}

.label.-burgandy.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-burgandy.-deselected {
    background: white;
    border: 1px solid #c23824;
    color: #c23824;
    padding: 1px 5px
}

.label.-burgandy.-deselected.-tag {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-burgandy.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-burgandy.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #c23824;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-burgandy.-tag::before {
    border-right: 7px solid #c23824
}

.label.-rose {
    background-color: #ff5999
}

.label.-rose.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-rose.-deselected {
    background: white;
    border: 1px solid #ff5999;
    color: #ff5999;
    padding: 1px 5px
}

.label.-rose.-deselected.-tag {
 
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-rose.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-rose.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #ff5999;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-rose.-tag::before {
    border-right: 7px solid #ff5999
}

.label.-pink {
    background-color: #f44488
}

.label.-pink.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-pink.-deselected {
    background: white;
    border: 1px solid #f44488;
    color: #f44488;
    padding: 1px 5px
}

.label.-pink.-deselected.-tag {

    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-pink.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-pink.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #f44488;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-pink.-tag::before {
    border-right: 7px solid #f44488
}

.label.-violet {
    background-color: #9c55b8
}

.label.-violet.-xs:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-violet.-deselected {
    background: white;
    border: 1px solid #9c55b8;
    color: #9c55b8;
    padding: 1px 5px
}

.label.-violet.-deselected.-tag {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-violet.-deselected.-tag::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-violet.-deselected.-tag::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #9c55b8;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-violet.-tag::before {
    border-right: 7px solid #9c55b8
}

.label.-purple,
.label.label-payment.label-payment-paid {
    background-color: #8f3faf
}

.label.-purple.-xs:not(.-tag),
.-xs.label.label-payment.label-payment-paid:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-purple.-deselected,
.-deselected.label.label-payment.label-payment-paid {
    background: white;
    border: 1px solid #8f3faf;
    color: #8f3faf;
    padding: 1px 5px
}

.label.-purple.-deselected.-tag,
.-deselected.-tag.label.label-payment.label-payment-paid {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-purple.-deselected.-tag::after,
.-deselected.-tag.label.label-payment.label-payment-paid::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-purple.-deselected.-tag::before,
.-deselected.-tag.label.label-payment.label-payment-paid::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #8f3faf;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-purple.-tag::before,
.-tag.label.label-payment.label-payment-paid::before {
    border-right: 7px solid #8f3faf
}

.label.-blue,
.label.label-primary,
.label.label-payment.label-payment-to_be_invoiced {
    background-color: #478cfe
}

.label.-blue.-xs:not(.-tag),
.-xs.label.label-primary:not(.-tag),
.-xs.label.label-payment.label-payment-to_be_invoiced:not(.-tag) {
    border-radius: 3px;
    font-size: 60%;
    padding: 1px 3px
}

.label.-blue.-deselected,
.-deselected.label.label-primary,
.-deselected.label.label-payment.label-payment-to_be_invoiced {
    background: white;
    border: 1px solid #478cfe;
    color: #478cfe;
    padding: 1px 5px
}

.label.-blue.-deselected.-tag,
.-deselected.-tag.label.label-primary,
.-deselected.-tag.label.label-payment.label-payment-to_be_invoiced {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px;
    padding: 1px 5px 1px 7px
}

.label.-blue.-deselected.-tag::after,
.-deselected.-tag.label.label-primary::after,
.-deselected.-tag.label.label-payment.label-payment-to_be_invoiced::after {
    border-color: transparent;
    border-style: solid;
    border-left-width: 0;
    border-right-color: white;
    position: absolute;
    border-width: 8px;
    background: transparent;
    border-radius: 0;
    bottom: -10px;
    height: 0;
    left: -16px;
    top: 0;
    width: 0
}

.label.-blue.-deselected.-tag::before,
.-deselected.-tag.label.label-primary::before,
.-deselected.-tag.label.label-payment.label-payment-to_be_invoiced::before {
    border-color: transparent;
    border-style: solid;
    border-right-color: #478cfe;
    border-width: 9px;
    height: 0;
    left: -19px;
    top: -1px;
    width: 0
}

.label.-blue.-tag::before,
.-tag.label.label-primary::before,
.-tag.label.label-payment.label-payment-to_be_invoiced::before {
    border-right: 7px solid #478cfe
}

.label.-tag {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-right: 15px;
    padding: 2px 5px 2px 7px;
    position: relative
}

.label.-tag::before {
    content: '';
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    height: 0;
    left: -7px;
    position: absolute;
    top: 0;
    width: 0
}

.label.-tag::after {
    content: '';
    background: white;
    border-radius: 50%;
    display: block;
    height: 3px;
    position: absolute;
    top: calc(50% - 1.5px);
    width: 3px
}

.popover {
    -webkit-box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    border-radius: 0;
    border: 0;
    padding: 20px
}

.popover.top .arrow {
    border-top-color: rgba(0, 0, 0, 0.1)
}

.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.1)
}

.popover.right .arrow {
    border-right-color: rgba(0, 0, 0, 0.1)
}

.popover.left .arrow {
    border-left-color: rgba(0, 0, 0, 0.1)
}

.popover .popover-title {
    background: none;
    border: 0;
    color: #859bbb;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 5px
}

.popover .popover-title>.popover-header {
    border-bottom: 1px solid #d9e7f7;
    color: #293041;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin: -20px;
    min-width: 225px;
    padding: 0 10px 0 14px;
    vertical-align: middle
}

.popover .popover-title>.popover-header>span {
    float: left;
    text-align: left
}

.popover .popover-title .btn-popover {
    float: right;
    margin: 20px 5px 0 0;
    min-height: inherit;
    padding: 0;
    width: 10px;
    height: 10px
}

.popover .popover-content {
    clear: both;
    color: #293041;
    font-size: 12px;
    font-weight: 400;
    margin: 0 -5px;
    padding: 0
}

.popover .popover-content .popover-content-wrapper {
    margin: 0;
    padding: 15px 0
}

.popover .popover-content .popover-footer {
    background: #fbfcff;
    border-top: 1px solid #d9e7f7;
    color: #293041;
    margin: 0 -15px -20px;
    padding: 5px 10px 5px 14px
}

.tooltip {
    opacity: 1 !important
}

.tooltip.top .tooltip-arrow {
    border-top-color: white
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: white
}

.tooltip.right .tooltip-arrow {
    border-right-color: white
}

.tooltip.left .tooltip-arrow {
    border-left-color: white
}

.tooltip .tooltip-inner {
    -webkit-box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    background: white;
    border-radius: 0;
    color: #5b6c86;
    font-size: 12px;
    padding: 4px 8px 3px
}

.alert,
#flash-area .flash {
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px
}

.alert.alert-warning,
#flash-area .alert-warning.flash {
    background-color: #fdebcc;
    border-color: #f59d00;
    color: #f59d00
}

.alert.alert-warning .close::before,
#flash-area .alert-warning.flash .close::before,
.alert.alert-warning .close::after,
#flash-area .alert-warning.flash .close::after {
    background-color: #f59d00
}

.alert.alert-danger,
#flash-area .flash.alert,
#flash-area .flash,
.alert.alert-error,
#flash-area .alert-error.flash {
    background-color: #fbdbd7;
    border-color: #e94b35;
    color: #e94b35
}

.alert.alert-danger .close::before,
#flash-area .flash .close::before,
.alert.alert-danger .close::after,
#flash-area .flash .close::after,
.alert.alert-error .close::before,
#flash-area .alert-error.flash .close::before,
.alert.alert-error .close::after,
#flash-area .alert-error.flash .close::after {
    background-color: #e94b35
}

.alert.alert-analysis,
#flash-area .alert-analysis.flash {
    background-color: #ebddf1;
    border-color: #9c55b8;
    color: #9c55b8
}

.alert.alert-analysis .close::before,
#flash-area .alert-analysis.flash .close::before,
.alert.alert-analysis .close::after,
#flash-area .alert-analysis.flash .close::after {
    background-color: #9c55b8
}

.alert.alert-info,
#flash-area .alert-info.flash {
    background-color: #dae8ff;
    border-color: #478cfe;
    color: #478cfe
}

.alert.alert-info .close::before,
#flash-area .alert-info.flash .close::before,
.alert.alert-info .close::after,
#flash-area .alert-info.flash .close::after {
    background-color: #478cfe
}

.alert.alert-success,
#flash-area .alert-success.flash,
#flash-area .flash.notice {
    background-color: #d2f5e2;
    border-color: #1ecd6e;
    color: #1ecd6e
}

.alert.alert-success .close::before,
#flash-area .alert-success.flash .close::before,
#flash-area .flash.notice .close::before,
.alert.alert-success .close::after,
#flash-area .alert-success.flash .close::after,
#flash-area .flash.notice .close::after {
    background-color: #1ecd6e
}

.alert b,
#flash-area .flash b,
.alert strong,
#flash-area .flash strong {
    font-weight: 600
}

.alert .close::before,
#flash-area .flash .close::before,
.alert .close::after,
#flash-area .flash .close::after {
    left: 9px;
    top: 1px
}

.alert.alert-alt,
#flash-area .alert-alt.flash {
    background: white;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    font-weight: 100;
    height: auto;
    line-height: 24.96px;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 10px 15px;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(39, 49, 65, 0.15), -5px 5px 20px 0 rgba(39, 49, 65, 0.15);
    box-shadow: 5px 5px 20px 0 rgba(39, 49, 65, 0.15), -5px 5px 20px 0 rgba(39, 49, 65, 0.15)
}

.alert.alert-alt .close::before,
#flash-area .alert-alt.flash .close::before,
.alert.alert-alt .close::after,
#flash-area .alert-alt.flash .close::after {
    background-color: #a6bedc;
    left: 9px;
    top: 5px
}

.alert.alert-alt.alert-alt-warning,
#flash-area .alert-alt.alert-alt-warning.flash {
    border-top: 5px solid #f59d00;
    color: #f59d00
}

.alert.alert-alt.alert-alt-warning .title svg,
#flash-area .alert-alt.alert-alt-warning.flash .title svg,
.alert.alert-alt.alert-alt-warning .title path,
#flash-area .alert-alt.alert-alt-warning.flash .title path {
    fill: #f59d00
}

.alert.alert-alt.alert-alt-danger,
#flash-area .alert-alt.alert-alt-danger.flash {
    border-top: 5px solid #e94b35;
    color: #e94b35
}

.alert.alert-alt.alert-alt-danger .title svg,
#flash-area .alert-alt.alert-alt-danger.flash .title svg,
.alert.alert-alt.alert-alt-danger .title path,
#flash-area .alert-alt.alert-alt-danger.flash .title path {
    fill: #e94b35
}

.alert.alert-alt.alert-alt-error,
#flash-area .alert-alt.alert-alt-error.flash {
    border-top: 5px solid #e94b35;
    color: #e94b35
}

.alert.alert-alt.alert-alt-error .title svg,
#flash-area .alert-alt.alert-alt-error.flash .title svg,
.alert.alert-alt.alert-alt-error .title path,
#flash-area .alert-alt.alert-alt-error.flash .title path {
    fill: #e94b35
}

.alert.alert-alt.alert-alt-analysis,
#flash-area .alert-alt.alert-alt-analysis.flash {
    border-top: 5px solid #9c55b8;
    color: #9c55b8
}

.alert.alert-alt.alert-alt-analysis .title svg,
#flash-area .alert-alt.alert-alt-analysis.flash .title svg,
.alert.alert-alt.alert-alt-analysis .title path,
#flash-area .alert-alt.alert-alt-analysis.flash .title path {
    fill: #9c55b8
}

.alert.alert-alt.alert-alt-info,
#flash-area .alert-alt.alert-alt-info.flash {
    border-top: 5px solid #478cfe;
    color: #478cfe
}

.alert.alert-alt.alert-alt-info .title svg,
#flash-area .alert-alt.alert-alt-info.flash .title svg,
.alert.alert-alt.alert-alt-info .title path,
#flash-area .alert-alt.alert-alt-info.flash .title path {
    fill: #478cfe
}

.alert.alert-alt.alert-alt-success,
#flash-area .alert-alt.alert-alt-success.flash {
    border-top: 5px solid #1ecd6e;
    color: #1ecd6e
}

.alert.alert-alt.alert-alt-success .title svg,
#flash-area .alert-alt.alert-alt-success.flash .title svg,
.alert.alert-alt.alert-alt-success .title path,
#flash-area .alert-alt.alert-alt-success.flash .title path {
    fill: #1ecd6e
}

.alert .close,
#flash-area .flash .close,
.alert-alt .close,
.bulletin .close {
    opacity: 1;
    outline: none;
    position: relative;
    text-shadow: none;
    width: 15px;
    height: 15px
}

.alert .close::before,
#flash-area .flash .close::before,
.alert .close::after,
#flash-area .flash .close::after,
.alert-alt .close::before,
.alert-alt .close::after,
.bulletin .close::before,
.bulletin .close::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 15px
}

.alert .close::before,
#flash-area .flash .close::before,
.alert-alt .close::before,
.bulletin .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.alert .close::after,
#flash-area .flash .close::after,
.alert-alt .close::after,
.bulletin .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.alert .close:hover,
#flash-area .flash .close:hover,
.alert-alt .close:hover,
.bulletin .close:hover {
    opacity: .5
}

.alert svg,
#flash-area .flash svg,
.alert-alt svg,
.bulletin svg {
    margin-right: 4px;
    vertical-align: middle;
    width: 20px;
    height: 20px
}

.alert p,
#flash-area .flash p,
.alert .bulletin-txt,
#flash-area .flash .bulletin-txt,
.alert-alt p,
.alert-alt .bulletin-txt,
.bulletin p,
.bulletin .bulletin-txt {
    color: #293041;
    font-size: 13px;
    line-height: 17.94px;
    vertical-align: inherit
}

.alert .title.-strong,
#flash-area .flash .title.-strong,
.alert-alt .title.-strong,
.bulletin .title.-strong {
    font-weight: 600
}

html {
    height: 100%
}

.wysihtml5-editor {
    background-color: transparent !important;
    background: transparent !important;
    color: #293041 !important;
    /* font-family: 'Open Sans', OpenSans, sans-serif !important; */
    font-size: 12px !important;
    height: 100%;
    line-height: 28px;
    min-height: 285px;
    padding: 0;
    text-shadow: 0 .5px .5px white
}

.wysihtml5-editor p {
    margin: 5px 0
}

.bar {
    padding: 10px 15px;
    min-height: 53px
}

.bar .title {
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.05263px;
    margin: 0;
    padding: 6px 0;
    font-weight: 100;

}

.bar .btn-previous {
    vertical-align: -9px
}

.bar .btn-previous+.title {
    display: inline;
    vertical-align: -8px
}

.bar.bar-primary {
    background-color: #478cfe
}

.bar.bar-warning {
    background-color: #f59d00
}

.bar.bar-success {
    background-color: #1ecd6e
}

.bar.bar-inset {
    background-color: #1ecd6e
}

.bar.bar-default {
    background-color: white
}

.bar.bar-inset {
    background-color: #fbfcff
}

.bar.bar-danger {
    background-color: #e94b35
}

.bar.bar-default,
.bar.bar-inset {
    border-bottom: 1px solid #d9e7f7;
    border-top: 1px solid #d9e7f7
}

.bar.bar-default .title,
.bar.bar-inset .title {
    color: #293041
}

.bar.bar-default .btn-previous,
.bar.bar-inset .btn-previous {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTkuOCAxNC42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOS44IDE0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMjkzMDQxO308L3N0eWxlPjxwYXRoIGlkPSJQcmV2aW91cyIgY2xhc3M9InN0MCIgZD0iTTE4LjgsNi4zSDMuM2w1LTQuNWMwLjQtMC40LDAuNC0xLDAtMS41YzAsMCwwLDAsMCwwYy0wLjQtMC40LTEuMS0wLjQtMS41LDBjMCwwLDAsMCwwLDBsLTYuNSw2Yy0wLjQsMC42LTAuNCwxLjQsMCwybDYuNSw2YzAuNCwwLjQsMS4xLDAuNCwxLjUsMGMwLDAsMCwwLDAsMGMwLjQtMC40LDAuNC0xLDAtMS41YzAsMCwwLDAsMCwwbC01LTQuNWgxNS41YzAuNSwwLDEtMC40LDEtMC45YzAsMCwwLTAuMSwwLTAuMWMwLTAuNS0wLjQtMS0wLjktMUMxOC45LDYuMywxOC45LDYuMywxOC44LDYuM3oiLz48L3N2Zz4=)
}

.bar+.bar {
    border-top-width: 0
}

.content-block .bar {
    margin-left: -15px;
    margin-right: -15px
}

.gender-field [type='radio'] {
    display: none
}

.gender-field .radio {
    margin-top: 0
}

.gender-field .radio label {
    width: 45%
}

.gender-field .radio label.label-block {
    display: block;
    margin: 0 0 15px 0;
    padding-left: 0;
    width: 100%
}

.gender-field .radio label:first-child {
    padding-left: 0
}

.gender-field [type='radio']+span::before {
    background-size: contain;
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px
}

.gender-field span.male,
.gender-field span.female {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.gender-field .female::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAz1BMVEUAAAClvtymvtuku9uou96mvtumvtumvdumvtymvdynvtymvtylvtqmvdyvr9emvtylvdylvtymvtumvdymvdylvtylvdumvtylvtulwN+mvtymvdulvdz////v9v+mvtyowN2sw9/H1+u2yuPq8v3n8PvM2+79/f68zub6+/26zeSwxuHs9P7i7Pnn7fbQ3e690Ofy9vrS4PLV4e+uxOD2+fze5/L09/uqwd7e6ffp7/bE1Onu8/na5PDK2erB0ufY5fTr8Pfj6/Xc5vKyxuFiVOnBAAAAHXRSTlMA/MMVD+/JtJVySEE+HAbQ86imfOS+VcauGd9WfW7oaO4AAAPWSURBVEjHtZfpctowFEaBAlnaZk/aprWPZIOxTTCYnbAFkvd/pgbLiWqJNJnO9PvDAD6WdHXX0n5Vjy8v6ldncHZVv7g8rpY+rK9H38oUVP529PVD6JeDHel7/Vmz4bqN5qzv+Tv+4Mu76OcKiN5Dwy2o8dATUPn8V/THBcggJw0+kHDx4232poYI7tw3dBcIajdvoCeH0Gtmz3WCWAr8/vOLAqQ/f1BvbPbg8GTv7VwjugoNyTWdd4YADPsK7woqn2z2Ux3ZeXmA9ThtLbptADbb1RR89WdHcmrR1VPaassehKmjtFkNYew4USCYPqqttzmtGue9pt1Q68LA+UPJsrX7WLQRM2X2NtfFcx8yzE0lFGtp5DNsqLWHHBbuCNFxM4Wsnf2aDPHclwV+avZrjX7+O2LivKExInefPjXt6t/puUoB8+zBdXhv0zFdV6nH91d/RjRdpZht9hxg40tCV6kpePHzCoGbSzJ5gW08ZejmCqjkMYh89WdBK4fvQwtvIV79XKIi9EAv7EJ2tz7ScTJcSYSJeqWrlz7I/LIsGkU4AbqOU8BJinBDlHdeepSbWsMhXuQUFHmEGs4NfpSZ68GABc+sQTM14IedyaplcWfA4FgCA74T5WrpGN/9F9j1OS5d4v0b7PGrdE7/PVhdsQn3OS/VmZnw1DbYCGnCM+qlK5om3CY14ZQnE25yVTqjYcIxVkzcE5twg7MSuCbssbQDyjNhF/bBA1YmvGJgwneU9217g2/CPht727V9BnMkqWkv6dgGu913Vc7czKAD5s6eq7KdJIvJdqvgIm0SZ4+T2O65k1+091IZwXJPOzBUlp1ONDuSjG3Y59gOyUwQt143HetfjZBUycCGiUf5ujEGrJOBSkM2LJHdReu5zkqkAes0pBKgDU9CcoUTC1YJ0E69OvYT70mIJy9R3+zUq5O+DWvZsE76utx8HA6oGIVOw48m/KhhXejMEqugSECk2QhEpGBdYo3iruElEGonCYGlhnVxV/qJ6PwB+8RCtxdrRIyvYN1WWA2NgkcepInAU6yHSFLwRgrWDY3VSkHUFeyidytUpewitrsIR3QjUK1U5cRoAFUTB0OARZa2cq2eT78AGIJq4na+ZdKyMwOmPj1nNGjzqvZg5KzxBTDT7aPZuMLubD4DT8B0tchav9UUhDfAn3gAunG1WmaZOCMA4rG+qnEMQOQk0miZzWZ9MAEZpEW/TAMJk8GUs5t3xoS5XhT08nM1Jrw7oKy3Zk+yXesB5f3RKA7Gm0nktKJ0Mw5iNRr936FMj4Pn9dtauVy7rZ+/OQ7+BiPgYrWLsnfwAAAAAElFTkSuQmCC)
}

.gender-field .male::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAwFBMVEUAAAClvtymvtymv92ovN6mvtumvtylvtymvdymvdymvdunvtymv9ylvtqku9yvr9elvtymvtumvtylvtumvtylvdumvdunvtumvNymutylvtymvtzv9v////+mvtyowN3o8fyrwt/t9P6xxuHT3+75+/3M2+7J2Ou9z+f7/P309/vG1um3y+TZ5fWuxOC6zeXf6PPT4PLb5fHs8fj2+Pzf6ffw9Pm0yOLP3Ozj6vTA0eexx+Hi7PnC0ufn7vbV4e+qnNX6AAAAHHRSTlMA/MMbDu/Jq+J8VUhBPhUG86XSvZW0s3NwEs2TN0Kk+QAAA9NJREFUeNqNV9limzAQtJ3YcZKmcc42qRgh7hsMNviok///q4KaWkIibuYRGFZ7jXZHwzi/vrybzRfAYj67u7w+H30ZZz8mY/Qwnvw4+xL15rljJv5ybVqEWOZ66Scd//nmv9RvE4DuUov0YKU7Cky+nT7wHcA8kwzA9Bhwd+LwV1NQTxhVYHkU06tPqLe/gEC2qlsPgF+3g9l5AHXIf+BQTF507vdXZL+JwNrL9wxg+9xbE4HfGe6/a3ZfYUtHXu4hYb+Ujm7j9Vzx90HmmjlA47J2DcOty5gCuSmzH/p+PyLrvcZmZRyx2qD36wyPvRyBSv7mYG9GD28ZcslvCiljZ1M4kr+glaGgopD8djAV1XKBgAjYcAwNDmwiEODiWM+gppQjMFcnuwxSxkyKf3U+gUcEPMTGAGLlo8lHD4LJ9ZyjNKJDUirmS+RynTP87dBneKTncuVQdInuhbzunJZNP/O6HHceCzBk+IDtRMJpsF6P0HFXpT8REBngVqvKY2gRFCGnvtsAkRHgJw9XqpDtd+5vWAQdnXl11VWoQk67kJ2PqaWQhaORYx+bQyFbdHw+ukZCdLLAG7dKnVAhkwTXo0v4GrkPt0x2beBUso/LtjSXOlmHTl62JTrDWiWvvkReYzaaQ9E8hu0Qd4VMUUPMRwsoWpvDGSJvkStKjMUIIGog8iGyowaWADo5HXY6QapaHuvHtihKnRuBWqrPUz1gJEAzdOqAaAHrUqWfu9CFRJxapEoUiUADO1TIPvaEaEXCy1MzrSpRgc6wXp68MTSv+7kuKfdYbwzRkgJWAzTOto5cd1VvnQbYd99oLSnEoB9JBTwjuhhwGdIAxA0DB2tiUUiKDAkB1Poy7G7JUGooXQBHT/CGyAJDZA9PuuhzpBlQHVMdVkAm4iJEX1w38huuejTfFKtVsckpl3BLMTxRLjrxpomK2D5Kf1xEDf+/ftGJK1a84SXS/aAj/u0LaipXrLjcRYFbywyoDQU1kC0tUdbTs4GxwvR5djcqeYMWmW+KsUIbaNIcLXYlQxzyg/s+P3QYA5sDBRCk+kDDR6k0AdC8t5/XGYKwpVKAtvQwANu29VLsKJCsbUyUEfLlnhutPnQ2QdJRgY6ewK4/nscAxf2LNj7egwkBCXcAmF9VPAa5K7qTifFRGVwl5fOSkvsdlonf6+zJy2cj8yEyTiA6AI+3J4Z1R5avXn+EDsPi6vSakDnuENl1MrEmnFpQDltXUd7tQSwop3DzxFejTVGtwpYWVcWGr0ZPN19cymbqUjY7uZTp6+DFbD4dj6fz2cWn6+AfaORT6l4MJaQAAAAASUVORK5CYII=)
}

.gender-field [type='radio']:checked+.female::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABGlBMVEUAAAAybc0ybM0ybc00assybc0ybM0ybc00btEybM0zbc0zbM0ybMwybMwybM4wbM8ybc0ybc0qf9QybMwzbM0ybcwzbswkbdozbM0zbMz///+qzP8zbc01b84/dtKcwfo2cM6kyP05cs+hxftmktr8/f7z9vw8dNFYi91hjtlFe9TN2/M4cc/3+f3l7PlWhtaTuvaOtvR8p+yyyO13pOqcueeGqeJKftRCeNLq8frY4/bE1fGDre9vneZpmOSCpeF/o+B3nt5MgNX5+/6rw+tymtzv9Pvh6viWvffR3vS1yu2Or+RTh9vn7vnK2fLG1vFxn+dwnueVs+WTsuVPg9mnyv7d5/e80O+mv+mjvehklOJul9xciteHsfE+hBjMAAAAGnRSTlMA/MFAD8in7xvQtHxxVUgW85QG467fHgeW5DBA5VQAAAQSSURBVHgBndd5Wxo7FMdxoCLu1e43+c4wDDuyCCjggiAu1sVa7b7c9/82LpABOse016e/P/vwacbkJDmJ2DO3tjwff74O68/j88trc5FHZ2ElHiWUaHzl1aPok6UoOIPDRj2Z0jqVrDcOBw5El578P42BVzhI61DSBwUPYn/mC/OQ7wZS+G4e5hd+b1cTlO9S+jdJ3ZVJrP6GPtuAQlKP8rZ77ToMGimtu06+/f3gkx4lWYCN19bViVHeNvSaIP73rQ4AnW3Dt8vELOv2dBF3y/zAgdPL8+PPHwYAbO638tB+q0fZcll8+mDcRUrmkw8hc65MLlolaCqVu/Lw/zWfXmJRjP0sRiltxoUdNUv29uuxGmavTblupr1E7FkIb+AGU+UEVuashps2Y7tshNYIb0uPc82psme3xHfzmy2P1ZldSLCtzcB41fHXWvQlTlA+2yRm1fKCgjbpcqRG+ZHZfKh/TobQBV5M65lyUptc80WNAjzkJ1xrk6TPpM5jvNdBXKoBtvBzXB3kPbHJwPlpPTscB3gzg+THeNM6zwdDL9HVk4Aa5rZGR6kxN/HN/wJ6ki5L47qMOukwfufAB6VC3HkXxmknOqrSFQo6jDP0cyqUXJ9MGOsCK+PpOhDYZ2iFxhf4YDRlc1EvJTCoBwGBU150LrLGR/03WH9kLbLM4d/hQ5Yj8zQegbN4EjeYj8SpS5ynIvEZHYnrxCPPSUrcpipxlYHESf6JrJOSuMimxJsUJU6xHgEtcY8TiU/oSazBhr/RkrjFN4k/EbV99gU1iWtcSJwmYZuwrEtVzpeblTjJS9tSqSN5gu5wpGxLZSkSdUs7GyqRNrfKViSyPIM/8Wt4rs0kyPI0G0PiJvnqzO66XApsNoZtSw4DxWmJVormXy1bcnIYSExxNxi3iA0fEDPHkA13cO/3KpW9e5eODRdYmR2AElczBMlUJZ4dgJEl7ix4eIj2B74/6A+PTQu+Yyl06Es8i8Tm0JfXzaOxuW7M0H5SrLPEzTA2F528Yg3K+ZCb2Rz4OYPlFWsu98av+ATITKs7mwFOfsUNc7nLtsLgGsUyp4HOnlIuUjNYtBUmb3CTE7zbwznf9+gZ3MPbP3fo7U5w0uWNtZWCyr3PaPcO9fim/DC0ox2Of18B2UqFmjgoAewNv7ZFkNbw+/cASiCauFD7WAfyNX6os50207R3ztQPaj5Qt7WPpnF1wOnt/uRbvwxua2/c+rVcKPe/8vOm74AjG9cgrzcgv6/OACg2Z/u5WQQgp/bzomWWzfrODXSuPofr8vNVB252fNZX//xMcI+ax6KohzluHrn2Z4J8oJx+kT3Jl1MP4k8e+TQqXl1e3FRUNle9uLwq2p9G1rz6q0eZeA6+TESjiZd/eA7+B1ZKVQlKmkbkAAAAAElFTkSuQmCC)
}

.gender-field [type='radio']:checked+.male::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABFFBMVEUAAAAybM00assybc0ybM0zb84ybM0ybc0zbc0ybc0ybMwybMwuadAybc0xbc0ybc0zbM0ybc0qf9QybMwzbM00bM4ybcwkbdozbMwzbMyqzP////8zbc01b85Fe9U3cM86cs+kyP2cwfmhxfvp8PpNf9NBd9JunOb6/P7l7fl9ot9Yit1RhNn1+Pzx9fzT4PVZidd6puuDp+Hv9Pufw/qIsfFxmdxWidw9ddE7dNF9qe1wn+fY5Pa2y+2at+aXteaOr+RpmOSTuvaOtvNqldthjtmnyv7c5veQt/S8z++Dre+yyOysw+t5n95BeNPJ2fLC0/CpweqdueeIq+JNgdf2+f2Ere+uxuugu+ipwuqSseRcjd7b1yC1AAAAGnRSTlMAxA8/pxvK77SVcVUVvkfzfNIG465J3wd95KkNYBwAAAQRSURBVHgBtZdpVxpLEEAHYsAlasySvNdzZ4EMAyILaGRHUCFqosbF7P//fzxATfU0c0i+vHv4xrnT1dXV1d1WPMmN50upl5uw+TK19Hwjaf01T1cTGCRWn/6V+mQZcO4OO6fZjFKZ7Gnn8M4Blp/8WU2A8+vrOxXh3ddfDiQW60+XoJ0XU/fzbVhaEPxaGq+bESFKpuuRXrPiebECzaxaQLYJK29jV2cdr67+QN1jPWbdnqUIj5Rwmm+6bYe228yfKuEoZOvZ3LgpXC3kjouG29FCd0kljfmu40qS35fAvzjv7dn2Xu/8woPSe0m7y/qLiLxCmNX/dn5OxEf2fjr6p7MhK5E1wtHmWyL8bEf4HFLS5u2wptVGmro2X7yqbVD10OZdJy3V8oodJbgM7DkGuErY4dXvesaXfKhjWuV5udziWElGfTYe5ARdJeQp2jFckFdCl8TjwG29npuc29uN2nUlKp/T1Ou8zf0WWyavIlOuHviAX4ykvIerIvEtz+oSJ7IHfVweyB0Estj4kR3qMK3SVUn1DGajVnu3IeCM+oWZ+j0HSmeH1Vm6Phpy7vusvAr9kQOEt71q0QdD/jhNWRInY8gy0WCQ4wFz5IxD0nqtFZ7IwueLWfYOvhiyKvHaes5hrCxUrmuNbds25UP+sZaoL5IFU66zZKU4NuXgr+RjUtZLjJ7X4irODQiNbsi/1iYZMxEHcfIVTaMTs2mBMhMxjpMH5FUUmJf3cfZi5Br7KsIHmA874/Fj3t02a0m9I60lTKq2FBf1jnl88EZbKombvulWQolalkqKRHDJfTHkXdnNepHo5SlD70bdPnxVar48ZWPos46u9TdHn7FsjOiWlCOD2uDqJKhUgpOrQQ05MCJbUm8GwnsMtNYszUDaUBQo5nxm+LmiWUjShswGKPuyUClMfjEbShqgtUw3VhZi5C7L0vQj7F9CtfCoFqpwqZWINH05boQPLoA/Hp4Fwdlw7ANcflCCdtxYG/iRbOYpbX8qSt8sftouyYY0DjrjiM169yUy/cBUtCcc4GXNI1YO987vmOuXcGIbnMBl/XfkHf1wt9bwju5HzbcAhqY8BGjl70c/8libv9DsNwGncd2iWJgFvrs7C7pQhGHDA6e5P5mwXGjkKvXxDqh9D2y7l2NUnqgeeBO9PKJ1ZtuVTyMH7k7nrlJWcgtgVH3oszVqUxWmeo3cQxKCC/DYSs5dH7doSwMpN4DWbrW32wLG0hHPfeP6KBfXa0nRbe1befaZb7Xbgv3ID49E7IPj7Qo0AnsBQcO4MhuXdf+mbAtgC+Ubn821xc+E8KYSJ1duwgXPBHmgeI2zsnGFO2t4ix4oxtNoPOxXgy92obJd7Q/H8jT6Px9l8hx8k4b0mwXPwf8AC/xVSJVSHC4AAAAASUVORK5CYII=)
}

.breadcrumbs {
    margin: 0;
    padding: 10px 0
}

.breadcrumbs>li {
    color: #478cfe;
    display: inline-block;
    font-size: 12px;
    margin: 0 20px;
    position: relative
}

.breadcrumbs>li:hover a {
    color: #478cfe
}

.breadcrumbs>li::before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZXY9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEveG1sLWV2ZW50cyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMTUgMjQiPjxmaWx0ZXIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iRmlsdGVyXzAiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTVweCIgaGVpZ2h0PSIyNHB4IiAgPiAgPGZlT2Zmc2V0IGluPSJTb3VyY2VBbHBoYSIgZHg9IjBweCIgZHk9IjFweCIgLz4gIDxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImJsdXJPdXQiIHN0ZERldmlhdGlvbj0iMSIgLz4gIDxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2IoIDI1NSwgMjU1LCAyNTUgKSIgcmVzdWx0PSJmbG9vZE91dCIgLz4gIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iYXRvcCIgaW49ImZsb29kT3V0IiBpbjI9ImJsdXJPdXQiIC8+ICA8ZmVDb21wb25lbnRUcmFuc2Zlcj48ZmVGdW5jQSB0eXBlPSJsaW5lYXIiIHNsb3BlPSIxIi8+PC9mZUNvbXBvbmVudFRyYW5zZmVyPiAgPGZlTWVyZ2U+ICAgIDxmZU1lcmdlTm9kZS8+ICAgIDxmZU1lcmdlTm9kZSBpbj0iU291cmNlR3JhcGhpYyIvPiAgPC9mZU1lcmdlPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9IkZpbHRlcl8xIj4gIDxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2IoIDE2NiwgMTkwLCAyMjAgKSIgZmxvb2Qtb3BhY2l0eT0iMSIgcmVzdWx0PSJmbG9vZE91dCIgLz4gIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iYXRvcCIgaW49ImZsb29kT3V0IiBpbjI9IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iY29tcE91dCIgLz4gIDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49ImNvbXBPdXQiIGluMj0iU291cmNlR3JhcGhpYyIgLz48L2ZpbHRlcj48ZyB0cmFuc2Zvcm09InNjYWxlKE5hTikiID48ZyBmaWx0ZXI9InVybCgjRmlsdGVyXzApIj48ZyBmaWx0ZXI9InVybCgjRmlsdGVyXzEpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoIDE2NiwgMTkwLCAyMjAgKSIgZD0iTTEuNTIzLDIuNjM4IEMxLjUyMywyLjYzOCA5LjM4MiwxMC40OTcgOS4zODIsMTAuNDk3IEM5LjM4MiwxMC40OTcgMS40MjAsMTguNDU5IDEuNDIwLDE4LjQ1OSBDMS40MjAsMTguNDU5IDEuNDIxLDE4LjQ1OSAxLjQyMSwxOC40NTkgQzEuMTYwLDE4LjcyOSAxLjAwMCwxOS4wOTYgMS4wMDAsMTkuNTAwIEMxLjAwMCwyMC4zMjggMS42NzIsMjEuMDAwIDIuNTAwLDIxLjAwMCBDMi45MDQsMjEuMDAwIDMuMjcxLDIwLjg0MCAzLjU0MSwyMC41NzkgQzMuNTQxLDIwLjU3OSAzLjU0MSwyMC41ODAgMy41NDEsMjAuNTgwIEMzLjU0MSwyMC41ODAgMTIuNTQxLDExLjU4MCAxMi41NDEsMTEuNTgwIEMxMi41NDEsMTEuNTgwIDEyLjU0MSwxMS41NzkgMTIuNTQxLDExLjU3OSBDMTIuODI0LDExLjMwNyAxMy4wMDAsMTAuOTI0IDEzLjAwMCwxMC41MDAgQzEzLjAwMCwxMC40OTkgMTMuMDAwLDEwLjQ5OCAxMy4wMDAsMTAuNDk3IEMxMy4wMDAsMTAuNDk2IDEzLjAwMCwxMC40OTUgMTMuMDAwLDEwLjQ5MyBDMTMuMDAwLDEwLjA2OSAxMi44MjQsOS42ODcgMTIuNTQxLDkuNDE0IEMxMi41NDEsOS40MTQgMTIuNTQxLDkuNDEzIDEyLjU0MSw5LjQxMyBDMTIuNTQxLDkuNDEzIDMuNTQxLDAuNDEzIDMuNTQxLDAuNDEzIEMzLjU0MSwwLjQxMyAzLjUzOCwwLjQxNyAzLjUzOCwwLjQxNyBDMy4yNjgsMC4xNTkgMi45MDMsMC4wMDAgMi41MDAsMC4wMDAgQzEuNjcyLDAuMDAwIDEuMDAwLDAuNjcyIDEuMDAwLDEuNTAwIEMxLjAwMCwxLjk1NSAxLjIwMywyLjM2MyAxLjUyMywyLjYzOCBaIi8+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat center center/cover;
    content: '';
    display: block;
    height: 12px;
    left: -25px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 7.5px
}

.breadcrumbs>li:first-child {
    margin-left: 0
}

.breadcrumbs>li:first-child::before {
    display: none
}

.breadcrumbs>li:last-child {
    margin-right: 0
}

.breadcrumbs>li.active {
    color: #293041
}

.avatar {
    border-radius: 50%;
    overflow: hidden
}

.avatar.-xs {
    width: 20px;
    height: 20px
}

.avatar.-sm {
    width: 30px;
    height: 30px
}

.avatar.-md {
    width: 40px;
    height: 40px
}

.avatar.-xl {
    width: 60px;
    height: 60px
}

blockquote {
    border-left: 2px solid #478cfe;
    color: #859bbb;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857;
    padding: 0 20px;
    margin: 0 0 20px 10px
}

blockquote.blockquote-reverse {
    border-right: 2px solid #478cfe;
    text-align: right;
    margin: 0 10px 20px 0
}

.modal-fusion .modal-content {
    border: 0;
    border-radius: 0
}

.modal-fusion .modal-header {
    background: #fbfcff;
    border-bottom: 1px solid #d9e7f7;
    border-top: 0;
    color: #293041;
    height: 50px;
    padding: 15px 20px
}

.modal-fusion .modal-header .modal-title {
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.modal-fusion .modal-header .modal-title svg {
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px
}

.modal-fusion .modal-header .modal-title svg path {
    fill: #293041
}

.modal-fusion.-primary .modal-header,
.modal-fusion.-success .modal-header,
.modal-fusion.-warning .modal-header,
.modal-fusion.-danger .modal-header {
    border-bottom: 0
}

.modal-fusion.-primary .modal-title,
.modal-fusion.-success .modal-title,
.modal-fusion.-warning .modal-title,
.modal-fusion.-danger .modal-title {
    color: #ffffff
}

.modal-fusion.-primary .modal-title svg path,
.modal-fusion.-success .modal-title svg path,
.modal-fusion.-warning .modal-title svg path,
.modal-fusion.-danger .modal-title svg path {
    fill: #ffffff
}

.modal-fusion.-primary .close,
.modal-fusion.-success .close,
.modal-fusion.-warning .close,
.modal-fusion.-danger .close {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBpZD0iQ0xPU0UiIGNsYXNzPSJzdDAiIGQ9Ik05LDJMNiw1bDMsM2wwLjUsMC41QzkuNyw4LjYsOS45LDguOSwxMCw5LjFDMTAsOS42LDkuNiwxMCw5LjEsMTBDOC45LDkuOSw4LjYsOS43LDguNSw5LjVMOCw5TDUsNkwyLDlMMS41LDkuNUMxLjQsOS43LDEuMSw5LjksMC45LDEwQzAuNCwxMCwwLDkuNiwwLDkuMWMwLjEtMC4zLDAuMy0wLjUsMC41LTAuNkwxLDhsMy0zTDEsMkwwLjUsMS41QzAuMywxLjQsMC4xLDEuMSwwLDAuOUMwLDAuNCwwLjQsMCwwLjksMGMwLjMsMC4xLDAuNSwwLjMsMC42LDAuNUwyLDFsMywzbDMtM2wwLjUtMC41QzguNiwwLjMsOC45LDAuMSw5LjEsMEM5LjYsMCwxMCwwLjQsMTAsMC45QzkuOSwxLjEsOS43LDEuNCw5LjUsMS41TDksMnoiLz48L3N2Zz4=) no-repeat center center
}

.modal-fusion.-primary .modal-header {
    background: #478cfe
}

.modal-fusion.-success .modal-header {
    background: #1ecd6e
}

.modal-fusion.-warning .modal-header {
    background: #f59d00
}

.modal-fusion.-danger .modal-header {
    background: #e94b35
}

.modal-fusion .close {
    margin-top: 5px;
    margin-left: 10px;
    opacity: 0.7;
    width: 10px;
    height: 10px
}

.modal-fusion .close:hover {
    opacity: 1
}

.modal-fusion .close:active,
.modal-fusion .close:focus {
    outline: 0
}

.modal-fusion .modal-body {
    color: #293041;
    padding: 15px 20px 5px;
    max-height: 285px;
    overflow-y: auto
}

.modal-fusion .modal-content-title {
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 12px
}

.modal-fusion .modal-content-text {
    font-size: 13px;
    margin-bottom: 10px
}

.modal-fusion .modal-footer {
    background: #fbfcff;
    border-top: 1px solid #d9e7f7;
    padding: 5px 20px
}

.modal-fusion .modal-footer .btn:last-child,
.modal-fusion .modal-footer .form-actions input[type="submit"]:last-child,
.form-actions .modal-fusion .modal-footer input[type="submit"]:last-child,
.modal-fusion .modal-footer .form-actions button[type="submit"]:last-child,
.form-actions .modal-fusion .modal-footer button[type="submit"]:last-child,
.modal-fusion .modal-footer .pill:last-child {
    margin-right: 0
}

.modal-fusion .btn,
.modal-fusion .form-actions input[type="submit"],
.form-actions .modal-fusion input[type="submit"],
.modal-fusion .form-actions button[type="submit"],
.form-actions .modal-fusion button[type="submit"],
.modal-fusion .pill {
    font-size: 13px;
    padding: 4px 10px 6px
}

.modal-fusion .btn-default {
    color: #293041
}

.alert.bulletin,
#flash-area .bulletin.flash {
    background: white;
    border: 0;
    padding: 10px 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(39, 49, 65, 0.15), -5px 5px 20px 0 rgba(39, 49, 65, 0.15);
    box-shadow: 5px 5px 20px 0 rgba(39, 49, 65, 0.15), -5px 5px 20px 0 rgba(39, 49, 65, 0.15)
}

.alert.bulletin .title,
#flash-area .bulletin.flash .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24.92px;
    position: relative;
    margin-top: 0
}

.alert.bulletin .title .close::before,
#flash-area .bulletin.flash .title .close::before,
.alert.bulletin .title .close::after,
#flash-area .bulletin.flash .title .close::after {
    background-color: #a6bedc;
    left: 9px;
    top: 5px
}

.alert.bulletin .bulletin-footer,
#flash-area .bulletin.flash .bulletin-footer {
    background: #fbfcff;
    border-top: 1px solid #d9e7f7;
    margin: 0 -15px -10px;
    padding: 5px 15px
}

.alert.bulletin .bulletin-footer .btn:last-child,
#flash-area .bulletin.flash .bulletin-footer .btn:last-child,
.alert.bulletin .bulletin-footer .form-actions input[type="submit"]:last-child,
.form-actions .alert.bulletin .bulletin-footer input[type="submit"]:last-child,
#flash-area .bulletin.flash .bulletin-footer .form-actions input[type="submit"]:last-child,
.form-actions #flash-area .bulletin.flash .bulletin-footer input[type="submit"]:last-child,
.alert.bulletin .bulletin-footer .form-actions button[type="submit"]:last-child,
.form-actions .alert.bulletin .bulletin-footer button[type="submit"]:last-child,
#flash-area .bulletin.flash .bulletin-footer .form-actions button[type="submit"]:last-child,
.form-actions #flash-area .bulletin.flash .bulletin-footer button[type="submit"]:last-child,
.alert.bulletin .bulletin-footer .pill:last-child,
#flash-area .bulletin.flash .bulletin-footer .pill:last-child {
    margin-right: 0
}

.alert.bulletin.alert-bulletin,
#flash-area .bulletin.alert-bulletin.flash {
    background: white;
    border: 0
}

.alert.bulletin.alert-bulletin .close::before,
#flash-area .bulletin.alert-bulletin.flash .close::before,
.alert.bulletin.alert-bulletin .close::after,
#flash-area .bulletin.alert-bulletin.flash .close::after {
    background-color: #a6bedc;
    top: 2px
}

.alert.bulletin .bulletin-txt,
#flash-area .bulletin.flash .bulletin-txt {
    margin-left: 28px;
    padding-left: 0
}

.alert.bulletin.-action .bulletin-txt,
#flash-area .bulletin.-action.flash .bulletin-txt {
    margin-bottom: 15px;
    margin-left: 28px;
    padding-left: 0
}

.alert.bulletin.bulletin-warning,
#flash-area .bulletin.bulletin-warning.flash {
    border-top: 5px solid #f59d00;
    color: #f59d00
}

.alert.bulletin.bulletin-warning .title svg,
#flash-area .bulletin.bulletin-warning.flash .title svg,
.alert.bulletin.bulletin-warning .title path,
#flash-area .bulletin.bulletin-warning.flash .title path {
    fill: #f59d00
}

.alert.bulletin.bulletin-danger,
#flash-area .bulletin.bulletin-danger.flash {
    border-top: 5px solid #e94b35;
    color: #e94b35
}

.alert.bulletin.bulletin-danger .title svg,
#flash-area .bulletin.bulletin-danger.flash .title svg,
.alert.bulletin.bulletin-danger .title path,
#flash-area .bulletin.bulletin-danger.flash .title path {
    fill: #e94b35
}

.alert.bulletin.bulletin-error,
#flash-area .bulletin.bulletin-error.flash {
    border-top: 5px solid #e94b35;
    color: #e94b35
}

.alert.bulletin.bulletin-error .title svg,
#flash-area .bulletin.bulletin-error.flash .title svg,
.alert.bulletin.bulletin-error .title path,
#flash-area .bulletin.bulletin-error.flash .title path {
    fill: #e94b35
}

.alert.bulletin.bulletin-analysis,
#flash-area .bulletin.bulletin-analysis.flash {
    border-top: 5px solid #9c55b8;
    color: #9c55b8
}

.alert.bulletin.bulletin-analysis .title svg,
#flash-area .bulletin.bulletin-analysis.flash .title svg,
.alert.bulletin.bulletin-analysis .title path,
#flash-area .bulletin.bulletin-analysis.flash .title path {
    fill: #9c55b8
}

.alert.bulletin.bulletin-info,
#flash-area .bulletin.bulletin-info.flash {
    border-top: 5px solid #478cfe;
    color: #478cfe
}

.alert.bulletin.bulletin-info .title svg,
#flash-area .bulletin.bulletin-info.flash .title svg,
.alert.bulletin.bulletin-info .title path,
#flash-area .bulletin.bulletin-info.flash .title path {
    fill: #478cfe
}

.alert.bulletin.bulletin-success,
#flash-area .bulletin.bulletin-success.flash {
    border-top: 5px solid #1ecd6e;
    color: #1ecd6e
}

.alert.bulletin.bulletin-success .title svg,
#flash-area .bulletin.bulletin-success.flash .title svg,
.alert.bulletin.bulletin-success .title path,
#flash-area .bulletin.bulletin-success.flash .title path {
    fill: #1ecd6e
}

/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #fefefe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFFEFEFE', GradientType=0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9)), -webkit-gradient(linear, left top, left bottom, from(#cdd4dd), to(#cdd4dd)), -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
    background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), linear-gradient(#f9f9f9, #f9f9f9), linear-gradient(#cdd4dd, #cdd4dd), linear-gradient(#f9f9f9, #fefefe);
    background-size: 14px 14px, 20px 100%, 21px 100%, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center right, center right, center right, center center, center center
}

.select2-container--bootstrap {
    display: block
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #d9e7f7;
    border-radius: 3px;
    color: #555555;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    outline: 0
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #d9e7f7;
    border-radius: 3px;
    color: #555555;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 14px
}

.select2-container--bootstrap .select2-search__field {
    outline: 0
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-results__option--highlighted {
    background-color: #859bbb;
    color: #4b8ffa
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777777;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #eff6fe;
    color: #4b8ffa
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 5px 10px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -10px;
    padding-left: 20px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -20px;
    padding-left: 30px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -30px;
    padding-left: 40px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -40px;
    padding-left: 50px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -50px;
    padding-left: 60px
}

.select2-container--bootstrap .select2-results__group {
    color: #777777;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.42857;
    white-space: nowrap
}

.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    border-color: #4b8ffa
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 4px 4px 4px
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#cdd4dd), to(#cdd4dd));
    background-image: url("data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0iZnVsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyOCAzMCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoIDEzMywgMTU1LCAxODcgKSI+PHBhdGggZD0iTTIuMTM1IDIxLjM5Mmw2LjM2MiA1Ljg5NCA2LjQ0Ni01Ljk3MXYuMDAxYy4yMTgtLjE5Ni41MTUtLjMxNi44NDMtLjMxNi42NyAwIDEuMjE0LjUwNCAxLjIxNCAxLjEyNSAwIC4zMDMtLjEzLjU3OC0uMzQxLjc4MWguMDAxbC03LjI4NiA2Ljc1Yy0uMjIxLjIxMi0uNTMxLjM0NC0uODc0LjM0NGgtLjAwNWMtLjM0MyAwLS42NTMtLjEzMi0uODc0LS4zNDRoLS4wMDFsLTcuMjg1LTYuNzUuMDAzLS4wMDNjLS4yMDktLjIwMi0uMzM4LS40NzYtLjMzOC0uNzc4IDAtLjYyMS41NDQtMS4xMjUgMS4yMTQtMS4xMjUuMzY5IDAgLjY5OS4xNTIuOTIxLjM5MnpNMi4xMzUgOC42MDhsNi4zNjItNS44OTUgNi40NDYgNS45NzJ2LS4wMDFjLjIxOC4xOTYuNTE1LjMxNi44NDMuMzE2LjY3IDAgMS4yMTQtLjUwNCAxLjIxNC0xLjEyNSAwLS4zMDMtLjEzLS41NzktLjM0MS0uNzgxaC4wMDFsLTcuMjg2LTYuNzVjLS4yMjEtLjIxMi0uNTMxLS4zNDQtLjg3NC0uMzQ0aC0uMDA1Yy0uMzQzIDAtLjY1My4xMzItLjg3NC4zNDRoLS4wMDFsLTcuMjg1IDYuNzUuMDAzLjAwM2MtLjIwOS4yMDItLjMzOC40NzYtLjMzOC43NzggMCAuNjIxLjU0NCAxLjEyNSAxLjIxNCAxLjEyNS4zNjkgMCAuNjk5LS4xNTIuOTIxLS4zOTJ6Ii8+PC9nPjwvc3ZnPg=="), linear-gradient(#ffffff, #ffffff), linear-gradient(#cdd4dd, #cdd4dd)
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #4b8ffa;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--bootstrap .select2-dropdown--above {
    margin-top: 1px
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
    height: 32px;
    line-height: 1.42857;
    padding: 5px 22px 5px 10px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
    width: 4px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 32px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.42857;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 4px 0 0 5px;
    padding: 0 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 10px;
    height: 30px;
    line-height: 1.42857;
    margin-top: 0;
    min-width: 5em
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2.5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 5px
}

.select2-container--bootstrap.input-sm,
.input-group-sm>.select2-container--bootstrap.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap,
.input-group-sm>.select2-container--bootstrap.input-group-addon,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"],
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"],
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill,
.select2-container--bootstrap.input-lg,
.input-group-lg>.select2-container--bootstrap.form-control,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap,
.input-group-lg>.select2-container--bootstrap.input-group-addon,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"],
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"],
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0
}

.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--single,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--single,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--single,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--single,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--single,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 2px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
    padding: 4px 20px 4px 8px
}

.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow b,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -4px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 28px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__choice,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__choice,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 3px 0 0 4px;
    padding: 0 4px
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 8px;
    font-size: 12px;
    height: 26px;
    line-height: 1.5
}

.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-sm>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.form-actions .input-group-sm>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__clear,
.form-actions .input-group-sm>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__clear,
.input-group-sm>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 4px
}

.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--single,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--single,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 5px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
    padding: 10px 31px 10px 16px
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px
}

.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -10px;
    margin-top: -2.5px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__choice,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__choice,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.33333
}

.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__clear,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap[type="submit"] .select2-selection--multiple .select2-selection__clear,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.pill .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px
}

.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-image-modal .modal-body .input-group-lg>input.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.bootstrap-wysihtml5-insert-link-modal .modal-body .input-group-lg>input.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-lg>.input-group-btn>input.select2-container--bootstrap.select2-container--open[type="submit"] .select2-selection--single .select2-selection__arrow b,
.form-actions .input-group-lg>.input-group-btn>button.select2-container--bootstrap.select2-container--open[type="submit"] .select2-selection--single .select2-selection__arrow b,
.input-group-lg>.input-group-btn>.select2-container--bootstrap.select2-container--open.pill .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px
}

.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 22px;
    padding-right: 10px
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 5px
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-dropdown,
.families-edit .error .select2-dropdown,
.has-error .select2-selection,
.families-edit .error .select2-selection {
    border-color: #fc5255
}

.has-error .select2-container--open .select2-selection,
.families-edit .error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feb6b8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feb6b8;
    border-color: #fb2024
}

.has-error.select2-drop-active,
.families-edit .select2-drop-active.error {
    border-color: #fb2024
}

.has-error.select2-drop-active.select2-drop.select2-drop-above,
.families-edit .select2-drop-active.select2-drop.select2-drop-above.error {
    border-top-color: #fb2024
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .select2-container--bootstrap:not(:first-child):not(:last-child) .select2-selection {
    border-radius: 0
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .input-group-btn .form-actions input[type="submit"],
.form-actions .select2-bootstrap-append .input-group-btn input[type="submit"],
.select2-bootstrap-append .input-group-btn .form-actions button[type="submit"],
.form-actions .select2-bootstrap-append .input-group-btn button[type="submit"],
.select2-bootstrap-append .input-group-btn .pill,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .form-actions input[type="submit"],
.form-actions .select2-bootstrap-prepend .input-group-btn input[type="submit"],
.select2-bootstrap-prepend .input-group-btn .form-actions button[type="submit"],
.form-actions .select2-bootstrap-prepend .input-group-btn button[type="submit"],
.select2-bootstrap-prepend .input-group-btn .pill {
    vertical-align: top
}

.form-control.select2-hidden-accessible,
.bootstrap-wysihtml5-insert-image-modal .modal-body input.select2-hidden-accessible,
.bootstrap-wysihtml5-insert-link-modal .modal-body input.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}

.select2-container .select2-default {
    color: #a6bedc !important
}

.select2-container .select2-choice .select2-arrow b {
    background: none !important
}

.select2-container.select2-navigation {
    outline: none;
    width: 100%
}

.select2-container.select2-navigation .select2-choice {
    background: #223;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #acf;
    -webkit-filter: none !important;
    filter: none !important;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    width: 100%
}

.select2-container.select2-navigation .select2-choice>.select2-selection__rendered {
    color: #acf;
    font-weight: 300;
    line-height: 40px
}

.select2-container.select2-navigation .select2-choice>.select2-arrow {
    background: none;
    border: 0;
    width: 0
}

.select2-container.select2-navigation .select2-choice>.select2-arrow b {
    background: none;
    border: 0;
    font-size: 16px;
    height: 16px;
    left: auto;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 20px;
    top: 50%
}

.select2-container.select2-navigation .select2-choice>.select2-arrow b:before {
    content: '\e114';
    /* font-family: 'Glyphicons Halflings' */
}

.select2-container.select2-dropdown.select2-dropdown-open a.select2-choice,
.select2-container.select2-dropdown.select2-dropdown-open a.select2-choice>.select2-arrow b {
    border-color: #478cfe
}

.select2-container.select2-dropdown.select2-dropdown-open a.select2-choice>.select2-arrow b:before {
    color: #478cfe
}

.select2-results .select2-highlighted {
    background-color: #a6bedc;
    color: #478cfe
}

.select2-container.select2-dropdown {
    border-radius: 2px;
    display: block
}

.select2-container.select2-dropdown a.select2-choice {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #d9e7f7;
    border-radius: 2px;
    color: #293041;
    font-size: 13px;
    display: block;
    height: auto;
    line-height: inherit;
    min-width: 135px;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04)
}

.select2-container.select2-dropdown a.select2-choice:focus {
    border-color: #4b8ffa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 143, 250, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 143, 250, 0.6)
}

.select2-container.select2-dropdown a.select2-choice::-moz-placeholder {
    color: #999;
    opacity: 1
}

.select2-container.select2-dropdown a.select2-choice:-ms-input-placeholder {
    color: #999
}

.select2-container.select2-dropdown a.select2-choice::-webkit-input-placeholder {
    color: #999
}

.select2-container.select2-dropdown a.select2-choice:hover {
    color: #505e80
}

.select2-container.select2-dropdown a.select2-choice>.select2-arrow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF9F9F9', GradientType=0);
    border: 0;
    width: 34px
}

.select2-container.select2-dropdown a.select2-choice>.select2-arrow b {
    background: #eeeeee;
    border-left: 1.5px solid #d9e7f7;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0.5px 1.5px 2.5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0.5px 1.5px 2.5px 0 rgba(0, 0, 0, 0.05)
}

.select2-container.select2-dropdown a.select2-choice>.select2-arrow b:hover:before {
    color: #5593fa
}

.select2-container.select2-dropdown a.select2-choice>.select2-arrow b:before {
    color: #a6bedc;
    content: "\f107";
    /* font-family: 'FontAwesome'; */
    font-size: 16px;
    vertical-align: baseline
}

.select2-container.select2-dropdown a.select2-choice>.select2-arrow b:after {
    display: none
}

.select2-container.select2-simple .select2-choice {
    background: none !important;
    background-image: none !important;
    border: 0;
    color: #5593fa;
    -webkit-filter: 'none\0';
    filter: 'none\0';
    height: auto;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    width: auto
}

.select2-container.select2-simple .select2-choice:hover {
    color: #83b1ff
}

.select2-container.select2-simple .select2-arrow {
    display: none
}

.select2-container.select2-simple .select2-chosen {
    margin: 0
}

.select2-drop {
    -webkit-box-shadow: 1px 2px 10px 0 rgba(39, 49, 65, 0.4);
    box-shadow: 1px 2px 10px 0 rgba(39, 49, 65, 0.4);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15)
}

.select2-drop.select2-navigation {
    border: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px rgba(39, 49, 65, 0.4);
    box-shadow: 0 2px 10px rgba(39, 49, 65, 0.4);
    margin: 0;
    margin-top: 15px
}

.select2-drop.select2-navigation:before {
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: 100%;
    content: '';
    position: absolute;
    right: 18px;
    z-index: 2
}

.select2-drop.select2-navigation:after {
    border-bottom: 12px solid rgba(39, 49, 65, 0.1);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: 100%;
    content: '';
    position: absolute;
    right: 16px;
    z-index: 1
}

.select2-drop.select2-navigation ul {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.select2-drop.select2-navigation .select2-result .select2-result-label {
    font-size: 13px;
    line-height: 10px;
    padding: 10px
}

.select2-drop.select2-navigation .select2-result.select2-highlighted {
    background: #fbfcff;
    color: #4b8ffa
}

.select2-drop.select2-navigation.select2-drop-above {
    margin: -15px 0 0
}

.select2-drop.select2-navigation.select2-drop-above:before {
    border-bottom: 0;
    border-top: 10px solid #fff;
    bottom: auto;
    top: 100%
}

.select2-drop.select2-navigation.select2-drop-above:after {
    border-bottom: none;
    border-top: 12px solid rgba(39, 49, 65, 0.1);
    bottom: auto;
    top: 100%
}

.select2-drop.select2-dropdown {
    border: 0;
    margin-top: 10px
}

.select2-drop.select2-dropdown.select2-drop-above {
    border: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    margin-top: -10px
}

.select2-drop.select2-dropdown.select2-drop-above::before {
    bottom: -7px;
    top: auto;
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -sand-transform: scale(1, -1)
}

.select2-drop.select2-dropdown.select2-drop-above::after {
    bottom: -9px;
    top: auto;
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1)
}

.select2-drop.select2-dropdown::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -7px;
    right: 10px;
    border-width: 8px;
    border-top-width: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: white;
    z-index: 2
}

.select2-drop.select2-dropdown::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -9px;
    right: 10px;
    border-width: 8px;
    border-top-width: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(228, 228, 228, 0.5);
    z-index: 1
}

.select2-drop.select2-dropdown .select2-results {
    margin: 0
}

.select2-drop.select2-dropdown .select2-results .select2-result-label {
    padding: 0
}

.select2-drop.select2-dropdown li.select2-result-with-children {
    padding: 7px 0 5px 10px
}

.select2-drop.select2-dropdown li.select2-result-with-children ul li,
.select2-drop.select2-dropdown li.select2-result-with-children ul li>.select2-result-label {
    color: #5b6c86;
    font-size: 12px;
    font-weight: 400
}

.select2-drop.select2-dropdown li.select2-result-with-children ul li:hover,
.select2-drop.select2-dropdown li.select2-result-with-children ul li>.select2-result-label:hover {
    background-color: #eff6ff;
    color: #478cfe
}

.select2-drop.select2-dropdown li.select2-result-with-children .select2-result-label {
    color: #5b6c86;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px
}

.select2-drop.select2-dropdown li.select2-result-with-children .select2-result-sub .select2-result-label {
    color: #859bbb;
    font-size: 14px;
    padding-left: 15px
}

.select2-drop.select2-dropdown li.select2-result-with-children .select2-result-sub .select2-result-label .select2-highlighted {
    background: red
}

.select2-drop.select2-dropdown .select2-search {
    padding: 9px
}

.select2-drop.select2-dropdown .select2-search input {
    background-color: #fefefe;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEgMzEiPgoKPHBhdGggZmlsbFJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gMjkuNjggMjkuNjhDIDI5LjQzIDI5Ljk0IDI4LjY1IDMwLjE0IDI4LjM5IDI5Ljg4IDI4LjM5IDI5Ljg4IDIxLjQxIDIyLjkxIDIxLjQxIDIyLjkxIDIwLjkzIDIyLjc3IDIyLjY1IDIwLjk3IDIyLjkxIDIxLjQxIDIyLjkxIDIxLjQxIDI5Ljg4IDI4LjM5IDI5Ljg4IDI4LjM5IDMwLjE0IDI4LjY1IDI5Ljk0IDI5LjQzIDI5LjY4IDI5LjY4Wk0gMTMgMjZDIDUuNzMgMjYtMCAyMC4yNy0wIDEzLTAgNS43MyA1LjczIDAgMTMgMCAyMC4yNyAwIDI2IDUuNzMgMjYgMTMgMjYgMjAuMjcgMjAuMjcgMjYgMTMgMjZaTSAxMyAyQyA2LjQ1IDIgMiA2LjQ1IDIgMTMgMiAxOS41NSA2LjQ1IDI0IDEzIDI0IDE5LjU1IDI0IDI0IDE5LjU1IDI0IDEzIDI0IDYuNDUgMTkuNTUgMiAxMyAyWiIgZmlsbD0icmdiKDE2NSwxODksMjE5KSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6px center;
    color: #293041;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 4px 4px 4px 27px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.04)
}

.select2-drop.select2-dropdown .select2-search input:focus {
    border: 1px solid #478cfe;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCXhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEgMzEiPgo8cGF0aCBmaWxsUnVsZT0iZXZlbm9kZCIgZD0iTSAyOS42OCAyOS42OEMgMjkuNDMgMjkuOTQgMjguNjUgMzAuMTQgMjguMzkgMjkuODggMjguMzkgMjkuODggMjEuNDEgMjIuOTEgMjEuNDEgMjIuOTEgMjAuOTMgMjIuNzcgMjIuNjUgMjAuOTcgMjIuOTEgMjEuNDEgMjIuOTEgMjEuNDEgMjkuODggMjguMzkgMjkuODggMjguMzkgMzAuMTQgMjguNjUgMjkuOTQgMjkuNDMgMjkuNjggMjkuNjhaTSAxMyAyNkMgNS43MyAyNiAwIDIwLjI3IDAgMTMgMCA1LjczIDUuNzMgMCAxMyAwIDIwLjI3IDAgMjYgNS43MyAyNiAxMyAyNiAyMC4yNyAyMC4yNyAyNiAxMyAyNlpNIDEzIDJDIDYuNDUgMiAyIDYuNDUgMiAxMyAyIDE5LjU1IDYuNDUgMjQgMTMgMjQgMTkuNTUgMjQgMjQgMTkuNTUgMjQgMTMgMjQgNi40NSAxOS41NSAyIDEzIDJaIiBmaWxsPSJyZ2IoNzEsMTM5LDI1MykiLz48L3N2Zz4=")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .select2-drop.select2-dropdown .select2-search input {
        background-color: #fefefe;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEgMzEiPgoKPHBhdGggZmlsbFJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gMjkuNjggMjkuNjhDIDI5LjQzIDI5Ljk0IDI4LjY1IDMwLjE0IDI4LjM5IDI5Ljg4IDI4LjM5IDI5Ljg4IDIxLjQxIDIyLjkxIDIxLjQxIDIyLjkxIDIwLjkzIDIyLjc3IDIyLjY1IDIwLjk3IDIyLjkxIDIxLjQxIDIyLjkxIDIxLjQxIDI5Ljg4IDI4LjM5IDI5Ljg4IDI4LjM5IDMwLjE0IDI4LjY1IDI5Ljk0IDI5LjQzIDI5LjY4IDI5LjY4Wk0gMTMgMjZDIDUuNzMgMjYtMCAyMC4yNy0wIDEzLTAgNS43MyA1LjczIDAgMTMgMCAyMC4yNyAwIDI2IDUuNzMgMjYgMTMgMjYgMjAuMjcgMjAuMjcgMjYgMTMgMjZaTSAxMyAyQyA2LjQ1IDIgMiA2LjQ1IDIgMTMgMiAxOS41NSA2LjQ1IDI0IDEzIDI0IDE5LjU1IDI0IDI0IDE5LjU1IDI0IDEzIDI0IDYuNDUgMTkuNTUgMiAxMyAyWiIgZmlsbD0icmdiKDE2NSwxODksMjE5KSIvPjwvc3ZnPg==") !important;
        background-repeat: no-repeat;
        background-size: 16px !important;
        background-position: 6px center !important
    }
}

.select2-drop.select2-dropdown>ul {
    height: 140px;
    margin-top: 0;
    overflow-y: scroll;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.select2-drop.select2-dropdown>ul>li {
    background: #fff;
    color: #859bbb;
    cursor: pointer;
    line-height: 1.2em;
    list-style-type: none;
    padding: 7px 20px 5px 10px
}

.select2-drop.select2-dropdown>ul>li:hover {
    background-color: #eff6fe;
    color: #4b8ffa
}

.select2-dropdown.select2-drop .select2-results {
    border: none !important;
    overflow-y: auto !important;
    position: relative !important
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: none;
    color: #478cfe
}

.select2-dropdown.select2-drop>ul {
    font-weight: 400;
    height: auto;
    max-height: 140px
}

.select2-dropdown.select2-drop.select2-drop-above {
    margin-bottom: 10px;
    margin-top: 0
}

.select2-dropdown.select2-drop .select2-results {
    border: none !important;
    overflow-y: auto !important;
    position: relative !important
}

.select2-drop.select2-dropdown>ul {
    display: block;
    width: 100%
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 14px
}

.content-block .panel-group.collapsible {
    margin-bottom: 0
}

.content-block .panel-group.collapsible .panel {
    color: #293041
}

.content-block .panel-group.collapsible .panel:last-child {
    border-bottom-color: #d9e7f7
}

.content-block .panel-group.collapsible .panel-heading {
    padding: 0
}

.content-block .panel-group.collapsible .panel-heading>h4 {
    font-size: 15px;
    line-height: 48px;
    margin: 0
}

.content-block .panel-group.collapsible .panel-heading [data-toggle="collapse"] {
    cursor: pointer;
    position: relative
}

.content-block .panel-group.collapsible .panel-heading [data-toggle="collapse"]::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9ImZ1bGwiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmV2PSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL3htbC1ldmVudHMiIHdpZHRoPSIxNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTcgOSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0iI2E2YmVkYyIgZD0iTTIuMTM1LDAuMzkyIEMyLjEzNSwwLjM5MiA4LjQ5Nyw2LjI4NiA4LjQ5Nyw2LjI4NiBDOC40OTcsNi4yODYgMTQuOTQzLDAuMzE1IDE0Ljk0MywwLjMxNSBDMTQuOTQzLDAuMzE1IDE0Ljk0MywwLjMxNiAxNC45NDMsMC4zMTYgQzE1LjE2MSwwLjEyMCAxNS40NTgsLTAuMDAwIDE1Ljc4NiwtMC4wMDAgQzE2LjQ1NiwtMC4wMDAgMTcuMDAwLDAuNTA0IDE3LjAwMCwxLjEyNSBDMTcuMDAwLDEuNDI4IDE2Ljg3MCwxLjcwMyAxNi42NjAsMS45MDYgQzE2LjY2MCwxLjkwNiAxNi42NjAsMS45MDYgMTYuNjYwLDEuOTA2IEMxNi42NjAsMS45MDYgOS4zNzQsOC42NTYgOS4zNzQsOC42NTYgQzkuMzc0LDguNjU2IDkuMzc0LDguNjU2IDkuMzc0LDguNjU2IEM5LjE1Myw4Ljg2OCA4Ljg0Myw5LjAwMCA4LjUwMCw5LjAwMCBDOC40OTksOS4wMDAgOC40OTgsOS4wMDAgOC40OTcsOS4wMDAgQzguNDk2LDkuMDAwIDguNDk2LDkuMDAwIDguNDk1LDkuMDAwIEM4LjE1MSw5LjAwMCA3Ljg0Miw4Ljg2OCA3LjYyMSw4LjY1NiBDNy42MjEsOC42NTYgNy42MjAsOC42NTYgNy42MjAsOC42NTYgQzcuNjIwLDguNjU2IDAuMzM1LDEuOTA2IDAuMzM1LDEuOTA2IEMwLjMzNSwxLjkwNiAwLjMzOCwxLjkwMyAwLjMzOCwxLjkwMyBDMC4xMjksMS43MDEgMC4wMDAsMS40MjcgMC4wMDAsMS4xMjUgQzAuMDAwLDAuNTA0IDAuNTQ0LC0wLjAwMCAxLjIxNCwtMC4wMDAgQzEuNTgzLC0wLjAwMCAxLjkxMywwLjE1MiAyLjEzNSwwLjM5MiBaIi8+PC9zdmc+) no-repeat center center/contain;
    content: '';
    height: 5.5px;
    margin-top: -2.25px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 11px
}

.content-block .panel-group.collapsible .panel-heading [data-toggle="collapse"] .inline-spinner {
    margin-left: 8px
}

.content-block .panel-group.collapsible .panel-heading [data-toggle="collapse"][aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.content-block .panel-group.collapsible .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0
}

.content-block .panel-group.collapsible .panel-heading+.panel-collapse.in>.panel-body {
    border-bottom: 0
}

.content-block .panel-group.collapsible .panel-body form .form-actions {
    margin-bottom: -1px
}

table.calendar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

table.calendar thead th {
    text-align: center;
    font-size: 11px;
    font-weight: 200
}

table.calendar tbody td.day {
    width: 14.28571%;
    line-height: 220%;
    text-align: center;
    cursor: default;
    border: 1px solid #d9e7f7
}

table.calendar tbody td.day,
table.calendar tbody td.day a {
    color: #5b6c86
}

table.calendar tbody td.day.clickable {
    cursor: pointer
}

table.calendar tbody td.day:empty {
    border: none;
    background: transparent !important
}

table.calendar tbody td.day.weekendDay {
    color: #a6bedc;
    background-color: #fbfcff
}

.notice-block {
    background: #fbfcff;
    border: 1px solid #d9e7f7;
    border-radius: 2px;
    color: #5b6c86;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 15px;
    position: relative
}

.notice-block::before,
.notice-block::after {
    border-style: solid;
    content: '';
    position: absolute
}

.notice-block::before {
    border-color: transparent transparent #d9e7f7;
    border-width: 14px;
    left: 39px;
    top: -28px
}

.notice-block::after {
    border-color: transparent transparent #fbfcff;
    border-width: 13px;
    left: 40px;
    top: -26px
}

.notice-block.-side {
    background-color: #f0f6ff;
    border: 0;
    color: #a6bedc;
    font-size: 11px;
    margin-right: 15px;
    margin-top: 0;
    position: absolute;
    right: 0;
    left: 0
}

.notice-block.-side::after {
    border-color: transparent transparent #f0f6ff;
    border-width: 7px;
    left: -14px;
    top: 6px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.notice-block.-side::before {
    content: none
}

@media (max-width: 767px) {

    .with-description-label,
    .notice-block.-side {
        position: static
    }

    .notice-block.-side {
        margin: 10px 0;
        display: block
    }

    .notice-block.-side::after {
        content: none
    }
}

.with-description-label {
    position: relative
}

#menu-trigger {
    position: relative
}

#menu-trigger .fa {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

#menu-trigger.active .fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

/* #menu-trigger.active:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 23px;
    margin-left: -10px;
    z-index: 21;
    border: 10px solid red;
    border-color: transparent transparent #cf3625 transparent
} */

#menu {
    background: #293040;
    display: none;
    position: fixed;
    z-index: 20;
    top: 51px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width: 768px) and (max-width: 991px) {
    #menu {
        -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 768px) {
    #menu {
        position: fixed;
        top: 51px;
        bottom: 0;
        z-index: 20;
        width: 250px
    }
}

@media (min-width: 992px) {
    #menu {
        display: block;
        width: 250px
    }
}

#menu .nav-menu li svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px
}

#menu .nav-menu li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    word-break: break-word
}

#menu .nav-menu li a:focus {
    outline: none
}

#menu .nav-menu li.title {
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
    padding: 16px 20px 0 20px;
    margin: 0 0 10px 0
}

#menu .nav-menu li.parent {
    position: relative
}

#menu .nav-menu li.parent>a:focus {
    background: #232234
}

#menu .nav-menu li.parent>a:after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    content: "\f107";
    /* font-family: FontAwesome; */
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    color: inherit
}

#menu .nav-menu li.parent.opened {
    background: #232234
}

#menu .nav-menu li.parent.opened>a {
    color: white
}

#menu .nav-menu li.parent.opened>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#menu .nav-menu li.parent.opened>a svg path {
    fill: white
}

#menu .nav-menu li.parent.opened>ul {
    max-height: 300px
}

#menu .nav-menu li.parent.opened>ul li>a {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    top: 0;
    opacity: 1
}

#menu .nav-menu li.parent>ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    background-color: #232234
}

#menu .nav-menu li.parent>ul li {
    overflow: hidden
}

#menu .nav-menu li.parent>ul li:nth-child(1)>a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

#menu .nav-menu li.parent>ul li:nth-child(2)>a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

#menu .nav-menu li.parent>ul li:nth-child(3)>a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

#menu .nav-menu li.parent>ul li:nth-child(4)>a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#menu .nav-menu li.parent>ul li:nth-child(5)>a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

#menu .nav-menu li.parent>ul li:nth-child(6)>a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

#menu .nav-menu li.parent>ul li:nth-child(7)>a {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

#menu .nav-menu li.parent>ul li:nth-child(8)>a {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

#menu .nav-menu li.parent>ul li:nth-child(9)>a {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

#menu .nav-menu li.parent>ul li:nth-child(10)>a {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

#menu .nav-menu li.parent>ul li:nth-child(11)>a {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s
}

#menu .nav-menu li.parent>ul li:nth-child(12)>a {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

#menu .nav-menu li.parent>ul li:nth-child(13)>a {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s
}

#menu .nav-menu li.parent>ul li:nth-child(14)>a {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

#menu .nav-menu li.parent>ul li:nth-child(15)>a {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

#menu .nav-menu li.parent>ul li:nth-child(16)>a {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

#menu .nav-menu li.parent>ul li:nth-child(17)>a {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s
}

#menu .nav-menu li.parent>ul li:nth-child(18)>a {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

#menu .nav-menu li.parent>ul li:nth-child(19)>a {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s
}

#menu .nav-menu li.parent>ul li:nth-child(20)>a {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

#menu .nav-menu li.parent>ul li>a {
    position: relative;
    padding: 5px 20px 5px 50px;
    -webkit-transition: top .3s ease-out, opacity .5s ease-out;
    transition: top .3s ease-out, opacity .5s ease-out;
    top: 30px;
    opacity: 0
}

#menu .nav-menu li.parent>ul li>a:active,
#menu .nav-menu li.parent>ul li>a.active {
    background: #478cfe;
    color: white
}

#menu .nav-menu li>a {
    padding: 7.5px 20px;
    color: #ffffff
}

#menu .nav-menu li>a i.fu {
    margin-right: 4px
}

#menu .nav-menu li>a:hover {
    background: #a52416
}

#menu .nav-menu li>a:active,
#menu .nav-menu li>a.active,
#menu .nav-menu li>a:focus {
    background: #478cfe;
    color: white
}

#menu .nav-menu li>a:active svg path,
#menu .nav-menu li>a.active svg path,
#menu .nav-menu li>a:focus svg path {
    fill: white
}

@media (min-width: 768px) and (max-width: 991px) {
    main.inactive {
        pointer-events: none
    }

    main.inactive:after {
        display: block;
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main.inactive {
        margin-left: 250px
    }
}

.dropdown .dropdown-toggle {
    min-width: 135px;
    text-align: left
}

.dropdown .dropdown-menu,
.dropdown .select2-drop.select2-dropdown>ul {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 17px 0 0;
    min-width: 135px;
    padding: 0;
    -webkit-box-shadow: 1.5px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1.5px 2px 10px rgba(0, 0, 0, 0.4)
}

.dropdown .dropdown-menu>li>a,
.dropdown .select2-drop.select2-dropdown>ul>li>a {
    clear: both;
    color: #859bbb;
    min-width: 135px;
    padding: 7px 20px 7px 10px
}

.dropdown .dropdown-menu>li>a:hover,
.dropdown .select2-drop.select2-dropdown>ul>li>a:hover,
.dropdown .dropdown-menu>li>a:focus,
.dropdown .select2-drop.select2-dropdown>ul>li>a:focus {
    background-color: #eff6fe;
    color: #4b8ffa
}

.dropdown .dropdown-menu>li:hover,
.dropdown .select2-drop.select2-dropdown>ul>li:hover,
.dropdown .dropdown-menu>li:focus,
.dropdown .select2-drop.select2-dropdown>ul>li:focus,
.dropdown .dropdown-menu>li>a:hover,
.dropdown .select2-drop.select2-dropdown>ul>li>a:hover,
.dropdown .dropdown-menu>li>a:focus,
.dropdown .select2-drop.select2-dropdown>ul>li>a:focus {
    outline: 0
}

.dropdown .dropdown-menu:before,
.dropdown .select2-drop.select2-dropdown>ul:before {
    content: '';
    border-width: 8px;
    border-top-width: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: white;
    bottom: 100%;
    height: 0;
    position: absolute;
    right: 15px;
    width: 0;
    z-index: 2
}

.dropdown .dropdown-menu:after,
.dropdown .select2-drop.select2-dropdown>ul:after {
    content: '';
    border-width: 10px;
    border-top-width: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(228, 228, 228, 0.5);
    height: 0;
    position: absolute;
    right: 13px;
    top: -10px;
    width: 0;
    z-index: 1
}

.datepicker-dropdown {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    box-shadow: 1px 2px 10px rgba(39, 49, 65, 0.4);
    direction: ltr;
    font-size: 12px;
    font-weight: 100;
    left: 0;
    padding: 3px 0 0;
    text-align: center;
    top: 0;
    width: 210px
}

.datepicker-dropdown.datepicker-orient-top::before {
    top: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.datepicker-dropdown.datepicker-orient-top::after {
    top: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.datepicker-dropdown.datepicker-orient-right {
    margin-left: 40px
}

.datepicker-dropdown::before {
    content: '';
    border-bottom: 10px solid white;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: 100%;
    margin-right: -9px;
    position: absolute;
    right: 20px;
    z-index: 2
}

.datepicker-dropdown::after {
    content: '';
    border-bottom: 12px solid rgba(39, 49, 65, 0.1);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: 100%;
    margin-right: -11px;
    position: absolute;
    right: 20px;
    z-index: 1
}

.datepicker-dropdown .next,
.datepicker-dropdown .prev {
    color: transparent;
    padding: 0
}

.datepicker-dropdown .next::before,
.datepicker-dropdown .prev::before {
    content: '';
    background-size: cover;
    display: inline-block;
    height: 20px;
    vertical-align: text-bottom;
    width: 20px
}

.datepicker-dropdown .next::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABu0lEQVRIx+3WTStEURgH8P9jRjNmLl3RnRlklJURktVgwV4KKxtlIeWz+AZeysosKAvJ2wILSqGMshAlL8OGobnmzjh6LLhK4p4xh9X8d/e5p/O79ZzndIFC/inktICZvQvb5+NWVgx7il1z3S1VY+WlHjNfuEhiTdDKilFm+Kzsy9BmPBFLpjLaf8B6TaX/xH54skTPxmFiNl9cBn7saAzGwgEtqRKXgRNEWI42BCZU4o4wEaUBHBFhXiXueKrtMLMPQBMzBnaOb0fOb1O6/c7ndS92NYcGdc2TUg6rxnOCVeIyh+vzlxI9AYh/1/Ot+M0kM5coh7/ixozf637+wDOiD0DQaQ/3b2AbfxYvZ+sH122mJYrtenWF7xSA/mdwOiP8S7sX06YlOu1araHdt0eMGIDkn8DpjPCv7l3GTEv02LWwoT1EI8YUES0DuHHaI+ce/4BOEtE8gKP3S+fH5DRODugcgMP3g+cYaVglKg2rRgGJHjNzydr+1ZRKVAoGEDIt0a8SlYXLwgHt2OUirg+V3UUjxkS+KCD3s1cHoBdAK4AzACt4G5lfo7KwF293rw7gEUBCZk4LKeQVocgUTPqjjPwAAAAASUVORK5CYII=");
    float: right;
    margin-right: 3px
}

.datepicker-dropdown .prev::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAllBMVEUAAAD///////////////////////////////////////////////+5zOT////A0ebC0ufB0uf////D0+j///////////////////+uxN/g6PPq8Pfm7fXl7PXu8vjp7/bo7vbo7vbS3u2pwd2rwd6rwd6tw9+uxN+tw9+ov92owN2owN2pwN2rwt6swt6swt6sw96mvtzAZ1pvAAAAMXRSTlMAAgMMEhMUGhseKywtLkNHR0hISVhZXV5ifIueqqy4wsPE4eTn6u7w8vPz9PT8/f7++danMQAAAHRJREFUeAHVyUcWglAMBdD3A0YEsYu99272vzndwMvwH73Ti7hCOSkDXWlfbJfS7d7Mjrm3z3nh7Hs1UG+rTH5poQdv0TybPaYNAenFy+zeZ63D9fevHfKSjTZ/8HuF96cC9KvldpaDfr03bqWgQlJLAmL4ALuzFLsHH4SiAAAAAElFTkSuQmCC");
    float: left;
    margin-left: 3px
}

.datepicker-dropdown .dow {
    font-size: 10px;
    font-weight: inherit
}

.datepicker-dropdown .dow:first-child,
.datepicker-dropdown .dow:last-child {
    color: #859bbb
}

.datepicker-dropdown .day {
    cursor: pointer;
    height: 30px;
    padding: 7px 5px;
    width: 30px
}

.datepicker-dropdown .day:hover {
    background: rgba(217, 231, 247, 0.5)
}

.datepicker-dropdown .day.new,
.datepicker-dropdown .day.old {
    background-color: #fbfcff;
    border-left: 1px solid #d9e7f7;
    border-top: 1px solid #d9e7f7;
    color: #a6bedc;
    z-index: 2
}

.datepicker-dropdown .day.today {
    background: #fdf4cc
}

.datepicker-dropdown .decade.new,
.datepicker-dropdown .decade.old,
.datepicker-dropdown .century.new,
.datepicker-dropdown .century.old {
    background-color: #fbfcff;
    color: #a6bedc;
    z-index: 2
}

.datepicker-dropdown .decade.today,
.datepicker-dropdown .century.today {
    background: #fdf4cc
}

.datepicker-dropdown .month,
.datepicker-dropdown .year,
.datepicker-dropdown .decade,
.datepicker-dropdown .century {
    border-right: 1px solid #d9e7f7;
    border-top: 1px solid #d9e7f7;
    cursor: pointer;
    display: inline-block;
    padding: 7px 5px;
    position: relative;
    /*width: 50%;*/
    z-index: 1
}

.datepicker-dropdown .month:nth-child(even),
.datepicker-dropdown .year:nth-child(even),
.datepicker-dropdown .decade:nth-child(even),
.datepicker-dropdown .century:nth-child(even) {
    border-right: 0
}

.datepicker-dropdown .month:hover,
.datepicker-dropdown .year:hover,
.datepicker-dropdown .decade:hover,
.datepicker-dropdown .century:hover {
    background: #f4f9fd
}

.datepicker-dropdown .day.active,
.datepicker-dropdown .month.active,
.datepicker-dropdown .year.active,
.datepicker-dropdown .decade.active,
.datepicker-dropdown .century.active {
    border: 1px solid #478cfe !important;
    color: #478cfe
}

.datepicker-dropdown .day.active,
.datepicker-dropdown .day.active:hover,
.datepicker-dropdown .month.active,
.datepicker-dropdown .month.active:hover,
.datepicker-dropdown .year.active,
.datepicker-dropdown .year.active:hover,
.datepicker-dropdown .decade.active,
.datepicker-dropdown .decade.active:hover,
.datepicker-dropdown .century.active,
.datepicker-dropdown .century.active:hover {
    background: #eff6ff
}

.datepicker-dropdown.datepicker-orient-bottom {
    margin-top: 10px
}

.datepicker-dropdown.datepicker-orient-top {
    margin-top: -10px
}

.datepicker-dropdown .datepicker-switch {
    color: #293041;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 400;
    width: 20px
}

.datepicker-dropdown .datepicker-switch:hover {
    color: #859bbb
}

.datepicker-dropdown table {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.datepicker-dropdown table td {
    border-left: 1px solid #d9e7f7;
    color: #5b6c86;
    padding: 7px 5px
}

.datepicker-dropdown table td:first-child {
    border-left: 0
}

.datepicker-dropdown table tbody tr {
    border: 1px solid #d9e7f7;
    border-left: 0;
    border-right: 0
}

.datepicker-dropdown table tbody tr .day:first-of-type {
    border-left: 0
}

.datepicker-dropdown table tbody tr:last-child {
    border-bottom: 0
}

.datepicker-dropdown table tr .highlighted {
    background: #a6bedc;
    border-radius: 0
}

.datepicker-dropdown>div {
    display: none
}

.datepicker-months table td,
.datepicker-years table td,
.datepicker-decades table td,
.datepicker-centuries table td {
    border: 0;
    padding: 0 !important
}

.datepicker-months tbody tr:first-child,
.datepicker-years tbody tr:first-child,
.datepicker-decades tbody tr:first-child,
.datepicker-centuries tbody tr:first-child {
    border-top: 0
}

.datepicker-dropdown td,
.datepicker-dropdown th {
    border: 0;
    border-radius: 0;
    height: 20px;
    text-align: center
}

.datepicker-dropdown table tr .disabled,
.datepicker-dropdown table tr .disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker-decades td,
.datepicker-centuries td {
    padding: 0 !important
}

table.table-fusion {
    border: 1px solid #d9e7f7;
    font-size: 12px;
    max-width: 100%;
    width: 100%
}

table.table-fusion thead,
table.table-fusion tfoot {
    background: #ffffff;
    color: #293041
}

table.table-fusion thead th,
table.table-fusion tfoot th {
    border-bottom: 0 !important;
    border-top: 0 !important;
    font-weight: 400 !important
}

thead table.table-fusion thead th,
thead table.table-fusion tfoot th {
    cursor: pointer
}

table.table-fusion thead .sorting,
table.table-fusion thead .sorting_asc,
table.table-fusion thead .sorting_desc,
table.table-fusion tfoot .sorting,
table.table-fusion tfoot .sorting_asc,
table.table-fusion tfoot .sorting_desc {
    background-image: none !important;
    position: relative;
    opacity: 1
}

table.table-fusion thead .sorting::after,
table.table-fusion thead .sorting_asc::after,
table.table-fusion thead .sorting_desc::after,
table.table-fusion tfoot .sorting::after,
table.table-fusion tfoot .sorting_asc::after,
table.table-fusion tfoot .sorting_desc::after {
    width: 10px;
    height: 10px;
    content: '';
    background-size: cover;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 1px
}

table.table-fusion thead .sorting::after,
table.table-fusion tfoot .sorting::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABB0lEQVQ4y+3RMSuGURjG8d+rZLGRT3C+gMVkOgZiEUUdBoMYSPkAMjETG0neejZhYfIMRh/AwDOwKpsUJZajvHhjVFzj/9zXv859859flxoUZbWPXkylGE5+Wi7Kagi7OEsxjEJLfutGF46Ksko/lE3gAJ25771wADdoRb0oq7lvZPOo5/lr9DcIUwyX+csXmW0WZbXURLaMjbyuC/SmGK4advhuuAPH6MloHYsphpeirGpYw0J+O8dgiuHu01E+SNtxiL6M9jCLLUxmdorhFMP9x/4nYZa2ocBIRrf5aLCPlGJ4+qrb8hVMMTxiDDsZvcm2Md5M1lSYpc+YxioesIKZzP/zp/MKn0lM2+VWq2cAAAAASUVORK5CYII=")
}

table.table-fusion thead .sorting_asc::after,
table.table-fusion tfoot .sorting_asc::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAABaElEQVQ4Ee2Qv0sDUQzHk7vaxeLi4KBoF/8EcRXEHgUHf1AH0U1chFZsXRykgxRUTqFQcHIQqaDgVu0VXHR0cHfTTdHl0KHVu6959dlDi3V1aCC85H2TD0mI2ta+ABHA1ra3Ydn+a8z2cipvdZaWYuIYpnvv7xHxQgDBfle/sXgyw17wF0S/AhNZhN1OFIlpWpc/yNuj41MjzLPnSa4GqM/I+Pmh8pECIm4EpS8YgMPqC0dl3QNdP+XXUFJ1Om88TROO5tAdCguMaFhVgZGvrBjLxIz6PW1/V06Q0oTr9xrHL9b4Wef0bcLxHfQK7FJEDeNsJW2m6jDVIVAnYyr4ugYMhTpwFd9En85lKW1jWxg0DFQkjYr70pR00lzQctNj2ViSifMiqKHuTObYWZpvGxMKzBEhKv4me863gkkNKZ2J5ySsiQ94QFn9N4AS34g/CWzSWeWiEv+ycoaPQDwhdY/iqr9t//ECHxhTeVOSAVGMAAAAAElFTkSuQmCC")
}

table.table-fusion thead .sorting_desc::after,
table.table-fusion tfoot .sorting_desc::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABCElEQVQ4y+3RvyuFURzH8ZdTWGzE32Gw2QyPMqHIzWAQwy2lziqTLM9A2UhCNrHplMnmH6BYGA02KcrDctT148ao3M90en+/n3edc2jlz6UNirI6xCBmUgwnvy0XZTWCHZylGMYh5Fk/enFclNXUL2U1HKEn9zUKh3GLDuwXZVX/QVbHHtpxg+KDMMVwla98mdlGUVZLTWTL2Mh7FxhMMVx/eMOG5W6cYCCjdSymGF6LsmrDGhby7BwjKYb7L5/ySdqFYwxltIt5bGI6s1OMphgePve/CLO0EwcYy+gOffl8iFqK4fm7bvgOphieMIHtjN5lW5hsJmsqzNIXzGIVj1jBXOat/Ou8ARjeTN67v0OxAAAAAElFTkSuQmCC")
}

table.table-fusion tbody {
    color: #5b6c86;
    font-weight: 100
}

table.table-fusion tbody>tr:nth-of-type(odd),
table.table-fusion tbody>tr.odd {
    background-color: #ffffff
}

table.table-fusion tbody>tr:nth-of-type(even),
table.table-fusion tbody>tr.even {
    background-color: #fbfcff
}

table.table-fusion tbody tr:hover {
    background-color: #f0f6ff
}

table.table-fusion tbody tr.selected {
    background-color: #f0f6ff !important
}

table.table-fusion tbody tr.selected td {
    border-color: #9ec0fa !important
}

table.table-fusion tbody tr.selected+tr td {
    border-top-color: #9ec0fa !important
}

table.table-fusion tbody tr.moved {
    background-color: #e7fff2 !important
}

table.table-fusion tbody tr.moved td {
    border-color: #82e6b0 !important
}

table.table-fusion tbody tr.moved+tr td {
    border-top-color: #82e6b0 !important
}

table.table-fusion tbody tr.removed {
    background-color: #fff0ee !important
}

table.table-fusion tbody tr.removed td {
    border-color: #efa095 !important
}

table.table-fusion tbody tr.removed+tr td {
    border-top-color: #efa095 !important
}

table.table-fusion tbody tr td:not(:last-of-type) {
    border-right: 1px solid #d9e7f7
}

.dataTables_wrapper .dataTables_info {
    color: #859bbb !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 100
}
.person-block {
    display: inline-block
}

.person-block>.avatar {
    display: inline-block
}

.person-block>.description {
    display: inline-block;
    margin: 0 15px 0 10px;
    vertical-align: middle
}

.person-block>.description>.name,
.person-block>.description>.role {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.person-block>.description>.name {
    color: #293041;
    font-size: 14px;
    font-weight: 600
}

.person-block>.description>.role {
    color: #859bbb;
    font-size: 11px
}

.navbar .fa {
    color: #4b8ffa
}

/* @font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light-webfont.eot");
    src: url("../fonts/OpenSans-Light-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-Light-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-Light-webfont.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-LightItalic-webfont.eot");
    src: url("../fonts/OpenSans-LightItalic-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-LightItalic-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-LightItalic-webfont.svg") format("svg");
    font-weight: 300;
    font-style: italic
} */

/* @font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular-webfont.eot");
    src: url("../fonts/OpenSans-Regular-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-Regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal
} */
/* 
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Italic-webfont.eot");
    src: url("../fonts/OpenSans-Italic-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-Italic-webfont.svg") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Semibold-webfont.eot");
    src: url("../fonts/OpenSans-Semibold-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-Semibold-webfont.svg") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot");
    src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"),
         url("../fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-SemiboldItalic-webfont.svg") format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold-webfont.eot");
    src: url("../fonts/OpenSans-Bold-webfont.eot") format("embedded-opentype"),
         url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-Bold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-BoldItalic-webfont.eot");
    src: url("../fonts/OpenSans-BoldItalic-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-BoldItalic-webfont.svg") format("svg");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-ExtraBold-webfont.eot");
    src: url("../fonts/OpenSans-ExtraBold-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), 
         url("../fonts/OpenSans-ExtraBold-webfont.svg) format")("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-ExtraBoldItalic-webfont.eot");
    src: url("../fonts/OpenSans-ExtraBoldItalic-webfont.eot") format("embedded-opentype"), 
         url("../fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), 
         url("../fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), 
         url("OpenSans-ExtraBoldItalic-webfont.svg") format("svg");
    font-weight: 900;
    font-style: italic
} */


.flag-24-1 {
    background-position: 0 0
}

.flag-24-99,
.flag-24-other {
    background-position: 0 -24px
}

.flag-24-abkhazia {
    background-position: 0 -48px
}

.flag-24-ad,
.flag-24-andorra,
.flag-24-andorran {
    background-position: 0 -72px
}

.flag-24-ae,
.flag-24-united-arab-emirates,
.flag-24-emirati {
    background-position: 0 -96px
}

.flag-24-af,
.flag-24-afghanistan,
.flag-24-afghan {
    background-position: 0 -120px
}

.flag-24-ag,
.flag-24-antigua-and-barbuda,
.flag-24-antiguan-barbudan {
    background-position: 0 -144px
}

.flag-24-ai,
.flag-24-anguilla,
.flag-24-anguillian {
    background-position: 0 -168px
}

.flag-24-al,
.flag-24-albania,
.flag-24-albanian {
    background-position: 0 -192px
}

.flag-24-am,
.flag-24-armenia,
.flag-24-armenian {
    background-position: 0 -216px
}

.flag-24-an,
.flag-24-netherlands-antilles,
.flag-24-the-netherlands-antilles {
    background-position: 0 -240px
}

.flag-24-ao,
.flag-24-angola,
.flag-24-angolan {
    background-position: 0 -264px
}

.flag-24-aq,
.flag-24-antarctica {
    background-position: 0 -288px
}

.flag-24-ar,
.flag-24-argentina,
.flag-24-argentinean {
    background-position: 0 -312px
}

.flag-24-as,
.flag-24-american-samoa,
.flag-24-american-samoan {
    background-position: 0 -336px
}

.flag-24-at,
.flag-24-austria,
.flag-24-austrian {
    background-position: 0 -360px
}

.flag-24-au,
.flag-24-australia,
.flag-24-australian {
    background-position: 0 -384px
}

.flag-24-aw,
.flag-24-aruba,
.flag-24-aruban {
    background-position: 0 -408px
}

.flag-24-ax,
.flag-24-aland-islands,
.flag-24-swedish-aland-islands {
    background-position: 0 -432px
}

.flag-24-az,
.flag-24-azerbaijan,
.flag-24-azerbaijani {
    background-position: 0 -456px
}

.flag-24-ba,
.flag-24-bosnia-and-herzegovina,
.flag-24-bosnian-herzegovinian {
    background-position: 0 -480px
}

.flag-24-bb,
.flag-24-barbados,
.flag-24-barbadian {
    background-position: 0 -504px
}

.flag-24-bd,
.flag-24-bangladesh,
.flag-24-bangladeshi {
    background-position: 0 -528px
}

.flag-24-be,
.flag-24-belgium,
.flag-24-belgian {
    background-position: 0 -552px
}

.flag-24-bf,
.flag-24-burkina-faso,
.flag-24-burkinabe {
    background-position: 0 -576px
}

.flag-24-bg,
.flag-24-bulgaria,
.flag-24-bulgarian {
    background-position: 0 -600px
}

.flag-24-bh,
.flag-24-bahrain,
.flag-24-bahraini {
    background-position: 0 -624px
}

.flag-24-bi,
.flag-24-burundi,
.flag-24-burundian {
    background-position: 0 -648px
}

.flag-24-bj,
.flag-24-benin,
.flag-24-beninese {
    background-position: 0 -672px
}

.flag-24-bl,
.flag-24-saint-barthelemy,
.flag-24-saint-barthelemy-islander {
    background-position: 0 -696px
}

.flag-24-blank,
.flag-24-china-taiwan,
.flag-24-chinese-taiwan {
    background-position: 0 -720px
}

.flag-24-bm,
.flag-24-bermuda,
.flag-24-bermudian {
    background-position: 0 -744px
}

.flag-24-bn,
.flag-24-brunei-darussalam,
.flag-24-bruneian {
    background-position: 0 -768px
}

.flag-24-bo,
.flag-24-bolivia,
.flag-24-bolivian {
    background-position: 0 -792px
}

.flag-24-bq,
.flag-24-bonaire-sint-eustatius-and-saba,
.flag-24-dutch-bonaire-sint-eustatius-and-saba {
    background-position: 0 -816px
}

.flag-24-br,
.flag-24-brazil,
.flag-24-brazilian {
    background-position: 0 -840px
}

.flag-24-british-antarctic-territory {
    background-position: 0 -864px
}

.flag-24-bs,
.flag-24-bahamas,
.flag-24-bahamian {
    background-position: 0 -888px
}

.flag-24-bt,
.flag-24-bhutan,
.flag-24-bhutanese {
    background-position: 0 -912px
}

.flag-24-bv,
.flag-24-bouvet-island {
    background-position: 0 -936px
}

.flag-24-bw,
.flag-24-botswana,
.flag-24-motswana {
    background-position: 0 -947px
}

.flag-24-by,
.flag-24-belarus,
.flag-24-belarusian {
    background-position: 0 -971px
}

.flag-24-bz,
.flag-24-belize,
.flag-24-belizean {
    background-position: 0 -995px
}

.flag-24-ca,
.flag-24-canada,
.flag-24-canadian {
    background-position: 0 -1019px
}

.flag-24-cc,
.flag-24-cocos-keeling-islands,
.flag-24-cocos-islander {
    background-position: 0 -1043px
}

.flag-24-cd,
.flag-24-congo-democratic-republic-of-the,
.flag-24-congolese-congo-the-democratic-republic-of-the {
    background-position: 0 -1067px
}

.flag-24-cf,
.flag-24-central-african-republic,
.flag-24-central-african {
    background-position: 0 -1091px
}

.flag-24-cg,
.flag-24-congo,
.flag-24-congolese-congo {
    background-position: 0 -1115px
}

.flag-24-ch,
.flag-24-switzerland,
.flag-24-swiss {
    background-position: 0 -1139px
}

.flag-24-ci,
.flag-24-cote-d-ivoire,
.flag-24-ivorian {
    background-position: 0 -1163px
}

.flag-24-ck,
.flag-24-cook-islands,
.flag-24-cook-islander {
    background-position: 0 -1187px
}

.flag-24-cl,
.flag-24-chile,
.flag-24-chilean {
    background-position: 0 -1211px
}

.flag-24-cm,
.flag-24-cameroon,
.flag-24-cameroonian {
    background-position: 0 -1235px
}

.flag-24-cn,
.flag-24-china,
.flag-24-chinese-china {
    background-position: 0 -1259px
}

.flag-24-co,
.flag-24-colombia,
.flag-24-colombian {
    background-position: 0 -1283px
}

.flag-24-commonwealth {
    background-position: 0 -1307px
}

.flag-24-cr,
.flag-24-costa-rica,
.flag-24-costa-rican {
    background-position: 0 -1331px
}

.flag-24-cu,
.flag-24-cuba,
.flag-24-cuban {
    background-position: 0 -1355px
}

.flag-24-cv,
.flag-24-cape-verde,
.flag-24-cape-verdian {
    background-position: 0 -1379px
}

.flag-24-cw,
.flag-24-curacao,
.flag-24-dutch-curacao {
    background-position: 0 -1403px
}

.flag-24-cx,
.flag-24-christmas-island {
    background-position: 0 -1427px
}

.flag-24-cy,
.flag-24-cyprus,
.flag-24-cypriot {
    background-position: 0 -1451px
}

.flag-24-cz,
.flag-24-czech-republic,
.flag-24-czech {
    background-position: 0 -1475px
}

.flag-24-de,
.flag-24-germany,
.flag-24-german {
    background-position: 0 -1499px
}

.flag-24-dj,
.flag-24-djibouti,
.flag-24-djiboutian {
    background-position: 0 -1523px
}

.flag-24-dk,
.flag-24-denmark,
.flag-24-danish {
    background-position: 0 -1547px
}

.flag-24-dm,
.flag-24-dominica,
.flag-24-dominican-dominica {
    background-position: 0 -1571px
}

.flag-24-do,
.flag-24-dominican-republic,
.flag-24-dominican-dominican-republic {
    background-position: 0 -1595px
}

.flag-24-dz,
.flag-24-algeria,
.flag-24-algerian {
    background-position: 0 -1619px
}

.flag-24-east-timor {
    background-position: 0 -1643px
}

.flag-24-ec,
.flag-24-ecuador,
.flag-24-ecuadorean {
    background-position: 0 -1667px
}

.flag-24-ee,
.flag-24-estonia,
.flag-24-estonian {
    background-position: 0 -1691px
}

.flag-24-eg,
.flag-24-egypt,
.flag-24-egyptian {
    background-position: 0 -1715px
}

.flag-24-eh,
.flag-24-western-sahara,
.flag-24-sahrawi {
    background-position: 0 -1739px
}

.flag-24-england {
    background-position: 0 -1763px
}

.flag-24-er,
.flag-24-eritrea,
.flag-24-eritrean {
    background-position: 0 -1787px
}

.flag-24-es,
.flag-24-spain,
.flag-24-spanish {
    background-position: 0 -1811px
}

.flag-24-et,
.flag-24-ethiopia,
.flag-24-ethiopian {
    background-position: 0 -1835px
}

.flag-24-european-union {
    background-position: 0 -1859px
}

.flag-24-fi,
.flag-24-finland,
.flag-24-finnish {
    background-position: 0 -1883px
}

.flag-24-fj,
.flag-24-fiji,
.flag-24-fijian {
    background-position: 0 -1907px
}

.flag-24-fk,
.flag-24-falkland-islands-malvinas,
.flag-24-falkland-islander {
    background-position: 0 -1931px
}

.flag-24-fm,
.flag-24-micronesia-federated-states-of,
.flag-24-micronesian {
    background-position: 0 -1955px
}

.flag-24-fo,
.flag-24-faroe-islands,
.flag-24-faroese {
    background-position: 0 -1979px
}

.flag-24-fr,
.flag-24-france,
.flag-24-french-france {
    background-position: 0 -2003px
}

.flag-24-ga,
.flag-24-gabon,
.flag-24-gabonese {
    background-position: 0 -2027px
}

.flag-24-gb,
.flag-24-united-kingdom,
.flag-24-british {
    background-position: 0 -2051px
}

.flag-24-gd,
.flag-24-grenada,
.flag-24-grenadian {
    background-position: 0 -2075px
}

.flag-24-ge,
.flag-24-georgia,
.flag-24-georgian {
    background-position: 0 -2099px
}

.flag-24-gf,
.flag-24-french-guiana {
    background-position: 0 -2123px
}

.flag-24-gg,
.flag-24-guernsey,
.flag-24-channel-islander-guernsey {
    background-position: 0 -2147px
}

.flag-24-gh,
.flag-24-ghana,
.flag-24-ghanaian {
    background-position: 0 -2171px
}

.flag-24-gi,
.flag-24-gibraltar,
.flag-24-gibraltarian {
    background-position: 0 -2195px
}

.flag-24-gl,
.flag-24-greenland,
.flag-24-greenlandic {
    background-position: 0 -2219px
}

.flag-24-gm,
.flag-24-gambia,
.flag-24-gambian {
    background-position: 0 -2243px
}

.flag-24-gn,
.flag-24-guinea,
.flag-24-guinean {
    background-position: 0 -2267px
}

.flag-24-gosquared {
    background-position: 0 -2291px
}

.flag-24-gp,
.flag-24-guadeloupe,
.flag-24-guadeloupian {
    background-position: 0 -2315px
}

.flag-24-gq,
.flag-24-equatorial-guinea,
.flag-24-equatorial-guinean {
    background-position: 0 -2339px
}

.flag-24-gr,
.flag-24-greece,
.flag-24-greek {
    background-position: 0 -2363px
}

.flag-24-gs,
.flag-24-south-georgia-and-the-south-sandwich-islands,
.flag-24-south-georgia-and-the-south-sandwich-islander {
    background-position: 0 -2387px
}

.flag-24-gt,
.flag-24-guatemala,
.flag-24-guatemalan {
    background-position: 0 -2411px
}

.flag-24-gu,
.flag-24-guam,
.flag-24-guamanian {
    background-position: 0 -2435px
}

.flag-24-gw,
.flag-24-guinea-bissau,
.flag-24-guinea-bissauan {
    background-position: 0 -2459px
}

.flag-24-gy,
.flag-24-guyana,
.flag-24-guyanese {
    background-position: 0 -2483px
}

.flag-24-hk,
.flag-24-hong-kong,
.flag-24-chinese-hong-kong,
.flag-24-china-hong-kong {
    background-position: 0 -2507px
}

.flag-24-hm,
.flag-24-heard-island-and-mcdonald-islands,
.flag-24-heard-and-mcdonald-islander {
    background-position: 0 -2531px
}

.flag-24-hn,
.flag-24-honduras,
.flag-24-honduran {
    background-position: 0 -2555px
}

.flag-24-hr,
.flag-24-croatia,
.flag-24-croatian {
    background-position: 0 -2579px
}

.flag-24-ht,
.flag-24-haiti,
.flag-24-haitian {
    background-position: 0 -2603px
}

.flag-24-hu,
.flag-24-hungary,
.flag-24-hungarian {
    background-position: 0 -2627px
}

.flag-24-id,
.flag-24-indonesia,
.flag-24-indonesian {
    background-position: 0 -2651px
}

.flag-24-ie,
.flag-24-ireland,
.flag-24-irish {
    background-position: 0 -2675px
}

.flag-24-il,
.flag-24-israel,
.flag-24-israeli {
    background-position: 0 -2699px
}

.flag-24-im,
.flag-24-isle-of-man,
.flag-24-manx {
    background-position: 0 -2723px
}

.flag-24-in,
.flag-24-india,
.flag-24-indian-india {
    background-position: 0 -2747px
}

.flag-24-io,
.flag-24-british-indian-ocean-territory,
.flag-24-indian-british-indian-ocean-territory {
    background-position: 0 -2771px
}

.flag-24-iq,
.flag-24-iraq,
.flag-24-iraqi {
    background-position: 0 -2795px
}

.flag-24-ir,
.flag-24-iran,
.flag-24-iranian {
    background-position: 0 -2819px
}

.flag-24-iran-islamic-republic-of {
    background-position: 0 -2843px
}

.flag-24-is,
.flag-24-iceland,
.flag-24-icelander {
    background-position: 0 -2867px
}

.flag-24-it,
.flag-24-italy,
.flag-24-italian-italy {
    background-position: 0 -2891px
}

.flag-24-je,
.flag-24-jersey,
.flag-24-channel-islander-jersey {
    background-position: 0 -2915px
}

.flag-24-jm,
.flag-24-jamaica,
.flag-24-jamaican {
    background-position: 0 -2939px
}

.flag-24-jo,
.flag-24-jordan,
.flag-24-jordanian {
    background-position: 0 -2963px
}

.flag-24-jp,
.flag-24-japan,
.flag-24-japanese {
    background-position: 0 -2987px
}

.flag-24-ke,
.flag-24-kenya,
.flag-24-kenyan {
    background-position: 0 -3011px
}

.flag-24-kg,
.flag-24-kyrgyzstan,
.flag-24-kirghiz {
    background-position: 0 -3035px
}

.flag-24-kh,
.flag-24-cambodia,
.flag-24-cambodian {
    background-position: 0 -3059px
}

.flag-24-ki,
.flag-24-kiribati,
.flag-24-i-kiribati {
    background-position: 0 -3083px
}

.flag-24-km,
.flag-24-comoros,
.flag-24-comoran {
    background-position: 0 -3107px
}

.flag-24-kn,
.flag-24-saint-kitts-and-nevis,
.flag-24-kittian-and-nevisian {
    background-position: 0 -3131px
}

.flag-24-korea-democratic-people-s-republic-of {
    background-position: 0 -3155px
}

.flag-24-kp,
.flag-24-north-korea,
.flag-24-north-korean {
    background-position: 0 -3179px
}

.flag-24-kr,
.flag-24-south-korea,
.flag-24-south-korean {
    background-position: 0 -3203px
}

.flag-24-kw,
.flag-24-kuwait,
.flag-24-kuwaiti {
    background-position: 0 -3227px
}

.flag-24-ky,
.flag-24-cayman-islands,
.flag-24-caymanian {
    background-position: 0 -3251px
}

.flag-24-kz,
.flag-24-kazakhstan,
.flag-24-kazakhstani {
    background-position: 0 -3275px
}

.flag-24-la,
.flag-24-laos,
.flag-24-laotian {
    background-position: 0 -3299px
}

.flag-24-lao-people-s-democratic-republic {
    background-position: 0 -3323px
}

.flag-24-lb,
.flag-24-lebanon,
.flag-24-lebanese {
    background-position: 0 -3347px
}

.flag-24-lc,
.flag-24-saint-lucia,
.flag-24-saint-lucian {
    background-position: 0 -3371px
}

.flag-24-li,
.flag-24-liechtenstein,
.flag-24-liechtensteiner {
    background-position: 0 -3395px
}

.flag-24-lk,
.flag-24-sri-lanka,
.flag-24-sri-lankan {
    background-position: 0 -3419px
}

.flag-24-lr,
.flag-24-liberia,
.flag-24-liberian {
    background-position: 0 -3443px
}

.flag-24-ls,
.flag-24-lesotho,
.flag-24-mosotho {
    background-position: 0 -3467px
}

.flag-24-lt,
.flag-24-lithuania,
.flag-24-lithuanian {
    background-position: 0 -3491px
}

.flag-24-lu,
.flag-24-luxembourg,
.flag-24-luxembourger {
    background-position: 0 -3515px
}

.flag-24-lv,
.flag-24-latvia,
.flag-24-latvian {
    background-position: 0 -3539px
}

.flag-24-ly,
.flag-24-libya,
.flag-24-libyan {
    background-position: 0 -3563px
}

.flag-24-ma,
.flag-24-morocco,
.flag-24-moroccan {
    background-position: 0 -3587px
}

.flag-24-mars {
    background-position: 0 -3611px
}

.flag-24-mc,
.flag-24-monaco,
.flag-24-monegasque {
    background-position: 0 -3635px
}

.flag-24-md,
.flag-24-moldova,
.flag-24-moldovan {
    background-position: 0 -3659px
}

.flag-24-me,
.flag-24-montenegro,
.flag-24-montenegrin {
    background-position: 0 -3683px
}

.flag-24-mf,
.flag-24-saint-martin-french-part,
.flag-24-saint-martin-islander {
    background-position: 0 -3707px
}

.flag-24-mg,
.flag-24-madagascar,
.flag-24-malagasy {
    background-position: 0 -3731px
}

.flag-24-mh,
.flag-24-marshall-islands,
.flag-24-marshallese {
    background-position: 0 -3755px
}

.flag-24-mk,
.flag-24-macedonia,
.flag-24-macedonian {
    background-position: 0 -3779px
}

.flag-24-ml,
.flag-24-mali,
.flag-24-malian {
    background-position: 0 -3803px
}

.flag-24-mm,
.flag-24-myanmar,
.flag-24-myanmarian {
    background-position: 0 -3827px
}

.flag-24-mn,
.flag-24-mongolia,
.flag-24-mongolian {
    background-position: 0 -3851px
}

.flag-24-mo,
.flag-24-macao,
.flag-24-chinese-macao,
.flag-24-china-macao {
    background-position: 0 -3875px
}

.flag-24-mp,
.flag-24-northern-mariana-islands,
.flag-24-american-northern-mariana-islands {
    background-position: 0 -3899px
}

.flag-24-mq,
.flag-24-martinique,
.flag-24-french-martinique {
    background-position: 0 -3923px
}

.flag-24-mr,
.flag-24-mauritania,
.flag-24-mauritanian {
    background-position: 0 -3947px
}

.flag-24-ms,
.flag-24-montserrat,
.flag-24-montserratian {
    background-position: 0 -3971px
}

.flag-24-mt,
.flag-24-malta,
.flag-24-maltese {
    background-position: 0 -3995px
}

.flag-24-mu,
.flag-24-mauritius,
.flag-24-mauritian {
    background-position: 0 -4019px
}

.flag-24-mv,
.flag-24-maldives,
.flag-24-maldivan {
    background-position: 0 -4043px
}

.flag-24-mw,
.flag-24-malawi,
.flag-24-malawian {
    background-position: 0 -4067px
}

.flag-24-mx,
.flag-24-mexico,
.flag-24-mexican {
    background-position: 0 -4091px
}

.flag-24-my,
.flag-24-malaysia,
.flag-24-malaysian {
    background-position: 0 -4115px
}

.flag-24-mz,
.flag-24-mozambique,
.flag-24-mozambican {
    background-position: 0 -4139px
}

.flag-24-na,
.flag-24-namibia,
.flag-24-namibian {
    background-position: 0 -4163px
}

.flag-24-nagorno-karabakh {
    background-position: 0 -4187px
}

.flag-24-nato {
    background-position: 0 -4211px
}

.flag-24-nc,
.flag-24-new-caledonia,
.flag-24-new-caledonian {
    background-position: 0 -4235px
}

.flag-24-ne,
.flag-24-niger,
.flag-24-nigerian-niger {
    background-position: 0 -4259px
}

.flag-24-nf,
.flag-24-norfolk-island,
.flag-24-norfolk-islander {
    background-position: 0 -4283px
}

.flag-24-ng,
.flag-24-nigeria,
.flag-24-nigerian-nigeria {
    background-position: 0 -4307px
}

.flag-24-ni,
.flag-24-nicaragua,
.flag-24-nicaraguan {
    background-position: 0 -4331px
}

.flag-24-nl,
.flag-24-netherlands,
.flag-24-dutch-netherlands {
    background-position: 0 -4355px
}

.flag-24-no,
.flag-24-norway,
.flag-24-norwegian-norway {
    background-position: 0 -4379px
}

.flag-24-northern-cyprus {
    background-position: 0 -4403px
}

.flag-24-np,
.flag-24-nepal,
.flag-24-nepalese {
    background-position: 0 -4427px
}

.flag-24-nr,
.flag-24-nauru,
.flag-24-nauruan {
    background-position: 0 -4451px
}

.flag-24-nu,
.flag-24-niue,
.flag-24-niuean {
    background-position: 0 -4475px
}

.flag-24-nz,
.flag-24-new-zealand,
.flag-24-new-zealander {
    background-position: 0 -4499px
}

.flag-24-olympics {
    background-position: 0 -4523px
}

.flag-24-om,
.flag-24-oman,
.flag-24-omani {
    background-position: 0 -4547px
}

.flag-24-pa,
.flag-24-panama,
.flag-24-panamanian {
    background-position: 0 -4571px
}

.flag-24-pe,
.flag-24-peru,
.flag-24-peruvian {
    background-position: 0 -4595px
}

.flag-24-pf,
.flag-24-french-polynesia,
.flag-24-french-polynesian {
    background-position: 0 -4619px
}

.flag-24-pg,
.flag-24-papua-new-guinea,
.flag-24-papua-new-guinean {
    background-position: 0 -4643px
}

.flag-24-ph,
.flag-24-philippines,
.flag-24-filipino {
    background-position: 0 -4667px
}

.flag-24-pk,
.flag-24-pakistan,
.flag-24-pakistani {
    background-position: 0 -4691px
}

.flag-24-pl,
.flag-24-poland,
.flag-24-polish {
    background-position: 0 -4715px
}

.flag-24-pm,
.flag-24-saint-pierre-and-miquelon,
.flag-24-french-saint-pierre-and-miquelon {
    background-position: 0 -4739px
}

.flag-24-pn,
.flag-24-pitcairn,
.flag-24-pitcairn-islander {
    background-position: 0 -4755px
}

.flag-24-pr,
.flag-24-puerto-rico,
.flag-24-puerto-rican {
    background-position: 0 -4779px
}

.flag-24-ps,
.flag-24-palestine,
.flag-24-palestinian {
    background-position: 0 -4803px
}

.flag-24-pt,
.flag-24-portugal,
.flag-24-portuguese {
    background-position: 0 -4827px
}

.flag-24-pw,
.flag-24-palau,
.flag-24-palauan {
    background-position: 0 -4851px
}

.flag-24-py,
.flag-24-paraguay,
.flag-24-paraguayan {
    background-position: 0 -4875px
}

.flag-24-qa,
.flag-24-qatar,
.flag-24-qatari {
    background-position: 0 -4899px
}

.flag-24-re,
.flag-24-reunion,
.flag-24-french-reunion {
    background-position: 0 -4923px
}

.flag-24-red-cross {
    background-position: 0 -4947px
}

.flag-24-ro,
.flag-24-romania,
.flag-24-romanian {
    background-position: 0 -4971px
}

.flag-24-rs,
.flag-24-serbia,
.flag-24-serbian {
    background-position: 0 -4995px
}

.flag-24-ru,
.flag-24-russia,
.flag-24-russian {
    background-position: 0 -5019px
}

.flag-24-rw,
.flag-24-rwanda,
.flag-24-rwandan {
    background-position: 0 -5043px
}

.flag-24-sa,
.flag-24-saudi-arabia,
.flag-24-saudi-arabian {
    background-position: 0 -5067px
}

.flag-24-sb,
.flag-24-solomon-islands,
.flag-24-solomon-islander {
    background-position: 0 -5091px
}

.flag-24-sc,
.flag-24-seychelles,
.flag-24-seychellois {
    background-position: 0 -5115px
}

.flag-24-scotland {
    background-position: 0 -5139px
}

.flag-24-sd,
.flag-24-sudan,
.flag-24-sudanese {
    background-position: 0 -5163px
}

.flag-24-se,
.flag-24-sweden,
.flag-24-swedish-sweden {
    background-position: 0 -5187px
}

.flag-24-sg,
.flag-24-singapore,
.flag-24-singaporean {
    background-position: 0 -5211px
}

.flag-24-sh,
.flag-24-saint-helena,
.flag-24-saint-helenian {
    background-position: 0 -5235px
}

.flag-24-si,
.flag-24-slovenia,
.flag-24-slovene {
    background-position: 0 -5259px
}

.flag-24-sj,
.flag-24-svalbard-and-jan-mayen,
.flag-24-norwegian-svalbard-and-jan-mayen {
    background-position: 0 -5283px
}

.flag-24-sk,
.flag-24-slovakia,
.flag-24-slovak {
    background-position: 0 -5307px
}

.flag-24-sl,
.flag-24-sierra-leone,
.flag-24-sierra-leonean {
    background-position: 0 -5331px
}

.flag-24-sm,
.flag-24-san-marino,
.flag-24-sammarinese {
    background-position: 0 -5355px
}

.flag-24-sn,
.flag-24-senegal,
.flag-24-senegalese {
    background-position: 0 -5379px
}

.flag-24-so,
.flag-24-somalia,
.flag-24-somali {
    background-position: 0 -5403px
}

.flag-24-somaliland {
    background-position: 0 -5427px
}

.flag-24-south-ossetia {
    background-position: 0 -5451px
}

.flag-24-sr,
.flag-24-suriname,
.flag-24-surinamer {
    background-position: 0 -5475px
}

.flag-24-ss,
.flag-24-south-sudan,
.flag-24-south-sudanese {
    background-position: 0 -5499px
}

.flag-24-st,
.flag-24-sao-tome-and-principe,
.flag-24-sao-tomean {
    background-position: 0 -5523px
}

.flag-24-sv,
.flag-24-el-salvador,
.flag-24-salvadoran {
    background-position: 0 -5547px
}

.flag-24-sx,
.flag-24-sint-maarten-dutch-part,
.flag-24-dutch-sint-maarten {
    background-position: 0 -5571px
}

.flag-24-sy,
.flag-24-syrian-arab-republic,
.flag-24-syrian {
    background-position: 0 -5595px
}

.flag-24-sz,
.flag-24-swaziland,
.flag-24-swazi {
    background-position: 0 -5619px
}

.flag-24-tc,
.flag-24-turks-and-caicos-islands,
.flag-24-turks-and-caicos-islander {
    background-position: 0 -5643px
}

.flag-24-td,
.flag-24-chad,
.flag-24-chadian {
    background-position: 0 -5667px
}

.flag-24-tf,
.flag-24-french-southern-territories,
.flag-24-french-french-southern-territories {
    background-position: 0 -5691px
}

.flag-24-tg,
.flag-24-togo,
.flag-24-togolese {
    background-position: 0 -5715px
}

.flag-24-th,
.flag-24-thailand,
.flag-24-thai {
    background-position: 0 -5739px
}

.flag-24-tj,
.flag-24-tajikistan,
.flag-24-tadzhik {
    background-position: 0 -5763px
}

.flag-24-tk,
.flag-24-tokelau,
.flag-24-tokelauan {
    background-position: 0 -5787px
}

.flag-24-tl,
.flag-24-timor-leste,
.flag-24-east-timorese {
    background-position: 0 -5811px
}

.flag-24-tm,
.flag-24-turkmenistan,
.flag-24-turkmen {
    background-position: 0 -5835px
}

.flag-24-tn,
.flag-24-tunisia,
.flag-24-tunisian {
    background-position: 0 -5859px
}

.flag-24-to,
.flag-24-tonga,
.flag-24-tongan {
    background-position: 0 -5883px
}

.flag-24-tr,
.flag-24-turkey,
.flag-24-turkish {
    background-position: 0 -5907px
}

.flag-24-tt,
.flag-24-trinidad-and-tobago,
.flag-24-trinidadian {
    background-position: 0 -5931px
}

.flag-24-tv,
.flag-24-tuvalu,
.flag-24-tuvaluan {
    background-position: 0 -5955px
}

.flag-24-tw,
.flag-24-taiwan,
.flag-24-taiwanese {
    background-position: 0 -5979px
}

.flag-24-tz,
.flag-24-tanzania,
.flag-24-tanzanian {
    background-position: 0 -6003px
}

.flag-24-ua,
.flag-24-ukraine,
.flag-24-ukrainian {
    background-position: 0 -6027px
}

.flag-24-ug,
.flag-24-uganda,
.flag-24-ugandan {
    background-position: 0 -6051px
}

.flag-24-um,
.flag-24-united-states-minor-outlying-islands,
.flag-24-american-united-states-minor-outlying-islands {
    background-position: 0 -6075px
}

.flag-24-united-nations {
    background-position: 0 -6099px
}

.flag-24-us,
.flag-24-united-states,
.flag-24-american-united-states {
    background-position: 0 -6123px
}

.flag-24-uy,
.flag-24-uruguay,
.flag-24-uruguayan {
    background-position: 0 -6147px
}

.flag-24-uz,
.flag-24-uzbekistan,
.flag-24-uzbekistani {
    background-position: 0 -6171px
}

.flag-24-va,
.flag-24-vatican-city,
.flag-24-italian-holy-see-vatican-city-state {
    background-position: 0 -6195px
}

.flag-24-vc,
.flag-24-saint-vincent-and-the-grenadines,
.flag-24-saint-vincentian {
    background-position: 0 -6219px
}

.flag-24-ve,
.flag-24-venezuela,
.flag-24-venezuelan {
    background-position: 0 -6243px
}

.flag-24-vg,
.flag-24-virgin-islands-british,
.flag-24-virgin-islander-virgin-islands-british {
    background-position: 0 -6267px
}

.flag-24-vi,
.flag-24-virgin-islands-u-s,
.flag-24-virgin-islander-virgin-islands-u-s {
    background-position: 0 -6291px
}

.flag-24-vn,
.flag-24-vietnam,
.flag-24-vietnamese {
    background-position: 0 -6315px
}

.flag-24-vu,
.flag-24-vanuatu,
.flag-24-ni-vanuatu {
    background-position: 0 -6339px
}

.flag-24-wales {
    background-position: 0 -6363px
}

.flag-24-wf,
.flag-24-wallis-and-futuna,
.flag-24-wallis-and-futuna-islander {
    background-position: 0 -6387px
}

.flag-24-ws,
.flag-24-samoa,
.flag-24-samoan {
    background-position: 0 -6411px
}

.flag-24-xk,
.flag-24-kosovo,
.flag-24-kosovan {
    background-position: 0 -6435px
}

.flag-24-ye,
.flag-24-yemen,
.flag-24-yemeni {
    background-position: 0 -6459px
}

.flag-24-yt,
.flag-24-mayotte,
.flag-24-french-mayotte {
    background-position: 0 -6483px
}

.flag-24-za,
.flag-24-south-africa,
.flag-24-south-african {
    background-position: 0 -6507px
}

.flag-24-zm,
.flag-24-zambia,
.flag-24-zambian {
    background-position: 0 -6531px
}

.flag-24-zw,
.flag-24-zimbabwe,
.flag-24-zimbabwean {
    background-position: 0 -6555px
}

.flag-16-sprite,
.flag-16-99,
.flag-16-other,
.flag-16-abkhazia,
.flag-16-ad,
.flag-16-andorra,
.flag-16-andorran,
.flag-16-ae,
.flag-16-united-arab-emirates,
.flag-16-emirati,
.flag-16-af,
.flag-16-afghanistan,
.flag-16-afghan,
.flag-16-ag,
.flag-16-antigua-and-barbuda,
.flag-16-antiguan-barbudan,
.flag-16-ai,
.flag-16-anguilla,
.flag-16-anguillian,
.flag-16-al,
.flag-16-albania,
.flag-16-albanian,
.flag-16-am,
.flag-16-armenia,
.flag-16-armenian,
.flag-16-an,
.flag-16-netherlands-antilles,
.flag-16-the-netherlands-antilles,
.flag-16-ao,
.flag-16-angola,
.flag-16-angolan,
.flag-16-aq,
.flag-16-antarctica,
.flag-16-ar,
.flag-16-argentina,
.flag-16-argentinean,
.flag-16-as,
.flag-16-american-samoa,
.flag-16-american-samoan,
.flag-16-at,
.flag-16-austria,
.flag-16-austrian,
.flag-16-au,
.flag-16-australia,
.flag-16-australian,
.flag-16-aw,
.flag-16-aruba,
.flag-16-aruban,
.flag-16-ax,
.flag-16-aland-islands,
.flag-16-swedish-aland-islands,
.flag-16-az,
.flag-16-azerbaijan,
.flag-16-azerbaijani,
.flag-16-ba,
.flag-16-bosnia-and-herzegovina,
.flag-16-bosnian-herzegovinian,
.flag-16-bb,
.flag-16-barbados,
.flag-16-barbadian,
.flag-16-bd,
.flag-16-bangladesh,
.flag-16-bangladeshi,
.flag-16-be,
.flag-16-belgium,
.flag-16-belgian,
.flag-16-bf,
.flag-16-burkina-faso,
.flag-16-burkinabe,
.flag-16-bg,
.flag-16-bulgaria,
.flag-16-bulgarian,
.flag-16-bh,
.flag-16-bahrain,
.flag-16-bahraini,
.flag-16-bi,
.flag-16-burundi,
.flag-16-burundian,
.flag-16-bj,
.flag-16-benin,
.flag-16-beninese,
.flag-16-bl,
.flag-16-saint-barthelemy,
.flag-16-saint-barthelemy-islander,
.flag-16-blank,
.flag-16-china-taiwan,
.flag-16-chinese-taiwan,
.flag-16-bm,
.flag-16-bermuda,
.flag-16-bermudian,
.flag-16-bn,
.flag-16-brunei-darussalam,
.flag-16-bruneian,
.flag-16-bo,
.flag-16-bolivia,
.flag-16-bolivian,
.flag-16-bq,
.flag-16-bonaire-sint-eustatius-and-saba,
.flag-16-dutch-bonaire-sint-eustatius-and-saba,
.flag-16-br,
.flag-16-brazil,
.flag-16-brazilian,
.flag-16-british-antarctic-territory,
.flag-16-bs,
.flag-16-bahamas,
.flag-16-bahamian,
.flag-16-bt,
.flag-16-bhutan,
.flag-16-bhutanese,
.flag-16-bv,
.flag-16-bouvet-island,
.flag-16-bw,
.flag-16-botswana,
.flag-16-motswana,
.flag-16-by,
.flag-16-belarus,
.flag-16-belarusian,
.flag-16-bz,
.flag-16-belize,
.flag-16-belizean,
.flag-16-ca,
.flag-16-canada,
.flag-16-canadian,
.flag-16-cc,
.flag-16-cocos-keeling-islands,
.flag-16-cocos-islander,
.flag-16-cd,
.flag-16-congo-democratic-republic-of-the,
.flag-16-congolese-congo-the-democratic-republic-of-the,
.flag-16-cf,
.flag-16-central-african-republic,
.flag-16-central-african,
.flag-16-cg,
.flag-16-congo,
.flag-16-congolese-congo,
.flag-16-ch,
.flag-16-switzerland,
.flag-16-swiss,
.flag-16-ci,
.flag-16-cote-d-ivoire,
.flag-16-ivorian,
.flag-16-ck,
.flag-16-cook-islands,
.flag-16-cook-islander,
.flag-16-cl,
.flag-16-chile,
.flag-16-chilean,
.flag-16-cm,
.flag-16-cameroon,
.flag-16-cameroonian,
.flag-16-cn,
.flag-16-china,
.flag-16-chinese-china,
.flag-16-co,
.flag-16-colombia,
.flag-16-colombian,
.flag-16-commonwealth,
.flag-16-cr,
.flag-16-costa-rica,
.flag-16-costa-rican,
.flag-16-cu,
.flag-16-cuba,
.flag-16-cuban,
.flag-16-cv,
.flag-16-cape-verde,
.flag-16-cape-verdian,
.flag-16-cw,
.flag-16-curacao,
.flag-16-dutch-curacao,
.flag-16-cx,
.flag-16-christmas-island,
.flag-16-cy,
.flag-16-cyprus,
.flag-16-cypriot,
.flag-16-cz,
.flag-16-czech-republic,
.flag-16-czech,
.flag-16-de,
.flag-16-germany,
.flag-16-german,
.flag-16-dj,
.flag-16-djibouti,
.flag-16-djiboutian,
.flag-16-dk,
.flag-16-denmark,
.flag-16-danish,
.flag-16-dm,
.flag-16-dominica,
.flag-16-dominican-dominica,
.flag-16-do,
.flag-16-dominican-republic,
.flag-16-dominican-dominican-republic,
.flag-16-dz,
.flag-16-algeria,
.flag-16-algerian,
.flag-16-east-timor,
.flag-16-ec,
.flag-16-ecuador,
.flag-16-ecuadorean,
.flag-16-ee,
.flag-16-estonia,
.flag-16-estonian,
.flag-16-eg,
.flag-16-egypt,
.flag-16-egyptian,
.flag-16-eh,
.flag-16-western-sahara,
.flag-16-sahrawi,
.flag-16-england,
.flag-16-er,
.flag-16-eritrea,
.flag-16-eritrean,
.flag-16-es,
.flag-16-spain,
.flag-16-spanish,
.flag-16-et,
.flag-16-ethiopia,
.flag-16-ethiopian,
.flag-16-european-union,
.flag-16-fi,
.flag-16-finland,
.flag-16-finnish,
.flag-16-fj,
.flag-16-fiji,
.flag-16-fijian,
.flag-16-fk,
.flag-16-falkland-islands-malvinas,
.flag-16-falkland-islander,
.flag-16-fm,
.flag-16-micronesia-federated-states-of,
.flag-16-micronesian,
.flag-16-fo,
.flag-16-faroe-islands,
.flag-16-faroese,
.flag-16-fr,
.flag-16-france,
.flag-16-french-france,
.flag-16-ga,
.flag-16-gabon,
.flag-16-gabonese,
.flag-16-gb,
.flag-16-united-kingdom,
.flag-16-british,
.flag-16-gd,
.flag-16-grenada,
.flag-16-grenadian,
.flag-16-ge,
.flag-16-georgia,
.flag-16-georgian,
.flag-16-gf,
.flag-16-french-guiana,
.flag-16-gg,
.flag-16-guernsey,
.flag-16-channel-islander-guernsey,
.flag-16-gh,
.flag-16-ghana,
.flag-16-ghanaian,
.flag-16-gi,
.flag-16-gibraltar,
.flag-16-gibraltarian,
.flag-16-gl,
.flag-16-greenland,
.flag-16-greenlandic,
.flag-16-gm,
.flag-16-gambia,
.flag-16-gambian,
.flag-16-gn,
.flag-16-guinea,
.flag-16-guinean,
.flag-16-gosquared,
.flag-16-gp,
.flag-16-guadeloupe,
.flag-16-guadeloupian,
.flag-16-gq,
.flag-16-equatorial-guinea,
.flag-16-equatorial-guinean,
.flag-16-gr,
.flag-16-greece,
.flag-16-greek,
.flag-16-gs,
.flag-16-south-georgia-and-the-south-sandwich-islands,
.flag-16-south-georgia-and-the-south-sandwich-islander,
.flag-16-gt,
.flag-16-guatemala,
.flag-16-guatemalan,
.flag-16-gu,
.flag-16-guam,
.flag-16-guamanian,
.flag-16-gw,
.flag-16-guinea-bissau,
.flag-16-guinea-bissauan,
.flag-16-gy,
.flag-16-guyana,
.flag-16-guyanese,
.flag-16-hk,
.flag-16-hong-kong,
.flag-16-chinese-hong-kong,
.flag-16-china-hong-kong,
.flag-16-hm,
.flag-16-heard-island-and-mcdonald-islands,
.flag-16-heard-and-mcdonald-islander,
.flag-16-hn,
.flag-16-honduras,
.flag-16-honduran,
.flag-16-hr,
.flag-16-croatia,
.flag-16-croatian,
.flag-16-ht,
.flag-16-haiti,
.flag-16-haitian,
.flag-16-hu,
.flag-16-hungary,
.flag-16-hungarian,
.flag-16-id,
.flag-16-indonesia,
.flag-16-indonesian,
.flag-16-ie,
.flag-16-ireland,
.flag-16-irish,
.flag-16-il,
.flag-16-israel,
.flag-16-israeli,
.flag-16-im,
.flag-16-isle-of-man,
.flag-16-manx,
.flag-16-in,
.flag-16-india,
.flag-16-indian-india,
.flag-16-io,
.flag-16-british-indian-ocean-territory,
.flag-16-indian-british-indian-ocean-territory,
.flag-16-iq,
.flag-16-iraq,
.flag-16-iraqi,
.flag-16-ir,
.flag-16-iran,
.flag-16-iranian,
.flag-16-iran-islamic-republic-of,
.flag-16-is,
.flag-16-iceland,
.flag-16-icelander,
.flag-16-it,
.flag-16-italy,
.flag-16-italian-italy,
.flag-16-je,
.flag-16-jersey,
.flag-16-channel-islander-jersey,
.flag-16-jm,
.flag-16-jamaica,
.flag-16-jamaican,
.flag-16-jo,
.flag-16-jordan,
.flag-16-jordanian,
.flag-16-jp,
.flag-16-japan,
.flag-16-japanese,
.flag-16-ke,
.flag-16-kenya,
.flag-16-kenyan,
.flag-16-kg,
.flag-16-kyrgyzstan,
.flag-16-kirghiz,
.flag-16-kh,
.flag-16-cambodia,
.flag-16-cambodian,
.flag-16-ki,
.flag-16-kiribati,
.flag-16-i-kiribati,
.flag-16-km,
.flag-16-comoros,
.flag-16-comoran,
.flag-16-kn,
.flag-16-saint-kitts-and-nevis,
.flag-16-kittian-and-nevisian,
.flag-16-korea-democratic-people-s-republic-of,
.flag-16-kp,
.flag-16-north-korea,
.flag-16-north-korean,
.flag-16-kr,
.flag-16-south-korea,
.flag-16-south-korean,
.flag-16-kw,
.flag-16-kuwait,
.flag-16-kuwaiti,
.flag-16-ky,
.flag-16-cayman-islands,
.flag-16-caymanian,
.flag-16-kz,
.flag-16-kazakhstan,
.flag-16-kazakhstani,
.flag-16-la,
.flag-16-laos,
.flag-16-laotian,
.flag-16-lao-people-s-democratic-republic,
.flag-16-lb,
.flag-16-lebanon,
.flag-16-lebanese,
.flag-16-lc,
.flag-16-saint-lucia,
.flag-16-saint-lucian,
.flag-16-li,
.flag-16-liechtenstein,
.flag-16-liechtensteiner,
.flag-16-lk,
.flag-16-sri-lanka,
.flag-16-sri-lankan,
.flag-16-lr,
.flag-16-liberia,
.flag-16-liberian,
.flag-16-ls,
.flag-16-lesotho,
.flag-16-mosotho,
.flag-16-lt,
.flag-16-lithuania,
.flag-16-lithuanian,
.flag-16-lu,
.flag-16-luxembourg,
.flag-16-luxembourger,
.flag-16-lv,
.flag-16-latvia,
.flag-16-latvian,
.flag-16-ly,
.flag-16-libya,
.flag-16-libyan,
.flag-16-ma,
.flag-16-morocco,
.flag-16-moroccan,
.flag-16-mars,
.flag-16-mc,
.flag-16-monaco,
.flag-16-monegasque,
.flag-16-md,
.flag-16-moldova,
.flag-16-moldovan,
.flag-16-me,
.flag-16-montenegro,
.flag-16-montenegrin,
.flag-16-mf,
.flag-16-saint-martin-french-part,
.flag-16-saint-martin-islander,
.flag-16-mg,
.flag-16-madagascar,
.flag-16-malagasy,
.flag-16-mh,
.flag-16-marshall-islands,
.flag-16-marshallese,
.flag-16-mk,
.flag-16-macedonia,
.flag-16-macedonian,
.flag-16-ml,
.flag-16-mali,
.flag-16-malian,
.flag-16-mm,
.flag-16-myanmar,
.flag-16-myanmarian,
.flag-16-mn,
.flag-16-mongolia,
.flag-16-mongolian,
.flag-16-mo,
.flag-16-macao,
.flag-16-chinese-macao,
.flag-16-china-macao,
.flag-16-mp,
.flag-16-northern-mariana-islands,
.flag-16-american-northern-mariana-islands,
.flag-16-mq,
.flag-16-martinique,
.flag-16-french-martinique,
.flag-16-mr,
.flag-16-mauritania,
.flag-16-mauritanian,
.flag-16-ms,
.flag-16-montserrat,
.flag-16-montserratian,
.flag-16-mt,
.flag-16-malta,
.flag-16-maltese,
.flag-16-mu,
.flag-16-mauritius,
.flag-16-mauritian,
.flag-16-mv,
.flag-16-maldives,
.flag-16-maldivan,
.flag-16-mw,
.flag-16-malawi,
.flag-16-malawian,
.flag-16-mx,
.flag-16-mexico,
.flag-16-mexican,
.flag-16-my,
.flag-16-malaysia,
.flag-16-malaysian,
.flag-16-mz,
.flag-16-mozambique,
.flag-16-mozambican,
.flag-16-na,
.flag-16-namibia,
.flag-16-namibian,
.flag-16-nagorno-karabakh,
.flag-16-nato,
.flag-16-nc,
.flag-16-new-caledonia,
.flag-16-new-caledonian,
.flag-16-ne,
.flag-16-niger,
.flag-16-nigerian-niger,
.flag-16-nf,
.flag-16-norfolk-island,
.flag-16-norfolk-islander,
.flag-16-ng,
.flag-16-nigeria,
.flag-16-nigerian-nigeria,
.flag-16-ni,
.flag-16-nicaragua,
.flag-16-nicaraguan,
.flag-16-nl,
.flag-16-netherlands,
.flag-16-dutch-netherlands,
.flag-16-no,
.flag-16-norway,
.flag-16-norwegian-norway,
.flag-16-northern-cyprus,
.flag-16-np,
.flag-16-nepal,
.flag-16-nepalese,
.flag-16-nr,
.flag-16-nauru,
.flag-16-nauruan,
.flag-16-nu,
.flag-16-niue,
.flag-16-niuean,
.flag-16-nz,
.flag-16-new-zealand,
.flag-16-new-zealander,
.flag-16-olympics,
.flag-16-om,
.flag-16-oman,
.flag-16-omani,
.flag-16-pa,
.flag-16-panama,
.flag-16-panamanian,
.flag-16-pe,
.flag-16-peru,
.flag-16-peruvian,
.flag-16-pf,
.flag-16-french-polynesia,
.flag-16-french-polynesian,
.flag-16-pg,
.flag-16-papua-new-guinea,
.flag-16-papua-new-guinean,
.flag-16-ph,
.flag-16-philippines,
.flag-16-filipino,
.flag-16-pk,
.flag-16-pakistan,
.flag-16-pakistani,
.flag-16-pl,
.flag-16-poland,
.flag-16-polish,
.flag-16-pm,
.flag-16-saint-pierre-and-miquelon,
.flag-16-french-saint-pierre-and-miquelon,
.flag-16-pn,
.flag-16-pitcairn,
.flag-16-pitcairn-islander,
.flag-16-pr,
.flag-16-puerto-rico,
.flag-16-puerto-rican,
.flag-16-ps,
.flag-16-palestine,
.flag-16-palestinian,
.flag-16-pt,
.flag-16-portugal,
.flag-16-portuguese,
.flag-16-pw,
.flag-16-palau,
.flag-16-palauan,
.flag-16-py,
.flag-16-paraguay,
.flag-16-paraguayan,
.flag-16-qa,
.flag-16-qatar,
.flag-16-qatari,
.flag-16-re,
.flag-16-reunion,
.flag-16-french-reunion,
.flag-16-red-cross,
.flag-16-ro,
.flag-16-romania,
.flag-16-romanian,
.flag-16-rs,
.flag-16-serbia,
.flag-16-serbian,
.flag-16-ru,
.flag-16-russia,
.flag-16-russian,
.flag-16-rw,
.flag-16-rwanda,
.flag-16-rwandan,
.flag-16-sa,
.flag-16-saudi-arabia,
.flag-16-saudi-arabian,
.flag-16-sb,
.flag-16-solomon-islands,
.flag-16-solomon-islander,
.flag-16-sc,
.flag-16-seychelles,
.flag-16-seychellois,
.flag-16-scotland,
.flag-16-sd,
.flag-16-sudan,
.flag-16-sudanese,
.flag-16-se,
.flag-16-sweden,
.flag-16-swedish-sweden,
.flag-16-sg,
.flag-16-singapore,
.flag-16-singaporean,
.flag-16-sh,
.flag-16-saint-helena,
.flag-16-saint-helenian,
.flag-16-si,
.flag-16-slovenia,
.flag-16-slovene,
.flag-16-sj,
.flag-16-svalbard-and-jan-mayen,
.flag-16-norwegian-svalbard-and-jan-mayen,
.flag-16-sk,
.flag-16-slovakia,
.flag-16-slovak,
.flag-16-sl,
.flag-16-sierra-leone,
.flag-16-sierra-leonean,
.flag-16-sm,
.flag-16-san-marino,
.flag-16-sammarinese,
.flag-16-sn,
.flag-16-senegal,
.flag-16-senegalese,
.flag-16-so,
.flag-16-somalia,
.flag-16-somali,
.flag-16-somaliland,
.flag-16-south-ossetia,
.flag-16-sr,
.flag-16-suriname,
.flag-16-surinamer,
.flag-16-ss,
.flag-16-south-sudan,
.flag-16-south-sudanese,
.flag-16-st,
.flag-16-sao-tome-and-principe,
.flag-16-sao-tomean,
.flag-16-sv,
.flag-16-el-salvador,
.flag-16-salvadoran,
.flag-16-sx,
.flag-16-sint-maarten-dutch-part,
.flag-16-dutch-sint-maarten,
.flag-16-sy,
.flag-16-syrian-arab-republic,
.flag-16-syrian,
.flag-16-sz,
.flag-16-swaziland,
.flag-16-swazi,
.flag-16-tc,
.flag-16-turks-and-caicos-islands,
.flag-16-turks-and-caicos-islander,
.flag-16-td,
.flag-16-chad,
.flag-16-chadian,
.flag-16-tf,
.flag-16-french-southern-territories,
.flag-16-french-french-southern-territories,
.flag-16-tg,
.flag-16-togo,
.flag-16-togolese,
.flag-16-th,
.flag-16-thailand,
.flag-16-thai,
.flag-16-tj,
.flag-16-tajikistan,
.flag-16-tadzhik,
.flag-16-tk,
.flag-16-tokelau,
.flag-16-tokelauan,
.flag-16-tl,
.flag-16-timor-leste,
.flag-16-east-timorese,
.flag-16-tm,
.flag-16-turkmenistan,
.flag-16-turkmen,
.flag-16-tn,
.flag-16-tunisia,
.flag-16-tunisian,
.flag-16-to,
.flag-16-tonga,
.flag-16-tongan,
.flag-16-tr,
.flag-16-turkey,
.flag-16-turkish,
.flag-16-tt,
.flag-16-trinidad-and-tobago,
.flag-16-trinidadian,
.flag-16-tv,
.flag-16-tuvalu,
.flag-16-tuvaluan,
.flag-16-tw,
.flag-16-taiwan,
.flag-16-taiwanese,
.flag-16-tz,
.flag-16-tanzania,
.flag-16-tanzanian,
.flag-16-ua,
.flag-16-ukraine,
.flag-16-ukrainian,
.flag-16-ug,
.flag-16-uganda,
.flag-16-ugandan,
.flag-16-um,
.flag-16-united-states-minor-outlying-islands,
.flag-16-american-united-states-minor-outlying-islands,
.flag-16-united-nations,
.flag-16-us,
.flag-16-united-states,
.flag-16-american-united-states,
.flag-16-uy,
.flag-16-uruguay,
.flag-16-uruguayan,
.flag-16-uz,
.flag-16-uzbekistan,
.flag-16-uzbekistani,
.flag-16-va,
.flag-16-vatican-city,
.flag-16-italian-holy-see-vatican-city-state,
.flag-16-vc,
.flag-16-saint-vincent-and-the-grenadines,
.flag-16-saint-vincentian,
.flag-16-ve,
.flag-16-venezuela,
.flag-16-venezuelan,
.flag-16-vg,
.flag-16-virgin-islands-british,
.flag-16-virgin-islander-virgin-islands-british,
.flag-16-vi,
.flag-16-virgin-islands-u-s,
.flag-16-virgin-islander-virgin-islands-u-s,
.flag-16-vn,
.flag-16-vietnam,
.flag-16-vietnamese,
.flag-16-vu,
.flag-16-vanuatu,
.flag-16-ni-vanuatu,
.flag-16-wales,
.flag-16-wf,
.flag-16-wallis-and-futuna,
.flag-16-wallis-and-futuna-islander,
.flag-16-ws,
.flag-16-samoa,
.flag-16-samoan,
.flag-16-xk,
.flag-16-kosovo,
.flag-16-kosovan,
.flag-16-ye,
.flag-16-yemen,
.flag-16-yemeni,
.flag-16-yt,
.flag-16-mayotte,
.flag-16-french-mayotte,
.flag-16-za,
.flag-16-south-africa,
.flag-16-south-african,
.flag-16-zm,
.flag-16-zambia,
.flag-16-zambian,
.flag-16-zw,
.flag-16-zimbabwe,
.flag-16-zimbabwean {
    background-image: url(https://s3.cn-north-1.amazonaws.com.cn/faria-openapply-prod-china-assets/assets/flag-16-s41b29d34b9-0aa02c4de13ac4257185d4327e281ab4f95906650d915031d058cb7f989c5c2b.png);
    background-repeat: no-repeat
}

.flag-16-99,
.flag-16-other {
    background-position: 0 0
}

.flag-16-abkhazia {
    background-position: 0 -16px
}

.flag-16-ad,
.flag-16-andorra,
.flag-16-andorran {
    background-position: 0 -32px
}

.flag-16-ae,
.flag-16-united-arab-emirates,
.flag-16-emirati {
    background-position: 0 -48px
}

.flag-16-af,
.flag-16-afghanistan,
.flag-16-afghan {
    background-position: 0 -64px
}

.flag-16-ag,
.flag-16-antigua-and-barbuda,
.flag-16-antiguan-barbudan {
    background-position: 0 -80px
}

.flag-16-ai,
.flag-16-anguilla,
.flag-16-anguillian {
    background-position: 0 -96px
}

.flag-16-al,
.flag-16-albania,
.flag-16-albanian {
    background-position: 0 -112px
}

.flag-16-am,
.flag-16-armenia,
.flag-16-armenian {
    background-position: 0 -128px
}

.flag-16-an,
.flag-16-netherlands-antilles,
.flag-16-the-netherlands-antilles {
    background-position: 0 -144px
}

.flag-16-ao,
.flag-16-angola,
.flag-16-angolan {
    background-position: 0 -160px
}

.flag-16-aq,
.flag-16-antarctica {
    background-position: 0 -176px
}

.flag-16-ar,
.flag-16-argentina,
.flag-16-argentinean {
    background-position: 0 -192px
}

.flag-16-as,
.flag-16-american-samoa,
.flag-16-american-samoan {
    background-position: 0 -208px
}

.flag-16-at,
.flag-16-austria,
.flag-16-austrian {
    background-position: 0 -224px
}

.flag-16-au,
.flag-16-australia,
.flag-16-australian {
    background-position: 0 -240px
}

.flag-16-aw,
.flag-16-aruba,
.flag-16-aruban {
    background-position: 0 -256px
}

.flag-16-ax,
.flag-16-aland-islands,
.flag-16-swedish-aland-islands {
    background-position: 0 -272px
}

.flag-16-az,
.flag-16-azerbaijan,
.flag-16-azerbaijani {
    background-position: 0 -288px
}

.flag-16-ba,
.flag-16-bosnia-and-herzegovina,
.flag-16-bosnian-herzegovinian {
    background-position: 0 -304px
}

.flag-16-bb,
.flag-16-barbados,
.flag-16-barbadian {
    background-position: 0 -320px
}

.flag-16-bd,
.flag-16-bangladesh,
.flag-16-bangladeshi {
    background-position: 0 -336px
}

.flag-16-be,
.flag-16-belgium,
.flag-16-belgian {
    background-position: 0 -352px
}

.flag-16-bf,
.flag-16-burkina-faso,
.flag-16-burkinabe {
    background-position: 0 -368px
}

.flag-16-bg,
.flag-16-bulgaria,
.flag-16-bulgarian {
    background-position: 0 -384px
}

.flag-16-bh,
.flag-16-bahrain,
.flag-16-bahraini {
    background-position: 0 -400px
}

.flag-16-bi,
.flag-16-burundi,
.flag-16-burundian {
    background-position: 0 -416px
}

.flag-16-bj,
.flag-16-benin,
.flag-16-beninese {
    background-position: 0 -432px
}

.flag-16-bl,
.flag-16-saint-barthelemy,
.flag-16-saint-barthelemy-islander {
    background-position: 0 -448px
}

.flag-16-blank,
.flag-16-china-taiwan,
.flag-16-chinese-taiwan {
    background-position: 0 -464px
}

.flag-16-bm,
.flag-16-bermuda,
.flag-16-bermudian {
    background-position: 0 -480px
}

.flag-16-bn,
.flag-16-brunei-darussalam,
.flag-16-bruneian {
    background-position: 0 -496px
}

.flag-16-bo,
.flag-16-bolivia,
.flag-16-bolivian {
    background-position: 0 -512px
}

.flag-16-bq,
.flag-16-bonaire-sint-eustatius-and-saba,
.flag-16-dutch-bonaire-sint-eustatius-and-saba {
    background-position: 0 -528px
}

.flag-16-br,
.flag-16-brazil,
.flag-16-brazilian {
    background-position: 0 -544px
}

.flag-16-british-antarctic-territory {
    background-position: 0 -560px
}

.flag-16-bs,
.flag-16-bahamas,
.flag-16-bahamian {
    background-position: 0 -576px
}

.flag-16-bt,
.flag-16-bhutan,
.flag-16-bhutanese {
    background-position: 0 -592px
}

.flag-16-bv,
.flag-16-bouvet-island {
    background-position: 0 -608px
}

.flag-16-bw,
.flag-16-botswana,
.flag-16-motswana {
    background-position: 0 -619px
}

.flag-16-by,
.flag-16-belarus,
.flag-16-belarusian {
    background-position: 0 -635px
}

.flag-16-bz,
.flag-16-belize,
.flag-16-belizean {
    background-position: 0 -651px
}

.flag-16-ca,
.flag-16-canada,
.flag-16-canadian {
    background-position: 0 -667px
}

.flag-16-cc,
.flag-16-cocos-keeling-islands,
.flag-16-cocos-islander {
    background-position: 0 -683px
}

.flag-16-cd,
.flag-16-congo-democratic-republic-of-the,
.flag-16-congolese-congo-the-democratic-republic-of-the {
    background-position: 0 -699px
}

.flag-16-cf,
.flag-16-central-african-republic,
.flag-16-central-african {
    background-position: 0 -715px
}

.flag-16-cg,
.flag-16-congo,
.flag-16-congolese-congo {
    background-position: 0 -731px
}

.flag-16-ch,
.flag-16-switzerland,
.flag-16-swiss {
    background-position: 0 -747px
}

.flag-16-ci,
.flag-16-cote-d-ivoire,
.flag-16-ivorian {
    background-position: 0 -763px
}

.flag-16-ck,
.flag-16-cook-islands,
.flag-16-cook-islander {
    background-position: 0 -779px
}

.flag-16-cl,
.flag-16-chile,
.flag-16-chilean {
    background-position: 0 -795px
}

.flag-16-cm,
.flag-16-cameroon,
.flag-16-cameroonian {
    background-position: 0 -811px
}

.flag-16-cn,
.flag-16-china,
.flag-16-chinese-china {
    background-position: 0 -827px
}

.flag-16-co,
.flag-16-colombia,
.flag-16-colombian {
    background-position: 0 -843px
}

.flag-16-commonwealth {
    background-position: 0 -859px
}

.flag-16-cr,
.flag-16-costa-rica,
.flag-16-costa-rican {
    background-position: 0 -875px
}

.flag-16-cu,
.flag-16-cuba,
.flag-16-cuban {
    background-position: 0 -891px
}

.flag-16-cv,
.flag-16-cape-verde,
.flag-16-cape-verdian {
    background-position: 0 -907px
}

.flag-16-cw,
.flag-16-curacao,
.flag-16-dutch-curacao {
    background-position: 0 -923px
}

.flag-16-cx,
.flag-16-christmas-island {
    background-position: 0 -939px
}

.flag-16-cy,
.flag-16-cyprus,
.flag-16-cypriot {
    background-position: 0 -955px
}

.flag-16-cz,
.flag-16-czech-republic,
.flag-16-czech {
    background-position: 0 -971px
}

.flag-16-de,
.flag-16-germany,
.flag-16-german {
    background-position: 0 -987px
}

.flag-16-dj,
.flag-16-djibouti,
.flag-16-djiboutian {
    background-position: 0 -1003px
}

.flag-16-dk,
.flag-16-denmark,
.flag-16-danish {
    background-position: 0 -1019px
}

.flag-16-dm,
.flag-16-dominica,
.flag-16-dominican-dominica {
    background-position: 0 -1035px
}

.flag-16-do,
.flag-16-dominican-republic,
.flag-16-dominican-dominican-republic {
    background-position: 0 -1051px
}

.flag-16-dz,
.flag-16-algeria,
.flag-16-algerian {
    background-position: 0 -1067px
}

.flag-16-east-timor {
    background-position: 0 -1083px
}

.flag-16-ec,
.flag-16-ecuador,
.flag-16-ecuadorean {
    background-position: 0 -1099px
}

.flag-16-ee,
.flag-16-estonia,
.flag-16-estonian {
    background-position: 0 -1115px
}

.flag-16-eg,
.flag-16-egypt,
.flag-16-egyptian {
    background-position: 0 -1131px
}

.flag-16-eh,
.flag-16-western-sahara,
.flag-16-sahrawi {
    background-position: 0 -1147px
}

.flag-16-england {
    background-position: 0 -1163px
}

.flag-16-er,
.flag-16-eritrea,
.flag-16-eritrean {
    background-position: 0 -1179px
}

.flag-16-es,
.flag-16-spain,
.flag-16-spanish {
    background-position: 0 -1195px
}

.flag-16-et,
.flag-16-ethiopia,
.flag-16-ethiopian {
    background-position: 0 -1211px
}

.flag-16-european-union {
    background-position: 0 -1227px
}

.flag-16-fi,
.flag-16-finland,
.flag-16-finnish {
    background-position: 0 -1243px
}

.flag-16-fj,
.flag-16-fiji,
.flag-16-fijian {
    background-position: 0 -1259px
}

.flag-16-fk,
.flag-16-falkland-islands-malvinas,
.flag-16-falkland-islander {
    background-position: 0 -1275px
}

.flag-16-fm,
.flag-16-micronesia-federated-states-of,
.flag-16-micronesian {
    background-position: 0 -1291px
}

.flag-16-fo,
.flag-16-faroe-islands,
.flag-16-faroese {
    background-position: 0 -1307px
}

.flag-16-fr,
.flag-16-france,
.flag-16-french-france {
    background-position: 0 -1323px
}

.flag-16-ga,
.flag-16-gabon,
.flag-16-gabonese {
    background-position: 0 -1339px
}

.flag-16-gb,
.flag-16-united-kingdom,
.flag-16-british {
    background-position: 0 -1355px
}

.flag-16-gd,
.flag-16-grenada,
.flag-16-grenadian {
    background-position: 0 -1371px
}

.flag-16-ge,
.flag-16-georgia,
.flag-16-georgian {
    background-position: 0 -1387px
}

.flag-16-gf,
.flag-16-french-guiana {
    background-position: 0 -1403px
}

.flag-16-gg,
.flag-16-guernsey,
.flag-16-channel-islander-guernsey {
    background-position: 0 -1419px
}

.flag-16-gh,
.flag-16-ghana,
.flag-16-ghanaian {
    background-position: 0 -1435px
}

.flag-16-gi,
.flag-16-gibraltar,
.flag-16-gibraltarian {
    background-position: 0 -1451px
}

.flag-16-gl,
.flag-16-greenland,
.flag-16-greenlandic {
    background-position: 0 -1467px
}

.flag-16-gm,
.flag-16-gambia,
.flag-16-gambian {
    background-position: 0 -1483px
}

.flag-16-gn,
.flag-16-guinea,
.flag-16-guinean {
    background-position: 0 -1499px
}

.flag-16-gosquared {
    background-position: 0 -1515px
}

.flag-16-gp,
.flag-16-guadeloupe,
.flag-16-guadeloupian {
    background-position: 0 -1531px
}

.flag-16-gq,
.flag-16-equatorial-guinea,
.flag-16-equatorial-guinean {
    background-position: 0 -1547px
}

.flag-16-gr,
.flag-16-greece,
.flag-16-greek {
    background-position: 0 -1563px
}

.flag-16-gs,
.flag-16-south-georgia-and-the-south-sandwich-islands,
.flag-16-south-georgia-and-the-south-sandwich-islander {
    background-position: 0 -1579px
}

.flag-16-gt,
.flag-16-guatemala,
.flag-16-guatemalan {
    background-position: 0 -1595px
}

.flag-16-gu,
.flag-16-guam,
.flag-16-guamanian {
    background-position: 0 -1611px
}

.flag-16-gw,
.flag-16-guinea-bissau,
.flag-16-guinea-bissauan {
    background-position: 0 -1627px
}

.flag-16-gy,
.flag-16-guyana,
.flag-16-guyanese {
    background-position: 0 -1643px
}

.flag-16-hk,
.flag-16-hong-kong,
.flag-16-chinese-hong-kong,
.flag-16-china-hong-kong {
    background-position: 0 -1659px
}

.flag-16-hm,
.flag-16-heard-island-and-mcdonald-islands,
.flag-16-heard-and-mcdonald-islander {
    background-position: 0 -1675px
}

.flag-16-hn,
.flag-16-honduras,
.flag-16-honduran {
    background-position: 0 -1691px
}

.flag-16-hr,
.flag-16-croatia,
.flag-16-croatian {
    background-position: 0 -1707px
}

.flag-16-ht,
.flag-16-haiti,
.flag-16-haitian {
    background-position: 0 -1723px
}

.flag-16-hu,
.flag-16-hungary,
.flag-16-hungarian {
    background-position: 0 -1739px
}

.flag-16-id,
.flag-16-indonesia,
.flag-16-indonesian {
    background-position: 0 -1755px
}

.flag-16-ie,
.flag-16-ireland,
.flag-16-irish {
    background-position: 0 -1771px
}

.flag-16-il,
.flag-16-israel,
.flag-16-israeli {
    background-position: 0 -1787px
}

.flag-16-im,
.flag-16-isle-of-man,
.flag-16-manx {
    background-position: 0 -1803px
}

.flag-16-in,
.flag-16-india,
.flag-16-indian-india {
    background-position: 0 -1819px
}

.flag-16-io,
.flag-16-british-indian-ocean-territory,
.flag-16-indian-british-indian-ocean-territory {
    background-position: 0 -1835px
}

.flag-16-iq,
.flag-16-iraq,
.flag-16-iraqi {
    background-position: 0 -1851px
}

.flag-16-ir,
.flag-16-iran,
.flag-16-iranian {
    background-position: 0 -1867px
}

.flag-16-iran-islamic-republic-of {
    background-position: 0 -1883px
}

.flag-16-is,
.flag-16-iceland,
.flag-16-icelander {
    background-position: 0 -1899px
}

.flag-16-it,
.flag-16-italy,
.flag-16-italian-italy {
    background-position: 0 -1915px
}

.flag-16-je,
.flag-16-jersey,
.flag-16-channel-islander-jersey {
    background-position: 0 -1931px
}

.flag-16-jm,
.flag-16-jamaica,
.flag-16-jamaican {
    background-position: 0 -1947px
}

.flag-16-jo,
.flag-16-jordan,
.flag-16-jordanian {
    background-position: 0 -1963px
}

.flag-16-jp,
.flag-16-japan,
.flag-16-japanese {
    background-position: 0 -1979px
}

.flag-16-ke,
.flag-16-kenya,
.flag-16-kenyan {
    background-position: 0 -1995px
}

.flag-16-kg,
.flag-16-kyrgyzstan,
.flag-16-kirghiz {
    background-position: 0 -2011px
}

.flag-16-kh,
.flag-16-cambodia,
.flag-16-cambodian {
    background-position: 0 -2027px
}

.flag-16-ki,
.flag-16-kiribati,
.flag-16-i-kiribati {
    background-position: 0 -2043px
}

.flag-16-km,
.flag-16-comoros,
.flag-16-comoran {
    background-position: 0 -2059px
}

.flag-16-kn,
.flag-16-saint-kitts-and-nevis,
.flag-16-kittian-and-nevisian {
    background-position: 0 -2075px
}

.flag-16-korea-democratic-people-s-republic-of {
    background-position: 0 -2091px
}

.flag-16-kp,
.flag-16-north-korea,
.flag-16-north-korean {
    background-position: 0 -2107px
}

.flag-16-kr,
.flag-16-south-korea,
.flag-16-south-korean {
    background-position: 0 -2123px
}

.flag-16-kw,
.flag-16-kuwait,
.flag-16-kuwaiti {
    background-position: 0 -2139px
}

.flag-16-ky,
.flag-16-cayman-islands,
.flag-16-caymanian {
    background-position: 0 -2155px
}

.flag-16-kz,
.flag-16-kazakhstan,
.flag-16-kazakhstani {
    background-position: 0 -2171px
}

.flag-16-la,
.flag-16-laos,
.flag-16-laotian {
    background-position: 0 -2187px
}

.flag-16-lao-people-s-democratic-republic {
    background-position: 0 -2203px
}

.flag-16-lb,
.flag-16-lebanon,
.flag-16-lebanese {
    background-position: 0 -2219px
}

.flag-16-lc,
.flag-16-saint-lucia,
.flag-16-saint-lucian {
    background-position: 0 -2235px
}

.flag-16-li,
.flag-16-liechtenstein,
.flag-16-liechtensteiner {
    background-position: 0 -2251px
}

.flag-16-lk,
.flag-16-sri-lanka,
.flag-16-sri-lankan {
    background-position: 0 -2267px
}

.flag-16-lr,
.flag-16-liberia,
.flag-16-liberian {
    background-position: 0 -2283px
}

.flag-16-ls,
.flag-16-lesotho,
.flag-16-mosotho {
    background-position: 0 -2299px
}

.flag-16-lt,
.flag-16-lithuania,
.flag-16-lithuanian {
    background-position: 0 -2315px
}

.flag-16-lu,
.flag-16-luxembourg,
.flag-16-luxembourger {
    background-position: 0 -2331px
}

.flag-16-lv,
.flag-16-latvia,
.flag-16-latvian {
    background-position: 0 -2347px
}

.flag-16-ly,
.flag-16-libya,
.flag-16-libyan {
    background-position: 0 -2363px
}

.flag-16-ma,
.flag-16-morocco,
.flag-16-moroccan {
    background-position: 0 -2379px
}

.flag-16-mars {
    background-position: 0 -2395px
}

.flag-16-mc,
.flag-16-monaco,
.flag-16-monegasque {
    background-position: 0 -2411px
}

.flag-16-md,
.flag-16-moldova,
.flag-16-moldovan {
    background-position: 0 -2427px
}

.flag-16-me,
.flag-16-montenegro,
.flag-16-montenegrin {
    background-position: 0 -2443px
}

.flag-16-mf,
.flag-16-saint-martin-french-part,
.flag-16-saint-martin-islander {
    background-position: 0 -2459px
}

.flag-16-mg,
.flag-16-madagascar,
.flag-16-malagasy {
    background-position: 0 -2475px
}

.flag-16-mh,
.flag-16-marshall-islands,
.flag-16-marshallese {
    background-position: 0 -2491px
}

.flag-16-mk,
.flag-16-macedonia,
.flag-16-macedonian {
    background-position: 0 -2507px
}

.flag-16-ml,
.flag-16-mali,
.flag-16-malian {
    background-position: 0 -2523px
}

.flag-16-mm,
.flag-16-myanmar,
.flag-16-myanmarian {
    background-position: 0 -2539px
}

.flag-16-mn,
.flag-16-mongolia,
.flag-16-mongolian {
    background-position: 0 -2555px
}

.flag-16-mo,
.flag-16-macao,
.flag-16-chinese-macao,
.flag-16-china-macao {
    background-position: 0 -2571px
}

.flag-16-mp,
.flag-16-northern-mariana-islands,
.flag-16-american-northern-mariana-islands {
    background-position: 0 -2587px
}

.flag-16-mq,
.flag-16-martinique,
.flag-16-french-martinique {
    background-position: 0 -2603px
}

.flag-16-mr,
.flag-16-mauritania,
.flag-16-mauritanian {
    background-position: 0 -2619px
}

.flag-16-ms,
.flag-16-montserrat,
.flag-16-montserratian {
    background-position: 0 -2635px
}

.flag-16-mt,
.flag-16-malta,
.flag-16-maltese {
    background-position: 0 -2651px
}

.flag-16-mu,
.flag-16-mauritius,
.flag-16-mauritian {
    background-position: 0 -2667px
}

.flag-16-mv,
.flag-16-maldives,
.flag-16-maldivan {
    background-position: 0 -2683px
}

.flag-16-mw,
.flag-16-malawi,
.flag-16-malawian {
    background-position: 0 -2699px
}

.flag-16-mx,
.flag-16-mexico,
.flag-16-mexican {
    background-position: 0 -2715px
}

.flag-16-my,
.flag-16-malaysia,
.flag-16-malaysian {
    background-position: 0 -2731px
}

.flag-16-mz,
.flag-16-mozambique,
.flag-16-mozambican {
    background-position: 0 -2747px
}

.flag-16-na,
.flag-16-namibia,
.flag-16-namibian {
    background-position: 0 -2763px
}

.flag-16-nagorno-karabakh {
    background-position: 0 -2779px
}

.flag-16-nato {
    background-position: 0 -2795px
}

.flag-16-nc,
.flag-16-new-caledonia,
.flag-16-new-caledonian {
    background-position: 0 -2811px
}

.flag-16-ne,
.flag-16-niger,
.flag-16-nigerian-niger {
    background-position: 0 -2827px
}

.flag-16-nf,
.flag-16-norfolk-island,
.flag-16-norfolk-islander {
    background-position: 0 -2843px
}

.flag-16-ng,
.flag-16-nigeria,
.flag-16-nigerian-nigeria {
    background-position: 0 -2859px
}

.flag-16-ni,
.flag-16-nicaragua,
.flag-16-nicaraguan {
    background-position: 0 -2875px
}

.flag-16-nl,
.flag-16-netherlands,
.flag-16-dutch-netherlands {
    background-position: 0 -2891px
}

.flag-16-no,
.flag-16-norway,
.flag-16-norwegian-norway {
    background-position: 0 -2907px
}

.flag-16-northern-cyprus {
    background-position: 0 -2923px
}

.flag-16-np,
.flag-16-nepal,
.flag-16-nepalese {
    background-position: 0 -2939px
}

.flag-16-nr,
.flag-16-nauru,
.flag-16-nauruan {
    background-position: 0 -2955px
}

.flag-16-nu,
.flag-16-niue,
.flag-16-niuean {
    background-position: 0 -2971px
}

.flag-16-nz,
.flag-16-new-zealand,
.flag-16-new-zealander {
    background-position: 0 -2987px
}

.flag-16-olympics {
    background-position: 0 -3003px
}

.flag-16-om,
.flag-16-oman,
.flag-16-omani {
    background-position: 0 -3019px
}

.flag-16-pa,
.flag-16-panama,
.flag-16-panamanian {
    background-position: 0 -3035px
}

.flag-16-pe,
.flag-16-peru,
.flag-16-peruvian {
    background-position: 0 -3051px
}

.flag-16-pf,
.flag-16-french-polynesia,
.flag-16-french-polynesian {
    background-position: 0 -3067px
}

.flag-16-pg,
.flag-16-papua-new-guinea,
.flag-16-papua-new-guinean {
    background-position: 0 -3083px
}

.flag-16-ph,
.flag-16-philippines,
.flag-16-filipino {
    background-position: 0 -3099px
}

.flag-16-pk,
.flag-16-pakistan,
.flag-16-pakistani {
    background-position: 0 -3115px
}

.flag-16-pl,
.flag-16-poland,
.flag-16-polish {
    background-position: 0 -3131px
}

.flag-16-pm,
.flag-16-saint-pierre-and-miquelon,
.flag-16-french-saint-pierre-and-miquelon {
    background-position: 0 -3147px
}

.flag-16-pn,
.flag-16-pitcairn,
.flag-16-pitcairn-islander {
    background-position: 0 -3163px
}

.flag-16-pr,
.flag-16-puerto-rico,
.flag-16-puerto-rican {
    background-position: 0 -3179px
}

.flag-16-ps,
.flag-16-palestine,
.flag-16-palestinian {
    background-position: 0 -3195px
}

.flag-16-pt,
.flag-16-portugal,
.flag-16-portuguese {
    background-position: 0 -3211px
}

.flag-16-pw,
.flag-16-palau,
.flag-16-palauan {
    background-position: 0 -3227px
}

.flag-16-py,
.flag-16-paraguay,
.flag-16-paraguayan {
    background-position: 0 -3243px
}

.flag-16-qa,
.flag-16-qatar,
.flag-16-qatari {
    background-position: 0 -3259px
}

.flag-16-re,
.flag-16-reunion,
.flag-16-french-reunion {
    background-position: 0 -3275px
}

.flag-16-red-cross {
    background-position: 0 -3291px
}

.flag-16-ro,
.flag-16-romania,
.flag-16-romanian {
    background-position: 0 -3307px
}

.flag-16-rs,
.flag-16-serbia,
.flag-16-serbian {
    background-position: 0 -3323px
}

.flag-16-ru,
.flag-16-russia,
.flag-16-russian {
    background-position: 0 -3339px
}

.flag-16-rw,
.flag-16-rwanda,
.flag-16-rwandan {
    background-position: 0 -3355px
}

.flag-16-sa,
.flag-16-saudi-arabia,
.flag-16-saudi-arabian {
    background-position: 0 -3371px
}

.flag-16-sb,
.flag-16-solomon-islands,
.flag-16-solomon-islander {
    background-position: 0 -3387px
}

.flag-16-sc,
.flag-16-seychelles,
.flag-16-seychellois {
    background-position: 0 -3403px
}

.flag-16-scotland {
    background-position: 0 -3419px
}

.flag-16-sd,
.flag-16-sudan,
.flag-16-sudanese {
    background-position: 0 -3435px
}

.flag-16-se,
.flag-16-sweden,
.flag-16-swedish-sweden {
    background-position: 0 -3451px
}

.flag-16-sg,
.flag-16-singapore,
.flag-16-singaporean {
    background-position: 0 -3467px
}

.flag-16-sh,
.flag-16-saint-helena,
.flag-16-saint-helenian {
    background-position: 0 -3483px
}

.flag-16-si,
.flag-16-slovenia,
.flag-16-slovene {
    background-position: 0 -3499px
}

.flag-16-sj,
.flag-16-svalbard-and-jan-mayen,
.flag-16-norwegian-svalbard-and-jan-mayen {
    background-position: 0 -3515px
}

.flag-16-sk,
.flag-16-slovakia,
.flag-16-slovak {
    background-position: 0 -3531px
}

.flag-16-sl,
.flag-16-sierra-leone,
.flag-16-sierra-leonean {
    background-position: 0 -3547px
}

.flag-16-sm,
.flag-16-san-marino,
.flag-16-sammarinese {
    background-position: 0 -3563px
}

.flag-16-sn,
.flag-16-senegal,
.flag-16-senegalese {
    background-position: 0 -3579px
}

.flag-16-so,
.flag-16-somalia,
.flag-16-somali {
    background-position: 0 -3595px
}

.flag-16-somaliland {
    background-position: 0 -3611px
}

.flag-16-south-ossetia {
    background-position: 0 -3627px
}

.flag-16-sr,
.flag-16-suriname,
.flag-16-surinamer {
    background-position: 0 -3643px
}

.flag-16-ss,
.flag-16-south-sudan,
.flag-16-south-sudanese {
    background-position: 0 -3659px
}

.flag-16-st,
.flag-16-sao-tome-and-principe,
.flag-16-sao-tomean {
    background-position: 0 -3675px
}

.flag-16-sv,
.flag-16-el-salvador,
.flag-16-salvadoran {
    background-position: 0 -3691px
}

.flag-16-sx,
.flag-16-sint-maarten-dutch-part,
.flag-16-dutch-sint-maarten {
    background-position: 0 -3707px
}

.flag-16-sy,
.flag-16-syrian-arab-republic,
.flag-16-syrian {
    background-position: 0 -3723px
}

.flag-16-sz,
.flag-16-swaziland,
.flag-16-swazi {
    background-position: 0 -3739px
}

.flag-16-tc,
.flag-16-turks-and-caicos-islands,
.flag-16-turks-and-caicos-islander {
    background-position: 0 -3755px
}

.flag-16-td,
.flag-16-chad,
.flag-16-chadian {
    background-position: 0 -3771px
}

.flag-16-tf,
.flag-16-french-southern-territories,
.flag-16-french-french-southern-territories {
    background-position: 0 -3787px
}

.flag-16-tg,
.flag-16-togo,
.flag-16-togolese {
    background-position: 0 -3803px
}

.flag-16-th,
.flag-16-thailand,
.flag-16-thai {
    background-position: 0 -3819px
}

.flag-16-tj,
.flag-16-tajikistan,
.flag-16-tadzhik {
    background-position: 0 -3835px
}

.flag-16-tk,
.flag-16-tokelau,
.flag-16-tokelauan {
    background-position: 0 -3851px
}

.flag-16-tl,
.flag-16-timor-leste,
.flag-16-east-timorese {
    background-position: 0 -3867px
}

.flag-16-tm,
.flag-16-turkmenistan,
.flag-16-turkmen {
    background-position: 0 -3883px
}

.flag-16-tn,
.flag-16-tunisia,
.flag-16-tunisian {
    background-position: 0 -3899px
}

.flag-16-to,
.flag-16-tonga,
.flag-16-tongan {
    background-position: 0 -3915px
}

.flag-16-tr,
.flag-16-turkey,
.flag-16-turkish {
    background-position: 0 -3931px
}

.flag-16-tt,
.flag-16-trinidad-and-tobago,
.flag-16-trinidadian {
    background-position: 0 -3947px
}

.flag-16-tv,
.flag-16-tuvalu,
.flag-16-tuvaluan {
    background-position: 0 -3963px
}

.flag-16-tw,
.flag-16-taiwan,
.flag-16-taiwanese {
    background-position: 0 -3979px
}

.flag-16-tz,
.flag-16-tanzania,
.flag-16-tanzanian {
    background-position: 0 -3995px
}

.flag-16-ua,
.flag-16-ukraine,
.flag-16-ukrainian {
    background-position: 0 -4011px
}

.flag-16-ug,
.flag-16-uganda,
.flag-16-ugandan {
    background-position: 0 -4027px
}

.flag-16-um,
.flag-16-united-states-minor-outlying-islands,
.flag-16-american-united-states-minor-outlying-islands {
    background-position: 0 -4043px
}

.flag-16-united-nations {
    background-position: 0 -4059px
}

.flag-16-us,
.flag-16-united-states,
.flag-16-american-united-states {
    background-position: 0 -4075px
}

.flag-16-uy,
.flag-16-uruguay,
.flag-16-uruguayan {
    background-position: 0 -4091px
}

.flag-16-uz,
.flag-16-uzbekistan,
.flag-16-uzbekistani {
    background-position: 0 -4107px
}

.flag-16-va,
.flag-16-vatican-city,
.flag-16-italian-holy-see-vatican-city-state {
    background-position: 0 -4123px
}

.flag-16-vc,
.flag-16-saint-vincent-and-the-grenadines,
.flag-16-saint-vincentian {
    background-position: 0 -4139px
}

.flag-16-ve,
.flag-16-venezuela,
.flag-16-venezuelan {
    background-position: 0 -4155px
}

.flag-16-vg,
.flag-16-virgin-islands-british,
.flag-16-virgin-islander-virgin-islands-british {
    background-position: 0 -4171px
}

.flag-16-vi,
.flag-16-virgin-islands-u-s,
.flag-16-virgin-islander-virgin-islands-u-s {
    background-position: 0 -4187px
}

.flag-16-vn,
.flag-16-vietnam,
.flag-16-vietnamese {
    background-position: 0 -4203px
}

.flag-16-vu,
.flag-16-vanuatu,
.flag-16-ni-vanuatu {
    background-position: 0 -4219px
}

.flag-16-wales {
    background-position: 0 -4235px
}

.flag-16-wf,
.flag-16-wallis-and-futuna,
.flag-16-wallis-and-futuna-islander {
    background-position: 0 -4251px
}

.flag-16-ws,
.flag-16-samoa,
.flag-16-samoan {
    background-position: 0 -4267px
}

.flag-16-xk,
.flag-16-kosovo,
.flag-16-kosovan {
    background-position: 0 -4283px
}

.flag-16-ye,
.flag-16-yemen,
.flag-16-yemeni {
    background-position: 0 -4299px
}

.flag-16-yt,
.flag-16-mayotte,
.flag-16-french-mayotte {
    background-position: 0 -4315px
}

.flag-16-za,
.flag-16-south-africa,
.flag-16-south-african {
    background-position: 0 -4331px
}

.flag-16-zm,
.flag-16-zambia,
.flag-16-zambian {
    background-position: 0 -4347px
}

.flag-16-zw,
.flag-16-zimbabwe,
.flag-16-zimbabwean {
    background-position: 0 -4363px
}

i[class^=flag-24] {
    width: 24px;
    height: 24px;
    display: inline-block
}

i[class^=flag-16] {
    width: 16px;
    height: 16px;
    display: inline-block
}

i.fu-flag.fu-flag-unknown {
    display: inline-block;
    width: 24px;
    height: 24px;
 
}

i.fu {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

i.fu.fu-lg {
    width: 20px;
    height: 20px
}

i.fu.fu-lg.fu-enrollment {
    height: 19px
}

i.fu.fu-lg.fu-payments {
    height: 18px
}

i.fu.fu-xl {
    height: 30px;
    width: 30px
}


.svg-icons:after {
    display: none;
}


.landing,
.landing-layout,
.landing .school-logo,
.landing-layout .school-logo,
.landing .logo-and-terms-footer .oa-logo,
.landing .logo-and-terms-footer .admin-link,
.landing .logo-and-terms-footer .footer-terms,
.landing-layout .logo-and-terms-footer .oa-logo,
.landing-layout .logo-and-terms-footer .admin-link,
.landing-layout .logo-and-terms-footer .footer-terms,
.toolbar-fusion .flexbox-container,
.toolbar-fusion .app-flex-block .brand,
.toolbar-parent .flexbox-container,
.toolbar-parent .school-flex-block .school-logo-name,
.toolbar-parent .user-flex-block .toolbar-flag,
.toolbar-parent .language-flex-block .toolbar-flag,
.toolbar-parent .user-flex-block .buttons,
.pages-controller #school-name .school-logo-wrapper .school-logo-inner,
.pages-controller .promo-block,
.fees-container .sort-wrapper,
.bar.-pagination,
.payment-field span,
.select2-chosen .select-item-with-flag,
.select2-result-label .select-item-with-flag,
.files-header-container .files-sort,
.submissions-controller .submission-students-list .radio.-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pages-controller #slideshow .carousel-caption,
.landing .new_parent,
.landing .new_user,
.landing .new_admin,
.landing .edit_parent,
.landing .edit_user,
.landing .verify-email-by-password,
.files-sort-container {
    left: 0;
    margin: 0 auto;
    right: 0
}

.toolbar-fusion .app-flex-block .brand,
.toolbar-fusion .search-flex-block,
.toolbar-fusion .admin-flex-block .description,
.toolbar-parent .school-flex-block .school-logo-name,
.toolbar-parent .search-flex-block,
.toolbar-parent .user-flex-block .name,
.toolbar-parent .user-flex-block .title {
    overflow: hidden;
    white-space: nowrap
}

.-no-margin-left {
    margin-left: 0 !important
}

.-no-padding-left {
    padding-left: 0 !important
}

.-no-border-left {
    border-left: 0 !important
}

.-no-margin-right {
    margin-right: 0 !important
}

.-no-padding-right {
    padding-right: 0 !important
}

.-no-border-right {
    border-right: 0 !important
}

.-no-margin-bottom {
    margin-bottom: 0 !important
}

.-no-padding-bottom {
    padding-bottom: 0 !important
}

.-no-border-bottom {
    border-bottom: 0 !important
}

.-no-margin-top {
    margin-top: 0 !important
}

.-no-padding-top {
    padding-top: 0 !important
}

.-no-border-top {
    border-top: 0 !important
}

.-left-margin {
    margin-left: 15px !important
}

.-left-padding {
    padding-left: 15px !important
}

.-left-border {
    border-left: 1px solid #d9e7f7 !important
}

.-right-margin {
    margin-right: 15px !important
}

.-right-padding {
    padding-right: 15px !important
}

.-right-border {
    border-right: 1px solid #d9e7f7 !important
}

.-bottom-margin {
    margin-bottom: 15px !important
}

.-bottom-padding {
    padding-bottom: 15px !important
}

.-bottom-border {
    border-bottom: 1px solid #d9e7f7 !important
}

.-top-margin {
    margin-top: 15px !important
}

.-top-padding {
    padding-top: 15px !important
}

.-top-border {
    border-top: 1px solid #d9e7f7 !important
}

.-no-margin {
    margin: 0 !important
}

.-no-padding {
    padding: 0 !important
}

.-no-border {
    border: 0 !important
}

.-no-border-radius {
    border-radius: 0 !important
}

.-no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.hidden-ni {
    display: none
}

.pull-left-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    text-align: left
}

.pull-right-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: right;
    text-align: right
}

.full-width {
    width: 100%
}

.inline-block {
    display: inline-block
}

.parent-dashboard-wrapper .namecard-applicant-event,
.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded,
.parent-dashboard-wrapper .section-files .file-upload-area,
.parent-dashboard-wrapper .section-messages .comment {
    background: #fbfcff;
    border-radius: 4px;
    border: 1px solid #deeaf8;
    padding: 10px 15px
}

.-reset-side-space {
    margin-left: -15px;
    margin-right: -15px
}

body {
    /* font-family: 'Open Sans', 'OpenSans', sans-serif */
}

.ms-ctn input {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ms-ctn .ms-empty-text {
    width: 100% !important
}

.ms-ctn#reply_comment_recipients_to,
.ms-ctn#reply_comment_recipients_cc {
    height: auto !important
}

.select2-search-field,
.select2-input {
    width: initial !important
}

.col-xs-3 .radio.-collection label,
.col-sm-3 .radio.-collection label,
.col-md-3 .radio.-collection label,
.col-xs-6 .radio.-collection label,
.col-sm-6 .radio.-collection label,
.col-md-6 .radio.-collection label {
    display: block
}

textarea {

    border-radius: 1px !important;
    border: 1px solid #e1e1e1 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    color: #293041 !important;
    font-size: 13px !important;
    line-height: 28px !important;
    min-height: 86px !important;
    padding: 0 10px !important
}

textarea:focus {
    background: #fff !important;
    border-color: #478cfe !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08) !important;
    outline: 0 !important
}

.help-block:empty {
    margin: 0
}

label.required {
    padding-right: 10px;
    position: relative
}

label.required::after {
    content: '\00a0*';
    position: absolute;
    right: 0;
    top: 0
}

span.required {
    padding-right: 10px;
    position: relative
}

span.required::after {
    content: '\00a0*';
    position: absolute;
    right: 0;
    top: 0;
    color: #e94b35
}

form img {
    max-width: 100%
}

.inline-block-important.select2-container {
    display: inline-block !important
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden
}

.field-wrapper blockquote,
.static-text-label blockquote,
.static-text-label-translation blockquote,
.field-section-header-text blockquote,
.notice-block.-static blockquote {
    font-size: inherit;
    font-style: normal
}

.field-wrapper blockquote blockquote,
.static-text-label blockquote blockquote,
.static-text-label-translation blockquote blockquote,
.field-section-header-text blockquote blockquote,
.notice-block.-static blockquote blockquote {
    border: 0;
    margin: 0;
    padding: 0
}

#flash-area .alert-alt.flash {
    height: auto;
    min-height: 50px
}

.form-group label h1,
.col-sm-3.label-block label h1,
.form-group label .h1,
.col-sm-3.label-block label .h1,
.form-group label h2,
.col-sm-3.label-block label h2,
.form-group label .h2,
.col-sm-3.label-block label .h2,
.form-group label h3,
.col-sm-3.label-block label h3,
.form-group label .h3,
.col-sm-3.label-block label .h3,
.control-group label h1,
.control-group label .h1,
.control-group label h2,
.control-group label .h2,
.control-group label h3,
.control-group label .h3 {
    margin-top: 0
}

.form-group label h4,
.col-sm-3.label-block label h4,
.form-group label .h4,
.col-sm-3.label-block label .h4,
.form-group label main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .form-group label h1,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label h1,
.form-group label main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header .form-group label .h2,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label .h2,
.form-group label main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header .form-group label h2,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label h2,
.form-group label main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .form-group label h3,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label h3,
.form-group label main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header .form-group label .h3,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label .h3,
.form-group label main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .form-group label h4,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label h4,
.form-group label main .content-wrapper .content-block .content-block-header .h4,
main .content-wrapper .content-block .content-block-header .form-group label .h4,
.col-sm-3.label-block label main .content-wrapper .content-block .content-block-header .h4,
main .content-wrapper .content-block .content-block-header .col-sm-3.label-block label .h4,
.form-group label h5,
.col-sm-3.label-block label h5,
.form-group label .h5,
.col-sm-3.label-block label .h5,
.form-group label h6,
.col-sm-3.label-block label h6,
.form-group label .h6,
.col-sm-3.label-block label .h6,
.control-group label h4,
.control-group label .h4,
.control-group label main .content-wrapper .content-block .content-block-header h1,
main .content-wrapper .content-block .content-block-header .control-group label h1,
.control-group label main .content-wrapper .content-block .content-block-header .h2,
main .content-wrapper .content-block .content-block-header .control-group label .h2,
.control-group label main .content-wrapper .content-block .content-block-header h2,
main .content-wrapper .content-block .content-block-header .control-group label h2,
.control-group label main .content-wrapper .content-block .content-block-header h3,
main .content-wrapper .content-block .content-block-header .control-group label h3,
.control-group label main .content-wrapper .content-block .content-block-header .h3,
main .content-wrapper .content-block .content-block-header .control-group label .h3,
.control-group label main .content-wrapper .content-block .content-block-header h4,
main .content-wrapper .content-block .content-block-header .control-group label h4,
.control-group label main .content-wrapper .content-block .content-block-header .h4,
main .content-wrapper .content-block .content-block-header .control-group label .h4,
.control-group label h5,
.control-group label .h5,
.control-group label h6,
.control-group label .h6 {
    margin-top: 2px;
    margin-bottom: 2px
}

body {
    font-size: 14px;
}

.hidden-ni {
    display: none
}

main {
    position: relative
}

@media (min-width: 992px) {
    main .sidebar-content {
        padding: 0 15px;
        position: static;
        width: 100%
    }
}

@media (min-width: 1200px) {
    main .sidebar-content {
        padding: 0;
        position: absolute;
        right: 15px;
        top: 0;
        width: 240px
    }
}

main .bar .title {
    display: inline-block
}

main .bar.block-header {
    /* margin-bottom: 10px */
}

.avatar {
    display: inline-block
}

.avatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.avatar.micro img,
.avatar.avatar-small img {
    width: 20px;
    height: 20px
}

.form-group label,
.col-sm-3.label-block label {
    font-size: 12px;
    /* padding-right: 10px; */
    position: relative;
    /* margin-left:25px; */
}

.form-group label h1,
.col-sm-3.label-block label h1,
.form-group label h2,
.col-sm-3.label-block label h2,
.form-group label h3,
.col-sm-3.label-block label h3,
.form-group label h4,
.col-sm-3.label-block label h4,
.form-group label h5,
.col-sm-3.label-block label h5,
.form-group label h6,
.col-sm-3.label-block label h6,
.form-group label i,
.col-sm-3.label-block label i,
.form-group label span,
.col-sm-3.label-block label span {
    display: inline-block;
    margin: 0
}

.oa-logo {
    color: white;
    display: inline-block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: auto
}

.oa-logo .link {
    display: inline-block
}

.oa-logo .link:hover,
.oa-logo .link:focus,
.oa-logo .link:active {
    text-decoration: none
}

.oa-logo .link .applogo {
    width: 40px;
    height: 40px
}

.oa-logo .link .appname {
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    text-shadow: none;
    vertical-align: middle
}

.oa-logo .copyright-oa-logo {
    margin-right: 5px
}

.landing,
.landing-layout {
    width: 100%;
    height: 100%;
    position: relative
}

@media only screen and (max-height: 610px) {

    .landing,
    .landing-layout {
        height: auto
    }
}

.landing main,
.landing-layout main {
    min-width: 0;
    z-index: 1
}

.landing .bar.-landing,
.landing-layout .bar.-landing {
    text-align: center
}

.landing .school-logo,
.landing-layout .school-logo {
    background: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -60px auto 10px auto;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 2.5px 10px rgba(41, 48, 65, 0.1);
    box-shadow: 0 2.5px 10px rgba(41, 48, 65, 0.1)
}

.landing .school-logo img,
.landing-layout .school-logo img {
    max-height: 90px;
    max-width: 90px
}

.landing .content.-user-login,
.landing .content.-sign-in-as-parent,
.landing .new_parent,
.landing .new_user,
.landing .new_admin,
.landing .edit_parent,
.landing .edit_user,
.landing .verify-email-by-password,
.landing-layout .content.-user-login,
.landing-layout .content.-sign-in-as-parent,
.landing-layout .new_parent,
.landing-layout .new_user,
.landing-layout .new_admin,
.landing-layout .edit_parent,
.landing-layout .edit_user,
.landing-layout .verify-email-by-password {
    margin-top: 60px
}

.landing .logo-and-terms-footer,
.landing-layout .logo-and-terms-footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    bottom: 0;
    color: white;
    left: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    right: 0;
    width: 100%;
    font-size: 10.5px;
    letter-spacing: 0.5px
}

.landing .logo-and-terms-footer .-footer a,
.landing-layout .logo-and-terms-footer .-footer a {
    color: white;
    text-decoration: none;
    margin-left: 3px
}

.landing .logo-and-terms-footer .-footer a:hover,
.landing-layout .logo-and-terms-footer .-footer a:hover {
    text-decoration: underline
}

.landing .logo-and-terms-footer .additional-text,
.landing .logo-and-terms-footer .footer-terms,
.landing-layout .logo-and-terms-footer .additional-text,
.landing-layout .logo-and-terms-footer .footer-terms {
    font-weight: 100
}

.landing .logo-and-terms-footer .oa-logo,
.landing .logo-and-terms-footer .admin-link,
.landing .logo-and-terms-footer .footer-terms,
.landing-layout .logo-and-terms-footer .oa-logo,
.landing-layout .logo-and-terms-footer .admin-link,
.landing-layout .logo-and-terms-footer .footer-terms {
    height: 30px
}

.landing .logo-and-terms-footer .applogo,
.landing-layout .logo-and-terms-footer .applogo {
    margin-right: 5px;
    width: 30px;
    height: 30px
}

#menu {
    background-color: #d03625;
    pointer-events: all;
    top: 137px;
    z-index: 20
}

#menu .student-dropdown .dropdown-toggle {
    color: #aaccff;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    outline: none;
    background: #222233;
    height: 40px;
    line-height: 20px;
    padding: 10px 0 10px 20px
}

#menu .student-dropdown .dropdown-toggle svg {
    width: 12px;
    margin-top: 6px;
    margin-right: 20px
}

#menu .student-dropdown .dropdown-toggle svg path {
    fill: #859bbb
}

#menu .student-dropdown .dropdown-menu,
#menu .student-dropdown .select2-drop.select2-dropdown>ul {
    margin: 0;
    width: 100%
}

#menu .student-dropdown .dropdown-menu::before,
#menu .student-dropdown .select2-drop.select2-dropdown>ul::before {
    right: 18px
}

#menu .student-dropdown .dropdown-menu::after,
#menu .student-dropdown .select2-drop.select2-dropdown>ul::after {
    right: 16px
}

#menu .student-dropdown .dropdown-menu .person-block,
#menu .student-dropdown .select2-drop.select2-dropdown>ul .person-block {
    max-height: inherit;
    white-space: normal
}

#menu .student-dropdown .dropdown-menu .person-block .name,
#menu .student-dropdown .select2-drop.select2-dropdown>ul .person-block .name {
    word-break: break-word
}

#menu .student-dropdown li a {
    max-width: 100%;
    padding: 7px 20px 7px 20px;
    text-decoration: none
}

#menu .student-dropdown li a:hover,
#menu .student-dropdown li a:focus {
    color: #859bbb
}

#menu .student-dropdown .person-block {
    max-width: 85%;
    max-height: 20px;
    overflow: hidden;
    padding-left: 30px;
    position: relative
}

#menu .student-dropdown .person-block .avatar {
    left: 0;
    position: absolute;
    top: 0
}

#menu .student-dropdown .person-block .name {
    display: inline-block
}

#menu .nav-menu {
    min-height: 100%
}

#menu .nav-menu>li:last-child {
    margin-bottom: 50px
}

#menu.-parent .nav-menu {
    min-height: calc(100% - 40px)
}

#menu .nav-menu li.title {
    font-size: 11px
}

#menu .link {
    font-size: 13px;
    outline: none
}

#menu .pull-right.-flex,
#menu .form-group .-flex.info-link,
.form-group #menu .-flex.info-link,
#menu .col-sm-3.label-block .-flex.info-link,
.col-sm-3.label-block #menu .-flex.info-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

#menu svg path {
    fill: #ffffff
}

#menu .credentials {
    color: #ffffffa3;
    font-size: 11px;
    margin-top: -42px;
    padding-left: 20px
}

#menu .credentials .oa-copyright {
    padding-left: 25px;
    position: relative
}

#menu .credentials .oa-copyright .copyright-oa-logo {
    left: 0;
    position: absolute;
    top: 0
}

@media (min-width: 992px) {
    #menu {
        display: block !important
    }
}

main {
    margin-top: 0;
    padding: 0
}

main>.content-wrapper {
    padding: 20px
}

main .main-content {
    /* max-width: 1220px; */
    margin: auto;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-layout main {
        margin-left: 250px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    main.inactive:after {
        position: fixed
    }
}

@media (max-width: 991px) {
    main>.content-wrapper {
        margin: auto
    }
}

.toolbar-fusion {
    min-height: 60px
}

.toolbar-fusion .navbar {
    background-color: #ffffff;
    border: 0;
    height: 60px;
    padding: 0 20px
}

.toolbar-fusion .flexbox-container {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 60px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%
}

.toolbar-fusion .flexbox-container::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#00000000', GradientType=0);
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1001
}

.toolbar-fusion .flexbox-container svg:not(.-xs):not(.-sm) {
    width: 20px;
    height: 20px
}

.toolbar-fusion .app-flex-block,
.toolbar-fusion .search-flex-block,
.toolbar-fusion .admin-flex-block {
    -ms-flex-item-align: auto;
    -ms-flex: 1 1 auto;
    -ms-grid-row-align: auto;
    -webkit-align-self: auto;
    -webkit-flex: 1 1 auto;
    align-self: auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.toolbar-fusion .search-flex-block,
.toolbar-fusion .admin-flex-block {
    height: 40px
}

.toolbar-fusion .app-flex-block,
.toolbar-fusion .admin-flex-block {
    min-width: 230px;
    max-width: 230px
}

.toolbar-fusion .app-flex-block .link,
.toolbar-fusion .app-flex-block .link:hover,
.toolbar-fusion .app-flex-block .link:focus,
.toolbar-fusion .admin-flex-block .link,
.toolbar-fusion .admin-flex-block .link:hover,
.toolbar-fusion .admin-flex-block .link:focus {
    display: inline-block;
    text-decoration: none
}

.toolbar-fusion .app-flex-block {
    -ms-flex-order: 1;
    -webkit-order: 1;
    float: none;
    height: 60px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 10px 0
}

.toolbar-fusion .app-flex-block svg {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    vertical-align: middle
}

.toolbar-fusion .app-flex-block #menu-trigger {
    padding: 7px 20px 15px 0
}

.toolbar-fusion .app-flex-block #menu-trigger::after {
    left: 8px !important
}

.toolbar-fusion .app-flex-block #menu-trigger::after {
    left: 8px !important
}

.toolbar-fusion .app-flex-block #menu-trigger.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.toolbar-fusion .app-flex-block .brand {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 40px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-decoration: none
}

.toolbar-fusion .app-flex-block .app-logo {
    border-radius: 4px;
    margin-right: 10px;
    max-height: 40px;
    width: 40px
}

.toolbar-fusion .app-flex-block .admin-panel-text {
    color: #293041;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.toolbar-fusion .search-flex-block {
    -ms-flex-order: 2;
    -ms-flex-positive: 5;
    -ms-flex: 1 1 auto;
    -webkit-flex-grow: 5;
    -webkit-flex: 1 1 auto;
    -webkit-order: 2;
    -webkit-box-flex: 5;
    flex-grow: 5;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 0 20px;
    position: relative
}

.toolbar-fusion .search-flex-block .search-containter {
    margin: auto;
    max-width: 1220px;
    position: relative
}

.toolbar-fusion .search-flex-block .search-field-wrapper {
    position: relative
}

.toolbar-fusion .search-flex-block .search-field-wrapper svg {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    left: 20px;
    opacity: 1;
    position: absolute;
    top: 10px
}

.toolbar-fusion .search-flex-block .search {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 50px;
    width: 100%
}

.toolbar-fusion .search-flex-block .search:focus {
    padding-left: 10px
}

.toolbar-fusion .search-flex-block .search:focus+svg {
    opacity: 0
}

.toolbar-fusion .admin-flex-block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.toolbar-fusion .admin-flex-block .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.toolbar-fusion .admin-flex-block .description {
    color: #293041;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 12px;
    padding-left: 10px;
    text-overflow: ellipsis;
    width: 170px
}

.toolbar-fusion .admin-flex-block .icon-arrow-down {
    margin-bottom: 8px
}

.toolbar-fusion .admin-flex-block .dropdown.-user {
    height: 50px
}

.toolbar-fusion .admin-flex-block .dropdown-menu,
.toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul {
    min-width: 155px
}

.toolbar-fusion .admin-flex-block .dropdown-menu.-user,
.toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user {
    margin: 0;
    width: 230px;
    z-index: 1001
}

.toolbar-fusion .admin-flex-block .dropdown-menu.-user::after,
.toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user::after {
    left: 50px;
    right: initial
}

.toolbar-fusion .admin-flex-block .dropdown-menu.-user::before,
.toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user::before {
    left: 52px;
    right: initial
}

.toolbar-fusion .admin-flex-block .link.-dropdown {
    padding-left: 14px;
    white-space: normal;
    width: 100%;
    word-break: break-word
}

.toolbar-fusion .admin-flex-block .icon-svg.-dropdown {
    margin-right: 7px
}

.toolbar-fusion .admin-flex-block .icon-svg.-dropdown path {
    fill: #a6bedc
}

.toolbar-fusion .admin-flex-block .badge.-user {
    background-color: #eff6ff;
    color: #859bbb;
    font-weight: 400
}

.toolbar-fusion .admin-flex-block .link.-dropdown:hover .badge.-user {
    background-color: #e94b35;
    color: white
}

.toolbar-fusion .admin-flex-block .link.-dropdown:hover .icon-svg.-dropdown path {
    fill: #478cfe
}

@media (max-width: 991px) {
    .app-flex-block .brand {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .app-flex-block #menu-trigger {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 768px) {
    .toolbar-fusion .admin-flex-block {
        min-width: 40px;
        max-width: 40px
    }

    .toolbar-fusion .admin-flex-block .description {
        display: none
    }

    .toolbar-fusion .admin-flex-block .icon-arrow-down {
        display: none
    }

    .toolbar-fusion .admin-flex-block .dropdown-menu.-user,
    .toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user {
        left: inherit;
        margin: 17px 0 0;
        right: 0;
        top: 33px;
        z-index: 1002
    }

    .toolbar-fusion .admin-flex-block .dropdown-menu.-user::before,
    .toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user::before {
        left: initial;
        right: 12px
    }

    .toolbar-fusion .admin-flex-block .dropdown-menu.-user::after,
    .toolbar-fusion .admin-flex-block .select2-drop.select2-dropdown>ul.-user::after {
        left: initial;
        right: 10px
    }
}

.sidebar-content .quick-links-section .btn,
.sidebar-content .quick-links-section .form-actions input[type="submit"],
.form-actions .sidebar-content .quick-links-section input[type="submit"],
.sidebar-content .quick-links-section .form-actions button[type="submit"],
.form-actions .sidebar-content .quick-links-section button[type="submit"],
.sidebar-content .quick-links-section .pill {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-content .quick-links-section .btn:not(:last-child),
.sidebar-content .quick-links-section .form-actions input[type="submit"]:not(:last-child),
.form-actions .sidebar-content .quick-links-section input[type="submit"]:not(:last-child),
.sidebar-content .quick-links-section .form-actions button[type="submit"]:not(:last-child),
.form-actions .sidebar-content .quick-links-section button[type="submit"]:not(:last-child),
.sidebar-content .quick-links-section .pill:not(:last-child) {
    margin-bottom: 10px
}

.sidebar-content .quick-links-section .btn svg,
.sidebar-content .quick-links-section .form-actions input[type="submit"] svg,
.form-actions .sidebar-content .quick-links-section input[type="submit"] svg,
.sidebar-content .quick-links-section .form-actions button[type="submit"] svg,
.form-actions .sidebar-content .quick-links-section button[type="submit"] svg,
.sidebar-content .quick-links-section .pill svg {
    margin-right: 7px
}

.sidebar-content .quick-links-section .btn-application svg {
    margin-right: 7px
}

.sidebar-content .quick-links-section .btn,
.sidebar-content .quick-links-section .form-actions input[type="submit"],
.form-actions .sidebar-content .quick-links-section input[type="submit"],
.sidebar-content .quick-links-section .form-actions button[type="submit"],
.form-actions .sidebar-content .quick-links-section button[type="submit"],
.sidebar-content .quick-links-section .pill,
.sidebar-content .quick-links-section .dropdown .dropdown-menu,
.sidebar-content .quick-links-section .dropdown .select2-drop.select2-dropdown>ul {
    font-size: 13px;
    width: 197px
}

.sidebar-content .quick-links-section .dropdown .dropdown-menu,
.sidebar-content .quick-links-section .dropdown .select2-drop.select2-dropdown>ul {
    margin-top: 10px
}

.sidebar-content .quick-links-section .dropdown .dropdown-menu a,
.sidebar-content .quick-links-section .dropdown .select2-drop.select2-dropdown>ul a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #293041;
    padding-left: 11px;
    padding-right: 10px;
    font-weight: 100
}

.sidebar-content .quick-links-section .dropdown .dropdown-menu a span,
.sidebar-content .quick-links-section .dropdown .select2-drop.select2-dropdown>ul a span {
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebar-content .quick-links-section .btn-inquiry path {
    fill: #3B9EE0
}

.sidebar-content .quick-links-section .btn-application path {
    fill: #E87E04
}

.sidebar-content .quick-links-section .btn-application svg {
    width: 16px;
    height: 16px
}

.sidebar-content .quick-links-section .btn-tour path {
    fill: #F6A71B
}

.sidebar-content .quick-links-section .btn-open-day path {
    fill: #1ECD6E
}

.sidebar-content .student-history #applicant-history-parents .title {
    padding-bottom: 8px
}

.sidebar-content .student-history .fu-lg {
    float: left;
    margin-right: 11px;
    margin-top: 2px;
    position: relative;
    width: 15px;
    height: 15px
}

.sidebar-content .student-history .student {
    margin-bottom: 3px;
    padding: 2px 0
}

.sidebar-content .student-history .status {
    margin-bottom: 4px;
    text-shadow: 1px 1px 0 #ffffff
}

.sidebar-content .student-history .status-name {
    color: #293041;
    font-size: 13px;
    word-wrap: break-word
}

.sidebar-content .student-history .status-date {
    color: #859bbb;
    font-size: 12px
}

.sidebar-content .student-history .btn-undo {
    color: #859bbb;
    float: right;
    text-decoration: underline
}

.sidebar-content .student-history .btn-undo:hover {
    text-decoration: none
}

.sidebar-content .campus {
    margin-top: 20px
}

.sidebar-content .campus:first-child {
    margin-top: 0
}

.sidebar-content .campus .map {
    max-width: 230px;
    padding: 0px
}

.sidebar-content .campus .description {
    padding-top: 6px
}

.sidebar-content .content-unit {
    min-width: 230px
}

.sidebar-content .content-unit:not(:last-child) {
    border-bottom: 1px solid #d9e7f6
}

.sidebar-content .content-unit .title {
    background-color: transparent;
    background-image: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a6bedc;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase
}

.sidebar-content .content-unit .send-invitation-mail-title {
    padding-left: 10px
}

.sidebar-content .additional-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-wrap: break-word
}

.sidebar-content .additional-info svg {
    margin-right: 7px
}

.sidebar-content .additional-info+.additional-info {
    margin-top: 5px
}

.sidebar-content .additional-info .additional-info-text {
    max-width: 200px
}

.sidebar-content .person-block {
    display: block
}

.sidebar-content .person-block:not(:last-child) {
    padding-bottom: 20px
}

.sidebar-content .person-block .description {
    max-width: 160px
}

.sidebar-content .person-block .description .name,
.sidebar-content .person-block .description .role {
    white-space: normal
}

.sidebar-content .person-block .additional-info {
    margin: 5px 0 0 3px
}

.sidebar-content .person-block .additional-info:first-child {
    margin-top: 10px
}

@media (max-width: 1199px) {
    .sidebar-content {
        padding: 0 20px 0 20px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .sidebar-content .content-unit {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .sidebar-content .media-body {
        width: auto
    }

    .sidebar-content .content-unit .title {
        text-align: center
    }

    .sidebar-content .content-unit.-history .student {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .sidebar-content {
        padding-top: 20px !important;
        right: 20px !important;
        width: 230px !important
    }

    .sidebar-content .content-unit {
        padding-bottom: 20px
    }

    .sidebar-content .content-unit:not(:first-child) {
        padding-top: 20px
    }
}

.toolbar-parent {
    min-height: 90px
}

.toolbar-parent .navbar {
    background-color: #ffffff;
    border: 0;
    height: 100px;
    padding: 0 20px;
    z-index: 5;
}

.toolbar-parent .flexbox-container {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: nowrap;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    flex-wrap: nowrap;
    height: 90px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%
}

.toolbar-parent .flexbox-container::before {
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1001;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#00000000', GradientType=0)
}

.toolbar-parent .flexbox-container svg:not(.-xs):not(.-sm) {
    width: 30px;
    height: 30px
}

.toolbar-parent .flexbox-container.-parent .school-flex-block {
    max-width: calc(100% - 310px)
}

.toolbar-parent .flexbox-container.-parent .user-flex-block {
    min-width: 230px;
    max-width: 230px
}

.toolbar-parent .flexbox-container.-parent .-user {
    float: right
}

.toolbar-parent .flexbox-container.-parent .dropdown-toggle {
    max-width: inherit
}

.toolbar-parent .flexbox-container.-parent.-show-search .school-flex-block {
    max-width: 230px
}

.toolbar-parent .flexbox-container.-show-search .search-flex-block {
    max-width: none;
    min-width: auto
}

.toolbar-parent .school-flex-block,
.toolbar-parent .search-flex-block,
.toolbar-parent .language-flex-block,
.toolbar-parent .user-flex-block {
    -ms-flex-item-align: auto;
    -ms-flex: 1 1 auto;
    -ms-grid-row-align: auto;
    -webkit-align-self: auto;
    -webkit-flex: 1 1 auto;
    align-self: auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.toolbar-parent .search-flex-block,
.toolbar-parent .language-flex-block,
.toolbar-parent .user-flex-block {
    height: 40px
}

.toolbar-parent .school-flex-block.active,
.toolbar-parent .user-flex-block {
    min-width: 230px;
    max-width: 230px
}

.toolbar-parent .school-flex-block.active .full-mode-content,
.toolbar-parent .user-flex-block .full-mode-content {
    float: right
}

.toolbar-parent .school-flex-block.active .full-mode-content .btn,
.toolbar-parent .school-flex-block.active .full-mode-content .form-actions input[type="submit"],
.form-actions .toolbar-parent .school-flex-block.active .full-mode-content input[type="submit"],
.toolbar-parent .school-flex-block.active .full-mode-content .form-actions button[type="submit"],
.form-actions .toolbar-parent .school-flex-block.active .full-mode-content button[type="submit"],
.toolbar-parent .school-flex-block.active .full-mode-content .pill,
.toolbar-parent .user-flex-block .full-mode-content .btn,
.toolbar-parent .user-flex-block .full-mode-content .form-actions input[type="submit"],
.form-actions .toolbar-parent .user-flex-block .full-mode-content input[type="submit"],
.toolbar-parent .user-flex-block .full-mode-content .form-actions button[type="submit"],
.form-actions .toolbar-parent .user-flex-block .full-mode-content button[type="submit"],
.toolbar-parent .user-flex-block .full-mode-content .pill {
    font-size: 13px
}

.toolbar-parent .school-flex-block.active .link,
.toolbar-parent .school-flex-block.active .link:hover,
.toolbar-parent .school-flex-block.active .link:focus,
.toolbar-parent .user-flex-block .link,
.toolbar-parent .user-flex-block .link:hover,
.toolbar-parent .user-flex-block .link:focus {
    display: inline-block;
    text-decoration: none
}

.toolbar-parent .school-flex-block {
    -ms-flex-order: 1;
    -webkit-order: 1;
    float: none;
    height: 90px;
    padding: 10px 0;
    width: calc(100% - 310px);
    -webkit-box-ordinal-group: 2;
    order: 1
}

.toolbar-parent .school-flex-block svg {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    vertical-align: middle
}

.toolbar-parent .school-flex-block #menu-trigger {
    /* padding: 7px 20px 15px 0 */
    margin-left: -80px;
}

.toolbar-parent .school-flex-block #menu-trigger::after {
    left: 8px !important
}

.toolbar-parent .school-flex-block #menu-trigger::after {
    left: 8px !important
}

.toolbar-parent .school-flex-block #menu-trigger.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.toolbar-parent .school-flex-block .school-logo-name {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    height: 70px;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.toolbar-parent .school-flex-block .school-logo-name {
    text-decoration: none
}

.toolbar-parent .school-flex-block .school-logo {
    border-radius: 4px;
    margin-right: 10px;
    max-height: 70px;
    width: auto;
    overflow: hidden
}

.toolbar-parent .school-flex-block .school-name {
    color: #293041;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.toolbar-parent .search-flex-block {
    -ms-flex-order: 2;
    -ms-flex-positive: 5;
    -ms-flex: 1 1 auto;
    -webkit-flex-grow: 5;
    -webkit-flex: 1 1 auto;
    -webkit-order: 2;
    -webkit-box-flex: 5;
    flex-grow: 5;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 0 20px;
    position: relative;
    min-width: 80px;
    max-width: 80px
}

.toolbar-parent .search-flex-block .search-containter {
    max-width: 1220px;
    position: relative;
    margin: auto
}

.toolbar-parent .search-flex-block .search-toggler {
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 40px;
    height: 40px
}

.toolbar-parent .search-flex-block .toggle-show-icon {
    position: relative;
    top: 10px
}

.toolbar-parent .search-flex-block .toggle-show-icon path {
    fill: #478cfe
}

.toolbar-parent .search-flex-block .search-field-wrapper {
    display: none;
    position: relative
}

.toolbar-parent .search-flex-block .search-field-wrapper svg {
    left: 20px;
    opacity: 1;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.toolbar-parent .search-flex-block .search {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 50px;
    width: 100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.toolbar-parent .search-flex-block .search:focus {
    padding-left: 10px
}

.toolbar-parent .search-flex-block .search:focus+svg {
    opacity: 0
}

.toolbar-parent .user-flex-block {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.toolbar-parent .user-flex-block .toolbar-flag {
    height: 40px;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 0 8px
}

.toolbar-parent .language-block {
    min-width: 100px;
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.toolbar-parent .language-flex-block {
    max-width: 40px;
    min-width: 40px;
    line-height: 30px;
    height: 30px;
    padding: 0 9px
}

.toolbar-parent .language-flex-block:not(.btn):not(.pill) {
    border: 1px solid transparent
}

.toolbar-parent .language-flex-block .toolbar-flag {
    height: 28px;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.toolbar-parent .language-flex-block-en {
    margin-left: 10px
}

.toolbar-parent .language-flex-current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #fff 100%);
    background-repeat: repeat-x;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0.5px 1.5px 2.5px rgba(0, 0, 0, 0.05);
    cursor: auto
}

.toolbar-parent .user-flex-block {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.toolbar-parent .user-flex-block .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.toolbar-parent .user-flex-block .desciption {
    padding-left: 10px;
    width: 170px;
    vertical-align: middle
}

.toolbar-parent .user-flex-block .name,
.toolbar-parent .user-flex-block .title {
    max-width: inherit;
    text-overflow: ellipsis
}

.toolbar-parent .user-flex-block .name {
    color: #293041;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 1px 0
}

.toolbar-parent .user-flex-block .title {
    color: #859bbb;
    font-size: 11px
}

.toolbar-parent .user-flex-block .icon-arrow-down {
    height: 40px
}

.toolbar-parent .user-flex-block .dropdown.-user {
    height: 50px
}

.toolbar-parent .user-flex-block .dropdown-menu,
.toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul {
    min-width: 155px
}

.toolbar-parent .user-flex-block .dropdown-menu.-user,
.toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user {
    margin: 0;
    width: 230px;
    z-index: 1001
}

.toolbar-parent .user-flex-block .dropdown-menu.-user.-guest,
.toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user.-guest {
    width: 100%
}

.toolbar-parent .user-flex-block .dropdown-menu.-user::after,
.toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user::after {
    left: 50px;
    right: initial
}

.toolbar-parent .user-flex-block .dropdown-menu.-user::before,
.toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user::before {
    left: 52px;
    right: initial
}

.toolbar-parent .user-flex-block .link.-dropdown {
    padding-left: 14px;
    white-space: normal;
    width: 100%;
    word-break: break-word
}

.toolbar-parent .user-flex-block .icon-svg.-dropdown {
    margin-right: 7px
}

.toolbar-parent .user-flex-block .icon-svg.-dropdown path {
    fill: #a6bedc
}

.toolbar-parent .user-flex-block .badge.-user {
    background-color: #eff6ff;
    color: #859bbb;
    font-weight: 400
}

.toolbar-parent .user-flex-block .link.-dropdown:hover .badge.-user {
    background-color: #e94b35;
    color: white
}

.toolbar-parent .user-flex-block .link.-dropdown:hover .icon-svg.-dropdown path {
    fill: #478cfe
}

.toolbar-parent .user-flex-block .buttons {
    height: 40px;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.toolbar-parent .user-flex-block .buttons .btn,
.toolbar-parent .user-flex-block .buttons .form-actions input[type="submit"],
.form-actions .toolbar-parent .user-flex-block .buttons input[type="submit"],
.toolbar-parent .user-flex-block .buttons .form-actions button[type="submit"],
.form-actions .toolbar-parent .user-flex-block .buttons button[type="submit"],
.toolbar-parent .user-flex-block .buttons .pill {
    margin: 0 5px
}

.toolbar-parent .user-flex-block .buttons .btn:last-child,
.toolbar-parent .user-flex-block .buttons .form-actions input[type="submit"]:last-child,
.form-actions .toolbar-parent .user-flex-block .buttons input[type="submit"]:last-child,
.toolbar-parent .user-flex-block .buttons .form-actions button[type="submit"]:last-child,
.form-actions .toolbar-parent .user-flex-block .buttons button[type="submit"]:last-child,
.toolbar-parent .user-flex-block .buttons .pill:last-child {
    margin-right: 0
}

.flexbox-container.-show-search .search-flex-block {
    min-width: initial;
    max-width: initial
}

.flexbox-container.-show-search .search-flex-block .search-field-wrapper {
    display: block
}

.flexbox-container.-show-search .toggle-show-icon {
    display: none
}

.flexbox-container.-show-search .toggle-hide-icon {
    display: inline;
    position: relative;
    top: 10px
}

.lite-mode .navbar-lite {
    background-color: #293041;
    height: 20px
}

.lite-mode .navbar-lite * {
    color: white;
    font-weight: 100
}

.lite-mode .toolbar-parent {
    margin-top: 20px
}

.lite-mode .toolbar-parent .navbar {
    top: 20px
}

.lite-mode #menu {
    top: 80px
}

.lp-enabled .toolbar-parent .navbar {
    top: 30px
}

.lp-enabled #menu {
    top: 90px
}

.lp-enabled.lite-mode .navbar-lite {
    top: 30px
}

.lp-enabled.lite-mode .toolbar-parent .navbar {
    top: 50px
}

.lp-enabled.lite-mode #menu {
    top: 110px
}

@media (max-width: 1200px) {
    .flexbox-container .school-flex-block {
        max-width: calc(100% - 255px)
    }

    .flexbox-container .language-flex-block {
        max-width: 40px;
        min-width: 40px
    }

    .flexbox-container .user-flex-block {
        max-width: 175px;
        min-width: inherit
    }
}

@media (min-width: 992px) {
    .flexbox-container.-show-search .school-flex-block {
        min-width: 230px;
        max-width: 230px
    }

    .flexbox-container.-show-search .school-flex-block .school-logo-name {
        width: 230px
    }

    .flexbox-container.-show-search .school-flex-block .school-name {
        width: 180px
    }
}

@media (max-width: 991px) {
    .toolbar-parent .flexbox-container.-show-search .school-flex-block {
        min-width: 20px;
        max-width: 20px
    }

    .toolbar-parent .flexbox-container.-show-search.-parent .school-flex-block {
        min-width: 20px;
        max-width: 20px
    }

    .toolbar-parent .school-flex-block .school-logo-name {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .toolbar-parent .school-flex-block #menu-trigger {
        display: inline-block
    }
}

@media (max-width: 768px) {
    .toolbar-parent .school-flex-block {
        max-width: calc(100% - 140px)
    }

    .toolbar-parent .user-flex-block {
        min-width: 40px;
        max-width: 40px
    }

    .toolbar-parent .user-flex-block .full-mode-content,
    .toolbar-parent .user-flex-block .desciption {
        display: none
    }

    .toolbar-parent .user-flex-block .simple-mode-content {
        display: block
    }

    .toolbar-parent .user-flex-block .icon-arrow-down {
        display: none
    }

    .toolbar-parent .user-flex-block .dropdown-menu.-user,
    .toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user {
        left: inherit;
        margin: 17px 0 0;
        right: 0;
        top: 33px;
        z-index: 1002
    }

    .toolbar-parent .user-flex-block .dropdown-menu.-user::before,
    .toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user::before {
        left: initial;
        right: 12px
    }

    .toolbar-parent .user-flex-block .dropdown-menu.-user::after,
    .toolbar-parent .user-flex-block .select2-drop.select2-dropdown>ul.-user::after {
        left: initial;
        right: 10px
    }

    .toolbar-parent .flexbox-container.-parent .school-flex-block {
        max-width: calc(100% - 120px)
    }

    .toolbar-parent .flexbox-container.-parent .user-flex-block {
        max-width: 40px;
        min-width: inherit
    }

    .toolbar-parent .flexbox-container.-parent .dropdown-toggle {
        min-width: inherit
    }

    .toolbar-parent .language-flex-block-2nd {
        margin-left: 10px
    }

    .toolbar-parent .language-flex-current {
        display: none
    }
}

.pages-controller #school-name {
    border-bottom: 0;
    padding: 17px 20px;
    position: relative;
    z-index: 10
}

.pages-controller #school-name .school-logo-wrapper {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 5px 20px 0px rgba(39, 49, 65, 0.2);
    box-shadow: 0 5px 20px 0px rgba(39, 49, 65, 0.2);
    position: absolute;
    top: -55px
}

.pages-controller #school-name .school-logo-wrapper .school-logo-inner {
    width: 100px;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.pages-controller #school-name .school-logo-wrapper img {
    max-height: 100px;
    max-width: 100px
}

.pages-controller #school-name .title {
    font-size: 21px;
    margin-left: 120px
}

.pages-controller #school-name .title i {
    height: 20px
}

.pages-controller .promo-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11
}

.pages-controller .promo-block {
    border-top: 1px solid #d9e7f7;
    color: #293041;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-align: center
}

.pages-controller .promo-block+.promo-block {
    border-left: 1px solid #d9e7f7
}

.pages-controller .promo-block>svg {
    bottom: 0;
    height: auto;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 0
}

.pages-controller .promo-block .btn,
.pages-controller .promo-block .form-actions input[type="submit"],
.form-actions .pages-controller .promo-block input[type="submit"],
.pages-controller .promo-block .form-actions button[type="submit"],
.form-actions .pages-controller .promo-block button[type="submit"],
.pages-controller .promo-block .pill {
    max-width: 100%
}

.pages-controller .promo-block .button-name-text {
    overflow: hidden;
    text-overflow: ellipsis
}

.pages-controller .promo-block .description,
.pages-controller .promo-block .submit-btn-wrapper {
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: calc(100% - 40px)
}

.pages-controller .promo-block .submit-btn-wrapper {
    bottom: 20px
}

.pages-controller .promo-block .description {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 20px;
    white-space: nowrap
}

.pages-controller .promo-block .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    margin: 33px 0 45px
}

.pages-controller #slideshow .carousel-control .icon-svg {
    position: absolute;
    top: 50%;
    z-index: 5
}

.pages-controller #slideshow .carousel-control .icon-svg path {
    fill: #ffffff
}

.pages-controller #slideshow .carousel-control.left .icon-svg {
    left: 14px
}

.pages-controller #slideshow .carousel-control.right .icon-svg {
    right: 14px
}

.pages-controller #slideshow .item {
    background-size: cover;
    height: 300px;
    overflow: hidden
}

.pages-controller #slideshow .carousel-caption {
    bottom: 0;
    color: #ffffff;
    margin-left: 120px;
    max-width: 900px;
    padding: 15px 15px 0 15px;
    text-align: left
}

.pages-controller #slideshow .carousel-caption h4 {
    font-size: 13px;
    font-weight: 600
}

.pages-controller #slideshow .carousel-caption p {
    font-size: 10px
}

.pages-controller .content-block .bar .title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pages-controller .content.page {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.pages-controller .content.page img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 15px auto 15px
}

.pages-controller .content.page blockquote {
    border: 0;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    margin: 13px 0 13px 40px;
    padding: 0
}

.homepage-content {
    color: #293041
}

.homepage-header {
    border-top: 1px solid #d9e7f7;
    font-size: 14px;
    font-weight: 600;
    padding: 15px
}

.promo-drop-down {
    display: inline-block;
    max-width: 100%
}

.promo-drop-down .caret {
    margin: 5px 0 5px 5px
}

.promo-drop-down .dropdown-toggle {
    min-width: inherit
}

.promo-drop-down .button-name-text {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 14px)
}

.promo-drop-down .dropdown-menu,
.promo-drop-down .select2-drop.select2-dropdown>ul {
    left: inherit;
    right: 0
}

.promo-drop-down .dropdown-menu a,
.promo-drop-down .select2-drop.select2-dropdown>ul a {
    font-size: 12px;
    max-width: 100%;
    white-space: normal
}

.promo-drop-down .dropdown-menu a:hover,
.promo-drop-down .select2-drop.select2-dropdown>ul a:hover {
    color: #4b8ffa
}

.promo-drop-down .dropdown-menu a:hover svg path,
.promo-drop-down .select2-drop.select2-dropdown>ul a:hover svg path {
    fill: #4b8ffa
}

.promo-drop-down .dropdown-menu svg,
.promo-drop-down .select2-drop.select2-dropdown>ul svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle
}

.promo-drop-down .dropdown-menu svg path,
.promo-drop-down .select2-drop.select2-dropdown>ul svg path {
    fill: #859bbb
}

#buttons {
    margin-bottom: 20px
}

#buttons button {
    height: 113px
}

#buttons>.btn-group,
#buttons>.pill-group {
    height: 100px
}

#buttons .button-name-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

#buttons svg {
    width: 40px;
    height: 40px
}

#buttons svg path {
    fill: #478cfe
}

#buttons .dropdown-menu svg,
#buttons .select2-drop.select2-dropdown>ul svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

#buttons .dropdown-menu a,
#buttons .select2-drop.select2-dropdown>ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-datepicker-container {
    background-color: transparent;
    color: initial;
    /* font-family: sans-serif; */
    font-size: 10px;
    height: calc(100% - 20px);
    line-height: initial;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -1
}

.content-block .form-block-header {
    margin-left: -15px;
    margin-right: -15px
}

.content-block .form-steps .step:last-of-type {
    max-width: 180px
}

.children-for-enrollment .btn-yes i {
    vertical-align: text-top
}

.children-for-enrollment .btn-yes:not(.btn-success):not(.pill.pill-success) {
    color: #1ecd6e;
    background-color: #fff;
    border-color: #ccc
}

.children-for-enrollment .btn-no i {
    vertical-align: text-top
}

.children-for-enrollment .btn-no:not(.btn-danger):not(.pill.pill-danger) {
    color: #e94b35;
    background-color: #fff;
    border-color: #ccc
}

.children-for-enrollment .btn-pending:not(.btn-warning) {
    color: #f3c600;
    background-color: #fff;
    border-color: #ccc
}

.children-for-enrollment .btn-warning {
    color: white;
    background-color: #f3c600;
    border-color: #ebb708;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), color-stop(50%, #f3c600), to(#ebb708));
    background-image: linear-gradient(#ffdd23, #f3c600 50%, #ebb708);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFEBB708', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1)
}

.children-for-enrollment .btn-warning:focus,
.children-for-enrollment .btn-warning.focus {
    color: white;
    background-color: #c09c00;
    border-color: #705704
}

.children-for-enrollment .btn-warning:hover {
    color: white;
    background-color: #c09c00;
    border-color: #b08906
}

.children-for-enrollment .btn-warning:active,
.children-for-enrollment .btn-warning.active,
.open>.children-for-enrollment .btn-warning.dropdown-toggle {
    color: white;
    background-color: #c09c00;
    border-color: #b08906
}

.children-for-enrollment .btn-warning:active:hover,
.children-for-enrollment .btn-warning:active:focus,
.children-for-enrollment .btn-warning:active.focus,
.children-for-enrollment .btn-warning.active:hover,
.children-for-enrollment .btn-warning.active:focus,
.children-for-enrollment .btn-warning.active.focus,
.open>.children-for-enrollment .btn-warning.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning.dropdown-toggle.focus {
    color: white;
    background-color: #9c7f00;
    border-color: #705704
}

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

.children-for-enrollment .btn-warning.disabled:hover,
.children-for-enrollment .btn-warning.disabled:focus,
.children-for-enrollment .btn-warning.disabled.focus,
.children-for-enrollment .btn-warning[disabled]:hover,
.children-for-enrollment .btn-warning[disabled]:focus,
.children-for-enrollment .btn-warning[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning:hover,
fieldset[disabled] .children-for-enrollment .btn-warning:focus,
fieldset[disabled] .children-for-enrollment .btn-warning.focus {
    background-color: #f3c600;
    border-color: #ebb708
}

.children-for-enrollment .btn-warning .badge {
    color: #f3c600;
    background-color: white
}

.children-for-enrollment .btn-warning:active,
.children-for-enrollment .btn-warning.active,
.children-for-enrollment .btn-warning:active:focus,
.children-for-enrollment .btn-warning.active:focus,
.children-for-enrollment .btn-warning:active:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebb708), color-stop(50%, #f3c600), to(#ffdd23));
    background-image: linear-gradient(#ebb708, #f3c600 50%, #ffdd23);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBB708', endColorstr='#FFFFDD23', GradientType=0);
    border-color: #dbaa05;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.children-for-enrollment .btn-warning.disabled,
.children-for-enrollment .btn-warning:disabled,
.children-for-enrollment .btn-warning.disabled:active,
.children-for-enrollment .btn-warning:disabled:active,
.children-for-enrollment .btn-warning.disabled:hover,
.children-for-enrollment .btn-warning:disabled:hover,
.children-for-enrollment .btn-warning.disabled:focus,
.children-for-enrollment .btn-warning:disabled:focus {
    color: white;
    background-color: #f3c600;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), color-stop(50%, #f3c600), to(#ebb708)) !important;
    background-image: linear-gradient(#ffdd23, #f3c600 50%, #ebb708) !important;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFEBB708', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #ebb708
}

.children-for-enrollment .btn-warning.disabled:focus,
.children-for-enrollment .btn-warning.disabled.focus,
.children-for-enrollment .btn-warning:disabled:focus,
.children-for-enrollment .btn-warning:disabled.focus,
.children-for-enrollment .btn-warning.disabled:active:focus,
.children-for-enrollment .btn-warning.disabled:active.focus,
.children-for-enrollment .btn-warning:disabled:active:focus,
.children-for-enrollment .btn-warning:disabled:active.focus,
.children-for-enrollment .btn-warning.disabled:hover:focus,
.children-for-enrollment .btn-warning.disabled:hover.focus,
.children-for-enrollment .btn-warning:disabled:hover:focus,
.children-for-enrollment .btn-warning:disabled:hover.focus,
.children-for-enrollment .btn-warning.disabled:focus:focus,
.children-for-enrollment .btn-warning.disabled:focus.focus,
.children-for-enrollment .btn-warning:disabled:focus:focus,
.children-for-enrollment .btn-warning:disabled:focus.focus {
    color: white;
    background-color: #c09c00;
    border-color: transparent
}

.children-for-enrollment .btn-warning.disabled:hover,
.children-for-enrollment .btn-warning:disabled:hover,
.children-for-enrollment .btn-warning.disabled:active:hover,
.children-for-enrollment .btn-warning:disabled:active:hover,
.children-for-enrollment .btn-warning.disabled:hover:hover,
.children-for-enrollment .btn-warning:disabled:hover:hover,
.children-for-enrollment .btn-warning.disabled:focus:hover,
.children-for-enrollment .btn-warning:disabled:focus:hover {
    color: white;
    background-color: #c09c00;
    border-color: transparent
}

.children-for-enrollment .btn-warning.disabled:active,
.children-for-enrollment .btn-warning.disabled.active,
.open>.children-for-enrollment .btn-warning.disabled.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:active,
.children-for-enrollment .btn-warning:disabled.active,
.open>.children-for-enrollment .btn-warning:disabled.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:active:active,
.children-for-enrollment .btn-warning.disabled:active.active,
.open>.children-for-enrollment .btn-warning.disabled:active.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:active:active,
.children-for-enrollment .btn-warning:disabled:active.active,
.open>.children-for-enrollment .btn-warning:disabled:active.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:hover:active,
.children-for-enrollment .btn-warning.disabled:hover.active,
.open>.children-for-enrollment .btn-warning.disabled:hover.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:hover:active,
.children-for-enrollment .btn-warning:disabled:hover.active,
.open>.children-for-enrollment .btn-warning:disabled:hover.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:focus:active,
.children-for-enrollment .btn-warning.disabled:focus.active,
.open>.children-for-enrollment .btn-warning.disabled:focus.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:focus:active,
.children-for-enrollment .btn-warning:disabled:focus.active,
.open>.children-for-enrollment .btn-warning:disabled:focus.dropdown-toggle {
    color: white;
    background-color: #c09c00;
    border-color: transparent
}

.children-for-enrollment .btn-warning.disabled:active:hover,
.children-for-enrollment .btn-warning.disabled:active:focus,
.children-for-enrollment .btn-warning.disabled:active.focus,
.children-for-enrollment .btn-warning.disabled.active:hover,
.children-for-enrollment .btn-warning.disabled.active:focus,
.children-for-enrollment .btn-warning.disabled.active.focus,
.open>.children-for-enrollment .btn-warning.disabled.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning.disabled.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning.disabled.dropdown-toggle.focus,
.children-for-enrollment .btn-warning:disabled:active:hover,
.children-for-enrollment .btn-warning:disabled:active:focus,
.children-for-enrollment .btn-warning:disabled:active.focus,
.children-for-enrollment .btn-warning:disabled.active:hover,
.children-for-enrollment .btn-warning:disabled.active:focus,
.children-for-enrollment .btn-warning:disabled.active.focus,
.open>.children-for-enrollment .btn-warning:disabled.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning:disabled.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning:disabled.dropdown-toggle.focus,
.children-for-enrollment .btn-warning.disabled:active:active:hover,
.children-for-enrollment .btn-warning.disabled:active:active:focus,
.children-for-enrollment .btn-warning.disabled:active:active.focus,
.children-for-enrollment .btn-warning.disabled:active.active:hover,
.children-for-enrollment .btn-warning.disabled:active.active:focus,
.children-for-enrollment .btn-warning.disabled:active.active.focus,
.open>.children-for-enrollment .btn-warning.disabled:active.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning.disabled:active.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning.disabled:active.dropdown-toggle.focus,
.children-for-enrollment .btn-warning:disabled:active:active:hover,
.children-for-enrollment .btn-warning:disabled:active:active:focus,
.children-for-enrollment .btn-warning:disabled:active:active.focus,
.children-for-enrollment .btn-warning:disabled:active.active:hover,
.children-for-enrollment .btn-warning:disabled:active.active:focus,
.children-for-enrollment .btn-warning:disabled:active.active.focus,
.open>.children-for-enrollment .btn-warning:disabled:active.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning:disabled:active.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning:disabled:active.dropdown-toggle.focus,
.children-for-enrollment .btn-warning.disabled:hover:active:hover,
.children-for-enrollment .btn-warning.disabled:hover:active:focus,
.children-for-enrollment .btn-warning.disabled:hover:active.focus,
.children-for-enrollment .btn-warning.disabled:hover.active:hover,
.children-for-enrollment .btn-warning.disabled:hover.active:focus,
.children-for-enrollment .btn-warning.disabled:hover.active.focus,
.open>.children-for-enrollment .btn-warning.disabled:hover.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning.disabled:hover.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning.disabled:hover.dropdown-toggle.focus,
.children-for-enrollment .btn-warning:disabled:hover:active:hover,
.children-for-enrollment .btn-warning:disabled:hover:active:focus,
.children-for-enrollment .btn-warning:disabled:hover:active.focus,
.children-for-enrollment .btn-warning:disabled:hover.active:hover,
.children-for-enrollment .btn-warning:disabled:hover.active:focus,
.children-for-enrollment .btn-warning:disabled:hover.active.focus,
.open>.children-for-enrollment .btn-warning:disabled:hover.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning:disabled:hover.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning:disabled:hover.dropdown-toggle.focus,
.children-for-enrollment .btn-warning.disabled:focus:active:hover,
.children-for-enrollment .btn-warning.disabled:focus:active:focus,
.children-for-enrollment .btn-warning.disabled:focus:active.focus,
.children-for-enrollment .btn-warning.disabled:focus.active:hover,
.children-for-enrollment .btn-warning.disabled:focus.active:focus,
.children-for-enrollment .btn-warning.disabled:focus.active.focus,
.open>.children-for-enrollment .btn-warning.disabled:focus.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning.disabled:focus.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning.disabled:focus.dropdown-toggle.focus,
.children-for-enrollment .btn-warning:disabled:focus:active:hover,
.children-for-enrollment .btn-warning:disabled:focus:active:focus,
.children-for-enrollment .btn-warning:disabled:focus:active.focus,
.children-for-enrollment .btn-warning:disabled:focus.active:hover,
.children-for-enrollment .btn-warning:disabled:focus.active:focus,
.children-for-enrollment .btn-warning:disabled:focus.active.focus,
.open>.children-for-enrollment .btn-warning:disabled:focus.dropdown-toggle:hover,
.open>.children-for-enrollment .btn-warning:disabled:focus.dropdown-toggle:focus,
.open>.children-for-enrollment .btn-warning:disabled:focus.dropdown-toggle.focus {
    color: white;
    background-color: #9c7f00;
    border-color: transparent
}

.children-for-enrollment .btn-warning.disabled:active,
.children-for-enrollment .btn-warning.disabled.active,
.open>.children-for-enrollment .btn-warning.disabled.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:active,
.children-for-enrollment .btn-warning:disabled.active,
.open>.children-for-enrollment .btn-warning:disabled.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:active:active,
.children-for-enrollment .btn-warning.disabled:active.active,
.open>.children-for-enrollment .btn-warning.disabled:active.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:active:active,
.children-for-enrollment .btn-warning:disabled:active.active,
.open>.children-for-enrollment .btn-warning:disabled:active.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:hover:active,
.children-for-enrollment .btn-warning.disabled:hover.active,
.open>.children-for-enrollment .btn-warning.disabled:hover.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:hover:active,
.children-for-enrollment .btn-warning:disabled:hover.active,
.open>.children-for-enrollment .btn-warning:disabled:hover.dropdown-toggle,
.children-for-enrollment .btn-warning.disabled:focus:active,
.children-for-enrollment .btn-warning.disabled:focus.active,
.open>.children-for-enrollment .btn-warning.disabled:focus.dropdown-toggle,
.children-for-enrollment .btn-warning:disabled:focus:active,
.children-for-enrollment .btn-warning:disabled:focus.active,
.open>.children-for-enrollment .btn-warning:disabled:focus.dropdown-toggle {
    background-image: none
}

.children-for-enrollment .btn-warning.disabled.disabled:hover,
.children-for-enrollment .btn-warning.disabled.disabled:focus,
.children-for-enrollment .btn-warning.disabled.disabled.focus,
.children-for-enrollment .btn-warning.disabled[disabled]:hover,
.children-for-enrollment .btn-warning.disabled[disabled]:focus,
.children-for-enrollment .btn-warning.disabled[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:hover,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled.focus,
.children-for-enrollment .btn-warning:disabled.disabled:hover,
.children-for-enrollment .btn-warning:disabled.disabled:focus,
.children-for-enrollment .btn-warning:disabled.disabled.focus,
.children-for-enrollment .btn-warning:disabled[disabled]:hover,
.children-for-enrollment .btn-warning:disabled[disabled]:focus,
.children-for-enrollment .btn-warning:disabled[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:hover,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled.focus,
.children-for-enrollment .btn-warning.disabled:active.disabled:hover,
.children-for-enrollment .btn-warning.disabled:active.disabled:focus,
.children-for-enrollment .btn-warning.disabled:active.disabled.focus,
.children-for-enrollment .btn-warning.disabled:active[disabled]:hover,
.children-for-enrollment .btn-warning.disabled:active[disabled]:focus,
.children-for-enrollment .btn-warning.disabled:active[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:active:hover,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:active:focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:active.focus,
.children-for-enrollment .btn-warning:disabled:active.disabled:hover,
.children-for-enrollment .btn-warning:disabled:active.disabled:focus,
.children-for-enrollment .btn-warning:disabled:active.disabled.focus,
.children-for-enrollment .btn-warning:disabled:active[disabled]:hover,
.children-for-enrollment .btn-warning:disabled:active[disabled]:focus,
.children-for-enrollment .btn-warning:disabled:active[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:active:hover,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:active:focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:active.focus,
.children-for-enrollment .btn-warning.disabled:hover.disabled:hover,
.children-for-enrollment .btn-warning.disabled:hover.disabled:focus,
.children-for-enrollment .btn-warning.disabled:hover.disabled.focus,
.children-for-enrollment .btn-warning.disabled:hover[disabled]:hover,
.children-for-enrollment .btn-warning.disabled:hover[disabled]:focus,
.children-for-enrollment .btn-warning.disabled:hover[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:hover:hover,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:hover:focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:hover.focus,
.children-for-enrollment .btn-warning:disabled:hover.disabled:hover,
.children-for-enrollment .btn-warning:disabled:hover.disabled:focus,
.children-for-enrollment .btn-warning:disabled:hover.disabled.focus,
.children-for-enrollment .btn-warning:disabled:hover[disabled]:hover,
.children-for-enrollment .btn-warning:disabled:hover[disabled]:focus,
.children-for-enrollment .btn-warning:disabled:hover[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:hover:hover,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:hover:focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:hover.focus,
.children-for-enrollment .btn-warning.disabled:focus.disabled:hover,
.children-for-enrollment .btn-warning.disabled:focus.disabled:focus,
.children-for-enrollment .btn-warning.disabled:focus.disabled.focus,
.children-for-enrollment .btn-warning.disabled:focus[disabled]:hover,
.children-for-enrollment .btn-warning.disabled:focus[disabled]:focus,
.children-for-enrollment .btn-warning.disabled:focus[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:focus:hover,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:focus:focus,
fieldset[disabled] .children-for-enrollment .btn-warning.disabled:focus.focus,
.children-for-enrollment .btn-warning:disabled:focus.disabled:hover,
.children-for-enrollment .btn-warning:disabled:focus.disabled:focus,
.children-for-enrollment .btn-warning:disabled:focus.disabled.focus,
.children-for-enrollment .btn-warning:disabled:focus[disabled]:hover,
.children-for-enrollment .btn-warning:disabled:focus[disabled]:focus,
.children-for-enrollment .btn-warning:disabled:focus[disabled].focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:focus:hover,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:focus:focus,
fieldset[disabled] .children-for-enrollment .btn-warning:disabled:focus.focus {
    background-color: #f3c600;
    border-color: transparent
}

.children-for-enrollment .btn-warning.disabled .badge,
.children-for-enrollment .btn-warning:disabled .badge,
.children-for-enrollment .btn-warning.disabled:active .badge,
.children-for-enrollment .btn-warning:disabled:active .badge,
.children-for-enrollment .btn-warning.disabled:hover .badge,
.children-for-enrollment .btn-warning:disabled:hover .badge,
.children-for-enrollment .btn-warning.disabled:focus .badge,
.children-for-enrollment .btn-warning:disabled:focus .badge {
    color: #f3c600;
    background-color: white
}

.children-for-enrollment .btn-warning:hover,
.children-for-enrollment .btn-warning:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd23), to(#f3c600));
    background-image: linear-gradient(to bottom, #ffdd23 0%, #f3c600 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDD23', endColorstr='#FFF3C600', GradientType=0);
    border-color: #ebb708
}

.terms-conditions-options .inline-collection {
    text-align: center
}

.terms-conditions-options .option-positive,
.terms-conditions-options .option-negative {
    display: inline-block;
    font-weight: bold
}

.terms-conditions-options .option-positive {
    color: #1aaf5d
}

.terms-conditions-options .option-negative {
    color: #c23824
}

.student-reenrollment-header {
    margin: auto 0;
    top: 0;
    bottom: 0
}

.families-edit .field-group-record {
    position: relative
}

.families-edit .field-group-record .bar-narrow {
    margin-left: -15px;
    margin-right: -15px
}

.families-edit .row:first-of-type {
    margin-top: 0 !important
}

.families-edit .radio label {
    margin-right: 10px
}

.families-edit .control-group {
    margin-bottom: 10px
}

.families-edit .tar .cancel {
    float: right
}

.families-edit .popover {
    min-width: 240px
}

.bar-narrow {
    padding-top: 0;
    padding-bottom: 0
}

.col-sm-3.label-block label {
    margin: 10px 0 0
}

.field-value-wrapper label {
    color: #859bbb
}

.field-wrapper .radio label,
.field-wrapper .checkbox label {
    margin-right: 10px
}

.field-wrapper .radio:first-child,
.field-wrapper .checkbox:first-child {
    margin-top: 0
}

.field-wrapper .radio:last-of-type,
.field-wrapper .checkbox:last-of-type {
    margin-bottom: 0
}

.field-wrapper .radio-inline,
.field-wrapper .checkbox-inline {
    margin-left: 0;
    padding-left: 0
}

.field-wrapper .form-group .label-block+.translation-block,
.field-wrapper .col-sm-3.label-block .label-block+.translation-block {
    margin-top: -4px
}

.field-wrapper .form-group .translation-block,
.field-wrapper .col-sm-3.label-block .translation-block {
    color: #859bbb;
    font-style: italic;
    text-align: left;
    margin-bottom: 8px
}

.field-wrapper .form-group .help-block,
.field-wrapper .col-sm-3.label-block .help-block {
    text-align: left;
    margin-top: 10px
}

.field-wrapper .form-group .help-block:last-child,
.field-wrapper .col-sm-3.label-block .help-block:last-child {
    margin-bottom: 0
}

.field-wrapper .form-group .help-block p,
.field-wrapper .col-sm-3.label-block .help-block p {
    margin-bottom: 0
}

.gender-field .radio .label-block:last-child {
    margin-bottom: 0
}

.field-terms .alert-info {
    margin-bottom: 10px
}

.field-terms .terms-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    color: black
}

.field-terms .terms-content blockquote {
    font-size: inherit
}

.field-terms .terms-content img {
    max-width: 100%
}

.field-group .tac.add-field {
    margin-top: 10px
}

.form-group .signature-date,
.col-sm-3.label-block .signature-date {
    color: #859bbb;
    display: block;
    font-size: 11px;
    float: right;
    margin-top: 10px;
    text-align: right
}

.form-group .signature-date+.help-block,
.col-sm-3.label-block .signature-date+.help-block {
    display: block;
    float: left
}

.form-group.has-warning .input-group input+.input-group-addon,
.has-warning.col-sm-3.label-block .input-group input+.input-group-addon,
.form-group.has-warning .input-group input:focus+.input-group-addon,
.has-warning.col-sm-3.label-block .input-group input:focus+.input-group-addon {
    border-color: #f59d00
}

.field-section-header-text {
    color: #293041;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600
}

.field-group .field-group-header-text {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #293041;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600
}

.field-group .oa-prefix {
    margin-right: 5px
}

.field-group .tar {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto
}

.static-text-label,
.static-text-label-translation,
.form-description {
    margin-top: 10px
}

.static-text-label img,
.static-text-label-translation img {
    margin: 10px 0;
    max-width: 100%
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 15px
}

.form-footer .buttons {
    margin-left: auto
}

.form-footer .buttons .previous {
    margin-right: 10px
}

.form-footer .required-fields-legend>span {
    color: #e94b35
}

.group-field-js-error-message {
    padding-left: 4px
}

.group-field-js-error-message span {
    color: #e94b35
}

.public .checkbox .check_boxes {
    margin-right: 0 !important;
    vertical-align: top
}

.field-value-wrapper i[class^='flag-24'] {
    margin-right: 5px;
    margin-top: -6px;
    position: relative;
    top: 6px
}

.field-value-wrapper {
    min-height: 34px;
    word-break: break-all
}

.field-value-wrapper label {
    margin-bottom: 0
}

.field-value-wrapper p img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.field-value-wrapper .field-terms {
    margin-top: 5px
}

.bar+.content>.row:first-of-type {
    /* margin-top: 15px */
}

.bar+.content>.bar:first-child {
    border-top: 0
}

label {
    word-break: break-word
}

.info-icon {
    width: 15px;
    height: 15px;
    vertical-align: sub
}

.info-icon:hover path {
    fill: #478cfe
}

@keyframes loading-ellipsis {
    from {
        width: 0
    }

    to {
        width: 20px
    }
}

@-webkit-keyframes loading-ellipsis {
    from {
        width: 0
    }

    to {
        width: 20px
    }
}

.invoices-and-fees-wrapper .title.-main {
    font-size: 21px
}

.invoices-and-fees-wrapper .title.-total {
    font-size: 18px
}

.invoices-and-fees-wrapper .title.-welcome,
.invoices-and-fees-wrapper .title.-loading {
    color: #293041;
    font-size: 13px;
    padding: 10px 0 15px
}

.invoices-and-fees-wrapper .title.-loading::after {
    -webkit-animation: loading-ellipsis steps(6, end) 1s infinite;
    animation: loading-ellipsis steps(6, end) 1s infinite;
    content: '\2026';
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

.fees-container {
    background-color: #fbfcff;
    margin: 0 -15px;
    padding: 10px 15px;
    position: relative
}

.fees-container::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D000000', endColorstr='#00000000', GradientType=0);
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001
}

.fees-container .fees-table-wrapper {
    -webkit-box-shadow: 0 0 10px rgba(39, 49, 65, 0.1);
    box-shadow: 0 0 10px rgba(39, 49, 65, 0.1);
    margin-bottom: 20px
}

.fees-container .bar.-table {
    height: 51px;
    margin: 0
}

.fees-container .sort-select {
    display: inline-block
}

.fees-container .sort-text {
    color: #859bbb;
    font-size: 13px;
    font-weight: 100;
    padding-right: 8px
}

.fees-container .sort-text,
.fees-container .show-text {
    font-weight: 400
}

.fees-container .table-fusion {
    margin: 0
}

.fees-container .table-fusion th,
.fees-container .table-fusion td {
    font-weight: 400;
    padding: 6px 15px
}

.fees-container .table-fusion th {
    cursor: pointer;
    outline: none
}

.fees-container .table-fusion td {
    vertical-align: middle !important
}

.fees-container .table-fusion .icon-svg.-pdf {
    margin-left: -2px
}

.fees-container .table-fusion .avatar {
    margin-right: 5px;
    vertical-align: bottom
}

.fees-container .table-fusion .text.-red {
    color: #e94b35
}

.fees-container .table-fusion .link.-payment {
    color: #1ecd6e;
    margin-left: 5px;
    text-decoration: underline
}

.fees-container .table-fusion .link.-payment:hover {
    text-decoration: none
}

.fees-container .dataTables_empty {
    text-align: center
}

.fees-container .dtable-fusion-footer {
    border-color: #d9e7f7;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    margin: 0;
    min-height: 51px;
    text-align: center
}

.fees-container .dtable-fusion-footer .dataTables_info {
    float: left;
    font-weight: 400;
    left: 20px;
    padding-top: 6px
}

.fees-container .dtable-fusion-footer .dataTables_length {
    float: right;
    right: 20px
}

.fees-container .dtable-fusion-footer .show-text {
    top: 2px;
    position: relative;
    margin-right: 5px
}

.fees-container .dtable-fusion-footer .per-page-select {
    display: inline-block
}

.fees-container .dtable-fusion-footer .dataTables_paginate {
    display: inline-block
}

.fees-container .dtable-fusion-footer .paginate_button {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
    background: linear-gradient(#fff, #f9f9f9);
    border-radius: 2px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    color: #8693a6;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    outline: none;
    padding: 5px 10px
}

.fees-container .dtable-fusion-footer .paginate_button.disabled {
    border-color: #e1e1e1;
    color: #e1e1e1;
    cursor: not-allowed
}

.fees-container .dtable-fusion-footer .paginate_button.current {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fbfcff));
    background: linear-gradient(#eee, #fbfcff);
    border-color: #e1e1e1;
    -webkit-box-shadow: inset 0 3px 5px rgba(204, 204, 204, 0.5), 0 1px 1px #fff;
    box-shadow: inset 0 3px 5px rgba(204, 204, 204, 0.5), 0 1px 1px #fff;
    color: #8693a6;
    cursor: default
}

.fees-controller.index-action .select2-results {
    min-width: 100%;
    width: 100%
}

.fees-controller.index-action .select2-container {
    display: inline-block !important
}

.label {
    font-size: 10.5px;
    text-transform: capitalize
}

.event-label.-scheduled {
    background: #1ecd6e
}

.event-label.-canceled {
    background: #e94b35
}

.event-label.-completed {
    background: #1ecd6e
}

.event-label.-absent {
    background: #f59d00
}

.event-label.-rejected {
    background: #e94b35
}

.landing .new_parent,
.landing .new_user,
.landing .new_admin,
.landing .edit_parent,
.landing .edit_user,
.landing .verify-email-by-password {
    -webkit-box-shadow: 1.5px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1.5px 2px 10px rgba(0, 0, 0, 0.4);
    background: white;
    width: 300px;
    font-weight: 300
}

.landing .new_parent label,
.landing .new_user label,
.landing .new_admin label,
.landing .edit_parent label,
.landing .edit_user label,
.landing .verify-email-by-password label {
    font-weight: 300
}

.landing .new_parent .bar.bar-default,
.landing .new_user .bar.bar-default,
.landing .new_admin .bar.bar-default,
.landing .edit_parent .bar.bar-default,
.landing .edit_user .bar.bar-default,
.landing .verify-email-by-password .bar.bar-default {
    border-bottom: 1px solid #d9e7f7;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0
}

.landing .new_parent .primary-form-group,
.landing .new_user .primary-form-group,
.landing .new_admin .primary-form-group,
.landing .edit_parent .primary-form-group,
.landing .edit_user .primary-form-group,
.landing .verify-email-by-password .primary-form-group {
    margin-bottom: 20px
}

.landing .new_parent .title p,
.landing .new_user .title p,
.landing .new_admin .title p,
.landing .edit_parent .title p,
.landing .edit_user .title p,
.landing .verify-email-by-password .title p {
    font-weight: 600
}

.landing .new_parent .clearfix,
.landing .new_user .clearfix,
.landing .new_admin .clearfix,
.landing .edit_parent .clearfix,
.landing .edit_user .clearfix,
.landing .verify-email-by-password .clearfix {
    padding: 20px
}

.landing .new_parent .clearfix .checkbox,
.landing .new_user .clearfix .checkbox,
.landing .new_admin .clearfix .checkbox,
.landing .edit_parent .clearfix .checkbox,
.landing .edit_user .clearfix .checkbox,
.landing .verify-email-by-password .clearfix .checkbox {
    margin: 0
}

.landing .new_parent .actions,
.landing .new_user .actions,
.landing .new_admin .actions,
.landing .edit_parent .actions,
.landing .edit_user .actions,
.landing .verify-email-by-password .actions {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.landing .new_parent .actions.-user,
.landing .new_user .actions.-user,
.landing .new_admin .actions.-user,
.landing .edit_parent .actions.-user,
.landing .edit_user .actions.-user,
.landing .verify-email-by-password .actions.-user {
    padding-bottom: 20px
}

.landing .new_parent .suggest-bar,
.landing .new_user .suggest-bar,
.landing .new_admin .suggest-bar,
.landing .edit_parent .suggest-bar,
.landing .edit_user .suggest-bar,
.landing .verify-email-by-password .suggest-bar {
    padding: 20px;
    font-size: 13px
}

.landing .new_parent input[type='submit'],
.landing .new_user input[type='submit'],
.landing .new_admin input[type='submit'],
.landing .edit_parent input[type='submit'],
.landing .edit_user input[type='submit'],
.landing .verify-email-by-password input[type='submit'] {
    font-size: 14px;
    margin: 0;
    width: 100%;
    height: 41px
}

.landing .form-group:not(.has-error) input[type='email'],
.landing .col-sm-3.label-block:not(.has-error) input[type='email'],
.landing .form-group:not(.has-error) input[type='password'],
.landing .col-sm-3.label-block:not(.has-error) input[type='password'] {
    background-repeat: no-repeat;
    background-size: 16px
}

.comments-controller .date {
    color: #859bbb;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0 0 20px
}

.comments-controller .bar.-messages {
    padding-left: 20px
}

.comments-controller .message-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 20px
}

.comments-controller .message-row.-admin .message-author-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
    margin-left: 0
}

.comments-controller .message-row.-admin .message-body {
    margin-right: 40px;
    margin-left: 0;
    background: #eff6ff;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #dae8ff;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.comments-controller .message-row.-admin .message-body::before {
    background: #eff6ff;
    border: 1px solid #dae8ff;
    border-right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    left: -10px;
    top: -1px
}

.comments-controller .message-row.-admin .message-body::after {
    border: 1px solid #dae8ff;
    border-bottom: 0;
    border-left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    left: -10px;
    top: -1px
}

.comments-controller .message-author-image {
    margin-left: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.comments-controller .message-author-name {
    color: #293041;
    font-size: 13px;
    font-weight: 600
}

.comments-controller .message-time {
    color: #a6bedc
}

.comments-controller .message-body {
    margin-left: 40px;
    background: #fbfcff;
    border-radius: 10px 0 10px 10px;
    border: 1px solid #dae8ff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.comments-controller .message-body::before {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    right: -10px;
    top: -1px;
    background: #fbfcff;
    border: 1px solid #d9e7f7;
    border-left: 0;
    border-bottom-right-radius: 15px
}

.comments-controller .message-body::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    right: -10px;
    top: -1px;
    background: #ffffff;
    border-top-left-radius: 15px;
    border: 1px solid #dae8ff;
    border-right: 0;
    border-bottom: 0
}

.comments-controller .message-body-top {
    margin-bottom: 2px
}

.comments-controller .comment {
    font-size: 13px;
    color: #293041
}

.comments-controller .comment .richtext {
    word-break: break-word
}

.comments-controller .comment .richtext blockquote {
    border-left: 0
}

.comments-controller .comment .richtext img {
    width: 100%
}

.comments-controller .comment i.fu {
    width: 15px;
    margin-right: 9px
}

.comments-controller .comment .attachments-flex {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-controller .comment .attachments-flex a {
    font-size: 13px
}

.comments-controller .comment .attachments-flex .file-size {
    margin-left: 5px;
    font-size: 11px;
    color: #a6bedc
}

.comments-controller .message-title {
    color: #859bbb
}

.comments-controller .message-box {
    margin: 10px 0
}

.comments-controller .attachments-field .file_input_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.comments-controller .attachments-field .file_input_inline .fu {
    width: 15px;
    height: 20px;
    margin-right: 9px
}

.comments-controller .attachments-field .file_input_inline a {
    font-size: 13px
}

.comments-controller .attachments-field .file_input_inline span {
    font-size: 11px
}

.comments-controller .attachments-field .file_input_inline a,
.comments-controller .attachments-field .file_input_inline i,
.comments-controller .attachments-field .file_input_inline span {
    margin-right: 5px
}

.comments-controller .attachments-field .file_input_inline span {
    color: #859bbb
}

.comments-controller .attachments-field .file_input_inline .remove-fields:hover svg path {
    fill: #e94b35
}

.comments-controller .messages-container {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 48vh
}

.comments-controller #add-comment-button {
    margin-top: -30px
}

.content-block {
    margin-bottom: 10px
}

.notice-block.-static {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fbdeb9;
    border: 0;
    color: #ef8e13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 10px
}

.notice-block.-static::before,
.notice-block.-static::after {
    display: none
}

.notice-block.-static .icon-block {
    margin-right: 10px;
    min-width: 15px
}

.notice-block.-static .icon-block .info-icon path {
    fill: #ef8e13
}

.notice-block.-static p {
    margin: 0;
    word-wrap: break-word
}

.notice-block .instruction-block {
    width: 97%
}

.notice-block.-side {
    color: #859bbb
}

.parent-activity .activity-header .activity-type,
.parent-activity .activity-header .activity-type:active,
.parent-activity .activity-header .activity-type:focus,
.parent-activity .activity-header .activity-type:visited {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: baseline;
    text-decoration: none
}

.parent-activity .activity-header .activity-type:hover {
    text-decoration: underline
}

@media (max-width: 991px) {
    .parent-activity .activity-header .activity-type:hover {
        text-decoration: none
    }
}

.bar.-pagination {
    -ms-flex-line-pack: center;
    align-content: center;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

.bar.-pagination .entries-info {
    color: #859bbb;
    margin-right: auto;
    font-size: 13px;
    left: 15px
}

.bar.-pagination ul.pagination {
    display: block;
    margin: 0
}

.bar.-pagination .per-page-select-wrapper {
    margin-left: auto;
    right: 15px
}

.parent-dashobard-avatar {
    vertical-align: top
}

.edit-parent-btn {
    margin-right: 6px;
    margin-top: 10px
}

.edit-student-btn {
    margin-right: 9px
}

.section-name {
    border-top: 1px solid #d9e7f7;
    border-bottom: 1px solid #d9e7f7;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 19.5px
}

.section-name .text {
    font-weight: 600;
    color: #293041;
    margin-left: 20px;
    font-size: 17.7px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    padding-top: 19.5px;
    padding-bottom: 19.5px
}

.section-name .button a {
    margin-top: 15.5px;
    margin-right: 14px
}

.section-shift {
    margin-left: 5px
}

#parent-dashboard-header .header-bar {
    padding-bottom: 10px
}

#parent-dashboard-header .parent-name {
    vertical-align: top;
    font-size: 21.1px;
    line-height: 0.9;
    letter-spacing: -0.2px;
    margin-right: 4.5px;
    margin-left: 9.5px
}

#parent-dashboard-header .parent-title {
    color: white;
    display: inline-block;
    margin-top: 9px
}

#parent-dashboard-header .parent-status {
    color: #f0f6ff;
    font-size: 15px;
    letter-spacing: -.1px;
    line-height: 2.1;
    margin-left: 9.5px
}

#parent-dashboard-header .parent-flag {
    bottom: 2px;
    position: relative
}

#section-personal-information {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px
}

#section-personal-information ul {
    margin-bottom: 14.5px;
    padding-left: 0
}

#section-personal-information .title {
    color: #859bbb;
    white-space: nowrap
}

#section-personal-information .name {
    color: #293041;
    line-height: 1.4
}

#section-personal-information .map {
    float: left;
    height: 130px;
    margin-right: 10px;
    margin-top: 3px;
    max-width: 162px
}

#section-personal-information .map .static-map-image[alt] {
    text-align: center
}

#section-personal-information .section-body {
    padding-bottom: 0;
    margin-top: 17.5px;
    margin-left: 20.5px;
    margin-bottom: 5.5px
}

#section-personal-information .col-sm-6 {
    padding-left: 0;
    padding-right: 0
}

#section-children .student-block {
    margin-bottom: 14px;
    padding-left: 40px;
    position: relative
}

#section-children .parent-dashobard-avatar {
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

#section-children .student-title {
    display: block
}

#section-children .children-name {
    font-size: 14px;
    line-height: 1.4;
    margin-right: 4.5px;
    margin-left: 9.5px;
    font-weight: 600
}

#section-children .student-flag {
    position: relative;
    top: 3px
}

#section-children .student-status {
    margin-left: 8px
}

#section-children .student-status a {
    color: #478cfe
}

#section-children .student-status i {
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px
}

#section-children .student-status li {
    display: inline-block;
    padding-left: 18px;
    position: relative
}

#section-children .student-status .status-label {
    color: #293041;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    word-break: break-all
}

#section-children .student-status .status-date {
    font-size: 12px;
    color: #859bbb;
    line-height: 1.2
}

#section-children .dropdown-menu,
#section-children .select2-drop.select2-dropdown>ul {
    left: inherit;
    margin-top: 10px;
    min-width: 175px;
    right: 5px
}

#section-children .dropdown-menu a,
#section-children .select2-drop.select2-dropdown>ul a {
    margin-right: 0;
    margin-top: 0;
    min-width: 175px;
    white-space: initial
}

#section-tours-and-open-days .section-name {
    margin-bottom: 0
}

#section-tours-and-open-days .media {
    padding: 19px 20px 18px
}

#section-tours-and-open-days .media .event-heading .icon-text:last-child {
    margin-bottom: 0
}

#section-tours-and-open-days .media .event-heading .event-description {
    margin-bottom: 0
}

#section-tours-and-open-days .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4
}

#section-tours-and-open-days .title .label {
    font-weight: 200;
    line-height: 1.7;
    vertical-align: bottom;
    margin-left: 3.5px
}

.modal-backdrop {
    z-index: 1065
}

.payment-modal {
    top: 100px;
    z-index: 1075
}

.payment-field {
    cursor: pointer;
    margin: 0 0 15px;
    padding: 0 20px 0 0;
    position: relative
}

.payment-field input[type='radio'] {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    visibility: hidden
}




.no-payment-text {
    color: #859bbb;
    margin: 20px 0;
    text-align: center
}

.currency {
    color: #336dcd
}

.payment-form .card-year-selects .select2 {
    display: inline-block
}

.payment-form .form-group,
.payment-form .col-sm-3.label-block {
    display: inline-block;
    margin-right: 10px
}

.payment-form .form-group .popover,
.payment-form .col-sm-3.label-block .popover {
    min-width: 276px
}

.payment-form .form-group .hidden-image-cc,
.payment-form .col-sm-3.label-block .hidden-image-cc {
    opacity: 0;
    visibility: hidden
}

#submission_frame {
    width: 100%;
    height: 0;
    border: none
}

.fees-controller label.radio-inline {
    margin-bottom: 20px
}

.fees-controller hr {
    margin-top: 0
}

.stripe-form-row .StripeElement {
    background-color: white;
    padding: 8px 12px;
    margin-bottom: 18px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    -webkit-transition: -webkit-box-shadow 150ms ease;
    transition: -webkit-box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease
}

.stripe-form-row .StripeElement--focus {
    -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
    box-shadow: 0 1px 3px 0 #cfd7df
}

.stripe-form-row .StripeElement--invalid {
    border-color: #fa755a
}

.stripe-form-row .StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

.content-block .form-block-header {
    margin-left: -15px;
    margin-right: -15px
}

.content-block .form-steps .step:last-of-type {
    max-width: 180px
}

.children-for-enrollment .table-responsive,
.children-for-enrollment .table-children {
    margin-bottom: 0
}

.children-for-enrollment .table-children .avatar {
    vertical-align: top
}

.children-for-enrollment .table-children .name {
    display: inline-block;
    vertical-align: bottom
}

.children-for-enrollment .table-children .name .fa-arrow-right {
    color: #336dcd
}

.children-for-enrollment .reenroll-terms-fields .bar.block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 690px) {
    .re-enrollments-form th {
        display: none
    }

    .re-enrollments-form td {
        display: block;
        text-align: center
    }
}

.registrations-controller .rucaptcha-input {
    padding-left: 10px
}

.registrations-controller .error-info {
    margin-left: 10px;
    color: #e94b35;
    font-size: 12px;
    margin-top: 10px;
    text-align: left
}

.registrations-controller .welcome-message {
    padding: 20px;
    text-align: center
}

.registrations-controller .welcome-message .title {
    margin-bottom: 20px
}

.registrations-controller .welcome-message .description {
    color: #859bbb;
    font-size: 14px;
    font-weight: 300
}

.registrations-controller .gender-field .radio {
    padding-top: 0
}

.registrations-controller .bar+.bar {
    border-top-width: 0
}

.registrations-controller .bar p:last-child {
    margin-bottom: 0
}

.registrations-controller .main-content>.content-block {
    float: none !important;
    margin-top: 0 !important
}

.registrations-controller .form-horizontal .row .form-group,
.registrations-controller .form-horizontal .row .col-sm-3.label-block {
    margin-left: 0;
    margin-right: 0
}

.registrations-controller .form-horizontal.-register {
    margin-top: 20px
}

.registrations-controller .form-horizontal.-register .field-group {
    margin: 40px 0
}

.rois-controller .radio label {
    margin-right: 10px
}

.public.blue-theme #menu .nav-menu .item>.link.active,
.public.blue-theme #menu .nav-menu .item>.link:active,
.public.blue-theme #menu .nav-menu .item>.link:focus {
    background: #940f00
}

.public.blue-theme .form-steps .step.-title,
.public.blue-theme .form-steps .step.-complete {
    background-color: #cf3625
}

li.step.current.active>a.link {
    color: #fff;
}

.public.blue-theme .form-steps .step.current {
    color: #478cfe;
    cursor: default;
}


.public.blue-theme .main-content>.content-block .bar-primary:first-child {
    background-color: #478cfe
}

.public.blue-theme .nav-tabs>li:not(.active)>a {
    border-color: #336dcd
}

.public.blue-theme .nav-tabs>li:not(.active)>a:focus,
.public.blue-theme .nav-tabs>li:not(.active)>a:hover {
    border-color: #2957a4
}

.public.blue-theme .nav-tabs.tour-steps>li:not(.active)>a,
.public.blue-theme .nav-tabs.tour-steps>li:not(.active) .tab-number::before {
    color: white
}

.public.blue-theme .nav-tabs.tour-steps>li:not(.active) .tab-number {
    background: #478cfe;
    border: 1px solid white
}

.public.blue-theme .bar.-profile-header .parent-status,
.public.blue-theme .bar.-profile-header .student-role {
    color: white !important;
    opacity: 0.9
}

.public.blue-theme .bar.-profile-header path {
    fill: white !important;
    opacity: 0.9
}

.public.blue-theme .bar.-profile-header svg:hover path {
    opacity: 1
}

.select2-drop.select2-dropdown.select2-drop-above {
    margin: -10px 0 0 0
}

.select2-drop.select2-dropdown.select2-drop-above .select2-results {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-drop.select2-dropdown .select2-search input {
    background-position: 0.7em center !important
}

.select2-chosen .select-item-with-flag,
.select2-result-label .select-item-with-flag {
    margin: 1px 0
}

.select2-chosen .select-item-with-flag i,
.select2-result-label .select-item-with-flag i {
    margin: 1px 10px 0 0;
    min-width: 16px
}

.form-steps {
    background-color: white;
    /* border-bottom: 1px solid #d9e7f7; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px;
    list-style: none;
    margin: 0;
    width: 101.5%;
}

.form-steps+.content-block>form:first-child>.bar:first-of-type,
.form-steps+.content-block>.bar:first-of-type {
    border-top: 0
}

.form-steps .step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    /* height: 85px; */
    line-height: 20px;
    padding: 15px 15px 25px 20px;
    position: relative;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    white-space: nowrap;
}

.form-steps .step:not(.-title) {
    background-image: linear-gradient(78deg, rgba(51, 109, 205, 0.15) 0, transparent 18px);
    margin-left: -1px
}

.form-steps .step:last-of-type {
    /* max-width: 120px; */
    padding-right: 15px;
    width: 120px
}

.form-steps .step:not(.-title):not(.current):not(:last-of-type) {
    text-align: center;
    max-width: 80px;
    min-width: 80px
}

.form-steps .step:not(.-title):not(.current):not(:last-of-type) .link,
.form-steps .step:not(.-title):not(.current):not(:last-of-type) .page-name {
    color: transparent;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 15px
}

.form-steps .step:not(.-title):not(.current):not(:last-of-type) .step-number {
    margin-left: -5px
}

.form-steps .step.current {
    background-color: white;
    color: #478cfe
}

.form-steps .step.current a {
    color: #478cfe
}

.form-steps .step.-complete {
    background-image: linear-gradient(78deg, rgba(0, 0, 0, 0.1) 0, transparent 18px)
}

.form-steps .step.-title {
    margin-left: -16px;
    min-width: 160px;
    padding: 20px 20px 17px 25px;
    cursor: default;
}

.form-steps .step.-title,
.form-steps .step.-complete {
    background-color: #478cfe;
    color: white
}

.form-steps .step.-title .link,
.form-steps .step.-complete .link {
    color: white
}

.form-steps .step.disabled {
    cursor: not-allowed
}

.form-steps .step.current a,
.form-steps .step.current .text,
.form-steps .step.current .step-number {
    max-width: calc(100% - 10px)
}

.form-steps .step .link {
    z-index: 1
}

.form-steps .step .link,
.form-steps .step .text,
.form-steps .step .step-number {
    display: inline-block;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    white-space: normal;
    font-size: 14px;
}

.form-steps .step .link {
    color: #293041;
    text-decoration: none
}

#student-profile {
    margin-bottom: 0
}

#student-profile .student-info {
    color: white;
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: middle
}

#student-profile .student-name {
    font-size: 21px
}

#student-profile .student-flag {
    display: inline-block;
    vertical-align: sub
}

#student-profile .student-role {
    color: #f0f6ff;
    font-size: 15px;
    font-weight: 600
}

#student-profile .student-bar-icons {
    display: inline-block;
    margin-top: 10px
}

#student-profile .student-bar-icons a:hover,
#student-profile .student-bar-icons a:focus {
    text-decoration: none
}

#student-profile .student-bar-icons a svg path {
    fill: #aaccff
}

#student-profile .student-bar-icons a:hover svg path,
#student-profile .student-bar-icons a:focus svg path {
    fill: white
}

#student-profile .dropdown-menu,
#student-profile .select2-drop.select2-dropdown>ul {
    left: inherit;
    right: -15px
}

#student-profile .nav {
    border-top: 0;
    margin-bottom: 15px;
    padding-top: 0
}

#student-profile .nav li a {
    color: white
}

#student-profile .nav .active a {
    color: #478cfe
}

#student-profile .section-fields {
    padding-bottom: 20px
}

#student-profile .field-value-wrapper label,
#student-profile .field-value-wrapper p {
    font-size: 13px
}

#student-profile .field-value-wrapper label {
    color: #859bbb
}

#student-profile .field-value-wrapper p {
    color: #293041
}

#student-profile .map {
    float: left;
    height: 130px;
    margin-right: 10px;
    margin-top: 3px;
    max-width: 162px
}

#student-profile .map .static-map-image[alt] {
    text-align: center
}

#student-profile .tour-name {
    color: #478cfe;
    font-size: 14px;
    font-weight: 600
}

#student-profile .event-name {
    color: #293041;
    font-size: 13px
}

#student-profile .event-host {
    color: #478cfe;
    font-size: 13px
}

#student-profile .checklist {
    padding: 0;
    margin-bottom: 0;
    color: #293041
}

#student-profile .checklist>.media {
    margin-top: 0;
    border-bottom: 1px solid #eff6ff
}

#student-profile .checklist>.media>.media-left {
    padding: 10px 10px 10px 20px
}

#student-profile .checklist>.media>.media-body {
    padding: 16px 20px 12px 10px;
    border-left: 1px solid #fbdbd7
}

#student-profile .checklist>.media>.media-body>span {
    display: inline-block;
    margin-bottom: 4px
}

#student-profile .checklist>.media>.media-body>span p {
    margin-bottom: 0
}

#student-profile .checklist>.media>.media-body .item-hint {
    margin-bottom: 0
}

#student-profile .checklist>.media>.media-body .item-hint .btn,
#student-profile .checklist>.media>.media-body .item-hint .form-actions input[type="submit"],
.form-actions #student-profile .checklist>.media>.media-body .item-hint input[type="submit"],
#student-profile .checklist>.media>.media-body .item-hint .form-actions button[type="submit"],
.form-actions #student-profile .checklist>.media>.media-body .item-hint button[type="submit"],
#student-profile .checklist>.media>.media-body .item-hint .pill {
    margin-top: 10px;
    margin-bottom: 7px
}

#student-profile .checklist .media-object {
    width: 30px;
    height: 30px
}

#student-profile .checklist .file-upload {
    margin-top: 5px;
    margin-bottom: 8px
}

#student-profile .checklist .media-heading {
    font-weight: 600
}

#student-profile .checklist .media-heading a {
    color: #478cfe
}

#student-profile .checklist .media-heading .pull-right a:hover,
#student-profile .checklist .media-heading .form-group .info-link a:hover,
.form-group #student-profile .checklist .media-heading .info-link a:hover,
#student-profile .checklist .media-heading .col-sm-3.label-block .info-link a:hover,
.col-sm-3.label-block #student-profile .checklist .media-heading .info-link a:hover,
#student-profile .checklist .media-heading .pull-right a:focus,
#student-profile .checklist .media-heading .form-group .info-link a:focus,
.form-group #student-profile .checklist .media-heading .info-link a:focus,
#student-profile .checklist .media-heading .col-sm-3.label-block .info-link a:focus,
.col-sm-3.label-block #student-profile .checklist .media-heading .info-link a:focus {
    text-decoration: none
}

#student-profile .checklist .media-heading .pull-right a svg,
#student-profile .checklist .media-heading .form-group .info-link a svg,
.form-group #student-profile .checklist .media-heading .info-link a svg,
#student-profile .checklist .media-heading .col-sm-3.label-block .info-link a svg,
.col-sm-3.label-block #student-profile .checklist .media-heading .info-link a svg {
    margin-right: 5px
}

#student-profile .checklist .media-heading .pull-right a svg *,
#student-profile .checklist .media-heading .form-group .info-link a svg *,
.form-group #student-profile .checklist .media-heading .info-link a svg *,
#student-profile .checklist .media-heading .col-sm-3.label-block .info-link a svg *,
.col-sm-3.label-block #student-profile .checklist .media-heading .info-link a svg * {
    fill: #a6bedc
}

#student-profile .checklist .media-heading .pull-right a:hover svg *,
#student-profile .checklist .media-heading .form-group .info-link a:hover svg *,
.form-group #student-profile .checklist .media-heading .info-link a:hover svg *,
#student-profile .checklist .media-heading .col-sm-3.label-block .info-link a:hover svg *,
.col-sm-3.label-block #student-profile .checklist .media-heading .info-link a:hover svg * {
    fill: #478cfe
}

#student-profile .checklist .event-heading .icon-svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 2px
}

#student-profile .checklist .file-size {
    font-size: 11px
}

#student-profile .checklist .fu-file {
    vertical-align: middle
}

#student-profile .checklist .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-align: center
}

#student-profile .checklist .media.uncompleted .icon::before {
    color: #859bbb;
    content: attr(data-position);
    position: absolute;
    top: 6px;
    width: 30px
}

#student-profile .checklist .event-heading p:last-child {
    margin-bottom: 7px
}

#student-profile .checklist .completed span {
    color: #a6bedc
}

#student-profile .checklist .completed .media-heading {
    text-decoration: line-through
}

#student-profile .checklist .completed .media-heading,
#student-profile .checklist .completed .event-heading {
    color: #a6bedc
}

#student-profile .checklist .completed .event-heading svg path {
    fill: #a6bedc
}

#student-profile .section-events .media {
    padding: 19px 20px 18px
}

#student-profile .section-events .media-list {
    margin-bottom: 0
}

#student-profile .section-events .event-heading .icon-svg {
    width: 15px;
    height: 15px
}

#student-profile .section-events .event-heading .icon-text:last-child {
    margin-bottom: 0
}

#student-profile .section-events .event-heading .event-description {
    margin-bottom: 0
}

#student-profile .family-info {
    padding-bottom: 25px
}

#student-profile .family-info-block {
    border-radius: 4px;
    border: 1px solid #deeaf8;
    display: inline-block;
    height: 150px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: top;
    width: 260px
}

#student-profile .family-info-block .title-block {
    background: #fbfcff;
    border-bottom: 1px solid #deeaf8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #293041;
    height: 28px;
    padding: 5px 15px
}

#student-profile .family-info-block .title-block.-updated-at {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #deeaf8;
    height: 28px
}

#student-profile .family-info-block .content {
    min-height: calc(100% - 56px);
    padding: 10px 15px
}

#student-profile .family-info-block .content.-add-details {
    padding: 45px 15px;
    text-align: center
}

#student-profile .family-info-block .link.-add-details {
    color: #293041;
    text-decoration: none
}

#student-profile .family-info-block .text-add {
    margin-left: 5px;
    position: relative;
    vertical-align: middle
}

#student-profile .family-info-block .icon-svg.-add {
    vertical-align: middle
}

#student-profile .family-info-block .link.-add-details:hover path {
    fill: #478cfe
}

#student-profile .family-info-block .link.-add-details:hover .text-add {
    color: #478cfe
}

#student-profile .family-info-block .avatar {
    display: block;
    float: left
}

#student-profile .family-info-block .info {
    margin-left: 10px;
    max-width: calc(100% - 50px)
}

#student-profile .family-info-block .text,
#student-profile .family-info-block .name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#student-profile .duration {
    color: #859bbb;
    font-size: 11px
}

.student_files-controller .select2-drop.select2-dropdown .select2-results {
    min-width: 135px
}

.files-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.files-header-container .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.files-header-container .files-sort .text {
    color: #859bbb;
    font-size: 13px;
    padding-right: 8px
}

.files-header-container .files-sort .form-element {
    margin-right: 10px
}

.files-header-container .files-sort .form-element>a.select2-choice {
    min-width: 160px
}

.files-header-container .files-sort .form-element>a.select2-choice>.select2-arrow b {
    width: 34px
}

.files-header-container .files-sort .form-element .select2-chosen {
    color: #293041
}

.files-header-container .files-sort .btn,
.files-header-container .files-sort .form-actions input[type="submit"],
.form-actions .files-header-container .files-sort input[type="submit"],
.files-header-container .files-sort .form-actions button[type="submit"],
.form-actions .files-header-container .files-sort button[type="submit"],
.files-header-container .files-sort .pill {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.file-view-switcher .btn-group .btn.active,
.file-view-switcher .pill-group .btn.active,
.file-view-switcher .btn-group .form-actions input.active[type="submit"],
.form-actions .file-view-switcher .btn-group input.active[type="submit"],
.file-view-switcher .pill-group .form-actions input.active[type="submit"],
.form-actions .file-view-switcher .pill-group input.active[type="submit"],
.file-view-switcher .btn-group .form-actions button.active[type="submit"],
.form-actions .file-view-switcher .btn-group button.active[type="submit"],
.file-view-switcher .pill-group .form-actions button.active[type="submit"],
.form-actions .file-view-switcher .pill-group button.active[type="submit"],
.file-view-switcher .btn-group .active.pill,
.file-view-switcher .pill-group .active.pill {
    border-color: #478cfe;
    color: #478cfe
}

.files-sort-container {
    background: #fbfcff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    padding: 5px 15px
}

.file-filters {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.file-filters .btn-secondary,
.file-filters .btn-delete.-icon,
.file-filters .-icon.btn-danger,
.file-filters .-icon.pill.pill-danger,
.file-filters .btn-pricing,
.file-filters .btn-default {
    color: #5b6c86
}

.file-view {
    margin-left: -15px;
    margin-right: -15px
}

.file-view.-loading .file-item-wrapper,
.file-view.-loading .no-files-text-wrapper {
    display: none
}

.file-view.-loading .loading-text {
    color: #293041;
    display: block;
    font-size: 13px;
    padding: 15px
}

.file-view.-loading .loading-text::after {
    -webkit-animation: loading-ellipsis steps(6, end) 1s infinite;
    animation: loading-ellipsis steps(6, end) 1s infinite;
    content: '\2026';
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

.file-item-wrapper {
    position: relative
}

.file-item-wrapper:hover .file-item-actions {
    display: block
}

.file-item-wrapper .file-item-actions {
    position: absolute;
    right: 14px;
    top: 14px
}

.file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px
}

.file-item:hover,
.file-item:focus {
    outline: none;
    text-decoration: none
}

.file-icon {
    margin-right: 10px;
    width: 25px
}

.file-icon svg {
    vertical-align: middle
}

.file-info .file-name {
    color: #293041;
    font-size: 13px;
    word-break: break-word
}

.file-info .file-size {
    color: #a6bedc;
    font-size: 10px
}

.file-info .file-time {
    color: #859bbb;
    font-size: 10px
}

.required-files-page .document-submission-bar {
    border-bottom: 0
}

.required-files-page .document-submission-bar .title {
    width: 90%
}

.required-files-page .no-files-text-wrapper {
    color: #859bbb;
    font-size: 13px;
    margin: 0 -15px;
    padding: 20px 15px;
    text-align: center
}

.required-files-page .description-wrapper {
    color: #859bbb;
    font-size: 13px;
    padding: 10px 0
}

.required-files-page .description-wrapper p {
    margin: 0
}

.required-files-page .bar-primary .title {
    font-size: 21px
}

.required-files-page .bar-inset .title {
    font-size: 18px
}

.main-layout:not(.-mobile-or-tablet) .file-item:hover {
    background: #eff6ff;
    cursor: pointer;
    text-decoration: none
}

.main-layout:not(.-mobile-or-tablet) .file-item:hover .file-name {
    color: #478cfe
}

@media only screen and (min-width: 768px) {
    .file-view.-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5px
    }

    .file-view.-grid .file-item-wrapper {
        width: calc(100% / 5)
    }

    .file-view.-grid .file-item-actions {
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.25);
        padding: 1px 3px;
        top: 0
    }

    .file-view.-grid .icon-svg {
        width: 14px;
        height: 14px
    }

    .file-view.-grid .file-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        margin-right: 10px;
        padding: 7px 10px;
        text-align: center
    }

    .file-view.-grid .file-item:hover {
        background: none
    }

    .file-view.-grid .file-name,
    .file-view.-grid .file-time-day {
        display: block
    }

    .file-view.-grid .file-icon {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 7px;
        margin-right: 0;
        width: 75%
    }

    .file-view.-grid .file-name-size {
        color: #293041;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .file-view.-grid .file-time-hour,
    .file-view.-grid .file-author,
    .file-view.-grid .file-size {
        display: none
    }
}

@media only screen and (min-width: 1441px) {
    .required-files-page .-grid .file-item-wrapper {
        width: calc(100% / 6)
    }
}

@media only screen and (min-width: 1824px) {
    .required-files-page .-grid .file-item-wrapper {
        width: calc(100% / 8)
    }
}

.student-profile-header {
    border-bottom: 0
}

.student-profile-header .avatar,
.student-profile-header .name {
    vertical-align: top
}

.student-profile-header .avatar,
.student-profile-header .avatar img {
    width: 60px;
    height: 60px
}

.student-profile-header .student-tags {
    font-size: 13px;
    font-weight: 400
}

.student-profile-header .status {
    color: #293041
}

.submissions-controller .submission-students-list .title {
    padding-bottom: 10px
}

.submissions-controller .submission-students-list .title,
.submissions-controller .submission-students-list .name {
    color: #293041
}

.submissions-controller .submission-students-list .radio.-label {
    cursor: pointer;
    margin-left: 27px
}

.submissions-controller .submission-students-list .radio-button {
    margin-left: -27px;
    margin-top: -8px;
    top: 50%
}

.submissions-controller .submission-students-list .avatar {
    margin-right: 10px;
    min-width: 20px
}

.tours-controller p.tour-description {
    color: inherit;
    font-size: inherit
}

.tours-controller .promo-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    overflow: hidden
}

.tours-controller .promo-block {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #d9e7f7;
    overflow: hidden;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.tours-controller .promo-block:nth-child(2n) {
    border-left: 0
}

.tours-controller .promo-block.-tours .svg-tour {
    bottom: 0;
    height: auto;
    position: absolute;
    right: -5%;
    width: 15%;
    z-index: 0
}

.tours-controller .promo-block.-tours .svg-tour path {
    fill: #fae5cd
}

.tours-controller .promo-block.-open-day .svg-open-day {
    bottom: -5%;
    height: auto;
    position: absolute;
    right: -4%;
    width: 22%;
    z-index: 0
}

.tours-controller .promo-block.-open-day .svg-open-day path {
    fill: #d2f5e2
}

.tours-controller .promo-block .submit-btn-wrapper {
    bottom: 40px
}

.tours-controller .promo-block .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0
}

.tours-controller .no-underline {
    text-decoration: none
}

.tours-controller .tour-steps {
    counter-reset: tour-steps
}

.tours-controller .tour-steps .tab-number {
    background: #fff;
    border: 1px solid #dae8ff;
    border-radius: 50%;
    color: #478cfe;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    text-align: center
}

.tours-controller .tour-steps .tab-number:before {
    content: counter(tour-steps)
}

.tours-controller .tour-steps li {
    counter-increment: tour-steps
}

.tours-controller .tour-steps li .tab-number {
    background: #dae8ff;
    color: #478cfe
}

.tours-controller .tour-steps li.active .tab-number {
    background: #dae8ff;
    color: #478cfe
}

.tours-controller .tour-steps li.disabled .tab-number {
    background: #fff;
    color: #a6bedc
}

.tours-controller .select-datetime .calendar-wrapper {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px
}

.tours-controller .select-datetime .calendar-next-prev {
    float: left;
    margin-top: 7px;
    margin-bottom: -40px
}

.tours-controller .select-datetime .datepicker .prev,
.tours-controller .select-datetime .datepicker .next {
    pointer-events: none;
    border: none
}

.tours-controller .select-datetime .datepicker th {
    border-top: 1px solid #d6e2f5;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 4px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle
}

.tours-controller .select-datetime .datepicker th.datepicker-switch {
    font-weight: 600;
    border: none
}

.tours-controller .select-datetime .datepicker .table-condensed {
    table-layout: fixed;
    width: 100%
}

.tours-controller .select-datetime .datepicker .table-condensed th.dow {
    font-size: 12px;
    padding: 4px
}

.tours-controller .select-datetime .datepicker .table-condensed th span {
    font-size: 0
}

.tours-controller .select-datetime .datepicker .table-condensed th span:before {
    content: attr(title);
    font-size: 13px
}

.tours-controller .select-datetime .datepicker .table-condensed td {
    border: 1px solid #d6e2f5;
    font-size: 11px;
    height: 100px;
    padding: 3px 6px;
    vertical-align: top
}

.tours-controller .select-datetime .datepicker .table-condensed td.old,
.tours-controller .select-datetime .datepicker .table-condensed td.new {
    background: #FAFCFF;
    color: #d6e2f5
}

.tours-controller .select-datetime .datepicker .table-condensed td.today {
    background: #FAFCFF;
    border-color: #BBC7FF;
    color: #478cfe;
    position: relative
}

.tours-controller .select-datetime .datepicker .table-condensed td.today .cell-border {
    border: 1px solid #BBC7FF;
    bottom: -1px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px
}

.tours-controller .select-datetime .choose-datetime {
    border-radius: 3px;
    display: block;
    margin: 0 -4px 3px;
    padding: 2px 6px
}

.tours-controller .select-datetime .choose-datetime.active {
    background: #dae8ff;
    color: #478cfe
}

.tours-controller .select-datetime .choose-datetime:hover {
    cursor: pointer;
    text-decoration: none
}

.tours-controller .tours-scheduled-block .rsvp-tour-lists {
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 17px
}

.tours-controller .multiple-campuses .radio-inline {
    vertical-align: top
}

.tours-controller .tour-submission-tab .bar {
    margin-bottom: 15px
}

.tours-controller .tour-submission-tab label {
    color: #859bbb
}

.tours-controller .gender-field .label-inline {
    padding: 0
}

.tours-controller .parents-list,
.tours-controller .child-list {
    margin-bottom: 10px
}

.tours-controller .parents-list .field-group-record,
.tours-controller .child-list .field-group-record {
    margin-bottom: 10px;
    position: relative
}

.tours-controller .parents-list .field-group-fields-container,
.tours-controller .child-list .field-group-fields-container {
    margin-bottom: 10px
}

.tours-controller .child-list .field-group {
    margin-top: -1px
}

.tours-controller .openday-schedule {
    padding: 10px 20px
}

.tours-controller .openday-schedule .openday-desc {
    margin-top: 20px
}

.tours-controller .event-heading .title {
    font-size: 14px;
    margin-bottom: 5px
}

.tours-controller .event-heading .title .svg-tour,
.tours-controller .event-heading .title .svg-open-day {
    height: 16px;
    vertical-align: middle;
    width: 16px
}

.tours-controller .event-heading .svg-time {
    height: 16px;
    vertical-align: bottom;
    width: 16px
}

.tours-controller .tour-details {
    padding: 20px 30px 20px 70px;
    position: relative
}

.tours-controller .tour-details .svg-host {
    height: 14px;
    vertical-align: bottom;
    width: 14px
}

.tours-controller .tour-details .tour-host {
    font-size: 10px;
    color: #859bbb;
    margin-left: 10px
}

.tours-controller .tour-details .tour-value-date:after {
    content: ',';
    margin-right: 5px
}

.tours-controller .tour-details .time {
    font-size: 10px;
    color: #859bbb
}

.tours-controller .tour-details a:focus {
    text-decoration: none
}

.tours-controller .tour-details .event-details {
    margin-top: 10px
}

.tours-controller .tour-details .date {
    position: absolute
}

.tours-controller .tour-details .date.-midi {
    width: 38px;
    height: 38px;
    left: 20px;
    top: 24px
}

.tours-controller .tour-details .date.-midi .month {
    background: #e94b35;
    border: 1px solid #e94b35;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.tours-controller .tour-details .date.-midi .day {
    background: #fff;
    border-color: #92AED6;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000;
    font-size: 16px;
    text-align: center
}

.tours-controller #flash-area {
    margin: 0
}

.tours-controller .openday-wrapper .block-header {
    margin-bottom: 21px
}

.tours-controller .openday-wrapper .event-item.-rsvp:last-child .bar-inset {
    margin-bottom: -17px
}

.tours-controller .empty-openday-block {
    padding: 15px 0
}

.media-list.-events {
    margin-bottom: 0
}

.media-list.-events .media {
    margin: 0;
    padding: 15px 15px 0 15px
}

.media-list.-events .media+.media {
    border-top: 1px solid #eff6ff
}

.media-list.-events .media.-no-text {
    color: #859bbb;
    font-size: 13px;
    padding: 15px;
    text-align: center
}

.media-list.-events .media,
.media-list.-events .media-body {
    zoom: 1
}

.media-list.-events .media-left {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top
}

.media-list.-events .media-body {
    display: table-cell;
    vertical-align: top
}

.media-list.-events .media-body .confirm-message {
    text-align: right
}

.media-list.-events .media-body .confirm-message,
.media-list.-events .media-body .open-day-title {
    width: 50%
}

.media-list.-events .media-body .svg-input {
    left: 0;
    position: absolute;
    top: 1px
}

.media-list.-events .media-body .btn-rsvp-openday {
    padding: 0 8px;
    white-space: normal
}

.media-list.-events .media-heading {
    margin: 0
}

.media-list.-events .day-of-month {
    margin-top: 1px
}

.media-list.-events .event-title {
    color: #478cfe;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top
}

.media-list.-events .event-name,
.media-list.-events .event-host,
.media-list.-events .dash-symb,
.media-list.-events .duration,
.media-list.-events .event-item .icon-svg {
    vertical-align: middle
}

.media-list.-events .icon-text:not(:last-of-type) {
    margin-bottom: 5px
}

.media-list.-events .event-name {
    color: #293041
}

.media-list.-events .event-name .radio-inline {
    vertical-align: text-top;
    padding-left: 38px
}

.media-list.-events .event-host {
    color: #478cfe
}

.media-list.-events .dash-symb,
.media-list.-events .duration {
    color: #859bbb;
    font-size: 11px
}

.media-list.-events .event-item {
    font-size: 13px;
    word-break: break-word
}

.media-list.-events .event-item .icon-svg {
    width: 16px;
    height: 16px
}

.media-list.-events .event-item .icon-svg.-grey path {
    fill: #a6bedc
}

.media-list.-events .event-item .input-with-svg {
    margin-left: 0;
    left: 19px
}

.media-list.-events .event-description {
    color: #293041;
    margin-bottom: 15px;
    overflow: hidden
}

.media-list.-events .event-description blockquote {
    border: 0;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    margin: 13px 0 13px 40px;
    padding: 0
}

.media-list.-events .event-description img {
    display: block;
    height: auto;
    margin: 15px auto 15px;
    max-width: 100%
}

.media-list.-events .balance-text:last-of-type {
    margin-bottom: 0
}

.media-list.-events .event-labels-wrapper {
    font-size: 13px;
    margin-bottom: 2.5px
}

.media-list.-events .event-labels-wrapper .label {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top
}

.media-list.-events .label-wrapper-text {
    display: inline-block;
    vertical-align: middle
}

.media-list.-events .status-date {
    color: #859bbb;
    display: inline-block;
    font-size: 12px;
    vertical-align: bottom
}

.media-list.-events .date.-midi {
    left: 5px;
    top: 3px
}

.media-list.-events .more-less-toggler {
    font-size: 11px
}

ul.wysihtml5-toolbar li:not(.dropdown) i {
    display: none
}

.hide-toolbar .wysihtml5-toolbar {
    display: none
}

.parent-wysihtml iframe.wysihtml5-sandbox {
    background-color: transparent !important;
    border: 1px solid #e1e1e1 !important;
    border-collapse: separate;
    border-radius: 2px;
    bottom: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07843) 0px 1px 2px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.07843) 0px 1px 2px 0px inset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    display: inline-block;
    float: none;
    height: initial !important;
    left: auto;
    margin: 0px;
    min-height: 300px;
    outline: #293041 none 0px !important;
    outline-offset: 0px;
    padding: 0px 10px !important;
    position: static;
    right: auto;
    text-align: start;
    top: auto;
    vertical-align: baseline;
    width: 100% !important;
    z-index: auto
}

.bootstrap-wysihtml5-insert-link-target {
    margin-left: 0 !important;
    padding: 0 !important
}

.parent-dashboard-wrapper .bar+.section-body {
    padding-top: 20px
}

.parent-dashboard-wrapper .section:not(:last-child) .section-body {
    padding-bottom: 30px
}

.parent-dashboard-wrapper .bulletin {
    border-top: 5px solid #478cfe
}

.parent-dashboard-wrapper .bulletin:not(:last-child) {
    margin-bottom: 20px
}

.parent-dashboard-wrapper .bulletin .bulletin-body {
    padding: 15px 20px 0 50px;
    position: relative
}

.parent-dashboard-wrapper .bulletin .bulletin-body .fu,
.parent-dashboard-wrapper .bulletin .bulletin-body svg {
    display: inline-block;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px
}

.parent-dashboard-wrapper .bulletin .bulletin-body .pdf-icon {
    position: relative
}

.parent-dashboard-wrapper .bulletin .bulletin-body .pdf-icon svg {
    left: initial;
    position: relative;
    top: 5px
}

.parent-dashboard-wrapper .bulletin .bulletin-title {
    font-size: 13px;
    font-weight: 600;
    color: #478cfe
}

.parent-dashboard-wrapper .bulletin .bar-inset {
    margin: 0;
    padding: 5px 20px
}

.parent-dashboard-wrapper .bulletin.-warning {
    border-top-color: #e87e04
}

.parent-dashboard-wrapper .bulletin.-warning .bulletin-title {
    color: #e87e04
}

.parent-dashboard-wrapper .bulletin.-warning .bulletin-body>svg path {
    fill: #e87e04
}

.parent-dashboard-wrapper [data-notifications-count]::after {
    content: attr(data-notifications-count);
    background-color: #e94b35;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 9px;
    height: 15px;
    min-width: 15px;
    padding: 2px;
    text-align: center
}

.parent-dashboard-wrapper .svg-default {
    display: inline-block
}

.parent-dashboard-wrapper .svg-default svg {
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px
}

.parent-dashboard-wrapper .fu.fu-lg,
.parent-dashboard-wrapper .fu.fu-xl {
    position: relative;
    top: 5px
}

.parent-dashboard-wrapper ul {
    list-style: none
}

.parent-dashboard-wrapper dt {
    text-align: left;
    width: 110px
}

.parent-dashboard-wrapper dd {
    margin-left: 120px
}

.parent-dashboard-wrapper .namecard-applicant-event {
    margin-bottom: 10px
}

.parent-dashboard-wrapper .namecard-applicant-event .cell-body {
    padding-left: 35px
}

.parent-dashboard-wrapper .namecard-applicant-event .bottom {
    color: #859bbb
}

.parent-dashboard-wrapper .section-parents .user-block {
    border-radius: 4px;
    border: 1px solid #deeaf8;
    display: inline-block;
    height: 150px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: top;
    width: 260px
}

.parent-dashboard-wrapper .section-parents .user-block .title-block {
    background: #fbfcff;
    border-bottom: 1px solid #deeaf8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #293041;
    height: 28px;
    padding: 5px 15px
}

.parent-dashboard-wrapper .section-parents .user-block .title-block.-updated-at {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #deeaf8;
    height: 28px
}

.parent-dashboard-wrapper .section-parents .user-block .content {
    min-height: calc(100% - 56px);
    padding: 10px 15px
}

.parent-dashboard-wrapper .section-parents .user-block .content.-add-details {
    padding: 45px 15px;
    text-align: center
}

.parent-dashboard-wrapper .section-parents .link.-add-details {
    color: #293041;
    text-decoration: none
}

.parent-dashboard-wrapper .section-parents .link.-add-details svg {
    width: 30px;
    height: 30px
}

.parent-dashboard-wrapper .section-parents .link.-add-details .inline-block {
    margin-left: 5px;
    position: relative;
    top: -10px
}

.parent-dashboard-wrapper .section-parents .link.-add-details:hover {
    color: #478cfe
}

.parent-dashboard-wrapper .section-parents .link.-add-details:hover svg path {
    fill: #478cfe
}

.parent-dashboard-wrapper .section-parents .avatar {
    display: block;
    float: left
}

.parent-dashboard-wrapper .section-parents .info {
    display: inline-block;
    margin-left: 10px;
    max-width: calc(100% - 50px)
}

.parent-dashboard-wrapper .section-parents .info span,
.parent-dashboard-wrapper .section-parents .info strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.parent-dashboard-wrapper .section-siblings .link.-add {
    background-color: #e6f0ff
}

.parent-dashboard-wrapper .section-siblings .dropdown-menu,
.parent-dashboard-wrapper .section-siblings .select2-drop.select2-dropdown>ul {
    left: inherit;
    margin-top: 10px;
    right: 0
}

.parent-dashboard-wrapper .section-siblings .dropdown-menu::before,
.parent-dashboard-wrapper .section-siblings .select2-drop.select2-dropdown>ul::before {
    right: 12px
}

.parent-dashboard-wrapper .section-siblings .dropdown-menu::after,
.parent-dashboard-wrapper .section-siblings .select2-drop.select2-dropdown>ul::after {
    right: 10px
}

.parent-dashboard-wrapper .section-siblings .nav-tabs {
    padding-top: 25px
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add {
    position: absolute;
    right: 10px;
    top: 11px
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon {
    color: white;
    background-color: #478cfe;
    border-color: #3479eb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb));
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0);
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    border-radius: 2.5px
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.focus {
    color: white;
    background-color: #146cfe;
    border-color: #0e4091
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:hover {
    color: white;
    background-color: #146cfe;
    border-color: #145ace
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.dropdown-toggle {
    color: white;
    background-color: #146cfe;
    border-color: #145ace
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.dropdown-toggle.focus {
    color: white;
    background-color: #015aed;
    border-color: #0e4091
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.dropdown-toggle {
    background-image: none
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.focus {
    background-color: #478cfe;
    border-color: #3479eb
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon .badge {
    color: #478cfe;
    background-color: white
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:active:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3479eb), color-stop(50%, #478cfe), to(#5f9bff));
    background-image: linear-gradient(#3479eb, #478cfe 50%, #5f9bff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3479EB', endColorstr='#FF5F9BFF', GradientType=0);
    border-color: #336dcd;
    -webkit-box-shadow: 0 .5px .5px 0 white;
    box-shadow: 0 .5px .5px 0 white
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus {
    color: white;
    background-color: #478cfe;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), color-stop(50%, #478cfe), to(#3479eb)) !important;
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb) !important;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF3479EB', GradientType=0);
    opacity: .55;
    text-shadow: 0 0.5px 0.5px #3479eb
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.focus {
    color: white;
    background-color: #146cfe;
    border-color: transparent
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:hover {
    color: white;
    background-color: #146cfe;
    border-color: transparent
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.dropdown-toggle {
    color: white;
    background-color: #146cfe;
    border-color: transparent
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.dropdown-toggle.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.active:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.active:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.active.focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.dropdown-toggle:hover,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.dropdown-toggle:focus,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.dropdown-toggle.focus {
    color: white;
    background-color: #015aed;
    border-color: transparent
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.dropdown-toggle,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:active,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.active,
.open>.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.dropdown-toggle {
    background-image: none
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.disabled:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.disabled:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.disabled.focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus[disabled]:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus[disabled]:focus,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus[disabled].focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:hover,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus:focus,
fieldset[disabled] .parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus.focus {
    background-color: #478cfe;
    border-color: transparent
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:active .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:active .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:hover .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:hover .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon.disabled:focus .badge,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:disabled:focus .badge {
    color: #478cfe;
    background-color: white
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:hover,
.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9bff), to(#478cfe));
    background-image: linear-gradient(to bottom, #5f9bff 0%, #478cfe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF', endColorstr='#FF478CFE', GradientType=0);
    border-color: #3479eb
}

.parent-dashboard-wrapper .section-siblings .nav-tabs>.-add>.btn-primary.-icon svg {
    vertical-align: bottom
}

.parent-dashboard-wrapper .section-checklist .checklist-desc {
    margin-bottom: 20px
}

.parent-dashboard-wrapper .section-checklist .item-header {
    height: 40px;
    line-height: 18px
}

.parent-dashboard-wrapper .section-checklist .item-status-icon {
    color: #859bbb;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px
}

.parent-dashboard-wrapper .section-checklist .item-status-icon .index {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    top: 10px;
    width: 100%
}

.parent-dashboard-wrapper .section-checklist .item-status-icon svg {
    width: 40px;
    height: 40px
}

.parent-dashboard-wrapper .section-checklist .label {
    font-size: 10px;
    margin-right: 5px;
    padding: 0 5px 1px
}

.parent-dashboard-wrapper .section-checklist .label-default {
    background-color: #859bbb
}

.parent-dashboard-wrapper .section-checklist .item-title {
    color: #859bbb;
    font-size: 14px;
    position: absolute;
    top: -5px;
    left: 50px
}

.parent-dashboard-wrapper .section-checklist .item-short-description {
    padding-top: 20px
}

.parent-dashboard-wrapper .section-checklist .checklist-item-actions .link {
    font-weight: 100;
    margin-left: 5px
}

.parent-dashboard-wrapper .section-checklist .checklist-item-actions .link:hover,
.parent-dashboard-wrapper .section-checklist .checklist-item-actions .link:focus {
    text-decoration: none
}

.parent-dashboard-wrapper .section-checklist .checklist-item-actions .link:hover>span,
.parent-dashboard-wrapper .section-checklist .checklist-item-actions .link:focus>span {
    text-decoration: underline
}

.parent-dashboard-wrapper .section-checklist .status-date {
    display: none
}

.parent-dashboard-wrapper .section-checklist .status-date svg {
    top: 4px;
    position: relative;
    width: 16px;
    height: 16px
}

.parent-dashboard-wrapper .section-checklist .item-body {
    color: #293041;
    padding: 10px 0 0 50px
}

.parent-dashboard-wrapper .section-checklist .item-body path {
    fill: #293041
}

.parent-dashboard-wrapper .section-checklist .checklist-item {
    line-height: 22px;
    position: relative
}

.parent-dashboard-wrapper .section-checklist .checklist-item:not(:last-child) {
    margin-bottom: 20px
}

.parent-dashboard-wrapper .section-checklist .checklist-item .not-completed-status {
    display: block
}

.parent-dashboard-wrapper .section-checklist .checklist-item .popover {
    padding-bottom: 0
}

.parent-dashboard-wrapper .section-checklist .checklist-item .popover .popover-content {
    min-width: 240px
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded {
    margin-bottom: 10px;
    max-width: 260px
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .document_submission:not(:last-child) {
    padding-bottom: 10px
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded ul {
    padding-left: 0;
    margin-bottom: 0
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .fu {
    top: 0
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .btn-link-to-file,
.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .btn-link-to-file:hover {
    text-decoration: none
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .file-name {
    max-width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.parent-dashboard-wrapper .section-checklist .checklist-item .uploaded-documents-wrapper.file-uploaded .file-name:hover {
    text-decoration: underline
}

.parent-dashboard-wrapper .section-checklist .checklist-item .status-date {
    color: #859bbb
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .completed-status,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .completed-status {
    display: block
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .pending-status,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .pending-status {
    display: none
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .not-completed-status,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .not-completed-status {
    display: none
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .status-date,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .status-date {
    display: inline-block
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .status-label,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .status-label {
    color: #1ecd6e
}

.parent-dashboard-wrapper .section-checklist .checklist-item.completed .item-title,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed .item-title a,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .item-title,
.parent-dashboard-wrapper .section-checklist .checklist-item.completed.pending .item-title a {
    color: #1ecd6e;
    pointer-events: none;
    text-decoration: line-through
}

.parent-dashboard-wrapper .section-checklist .checklist-item.pending .pending-status {
    display: block
}

.parent-dashboard-wrapper .section-checklist .checklist-item.pending .not-completed-status {
    display: none
}

.parent-dashboard-wrapper .section-checklist .checklist-item.pending .status-date {
    display: inline-block
}

.parent-dashboard-wrapper .section-checklist .checklist-item.pending .status-label {
    color: #f59d00
}

.parent-dashboard-wrapper .section-files .cell-author-date,
.parent-dashboard-wrapper .section-files .cell-file,
.parent-dashboard-wrapper .section-files .cell-link {
    vertical-align: middle
}

.parent-dashboard-wrapper .section-files .cell-link svg {
    display: inline-block;
    width: 20px;
    height: 20px
}

.parent-dashboard-wrapper .section-files .file-upload-area {
    background: white;
    min-height: 90px;
    position: relative;
    z-index: 0
}

.parent-dashboard-wrapper .section-files #attachment_file {
    margin: 0;
    position: absolute;
    visibility: hidden
}

.parent-dashboard-wrapper .section-files .attach-file-label {
    margin-right: 5px
}

.parent-dashboard-wrapper .section-files .drag-icon-and-text {
    position: absolute;
    height: 76px;
    right: calc(50% - 116px / 2);
    text-align: center;
    top: calc(50% - 76px / 2);
    width: 116px;
    z-index: -1
}

.parent-dashboard-wrapper .section-files .drag-icon-and-text::after {
    content: 'Drag & Drop';
    color: #eff6ff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #d9e7f7
}

.parent-dashboard-wrapper .section-files .drag-icon-and-text svg {
    width: 50px;
    height: 50px
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragging {
    border-color: #478cfe
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragging .drag-icon-and-text::after {
    color: #478cfe;
    text-shadow: none
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragging .drag-icon-and-text svg path {
    fill: #478cfe;
    -webkit-filter: none;
    filter: none
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragover,
.parent-dashboard-wrapper .section-files .file-upload-area.dragging.dragover {
    border-color: #1ecd6e
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragover .drag-icon-and-text::after,
.parent-dashboard-wrapper .section-files .file-upload-area.dragging.dragover .drag-icon-and-text::after {
    content: 'Drop Files Here';
    color: #1ecd6e;
    text-shadow: none
}

.parent-dashboard-wrapper .section-files .file-upload-area.dragover .drag-icon-and-text svg path,
.parent-dashboard-wrapper .section-files .file-upload-area.dragging.dragover .drag-icon-and-text svg path {
    fill: #1ecd6e;
    -webkit-filter: none;
    filter: none
}

.parent-dashboard-wrapper .section-files .item-title,
.parent-dashboard-wrapper .section-files .dropzone-message,
.parent-dashboard-wrapper .section-files .file,
.parent-dashboard-wrapper .section-files .dropzone-filelist li {
    margin-bottom: 10px
}

.parent-dashboard-wrapper .section-files .item-title {
    color: #478cfe;
    display: block;
    margin-bottom: 10px
}

.parent-dashboard-wrapper .section-files .item-desc {
    color: #859bbb
}

.parent-dashboard-wrapper .section-files .dropzone-filelist:empty {
    margin: 0
}

.parent-dashboard-wrapper .section-files .cancel {
    cursor: pointer
}

.parent-dashboard-wrapper .section-messages .message-box {
    margin-bottom: 15px
}

.parent-dashboard-wrapper .section-messages .attachments-field .file_input_inline {
    margin-bottom: 10px
}

.parent-dashboard-wrapper .section-messages .attachments-field input[type='file'] {
    display: inline-block
}

.parent-dashboard-wrapper .section-messages .comment {
    margin: 20px 0;
    position: relative
}

.parent-dashboard-wrapper .section-messages .comment::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 19px;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: transparent transparent #deeaf8 transparent
}

.parent-dashboard-wrapper .section-messages .comment::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 20px;
    border-width: 0 13px 13px 13px;
    border-style: solid;
    border-color: transparent transparent #fbfcff transparent
}

.bulletin .close {
    cursor: pointer;
    z-index: 1
}

.bulletin .close:before,
.bulletin .close:after {
    background: #859bbb
}

.activities .alert.bulletin.bulletin-success .title svg path:first-child,
.activities #flash-area .bulletin.bulletin-success.flash .title svg path:first-child,
#flash-area .activities .bulletin.bulletin-success.flash .title svg path:first-child {
    fill: #fff
}

.alert.bulletin.bulletin-notification,
#flash-area .bulletin.bulletin-notification.flash,
#flash-area .bulletin.bulletin-notification.flash {
    border-top: 5px solid #f3c600;
    color: #f3c600
}

.alert.bulletin.bulletin-notification .title svg,
#flash-area .bulletin.bulletin-notification.flash .title svg,
#flash-area .bulletin.bulletin-notification.flash .title svg,
.alert.bulletin.bulletin-notification .title path,
#flash-area .bulletin.bulletin-notification.flash .title path,
#flash-area .bulletin.bulletin-notification.flash .title path {
    fill: #f3c600
}

.bulletin-txt {
    margin-bottom: 10px
}

.bulletin-txt svg {
    margin-right: 0
}

.bulletin-txt .icon-svg.-xs {
    vertical-align: -5%
}

.bulletin-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bulletin-footer .bulletin-footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6a7990
}

.bulletin-footer .btn,
.bulletin-footer .form-actions input[type="submit"],
.form-actions .bulletin-footer input[type="submit"],
.bulletin-footer .form-actions button[type="submit"],
.form-actions .bulletin-footer button[type="submit"],
.bulletin-footer .pill {
    margin-left: auto;
    margin-right: 0
}

.bulletin-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px
}

.bulletin-file svg {
    margin-right: 8px
}

.bulletin-file a {
    margin-right: 11px
}

.bulletin-file .label {
    font-size: 10.5px;
    margin-bottom: 0;
    padding: 4px 5px
}

.select-filter {
    min-width: 180px
}

.activity+.activity-date {
    border-top: 0
}

.activity-date .title.weekday {
    color: #859bbb;
    font-size: 14px;
    font-weight: 400
}

.activity,
.parent-activity {
    border-bottom: 1px solid #d9e7f7;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s
}

.parent-activity {
    padding: 10px 15px;
    background-color: #fbfcff;
    color: #5b6c86
}

.parent-activity.unread {
    background-color: inherit;
    color: #293041
}

.parent-activity.unread .activity-header .activity-type {
    font-weight: 600;
    color: #293041
}

.parent-activity.unread .activity-header .short-details {
    color: #293041
}

.parent-activity .status-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    vertical-align: top
}

.parent-activity .status-icon .icon {
    display: block;
    margin: auto
}

.parent-activity .activity-time {
    color: #859bbb
}

.parent-activity .activity-header .title {
    padding-left: 5px;
    width: calc(100% - 200px)
}

.parent-activity .activity-header .activity-type {
    font-size: 14px
}

.parent-activity .activity-header,
.parent-activity .activity-header .activity-type {
    color: #5b6c86
}

.parent-activity .activity-header .description {
    padding-top: 15px
}

.parent-activity .activity-header .short-details {
    padding-top: 3px
}

.collapse-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 27px;
    width: 12px
}

.collapse-arrow[aria-expanded=true] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapse-arrow .svg-arrow {
    height: 6px;
    margin: 0;
    position: absolute;
    width: 12px
}

#sandbox-mode,
.sandbox-mode {
    padding-top: 60px
}

#sandbox-mode.lp-enabled,
.sandbox-mode.lp-enabled {
    padding-top: 90px
}

#sandbox-mode.lp-enabled .sandbox-top-navbar,
.sandbox-mode.lp-enabled .sandbox-top-navbar {
    top: 30px
}

.lp-enabled {
    padding-top: 30px
}

#launchbarframe {
    position: fixed;
    top: 0px;
    z-index: 1040
}

#launchbar-placeholder {
    background: #333;
    height: 30px;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 1039
}

.sandbox-top-navbar {
    border: none;
    margin-bottom: 0;
    min-height: inherit;
    position: fixed;
    top: 0;
    z-index: 1062
}

.sandbox-top-navbar .dropdown-toggle {
    position: relative;
    top: 2px
}

.sandbox-top-navbar .navbar-sandbox .btn,
.sandbox-top-navbar .navbar-sandbox .form-actions input[type="submit"],
.form-actions .sandbox-top-navbar .navbar-sandbox input[type="submit"],
.sandbox-top-navbar .navbar-sandbox .form-actions button[type="submit"],
.form-actions .sandbox-top-navbar .navbar-sandbox button[type="submit"],
.sandbox-top-navbar .navbar-sandbox .pill {
    min-height: 0
}

.sandbox-top-navbar .navbar-sandbox .sandbox-nav-back {
    background-color: #143885;
    line-height: 30px;
    padding-left: 20px
}

.sandbox-top-navbar .navbar-sandbox .sandbox-nav-back a {
    color: #a4cdff
}

.sandbox-top-navbar .navbar-sandbox .sandbox-nav-role-users {
    padding-left: 20px;
    padding-right: 45px
}

.sandbox-top-navbar .-footer .fu {
    vertical-align: text-top
}

.sandbox-top-navbar {
    height: 60px
}

.sandbox-mode {
    padding-top: 60px
}

.navbar.-products {
    background: #293042;
    border-radius: 0;
    border: 0;
    margin: 0;
    min-height: initial;
    padding: 0 20px
}

.navbar.-products .list {
    line-height: 17px;
    margin: 0;
    padding: 0
}

.navbar.-products .item {
    display: inline-block;
    padding: 8px 14px
}

.navbar.-products .item:first-child {
    padding-left: 0
}

.navbar.-products .link {
    color: #aaccff;
    font-weight: 400
}

.navbar.-products .link .fu-lg {
    position: relative;
    right: 5px;
    top: 5px
}

.navbar.-products .link:hover,
.navbar.-products .link:focus,
.navbar.-products .link:active {
    opacity: 0.8
}

.navbar.-products .link.-active {
    color: #fff
}

.bar.bar-inset.sandbox-current-user {
    height: 60px;
    padding: 9px 35px
}

.bar.bar-inset.sandbox-current-user .avatar {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    width: 30px
}

.bar.bar-inset.sandbox-current-user .avatar .img-circle {
    height: inherit;
    vertical-align: initial;
    width: inherit
}

.bar.bar-inset.sandbox-current-user .card-title {
    font-weight: 400;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap
}

.bar.bar-inset.sandbox-current-user .card-title.-name {
    color: #293042;
    font-size: 14px;
    line-height: 1.4em;
    margin: 1px 0
}

.bar.bar-inset.sandbox-current-user .card-title.-role {
    color: #859bbb;
    font-size: 10px
}

.bar.bar-inset.sandbox-current-user .user-card {
    display: inline-block;
    margin-right: 10px
}

.bar.bar-inset.sandbox-current-user .role-user {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.bar.bar-inset.sandbox-current-user .role-user.-current {
    height: 40px;
    line-height: 1.2;
    margin: 0;
    padding: 0 20px
}

.bar.bar-inset.sandbox-current-user .role-user .plus {
    color: #859bbb;
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px;
    vertical-align: super
}

.bar.bar-inset.sandbox-current-user .btn,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"],
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"],
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"],
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"],
.bar.bar-inset.sandbox-current-user .pill {
    min-width: initial
}

.bar.bar-inset.sandbox-current-user .btn:hover path,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:hover path,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:hover path,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:hover path,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:hover path,
.bar.bar-inset.sandbox-current-user .pill:hover path,
.bar.bar-inset.sandbox-current-user .btn:focus path,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:focus path,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:focus path,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:focus path,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:focus path,
.bar.bar-inset.sandbox-current-user .pill:focus path,
.bar.bar-inset.sandbox-current-user .btn:active path,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:active path,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:active path,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:active path,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:active path,
.bar.bar-inset.sandbox-current-user .pill:active path {
    fill: #478cfe
}

.bar.bar-inset.sandbox-current-user .btn svg,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"] svg,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"] svg,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"] svg,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"] svg,
.bar.bar-inset.sandbox-current-user .pill svg {
    height: 100%;
    vertical-align: top;
    width: 100%
}

.bar.bar-inset.sandbox-current-user .btn path,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"] path,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"] path,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"] path,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"] path,
.bar.bar-inset.sandbox-current-user .pill path {
    fill: #a6bedc
}

.bar.bar-inset.sandbox-current-user .btn .text,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"] .text,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"] .text,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"] .text,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"] .text,
.bar.bar-inset.sandbox-current-user .pill .text {
    margin-left: 2px
}

.bar.bar-inset.sandbox-current-user .btn .fu-lg+.text,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"] .fu-lg+.text,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"] .fu-lg+.text,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"] .fu-lg+.text,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"] .fu-lg+.text,
.bar.bar-inset.sandbox-current-user .pill .fu-lg+.text {
    margin-left: 5px;
    vertical-align: text-top
}

.bar.bar-inset.sandbox-current-user .btn:hover .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:hover .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:hover .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:hover .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:hover .card-title.-name,
.bar.bar-inset.sandbox-current-user .pill:hover .card-title.-name,
.bar.bar-inset.sandbox-current-user .btn:focus .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:focus .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:focus .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:focus .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:focus .card-title.-name,
.bar.bar-inset.sandbox-current-user .pill:focus .card-title.-name,
.bar.bar-inset.sandbox-current-user .btn:active .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:active .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:active .card-title.-name,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:active .card-title.-name,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:active .card-title.-name,
.bar.bar-inset.sandbox-current-user .pill:active .card-title.-name {
    color: #478cfe
}

.bar.bar-inset.sandbox-current-user .btn:hover .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:hover .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:hover .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:hover .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:hover .card-title.-role,
.bar.bar-inset.sandbox-current-user .pill:hover .card-title.-role,
.bar.bar-inset.sandbox-current-user .btn:focus .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:focus .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:focus .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:focus .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:focus .card-title.-role,
.bar.bar-inset.sandbox-current-user .pill:focus .card-title.-role,
.bar.bar-inset.sandbox-current-user .btn:active .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions input[type="submit"]:active .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user input[type="submit"]:active .card-title.-role,
.bar.bar-inset.sandbox-current-user .form-actions button[type="submit"]:active .card-title.-role,
.form-actions .bar.bar-inset.sandbox-current-user button[type="submit"]:active .card-title.-role,
.bar.bar-inset.sandbox-current-user .pill:active .card-title.-role {
    color: #293041
}

.bar.bar-inset.sandbox-current-user .dropdown-menu,
.bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul {
    margin-top: 49px;
    width: 100%
}

.bar.bar-inset.sandbox-current-user .dropdown-menu>*,
.bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul>* {
    padding-left: 20px;
    padding-right: 20px
}

.bar.bar-inset.sandbox-current-user .dropdown-menu::before,
.bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul::before {
    right: 70px
}

.bar.bar-inset.sandbox-current-user .dropdown-menu::after,
.bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul::after {
    right: 68px
}

.bar.bar-inset.sandbox-current-user .dropdown-menu.admin-carret::after,
.bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul.admin-carret::after {
    border-width: 10px;
    top: -20px
}

.bar.bar-inset.sandbox-current-user .users-list {
    border-bottom: 1px solid #d9e7f7;
    overflow-x: auto;
    padding: 20px;
    white-space: nowrap;
    width: 100%
}

.bar.bar-inset.sandbox-current-user .users-list>* {
    margin-right: 10px
}

.bar.bar-inset.sandbox-current-user .users-list *:last-child {
    margin-right: 0
}

.bar.bar-inset.sandbox-current-user .active-current-card .role-user {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(50%, #fbfbfb), to(#f9f9f9));
    background: linear-gradient(to bottom, #eee 0%, #fbfbfb 50%, #f9f9f9 100%);
    border-color: #478cfe;
    -webkit-box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.5);
    box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.5)
}

.bar.bar-inset.sandbox-current-user .active-current-card .card-title.-name {
    color: #478cfe
}

.bar.bar-inset.sandbox-current-user .active-current-card .card-title.-role {
    color: #293041
}

.bar.bar-inset.sandbox-current-user .tab-content {
    border-bottom: 1px solid #d9e7f7;
    padding: 20px
}

.bar.bar-inset.sandbox-current-user .tab-content .content-title {
    font-size: 16px;
    margin: 0
}

.bar.bar-inset.sandbox-current-user .tab-content .category-title {
    color: #478cfe;
    margin: 0;
    padding: 15px 0
}

.bar.bar-inset.sandbox-current-user .tab-content .features-list {
    line-height: 18px;
    margin: 0;
    padding-left: 10px
}

.bar.bar-inset.sandbox-current-user .bar.-footer {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sandbox-breadcrumb {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfdfd), to(#f9f9f9));
    background: linear-gradient(to top, #fdfdfd 0%, #f9f9f9 100%);
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: #293041;
    height: auto;
    line-height: 19px;
    min-width: 185px;
    vertical-align: middle
}

.sandbox-breadcrumb .list {
    margin: 0;
    padding: 7px 14px
}

.sandbox-breadcrumb .item {
    display: inline-block
}



.sandbox-breadcrumb .link {
    color: #293041;
    font-weight: 400
}

.sandbox-breadcrumb .counter {
    color: #a6bedc;
    display: inline-block;
    font-weight: 400;
    padding: 7px 14px 7px 0
}

.hide-visibl {
    visibility: hidden
}

@media only screen and (max-width: 1366px) {
    .bar.bar-inset.sandbox-current-user {
        padding: 9px 20px
    }
}

@media only screen and (max-width: 1279px) {
    .bar.bar-inset.sandbox-current-user .title.-demo {
        display: none
    }

    .bar.bar-inset.sandbox-current-user .role-user.-current {
        padding-left: 0
    }
}

@media only screen and (max-width: 1000px) {

    .navbar-sandbox .btn .text,
    .navbar-sandbox .form-actions input[type="submit"] .text,
    .form-actions .navbar-sandbox input[type="submit"] .text,
    .navbar-sandbox .form-actions button[type="submit"] .text,
    .form-actions .navbar-sandbox button[type="submit"] .text,
    .navbar-sandbox .pill .text {
        display: none
    }

    .bar.bar-inset.sandbox-current-user .dropdown-menu::after,
    .bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul::after {
        right: 12px
    }

    .bar.bar-inset.sandbox-current-user .dropdown-menu::before,
    .bar.bar-inset.sandbox-current-user .select2-drop.select2-dropdown>ul::before {
        right: 14px
    }
}

@media only screen and (max-width: 870px) {
    .sandbox-breadcrumb .item {
        display: none
    }

    .sandbox-breadcrumb .item.-active {
        display: inline-block
    }

    .sandbox-breadcrumb .item.-active::before {
        display: none
    }

    .sandbox-breadcrumb .nav-prev {
        left: -1px
    }

    .sandbox-breadcrumb .nav-prev,
    .sandbox-breadcrumb .nav-next {
        background: none;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        float: none;
        height: 17px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 17px
    }

    .sandbox-breadcrumb .nav-prev .fu,
    .sandbox-breadcrumb .nav-next .fu {
        background-position: center;
        bottom: 0;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px
    }
}

@media only screen and (max-width: 620px) {
    .sandbox-breadcrumb {
        min-width: auto
    }

    .bar.bar-inset.sandbox-current-user .role-user.-current {
        padding-right: 5px
    }
}

@media only screen and (max-width: 520px) {

    .sandbox-current-user .role-user.-current .inline-block,
    .sandbox-breadcrumb .counter {
        display: none
    }
}

#sandbox-mode .dropdown.open>.dropdown-toggle.btn,
#sandbox-mode .form-actions .dropdown.open>input.dropdown-toggle[type="submit"],
.form-actions #sandbox-mode .dropdown.open>input.dropdown-toggle[type="submit"],
#sandbox-mode .form-actions .dropdown.open>button.dropdown-toggle[type="submit"],
.form-actions #sandbox-mode .dropdown.open>button.dropdown-toggle[type="submit"],
#sandbox-mode .dropdown.open>.dropdown-toggle.pill {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(50%, #fbfbfb), to(#f9f9f9));
    background: linear-gradient(to bottom, #eee 0%, #fbfbfb 50%, #f9f9f9 100%);
    -webkit-box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.5);
    box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.5);
    border-color: #478cfe;
    color: #478cfe
}

#sandbox-mode ul.features-list {
    list-style: none;
    font-size: 12px;
    font-weight: 300
}

#sandbox-mode .navbar-fixed-top.sandbox-top-navbar .btn,
#sandbox-mode .navbar-fixed-top.sandbox-top-navbar .form-actions input[type="submit"],
.form-actions #sandbox-mode .navbar-fixed-top.sandbox-top-navbar input[type="submit"],
#sandbox-mode .navbar-fixed-top.sandbox-top-navbar .form-actions button[type="submit"],
.form-actions #sandbox-mode .navbar-fixed-top.sandbox-top-navbar button[type="submit"],
#sandbox-mode .navbar-fixed-top.sandbox-top-navbar .pill {
    padding: 7px 10px 8px 10px
}

#sandbox-mode .navbar-fixed-top.sandbox-top-navbar .or {
    color: #859bbb;
    margin: 0 5px 0 5px;
    font-size: 12px
}

#sandbox-mode.lp-enabled .toolbar-parent .navbar-fixed-top {
    top: 90px
}

#sandbox-mode.lp-enabled #menu {
    top: 150px
}

#sandbox-mode.lp-enabled.lite-mode .toolbar-parent .navbar-fixed-top {
    top: 110px
}

#sandbox-mode.lp-enabled.lite-mode .navbar-lite {
    top: 90px
}

#sandbox-mode.lp-enabled.lite-mode #menu {
    top: 170px
}

#sandbox-mode .toolbar-parent .navbar-fixed-top {
    top: 60px
}

#sandbox-mode #menu {
    top: 120px
}

#sandbox-mode.lite-mode .toolbar-parent .navbar-fixed-top {
    top: 80px
}

#sandbox-mode.lite-mode .navbar-lite {
    top: 60px
}

#sandbox-mode.lite-mode #menu {
    top: 140px
}

.search-result-wrapper {
    position: relative
}

.search-flex-block {
    overflow: visible !important
}

.ui-autocomplete {
    position: absolute;
    background: #ffffff;
    width: 100%;
    list-style-type: none;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    z-index: 1002;
    padding: 0 !important
}

.ui-autocomplete li.ui-autocomplete-category {
    color: #859bbb;
    margin: 10px 0 0 10px
}

.ui-autocomplete li {
    padding-left: 0px;
    border: none !important
}

.ui-autocomplete li span.icon-wrap {
    position: absolute;
    left: 10px
}

.ui-autocomplete li span.icon-wrap svg {
    width: 34px;
    height: 34px
}

.ui-autocomplete li .autocomplete-item {
    display: block
}

.ui-autocomplete li .autocomplete-item .title-wrap {
    display: block
}

.ui-autocomplete li .autocomplete-item .info-wrap {
    display: block;
    color: #a6bedc
}

.ui-autocomplete li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    min-height: 56px;
    padding: 11px 0 0 54px
}

.ui-autocomplete li a.ui-state-focus {
    background: #d9e7f7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-autocomplete .no-results {
    padding: 10px;
    color: #a6bedc
}

.ui-helper-hidden-accessible {
    display: none
}

@media (max-width: 767px) {
    .checklist .popover {
        left: 0 !important;
        margin-left: 0 !important;
        max-width: 100%;
        padding-bottom: 0;
        position: fixed;
        top: calc(50% - 60px) !important;
        width: 100%
    }

    .checklist .popover .arrow {
        display: none
    }

    .home-page-header .promo-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .home-page-header .promo-block+.promo-block {
        border-left: 0
    }

    .invoices-and-fees-wrapper .fees-container {
        padding-bottom: 0
    }

    .invoices-and-fees-wrapper .title.-total {
        font-size: 16px
    }

    .invoices-and-fees-wrapper .fees-tables,
    .invoices-and-fees-wrapper .title.-welcome {
        display: block !important
    }

    .invoices-and-fees-wrapper .fees-tables {
        margin: 0 -15px
    }

    .invoices-and-fees-wrapper .fees-table-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: auto
    }

    .invoices-and-fees-wrapper .table-fusion {
        border-right: 0 !important;
        border-left: 0 !important;
        min-width: 700px
    }

    .landing,
    .landing-layout {
        height: 100%
    }

    .landing #flash-area,
    .landing-layout #flash-area {
        position: relative
    }

    .landing main,
    .landing .container-fluid form,
    .landing main form,
    .landing-layout main,
    .landing-layout .container-fluid form,
    .landing-layout main form {
        margin: 0;
        width: 100%
    }

    .landing .container-fluid,
    .landing main,
    .landing-layout .container-fluid,
    .landing-layout main {
        padding: 20px 0
    }

    .landing .table-fusion .td,
    .landing .table-fusion .th,
    .landing .bar-inset,
    .landing-layout .table-fusion .td,
    .landing-layout .table-fusion .th,
    .landing-layout .bar-inset {
        padding: 10px 5px !important
    }

    main>.content-wrapper {
        padding: 20px 0
    }

    .bar.-profile-header .student-info {
        width: calc(100% - 75px)
    }

    .bar.-profile-header .parent-title {
        margin-top: 6px !important;
        width: calc(100% - 70px)
    }

    .bar.-profile-header .student-info .parent-name,
    .bar.-profile-header .student-info .student-name,
    .bar.-profile-header .parent-title .parent-name,
    .bar.-profile-header .parent-title .student-name {
        display: inline-block;
        font-size: 18px !important;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .bar.-profile-header .student-info .parent-name,
    .bar.-profile-header .parent-title .parent-name {
        line-height: inherit !important;
        width: calc(100% - 42px)
    }

    .bar.-profile-header .student-info .student-name,
    .bar.-profile-header .parent-title .student-name {
        width: calc(100% - 28px)
    }

    .bar.-profile-header .student-info .parent-status,
    .bar.-profile-header .student-info .student-role,
    .bar.-profile-header .parent-title .parent-status,
    .bar.-profile-header .parent-title .student-role {
        font-size: 13px !important
    }

    .parent-dashboard-wrapper .section-body {
        margin: 15px 0 0 !important
    }

    .parent-dashboard-wrapper .col-sm-6.-map,
    .section-fields.-profile .col-sm-6.-map {
        padding-left: 0;
        padding-right: 0
    }

    .parent-dashboard-wrapper .col-sm-6.-map .map,
    .parent-dashboard-wrapper .col-sm-6.-map .field-value-wrapper,
    .section-fields.-profile .col-sm-6.-map .map,
    .section-fields.-profile .col-sm-6.-map .field-value-wrapper {
        float: left;
        height: initial !important;
        margin: 0 !important;
        max-width: initial !important;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 50%
    }

    .sidebar-content {
        padding: 0 !important
    }

    .content-unit {
        border: 0 !important;
        padding: 15px 0 !important
    }

    .content-unit.-campus,
    .content-unit.-campus .content {
        min-width: 100%
    }

    .content-unit.-campus .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .content-unit.-campus .campus {
        margin-top: 0;
        max-width: 100%;
        min-width: 60%
    }

    #student-profile .family-info.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #student-profile .family-info.active .family-info-block {
        margin-right: 0
    }

    .tours-controller .select-datetime .calendar-next-prev {
        display: table;
        float: none;
        margin: 0 auto
    }

    .tours-controller .select-datetime .calendar-wrapper {
        overflow-x: auto;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
        margin-top: 10px
    }

    .tours-controller .select-datetime .datepicker .table-condensed {
        table-layout: auto
    }

    .tours-controller .select-datetime .datepicker .table-condensed td {
        min-width: 65px
    }

    .tours-controller .select-datetime .datepicker .table-condensed td:first-child {
        border-left: 0
    }

    .tours-controller .select-datetime .datepicker .table-condensed td:last-child {
        border-right: 0
    }
}

.main-layout.-mobile-or-tablet .select2-search,
.main-layout.-mobile-or-tablet .select2-focusser {
    display: none !important
}

.main-layout.-mobile-or-tablet .datepicker-inited[type='date'] {
    -webkit-appearance: none;
    padding-top: 0
}

.main-layout.-mobile-or-tablet .datepicker-dropdown {
    display: none !important
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin: 10px 20px -10px 20px;
        padding: 0
    }
}

@media (max-width: 767px) {
    .form-steps.-confirm .step.-title {
        max-width: initial
    }

    .form-steps.-confirm .step:last-of-type {
        display: block !important
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .form-steps .step:not(.-title):not(.current) {
        display: none
    }

    .form-steps .step.-title {
        max-width: 160px;
        min-width: 160px
    }

    .form-steps .step.-title.-previous {
        display: block;
        max-width: 60px;
        min-width: 60px
    }

    .form-steps .step.-title.-previous+.step.-title {
        display: none
    }

    .form-steps .step.current {
        width: calc(100% - 160px)
    }

    .form-steps .step .btn-previous.-title {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg)
    }
}

@media (max-width: 767px) and (orientation: portrait) {

    .register-actions,
    .register-actions .btn,
    .register-actions .form-actions input[type="submit"],
    .form-actions .register-actions input[type="submit"],
    .register-actions .form-actions button[type="submit"],
    .form-actions .register-actions button[type="submit"],
    .register-actions .pill {
        width: 100%
    }

    .register-actions .btn:not(:last-of-type),
    .register-actions .form-actions input[type="submit"]:not(:last-of-type),
    .form-actions .register-actions input[type="submit"]:not(:last-of-type),
    .register-actions .form-actions button[type="submit"]:not(:last-of-type),
    .form-actions .register-actions button[type="submit"]:not(:last-of-type),
    .register-actions .pill:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.main-layout.-mobile-or-tablet .file-item-wrapper:not(:last-of-type) {
    border-bottom: 1px solid #d9e7f7
}

.main-layout.-mobile-or-tablet .file-item-wrapper .file-info {
    max-width: calc(100% - 55px)
}

.main-layout.-mobile-or-tablet .file-item-wrapper .file-item {
    max-width: calc(100% - 35px);
    padding-right: 0
}

.main-layout.-mobile-or-tablet .file-item-wrapper .file-item-actions {
    display: block !important;
    top: calc(50% - 10px) !important
}

@media (max-width: 767px) {

    .required-files-page .btn.-filter:not(:last-of-type),
    .required-files-page .form-actions input.-filter[type="submit"]:not(:last-of-type),
    .form-actions .required-files-page input.-filter[type="submit"]:not(:last-of-type),
    .required-files-page .form-actions button.-filter[type="submit"]:not(:last-of-type),
    .form-actions .required-files-page button.-filter[type="submit"]:not(:last-of-type),
    .required-files-page .-filter.pill:not(:last-of-type) {
        margin-right: 5px
    }

    .required-files-page .btn.-reset,
    .required-files-page .form-actions input.-reset[type="submit"],
    .form-actions .required-files-page input.-reset[type="submit"],
    .required-files-page .form-actions button.-reset[type="submit"],
    .form-actions .required-files-page button.-reset[type="submit"],
    .required-files-page .-reset.pill {
        float: right
    }
}

#fake_email,
#fake_password {
    -webkit-text-fill-color: transparent;
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: 0 0 0 10px white inset !important;
    box-shadow: 0 0 0 10px white inset !important;
    color: transparent !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 10px !important;
    z-index: -1 !important
}

.nav.nav-primary.fullsize-tabs,
.nav.nav-default.fullsize-tabs {
    padding-left: 0 !important;
    padding-right: 0
}

.nav.nav-primary.fullsize-tabs li,
.nav.nav-default.fullsize-tabs li {
    float: none !important
}

.nav.nav-primary.fullsize-tabs li a,
.nav.nav-default.fullsize-tabs li a {
    border-radius: 0;
    margin-right: 0
}

.nav.nav-primary.fullsize-tabs #more-tabs,
.nav.nav-default.fullsize-tabs #more-tabs {
    right: 0 !important;
    width: 100%
}

.nav.nav-primary.fullsize-tabs #more-tabs::before,
.nav.nav-primary.fullsize-tabs #more-tabs::after,
.nav.nav-default.fullsize-tabs #more-tabs::before,
.nav.nav-default.fullsize-tabs #more-tabs::after {
    left: 40px
}

.avatar-upload-wrapper {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 2px 7px;
    position: relative
}

.avatar-upload-wrapper:active {
    padding: 2px 7px
}

.avatar-upload-wrapper+.help-block {
    float: left;
    width: 100%
}

.avatar-upload-wrapper input[type=file] {
    line-height: 40px
}

.avatar-upload-wrapper .help-block,
.avatar-upload-wrapper .text {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    top: 3px
}

.avatar-upload-wrapper #student_avatar,
.avatar-upload-wrapper .input-global-parent-avatar {
    cursor: pointer;
    filter: alpha(opacity=0);
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.avatar-upload-wrapper .inner-avatar {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    height: 20px !important;
    margin-right: 7px;
    overflow: hidden;
    width: 20px !important
}

.icon-svg {
    height: 20px;
    vertical-align: sub;
    width: 20px
}

.icon-svg.-lg {
    height: 30px;
    width: 30px
}

.icon-svg.-sm {
    height: 16px;
    width: 16px
}

.icon-svg.-xs {
    height: 13px;
    vertical-align: middle;
    width: 13px
}

.btn-default .icon-svg path,
.btn-secondary .icon-svg path,
.btn-delete.-icon .icon-svg path,
.-icon.btn-danger .icon-svg path,
.-icon.pill.pill-danger .icon-svg path,
.btn-pricing .icon-svg path,
.btn-default .icon-svg path {
    fill: #a6bedc
}

.btn-primary .icon-svg path,
.btn-success .icon-svg path,
.pill.pill-success .icon-svg path,
.btn-payment .icon-svg path,
.btn-success .icon-svg path,
.pill.pill-success .icon-svg path,
.btn-delete .icon-svg path,
.btn-danger .icon-svg path,
.pill.pill-danger .icon-svg path,
.btn-danger .icon-svg path,
.pill.pill-danger .icon-svg path {
    fill: white
}

.file-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px
}

.day-of-month.-midi {
    width: 38px;
    height: 38px;
    left: 20px;
    top: 4px
}

.day-of-month.-midi .month {
    background: #e94b35;
    border: 1px solid #e94b35;
    border-radius: 4px 4px 0 0;
    color: white;
    font-size: 10px;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase
}

.day-of-month.-midi .day {
    background: white;
    border-color: #92aed6;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    color: black;
    font-size: 16px;
    text-align: center
}

.badge {
    font-weight: 400
}

.badge-warning {
    background-color: #e94b35;
    color: #ffffff
}

.badge-primary {
    background: #478cfe;
    color: #ffffff
}

.alert.bulletin .btn-go-to-checklist,
#flash-area .bulletin.flash .btn-go-to-checklist {
    margin-right: 10px
}

@media (min-width: 768px) {
    .landing-layout .content.-sign-in-as-parent {
        width: 320px
    }
}

.landing-layout .content.-sign-in-as-parent .table-fusion {
    border: 0
}

.landing-layout .content.-sign-in-as-parent .table-fusion tbody tr:last-of-type .td {
    border-bottom: 0
}

.landing-layout .-btn-sign-in {
    font-size: 14px;
    height: 41px
}

.landing-layout .content.-user-login .list-of-users,
.landing-layout .content.-user-login .list-of-parents,
.landing-layout .content.-sign-in-as-parent .list-of-users,
.landing-layout .content.-sign-in-as-parent .list-of-parents {
    background-color: white;
    max-height: 260px;
    overflow: auto
}

.landing-layout .content.-user-login .table-fusion,
.landing-layout .content.-sign-in-as-parent .table-fusion {
    border: 0
}

.landing-layout .content.-user-login .table-fusion .th,
.landing-layout .content.-user-login .table-fusion .td,
.landing-layout .content.-sign-in-as-parent .table-fusion .th,
.landing-layout .content.-sign-in-as-parent .table-fusion .td {
    max-width: 220px;
    padding: 10px 15px;
    vertical-align: middle;
    word-break: break-word
}

.landing-layout .families-list .list-item:not(:last-of-type),
.landing-layout .students-list .list-item:not(:last-of-type) {
    margin-bottom: 5px
}

.landing-layout .buttons-column,
.landing-layout .logo-wrapper,
.landing-layout .school-logo {
    text-align: center
}

.landing-layout ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.landing-layout .actions.-middle {
    display: table;
    margin: 0 auto
}

.landing-layout .nav.-bottom {
    border-top: 1px solid #d9e7f7
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.captcha-div .rucaptcha-input {
    padding-left: 10px
}

.captcha-div .error-info {
    color: #e94b35;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left
}

.has-success.input-group input:focus+.input-group-addon {
    border-color: #d9e7f7;
    color: #d9e7f7
}

.has-success .input-group-addon {
    border-color: #d9e7f7
}

.js-file-extension-message span {
    color: #e94b35
}

.has-warning .select2-container.select2-dropdown a.select2-choice {
    border: 1px solid #f59d00;
    height: auto
}

.has-warning .select2-container.select2-dropdown a.select2-choice>.select2-arrow b {
    border-left-color: #f59d00
}

.has-warning .select2-container.select2-dropdown a.select2-choice>.select2-arrow b:before {
    color: #f59d00
}

.nav.nav-tabs.nav-default li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #293041
}

.menu_aktif {
    background-color: #ff6f5f;
}

.block-header svg {
    width: 25px;
    margin: auto 10px -10px auto;
}

.auto_top {
    position: relative;
    width: 100%;
    /*padding-right: 30px;*/
}

li.step.current.active {
    background-color: #cf3625;
    margin-left: -25px;
    min-width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* padding-left: 35px; */
}

.content_field {
    background-color: #fff;
    padding: 10px;
}

.space_lane {
    padding-left: 15px;
    padding-right: 15px;

}

.step.current, .nav .item {
    pointer-events: none;
}

/*select.form-control {
    background: none;
} */

.custom_select {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 15px;
    pointer-events: none;
}

/* .select_container {
    position: relative;
    display:table;
    border-collapse: separate;
} */

.select_container>.custom_select {
    top: 15px;
    right: 3%;
}

.selectcal:after {
    content: '\f073';
    font: normal normal normal 17px/1 FontAwesome;
    color: #f99213;
    right: 9px;
    top: 0px;
    padding: 11px 15px 1px 17px;
    position: absolute;
    pointer-events: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ccc;
    height: 40px;
    background-color: #ededed;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #f99213;
    right: 9px;
    top: 5px;
    padding: 11px 15px 1px 17px;
    position: absolute;
    pointer-events: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ccc;
    height: 40px;
    background-color: #ededed;
}

select::-ms-expand {
    display: none;
}

.selectdiv select,
.selectcal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    background-image: none;
    border: 1px solid #d4d4d4;
    -ms-word-break: normal;
    word-break: normal;
    height: 40px;

}

/*select {
    display: inline-block !important;
}*/

.radioGroup label {
    float: left;
    width: auto;
    line-height: 34px;
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 27px;
    background: url(../images/i_select.png) no-repeat 0 8px;
}

.radioGroup label.selected {
    background-image: url(../images/i_selected.png);
}

.control-label {
    margin-top: -25px;
    padding-left: 35px;
}

.text-muted {
    font-size: 10px;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal-dialog {
    margin-top: 10%;
    z-index: 1100 !important;
}

/* input[type="file"] {
    display: none !important;
} */

.bold {
    font-weight: bold;
}

.my3 {
    margin: 60px 10px 10px 10px;
}

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

.subtitle {
    padding: 5px;
    background: rgb(251, 222, 185);
    border-top: 1px solid rgb(239, 142, 19);
    border-bottom: 1px solid rgb(239, 142, 19);
    display: block;
    color: rgb(239, 142, 19);
}

.subheader {
    font-size: 15px;
    color: black;
}

.nopadding {
    padding: 0 !important;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
}

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

.border-botom {
    border-bottom: 1px solid rgb(239, 142, 19);
}

/* .glyphicon {
    color: orange;
} */

.numberic {
    list-style-type: decimal;
    margin-left: 15px;
}

.numberic li {
    margin-left: -25px;
}

.nonelist {
    list-style: none;
}

.justify-content-end {
    display: flex;
    justify-content: flex-end;
}

.justify-content-end button,
.justify-content-end input {
    margin-right: 5px;
}


.form-check-label,
.radio-inline {
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input,
.radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark,
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked~.checkmark:after,
.radio-inline input:checked~.radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
    left: 40%;
    top: 20%;
    width: 5px;
    height: 10px;
    border: solid #ff9102;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiomark {
    border-radius: 50%;
}

/* Style the indicator (dot/circle) */
.radio-inline .radiomark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff9102;
    border: 1px solid #d9e7f7;
}

.file {
    margin: 0px !important;
    display: block;
}

.d-none {
    display: none !important;
}

.custom-bottom::after {
    display: block;
    content: '';
    border-bottom: 1px solid rgb(251, 222, 185);
}

label.form-group {
    display: block;
}

#form_maf_new .row-to-add {
    display: none;
}

#form_maf_new .row-to-add.added {
    display: block;
}





p.fontbold {
    font-weight: bold;
}

.tooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}

.tooltip h3 {
    margin: 12px 0;
}

.tooltip .right {
    min-width: 300px;
    max-width: 600px;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 0;
    color: #ef8e27;
    background-color: #fbdeb9;
    font-weight: normal;
    font-size: 13px;
    border-radius: 3px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.tooltip:hover .right {
    visibility: visible;
    opacity: 1;
}

.tooltip .right img {
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.tooltip .text-content {
    padding: 10px 20px;
}

.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #444444;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip {
    text-decoration: none;
    border-bottom: 1px dotted #004B6B;
    color: #004B6B;
    outline: none;
}

/*For tooltip box*/
#mcTooltip {
    line-height: 16px;
    border-width: 1px;
    color: #333;
    border-color: #BBB;
    padding: 20px;
    font-size: 12px;
    /* font-family: Verdana, Arial; */
    border-radius: 6px;
    background-color: #F6F6F6;
}

#mcTooltip.no-padding {
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#mcTooltip,
#mcttCo b {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* For hyperlink within tooltip */
#mcTooltip a {
    color: #069;
}

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
#mcttCloseButton {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-top: 2px;
    background: black;
}

/*Close button X symbol*/
#mcttCloseButton:after {
    font: normal 38px/18px arial, sans-serif;
    color: white;
    top: 0;
    left: -2px;
}

/*Give the close button a bigger size on smaller devices*/
@media only screen and (max-width: 736px) {
    #mcttCloseButton {
        width: 28px;
        height: 28px;
    }

    #mcttCloseButton:after {
        font-size: 48px;
        line-height: 28px;
    }
}

/* Useful when overlay has been set to true or 1 in JS */
#mcOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}

#mcTooltip img {
    border: 0;
    vertical-align: middle;
}

/*The settings below should remain unchanged*/
#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: -2000px;
}

#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}

#mcttCo,
#mcttCo b {
    position: absolute;
    overflow: hidden;
}

/*compatible with bootstrap*/
#mcTooltip,
#mcTooltip div {
    box-sizing: content-box;
}

p.tooltip-title {
    margin-left: 20px;
    margin-top: -17px;
}

.text-content p {
    font-style: italic;
}

.tooltip .right .info-icon path {
    fill: #ef8e13;
}

.input-group input[value=10-10-2018] {
    background-color: yellow;
}

.spacewhite {
    padding-top: 15px;
    /* padding-bottom: 15px; */
}

.margintop {
    margin-top: 100px;
    /*margin-top: 190px;*/
}

li.item.active {
    background-color: #a01202;
}

.error-field {
    border-color: red;
}


ul.navi {
    list-style-type: none;
    margin: 0;
    padding: 0;

    background-color: #a12818;
    width: 100%;
    position: fixed;
    z-index: 21;

}

.navi li {
    float: left;
}

.navi li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navi li a:hover:not(.active) {
    background-color: #111;
}

.navi li a:hover,
.dropdown:hover .dropbtn {
    background-color: black;
}

.navi li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: -webkit-fill-available;
    text-align: -webkit-left;
}

.navi li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #671308;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn i.glyphicon.glyphicon-triangle-bottom {
    color: white;
    padding-left: 10px;
    font-weight: normal;
    font-size: 10px;
}


.padding ul.navi {
    padding: 0 10px;
}


.my3-addmore {
    margin-top: 10px;
    margin-bottom: 15px;
}

.pointer-none {
    pointer-events: none;
}

li.spacemenu a {
    padding-top: 10px;
    /* padding-left: 25px; */
}

.spaceleft a.link {
    margin: auto;
    padding-left: 20px;
    padding-top: 10px;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:center center rgba(0, 0, 0, 0.6)
}

.justparent .row {
    /* border: 1px solid red; */
    /* padding: 10px; */
    /* margin: 3px; */
    border-top: 0.5px solid #d9e7f7;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6e4f7;
    padding-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    background-color: #d6e4f75c;
}

.p-absolute {
    bottom: 0px;
    position: relative;
    right: 24px;
    border-radius: 4px;

}

.input-group-addon{
	height: 36px;
}

.t-0 {
    top: 10px;
}

.position-righ-9 {
    position: relative;
    right: 9px;
}
.position-abso-righ {
    position: absolute;
    right: 0px;
    border-radius: 4px;
}

.padding-bottom-15{
    padding-bottom:15px;
}

.spinner {
    left: 61px;
    position: absolute;
}

.spinner > div {
  width: 2px;
  height: 2px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.39, 0.3, 0.6, 0.68) both;
  animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.07, 0.01, 0.65, 0.68) both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 100% { -webkit-transform: scale(0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 50% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
p.loader {
    position: absolute;
    color: #fff;
    top: 53px;
    left: -17px;
}

.menu-button-righ {
    padding-bottom: 10px;
    padding-top: 10px;

    float: right;
    padding-right: 27px;
}

.display-none {
    display: block;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 19;
    bottom: -19;
    float: right;
    background-color: #fff;
    border-top: 1px solid #d6e4f7;
    padding-top: 0;
}

.fixed {
    position:fixed !important;
}

.padding-2 {
    padding-bottom:2%;
}
.margin-top-10{
padding-top: 10px;
    margin-top: -10px !important;
}

.padding-13 {
    padding-bottom: 13%;
    
}
.padding-15 {
    padding-bottom: 16%;
}
.padding-20{
    padding-bottom:22%
}
.padding-28 {
    padding-bottom: 28%;
}

.padding-30 {
    padding-bottom:30%;
}

.padding-33 {
    padding-bottom:34%;
}
.padding-40 {
    padding-bottom:39%;
}

.bottom-27{
    bottom:-27px;
}

.remove-button {
    font-size: 13px;
    margin-top: 8px;
    color:#f68215;
}

@media (min-width: 768px){
    .display-none{
        right: 0;
        left: 0;      
    }

}
@media (min-width: 992px) {

    .display-none{
        right: 25px;
        left: 275px;
    }


}

@media (min-width: 1200px) {

    .display-none{
        right: 25px;
        left: 275px;
    
    }
}

body {
    background-color: #eaeaea;
}

.intake-box {
    border: 1px solid #cacaca;
    padding: 10px 13px;
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 1px;
}

.flex-intake {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.text-bold {
    font-weight: bold;
}

@media (max-width: 1007px) {
    .desc-value table, .desc-value table td, .desc-value table td .oe_form_field , .desc-value table td .oe_form_field .o_readonly {
        width: 100% !important;
    }
}