/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.14.8 - 2016-02-18T22:01:43.880Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control>.selectize-dropdown,.selectize-control>.selectize-input>input{width:100%}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>a:focus,.ui-select-bootstrap .ui-select-choices-row>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>a{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>a,.ui-select-bootstrap .ui-select-choices-row.disabled>a{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}
.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

@font-face{font-family:'qcwcs';src:url("/fonts/qcwcs.ttf?lbwlzy") format("truetype"),url("/fonts/qcwcs.woff?lbwlzy") format("woff"),url("/fonts/qcwcs.svg?lbwlzy#qcwcs") format("svg");font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{speak:none;display:inline-block;font:normal normal normal 14px/1 'qcwcs';font-family:'qcwcs' !important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-info:before{content:""}.icon-home:before{content:""}.icon-home2:before{content:""}.icon-home3:before{content:""}.icon-home4:before{content:""}.icon-home5:before{content:""}.icon-home6:before{content:""}.icon-bathtub:before{content:""}.icon-toothbrush:before{content:""}.icon-bed:before{content:""}.icon-couch:before{content:""}.icon-chair:before{content:""}.icon-city:before{content:""}.icon-apartment:before{content:""}.icon-pencil:before,.icon-edit:before{content:""}.icon-pencil2:before{content:""}.icon-pen:before{content:""}.icon-pencil3:before{content:""}.icon-eraser:before{content:""}.icon-pencil4:before{content:""}.icon-pencil5:before{content:""}.icon-feather:before{content:""}.icon-feather2:before{content:""}.icon-feather3:before{content:""}.icon-pen2:before{content:""}.icon-pen-add:before{content:""}.icon-pen-remove:before{content:""}.icon-vector:before{content:""}.icon-pen3:before{content:""}.icon-blog:before{content:""}.icon-brush:before{content:""}.icon-brush2:before{content:""}.icon-spray:before{content:""}.icon-paint-roller:before{content:""}.icon-stamp:before{content:""}.icon-tape:before{content:""}.icon-desk-tape:before{content:""}.icon-texture:before{content:""}.icon-eye-dropper:before{content:""}.icon-palette:before{content:""}.icon-color-sampler:before{content:""}.icon-bucket:before{content:""}.icon-gradient:before{content:""}.icon-gradient2:before{content:""}.icon-magic-wand:before{content:""}.icon-magnet:before{content:""}.icon-pencil-ruler:before{content:""}.icon-pencil-ruler2:before{content:""}.icon-compass:before{content:""}.icon-aim:before{content:""}.icon-gun:before{content:""}.icon-bottle:before{content:""}.icon-drop:before{content:""}.icon-drop-crossed:before{content:""}.icon-drop2:before{content:""}.icon-snow:before{content:""}.icon-snow2:before{content:""}.icon-fire:before{content:""}.icon-lighter:before{content:""}.icon-knife:before{content:""}.icon-dagger:before{content:""}.icon-tissue:before{content:""}.icon-toilet-paper:before{content:""}.icon-poop:before{content:""}.icon-umbrella:before{content:""}.icon-umbrella2:before{content:""}.icon-rain:before{content:""}.icon-tornado:before{content:""}.icon-wind:before{content:""}.icon-fan:before{content:""}.icon-contrast:before{content:""}.icon-sun-small:before{content:""}.icon-sun:before{content:""}.icon-sun2:before{content:""}.icon-moon:before{content:""}.icon-cloud:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-rain:before{content:""}.icon-cloud-hailstones:before{content:""}.icon-cloud-snow:before{content:""}.icon-cloud-windy:before{content:""}.icon-sun-wind:before{content:""}.icon-cloud-fog:before{content:""}.icon-cloud-sun:before{content:""}.icon-cloud-lightning:before{content:""}.icon-cloud-sync:before{content:""}.icon-cloud-lock:before{content:""}.icon-cloud-gear:before{content:""}.icon-cloud-alert:before{content:""}.icon-cloud-check:before{content:""}.icon-cloud-cross:before{content:""}.icon-cloud-crossed:before{content:""}.icon-cloud-database:before{content:""}.icon-database:before{content:""}.icon-database-add:before{content:""}.icon-database-remove:before{content:""}.icon-database-lock:before{content:""}.icon-database-refresh:before{content:""}.icon-database-check:before{content:""}.icon-database-history:before{content:""}.icon-database-upload:before{content:""}.icon-database-download:before{content:""}.icon-server:before{content:""}.icon-shield:before{content:""}.icon-shield-check:before{content:""}.icon-shield-alert:before{content:""}.icon-shield-cross:before{content:""}.icon-lock:before{content:""}.icon-rotation-lock:before{content:""}.icon-unlock:before{content:""}.icon-key:before{content:""}.icon-key-hole:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-cog:before{content:""}.icon-cog2:before{content:""}.icon-wrench:before{content:""}.icon-screwdriver:before{content:""}.icon-hammer-wrench:before{content:""}.icon-hammer:before{content:""}.icon-saw:before{content:""}.icon-axe:before{content:""}.icon-axe2:before{content:""}.icon-shovel:before{content:""}.icon-pickaxe:before{content:""}.icon-factory:before{content:""}.icon-factory2:before{content:""}.icon-recycle:before{content:""}.icon-trash:before{content:""}.icon-trash2:before{content:""}.icon-trash3:before{content:""}.icon-broom:before{content:""}.icon-game:before{content:""}.icon-gamepad:before{content:""}.icon-joystick:before{content:""}.icon-dice:before{content:""}.icon-spades:before{content:""}.icon-diamonds:before{content:""}.icon-clubs:before{content:""}.icon-hearts:before{content:""}.icon-heart:before{content:""}.icon-star:before{content:""}.icon-star-half:before{content:""}.icon-star-empty:before{content:""}.icon-flag:before{content:""}.icon-flag2:before{content:""}.icon-flag3:before{content:""}.icon-mailbox-full:before{content:""}.icon-mailbox-empty:before{content:""}.icon-at-sign:before{content:""}.icon-envelope:before{content:""}.icon-envelope-open:before{content:""}.icon-paperclip:before{content:""}.icon-paper-plane:before{content:""}.icon-reply:before{content:""}.icon-reply-all:before{content:""}.icon-inbox:before{content:""}.icon-inbox2:before{content:""}.icon-outbox:before{content:""}.icon-box:before{content:""}.icon-archive:before{content:""}.icon-archive2:before{content:""}.icon-drawers:before{content:""}.icon-drawers2:before{content:""}.icon-drawers3:before{content:""}.icon-eye:before{content:""}.icon-eye-crossed:before{content:""}.icon-eye-plus:before{content:""}.icon-eye-minus:before{content:""}.icon-binoculars:before{content:""}.icon-binoculars2:before{content:""}.icon-hdd:before{content:""}.icon-hdd-down:before{content:""}.icon-hdd-up:before{content:""}.icon-floppy-disk:before{content:""}.icon-disc:before{content:""}.icon-tape2:before{content:""}.icon-printer:before{content:""}.icon-shredder:before{content:""}.icon-file-empty:before{content:""}.icon-file-add:before{content:""}.icon-file-check:before{content:""}.icon-file-lock:before{content:""}.icon-files:before{content:""}.icon-copy:before{content:""}.icon-compare:before{content:""}.icon-folder:before{content:""}.icon-folder-search:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-minus:before{content:""}.icon-folder-download:before{content:""}.icon-folder-upload:before{content:""}.icon-folder-star:before{content:""}.icon-folder-heart:before{content:""}.icon-folder-user:before{content:""}.icon-folder-shared:before{content:""}.icon-folder-music:before{content:""}.icon-folder-picture:before{content:""}.icon-folder-film:before{content:""}.icon-scissors:before{content:""}.icon-paste:before{content:""}.icon-clipboard-empty:before{content:""}.icon-clipboard-pencil:before{content:""}.icon-clipboard-text:before{content:""}.icon-clipboard-check:before{content:""}.icon-clipboard-down:before{content:""}.icon-clipboard-left:before{content:""}.icon-clipboard-alert:before{content:""}.icon-clipboard-user:before{content:""}.icon-register:before{content:""}.icon-enter:before{content:""}.icon-exit:before{content:""}.icon-papers:before{content:""}.icon-news:before{content:""}.icon-reading:before{content:""}.icon-typewriter:before{content:""}.icon-document:before{content:""}.icon-document2:before{content:""}.icon-graduation-hat:before{content:""}.icon-license:before{content:""}.icon-license2:before{content:""}.icon-medal-empty:before{content:""}.icon-medal-first:before{content:""}.icon-medal-second:before{content:""}.icon-medal-third:before{content:""}.icon-podium:before{content:""}.icon-trophy:before{content:""}.icon-trophy2:before{content:""}.icon-music-note:before{content:""}.icon-music-note2:before{content:""}.icon-music-note3:before{content:""}.icon-playlist:before{content:""}.icon-playlist-add:before{content:""}.icon-guitar:before{content:""}.icon-trumpet:before{content:""}.icon-album:before{content:""}.icon-shuffle:before{content:""}.icon-repeat-one:before{content:""}.icon-repeat:before{content:""}.icon-headphones:before{content:""}.icon-headset:before{content:""}.icon-loudspeaker:before{content:""}.icon-equalizer:before{content:""}.icon-theater:before{content:""}.icon-3d-glasses:before{content:""}.icon-ticket:before{content:""}.icon-presentation:before{content:""}.icon-play:before{content:""}.icon-film-play:before{content:""}.icon-clapboard-play:before{content:""}.icon-media:before{content:""}.icon-film:before{content:""}.icon-film2:before{content:""}.icon-surveillance:before{content:""}.icon-surveillance2:before{content:""}.icon-camera:before{content:""}.icon-camera-crossed:before{content:""}.icon-camera-play:before{content:""}.icon-time-lapse:before{content:""}.icon-record:before{content:""}.icon-camera2:before{content:""}.icon-camera-flip:before{content:""}.icon-panorama:before{content:""}.icon-time-lapse2:before{content:""}.icon-shutter:before{content:""}.icon-shutter2:before{content:""}.icon-face-detection:before{content:""}.icon-flare:before{content:""}.icon-convex:before{content:""}.icon-concave:before{content:""}.icon-picture:before{content:""}.icon-picture2:before{content:""}.icon-picture3:before{content:""}.icon-pictures:before{content:""}.icon-book:before{content:""}.icon-audio-book:before{content:""}.icon-book2:before{content:""}.icon-bookmark:before{content:""}.icon-bookmark2:before{content:""}.icon-label:before{content:""}.icon-library:before{content:""}.icon-library2:before{content:""}.icon-contacts:before{content:""}.icon-profile:before{content:""}.icon-portrait:before{content:""}.icon-portrait2:before{content:""}.icon-user:before{content:""}.icon-user-plus:before{content:""}.icon-user-minus:before{content:""}.icon-user-lock:before{content:""}.icon-users:before{content:""}.icon-users2:before{content:""}.icon-users-plus:before{content:""}.icon-users-minus:before{content:""}.icon-group-work:before{content:""}.icon-woman:before{content:""}.icon-man:before{content:""}.icon-baby:before{content:""}.icon-baby2:before{content:""}.icon-baby3:before{content:""}.icon-baby-bottle:before{content:""}.icon-walk:before{content:""}.icon-hand-waving:before{content:""}.icon-jump:before{content:""}.icon-run:before{content:""}.icon-woman2:before{content:""}.icon-man2:before{content:""}.icon-man-woman:before{content:""}.icon-height:before{content:""}.icon-weight:before{content:""}.icon-scale:before{content:""}.icon-button:before{content:""}.icon-bow-tie:before{content:""}.icon-tie:before{content:""}.icon-socks:before{content:""}.icon-shoe:before{content:""}.icon-shoes:before{content:""}.icon-hat:before{content:""}.icon-pants:before{content:""}.icon-shorts:before{content:""}.icon-flip-flops:before{content:""}.icon-shirt:before{content:""}.icon-hanger:before{content:""}.icon-laundry:before{content:""}.icon-store:before{content:""}.icon-haircut:before{content:""}.icon-store-24:before{content:""}.icon-barcode:before{content:""}.icon-barcode2:before{content:""}.icon-barcode3:before{content:""}.icon-cashier:before{content:""}.icon-bag:before{content:""}.icon-bag2:before{content:""}.icon-cart:before{content:""}.icon-cart-empty:before{content:""}.icon-cart-full:before{content:""}.icon-cart-plus:before{content:""}.icon-cart-plus2:before{content:""}.icon-cart-add:before{content:""}.icon-cart-remove:before{content:""}.icon-cart-exchange:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-receipt:before{content:""}.icon-wallet:before{content:""}.icon-credit-card:before{content:""}.icon-cash-dollar:before{content:""}.icon-cash-euro:before{content:""}.icon-cash-pound:before{content:""}.icon-cash-yen:before{content:""}.icon-bag-dollar:before{content:""}.icon-bag-euro:before{content:""}.icon-bag-pound:before{content:""}.icon-bag-yen:before{content:""}.icon-coin-dollar:before{content:""}.icon-coin-euro:before{content:""}.icon-coin-pound:before{content:""}.icon-coin-yen:before{content:""}.icon-calculator:before{content:""}.icon-calculator2:before{content:""}.icon-abacus:before{content:""}.icon-vault:before{content:""}.icon-telephone:before{content:""}.icon-phone-lock:before{content:""}.icon-phone-wave:before{content:""}.icon-phone-pause:before{content:""}.icon-phone-outgoing:before{content:""}.icon-phone-incoming:before{content:""}.icon-phone-in-out:before{content:""}.icon-phone-error:before{content:""}.icon-phone-sip:before{content:""}.icon-phone-plus:before{content:""}.icon-phone-minus:before{content:""}.icon-voicemail:before{content:""}.icon-dial:before{content:""}.icon-telephone2:before{content:""}.icon-pushpin:before{content:""}.icon-pushpin2:before{content:""}.icon-map-marker:before{content:""}.icon-map-marker-user:before{content:""}.icon-map-marker-down:before{content:""}.icon-map-marker-check:before{content:""}.icon-map-marker-crossed:before{content:""}.icon-radar:before{content:""}.icon-compass2:before{content:""}.icon-map:before{content:""}.icon-map2:before{content:""}.icon-location:before{content:""}.icon-road-sign:before{content:""}.icon-calendar-empty:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-cross:before{content:""}.icon-calendar-31:before{content:""}.icon-calendar-full:before{content:""}.icon-calendar-insert:before{content:""}.icon-calendar-text:before{content:""}.icon-calendar-user:before{content:""}.icon-mouse:before{content:""}.icon-mouse-left:before{content:""}.icon-mouse-right:before{content:""}.icon-mouse-both:before{content:""}.icon-keyboard:before{content:""}.icon-keyboard-up:before{content:""}.icon-keyboard-down:before{content:""}.icon-delete:before{content:""}.icon-spell-check:before{content:""}.icon-escape:before{content:""}.icon-enter2:before{content:""}.icon-screen:before{content:""}.icon-aspect-ratio:before{content:""}.icon-signal:before{content:""}.icon-signal-lock:before{content:""}.icon-signal-80:before{content:""}.icon-signal-60:before{content:""}.icon-signal-40:before{content:""}.icon-signal-20:before{content:""}.icon-signal-0:before{content:""}.icon-signal-blocked:before{content:""}.icon-sim:before{content:""}.icon-flash-memory:before{content:""}.icon-usb-drive:before{content:""}.icon-phone:before{content:""}.icon-smartphone:before{content:""}.icon-smartphone-notification:before{content:""}.icon-smartphone-vibration:before{content:""}.icon-smartphone-embed:before{content:""}.icon-smartphone-waves:before{content:""}.icon-tablet:before{content:""}.icon-tablet2:before{content:""}.icon-laptop:before{content:""}.icon-laptop-phone:before{content:""}.icon-desktop:before{content:""}.icon-launch:before{content:""}.icon-new-tab:before{content:""}.icon-window:before{content:""}.icon-cable:before{content:""}.icon-cable2:before{content:""}.icon-tv:before{content:""}.icon-radio:before{content:""}.icon-remote-control:before{content:""}.icon-power-switch:before{content:""}.icon-power:before{content:""}.icon-power-crossed:before{content:""}.icon-flash-auto:before{content:""}.icon-lamp:before{content:""}.icon-flashlight:before{content:""}.icon-lampshade:before{content:""}.icon-cord:before{content:""}.icon-outlet:before{content:""}.icon-battery-power:before{content:""}.icon-battery-empty:before{content:""}.icon-battery-alert:before{content:""}.icon-battery-error:before{content:""}.icon-battery-low1:before{content:""}.icon-battery-low2:before{content:""}.icon-battery-low3:before{content:""}.icon-battery-mid1:before{content:""}.icon-battery-mid2:before{content:""}.icon-battery-mid3:before{content:""}.icon-battery-full:before{content:""}.icon-battery-charging:before{content:""}.icon-battery-charging2:before{content:""}.icon-battery-charging3:before{content:""}.icon-battery-charging4:before{content:""}.icon-battery-charging5:before{content:""}.icon-battery-charging6:before{content:""}.icon-battery-charging7:before{content:""}.icon-chip:before{content:""}.icon-chip-x64:before{content:""}.icon-chip-x86:before{content:""}.icon-bubble:before{content:""}.icon-bubbles:before{content:""}.icon-bubble-dots:before{content:""}.icon-bubble-alert:before{content:""}.icon-bubble-question:before{content:""}.icon-bubble-text:before{content:""}.icon-bubble-pencil:before{content:""}.icon-bubble-picture:before{content:""}.icon-bubble-video:before{content:""}.icon-bubble-user:before{content:""}.icon-bubble-quote:before{content:""}.icon-bubble-heart:before{content:""}.icon-bubble-emoticon:before{content:""}.icon-bubble-attachment:before{content:""}.icon-phone-bubble:before{content:""}.icon-quote-open:before{content:""}.icon-quote-close:before{content:""}.icon-dna:before{content:""}.icon-heart-pulse:before{content:""}.icon-pulse:before{content:""}.icon-syringe:before{content:""}.icon-pills:before{content:""}.icon-first-aid:before{content:""}.icon-lifebuoy:before{content:""}.icon-bandage:before{content:""}.icon-bandages:before{content:""}.icon-thermometer:before{content:""}.icon-microscope:before{content:""}.icon-brain:before{content:""}.icon-beaker:before{content:""}.icon-skull:before{content:""}.icon-bone:before{content:""}.icon-construction:before{content:""}.icon-construction-cone:before{content:""}.icon-pie-chart:before{content:""}.icon-pie-chart2:before{content:""}.icon-graph:before{content:""}.icon-chart-growth:before{content:""}.icon-chart-bars:before{content:""}.icon-chart-settings:before{content:""}.icon-cake:before{content:""}.icon-gift:before{content:""}.icon-balloon:before{content:""}.icon-rank:before{content:""}.icon-rank2:before{content:""}.icon-rank3:before{content:""}.icon-crown:before{content:""}.icon-lotus:before{content:""}.icon-diamond:before{content:""}.icon-diamond2:before{content:""}.icon-diamond3:before{content:""}.icon-diamond4:before{content:""}.icon-linearicons:before{content:""}.icon-teacup:before{content:""}.icon-teapot:before{content:""}.icon-glass:before{content:""}.icon-bottle2:before{content:""}.icon-glass-cocktail:before{content:""}.icon-glass2:before{content:""}.icon-dinner:before{content:""}.icon-dinner2:before{content:""}.icon-chef:before{content:""}.icon-scale2:before{content:""}.icon-egg:before{content:""}.icon-egg2:before{content:""}.icon-eggs:before{content:""}.icon-platter:before{content:""}.icon-steak:before{content:""}.icon-hamburger:before{content:""}.icon-hotdog:before{content:""}.icon-pizza:before{content:""}.icon-sausage:before{content:""}.icon-chicken:before{content:""}.icon-fish:before{content:""}.icon-carrot:before{content:""}.icon-cheese:before{content:""}.icon-bread:before{content:""}.icon-ice-cream:before{content:""}.icon-ice-cream2:before{content:""}.icon-candy:before{content:""}.icon-lollipop:before{content:""}.icon-coffee-bean:before{content:""}.icon-coffee-cup:before{content:""}.icon-cherry:before{content:""}.icon-grapes:before{content:""}.icon-citrus:before{content:""}.icon-apple:before{content:""}.icon-leaf:before{content:""}.icon-landscape:before{content:""}.icon-pine-tree:before{content:""}.icon-tree:before{content:""}.icon-cactus:before{content:""}.icon-paw:before{content:""}.icon-footprint:before{content:""}.icon-speed-slow:before{content:""}.icon-speed-medium:before{content:""}.icon-speed-fast:before{content:""}.icon-rocket:before{content:""}.icon-hammer2:before{content:""}.icon-balance:before{content:""}.icon-briefcase:before{content:""}.icon-luggage-weight:before{content:""}.icon-dolly:before{content:""}.icon-plane:before{content:""}.icon-plane-crossed:before{content:""}.icon-helicopter:before{content:""}.icon-traffic-lights:before{content:""}.icon-siren:before{content:""}.icon-road:before{content:""}.icon-engine:before{content:""}.icon-oil-pressure:before{content:""}.icon-coolant-temperature:before{content:""}.icon-car-battery:before{content:""}.icon-gas:before{content:""}.icon-gallon:before{content:""}.icon-transmission:before{content:""}.icon-car:before{content:""}.icon-car-wash:before{content:""}.icon-car-wash2:before{content:""}.icon-bus:before{content:""}.icon-bus2:before{content:""}.icon-car2:before{content:""}.icon-parking:before{content:""}.icon-car-lock:before{content:""}.icon-taxi:before{content:""}.icon-car-siren:before{content:""}.icon-car-wash3:before{content:""}.icon-car-wash4:before{content:""}.icon-ambulance:before{content:""}.icon-truck:before{content:""}.icon-trailer:before{content:""}.icon-scale-truck:before{content:""}.icon-train:before{content:""}.icon-ship:before{content:""}.icon-ship2:before{content:""}.icon-anchor:before{content:""}.icon-boat:before{content:""}.icon-bicycle:before{content:""}.icon-bicycle2:before{content:""}.icon-dumbbell:before{content:""}.icon-bench-press:before{content:""}.icon-swim:before{content:""}.icon-football:before{content:""}.icon-baseball-bat:before{content:""}.icon-baseball:before{content:""}.icon-tennis:before{content:""}.icon-tennis2:before{content:""}.icon-ping-pong:before{content:""}.icon-hockey:before{content:""}.icon-8ball:before{content:""}.icon-bowling:before{content:""}.icon-bowling-pins:before{content:""}.icon-golf:before{content:""}.icon-golf2:before{content:""}.icon-archery:before{content:""}.icon-slingshot:before{content:""}.icon-soccer:before{content:""}.icon-basketball:before{content:""}.icon-cube:before{content:""}.icon-3d-rotate:before{content:""}.icon-puzzle:before{content:""}.icon-glasses:before{content:""}.icon-glasses2:before{content:""}.icon-accessibility:before{content:""}.icon-wheelchair:before{content:""}.icon-wall:before{content:""}.icon-fence:before{content:""}.icon-wall2:before{content:""}.icon-icons:before{content:""}.icon-resize-handle:before{content:""}.icon-icons2:before{content:""}.icon-select:before{content:""}.icon-select2:before{content:""}.icon-site-map:before{content:""}.icon-earth:before{content:""}.icon-earth-lock:before{content:""}.icon-network:before{content:""}.icon-network-lock:before{content:""}.icon-planet:before{content:""}.icon-happy:before{content:""}.icon-smile:before{content:""}.icon-grin:before{content:""}.icon-tongue:before{content:""}.icon-sad:before{content:""}.icon-wink:before{content:""}.icon-dream:before{content:""}.icon-shocked:before{content:""}.icon-shocked2:before{content:""}.icon-tongue2:before{content:""}.icon-neutral:before{content:""}.icon-happy-grin:before{content:""}.icon-cool:before{content:""}.icon-mad:before{content:""}.icon-grin-evil:before{content:""}.icon-evil:before{content:""}.icon-wow:before{content:""}.icon-annoyed:before{content:""}.icon-wondering:before{content:""}.icon-confused:before{content:""}.icon-zipped:before{content:""}.icon-grumpy:before{content:""}.icon-mustache:before{content:""}.icon-tombstone-hipster:before{content:""}.icon-tombstone:before{content:""}.icon-ghost:before{content:""}.icon-ghost-hipster:before{content:""}.icon-halloween:before{content:""}.icon-christmas:before{content:""}.icon-easter-egg:before{content:""}.icon-mustache2:before{content:""}.icon-mustache-glasses:before{content:""}.icon-pipe:before{content:""}.icon-alarm:before{content:""}.icon-alarm-add:before{content:""}.icon-alarm-snooze:before{content:""}.icon-alarm-ringing:before{content:""}.icon-bullhorn:before{content:""}.icon-hearing:before{content:""}.icon-volume-high:before{content:""}.icon-volume-medium:before{content:""}.icon-volume-low:before{content:""}.icon-volume:before{content:""}.icon-mute:before{content:""}.icon-lan:before{content:""}.icon-lan2:before{content:""}.icon-wifi:before{content:""}.icon-wifi-lock:before{content:""}.icon-wifi-blocked:before{content:""}.icon-wifi-mid:before{content:""}.icon-wifi-low:before{content:""}.icon-wifi-low2:before{content:""}.icon-wifi-alert:before{content:""}.icon-wifi-alert-mid:before{content:""}.icon-wifi-alert-low:before{content:""}.icon-wifi-alert-low2:before{content:""}.icon-stream:before{content:""}.icon-stream-check:before{content:""}.icon-stream-error:before{content:""}.icon-stream-alert:before{content:""}.icon-communication:before{content:""}.icon-communication-crossed:before{content:""}.icon-broadcast:before{content:""}.icon-antenna:before{content:""}.icon-satellite:before{content:""}.icon-satellite2:before{content:""}.icon-mic:before{content:""}.icon-mic-mute:before{content:""}.icon-mic2:before{content:""}.icon-spotlights:before{content:""}.icon-hourglass:before{content:""}.icon-loading:before{content:""}.icon-loading2:before{content:""}.icon-loading3:before{content:""}.icon-refresh:before{content:""}.icon-refresh2:before{content:""}.icon-undo:before{content:""}.icon-redo:before{content:""}.icon-jump2:before{content:""}.icon-undo2:before{content:""}.icon-redo2:before{content:""}.icon-sync:before{content:""}.icon-repeat-one2:before{content:""}.icon-sync-crossed:before{content:""}.icon-sync2:before{content:""}.icon-repeat-one3:before{content:""}.icon-sync-crossed2:before{content:""}.icon-return:before{content:""}.icon-return2:before{content:""}.icon-refund:before{content:""}.icon-history:before{content:""}.icon-history2:before{content:""}.icon-self-timer:before{content:""}.icon-clock:before{content:""}.icon-clock2:before{content:""}.icon-clock3:before{content:""}.icon-watch:before{content:""}.icon-alarm2:before{content:""}.icon-alarm-add2:before{content:""}.icon-alarm-remove:before{content:""}.icon-alarm-check:before{content:""}.icon-alarm-error:before{content:""}.icon-timer:before{content:""}.icon-timer-crossed:before{content:""}.icon-timer2:before{content:""}.icon-timer-crossed2:before{content:""}.icon-download:before{content:""}.icon-upload:before{content:""}.icon-download2:before{content:""}.icon-upload2:before{content:""}.icon-enter-up:before{content:""}.icon-enter-down:before{content:""}.icon-enter-left:before{content:""}.icon-enter-right:before{content:""}.icon-exit-up:before{content:""}.icon-exit-down:before{content:""}.icon-exit-left:before{content:""}.icon-exit-right:before{content:""}.icon-enter-up2:before{content:""}.icon-enter-down2:before{content:""}.icon-enter-vertical:before{content:""}.icon-enter-left2:before{content:""}.icon-enter-right2:before{content:""}.icon-enter-horizontal:before{content:""}.icon-exit-up2:before{content:""}.icon-exit-down2:before{content:""}.icon-exit-left2:before{content:""}.icon-exit-right2:before{content:""}.icon-cli:before{content:""}.icon-bug:before{content:""}.icon-code:before{content:""}.icon-file-code:before{content:""}.icon-file-image:before{content:""}.icon-file-zip:before{content:""}.icon-file-audio:before{content:""}.icon-file-video:before{content:""}.icon-file-preview:before{content:""}.icon-file-charts:before{content:""}.icon-file-stats:before{content:""}.icon-file-spreadsheet:before{content:""}.icon-link:before{content:""}.icon-unlink:before{content:""}.icon-link2:before{content:""}.icon-unlink2:before{content:""}.icon-thumbs-up:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up2:before{content:""}.icon-thumbs-down2:before{content:""}.icon-thumbs-up3:before{content:""}.icon-thumbs-down3:before{content:""}.icon-share:before{content:""}.icon-share2:before{content:""}.icon-share3:before{content:""}.icon-magnifier:before{content:""}.icon-file-search:before{content:""}.icon-find-replace:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}.icon-loupe:before{content:""}.icon-loupe-zoom-in:before{content:""}.icon-loupe-zoom-out:before{content:""}.icon-cross:before{content:""}.icon-menu:before{content:""}.icon-list:before{content:""}.icon-list2:before{content:""}.icon-list3:before{content:""}.icon-menu2:before{content:""}.icon-list4:before{content:""}.icon-menu3:before{content:""}.icon-exclamation:before{content:""}.icon-question:before{content:""}.icon-check:before{content:""}.icon-cross2:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-percent:before{content:""}.icon-chevron-up:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevrons-expand-vertical:before{content:""}.icon-chevrons-expand-horizontal:before{content:""}.icon-chevrons-contract-vertical:before{content:""}.icon-chevrons-contract-horizontal:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-right:before{content:""}.icon-arrows-merge:before{content:""}.icon-arrows-split:before{content:""}.icon-arrow-divert:before{content:""}.icon-arrow-return:before{content:""}.icon-expand:before{content:""}.icon-contract:before{content:""}.icon-expand2:before{content:""}.icon-contract2:before{content:""}.icon-move:before{content:""}.icon-tab:before{content:""}.icon-arrow-wave:before{content:""}.icon-expand3:before{content:""}.icon-expand4:before{content:""}.icon-contract3:before{content:""}.icon-notification:before{content:""}.icon-warning:before{content:""}.icon-notification-circle:before{content:""}.icon-question-circle:before{content:""}.icon-menu-circle:before{content:""}.icon-checkmark-circle:before{content:""}.icon-cross-circle:before{content:""}.icon-plus-circle:before{content:""}.icon-circle-minus:before{content:""}.icon-percent-circle:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-chevron-up-circle:before{content:""}.icon-chevron-down-circle:before{content:""}.icon-chevron-left-circle:before{content:""}.icon-chevron-right-circle:before{content:""}.icon-backward-circle:before{content:""}.icon-first-circle:before{content:""}.icon-previous-circle:before{content:""}.icon-stop-circle:before{content:""}.icon-play-circle:before{content:""}.icon-pause-circle:before{content:""}.icon-next-circle:before{content:""}.icon-last-circle:before{content:""}.icon-forward-circle:before{content:""}.icon-eject-circle:before{content:""}.icon-crop:before{content:""}.icon-frame-expand:before{content:""}.icon-frame-contract:before{content:""}.icon-focus:before{content:""}.icon-transform:before{content:""}.icon-grid:before{content:""}.icon-grid-crossed:before{content:""}.icon-layers:before{content:""}.icon-layers-crossed:before{content:""}.icon-toggle:before{content:""}.icon-rulers:before{content:""}.icon-ruler:before{content:""}.icon-funnel:before{content:""}.icon-flip-horizontal:before{content:""}.icon-flip-vertical:before{content:""}.icon-flip-horizontal2:before{content:""}.icon-flip-vertical2:before{content:""}.icon-angle:before{content:""}.icon-angle2:before{content:""}.icon-subtract:before{content:""}.icon-combine:before{content:""}.icon-intersect:before{content:""}.icon-exclude:before{content:""}.icon-align-center-vertical:before{content:""}.icon-align-right:before{content:""}.icon-align-bottom:before{content:""}.icon-align-left:before{content:""}.icon-align-center-horizontal:before{content:""}.icon-align-top:before{content:""}.icon-square:before{content:""}.icon-plus-square:before{content:""}.icon-minus-square:before{content:""}.icon-percent-square:before{content:""}.icon-arrow-up-square:before{content:""}.icon-arrow-down-square:before{content:""}.icon-arrow-left-square:before{content:""}.icon-arrow-right-square:before{content:""}.icon-chevron-up-square:before{content:""}.icon-chevron-down-square:before{content:""}.icon-chevron-left-square:before{content:""}.icon-chevron-right-square:before{content:""}.icon-check-square:before{content:""}.icon-cross-square:before{content:""}.icon-menu-square:before{content:""}.icon-prohibited:before{content:""}.icon-circle:before{content:""}.icon-radio-button:before{content:""}.icon-ligature:before{content:""}.icon-text-format:before{content:""}.icon-text-format-remove:before{content:""}.icon-text-size:before{content:""}.icon-bold:before{content:""}.icon-italic:before{content:""}.icon-underline:before{content:""}.icon-strikethrough:before{content:""}.icon-highlight:before{content:""}.icon-text-align-left:before{content:""}.icon-text-align-center:before{content:""}.icon-text-align-right:before{content:""}.icon-text-align-justify:before{content:""}.icon-line-spacing:before{content:""}.icon-indent-increase:before{content:""}.icon-indent-decrease:before{content:""}.icon-text-wrap:before{content:""}.icon-pilcrow:before{content:""}.icon-direction-ltr:before{content:""}.icon-direction-rtl:before{content:""}.icon-page-break:before{content:""}.icon-page-break2:before{content:""}.icon-sort-alpha-asc:before{content:""}.icon-sort-alpha-desc:before{content:""}.icon-sort-numeric-asc:before{content:""}.icon-sort-numeric-desc:before{content:""}.icon-sort-amount-asc:before{content:""}.icon-sort-amount-desc:before{content:""}.icon-sort-time-asc:before{content:""}.icon-sort-time-desc:before{content:""}.icon-sigma:before{content:""}.icon-pencil-line:before{content:""}.icon-hand:before{content:""}.icon-pointer-up:before{content:""}.icon-pointer-right:before{content:""}.icon-pointer-down:before{content:""}.icon-pointer-left:before{content:""}.icon-finger-tap:before{content:""}.icon-fingers-tap:before{content:""}.icon-reminder:before{content:""}.icon-fingers-crossed:before{content:""}.icon-fingers-victory:before{content:""}.icon-gesture-zoom:before{content:""}.icon-gesture-pinch:before{content:""}.icon-fingers-scroll-horizontal:before{content:""}.icon-fingers-scroll-vertical:before{content:""}.icon-fingers-scroll-left:before{content:""}.icon-fingers-scroll-right:before{content:""}.icon-hand2:before{content:""}.icon-pointer-up2:before{content:""}.icon-pointer-right2:before{content:""}.icon-pointer-down2:before{content:""}.icon-pointer-left2:before{content:""}.icon-finger-tap2:before{content:""}.icon-fingers-tap2:before{content:""}.icon-reminder2:before{content:""}.icon-gesture-zoom2:before{content:""}.icon-gesture-pinch2:before{content:""}.icon-fingers-scroll-horizontal2:before{content:""}.icon-fingers-scroll-vertical2:before{content:""}.icon-fingers-scroll-left2:before{content:""}.icon-fingers-scroll-right2:before{content:""}.icon-fingers-scroll-vertical3:before{content:""}.icon-border-style:before{content:""}.icon-border-all:before{content:""}.icon-border-outer:before{content:""}.icon-border-inner:before{content:""}.icon-border-top:before{content:""}.icon-border-horizontal:before{content:""}.icon-border-bottom:before{content:""}.icon-border-left:before{content:""}.icon-border-vertical:before{content:""}.icon-border-right:before{content:""}.icon-border-none:before{content:""}.icon-ellipsis:before{content:""}.icon-qc-airend:before{content:""}.icon-qc-distributors:before{content:""}.icon-qc-dryer:before{content:""}.icon-qc-email-campaigns:before{content:""}.icon-qc-email-lists:before{content:""}.icon-qc-feed-widgets:before{content:""}.icon-qc-registration:before{content:""}.icon-qc-reports:before{content:""}.icon-qc-rma:before{content:""}.icon-qc-rotary:before{content:""}.icon-qc-settings:before{content:""}.icon-qc-sns-lookup:before{content:""}.icon-qc-users:before{content:""}.icon-qc-vacuum:before{content:""}.ico-spin{animation:ico-spin 2s infinite linear}.ico-pulse{animation:ico-spin 1s infinite steps(8)}@keyframes ico-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.ico-fw{width:1.2857142857em;text-align:center}.ico-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.ico-2x{font-size:2em}.ico-3x{font-size:3em}.ico-4x{font-size:4em}.ico-5x{font-size:5em}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,button.clickable>.caret,.report-selector button.list-group-item>.caret,.dropup>.btn>.caret,.dropup>button.clickable>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Titillium Web",sans-serif;font-size:18px;line-height:1.42857143;color:#58666e;background-color:#f0f3f4}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:inherit;text-decoration:none}a:hover,a:focus{color:inherit;text-decoration:none}a:focus{outline:thin dotted;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:0}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#f0f3f4;border:1px solid #dee5e7;border-radius:0;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:25px;margin-bottom:25px;border:0;border-top:1px solid #eee}.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,.section-header,.h5,h5.section-header,.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,.section-header small,.h4 .small,.section-header .small,.h5 small,h5.section-header small,.h5 .small,h5.section-header .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:25px;margin-bottom:12.5px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,.section-header,h5,.h5,h5.section-header,h6,.h6{margin-top:12.5px;margin-bottom:12.5px}h4 small,h4 .small,.h4 small,.section-header small,.h4 .small,.section-header .small,h5 small,h5 .small,.h5 small,h5.section-header small,.h5 .small,h5.section-header .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:33px}h3,.h3{font-size:31px}h4,.h4,.section-header{font-size:23px}h5,.h5,h5.section-header{font-size:18px}h6,.h6{font-size:16px}p{margin:0 0 12.5px}.lead{margin-bottom:25px;font-size:20px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:27px}}small,.small{font-size:94%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#99a6ad}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:11.5px;margin:50px 0 25px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:12.5px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:25px}dt,dd{line-height:1.42857143}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 #777}.initialism{font-size:90%}blockquote{padding:12.5px 25px;margin:0 0 25px;font-size:22.5px;border-left:5px solid #dee5e7}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.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #dee5e7;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:25px;font-style:normal;line-height:1.42857143}table{background-color:rgba(0,0,0,0)}caption{padding-top:8px;padding-bottom:8px;color:#99a6ad;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:25px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #eaeff0}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #eaeff0}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #eaeff0}.table .table{background-color:#f0f3f4}.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 #eaeff0}.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 #eaeff0}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f6f6f6}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:18.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #eaeff0}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:25px;font-size:27px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:18px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:39px;padding:6px 12px;font-size:18px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #cfdadd;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#076ba8;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(7,107,168,0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,.input-group-sm>input.form-control[type="date"],.input-group-sm>input.input-group-addon[type="date"],.input-group-sm>.input-group-btn>input.btn[type="date"],.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input.form-control[type="time"],.input-group-sm>input.input-group-addon[type="time"],.input-group-sm>.input-group-btn>input.btn[type="time"],.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input.form-control[type="datetime-local"],.input-group-sm>input.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn[type="datetime-local"],.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input.form-control[type="month"],.input-group-sm>input.input-group-addon[type="month"],.input-group-sm>.input-group-btn>input.btn[type="month"],.input-group-sm input[type="month"]{line-height:37px}input[type="date"].input-lg,.input-group-lg>input.form-control[type="date"],.input-group-lg>input.input-group-addon[type="date"],.input-group-lg>.input-group-btn>input.btn[type="date"],.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input.form-control[type="time"],.input-group-lg>input.input-group-addon[type="time"],.input-group-lg>.input-group-btn>input.btn[type="time"],.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input.form-control[type="datetime-local"],.input-group-lg>input.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn[type="datetime-local"],.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input.form-control[type="month"],.input-group-lg>input.input-group-addon[type="month"],.input-group-lg>.input-group-btn>input.btn[type="month"],.input-group-lg input[type="month"]{line-height:53px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:25px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:43px}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-lg>.input-group-btn>button.form-control-static.clickable,.report-selector .input-group-lg>.input-group-btn>button.form-control-static.list-group-item,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.input-group-sm>.input-group-btn>button.form-control-static.clickable{padding-left:0;padding-right:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-group-sm>.input-group-btn>button.clickable{height:37px;padding:5px 10px;font-size:17px;line-height:1.5;border-radius:0}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:37px;line-height:37px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>.input-group-btn>select.btn[multiple]{height:auto}.form-group-sm .form-control{height:37px;padding:5px 10px;font-size:17px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:37px;line-height:37px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:37px;min-height:42px;padding:6px 10px;font-size:17px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-group-lg>.input-group-btn>button.clickable{height:53px;padding:10px 16px;font-size:23px;line-height:1.3333333;border-radius:0}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:53px;line-height:53px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>.input-group-btn>select.btn[multiple]{height:auto}.form-group-lg .form-control{height:53px;padding:10px 16px;font-size:23px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:53px;line-height:53px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:53px;min-height:48px;padding:11px 16px;font-size:23px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg>.input-group-btn>button.clickable+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:53px;height:53px;line-height:53px}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm>.input-group-btn>button.clickable+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:37px;height:37px;line-height:37px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:30px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#99a6ad}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:32px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:23px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:17px}}.btn,button.clickable{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:6px 12px;font-size:18px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,button.clickable:focus,.report-selector button.list-group-item:focus,.btn.focus,button.focus.clickable,.report-selector button.focus.list-group-item,.btn:active:focus,button.clickable:active:focus,.report-selector button.list-group-item:active:focus,.btn:active.focus,button.clickable:active.focus,.report-selector button.list-group-item:active.focus,.btn.active:focus,button.active.clickable:focus,.report-selector button.active.list-group-item:focus,.btn.active.focus,button.active.focus.clickable,.report-selector button.active.focus.list-group-item{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,button.clickable:hover,.report-selector button.list-group-item:hover,.btn:focus,button.clickable:focus,.report-selector button.list-group-item:focus,.btn.focus,button.focus.clickable,.report-selector button.focus.list-group-item{color:#58666e;text-decoration:none}.btn:active,button.clickable:active,.report-selector button.list-group-item:active,.btn.active,button.active.clickable,.report-selector button.active.list-group-item{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,button.disabled.clickable,.report-selector button.disabled.list-group-item,.btn[disabled],button.clickable[disabled],.report-selector button.list-group-item[disabled],fieldset[disabled] .btn,fieldset[disabled] button.clickable{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#58666e;background-color:#fcfdfd;border-color:#dee5e7}.btn-default:focus,.btn-default.focus{color:#58666e;background-color:#dee5e7;border-color:#94acb2}.btn-default:hover{color:#58666e;background-color:#dee5e7;border-color:#bbcace}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#58666e;background-color:#dee5e7;border-color:#bbcace}.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:#58666e;background-color:#c9d5d8;border-color:#94acb2}.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:#fcfdfd;border-color:#dee5e7}.btn-default .badge{color:#fcfdfd;background-color:#58666e}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.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:#204d74;border-color:#122b40}.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:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:inherit;background-color:#c7dff1;border-color:#b3d3ec}.btn-info:focus,.btn-info.focus{color:inherit;background-color:#9ec8e7;border-color:#4d99d2}.btn-info:hover{color:inherit;background-color:#9ec8e7;border-color:#82b7e0}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:inherit;background-color:#9ec8e7;border-color:#82b7e0}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:inherit;background-color:#82b7e0;border-color:#4d99d2}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#c7dff1;border-color:#b3d3ec}.btn-info .badge{color:#c7dff1;background-color:inherit}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link,button.clickable{color:inherit;font-weight:normal;border-radius:0}.btn-link,button.clickable,.btn-link:active,button.clickable:active,.btn-link.active,button.active.clickable,.btn-link[disabled],button.clickable[disabled],fieldset[disabled] .btn-link,fieldset[disabled] button.clickable{background-color:transparent;box-shadow:none}.btn-link,button.clickable,.btn-link:hover,button.clickable:hover,.btn-link:focus,button.clickable:focus,.btn-link:active,button.clickable:active{border-color:transparent}.btn-link:hover,button.clickable:hover,.btn-link:focus,button.clickable:focus{color:inherit;text-decoration:none;background-color:transparent}.btn-link[disabled]:hover,button.clickable[disabled]:hover,.report-selector button.list-group-item[disabled]:hover,.btn-link[disabled]:focus,button.clickable[disabled]:focus,.report-selector button.list-group-item[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] button.clickable:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] button.clickable:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn,.btn-group-lg>button.clickable{padding:10px 16px;font-size:23px;line-height:1.3333333;border-radius:0}.btn-sm,.btn-group-sm>.btn,.btn-group-sm>button.clickable,.qc-ui-select-sm .btn,.qc-ui-select-sm button.clickable{padding:5px 10px;font-size:17px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn,.btn-group-xs>button.clickable,.qc-panel-actions>.btn-group-container>.btn-group>.btn,.qc-panel-actions>.btn-group-container>.btn-group>button.clickable,.single-row-buttons>.btn-group-container>.btn-group>.btn,.single-row-buttons>.btn-group-container>.btn-group>button.clickable,.qc-panel-head>.btn-group-container>.btn-group>.btn,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>.btn,.qc-panel-head>.btn-group-container>.btn-group>button.clickable,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>button.clickable,.qc-panel-foot>.btn-group-container>.btn-group>.btn,.qc-panel-foot>.btn-group-container>.btn-group>button.clickable,.btn-ss,.qc-ui-select-xs .btn,.qc-ui-select-xs button.clickable{padding:1px 5px;font-size:17px;line-height:1.5;border-radius:0}.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;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;transition-property:height,visibility;transition-duration:0.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1060;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:18px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:11.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:17px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1050}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group>button.clickable,.btn-group-vertical>.btn,.btn-group-vertical>button.clickable{position:relative;float:left}.btn-group>.btn:hover,.btn-group>button.clickable:hover,.btn-group>.btn:focus,.btn-group>button.clickable:focus,.btn-group>.btn:active,.btn-group>button.clickable:active,.btn-group>.btn.active,.btn-group>button.active.clickable,.btn-group-vertical>.btn:hover,.btn-group-vertical>button.clickable:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>button.clickable:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>button.clickable:active,.btn-group-vertical>.btn.active,.btn-group-vertical>button.active.clickable{z-index:2}.btn-group .btn+.btn,.btn-group button.clickable+.btn,.btn-group .btn+button.clickable,.btn-group button.clickable+button.clickable,.btn-group .btn+.btn-group,.btn-group button.clickable+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+button.clickable,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar button.clickable,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>button.clickable,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>button.clickable:not(:first-child):not(:last-child):not(.dropdown-toggle),.report-selector .btn-group>button.list-group-item:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.btn-group>button.clickable:first-child,.report-selector .btn-group>button.list-group-item:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>button.clickable:first-child:not(:last-child):not(.dropdown-toggle),.report-selector .btn-group>button.list-group-item:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>button.clickable:last-child:not(:first-child),.report-selector .btn-group>button.list-group-item:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn-group:not(:first-child):not(:last-child)>button.clickable{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>button.clickable:last-child,.report-selector .btn-group>.btn-group:first-child:not(:last-child)>button.list-group-item:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn-group:last-child:not(:first-child)>button.clickable:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.btn-group>button.clickable+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group-lg.btn-group>button.clickable+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link,.btn-group.open button.dropdown-toggle.clickable,.btn-group.open .report-selector button.dropdown-toggle.list-group-item,.report-selector .btn-group.open button.dropdown-toggle.list-group-item{box-shadow:none}.btn .caret,button.clickable .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret,.btn-group-lg>button.clickable .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret,.dropup .btn-group-lg>button.clickable .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>button.clickable,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>button.clickable{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>button.clickable{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>button.clickable+.btn,.btn-group-vertical>.btn+button.clickable,.btn-group-vertical>button.clickable+button.clickable,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>button.clickable+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+button.clickable,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group-vertical>button.clickable:not(:first-child):not(:last-child),.report-selector .btn-group-vertical>button.list-group-item:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>button.clickable:first-child:not(:last-child),.report-selector .btn-group-vertical>button.list-group-item:first-child:not(:last-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>button.clickable:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>button.clickable{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>button.clickable:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>button.clickable:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>button.clickable,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group button.clickable{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>button.clickable input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>button.clickable input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>button.clickable input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>button.clickable input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:18px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#edf1f2;border:1px solid #cfdadd;border-radius:0}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.input-group-sm>.input-group-btn>button.input-group-addon.clickable,.report-selector .input-group-sm>.input-group-btn>button.input-group-addon.list-group-item{padding:5px 10px;font-size:17px;border-radius:0}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.input-group-lg>.input-group-btn>button.input-group-addon.clickable{padding:10px 16px;font-size:23px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>button.clickable,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.btn-group>button.clickable,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>button.clickable:not(:last-child):not(.dropdown-toggle),.report-selector .input-group-btn:last-child>button.list-group-item:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn-group:not(:last-child)>button.clickable{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>button.clickable,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.btn-group>button.clickable,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>button.clickable:not(:first-child),.report-selector .input-group-btn:first-child>button.list-group-item:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn-group:not(:first-child)>button.clickable{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,.input-group-btn>button.clickable{position:relative}.input-group-btn>.btn+.btn,.input-group-btn>button.clickable+.btn,.input-group-btn>.btn+button.clickable,.input-group-btn>button.clickable+button.clickable{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>button.clickable:hover,.input-group-btn>.btn:focus,.input-group-btn>button.clickable:focus,.input-group-btn>.btn:active,.input-group-btn>button.clickable:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>button.clickable,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>button.clickable,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:before,.nav:after{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:rgba(0,0,0,0.2)}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:rgba(0,0,0,0.2);border-color:inherit}.nav .nav-divider{height:1px;margin:11.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#f0f3f4;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.pagination{display:inline-block;padding-left:0;margin:25px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:inherit;background-color:#fff;border:1px solid #dee5e7;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:2;color:#58666e;background-color:#e1f2ff;border-color:#076ba8}.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:#076ba8;border-color:#005596;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:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:23px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:17px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:17px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#cfdadd;border-radius:10px}.badge:empty{display:none}.btn .badge,button.clickable .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.btn-group-xs>button.clickable .badge,.qc-panel-actions>.btn-group-container>.btn-group>.btn .badge,.qc-panel-actions>.btn-group-container>.btn-group>button.clickable .badge,.single-row-buttons>.btn-group-container>.btn-group>.btn .badge,.single-row-buttons>.btn-group-container>.btn-group>button.clickable .badge,.qc-panel-head>.btn-group-container>.btn-group>.btn .badge,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>.btn .badge,.qc-panel-head>.btn-group-container>.btn-group>button.clickable .badge,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>button.clickable .badge,.qc-panel-foot>.btn-group-container>.btn-group>.btn .badge,.qc-panel-foot>.btn-group-container>.btn-group>button.clickable .badge,.btn-ss .badge,.qc-ui-select-xs .btn .badge,.qc-ui-select-xs button.clickable .badge,.btn-group-xs>.btn .badge,.btn-group-xs>button.clickable .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:inherit;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}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;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:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#c7dff1;background-color:#337ab7;border-color:#337ab7}.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:#c7ddef}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:25px;background-color:#fff;border:1px solid transparent;border-radius:0;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:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:21px;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:#fff;border-top:1px solid #ddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.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:-1;border-top-left-radius:-1}.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:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #eaeff0}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:25px}.panel-group .panel{margin-bottom:0;border-radius:0}.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:#bbb}.panel-default>.panel-heading{color:#333;background-color:#ccc;border-color:#bbb}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bbb}.panel-default>.panel-heading .badge{color:#ccc;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bbb}.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,pre{min-height:20px;padding:19px;margin-bottom:20px;background-color:#edf1f2;border:1px solid #dee5e7;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote,pre blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:27px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-ms-transform:translate(0, -25%);transform:translate(0, -25%);transition:transform 0.3s ease-out}.modal.in .modal-dialog{-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:0;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:#3a3f51}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.8;filter:alpha(opacity=80)}.modal-header{padding:15px 15px 0;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.42857143}.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 button.clickable+.btn,.modal-footer .btn+button.clickable,.modal-footer button.clickable+button.clickable{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group button.clickable+.btn,.modal-footer .btn-group .btn+button.clickable,.modal-footer .btn-group button.clickable+button.clickable{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}.modal-xl{width:80%}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Titillium Web",sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:17px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.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:0}.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}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;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{transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{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:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image: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: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:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn,.carousel-caption button.clickable{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,body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container:before,.title-row:before,.clearfix:after,body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container:after,.title-row:after{content:" ";display:table}.clearfix:after,body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container:after,.title-row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}html{background-color:#f0f3f4}body{background-color:transparent;-webkit-font-smoothing:antialiased;overflow-y:scroll}*{font-weight:300}*:focus{outline:0 !important}.h1,.h2,.h3,.h4,.section-header,.h5,h5.section-header,.h6{margin:0}.animated{animation-duration:600ms !important}.caret-white{border-top-color:#fff;border-top-color:rgba(255,255,255,0.65)}a:hover .caret-white{border-top-color:#fff}a[ng-click],a[ui-sref]{cursor:pointer}label{font-weight:normal}small,.small{font-size:13px}[contenteditable]:empty:before{content:attr(placeholder);display:block}.badge,.label{text-shadow:0 1px 0 rgba(0,0,0,0.2)}.badge.bg-light,.label.bg-light{text-shadow:none}.badge.up{position:relative;top:-10px;padding:3px 6px;margin-left:-10px}.badge-sm{font-size:85%;padding:2px 5px !important}.label-sm{padding-top:0;padding-bottom:1px}.badge-white{background-color:#fff;border:1px solid rgba(255,255,255,0.35)}.badge-empty{background-color:transparent;border:1px solid rgba(0,0,0,0.15);color:inherit}.progress-xxs{height:2px}.progress-xs{height:6px}.progress-sm{height:12px}.progress-sm .progress-bar{font-size:10px;line-height:1em}.progress,.progress-bar{box-shadow:none}.progress-bar-primary{background-color:#337ab7}.progress-bar-black{background-color:#1c2b36}.progress-bar-white{background-color:#fff}.accordion-group,.accordion-inner{border-color:#dee5e7;border-radius:0}.alert{font-size:17px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)}.alert .close i{font-size:12px;font-weight:normal;display:block}.form-control,.form-control:focus{box-shadow:none}.form-horizontal .control-label.text-left{text-align:left}.form-control-spin{position:absolute;z-index:2;right:10px;top:50%;margin-top:-7px}.list-group{border-radius:0}.list-group.no-radius .list-group-item{border-radius:0 !important}.list-group.no-borders .list-group-item{border:none}.list-group.no-border .list-group-item{border-width:1px 0}.list-group.no-bg .list-group-item{background-color:transparent}.list-group-item{padding-right:15px}a.list-group-item:hover,a.list-group-item:focus,a.list-group-item.hover{background-color:#f6f8f8}.list-group-item.media{margin-top:0}.list-group-item.active{color:#fff;border-color:#c7dff1 !important;background-color:#c7dff1 !important}.list-group-item.active .text-muted{color:#fff !important}.list-group-item.active a{color:#fff}.list-group-item.focus{background-color:#e4eaec !important}.list-group-item.select{position:relative;z-index:1;background-color:#dbeef9 !important;border-color:#c5e4f5}.list-group-item .list-group-alt:nth-child(2n+2){background-color:rgba(0,0,0,0.02) !important}.list-group-lg .list-group-item{padding-top:15px;padding-bottom:15px}.list-group-sm .list-group-item{padding:6px 10px}.list-group-sp .list-group-item{margin-bottom:5px;border-radius:0}.list-group-item>.badge{margin-right:0}.list-group-item>.ico-chevron-right{float:right;margin-top:4px;margin-right:-5px}.list-group-item>.ico-chevron-right+.badge{margin-right:5px}.nav-pills.no-radius>li>a{border-radius:0}.nav-pills>li.active>a{color:#fff !important;background-color:#c7dff1}.nav-pills>li.active>a:hover,.nav-pills>li.active>a:active{background-color:#b3d3ec}.nav>li>a:hover,.nav>li>a:focus{background-color:rgba(0,0,0,0.2)}.nav.nav-lg>li>a{padding:20px 20px}.nav.nav-md>li>a{padding:15px 15px}.nav.nav-sm>li>a{padding:6px 12px}.nav.nav-xs>li>a{padding:4px 10px}.nav.nav-xxs>li>a{padding:1px 10px}.nav.nav-rounded>li>a{border-radius:20px}.nav-tabs{border-color:#dee5e7}.nav-tabs>li>a{border-radius:0 0 0 0;border-bottom-color:#dee5e7}.nav-tabs>li:hover>a,.nav-tabs>li>a:hover{background:rgba(0,0,0,0.1)}.nav-tabs>li:hover>a,.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover{border-color:#dee5e7}.nav-tabs>li.active>a{border-bottom-color:#fff !important}.nav-tabs-alt .nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs-alt .nav-tabs>li>a{border-radius:0;border-color:transparent !important;background:transparent !important;border-bottom-color:#dee5e7 !important}.nav-tabs-alt .nav-tabs>li.active>a{border-bottom-color:#c7dff1 !important}.tab-container{margin-bottom:15px}.tab-container .tab-content{padding:15px;background-color:#fff;border:1px solid #dee5e7;border-top-width:0;border-radius:0 0 0 0}.qc-panel-content>.tab-container,.qc-panel>.tab-content>.tab-container,.tab-container-no-padding{margin-bottom:0}.qc-panel-content>.tab-container .tab-content,.qc-panel>.tab-content>.tab-container .tab-content,.tab-container-no-padding .tab-content{border:0;padding:0}.tab-container-no-side-padding .tab-content{border-left:0;border-right:0;border-bottom:0;padding-left:0;padding-right:0;padding-bottom:0}thead .pagination,tfoot .pagination{margin:0 !important}.pagination>li>a,.pagination>li>span{margin-left:0}.pagination>li:not(:last-child)>a,.pagination>li:not(:last-child)>span{border-right:0}.pagination>li:not(:last-child):hover+li>a{border-left-color:#076ba8}.pagination-xs>li>a,.pagination-xs>li>span{padding:5px 9px 7px 9px;font-size:16px;line-height:1.5}.pagination-xs>li:first-child>a,.pagination-xs>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-xs>li:last-child>a,.pagination-xs>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-xs>li>a,.pagination-xs>li>span{font-size:14px;line-height:1}.pagination-xs>li.pagination-prev>a,.pagination-xs>li.pagination-prev>span,.pagination-xs>li.pagination-next>a,.pagination-xs>li.pagination-next>span{padding:3px 9px 5px;font-size:18px}.panel .accordion-toggle{font-size:14px;display:block;cursor:pointer}.panel.no-borders{border-width:0}.panel.no-borders .panel-heading,.panel.no-borders .panel-footer{border-width:0}.panel-heading.no-border{margin:-1px -1px 0 -1px;border:none}.panel-heading .nav{margin:-10px  -15px}.panel-heading .list-group{background:transparent}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #eaedef}.panel:last-child{margin-bottom:0}.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px 15px;border-top:1px solid #eaeff0}.table>thead>tr>th{padding:8px 15px;border-bottom:1px solid #eaeff0}.table-bordered{border-color:#eaeff0}.table-bordered>tbody>tr>td{border-color:#eaeff0}.table-bordered>thead>tr>th{border-color:#eaeff0}.dropdown-menu{box-shadow:0 2px 6px rgba(0,0,0,0.1)}.dropdown-menu.pull-left{left:100%}.dropdown-menu>.panel{border:none;margin:-5px 0}.dropdown-menu>li>a{padding:5px 15px}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:none;filter:none;background-color:#edf1f2 !important;color:#58666e}.dropdown-header{padding:5px 15px}.dropdown-submenu{position:relative}.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{background-color:#edf1f2 !important;color:#58666e}.dropdown-submenu:hover>.dropdown-menu,.dropdown-submenu:focus>.dropdown-menu{display:block}.dropdown-submenu.pull-left{float:none !important}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px}.dropdown-submenu .dropdown-menu{left:100%;top:0;margin-top:-6px;margin-left:-1px}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0}.btn-group>.btn,.btn-group>button.clickable{margin-left:-1px}.btn-group-sm>.btn,.btn-group-sm>button.clickable{line-height:1}.modal-content{border-radius:0;border:0;box-shadow:0 2px 7px rgba(0,0,0,0.5)}.widget-configure-modal>.modal-header{padding-bottom:15px}.modal-header{border-bottom:0}.modal-body{padding:0 15px 15px}.modal-over{left:0;right:0;top:0;bottom:0;position:fixed}.modal-center{position:absolute;left:50%;top:50%}.ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-list li:hover,li.ui-timepicker-selected{background:#005596}html,body,#app{margin:0;height:100vh;min-height:100vh}body{overflow:hidden}#app{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.app-loader{padding:50px;text-align:center}#app-header{-ms-flex-order:0;order:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;position:relative;z-index:800}#content-frame{-ms-flex-order:0;order:0;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;overflow:hidden;position:relative;z-index:50}.primary-grid-row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}@media (min-width: 768px){.primary-grid-sidebar{-ms-flex-order:0;order:0;-ms-flex:0 0 220px;flex:0 0 220px;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}}@media (min-width: 992px){.primary-grid-sidebar{-ms-flex-preferred-size:260px;flex-basis:260px}}.primary-grid-content{-ms-flex-order:0;order:0;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}.header-brand{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header-brand .brand{padding:10px 15px;font-size:0}.header-brand .brand img,.header-brand .brand svg{width:212.5px;height:50px}@media (min-width: 768px){.header-brand .brand img,.header-brand .brand svg{width:auto;height:50px;max-width:100%;max-height:50px !important}}.header-nav-container{padding:0 15px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center}#app-content{overflow-y:scroll}@media (min-width: 768px){.header-brand .brand{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header-brand .brand .logo{-ms-flex:1;flex:1}}@-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}.flex-order{-ms-flex-order:0;order:0}.flex-order--20{-ms-flex-order:-20;order:-20}.flex-order--19{-ms-flex-order:-19;order:-19}.flex-order--18{-ms-flex-order:-18;order:-18}.flex-order--17{-ms-flex-order:-17;order:-17}.flex-order--16{-ms-flex-order:-16;order:-16}.flex-order--15{-ms-flex-order:-15;order:-15}.flex-order--14{-ms-flex-order:-14;order:-14}.flex-order--13{-ms-flex-order:-13;order:-13}.flex-order--12{-ms-flex-order:-12;order:-12}.flex-order--11{-ms-flex-order:-11;order:-11}.flex-order--10{-ms-flex-order:-10;order:-10}.flex-order--9{-ms-flex-order:-9;order:-9}.flex-order--8{-ms-flex-order:-8;order:-8}.flex-order--7{-ms-flex-order:-7;order:-7}.flex-order--6{-ms-flex-order:-6;order:-6}.flex-order--5{-ms-flex-order:-5;order:-5}.flex-order--4{-ms-flex-order:-4;order:-4}.flex-order--3{-ms-flex-order:-3;order:-3}.flex-order--2{-ms-flex-order:-2;order:-2}.flex-order--1{-ms-flex-order:-1;order:-1}.flex-order-0{-ms-flex-order:0;order:0}.flex-order-1{-ms-flex-order:1;order:1}.flex-order-2{-ms-flex-order:2;order:2}.flex-order-3{-ms-flex-order:3;order:3}.flex-order-4{-ms-flex-order:4;order:4}.flex-order-5{-ms-flex-order:5;order:5}.flex-order-6{-ms-flex-order:6;order:6}.flex-order-7{-ms-flex-order:7;order:7}.flex-order-8{-ms-flex-order:8;order:8}.flex-order-9{-ms-flex-order:9;order:9}.flex-order-10{-ms-flex-order:10;order:10}.flex-order-11{-ms-flex-order:11;order:11}.flex-order-12{-ms-flex-order:12;order:12}.flex-order-13{-ms-flex-order:13;order:13}.flex-order-14{-ms-flex-order:14;order:14}.flex-order-15{-ms-flex-order:15;order:15}.flex-order-16{-ms-flex-order:16;order:16}.flex-order-17{-ms-flex-order:17;order:17}.flex-order-18{-ms-flex-order:18;order:18}.flex-order-19{-ms-flex-order:19;order:19}.flex-order-20{-ms-flex-order:20;order:20}.layout-align,.layout-align-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-start,.layout-align-start-start,.layout-align-start-center,.layout-align-start-end,.layout-align-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-center,.layout-align-center-start,.layout-align-center-center,.layout-align-center-end,.layout-align-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-end,.layout-align-end-start,.layout-align-end-center,.layout-align-end-end,.layout-align-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-space-around,.layout-align-space-around-center,.layout-align-space-around-start,.layout-align-space-around-end,.layout-align-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-space-between,.layout-align-space-between-center,.layout-align-space-between-start,.layout-align-space-between-end,.layout-align-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-start-start,.layout-align-center-start,.layout-align-end-start,.layout-align-space-between-start,.layout-align-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-start-center,.layout-align-center-center,.layout-align-end-center,.layout-align-space-between-center,.layout-align-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-start-center>*,.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-between-center>*,.layout-align-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-start-end,.layout-align-center-end,.layout-align-end-end,.layout-align-space-between-end,.layout-align-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-start-stretch,.layout-align-center-stretch,.layout-align-end-stretch,.layout-align-space-between-stretch,.layout-align-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex{-ms-flex:1;flex:1;box-sizing:border-box}@media screen\0 {.flex{-ms-flex:1 1 0%;flex:1 1 0%}}.flex-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-0,.layout-row>.flex-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-0,.layout-column>.flex-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-5,.layout-row>.flex-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-5,.layout-column>.flex-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-10,.layout-row>.flex-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-10,.layout-column>.flex-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-15,.layout-row>.flex-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-15,.layout-column>.flex-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-20,.layout-row>.flex-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-20,.layout-column>.flex-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-25,.layout-row>.flex-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-25,.layout-column>.flex-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-30,.layout-row>.flex-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-30,.layout-column>.flex-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-35,.layout-row>.flex-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-35,.layout-column>.flex-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-40,.layout-row>.flex-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-40,.layout-column>.flex-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-45,.layout-row>.flex-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-45,.layout-column>.flex-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-50,.layout-row>.flex-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-50,.layout-column>.flex-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-55,.layout-row>.flex-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-55,.layout-column>.flex-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-60,.layout-row>.flex-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-60,.layout-column>.flex-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-65,.layout-row>.flex-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-65,.layout-column>.flex-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-70,.layout-row>.flex-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-70,.layout-column>.flex-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-75,.layout-row>.flex-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-75,.layout-column>.flex-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-80,.layout-row>.flex-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-80,.layout-column>.flex-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-85,.layout-row>.flex-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-85,.layout-column>.flex-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-90,.layout-row>.flex-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-90,.layout-column>.flex-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-95,.layout-row>.flex-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-95,.layout-column>.flex-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-100,.layout-row>.flex-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-100,.layout-column>.flex-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-33,.layout-row>.flex-33,.layout-row>.flex-33,.layout-row>.flex-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-66,.layout-row>.flex-66,.layout-row>.flex-66,.layout-row>.flex-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-33,.layout-column>.flex-33,.layout-column>.flex-33,.layout-column>.flex-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-66,.layout-column>.flex-66,.layout-column>.flex-66,.layout-column>.flex-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout,.layout-column,.layout-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-column{-ms-flex-direction:column;flex-direction:column}.layout-row{-ms-flex-direction:row;flex-direction:row}.layout-padding-sm>*,.layout-padding>.flex-sm{padding:4px}.layout-padding,.layout-padding-gt-sm,.layout-padding-md,.layout-padding>*,.layout-padding-gt-sm>*,.layout-padding-md>*,.layout-padding>.flex,.layout-padding>.flex-gt-sm,.layout-padding>.flex-md{padding:8px}.layout-padding-gt-md>*,.layout-padding-lg>*,.layout-padding-gt-lg>*,.layout-padding>.flex-gt-md,.layout-padding>.flex-lg,.layout-padding>.flex-lg,.layout-padding>.flex-gt-lg{padding:16px}.layout-margin-sm>*,.layout-margin>.flex-sm{margin:4px}.layout-margin,.layout-margin-gt-sm,.layout-margin-md,.layout-margin>*,.layout-margin-gt-sm>*,.layout-margin-md>*,.layout-margin>.flex,.layout-margin>.flex-gt-sm,.layout-margin>.flex-md{margin:8px}.layout-margin-gt-md>*,.layout-margin-lg>*,.layout-margin-gt-lg>*,.layout-margin>.flex-gt-md,.layout-margin>.flex-lg,.layout-margin>.flex-gt-lg{margin:16px}.layout-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.layout-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.layout-fill{margin:0;width:100%;min-height:100%;height:100%}@media (max-width: 767px){.hide-xs:not(.show-xs):not(.show),.hide:not(.show-xs):not(.show){display:none}.flex-order-xs--20{-ms-flex-order:-20;order:-20}.flex-order-xs--19{-ms-flex-order:-19;order:-19}.flex-order-xs--18{-ms-flex-order:-18;order:-18}.flex-order-xs--17{-ms-flex-order:-17;order:-17}.flex-order-xs--16{-ms-flex-order:-16;order:-16}.flex-order-xs--15{-ms-flex-order:-15;order:-15}.flex-order-xs--14{-ms-flex-order:-14;order:-14}.flex-order-xs--13{-ms-flex-order:-13;order:-13}.flex-order-xs--12{-ms-flex-order:-12;order:-12}.flex-order-xs--11{-ms-flex-order:-11;order:-11}.flex-order-xs--10{-ms-flex-order:-10;order:-10}.flex-order-xs--9{-ms-flex-order:-9;order:-9}.flex-order-xs--8{-ms-flex-order:-8;order:-8}.flex-order-xs--7{-ms-flex-order:-7;order:-7}.flex-order-xs--6{-ms-flex-order:-6;order:-6}.flex-order-xs--5{-ms-flex-order:-5;order:-5}.flex-order-xs--4{-ms-flex-order:-4;order:-4}.flex-order-xs--3{-ms-flex-order:-3;order:-3}.flex-order-xs--2{-ms-flex-order:-2;order:-2}.flex-order-xs--1{-ms-flex-order:-1;order:-1}.flex-order-xs-0{-ms-flex-order:0;order:0}.flex-order-xs-1{-ms-flex-order:1;order:1}.flex-order-xs-2{-ms-flex-order:2;order:2}.flex-order-xs-3{-ms-flex-order:3;order:3}.flex-order-xs-4{-ms-flex-order:4;order:4}.flex-order-xs-5{-ms-flex-order:5;order:5}.flex-order-xs-6{-ms-flex-order:6;order:6}.flex-order-xs-7{-ms-flex-order:7;order:7}.flex-order-xs-8{-ms-flex-order:8;order:8}.flex-order-xs-9{-ms-flex-order:9;order:9}.flex-order-xs-10{-ms-flex-order:10;order:10}.flex-order-xs-11{-ms-flex-order:11;order:11}.flex-order-xs-12{-ms-flex-order:12;order:12}.flex-order-xs-13{-ms-flex-order:13;order:13}.flex-order-xs-14{-ms-flex-order:14;order:14}.flex-order-xs-15{-ms-flex-order:15;order:15}.flex-order-xs-16{-ms-flex-order:16;order:16}.flex-order-xs-17{-ms-flex-order:17;order:17}.flex-order-xs-18{-ms-flex-order:18;order:18}.flex-order-xs-19{-ms-flex-order:19;order:19}.flex-order-xs-20{-ms-flex-order:20;order:20}.layout-align-xs,.layout-align-xs-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xs-start,.layout-align-xs-start-start,.layout-align-xs-start-center,.layout-align-xs-start-end,.layout-align-xs-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-xs-center,.layout-align-xs-center-start,.layout-align-xs-center-center,.layout-align-xs-center-end,.layout-align-xs-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-xs-end,.layout-align-xs-end-start,.layout-align-xs-end-center,.layout-align-xs-end-end,.layout-align-xs-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-xs-space-around,.layout-align-xs-space-around-center,.layout-align-xs-space-around-start,.layout-align-xs-space-around-end,.layout-align-xs-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xs-space-between,.layout-align-xs-space-between-center,.layout-align-xs-space-between-start,.layout-align-xs-space-between-end,.layout-align-xs-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-xs-start-start,.layout-align-xs-center-start,.layout-align-xs-end-start,.layout-align-xs-space-between-start,.layout-align-xs-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xs-start-center,.layout-align-xs-center-center,.layout-align-xs-end-center,.layout-align-xs-space-between-center,.layout-align-xs-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xs-start-center>*,.layout-align-xs-center-center>*,.layout-align-xs-end-center>*,.layout-align-xs-space-between-center>*,.layout-align-xs-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-xs-start-end,.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-between-end,.layout-align-xs-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xs-start-stretch,.layout-align-xs-center-stretch,.layout-align-xs-end-stretch,.layout-align-xs-space-between-stretch,.layout-align-xs-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xs{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (max-width: 767px){.flex-xs{-ms-flex:1 1 0%;flex:1 1 0%}}@media (max-width: 767px){.flex-xs-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-xs-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xs-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xs-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xs-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-0,.layout-xs-row>.flex-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-0,.layout-xs-column>.flex-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-5,.layout-xs-row>.flex-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-5,.layout-xs-column>.flex-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-10,.layout-xs-row>.flex-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-10,.layout-xs-column>.flex-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-15,.layout-xs-row>.flex-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-15,.layout-xs-column>.flex-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-20,.layout-xs-row>.flex-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-20,.layout-xs-column>.flex-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-25,.layout-xs-row>.flex-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-25,.layout-xs-column>.flex-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-30,.layout-xs-row>.flex-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-30,.layout-xs-column>.flex-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-35,.layout-xs-row>.flex-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-35,.layout-xs-column>.flex-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-40,.layout-xs-row>.flex-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-40,.layout-xs-column>.flex-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-45,.layout-xs-row>.flex-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-45,.layout-xs-column>.flex-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-50,.layout-xs-row>.flex-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-50,.layout-xs-column>.flex-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-55,.layout-xs-row>.flex-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-55,.layout-xs-column>.flex-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-60,.layout-xs-row>.flex-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-60,.layout-xs-column>.flex-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-65,.layout-xs-row>.flex-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-65,.layout-xs-column>.flex-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-70,.layout-xs-row>.flex-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-70,.layout-xs-column>.flex-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-75,.layout-xs-row>.flex-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-75,.layout-xs-column>.flex-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-80,.layout-xs-row>.flex-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-80,.layout-xs-column>.flex-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-85,.layout-xs-row>.flex-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-85,.layout-xs-column>.flex-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-90,.layout-xs-row>.flex-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-90,.layout-xs-column>.flex-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-95,.layout-xs-row>.flex-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-95,.layout-xs-column>.flex-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-100,.layout-xs-row>.flex-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-100,.layout-xs-column>.flex-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-33,.layout-row>.flex-xs-33,.layout-xs-row>.flex-xs-33,.layout-xs-row>.flex-xs-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-66,.layout-row>.flex-xs-66,.layout-xs-row>.flex-xs-66,.layout-xs-row>.flex-xs-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-xs-row>.flex{min-width:0}.layout-column>.flex-xs-33,.layout-column>.flex-xs-33,.layout-xs-column>.flex-xs-33,.layout-xs-column>.flex-xs-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xs-66,.layout-column>.flex-xs-66,.layout-xs-column>.flex-xs-66,.layout-xs-column>.flex-xs-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xs,.layout-xs-column,.layout-xs-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-xs-column{-ms-flex-direction:column;flex-direction:column}.layout-xs-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 768px){.flex-order-gt-xs--20{-ms-flex-order:-20;order:-20}.flex-order-gt-xs--19{-ms-flex-order:-19;order:-19}.flex-order-gt-xs--18{-ms-flex-order:-18;order:-18}.flex-order-gt-xs--17{-ms-flex-order:-17;order:-17}.flex-order-gt-xs--16{-ms-flex-order:-16;order:-16}.flex-order-gt-xs--15{-ms-flex-order:-15;order:-15}.flex-order-gt-xs--14{-ms-flex-order:-14;order:-14}.flex-order-gt-xs--13{-ms-flex-order:-13;order:-13}.flex-order-gt-xs--12{-ms-flex-order:-12;order:-12}.flex-order-gt-xs--11{-ms-flex-order:-11;order:-11}.flex-order-gt-xs--10{-ms-flex-order:-10;order:-10}.flex-order-gt-xs--9{-ms-flex-order:-9;order:-9}.flex-order-gt-xs--8{-ms-flex-order:-8;order:-8}.flex-order-gt-xs--7{-ms-flex-order:-7;order:-7}.flex-order-gt-xs--6{-ms-flex-order:-6;order:-6}.flex-order-gt-xs--5{-ms-flex-order:-5;order:-5}.flex-order-gt-xs--4{-ms-flex-order:-4;order:-4}.flex-order-gt-xs--3{-ms-flex-order:-3;order:-3}.flex-order-gt-xs--2{-ms-flex-order:-2;order:-2}.flex-order-gt-xs--1{-ms-flex-order:-1;order:-1}.flex-order-gt-xs-0{-ms-flex-order:0;order:0}.flex-order-gt-xs-1{-ms-flex-order:1;order:1}.flex-order-gt-xs-2{-ms-flex-order:2;order:2}.flex-order-gt-xs-3{-ms-flex-order:3;order:3}.flex-order-gt-xs-4{-ms-flex-order:4;order:4}.flex-order-gt-xs-5{-ms-flex-order:5;order:5}.flex-order-gt-xs-6{-ms-flex-order:6;order:6}.flex-order-gt-xs-7{-ms-flex-order:7;order:7}.flex-order-gt-xs-8{-ms-flex-order:8;order:8}.flex-order-gt-xs-9{-ms-flex-order:9;order:9}.flex-order-gt-xs-10{-ms-flex-order:10;order:10}.flex-order-gt-xs-11{-ms-flex-order:11;order:11}.flex-order-gt-xs-12{-ms-flex-order:12;order:12}.flex-order-gt-xs-13{-ms-flex-order:13;order:13}.flex-order-gt-xs-14{-ms-flex-order:14;order:14}.flex-order-gt-xs-15{-ms-flex-order:15;order:15}.flex-order-gt-xs-16{-ms-flex-order:16;order:16}.flex-order-gt-xs-17{-ms-flex-order:17;order:17}.flex-order-gt-xs-18{-ms-flex-order:18;order:18}.flex-order-gt-xs-19{-ms-flex-order:19;order:19}.flex-order-gt-xs-20{-ms-flex-order:20;order:20}.layout-align-gt-xs,.layout-align-gt-xs-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-xs-start,.layout-align-gt-xs-start-start,.layout-align-gt-xs-start-center,.layout-align-gt-xs-start-end,.layout-align-gt-xs-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-xs-center,.layout-align-gt-xs-center-start,.layout-align-gt-xs-center-center,.layout-align-gt-xs-center-end,.layout-align-gt-xs-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-gt-xs-end,.layout-align-gt-xs-end-start,.layout-align-gt-xs-end-center,.layout-align-gt-xs-end-end,.layout-align-gt-xs-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-xs-space-around,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-xs-space-between,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-xs-start-start,.layout-align-gt-xs-center-start,.layout-align-gt-xs-end-start,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-xs-start-center,.layout-align-gt-xs-center-center,.layout-align-gt-xs-end-center,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-xs-start-center>*,.layout-align-gt-xs-center-center>*,.layout-align-gt-xs-end-center>*,.layout-align-gt-xs-space-between-center>*,.layout-align-gt-xs-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-xs-start-end,.layout-align-gt-xs-center-end,.layout-align-gt-xs-end-end,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-xs-start-stretch,.layout-align-gt-xs-center-stretch,.layout-align-gt-xs-end-stretch,.layout-align-gt-xs-space-between-stretch,.layout-align-gt-xs-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-xs{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 768px){.flex-gt-xs{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 768px){.flex-gt-xs-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-xs-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-xs-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-xs-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-xs-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-0,.layout-gt-xs-row>.flex-gt-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-0,.layout-gt-xs-column>.flex-gt-xs-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-gt-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-5,.layout-gt-xs-row>.flex-gt-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-5,.layout-gt-xs-column>.flex-gt-xs-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-10,.layout-gt-xs-row>.flex-gt-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-10,.layout-gt-xs-column>.flex-gt-xs-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-15,.layout-gt-xs-row>.flex-gt-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-15,.layout-gt-xs-column>.flex-gt-xs-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-20,.layout-gt-xs-row>.flex-gt-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-20,.layout-gt-xs-column>.flex-gt-xs-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-25,.layout-gt-xs-row>.flex-gt-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-25,.layout-gt-xs-column>.flex-gt-xs-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-30,.layout-gt-xs-row>.flex-gt-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-30,.layout-gt-xs-column>.flex-gt-xs-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-35,.layout-gt-xs-row>.flex-gt-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-35,.layout-gt-xs-column>.flex-gt-xs-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-40,.layout-gt-xs-row>.flex-gt-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-40,.layout-gt-xs-column>.flex-gt-xs-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-45,.layout-gt-xs-row>.flex-gt-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-45,.layout-gt-xs-column>.flex-gt-xs-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-50,.layout-gt-xs-row>.flex-gt-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-50,.layout-gt-xs-column>.flex-gt-xs-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-55,.layout-gt-xs-row>.flex-gt-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-55,.layout-gt-xs-column>.flex-gt-xs-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-60,.layout-gt-xs-row>.flex-gt-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-60,.layout-gt-xs-column>.flex-gt-xs-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-65,.layout-gt-xs-row>.flex-gt-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-65,.layout-gt-xs-column>.flex-gt-xs-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-70,.layout-gt-xs-row>.flex-gt-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-70,.layout-gt-xs-column>.flex-gt-xs-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-75,.layout-gt-xs-row>.flex-gt-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-75,.layout-gt-xs-column>.flex-gt-xs-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-80,.layout-gt-xs-row>.flex-gt-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-80,.layout-gt-xs-column>.flex-gt-xs-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-85,.layout-gt-xs-row>.flex-gt-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-85,.layout-gt-xs-column>.flex-gt-xs-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-90,.layout-gt-xs-row>.flex-gt-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-90,.layout-gt-xs-column>.flex-gt-xs-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-95,.layout-gt-xs-row>.flex-gt-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-95,.layout-gt-xs-column>.flex-gt-xs-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-100,.layout-gt-xs-row>.flex-gt-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-100,.layout-gt-xs-column>.flex-gt-xs-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-33,.layout-row>.flex-gt-xs-33,.layout-gt-xs-row>.flex-gt-xs-33,.layout-gt-xs-row>.flex-gt-xs-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-66,.layout-row>.flex-gt-xs-66,.layout-gt-xs-row>.flex-gt-xs-66,.layout-gt-xs-row>.flex-gt-xs-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-gt-xs-row>.flex{min-width:0}.layout-column>.flex-gt-xs-33,.layout-column>.flex-gt-xs-33,.layout-gt-xs-column>.flex-gt-xs-33,.layout-gt-xs-column>.flex-gt-xs-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-xs-66,.layout-column>.flex-gt-xs-66,.layout-gt-xs-column>.flex-gt-xs-66,.layout-gt-xs-column>.flex-gt-xs-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-xs,.layout-gt-xs-column,.layout-gt-xs-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-gt-xs-column{-ms-flex-direction:column;flex-direction:column}.layout-gt-xs-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 768px) and (max-width: 991px){.hide:not(.show-gt-xs):not(.show-sm):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.hide-sm:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.flex-order-sm--20{-ms-flex-order:-20;order:-20}.flex-order-sm--19{-ms-flex-order:-19;order:-19}.flex-order-sm--18{-ms-flex-order:-18;order:-18}.flex-order-sm--17{-ms-flex-order:-17;order:-17}.flex-order-sm--16{-ms-flex-order:-16;order:-16}.flex-order-sm--15{-ms-flex-order:-15;order:-15}.flex-order-sm--14{-ms-flex-order:-14;order:-14}.flex-order-sm--13{-ms-flex-order:-13;order:-13}.flex-order-sm--12{-ms-flex-order:-12;order:-12}.flex-order-sm--11{-ms-flex-order:-11;order:-11}.flex-order-sm--10{-ms-flex-order:-10;order:-10}.flex-order-sm--9{-ms-flex-order:-9;order:-9}.flex-order-sm--8{-ms-flex-order:-8;order:-8}.flex-order-sm--7{-ms-flex-order:-7;order:-7}.flex-order-sm--6{-ms-flex-order:-6;order:-6}.flex-order-sm--5{-ms-flex-order:-5;order:-5}.flex-order-sm--4{-ms-flex-order:-4;order:-4}.flex-order-sm--3{-ms-flex-order:-3;order:-3}.flex-order-sm--2{-ms-flex-order:-2;order:-2}.flex-order-sm--1{-ms-flex-order:-1;order:-1}.flex-order-sm-0{-ms-flex-order:0;order:0}.flex-order-sm-1{-ms-flex-order:1;order:1}.flex-order-sm-2{-ms-flex-order:2;order:2}.flex-order-sm-3{-ms-flex-order:3;order:3}.flex-order-sm-4{-ms-flex-order:4;order:4}.flex-order-sm-5{-ms-flex-order:5;order:5}.flex-order-sm-6{-ms-flex-order:6;order:6}.flex-order-sm-7{-ms-flex-order:7;order:7}.flex-order-sm-8{-ms-flex-order:8;order:8}.flex-order-sm-9{-ms-flex-order:9;order:9}.flex-order-sm-10{-ms-flex-order:10;order:10}.flex-order-sm-11{-ms-flex-order:11;order:11}.flex-order-sm-12{-ms-flex-order:12;order:12}.flex-order-sm-13{-ms-flex-order:13;order:13}.flex-order-sm-14{-ms-flex-order:14;order:14}.flex-order-sm-15{-ms-flex-order:15;order:15}.flex-order-sm-16{-ms-flex-order:16;order:16}.flex-order-sm-17{-ms-flex-order:17;order:17}.flex-order-sm-18{-ms-flex-order:18;order:18}.flex-order-sm-19{-ms-flex-order:19;order:19}.flex-order-sm-20{-ms-flex-order:20;order:20}.layout-align-sm,.layout-align-sm-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-sm-start,.layout-align-sm-start-start,.layout-align-sm-start-center,.layout-align-sm-start-end,.layout-align-sm-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-sm-center,.layout-align-sm-center-start,.layout-align-sm-center-center,.layout-align-sm-center-end,.layout-align-sm-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-sm-end,.layout-align-sm-end-start,.layout-align-sm-end-center,.layout-align-sm-end-end,.layout-align-sm-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-sm-space-around,.layout-align-sm-space-around-center,.layout-align-sm-space-around-start,.layout-align-sm-space-around-end,.layout-align-sm-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-sm-space-between,.layout-align-sm-space-between-center,.layout-align-sm-space-between-start,.layout-align-sm-space-between-end,.layout-align-sm-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-sm-start-start,.layout-align-sm-center-start,.layout-align-sm-end-start,.layout-align-sm-space-between-start,.layout-align-sm-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-sm-start-center,.layout-align-sm-center-center,.layout-align-sm-end-center,.layout-align-sm-space-between-center,.layout-align-sm-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-sm-start-center>*,.layout-align-sm-center-center>*,.layout-align-sm-end-center>*,.layout-align-sm-space-between-center>*,.layout-align-sm-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-sm-start-end,.layout-align-sm-center-end,.layout-align-sm-end-end,.layout-align-sm-space-between-end,.layout-align-sm-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-sm-start-stretch,.layout-align-sm-center-stretch,.layout-align-sm-end-stretch,.layout-align-sm-space-between-stretch,.layout-align-sm-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-sm{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 768px) and (max-width: 991px){.flex-sm{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 768px) and (max-width: 991px){.flex-sm-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-sm-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-sm-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-sm-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-sm-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-0,.layout-sm-row>.flex-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-0,.layout-sm-column>.flex-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-5,.layout-sm-row>.flex-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-5,.layout-sm-column>.flex-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-10,.layout-sm-row>.flex-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-10,.layout-sm-column>.flex-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-15,.layout-sm-row>.flex-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-15,.layout-sm-column>.flex-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-20,.layout-sm-row>.flex-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-20,.layout-sm-column>.flex-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-25,.layout-sm-row>.flex-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-25,.layout-sm-column>.flex-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-30,.layout-sm-row>.flex-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-30,.layout-sm-column>.flex-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-35,.layout-sm-row>.flex-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-35,.layout-sm-column>.flex-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-40,.layout-sm-row>.flex-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-40,.layout-sm-column>.flex-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-45,.layout-sm-row>.flex-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-45,.layout-sm-column>.flex-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-50,.layout-sm-row>.flex-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-50,.layout-sm-column>.flex-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-55,.layout-sm-row>.flex-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-55,.layout-sm-column>.flex-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-60,.layout-sm-row>.flex-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-60,.layout-sm-column>.flex-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-65,.layout-sm-row>.flex-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-65,.layout-sm-column>.flex-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-70,.layout-sm-row>.flex-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-70,.layout-sm-column>.flex-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-75,.layout-sm-row>.flex-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-75,.layout-sm-column>.flex-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-80,.layout-sm-row>.flex-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-80,.layout-sm-column>.flex-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-85,.layout-sm-row>.flex-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-85,.layout-sm-column>.flex-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-90,.layout-sm-row>.flex-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-90,.layout-sm-column>.flex-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-95,.layout-sm-row>.flex-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-95,.layout-sm-column>.flex-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-100,.layout-sm-row>.flex-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-100,.layout-sm-column>.flex-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-33,.layout-row>.flex-sm-33,.layout-sm-row>.flex-sm-33,.layout-sm-row>.flex-sm-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-66,.layout-row>.flex-sm-66,.layout-sm-row>.flex-sm-66,.layout-sm-row>.flex-sm-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-sm-row>.flex{min-width:0}.layout-column>.flex-sm-33,.layout-column>.flex-sm-33,.layout-sm-column>.flex-sm-33,.layout-sm-column>.flex-sm-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-sm-66,.layout-column>.flex-sm-66,.layout-sm-column>.flex-sm-66,.layout-sm-column>.flex-sm-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-sm,.layout-sm-column,.layout-sm-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-sm-column{-ms-flex-direction:column;flex-direction:column}.layout-sm-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 992px){.flex-order-gt-sm--20{-ms-flex-order:-20;order:-20}.flex-order-gt-sm--19{-ms-flex-order:-19;order:-19}.flex-order-gt-sm--18{-ms-flex-order:-18;order:-18}.flex-order-gt-sm--17{-ms-flex-order:-17;order:-17}.flex-order-gt-sm--16{-ms-flex-order:-16;order:-16}.flex-order-gt-sm--15{-ms-flex-order:-15;order:-15}.flex-order-gt-sm--14{-ms-flex-order:-14;order:-14}.flex-order-gt-sm--13{-ms-flex-order:-13;order:-13}.flex-order-gt-sm--12{-ms-flex-order:-12;order:-12}.flex-order-gt-sm--11{-ms-flex-order:-11;order:-11}.flex-order-gt-sm--10{-ms-flex-order:-10;order:-10}.flex-order-gt-sm--9{-ms-flex-order:-9;order:-9}.flex-order-gt-sm--8{-ms-flex-order:-8;order:-8}.flex-order-gt-sm--7{-ms-flex-order:-7;order:-7}.flex-order-gt-sm--6{-ms-flex-order:-6;order:-6}.flex-order-gt-sm--5{-ms-flex-order:-5;order:-5}.flex-order-gt-sm--4{-ms-flex-order:-4;order:-4}.flex-order-gt-sm--3{-ms-flex-order:-3;order:-3}.flex-order-gt-sm--2{-ms-flex-order:-2;order:-2}.flex-order-gt-sm--1{-ms-flex-order:-1;order:-1}.flex-order-gt-sm-0{-ms-flex-order:0;order:0}.flex-order-gt-sm-1{-ms-flex-order:1;order:1}.flex-order-gt-sm-2{-ms-flex-order:2;order:2}.flex-order-gt-sm-3{-ms-flex-order:3;order:3}.flex-order-gt-sm-4{-ms-flex-order:4;order:4}.flex-order-gt-sm-5{-ms-flex-order:5;order:5}.flex-order-gt-sm-6{-ms-flex-order:6;order:6}.flex-order-gt-sm-7{-ms-flex-order:7;order:7}.flex-order-gt-sm-8{-ms-flex-order:8;order:8}.flex-order-gt-sm-9{-ms-flex-order:9;order:9}.flex-order-gt-sm-10{-ms-flex-order:10;order:10}.flex-order-gt-sm-11{-ms-flex-order:11;order:11}.flex-order-gt-sm-12{-ms-flex-order:12;order:12}.flex-order-gt-sm-13{-ms-flex-order:13;order:13}.flex-order-gt-sm-14{-ms-flex-order:14;order:14}.flex-order-gt-sm-15{-ms-flex-order:15;order:15}.flex-order-gt-sm-16{-ms-flex-order:16;order:16}.flex-order-gt-sm-17{-ms-flex-order:17;order:17}.flex-order-gt-sm-18{-ms-flex-order:18;order:18}.flex-order-gt-sm-19{-ms-flex-order:19;order:19}.flex-order-gt-sm-20{-ms-flex-order:20;order:20}.layout-align-gt-sm,.layout-align-gt-sm-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-sm-start,.layout-align-gt-sm-start-start,.layout-align-gt-sm-start-center,.layout-align-gt-sm-start-end,.layout-align-gt-sm-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-sm-center,.layout-align-gt-sm-center-start,.layout-align-gt-sm-center-center,.layout-align-gt-sm-center-end,.layout-align-gt-sm-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-gt-sm-end,.layout-align-gt-sm-end-start,.layout-align-gt-sm-end-center,.layout-align-gt-sm-end-end,.layout-align-gt-sm-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-sm-space-around,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-sm-space-between,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-sm-start-start,.layout-align-gt-sm-center-start,.layout-align-gt-sm-end-start,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-sm-start-center,.layout-align-gt-sm-center-center,.layout-align-gt-sm-end-center,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-sm-start-center>*,.layout-align-gt-sm-center-center>*,.layout-align-gt-sm-end-center>*,.layout-align-gt-sm-space-between-center>*,.layout-align-gt-sm-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-sm-start-end,.layout-align-gt-sm-center-end,.layout-align-gt-sm-end-end,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-sm-start-stretch,.layout-align-gt-sm-center-stretch,.layout-align-gt-sm-end-stretch,.layout-align-gt-sm-space-between-stretch,.layout-align-gt-sm-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-sm{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 992px){.flex-gt-sm{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 992px){.flex-gt-sm-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-sm-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-sm-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-sm-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-sm-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-0,.layout-gt-sm-row>.flex-gt-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-0,.layout-gt-sm-column>.flex-gt-sm-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-gt-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-5,.layout-gt-sm-row>.flex-gt-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-5,.layout-gt-sm-column>.flex-gt-sm-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-10,.layout-gt-sm-row>.flex-gt-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-10,.layout-gt-sm-column>.flex-gt-sm-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-15,.layout-gt-sm-row>.flex-gt-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-15,.layout-gt-sm-column>.flex-gt-sm-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-20,.layout-gt-sm-row>.flex-gt-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-20,.layout-gt-sm-column>.flex-gt-sm-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-25,.layout-gt-sm-row>.flex-gt-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-25,.layout-gt-sm-column>.flex-gt-sm-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-30,.layout-gt-sm-row>.flex-gt-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-30,.layout-gt-sm-column>.flex-gt-sm-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-35,.layout-gt-sm-row>.flex-gt-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-35,.layout-gt-sm-column>.flex-gt-sm-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-40,.layout-gt-sm-row>.flex-gt-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-40,.layout-gt-sm-column>.flex-gt-sm-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-45,.layout-gt-sm-row>.flex-gt-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-45,.layout-gt-sm-column>.flex-gt-sm-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-50,.layout-gt-sm-row>.flex-gt-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-50,.layout-gt-sm-column>.flex-gt-sm-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-55,.layout-gt-sm-row>.flex-gt-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-55,.layout-gt-sm-column>.flex-gt-sm-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-60,.layout-gt-sm-row>.flex-gt-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-60,.layout-gt-sm-column>.flex-gt-sm-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-65,.layout-gt-sm-row>.flex-gt-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-65,.layout-gt-sm-column>.flex-gt-sm-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-70,.layout-gt-sm-row>.flex-gt-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-70,.layout-gt-sm-column>.flex-gt-sm-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-75,.layout-gt-sm-row>.flex-gt-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-75,.layout-gt-sm-column>.flex-gt-sm-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-80,.layout-gt-sm-row>.flex-gt-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-80,.layout-gt-sm-column>.flex-gt-sm-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-85,.layout-gt-sm-row>.flex-gt-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-85,.layout-gt-sm-column>.flex-gt-sm-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-90,.layout-gt-sm-row>.flex-gt-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-90,.layout-gt-sm-column>.flex-gt-sm-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-95,.layout-gt-sm-row>.flex-gt-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-95,.layout-gt-sm-column>.flex-gt-sm-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-100,.layout-gt-sm-row>.flex-gt-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-100,.layout-gt-sm-column>.flex-gt-sm-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-33,.layout-row>.flex-gt-sm-33,.layout-gt-sm-row>.flex-gt-sm-33,.layout-gt-sm-row>.flex-gt-sm-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-66,.layout-row>.flex-gt-sm-66,.layout-gt-sm-row>.flex-gt-sm-66,.layout-gt-sm-row>.flex-gt-sm-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-gt-sm-row>.flex{min-width:0}.layout-column>.flex-gt-sm-33,.layout-column>.flex-gt-sm-33,.layout-gt-sm-column>.flex-gt-sm-33,.layout-gt-sm-column>.flex-gt-sm-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-sm-66,.layout-column>.flex-gt-sm-66,.layout-gt-sm-column>.flex-gt-sm-66,.layout-gt-sm-column>.flex-gt-sm-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-gt-sm-column{-ms-flex-direction:column;flex-direction:column}.layout-gt-sm-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 992px) and (max-width: 1199px){.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show){display:none}.hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}.flex-order-md--20{-ms-flex-order:-20;order:-20}.flex-order-md--19{-ms-flex-order:-19;order:-19}.flex-order-md--18{-ms-flex-order:-18;order:-18}.flex-order-md--17{-ms-flex-order:-17;order:-17}.flex-order-md--16{-ms-flex-order:-16;order:-16}.flex-order-md--15{-ms-flex-order:-15;order:-15}.flex-order-md--14{-ms-flex-order:-14;order:-14}.flex-order-md--13{-ms-flex-order:-13;order:-13}.flex-order-md--12{-ms-flex-order:-12;order:-12}.flex-order-md--11{-ms-flex-order:-11;order:-11}.flex-order-md--10{-ms-flex-order:-10;order:-10}.flex-order-md--9{-ms-flex-order:-9;order:-9}.flex-order-md--8{-ms-flex-order:-8;order:-8}.flex-order-md--7{-ms-flex-order:-7;order:-7}.flex-order-md--6{-ms-flex-order:-6;order:-6}.flex-order-md--5{-ms-flex-order:-5;order:-5}.flex-order-md--4{-ms-flex-order:-4;order:-4}.flex-order-md--3{-ms-flex-order:-3;order:-3}.flex-order-md--2{-ms-flex-order:-2;order:-2}.flex-order-md--1{-ms-flex-order:-1;order:-1}.flex-order-md-0{-ms-flex-order:0;order:0}.flex-order-md-1{-ms-flex-order:1;order:1}.flex-order-md-2{-ms-flex-order:2;order:2}.flex-order-md-3{-ms-flex-order:3;order:3}.flex-order-md-4{-ms-flex-order:4;order:4}.flex-order-md-5{-ms-flex-order:5;order:5}.flex-order-md-6{-ms-flex-order:6;order:6}.flex-order-md-7{-ms-flex-order:7;order:7}.flex-order-md-8{-ms-flex-order:8;order:8}.flex-order-md-9{-ms-flex-order:9;order:9}.flex-order-md-10{-ms-flex-order:10;order:10}.flex-order-md-11{-ms-flex-order:11;order:11}.flex-order-md-12{-ms-flex-order:12;order:12}.flex-order-md-13{-ms-flex-order:13;order:13}.flex-order-md-14{-ms-flex-order:14;order:14}.flex-order-md-15{-ms-flex-order:15;order:15}.flex-order-md-16{-ms-flex-order:16;order:16}.flex-order-md-17{-ms-flex-order:17;order:17}.flex-order-md-18{-ms-flex-order:18;order:18}.flex-order-md-19{-ms-flex-order:19;order:19}.flex-order-md-20{-ms-flex-order:20;order:20}.layout-align-md,.layout-align-md-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-md-start,.layout-align-md-start-start,.layout-align-md-start-center,.layout-align-md-start-end,.layout-align-md-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-md-center,.layout-align-md-center-start,.layout-align-md-center-center,.layout-align-md-center-end,.layout-align-md-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-md-end,.layout-align-md-end-start,.layout-align-md-end-center,.layout-align-md-end-end,.layout-align-md-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-md-space-around,.layout-align-md-space-around-center,.layout-align-md-space-around-start,.layout-align-md-space-around-end,.layout-align-md-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-md-space-between,.layout-align-md-space-between-center,.layout-align-md-space-between-start,.layout-align-md-space-between-end,.layout-align-md-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-md-start-start,.layout-align-md-center-start,.layout-align-md-end-start,.layout-align-md-space-between-start,.layout-align-md-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-md-start-center,.layout-align-md-center-center,.layout-align-md-end-center,.layout-align-md-space-between-center,.layout-align-md-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-md-start-center>*,.layout-align-md-center-center>*,.layout-align-md-end-center>*,.layout-align-md-space-between-center>*,.layout-align-md-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-md-start-end,.layout-align-md-center-end,.layout-align-md-end-end,.layout-align-md-space-between-end,.layout-align-md-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-md-start-stretch,.layout-align-md-center-stretch,.layout-align-md-end-stretch,.layout-align-md-space-between-stretch,.layout-align-md-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-md{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 992px) and (max-width: 1199px){.flex-md{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 992px) and (max-width: 1199px){.flex-md-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-md-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-md-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-md-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-md-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-0,.layout-md-row>.flex-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-0,.layout-md-column>.flex-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-5,.layout-md-row>.flex-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-5,.layout-md-column>.flex-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-10,.layout-md-row>.flex-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-10,.layout-md-column>.flex-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-15,.layout-md-row>.flex-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-15,.layout-md-column>.flex-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-20,.layout-md-row>.flex-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-20,.layout-md-column>.flex-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-25,.layout-md-row>.flex-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-25,.layout-md-column>.flex-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-30,.layout-md-row>.flex-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-30,.layout-md-column>.flex-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-35,.layout-md-row>.flex-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-35,.layout-md-column>.flex-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-40,.layout-md-row>.flex-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-40,.layout-md-column>.flex-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-45,.layout-md-row>.flex-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-45,.layout-md-column>.flex-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-50,.layout-md-row>.flex-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-50,.layout-md-column>.flex-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-55,.layout-md-row>.flex-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-55,.layout-md-column>.flex-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-60,.layout-md-row>.flex-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-60,.layout-md-column>.flex-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-65,.layout-md-row>.flex-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-65,.layout-md-column>.flex-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-70,.layout-md-row>.flex-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-70,.layout-md-column>.flex-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-75,.layout-md-row>.flex-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-75,.layout-md-column>.flex-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-80,.layout-md-row>.flex-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-80,.layout-md-column>.flex-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-85,.layout-md-row>.flex-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-85,.layout-md-column>.flex-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-90,.layout-md-row>.flex-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-90,.layout-md-column>.flex-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-95,.layout-md-row>.flex-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-95,.layout-md-column>.flex-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-100,.layout-md-row>.flex-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-100,.layout-md-column>.flex-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-33,.layout-row>.flex-md-33,.layout-md-row>.flex-md-33,.layout-md-row>.flex-md-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-66,.layout-row>.flex-md-66,.layout-md-row>.flex-md-66,.layout-md-row>.flex-md-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-md-row>.flex{min-width:0}.layout-column>.flex-md-33,.layout-column>.flex-md-33,.layout-md-column>.flex-md-33,.layout-md-column>.flex-md-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-md-66,.layout-column>.flex-md-66,.layout-md-column>.flex-md-66,.layout-md-column>.flex-md-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-md,.layout-md-column,.layout-md-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-md-column{-ms-flex-direction:column;flex-direction:column}.layout-md-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 1200px){.flex-order-gt-md--20{-ms-flex-order:-20;order:-20}.flex-order-gt-md--19{-ms-flex-order:-19;order:-19}.flex-order-gt-md--18{-ms-flex-order:-18;order:-18}.flex-order-gt-md--17{-ms-flex-order:-17;order:-17}.flex-order-gt-md--16{-ms-flex-order:-16;order:-16}.flex-order-gt-md--15{-ms-flex-order:-15;order:-15}.flex-order-gt-md--14{-ms-flex-order:-14;order:-14}.flex-order-gt-md--13{-ms-flex-order:-13;order:-13}.flex-order-gt-md--12{-ms-flex-order:-12;order:-12}.flex-order-gt-md--11{-ms-flex-order:-11;order:-11}.flex-order-gt-md--10{-ms-flex-order:-10;order:-10}.flex-order-gt-md--9{-ms-flex-order:-9;order:-9}.flex-order-gt-md--8{-ms-flex-order:-8;order:-8}.flex-order-gt-md--7{-ms-flex-order:-7;order:-7}.flex-order-gt-md--6{-ms-flex-order:-6;order:-6}.flex-order-gt-md--5{-ms-flex-order:-5;order:-5}.flex-order-gt-md--4{-ms-flex-order:-4;order:-4}.flex-order-gt-md--3{-ms-flex-order:-3;order:-3}.flex-order-gt-md--2{-ms-flex-order:-2;order:-2}.flex-order-gt-md--1{-ms-flex-order:-1;order:-1}.flex-order-gt-md-0{-ms-flex-order:0;order:0}.flex-order-gt-md-1{-ms-flex-order:1;order:1}.flex-order-gt-md-2{-ms-flex-order:2;order:2}.flex-order-gt-md-3{-ms-flex-order:3;order:3}.flex-order-gt-md-4{-ms-flex-order:4;order:4}.flex-order-gt-md-5{-ms-flex-order:5;order:5}.flex-order-gt-md-6{-ms-flex-order:6;order:6}.flex-order-gt-md-7{-ms-flex-order:7;order:7}.flex-order-gt-md-8{-ms-flex-order:8;order:8}.flex-order-gt-md-9{-ms-flex-order:9;order:9}.flex-order-gt-md-10{-ms-flex-order:10;order:10}.flex-order-gt-md-11{-ms-flex-order:11;order:11}.flex-order-gt-md-12{-ms-flex-order:12;order:12}.flex-order-gt-md-13{-ms-flex-order:13;order:13}.flex-order-gt-md-14{-ms-flex-order:14;order:14}.flex-order-gt-md-15{-ms-flex-order:15;order:15}.flex-order-gt-md-16{-ms-flex-order:16;order:16}.flex-order-gt-md-17{-ms-flex-order:17;order:17}.flex-order-gt-md-18{-ms-flex-order:18;order:18}.flex-order-gt-md-19{-ms-flex-order:19;order:19}.flex-order-gt-md-20{-ms-flex-order:20;order:20}.layout-align-gt-md,.layout-align-gt-md-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-md-start,.layout-align-gt-md-start-start,.layout-align-gt-md-start-center,.layout-align-gt-md-start-end,.layout-align-gt-md-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-md-center,.layout-align-gt-md-center-start,.layout-align-gt-md-center-center,.layout-align-gt-md-center-end,.layout-align-gt-md-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-gt-md-end,.layout-align-gt-md-end-start,.layout-align-gt-md-end-center,.layout-align-gt-md-end-end,.layout-align-gt-md-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-md-space-around,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-md-space-between,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-md-start-start,.layout-align-gt-md-center-start,.layout-align-gt-md-end-start,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-md-start-center,.layout-align-gt-md-center-center,.layout-align-gt-md-end-center,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-md-start-center>*,.layout-align-gt-md-center-center>*,.layout-align-gt-md-end-center>*,.layout-align-gt-md-space-between-center>*,.layout-align-gt-md-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-md-start-end,.layout-align-gt-md-center-end,.layout-align-gt-md-end-end,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-md-start-stretch,.layout-align-gt-md-center-stretch,.layout-align-gt-md-end-stretch,.layout-align-gt-md-space-between-stretch,.layout-align-gt-md-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-md{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 1200px){.flex-gt-md{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 1200px){.flex-gt-md-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-md-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-md-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-md-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-md-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-0,.layout-gt-md-row>.flex-gt-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-0,.layout-gt-md-column>.flex-gt-md-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-gt-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-5,.layout-gt-md-row>.flex-gt-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-5,.layout-gt-md-column>.flex-gt-md-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-10,.layout-gt-md-row>.flex-gt-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-10,.layout-gt-md-column>.flex-gt-md-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-15,.layout-gt-md-row>.flex-gt-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-15,.layout-gt-md-column>.flex-gt-md-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-20,.layout-gt-md-row>.flex-gt-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-20,.layout-gt-md-column>.flex-gt-md-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-25,.layout-gt-md-row>.flex-gt-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-25,.layout-gt-md-column>.flex-gt-md-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-30,.layout-gt-md-row>.flex-gt-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-30,.layout-gt-md-column>.flex-gt-md-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-35,.layout-gt-md-row>.flex-gt-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-35,.layout-gt-md-column>.flex-gt-md-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-40,.layout-gt-md-row>.flex-gt-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-40,.layout-gt-md-column>.flex-gt-md-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-45,.layout-gt-md-row>.flex-gt-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-45,.layout-gt-md-column>.flex-gt-md-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-50,.layout-gt-md-row>.flex-gt-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-50,.layout-gt-md-column>.flex-gt-md-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-55,.layout-gt-md-row>.flex-gt-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-55,.layout-gt-md-column>.flex-gt-md-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-60,.layout-gt-md-row>.flex-gt-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-60,.layout-gt-md-column>.flex-gt-md-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-65,.layout-gt-md-row>.flex-gt-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-65,.layout-gt-md-column>.flex-gt-md-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-70,.layout-gt-md-row>.flex-gt-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-70,.layout-gt-md-column>.flex-gt-md-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-75,.layout-gt-md-row>.flex-gt-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-75,.layout-gt-md-column>.flex-gt-md-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-80,.layout-gt-md-row>.flex-gt-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-80,.layout-gt-md-column>.flex-gt-md-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-85,.layout-gt-md-row>.flex-gt-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-85,.layout-gt-md-column>.flex-gt-md-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-90,.layout-gt-md-row>.flex-gt-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-90,.layout-gt-md-column>.flex-gt-md-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-95,.layout-gt-md-row>.flex-gt-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-95,.layout-gt-md-column>.flex-gt-md-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-100,.layout-gt-md-row>.flex-gt-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-100,.layout-gt-md-column>.flex-gt-md-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-33,.layout-row>.flex-gt-md-33,.layout-gt-md-row>.flex-gt-md-33,.layout-gt-md-row>.flex-gt-md-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-66,.layout-row>.flex-gt-md-66,.layout-gt-md-row>.flex-gt-md-66,.layout-gt-md-row>.flex-gt-md-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-gt-md-row>.flex{min-width:0}.layout-column>.flex-gt-md-33,.layout-column>.flex-gt-md-33,.layout-gt-md-column>.flex-gt-md-33,.layout-gt-md-column>.flex-gt-md-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-md-66,.layout-column>.flex-gt-md-66,.layout-gt-md-column>.flex-gt-md-66,.layout-gt-md-column>.flex-gt-md-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-md,.layout-gt-md-column,.layout-gt-md-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-gt-md-column{-ms-flex-direction:column;flex-direction:column}.layout-gt-md-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 1200px) and (max-width: 1919px){.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show){display:none}.hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}.flex-order-lg--20{-ms-flex-order:-20;order:-20}.flex-order-lg--19{-ms-flex-order:-19;order:-19}.flex-order-lg--18{-ms-flex-order:-18;order:-18}.flex-order-lg--17{-ms-flex-order:-17;order:-17}.flex-order-lg--16{-ms-flex-order:-16;order:-16}.flex-order-lg--15{-ms-flex-order:-15;order:-15}.flex-order-lg--14{-ms-flex-order:-14;order:-14}.flex-order-lg--13{-ms-flex-order:-13;order:-13}.flex-order-lg--12{-ms-flex-order:-12;order:-12}.flex-order-lg--11{-ms-flex-order:-11;order:-11}.flex-order-lg--10{-ms-flex-order:-10;order:-10}.flex-order-lg--9{-ms-flex-order:-9;order:-9}.flex-order-lg--8{-ms-flex-order:-8;order:-8}.flex-order-lg--7{-ms-flex-order:-7;order:-7}.flex-order-lg--6{-ms-flex-order:-6;order:-6}.flex-order-lg--5{-ms-flex-order:-5;order:-5}.flex-order-lg--4{-ms-flex-order:-4;order:-4}.flex-order-lg--3{-ms-flex-order:-3;order:-3}.flex-order-lg--2{-ms-flex-order:-2;order:-2}.flex-order-lg--1{-ms-flex-order:-1;order:-1}.flex-order-lg-0{-ms-flex-order:0;order:0}.flex-order-lg-1{-ms-flex-order:1;order:1}.flex-order-lg-2{-ms-flex-order:2;order:2}.flex-order-lg-3{-ms-flex-order:3;order:3}.flex-order-lg-4{-ms-flex-order:4;order:4}.flex-order-lg-5{-ms-flex-order:5;order:5}.flex-order-lg-6{-ms-flex-order:6;order:6}.flex-order-lg-7{-ms-flex-order:7;order:7}.flex-order-lg-8{-ms-flex-order:8;order:8}.flex-order-lg-9{-ms-flex-order:9;order:9}.flex-order-lg-10{-ms-flex-order:10;order:10}.flex-order-lg-11{-ms-flex-order:11;order:11}.flex-order-lg-12{-ms-flex-order:12;order:12}.flex-order-lg-13{-ms-flex-order:13;order:13}.flex-order-lg-14{-ms-flex-order:14;order:14}.flex-order-lg-15{-ms-flex-order:15;order:15}.flex-order-lg-16{-ms-flex-order:16;order:16}.flex-order-lg-17{-ms-flex-order:17;order:17}.flex-order-lg-18{-ms-flex-order:18;order:18}.flex-order-lg-19{-ms-flex-order:19;order:19}.flex-order-lg-20{-ms-flex-order:20;order:20}.layout-align-lg,.layout-align-lg-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-lg-start,.layout-align-lg-start-start,.layout-align-lg-start-center,.layout-align-lg-start-end,.layout-align-lg-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-lg-center,.layout-align-lg-center-start,.layout-align-lg-center-center,.layout-align-lg-center-end,.layout-align-lg-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-lg-end,.layout-align-lg-end-start,.layout-align-lg-end-center,.layout-align-lg-end-end,.layout-align-lg-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-lg-space-around,.layout-align-lg-space-around-center,.layout-align-lg-space-around-start,.layout-align-lg-space-around-end,.layout-align-lg-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-lg-space-between,.layout-align-lg-space-between-center,.layout-align-lg-space-between-start,.layout-align-lg-space-between-end,.layout-align-lg-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-lg-start-start,.layout-align-lg-center-start,.layout-align-lg-end-start,.layout-align-lg-space-between-start,.layout-align-lg-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-lg-start-center,.layout-align-lg-center-center,.layout-align-lg-end-center,.layout-align-lg-space-between-center,.layout-align-lg-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-lg-start-center>*,.layout-align-lg-center-center>*,.layout-align-lg-end-center>*,.layout-align-lg-space-between-center>*,.layout-align-lg-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-lg-start-end,.layout-align-lg-center-end,.layout-align-lg-end-end,.layout-align-lg-space-between-end,.layout-align-lg-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-lg-start-stretch,.layout-align-lg-center-stretch,.layout-align-lg-end-stretch,.layout-align-lg-space-between-stretch,.layout-align-lg-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-lg{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 1200px) and (max-width: 1919px){.flex-lg{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 1200px) and (max-width: 1919px){.flex-lg-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-lg-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-lg-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-lg-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-lg-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-0,.layout-lg-row>.flex-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-0,.layout-lg-column>.flex-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-5,.layout-lg-row>.flex-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-5,.layout-lg-column>.flex-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-10,.layout-lg-row>.flex-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-10,.layout-lg-column>.flex-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-15,.layout-lg-row>.flex-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-15,.layout-lg-column>.flex-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-20,.layout-lg-row>.flex-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-20,.layout-lg-column>.flex-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-25,.layout-lg-row>.flex-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-25,.layout-lg-column>.flex-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-30,.layout-lg-row>.flex-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-30,.layout-lg-column>.flex-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-35,.layout-lg-row>.flex-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-35,.layout-lg-column>.flex-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-40,.layout-lg-row>.flex-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-40,.layout-lg-column>.flex-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-45,.layout-lg-row>.flex-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-45,.layout-lg-column>.flex-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-50,.layout-lg-row>.flex-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-50,.layout-lg-column>.flex-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-55,.layout-lg-row>.flex-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-55,.layout-lg-column>.flex-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-60,.layout-lg-row>.flex-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-60,.layout-lg-column>.flex-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-65,.layout-lg-row>.flex-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-65,.layout-lg-column>.flex-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-70,.layout-lg-row>.flex-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-70,.layout-lg-column>.flex-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-75,.layout-lg-row>.flex-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-75,.layout-lg-column>.flex-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-80,.layout-lg-row>.flex-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-80,.layout-lg-column>.flex-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-85,.layout-lg-row>.flex-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-85,.layout-lg-column>.flex-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-90,.layout-lg-row>.flex-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-90,.layout-lg-column>.flex-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-95,.layout-lg-row>.flex-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-95,.layout-lg-column>.flex-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-100,.layout-lg-row>.flex-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-100,.layout-lg-column>.flex-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-33,.layout-row>.flex-lg-33,.layout-lg-row>.flex-lg-33,.layout-lg-row>.flex-lg-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-66,.layout-row>.flex-lg-66,.layout-lg-row>.flex-lg-66,.layout-lg-row>.flex-lg-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-lg-row>.flex{min-width:0}.layout-column>.flex-lg-33,.layout-column>.flex-lg-33,.layout-lg-column>.flex-lg-33,.layout-lg-column>.flex-lg-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-lg-66,.layout-column>.flex-lg-66,.layout-lg-column>.flex-lg-66,.layout-lg-column>.flex-lg-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-lg,.layout-lg-column,.layout-lg-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-lg-column{-ms-flex-direction:column;flex-direction:column}.layout-lg-row{-ms-flex-direction:row;flex-direction:row}}@media (min-width: 1920px){.flex-order-gt-lg--20{-ms-flex-order:-20;order:-20}.flex-order-gt-lg--19{-ms-flex-order:-19;order:-19}.flex-order-gt-lg--18{-ms-flex-order:-18;order:-18}.flex-order-gt-lg--17{-ms-flex-order:-17;order:-17}.flex-order-gt-lg--16{-ms-flex-order:-16;order:-16}.flex-order-gt-lg--15{-ms-flex-order:-15;order:-15}.flex-order-gt-lg--14{-ms-flex-order:-14;order:-14}.flex-order-gt-lg--13{-ms-flex-order:-13;order:-13}.flex-order-gt-lg--12{-ms-flex-order:-12;order:-12}.flex-order-gt-lg--11{-ms-flex-order:-11;order:-11}.flex-order-gt-lg--10{-ms-flex-order:-10;order:-10}.flex-order-gt-lg--9{-ms-flex-order:-9;order:-9}.flex-order-gt-lg--8{-ms-flex-order:-8;order:-8}.flex-order-gt-lg--7{-ms-flex-order:-7;order:-7}.flex-order-gt-lg--6{-ms-flex-order:-6;order:-6}.flex-order-gt-lg--5{-ms-flex-order:-5;order:-5}.flex-order-gt-lg--4{-ms-flex-order:-4;order:-4}.flex-order-gt-lg--3{-ms-flex-order:-3;order:-3}.flex-order-gt-lg--2{-ms-flex-order:-2;order:-2}.flex-order-gt-lg--1{-ms-flex-order:-1;order:-1}.flex-order-gt-lg-0{-ms-flex-order:0;order:0}.flex-order-gt-lg-1{-ms-flex-order:1;order:1}.flex-order-gt-lg-2{-ms-flex-order:2;order:2}.flex-order-gt-lg-3{-ms-flex-order:3;order:3}.flex-order-gt-lg-4{-ms-flex-order:4;order:4}.flex-order-gt-lg-5{-ms-flex-order:5;order:5}.flex-order-gt-lg-6{-ms-flex-order:6;order:6}.flex-order-gt-lg-7{-ms-flex-order:7;order:7}.flex-order-gt-lg-8{-ms-flex-order:8;order:8}.flex-order-gt-lg-9{-ms-flex-order:9;order:9}.flex-order-gt-lg-10{-ms-flex-order:10;order:10}.flex-order-gt-lg-11{-ms-flex-order:11;order:11}.flex-order-gt-lg-12{-ms-flex-order:12;order:12}.flex-order-gt-lg-13{-ms-flex-order:13;order:13}.flex-order-gt-lg-14{-ms-flex-order:14;order:14}.flex-order-gt-lg-15{-ms-flex-order:15;order:15}.flex-order-gt-lg-16{-ms-flex-order:16;order:16}.flex-order-gt-lg-17{-ms-flex-order:17;order:17}.flex-order-gt-lg-18{-ms-flex-order:18;order:18}.flex-order-gt-lg-19{-ms-flex-order:19;order:19}.flex-order-gt-lg-20{-ms-flex-order:20;order:20}.layout-align-gt-lg,.layout-align-gt-lg-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-lg-start,.layout-align-gt-lg-start-start,.layout-align-gt-lg-start-center,.layout-align-gt-lg-start-end,.layout-align-gt-lg-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-lg-center,.layout-align-gt-lg-center-start,.layout-align-gt-lg-center-center,.layout-align-gt-lg-center-end,.layout-align-gt-lg-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-gt-lg-end,.layout-align-gt-lg-end-start,.layout-align-gt-lg-end-center,.layout-align-gt-lg-end-end,.layout-align-gt-lg-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-lg-space-around,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-lg-space-between,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-lg-start-start,.layout-align-gt-lg-center-start,.layout-align-gt-lg-end-start,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-lg-start-center,.layout-align-gt-lg-center-center,.layout-align-gt-lg-end-center,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-lg-start-center>*,.layout-align-gt-lg-center-center>*,.layout-align-gt-lg-end-center>*,.layout-align-gt-lg-space-between-center>*,.layout-align-gt-lg-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-lg-start-end,.layout-align-gt-lg-center-end,.layout-align-gt-lg-end-end,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-lg-start-stretch,.layout-align-gt-lg-center-stretch,.layout-align-gt-lg-end-stretch,.layout-align-gt-lg-space-between-stretch,.layout-align-gt-lg-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-lg{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 1920px){.flex-gt-lg{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 1920px){.flex-gt-lg-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-lg-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-lg-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-lg-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-lg-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-0,.layout-gt-lg-row>.flex-gt-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-0,.layout-gt-lg-column>.flex-gt-lg-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-gt-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-5,.layout-gt-lg-row>.flex-gt-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-5,.layout-gt-lg-column>.flex-gt-lg-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-10,.layout-gt-lg-row>.flex-gt-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-10,.layout-gt-lg-column>.flex-gt-lg-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-15,.layout-gt-lg-row>.flex-gt-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-15,.layout-gt-lg-column>.flex-gt-lg-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-20,.layout-gt-lg-row>.flex-gt-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-20,.layout-gt-lg-column>.flex-gt-lg-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-25,.layout-gt-lg-row>.flex-gt-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-25,.layout-gt-lg-column>.flex-gt-lg-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-30,.layout-gt-lg-row>.flex-gt-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-30,.layout-gt-lg-column>.flex-gt-lg-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-35,.layout-gt-lg-row>.flex-gt-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-35,.layout-gt-lg-column>.flex-gt-lg-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-40,.layout-gt-lg-row>.flex-gt-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-40,.layout-gt-lg-column>.flex-gt-lg-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-45,.layout-gt-lg-row>.flex-gt-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-45,.layout-gt-lg-column>.flex-gt-lg-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-50,.layout-gt-lg-row>.flex-gt-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-50,.layout-gt-lg-column>.flex-gt-lg-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-55,.layout-gt-lg-row>.flex-gt-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-55,.layout-gt-lg-column>.flex-gt-lg-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-60,.layout-gt-lg-row>.flex-gt-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-60,.layout-gt-lg-column>.flex-gt-lg-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-65,.layout-gt-lg-row>.flex-gt-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-65,.layout-gt-lg-column>.flex-gt-lg-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-70,.layout-gt-lg-row>.flex-gt-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-70,.layout-gt-lg-column>.flex-gt-lg-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-75,.layout-gt-lg-row>.flex-gt-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-75,.layout-gt-lg-column>.flex-gt-lg-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-80,.layout-gt-lg-row>.flex-gt-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-80,.layout-gt-lg-column>.flex-gt-lg-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-85,.layout-gt-lg-row>.flex-gt-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-85,.layout-gt-lg-column>.flex-gt-lg-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-90,.layout-gt-lg-row>.flex-gt-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-90,.layout-gt-lg-column>.flex-gt-lg-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-95,.layout-gt-lg-row>.flex-gt-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-95,.layout-gt-lg-column>.flex-gt-lg-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-100,.layout-gt-lg-row>.flex-gt-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-100,.layout-gt-lg-column>.flex-gt-lg-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-33,.layout-row>.flex-gt-lg-33,.layout-gt-lg-row>.flex-gt-lg-33,.layout-gt-lg-row>.flex-gt-lg-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-66,.layout-row>.flex-gt-lg-66,.layout-gt-lg-row>.flex-gt-lg-66,.layout-gt-lg-row>.flex-gt-lg-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-gt-lg-row>.flex{min-width:0}.layout-column>.flex-gt-lg-33,.layout-column>.flex-gt-lg-33,.layout-gt-lg-column>.flex-gt-lg-33,.layout-gt-lg-column>.flex-gt-lg-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-lg-66,.layout-column>.flex-gt-lg-66,.layout-gt-lg-column>.flex-gt-lg-66,.layout-gt-lg-column>.flex-gt-lg-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-lg,.layout-gt-lg-column,.layout-gt-lg-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-gt-lg-column{-ms-flex-direction:column;flex-direction:column}.layout-gt-lg-row{-ms-flex-direction:row;flex-direction:row}.flex-order-xl--20{-ms-flex-order:-20;order:-20}.flex-order-xl--19{-ms-flex-order:-19;order:-19}.flex-order-xl--18{-ms-flex-order:-18;order:-18}.flex-order-xl--17{-ms-flex-order:-17;order:-17}.flex-order-xl--16{-ms-flex-order:-16;order:-16}.flex-order-xl--15{-ms-flex-order:-15;order:-15}.flex-order-xl--14{-ms-flex-order:-14;order:-14}.flex-order-xl--13{-ms-flex-order:-13;order:-13}.flex-order-xl--12{-ms-flex-order:-12;order:-12}.flex-order-xl--11{-ms-flex-order:-11;order:-11}.flex-order-xl--10{-ms-flex-order:-10;order:-10}.flex-order-xl--9{-ms-flex-order:-9;order:-9}.flex-order-xl--8{-ms-flex-order:-8;order:-8}.flex-order-xl--7{-ms-flex-order:-7;order:-7}.flex-order-xl--6{-ms-flex-order:-6;order:-6}.flex-order-xl--5{-ms-flex-order:-5;order:-5}.flex-order-xl--4{-ms-flex-order:-4;order:-4}.flex-order-xl--3{-ms-flex-order:-3;order:-3}.flex-order-xl--2{-ms-flex-order:-2;order:-2}.flex-order-xl--1{-ms-flex-order:-1;order:-1}.flex-order-xl-0{-ms-flex-order:0;order:0}.flex-order-xl-1{-ms-flex-order:1;order:1}.flex-order-xl-2{-ms-flex-order:2;order:2}.flex-order-xl-3{-ms-flex-order:3;order:3}.flex-order-xl-4{-ms-flex-order:4;order:4}.flex-order-xl-5{-ms-flex-order:5;order:5}.flex-order-xl-6{-ms-flex-order:6;order:6}.flex-order-xl-7{-ms-flex-order:7;order:7}.flex-order-xl-8{-ms-flex-order:8;order:8}.flex-order-xl-9{-ms-flex-order:9;order:9}.flex-order-xl-10{-ms-flex-order:10;order:10}.flex-order-xl-11{-ms-flex-order:11;order:11}.flex-order-xl-12{-ms-flex-order:12;order:12}.flex-order-xl-13{-ms-flex-order:13;order:13}.flex-order-xl-14{-ms-flex-order:14;order:14}.flex-order-xl-15{-ms-flex-order:15;order:15}.flex-order-xl-16{-ms-flex-order:16;order:16}.flex-order-xl-17{-ms-flex-order:17;order:17}.flex-order-xl-18{-ms-flex-order:18;order:18}.flex-order-xl-19{-ms-flex-order:19;order:19}.flex-order-xl-20{-ms-flex-order:20;order:20}.layout-align-xl,.layout-align-xl-start-stretch{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xl-start,.layout-align-xl-start-start,.layout-align-xl-start-center,.layout-align-xl-start-end,.layout-align-xl-start-stretch{-ms-flex-pack:start;justify-content:flex-start}.layout-align-xl-center,.layout-align-xl-center-start,.layout-align-xl-center-center,.layout-align-xl-center-end,.layout-align-xl-center-stretch{-ms-flex-pack:center;justify-content:center}.layout-align-xl-end,.layout-align-xl-end-start,.layout-align-xl-end-center,.layout-align-xl-end-end,.layout-align-xl-end-stretch{-ms-flex-pack:end;justify-content:flex-end}.layout-align-xl-space-around,.layout-align-xl-space-around-center,.layout-align-xl-space-around-start,.layout-align-xl-space-around-end,.layout-align-xl-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xl-space-between,.layout-align-xl-space-between-center,.layout-align-xl-space-between-start,.layout-align-xl-space-between-end,.layout-align-xl-space-between-stretch{-ms-flex-pack:justify;justify-content:space-between}.layout-align-xl-start-start,.layout-align-xl-center-start,.layout-align-xl-end-start,.layout-align-xl-space-between-start,.layout-align-xl-space-around-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xl-start-center,.layout-align-xl-center-center,.layout-align-xl-end-center,.layout-align-xl-space-between-center,.layout-align-xl-space-around-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xl-start-center>*,.layout-align-xl-center-center>*,.layout-align-xl-end-center>*,.layout-align-xl-space-between-center>*,.layout-align-xl-space-around-center>*{max-width:100%;box-sizing:border-box}.layout-align-xl-start-end,.layout-align-xl-center-end,.layout-align-xl-end-end,.layout-align-xl-space-between-end,.layout-align-xl-space-around-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xl-start-stretch,.layout-align-xl-center-stretch,.layout-align-xl-end-stretch,.layout-align-xl-space-between-stretch,.layout-align-xl-space-around-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xl{-ms-flex:1;flex:1;box-sizing:border-box}}@media screen\0  and (min-width: 1920px){.flex-xl{-ms-flex:1 1 0%;flex:1 1 0%}}@media (min-width: 1920px){.flex-xl-grow{-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-xl-initial{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-auto{-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xl-none{-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xl-noshrink{-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xl-nogrow{-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-0,.layout-xl-row>.flex-xl-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:0%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-0,.layout-xl-column>.flex-xl-0{-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;max-height:0%;box-sizing:border-box}.flex-xl-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-5,.layout-xl-row>.flex-xl-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-5,.layout-xl-column>.flex-xl-5{-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xl-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-10,.layout-xl-row>.flex-xl-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-10,.layout-xl-column>.flex-xl-10{-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xl-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-15,.layout-xl-row>.flex-xl-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-15,.layout-xl-column>.flex-xl-15{-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xl-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-20,.layout-xl-row>.flex-xl-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-20,.layout-xl-column>.flex-xl-20{-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xl-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-25,.layout-xl-row>.flex-xl-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-25,.layout-xl-column>.flex-xl-25{-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xl-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-30,.layout-xl-row>.flex-xl-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-30,.layout-xl-column>.flex-xl-30{-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xl-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-35,.layout-xl-row>.flex-xl-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-35,.layout-xl-column>.flex-xl-35{-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xl-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-40,.layout-xl-row>.flex-xl-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-40,.layout-xl-column>.flex-xl-40{-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xl-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-45,.layout-xl-row>.flex-xl-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-45,.layout-xl-column>.flex-xl-45{-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xl-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-50,.layout-xl-row>.flex-xl-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-50,.layout-xl-column>.flex-xl-50{-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xl-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-55,.layout-xl-row>.flex-xl-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-55,.layout-xl-column>.flex-xl-55{-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xl-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-60,.layout-xl-row>.flex-xl-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-60,.layout-xl-column>.flex-xl-60{-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xl-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-65,.layout-xl-row>.flex-xl-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-65,.layout-xl-column>.flex-xl-65{-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xl-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-70,.layout-xl-row>.flex-xl-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-70,.layout-xl-column>.flex-xl-70{-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xl-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-75,.layout-xl-row>.flex-xl-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-75,.layout-xl-column>.flex-xl-75{-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xl-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-80,.layout-xl-row>.flex-xl-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-80,.layout-xl-column>.flex-xl-80{-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xl-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-85,.layout-xl-row>.flex-xl-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-85,.layout-xl-column>.flex-xl-85{-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xl-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-90,.layout-xl-row>.flex-xl-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-90,.layout-xl-column>.flex-xl-90{-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xl-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-95,.layout-xl-row>.flex-xl-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-95,.layout-xl-column>.flex-xl-95{-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-xl-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-100,.layout-xl-row>.flex-xl-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-100,.layout-xl-column>.flex-xl-100{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-33,.layout-row>.flex-xl-33,.layout-xl-row>.flex-xl-33,.layout-xl-row>.flex-xl-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-66,.layout-row>.flex-xl-66,.layout-xl-row>.flex-xl-66,.layout-xl-row>.flex-xl-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-xl-row>.flex{min-width:0}.layout-column>.flex-xl-33,.layout-column>.flex-xl-33,.layout-xl-column>.flex-xl-33,.layout-xl-column>.flex-xl-33{-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xl-66,.layout-column>.flex-xl-66,.layout-xl-column>.flex-xl-66,.layout-xl-column>.flex-xl-66{-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xl,.layout-xl-column,.layout-xl-row{box-sizing:border-box;display:-ms-flexbox;display:flex}.layout-xl-column{-ms-flex-direction:column;flex-direction:column}.layout-xl-row{-ms-flex-direction:row;flex-direction:row}.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show){display:none}.hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}}@media print{.hide-print:not(.show-print):not(.show){display:none !important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:5.5px;margin-bottom:5.5px}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group: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;box-shadow:none}}#app-header{background:linear-gradient(#000, #333);color:#fff;height:70px}.header-brand .brand{width:100%;border-radius:0}.header-brand .brand .logo.logo-icon{display:none}.header-brand .brand .home-icon{font-size:18px;opacity:0.2}.header-nav-container .menu-button{padding:6px 10px;border:0;border-radius:0;background:linear-gradient(#ccc, #999);color:#000;font-size:22px}.header-nav-container .menu-button:hover{background:linear-gradient(#eee, #bbb)}.header-nav-container .menu-button:active,.header-nav-container .menu-button.active{background:#f0f3f4}.header-nav-container .menu-button span{display:none}@media (min-width: 380px){.header-nav-container .menu-button span{display:inline}}@media screen and (max-width: 991px){.header-nav-container .nav-manage,.header-nav-container li.navi.nav-account>ul.nav>li:not(.search){display:none !important}.header-nav-container .header-nav-overlay.menu-open,.header-nav-container .header-nav.menu-open{position:fixed;top:70px;left:0;right:0;bottom:0;overflow-y:auto}.header-nav-container .header-nav-overlay.menu-open .nav-manage,.header-nav-container .header-nav-overlay.menu-open li.navi.nav-account>ul.nav>li:not(.search),.header-nav-container .header-nav.menu-open .nav-manage,.header-nav-container .header-nav.menu-open li.navi.nav-account>ul.nav>li:not(.search){display:block !important}}.header-nav-container .header-nav-overlay.menu-open{background:rgba(255,255,255,0.7)}.header-nav-container .header-nav{margin:0;padding:0;width:100%;max-width:260px;list-style:none}.header-nav-container .header-nav.menu-open{background:#222}.header-nav-container .header-nav>li .menu-header{background:#444;padding:10px 15px}.header-nav-container .nav-collapse-container a{display:none !important}.header-nav-container .search-button{margin:0 0 0 15px;padding:0;border:0;background:none}.header-nav-container .navi ul.nav li.search{display:none;position:relative}.header-nav-container.search-open .navi ul.nav li.search{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#000, #333);color:#fff}.header-nav-container.search-open .navi ul.nav li.search .navbar-form{margin:0;padding:0}.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group input{background:transparent;display:block;-ms-flex:1;flex:1}.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group .input-group-btn{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group .input-group-btn .search-submit{display:none}.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group .input-group-btn>.btn,.header-nav-container.search-open .navi ul.nav li.search .navbar-form .input-group .input-group-btn>button.clickable{height:auto;background:transparent}.header-nav-container.search-open .navi ul.nav li.search .navbar-form,.header-nav-container.search-open .navi ul.nav li.search .navbar-form *{height:100%}.header-nav-container .search-results{position:fixed;top:70px;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:scroll;font-size:16px;color:#333}.header-nav-container .search-results .list-group{margin-bottom:0}.header-nav-container .search-results .list-group-item{padding:5px 7px 5px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.header-nav-container .search-results .list-group-item.loading-results,.header-nav-container .search-results .list-group-item.no-results{padding-top:10px;padding-bottom:10px}.header-nav-container .search-results .list-group-item .result-type{-ms-flex:0 0 24px;flex:0 0 24px;padding:8px 0}.header-nav-container .search-results .list-group-item .result-text{-ms-flex:1;flex:1}.header-nav-container .search-results .dupe-identifier{word-break:break-word;max-height:17px;overflow:hidden}.header-nav-container .search-results small{display:block;font-size:12px}.header-nav-container .search-results mark{padding:0 2px;border-radius:3px;background-color:#f9f4da}.header-nav-container .loading-results{text-align:center}.header-nav-container .notifications-link{position:relative}.header-nav-container .notifications-link>i{position:relative;z-index:20}.header-nav-container .notifications-link .badge.up{margin-left:0;position:absolute;z-index:50;top:0;right:4px}.header-nav-container .nav-account>.nav>li>a{padding:5px 12px}.header-nav-container .nav-account>.nav>li>a>i{font-size:20px}.header-nav-container .nav-account>.nav>li.notifications-icon>a{margin-top:2px}.header-nav-container .nav-account>.nav>li.account-icon>a{margin-top:-3px}.header-nav-container .nav-account .dropdown .account-dropdown-toggle{display:none}.header-nav-container .nav-account .dropdown .account-dropdown-menu{margin:0;padding:0}@media (min-width: 992px){.header-nav-container .nav-account .dropdown .account-dropdown-menu{animation-duration:600ms !important}}@media (min-width: 768px){.header-nav-container .nav-manage{display:none}.header-nav-container.search-open .navbar-form{width:100%}.header-nav-container.search-open .navbar-form .form-group{display:block}.header-brand .brand .logo.logo-visible{display:block}.header-brand .brand .logo:not(.logo-visible){display:none}}@media (min-width: 992px){#app-header{height:auto}.header-nav-container{padding:0;-ms-flex-direction:column;flex-direction:column}.header-nav-container .menu-button{display:none}.header-nav-container .header-nav-overlay,.header-nav-container .header-nav{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%}.header-nav-container .header-nav-overlay{-ms-flex-direction:column;flex-direction:column;cursor:default !important}.header-nav-container .header-nav{-ms-flex-direction:row;flex-direction:row}.header-nav-container .navi ul.nav{margin-top:auto}.header-nav-container .nav-manage{display:none !important}.header-nav-container .nav-account,.header-nav-container .nav-account .search{display:block !important}.header-nav-container .navi ul.nav li.search{position:relative;top:initial;right:initial;left:initial;bottom:initial}.header-nav-container .navi ul.nav li.search .search-results{position:absolute;top:auto;bottom:auto;margin-top:-10px;max-height:300px;border:1px solid #ddd}.header-nav-container .navi ul.nav li.search .search-results.no-border{border:0 !important}.header-nav-container .navi ul.nav li.search .search-results>.list-group>.list-group-item{margin-bottom:0;border-radius:0;border-width:0}.header-nav-container .navi ul.nav li.search .search-results>.list-group>.list-group-item:not(:last-child){border-bottom-width:1px}.header-nav-container .navi ul.nav li.search .search-submit{display:block !important}.header-nav-container .navi ul.nav li.search .search-cancel{display:none !important}.header-nav-container .search-button{display:none !important}.header-nav-container .nav-account .account-dropdown-toggle{display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.header-nav-container .header-nav .nav-dashboards{-ms-flex:1 1 auto;flex:1 1 auto;margin-top:auto;margin-bottom:0}.header-nav-container .header-nav .navbar-form{padding:10px 15px;margin:0 -15px}.header-nav-container .header-nav .navbar-form .navbar-form,.header-nav-container .header-nav .navbar-form .navbar-form *{height:auto !important}.header-nav-container .header-nav .navbar-form .input-group{background:rgba(255,255,255,0.1);color:#fff;border:1px solid #fff}.header-nav-container .header-nav .navbar-form .input-group i{color:#fff}.header-nav-container .header-nav .navbar-form .input-group input,.header-nav-container .header-nav .navbar-form .input-group button{color:#fff;background:none}.header-nav-container .header-nav .navbar-form.is-focused .input-group{background:#000}.header-nav-container .header-nav .search{margin-left:15px;margin-right:15px;background:transparent !important;position:relative !important}.header-nav-container .header-nav .nav-account{margin-top:auto;margin-bottom:auto;-ms-flex-order:0;order:0}.header-nav-container .header-nav .nav-account>.nav{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:center;align-items:center}.header-nav-container .header-nav .nav-account>.nav li a>i{opacity:1;margin-right:0}.header-nav-container .header-nav .nav-account>.nav .account-dropdown-menu a i{display:none}}@media (min-width: 992px){.header-nav-container .nav-account .dropdown .account-dropdown-toggle:focus{outline:0}.header-nav-container .nav-account .dropdown .account-dropdown-menu{position:absolute;top:100%;left:0;z-index:1060;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:18px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.header-nav-container .nav-account .dropdown .account-dropdown-menu.pull-right{right:0;left:auto}.header-nav-container .nav-account .dropdown .account-dropdown-menu .divider{height:1px;margin:11.5px 0;overflow:hidden;background-color:#e5e5e5}.header-nav-container .nav-account .dropdown .account-dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.header-nav-container .nav-account .dropdown .account-dropdown-menu>li>a:hover,.header-nav-container .nav-account .dropdown .account-dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.header-nav-container .nav-account .dropdown .account-dropdown-menu>.active>a,.header-nav-container .nav-account .dropdown .account-dropdown-menu>.active>a:hover,.header-nav-container .nav-account .dropdown .account-dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.header-nav-container .nav-account .dropdown .account-dropdown-menu>.disabled>a,.header-nav-container .nav-account .dropdown .account-dropdown-menu>.disabled>a:hover,.header-nav-container .nav-account .dropdown .account-dropdown-menu>.disabled>a:focus{color:#777}.header-nav-container .nav-account .dropdown .account-dropdown-menu>.disabled>a:hover,.header-nav-container .nav-account .dropdown .account-dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.header-nav-container .nav-account .dropdown.open>.account-dropdown-menu{display:block}.header-nav-container .nav-account .dropdown.open>a{outline:0}.header-nav-container .nav-account .dropdown .account-dropdown-menu-right{left:auto;right:0}.header-nav-container .nav-account .dropdown .account-dropdown-menu-left{left:0;right:auto}.header-nav-container .nav-account .dropdown .account-dropdown-header{display:block;padding:3px 20px;font-size:17px;line-height:1.42857143;color:#777;white-space:nowrap}.header-nav-container .nav-account .dropdown .account-dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1050}.header-nav-container .nav-account .dropdown .pull-right>.account-dropdown-menu{right:0;left:auto}}@media (min-width: 1200px){.header-nav-container .header-nav .pillars-nav>li.pillar>a{font-size:22px}}#app-nav{background:#222;color:#fff;overflow:auto;overflow-x:hidden !important}@media (min-height: 700px){.app-aside{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.app-aside .aside-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column !important;flex-direction:column !important;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}.app-aside .aside-wrap .navi-wrap{-ms-flex:1;flex:1}}body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container span{float:left}body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container a{display:inline-block;float:right;width:30px;height:30px;padding:4px 8px;position:relative;top:-4px;right:-9px;border-radius:999em}body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container a i{margin-right:0}body:not(.sidebar-folded) .app-aside .navi ul.nav li.nav-collapse-container a svg{width:14px;height:22px;position:relative;top:0;left:-2px}.app-aside li.nav-collapse-container a svg{transition:all 200ms linear}.app-aside .nav>li.has-new-button.active,.app-aside .nav>li.active>a,.app-aside .nav>li>a:focus{background-color:#000 !important}.app-aside .nav>li.has-new-button:hover,.app-aside .nav>li>a:hover{background-color:#111}.navi ul.nav{margin-top:15px}.navi ul.nav li,.navi ul.nav li>.nav-item{display:block;position:relative}.navi ul.nav li li ul,.navi ul.nav li>.nav-item li ul{display:none}.navi ul.nav li li.active>ul,.navi ul.nav li>.nav-item li.active>ul{display:block}.navi ul.nav li.menu-header>span,.navi ul.nav li>.nav-item.menu-header>span{font-size:21px}.navi ul.nav li>a,.navi ul.nav li>.nav-item>a{font-size:17px;font-weight:normal;text-transform:none;display:block;padding:5px 15px;position:relative;transition:background-color 0.2s ease-in-out 0s}.navi ul.nav li>a.disabled,.navi ul.nav li>.nav-item>a.disabled{opacity:0.2}.navi ul.nav li>a .badge,.navi ul.nav li>a .label,.navi ul.nav li>.nav-item>a .badge,.navi ul.nav li>.nav-item>a .label{font-size:11px;padding:2px 5px;margin-top:2px}.navi ul.nav li>a>i,.navi ul.nav li>.nav-item>a>i{width:24px;margin-right:10px;position:relative;top:0;text-align:center;font-size:26px;opacity:0.5}.navi ul.nav li>a>i.workplans-icon,.navi ul.nav li>.nav-item>a>i.workplans-icon{font-size:24px}.navi ul.nav li>a>i:before,.navi ul.nav li>.nav-item>a>i:before{position:relative;z-index:2}.navi ul.nav li>a>span>i,.navi ul.nav li>.nav-item>a>span>i{margin-right:8px}.navi ul.nav li.has-new-button,.navi ul.nav li>.nav-item.has-new-button{display:-ms-flexbox;display:flex;transition:background-color 0.2s ease-in-out 0s}.navi ul.nav li.has-new-button>a:not(.new-button),.navi ul.nav li>.nav-item.has-new-button>a:not(.new-button){-ms-flex:1;flex:1}.navi ul.nav li.has-new-button>a.new-button,.navi ul.nav li>.nav-item.has-new-button>a.new-button{display:inline-block;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:10px;padding-right:10px}.navi ul.nav li.has-new-button>a.new-button:hover,.navi ul.nav li>.nav-item.has-new-button>a.new-button:hover{background:#000}.navi ul.nav li.has-new-button>a.new-button>i,.navi ul.nav li>.nav-item.has-new-button>a.new-button>i{margin-right:0;font-size:16px;width:auto;padding:4px}.navi ul.nav li.has-child .sub-nav,.navi ul.nav li>.nav-item.has-child .sub-nav{overflow:hidden;margin:0 0 0 50px;list-style:none}.navi ul.nav li.has-child .sub-nav li,.navi ul.nav li>.nav-item.has-child .sub-nav li{position:relative;font-size:16px}.navi ul.nav li.has-child .sub-nav li a,.navi ul.nav li>.nav-item.has-child .sub-nav li a{padding:5px 15px}.navi ul.nav li.has-child .sub-nav li:hover a,.navi ul.nav li.has-child .sub-nav li.active a,.navi ul.nav li>.nav-item.has-child .sub-nav li:hover a,.navi ul.nav li>.nav-item.has-child .sub-nav li.active a{background:none}.navi ul.nav li.has-child .sub-nav li:hover a span,.navi ul.nav li.has-child .sub-nav li.active a span,.navi ul.nav li>.nav-item.has-child .sub-nav li:hover a span,.navi ul.nav li>.nav-item.has-child .sub-nav li.active a span{text-decoration:underline}.navi ul.nav .has-child{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.navi ul.nav .has-child .nav-item{display:-ms-flexbox;display:flex}.navi ul.nav .nav-sub{margin-top:0;margin-bottom:5px;font-size:16px}.navi ul.nav .nav-sub>li>a{padding:5px 15px 5px 49px}.navi ul.nav .nav-sub>li>a>i{margin-right:3px;width:20px;top:0;font-size:16px}.navi ul.nav .nav-sub-header{display:none !important}.navi ul.nav .nav-sub-header a{padding:12px 20px}.logo-icon-color .qc-logo-icon *{fill:#005596}.logo-icon-color-lighter .qc-logo-icon *{fill:#076ba8}.logo-icon-white .qc-logo-icon *{fill:#fff}.logo-icon-black .qc-logo-icon *{fill:#000}.logo-text-color .qc-logo-text *{fill:#005596}.logo-text-color-lighter .qc-logo-text *{fill:#076ba8}.logo-text-white .qc-logo-text *{fill:#fff}.logo-text-black .qc-logo-text *{fill:#000}.logo-tag-color .qc-logo-tag *{fill:#005596}.logo-tag-color-lighter .qc-logo-tag *{fill:#076ba8}.logo-tag-white .qc-logo-tag *{fill:#fff}.logo-tag-black .qc-logo-tag *{fill:#000}.qc-logo{width:100%;height:auto}#me-logo{max-width:300px;padding-top:10px;padding-left:5px;height:60px}#me-logo span{display:block}#me-logo svg{height:50px;max-width:100%}.arrow{border-width:9px;z-index:10}.arrow,.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.arrow:after{border-width:8px;content:""}.arrow.top{left:50%;margin-left:-9px;border-top-width:0;border-bottom-color:rgba(0,0,0,0.1);top:-9px}.arrow.top:after{top:1px;margin-left:-8px;border-top-width:0;border-bottom-color:#fff}.arrow.top.arrow-primary:after{border-bottom-color:#337ab7}.arrow.top.arrow-info:after{border-bottom-color:#c7dff1}.arrow.top.arrow-success:after{border-bottom-color:#5cb85c}.arrow.top.arrow-danger:after{border-bottom-color:#d9534f}.arrow.top.arrow-warning:after{border-bottom-color:#f0ad4e}.arrow.top.arrow-light:after{border-bottom-color:#edf1f2}.arrow.top.arrow-dark:after{border-bottom-color:#3a3f51}.arrow.top.arrow-black:after{border-bottom-color:#1c2b36}.arrow.right{top:50%;right:-9px;margin-top:-9px;border-right-width:0;border-left-color:rgba(0,0,0,0.1)}.arrow.right:after{right:1px;bottom:-8px;border-right-width:0;border-left-color:#fff}.arrow.right.arrow-primary:after{border-left-color:#337ab7}.arrow.right.arrow-info:after{border-left-color:#c7dff1}.arrow.right.arrow-success:after{border-left-color:#5cb85c}.arrow.right.arrow-danger:after{border-left-color:#d9534f}.arrow.right.arrow-warning:after{border-left-color:#f0ad4e}.arrow.right.arrow-light:after{border-left-color:#edf1f2}.arrow.right.arrow-dark:after{border-left-color:#3a3f51}.arrow.right.arrow-black:after{border-left-color:#1c2b36}.arrow.bottom{left:50%;bottom:-9px;margin-left:-9px;border-bottom-width:0;border-top-color:rgba(0,0,0,0.1)}.arrow.bottom:after{bottom:1px;margin-left:-8px;border-bottom-width:0;border-top-color:#fff}.arrow.bottom.arrow-primary:after{border-top-color:#337ab7}.arrow.bottom.arrow-info:after{border-top-color:#c7dff1}.arrow.bottom.arrow-success:after{border-top-color:#5cb85c}.arrow.bottom.arrow-danger:after{border-top-color:#d9534f}.arrow.bottom.arrow-warning:after{border-top-color:#f0ad4e}.arrow.bottom.arrow-light:after{border-top-color:#edf1f2}.arrow.bottom.arrow-dark:after{border-top-color:#3a3f51}.arrow.bottom.arrow-black:after{border-top-color:#1c2b36}.arrow.left{top:50%;left:-9px;margin-top:-9px;border-left-width:0;border-right-color:rgba(0,0,0,0.1)}.arrow.left:after{left:1px;bottom:-8px;border-left-width:0;border-right-color:#fff}.arrow.left.arrow-primary:after{border-right-color:#337ab7}.arrow.left.arrow-info:after{border-right-color:#c7dff1}.arrow.left.arrow-success:after{border-right-color:#5cb85c}.arrow.left.arrow-danger:after{border-right-color:#d9534f}.arrow.left.arrow-warning:after{border-right-color:#f0ad4e}.arrow.left.arrow-light:after{border-right-color:#edf1f2}.arrow.left.arrow-dark:after{border-right-color:#3a3f51}.arrow.left.arrow-black:after{border-right-color:#1c2b36}.arrow.pull-left{left:19px}.arrow.pull-right{left:auto;right:19px}.arrow.pull-up{top:19px}.arrow.pull-down{top:auto;bottom:19px}.btn,button.clickable{font-weight:500;border-radius:0;outline:0 !important}.btn-link,button.clickable{color:#58666e}.btn-link.active,button.active.clickable{webkit-box-shadow:none;box-shadow:none}.btn-default{color:#58666e;background-color:#fcfdfd;border-color:#dee5e7;background-color:#fff;border-bottom-color:#d8e1e3;box-shadow:0 1px 1px rgba(90,90,90,0.1)}.btn-default:focus,.btn-default.focus{color:#58666e;background-color:#dee5e7;border-color:#94acb2}.btn-default:hover{color:#58666e;background-color:#dee5e7;border-color:#bbcace}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#58666e;background-color:#dee5e7;border-color:#bbcace}.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:#58666e;background-color:#c9d5d8;border-color:#94acb2}.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:#fcfdfd;border-color:#dee5e7}.btn-default .badge{color:#fcfdfd;background-color:#58666e}.btn-default.btn-bg{border-color:rgba(0,0,0,0.1);background-clip:padding-box}.btn-default:focus,.btn-default.focus{color:#536168;background-color:#d7eeff;border-color:#066299}.btn-default:focus>.fa,.btn-default:focus>[class^="icon-"],.btn-default:focus>[class*=" icon-"],.btn-default.focus>.fa,.btn-default.focus>[class^="icon-"],.btn-default.focus>[class*=" icon-"]{color:#066299}.btn-default:hover{color:#58666e;background-color:#e1f2ff;border-color:#076ba8}.btn-default:hover>.fa,.btn-default:hover>[class^="icon-"],.btn-default:hover>[class*=" icon-"]{color:#076ba8}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#536168;background-color:#d7eeff;border-color:#066299}.btn-default:active>.fa,.btn-default:active>[class^="icon-"],.btn-default:active>[class*=" icon-"],.btn-default.active>.fa,.btn-default.active>[class^="icon-"],.btn-default.active>[class*=" icon-"],.open>.btn-default.dropdown-toggle>.fa,.open>.btn-default.dropdown-toggle>[class^="icon-"],.open>.btn-default.dropdown-toggle>[class*=" icon-"]{color:#066299}.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:#536168;background-color:#d7eeff;border-color:#066299}.btn-delete-container{padding-left:0 !important;text-align:right}.btn-delete{background:none !important;color:#076ba8}.btn-delete:hover{color:#005596}.btn-dark{color:#fff;background-color:#3a3f51;border-color:#3a3f51}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#252833;border-color:#050507}.btn-dark:hover{color:#fff;background-color:#252833;border-color:#20232d}.btn-dark:active,.btn-dark.active,.open>.btn-dark.dropdown-toggle{color:#fff;background-color:#252833;border-color:#20232d}.btn-dark:active:hover,.btn-dark:active:focus,.btn-dark:active.focus,.btn-dark.active:hover,.btn-dark.active:focus,.btn-dark.active.focus,.open>.btn-dark.dropdown-toggle:hover,.open>.btn-dark.dropdown-toggle:focus,.open>.btn-dark.dropdown-toggle.focus{color:#fff;background-color:#16181e;border-color:#050507}.btn-dark:active,.btn-dark.active,.open>.btn-dark.dropdown-toggle{background-image:none}.btn-dark.disabled:hover,.btn-dark.disabled:focus,.btn-dark.disabled.focus,.btn-dark[disabled]:hover,.btn-dark[disabled]:focus,.btn-dark[disabled].focus,fieldset[disabled] .btn-dark:hover,fieldset[disabled] .btn-dark:focus,fieldset[disabled] .btn-dark.focus{background-color:#3a3f51;border-color:#3a3f51}.btn-dark .badge{color:#3a3f51;background-color:#fff}.btn-light{color:#3a3f51;background-color:#edf1f2;border-color:#d5dfe1}.btn-light:focus,.btn-light.focus{color:#3a3f51;background-color:#cfdadd;border-color:#8ba5ab}.btn-light:hover{color:#3a3f51;background-color:#cfdadd;border-color:#b2c3c7}.btn-light:active,.btn-light.active,.open>.btn-light.dropdown-toggle{color:#3a3f51;background-color:#cfdadd;border-color:#b2c3c7}.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:#3a3f51;background-color:#bbcace;border-color:#8ba5ab}.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:#edf1f2;border-color:#d5dfe1}.btn-light .badge{color:#edf1f2;background-color:#3a3f51}.btn-black{color:#fff;background-color:#1c2b36;border-color:#1c2b36}.btn-black:focus,.btn-black.focus{color:#fff;background-color:#0b1014;border-color:#000}.btn-black:hover{color:#fff;background-color:#0b1014;border-color:#070b0e}.btn-black:active,.btn-black.active,.open>.btn-black.dropdown-toggle{color:#fff;background-color:#0b1014;border-color:#070b0e}.btn-black:active:hover,.btn-black:active:focus,.btn-black:active.focus,.btn-black.active:hover,.btn-black.active:focus,.btn-black.active.focus,.open>.btn-black.dropdown-toggle:hover,.open>.btn-black.dropdown-toggle:focus,.open>.btn-black.dropdown-toggle.focus{color:#fff;background-color:#000;border-color:#000}.btn-black:active,.btn-black.active,.open>.btn-black.dropdown-toggle{background-image:none}.btn-black.disabled:hover,.btn-black.disabled:focus,.btn-black.disabled.focus,.btn-black[disabled]:hover,.btn-black[disabled]:focus,.btn-black[disabled].focus,fieldset[disabled] .btn-black:hover,fieldset[disabled] .btn-black:focus,fieldset[disabled] .btn-black.focus{background-color:#1c2b36;border-color:#1c2b36}.btn-black .badge{color:#1c2b36;background-color:#fff}.btn-logo{color:#fff;background-color:#005596;border-color:#005596}.btn-logo:focus,.btn-logo.focus{color:#fff;background-color:#003863;border-color:#000d17}.btn-logo:hover{color:#fff;background-color:#003863;border-color:#003259}.btn-logo:active,.btn-logo.active,.open>.btn-logo.dropdown-toggle{color:#fff;background-color:#003863;border-color:#003259}.btn-logo:active:hover,.btn-logo:active:focus,.btn-logo:active.focus,.btn-logo.active:hover,.btn-logo.active:focus,.btn-logo.active.focus,.open>.btn-logo.dropdown-toggle:hover,.open>.btn-logo.dropdown-toggle:focus,.open>.btn-logo.dropdown-toggle.focus{color:#fff;background-color:#00243f;border-color:#000d17}.btn-logo:active,.btn-logo.active,.open>.btn-logo.dropdown-toggle{background-image:none}.btn-logo.disabled:hover,.btn-logo.disabled:focus,.btn-logo.disabled.focus,.btn-logo[disabled]:hover,.btn-logo[disabled]:focus,.btn-logo[disabled].focus,fieldset[disabled] .btn-logo:hover,fieldset[disabled] .btn-logo:focus,fieldset[disabled] .btn-logo.focus{background-color:#005596;border-color:#005596}.btn-logo .badge{color:#005596;background-color:#fff}.btn-icon{padding:0 !important;text-align:center;width:34px;height:34px}.btn-icon i{top:-1px;position:relative;line-height:34px}.btn-icon.btn-sm,.btn-group-sm>.btn-icon.btn,.btn-group-sm>button.btn-icon.clickable,.report-selector .btn-group-sm>button.btn-icon.list-group-item,.qc-ui-select-sm .btn-icon.btn,.qc-ui-select-sm button.btn-icon.clickable{width:30px;height:30px}.btn-icon.btn-sm i,.btn-group-sm>.btn-icon.btn i,.btn-group-sm>button.btn-icon.clickable i,.report-selector .btn-group-sm>button.btn-icon.list-group-item i,.qc-ui-select-sm .btn-icon.btn i,.qc-ui-select-sm button.btn-icon.clickable i{line-height:30px}.btn-icon.btn-lg,.btn-group-lg>.btn-icon.btn,.btn-group-lg>button.btn-icon.clickable{width:45px;height:45px}.btn-icon.btn-lg i,.btn-group-lg>.btn-icon.btn i,.btn-group-lg>button.btn-icon.clickable i{line-height:45px}.btn-rounded{border-radius:50px;padding-left:15px;padding-right:15px}.btn-rounded.btn-lg,.btn-group-lg>.btn-rounded.btn,.btn-group-lg>button.btn-rounded.clickable,.report-selector .btn-group-lg>button.btn-rounded.list-group-item{padding-left:25px;padding-right:25px}.btn>i.pull-left,button.clickable>i.pull-left,.btn>i.pull-right,button.clickable>i.pull-right{line-height:1.42857143}.btn-block{padding-left:12px;padding-right:12px}.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>button.clickable:first-child:not(:last-child),.report-selector .btn-group-vertical>button.list-group-item:first-child:not(:last-child){border-top-right-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>button.clickable:last-child:not(:first-child){border-bottom-left-radius:0}.btn-addon i{margin:-7px -12px;margin-right:12px;background-color:rgba(0,0,0,0.1);width:34px;height:34px;line-height:34px;text-align:center;float:left;position:relative;border-radius:0 0 0 0}.btn-addon i.pull-right{margin-right:-12px;margin-left:12px;border-radius:0 0 0 0}.btn-addon.btn-sm i,.btn-group-sm>.btn-addon.btn i,.btn-group-sm>button.btn-addon.clickable i,.report-selector .btn-group-sm>button.btn-addon.list-group-item i,.qc-ui-select-sm .btn-addon.btn i,.qc-ui-select-sm button.btn-addon.clickable i{margin:-6px -10px;margin-right:10px;width:30px;height:30px;line-height:30px}.btn-addon.btn-sm i.pull-right,.btn-group-sm>.btn-addon.btn i.pull-right,.btn-group-sm>button.btn-addon.clickable i.pull-right,.report-selector .btn-group-sm>button.btn-addon.list-group-item i.pull-right,.qc-ui-select-sm .btn-addon.btn i.pull-right,.qc-ui-select-sm button.btn-addon.clickable i.pull-right{margin-right:-10px;margin-left:10px}.btn-addon.btn-lg i,.btn-group-lg>.btn-addon.btn i,.btn-group-lg>button.btn-addon.clickable i{margin:-11px -16px;margin-right:16px;width:45px;height:45px;line-height:45px}.btn-addon.btn-lg i.pull-right,.btn-group-lg>.btn-addon.btn i.pull-right,.btn-group-lg>button.btn-addon.clickable i.pull-right{margin-right:-16px;margin-left:16px}.btn-addon.btn-default i{background-color:transparent;border-right:1px solid #dee5e7}.btn-groups .btn,.btn-groups button.clickable{margin-bottom:5px}.btn-group{display:-ms-flexbox;display:flex}.btn-group-justified{display:-ms-flexbox;display:flex}.btn-group-justified>.btn,.btn-group-justified>button.clickable{-ms-flex:1;flex:1;width:auto;display:block}.edit-btn{padding:0;width:18px;text-align:center;line-height:0;position:relative;left:6px;border:0;background:none !important;box-shadow:none !important}.edit-btn>i{-ms-transform:rotate(90deg);transform:rotate(90deg)}.dropdown .edit-btn+.dropdown-menu{top:18px !important}.btn-sm>.icon-find-replace,.btn-group-sm>.btn>.icon-find-replace,.btn-group-sm>button.clickable>.icon-find-replace,.qc-ui-select-sm .btn>.icon-find-replace,.qc-ui-select-sm button.clickable>.icon-find-replace,.icon-file-check{position:relative;top:2px}.widget-container>.widget-include{height:100%}.widget-container .panel{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch}.widget-container .panel>.panel-heading{-ms-flex-order:0;order:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}.widget-container .panel>.panel-heading+*{-ms-flex-order:0;order:0;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto}.widget-container .panel>.panel-heading a[qc-id]{border-color:#aaa}.widget-container .panel>.panel-heading a[qc-id]:hover{border-color:#58666e}.widget-container .table-responsive{overflow-y:auto}.widget-loading-container{position:relative}.widget-loader{text-align:center;color:#005596}.widget-configure-modal .tab-content{padding-top:15px}.dashboard-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px}.dashboard-grid .widget-include{margin:8px;-ms-flex:1 0 auto;flex:1 0 auto}.widget-me-actions .widget-stat{padding:15px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.widget-me-actions .widget-stat .stat-change{-ms-flex:0 0 24px;flex:0 0 24px;position:relative}.widget-me-actions .widget-stat .stat-change .change-indicator:after{content:'';position:absolute;top:calc(50% - 0px);left:0;background:#58666e;height:3px;width:16px}.widget-me-actions .widget-stat .stat-change .change-indicator.up:after,.widget-me-actions .widget-stat .stat-change .change-indicator.down:after{height:0;width:0;border-width:8px;border-style:solid;background:transparent}.widget-me-actions .widget-stat .stat-change .change-indicator.up:after{border-color:transparent transparent green transparent}.widget-me-actions .widget-stat .stat-change .change-indicator.down:after{border-color:red transparent transparent transparent}.widget-me-actions .widget-stat .display-stat{-ms-flex:1 1 auto;flex:1 1 auto;position:relative;line-height:1.1}.widget-me-actions .widget-stat .stat-num{display:block;font-size:18px;font-weight:600}.widget-me-actions .widget-stat .stat-title{display:block;font-size:16px;color:#777}.widget-me-actions .widget-stat .stat-total{text-align:right}.widget-me-actions .widget-stat.widget-stat-header{padding:15px 15px 4px;border-bottom:1px solid #eee}.widget-me-actions .widget-stat.widget-stat-header .display-stat{padding-left:0}.widget-me-actions .widget-stat.widget-stat-header .stat-head-name,.widget-me-actions .widget-stat.widget-stat-header .stat-head-total{font-size:16px;font-weight:600}.widget-me-actions .widget-stat.widget-stat-header .stat-head-name{-ms-flex:1 1 auto;flex:1 1 auto}.widget-me-actions .widget-stat.widget-stat-header .stat-head-total{text-align:right}.widget-registrations-by-state .categories,.widget-campaigns-by-state .categories{fill:none;stroke:#fff;stroke-linejoin:round}.widget-registrations-by-state .categories-choropleth,.widget-campaigns-by-state .categories-choropleth{fill:#ccc}.widget-registrations-by-state #tooltip-container,.widget-registrations-by-state #tooltip-container-mxp,.widget-campaigns-by-state #tooltip-container,.widget-campaigns-by-state #tooltip-container-mxp{position:absolute;background-color:white;color:black;padding:10px;border:1px solid;display:none;z-index:99}.widget-registrations-by-state #tooltip-container .tooltip_key,.widget-registrations-by-state #tooltip-container-mxp .tooltip_key,.widget-campaigns-by-state #tooltip-container .tooltip_key,.widget-campaigns-by-state #tooltip-container-mxp .tooltip_key{font-weight:bold;white-space:nowrap}.widget-registrations-by-state #tooltip-container .tooltip_value,.widget-registrations-by-state #tooltip-container-mxp .tooltip_value,.widget-campaigns-by-state #tooltip-container .tooltip_value,.widget-campaigns-by-state #tooltip-container-mxp .tooltip_value{margin-left:20px}.widget-registrations-by-state #canvas-svg,.widget-registrations-by-state #canvas-svg-mxp,.widget-campaigns-by-state #canvas-svg,.widget-campaigns-by-state #canvas-svg-mxp{border:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.widget-registrations-by-state .x-axis,.widget-campaigns-by-state .x-axis{fill:#000}.widget-registrations-by-state .x.axis text,.widget-registrations-by-state .x.axis .domain,.widget-campaigns-by-state .x.axis text,.widget-campaigns-by-state .x.axis .domain{display:none}.widget-registrations-by-state .chart,.widget-campaigns-by-state .chart{background:#fff;margin:5px}.widget-registrations-by-state .chart .category-bar,.widget-campaigns-by-state .chart .category-bar{stroke:white;fill:#005596}.widget-registrations-by-state .chart .score,.widget-campaigns-by-state .chart .score{fill:black}.widget-registrations-by-state .chart text.name,.widget-campaigns-by-state .chart text.name{fill:#000}.widget-registrations-by-state .chart line,.widget-campaigns-by-state .chart line{stroke:#c1c1c1}.widget-registrations-by-state .chart .rule,.widget-campaigns-by-state .chart .rule{fill:#000}.widget-registrations-by-state .main-category-text,.widget-campaigns-by-state .main-category-text{fill:#FF4A4A}.widget-registrations-by-state .main-category-bar,.widget-campaigns-by-state .main-category-bar{stroke:#FF4A4A;stroke-width:2px}.widget-registrations-by-state #units-registered #highcharts-2,.widget-campaigns-by-state #units-registered #highcharts-2{width:100%;margin:0}.widget-registrations-by-state #units-registered #highcharts-2>svg,.widget-campaigns-by-state #units-registered #highcharts-2>svg{width:100%}.widget-registrations-over-time,.widget-leads-over-time,.widget-lead-sources-over-time,.widget-mxp-custom-vs-template-response-rates{min-width:800px}.responsive{width:100%;border-collapse:collapse}@media only screen and (max-width: 767px){.responsive>thead,.responsive>thead>tr>th,.responsive>tbody,.responsive>tbody>tr{display:block}.responsive>thead>tr,.responsive th:not([scope=row]){position:absolute;top:-9999px;left:-9999px}.responsive td.responsive-omit-cell{position:absolute;top:-9999px;left:-9999px;min-height:0 !important;height:0 !important;margin:0 !important;padding:0 !important}.responsive>tbody>tr>td:nth-child(odd),.responsive>tbody>tr>td:nth-child(even),.responsive>tr>td:nth-child(odd),.responsive>tr>td:nth-child(even){position:relative;padding-left:calc(25% + 12px) !important;padding-right:8px;white-space:normal;display:block;box-sizing:content-box;min-height:1em;width:auto !important}.responsive>tbody>tr>td:nth-child(odd):not(.btn-delete-container),.responsive>tbody>tr>td:nth-child(even):not(.btn-delete-container),.responsive>tr>td:nth-child(odd):not(.btn-delete-container),.responsive>tr>td:nth-child(even):not(.btn-delete-container){text-align:left !important}.responsive>tbody>tr>td:nth-child(odd):before,.responsive>tbody>tr>td:nth-child(even):before,.responsive>tr>td:nth-child(odd):before,.responsive>tr>td:nth-child(even):before{position:absolute;left:8px;width:25%;padding-right:10px;-ms-word-wrap:break-word;word-wrap:break-word;text-align:left;font-size:16px;font-weight:600;content:attr(title)}.responsive>tbody>tr>td:nth-child(odd).responsive-omit-title,.responsive>tbody>tr>td:nth-child(even).responsive-omit-title,.responsive>tr>td:nth-child(odd).responsive-omit-title,.responsive>tr>td:nth-child(even).responsive-omit-title{padding-left:8px !important}.responsive>tbody>tr>td:nth-child(odd).responsive-omit-title:before,.responsive>tbody>tr>td:nth-child(even).responsive-omit-title:before,.responsive>tr>td:nth-child(odd).responsive-omit-title:before,.responsive>tr>td:nth-child(even).responsive-omit-title:before{display:none}.responsive>tbody>tr>td:nth-child(odd).responsive-omit-if-empty:empty,.responsive>tbody>tr>td:nth-child(even).responsive-omit-if-empty:empty,.responsive>tr>td:nth-child(odd).responsive-omit-if-empty:empty,.responsive>tr>td:nth-child(even).responsive-omit-if-empty:empty{display:none}.responsive .title-row{padding-right:8px}.responsive .title-row .title{display:table-cell;width:100%;vertical-align:top}.responsive .title-row .info-button{display:table-cell;width:1px;vertical-align:top}.responsive .responsive-bold{font-weight:bold}}.i-switch{cursor:pointer;position:relative;display:inline-block;width:35px;height:20px;border-radius:30px;background-color:#5cb85c;margin:0}.i-switch input{position:absolute;opacity:0;filter:alpha(opacity=0)}.i-switch input:checked+i:before{top:50%;bottom:50%;left:50%;right:5px;border-width:0;border-radius:5px}.i-switch input:checked+i:after{margin-left:16px}.i-switch i:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;background-color:#fff;border:1px solid #f0f0f0;border-radius:30px;transition:all 0.2s}.i-switch i:after{content:"";position:absolute;background-color:#fff;width:18px;top:1px;bottom:1px;border-radius:50%;box-shadow:1px 1px 3px rgba(0,0,0,0.25);transition:margin-left 0.3s}.i-switch.off-bg-red i:before{background-color:#d9534f}.i-checks{margin:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;position:relative}.i-checks:not(.readonly){cursor:pointer}.i-checks.disabled{cursor:not-allowed}.i-checks.disabled input+i,.i-checks.disabled i.check{border-color:#575858 !important}.i-checks.disabled input:checked+i,.i-checks.disabled i.check.checked{background:#575858 !important}.i-checks input{opacity:0;position:absolute}.i-checks input+i,.i-checks i.check{display:inline-block;position:absolute;top:3px;width:20px;height:20px;border-radius:0;border:2px solid #076ba8;background:transparent;color:#fff;transition:240ms}.i-checks input+i:after,.i-checks i.check:after{box-sizing:border-box;content:'';position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.i-checks input:focus+i{box-shadow:0 0 5px #076ba8}.i-checks input:checked+i,.i-checks i.check.checked{background:#076ba8}.i-checks input:checked+i:after,.i-checks i.check.checked:after{box-sizing:border-box;-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:5px;top:0;display:table;width:6.67px;height:13.33px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:''}.i-checks .checkbox-label:empty{display:none}.i-checks .checkbox-label{display:inline-block;margin-left:28px;font-weight:400}.i-checks+.i-checks{margin-top:8px}.i-checks-subtext{display:block;margin-left:28px}.datepicker{margin:0 5px}.datepicker .btn-default{border-width:0;box-shadow:none}.datepicker .btn[disabled],.datepicker button.clickable[disabled]{opacity:0.4}.datepicker .btn-info .text-info{color:#fff !important}.ta-scroll-window.form-control,.ta-scroll-window>.ta-bind{min-height:0.1% !important}[semantic-diff] ins{background:rgba(92,184,92,0.5)}[semantic-diff] del{background:rgba(217,83,79,0.5)}details summary{position:relative;cursor:pointer;margin-left:10px;display:inline}details summary:before{content:"\e93c";font-family:'qcwcs';color:#99a6ad;position:absolute;right:-20px;transition:transform .3s ease-out}details[open] summary:before{-ms-transform:rotate(90deg);transform:rotate(90deg)}.to-be-deleted{text-decoration:line-through !important}.to-be-deleted input,.to-be-deleted textarea{text-decoration:line-through !important}.to-be-deleted>*{opacity:.5 !important}.to-be-deleted [title="Actions"]{opacity:1 !important}.to-be-deleted [title="Actions"] *{opacity:1 !important}.qc-panel-head,.qc-panel>.nav-tabs:not(.nav-stacked),.qc-panel-foot{padding:0 10px;background:#222;color:#333;border-radius:0;border:1px solid #000}.qc-panel-head:before,.qc-panel>.nav-tabs:not(.nav-stacked):before,.qc-panel-head:after,.qc-panel>.nav-tabs:not(.nav-stacked):after,.qc-panel-foot:before,.qc-panel-foot:after{content:" ";display:table}.qc-panel-head:after,.qc-panel>.nav-tabs:not(.nav-stacked):after,.qc-panel-foot:after{clear:both}.qc-panel-head>.qc-panel-title,.qc-panel>.nav-tabs:not(.nav-stacked)>.qc-panel-title,.qc-panel-head>.qc-panel-actions,.qc-panel>.nav-tabs:not(.nav-stacked)>.qc-panel-actions,.qc-panel-foot>.qc-panel-title,.qc-panel-foot>.qc-panel-actions{margin-top:7px;margin-bottom:7px}.qc-panel-actions,.single-row-buttons{display:-ms-flexbox !important;display:flex !important}.qc-panel-actions>.qc-ui-select-xs,.single-row-buttons>.qc-ui-select-xs{margin-top:3px;width:auto !important;-ms-flex-order:1;order:1}.qc-panel-actions>.qc-ui-select-xs .btn,.qc-panel-actions>.qc-ui-select-xs button.clickable,.single-row-buttons>.qc-ui-select-xs .btn,.single-row-buttons>.qc-ui-select-xs button.clickable{font-size:14px;line-height:1;padding:5px 9px 6px;padding-top:6px}.qc-panel-actions>.pagination,.single-row-buttons>.pagination{margin:0 0 0 10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-order:2;order:2}.qc-panel-actions>.pagination>li,.single-row-buttons>.pagination>li{-ms-flex:1 0 auto;flex:1 0 auto}.qc-panel-actions>.pagination>li>a,.single-row-buttons>.pagination>li>a{width:100%;text-align:center}.qc-panel-actions>.btn-group-container,.single-row-buttons>.btn-group-container,.qc-panel-head>.btn-group-container,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container,.qc-panel-foot>.btn-group-container{margin-left:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-order:0;order:0}.qc-panel-actions>.btn-group-container>.btn-group,.single-row-buttons>.btn-group-container>.btn-group,.qc-panel-head>.btn-group-container>.btn-group,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group,.qc-panel-foot>.btn-group-container>.btn-group{display:-ms-inline-flexbox;display:inline-flex}.qc-panel-actions>.btn-group-container>.btn-group>.btn,.qc-panel-actions>.btn-group-container>.btn-group>button.clickable,.single-row-buttons>.btn-group-container>.btn-group>.btn,.single-row-buttons>.btn-group-container>.btn-group>button.clickable,.qc-panel-head>.btn-group-container>.btn-group>.btn,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>.btn,.qc-panel-head>.btn-group-container>.btn-group>button.clickable,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container>.btn-group>button.clickable,.qc-panel-foot>.btn-group-container>.btn-group>.btn,.qc-panel-foot>.btn-group-container>.btn-group>button.clickable{font-size:14px;line-height:1;padding:5px 9px 6px}.btn-ss{font-size:14px;line-height:1;padding:5px 9px 6px}.qc-panel-content>.qc-panel-card:first-child,.qc-panel>.tab-content>.qc-panel-card:first-child,table.qc-panel-content>tbody.qc-panel-content>tr:first-child,table.qc-panel-content.qc-panel>tbody.tab-content>tr:first-child,.qc-panel>table.tab-content>tbody.qc-panel-content>tr:first-child,.qc-panel>table.tab-content.qc-panel>tbody.tab-content>tr:first-child,.qc-panel-content>table>tbody.qc-panel-content>tr:first-child,.qc-panel-content>table.qc-panel>tbody.tab-content>tr:first-child,.qc-panel>.tab-content>table>tbody.qc-panel-content>tr:first-child,.qc-panel>.tab-content>table.qc-panel>tbody.tab-content>tr:first-child{margin-top:15px}.qc-panel-content>.qc-panel-card>.has-table:first-child,.qc-panel>.tab-content>.qc-panel-card>.has-table:first-child,table.qc-panel-content>tbody.qc-panel-content>tr>.has-table:first-child,table.qc-panel-content.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel>table.tab-content>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel>table.tab-content.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel-content>table>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel-content>table.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel>.tab-content>table>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel>.tab-content>table.qc-panel>tbody.tab-content>tr>.has-table:first-child{margin-top:-8px}.qc-panel-card,table.qc-panel-content>tbody>tr,.qc-panel>table.tab-content>tbody>tr,.qc-panel-content>table>tbody>tr,.qc-panel>.tab-content>table>tbody>tr{margin-bottom:15px;padding-top:8px;padding-bottom:8px;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,0.1);border-radius:2px}.qc-panel-card.empty,table.qc-panel-content>tbody>tr.empty,.qc-panel>table.tab-content>tbody>tr.empty,.qc-panel-content>table>tbody>tr.empty,.qc-panel>.tab-content>table>tbody>tr.empty{display:none}.qc-panel-card.striped div:nth-child(even),table.qc-panel-content>tbody>tr.striped div:nth-child(even),.qc-panel>table.tab-content>tbody>tr.striped div:nth-child(even),.qc-panel-content>table>tbody>tr.striped div:nth-child(even),.qc-panel>.tab-content>table>tbody>tr.striped div:nth-child(even){background-color:#f6f6f6}table.qc-panel-content,.qc-panel>table.tab-content,.qc-panel-content>table,.qc-panel>.tab-content>table{margin-top:15px}table.qc-panel-content>tbody>tr,.qc-panel>table.tab-content>tbody>tr,.qc-panel-content>table>tbody>tr,.qc-panel>.tab-content>table>tbody>tr{padding-bottom:0}table.qc-panel-content>tbody>tr>td,.qc-panel>table.tab-content>tbody>tr>td,.qc-panel-content>table>tbody>tr>td,.qc-panel>.tab-content>table>tbody>tr>td{margin-bottom:8px}table.qc-panel-content>tbody>tr>td:last-child,.qc-panel>table.tab-content>tbody>tr>td:last-child,.qc-panel-content>table>tbody>tr>td:last-child,.qc-panel>.tab-content>table>tbody>tr>td:last-child{padding-bottom:8px}.qc-panel-content>table.table-bordered,.qc-panel>.tab-content>table.table-bordered,.qc-panel-content>table.table-bordered-sm,.qc-panel>.tab-content>table.table-bordered-sm,.qc-panel-content>table.table-bordered-md,.qc-panel>.tab-content>table.table-bordered-md{border:0}.qc-panel-content>table.table-bordered>thead>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered>thead>tr>*:first-child,.qc-panel-content>table.table-bordered>tbody>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered>tbody>tr>*:first-child,.qc-panel-content>table.table-bordered>tfoot>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered>tfoot>tr>*:first-child,.qc-panel-content>table.table-bordered-sm>thead>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-sm>thead>tr>*:first-child,.qc-panel-content>table.table-bordered-sm>tbody>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-sm>tbody>tr>*:first-child,.qc-panel-content>table.table-bordered-sm>tfoot>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-sm>tfoot>tr>*:first-child,.qc-panel-content>table.table-bordered-md>thead>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-md>thead>tr>*:first-child,.qc-panel-content>table.table-bordered-md>tbody>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-md>tbody>tr>*:first-child,.qc-panel-content>table.table-bordered-md>tfoot>tr>*:first-child,.qc-panel>.tab-content>table.table-bordered-md>tfoot>tr>*:first-child{border-left:0}.qc-panel-content>table.table-bordered>thead>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered>thead>tr>*:last-child,.qc-panel-content>table.table-bordered>tbody>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered>tbody>tr>*:last-child,.qc-panel-content>table.table-bordered>tfoot>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered>tfoot>tr>*:last-child,.qc-panel-content>table.table-bordered-sm>thead>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-sm>thead>tr>*:last-child,.qc-panel-content>table.table-bordered-sm>tbody>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-sm>tbody>tr>*:last-child,.qc-panel-content>table.table-bordered-sm>tfoot>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-sm>tfoot>tr>*:last-child,.qc-panel-content>table.table-bordered-md>thead>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-md>thead>tr>*:last-child,.qc-panel-content>table.table-bordered-md>tbody>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-md>tbody>tr>*:last-child,.qc-panel-content>table.table-bordered-md>tfoot>tr>*:last-child,.qc-panel>.tab-content>table.table-bordered-md>tfoot>tr>*:last-child{border-right:0}.qc-panel-head,.qc-panel>.nav-tabs:not(.nav-stacked),.qc-panel-foot{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.qc-panel-title{-ms-flex:1 0 auto;flex:1 0 auto;margin-right:10px;max-width:100%;-ms-flex-order:0;order:0;color:#fff}.qc-panel-title a,.qc-panel-title a[qc-id],.qc-panel-title .edit-btn,.qc-panel-title .clickable,.qc-panel-title .ta-scroll-window.form-control a,.ta-scroll-window.form-control .qc-panel-title a,.qc-panel-title .report-selector .list-group-item,.report-selector .qc-panel-title .list-group-item{color:#6ebcf8}.qc-panel-title a:hover,.qc-panel-title a[qc-id]:hover,.qc-panel-title .edit-btn:hover,.qc-panel-title .clickable:hover,.qc-panel-title .ta-scroll-window.form-control a:hover,.ta-scroll-window.form-control .qc-panel-title a:hover,.qc-panel-title .report-selector .list-group-item:hover,.report-selector .qc-panel-title .list-group-item:hover{color:#e1f2ff}.qc-panel-head>.btn-group-container,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container,.qc-panel-foot>.btn-group-container{-ms-flex-order:1;order:1}.qc-panel-actions{-ms-flex-order:2;order:2;-ms-flex-pack:justify;justify-content:space-between}.qc-panel-actions.full{width:100%}.qc-panel-actions.container-on-right>.btn-group-container{-ms-flex-order:2;order:2}.qc-panel-actions,.single-row-buttons{-ms-flex:0 0 auto;flex:0 0 auto}@media (min-width: 992px){.qc-panel-actions>.btn-group-container,.single-row-buttons>.btn-group-container,.qc-panel-head>.btn-group-container,.qc-panel>.nav-tabs:not(.nav-stacked)>.btn-group-container,.qc-panel-foot>.btn-group-container{-ms-flex-order:2;order:2}.qc-panel-actions{-ms-flex-order:1;order:1}.qc-panel-actions.full{width:auto}.qc-panel-actions,.single-row-buttons{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:end;justify-content:flex-end}.qc-panel-card.empty,table.qc-panel-content>tbody>tr.empty,.qc-panel>table.tab-content>tbody>tr.empty,.qc-panel-content>table>tbody>tr.empty,.qc-panel>.tab-content>table>tbody>tr.empty{display:block}}@media (min-width: 768px){.qc-panel-head,.qc-panel>.nav-tabs:not(.nav-stacked){border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.qc-panel-foot{border-top-right-radius:0;border-top-left-radius:0}.qc-panel-content>.qc-panel-card:first-child,.qc-panel>.tab-content>.qc-panel-card:first-child,table.qc-panel-content>tbody.qc-panel-content>tr:first-child,table.qc-panel-content.qc-panel>tbody.tab-content>tr:first-child,.qc-panel>table.tab-content>tbody.qc-panel-content>tr:first-child,.qc-panel>table.tab-content.qc-panel>tbody.tab-content>tr:first-child,.qc-panel-content>table>tbody.qc-panel-content>tr:first-child,.qc-panel-content>table.qc-panel>tbody.tab-content>tr:first-child,.qc-panel>.tab-content>table>tbody.qc-panel-content>tr:first-child,.qc-panel>.tab-content>table.qc-panel>tbody.tab-content>tr:first-child{margin-top:0}.qc-panel-content>.qc-panel-card>.has-table:first-child,.qc-panel>.tab-content>.qc-panel-card>.has-table:first-child,table.qc-panel-content>tbody.qc-panel-content>tr>.has-table:first-child,table.qc-panel-content.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel>table.tab-content>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel>table.tab-content.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel-content>table>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel-content>table.qc-panel>tbody.tab-content>tr>.has-table:first-child,.qc-panel>.tab-content>table>tbody.qc-panel-content>tr>.has-table:first-child,.qc-panel>.tab-content>table.qc-panel>tbody.tab-content>tr>.has-table:first-child{margin-top:0}.qc-panel-content,.qc-panel>.tab-content{background:#fff;border-left:1px solid #bbb;border-right:1px solid #bbb}.qc-panel-content.no-header,.qc-panel>.no-header.tab-content{border-top:1px solid #bbb;border-top-right-radius:0;border-top-left-radius:0}.qc-panel-content.no-footer,.qc-panel>.tab-content{border-bottom:1px solid #bbb;border-bottom-right-radius:0;border-bottom-left-radius:0}.qc-panel-card,table.qc-panel-content>tbody>tr,.qc-panel>table.tab-content>tbody>tr,.qc-panel-content>table>tbody>tr,.qc-panel>.tab-content>table>tbody>tr{padding:0;margin:0;box-shadow:none;border-radius:0;background:transparent}table.qc-panel-content,.qc-panel>table.tab-content,.qc-panel-content>table,.qc-panel>.tab-content>table{margin-top:0;margin-bottom:0}table.qc-panel-content>tbody>tr,.qc-panel>table.tab-content>tbody>tr,.qc-panel-content>table>tbody>tr,.qc-panel>.tab-content>table>tbody>tr{padding:0;margin:0;box-shadow:none;border-radius:0;background:transparent}}.qc-panel>.nav-tabs:not(.nav-stacked){background:#333;color:#fff;border-color:#777;padding-top:10px;padding-bottom:10px}.qc-panel>.nav-tabs:not(.nav-stacked)>li>a{border:0;border-radius:0}.qc-panel>.nav-tabs:not(.nav-stacked)>li:hover>a,.qc-panel>.nav-tabs:not(.nav-stacked)>li>a:hover{background-color:rgba(204,204,204,0.3);border-color:#777}.qc-panel>.nav-tabs:not(.nav-stacked)>li.active>a{border-color:#777;border-bottom-color:#ccc !important;background-color:#ccc}@media (min-width: 768px){.qc-panel>.nav-tabs:not(.nav-stacked){padding-bottom:0}.qc-panel>.nav-tabs:not(.nav-stacked)>li>a{border-bottom-color:#777;border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (min-width: 768px){.qc-panel .tab-pane .qc-panel-head,.qc-panel .tab-pane .qc-panel>.nav-tabs:not(.nav-stacked){border-radius:0;border-width:0 0 1px 0}}.qc-panel .tab-pane .qc-panel-content,.qc-panel .tab-pane .qc-panel>.tab-content{border:0}.qc-panel .tab-pane .section-header{padding:0 0 10px}.qc-panel .tab-pane h5.section-header{padding-bottom:4px}.no-padder.tab-container{margin-bottom:0}.no-padder .tab-content{padding:0;border:none}.qc-panel-card .tab-container,table.qc-panel-content>tbody>tr .tab-container,.qc-panel>table.tab-content>tbody>tr .tab-container,.qc-panel-content>table>tbody>tr .tab-container,.qc-panel>.tab-content>table>tbody>tr .tab-container{margin-bottom:0}.qc-panel-card .tab-container .nav-tabs,table.qc-panel-content>tbody>tr .tab-container .nav-tabs,.qc-panel>table.tab-content>tbody>tr .tab-container .nav-tabs,.qc-panel-content>table>tbody>tr .tab-container .nav-tabs,.qc-panel>.tab-content>table>tbody>tr .tab-container .nav-tabs{padding-left:15px;padding-right:15px}.qc-panel-card .tab-container .tab-content,table.qc-panel-content>tbody>tr .tab-container .tab-content,.qc-panel>table.tab-content>tbody>tr .tab-container .tab-content,.qc-panel-content>table>tbody>tr .tab-container .tab-content,.qc-panel>.tab-content>table>tbody>tr .tab-container .tab-content{border:0}.qc-panel-card .tab-actions,table.qc-panel-content>tbody>tr .tab-actions,.qc-panel>table.tab-content>tbody>tr .tab-actions,.qc-panel-content>table>tbody>tr .tab-actions,.qc-panel>.tab-content>table>tbody>tr .tab-actions{margin:15px -15px -15px;padding:10px 15px;background:#eee}.tab-container.me-tabs .nav-tabs{padding:17px 15px 0;background:#f5f5f5}.tab-container.me-tabs .nav-tabs>li.active a{background-color:#fff !important;font-weight:600}.tab-container.me-tabs .nav-tabs>li:not(.disabled):hover>a,.tab-container.me-tabs .nav-tabs>li:not(.disabled)>a:hover{background:rgba(255,255,255,0.8)}.tab-container.me-tabs .tab-pane .vertical-dividers.layout-gt-sm-row>*>*:first-of-type{border-top-color:#dee5e7}.pad-tabs .nav-tabs{padding-left:15px;padding-right:15px}.item{position:relative}.item .top{position:absolute;top:0;left:0}.item .bottom{position:absolute;bottom:0;left:0}.item .center{position:absolute;top:50%}.form-validation .form-control.ng-dirty.ng-invalid{border-color:#d9534f}.form-validation .form-control.ng-dirty.ng-valid,.form-validation .form-control.ng-dirty.ng-valid:focus{border-color:#5cb85c}.form-validation .i-checks .ng-invalid.ng-dirty+i{border-color:#d9534f}.ng-animate .bg-auto:before{display:none}[ui-view].ng-leave{display:none}[ui-view].ng-leave.smooth{display:block}.smooth.ng-animate{position:absolute;width:100%;height:100%;overflow:hidden}.fade-in-right-big.ng-enter{animation:fadeInRightBig 0.5s}.fade-in-right-big.ng-leave{animation:fadeOutLeftBig 0.5s}.fade-in-left-big.ng-enter{animation:fadeInLeftBig 0.5s}.fade-in-left-big.ng-leave{animation:fadeOutRightBig 0.5s}.fade-in-up-big.ng-enter{animation:fadeInUpBig 0.5s}.fade-in-up-big.ng-leave{animation:fadeOutUpBig 0.5s}.fade-in-down-big.ng-enter{animation:fadeInDownBig 0.5s}.fade-in-down-big.ng-leave{animation:fadeOutDownBig 0.5s}.fade-in.ng-enter{animation:fadeIn 0.5s}.fade-in.ng-leave{animation:fadeOut 0.5s}.fade-in-right.ng-enter{animation:fadeInRight 0.5s}.fade-in-right.ng-leave{animation:fadeOutLeft 0.5s}.fade-in-left.ng-enter{animation:fadeInLeft 0.5s}.fade-in-left.ng-leave{animation:fadeOutRight 0.5s}.fade-in-up.ng-enter{animation:fadeInUp 0.5s}.fade-in-up.ng-leave{animation:fadeOutUp 0.5s}.fade-in-down.ng-enter{animation:fadeInDown 0.5s}.fade-in-down.ng-leave{animation:fadeOutDown 0.5s}.modal-backdrop{z-index:1047 !important}.cell-size-remaining .qc-ui-select{max-width:100% !important}.qc-ui-select{width:100%;display:inline-block}.qc-ui-select:not(.qc-ui-select-block){max-width:200px}.qc-ui-select.ui-select-multiple{display:inline;padding:6px 12px}.qc-ui-select.ui-select-multiple>div{display:inline-block}.qc-ui-select.ui-select-multiple>div .ui-select-search{min-width:100px}.qc-ui-select[search-enabled='false']>.ui-select-match,.qc-ui-select>.ui-select-match:not(.ng-hide){display:block !important}.qc-ui-select .btn,.qc-ui-select button.clickable{-ms-flex-align:center;align-items:center;position:relative;padding-right:22px;overflow:hidden}.qc-ui-select .btn .ui-select-placeholder,.qc-ui-select button.clickable .ui-select-placeholder,.qc-ui-select .btn .ui-select-match-text,.qc-ui-select button.clickable .ui-select-match-text{float:none !important;-ms-flex:1;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.qc-ui-select .btn .caret,.qc-ui-select button.clickable .caret{float:none !important;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:0;position:absolute;top:calc(50% - 2px);right:6px}.qc-ui-select>.ui-select-choices{min-width:100%;width:auto}.qc-ui-select.open .custom-entry{display:initial}.qc-ui-select .custom-entry{display:none}.qc-ui-select .custom-entry:hover>*{background:#f5f5f5}.qc-ui-select .custom-entry>*{position:absolute;left:0;right:0;height:36px;width:100%;display:block;background:white;padding:5px 20px;line-height:1.3;border-left:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1)}.qc-ui-select .custom-entry+.ui-select-choices{top:75px}.ui-select-multiple .ui-select-match-item.dropping-before:before{border-left-color:#005596}.ui-select-multiple .ui-select-match-item.dropping-after:after{border-right-color:#005596}.ui-select-bootstrap .ui-select-choices-row.active>a{background-color:#005596}.qc-ui-select-sm .btn,.qc-ui-select-sm button.clickable{height:auto !important;padding:4px 18px 4px 10px}.qc-ui-select-xs .btn,.qc-ui-select-xs button.clickable{height:auto !important;padding-right:21px !important}.qc-ui-select-sm.ui-select-bootstrap .ui-select-choices-row>a,.qc-ui-select-xs.ui-select-bootstrap .ui-select-choices-row>a{font-size:16px;padding:4px 10px}.datepicker-table>thead>tr>th,.datepicker-table>thead>tr>td,.datepicker-table>tbody>tr>th,.datepicker-table>tbody>tr>td,.datepicker-table>tfoot>tr>th,.datepicker-table>tfoot>tr>td{padding:1px}.datepicker-table thead .days-row th{padding:1px 3px;width:14.28%}.datepicker-table th{font-weight:inherit}.datepicker-table .datepicker-btn{width:100%}.datepicker-datepicker{padding:0 4px}.datepicker-popup{display:block}.datepicker-popup .button-bar{padding:5px 5px 0}.datepicker-popup .button-bar .btn,.datepicker-popup .button-bar button.clickable{font-size:16px}.qc-table-stripe tr.odd>th,.qc-table-stripe tr.odd>td{background-color:#f6f6f6}.qc-row-break{border-bottom:2px solid #ccc}.table-subhead-row{font-weight:600;border-top-color:rgba(0,0,0,0.05) !important}.cell-middle{vertical-align:middle !important}@media (min-width: 768px){.table-sm{width:100%;max-width:100%}.table-sm>thead>tr>th,.table-sm>thead>tr>td,.table-sm>tbody>tr>th,.table-sm>tbody>tr>td,.table-sm>tfoot>tr>th,.table-sm>tfoot>tr>td{padding:8px 15px;line-height:1.42857143;vertical-align:top;border-top:1px solid #eaeff0}.table-sm>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #eaeff0}.table-sm>caption+thead>tr:first-child>th,.table-sm>caption+thead>tr:first-child>td,.table-sm>colgroup+thead>tr:first-child>th,.table-sm>colgroup+thead>tr:first-child>td,.table-sm>thead:first-child>tr:first-child>th,.table-sm>thead:first-child>tr:first-child>td{border-top:0}.table-sm>tbody+tbody{border-top:2px solid #eaeff0}.table-sm .table-sm{background-color:#f0f3f4}.table-condensed-sm>thead>tr>th,.table-condensed-sm>thead>tr>td,.table-condensed-sm>tbody>tr>th,.table-condensed-sm>tbody>tr>td,.table-condensed-sm>tfoot>tr>th,.table-condensed-sm>tfoot>tr>td{padding:5px}.table-bordered-sm{border:1px solid #eaeff0}.table-bordered-sm>thead>tr>th,.table-bordered-sm>thead>tr>td,.table-bordered-sm>tbody>tr>th,.table-bordered-sm>tbody>tr>td,.table-bordered-sm>tfoot>tr>th,.table-bordered-sm>tfoot>tr>td{border:1px solid #eaeff0}.table-bordered-sm>thead>tr>th,.table-bordered-sm>thead>tr>td{border-bottom-width:2px}.table-striped-sm>tbody>tr:nth-of-type(odd){background-color:#f6f6f6}.table-hover-sm>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive-sm{overflow-x:auto;min-height:0.01%}}@media screen and (min-width: 768px) and (max-width: 767px){.table-responsive-sm{width:100%;margin-bottom:18.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #eaeff0}.table-responsive-sm>.table-sm{margin-bottom:0}.table-responsive-sm>.table-sm>thead>tr>th,.table-responsive-sm>.table-sm>thead>tr>td,.table-responsive-sm>.table-sm>tbody>tr>th,.table-responsive-sm>.table-sm>tbody>tr>td,.table-responsive-sm>.table-sm>tfoot>tr>th,.table-responsive-sm>.table-sm>tfoot>tr>td{white-space:nowrap}.table-responsive-sm>.table-bordered-sm{border:0}.table-responsive-sm>.table-bordered-sm>thead>tr>th:first-child,.table-responsive-sm>.table-bordered-sm>thead>tr>td:first-child,.table-responsive-sm>.table-bordered-sm>tbody>tr>th:first-child,.table-responsive-sm>.table-bordered-sm>tbody>tr>td:first-child,.table-responsive-sm>.table-bordered-sm>tfoot>tr>th:first-child,.table-responsive-sm>.table-bordered-sm>tfoot>tr>td:first-child{border-left:0}.table-responsive-sm>.table-bordered-sm>thead>tr>th:last-child,.table-responsive-sm>.table-bordered-sm>thead>tr>td:last-child,.table-responsive-sm>.table-bordered-sm>tbody>tr>th:last-child,.table-responsive-sm>.table-bordered-sm>tbody>tr>td:last-child,.table-responsive-sm>.table-bordered-sm>tfoot>tr>th:last-child,.table-responsive-sm>.table-bordered-sm>tfoot>tr>td:last-child{border-right:0}.table-responsive-sm>.table-bordered-sm>tbody>tr:last-child>th,.table-responsive-sm>.table-bordered-sm>tbody>tr:last-child>td,.table-responsive-sm>.table-bordered-sm>tfoot>tr:last-child>th,.table-responsive-sm>.table-bordered-sm>tfoot>tr:last-child>td{border-bottom:0}}@media (min-width: 768px){.qc-panel>.table-sm,.qc-panel>.table-responsive-sm>.table-sm,.qc-panel>.qc-panel-collapse>.table-sm{margin-bottom:0}.qc-panel>.table-sm caption,.qc-panel>.table-responsive-sm>.table-sm caption,.qc-panel>.qc-panel-collapse>.table-sm caption{padding-left:15px;padding-right:15px}.qc-panel>.table-sm:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.qc-panel>.table-sm:first-child>thead:first-child>tr:first-child,.qc-panel>.table-sm:first-child>tbody:first-child>tr:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>thead:first-child>tr:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.qc-panel>.table-sm:first-child>thead:first-child>tr:first-child td:first-child,.qc-panel>.table-sm:first-child>thead:first-child>tr:first-child th:first-child,.qc-panel>.table-sm:first-child>tbody:first-child>tr:first-child td:first-child,.qc-panel>.table-sm:first-child>tbody:first-child>tr:first-child th:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>thead:first-child>tr:first-child td:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>thead:first-child>tr:first-child th:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>tbody:first-child>tr:first-child td:first-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.qc-panel>.table-sm:first-child>thead:first-child>tr:first-child td:last-child,.qc-panel>.table-sm:first-child>thead:first-child>tr:first-child th:last-child,.qc-panel>.table-sm:first-child>tbody:first-child>tr:first-child td:last-child,.qc-panel>.table-sm:first-child>tbody:first-child>tr:first-child th:last-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>thead:first-child>tr:first-child td:last-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>thead:first-child>tr:first-child th:last-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>tbody:first-child>tr:first-child td:last-child,.qc-panel>.table-responsive-sm:first-child>.table-sm:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.qc-panel>.table-sm:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.qc-panel>.table-sm:last-child>tbody:last-child>tr:last-child,.qc-panel>.table-sm:last-child>tfoot:last-child>tr:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tbody:last-child>tr:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.qc-panel>.table-sm:last-child>tbody:last-child>tr:last-child td:first-child,.qc-panel>.table-sm:last-child>tbody:last-child>tr:last-child th:first-child,.qc-panel>.table-sm:last-child>tfoot:last-child>tr:last-child td:first-child,.qc-panel>.table-sm:last-child>tfoot:last-child>tr:last-child th:first-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tbody:last-child>tr:last-child td:first-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tbody:last-child>tr:last-child th:first-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tfoot:last-child>tr:last-child td:first-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.qc-panel>.table-sm:last-child>tbody:last-child>tr:last-child td:last-child,.qc-panel>.table-sm:last-child>tbody:last-child>tr:last-child th:last-child,.qc-panel>.table-sm:last-child>tfoot:last-child>tr:last-child td:last-child,.qc-panel>.table-sm:last-child>tfoot:last-child>tr:last-child th:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tbody:last-child>tr:last-child td:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tbody:last-child>tr:last-child th:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tfoot:last-child>tr:last-child td:last-child,.qc-panel>.table-responsive-sm:last-child>.table-sm:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.qc-panel>.qc-panel-content+.table-sm,.qc-panel>.tab-content+.table-sm,.qc-panel>.qc-panel-content+.table-responsive-sm,.qc-panel>.tab-content+.table-responsive-sm,.qc-panel>.table-sm+.qc-panel-content,.qc-panel>.table-sm+.tab-content,.qc-panel>.table-responsive-sm+.qc-panel-content,.qc-panel>.table-responsive-sm+.tab-content{border-top:1px solid #eaeff0}.qc-panel>.table-sm>tbody:first-child>tr:first-child th,.qc-panel>.table-sm>tbody:first-child>tr:first-child td{border-top:0}.qc-panel>.table-bordered-sm,.qc-panel>.table-responsive-sm>.table-bordered-sm{border:0}.qc-panel>.table-bordered-sm>thead>tr>th:first-child,.qc-panel>.table-bordered-sm>thead>tr>td:first-child,.qc-panel>.table-bordered-sm>tbody>tr>th:first-child,.qc-panel>.table-bordered-sm>tbody>tr>td:first-child,.qc-panel>.table-bordered-sm>tfoot>tr>th:first-child,.qc-panel>.table-bordered-sm>tfoot>tr>td:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr>th:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr>td:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr>th:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr>td:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr>th:first-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr>td:first-child{border-left:0}.qc-panel>.table-bordered-sm>thead>tr>th:last-child,.qc-panel>.table-bordered-sm>thead>tr>td:last-child,.qc-panel>.table-bordered-sm>tbody>tr>th:last-child,.qc-panel>.table-bordered-sm>tbody>tr>td:last-child,.qc-panel>.table-bordered-sm>tfoot>tr>th:last-child,.qc-panel>.table-bordered-sm>tfoot>tr>td:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr>th:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr>td:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr>th:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr>td:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr>th:last-child,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr>td:last-child{border-right:0}.qc-panel>.table-bordered-sm>thead>tr:first-child>td,.qc-panel>.table-bordered-sm>thead>tr:first-child>th,.qc-panel>.table-bordered-sm>tbody>tr:first-child>td,.qc-panel>.table-bordered-sm>tbody>tr:first-child>th,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr:first-child>td,.qc-panel>.table-responsive-sm>.table-bordered-sm>thead>tr:first-child>th,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr:first-child>td,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr:first-child>th{border-bottom:0}.qc-panel>.table-bordered-sm>tbody>tr:last-child>td,.qc-panel>.table-bordered-sm>tbody>tr:last-child>th,.qc-panel>.table-bordered-sm>tfoot>tr:last-child>td,.qc-panel>.table-bordered-sm>tfoot>tr:last-child>th,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr:last-child>td,.qc-panel>.table-responsive-sm>.table-bordered-sm>tbody>tr:last-child>th,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr:last-child>td,.qc-panel>.table-responsive-sm>.table-bordered-sm>tfoot>tr:last-child>th{border-bottom:0}.qc-panel>.table-responsive-sm{border:0;margin-bottom:0}}.text-fuchsia{color:#005596}.text-fuchsia-lighter{color:#076ba8}.text-fuchsia-darker{color:#00446d}.bg-fuchsia{background-color:#005596}.bg-fuchsia-lighter{background-color:#076ba8}.bg-fuchsia-darker{background-color:#00446d}.text-unit-warranty,body.app-recips .qc-panel-title,body.app-rotary-startups .qc-panel-title,body.app-airend-startups .qc-panel-title,body.app-dryer-startups .qc-panel-title,body.app-vacuum-startups .qc-panel-title,body.app-rmas .qc-panel-title{color:#6ebcf8}.text-marketing,body.app-lists .qc-panel-title,body.app-feed-widgets .qc-panel-title,body.app-campaigns .qc-panel-title{color:#58d651}.text-aftermarket,body.app-aftermarket-touches .qc-panel-title{color:#e6c759}.text-admin,body.app-users .qc-panel-title,body.app-user-groups .qc-panel-title,body.app-distributors .qc-panel-title,body.app-more .qc-panel-title,body.app-products .qc-panel-title,body.app-series .qc-panel-title{color:#e6c759}.bg-gd{gradient:vertical rgba(40,50,60,0),rgba(40,50,60,0.075),0,100%;filter:none}.bg-gd-dk{gradient:vertical rgba(40,50,60,0),rgba(40,50,60,0.5),10%,100%;filter:none}.bg-light{background-color:#edf1f2;color:#58666e}.bg-light.lt,.bg-light .lt{background-color:#f3f5f6}.bg-light.lter,.bg-light .lter{background-color:#f6f8f8}.bg-light.dk,.bg-light .dk{background-color:#e4eaec}.bg-light.dker,.bg-light .dker{background-color:#dde6e9}.bg-light.bg,.bg-light .bg{background-color:#edf1f2}.bg-light.with-border{border:1px solid #a7b2b8}.bg-dark{background-color:#3a3f51;color:#a6a8b1}.bg-dark.lt,.bg-dark .lt{background-color:#474c5e}.bg-dark.lter,.bg-dark .lter{background-color:#54596a}.bg-dark.dk,.bg-dark .dk{background-color:#2e3344}.bg-dark.dker,.bg-dark .dker{background-color:#232735}.bg-dark.bg,.bg-dark .bg{background-color:#3a3f51}.bg-dark a{color:#c1c3c9}.bg-dark a:hover{color:#fff}.bg-dark a.list-group-item:hover,.bg-dark a.list-group-item:focus{background-color:inherit}.bg-dark .nav>li:hover>a,.bg-dark .nav>li:focus>a,.bg-dark .nav>li.active>a{color:#fff;background-color:#2e3344}.bg-dark .nav>li>a{color:#b4b6bd}.bg-dark .nav>li>a:hover,.bg-dark .nav>li>a:focus{background-color:#32374a}.bg-dark .nav .open>a{background-color:#2e3344}.bg-dark .caret{border-top-color:#a6a8b1;border-bottom-color:#a6a8b1}.bg-dark.navbar .nav>li.active>a{color:#fff;background-color:#2e3344}.bg-dark .open>a,.bg-dark .open>a:hover,.bg-dark .open>a:focus{color:#fff}.bg-dark .text-muted{color:#a3a6af !important}.bg-dark .text-lt{color:#eaebed !important}.bg-dark.auto .list-group-item,.bg-dark .auto .list-group-item{border-color:#2f3342 !important;background-color:transparent}.bg-dark.auto .list-group-item:hover,.bg-dark.auto .list-group-item:focus,.bg-dark.auto .list-group-item:active,.bg-dark.auto .list-group-item.active,.bg-dark .auto .list-group-item:hover,.bg-dark .auto .list-group-item:focus,.bg-dark .auto .list-group-item:active,.bg-dark .auto .list-group-item.active{background-color:#2e3344}.bg-black{background-color:#1c2b36;color:#7793a7}.bg-black.lt,.bg-black .lt{background-color:#263845}.bg-black.lter,.bg-black .lter{background-color:#314554}.bg-black.dk,.bg-black .dk{background-color:#131e26}.bg-black.dker,.bg-black .dker{background-color:#0a1015}.bg-black.bg,.bg-black .bg{background-color:#1c2b36}.bg-black a{color:#96abbb}.bg-black a:hover{color:#fff}.bg-black a.list-group-item:hover,.bg-black a.list-group-item:focus{background-color:inherit}.bg-black .nav>li:hover>a,.bg-black .nav>li:focus>a,.bg-black .nav>li.active>a{color:#fff;background-color:#131e26}.bg-black .nav>li>a{color:#869fb1}.bg-black .nav>li>a:hover,.bg-black .nav>li>a:focus{background-color:#16232d}.bg-black .nav .open>a{background-color:#131e26}.bg-black .caret{border-top-color:#7793a7;border-bottom-color:#7793a7}.bg-black.navbar .nav>li.active>a{color:#fff;background-color:#131e26}.bg-black .open>a,.bg-black .open>a:hover,.bg-black .open>a:focus{color:#fff}.bg-black .text-muted{color:#7490a5 !important}.bg-black .text-lt{color:#c4d0d9 !important}.bg-black.auto .list-group-item,.bg-black .auto .list-group-item{border-color:#131e25 !important;background-color:transparent}.bg-black.auto .list-group-item:hover,.bg-black.auto .list-group-item:focus,.bg-black.auto .list-group-item:active,.bg-black.auto .list-group-item.active,.bg-black .auto .list-group-item:hover,.bg-black .auto .list-group-item:focus,.bg-black .auto .list-group-item:active,.bg-black .auto .list-group-item.active{background-color:#131e26}.bg-primary{background-color:#337ab7;color:#cbddec}.bg-primary.lt,.bg-primary .lt{background-color:#3f87c5}.bg-primary.lter,.bg-primary .lter{background-color:#5693c8}.bg-primary.dk,.bg-primary .dk{background-color:#2b6da6}.bg-primary.dker,.bg-primary .dker{background-color:#246094}.bg-primary.bg,.bg-primary .bg{background-color:#337ab7}.bg-primary a{color:#f0f5fa}.bg-primary a:hover{color:#fff}.bg-primary a.list-group-item:hover,.bg-primary a.list-group-item:focus{background-color:inherit}.bg-primary .nav>li:hover>a,.bg-primary .nav>li:focus>a,.bg-primary .nav>li.active>a{color:#fff;background-color:#2b6da6}.bg-primary .nav>li>a{color:#dee9f3}.bg-primary .nav>li>a:hover,.bg-primary .nav>li>a:focus{background-color:#2d73ae}.bg-primary .nav .open>a{background-color:#2b6da6}.bg-primary .caret{border-top-color:#cbddec;border-bottom-color:#cbddec}.bg-primary.navbar .nav>li.active>a{color:#fff;background-color:#2b6da6}.bg-primary .open>a,.bg-primary .open>a:hover,.bg-primary .open>a:focus{color:#fff}.bg-primary .text-muted{color:#c7daea !important}.bg-primary .text-lt{color:#fff !important}.bg-primary.auto .list-group-item,.bg-primary .auto .list-group-item{border-color:#2e6da4 !important;background-color:transparent}.bg-primary.auto .list-group-item:hover,.bg-primary.auto .list-group-item:focus,.bg-primary.auto .list-group-item:active,.bg-primary.auto .list-group-item.active,.bg-primary .auto .list-group-item:hover,.bg-primary .auto .list-group-item:focus,.bg-primary .auto .list-group-item:active,.bg-primary .auto .list-group-item.active{background-color:#2b6da6}.bg-success{background-color:#5cb85c;color:#ecf4ec}.bg-success.lt,.bg-success .lt{background-color:#70bd70}.bg-success.lter,.bg-success .lter{background-color:#84c384}.bg-success.dk,.bg-success .dk{background-color:#49b249}.bg-success.dker,.bg-success .dker{background-color:#3fa23f}.bg-success.bg,.bg-success .bg{background-color:#5cb85c}.bg-success a{color:#fff}.bg-success a:hover{color:#fff}.bg-success a.list-group-item:hover,.bg-success a.list-group-item:focus{background-color:inherit}.bg-success .nav>li:hover>a,.bg-success .nav>li:focus>a,.bg-success .nav>li.active>a{color:#fff;background-color:#49b249}.bg-success .nav>li>a{color:#f2f2f2}.bg-success .nav>li>a:hover,.bg-success .nav>li>a:focus{background-color:#4eb64e}.bg-success .nav .open>a{background-color:#49b249}.bg-success .caret{border-top-color:#ecf4ec;border-bottom-color:#ecf4ec}.bg-success.navbar .nav>li.active>a{color:#fff;background-color:#49b249}.bg-success .open>a,.bg-success .open>a:hover,.bg-success .open>a:focus{color:#fff}.bg-success .text-muted{color:#e8f3e8 !important}.bg-success .text-lt{color:#fff !important}.bg-success.auto .list-group-item,.bg-success .auto .list-group-item{border-color:#4cae4c !important;background-color:transparent}.bg-success.auto .list-group-item:hover,.bg-success.auto .list-group-item:focus,.bg-success.auto .list-group-item:active,.bg-success.auto .list-group-item.active,.bg-success .auto .list-group-item:hover,.bg-success .auto .list-group-item:focus,.bg-success .auto .list-group-item:active,.bg-success .auto .list-group-item.active{background-color:#49b249}.bg-info{background-color:#c7dff1;color:#000}.bg-info.lt,.bg-info .lt{background-color:#dcebf6}.bg-info.lter,.bg-info .lter{background-color:#f0f6fb}.bg-info.dk,.bg-info .dk{background-color:#b1d4ed}.bg-info.dker,.bg-info .dker{background-color:#9bc8ea}.bg-info.bg,.bg-info .bg{background-color:#c7dff1}.bg-warning{background-color:#f0ad4e;color:#fff;color:#000}.bg-warning.lt,.bg-warning .lt{background-color:#f0b868}.bg-warning.lter,.bg-warning .lter{background-color:#f0c281}.bg-warning.dk,.bg-warning .dk{background-color:#f1a334}.bg-warning.dker,.bg-warning .dker{background-color:#f29819}.bg-warning.bg,.bg-warning .bg{background-color:#f0ad4e}.bg-warning a{color:#fff}.bg-warning a:hover{color:#fff}.bg-warning a.list-group-item:hover,.bg-warning a.list-group-item:focus{background-color:inherit}.bg-warning .nav>li:hover>a,.bg-warning .nav>li:focus>a,.bg-warning .nav>li.active>a{color:#fff;background-color:#f1a334}.bg-warning .nav>li>a{color:#f2f2f2}.bg-warning .nav>li>a:hover,.bg-warning .nav>li>a:focus{background-color:#f1a73d}.bg-warning .nav .open>a{background-color:#f1a334}.bg-warning .caret{border-top-color:#fff;border-bottom-color:#fff}.bg-warning.navbar .nav>li.active>a{color:#fff;background-color:#f1a334}.bg-warning .open>a,.bg-warning .open>a:hover,.bg-warning .open>a:focus{color:#fff}.bg-warning .text-muted{color:#fcfcfc !important}.bg-warning .text-lt{color:#fff !important}.bg-warning.auto .list-group-item,.bg-warning .auto .list-group-item{border-color:#eea236 !important;background-color:transparent}.bg-warning.auto .list-group-item:hover,.bg-warning.auto .list-group-item:focus,.bg-warning.auto .list-group-item:active,.bg-warning.auto .list-group-item.active,.bg-warning .auto .list-group-item:hover,.bg-warning .auto .list-group-item:focus,.bg-warning .auto .list-group-item:active,.bg-warning .auto .list-group-item.active{background-color:#f1a334}.bg-danger{background-color:#e7a7a7;color:#000}.bg-danger.lt,.bg-danger .lt{background-color:#ebbcbc}.bg-danger.lter,.bg-danger .lter{background-color:#f0d1d1}.bg-danger.dk,.bg-danger .dk{background-color:#e39191}.bg-danger.dker,.bg-danger .dker{background-color:#e07b7b}.bg-danger.bg,.bg-danger .bg{background-color:#e7a7a7}.bg-white{background-color:#fff;color:#58666e}.bg-white a{color:inherit}.bg-white a:hover{color:inherit}.bg-white .text-muted{color:#99a6ad !important}.bg-white .lt,.bg-white .lter,.bg-white .dk,.bg-white .dker{background-color:#fff}.bg-white-only{background-color:#fff}.bg-white-opacity{background-color:rgba(255,255,255,0.5)}.bg-black-opacity{background-color:rgba(32,43,54,0.5)}a.bg-light:hover{color:inherit}a.bg-primary:hover{background-color:#2e6da4}a.text-primary:hover{color:#2e6da4}.text-primary{color:#337ab7}.text-primary-lt{color:#3c87c8}.text-primary-lter{color:#357dbb}.text-primary-dk{color:#2e6da4}.text-primary-dker{color:#3278b3}a.bg-info:hover{background-color:#b3d3ec}a.text-info:hover{color:#b3d3ec}.text-info{color:#c7dff1}.text-info-lt{color:#dbebf6}.text-info-lter{color:#cbe1f2}.text-info-dk{color:#b3d3ec}.text-info-dker{color:#c3ddf0}a.bg-success:hover{background-color:#4cae4c}a.text-success:hover{color:#4cae4c}.text-success{color:#5cb85c}.text-success-lt{color:#6ec06e}.text-success-lter{color:#60ba60}.text-success-dk{color:#4cae4c}.text-success-dker{color:#58b658}a.bg-warning:hover{background-color:#eea236}a.text-warning:hover{color:#eea236}.text-warning{color:#f0ad4e}.text-warning-lt{color:#f2b866}.text-warning-lter{color:#f0af53}.text-warning-dk{color:#eea236}.text-warning-dker{color:#f0ab49}a.bg-danger:hover{background-color:#d43f3a}a.text-danger:hover{color:#d43f3a}.text-danger{color:#d9534f}.text-danger-lt{color:#de6764}.text-danger-lter{color:#da5753}.text-danger-dk{color:#d43f3a}.text-danger-dker{color:#d84f4b}a.bg-dark:hover{background-color:#2f3342}a.text-dark:hover{color:#2f3342}.text-dark{color:#3a3f51}.text-dark-lt{color:#454b60}.text-dark-lter{color:#3c4154}.text-dark-dk{color:#2f3342}.text-dark-dker{color:#383d4e}a.bg-black:hover{background-color:#131e25}a.text-black:hover{color:#131e25}.text-black{color:#1c2b36}.text-black-lt{color:#253847}.text-black-lter{color:#1e2e39}.text-black-dk{color:#131e25}.text-black-dker{color:#1a2833}.text-white{color:#fff}.text-black{color:#000}.text-muted{color:#99a6ad}.bg{background-color:#f0f3f4}.pos-rlt{position:relative}.pos-stc{position:static !important}.pos-abt{position:absolute}.pos-fix{position:fixed}.show{visibility:visible}.line{width:100%;height:2px;margin:10px 0;font-size:0;overflow:hidden}.line-xs{margin:0}.line-lg{margin-top:15px;margin-bottom:15px}.line-dashed{border-style:dashed !important;background-color:transparent;border-width:0}.no-line{border-width:0}.no-border,.no-borders{border-color:transparent;border-width:0}.no-radius{border-radius:0}.block{display:block}.block.hide{display:none}.inline{display:inline-block !important}.none{display:none}.display-flex{display:-ms-flexbox;display:flex}.inline-flex{display:-ms-inline-flexbox;display:inline-flex}.pull-none{float:none}.rounded{border-radius:500px}.clear{display:block;overflow:hidden}.no-bg{background-color:transparent !important;color:inherit}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.l-h{line-height:1.42857143}.l-h-0x{line-height:0}.l-h-1x{line-height:1.2}.l-h-2x{line-height:2em}.l-s-1x{letter-spacing:1}.l-s-2x{letter-spacing:2}.l-s-3x{letter-spacing:3}.font-italic{font-style:italic}.font-normal{font-weight:normal}.font-thin,.section-header{font-weight:300}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-3x{font-size:3em}.text-2x{font-size:2em}.text-lg{font-size:23px}.text-md{font-size:21px}.text-base{font-size:18px}.text-sm{font-size:17px}.text-xs{font-size:16px}.text-xxs{text-indent:-9999px}.text-ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-break-all{word-break:break-all}.text-u-c{text-transform:uppercase}.text-l-t{text-decoration:line-through}.text-u-l{text-decoration:underline}.box-shadow{box-shadow:0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05)}.box-shadow-lg{box-shadow:5px 5px 10px rgba(0,0,0,0.05)}.text-shadow{font-size:170px;text-shadow:0 1px 0 #dee5e7,0 2px 0 #fcfdfd,0 5px 10px rgba(0,0,0,0.125),0 10px 20px rgba(0,0,0,0.2)}.no-shadow{box-shadow:none !important}.wrapper-xs{padding:5px}.wrapper-sm{padding:10px}.wrapper{padding:5px}.wrapper-md{padding:20px}.wrapper-lg{padding:30px}.wrapper-xl{padding:50px}.padder-lg{padding-left:30px;padding-right:30px}.padder-md{padding-left:20px;padding-right:20px}.padder{padding-left:15px;padding-right:15px}.padder-xs{padding-left:5px;padding-right:5px}.padder-v{padding-top:15px;padding-bottom:15px}.padder-v-xs{padding-top:5px;padding-bottom:5px}.padder-t{padding-top:15px}.padder-t-xs{padding-top:5px}.padder-b{padding-bottom:15px}.padder-b-xs{padding-bottom:5px}.padder-r{padding-right:15px}.padder-l{padding-left:15px}.no-padder{padding:0 !important}.pull-in{margin-left:-15px;margin-right:-15px}.pull-out{margin:-10px -15px}.b{border:1px solid rgba(0,0,0,0.05)}.b-a{border:1px solid #dee5e7}.b-t{border-top:1px solid #dee5e7}.b-r{border-right:1px solid #dee5e7}.b-b{border-bottom:1px solid #dee5e7}.b-l{border-left:1px solid #dee5e7}.b-light,.b-light-hover:hover{border-color:#edf1f2}.b-dark,.b-dark-hover:hover{border-color:#3a3f51}.b-black,.b-black-hover:hover{border-color:#3a3f51}.b-primary,.b-primary-hover:hover{border-color:#337ab7}.b-success,.b-success-hover:hover{border-color:#5cb85c}.b-info,.b-info-hover:hover{border-color:#c7dff1}.b-warning,.b-warning-hover:hover{border-color:#f0ad4e}.b-danger,.b-danger-hover:hover{border-color:#d9534f}.b-white,.b-white-hover:hover{border-color:#fff}.b-text,.b-text-hover:hover{border-color:#58666e}.b-logo,.b-logo-hover:hover{border-color:#005596}.b-dashed{border-style:dashed !important}.b-l-light{border-left-color:#edf1f2}.b-l-dark{border-left-color:#3a3f51}.b-l-black{border-left-color:#3a3f51}.b-l-primary{border-left-color:#337ab7}.b-l-success{border-left-color:#5cb85c}.b-l-info{border-left-color:#c7dff1}.b-l-warning{border-left-color:#f0ad4e}.b-l-danger{border-left-color:#d9534f}.b-l-white{border-left-color:#fff}.b-l-2x{border-left-width:2px}.b-l-3x{border-left-width:3px}.b-l-4x{border-left-width:4px}.b-l-5x{border-left-width:5px}.b-2x{border-width:2px}.b-3x{border-width:3px}.b-4x{border-width:4px}.b-5x{border-width:5px}.r{border-radius:0 0 0 0}.r-2x{border-radius:0}.r-3x{border-radius:0}.r-l{border-radius:0 0 0 0}.r-r{border-radius:0 0 0 0}.r-t{border-radius:0 0 0 0}.r-b{border-radius:0 0 0 0}.m-xxs{margin:2px 4px}.m-xs{margin:5px}.m-sm{margin:10px}.m{margin:15px}.m-md{margin:20px}.m-lg{margin:30px}.m-xl{margin:50px}.m-n{margin:0 !important}.m-l-none{margin-left:0 !important}.m-l-xs{margin-left:5px}.m-l-sm{margin-left:10px}.m-l{margin-left:15px}.m-l-md{margin-left:20px}.m-l-lg{margin-left:30px}.m-l-xl{margin-left:40px}.m-l-xxl{margin-left:50px}.m-l-n-xxs{margin-left:-1px}.m-l-n-xs{margin-left:-5px}.m-l-n-sm{margin-left:-10px}.m-l-n{margin-left:-15px}.m-l-n-md{margin-left:-20px}.m-l-n-lg{margin-left:-30px}.m-l-n-xl{margin-left:-40px}.m-l-n-xxl{margin-left:-50px}.m-t-none{margin-top:0 !important}.m-t-xxs{margin-top:1px}.m-t-xs{margin-top:5px}.m-t-sm{margin-top:10px}.m-t{margin-top:15px}.m-t-md{margin-top:20px}.m-t-lg{margin-top:30px}.m-t-xl{margin-top:40px}.m-t-xxl{margin-top:50px}.m-t-n-xxs{margin-top:-1px}.m-t-n-xs{margin-top:-5px}.m-t-n-sm{margin-top:-10px}.m-t-n{margin-top:-15px}.m-t-n-md{margin-top:-20px}.m-t-n-lg{margin-top:-30px}.m-t-n-xl{margin-top:-40px}.m-t-n-xxl{margin-top:-50px}.m-r-none{margin-right:0 !important}.m-r-xxs{margin-right:1px}.m-r-xs{margin-right:5px}.m-r-sm{margin-right:10px}.m-r{margin-right:15px}.m-r-md{margin-right:20px}.m-r-lg{margin-right:30px}.m-r-xl{margin-right:40px}.m-r-xxl{margin-right:50px}.m-r-n-xxs{margin-right:-1px}.m-r-n-xs{margin-right:-5px}.m-r-n-sm{margin-right:-10px}.m-r-n{margin-right:-15px}.m-r-n-md{margin-right:-20px}.m-r-n-lg{margin-right:-30px}.m-r-n-xl{margin-right:-40px}.m-r-n-xxl{margin-right:-50px}.m-b-none{margin-bottom:0 !important}.m-b-xxxs{margin-bottom:1px}.m-b-xxs{margin-bottom:3px}.m-b-xs{margin-bottom:5px}.m-b-sm{margin-bottom:10px}.m-b{margin-bottom:15px}.m-b-md{margin-bottom:20px}.m-b-lg{margin-bottom:30px}.m-b-xl{margin-bottom:40px}.m-b-xxl{margin-bottom:50px}.m-b-n-xxs{margin-bottom:-1px}.m-b-n-xs{margin-bottom:-5px}.m-b-n-sm{margin-bottom:-10px}.m-b-n{margin-bottom:-15px}.m-b-n-md{margin-bottom:-20px}.m-b-n-lg{margin-bottom:-30px}.m-b-n-xl{margin-bottom:-40px}.m-b-n-xxl{margin-bottom:-50px}.avatar{position:relative;display:block;border-radius:500px;white-space:nowrap}.avatar img{border-radius:500px;width:100%}.avatar i{position:absolute;left:0;top:0;width:10px;height:10px;margin:2px;border-width:2px;border-style:solid;border-radius:100%}.avatar i.right{left:auto;right:0}.avatar i.bottom{left:auto;top:auto;bottom:0;right:0}.avatar i.left{top:auto;bottom:0}.avatar i.on{background-color:#5cb85c}.avatar i.off{background-color:#99a6ad}.avatar i.busy{background-color:#d9534f}.avatar i.away{background-color:#f0ad4e}.avatar.thumb-md i{width:12px;height:12px;margin:3px}.avatar.thumb-sm i{margin:1px}.avatar.thumb-xs i{margin:0}.w-1x{width:1em}.w-2x{width:2em}.w-3x{width:3em}.w-xxs{width:60px}.w-xs{width:90px}.w-sm{width:150px}.w{width:200px}.w-md{width:240px}.w-lg{width:280px}.w-xl{width:320px}.w-xxl{width:360px}.w-boxed{width:768px}.w-full{width:100%}.w-auto{width:auto}.h-auto{height:auto}.h-full{height:100%}.thumb-xl,img.campaign-thumbnail{width:128px;display:inline-block}.thumb-lg{width:96px;display:inline-block}.thumb-md{width:64px;display:inline-block}.thumb{width:50px;display:inline-block}.thumb-sm{width:40px;display:inline-block}.thumb-xs{width:34px;display:inline-block}.thumb-xxs{width:30px;display:inline-block}.thumb-wrapper{padding:2px;border:1px solid #dee5e7}.thumb img,.thumb-xs img,.thumb-sm img,.thumb-md img,.thumb-lg img,.thumb-btn img{height:auto;max-width:100%;vertical-align:middle}.img-full{width:100%}.img-full img{width:100%}.scrollable{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.scrollable.hover{overflow-y:hidden !important}.scrollable.hover:hover{overflow:visible !important;overflow-y:auto !important}.smart .scrollable{overflow-y:auto !important}.scroll-x,.scroll-y{overflow:hidden;-webkit-overflow-scrolling:touch}.scroll-y{overflow-y:auto}.scroll-x{overflow-x:auto}.hover-action{display:none}.hover-rotate{transition:all .2s ease-in-out .1s}.hover-anchor:hover>.hover-action,.hover-anchor:focus>.hover-action,.hover-anchor:active>.hover-action{display:inherit}.hover-anchor:hover>.hover-rotate,.hover-anchor:focus>.hover-rotate,.hover-anchor:active>.hover-rotate{-ms-transform:rotate(90%);transform:rotate(90%)}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1050}.backdrop.fade{opacity:0;filter:alpha(opacity=0)}.backdrop.in{opacity:0.8;filter:alpha(opacity=80)}.no-resize{resize:none}sup.required{font-size:100%;top:-0.1em;font-weight:700;color:#AF2626}input.ng-invalid:not(.ng-pristine),textarea.ng-invalid:not(.ng-pristine){border-color:#AF2626}[ng-message],.validation-message{color:#AF2626}tr.invalid>*,.field.invalid{border:1px solid;border-color:#AF2626 !important;background:#f3dede;color:#AF2626}.field.invalid{margin:-1px}tr.invalid>*:first-child{border-right:0}tr.invalid>*:last-child{border-left:0}small[ng-message],small.validation-message{display:inline-block;margin-top:5px}@media screen and (min-width: 992px){.col-lg-2-4{width:20.000%;float:left}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm.show{display:inherit !important}.no-m-sm{margin:0 !important}}@media (max-width: 767px){.w-auto-xs{width:auto}.shift{display:none !important}.shift.in{display:block !important}.row-2 [class*="col"]{width:50%;float:left}.row-2 .col-0{clear:none}.row-2 li:nth-child(odd){clear:left;margin-left:0}.text-center-xs{text-align:center}.text-left-xs{text-align:left}.text-right-xs{text-align:right}.no-border-xs{border-width:0}.pull-none-xs{float:none !important}.pull-right-xs{float:right !important}.pull-left-xs{float:left !important}.dropdown-menu.pull-none-xs{left:0}.hidden-xs.show{display:inherit !important}.wrapper-lg,.wrapper-md{padding:15px}.padder-lg,.padder-md{padding-left:15px;padding-right:15px}.no-m-xs{margin:0 !important}}#loading-bar-container{position:relative}#app-nav{position:relative;z-index:1046}#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{transition:width 350ms;background:#076ca9;position:absolute;z-index:1045;height:3px;top:0;width:100%;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:3px;opacity:.45;-ms-box-shadow:#076ca9 1px 0 6px 1px;box-shadow:#076ca9 1px 0 6px 1px;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:1045;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:#076ca9;border-left-color:#076ca9;border-radius:50%;animation:loading-bar-spinner 400ms linear infinite}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}qc-loader{display:block;width:100%}.loader{margin:0 auto;position:relative;font-size:1px;text-indent:-9999em;-ms-transform:translateZ(0);transform:translateZ(0);animation:load8 1.1s infinite linear}.loader.white{border:2px solid rgba(255,255,255,0.2);border-left-color:#fff}.loader.blue{border:2px solid rgba(0,85,150,0.2);border-left-color:#005596}.loader,.loader:after{border-radius:50%;width:40px;height:40px}.loader.small,.loader.small:after{width:24px;height:24px}.loader.large{border-width:6px}.loader.large,.loader.large:after{width:100px;height:100px}.loader.center{margin:0 auto}.loader.left{margin:0 auto 0 0}.loader.right{margin:0 0 0 auto}@keyframes load8{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#toast-container ul,#toast-container ol{margin:0;padding-left:20px}.toast-title{font-weight:bold;margin-top:-3px}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word;display:block !important}.toast-message a,.toast-message label{color:#ffffff}.toast-message a:hover{color:#cccccc;text-decoration:none}.toast-close-button{position:absolute;right:0.5em;top:-0.1em;float:right;font-size:20px;font-weight:bold;color:#ffffff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-center{top:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-center{bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-center{top:45%}#toast-container{position:fixed;z-index:999999;pointer-events:auto}#toast-container.toast-center,#toast-container.toast-top-center,#toast-container.toast-bottom-center{width:100%;pointer-events:none}#toast-container.toast-center>div,#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{margin:auto;pointer-events:auto}#toast-container.toast-center>button,#toast-container.toast-top-center>button,#toast-container.toast-bottom-center>button{pointer-events:auto}#toast-container *{box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:8px 15px 8px 45px;width:auto;border-radius:0;background-position:10px center;background-repeat:no-repeat;box-shadow:0 0 3px rgba(85,85,85,0.5);color:#ffffff}#toast-container>:hover{box-shadow:0 0 3px rgba(0,0,0,0.5);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-wait{background-image:url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303;transition:background-color 200ms linear}.toast-success{background-color:#51a351}.toast-success:hover{background-color:#2f9c2f}.toast-error{background-color:#bd362f}.toast-error:hover{background-color:#b01b13}.toast-info{background-color:#2f96b4}.toast-info:hover{background-color:#1485a6}.toast-wait{background-color:#2f96b4}.toast-wait:hover{background-color:#1485a6}.toast-warning{background-color:#f89406}.toast-warning:hover{background-color:#d57d00}@media all and (max-width: 767px){#toast-container{width:100% !important;right:0 !important;top:0 !important;bottom:auto !important;left:0 !important}#toast-container>div{border-radius:0 !important}}:not(.no-enter)#toast-container>div.ng-enter,:not(.no-leave)#toast-container>div.ng-leave{transition:1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all}:not(.no-enter)#toast-container>div.ng-enter.ng-enter-active,:not(.no-leave)#toast-container>div.ng-leave{opacity:0.8}:not(.no-leave)#toast-container>div.ng-leave.ng-leave-active,:not(.no-enter)#toast-container>div.ng-enter{opacity:0}#login-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}#login-container form>a{display:inline-block;margin-top:10px}#login-container .text-center ul{text-align:left}#login-container span[class*="logo"]{display:block}#login-container svg.qc-logo{width:100%;height:100%}.register-wrapper{width:100%}.register{max-width:960px;width:100%;margin:0 auto;padding:0 15px}.register .section-header{padding-left:0;padding-right:0}.register hr{margin-top:15px;margin-bottom:0;border-top:1px solid #b5b9bb;margin-left:-15px;margin-right:-15px}.register .fields{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.register .fields .field{padding:15px 7px}.register .fields .field:first-of-type{padding-left:15px}.register .fields .field:last-of-type{padding-right:15px}@media (min-width: 768px){.register .fields{-ms-flex-direction:row;flex-direction:row}.register .fields .field{-ms-flex:1 1 50%;flex:1 1 50%}}.register .field label{display:block}.field-group .section-header{padding-top:0}.field-group:nth-of-type(even){background:#eee}.field-group+.field-group{border-top:1px solid #b5b9bb}.register-container{background:#fff;border:1px solid #b5b9bb}.app-dashboard .list-group{margin-bottom:0}.welcome-message{padding-bottom:0;font-size:22px;line-height:1.2;color:#00446d}@media (min-width: 992px){.welcome-message{font-size:31px;line-height:1.1}}.dashboard-widgets{margin:0 7px}.dashboard-widgets>div{margin:0 8px}.dashboard-widgets .widgets-at-a-glance-container{width:calc(100% - 16px)}.dashboard-widgets .widgets-at-a-glance-container>div{display:-ms-flexbox;display:flex}.dashboard-widgets .widgets-at-a-glance-container>div .widget-at-a-glance{margin-bottom:0;-ms-flex:1 1 auto;flex:1 1 auto}.dashboard-widgets .widgets-at-a-glance-container>div .widget-at-a-glance:not(:last-of-type){margin-right:15px}.highcharts-container{margin:auto}.carousel-container{padding-top:5px}.carousel-control{background-size:55px auto !important;background-repeat:no-repeat !important;background-image:none}.carousel-control:hover{background-color:rgba(0,0,0,0.3)}.carousel-control.left{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");background-position:left 10px top 50%}.carousel-control.right{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");background-position:right -10px top 50%}.carousel-indicators{margin-bottom:0 !important;bottom:5px !important}.carousel-caption{padding:0 !important;right:0 !important;bottom:0 !important;left:0 !important;background:rgba(0,0,0,0.7) !important}.carousel-caption p{margin:0}.carousel-caption p:not(:empty){padding:10px !important}.carousel-indicators:not(.ng-hide)+.carousel-inner .carousel-caption p:not(:empty){padding:10px 10px 30px !important}.error-message-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.error-message{display:inline-block}.error-message h1{font-size:33px}.error-message .message-container{-ms-flex-align:center;align-items:center}.error-message .logo-container{-ms-flex-preferred-size:96px;flex-basis:96px;display:none}.error-message .logo-container svg{overflow:visible;width:96px;height:96px}@media (min-width: 992px){.error-message h1{font-size:36px}.error-message .logo-container{display:block}.message{padding-left:20px}}form.edit-form table tr>th{vertical-align:middle}form.edit-form table tr>th>label{font-weight:inherit;margin-bottom:0}.action-cell{width:1px}.task-cell{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.task-cell>a{-ms-flex:0 0 auto;flex:0 0 auto;display:-ms-flexbox;display:flex}.task-cell>a>.task-checkbox-container{display:-ms-inline-flexbox;display:inline-flex}.task-cell>span{-ms-flex:1;flex:1;padding-left:10px}.title-row .info-button{display:none}.wrapper-not-xs{padding:15px 0}@media screen and (min-width: 768px){.wrapper-not-xs{padding:15px}}.page-title{position:relative;top:12px}.darker-bg:not(.flex){background:#eee}.text,.i-checks-subtext,.toast-message{font-size:16px;line-height:1.3}.text:not(td):not(.text-block):not(.text-inline):not(.i-checks-subtext),.i-checks-subtext:not(td):not(.text-block):not(.text-inline):not(.i-checks-subtext),.toast-message:not(td):not(.text-block):not(.text-inline):not(.i-checks-subtext){display:inline-block}.text>small,.i-checks-subtext>small,.toast-message>small,.text>.small,.i-checks-subtext>.small,.toast-message>.small{font-size:90%}.list-text{padding-left:27px;font-size:16px;line-height:1.3}.list-text>li:not(:last-child){margin-bottom:3px}.handle-newline{white-space:pre-wrap}.text-inline{display:inline}p.text,p.i-checks-subtext,p.toast-message{margin:0}.small-offset{padding-left:2px;position:relative;top:-1px}.qc-panel-title,.qc-panel-content .panel-heading .title,.qc-panel>.tab-content .panel-heading .title{font-size:24px}.qc-panel-content th,.qc-panel>.tab-content th,.qc-panel-content td[scope=row],.qc-panel>.tab-content td[scope=row],.qc-panel-content td[scope=row]>span,.qc-panel>.tab-content td[scope=row]>span,.qc-panel-content thead th,.qc-panel>.tab-content thead th,.qc-panel-content th td,.qc-panel>.tab-content th td,.qc-panel-content tr th[scope=row],.qc-panel>.tab-content tr th[scope=row],.qc-panel-content tr th[scope=row]>span,.qc-panel>.tab-content tr th[scope=row]>span,.widget th,.cell-head,.report-field-title{font-size:16px;font-weight:600}.qc-panel-content .panel-body,.qc-panel>.tab-content .panel-body{padding:0}.qc-panel-content .table,.qc-panel>.tab-content .table{margin-bottom:0;word-break:normal;word-break:break-word}.qc-panel-content .cell-size-content,.qc-panel>.tab-content .cell-size-content{white-space:nowrap;width:1px}.qc-panel-content .cell-em-l-p,.qc-panel>.tab-content .cell-em-l-p{padding-left:1em}.qc-panel-content .cell-em-r-p,.qc-panel>.tab-content .cell-em-r-p{padding-right:1em}.qc-panel-content .cell-size-remaining,.qc-panel>.tab-content .cell-size-remaining{max-width:0}textarea.form-control.match-parent-height{height:calc(100% + 14px)}@media (min-width: 768px){.darker-bg{background:#eee}}@media (min-width: 992px){.vertical-dividers.layout-gt-sm-row{margin:0 -1px -1px 0}.vertical-dividers.layout-gt-sm-row>*{min-height:20px;border-bottom:1px solid #bbb;border-right:1px solid #bbb}.vertical-dividers.layout-gt-sm-row:not(.horizontal-dividers)>*:not(.has-table):not(:first-child){padding-left:15px}.vertical-dividers.layout-gt-sm-row:not(.horizontal-dividers)>*:not(.has-table):not(:last-child){padding-right:15px}.horizontal-dividers{margin-top:-1px}.horizontal-dividers:not(.vertical-dividers)>*:not(.vertical-dividers):not(.tab-container){border-top:1px solid #bbb}.tab-pane>.horizontal-dividers{margin-top:0}.tab-pane>.horizontal-dividers>*{border-top:0 !important}}.section-header{padding:15px 15px 10px}.files{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-16px;margin-left:-16px}.files .file-thumbnail{padding-top:16px;padding-left:16px;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:200px;min-width:116px}.file-thumbnail{position:relative}.file-thumbnail>div{position:relative;width:100%;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#bbb;transition:all 200ms ease-in}.file-thumbnail:hover>div{background-color:#ccc;color:#333}.file-center{position:absolute;margin-top:50%;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.file-center.upload-warning{background:rgba(0,0,0,0.8);color:#fff;padding:3px}.thumbnail-button{position:absolute;width:30px;height:30px;padding:0;opacity:.7;font-size:14px;transition:all 200ms ease-in;box-shadow:none !important}.file-thumbnail:hover .thumbnail-button,.thumbnail-button:hover{opacity:1}.thumbnail-edit{top:0;right:0;border-top-color:transparent;border-right-color:transparent}.thumbnail-expand{left:0;bottom:0;border-left-color:transparent;border-bottom-color:transparent}.contact-thumbnail{max-width:100px;max-height:100px}.involvement-table{border-top:1px solid #ccc;margin-top:-1px}.qc-panel-content>.layout-gt-sm-row,.qc-panel>.tab-content>.layout-gt-sm-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.qc-panel-content>.layout-gt-sm-row>.flex,.qc-panel>.tab-content>.layout-gt-sm-row>.flex{-ms-flex:1 0 360px;flex:1 0 360px}.qc-panel-content>.layout-gt-sm-row>.flex.layout-gt-sm-row,.qc-panel>.tab-content>.layout-gt-sm-row>.flex.layout-gt-sm-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.qc-panel-content>.layout-gt-sm-row>.flex.layout-gt-sm-row>*,.qc-panel>.tab-content>.layout-gt-sm-row>.flex.layout-gt-sm-row>*{-ms-flex:1 1 100%;flex:1 1 100%}.error-message-container a,.has-links a,a[qc-id],.edit-btn,.clickable,.ta-scroll-window.form-control a,button.clickable,.report-selector .list-group-item{color:#005596;border-bottom:0;transition:color 200ms linear}.error-message-container a:hover,.has-links a:hover,a[qc-id]:hover,.edit-btn:hover,.clickable:hover,.ta-scroll-window.form-control a:hover,.report-selector .list-group-item:hover{color:#000}button.clickable,.report-selector button.list-group-item{padding:0}a[qc-id].disabled{color:inherit;cursor:default;pointer-events:none}#notifications .list-group{max-height:300px;overflow-y:scroll}.unit-status{width:10px;height:10px;display:inline-block;border-radius:999em;margin-right:4px;position:relative;top:-1px}.unit-status.unavailable{background:#999}.unit-status.valid{background:#2dad31}.unit-status.at-risk{background:#daa52d}.unit-status.expired{background:#ad2d2d}.warranty-checklist{margin:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.warranty-checklist li{margin-bottom:10px;padding-right:10px;-ms-flex:0 0 100%;flex:0 0 100%}.warranty-checklist li.select-all{-ms-flex:0 0 100% !important;flex:0 0 100% !important;margin-top:10px;margin-bottom:0}@media (min-width: 992px){.warranty-checklist:not(.single-column) li{-ms-flex:1 0 49%;flex:1 0 49%}}.warranty-chooser .ui-select-match-text img{height:25px;margin-left:-5px;margin-top:-4px}.warranty-chooser .ui-select-choices-row:not(:last-child){border-bottom:1px solid #ccc}.warranty-chooser .ui-select-choices-row>a{padding:3px 10px}.warranty-chooser .ui-select-choices-row img{width:45px;margin-right:5px;margin-left:-5px;padding-top:2px;padding-bottom:2px}.warranty-chooser .ui-select-choices-row.active img[src*="generic"]{filter:contrast(0%) brightness(2)}img.warranty-icon{width:45px;margin-right:5px}.spm-td{padding-left:8px !important}.spm-cell{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.spm-num{-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1em}.spm-input{-ms-flex:1 1 100%;flex:1 1 100%}.spm-graphs{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.spm-graph-container{-ms-flex:1 1 50%;flex:1 1 50%}.spm-graph-container .section-header{text-align:center}.maintenance>a{padding:10px 15px}.crud-rotary-startups-edit .qc-panel-card>table>tbody>tr>.cell-size-remaining,.crud-rotary-startups-edit table.qc-panel-content>tbody>tr>table>tbody>tr>.cell-size-remaining,.crud-rotary-startups-edit .qc-panel>table.tab-content>tbody>tr>table>tbody>tr>.cell-size-remaining,.crud-rotary-startups-edit .qc-panel-content>table>tbody>tr>table>tbody>tr>.cell-size-remaining,.crud-rotary-startups-edit .qc-panel>.tab-content>table>tbody>tr>table>tbody>tr>.cell-size-remaining{width:75%}.warranty-selection-area{-ms-flex-pack:distribute;justify-content:space-around}input[type=radio].warranty-radio{display:none}.warranty-radio+label{background:white center center no-repeat;border:1px solid #ddd;border-radius:0;display:inline-block;width:150px;height:150px;overflow:hidden;margin-bottom:0}.warranty-radio+label .warranty-highlight{width:100%;height:100%;background:rgba(0,0,0,0.45);display:none}.warranty-radio+label .warranty-highlight i{margin-top:45px;width:60px;height:60px;line-height:60px;background:white;border-radius:999px;color:green;font-size:24px;display:inline-block}.warranty-radio:checked+label .warranty-highlight{display:block}.web-property-pages{max-height:200px;overflow-y:auto}.web-property-pages ul{list-style-type:none;margin:0;padding:0}.aftermarket-target-group{margin:15px;border:1px solid #ccc}.aftermarket-target-group:nth-of-type(even){background:#eee}.aftermarket-target-group table{border-top:1px solid #ccc}.aftermarket-target-group h4{margin:0;padding:10px 15px;font-size:20px;font-weight:600}.aftermarket-email-preview{padding:30px;background:#0a0a0a;font-family:Helvetica, Arial, sans-serif;color:#0a0a0a}.aftermarket-email-content{margin-top:15px;padding:15px;background:#fff}.aftermarket-email-content h3{margin-top:0}.aftermarket-email-content,.aftermarket-email-content *{font-weight:normal}.aftermarket-email-footer{padding:15px;background:#cacaca;font-size:80%}.campaign-preview-link{display:inline-block}.pad-tabs>.nav{padding-left:15px;padding-right:15px}.me-step{display:inline-block;margin-right:2px;min-width:25px;height:25px;line-height:25px;background:#005596;color:#fff;font-size:18px;font-weight:normal;text-align:center;border-radius:4px}.btn-primary .me-step{background:#fff;color:#337ab7}.me-filters{margin-left:-15px}.me-filters label{margin-right:6px;margin-left:15px}.campaigns{margin-top:-15px;margin-left:-15px}.campaign{margin-top:15px;margin-left:15px;padding:15px;-ms-flex:1 1 100%;flex:1 1 100%}@media (min-width: 768px){.campaign{-ms-flex:1 1 calc(50% - 15px);flex:1 1 calc(50% - 15px);max-width:calc(50% - 15px)}}@media (min-width: 992px){.campaign{-ms-flex-preferred-size:calc(33.33% - 15px);flex-basis:calc(33.33% - 15px);max-width:calc(33.34% - 15px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 1800px){.campaign{-ms-flex-preferred-size:calc(25% - 15px);flex-basis:calc(25% - 15px);max-width:calc(25% - 15px)}}.campaign-thumbnail-container{position:relative;background-color:#333;cursor:pointer}.campaign-thumbnail-container>i{display:none;position:absolute;z-index:1000;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);cursor:pointer;font-size:48px;font-weight:bold;color:#fff}.campaign-thumbnail-container:hover .campaign-thumbnail{background-size:120% auto;opacity:0.3;filter:grayscale(100%)}.campaign-thumbnail-container:hover>i{display:inline-block}.request-campaign .campaign-thumbnail-container{background-color:#333;cursor:auto}.request-campaign .campaign-thumbnail-container .campaign-thumbnail{opacity:0.3}.request-campaign .campaign-thumbnail-container>i{display:inline-block;cursor:auto}.campaign-thumbnail{border:1px solid #bbb}div.campaign-thumbnail{padding-bottom:68%;transition:all 200ms linear;background:#fff no-repeat top center;background-size:100% auto}div.campaign-thumbnail img{width:100%;height:auto}.campaign-details{margin-top:10px;-ms-flex:1 1 auto;flex:1 1 auto}.campaign-description h4{margin-top:0;margin-bottom:6px;font-size:100%}.campaign-description p{margin-bottom:0}.campaign-description p+p{margin-top:15px}.choose-campaign{-ms-flex:0 0 auto;flex:0 0 auto;margin-top:10px}.campaign-preview iframe{border:0;width:100%}.message-express .customize-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.message-express .customize{min-width:400px;-ms-flex-order:2;order:2}.message-express .details{-ms-flex:0 1 500px;flex:0 1 500px;-ms-flex-order:1;order:1}@media (min-width: 992px){.message-express .customize-container{-ms-flex-direction:row;flex-direction:row}.message-express .customize{-ms-flex-order:1;order:1}.message-express .details{-ms-flex-order:2;order:2}}.me-preview{padding-top:5px}.modal-body.me-editor{padding:0}.image-library{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.image-library .file-tabs{-ms-flex:1 1 100%;flex:1 1 100%}.image-library .selected-preview{-ms-flex:0 0 240px;flex:0 0 240px;border-left:1px solid #e5e5e5;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.image-library .active-image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.image-library .active-image .btn-group{-ms-flex:1 0 auto;flex:1 0 auto;margin-top:3px}.image-library .active-image .btn-group i{font-size:13px}.image-library .active-image .btn-group i.icon-expand2{font-size:12px}.image-library .active-image .btn-group>.btn:first-child,.image-library .active-image .btn-group>button.clickable:first-child{margin-right:3px}.image-library .active-image .text,.image-library .active-image .i-checks-subtext,.image-library .active-image .toast-message{-ms-flex:1 1 100%;flex:1 1 100%}.image-library .active-image .use-image{-ms-flex:0;flex:0}.files-container{height:350px;overflow-y:scroll}.files-container.image-upload-drag{background:#f5f5f5;outline:1px dashed #999}.files-container.image-upload-drag table{opacity:0.2}.files-container th,.files-container td{padding:4px 8px !important}.files-container .thumb-column{width:1px}.files-container .name-column{vertical-align:middle !important}.files-container .date-column{vertical-align:middle !important}.files-container tbody tr{cursor:pointer}.files-container tbody tr:hover{background:#efefef}.files-container tbody tr.selected{background:#e4efe2 !important}.campaign-quick-stats{margin:0;font-size:16px}.campaign-quick-stats b{font-weight:600}.existing-lists{max-width:400px}.uploader{border:1px dashed;padding:8px}.uploader.active{background:rgba(0,0,0,0.08)}.list-sample{white-space:nowrap}.ignored{opacity:0.5;text-decoration:line-through}.unmatched{background:#f3dede;color:#AF2626;border-top-color:#AF2626 !important;border-bottom-color:#AF2626 !important}ul.me-lists{margin:0;padding-left:2em;font-size:16px}.qc-panel-content>.layout-gt-sm-row>.flex.report-selector,.qc-panel>.tab-content>.layout-gt-sm-row>.flex.report-selector,.qc-panel>.tab-content>.layout-gt-sm-row>.flex.report-selector{-ms-flex:0 1 245px;flex:0 1 245px}.report-selector .list-group-item{padding-top:7px;padding-bottom:7px;border-left:0;border-right:0}.report-builder .form-control{max-width:200px}.report-options>*:not(:last-child){margin-right:10px}.report-field-title{display:inline-block;margin-bottom:3px}.report-result th,.report-result td{white-space:nowrap}.bom-indent-1>td:not(:last-child){padding-left:40px}.bom-indent-2>td:not(:last-child){padding-left:80px}.bom-indent-3>td:not(:last-child){padding-left:120px}.bom-indent-4>td:not(:last-child){padding-left:160px}.bom-indent-5>td:not(:last-child){padding-left:200px}.bom-indent-6>td:not(:last-child){padding-left:240px}.bom-indent-7>td:not(:last-child){padding-left:280px}.bom-indent-8>td:not(:last-child){padding-left:320px}.bom-indent-9>td:not(:last-child){padding-left:360px}#approval-table ins,#approval-table .ins{color:black;background:#bbffbb}#approval-table del,#approval-table .del{color:black;background:#ffbbbb}.product-info h1,.product-info h2,.product-info h3,.product-info h4,.product-info h5,.product-info h6{margin-top:0}.app-products.app-single.app-edit .qc-panel-title{-ms-flex:0 0 auto;flex:0 0 auto}.app-products.app-single.app-edit .qc-panel-actions{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-pack:start;justify-content:flex-start}#product-photos .product-photo{max-width:100%}#product-photos .thumbs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#product-photos .thumbs .product-thumbnail-container{-ms-flex:0 1 16.6666666667%;flex:0 1 16.6666666667%;max-width:16.6666666667%;padding:15px 15px 30px}#product-photos .thumbs .product-thumbnail-container .product-thumbnail{width:100%;height:100%;padding-bottom:100%;background-size:contain;background-position:center;background-repeat:no-repeat}#product-photos .thumbs .product-thumbnail-container .product-thumbnail.disabled{opacity:.5}#product-photos .thumbs .product-thumbnail-container .product-thumbnail.active{cursor:default}#product-photos .thumbs .product-thumbnail-container .product-name{overflow:hidden;text-align:center;white-space:nowrap;text-overflow:ellipsis}.qc-form-builder{padding:10px}.form-wrap.form-builder .cb-wrap{position:-webkit-sticky;position:sticky;top:10px}.frmb-control{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-wrap.form-builder .frmb>li{border-left:5px solid black}.form-wrap.form-builder .frmb>li:nth-of-type(2n+1){border-left-color:#808080}.formbuilder-radio,.formbuilder-radio-inline{display:inline-block !important;padding:4px 14px !important;border-radius:999em !important;background:#ddd !important;margin-right:8px !important}.formbuilder-radio label,.formbuilder-radio-inline label{margin:0 !important}.formbuilder-radio input,.formbuilder-radio-inline input{display:none !important}.form-wrap.form-builder .frmb li.paragraph-field .fld-label{min-height:1px !important}.form-builder-overlay{z-index:9990 !important}.form-builder-dialog{z-index:9999 !important}.form-builder-dialog{box-shadow:0 3px 10px rgba(0,0,0,0.3) !important;padding:15px !important}.form-builder-dialog.positioned{overflow-y:visible !important;left:50% !important}.form-builder-dialog .button-wrap:before{border-left-width:20px !important;border-right-width:20px !important;border-top-width:15px !important}.app-analytics-dashboard h1,.app-analytics-dashboard h2,.app-analytics-dashboard h3,.app-analytics-dashboard h4,.app-analytics-dashboard h5,.app-analytics-dashboard h6,.app-analytics-dashboard .h1,.app-analytics-dashboard .h2,.app-analytics-dashboard .h3,.app-analytics-dashboard .h4,.app-analytics-dashboard .section-header,.app-analytics-dashboard .section-header,.app-analytics-dashboard .h5,.app-analytics-dashboard h5.section-header,.app-analytics-dashboard h5.section-header,.app-analytics-dashboard .h6{font-weight:400}.app-analytics-dashboard .btn-group-wrap{text-align:center;margin-top:-8px}.app-analytics-dashboard .btn-group-wrap>.btn-group{display:-ms-inline-flexbox;display:inline-flex}.app-analytics-dashboard .btn-group-sm>.btn,.app-analytics-dashboard .btn-group-sm>button.clickable{font-weight:300;font-size:16px}.app-analytics-dashboard .btn,.app-analytics-dashboard button.clickable{border-radius:3px}.app-analytics-dashboard .big-num{font-size:24px}.app-analytics-dashboard .side-by-side-stat{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.app-analytics-dashboard .side-by-side-stat .num{-ms-flex:1 1 auto;flex:1 1 auto}.app-analytics-dashboard .side-by-side-stat .name{-ms-flex:0 0 auto;flex:0 0 auto}.app-analytics-dashboard .modal .modal-title{font-size:20px}.app-analytics-dashboard .modal .modal-body{padding:10px 0}.app-analytics-dashboard .modal .btn,.app-analytics-dashboard .modal button.clickable{border-radius:999px}.app-analytics-dashboard .modal .table{margin:0}.app-analytics-dashboard .modal .table tr:first-child>*{border-top:0}.app-analytics-dashboard .widget-data>ol{margin:0 -8px;padding:0;list-style:none}.app-analytics-dashboard .widget-data>ol>li{padding:8px;margin-bottom:6px;border-radius:4px;cursor:pointer}.app-analytics-dashboard .widget-data>ol>li:nth-of-type(even){background:#f7f7f7}.app-analytics-dashboard .widget-data>ol>li:hover{background:#f2f2f2}.app-analytics-dashboard li>details>summary{margin-left:0;padding-right:20px;display:block}.app-analytics-dashboard li>details>summary:before{right:0}.app-analytics-dashboard .text-date-range{font-size:80%}.app-analytics-dashboard .dashboard-heading{padding:16px 0;-ms-flex:0 0 calc(100% - 16px);flex:0 0 calc(100% - 16px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.app-analytics-dashboard .dashboard-heading .dashboard-title{-ms-flex:1 1 100%;flex:1 1 100%}.app-analytics-dashboard .dashboard-heading .dashboard-global-options{-ms-flex:0 0 auto;flex:0 0 auto}.app-analytics-dashboard .dashboard-heading .dashboard-global-options .btn:not(.ui-select-toggle),.app-analytics-dashboard .dashboard-heading .dashboard-global-options button.clickable:not(.ui-select-toggle),.app-analytics-dashboard .dashboard-heading .dashboard-global-options .report-selector button.list-group-item:not(.ui-select-toggle),.report-selector .app-analytics-dashboard .dashboard-heading .dashboard-global-options button.list-group-item:not(.ui-select-toggle){width:32px;height:32px;border-radius:999px;border-color:transparent !important}.app-analytics-dashboard .dashboard-heading .dashboard-global-options.has-select{-ms-flex:0 0 300px;flex:0 0 300px;text-align:right}.app-analytics-dashboard .dashboard-heading .dashboard-global-options.has-select .qc-ui-select{padding-left:15px}.app-analytics-dashboard .dashboard-heading h1{font-size:18px;font-weight:300;margin:0}.app-analytics-dashboard .dashboard-heading.dashboard-global-heading{padding:8px 16px}.app-analytics-dashboard .dashboard-heading.dashboard-section-heading{padding:16px 16px 8px}.app-analytics-dashboard .dashboard-heading.dashboard-section-heading h1{font-size:20px;font-weight:400}.app-analytics-dashboard .dashboard-widgets{padding-bottom:15px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.app-analytics-dashboard .dashboard-widgets>*{-ms-flex:1 0 auto;flex:1 0 auto}.app-analytics-dashboard .dashboard-widgets.thin{-ms-flex:1 0 20%;flex:1 0 20%;min-width:300px}.app-analytics-dashboard .dashboard-widgets.fat{-ms-flex:1 0 50%;flex:1 0 50%}.app-analytics-dashboard .widget-include-group{margin:0}.app-analytics-dashboard .widget-include{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.app-analytics-dashboard .widget-include .panel{-ms-flex:1;flex:1;border:none;border-radius:3px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05) !important}.app-analytics-dashboard .widget-include .panel .panel-heading{background:transparent !important;font-size:115%;font-weight:400;border:none;display:-ms-flexbox;display:flex;color:#000}.app-analytics-dashboard .widget-include .panel .text-date-range{font-size:14px;color:#777;display:block}.app-analytics-dashboard .panel-title{-ms-flex:1 1 auto;flex:1 1 auto;color:#000;font-size:20px;font-weight:400}.app-analytics-dashboard .panel-options{-ms-flex:0 0 auto;flex:0 0 auto;position:relative;right:-8px}.app-analytics-dashboard .panel-options span{display:inline-block;width:32px;height:32px;border-radius:999px;text-align:center;border:2px solid transparent;background:transparent;transition:all 120ms ease-in-out;color:#777}.app-analytics-dashboard .panel-options span:hover{background:#e1f2ff;color:#076ba8}.app-analytics-dashboard .panel-options .icon{position:relative;top:0px;font-size:18px;transition:all 120ms ease-in-out}.app-analytics-dashboard .gapi-analytics-data-chart>div>div{margin:0 auto}.app-analytics-dashboard .widget-me-sends{background:#009d4f}.app-analytics-dashboard .widget-me-sends .panel-heading{padding-bottom:0}.app-analytics-dashboard .widget-me-sends .panel-heading .panel-options span{color:#fff}.app-analytics-dashboard .widget-me-sends .panel-heading .panel-options span:hover{background:rgba(255,255,255,0.15);color:#fff}.app-analytics-dashboard .widget-me-sends .panel-body{padding-top:0}.app-analytics-dashboard .widget-me-sends .text-date-range{display:block;margin-bottom:15px}.app-analytics-dashboard .widget-me-sends,.app-analytics-dashboard .widget-me-sends .panel-title,.app-analytics-dashboard .widget-me-sends .text-date-range{color:#fff !important}.app-analytics-dashboard .widget-me-sends .side-by-side-stat+.side-by-side-stat{padding-top:5px;margin-top:5px;border-top:1px solid rgba(255,255,255,0.2)}.app-analytics-dashboard .widget-include[ng-include*="me-actions.html"]{-ms-flex:0 0 20%;flex:0 0 20%}.app-analytics-dashboard .widget-include[ng-include*="me-actions.html"] .panel .panel-body{padding:0}.app-analytics-dashboard .widget-include[ng-include*="mxp-campaigns-by-state.html"]{-ms-flex:0 0 50%;flex:0 0 50%}.app-analytics-dashboard .widget-include[ng-include*="top-mxp-campaigns.html"],.app-analytics-dashboard .widget-include[ng-include*="mxp-campaign-response-rates.html"]{-ms-flex:1 1 auto;flex:1 1 auto;min-width:400px}.app-analytics-dashboard .widget-include[ng-include*="ga-website.html"] h2{margin:0;font-size:20px}.app-analytics-dashboard .widget-include[ng-include*="ga-website.html"] .widget-data>div+div{border-top:1px solid #eee;padding-top:20px}.app-analytics-dashboard #dashboard-tech-data .widget-include{-ms-flex:0 1 50%;flex:0 1 50%}.app-analytics-dashboard #dashboard-units .widget-include{-ms-flex:0 1 50%;flex:0 1 50%}.app-analytics-dashboard .widget-include[ng-include*="sharpspring-forms.html"]{-ms-flex:0 0 50%;flex:0 0 50%;-ms-flex-preferred-size:calc(50% - 16px);flex-basis:calc(50% - 16px)}.app-analytics-dashboard #app-nav,.app-analytics-dashboard #toggle-nav{display:none !important}.app-analytics-dashboard #app-nav{transition:flex-basis .3s ease-out;transition:flex-basis .3s ease-out, -ms-flex-preferred-size .3s ease-out}.app-analytics-dashboard #toggle-nav{position:fixed;top:calc(50vh + 50px - 15px);left:calc(260px - 15px);height:30px;width:24px;padding:0 0 0 3px;border-radius:0;border:black 1px solid;box-shadow:3px 3px 6px rgba(0,0,0,0.49);z-index:999999;transition:left .3s ease-out}.app-analytics-dashboard #bars-svg>svg{width:100%;margin:0}.datepicker-popup{display:block !important}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}.date-picker-date-time{position:absolute}.date-range .date-picker-date-time{position:inherit}[date-picker-wrapper]{position:absolute;min-width:220px;z-index:10;display:block;font-size:14px}[date-time-append] [date-picker-wrapper] [date-picker]{margin-top:-30px}[date-time-append] [date-picker]{position:relative;margin-right:-1000px;margin-bottom:-1000px}[date-range] [date-picker] .after.before{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#499dcd;background-image:linear-gradient(to bottom, #5bc0de, #2f6ab4);background-repeat:repeat-x;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}[date-range] [date-picker] .after.before:hover,[date-range] [date-picker] .after.before:active,[date-range] [date-picker] .after.before.active,[date-range] [date-picker] .after.before.disabled,[date-range] [date-picker] .after.before[disabled]{color:#ffffff;background-color:#2f6ab4}[date-picker].hidden{display:none}[date-picker]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-radius:4px;background-color:#fff;padding:4px;box-shadow:2px 2px 2px rgba(0,0,0,0.1);border:1px solid #cfdadd;color:#58666e}[date-picker] table{margin:0}[date-picker] td,[date-picker] th{padding:4px 5px;text-align:center;width:20px;height:20px;border-radius:4px;border:none}[date-picker] th{white-space:nowrap !important}[date-picker] .switch{width:145px}[date-picker] span{display:block;width:23%;height:26px;line-height:25px;float:left;margin:1%;cursor:pointer;border-radius:4px}[date-picker] span:hover{background:#eeeeee}[date-picker] span.disabled,[date-picker] span.disabled:hover{background:none;color:#999999;cursor:default}[date-picker] .active,[date-picker] .now.active{color:#fff;background-color:#005596;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}[date-picker] .active:hover,[date-picker] .active:active,[date-picker] .now.active:hover,[date-picker] .now.active:active,[date-picker] .active.disabled,[date-picker] .active[disabled]{color:#ffffff;background-color:#005596 !important}[date-picker] .now{background:transparent;border:1px solid #005596;color:#58666e}[date-picker] .now:hover{background-color:#eee}[date-picker] .now.disabled,[date-picker] .now[disabled]{color:#58666e;background:#ddd;text-shadow:none}[date-picker] .disabled{background:none;color:#999999 !important;cursor:default}[date-picker] [ng-switch-when="year"] span,[date-picker] [ng-switch-when="month"] span,[date-picker] [ng-switch-when="minutes"] span{height:46px;line-height:46px}[date-picker] [ng-switch-when="date"] td{padding:0}[date-picker] [ng-switch-when="date"] span{width:100%;height:26px;line-height:26px}[date-picker] th:hover,[date-picker] [ng-switch-when="date"] td span:hover{background:#eeeeee;cursor:pointer}@media print{html,body,#app{height:auto !important;min-height:0 !important}body{overflow:visible !important}#app,#content-frame,#app-content,.primary-grid-row{display:block !important}.logo *{fill:#000 !important}#app-nav{display:none !important}#content-frame,#app-content{overflow:auto !important}.header-nav-container{display:none !important}a[href]:after{content:'' !important}.qc-panel-head,.qc-panel>.nav-tabs:not(.nav-stacked){display:none !important}.qc-panel-head,.qc-panel>.nav-tabs:not(.nav-stacked),.qc-panel>.nav-tabs:not(.nav-stacked),.qc-panel-foot{border-color:#eaeff0 !important}[qc-basic]{display:none !important}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{display:block !important}.ui-select-placeholder{opacity:0 !important}.form-control{height:34px !important;border:1px solid black !important}input::-moz-placeholder{opacity:0 !important}input:-ms-input-placeholder{opacity:0 !important}input::-webkit-input-placeholder{opacity:0 !important}.i-checks input+i,.i-checks i.check{border-color:black !important;border-width:1px !important}.qc-ui-select .btn .caret,.qc-ui-select button.clickable .caret{display:none !important}.warranty-checklist{display:block !important}.qc-panel-content th,.qc-panel>.tab-content th,.qc-panel>.tab-content th,.qc-panel-content td[scope=row],.qc-panel>.tab-content td[scope=row],.qc-panel>.tab-content td[scope=row],.qc-panel-content td[scope=row]>span,.qc-panel>.tab-content td[scope=row]>span,.qc-panel>.tab-content td[scope=row]>span,.qc-panel-content thead th,.qc-panel>.tab-content thead th,.qc-panel>.tab-content thead th,.qc-panel-content th td,.qc-panel>.tab-content th td,.qc-panel>.tab-content th td,.qc-panel-content tr th[scope=row],.qc-panel>.tab-content tr th[scope=row],.qc-panel>.tab-content tr th[scope=row],.qc-panel-content tr th[scope=row]>span,.qc-panel>.tab-content tr th[scope=row]>span,.qc-panel>.tab-content tr th[scope=row]>span,.widget th,.cell-head,.report-field-title,.report-field-title{font-weight:500 !important}.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:4px 15px !important}tr.invalid>*,.field.invalid{border:0 !important;border-color:#eaeff0 !important}}
