/* Minification failed. Returning unminified contents.
(6928,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: left;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff /*url("/app/Content/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x*/;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/app/Content/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/app/Content/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/app/Content/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/app/Content/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/app/Content/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/app/Content/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
                color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_222222_256x240.png") !important;
}
.ui-widget-header .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_222222_256x240.png") !important;
}
.ui-state-default .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/app/Content/css/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url("/app/Content/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("/app/Content/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}
/*!

 **********************************************************
 **********************************************************
 **********************************************************
 ******                                              ******
 ******                                              ******
 ******                 IMPORTANT!                   ******
 ******                                              ******
 ******           MAKE NO CHANGES TO THESE           ******
 ******              CSS FILES DIRECTLY!             ******
 ******                                              ******
 ******     CHANGES ARE ONLY ALLOWED WITHIN THE      ******
 ******  _BASE AND _VARIABLES SCSS FILES IN "MAIN".  ******
 ******      (YOU MUST USE A SASS PRECOMPILER)       ******
 ******                                              ******
 ******                                              ******
 **********************************************************
 **********************************************************
 **********************************************************

*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc. 
 * Licensed under MIT (https://github.com/twbs/../Common/Scss/blob/master/LICENSE)
 */
/*@mixin img-responsive($display: block) {
  display: $display;
  max-width: 100%; // Part 1: Set a maximum relative to the parent
  height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
}*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Fonts/glyphicons-halflings-regular.eot");
  src: url("../Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/** {
  @include box-sizing(border-box);
}
*:before,
*:after {
  @include box-sizing(border-box);
}*/
/*html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: $font-family-base;
  font-size: $font-size-base;
  line-height: $line-height-base;
  color: $text-color;
  background-color: $body-bg;
}*/
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/*a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
/*figure {
  margin: 0;
}*/
img {
  vertical-align: middle; }

/*.img-responsive {
  @include img-responsive;
}*/
.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  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: #777777; }

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  /* display: table; // 2 */ }
.dl-horizontal dd:after {
  /*clear: both;*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    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 #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 1.428571429; }

/*@import "../Common/Scss/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container:before, .container:after {
    content: " ";
    /* display: table; // 2 */ }
  .container:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 736px; } }
  @media (min-width: 992px) {
    .container {
      width: 956px; } }
  @media (min-width: 1200px) {
    .container {
      width: 100%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    /* display: table; // 2 */ }
  .container-fluid:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.row {
  margin-left: -8px;
  margin-right: -8px; }
  .row:before, .row:after {
    content: " ";
    /* display: table; // 2 */ }
  .row:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*@import "../Common/Scss/tables";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #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);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@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: 27px; }
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* display: table; // 2 */ }
  .form-horizontal .form-group:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
@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: 8px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #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: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .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 {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.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-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    /* display: table; // 2 */ }
  .btn-toolbar:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* display: table; // 2 */ }
.btn-group-vertical > .btn-group:after {
  /*clear: both;*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* display: table; // 2 */ }
  .nav:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* display: table; // 2 */ }
  .navbar:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* display: table; // 2 */ }
.navbar-header:after {
  /*clear: both;*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* display: table; // 2 */ }
  .navbar-collapse:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
      display: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 8px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -8px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -8px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          /* redundant */
          /*padding-top:    $navbar-padding-vertical;
          padding-bottom: $navbar-padding-vertical;*/ } }

.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @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;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 8px;
      margin-right: 8px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -8px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

/*@import "../Common/Scss/breadcrumbs";*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* display: table; // 2 */ }
  .pager:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

/*@import "../Common/Scss/labels";*/
/*@import "../Common/Scss/badges";*/
/*@import "../Common/Scss/jumbotron";*/
/*@import "../Common/Scss/thumbnails";*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

/*@import "../Common/Scss/progress-bars";*/
/*@import "../Common/Scss/media";*/
/*@import "../Common/Scss/list-group";*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* display: table; // 2 */ }
  .panel-body:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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: 3px;
    border-top-left-radius: 3px; }
  .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: 3px;
    border-bottom-left-radius: 3px; }
.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: 3px;
  border-top-left-radius: 3px; }
  .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: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .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: 3px;
    border-bottom-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    /* display: table; // 2 */ }
  .modal-header:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.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; // 2 */ }
  .modal-footer:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/*@import "../Common/Scss/tooltip";*/
/*@import "../Common/Scss/popovers";*/
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix {
  /* 1. Custom parent clearfix */
  display: inline-block; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* display: table; // 2 */ }
  .clearfix:after {
    /*clear: both;*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide, .hidden {
  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; } }
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* Default theme - Light */
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #ededed; }

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #666; }

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px; }

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent; }

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px; }

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent; }

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc; }

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc; }

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc; }

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc; }

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px; }

/* Noir theme */
.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
  border-radius: 0;
  border: 3px solid #000;
  background: #fff; }

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
  color: #000; }

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 11px; }

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
  border: 11px solid transparent; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 4px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -4px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 4px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -4px; }

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
  border-width: 11px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px; }

.tooltip_templates {
  display: none; }

/* Amphiluke Local floating scroll bar for positioned blocks */
/* https://github.com/Amphiluke/floating-scroll/blob/master/src/jquery.floatingscroll.css */
.fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0; }
  .fl-scrolls div {
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0; }
    .fl-scrolls div:before {
      content: ""; }

.fl-scrolls-hidden {
  bottom: 9999px; }

/* The following is used with absolutely positioned blocks (modal, etc.) See https://github.com/Amphiluke/floating-scroll */
.fl-scrolls-viewport {
  position: relative; }
  .fl-scrolls-viewport .fl-scrolls {
    left: 0;
    position: absolute; }

.fl-scrolls-body {
  overflow: auto; }

#transtoggle {
  width: 40px;
  height: 40px;
  padding: 0;
  position: fixed;
  bottom: 25px;
  left: 15px;
  background-color: rebeccapurple;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none; }
  #transtoggle:hover {
    background-color: mediumpurple; }
  #transtoggle .fa-text {
    font-size: 24px;
    position: absolute;
    left: 8px;
    top: 8px; }
  #transtoggle .fa-key {
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: 5px; }

#transreset {
  width: 40px;
  height: 40px;
  padding: 0;
  position: fixed;
  bottom: 25px;
  left: 65px;
  background-color: darkred;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none; }
  #transreset:hover {
    background-color: crimson; }
  #transreset .fa-wrench {
    font-size: 24px;
    position: absolute;
    left: 8px;
    top: 8px; }

/* ====================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*!
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0; }

/*border-box styling*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 100% height for objects made available, margin clearing */
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

article, aside, details, footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* !
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
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-family: $font-bold; font-weight:normal;
}*/
dfn {
  font-style: italic; }

/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

/*Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*img { border: 0; }*/
/* improved image scaling integrity, after-gap issues, and no-border links */
img {
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic; }

/* updated responsive image size to fit parent block (custom) */
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

/* figure {  margin: 1em 40px; } */
figure {
  margin: 0; }

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; }

/*used to force styling of input elements when a proxy is used*/
/*button, select, input[type=checkbox], input[type=radio], 
input[type="button"], input[type="reset"], input[type="submit"] 
{ -webkit-appearance: none; -moz-appearance:none; appearance:none; cursor: pointer;  }*/
/* remove iOS styling of input buttons */
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none !important; }

/*removes extra padding on buttons that Firefox injects.*/
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*button,
html input[type="button"], // 1
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; // 2
  cursor: pointer; // 3
}*/
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; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

select, input, button, textarea, button {
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

td,
th {
  padding: 0; }

/* NXGen Global SCSS */
.ModalPadding {
  margin-top: 5px !important; }

.text-wrap {
  word-wrap: break-word; }

#intercom-container .intercom-launcher-frame {
  min-height: 0 !important; }

/* Constants (never change) */
/* global messaging section */
.alertmsg.error {
  background-color: #cd2027; }

.alertmsg.warning {
  background-color: #ed5a13; }

.alertmsg.information {
  background-color: #1a9a9a; }

.d-flex {
  display: flex; }

.inneralert {
  width: 100%;
  max-width: 1280px;
  padding: 8px 0;
  color: #ffffff;
  margin: 0 auto;
  position: relative; }
  .inneralert i {
    font-size: 24px;
    padding-right: 10px; }
  .inneralert h6 {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 700;
    font-size: 16px;
    margin-top: 4px; }
  .inneralert p {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 400;
    font-size: 14px;
    padding: 0 40px 0 0;
    margin: 0; }
  .inneralert .close-msg {
    position: absolute;
    right: 0;
    cursor: pointer; }

.ford .inneralert {
  padding-left: 12px; }

/*# sourceMappingURL=Common.css.map */

/*!

 **********************************************************
 **********************************************************
 **********************************************************
 ******                                              ******
 ******                                              ******
 ******                 IMPORTANT!                   ******
 ******                                              ******
 ******           MAKE NO CHANGES TO THESE           ******
 ******              CSS FILES DIRECTLY!             ******
 ******                                              ******
 ******     CHANGES ARE ONLY ALLOWED WITHIN THE      ******
 ******  _BASE AND _VARIABLES SCSS FILES IN "MAIN".  ******
 ******      (YOU MUST USE A SASS PRECOMPILER)       ******
 ******                                              ******
 ******                                              ******
 **********************************************************
 **********************************************************
 **********************************************************

*//*!
 * Custom Main derived from Bootstrap
 * Separated stylings from responsive architecture
 * 
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc. 
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 8, 2018 */@font-face{font-family:'infmetapro-normalregular';src:url("/app/Content/Infiniti/Fonts/infmetapro-normal-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infmetapro-normal-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'infmetapro-boldregular';src:url("/app/Content/Infiniti/Fonts/infinitimetapro-bold-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infinitimetapro-bold-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'infmetapro-normalitalicRg';src:url("/app/Content/Infiniti/Fonts/infinitimetapro-normalitalic-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infinitimetapro-normalitalic-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'infiniti_brandlight';src:url("/app/Content/Infiniti/Fonts/infinitibrand-light-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infinitibrand-light-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'infiniti_brandregular';src:url("/app/Content/Infiniti/Fonts/infinitibrand-regular-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infinitibrand-regular-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'infiniti_brandbold';src:url("/app/Content/Infiniti/Fonts/infinitibrand-bold-webfont.woff2") format("woff2"),url("/app/Content/Infiniti/Fonts/infinitibrand-bold-webfont.woff") format("woff");font-weight:normal;font-style:normal}#intercom-frame,#intercom-container{display:none}[v-cloak]{display:none}.modal-open{padding-right:0 !important}html{overflow-y:scroll !important}#dd-env-insights{display:none}.rounded{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.uppercase{text-transform:uppercase}.centered{text-align:center}.leftalign{text-align:left}.fixed{position:fixed}.textorange{color:#ff8c00 !important}a.a-btn,input.a-btn,button.a-btn{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;display:inline-block;cursor:pointer;text-decoration:none;padding:7px 20px;width:auto;text-transform:uppercase}a.a-btn:hover,a.a-btn:focus,input.a-btn:hover,input.a-btn:focus,button.a-btn:hover,button.a-btn:focus{background-color:#fff;color:#191919}a.b-btn,input.b-btn,button.b-btn{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#fff;font-size:14px;border:1px solid #000;text-decoration:none;color:#191919;display:inline-block;cursor:pointer;text-decoration:none;padding:7px 20px;width:auto;text-transform:uppercase}a.b-btn:hover,a.b-btn:focus,input.b-btn:hover,input.b-btn:focus,button.b-btn:hover,button.b-btn:focus{background-color:#191919;color:#fff}a.disabled{background-color:#fff;color:#bababa;border:2px solid;border-color:#bababa}a.disabled:hover{background-color:#fff;opacity:1;cursor:default}button.btn-disabled,input[type=button].btn-disabled,a.btn-disabled{background-color:#bababa;color:#fff;border:2px solid}button.btn-disabled:hover,input[type=button].btn-disabled:hover,a.btn-disabled:hover{background-color:#bababa;opacity:1;cursor:default}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:14px;line-height:1.428571429;color:#666;background-color:#fff;font-weight:500}.wrapper100{width:100%}.widthlimit{max-width:1280px;width:100%;padding:0}#no-got-script{display:block;width:100%;margin:0 auto;padding:10px;background-color:greenyellow;text-align:center;font-family:Arial, sans-serif;font-size:12px;font-weight:700}.actionbutton{padding:5px 20px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px;line-height:1.25;color:#191919;background-color:#fff;border:1px solid #191919;font-family:"infmetapro-boldregular",sans-serif;cursor:pointer;text-transform:uppercase;border-radius:0 !important;-webkit-border-radius:0 !important;text-transform:uppercase}.actionbutton:hover{background-color:#191919;color:#fff}.standardBtn{padding:5px 15px;font-size:16px;line-height:1.25;color:#fff;background-color:#191919;border:1px solid #191919;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;text-transform:uppercase;cursor:pointer;border-radius:0 !important;-webkit-border-radius:0 !important;text-transform:uppercase}.standardBtn:hover{background-color:#fff;color:#191919}.cancelBtn{-webkit-border-radius:5px;border-radius:5px;padding:2px 12px;text-decoration:none;font-size:16px;line-height:1.25;color:#191919;background-color:#fff;border:1px solid #191919;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px;cursor:pointer;border-radius:0 !important;-webkit-border-radius:0 !important;text-transform:uppercase}.cancelBtn:hover{background-color:#191919;color:#fff;opacity:1 !important}.btn{padding:6px 20px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px;border-radius:0 !important;-webkit-border-radius:0 !important;text-decoration:none !important;text-transform:uppercase}button.close{padding:0 7px;font-size:28px;margin-right:-2px;outline:none}#background{width:100%;background-color:#ffffff;margin:0 auto;padding:0;min-height:0 !important;padding-bottom:25px}#gradientBar{background:#eaeaea linear-gradient(to bottom, #eaeaea 0%, #fff 100%);width:100%;margin-top:90px;height:50px}header{background-color:#fff;width:100%;margin:0 auto;padding:0;position:fixed;border-bottom:1px solid #c1c1c1;z-index:20;top:0}header #headerlogo-desktop{position:relative;top:10px;left:15px;display:block;height:auto;width:102px;z-index:4}header #headerlogo-mobile{position:relative;top:7px;left:0;display:none;height:auto;width:72px;z-index:4}@media screen and (max-width: 767px){header #headerlogo-desktop{display:none}header #headerlogo-mobile{display:inline !important}}header .headertop{display:block;height:105px;width:100%;max-width:1280px;padding:0;margin:0 auto;position:relative}@media screen and (max-width: 1280px){header .headertop{padding:0 12px}}header .headertop #userWrapper{position:absolute;top:0;left:0;width:100%}header #no-got-script{display:block;margin:0;padding:10px;background-color:greenyellow;text-align:center}#headerlogo{width:25%;height:auto;position:absolute;top:20px;left:10px}@media screen and (max-width: 1280px){#headerlogo{left:20px}}@media screen and (max-width: 767px){#headerlogo{width:245px;z-index:90;margin-left:-5px}}@media screen and (max-width: 600px){#headerlogo{width:185px;height:auto;top:50px}}.nameplate{color:#191919;position:absolute;top:5px;right:0;font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:11px;font-size:11px !important;text-align:right;line-height:160%}.nameplate a{color:#191919;text-decoration:none}.nameplate a:hover{opacity:0.65}@media screen and (max-width: 767px){.nameplate{position:relative;right:auto;max-width:280px;text-align:right;top:0;float:right}.nameplate em{display:none}.nameplate a{display:block}}.nameplate i{padding:0 3px;font-size:1em;margin:0}.nameplate form{display:inline;margin-left:15px}.nameplate .emphasize{color:#191919;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:11px;text-decoration:none}.nameplate .emphasize:hover{opacity:0.65}.nameplate #linkwrap{display:inline-block;position:relative}.nameplate #linkwrap #user-link{display:inline-block;padding:5px 0;cursor:pointer}.nameplate #linkwrap #userdropdown{position:absolute;right:4px;top:30px;width:280px;background-color:#e5e5e5;-webkit-box-shadow:-3px 3px 3px 0 rgba(0,0,0,0.15);box-shadow:-3px 3px 3px 0 rgba(0,0,0,0.15);border:1px solid #ccc;display:block;text-align:left;display:none;z-index:21}.nameplate #linkwrap #userdropdown .dd-pointer{position:absolute;width:15px;height:auto;top:-10px;right:5px}.nameplate #linkwrap #userdropdown div.closeheader{display:block;padding:3px 7px;text-align:right;background-color:#343434;color:#fff;width:100%;height:23px;position:relative;cursor:pointer}.nameplate #linkwrap #userdropdown div.closeheader i{position:absolute;right:3px;font-size:14px;top:4px}.nameplate #linkwrap #userdropdown a.linked{display:block;padding:6px;text-decoration:none;border-left:5px solid transparent;text-transform:uppercase}.nameplate #linkwrap #userdropdown a.linked:hover{border-left:5px solid #191919;color:#191919}.nameplate #products{background-color:#fff;text-transform:uppercase;width:92%;margin:10px 4%;padding:5px 0}.nameplate #products h5{font-size:11px;text-align:center}.nameplate #products .cartlink{width:47%;text-align:center;padding:5px;float:left;display:inline-block}.nameplate #products .cartlink form{margin:0;padding:0}.navbar-default li.dropbtn{max-height:42px;position:relative}.navbar-default li.dropbtn::after{content:"▲";color:#b2b2b2;position:absolute;right:18x;bottom:-8px;font-size:16px;display:none}.navbar-default li.dropbtn>ul{width:260px;margin:0;display:none;padding:0;z-index:2;position:absolute;list-style-type:none;border-top:1px solid #b2b2b2}.navbar-default li.dropbtn>ul li{width:100%;height:auto}.navbar-default li.dropbtn>ul li a{background-color:#d9d9d9 !important;border-left:3px solid #d9d9d9;color:#000;height:auto;padding:7px 10px;width:100%;text-align:left;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:11px}.navbar-default li.dropbtn>ul li a:hover{background-color:#d9d9d9 !important;border-left:3px solid #000}.navbar-default li.dropbtn>ul li>ul{width:100%;padding:0;margin:0;list-style-type:none}.navbar-default li.dropbtn>ul li>ul li a{padding:7px 10px 7px 25px;font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:11px}.navbar-default li.dropbtn:hover::after{display:block}.navbar-default li.dropbtn:hover ul{display:block}.navbar-default li.dropbtn ul#reportmenu{border:6px solid #999;height:auto;width:320px;background-color:#d9d9d9 !important}.navbar-default li.dropbtn ul#reportmenu li{text-align:left;padding:0}.navbar-default li.dropbtn ul#reportmenu li a{padding:5px 15px !important}.navbar-default li.dropbtn .catName{cursor:text;text-transform:uppercase;padding:8px 0 0 5px !important;background-color:#d9d9d9}.navbar-default li.dropbtn .sectionheader{background-color:darkgray;text-align:center;color:white;font-size:14px;padding:10px 5px !important;position:relative}.navbar-default li.dropbtn .sectionheader #arrowPointer{width:15px;position:absolute;left:74px;top:-14px}.navbar-default li.dropbtn .reportDisabled{color:#aaaaaa !important;cursor:default !important}.navbar-default li.dropbtn .reportDisabled:hover{border-left:3px solid #d9d9d9}#navshadow{border:0;width:100%;margin:0;padding:0;height:4px;display:block;position:relative;z-index:2;background:linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, transparent 100%)}nav{width:100%;margin:0 auto}nav .navbox{width:100%;position:absolute;left:0;bottom:0}nav .navbox ul{padding-left:112px}@media screen and (max-width: 767px){nav ul{margin:auto !important;width:100% !important}}nav ul .active{background-color:#efefef}nav.navbar-default{border:none;background-color:#fff;position:absolute;bottom:0;text-transform:uppercase}@media screen and (max-width: 767px){nav.navbar-default{z-index:2;margin-top:0;top:40px;border-right-width:0;width:100%}nav.navbar-default .navbar-toggle{top:5px;padding-top:6px}nav.navbar-default .navbar-toggle .icon-bar{background-color:#191919;height:3px;margin-top:3px}nav.navbar-default .navbar-toggle:hover{background-color:#191919}nav.navbar-default .navbar-toggle:hover .icon-bar{background-color:#fff}}nav .navbar-nav>li>a{line-height:10px;padding:10px 20px}nav.navbar{min-height:0;margin-bottom:auto;padding:0;width:100%;border-radius:0;-webkit-border-radius:0}nav.navbar:after{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.5);box-shadow:0 0 4px 0 rgba(0,0,0,0.5)}@media screen and (max-width: 1280px){nav.navbar{padding-right:108px}}@media screen and (max-width: 1280px){nav.navbar{padding-right:5px}}nav .phone{display:inline-block;text-align:right;color:#666;z-index:5;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:18px;position:absolute;top:5px;right:0;text-transform:none !important}nav .phone a{text-decoration:none;color:#666 !important}nav .phone a:hover{color:#191919 !important}nav .phone small{font-size:0.75em}nav .phone a.online-chat small{color:#191919 !important}nav .phone a.online-chat:hover{color:#191919}nav .phone br{display:none}@media screen and (max-width: 900px){nav .phone{font-size:15px;line-height:16px;top:-5px}nav .phone br{display:inline}}@media screen and (max-width: 780px) and (min-width: 768px){nav .phone{display:none}}@media screen and (max-width: 767px){nav .phone{display:block;text-align:left;top:25px;right:auto;left:15px;z-index:90}nav .phone br{display:none}}nav .navbar-collapse{border:none;padding:0;margin-left:-15px;display:none}@media screen and (max-width: 767px){nav .navbar-collapse{display:none;margin:0}}nav .collapse{padding:0}nav .container-fluid{padding:0;width:100%;max-width:1280px}nav li{cursor:pointer;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px}nav li a,nav li span{display:block}nav li a:hover,nav li span:hover{background-color:#191919 !important;color:#fff !important}nav li span{color:#191919 !important;display:block;padding:10px 25px;line-height:20px}@media screen and (max-width: 767px){nav li{margin:0 -7px}}nav li a{text-decoration:none}nav li a.active{color:#191919}nav .navbar-toggle{margin:auto;position:absolute;float:none;right:15px;top:10px}@media screen and (max-width: 767px){nav{margin-top:-25px}nav .navbar-header{height:55px;margin:0}nav.navbar{margin-top:auto;padding:0;margin-left:-5px}}@media screen and (max-width: 600px){nav{margin-top:0}}#topnavbar{background-color:#fff;position:relative;z-index:3}@media screen and (max-width: 1280px){#topnavbar{margin-left:0px}}@media screen and (max-width: 767px){#topnavbar{margin-left:-8px;border-bottom:1px solid #bababa;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.25);box-shadow:0 3px 3px 0 rgba(0,0,0,0.25)}}@media screen and (max-width: 767px){.nav>li>a{padding-left:26px}#navbtn{margin-right:10px}}.navbar-header{position:relative}.navbar-header span.call-in{font-size:16px;display:none;text-align:left;font-weight:700;position:absolute;top:12px;left:26px}.navbar-header span.call-in small{font-weight:400;font-size:0.75em}@media screen and (max-width: 767px){.navbar-header span.call-in{display:inline-block}}#user-section{float:right;width:100%}@media screen and (max-width: 768px){#user-section{padding-right:5px}}#user-section button.login{float:right;margin-top:12px}@media screen and (max-width: 1280px){#user-section button.login{margin-top:5px;margin-right:10px}}#user-section .logout{display:none}#user-section em{font-style:normal}#user-section span{float:right;padding-right:15px;font-size:12px;margin-right:40px}@media screen and (max-width: 1280px){#user-section span{margin-right:50px}}@media screen and (max-width: 767px){#user-section span{margin-top:0;margin-right:-85px}}#user-section a#user-btn{display:block;width:43px;height:40px;background-color:#191919;color:#fff;text-decoration:none;position:absolute;top:-5px;right:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;z-index:100;border:1px solid #191919;border-top:0}@media screen and (max-width: 1280px){#user-section a#user-btn{right:10px}}#user-section a#user-btn span{font-size:26px;display:block;text-align:center;width:auto;margin:10px auto 4px auto;padding-right:8px}#user-section a#user-btn:hover{background-color:#fff;color:#191919}#usermenu{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-top-left-radius:4px;background-color:#e5e5e5;width:280px;display:block;position:absolute;top:-520px;right:0;-webkit-box-shadow:0 8px 25px 0 rgba(0,0,0,0.6);box-shadow:0 8px 25px 0 rgba(0,0,0,0.6);opacity:0.5;z-index:99}@media screen and (max-width: 1280px){#usermenu{right:10px}}#usermenu .usermenu-pointer{width:38px;height:auto;position:absolute;top:-12px;right:2px}#usermenu #usermenu-title{border-top-right-radius:4px;border-top-left-radius:4px;background-color:#191919;margin:0;width:100%;padding:5px 10px;color:#fff;position:relative}#usermenu #usermenu-title h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;width:100%;max-width:185px;display:inline-block;float:left;line-height:130%}#usermenu #usermenu-title a{color:#fff;display:inline-block;padding:4px;width:auto;position:absolute;right:5px;top:12px;font-size:12px}#usermenu #usermenu-title a:hover{opacity:0.7}#usermenu #products{display:none;background-color:#fff;width:100%;margin:0 auto;padding:0;text-align:center;border-left:15px solid #dedede;border-right:15px solid #dedede}#usermenu #products .standardBtn,#usermenu #products .cancelBtn{font-size:13px;padding:4px 10px;margin:0 5px;text-decoration:none}#usermenu #products span{margin-right:0;float:none;padding:0 10px 10px 10px}#usermenu #products span a{font-family:"infmetapro-normalregular",sans-serif;text-decoration:none;color:#191919;margin-left:-7px}#usermenu #products span a:hover{text-decoration:underline;opacity:0.6}#usermenu #products span .submitLink{background:transparent;border:none;font-family:"infmetapro-normalregular",sans-serif;color:#191919;border:none;outline:none;padding:0;margin-left:-7px}#usermenu #products span .submitLink:hover{text-decoration:underline;opacity:0.6}#usermenu #products h5{margin:0;font-size:13px;padding:7px}#usermenu #products .cartbutton{width:50%;display:inline-block;float:left;padding:0 0 7px 18px}#usermenu #products .cartbutton span{margin:0;float:left;padding-right:7px}#usermenu #products .cartbutton a{float:left}#usermenu #products .cartbutton:last-child a{margin-left:-1px}#usermenu #hints{width:100%;text-align:center;margin-top:20px}#usermenu #hints input[type=checkbox]{display:inline-block !important;width:1px;height:1px;position:absolute;left:-11111px}#usermenu #hints .wrap label{display:inline-block;font-size:12px;font-family:"infmetapro-normalregular",sans-serif;cursor:pointer;padding:5px 0 5px 30px;cursor:pointer;margin-left:-30px;margin-top:0px;position:relative;top:-5px}#usermenu #hints i{left:10%;margin-left:-2px;color:#191919 !important}#usermenu #hints .cr{position:relative;display:inline-block;border:1px solid #a9a9a9;border-radius:1px;width:16px;height:16px;top:-2px;left:-6px}#usermenu #hints #userwrap{text-align:center;padding:10px 0}#usermenu #hints #userwrap h4{font-size:16px;font-family:"infmetapro-boldregular",sans-serif;margin-top:20px;margin-bottom:20px}#usermenu #hints #userwrap input[type=submit]{margin:10px auto}#usermenu #userwrap{text-align:center;padding:10px 0}#usermenu #userwrap h4{font-size:16px;font-family:"infmetapro-boldregular",sans-serif;margin-top:20px;margin-bottom:20px}#usermenu .wrap{width:80%;margin:0 auto}#usermenu .wrap span{margin-right:0;float:none}#usermenu .wrap label{padding-left:28px;margin-left:-10px;position:relative;z-index:2}#usermenu .section-links{display:none;padding:0 10px;width:100%}#usermenu .section-links h5{font-family:"infmetapro-boldregular",sans-serif;font-size:16px}#usermenu .section-links a{font-size:14px;padding:4px 0;color:#191919}::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder{color:#aaa;font-family:"infmetapro-normalregular",sans-serif}#loginModal input[type=text],#loginModal input[type=password],#ForgotPasswordModal input[type=text],#ForgotPasswordModal input[type=password]{font-size:16px !important}#loginModal .modal-body,#loginModal .modal-footer,#ForgotPasswordModal .modal-body,#ForgotPasswordModal .modal-footer{padding:20px 10px;margin:0;display:block;width:100%;overflow:hidden;position:relative}#loginModal .modal-body,#ForgotPasswordModal .modal-body{min-height:130px}#loginModal .modal-dialog,#ForgotPasswordModal .modal-dialog{width:100%;max-width:450px}@media screen and (max-width: 767px){#loginModal .modal-dialog,#ForgotPasswordModal .modal-dialog{margin:30px auto}}@media screen and (max-width: 450px){#loginModal .modal-dialog,#ForgotPasswordModal .modal-dialog{width:92%}}#loginModal .modal-body,#ForgotPasswordModal .modal-body{text-align:center;padding:0 20px !important}#loginModal .modal-footer,#ForgotPasswordModal .modal-footer{padding:20px}@media screen and (max-width: 450px){#loginModal .modal-footer,#ForgotPasswordModal .modal-footer{padding:0 10px}#loginModal .modal-footer .btn,#ForgotPasswordModal .modal-footer .btn{margin:5px 0;font-size:11px}#loginModal .modal-footer .text,#ForgotPasswordModal .modal-footer .text{font-size:11px}}#loginModal .modal-content-inner,#loginModal .message-content,#ForgotPasswordModal .modal-content-inner,#ForgotPasswordModal .message-content{width:100%;max-width:600px;margin:0 auto;text-align:left;padding:30px 20px 10px 20px}@media screen and (max-width: 415px){#loginModal .modal-content-inner,#loginModal .message-content,#ForgotPasswordModal .modal-content-inner,#ForgotPasswordModal .message-content{padding:15px 0 10px 0}#loginModal .modal-content-inner p,#loginModal .message-content p,#ForgotPasswordModal .modal-content-inner p,#ForgotPasswordModal .message-content p{padding-bottom:10px;font-size:12px}#loginModal .modal-content-inner h4,#loginModal .message-content h4,#ForgotPasswordModal .modal-content-inner h4,#ForgotPasswordModal .message-content h4{font-size:12px}#loginModal .modal-content-inner .btn,#loginModal .message-content .btn,#ForgotPasswordModal .modal-content-inner .btn,#ForgotPasswordModal .message-content .btn{font-size:11px}}#loginModal .field-validation-error,#loginModal .field-validation-valid,#ForgotPasswordModal .field-validation-error,#ForgotPasswordModal .field-validation-valid{font-family:"infmetapro-boldregular",sans-serif;font-size:12px;padding-left:10px;display:block;min-height:24px;padding-bottom:5px}#loginModal a.loginhelp,#ForgotPasswordModal a.loginhelp{font-size:13px;text-decoration:underline;display:inline-block;float:left;text-align:left;width:auto;padding:6px 0}#loginModal a.loginhelp:link,#ForgotPasswordModal a.loginhelp:link{color:#999}#loginModal a.loginhelp:hover,#ForgotPasswordModal a.loginhelp:hover{color:#000;text-decoration:underline}#loginModal #loginContent,#ForgotPasswordModal #loginContent{width:100%;max-width:450px;position:relative;height:240px;overflow:hidden}#loginModal #loginPanel,#ForgotPasswordModal #loginPanel{position:absolute;width:100%;left:0;top:0}#loginModal #modaltitlewrapper,#ForgotPasswordModal #modaltitlewrapper{width:100%;max-width:200px;height:26px;overflow:hidden;position:relative}#loginModal h4.modal-title,#ForgotPasswordModal h4.modal-title{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;padding-left:5px}#loginModal #loginTitle,#ForgotPasswordModal #loginTitle{position:absolute;top:0;left:0}#loginModal #loginHelpMenu,#ForgotPasswordModal #loginHelpMenu{position:absolute;top:0;left:-220px;width:200px}#loginModal #loginForgotUsername,#ForgotPasswordModal #loginForgotUsername{position:absolute;top:0;left:-220px;width:200px}#loginModal #loginForgotPassword,#ForgotPasswordModal #loginForgotPassword{position:absolute;top:0;left:-220px;width:200px}@media screen and (max-width: 450px){#loginModal #loginForgotPassword .btn,#ForgotPasswordModal #loginForgotPassword .btn{width:auto;font-size:11px}}#loginModal #loginChangePassword,#ForgotPasswordModal #loginChangePassword{position:absolute;top:0;left:-220px;width:200px}#loginModal h4,#ForgotPasswordModal h4{font-family:"infmetapro-boldregular",sans-serif}#loginModal .loginspinner,#ForgotPasswordModal .loginspinner{position:absolute;top:-2px;right:0;bottom:-5px;left:0;background-color:#000;opacity:0.35;border-bottom:15px solid #000;z-index:200}#loginModal .loginspinner img,#ForgotPasswordModal .loginspinner img{width:48px;height:48px;position:absolute;left:50%;top:50%;margin:-40px 0 0 -24px}#loginModal .loginspinner p,#ForgotPasswordModal .loginspinner p{width:100%;text-align:center;color:#fff;font-family:"infmetapro-boldregular",sans-serif,sans-serif;position:absolute;top:50%;margin-top:-58px}#loginModal .usertext,#loginModal .passtext,#loginModal .hidespinner,#ForgotPasswordModal .usertext,#ForgotPasswordModal .passtext,#ForgotPasswordModal .hidespinner{display:none}#loginModal .showspinner,#ForgotPasswordModal .showspinner{display:block}#loginModal #helpMenu,#ForgotPasswordModal #helpMenu{margin-bottom:45px;display:inline-flex !important}@media screen and (max-width: 415px){#loginModal #helpMenu,#ForgotPasswordModal #helpMenu{margin-bottom:0}}#loginModal #loginHelpPanel,#loginModal #successCPPanel,#ForgotPasswordModal #loginHelpPanel,#ForgotPasswordModal #successCPPanel{position:absolute;width:100%;top:0}#loginModal #loginHelpPanel h4,#loginModal #successCPPanel h4,#ForgotPasswordModal #loginHelpPanel h4,#ForgotPasswordModal #successCPPanel h4{margin-bottom:30px}#loginModal #loginHelpPanel .actionbutton,#loginModal #successCPPanel .actionbutton,#ForgotPasswordModal #loginHelpPanel .actionbutton,#ForgotPasswordModal #successCPPanel .actionbutton{margin:8px 4px;white-space:pre-wrap;text-align:center}#loginModal #loginHelpPanel .modal-body,#loginModal #successCPPanel .modal-body,#ForgotPasswordModal #loginHelpPanel .modal-body,#ForgotPasswordModal #successCPPanel .modal-body{padding:0 10px}#loginModal #loginHelpPanel .modal-content-inner,#loginModal #successCPPanel .modal-content-inner,#ForgotPasswordModal #loginHelpPanel .modal-content-inner,#ForgotPasswordModal #successCPPanel .modal-content-inner{text-align:center}#loginModal #loginHelpPanel .text,#loginModal #successCPPanel .text,#ForgotPasswordModal #loginHelpPanel .text,#ForgotPasswordModal #successCPPanel .text{text-align:left;float:left;display:inline-block;padding-top:4px}#loginModal #loginHelpPanel .modal-footer button,#loginModal #successCPPanel .modal-footer button,#ForgotPasswordModal #loginHelpPanel .modal-footer button,#ForgotPasswordModal #successCPPanel .modal-footer button{float:right}@media screen and (max-width: 415px){#loginModal #loginHelpPanel .actionbutton,#loginModal #successCPPanel .actionbutton,#ForgotPasswordModal #loginHelpPanel .actionbutton,#ForgotPasswordModal #successCPPanel .actionbutton{margin:5px}#loginModal #loginHelpPanel .horz-show,#loginModal #successCPPanel .horz-show,#ForgotPasswordModal #loginHelpPanel .horz-show,#ForgotPasswordModal #successCPPanel .horz-show{display:none}#loginModal #loginHelpPanel .text,#loginModal #successCPPanel .text,#ForgotPasswordModal #loginHelpPanel .text,#ForgotPasswordModal #successCPPanel .text{width:100%;text-align:center;margin:-10px auto 10px auto}#loginModal #loginHelpPanel .btn-default,#loginModal #successCPPanel .btn-default,#ForgotPasswordModal #loginHelpPanel .btn-default,#ForgotPasswordModal #successCPPanel .btn-default{float:none !important;margin:5px}#loginModal #loginHelpPanel .modal-footer,#loginModal #successCPPanel .modal-footer,#ForgotPasswordModal #loginHelpPanel .modal-footer,#ForgotPasswordModal #successCPPanel .modal-footer{padding:10px;text-align:center}#loginModal #loginHelpPanel h4,#loginModal #successCPPanel h4,#ForgotPasswordModal #loginHelpPanel h4,#ForgotPasswordModal #successCPPanel h4{margin-bottom:20px}}#loginModal #loginFUPanel .field-validation-error,#loginModal #loginFPPanel .field-validation-error,#loginModal #loginCPPanel .field-validation-error,#ForgotPasswordModal #loginFUPanel .field-validation-error,#ForgotPasswordModal #loginFPPanel .field-validation-error,#ForgotPasswordModal #loginCPPanel .field-validation-error{padding-left:0}#loginModal #successCPPanel .modal-content-inner,#loginModal #successCPPanel .modal-footer,#ForgotPasswordModal #successCPPanel .modal-content-inner,#ForgotPasswordModal #successCPPanel .modal-footer{text-align:center}#loginModal #loginHelpPanel,#loginModal #loginFUPanel,#loginModal #loginFPPanel,#loginModal #loginCPPanel,#loginModal #loginRPPanel,#loginModal #successFU-RPPanel,#loginModal #successCPPanel,#loginModal #errorPanel,#loginModal #lockedOutPanel,#ForgotPasswordModal #loginHelpPanel,#ForgotPasswordModal #loginFUPanel,#ForgotPasswordModal #loginFPPanel,#ForgotPasswordModal #loginCPPanel,#ForgotPasswordModal #loginRPPanel,#ForgotPasswordModal #successFU-RPPanel,#ForgotPasswordModal #successCPPanel,#ForgotPasswordModal #errorPanel,#ForgotPasswordModal #lockedOutPanel{width:100%;position:absolute;top:0;left:480px;visibility:hidden}#loginModal #errorPanel .modal-body,#ForgotPasswordModal #errorPanel .modal-body{min-height:210px}#loginModal #loginCPPanel .field-validation-error,#loginModal #loginCPPanel .field-validation-valid,#ForgotPasswordModal #loginCPPanel .field-validation-error,#ForgotPasswordModal #loginCPPanel .field-validation-valid{height:34px}#loginModal #successCPPanel .modal-body,#ForgotPasswordModal #successCPPanel .modal-body{min-height:165px}@media screen and (max-width: 767px){#loginModal .modal-dialog{width:92%;margin:15px auto}}.field-validation-error{color:#c00;font-family:"infmetapro-normalregular",sans-serif;font-size:12px}#homePage{margin:10px auto 0 auto;width:100%;text-align:center}@media screen and (max-width: 1280px){#homePage{padding:0 12px}}@media screen and (max-width: 767px){#homePage{margin:35px auto 0 auto}}#homePage .flexparent{display:flex;justify-content:space-between}#homePage .flexitem{flex:1 1}#homePage .tilerow{width:100%;margin-bottom:15px}#homePage #above-fold{width:1280px;margin:0 auto}#homePage #above-fold .bacimg{width:100%;height:auto}#homePage #above-fold p{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;color:#191919;text-transform:uppercase;position:absolute;top:125px;left:25px;text-shadow:0 0 25px #ffffff;text-shadow:0 0 25px #ffffff}#homePage #above-fold p span{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#homePage #above-fold #tile1{padding:0 10px 0 0;position:relative}#homePage #above-fold #tile1 #onetoone{width:245px;height:auto;position:absolute;top:25px;left:25px}#homePage #above-fold #tile1 a{position:absolute;left:66px;top:185px}#homePage #above-fold #tile1 p{left:54px;top:140px}#homePage #above-fold #tile2{padding:0 0 0 10px;position:relative}#homePage #above-fold #tile2 h2{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:30px;max-width:240px;color:#191919;padding:0;margin:0;text-align:center;text-transform:uppercase;position:absolute;top:30px;left:40px}#homePage #above-fold #tile2 a{position:absolute;left:67px;top:185px}#homePage #above-fold #tile2 p{left:37px}#homePage #above-fold #tile4,#homePage #above-fold #tile5,#homePage #above-fold #tile6,#homePage #above-fold #tile7,#homePage #above-fold #tile8{margin-left:20px}#homePage #above-fold .cta-items{background-color:#e6e1dc;color:#191919;padding:25px;text-align:center;min-height:200px}#homePage #above-fold .cta-items .iconholder{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px}#homePage #above-fold .cta-items .iconholder i{font-size:35px}#homePage #above-fold .cta-items .iconholder span{color:#836658}#homePage #above-fold .cta-items h3{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:22px;padding:15px;margin:0;min-height:85px}#homePage #above-fold .cta-items h3 span{font-size:65%}#homePage #above-fold #tile5,#homePage #above-fold #tile6,#homePage #above-fold #tile7{position:relative}#homePage #above-fold #tile5 .expanded,#homePage #above-fold #tile6 .expanded,#homePage #above-fold #tile7 .expanded{letter-spacing:normal;margin-top:-5px}#homePage #above-fold #tile5 h3,#homePage #above-fold #tile6 h3,#homePage #above-fold #tile7 h3{padding:0 15px;position:absolute;bottom:75px;width:100%;left:0}#homePage #above-fold #tile5 .bignum,#homePage #above-fold #tile6 .bignum,#homePage #above-fold #tile7 .bignum{font-size:48px}#homePage #above-fold #tile5 h4,#homePage #above-fold #tile6 h4,#homePage #above-fold #tile7 h4{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:18px}#homePage #above-fold #tile5 sub,#homePage #above-fold #tile6 sub,#homePage #above-fold #tile7 sub{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:12px;bottom:0.3em}#homePage #above-fold #tile6 h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:22px;text-transform:uppercase}#homePage #above-fold #tile6 table{text-transform:uppercase;margin:0 auto;line-height:275%}#homePage #above-fold #tile6 table td{text-align:left;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;vertical-align:center;width:auto;padding:0;position:relative}#homePage #above-fold #tile6 table td span{display:inline-block;height:auto}#homePage #above-fold #tile6 table td.bignum{text-align:right;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:36px;padding-right:10px;width:auto}#homePage #above-fold #tile7{text-transform:uppercase}#homePage #above-fold #tile7 h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px}#homePage #above-fold #tile7 h3{padding-top:20px;bottom:auto}#homePage #above-fold #tile7 span{display:inline-block}#homePage #above-fold #tile5{text-transform:uppercase}#homePage #above-fold #tile5 h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px}#homePage #above-fold #tile5 h3.hometileOC{bottom:0;position:relative !important;min-height:auto}#homePage #above-fold #tile5 span{display:block;padding-top:10px}#homePage #above-fold [id^='tile']{position:relative;min-height:200px;padding:25px 15px}#homePage #above-fold [id^='tile'] h3{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:20px;padding:15px 0}#homePage #above-fold [id^='tile'] .btnwrapit{position:absolute;width:100%;left:50%;text-align:center;bottom:18px;transform:translateX(-50%)}#homePage #kpi-section{text-align:left;width:1280px;margin:0 auto}#homePage #kpi-section h1,#homePage #kpi-section h2,#homePage #kpi-section h3,#homePage #kpi-section h4,#homePage #kpi-section h5,#homePage #kpi-section p{padding:0;margin:0}#homePage #kpi-section h1{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:32px;color:#191919;text-align:left}#homePage #kpi-section .tintback{background-color:#e6e1dc;padding:0;margin-top:15px}#homePage #kpi-section .tintback h3{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:21px;padding:25px 10px;text-align:left}#homePage #kpi-section #imgwrap{position:relative;color:#fff}#homePage #kpi-section #imgwrap img.bacimg{width:100%;height:auto}#homePage #kpi-section #imgwrap h2{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:36px;position:absolute;top:45px;left:65px;text-align:left}#homePage #kpi-section #imgwrap p{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:19px;text-align:left;width:100%;max-width:450px;position:absolute;top:100px;left:65px}#homePage #kpi-section #imgwrap #textblock{width:100%;max-width:550px;position:absolute;top:200px;left:65px}#homePage #kpi-section #imgwrap #textblock .imgcol{width:25%;float:left;display:inline-block}#homePage #kpi-section #imgwrap #textblock .listcol{width:75%;float:left;display:inline-block;padding-left:15px}#homePage #kpi-section #imgwrap #textblock .listcol ul{margin:10px 40px;padding:0}#homePage #kpi-section #imgwrap #textblock .listcol li{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#homePage #kpi-section #imgwrap #textblock .listcol h5{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px;color:#ccc;margin-left:22px}#homePage #kpi-section #imgwrap #textblock img{border:1px solid #ccc;width:100%;height:auto}#homePage #kpi-section #ctablock{color:#fff;background-color:#836658;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;width:auto;margin:0 0 15px 12px;width:auto}#homePage #kpi-section #ctablock span{display:inline-block;float:left;padding:8px 15px;width:auto;background-color:#836658}#homePage #kpi-section #ctablock span.red{background-color:#000}#homePage #kpi-section #loyalty-left{color:#fff;background:#999 url("/app/Content/Infiniti/Images/Home/graphic.png") 0 50px no-repeat;width:72%;padding:25px 0 25px 25px;display:inline-block;float:left}#homePage #kpi-section #loyalty-left #wrapit1,#homePage #kpi-section #loyalty-left #wrapit2{display:inline-block;float:left;padding:8px}#homePage #kpi-section #loyalty-left #wrapit1{width:33%}#homePage #kpi-section #loyalty-left #wrapit2{width:66%}#homePage #kpi-section #loyalty-left h2{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:28px;margin-top:25px;margin:0 0 15px 0}#homePage #kpi-section #loyalty-left p{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:16px;padding-bottom:5px;padding-right:30px}#homePage #kpi-section #loyalty-left p span{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px}#homePage #kpi-section #loyalty-right{background-color:#444;color:#fff;width:28%;height:300px;display:inline-block;float:left}#homePage #kpi-section #loyalty-right .innerwrap{text-align:left;width:75%;margin:35px auto}#homePage #kpi-section #loyalty-right .innerwrap h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px;padding-bottom:20px}#homePage #kpi-section #loyalty-right .innerwrap li{padding-bottom:7px;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}.expanded{letter-spacing:0.1em}hr.divider{border:0;border-top:2px dotted #ccc;width:100%;max-width:1280px;margin:20px auto;background-color:transparent}#dealerbar{width:100%;text-align:left;max-width:1280px;padding:0;margin:10px auto 0 auto}#dealerbar div.img,#dealerbar div.text{width:auto;display:inline;float:left}#dealerbar div.text{padding-left:10px}#dealerbar .username{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:18px;margin:0;padding:0;line-height:24px}#dealerbar .dealername{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:21px;margin:0;padding:0;line-height:14px}#dealerbar a.profilelink{color:#000;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;text-decoration:none;line-height:28px}#dealerbar a.profilelink .fa{font-size:0.8em;margin-left:3px}#dealerbar a.profilelink:hover{text-decoration:underline}#carousel-hero{background-color:transparent;margin:0 auto;margin-top:-65px;max-width:1280px}@media screen and (max-width: 1280px){#carousel-hero{max-width:1280px;margin:-50px  auto 0 auto}}@media screen and (max-width: 767px){#carousel-hero{max-width:1280px;margin:-50px auto 0 auto}}#carousel-hero .carousel{width:100%;margin:0 auto}#carousel-hero .carousel-fade .carousel-inner .item{transition-property:opacity}#carousel-hero .carousel-fade .carousel-inner .item img{width:100%;max-width:1415px;margin:0 auto}@media screen and (max-width: 1280px){#carousel-hero .carousel-fade .carousel-inner .item img{max-width:1280px}}#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{position:absolute;top:30%;left:5%;width:38%;padding:0;font-size:38px}@media screen and (max-width: 1024px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:30px;top:25%}}@media screen and (max-width: 900px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:25px}}@media screen and (max-width: 767px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:19px}}@media screen and (max-width: 550px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:16px}}@media screen and (max-width: 460px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:12px;top:20%}}@media screen and (max-width: 380px){#carousel-hero .carousel-fade .carousel-inner .item .textcarrier{font-size:10px}}#carousel-hero .carousel-fade .carousel-inner .item .textcarrier h1{color:#4c4c4c;font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:1em;letter-spacing:0.02em;text-align:center;padding:0;margin:0}#carousel-hero .carousel-fade .carousel-inner .item .textcarrier h2{color:#4c4c4c;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:.7em;text-align:center;line-height:125%;padding:5px 0 0 0;margin:0}#carousel-hero .carousel-fade .carousel-inner .item .textcarrier .white{color:#fff}#carousel-hero .carousel-fade .carousel-inner .item,#carousel-hero .carousel-fade .carousel-inner .active.left,#carousel-hero .carousel-fade .carousel-inner .active.right{opacity:0}#carousel-hero .carousel-fade .carousel-inner .active,#carousel-hero .carousel-fade .carousel-inner .next.left,#carousel-hero .carousel-fade .carousel-inner .prev.right{opacity:1}#carousel-hero .carousel-fade .carousel-inner .next,#carousel-hero .carousel-fade .carousel-inner .prev,#carousel-hero .carousel-fade .carousel-inner .active.left,#carousel-hero .carousel-fade .carousel-inner .active.right{left:0;transform:translate3d(0, 0, 0)}#carousel-hero .carousel-fade .carousel-control{opacity:0.3;display:none}#carousel-hero .carousel-indicators{bottom:5px;display:none}#carousel-hero .carousel-indicators li{background-color:#999}#carousel-hero .carousel-indicators .active{background-color:#191919}#carousel-hero .glyphicon-chevron-right{margin-right:-85px}#carousel-hero .glyphicon-chevron-left{margin-left:-85px}@media screen and (max-width: 1280px){#carousel-hero .glyphicon-chevron-right{margin-right:-70px}#carousel-hero .glyphicon-chevron-left{margin-left:-70px}}@media screen and (max-width: 767px){#carousel-hero .glyphicon-chevron-right{margin-right:-45px}#carousel-hero .glyphicon-chevron-left{margin-left:-45px}}#cta{margin-top:40px}#cta h2{font-size:24px;font-family:"infmetapro-boldregular",sans-serif;line-height:110%;padding:0;margin:0;margin-bottom:15px}#cta p{width:100%;font-size:14px;margin:0;padding:0;font-family:"infmetapro-normalregular",sans-serif}#cta #cta1{padding:0;background-color:#c1c1c1}#cta #cta1 .sideimage{height:230px;width:35%;max-width:335px;float:left;margin:0;overflow:hidden}#cta #cta1 .sideimage img{width:335px;height:230px}@media screen and (max-width: 550px){#cta #cta1 .sideimage{height:auto;width:100%;max-width:none}#cta #cta1 .sideimage img{width:100%;height:auto;text-align:right}}#cta #cta1 .copycontent{float:left;width:65%;padding:25px 15px 15px 20px;position:relative}#cta #cta1 .copycontent p{height:auto}#cta #cta1 .copycontent .btnwrap{text-align:right;width:100%;padding:55px 15px 10px 15px;position:absolute;bottom:0;right:0}@media screen and (max-width: 550px){#cta #cta1 .copycontent{width:100%}}#cta .cta_width{position:relative;min-height:1px;padding-left:0px;padding-right:0px}@media (min-width: 768px){#cta .cta_width{float:left;width:100%}}#cta .cta_dash_width{position:relative;min-height:1px;padding-left:0px;padding-right:0px}@media (min-width: 768px){#cta .cta_dash_width{float:left;width:33.3333333333%}}#nissan_content{margin:0 30px}#nissan_content #ctadash_wrap{padding:30px 15px 0 15px;background-color:#c1c1c1}#nissan_content .ctapanel{background-color:transparent;position:relative;min-height:1px;padding-left:20px;padding-right:20px;overflow:hidden}@media (min-width: 768px){#nissan_content .ctapanel{float:left;width:33.3333333333%}}#nissan_content .ctapanel .innerwrap{background-color:#fff;padding:0;position:relative}#nissan_content .ctapanel .innerwrap h2{font-size:24px;font-family:"infmetapro-boldregular",sans-serif;line-height:110%;padding:0;margin:15px 20px}#nissan_content .ctapanel .innerwrap .copycontent{width:100%;padding:0 20px 115px 20px}#nissan_content .ctapanel .innerwrap .copycontent p{width:100%;font-size:14px;margin:0;padding:0;font-family:"infmetapro-normalregular",sans-serif}#nissan_content .ctapanel .innerwrap img{width:100%;height:auto}#nissan_content .ctapanel .innerwrap .btnwrap{text-align:right;width:100%;padding:10px 15px 70px 15px;position:absolute;bottom:0px;right:0}#nissan_content .ctapanel .innerwrap .btnwrap strong{padding-left:5px}@media screen and (max-width: 767px){#nissan_content .ctapanel .innerwrap{padding-left:0;padding-right:0;margin:0 -15px 15px -15px}}#seasonal,#externalProfile{width:100%;max-width:1280px;margin:0 auto}#seasonal iframe,#externalProfile iframe{width:1px;min-width:100%;min-height:300px;border-width:0}#blank{background-color:#bababa;height:40px}#titlearea.borderarea{width:100%;max-width:1280px;border:3px solid #eee;padding:25px;margin:0 auto}#titlearea #contacttitle{padding:0 15px;max-width:1280px;width:100%;margin:0 auto;text-align:center;font-family:"infmetapro-normalregular",sans-serif}#titlearea #contacttitle h1{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:36px}#titlearea #contacttitle p{font-size:16px;width:100%;max-width:765px;text-align:center;margin:0 auto}#titlearea #contacttitle p.errorsubtitle{max-width:850px !important}#titlearea #contacttitle .left{text-align:left}#titlearea #contacttitle .topgap{margin-top:30px}#titlearea #thankyoutitle{padding:0 15px;max-width:1280px;width:100%;margin:0 auto;text-align:center;color:#191919}#titlearea #thankyoutitle h1{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:32px;color:#191919}#titlearea #thankyoutitle h4{text-transform:uppercase;color:#191919}#titlearea #thankyoutitle .b-btn{margin:20px auto}#titlearea #thankyoutitle p{font-size:16px;width:100%;max-width:765px;text-align:center;margin:20px auto 10px auto;color:#191919}#titlearea #thankyoutitle .left{text-align:left}#titlearea #thankyoutitle .topgap{margin-top:30px}#subtextarea{text-align:center;width:100%;padding:0 15px 30px 15px}#subtextarea h4{margin:0;padding:0 0 50px 0;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase}#subtextarea p{margin:0;padding:0;font-size:16px}#cta_contact{margin-top:20px}#cta_contact #cta_wrap{padding:30px 15px 0 15px;background-color:#e5e5e5}#cta_contact #cta_wrap h4{text-align:center;padding-bottom:15px;font-family:"infmetapro-normalregular",sans-serif}#cta_contact .ctapanel{background-color:transparent;position:relative;min-height:1px;padding-left:10px;padding-right:10px;overflow:hidden;word-break:break-word;padding-bottom:20px}@media (min-width: 768px){#cta_contact .ctapanel{float:left;width:25%}}#cta_contact .ctapanel .innerwrap{background-color:#fff;padding:15px;height:300px}#cta_contact .ctapanel .innerwrap h2{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:21px;line-height:110%;padding:0;margin:5px 0 25px 0;text-transform:uppercase}#cta_contact .ctapanel .innerwrap p{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:14px}#cta_contact .ctapanel .innerwrap p.adjustP{margin-top:21px}#cta_contact .ctapanel .innerwrap a,#cta_contact .ctapanel .innerwrap .blue{font-family:"infmetapro-boldregular",sans-serif;color:#191919}#cta_contact .ctapanel .innerwrap a{margin-top:-1px;display:inline-block}#cta_contact .ctapanel .innerwrap a:hover{opacity:0.65}@media screen and (max-width: 767px){#cta_contact .ctapanel .innerwrap{height:auto;margin-bottom:15px}}#cta_contact .errorpage{padding:30px 20px 0 20px !important}#cta_contact .errorpage.widthlimit{max-width:675px !important}#cta_contact .errorpage .ctapanel{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media (min-width: 768px){#cta_contact .errorpage .ctapanel{float:left;width:50%}}footer{width:100%;padding:15px;min-height:70px;background-color:#191919;color:#fff}footer p{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:11px;text-align:center}footer img#footerlogo{margin:8px auto 35px auto;width:182px;height:auto}section,.section{margin-left:0;margin-right:0}section:before,section:after,.section:before,.section:after{content:" "}section:after,.section:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.section-group{margin-left:0;margin-right:0}.section-group:before,.section-group:after{content:" "}.section-group:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.section-group:before,.section-group:after{content:" "}.section-group:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.group:before,.group:after{content:" "}.group:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.magicLabel,.magicLabelTA{margin:5px 0 0 0;position:relative}.magicLabel label,.magicLabelTA label{width:auto;background-color:#fff;padding:0 3px;color:#aaa;position:absolute;top:12px;left:10px;line-height:1;-webkit-transition:font-size 0.5s, -webkit-transform 0.5s;transition:font-size 0.5s, -webkit-transform 0.5s}.magicLabel input[type=text],.magicLabel input[type=password],.magicLabelTA input[type=text],.magicLabelTA input[type=password]{padding:12px;height:42px}.magicLabel textarea,.magicLabelTA textarea{padding:12px}.magicLabel .field-validation-error,.magicLabel .field-validation-valid,.magicLabelTA .field-validation-error,.magicLabelTA .field-validation-valid{padding-bottom:5px}.magicLabel.pad-top,.magicLabelTA.pad-top{top:10px}.magicPlaceholder label{position:absolute;top:8px;left:8px;color:#909090;font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:16px;transform:translateY(0);transition:all 0.3s ease-in-out}.magicPlaceholder fieldset{position:relative;margin-bottom:6px}.magicPlaceholder input[type=text],.magicPlaceholder input[type=password]{transition:all 0.3s ease-in-out}.magicPlaceholder input[type=text][data-empty="false"],.magicPlaceholder input[type=text]:valid,.magicPlaceholder input[type=text]:focus,.magicPlaceholder input[type=password][data-empty="false"],.magicPlaceholder input[type=password]:valid,.magicPlaceholder input[type=password]:focus{font-size:12px}.magicPlaceholder input[type=text]:focus,.magicPlaceholder input[type=password]:focus{outline:0;background:#fff}.magicPlaceholder input[type=text][data-empty="false"]+label,.magicPlaceholder input[type=text]:valid+label,.magicPlaceholder input[type=text]:focus+label,.magicPlaceholder input[type=password][data-empty="false"]+label,.magicPlaceholder input[type=password]:valid+label,.magicPlaceholder input[type=password]:focus+label{color:#000;font-size:12px;transform:translateY(-18px);background-color:#fff;padding:0 2px;font-weight:400}.ie9 .magicPlaceholder label{color:#000;font-size:12px;top:-9px;background-color:#fff;padding:0 2px}#passwordToggle{position:absolute;top:4px;right:8px;padding:3px 0;text-align:center;width:48px}#passwordToggle:hover{outline:1px dashed #aaa}#reports{width:100%;margin:0}#reports .frameholder{width:100%;margin:0 auto;max-width:1280px;padding:0}#reports .frameholder iframe{width:100%}#scrollingmessage{width:100%;display:none}#scrollingmessage img{margin:0 auto;width:200px;height:auto}@media only screen and (max-width: 800px){#scrollingmessage{display:block}}#unauth{width:100%;max-width:1280px;padding:30px;margin:0 auto}.standardPage{width:100%;max-width:1280px;margin:0 auto}.standardPage section{margin:0;width:100%;display:block}.standardPage section .panel{margin-top:0;margin-bottom:0}.standardPage section .panel.minhite{min-height:710px}.standardPage section .innerwrap{width:100%;padding:20px 0;margin:0 auto}.standardPage section .innerwrap.wide{padding:5px}@media screen and (max-width: 767px){.standardPage section .innerwrap{padding:15px}}.standardPage section h1{margin-bottom:30px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:24px}.standardPage section h2{font-size:18px;font-family:"infiniti_brandbold",Arial,sans-serif;margin:0;padding:0}.standardPage section h3{padding:0;margin:0 0 20px 0}.standardPage section h4{margin-top:0;font-family:"infiniti_brandbold",Arial,sans-serif;display:block;padding-bottom:10px}.standardPage section h4 span{font-size:0.7em;font-family:"infiniti_brandregular",Arial,sans-serif}.standardPage section h5{font-size:18px;font-family:"infiniti_brandbold",Arial,sans-serif}.standardPage section .alert-warning{margin-top:10px}.standardPage section .alert-warning p{font-size:16px}.standardPage section .center{text-align:center}.standardPage section #disclaimer{width:100%;padding:10px}.standardPage section .k-button{display:inline-block;cursor:pointer;text-decoration:none;color:#fff !important;font-family:Arial,sans-serif;padding:3px !important;border:1px solid #000;width:100% !important;float:left;font-size:11px}.standardPage section .k-button:hover{opacity:0.8}.standardPage section #filterblock{padding:10px;background-color:#ccc;width:100%;border-radius:4px;-webkit-border-radius:4px}.standardPage section #filterblock label{display:inline-block;width:auto;font-size:13px;font-family:"infmetapro-boldregular",sans-serif}.standardPage section #filterblock input[type=text],.standardPage section #filterblock select{font-size:14px;display:inline-block;border-radius:4px;-webkit-border-radius:4px;padding:6px}.standardPage section #filterblock .col-sm-10{padding:0}.standardPage section #filterblock .col-a{width:18%;display:inline-block}.standardPage section #filterblock .col-b{width:22%;display:inline-block}.standardPage section #filterblock .col-c{width:27%;display:inline-block}.standardPage section #filterblock .col-c button{position:relative;top:3px;margin-left:-38px}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.standardPage section #filterblock .col-c button{top:8px;margin-left:-43px}}.standardPage section #filterblock .datepicker{width:130px;padding-right:30px}.standardPage section .top-30{margin-top:30px}.standardPage section div.cbox{width:100%;display:block;text-align:left;font-size:16px;margin-bottom:5px}.standardPage section #template-details img{width:180px;height:auto;border:1px solid #ddd;margin-bottom:15px}.standardPage section [type=checkbox]{margin-right:5px;cursor:pointer}.standardPage section label{cursor:pointer;font-weight:normal;font-size:16px}.standardPage section .magicLabel{margin:5px 0 0 0;position:relative;padding-bottom:20px}.standardPage section .magicLabel label{width:auto;background-color:#fff;padding:0 3px;font-family:"infiniti_brandregular",Arial,sans-serif;color:#aaa;position:absolute;top:12px;left:10px;line-height:1;-webkit-transition:font-size 0.5s, -webkit-transform 0.5s;transition:font-size 0.5s, -webkit-transform 0.5s}.standardPage section .magicLabel input[type=text]{padding:12px;height:42px}.standardPage section .magicLabel .field-validation-error{position:absolute;bottom:3px;left:13px}.standardPage section .magicLabel.pad-top{top:10px}.standardPage section .buttonset{padding:15px 0}.standardPage section .buttonset .a-btn{font-size:16px;margin-right:10px}.standardPage section #validation{padding-bottom:10px}.standardPage section .selectedTheme{margin:10px 40px}.standardPage section .selectedTheme p{font-size:14px;margin:0}.standardPage section .p16px{font-size:16px}.standardPage section table{border:none;margin-top:10px;border-top:2px solid #ddd}.standardPage section table td{border:none;vertical-align:top;font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:16px;width:650px;word-break:break-all}.standardPage section table td:first-child{width:200px;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:16px}.standardPage section table tr:first-child td{padding-top:10px}.standardPage section .grey-top{background-color:#e5e5e5;width:100%;padding:15px;border-top-right-radius:0;border-top-left-radius:0}.standardPage section #template-filters{width:100%;position:relative}.standardPage section #template-filters select{float:left;display:inline-block;margin-right:10px}.standardPage section #template-filters select.autowidth{width:auto}.standardPage section #template-filters .inputHolder{width:100%;display:inline-block}.standardPage section #template-filters .inputHolder label{left:10px;font-size:12px}.standardPage section #template-filters #searchBox{border-bottom:1px solid #c00;align-items:center}.standardPage section #template-filters #searchBox input{background:transparent;border:none;margin-right:10px;padding-left:0px;box-shadow:none}.standardPage section #template-filters #searchBox i.fa-kit{color:#c00}.standardPage section #template-filters #selection-label{width:100%;position:absolute;bottom:-8px;text-align:center;display:block;opacity:0}.standardPage section #template-filters #GAinfowrapper{display:inline-block;position:relative}.standardPage section #template-filters #GAinfo{position:relative;font-size:18px;left:5px;bottom:-1px;cursor:pointer}.standardPage section #template-filters #GAcloseinfo{font-size:16px;position:absolute;top:3px;right:3px;padding:0;margin:0;color:#999;cursor:pointer}.standardPage section #template-filters .info-title{font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:14px;padding-bottom:6px;display:block;text-transform:none}.standardPage section #template-filters #GAtext{display:none;font-size:14px;padding-bottom:20px}.standardPage section #template-filters #GAtext .hilite{color:#666}.standardPage section #template-filters #GA-tooltip{display:none;font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:12px;display:block;width:180px;font-size:12px;background-color:#fff;position:absolute;bottom:36px;left:-78px;padding:25px 15px 15px 15px;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.5);box-shadow:0 0 8px 0 rgba(0,0,0,0.5);line-height:1.4em;text-transform:none}.standardPage section #template-filters #GA-tooltip em{position:absolute;bottom:-14px;left:80px;font-size:21px;color:white;text-shadow:0 3px 3px #787878}.standardPage section #titlebar{margin-top:25px}.standardPage section #titlebar .col-sm-6{padding:0}.standardPage section #titlebar h1{width:auto;padding:0;margin:0 0 40px 0;text-transform:uppercase}.standardPage section #titlebar .searchbox{text-align:right}.standardPage section #titlebar .searchbox span{position:relative;z-index:10;top:4px;right:-30px;font-size:18px;display:inline-block}.standardPage section #titlebar .searchbox input[type=text]{width:280px;display:inline-block;padding-left:30px}.standardPage section #titlebar .searchbox input[type=submit]{margin-left:10px;display:inline-block}@media screen and (max-width: 410px){.standardPage section #titlebar h1{font-size:24px}.standardPage section #titlebar .searchbox{font-size:16px;text-align:left}.standardPage section #titlebar .searchbox span{position:relative;z-index:10;top:4px;right:auto;left:5px;font-size:18px;display:inline-block}.standardPage section #titlebar .searchbox input[type=text]{width:170px;margin-left:-21px}}#wholesale-confirmation{background-color:#ccc;width:100%}#wholesale-confirmation #innercontent{padding:25px 60px;max-width:1280px;width:100%;margin:15px auto 0 auto;text-align:left;background-color:#fff;border-top:25px solid #ccc;border-top:25px solid #ccc}@media screen and (max-width: 767px){#wholesale-confirmation #innercontent{padding:15px}}#wholesale-confirmation #innercontent h1{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase}#wholesale-confirmation #innercontent p{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#wholesale-confirmation #innercontent p.subtitle{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;margin:50px 0}#wholesale-confirmation a{color:#836658;text-decoration:none}#wholesale-confirmation a:hover{opacity:0.7}#wholesale-confirmation h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:21px}#wholesale-confirmation table{width:100%}#wholesale-confirmation td{word-break:break-word;width:80%;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px;vertical-align:top}#wholesale-confirmation td label{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#wholesale-confirmation td:first-child{width:20%;padding-right:10px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;min-width:225px}#wholesale-confirmation td:first-child label{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px}@media screen and (max-width: 767px){#wholesale-confirmation td{word-break:break-word;width:60%;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:12px;vertical-align:top}#wholesale-confirmation td label{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:12px}#wholesale-confirmation td:first-child{width:40%;padding-right:10px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px;min-width:0}#wholesale-confirmation td:first-child label{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px}#wholesale-confirmation #libImage{margin:15px auto 0 auto}}#wholesale-confirmation #libImage{width:100%;max-width:185px;height:auto}#wholesale-confirmation .noleftpad{padding-left:0}#wholesale-confirmation #addl-info{margin-top:25px}#campaignrequest{background-color:#d9d9d9;width:100%}#campaignrequest #innercontent{padding:25px 60px;max-width:1280px;width:100%;margin:15px auto 0 auto;text-align:left;background-color:#fff;border-top:25px solid #d9d9d9;border-top:25px solid #d9d9d9}#campaignrequest #innercontent h1{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase;text-align:center}#campaignrequest #innercontent p{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#campaignrequest #innercontent p.regular{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:16px}#campaignrequest #innercontent p.infText{text-align:center}@media screen and (min-width: 1024px){#campaignrequest #innercontent p.infText{width:500px;margin:0 auto}}#campaignrequest #innercontent p.infText strong{font-weight:400}#campaignrequest #innercontent #template-img{width:100%;height:auto}#campaignrequest fieldset,#campaignrequest .fieldset-div{padding:0 45px;position:relative}#campaignrequest fieldset i,#campaignrequest .fieldset-div i{font-size:24px;color:#836658;position:absolute;top:2px;left:0}#campaignrequest fieldset legend,#campaignrequest .fieldset-div legend{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:19px}#campaignrequest .padright-only{padding:0 25px 0 0}#campaignrequest table{font-size:16px;font-family:Arial, sans-serif}#campaignrequest table td{padding-top:5px;padding-left:10px}#campaignrequest table .morePadding40{padding-left:40px}#campaignrequest .formgroup-inline{margin-bottom:15px}#campaignrequest .formgroup-inline label{width:auto;padding-right:15px}#campaignrequest .formgroup-inline input[type=text]{display:inline;width:250px}#campaignrequest .shorter{width:90px !important}#campaignrequest .medium{width:160px !important}#campaignrequest .large{width:260px !important}#campaignrequest .larger{width:420px !important}#campaignrequest .x-large{width:860px !important}#campaignrequest #delivery-selection button.ui-datepicker-trigger{position:relative;top:-28px;right:-120px}#campaignrequest #delivery-selection p{font-weight:400 !important}#campaignrequest #buttonwrap{text-align:center}#campaignrequest #buttonwrap input{margin:15px 6px}#campaignrequest #buttonwrap h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:19px}#campaignrequest .form-control[disabled],#campaignrequest .form-control[readonly],#campaignrequest fieldset[disabled] .form-control{background-color:#fff}@media only screen and (max-width: 767px){#campaignrequest #innercontent{padding:20px;border:0}#campaignrequest #innercontent h1{font-size:19px;line-height:1.2}#campaignrequest #innercontent h1 br{display:none}#campaignrequest #innercontent p{font-size:14px}#campaignrequest #innercontent fieldset,#campaignrequest #innercontent .fieldset-div{padding:0}#campaignrequest #innercontent legend{font-size:18px;padding-left:30px}#campaignrequest #innercontent legend i{top:0;left:0}#campaignrequest #innercontent #template-img{width:100%;max-width:280px}#campaignrequest #innercontent #campaign-selection label{margin:0 0 0 10px}#campaignrequest #innercontent table{font-size:14px}#campaignrequest #innercontent table td{padding:0 5px}#campaignrequest #innercontent #target-selection td{padding-bottom:15px}#campaignrequest #innercontent #target-selection td:last-child{padding-left:10px}#campaignrequest #innercontent #delivery-selection br{display:none}#campaignrequest #innercontent #buttonwrap h4{font-size:18px}}#campaignlibrary{position:relative}#campaignlibrary a#linkHelp{color:#191919;width:64px;display:block;position:absolute;top:15px;right:50px;text-align:center;text-decoration:none}#campaignlibrary a#linkHelp .glyphicon{font-size:30px;position:relative;top:3px}#campaignlibrary a#linkHelp:hover{opacity:0.8}#campaignlibrary a#linkHelp span{width:100%;padding:4px}#campaignlibrary .skip{margin:40px 0 -10px 0}#campaignlibrary .multi-channel-desc{width:100%;border-left:15px solid #fc0;border-right:2px solid #ccc;padding:10px 25px 10px 35px;background-color:#fff}#campaignlibrary .multi-channel-desc i.fa-star{color:#fc0;font-size:25px;padding-right:5px;margin-left:-30px}#campaignlibrary .multi-channel-desc .skip{margin-top:0;padding-bottom:15px}#campaignlibrary #filter-actions{margin-top:15px}#campaignlibrary #filterListPanel select{width:20%;max-width:166px;padding:6px;text-transform:uppercase}#campaignlibrary #filterListPanel select:last-child{margin-right:0;max-width:200px}@media screen and (max-width: 990px){#campaignlibrary #filterListPanel select{max-width:none !important;width:100%;margin-bottom:4px}}@media screen and (max-width: 780px){#campaignlibrary #filterListPanel select{max-width:none !important;width:100%;margin-bottom:4px}}#campaignlibrary .cbox span{display:inline-block;padding:0;margin-right:20px;width:auto;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:14px}#campaignlibrary .cbox span input[type=checkbox]{margin:0 5px 0 0;position:relative;top:2px}#campaignlibrary #filters{text-align:left;color:#000;font-size:12px;padding-top:7px;width:50%;float:left;text-transform:uppercase}#campaignlibrary #filters span{margin-right:25px}#campaignlibrary #filters span input[type=checkbox]{position:relative;top:2px;margin-right:3px}#campaignlibrary #actionbtns{text-align:right;width:50%;float:left}#campaignlibrary #actionbtns input{margin:0 0 0 10px}@media screen and (max-width: 780px){#campaignlibrary .innerwrap{padding:15px}#campaignlibrary h1{font-size:21px;margin:0;padding:0}#campaignlibrary .top-30{margin:10px 0 0 0}#campaignlibrary #filters,#campaignlibrary #actionbtns{width:100%;text-align:center}#campaignlibrary #filters span{margin:0 8px 20px 8px}#campaignlibrary #actionbtns input{margin:0 5px}#campaignlibrary #filters{padding:0 0 20px 0}}#campaignlibrary #updated{width:33%;display:inline-block;float:left;text-align:right;font-size:14px;padding-top:15px}#campaignlibrary .campaign-list{width:100%;border:2px solid #ccc;padding:10px;background-color:#fff}#campaignlibrary .campaign-list .item-wrapper{padding:8px;display:-ms-flex;display:-webkit-flex;display:flex;flex-wrap:wrap}#campaignlibrary .campaign-list .item-wrapper .greybac{width:100%;position:relative;background-color:white;padding:25px;min-height:350px;padding-top:0;position:relative;display:flex;flex-flow:column;justify-content:flex-start}@media screen and (max-width: 1280px){#campaignlibrary .campaign-list .item-wrapper .greybac{padding:15px}}#campaignlibrary .campaign-list .item-wrapper .GAbac{border:1px solid #999}#campaignlibrary .campaign-list .item-wrapper .details-wrapper{height:25px;padding:10px 15px 0 15px}#campaignlibrary .campaign-list .item-wrapper .details-wrapper a{font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:14px;color:#252525;text-decoration:none}#campaignlibrary .campaign-list .item-wrapper .details-wrapper a:hover{opacity:0.6}#campaignlibrary .campaign-list .item-wrapper .imgwrap{width:200px;position:relative;height:215px;margin:0 auto;cursor:pointer}#campaignlibrary .campaign-list .item-wrapper .imgwrap img{width:90%;height:auto;margin:5px auto 0 auto;cursor:zoom-in;text-align:center}#campaignlibrary .campaign-list .item-wrapper .imgwrap span{position:absolute;top:5px;right:-7%;display:block;font-size:21px;color:#fff;background-color:#000;padding:4px;border-radius:50%;border:2px solid white;cursor:pointer}#campaignlibrary .campaign-list .item-wrapper h5{text-transform:uppercase;width:100%;margin:0 0 10px 0;padding:0 15px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;color:#000;word-break:break-word}#campaignlibrary .campaign-list .item-wrapper .hilite{color:#343434}#campaignlibrary .campaign-list .item-wrapper p{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:13px;padding-bottom:25px;width:100%;margin:0 auto;height:86px;padding:0 15px 25px 15px}#campaignlibrary .campaign-list .item-wrapper .button-row{width:100%;text-align:left;padding:0 15px;min-height:60px}#campaignlibrary .campaign-list .item-wrapper .button-row .a-btn{margin:15px 0;padding:5px 8px}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer{margin-top:30px;text-align:left;padding:10px 15px 25px 10px;background-color:#f5f0eb;width:100%;position:relative}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer h5{padding:0}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer h6{font-weight:700;margin-bottom:4px;text-transform:uppercase}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer .hilite{color:#343434}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer p{padding:0 0 10px 0}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer p.morepadding{padding-bottom:25px;height:115px}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer .modelcount{height:30px}#campaignlibrary .campaign-list .item-wrapper .rapidTemplateContainer .RTbtnwrap{position:absolute;bottom:10px}#campaignlibrary .campaign-list .item-wrapper .a-btn{width:220px;text-align:center}#campaignlibrary .campaign-list .item-wrapper .disabled-btn{padding:7px 20px;width:220px;background-color:#cbcbcb;cursor:default;color:#fff;text-transform:uppercase;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px}#campaignlibrary #emailCampaigns{display:none;padding:20px 40px;margin:0}#campaignlibrary #emailCampaigns h2{font-size:24px}#campaignlibrary #emailCampaigns h2 i{font-size:60px;color:#191919;margin-right:15px;position:relative;top:20px}#campaignlibrary #emailCampaigns p{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:14px;margin:25px 65px;padding:0}#campaignlibrary #emailCampaigns .btnwrapper{width:100%;text-align:center}#campaignlibrary #emailCampaigns .btnwrapper .a-btn{font-size:16px}#campaignlibrary #emailCampaigns h3{margin:25px 65px 0 65px;padding:0}#campaignlibrary #emailCampaigns .endP{margin-top:5px}#campaignlibrary #downloadLink button{background-color:transparent;border:0;font-size:15px !important;float:right;margin-top:10px;margin-right:31px}#disclaimerModal .modal-header{width:100%}#libraryModal a.close{color:#fff;opacity:1 !important}#libraryModal .disabled-btn{padding:7px 20px;width:auto;background-color:#cbcbcb;cursor:default;color:#fff;text-transform:uppercase;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px}#libraryModal .modal-sm{width:550px}@media only screen and (max-width: 625px){#libraryModal .modal-sm{width:300px}}#libraryModal .modal-header{width:100%;font-size:13px}#libraryModal .modal-header h5{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:19px;margin:0;padding:0}#libraryModal .modal-header h5 span{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:15px;margin-left:20px}#libraryModal .modal-header .datablock{width:500px;margin:0;padding:0}#libraryModal .modal-header .datablock p{line-height:150%;margin:0;padding:0}@media only screen and (max-width: 625px){#libraryModal .modal-header .datablock{width:250px}}#libraryModal .modal-body{padding:15px;width:100%}#libraryModal .modal-body img{width:100%;height:auto}#libraryModal .modal-footer{text-align:right}#libraryModal .modal-footer .a-btn{padding:7px 20px}#libraryModal .modal-footer .cancel{background-color:#fff;color:#252525;padding:7px 20px}#libraryModal .modal-footer .cancel:hover{opacity:0.6}#libraryModal span.TemplateTargetAudienceName{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:13px}#libraryModal dt,#libraryModal dd{padding-bottom:5px;display:table-cell !important}#libraryModal dl{display:table-row;width:100%;margin-bottom:0}#libraryModal dt{width:30%}#libraryModal dd{width:65%;padding-left:10px}.dmtemplate{font-size:16px}.dmtemplate img{width:180px;height:auto;border:1px solid #ccc}#commentsTable{margin-bottom:20px}#commentsTable .daties{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:12px;margin:0;padding:0}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination a{display:inline}.pagination a,.pagination span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#000;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination a:first-child,.pagination span:first-child{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination a:last-child,.pagination span:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination .current{z-index:3;color:#fff;background-color:#000;border-color:#000;cursor:default}.pagination .disabled{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination .spacer{margin-top:0}#disclaimerModal .modal-header{width:100%}#libraryModal .modal-sm{width:550px}@media only screen and (max-width: 625px){#libraryModal .modal-sm{width:300px}}#libraryModal .modal-header{width:100%;font-size:14px}#libraryModal .modal-header h5{font-size:19px;font-family:"infmetapro-boldregular",sans-serif;margin:0;padding:0}#libraryModal .modal-header h5 span{font-family:"infmetapro-normalregular",sans-serif;margin-left:20px;font-size:15px}#libraryModal .modal-header .datablock{width:500px;margin:0;padding:0}#libraryModal .modal-header .datablock p{line-height:150%;margin:0;padding:0}@media only screen and (max-width: 625px){#libraryModal .modal-header .datablock{width:250px}}#libraryModal .modal-body{padding:15px;width:100%}#libraryModal .modal-body img{width:100%;height:auto}.dmtemplate{font-size:16px}.dmtemplate img{width:180px;height:auto;border:1px solid #ccc}#commentsTable{margin-bottom:20px}#commentsTable .daties{font-family:"infmetapro-boldregular",sans-serif;font-size:12px;margin:0;padding:0}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination a{display:inline}.pagination a,.pagination span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#191919;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination a:first-child,.pagination span:first-child{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination a:last-child,.pagination span:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination .current{z-index:3;color:#fff;background-color:#191919;border-color:#191919;cursor:default}.pagination .disabled{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination .spacer{margin-top:0}.custommodal .modal-body,.custommodal .modal-footer{text-align:center;padding:20px;margin:0;display:block;width:100%}.custommodal .modal-body{width:80%;margin:0 auto;text-align:left}.custommodal .modal-body h2{color:#191919;text-align:center;margin-bottom:35px}.custommodal .modal-body p,.custommodal .modal-body li{font-size:12px;font-family:"infmetapro-normalregular",sans-serif}.custommodal .modal-content-inner{width:100%;max-width:600px;margin:0 auto;text-align:left}.custommodal .modal-content-inner p{font-size:12px}.custommodal .field-validation-error,.custommodal .field-validation-valid{font-family:"infmetapro-boldregular",sans-serif;font-size:12px;padding-left:10px}.custommodal a.loginhelp{font-size:13px;text-decoration:none;display:inline-block;float:left;text-align:left;width:auto;padding:6px 0}.custommodal a.loginhelp:link{color:#999}.custommodal a.loginhelp:hover{color:#000;text-decoration:underline}.custommodal .modal-footer button{font-size:16px}@media only screen and (min-width: 992px){.custommodal .modal-lg{width:750px}}@media screen and (max-width: 767px){.custommodal .modal-body{width:100%;padding:15px}.custommodal .modal-body h2{margin:0 0 15px 0;font-size:26px}.custommodal .modal-body p,.custommodal .modal-body li{font-size:14px;line-height:130%}.custommodal .modal-footer{padding:0}.custommodal .modal-footer button{margin:-10px 0 10px 0}}.modal-backdrop{background-color:transparent;background:transparent url("/app/Content/Infiniti/Images/Global/gradientbac.png") top left repeat-x}.modal-header{background-color:#4c4c4c;border-radius:6px 6px 0 0;color:#fff}.modal-header button{color:#fff;font-size:26px;cursor:pointer;opacity:1}.modal-header button:hover{color:#fff;opacity:0.8}.modal-footer{border:0}.modal-footer a.btn,.modal-footer .b-btn{padding:5px}h4.modal-title{font-family:"infmetapro-boldregular",sans-serif;padding-left:5px;color:#fff}a.tele-link{text-decoration:none;color:#191919;cursor:default}a.tele-link:hover{opacity:0.65}a.tele-white{color:#fff !important;font-family:"infmetapro-boldregular",sans-serif !important;text-decoration:none !important;cursor:default}a.tele-active{text-decoration:underline;color:#191919;cursor:pointer}a.tele-white-active{text-decoration:underline !important;cursor:pointer}#SelectDealerDialog{padding:10px;background:linear-gradient(top, #dfdfdf, #fff) !important}.ui-widget-header{border:1px solid #4297d7;background:#5c9ccc url(/app/Content/Image/ui-bg_gloss-wave_55_5c9ccc_500x100.png?v=1) 50% 50% repeat-x;color:#ffffff;font-weight:bold}#SelectDealerDialog .info{color:blue}#SelectDealerDialog .error{color:red}.ui-dialog{-webkit-box-shadow:3px 6px 8px 0 rgba(0,0,0,0.5);box-shadow:3px 6px 8px 0 rgba(0,0,0,0.5);padding:0 !important;border:none !important;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-top-left-radius:4px}.ui-dialog .ui-dialog-titlebar span{overflow:inherit;text-overflow:inherit;white-space:normal}.ui-dialog .ui-widget-header{background-image:none;background-color:#666;color:#fff;border:none;padding:10px;border-top-right-radius:4px;border-top-left-radius:4px}.ui-dialog .ui-widget-header .ui-dialog-titlebar-close{border:none !important;background-image:none !important;background:transparent !important;padding:5px 8px !important;font-family:'NxGenCommon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;margin:0 !important;top:3px !important;right:16px !important}.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before{content:"\f000"}.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover{opacity:0.85}.ui-dialog .ui-widget-header .ui-icon{background-image:url("/app/Content/css/Images/ui-icons_ffffff_256x240.png") !important}.ui-dialog .ui-corner-all,.ui-dialog .ui-corner-bottom,.ui-dialog .ui-corner-right,.ui-dialog .ui-corner-br{border-bottom-right-radius:0}.ui-dialog .ui-corner-all,.ui-dialog .ui-corner-bottom,.ui-dialog .ui-corner-left,.ui-dialog .ui-corner-bl{border-bottom-left-radius:0}.ui-dialog #conf-message1{padding:50px 25px;font-family:"infmetapro-normalregular",sans-serif !important}.ui-dialog #conf-message2{padding:20px 50px;background-color:#d9edf7 !important;font-size:16px;font-family:Arial, Helvetica, sans-serif !important}.ui-dialog #conf-message2 h4{font-size:21px}.ui-dialog #conf-message2 .check{font-family:"infmetapro-boldregular",sans-serif;color:#191919;font-size:28px;margin-left:-30px}.ui-dialog #conf-message2 a{color:#191919;font-family:"infmetapro-boldregular",sans-serif}.ui-dialog .ui-dialog-buttonpane{border:none !important}.ui-dialog .ui-dialog-buttonpane button{background-image:none !important;color:#fff !important;font-family:"infmetapro-boldregular",sans-serif !important;padding:3px 12px !important;border:1px solid #191919 !important;background-color:#191919 !important;border-radius:4px;-webkit-border-radius:4px}.ui-dialog .ui-dialog-buttonpane button:hover{background-color:#191919 !important;opacity:0.8}.ui-widget-overlay{background:transparent url("/app/Content/Infiniti/Images/Global/gradientbac.png") top left repeat-x !important}a.a-btn-search,input.a-btn-search,button.a-btn-search{padding-top:7px;padding-bottom:7px}@media screen and (max-width: 767px){a.a-btn-search,input.a-btn-search,button.a-btn-search{font-size:14px;padding:6px 8px}}.alert-warning{background-color:#f1ecd3}#overview{width:100%;margin:0 auto;max-width:1280px;font-family:"infiniti_brandregular",Arial,sans-serif}#overview #panel1{background-color:#f5f0eb;height:400px}#overview #panel1 #inner{position:relative}#overview #panel1 .textbox{padding:50px 100px;width:100%;float:right;display:inline;text-align:center;position:absolute;top:150px}#overview #panel1 .textbox h1{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:72px;margin:0;padding:0 10px;line-height:100%;color:#343434;display:inline}#overview #panel1 .textbox h1.highlight{color:#b2b2b2}#overview #panel1 .textbox p{color:#191919;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:18px;margin:0 auto;margin-top:15px;max-width:500px}#overview #panel1 .imgbox{text-align:center;width:100%;float:right;display:inline;position:absolute;top:22px;height:150px}#overview #panel1 .imgbox img{width:320px;height:auto;margin:0 auto;margin-top:10px}#overview #panel2{background-color:#f0f0f0}#overview #panel2 .textbox{padding:85px 100px}#overview #panel2 .textbox h5{font-size:26px;line-height:130%}#overview #panel2 .textbox p{font-size:18px;margin-top:50px}#overview #panel2 .imgbox{text-align:center;padding:0}#overview #panel2 .imgbox img{width:100%;height:auto}#overview #panel3{background-color:#989898;color:#fff}#overview #panel3 .textbox{padding:60px 100px}#overview #panel3 .textbox h2{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:34px;line-height:110%}#overview #panel3 .textbox p{font-size:18px;margin-top:25px}#overview #panel3 .imgbox{text-align:center;padding:75px 10px 75px 85px}#overview #panel3 .imgbox img{width:100%;height:auto}#overview #panel4{padding:20px}#overview #panel4 #inner-wrap{padding:15px 55px}#overview #panel4 #inner-wrap h1{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:36px;color:#000;margin-bottom:35px;text-align:center}#overview #panel4 #inner-wrap p.subtitle{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:21px;padding-bottom:35px;margin-bottom:35px;text-align:center;border-bottom:1px solid #ccc}#overview #panel4 #inner-wrap .p4-cta{padding:0 20px}#overview #panel4 #inner-wrap .p4-cta img{width:100%;height:auto}#overview #panel4 #inner-wrap .p4-cta h5{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:21px;color:#000}#overview #panel4 #inner-wrap .p4-cta p.subtitle{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:16px}#overview #panel5 .textbox,#overview #panel6 .textbox{padding:60px 100px}#overview #panel5 .textbox h1,#overview #panel6 .textbox h1{font-family:"infiniti_brandlight",Arial,sans-serif;font-weight:normal;font-size:36px;line-height:110%;color:#000}#overview #panel5 .textbox p,#overview #panel6 .textbox p{font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:18px;margin-top:25px}#overview #panel5 .imgbox,#overview #panel6 .imgbox{text-align:center;padding:0 50px 0 0}#overview #panel5 .imgbox img,#overview #panel6 .imgbox img{width:100%;height:auto}#overview #panel5{background-color:#f0f0f0}#timeoutModal .modal-header{width:100% !important}#campRequest h1{font-family:"infiniti_brandbold",Arial,sans-serif;padding-top:15px}#campRequest h5{font-size:16px;padding-bottom:5px}#campRequest #SelectedDateRange::first-letter,#campRequest #CampaignType::first-letter{text-transform:uppercase}#campRequest #SelectedDateRange option::first-letter,#campRequest #CampaignType option::first-letter{text-transform:uppercase}#campRequest #CRhero{width:100%;height:auto;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}#campRequest #underhero{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#b2b2b2;text-align:center;color:#fff;padding:15px;width:100%;margin-top:-6px}#campRequest #underhero h1{font-family:"infiniti_brandbold",Arial,sans-serif;font-size:21px;padding:0 15px;margin:5px 0}#campRequest #underhero p{font-family:"infiniti_brandlight",Arial,sans-serif;font-size:14px;padding:0 15px}#campRequest .imgblock{width:80px;display:inline-block;float:left;margin-right:40px}#campRequest .imgblock img{width:100%;height:auto}#campRequest .txtblock{width:100%;max-width:730px;float:left}#campRequest .txtblock div.tArea{margin-top:15px}#campRequest .txtblock div.tArea textarea{padding:12px}#campRequest #campaign-details .formitem .TAgap{margin-left:25px}#campRequest #campaign-details .cbox-inline{display:inline-block;float:left;margin-right:32px}#campRequest #campaign-details .cbox-inline:first-child{margin-left:25px}#campRequest #campaign-details #templatedetails{margin:10px 025px 0;width:100%}#campRequest #campaign-details #templatedetails img{width:180px;height:auto;border:1px solid #ddd;margin-bottom:15px}#campRequest #campaign-details #templatedetails p{width:100%;margin:5px 0;font-size:14px}#campRequest #customer-details .cbox label{display:inline}#campRequest .rptregion{margin-top:-30px;padding:0;width:75%}@media screen and (max-width: 768px){#campRequest .rptregion{width:100%}}#campRequest .print-repeater{margin:15px 0 5px 0;display:inline-block;font-size:14px;float:left;text-align:left}#campRequest .print-repeater img{margin:0;width:150px;height:auto;border:none;padding:0 0 15px 0;width:130px;height:auto}#campRequest .print-repeater input[type=checkbox]{position:relative;top:2px}#campRequest textarea{width:75%;margin-top:5px}@media screen and (max-width: 768px){#campRequest textarea{width:100%}}#campRequest .TAgap{padding-bottom:15px}#campRequest .ui-datepicker-trigger{margin-left:5px;cursor:pointer}.camp-req-item{width:100%;margin:8px 0;position:relative}.camp-req-item .grey-head{width:100%;padding:10px;font-family:"infiniti_brandregular",Arial,sans-serif;background-color:#f5f0eb;font-size:14px;margin:0;float:left}.camp-req-item .grey-head .colright{text-align:right}@media only screen and (max-width: 767px){.camp-req-item .grey-head .colright{text-align:right}.camp-req-item .grey-head>div{margin-bottom:10px}}.camp-req-item p{font-size:13px;margin:0;padding:0 0 0 3px;line-height:125%}.camp-req-item .weighted{font-family:"infiniti_brandbold",Arial,sans-serif;text-transform:uppercase}.camp-req-item .highlight{font-family:"infiniti_brandbold",Arial,sans-serif;color:#000}.camp-req-item .item-content{width:100%;margin:0;border:2px solid #b2b2b2;line-height:135%;padding:10px;background-color:#fff;float:left}.camp-req-item .item-content img{width:100%;max-width:400px;height:auto;margin:0 auto;overflow:hidden;text-align:center;padding-bottom:10px}.camp-req-item .item-content img.n-a{width:100px;height:auto}@media screen and (max-width: 767px){.camp-req-item .item-content img{max-width:200px}}.camp-req-item .item-content button,.camp-req-item .item-content .a-btn{display:inline-block;cursor:pointer;margin-bottom:3px;text-decoration:none;color:#fff;font-weight:normal;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;padding:5px 20px;border:1px solid #000;background-color:#000;width:100%;font-size:14px;max-width:190px;text-align:center}.camp-req-item .item-content button:hover,.camp-req-item .item-content .a-btn:hover{opacity:0.8}.camp-req-item .item-content .listbtn{margin-top:22px}.camp-req-item .item-content .innerbtnwrap{height:55px;position:relative}.camp-req-item .item-content .innerbtnwrap .orderpage-cancel-button{bottom:17px !important}.camp-req-item .item-content .innerbtnwrap .orderpage-viewbtn{margin-left:-8px !important}.camp-req-item .item-content .innerbtnwrap .a-btn{background-color:#fff;border:0;width:50%;max-width:none;margin:0;float:left;font-size:14px;display:inline;color:#000;position:absolute;bottom:0;right:3px}.camp-req-item .item-content .innerbtnwrap .a-btn:first-child{left:0}.camp-req-item .item-content .innerbtnwrap .a-btn:hover{opacity:0.6;border:0}.camp-req-item .item-content h4,.camp-req-item .item-content h6{padding:0;margin:0 0 5px 0;font-size:16px;word-wrap:break-word}@media screen and (max-width: 767px){.camp-req-item .item-content{padding:10px}.camp-req-item .item-content h4{margin-top:10px;margin-bottom:10px}.camp-req-item .item-content h6{display:none}.camp-req-item .item-content p{padding:0}}.camp-req-item .right{text-align:right}.camp-req-item .disableIt{width:100%;height:100%;position:absolute;background:transparent url("/app/Content/Infiniti/Images/Global/disableBac.png") top left repeat;display:none}.camp-req-item .promptPU1,.camp-req-item .promptDEL1,.camp-req-item .promptPU2,.camp-req-item .promptDEL2,.camp-req-item .promptCOMP1,.camp-req-item .promptCOMP2{position:absolute;width:80%;left:50%;margin-left:-40%;top:30px;border-radius:4px;-webkit-border-radius:4px;-webkit-box-shadow:4px 4px 4px 0 rgba(0,0,0,0.35);box-shadow:4px 4px 4px 0 rgba(0,0,0,0.35);padding:10px;text-align:center;display:none}.camp-req-item .promptPU1 h4,.camp-req-item .promptDEL1 h4,.camp-req-item .promptPU2 h4,.camp-req-item .promptDEL2 h4,.camp-req-item .promptCOMP1 h4,.camp-req-item .promptCOMP2 h4{padding:0 0 10px 0;margin:0}.camp-req-item .promptPU1 h4 .check,.camp-req-item .promptDEL1 h4 .check,.camp-req-item .promptPU2 h4 .check,.camp-req-item .promptDEL2 h4 .check,.camp-req-item .promptCOMP1 h4 .check,.camp-req-item .promptCOMP2 h4 .check{font-size:21px}.camp-req-item .promptPU1 p,.camp-req-item .promptDEL1 p,.camp-req-item .promptPU2 p,.camp-req-item .promptDEL2 p,.camp-req-item .promptCOMP1 p,.camp-req-item .promptCOMP2 p{padding:0 0 10px 0;margin:0}.camp-req-item .promptPU1,.camp-req-item .promptDEL1,.camp-req-item .promptCOMP1{background:#fcf8e3;border:2px solid #8a6d3b;color:#8a6d3b}.camp-req-item .promptPU2,.camp-req-item .promptDEL2,.camp-req-item .promptCOMP2{background:#d9edf7;border:2px solid #31708f;color:#31708f;top:40px}@media screen and (max-width: 767px){.camp-req-item .item-content .btnwrap,.camp-req-item .item-content .btnwrapCR{text-align:center;padding-top:15px}.camp-req-item .item-content button,.camp-req-item .item-content .a-btn{width:90px}.camp-req-item .item-content .btnwrapCR button,.camp-req-item .item-content .btnwrapCR .a-btn{width:140px}.camp-req-item .grey-head .col-sm-2,.camp-req-item .grey-head .col-sm-3,.camp-req-item .grey-head .col-sm-4,.camp-req-item .grey-head .col-sm-9{width:50% !important;float:left;display:inline-block}.camp-req-item .grey-head .col-sm-3.colright{text-align:right}.camp-req-item .formcancel{display:inline-block}.camp-req-item .listtext{width:240px;margin:0 auto}}@media screen and (max-width: 410px){.camp-req-item .grey-head .col-sm-2,.camp-req-item .grey-head .col-sm-3,.camp-req-item .grey-head .col-sm-4,.camp-req-item .grey-head .col-sm-9{width:100% !important;float:left;display:inline-block}.camp-req-item .grey-head .colright{text-align:right}.camp-req-item .formcancel{display:inline-block}.camp-req-item .listtext{width:240px;margin:0 auto}}#campaignrequestdetails #timespan p{margin-bottom:0px;padding:10px 0 10px 5px}#campaignrequestdetails #timespan select{width:150px;display:inline-block}@media screen and (max-width: 767px){#campaignrequestdetails #timespan select{margin-left:0;margin-top:10px}}#campaignrequestdetails .other-filter{padding:10px 0 10px 0}#campaignrequestdetails .other-filter .rapid-campaign,#campaignrequestdetails .other-filter .open-campaign{float:right;padding-left:20px}#campaignrequestdetails #timespan{margin:0}#campaignrequestdetails #timespan .timespan-filter{float:left}#campaignrequestdetails .search-by{padding-left:5px}ul#nav-list{list-style-type:none;display:block;margin:0 5px;font-size:16px;padding:10px 0 0 0;width:100%;border-bottom:1px solid #b2b2b2}ul#nav-list li{width:auto;padding:10px;display:inline-block;float:left;width:auto;padding:10px 45px 0 0;text-align:left}ul#nav-list li a{text-decoration:none;color:#000;display:block;width:auto;padding-bottom:3px;cursor:pointer;text-transform:uppercase;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:13px}ul#nav-list li a.activeOrderHistoryTab,ul#nav-list li a.active{border-bottom:5px solid #000}ul#nav-list li a:hover{opacity:0.8}@media screen and (max-width: 410px){ul#nav-list{font-size:12px}ul#nav-list li{padding:10px 11px 0 0}}#resources #titlearea,#profile #titlearea{padding:8px 0;max-width:1280px;width:100%;margin:0 auto;text-align:left}#resources #titlearea h1,#profile #titlearea h1{text-align:left;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:28px;text-transform:uppercase}#resources #contentpanel,#profile #contentpanel{padding:30px;background-color:#d9d9d9;max-width:1280px;width:100%;margin:0 auto;min-height:490px}@media screen and (max-width: 767px){#resources #contentpanel,#profile #contentpanel{padding:15px}}#resources #contentpanel p,#profile #contentpanel p{margin:0;padding:0;font-family:"infmetapro-normalregular",sans-serif}#resources #contentpanel .allwrap,#profile #contentpanel .allwrap{width:100%;padding:25px;min-height:300px;background-color:#fff}#resources #contentpanel .allwrap h2,#profile #contentpanel .allwrap h2{margin-top:0;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px;text-transform:uppercase}#resources #contentpanel .allwrap ul,#profile #contentpanel .allwrap ul{list-style-type:none;padding:3px 0;margin:0 15px 20px 15px;font-family:"infmetapro-normalregular",sans-serif}#resources #contentpanel .allwrap ul li,#profile #contentpanel .allwrap ul li{padding-bottom:4px;margin-bottom:2px}#resources #contentpanel .allwrap .pdficon,#resources #contentpanel .allwrap .zipicon,#resources #contentpanel .allwrap .powerpointicon,#resources #contentpanel .allwrap .flashicon,#resources #contentpanel .allwrap .wordicon,#resources #contentpanel .allwrap .movicon,#resources #contentpanel .allwrap .excelicon,#resources #contentpanel .allwrap .quicktimeicon,#resources #contentpanel .allwrap .imageicon,#resources #contentpanel .allwrap .markupicon,#profile #contentpanel .allwrap .pdficon,#profile #contentpanel .allwrap .zipicon,#profile #contentpanel .allwrap .powerpointicon,#profile #contentpanel .allwrap .flashicon,#profile #contentpanel .allwrap .wordicon,#profile #contentpanel .allwrap .movicon,#profile #contentpanel .allwrap .excelicon,#profile #contentpanel .allwrap .quicktimeicon,#profile #contentpanel .allwrap .imageicon,#profile #contentpanel .allwrap .markupicon{text-decoration:none;color:#000;padding:20px;display:block;font-size:14px;padding:0 0 0 20px;width:auto}#resources #contentpanel .allwrap .pdficon:hover,#resources #contentpanel .allwrap .zipicon:hover,#resources #contentpanel .allwrap .powerpointicon:hover,#resources #contentpanel .allwrap .flashicon:hover,#resources #contentpanel .allwrap .wordicon:hover,#resources #contentpanel .allwrap .movicon:hover,#resources #contentpanel .allwrap .excelicon:hover,#resources #contentpanel .allwrap .quicktimeicon:hover,#resources #contentpanel .allwrap .imageicon:hover,#resources #contentpanel .allwrap .markupicon:hover,#profile #contentpanel .allwrap .pdficon:hover,#profile #contentpanel .allwrap .zipicon:hover,#profile #contentpanel .allwrap .powerpointicon:hover,#profile #contentpanel .allwrap .flashicon:hover,#profile #contentpanel .allwrap .wordicon:hover,#profile #contentpanel .allwrap .movicon:hover,#profile #contentpanel .allwrap .excelicon:hover,#profile #contentpanel .allwrap .quicktimeicon:hover,#profile #contentpanel .allwrap .imageicon:hover,#profile #contentpanel .allwrap .markupicon:hover{text-decoration:underline}#resources #contentpanel .allwrap .pdficon,#profile #contentpanel .allwrap .pdficon{background:transparent url("/app/Content/Common/Images/Global/fileicons/pdf.gif") top left no-repeat}#resources #contentpanel .allwrap .wordicon,#profile #contentpanel .allwrap .wordicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/doc.gif") top left no-repeat}#resources #contentpanel .allwrap .excelicon,#profile #contentpanel .allwrap .excelicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/xls.gif") top left no-repeat}#resources #contentpanel .allwrap .movicon,#profile #contentpanel .allwrap .movicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/avi.gif") top left no-repeat}#resources #contentpanel .allwrap .quicktimeicon,#profile #contentpanel .allwrap .quicktimeicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/mov.gif") top left no-repeat}#resources #contentpanel .allwrap .flashicon,#profile #contentpanel .allwrap .flashicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/swf.gif") top left no-repeat}#resources #contentpanel .allwrap .powerpointicon,#profile #contentpanel .allwrap .powerpointicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/ppt.gif") top left no-repeat}#resources #contentpanel .allwrap .texticon,#profile #contentpanel .allwrap .texticon{background:transparent url("/app/Content/Common/Images/Global/fileicons/txt.gif") top left no-repeat}#resources #contentpanel .allwrap .imageicon,#profile #contentpanel .allwrap .imageicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/image.gif") top left no-repeat}#resources #contentpanel .allwrap .zipicon,#profile #contentpanel .allwrap .zipicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/zip.gif") top left no-repeat}#resources #contentpanel .allwrap .markupicon,#profile #contentpanel .allwrap .markupicon{background:transparent url("/app/Content/Common/Images/Global/fileicons/html.gif") top left no-repeat}#contentpanel{border:none !important;border-radius:0 !important}#contentpanel .ui-corner-all{border-radius:0 !important}#contentpanel #tabs-1,#contentpanel #tabs-2{padding:0 !important}#contentpanel .ui-tabs-anchor{text-transform:uppercase;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px}#contentpanel ul.tabheaders{border:0 !important;background:transparent !important;padding:0 !important}#contentpanel ul.tabheaders a{outline:none}#contentpanel ul.tabheaders .ui-state-default{color:#000;padding:5px;line-height:20px;font-family:"infiniti_brandbold",Arial,sans-serif;background:transparent;font-weight:normal;border:0;margin:0;border-radius:0 !important}#contentpanel ul.tabheaders .ui-state-active{background-color:#ccc;color:#fff}#contentpanel ul.tabheaders .ui-state-hover{background-color:#999;border-radius:0 !important}#contentpanel ul.tabheaders .ui-state-hover a{color:#fff}.pipe{padding:0 !important;margin:0 !important}#pagecontent{position:relative;width:100%;margin:50px auto;padding-left:5px;max-width:1280px}#printbutton{position:absolute;top:3px;left:450px}.reportsCategoryMenuBorder{border-style:solid;border-width:10px;border-color:grey}.reportsCategoryName{cursor:text;text-transform:uppercase}.reportsCategorySubMenuHeader{height:40px;background-color:darkgray;text-align:center;color:white;font-size:14px;padding-top:5px}.reportDisabled{color:grey !important;cursor:text !important}.confirmation{background-color:#fff !important}.confirmation h1{display:block;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:2em;padding:0;margin:0}.confirmation h3{text-transform:uppercase}.confirmation .imgblock img{width:100%;height:auto;margin-bottom:15px}.confirmation hr{margin-top:10px !important;margin-bottom:10px !important}.confirmation div[href="#IdDetails"]{margin-bottom:10px;cursor:pointer}.confirmation div[href="#IdDetails"] span{font-family:"infmetapro-boldregular", sans-serif}.confirmation #IdDetails .form-display{padding-left:10px}.confirmation #IdDetails .form-display label{font-family:"infmetapro-normalregular", sans-serif}.confirmation .offer-container{margin:10px 0}.confirmation .offer-container h4{font-weight:700;font-size:14px}.confirmation .offer-container label{width:40%;font-weight:normal !important;color:#4c4c4c;display:table-cell}.confirmation .offer-container span{color:#666666;display:table-cell;width:60%;padding-bottom:10px}.confirmation .offer-container .offer-data{margin-left:-8px}.confirmation .offer-container .offer-data>div{display:table-row}.confirmation .confirmation-column{width:50%;float:left;display:inline-block;padding:15px 15px 0 0}.confirmation .confirmation-column h2{margin-top:10px !important;font-size:1.8em !important;font-weight:bold;margin-bottom:0 !important}.confirmation .confirmation-column h2+span{color:#ccc}.confirmation .confirmation-column #campaignName{margin-top:20px;margin-bottom:20px;width:260px;height:25px !important;border-radius:0;background-color:#d9d9d9}.confirmation .column-half{width:50%;float:left;display:inline-block}.confirmation .medium-box{width:78% !important}.confirmation div.form-display{padding:0 2px 2px 2px}.confirmation div.form-display label{width:30%;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:14px}.confirmation div.form-display label.textbold{width:30%;font-weight:bold !important}.confirmation div.form-display span{color:#191919}.confirmation div.form-display a>label{color:#000;font-weight:bold !important}.confirmation div.form-display strong{color:#191919}.confirmation div.form-display input[type="text"],.confirmation div.form-display input[type="email"],.confirmation div.form-display select{margin:4px;width:220px;height:25px !important;border-radius:0;background-color:#191919}.confirmation div.form-display input[type="email"]{width:67% !important;margin-top:-2px !important}.confirmation div.form-display div{margin-top:25px}.confirmation div.form-display div>label{width:auto}.confirmation div.form-display div>a{color:#191919;font-weight:bold;font-size:0.8em;text-decoration:none}.confirmation div.form-display div>textarea{width:100%;height:70px;border-radius:0;background-color:#191919}.confirmation div.form-display div>span{font-size:0.85em}.confirmation .order-item{width:100%;display:inline-block;float:left;margin:30px 0}.confirmation .order-item h3{width:100%}.confirmation .order-item table{margin-top:20px;width:95%;text-align:right;color:#343434;margin-bottom:25px}.confirmation .order-item .tablehead,.confirmation .order-item .tablebody,.confirmation .order-item .tablefooter{display:flex;width:100%;flex-wrap:nowrap;align-items:flex-end;margin:0}.confirmation .order-item .tablehead dt,.confirmation .order-item .tablehead dd,.confirmation .order-item .tablebody dt,.confirmation .order-item .tablebody dd,.confirmation .order-item .tablefooter dt,.confirmation .order-item .tablefooter dd{width:150px;text-align:right;margin:0;padding:5px 10px 5px 0}.confirmation .order-item .tablehead dd,.confirmation .order-item .tablehead dt,.confirmation .order-item .tablebody dd,.confirmation .order-item .tablebody dt,.confirmation .order-item .tablefooter dd,.confirmation .order-item .tablefooter dt{border-right:1px solid #ccc;padding-left:10px}.confirmation .order-item .tablehead dt:last-child,.confirmation .order-item .tablehead dd:last-child,.confirmation .order-item .tablebody dt:last-child,.confirmation .order-item .tablebody dd:last-child,.confirmation .order-item .tablefooter dt:last-child,.confirmation .order-item .tablefooter dd:last-child{border:none}.confirmation .order-item .tablehead dt:first-child,.confirmation .order-item .tablehead dd:first-child,.confirmation .order-item .tablebody dt:first-child,.confirmation .order-item .tablebody dd:first-child,.confirmation .order-item .tablefooter dt:first-child,.confirmation .order-item .tablefooter dd:first-child{margin-left:0;text-align:left;width:220px;border:none}.confirmation .order-item .tablehead dt:last-child,.confirmation .order-item .tablebody dt:last-child,.confirmation .order-item .tablefooter dt:last-child{color:#c00}.confirmation .order-item .tablefooter{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;font-family:"infmetapro-boldregular",sans-serif;font-weight:normal;font-size:14px}.confirmation .order-item .tablefooter dd{border:none;position:relative}.confirmation .order-item .tablefooter dd .floated{position:absolute;top:-15px;right:10px;z-index:2;width:340px}.confirmation .order-item .tablefooter .totalcell{padding-right:0}.confirmation .order-item .tablefooter .total{background-color:#836658;color:#fff;padding:7px}.confirmation .order-item .tablefooter .top-border{border-top:1px solid #343434 !important}.confirmation .order-item table>thead{color:#999}.confirmation .order-item table>thead>tr>th{padding:0 5px 0 25px;border-right:1px solid #ccc}.confirmation .order-item table>thead>tr>th:first-child,.confirmation .order-item table>thead>tr>th:last-child{border:none}.confirmation .order-item table>thead>tr>th:nth-child(1){width:160px;text-align:center}.confirmation .order-item table>thead>tr>th:nth-child(2){width:140px}.confirmation .order-item table>thead>tr>th:nth-child(3){width:140px}.confirmation .order-item table>thead>tr>th:nth-child(4){width:140px}.confirmation .order-item table>thead>tr>th:nth-child(5){width:140px}.confirmation .order-item table>thead>tr>th:nth-child(6){width:140px}.confirmation .order-item table>tbody>tr>td{padding:5px 5px 5px 0}.confirmation .order-item table>tbody>tr>td:nth-child(1){text-align:left}.confirmation .order-item table>tfoot>tr:first-child>td{padding-top:11px}.confirmation .order-item table>tfoot>tr>td{padding:8px 0}.confirmation .order-item table>tfoot>tr>td>input[type="number"]{width:70px;border-radius:0;background-color:#d9d9d9}.confirmation .order-item table>tfoot>tr:last-child>td>label{color:#999}.confirmation .order-item thead th:last-child{color:#836658}.confirmation .order-item tbody td{border-right:1px solid #ccc;padding-right:5px}.confirmation .order-item tbody td:first-child,.confirmation .order-item tbody td:last-child{border:none}.confirmation .order-item tbody .spacer{padding:10px}.confirmation .order-item tbody td:nth-child(2){padding-bottom:15px}.confirmation .order-item tbody tr:nth-child(3) td{padding-bottom:15px}.confirmation .order-item tfoot td{padding-top:0;font-weight:700}.confirmation .order-item tfoot td:last-child{padding-right:5px}.confirmation .order-item tfoot .top-border{border-top:1px solid #999}.confirmation .order-item tfoot .top-border:last-child{color:#343434}.confirmation .order-item tfoot .total{background-color:#836658;color:#fff;padding:12px 15px}.confirmation .term-box{margin-top:20px;margin-bottom:15px}.confirmation div.term-display label{width:auto;font-size:1.1em;font-weight:bold;padding-right:5px}.confirmation div.term-display span{font-size:1.1em;color:#999}.confirmation h3{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:1.4em}.confirmation h3>a{color:#000;font-size:0.50em;font-weight:bolder;text-decoration:none}.confirmation h3>span{color:#ccc;font-weight:normal}.confirmation h3>button{font-size:0.5em !important;margin-left:70px !important;margin-top:0 !important}.confirmation p.bordered{width:100% !important;background-color:#d9d9d9;overflow-y:auto;padding:5px;border:1px solid #191919}.confirmation .submit-box{margin:60px 0px}.confirmation a.btn-submit,.confirmation input.btn-submit,.confirmation button.btn-submit{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;display:inline-block;padding:10px 60px;width:auto;text-transform:uppercase}.confirmation a.btn-submit:hover,.confirmation a.btn-submit:focus,.confirmation input.btn-submit:hover,.confirmation input.btn-submit:focus,.confirmation button.btn-submit:hover,.confirmation button.btn-submit:focus{background-color:#fff;color:#191919}.confirmation a.btn-disabled,.confirmation input.btn-disabled,.confirmation button.btn-disabled{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#fff;font-size:14px;border:1px solid #000;text-decoration:none;color:#191919;display:inline-block;padding:10px 60px;width:auto;text-transform:uppercase}.confirmation a.btn-disabled:hover,.confirmation a.btn-disabled:focus,.confirmation input.btn-disabled:hover,.confirmation input.btn-disabled:focus,.confirmation button.btn-disabled:hover,.confirmation button.btn-disabled:focus{background-color:#191919;color:#fff}.confirmation a.btn-print,.confirmation input.btn-print,.confirmation button.btn-print{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#fff;font-size:14px;border:1px solid #000;text-decoration:none;color:#191919;display:inline-block;padding:4px 10px;margin:0 15px;width:auto;text-transform:uppercase;color:#999;font-size:0.7em;font-weight:bold;border:1px solid #999}.confirmation a.btn-print:hover,.confirmation a.btn-print:focus,.confirmation input.btn-print:hover,.confirmation input.btn-print:focus,.confirmation button.btn-print:hover,.confirmation button.btn-print:focus{background-color:#191919;color:#fff}.confirmation a.btn-save,.confirmation input.btn-save,.confirmation button.btn-save{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;display:inline-block;padding:4px 10px;margin:0 15px;width:auto;text-transform:uppercase;font-size:0.7em;font-weight:bold;border:1px solid #999}.confirmation a.btn-save:hover,.confirmation a.btn-save:focus,.confirmation input.btn-save:hover,.confirmation input.btn-save:focus,.confirmation button.btn-save:hover,.confirmation button.btn-save:focus{background-color:#fff;color:#191919}.setlang{margin-left:15px;padding:8px 0}.doshow{display:none !important}.noshow{display:inline !important}#cta_contact .ctapanel .innerwrap p.colorP{color:#191919;font-family:"infmetapro-boldregular",sans-serif}#PreviewProofDialog #proofFrame{width:100%}#PreviewProofDialog .proof-error{width:100%;height:100%;background-color:#999999}#PreviewProofDialog .proof-error .error-content{position:absolute;top:40%;padding:0 20px 20px 20px;display:table;color:#fff}#PreviewProofDialog .proof-error .error-content p{color:#cb0303;font-size:20px;font-weight:600}#PreviewProofDialog .proof-error .error-content .fa-warning{display:table-cell;padding-right:15px;vertical-align:middle}#PreviewProofDialog .proof-error .error-content .fa-warning .fa{color:#cb0303;font-size:40px}#PreviewProofDialog .proof-error .error-content .phq-content{display:table-cell;padding-right:15px;vertical-align:middle}.InfinitiCanada #homePage #above-fold #tile1 #onetoone{left:12px}.InfinitiCanada #homePage #above-fold .cta-items h3{min-height:auto}.InfinitiCanada #homePage #kpi-section #imgwrap #textblock .imgcol{display:none}.InfinitiCanada #homePage #kpi-section #imgwrap #textblock .listcol{padding-left:0}.InfinitiCanada #overview #panel1 .imgbox img{margin-top:20px}.InfinitiCanada #homePage #kpi-section #imgwrap #textblock .listcol{width:100%}.InfinitiCanada #homePage #kpi-section #imgwrap #textblock .listcol h5{margin-left:0}.InfinitiCanada #homePage #kpi-section #imgwrap #textblock .listcol ul{margin:10px 18px}.InfinitiFrench .noshow{display:none !important}.InfinitiFrench .doshow{display:inline !important}.InfinitiFrench #homePage #above-fold #tile1 #onetoone{left:12px}.InfinitiFrench #homePage #above-fold #tile1 p{left:51px;top:148px}.InfinitiFrench #homePage #above-fold #tile1 a{left:84px}.InfinitiFrench #homePage #above-fold #tile2 h2{left:41px;text-align:center}.InfinitiFrench #homePage #above-fold #tile2 p{left:47px}.InfinitiFrench #homePage #above-fold #tile2 a{left:22px;top:172px}.InfinitiFrench #homePage #above-fold .cta-items h3{font-size:19px}.InfinitiFrench #homePage #kpi-section #imgwrap h2{top:25px}.InfinitiFrench #homePage #kpi-section #imgwrap p{top:75px}.InfinitiFrench #homePage #kpi-section #loyalty-left #wrapit1{padding-left:0;padding-right:16px}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .listcol ul{padding-right:28px}.InfinitiFrench #titlearea #contacttitle p{max-width:676px}.InfinitiFrench .standardPage section #titlebar .searchbox input[type=text]{width:300px}.InfinitiFrench #overview #panel2 .textbox h5{font-size:25px}.InfinitiFrench #overview #panel1 .textbox h1{font-size:60px}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .imgcol{display:none}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .listcol{padding-left:0}.InfinitiFrench #overview #panel1 .imgbox img{margin-top:20px}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .listcol{width:100%}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .listcol h5{margin-left:0}.InfinitiFrench #homePage #kpi-section #imgwrap #textblock .listcol ul{margin:10px 18px}.InfinitiFrench #campaignpanel .camp-req-item .item-content .innerbtnwrap .a-btn{font-size:12px !important}#fubtn,#fpbtn,#cpbtn{padding:6px 18px}#loginModal #helpMenu,#ForgotPasswordModal #helpMenu{margin-bottom:10px}#loginModal .modal-footer .text{width:55%}#ERpage{position:relative;width:100%;max-width:1280px;margin:20px auto 50px auto;border:0}#ERpage h1{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase}#ERpage input[type=text]{display:inline;margin:20px 10px 20px 0;max-width:250px}#ERpage #searchbar button{display:inline-block}#ERpage #tableDiv{height:385px}#ERpage #tableDiv #tableHeader{width:100%;display:inline-block;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;background:#eeeeee;background:linear-gradient(to bottom, #eee 0%, #ccc 72%, #a8a8a8 100%);border-bottom:2px solid #444444}#ERpage #tableDiv #tableHeader div{width:20%;float:left;text-align:center;border-right:1px solid white;padding:5px 0;color:#000}#ERpage #tableDiv #tableHeader .first{width:40%;text-align:left;padding-left:4px}#ERpage #tableDiv #tableBody{height:320px;overflow-y:scroll}#ERpage #tableFooter{text-align:center;padding:15px}#ERpage #tableFooter button{margin-top:25px}#ERpage .bold{font-weight:700;cursor:pointer}#ERpage .bold:hover{color:#ccc}#ERpage ul{padding-left:0;line-height:1.5em;list-style-type:none;font-family:"infiniti_brandregular",Arial,sans-serif;font-weight:normal;font-size:14px}#ERpage .searchedItem{background:#eeeeee;color:black}#ERpage .divTreeText{width:40%;float:left;padding-top:2px;border-bottom:1px solid #ddd}#ERpage .ulTreeItems{margin-top:0px}#ERpage ul ul .divTreeText{padding-left:20px}#ERpage ul ul ul .divTreeText{padding-left:40px}#ERpage ul ul ul ul .divTreeText{padding-left:60px}#ERpage ul ul ul ul ul .divTreeText{padding-left:80px}#ERpage ul ul ul ul ul ul .divTreeText{padding-left:100px}#ERpage ul label{display:block;width:20%;float:left;text-align:center;border-bottom:1px solid #ddd;padding-top:2px;cursor:pointer}#ERpage ul labelinput[type=checkbox]{cursor:pointer}.ER-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:table;transition:opacity .3s ease}.ER-wrapper{display:table-cell;vertical-align:middle}.ER-modal-container{width:300px;margin:0px auto;background-color:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,0.33);transition:all .3s ease;font-family:Helvetica, Arial, sans-serif}.memo{padding-top:28px;font-size:11px;text-align:right}#loader-container{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:black;opacity:0.5;z-index:10000000;display:block}#loader-container #loader{position:fixed;top:50%;left:50%;border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid #3498db;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.memo{padding-top:28px;font-size:11px;text-align:right}#order-confirmation .campname span{display:inline-flex;max-width:414px}#order-confirmation .criteria-display{width:100%;display:block}#order-confirmation .criteria-key{width:45%;float:left;display:inline-block}#order-confirmation .criteria-value{width:55%;float:left;display:inline-block}#ui-datepicker-div{font-family:"infmetapro-normalregular",sans-serif}#ui-datepicker-div .ui-widget-header{background-color:#999;background-image:none}#ui-datepicker-div .ui-state-default{border:1px solid #cbcbcb !important;background:#eee !important;background-image:none !important;font-weight:700;color:#252525 !important}#ui-datepicker-div .ui-state-hover{background-color:#eee !important;background-image:none !important}.page-container{width:100%;max-width:1280px;margin:0 auto;padding-top:25px}.page-container a{color:#343434;cursor:pointer}.page-container a:hover{opacity:0.7}.page-container .grey-link{color:#999}.page-container .link-black{color:#000;font-weight:bolder}.page-container h3 .grey-link{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:14px}.page-container h3 .link-black{font-family:"infmetapro-normalregular",sans-serif;font-weight:normal;font-size:14px;color:#000;font-weight:bolder}.page-container .ga-nav .black-link,.page-container .ga-nav .red-link{font-weight:700;padding:5px 0;text-decoration:none}.page-container .ga-nav .black-link i,.page-container .ga-nav .red-link i{font-weight:normal}.page-container hr{border:0;width:100%;height:1px;background-color:#999}.page-container .rapid-confirmation{border:1px solid #cbcbcb;margin-top:5px}.page-container .rapid-confirmation .inner-container{margin:40px 30px 40px 30px}.page-container .rapid-confirmation .inner-container .col-md-7 section{padding:15px 0}.page-container .rapid-confirmation .inner-container .col-md-7 section:first-child{padding:0}.page-container .rapid-confirmation .form-display label{width:auto !important;font-weight:normal !important}.page-container .rapid-confirmation .form-display label.textbold{width:auto !important;font-weight:bold !important}.page-container .rapid-confirmation .form-display>i{padding:0 10px}.page-container .rapid-confirmation .form-display strong{font-family:Arial,sans-serif;font-weight:700;color:#141414}.page-container .rapid-confirmation .grey{color:#999 !important}.page-container .rapid-confirmation h2{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:20px}.page-container .rapid-confirmation h3{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px}.page-container .rapid-confirmation h4{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:16px}.page-container .rapid-confirmation .campaign-container{background-color:#cbcbcb;padding-top:18px;height:80px}.page-container .rapid-confirmation .campaign-container>span{padding-left:30px;line-height:80px;vertical-align:middle;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:22px;color:#141414}.page-container .rapid-confirmation .campaign-container input[type=text]{margin-left:30px;width:70%;height:100%;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:22px;font-size:22px !important;background-color:#cbcbcb !important;color:#141414}.page-container .rapid-confirmation .campaign-container input[type=text]:focus{background-color:#fff !important}.page-container .rapid-confirmation .edit-channel{width:98%;padding-left:30px;padding-top:20px}.page-container .rapid-confirmation .edit-channel>label{width:29.1%}.page-container .rapid-confirmation .edit-channel .channel>label{width:100%}.page-container .rapid-confirmation .edit-channel .channel>label>span{width:70%;font-weight:normal}.page-container .rapid-confirmation .edit-channel .total-line{width:270px !important}.page-container .rapid-confirmation .edit-channel .total-line label{width:auto !important}.page-container .rapid-confirmation .edit-channel .total-line span{width:auto;float:right}.page-container .rapid-confirmation .edit-channel span,.page-container .rapid-confirmation .edit-channel .audience-info span{color:#999 !important}.page-container .rapid-confirmation .edit-channel>button,.page-container .rapid-confirmation .edit-channel>button:hover,.page-container .rapid-confirmation .edit-channel>button:focus{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;background-color:#000;margin:15px 0;display:inline-block;padding:6px 30px;width:auto}.page-container .rapid-confirmation .edit-channel>button:hover,.page-container .rapid-confirmation .edit-channel>button:focus,.page-container .rapid-confirmation .edit-channel>button:hover:hover,.page-container .rapid-confirmation .edit-channel>button:hover:focus,.page-container .rapid-confirmation .edit-channel>button:focus:hover,.page-container .rapid-confirmation .edit-channel>button:focus:focus{background-color:#fff;color:#191919}.page-container .rapid-confirmation .close-channel{padding:6px;position:relative;top:-12px;right:-12px;font-size:17px}.page-container .rapid-confirmation .offer-container{margin:10px 0}.page-container .rapid-confirmation .offer-container label{vertical-align:top;width:30%;font-weight:normal !important;color:#4c4c4c}.page-container .rapid-confirmation .offer-container span{display:inline-block;width:66%;color:#999}.page-container .rapid-confirmation .offer-container .offer-data{margin-left:-8px}.page-container .rapid-confirmation .audience-info .form-display{font-size:14px}.page-container .rapid-confirmation .audience-info .form-display label{width:30% !important;font-weight:normal !important}.page-container .rapid-confirmation .audience-info .form-display span{color:#999}.page-container .rapid-confirmation .audience-info .form-display .grey-link{font-size:14px;font-weight:normal}.page-container .rapid-confirmation .audience-info .form-display .grey-link label{font-weight:bold !important;color:#141414}.page-container .rapid-confirmation .audience-breakdown{font-weight:bold;display:block;margin-top:10px;margin-bottom:5px}.page-container .rapid-confirmation .order-item{width:100%}.page-container .rapid-confirmation .order-item strong{margin:10px 0}.page-container .rapid-confirmation .order-item strong>span{font-style:italic}.page-container .rapid-confirmation .order-item p{color:#999}.page-container .rapid-confirmation .order-item hr{color:#999 !important}.page-container .rapid-confirmation .order-item .table-wrap{width:100%}.page-container .rapid-confirmation .order-item .table{margin-top:20px;text-align:right;color:#999;min-width:800px;width:100%}.page-container .rapid-confirmation .order-item .table th{padding-left:10px;text-align:right;vertical-align:bottom;width:165px;text-align:right;text-align:-webkit-right}.page-container .rapid-confirmation .order-item .table th:first-child{width:auto;text-align:left}.page-container .rapid-confirmation .order-item .table td{padding:5px 0;text-align:right;text-align:-webkit-right}.page-container .rapid-confirmation .order-item .table td:first-child{text-align:left}.page-container .rapid-confirmation .order-item .cost-box{margin:30px 0;height:25px}.page-container .rapid-confirmation .order-item .cost-box section,.page-container .rapid-confirmation .order-item .cost-box strong,.page-container .rapid-confirmation .order-item .cost-box input,.page-container .rapid-confirmation .order-item .cost-box span{font-size:14px}.page-container .rapid-confirmation .order-item .cost-box .error{font-size:12px}.page-container .rapid-confirmation .order-item .cost-box input[type=text]{display:inline;width:100px;height:25px;text-align:right;vertical-align:middle}.page-container .rapid-confirmation .order-item .cost-box strong span{font-style:normal;font-weight:400;display:inline-block;width:85px !important;text-align:right}.page-container .rapid-confirmation .order-item .cost-box table{width:100%}.page-container .rapid-confirmation .creative{margin-top:66px}.page-container .rapid-confirmation .creative .img-creative{width:95%;height:auto;margin:0 auto}.page-container .rapid-confirmation .distribution{margin:10px 0 25px 0;padding:10px 15px 15px 20px;background-color:#cbcbcb}.page-container .rapid-confirmation .distribution h2{color:#141414}.page-container .rapid-confirmation .distribution h3{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;color:#666}.page-container .rapid-confirmation .distribution .datepicker-container{position:relative;display:block;width:238px}.page-container .rapid-confirmation .distribution .datepicker-container .ui-datepicker-trigger{display:inline-block;-ms-interpolation-mode:bicubic;position:absolute;top:0;padding:9px;right:0}.page-container .rapid-confirmation .distribution .delivery{padding-bottom:15px}.page-container .rapid-confirmation .distribution .action-container{margin-top:40px;margin-bottom:20px}.page-container .rapid-confirmation .distribution .action-container input.btn-proof,.page-container .rapid-confirmation .distribution .action-container button.btn-proof{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;background-color:brand-black;display:inline-block;padding:10px 30px;width:auto;text-transform:uppercase}.page-container .rapid-confirmation .distribution .action-container input.btn-proof:hover,.page-container .rapid-confirmation .distribution .action-container input.btn-proof:focus,.page-container .rapid-confirmation .distribution .action-container button.btn-proof:hover,.page-container .rapid-confirmation .distribution .action-container button.btn-proof:focus{background-color:#fff;color:#191919}.page-container .rapid-confirmation .distribution .action-container button.btn-proof:disabled{background-color:#4c4c4c;cursor:not-allowed}.page-container .rapid-confirmation .distribution .action-container a.btn-cancel,.page-container .rapid-confirmation .distribution .action-container input.btn-cancel,.page-container .rapid-confirmation .distribution .action-container button.btn-cancel{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;background-color:transparent;position:relative;display:inline-block;padding:10px 15px;width:auto;text-transform:capitalize;text-decoration:none !important;color:#666;border:0;background:none;box-shadow:none;border-radius:0px}.page-container .rapid-confirmation .distribution .action-container a.btn-cancel:hover,.page-container .rapid-confirmation .distribution .action-container a.btn-cancel:focus,.page-container .rapid-confirmation .distribution .action-container input.btn-cancel:hover,.page-container .rapid-confirmation .distribution .action-container input.btn-cancel:focus,.page-container .rapid-confirmation .distribution .action-container button.btn-cancel:hover,.page-container .rapid-confirmation .distribution .action-container button.btn-cancel:focus{background-color:#fff;color:#191919}.page-container .rapid-confirmation .distribution .action-container a.btn-cancel:hover,.page-container .rapid-confirmation .distribution .action-container input.btn-cancel:hover,.page-container .rapid-confirmation .distribution .action-container button.btn-cancel:hover{color:#c1c1c1 !important}.page-container .rapid-confirmation .v--modal-box{top:14px !important;left:auto !important;width:100% !important;max-width:900px !important;height:auto !important;margin:0 auto !important}.page-container .rapid-confirmation .v--modal-overlay{overflow-y:auto}.page-container .rapid-confirmation .preview-proof{height:auto;position:relative}.page-container .rapid-confirmation .preview-proof>header{position:relative !important;background-color:#cbcbcb;height:120px;z-index:0}.page-container .rapid-confirmation .preview-proof>header>span{padding-left:15px;line-height:80px;vertical-align:middle;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:22px;color:#141414}.page-container .rapid-confirmation .preview-proof>header a.close-preview{float:right;padding:8px;font-size:21px}.page-container .rapid-confirmation .preview-proof>header a.close-preview i{color:#999 !important}.page-container .rapid-confirmation .preview-proof>header .downloads{display:block;text-align:right;margin-right:10px}.page-container .rapid-confirmation .preview-proof>header .downloads a.btn-download,.page-container .rapid-confirmation .preview-proof>header .downloads input.btn-download,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download{font-family:"infiniti_brandbold",Arial,sans-serif;background-color:#191919;font-size:14px;border:1px solid #191919;text-decoration:none;color:#fff;background-color:transparent;position:relative;display:inline-block;padding:10px 5px 10px 5px;width:auto;text-transform:capitalize;margin:0 10px;color:#666;border:0;background:none;box-shadow:none;border-radius:0px;font-weight:400}.page-container .rapid-confirmation .preview-proof>header .downloads a.btn-download:hover,.page-container .rapid-confirmation .preview-proof>header .downloads a.btn-download:focus,.page-container .rapid-confirmation .preview-proof>header .downloads input.btn-download:hover,.page-container .rapid-confirmation .preview-proof>header .downloads input.btn-download:focus,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:hover,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:focus{background-color:#fff;color:#191919}.page-container .rapid-confirmation .preview-proof>header .downloads a.btn-download i,.page-container .rapid-confirmation .preview-proof>header .downloads input.btn-download i,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download i{color:#000}.page-container .rapid-confirmation .preview-proof>header .downloads a.btn-download:hover,.page-container .rapid-confirmation .preview-proof>header .downloads input.btn-download:hover,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:hover{color:#000}.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:disabled,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:disabled[disabled]{cursor:not-allowed}.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:disabled .fa.fa-download,.page-container .rapid-confirmation .preview-proof>header .downloads button.btn-download:disabled[disabled] .fa.fa-download{color:#666}.page-container .rapid-confirmation .preview-proof .vue-tabs{margin-top:-42px !important;background-color:transparent}.page-container .rapid-confirmation .preview-proof .vue-tabs .tab-content{min-height:350px !important;margin:10px}.page-container .rapid-confirmation .preview-proof .vue-tabs .tab-content iframe{height:500px;width:100%}.page-container .rapid-confirmation .preview-proof .vue-tabs .tab-content .email-container{height:350px}.page-container .rapid-confirmation .preview-proof .vue-tabs .tab-content .email-container hr{display:none}.page-container .rapid-confirmation .preview-proof .vue-tabs .tab-content div[name=emailContent]{max-height:350px !important}.page-container .rapid-confirmation .preview-proof #printProofIframe{max-height:350px !important}.page-container .rapid-confirmation .preview-proof #sendProofRequest{width:60% !important;float:right;margin-right:15px;padding-top:25px}.page-container .rapid-confirmation .preview-proof #sendProofRequest textarea{margin:15px 0}.page-container .rapid-confirmation .preview-proof #sendProofRequest .error{margin-bottom:15px}.page-container .rapid-confirmation .preview-proof #sendProofRequest button{float:right;margin-bottom:15px}.page-container .rapid-confirmation .preview-proof .terms-container{height:auto;margin:20px 15px}.page-container .rapid-confirmation .preview-proof .terms-container label{font-weight:700 !important;color:#666}.page-container .rapid-confirmation .preview-proof .terms-container span{color:#666}.page-container .rapid-confirmation .preview-proof .terms-container p{padding:5px;background-color:#fff;border:1px solid #141414}.page-container .rapid-confirmation .preview-proof .terms-container button{margin-right:20px;background-color:transparent;color:#000;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:12px;cursor:pointer;border:0;background:none;box-shadow:none;border-radius:0px}.page-container .rapid-confirmation .preview-proof .terms-container .termsAndConditions{display:block;clear:both}.page-container .rapid-confirmation .preview-proof .terms-container .termsAndConditions label{margin-top:5px;line-height:1em;vertical-align:middle}.page-container .rapid-confirmation .preview-proof footer{background-color:#fff !important;padding:10px 26px !important;min-height:0 !important;margin:0 !important;text-align:right;width:auto !important}.page-container .rapid-confirmation .preview-proof footer a.btn-disabled,.page-container .rapid-confirmation .preview-proof footer input.btn-disabled,.page-container .rapid-confirmation .preview-proof footer button.btn-disabled{font-family:Arial,sans-serif;font-weight:700;font-size:14px;background-color:#8c8c8c;text-decoration:none;color:#fff;text-decoration:none;border:0;display:inline-block;padding:7px 20px;width:auto;text-transform:uppercase;font-weight:800 !important}.page-container .rapid-confirmation .error{display:block;color:#c00 !important;font-size:12px;font-weight:bold}.page-container .rapid-confirmation .error-input{border:#a94442 solid 2px;box-shadow:inset 0 1px 1px #000000, 0 0 8px #e84444;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(232,68,68,0.6)}.page-container .rapid-confirmation .error-input:focus{box-shadow:inset 0 1px 1px #000000, 0 0 8px #e84444;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(232,68,68,0.6)}.page-container .rapid-confirmation input[type=text],.page-container .rapid-confirmation input[type=email]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px !important;line-height:1.428571429;color:#555555;background-color:#fff !important;background-image:none;border:1px solid #ccc;border-radius:4px !important;font-weight:400}.nav-tabs-wrapper{padding-left:15px}.nav-tabs-wrapper a{text-decoration:none;font-weight:700;border-radius:0 !important;border:none !important;padding:10px 20px !important;background-color:#fff;position:relative;top:2px;cursor:pointer !important;margin-right:0 !important;color:#666}.nav-tabs-wrapper a:hover{opacity:0.75}.nav-tabs-wrapper .active a{background-color:#000 !important;color:#fff !important}.nav-tabs-wrapper .active::after{content:"▼";color:#000;position:relative;left:50%;margin-left:-4px;top:-5px}.proof-error{width:100%;height:350px;background-color:#999}.proof-error .error-content{position:absolute;top:37%;padding:0 20px 20px 20px;display:table;color:#fff}.proof-error .error-content p{color:#cb0303;font-size:20px;font-weight:600}.proof-error .error-content .fa-warning{display:table-cell;padding-right:15px;vertical-align:middle}.proof-error .error-content .fa-warning .fa{color:#cb0303;font-size:40px}.proof-error .error-content .phq-content{display:table-cell;padding-right:15px;vertical-align:middle}hr.campaign-divider{display:none;margin:10px auto;border:0;border-top:1px solid #ccc;width:100%}@media screen and (min-width: 768px){#dmCampaigns>hr:nth-child(3n-1){display:inline-block}}#pdfDisplayIframe{width:100%;height:380px}input.form-control[readonly]{cursor:none;pointer-events:none}.itemContainer{width:100%;float:left}.LoyaltyMarketingTile,.OnDemandTile,seasonalMarketingCampaignsTile{margin-bottom:15px}#recalls{margin-top:25px}#recalls .form-inline{margin-bottom:25px}#recalls .form-inline #searchText{height:auto;padding:3px 12px}#recalls .form-inline button{padding:4px 12px}#recalls .VueTables__search{display:none}#recalls .VueTables__limit{display:none}#recalls .VueTables__table{font-size:11px;text-transform:uppercase;width:100%}#recalls .VueTables__table thead tr th{background-color:#191919;color:#fff;text-align:center;padding:5px;border-right:1px solid #ddd}#recalls .VueTables__table thead tr th:first-child{background-color:#666}#recalls .VueTables__table thead tr th:nth-child(2){width:80px}#recalls .VueTables__table thead tr th:last-child{border:0}#recalls .VueTables__table tbody tr:nth-child(even){background-color:#e6e1dc}#recalls .VueTables__table tbody tr:last-child{border-bottom:1px solid #ddd}#recalls .VueTables__table tbody td{padding:3px 10px;border-right:1px solid #ccc;text-align:center}#recalls .VueTables__table tbody td:first-child{text-align:center;zoom:1;transform:scale(1.5);-ms-transform:scale(1.5);-webkit-transform:scale(1.5);-o-transform:scale(1.5);-moz-transform:scale(1.5)}#recalls .VueTables__table tbody td:nth-child(3){text-align:left;padding-left:5px}#recalls .VueTables__table tbody td:last-child{border:0}#viewsort{position:relative;height:30px;width:165px;z-index:5}#viewsort span{position:absolute;top:73px;left:0}.VuePagination{text-align:center;position:relative;z-index:5}.VuePagination a.active{background-color:#191919 !important;color:#fff !important}.VuePagination li>a,.VuePagination li>span{padding:4px 9px !important;color:#191919 !important}.VuePagination li>a:hover,.VuePagination>li>span:hover{color:#999 !important}.VuePagination padding{font-size:12px}.totalvin{font-family:"infmetapro-boldregular",sans-serif;margin-bottom:20px}.updatebtn{margin-bottom:25px}#FilterPage{width:100%;max-width:1280px;margin:0 auto;padding:30px 10px}#FilterPage h1{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:24px;text-transform:uppercase}#FilterPage p{margin:15px 0 30px 0}#FilterPage fieldset{margin:15px 0 25px 0}#FilterPage h4,#FilterPage label{font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:14px;color:#343434;text-transform:uppercase}#FilterPage input[type=text]{width:50px;font-family:"infiniti_brandbold",Arial,sans-serif;font-weight:normal;font-size:18px;text-align:center}#FilterPage label{width:50px;text-align:center}nav#navBar li.dropbtn>ul li.childItem a{padding-left:10px !important}nav#navBar li.dropbtn>ul{width:320px}.navbar-default li.dropbtn>ul li a:hover{background-color:#999 !important}.checkbox .wrap:after,.radio .wrap:after{content:'';display:table;clear:both}.checkbox .cr,.radio .cr{position:relative;display:inline-block;border:1px solid #a9a9a9;border-radius:1px;width:16px;height:16px;top:3px;left:12px}.radio .cr{border-radius:50%}.checkbox .cr .cr-icon,.radio .cr .cr-icon{position:absolute;font-size:16px;line-height:0;top:50%;left:-12%}.radio .cr .cr-icon{margin-left:4px}.checkbox .wrap input[type="checkbox"],.radio .wrap input[type="radio"]{display:none}.checkbox .wrap input[type="checkbox"]+.cr>.cr-icon,.radio .wrap input[type="radio"]+.cr>.cr-icon{transform:scale(3) rotateZ(-20deg);opacity:0;transition:all .3s ease-in}.checkbox .wrap input[type="checkbox"]:checked+.cr>.cr-icon,.radio .wrap input[type="radio"]:checked+.cr>.cr-icon{transform:scale(1) rotateZ(0deg);opacity:1}.checkbox .wrap input[type="checkbox"]:disabled+.cr,.radio .wrap input[type="radio"]:disabled+.cr{opacity:.5}

/* append Infiniti CSS here and it will eventually be folded into the SCSS main file */
.ServiceRetentionTile .spinner, .LoyaltyMarketingTile .spinner, .OnDemandTile .spinner, .SeasonalMarketingCampaignsTile .spinner {
    z-index: 101;
    position: relative;
    height: 100%;
    width: 100%;
    -ms-opacity: .5;
    opacity: .5;
    left: 0px;
    top: 0px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: black;
}

#kpi-section .spinner img {
    top: 48%;
    position: relative;
    left: 48%;
}
.cost-figures th {
    text-align: right;
}

.cost-figures td span {
    float: left;
    padding-left: 10px;
}

#GAtext.ga-hidden {
    display: none;
}
.totalvin {
    margin-bottom: 40px;
}
.globalview {
    margin-top: 15px;
}

.audience-breakdown {
    font-weight: bold;
}
}
.hometileOC {
    margin-bottom: 35px !important;
}
#ERpage .clearfix {
    display: inherit;
}

#ERpage ul .itemContainer {
    margin-bottom: 5px;
}

#ERpage ul label {
    margin-bottom: 0px;
}

