﻿@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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


/**
 * Address styling not present in IE 8/9.
 */

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


/**
 * Address inconsistent and variable font size in all browsers.
 */

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


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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


/**
 * Define consistent border, margin, and padding.
 */

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


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}


/*! jQuery UI - v1.11.4 - 2016-01-20
* http://jqueryui.com
* Includes: core.css, sortable.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

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


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    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 #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.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: #2b2b2b;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.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-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_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: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

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


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul>li {
    position: relative;
}

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

.fa-li.fa-lg {
    left: -1.85714286em;
}

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

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

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

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


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
    content: "\f22d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.button {
    appearance: none;
    border: 0;
    border-radius: 4px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    /*&:hover,
  &:focus {
    background-color: shade($mainBrandColor, 20%);
    color: #fff;
  }*/
}

.button.pill {
    border: 3px solid #F7941E;
    background: #fff !important;
    color: #808080 !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.button.pill:hover,
.button.pill:focus {
    background-color: #f2f2f2 !important;
    color: #808080 !important;
}

.button.light-blue {
    background-color: #01a6de;
    /*&:hover, &:focus {
          background-color: shade($light-blue, 20%);
      }*/
}

.button.gray {
    background-color: #808080;
    /*&:hover, &:focus {
          background-color: shade($gray, 20%);
      }*/
}

.button.action {
    background-color: #01a6de;
    /*&:hover, &:focus {
          background-color: shade($mainBrandColor, 20%);
      }*/
}

.button.second-action {
    background-color: #FEBE1F;
    /*&:hover, &:focus {
          background-color: shade($thirdBrandColor, 20%);
      }*/
}

.button.green {
    background-color: #00a652;
    /*&:hover, &:focus {
          background-color: shade($green, 20%);
      }*/
}

.button.third-action {
    background-color: #F7941E;
    /*&:hover, &:focus {
          background-color: shade($secondBrandColor, 20%);
      }*/
}

.button.red {
    background-color: #ea0f3e;
    /*&:hover, &:focus {
          background-color: shade($red, 20%);
      }*/
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

fieldset {
    background-color: #f1f1f1;
    border: 1px solid #c8c6c7;
    margin: 0 0 0.5em;
    padding: 1em;
}

label {
    cursor: pointer;
}

input,
select {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
}

label {
    font-weight: 600;
    margin-bottom: 0.25em;
}

label.required::after {
    content: "*";
}

label abbr {
    display: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple=multiple] {
    background-color: #fff;
    border: 1px solid #c8c6c7;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    margin-bottom: 0.5em;
    padding: 0.33333em;
    transition: border-color 150ms ease;
    width: 100%;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select[multiple=multiple]:hover {
    border-color: #a09e9f;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple=multiple]:focus {
    border-color: #01a6de;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(1, 147, 197, 0.7);
    outline: none;
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
    border: 1px solid #c8c6c7;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.25em;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
}

input[type="file"] {
    margin-bottom: 0.5em;
    width: 100%;
}

select {
    margin-bottom: 1em;
    max-width: 100%;
    width: auto;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin-bottom: 0.5em;
}

dl dt {
    font-weight: bold;
    margin-top: 0.5em;
}

dl dd {
    margin: 0;
}

table {
    border-collapse: collapse;
    font-feature-settings: "kern", "liga", "tnum";
    margin: 0.5em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #969595;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #c8c6c7;
    padding: 0.5em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

body {
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1em;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}

p {
    margin: 0 0 0.5em;
}

a,
.anchor {
    text-decoration: underline;
    color: inherit;
    transition: color 150ms ease;
}

a:active,
a:focus,
a:hover,
.anchor:active,
.anchor:focus,
.anchor:hover {
    color: #017da7;
}

hr {
    border-bottom: 1px solid #c8c6c7;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1em 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*!
 * Salesboost CSS
 * Copyright 2016 Salesboost, Inc.
 * Authors: Luke Jones & Grant Whiting
 */

.dropdown {
    line-height: 1;
}

.dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center;
}

.dropdown .dropdown-description {
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    color: #898989;
    float: left;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 0.5em 0 1em;
}

@media screen and (min-width: 900px) {
    .dropdown .dropdown-description {
        font-size: 1em;
    }
}

.dropdown .dropdown-button {
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    cursor: pointer;
    float: right;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 2.5em 0 0.5em;
    position: relative;
}

@media screen and (min-width: 900px) {
    .dropdown .dropdown-button {
        font-size: 1em;
        padding: 0 2.5em 0 0.5em;
    }
}

.dropdown .dropdown-button:hover {
    background-color: #f7f7f7;
}

.dropdown .dropdown-button:after {
    color: #232323;
    content: "\25BE";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #232323;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 228px;
    z-index: 99999;
}

.dropdown .dropdown-menu:before {
    display: none;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    left: 0;
    color: #fff;
    content: "\25b2";
    font-size: 1.4em;
    pointer-events: none;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    top: -0.7em;
}

.dropdown .dropdown-menu li {
    border-bottom: 1px solid silver;
    color: #232323;
    list-style: none;
    padding: 0.5em;
}

.dropdown .dropdown-menu li:hover {
    background: #f7f7f7;
}

.dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown .dropdown-menu li:last-child {
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown .show-menu {
    display: block;
}

.tooltip-item {
    display: inline-block;
    position: relative;
    text-align: center;
}

.tooltip-item:focus,
.tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
    white-space: normal;
}

.tooltip-item .tooltip {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px silver;
    color: #232323;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    opacity: 0;
    padding: 1em;
    text-align: center;
    visibility: hidden;
    z-index: 10;
    width: 200px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
}

.tooltip-item .tooltip p {
    color: #232323;
    margin: 0;
}

.tooltip-item .tooltip:after {
    position: absolute;
    right: 0;
    left: 0;
    border: 8px solid transparent;
    bottom: -1.3em;
    color: white;
    content: '▼';
    font-size: 1.4em;
    margin-left: -8px;
    text-align: center;
    text-shadow: 0 2px 2px silver;
}

.expander {
    width: 100%;
}

.expander .expander-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #c8c6c7;
    color: #01a6de;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    text-decoration: none;
}

.expander .expander-trigger:before {
    font-size: 0.7em;
    content: "\25BC";
    margin-right: 0.5em;
}

.expander .expander-content p {
    line-height: 1;
}

.expander .expander-hidden:before {
    font-size: 0.7em;
    content: "\25BA";
}

.expander .expander-hidden+.expander-content {
    display: none;
}

.modal label {
    cursor: pointer;
    margin-bottom: 0;
}

.modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px;
}

.modal .modal-state {
    display: none;
}

.modal .modal-trigger {
    padding: 0.8em 1em;
}

.modal .modal-fade-screen {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.6em;
    text-align: left;
    visibility: hidden;
    z-index: 99999999999;
}

@media screen and (min-width: 900px) {
    .modal .modal-fade-screen {
        padding-top: 10em;
    }
}

@media screen and (max-width: 640px) {
    .app-input-updated-font {
        font-size: 1em !important;
    }
}

.modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 1.5em;
    width: 1.5em;
    background: #fff;
    cursor: pointer;
    z-index: 99;
}

.modal .modal-close:after,
.modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #c8c6c7;
    content: '';
    display: block;
    margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
    background: #afacae;
}

.modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .modal-inner {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    background: #fff;
    border-radius: 4px;
    margin-top: 0;
    margin: auto;
    max-height: 95%;
    overflow: auto;
    padding: 1.5em;
    position: relative;
    width: 95%;
}

@media screen and (min-width: 899px) {
    .modal:not(.sb-certificate__modal.modal) .modal-inner {
        max-height: 70%;
        padding: 3em;
        width: 60%;
    }
}

@media screen and (min-width: 900px) {
    .modal:not(.sb-certificate__modal.modal) .modal-inner {
        width: 50%;
    }
}

.modal .modal-inner h1 {
    color: #232323;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize;
}

.modal .modal-inner p {
    color: #232323;
    line-height: 1;
}

.modal .modal-inner .modal-intro {
    margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
    color: #232323;
}

.modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
    padding: 0 2em;
}

.modal .modal-state:checked+.modal-fade-screen {
    opacity: 1;
    visibility: visible;
}

.modal .modal-state:checked+.modal-fade-screen .modal-inner {
    top: 0.5em;
}

.modal-open {
    overflow: hidden;
}

.label-switch {
    border-radius: 32px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 52px;
}

.label-switch input[type="checkbox"] {
    display: none;
}

.label-switch input[type="checkbox"]+.checkbox {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e8e8e8;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 52px;
    z-index: 0;
}

.label-switch input[type="checkbox"]+.checkbox:before {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 2px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 32px;
    content: "";
    height: 28px;
    width: 48px;
    z-index: 1;
}

.label-switch input[type="checkbox"]+.checkbox:after {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 2;
}

.label-switch input[type="checkbox"]:checked+.checkbox {
    background: #01a6de;
}

.label-switch input[type="checkbox"]:checked+.checkbox:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.label-switch input[type="checkbox"]:checked+.checkbox:after {
    left: 22px;
}

.accordion-tabs-minimal {
    line-height: 1.5;
    padding: 0;
}

.accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table;
}

.accordion-tabs-minimal li.tab-header-and-content {
    list-style: none;
}

@media screen and (min-width: 899px) {
    .accordion-tabs-minimal li.tab-header-and-content {
        display: inline;
    }
}

.accordion-tabs-minimal a.tab-link.is-active {
    background: #fff;
}

.accordion-tabs-minimal a.tab-link {
    background-color: #E6E6E6;
    border-top: 1px solid #c8c6c7;
    border-left: 1px solid #c8c6c7;
    border-right: 1px solid #c8c6c7;
    color: #808080;
    display: block;
    padding: 0.5em 1.618em;
    text-decoration: none;
}

@media screen and (min-width: 899px) {
    .accordion-tabs-minimal a.tab-link {
        display: inline-block;
    }
}

.accordion-tabs-minimal a.tab-link:hover {
    color: #01a6de;
}

.accordion-tabs-minimal a.tab-link:focus {
    outline: none;
}

.accordion-tabs-minimal a.tab-link.is-active {
    border-bottom: 0;
}

@media screen and (min-width: 899px) {
    .accordion-tabs-minimal a.tab-link.is-active {
        border: 1px solid #c8c6c7;
        border-bottom-color: #fff;
        margin-bottom: -1px;
        color: #232323;
    }
}

.accordion-tabs-minimal .tab-content {
    padding: 20px 0;
    display: none;
    width: 100%;
}

@media screen and (min-width: 899px) {
    .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #c8c6c7;
        float: left;
    }
}

.tab-page-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    min-height: 600px;
}

.show-overflow {
    overflow: visible !important;
}

.overflow-auto {
    overflow: auto;
}

.main-header {
    min-height: 85px;
    background: url("../../images/cloudheader.jpg");
    background-position: 224px 0px;
    background-size: 88%;
}

.main-header .main-header-content {
    max-width: 1400px;
    margin: 0 auto;
}

.main-header .main-header-content .logo-wrapper {
    display: table;
    float: left;
    height: 150px;
    padding-left: 0;
}

.main-header .main-header-content .logo-wrapper .logo {
    display: table-cell;
    vertical-align: middle;
}

.logo-wrapper-logo {
    max-height: 80px;
    height: 100%;
}

.logo-wrapper__logo {
    max-height: 130px;
}

@media screen and (max-width: 768px) {
    .main-header .main-header-content .logo-wrapper {
        display: block;
        float: none;
        margin: 0 auto;
        width: 200px;
        height: auto !important;
        padding-top: 20px;
    }
}

.main-footer .footer-social-media-wrapper {
    background-color: #3F4040;
    box-shadow: 0px 13px 33px -11px #000 inset;
    width: 100%;
    height: 88px;
    margin: 50px 0 -1px 0;
    float: left;
}

.main-footer .footer-social-media-wrapper .footer-social-media-inner {
    max-width: 1226px;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.main-footer .footer-social-media-wrapper .footer-social-media-inner .social-media-icons {
    display: table-cell;
    vertical-align: middle;
}

.main-footer .footer-social-media-wrapper .footer-social-media-inner .social-media-icons a {
    margin: 0 8px;
}

.main-footer .footer-bottom-wrapper {
    background-color: #2A2A2A;
    width: 100%;
    overflow: auto;
    min-height: 170px;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content {
    display: block;
    margin: 0 auto;
    max-width: 1226px;
    overflow: auto;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .footer-logo {
    display: inline-block;
    margin: 125px 0 0 16px;
}

@media screen and (max-width: 899px) {
    .main-footer .footer-bottom-wrapper .footer-bottom-content .footer-logo {
        margin: 0;
        padding-top: 12px;
        text-align: center;
        display: block;
    }
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .mobile-footer-links {
    display: none;
    padding: 15px;
}

@media screen and (max-width: 899px) {
    .main-footer .footer-bottom-wrapper .footer-bottom-content .mobile-footer-links {
        display: block;
        margin: 0 auto;
    }
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .mobile-footer-links .mobile-footer-links-list {
    text-align: center;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .mobile-footer-links .mobile-footer-links-list li {
    background: #3F4040;
    margin-bottom: 10px;
    border-radius: 4px;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .mobile-footer-links .mobile-footer-links-list li a {
    display: block;
    color: #808080;
    padding: 20px;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .footer-links {
    width: 71%;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
}

@media screen and (max-width: 899px) {
    .main-footer .footer-bottom-wrapper .footer-bottom-content .footer-links {
        display: none;
    }
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .footer-links ul {
    margin: 0 30px;
}

.main-footer .footer-bottom-wrapper .footer-bottom-content .footer-links ul li {
    margin: 20px 0;
    color: #808080;
}

.main-footer a {
    color: #808080;
    text-decoration: none;
}

.main-footer .support {
    text-decoration: none;
    color: #01a6de !important;
    text-decoration: underline!important;
}

.main-footer .read-more {
    color: #c8c6c7;
    text-decoration: underline;
}

.main-footer .footer-blog-text {
    position: relative;
    width: 75%;
    margin: 20px 0;
    color: #808080;
    line-height: 1.4em;
}

.main-footer .contact-phone {
    font-size: 15px;
    white-space: nowrap;
}
.main-footer{
    float: left;
    width: 100%;
}

.display {
    display: block;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.display-flex .tooltip-item {
    margin-left: 10px;
}

.bold {
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.time-stamp {
    color: #808080;
}

.text-danger {
    color: #ea0f3e;
}


/*input[type="radio"] + label span {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    cursor: pointer;
    border-radius: $round-border-radius;
    background-color: $white;
    margin: 0 10px 3px -19px;
    -webkit-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    border: 2px solid $secondBrandColor;
}
input[type="radio"]:checked + label span {
    -webkit-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    background-color: $secondBrandColor;
}*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c8c6c7;
    border-radius: 2px;
    margin: 0 10px 3px 0;
}

input[type="checkbox"]:checked+label span:before {
    font-family: 'FontAwesome';
    color: #FEBE1F;
    content: '\f00c';
    position: relative;
    bottom: 3px;
    font-size: 19px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

select {
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
    width: 19.3%;
}

@media only screen and (max-width: 1221px) {
    select {
        border-radius: 4px;
        padding: 10px;
        margin: 10px;
        width: 40.3%;
    }
}

.notification-select {
    display: inline-block;
    width: auto;
    padding: 0;
}

.tab-navigation {
    padding: 0 1em;
    position: relative;
}

.tab-navigation .tabs {
    margin: 0 auto;
    max-width: 1500px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.tab-navigation .tabs .tab {
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 55px;
    padding: 15px 30px;
    color: #808080;
    margin: 0 0px;
    min-width: 110px;
    text-align: center;
    position: relative;
    border-top: 4px solid transparent;
}

@media (max-width: 1200px) {
    .tab__navigation .tabs {
        margin: 0 30p45x!important;
    }
    .tab-navigation .tabs .tab {
        padding: 15px 0px;
        min-width: 92px;
    }
}

.tab-navigation .tabs .tab.current {
    background-color: #fff;
    color: #232323;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tab-navigation .tabs .tab.current a {
    color: #232323 !important;
}

.tab-navigation .tabs .tab .title {
    font-size: 14px!important;
    position: relative;
    top: -3px;
}

.tab-navigation .tabs .tab a {
    color: #fff !important;
    text-decoration: none;
    font-family: "Open Sans", sans-serif !important;
}

@media screen and (max-width: 768px) {
    .tab-navigation .tabs {
        display: none;
    }
}

.mobile-nav {
    display: none;
    height: 68px;
    position: relative;
    background-color: #01a6de;
}

.mobile-nav .modal-close {
    background-color: #262626;
}

.mobile-nav .modal-trigger {
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
}

.mobile-nav .modal-trigger:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    width: 30px;
    height: 23px;
    border-top: 14px double #fff;
    border-bottom: 5px solid #fff;
}

.mobile-nav .modal-inner {
    background-color: #3F4040;
    opacity: .8;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0;
}

.mobile-nav .modal-inner .modal-content {
    width: 100%;
    padding: 5em 0 0 0 !important;
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation {
    text-align: center;
    width: 100%;
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation .tabs li {
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation .tabs li:first-child {
    border-top: 1px solid rgba(242, 242, 242, 0.2);
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation .tabs li.current {
    background-color: rgba(217, 217, 217, 0.1);
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation .tabs li a {
    color: #fff !important;
    display: block;
    padding: 20px 0;
    text-decoration: none;
}

.mobile-nav .modal-inner .modal-content .mobile-tab-navigation .tabs li a:hover {
    background-color: #3A3A3A;
}

.mobile-nav .current-page h3 {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 71px;
    font-size: 1.3em;
    font-weight: 100;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .mobile-nav {
        display: block;
    }
}

.box-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    /*@include media($medium) {
    @include spacer('bottom', -$base-spacer);
  }*/
}

.box-container.start-course {
    margin-top: 0;
}

.box-container .box {
    width: 24%;
    border-left: 1px solid #c8c6c7;
    border-right: 1px solid #c8c6c7;
    border-bottom: 1px solid #c8c6c7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box-container .box header {
    position: relative;
    background-color: #bbbbbb;
    padding: 20px;
    color: #777777;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box-container .box header.alt {
    background-color: #838182;
    color: #FFFFFF;
}

.box-container .box header h2 {
    display: inline-block;
}

.box-container .box .content {
    position: relative;
    flex: 1;
}

.box-container .box .content section {
    margin: 20px 0;
    border: none;
}

.box-container .box .content section .separator {
    position: relative;
    margin: 0 0 20px 0;
}

.box-container .box .content section .separator .text {
    background-color: #fff;
    margin: 0 0 0 20px;
    padding: 0 5px;
}

.box-container .box .content section .separator:before {
    content: '';
    display: block;
    position: absolute;
    background: #E9E9E9;
    margin: 0 10px;
    height: 1px;
    top: 9px;
    left: 0;
    right: 0;
    z-index: -1;
}

.box-container .box .content section ul {
    padding: 0 20px;
}

.box-container .box .content section ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 10px 0;
    list-style-position: inside;
}

.box-container .box .content section ul li .avatar,
.box-container .box .content section ul li a {
    display: inline;
    margin: 0 5px 0 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
}

@media screen and (max-width: 1200px) {
    .box-container .box {
        -webkit-flex-basis: 49%;
        -moz-flex-basis: 49%;
        flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .box-container .box {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}

.box-container .box.x-large {
    width: 100%;
}

@media screen and (max-width: 899px) {
    .box-container .box.x-large {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}

.box-container .box.wide {
    width: 49%;
}

.box-container .box.wide .content {
    padding: 10px;
}

.box-container .box.large {
    width: 32.5%;
}

@media screen and (max-width: 899px) {
    .box-container .box.large {
        margin-top: 20px;
    }
}

.box-container .box.medium {
    width: 31%;
}

.box-container .box.medium li,
.box-container .box.large li,
.box-container .box.x-large li {
    height: 86px;
    border-bottom: 1px solid #F2F2F2;
    background: #f4f4f4;
}

.box-container .box.medium li:nth-child(odd),
.box-container .box.large li:nth-child(odd),
.box-container .box.x-large li:nth-child(odd) {
    background: #fcfcfc;
}

.box-container .box.medium .drag-icon-box,
.box-container .box.large .drag-icon-box,
.box-container .box.x-large .drag-icon-box {
    background-color: #e5e5e5;
    height: 86px;
    width: 71px;
    border: 1px solid #d8d8d8;
    float: left;
}

.box-container .box.medium .drag-icon-box.inactive,
.box-container .box.large .drag-icon-box.inactive,
.box-container .box.x-large .drag-icon-box.inactive {
    background-color: #f5f5f5;
}

.box-container .box.medium .drag-icon-box .drag-icon,
.box-container .box.large .drag-icon-box .drag-icon,
.box-container .box.x-large .drag-icon-box .drag-icon {
    font-size: 57px;
    text-align: center;
    color: #c5c5c5;
    cursor: move;
    margin-top: -1px;
}

.box-container .box.medium .course-info,
.box-container .box.large .course-info,
.box-container .box.x-large .course-info {
    display: inline-block;
    padding-left: 15px;
    margin-top: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    width: 100%;
}

@media (max-width: 480px) {
    .box-container .box.medium .course-info,
    .box-container .box.large .course-info,
    .box-container .box.x-large .course-info {
        max-width: 60%;
    }
}

.box-container .box.medium .course-info .course-info-tooltip,
.box-container .box.large .course-info .course-info-tooltip,
.box-container .box.x-large .course-info .course-info-tooltip {
    margin-bottom: 10px;
}

.box-container .box.medium .course-info .course-info-tooltip .tooltip-item,
.box-container .box.large .course-info .course-info-tooltip .tooltip-item,
.box-container .box.x-large .course-info .course-info-tooltip .tooltip-item {
    bottom: 6px;
    left: 3px;
}

.box-container .box.medium .course-info .course-info-tooltip .tooltip-item i,
.box-container .box.large .course-info .course-info-tooltip .tooltip-item i,
.box-container .box.x-large .course-info .course-info-tooltip .tooltip-item i {
    float: none;
    padding: 0;
    font-size: 1em;
    color: #F7941E;
}

.box-container .box.medium p,
.box-container .box.large p,
.box-container .box.x-large p {
    margin-bottom: 10px;
    width: 100%;
}

.box-container .box.medium span,
.box-container .box.large span,
.box-container .box.x-large span {
    width: 150px;
}

.box-container .box.medium i,
.box-container .box.large i,
.box-container .box.x-large i {
    font-size: 2em;
    position: absolute;
    right: 15px;
    top: 45px;
}

.box-container .box.medium .inactive-course-content,
.box-container .box.large .inactive-course-content,
.box-container .box.x-large .inactive-course-content {
    position: relative;
    padding-top: 33px;
}

.box-container .box.medium .inactive-course-content .user-course-name,
.box-container .box.large .inactive-course-content .user-course-name,
.box-container .box.x-large .inactive-course-content .user-course-name {
    color: #b9b9b9;
    padding-left: 15px;
}

.box-container .box.medium .inactive-course-content .restore-delete,
.box-container .box.large .inactive-course-content .restore-delete,
.box-container .box.x-large .inactive-course-content .restore-delete {
    position: absolute;
    right: 6px;
    top: 10px;
    display: inline-block;
    width: auto;
}

.box-container .box.medium .inactive-course-content .restore-delete a,
.box-container .box.large .inactive-course-content .restore-delete a,
.box-container .box.x-large .inactive-course-content .restore-delete a {
    color: #b9b9b9;
    text-decoration: underline;
}

.box-container .box.medium.assigned,
.box-container .box.large.assigned,
.box-container .box.x-large.assigned {
    border: 1px solid #dad8d8;
}

.box-container .box.medium.assigned header,
.box-container .box.large.assigned header,
.box-container .box.x-large.assigned header {
    background-color: #ebeaea;
}

.box-container .box.medium.assigned .deactivate-user-course,
.box-container .box.large.assigned .deactivate-user-course,
.box-container .box.x-large.assigned .deactivate-user-course {
    cursor: pointer;
}

.box-container .box.medium.started,
.box-container .box.large.started,
.box-container .box.x-large.started {
    border: 1px solid #c0bfbf;
}

.box-container .box.medium.started header,
.box-container .box.large.started header,
.box-container .box.x-large.started header {
    background-color: #d2d1d1;
}

.box-container .box.medium.started .started-box-info,
.box-container .box.large.started .started-box-info,
.box-container .box.x-large.started .started-box-info {
    position: relative;
    bottom: 72px;
}

.box-container .box.medium.started .started-box-info span,
.box-container .box.large.started .started-box-info span,
.box-container .box.x-large.started .started-box-info span {
    display: block;
    margin-bottom: 12px;
}

.box-container .box.medium.blog,
.box-container .box.large.blog,
.box-container .box.x-large.blog {
    width: 32.5%;
}

.box-container .box.medium.blog ul,
.box-container .box.large.blog ul,
.box-container .box.x-large.blog ul {
    padding: 20px;
}

.box-container .box.medium.blog ul li,
.box-container .box.large.blog ul li,
.box-container .box.x-large.blog ul li {
    border: none;
    background-color: #fff;
    height: auto;
}

.box-container .box.medium.blog ul span,
.box-container .box.large.blog ul span,
.box-container .box.x-large.blog ul span {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    width: 100%;
}

.box-container .box.medium.blog ul span a,
.box-container .box.large.blog ul span a,
.box-container .box.x-large.blog ul span a {
    margin: 20px 10px 20px 0;
}

.box-container .box.medium.blog ul .system-announcement-title,
.box-container .box.large.blog ul .system-announcement-title,
.box-container .box.x-large.blog ul .system-announcement-title {
    justify-content: space-between;
}

.box-container .box.medium.blog ul .system-announcement-title .date,
.box-container .box.large.blog ul .system-announcement-title .date,
.box-container .box.x-large.blog ul .system-announcement-title .date {
    width: auto;
}

.box-container .box.medium.suggested,
.box-container .box.large.suggested,
.box-container .box.x-large.suggested {
    width: 32.5%;
}

.box-container .box.medium .date,
.box-container .box.large .date,
.box-container .box.x-large .date {
    color: #808080;
    font-weight: bold;
    font-size: 13px;
}

.box-container .box.medium.exam-history,
.box-container .box.large.exam-history,
.box-container .box.x-large.exam-history {
    width: 32.5%;
}

.box-container .box.medium.exam-history .course-info,
.box-container .box.large.exam-history .course-info,
.box-container .box.x-large.exam-history .course-info {
    line-height: 20px;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 34px;
}

@media screen and (max-width: 899px) {
    .box-container .box.medium.exam-history .course-info,
    .box-container .box.large.exam-history .course-info,
    .box-container .box.x-large.exam-history .course-info {
        max-width: 100%;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .box-container .box.medium.exam-history .course-info,
    .box-container .box.large.exam-history .course-info,
    .box-container .box.x-large.exam-history .course-info {
        white-space: normal;
    }
}

.box-container .box.medium.exam-history .course-info .date,
.box-container .box.large.exam-history .course-info .date,
.box-container .box.x-large.exam-history .course-info .date {
    margin-right: 15px;
}

.box-container .box.medium.exam-history .view-all-activity,
.box-container .box.large.exam-history .view-all-activity,
.box-container .box.x-large.exam-history .view-all-activity {
    display: table;
    height: 85px;
    width: 100%;
    text-align: center;
    background-color: #fcfcfc;
}

.box-container .box.medium.exam-history .view-all-activity a,
.box-container .box.large.exam-history .view-all-activity a,
.box-container .box.x-large.exam-history .view-all-activity a {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 899px) {
    .box-container .box.medium.exam-history,
    .box-container .box.large.exam-history,
    .box-container .box.x-large.exam-history {
        margin-top: 15px;
    }
    .box-container .box.medium.exam-history .course-info,
    .box-container .box.large.exam-history .course-info,
    .box-container .box.x-large.exam-history .course-info {
        width: 80%;
    }
}

.box-container .box.medium.complete,
.box-container .box.medium.exam-history,
.box-container .box.large.complete,
.box-container .box.large.exam-history,
.box-container .box.x-large.complete,
.box-container .box.x-large.exam-history {
    border: 1px solid #e1e1e1;
}

.box-container .box.medium.complete header,
.box-container .box.medium.exam-history header,
.box-container .box.large.complete header,
.box-container .box.large.exam-history header,
.box-container .box.x-large.complete header,
.box-container .box.x-large.exam-history header {
    background-color: #bbbbbb;
}

@media screen and (max-width: 979px) {
    .box-container .box.medium p,
    .box-container .box.medium a,
    .box-container .box.medium input,
    .box-container .box.large p,
    .box-container .box.large a,
    .box-container .box.large input,
    .box-container .box.x-large p,
    .box-container .box.x-large a,
    .box-container .box.x-large input {
        font-size: 14px;
    }
    .box-container .box.medium i,
    .box-container .box.large i,
    .box-container .box.x-large i {
        font-size: 2em;
        padding-right: 8px;
    }
}

.box-container .box.medium.videos li,
.box-container .box.large.videos li,
.box-container .box.x-large.videos li {
    height: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: transparent;
}

.box-container .box.medium.videos li .text-section,
.box-container .box.large.videos li .text-section,
.box-container .box.x-large.videos li .text-section {
    margin-bottom: 20px;
    width: 250px;
}

.box-container .box.medium.videos li .text-section h3,
.box-container .box.large.videos li .text-section h3,
.box-container .box.x-large.videos li .text-section h3 {
    margin-bottom: 7px;
}

@media screen and (max-width: 899px) {
    .box-container .box.medium.videos,
    .box-container .box.large.videos,
    .box-container .box.x-large.videos {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}

.box-container .box.medium.courses li,
.box-container .box.large.courses li,
.box-container .box.x-large.courses li {
    height: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: transparent;
    border-bottom: 1px solid #c8c6c7 !important;
}

.box-container .box.medium.courses li .text-section h3,
.box-container .box.large.courses li .text-section h3,
.box-container .box.x-large.courses li .text-section h3 {
    margin-bottom: 7px;
}

.box-container .box.medium.courses li .text-section a,
.box-container .box.large.courses li .text-section a,
.box-container .box.x-large.courses li .text-section a {
    display: inline-block;
    margin: 10px 0;
}

.video-slider {
    margin-top: 15px;
}

.video-slider .slick-slide {
    min-height: 155px;
    border: 1px solid #c8c6c7;
    margin-right: 1px;
    background-color: #f2f2f2;
}

.video-slider .vid-cell {
    height: 153px;
    position: relative;
    overflow: hidden;
}

.video-slider .vid-cell .course-vid-title {
    font-size: 17px;
    padding-top: 4px;
    height: 35px;
}

.video-slider .vid-cell .play-video {
    display: block;
    text-align: center;
    margin-top: -82px;
    font-size: 55px;
    color: #F7941E;
    cursor: pointer;
}

.video-slider .vid-cell img {
    width: 100%;
    height: 109px;
}

.video-slider .vid-cell p {
    cursor: move;
}

.videos li {
    height: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: transparent;
}

.videos li .text-section {
    margin-bottom: 20px;
    max-width: 325px;
    width: 62%;
    overflow: hidden;
    padding: 5px;
}

.videos li .text-section h3 {
    margin-bottom: 7px;
}

@media screen and (max-width: 899px) {
    .videos li .text-section {
        width: 100%;
    }
}

.videos li .vid-cell {
    position: relative;
    height: 62px;
    width: 152px;
    overflow: hidden;
}

.videos li .vid-cell video {
    width: 100%;
}

.videos li .vid-cell .vid-cell-img {
    width: 100%;
    border-radius: unset;
}

.videos li .vid-cell i {
    position: absolute !important;
    left: 56px !important;
    top: 8px !important;
    font-size: 3em !important;
    color: #FEBE1F;
    float: none !important;
    padding: 0 !important;
}

.videos li .modal {
    width: auto !important;
}

@media screen and (max-width: 899px) {
    .videos {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
    .videos li {
        display: block !important;
    }
}

.courses li {
    height: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: transparent;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c6c7 !important;
}

.courses li .text-section h3 {
    margin-bottom: 7px;
}

.courses li .text-section a {
    display: inline-block;
    margin: 10px 0;
}

.no-data {
    display: table;
    width: 100%;
    height: 100%;
}

.no-data h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #c9d9f4;
    font-size: 28px;
    padding: 30px;
}

.no-data a {
    margin: 28px auto 0 auto;
    display: block;
    width: 80%;
}

.no-data.dashboard {
    height: 472px;
}

.no-data.dashboard .no-data-inner {
    display: table-cell;
    vertical-align: middle;
}

.no-data.dashboard .no-data-inner h2 {
    display: block;
    margin-top: 80px;
}

.no-data.dashboard .no-data-inner .button {
    margin: 0 auto;
    display: block;
    width: 80%;
    padding: 17px;
    margin-top: 28px;
    white-space: normal;
}

.no-data.scroller {
    height: 350px;
    border: 2px dashed #c9d9f4;
}

.no-data.team {
    height: 200px;
}

.no-data.start-courses {
    height: 500px;
}

.video-preview-box {
    margin: 0 25px 25px 0;
}

.video-preview-box .course-details-video {
    width: 100%;
    height: 100%;
}

.video-preview .modal-exit {
    display: block !important;
    text-align: center;
    margin-top: 20px !important;
}

.vjs-poster {
    background-color: transparent !important;
}

.avatar {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.avatar.large {
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
}

.avatar.medium {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
}

.avatar.small {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
}

section {
    margin: 20px 0 0;
    border: 1px solid #c8c6c7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section header {
    position: relative;
    background-color: #bbbbbb;
    padding: 20px;
    color: #777777;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section header.alt {
    background-color: #838182;
    color: #FFFFFF;
}

section header h2 {
    display: inline-block;
}

section header .modal {
    display: inline-block;
    margin-top: -12px;
}

section header .button {
    background: #fff;
    color: #F2F2F2;
}

.modal-trigger {
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.modal-content button,
.modal-content .button {
    display: block;
    margin-top: 20px;
}

.modal-content .vjs-big-play-button {
    margin-top: 0 !important;
}

.modal-content:not(.sb-certificate__modal .modal-content) p {
    margin: 15px 0;
}

.modal-content h2 {
    margin: 10px 0;
    text-align: center;
}

@media screen and (min-width: 899px) {
    .modal,
    .modal-inner {
        max-height: 100% !important;
        height: auto;
        padding: 0 !important;
        width: 100%;
    }
    .modal-fade-screen {
        padding-top: 1em !important;
    }
}

.modal-inner {
    max-width: 700px;
    padding: 0 !important;
}

.modal-content {
    padding: 3em;
}

.modal-content:not(.sb-certificate__modal .modal-content) .button,
.modal-content:not(.sb-certificate__modal .modal-content) button {
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
}

.modal-content p {
    text-align: center;
}

.password-changed a {
    display: block;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .subscription-modal #subscriptionForm label {
        font-size: 14px;
        width: 60px;
    }
}

.subscription-modal table {
    border: 1px solid #c8c6c7;
    table-layout: inherit;
    margin-top: 20px;
    color: #808080;
    border-radius: 4px;
    border-collapse: inherit;
}

.subscription-modal table th {
    text-align: center;
    padding: 35px;
    border: 1px solid #c8c6c7;
}

.subscription-modal table td {
    padding: 35px;
    border: 1px solid #c8c6c7;
}

.subscription-modal table .save-amount {
    float: right;
    color: #00a652;
}

@media screen and (max-width: 768px) {
    .subscription-modal table .save-amount {
        display: block;
        float: none;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .subscription-modal table {
        table-layout: fixed;
    }
}

.subscription-modal table th {
    padding: 19px;
}

.subscription-modal .team-number {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.subscription-modal .team-number p {
    text-align: left;
    margin: 10px 10px 0 0;
}

.subscription-modal .team-number input {
    width: auto;
}

.subscription-modal .best-value-container {
    position: relative;
}

.subscription-modal .best-value-container .best-value-tag {
    position: absolute;
    top: 9px;
    left: -13px;
    padding: 7px;
    font-size: 11px;
    color: #fff;
    background-color: #01a6de;
    -moz-box-shadow: 3px 4px 10px #888888;
    -webkit-box-shadow: 3px 4px 10px #888888;
    box-shadow: 3px 4px 10px #888888;
}

.subscription-modal .best-value-container .best-value-tag:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 3px 6px;
    border-style: solid;
    border-color: #808080 #808080 transparent transparent;
}

.transfer-ownership-modal select {
    margin: 2em auto;
}

.payment-info-modal .modal-header {
    text-align: center;
}

.payment-info-modal i {
    font-size: 2em;
    color: #808080;
    margin-right: .4em;
}

.payment-info-modal em {
    font-size: .9em;
}

.payment-info-modal form {
    margin: 2em auto 0 auto;
}

.payment-info-modal form .required {
    position: relative;
    color: #ea0f3e;
    top: -40px;
    left: -15px;
}

.payment-info-modal form select {
    border-radius: 4px;
    padding: 4px;
    border: 1px solid #F2F2F2;
}

.payment-info-modal form .float-left,
.payment-info-modal form .float-right {
    width: 47%;
}

@media screen and (max-width: 768px) {
    .payment-info-modal form .float-left,
    .payment-info-modal form .float-right {
        width: 100%;
        float: none;
    }
}

.payment-info-modal button {
    width: 100%;
    padding: 20px;
    margin-top: 2em;
    white-space: normal;
}

.payment-info-modal input[type=text],
.payment-info-modal .recurly-hosted-field {
    position: relative;
    border: 1px solid #C8C6C7;
    border-radius: 5px;
    height: 43px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.recurly-hosted-field:before,
.required-input:before {
    content: "*";
    position: absolute;
    left: 6px;
    top: 15px;
    color: #ea0f3e;
}

.my-account-modal-wrapper {
    float: right;
    margin-top: 43px;
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper {
        float: none;
        margin-top: 0;
    }
}

.my-account-modal-wrapper .modal label img {
    border-radius: 50%;
    max-width: 100%;
}

.my-account-modal-wrapper .modal-trigger {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.my-account-modal-wrapper .modal-trigger span {
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .modal-trigger span {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.my-account-modal-wrapper .modal-trigger p {
    position: relative;
    top: 4px;
    color: #232323;
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .modal-trigger p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .modal-trigger {
        display: block;
    }
}

.my-account-modal-wrapper .my-account-modal .avatar {
    display: block;
    margin: 35px auto -25px auto;
}

.my-account-modal-wrapper .my-account-modal .modal-title {
    width: 100%;
    height: 91px;
    background-color: #6d6d6d;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    display: table;
}

.my-account-modal-wrapper .my-account-modal .modal-title h1 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 44px;
    color: #fff;
    font-size: 1.5em;
}

.my-account-modal-wrapper .my-account-modal .my-name {
    margin-top: 30px;
}

.my-account-modal-wrapper .my-account-modal .my-name .first-name {
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 20px;
    width: 49%;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .my-account-modal .my-name .first-name {
        width: 100%;
    }
}

.my-account-modal-wrapper .my-account-modal .my-name .last-name {
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 20px;
    width: 49%;
    float: right;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .my-account-modal .my-name .last-name {
        float: none;
        width: 100%;
    }
}

.my-account-modal-wrapper .my-account-modal .note {
    display: block;
    margin-bottom: 15px;
}

.my-account-modal-wrapper .my-account-modal .member-email {
    text-align: center;
    margin: 25px 0;
}

.my-account-modal-wrapper .my-account-modal .member-email .my-email {
    display: inline;
    word-break: break-word;
}

.my-account-modal-wrapper .my-account-modal .member-email i {
    margin-left: 11px;
    position: relative;
    top: 1px;
}

.my-account-modal-wrapper .my-account-modal .member-email .tooltip {
    left: calc(50% - 165px);
}

@media screen and (max-width: 768px) {
    .my-account-modal-wrapper .my-account-modal .member-email {
        font-size: 12px;
    }
}

.my-account-modal-wrapper .my-account-modal button {
    width: 100%;
    padding: 20px;
}

.my-account-modal-wrapper .my-account-modal .my-modal-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: table;
    margin-top: 20px;
    width: 100%;
    height: 89px;
    background-color: #F2F2F2;
}

.my-account-modal-wrapper .my-account-modal .my-modal-bottom .my-modal-bottom-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.my-account-modal-wrapper .my-account-modal .my-modal-bottom .my-modal-bottom-content .change-password {
    color: #01a6de;
    text-decoration: underline;
}

.my-account-modal-wrapper .my-account-modal .my-modal-bottom .my-modal-bottom-content .modal-exit {
    color: #808080;
}

.my-account-modal-wrapper .my-account-modal .modal-close {
    background-color: #232323;
    color: #fff;
    top: 2.1em;
    border-radius: 4px;
}

.my-account-modal-wrapper #avatar-uploader {
    visibility: hidden;
}

@-moz-document url-prefix() {
    .my-account-modal-wrapper .avatar-overlay-wrapper {
        position: relative !important;
        top: -153px !important;
        width: 100px !important;
        height: 100px !important;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .my-account-modal-wrapper .avatar-overlay-wrapper {
        position: relative !important;
        top: -152px !important;
        width: 100px !important;
        height: 100px !important;
    }
}

.my-account-modal-wrapper .avatar-overlay-wrapper {
    position: relative;
    top: -150px;
    width: 100px;
    height: 100px;
}

.my-account-modal-wrapper .avatar-overlay-wrapper #avatar-overlay {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    background: #01a6de;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 100px;
}

.my-account-modal-wrapper .avatar-overlay-wrapper #avatar-overlay:hover {
    opacity: .8;
}

.my-account-modal-wrapper .avatar-overlay-wrapper #avatar-overlay #overlay-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.my-account-modal-wrapper em {
    display: block;
    text-align: center;
}

.my-account-modal-wrapper #User_Email {
    padding: 20px;
}

.member-timezone select {
    width: auto;
    margin: 0 auto;
    padding: 20px;
}

#change-pw-form input {
    padding: 15px;
}

.pw-confirm-warning {
    display: none;
    color: #F7941E;
}

.add-member-modal-wrapper {
    overflow: auto;
}

.add-member-modal-wrapper .add-member-modal {
    margin: 0 auto;
}

.add-member-modal-wrapper .add-member-modal .button {
    margin: 20px auto 20px auto;
    display: block;
    width: 100%;
    padding: 20px;
}

.add-member-modal-wrapper .add-member-modal .input-email {
    padding: 15px;
    margin-bottom: 25px;
}

.add-member-modal-wrapper .add-member-modal select {
    width: 100%;
    padding: 15px;
}

@media screen and (max-width: 899px) {
    .add-member-modal-wrapper .add-member-modal {
        width: 100%;
    }
}

.add-member-modal-wrapper input[type="text"] {
    display: inline-block;
    width: 49%;
    padding: 15px;
    margin-bottom: 25px;
}

.add-member-modal-wrapper input[type="email"] {
    padding: 15px;
    margin-bottom: 25px;
}

.add-member-modal-wrapper .add-member {
    float: right;
    display: inline-block;
    margin: 5px 20px 0 0;
}

@media screen and (max-width: 768px) {
    .add-member-modal-wrapper .add-member {
        float: none;
        display: block;
        margin: 5px auto 0 auto;
        width: 55%;
    }
}

.add-member-modal-wrapper.owner b {
    text-align: center;
    display: block;
    margin-bottom: 2em;
}

.add-member-modal-wrapper.owner .user-type-select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 395px;
    margin: 0 auto;
}

.add-member-modal-wrapper.owner .user-type-select button {
    width: 100%;
    height: 9em;
    margin-bottom: 20px;
    white-space: nowrap;
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .add-member-modal-wrapper.owner .user-type-select {
        display: block;
        width: 100%;
    }
    .add-member-modal-wrapper.owner .user-type-select button {
        width: 100%;
        height: 4em;
        margin-bottom: 2em;
    }
}

.team-select-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 1088px) {
    .team-select-wrapper {
        display: block;
    }
}

.team-select-wrapper .select-team-member {
    width: 41%;
}

@media screen and (max-width: 768px) {
    .team-select-wrapper .select-team-member {
        width: 100%;
    }
}

.team-select-wrapper span {
    margin-top: 19px;
    width: 77px;
    text-align: center;
}

.team-select-wrapper .select-all-members-wrapper {
    margin-top: 19px;
    width: 41%;
}

@media (max-width: 1088px) {
    .team-select-wrapper .select-all-members-wrapper {
        width: 100%;
    }
}

.team-select-wrapper .select-all-members-wrapper #select-all-members {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}

.select-all-notification {
    display: block;
    text-align: center;
}

select[disabled] {
    background-color: #F2F2F2;
}

.activate-member-modal {
    margin: 0 auto;
}

.activate-member-modal .activate-member-cta {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
}

.activate-member-modal .activate-member-cta #memberName {
    text-align: center;
}

.activate-member-modal #memberEmail {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #c8c6c7;
}

@media screen and (max-width: 768px) {
    .activate-member-modal #memberEmail {
        font-size: 12px;
    }
}

.activate-member-modal input,
.activate-member-modal button {
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .activate-member-modal input,
    .activate-member-modal button {
        white-space: normal;
    }
}

.assign-to-team-modal select {
    width: 100%;
    padding: 15px;
    margin-bottom: 32px;
}

.assign-to-team-modal p {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin: 15px 0;
}

.assign-to-team-modal p input.datepicker-trigger[type="text"] {
    margin-left: 0;
}

.assign-to-team-modal button {
    width: 100%;
    padding: 20px;
}

.assign-to-team-modal .tag-list {
    padding-left: 0 !important;
}

@media screen and (max-width: 1277px) {
    .activate-member-modal,
    .add-member-modal {
        width: 100%;
    }
}

.modal-section-2,
.js-modal-confirm {
    display: none;
    text-align: center;
}

.edit-modal-wrapper .modal-trigger {
    padding: 0;
}

.edit-modal-wrapper .edit-modal input[type="text"] {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width: 899px) {
    .edit-modal-wrapper .edit-modal input[type="text"] {
        width: 100%;
    }
}

.edit-modal-wrapper .edit-modal .disabled-new-email {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0 !important;
}

.edit-modal-wrapper .edit-modal .disabled-new-email:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: text;
}

.edit-modal-wrapper .member-email {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin: 15px 0 25px 0;
}

.edit-modal-wrapper .member-email i {
    margin-left: 11px;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 768px) {
    .edit-modal-wrapper .member-email {
        font-size: 12px;
    }
}

.edit-modal-wrapper select {
    width: 100%;
    padding: 15px;
    margin-bottom: 32px;
}

.edit-modal-wrapper button {
    padding: 20px;
    width: 100%;
}

.edit-modal-wrapper .edit-modal-links {
    text-align: center;
    margin-top: 30px;
}

.edit-modal-wrapper .edit-modal-links .cancel {
    display: inline-block;
    width: auto;
}

.modal-exit.cancel {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    font-weight: normal;
    color: #007bff;
    text-decoration: none!important;
}

.modal-exit.cancel:hover {
    /* color:#cb9819!important; */
}

.test-connection-modal img {
    display: block;
    margin: 32px auto;
}

.test-connection-modal a {
    display: block;
    text-align: center;
    color: #6d6d6d;
    text-decoration: underline;
}

.sales-scenario-modal ul {
    list-style: inherit;
    list-style-position: inside;
    margin: 25px 0;
}

.sales-scenario-modal ul li {
    line-height: 50px;
}

.export-data-modal .modal-trigger {
    float: right;
    background-color: #fff;
    color: #808080;
    border: 1px solid #c8c6c7;
}

.export-data-modal h1,
.export-data-modal p,
.export-data-modal .modal-intro {
    text-align: center !important;
    margin-bottom: 10px;
}

.export-data-modal select {
    margin-top: 15px;
    padding: 15px;
    width: 48%;
}

.export-data-modal button {
    margin: 25px auto 0 auto;
    width: 100%;
    padding: 20px;
}

.export-data-modal .select-all-notification {
    display: block;
    margin: 20px 0;
}

.export-data-modal .assigned-users-list {
    margin-top: 25px;
}

@media screen and (max-width: 899px) {
    .export-data-modal select {
        width: 100%;
    }
}

.export-data-modal #member-ids-export-select {
    width: initial;
}

@media (max-width: 1088px) {
    .export-data-modal #member-ids-export-select {
        width: 100%;
    }
}

.quarter-year-select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 899px) {
    .quarter-year-select {
        display: block;
    }
}

.quarter-year-select.no-team {
    max-width: 560px;
}

.quarter-year-select span {
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .quarter-year-select span {
        display: block;
        margin-bottom: 15px;
    }
}

.note {
    color: #808080 !important;
    font-size: 12px;
}

.note.for-search {
    font-size: 16px;
    margin: 15px 0 20px 0;
}

.start-course-modal p {
    text-align: center;
    margin-bottom: 40px;
}

.start-course-modal button {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.base-onboarding-modal p {
    margin-bottom: 30px;
}

.base-onboarding-modal button,
.base-onboarding-modal .button {
    width: 100% !important;
    white-space: normal;
}

.base-onboarding-modal input {
    padding: 14px;
}

.quiz-modal .question-section-1 input[type="radio"]+label {
    display: block;
    margin: 19px;
}

.quiz-question {
    display: block;
    line-height: 35px;
}

.cancel-subscription-modal button {
    white-space: normal;
}

.table-minimal {
    border: 1px solid #c8c6c7;
    color: #6d6d6d;
    margin-bottom: 30px;
}

.table-minimal thead {
    color: #6d6d6d;
    background-color: #F2F2F2;
}

.table-minimal tbody {
    padding: 10px;
}

.table-minimal tbody a {
    color: #6d6d6d;
    text-decoration: underline;
}

.table-minimal th {
    border-bottom: none;
}

.table-minimal th,
.table-minimal td {
    padding: 15px;
    border: 1px solid #c8c6c7;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .table-minimal th,
    .table-minimal td {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.table-minimal th input[type="text"],
.table-minimal td input[type="text"] {
    outline: none;
    border: none;
    padding: 6px;
}

.tooltip:after {
    display: none;
}

.expander {
    margin: 10px;
    width: auto;
}

.icon-expander:nth-child(even) {
    background-color: #ededed;
}

.icon-expander:nth-child(odd) {
    background-color: #f7f7f7;
    border-bottom: 1px solid #c8c6c7;
    border-top: 1px solid #c8c6c7;
}

.icon-expander .expander {
    padding: 15px;
    margin: 0px;
}

.icon-expander .expander .chart {
    width: 100% !important;
}

.icon-expander .expander .expander-trigger {
    font-weight: 600;
    margin: 22px 0 0 29px;
    border: none;
    color: #232323;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    bottom: 8px;
}

.icon-expander .expander .expander-trigger:before {
    font-family: "FontAwesome";
    content: "\f068" !important;
    font-size: 16px;
    color: #F7941E;
    padding: 6px 6px 3px 6px;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    background: #F2F2F2;
    position: absolute;
    left: -32px;
    bottom: -2px;
}

.icon-expander .expander .expander-hidden:before {
    font-family: "FontAwesome";
    content: "\f067" !important;
    font-size: 16px;
    color: #F7941E;
    padding: 6px 6px 3px 6px;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    background: #F2F2F2;
    position: absolute;
    left: -32px;
    bottom: -2px;
}

@-moz-document url-prefix() {
    .icon-expander .expander .expander-trigger:before {
        font-family: "FontAwesome";
        content: "\f068" !important;
        font-size: 16px;
        color: #f6b829;
        padding: 6px 7px 5px 7px;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
        background: #F2F2F2;
        position: absolute;
        left: -32px;
        bottom: -2px;
    }
    .icon-expander .expander .expander-hidden:before {
        font-family: "FontAwesome";
        content: "\f067" !important;
        font-size: 16px;
        color: #f6b829;
        padding: 6px 7px 5px 7px;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
        background: #F2F2F2;
        position: absolute;
        left: -32px;
        bottom: -2px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .icon-expander .expander .expander-trigger:before {
        font-family: "FontAwesome";
        content: "\f068" !important;
        font-size: 16px;
        color: #f6b829;
        padding: 6px 7px 5px 7px;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
        background: #F2F2F2;
        position: absolute;
        left: -34px;
        bottom: -3px;
    }
    .icon-expander .expander .expander-hidden:before {
        font-family: "FontAwesome";
        content: "\f067" !important;
        font-size: 16px;
        color: #f6b829;
        padding: 6px 7px 5px 7px;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
        background: #F2F2F2;
        position: absolute;
        left: -34px;
        bottom: -3px;
    }
}

.progress-bar {
    background-color: transparent!important;
}

.progress-bar div {
    display: inline-block;
    width: 100%;
    height: 85px;
}

.progress-bar canvas {
    display: block;
}

.progress-bar p {
    display: block;
    color: #A2A2A2;
    position: relative;
    top: 42px;
    margin: 0 auto;
    padding-top: 0 !important;
}

.progress-bar input {
    width: 200px;
}

.exam-history-dash {
    position: relative;
}

.exam-history-dash .score {
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    width: 35px;
    padding-top: 11px;
    text-align: center;
}

.exam-history-dash .score span {
    display: inline-block;
    margin-top: 5px;
}

.exam-history-dash .score.column-view {
    background-color: #c8c6c7;
    color: #6d6d6d;
    float: right;
    position: relative;
    top: 25px;
    right: 15px;
}

.exam-history-dash .score.column-view span {
    position: relative;
    top: 5px;
    display: inline;
}

@media screen and (max-width: 985px) {
    .exam-history-dash .score.column-view {
        position: absolute;
        top: 0;
        background-color: transparent;
    }
}

.exam-history-dash .score.slider-view {
    background-color: #6d6d6d;
    color: #F2F2F2;
    margin: 30px auto 0 auto;
}

.my-courses {
    margin-bottom: 100px;
    overflow: auto;
    clear: both;
}

.my-courses .my-course-slider {
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}

.my-courses .slider-cell {
    position: relative;
    margin-right: 10px;
    opacity: .6;
    height: 310px;
    /* background: #808080; */
    cursor: move;
}

@media screen and (max-width: 480px) {
    .my-courses .slider-cell {
        margin: 0 3px;
        opacity: 1;
    }
}

.my-courses .slider-cell p {
    /*position: relative;
        padding-top: 60px;
        color: $white;*/
}

.my-courses .slider-cell .slide-title {
    position: absolute;
    top: 45px;
    color: #fff;
    left: 43px;
    text-align: left;
    max-width: 140px;
}

.my-courses .slider-cell .course-image-wrapper {
    height: 100%;
    /*min-height: 407px !important;*/
    max-height: 144px;
    background-color: #D1D2D4;
}

.my-courses .slider-cell .course-image-wrapper .course-image {
    /*position: absolute;
             top: -7px;*/
}

.my-courses .slider-cell .slider-button-bg {
    position: relative;
    display: table;
    width: 100%;
    height: 98px;
    background-color: #3F4140;
}

.my-courses .slider-cell .slider-button-bg .slider-button {
    display: table-cell !important;
    vertical-align: middle;
}

.my-courses .slider-cell .slider-button-bg .slider-button .button {
    padding: 24px;
    width: 230px;
    text-transform: uppercase;
    color: #fff !important;
}

.my-courses .slider-cell .chart p {
    z-index: 2;
    top: 27px;
}

.my-courses .slider-cell .chart canvas {
    position: relative;
    top: -16px;
}

.my-courses .slick-current {
    opacity: 1.0 !important;
}

.my-courses.owner-screen {
    padding-top: 0;
}

.slick-arrow {
    width: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

.slick-next:before,
.slick-prev:before {
    color: #01a6de !important;
    font-size: 25px !important;
}

.separator {
    position: relative;
    margin: 0 0 20px 0;
}

.separator .text {
    background: #fff;
    margin: 0 0 0 20px;
    padding: 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.separator:before {
    content: '';
    display: block;
    position: absolute;
    background: #E9E9E9;
    margin: 0 10px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    line-height: 19px;
    max-height: 39px;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.line-clamp.large {
    max-height: 92px;
    -webkit-line-clamp: 5;
    line-height: 1;
}


/***********
BEGIN: Pages scss
***********/

.page-title {
    font-size: 2em;
}

#charts-wrapper {
    font-feature-settings: normal;
}

.owner-dash-without-team .select-all label {
    font-weight: 700;
    margin: 30px 0;
}

.owner-dash-without-team .owner-dash-without-team-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
    .owner-dash-without-team .owner-dash-without-team-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 768px) {
    .owner-dash-without-team .owner-dash-without-team-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.owner-dash-without-team .owner-dash-without-team-list li {
    line-height: 30px;
}

.owner-dash-without-team .owner-dash-without-team-list li .exp-mebmer-id-label {
    cursor: pointer;
}

.owner-dash-without-team .owner-dash-without-team-list li .exp-mebmer-id-label.disabled {
    color: #c8c6c7;
}

.owner-dash-without-team .owner-dash-without-team-list li .exp-mebmer-id-label .exp-label:before {
    bottom: 8px;
}

.owner-dash-without-team .all-added-note {
    display: none;
}

#owner-dash-without-team-export {
    padding: 20px;
    width: 200px;
}

.recent-scores table .scores-table-head {
    text-align: center;
    border-bottom: none;
}

.recent-scores table tr td {
    border-bottom: none;
    padding: 10px;
}

.recent-scores table tr .data {
    width: 12.3%;
    font-size: 14px;
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.graphing-section .expander-content {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .icon-expander.full-page {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .icon-expander.mobile {
        display: none;
    }
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats {
    border-bottom: 1px solid #c8c6c7;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .avatar {
    display: block;
    margin: 20px auto;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list li {
    width: 140px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list li .mobile-performance-stat {
    color: #FEBE1F;
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 4px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list li .mobile-completed-courses-stat {
    color: #01a6de;
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 4px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list li .mobile-avg-score {
    color: #F7941E;
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 4px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .stats-list li .stat-text {
    display: block;
    text-align: center;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .mobile-recent-scores h2 {
    background-color: #F2F2F2;
    color: #808080;
    padding: 10px;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    font-size: 19px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .mobile-recent-scores ul {
    margin-bottom: 35px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .mobile-recent-scores ul .mobile-data {
    color: #808080;
    line-height: 35px;
    font-size: 19px;
}

.icon-expander.mobile .mobile-dashboard-focus-areas .mobile-employee-stats .mobile-recent-scores ul .mobile-data span {
    color: #232323;
    text-decoration: underline;
}

.full-page-data-export {
    overflow: hidden;
    color: #fff;
}

.full-page-data-export h2 {
    margin-top: 15px;
    font-size: 22px;
}

.full-page-data-export #export-data-modal-trigger {
    float: right;
    padding: 20px;
}

.mobile-data-export {
    display: none;
    background-color: #c8c6c7;
    margin-top: 15px;
    padding: 25px;
}

.mobile-data-export h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.mobile-data-export #mobile-export-data-modal-trigger {
    display: block;
    margin: 28px auto;
    padding: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #team-stats-quarter {
        width: 100%;
    }
    .data-chart-wrapper {
        display: none;
    }
    .full-page-data-export {
        display: none;
    }
    .mobile-data-export {
        display: block;
    }
}

.suggested-courses {
    padding: 10px;
    height: auto !important;
}

.suggested-courses span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
    margin-bottom: 5px;
    width: auto !important;
}

.suggested-courses .tag-list .tag-list-ul li {
    background-color: #fff !important;
    height: auto;
    width: auto !important;
    border: 2px solid #808080;
    border-radius: 4px;
    color: #808080;
    padding: 9px;
    margin: 10px 0;
}

.suggested-courses .tag-list .tag-list-ul li .fa-times-circle {
    background: #c8c6c7;
}

.suggested-courses .tag-list .tag-list-ul li a {
    text-decoration: none;
}

.graphs-yaxis-title,
.graphs-button,
.graphs-title {
    display: none;
}

.legend ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.legend ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    margin: 0 10px;
}

.legend ul li .legend-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.legend ul li .legend-item.green {
    background: #03B287;
}

.legend ul li .legend-item.blue-green {
    background: #006C88;
}

.legend ul li .legend-item.blue {
    background: #01B0DD;
}

.chart-avatar-list ul li {
    display: inline-block;
}

.account-page-wrapper p {
    margin: 10px 0;
}

.account-page-wrapper .table-2 {
    width: 331px;
    border-collapse: inherit;
    border: 1px solid #c8c6c7;
    border-radius: 2px;
    margin-top: 37px;
}

.account-page-wrapper .table-2 tr th {
    padding: 22px;
    background-color: #F5F3F4;
}

.account-page-wrapper .table-2 tr td {
    border: none;
}

.account-page-wrapper .table-2 tr td ul {
    width: 300px;
    margin: 1.5em 0;
}

.account-page-wrapper .table-2 tr td ul li {
    list-style-position: inside;
    margin-bottom: 1.37em;
    word-wrap: break-word;
    position: relative;
    left: 3.1em;
}

.account-page-wrapper .table-2 tr td ul li:before {
    content: "";
    width: .56em;
    height: .56em;
    font-size: 1em;
    border-radius: 50%;
    background-color: #c8c6c7;
    margin: .25em 1.3em 0 1.5em;
    position: absolute;
    left: -3.4em;
}

.account-page-wrapper .table-2 tr td .button {
    display: block;
    width: 88%;
    margin: 0 auto 1.2em auto;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.account-page-wrapper .separator {
    margin-top: 60px;
}

.account-page-wrapper .success-text {
    color: #00a652;
}

.account-page-wrapper .gray-text {
    color: #808080 !important;
    font-style: italic;
    font-size: .9em;
}

.account-page-wrapper .modal-trigger {
    padding: 0;
    text-decoration: underline;
}

.account-page-wrapper .left-column {
    width: 49%;
    float: left;
}

.account-page-wrapper .right-column {
    width: 49%;
    float: right;
}

.account-page-wrapper .right-column .Subscription-section {
    display: inline-block;
}

.account-page-wrapper .display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.account-page-wrapper .display-flex .modal-trigger {
    margin: 10px 5px 0 5px;
}

.account-page-wrapper .display-flex i {
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .account-page-wrapper .display-flex {
        display: block !important;
    }
}

@media screen and (max-width: 899px) {
    .account-page-wrapper .right-column,
    .account-page-wrapper .left-column {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 899px) and (max-width: 768px) {
    .account-page-wrapper .table-2 {
        width: 100%;
    }
    .account-page-wrapper .table-2 li {
        width: 200px;
    }
}

.account-page-wrapper .payment-info-section p {
    line-height: 25px;
}

.account-page-wrapper .payment-info-section .tooltip:first-of-type {
    left: -webkit-calc(50% -270px);
    left: calc(50% - 270px);
}

.tagit-choice {
    background-color: #fff !important;
    border: 2px solid #808080 !important;
    color: #808080 !important;
}

.search-bar-container {
    padding: 35px 0 30px 0;
    max-width: 554px;
}

.search-bar-container h2 {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.5em;
}

.search-bar-container .search-form {
    padding: 1px 5px 1px 3px;
}

.search-bar-container .search-form input[type="search"] {
    width: 400px;
    float: left;
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .search-bar-container .search-form input[type="search"] {
        width: 100%;
    }
}

.search-bar-container .search-form #search-button {
    float: right;
    position: relative;
    top: -35px;
}

@media screen and (max-width: 768px) {
    .search-bar-container .search-form #search-button {
        float: none;
        top: 10px;
    }
}

.search-bar-container ul.tagit {
    width: 83% !important;
    max-width: 451px !important;
}

@media screen and (max-width: 768px) {
    .search-bar-container ul.tagit {
        width: 100% !important;
    }
}

.search-bar-container ul.tagit input[type="text"] {
    width: 100% !important;
}

.search-bar-container ul.tagit .ui-state-default {
    background: #01a6de;
    border: #0185b2;
    color: #fff;
    font-weight: 700;
}


/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: $mainBrandColor;
    border: shade($mainBrandColor, 20%);
    color: $white;
    font-weight: 700;
}*/

.letter-search {
    padding: 20px 0 25px 0;
}

.letter-search li {
    display: inline;
    padding-right: 15px;
    font-weight: bold;
}

.ui-datepicker-next:after,
.ui-datepicker-next-hover .ui-icon-circle-triangle-e:after {
    content: "\f138";
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    left: 3px;
    background-color: #E9E9E9;
    padding: 3px;
    text-decoration: none !important;
    border: none;
    color: #FEBE1F;
}

.ui-datepicker-prev:after,
.ui-datepicker-prev-hover .ui-icon-circle-triangle-e:after {
    content: "\f137";
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    left: 3px;
    background-color: #E9E9E9;
    padding: 3px;
    text-decoration: none !important;
    border: none;
    color: #FEBE1F;
}

.all-courses-container {
    padding: 20px 0 40px 0;
}

.all-courses-container .search-results-list {
    padding-top: 40px;
}

.all-courses-container .search-results-list li {
    margin-bottom: 30px;
}

.all-courses-container .search-results-list li a {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.scroll-top {
    float: right;
    position: relative;
    bottom: 40px;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .9em;
    color: #808080;
    padding-left: 12px;
    cursor: pointer;
}

.scroll-top a {
    color: #808080;
}

#search-results-content {
    overflow: hidden;
}

#search-results-content .search-results-container {
    width: 49%;
    padding-top: 30px;
}

@media screen and (max-width: 899px) {
    #search-results-content .search-results-container {
        width: 100%;
    }
}

#search-results-content .search-results-container.float-left {
    float: left;
}

@media screen and (max-width: 899px) {
    #search-results-content .search-results-container.float-left {
        float: none;
    }
}

#search-results-content .search-results-container.float-right {
    float: right;
}

@media screen and (max-width: 899px) {
    #search-results-content .search-results-container.float-right {
        float: none;
    }
}

#search-results-content .search-results-container h3 {
    padding: 0 0 20px 10px;
}

#search-results-content .search-results-container h3 span {
    color: #cacaca;
}

#search-results-content .search-results-container .search-results-box {
    border: 1px solid #c7c7c7;
    overflow-y: auto;
    height: 500px;
    padding: 10px 30px 30px 30px;
}

#search-results-content .search-results-container .search-results-box ul li {
    padding: 35px 0 35px 0;
    border-bottom: 3px solid #e8e8e8;
}

#search-results-content .search-results-container .search-results-box .tag-list ul li {
    padding: 10px !important;
    border: none;
}

#search-results-content .search-results-container .search-results-box p {
    padding-top: 20px;
}

#search-results-content .search-results-container .search-results-box .include-courses li {
    display: inline;
    border-bottom: none;
    padding: 0;
    line-height: 25px;
}

#search-results-content .search-results-container .search-results-box .no-search-results {
    font-size: 32px;
    color: #c9d9f4;
    text-align: center;
    margin-top: 240px;
}

#search-results-content .search-results-container .search-results-box .tooltip {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

#search-results-content .search-results-container .search-results-box .title {
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
    .page-tabs-wrapper {
        margin-top: 25px;
    }
    .add-member {
        margin: 0 auto;
    }
}

.page-tabs {
    margin-top: 20px;
    line-height: 1.5;
    padding: 0;
    border-bottom: 1px solid #c8c6c7;
}

.page-tabs::after {
    clear: both;
    content: "";
    display: table;
}

.page-tabs li.tab-header {
    list-style: none;
    margin-right: 8px;
}

@media screen and (min-width: 899px) {
    .page-tabs li.tab-header {
        display: inline;
    }
}

@media screen and (max-width: 899px) {
    .page-tabs li.tab-header {
        margin-right: 0;
    }
}

.page-tabs a.tab-link {
    background-color: #808080;
    display: block;
    text-decoration: none;
    color: #fff !important;
}

@media screen and (min-width: 899px) {
    .page-tabs a.tab-link {
        display: inline-block;
        border-top: 0;
    }
}

.page-tabs a.tab-link:focus,
.page-tabs a.tab-link:hover {
    outline: none;
    color: #fff;
}

.page-tabs a.tab-link.is-active {
    border-bottom: 0;
    background-color: #fff;
    color: #232323 !important;
}

@media screen and (min-width: 899px) {
    .page-tabs a.tab-link.is-active {
        border: 1px solid #c8c6c7;
        border-bottom-color: #fff;
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 899px) {
    .page-tabs a.tab-link.is-active {
        box-shadow: 0px 0px 18px -1px #888888;
    }
}

@media screen and (max-width: 768px) {
    .page-tabs a.tab-link {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-top: 1px solid #c8c6c7;
        border-bottom: 1px solid #c8c6c7;
    }
}

.page-tabs a.tab-link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px 25px;
    cursor: pointer;
}

.accordion-padding {
    padding-top: 50px;
}

.tab-content-inner {
    padding-top: 25px;
}

.badge {
    display: none;
    font-weight: bold !important;
    line-height: 23px !important;
    padding: 0 !important;
    min-width: 27px!important;
    min-height: 27px!important;
    font-size: 12px!important;
    color: #fff!important;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    text-align: center !important;
    position: absolute;
    top: -19px;
}

.badge.shown {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .badge.shown {
        display: none;
    }
}

.badge.leadership-tip-badge {
    display: inline-block;
    font-size: 1.12em;
    margin-left: 9px;
    width: 44px;
    height: 44px;
    line-height: 36px !important;
    position: static;
    text-align: center;
    padding: 12px 2px 0 0;
}

.deactivate-team-wrapper {
    font-size: 14px;
    float: right;
    margin: 20px 30px 0 0;
}

.deactivate-team-wrapper p {
    margin-right: 15px;
}

.deactivate-team-wrapper .deactivate-team-label {
    text-decoration: underline;
}

.deactivate-team-wrapper #deactivateTeamForm {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .deactivate-team-wrapper {
        float: none;
    }
}

.members-wrapper .member-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    border: 1px solid #c8c6c7;
}

.members-wrapper .member-list li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 20px;
    flex: 0 0 127px;
}

.members-wrapper .member-list li .badge {
    position: absolute;
    border-color: #c8c6c7;
    padding-right: 3px;
}

.members-wrapper .member-list.inactive {
    opacity: .6;
}

.members-wrapper .member-list a {
    display: block;
}

.members-wrapper .separator {
    margin: 20px 0;
}

.members-wrapper header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.members-wrapper header .badge {
    left: 13px;
    top: 11px;
    padding-left: 3px;
}

.members-wrapper header .avatar {
    margin-right: 20px;
}

.notification {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 15px;
}

.notification .label-switch {
    margin: 0 5px 0 0;
}

.notification select {
    margin: 0 3px;
}

@media screen and (max-width: 768px) {
    .notification select {
        display: inline-block;
    }
}

.course-search-container {
    background: #F2F2F2;
    width: 100%;
    padding: 25px;
    border: 1px solid #c8c6c7;
    height: auto;
    overflow: auto;
}

.course-search-container #course-search-form {
    width: 660px;
}

@media screen and (max-width: 768px) {
    .course-search-container #course-search-form {
        width: 100%;
    }
}

.course-search-container #course-search-form input[type="text"] {
    display: inline-block;
    width: 500px;
}

@media screen and (max-width: 899px) {
    .course-search-container #course-search-form input[type="text"] {
        width: 100%;
    }
}

.course-search-container #course-search-form #course-search-form-submit {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .course-search-container #course-search-form #course-search-form-submit {
        float: none;
    }
}

.course-search-container h3 {
    margin-bottom: 30px;
}

.course-search-container ul.tagit {
    width: 566px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .course-search-container ul.tagit {
        width: 100%;
        /* margin-bottom: 10px!important; */
        overflow: hidden;
    }
}

.course-search-container ul.tagit li.tagit-choice-editable {
    margin-top: 5px;
}

@media screen and (max-width: 899px) {
    .course-search-container {
        margin-bottom: 25px;
        overflow: auto!important;
    }
}

.uneditable-course-text {
    color: #808080;
    font-size: 13px !important;
    max-width: 198px;
    display: inline-block;
    margin-top: 15px;
}

.uneditable-course-text.started-course {
    position: absolute;
}

.member-info {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 10px 0;
}

.member-info .avatar,
.member-info a {
    margin: 0 5px 0 0;
}

.member-info .member-name {
    padding: 0 20px 0 20px;
}

.member-info .modal-trigger {
    font-weight: normal;
}

.member-info .line {
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .member-info {
        display: block;
        text-align: center;
        line-height: 45px;
    }
}

.course-sr-inner {
    width: 49%;
    padding-top: 30px;
}

@media screen and (max-width: 899px) {
    .course-sr-inner {
        width: 100%;
    }
}

.course-sr-inner.float-right {
    float: right;
}

@media screen and (max-width: 899px) {
    .course-sr-inner.float-right {
        float: none;
    }
}

.course-sr-inner.float-left {
    float: left;
}

@media screen and (max-width: 899px) {
    .course-sr-inner.float-left {
        float: none;
    }
}

.course-sr-inner h3 {
    padding: 0 0 20px 10px;
}

.course-sr-inner h3 span {
    color: #cacaca;
}

.course-sr-inner .search-results-box {
    border: 1px solid #c7c7c7;
    overflow-y: auto;
    height: 300px;
    padding: 10px 30px 30px 30px;
}

.course-sr-inner .search-results-box .course-buttons {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .course-sr-inner .search-results-box .course-buttons {
        display: inline-block;
    }
}

@media screen and (max-width: 383px) {
    .course-sr-inner .search-results-box .course-buttons {
        float: none;
    }
}

.course-sr-inner .search-results-box .course-buttons button,
.course-sr-inner .search-results-box .course-buttons .button {
    display: inline-block;
    margin: 0 5px;
    width: auto !important;
    padding: 0.5em 1em !important;
}

@media screen and (max-width: 768px) {
    .course-sr-inner .search-results-box .course-buttons button,
    .course-sr-inner .search-results-box .course-buttons .button {
        margin: 0 0 10px 0;
    }
}

.course-sr-inner .search-results-box .course-buttons .modal-trigger {
    padding: 0;
}

.course-sr-inner .search-results-box ul li {
    padding: 35px 0 35px 0;
    border-bottom: 3px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
    .course-sr-inner .search-results-box ul li {
        height: auto;
        min-height: 150px;
    }
}

.course-sr-inner .search-results-box p {
    padding-top: 20px;
}

.course-sr-inner .search-results-box .include-courses li {
    display: inline;
    border-bottom: none;
}

.course-sr-inner .search-results-box .no-search-results {
    font-size: 32px;
    color: #c9d9f4;
    text-align: center;
    margin-top: 123px;
}

@media screen and (max-width: 768px) {
    .course-sr-inner .search-results-box .no-search-results {
        margin-top: 92px;
        font-size: 25px;
    }
}

.course-sr-inner .search-results-box .no-access-title {
    display: inline-block;
    padding-top: 0 !important;
}

.course-sr-inner .search-results-box .title {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.js-active-course,
.started-user-course,
.completed-user-course {
    position: relative;
    height: 100%;
}

.js-active-course .tooltip-item,
.started-user-course .tooltip-item,
.completed-user-course .tooltip-item {
    position: absolute;
    top: 5px !important;
    right: 6px !important;
    border-radius: 50%;
    color: #fff;
    width: 23px;
    height: 23px;
    padding: 3px 0 0 1px;
    cursor: pointer;
}

.js-active-course .tooltip-item.employee,
.started-user-course .tooltip-item.employee,
.completed-user-course .tooltip-item.employee {
    background: #FEBE1F;
}

.js-active-course .tooltip-item.manager-or-owner,
.started-user-course .tooltip-item.manager-or-owner,
.completed-user-course .tooltip-item.manager-or-owner {
    background-color: #01a6de;
    padding: 1px 0 0 0;
    line-height: 16px;
}

.js-active-course .tooltip-item.manager-or-owner span,
.started-user-course .tooltip-item.manager-or-owner span,
.completed-user-course .tooltip-item.manager-or-owner span {
    font-size: 8px;
}

.js-active-course .tooltip-item .tooltip,
.started-user-course .tooltip-item .tooltip,
.completed-user-course .tooltip-item .tooltip {
    left: -webkit-calc(50% - 173px) !important;
    left: calc(50% - 173px) !important;
    white-space: normal;
}

.js-active-course .course-percentage,
.started-user-course .course-percentage,
.completed-user-course .course-percentage {
    text-align: center;
    width: 98px;
    right: 7px;
    bottom: 22px;
    position: absolute;
    color: #A2A2A2;
}

.js-active-course .course-percentage p,
.started-user-course .course-percentage p,
.completed-user-course .course-percentage p {
    width: 120px !important;
}

.js-active-course .course-percentage p:first-child,
.started-user-course .course-percentage p:first-child,
.completed-user-course .course-percentage p:first-child {
    font-weight: 700;
    font-size: 20px;
}

.js-active-course .course-percentage.course-score,
.started-user-course .course-percentage.course-score,
.completed-user-course .course-percentage.course-score {
    bottom: 10px;
}

.completed-user-course .course-info {
    max-width: 275px !important;
}

@media (max-width: 1300px) {
    .completed-user-course .course-info {
        max-width: 250px !important;
    }
}

@media (max-width: 480px) {
    .completed-user-course .course-info {
        max-width: 200px !important;
    }
}

@media (max-width: 400px) {
    .completed-user-course .course-info {
        max-width: 150px !important;
    }
}

.user-course-name {
    display: block !important;
    max-height: 45px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline!important;
}

.user-course-name a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.started-course-name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
}

.activity-dropdown select {
    display: inline-block;
    padding: 10px;
    width: 240px;
}

.activity-dropdown .note {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    font-style: italic;
    font-size: 12px;
}

.passing-grade-color88_above {
    color: #00a652;
    font-weight: bold;
}

.passing-grade-color76_87 {
    color: #Fdbe1f;
    font-weight: bold;
}

.passing-grade-color66_75 {
    color: #FFA500;
    font-weight: bold;
}

.failing-grade {
    color: #ea0f3e;
    font-weight: bold;
}

.activity-content .fa-sign-in {
    color: #01a6de;
    padding-right: 8px;
    font-size: 1.5em;
    vertical-align: middle;
}

.activity-content section {
    border: none;
    padding-bottom: 20px;
}

.activity-content ul {
    padding: 0 20px;
}

.activity-content ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 10px 0;
}

.activity-content ul li .avatar {
    margin: 0 5px 0 0;
}

.activity-content ul li p {
    margin-bottom: 0 !important;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .activity-content ul li p {
        line-height: 1.3;
    }
}

.leadership-tips-col {
    width: 59%;
    float: left;
    margin-top: -9px;
}

.leadership-tips-col .leadership-tips-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

@media screen and (max-width: 899px) {
    .leadership-tips-col .leadership-tips-inner {
        display: block;
        margin: 0 0 0 0!important;
    }
}

.leadership-tips-col .leadership-tips-inner .leadership-text {
    flex: 1;
    width: 86%;
    float: right;
}

@media screen and (max-width: 899px) {
    .leadership-tips-col .leadership-tips-inner .leadership-text {
        float: left;
        width: 100%;
    }
}

.leadership-tips-col .leadership-tips-inner .leadership-text h3 {
    padding-bottom: 25px;
}

.leadership-tips-col .leadership-tips-inner .leadership-text p {
    margin-bottom: 20px;
}

.leadership-tips-col .leadership-tips-inner .leadership-text ul {
    padding-bottom: 25px;
}

.leadership-tips-col .leadership-tips-inner .leadership-text ul li {
    list-style: initial;
    list-style-position: inside;
    padding: 5px 0 5px 0;
}

@media screen and (max-width: 768px) {
    .leadership-tips-col {
        width: 100%!important;
        padding-bottom: 30px;
    }
    .leadership-tips-col h3 {
        padding: 0 0!important;
        margin: 20px 0 15px 0!important;
    }
    .search-bar-container {
        padding: 0 0 0px 0;
    }
    .tips-content {
        width: 100%!important;
    }
    .tips-content ul li {
        display: flex;
    }
    .search-bar-container .search-form {
        display: flex;
        align-items: center;
    }
    .search-bar-container .search-form button {
        margin: -12px 0 0 5px!important;
    }
}

.quick-sales-text h3 {
    text-align: center;
    line-height: 50px;
}

.related-post-wrapper {
    margin-top: 25px;
}

.blog-col {
    width: 39%;
    float: right;
    margin-top: 5px;
}

.blog-col h3 {
    margin: 30px 0;
    font-weight: bold;
}

.blog-col p {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .blog-col {
        width: 100%!important;
    }
    .search-bar-container {
        padding: 35px 0 0px 0;
    }
    .search-bar-container h2 {
        padding-bottom: 0px;
    }
}

.related-post-content {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.related-post-content .fade-text {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
}

.tips-content {
    width: 100%;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.tips-content a {
    padding: 20px;
}

.tips-content ul li {
    height: 70px;
    background-color: #fcfcfc;
    padding: 25px 25px 25px 0;
    border-top: 1px solid #c8c6c7;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tips-content ul li a.activ {
    color: rgb(203, 152, 25);
}

.tips-content ul li:nth-child(even) {
    background-color: #f4f4f4;
}

.tips-content ul span {
    color: #fff;
    background-color: #c8c6c7;
    padding: 26px;
    margin-right: 20px;
    position: relative;
    top: 2px;
    border-bottom: 1px solid #F2F2F2;
}

.__leadership-tooltip li {
    padding: 0px !important;
}

.__leadership-tooltip li .__list-number {
    color: #fff;
    background-color: #c8c6c7;
    padding: 26px 0px;
    border-bottom: 1px solid #F2F2F2;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}

.load-more-button {
    height: 70px;
    background-color: #f2f0f1;
    text-align: center;
}

.load-more-button a {
    color: rgb(35, 35, 35);
}

.load-more-button a:hover {
    color: rgb(247, 148, 30);
}

.load-more-button a {
    display: block;
    padding: 28px 0;
}

.back-to-link {
    display: inline-block;
    margin: 40px 0;
}

.page-cover {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.page-cover .login-logo {
    display: block;
    margin: 30px auto;
    text-align: center;
}

.page-cover .login-wrapper-outer {
    display: table-cell;
    vertical-align: middle;
}

.page-cover .login-wrapper-outer .login-wrapper-inner {
    margin: 0 auto;
    width: 530px;
}

@media screen and (max-width: 899px) {
    .page-cover .login-wrapper-outer .login-wrapper-inner {
        width: 80%;
    }
}

.page-cover .login-wrapper-outer .login-wrapper-inner .forgot-password-text {
    text-align: center;
    color: #808080;
    font-weight: 600;
    padding: 20px 0;
}

.page-cover .login-wrapper-outer .login-wrapper-inner .forgot-password-text .white-text {
    color: #fff;
}

.page-cover .login-wrapper-outer .login-wrapper-inner .forgot-password-text .yellow-link {
    color: #F7941E;
}

.page-cover .login-wrapper-outer .login-wrapper-inner form .form-control {
    padding: 17px;
    border-radius: 4px;
}

.page-cover .login-wrapper-outer .login-wrapper-inner form .button {
    margin-top: 17px;
}

.page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section {
        display: block;
        text-align: center;
    }
}

.page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section .forgot-password a {
    color: #696969;
}

@media screen and (max-width: 768px) {
    .page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section .forgot-password {
        display: block;
        padding-bottom: 25px;
    }
}

.page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section a {
    color: #FEBE1F;
    text-decoration: underline;
}

.page-cover .login-wrapper-outer .login-wrapper-inner .bottom-section p {
    color: #A2A2A4;
}

.page-cover .login-wrapper-outer .login-wrapper-inner .button {
    width: 100%;
    padding: 22px;
    border-radius: 4px;
}

.page-cover h4 {
    text-align: center;
    color: #fff;
    font-size: 2em;
}

.course-section-wrapper {
    background-color: #D9D5D4;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 482px;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
}

.course-section-wrapper--type2 {
    display: flex; 
    align-items: center; 
    padding-inline: 2rem; 
    padding-block: 2rem;
}

.course-section-wrapper .course-section-inner {
    position: absolute;
    left: 50px;
    top: 17px;
}

.course-section-wrapper .course-section-inner--type2 {
    position: static;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner {
        position: initial;
        padding: 100px 0 50px 0;
    }
}

.course-section-wrapper .course-section-inner .course-description {
    width: 500px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.course-section-wrapper .course-section-inner .course-description--type2 {
    width: auto;
    max-width: 60ch;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .course-description {
        margin: 0 10px;
        width: 90%;
        margin-bottom: 10px;
    }
}

.course-section-wrapper .course-section-inner .modal-section {
    display: inline-block;
    margin-top: 20px;
    width: 350px;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .modal-section {
        width: 100%;
    }
}

.course-section-wrapper .course-section-inner .modal-section .modal-trigger {
    padding: 0;
}

.course-section-wrapper .course-section-inner .modal-section .button {
    padding: 20px;
}

.course-section-wrapper .course-section-inner .modal-section .button.float-left {
    float: left;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .modal-section .button.float-left {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
}

.course-section-wrapper .course-section-inner .modal-section .button.float-right {
    float: right;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .modal-section .button.float-right {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
}

.course-section-wrapper .course-section-inner .modal-section .button.large {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .modal-section .button.large {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .tag-list {
        margin-left: 10px;
    }
}

.course-section-wrapper .course-section-inner .upgrade-button {
    padding: 20px;
    width: 50%;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .course-section-wrapper .course-section-inner .upgrade-button {
        width: 90%;
        display: block;
        margin: 50px auto 0 auto;
    }
}

.current-course-title-section {
    padding: 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.current-course-title-section .tag-list {
    padding-left: 15px;
}

.current-course-title-section .tag-list ul {
    padding: 0;
}

#take-practice-exam {
    margin: 0 10px;
}

.video-js {
    width: 100%;
    background-color: #fff !important;
}

.manager-exam-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}

.manager-exam-buttons .modal-trigger {
    padding: 0;
}

.manager-exam-buttons button {
    width: 45%;
    padding: 20px;
}

.employee-exam-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 13px;
}

.employee-exam-buttons .modal {
    width: 45% !important;
}

.employee-exam-buttons .modal .modal-trigger {
    padding: 0px;
}

.employee-exam-buttons #practice-exam-modal-trigger {
    margin: 0 10px;
}

.employee-exam-buttons button {
    padding: 15px;
    width: 45%;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    .employee-exam-buttons .button,
    .employee-exam-buttons button {
        white-space: normal;
    }
}

.top-video-section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media screen and (max-width: 899px) {
    .top-video-section {
        display: block;
    }
}

.top-video-section .video-player.large {
    width: 62.7%;
}

@media screen and (max-width: 899px) {
    .top-video-section .video-player.large {
        width: 100%;
        margin-bottom: 30px;
    }
}

.top-video-section .video-list-wrapper {
    width: 36%;
}

@media screen and (max-width: 899px) {
    .top-video-section .video-list-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
}

.top-video-section .video-list-wrapper .video-list {
    width: 100%;
}

.top-video-section .video-list-wrapper .video-list .box-container .box {
    width: 100%;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content {
    overflow-y: auto;
    height: 286px;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section {
    margin: -10px 0;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section li {
    cursor: pointer;
    padding: 25px 0 0 17px;
    margin-bottom: -11px;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section li.active {
    background-color: #E7E5E6;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section .text-section {
    width: 67% !important;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section .text-section .video-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-video-section .video-list-wrapper .video-list .box-container .box .content section .text-section .video-title .time-stamp {
    margin: 2px 0 0 14px;
}

@media screen and (max-width: 899px) {
    .top-video-section .video-list-wrapper .video-list .box-container .box .content section {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}

@media screen and (max-width: 899px) {
    .top-video-section .video-list-wrapper .video-list .box-container {
        margin-top: -13px;
    }
}

.top-video-section .video-list-wrapper .video-list .video-list-items {
    padding: 0;
}

.course-best-practices .expander-content {
    margin-left: 55px;
    color: #808080;
    /*&:before {
            content: "-";
            margin-right: 10px;
            float: left;
        }*/
}

.course-best-practices p {
    margin: 0 !important;
}

.course-best-practices .faq-answer {
    line-height: 25px;
}

.course-best-practices .faq-answer ul {
    list-style-type: inherit;
    list-style-position: inside;
}

.course-best-practices .faq-answer p {
    line-height: 25px !important;
}

.course-associated-files {
    margin-top: 20px;
}

.course-associated-files ul {
    list-style: inherit;
    list-style-position: inside;
}

.course-associated-files ul li {
    line-height: 30px;
}

.exam-results-back-links {
    /* margin-top: 11px; */
    float: right;
}

.exam-results-back-links a:first-of-type {
    margin-right: 10px;
}

.exam-course-overview {
    height: 50px;
    margin-bottom: 35px;
}

.exam-course-overview h2 {
    display: inline-block;
    font-size: 32px;
}

.exam-course-overview .processing-gif {
    display: block;
    margin: 0 auto;
}

.feedback-list {
    list-style-type: circle;
}

.feedback-list .feedback-list-item {
    line-height: 24px;
    margin: 0 0 20px 19px;
}

.exam-results-chart {
    height: auto;
    width: 100%;
    background: #F2F2F2;
    border: 1px solid #c8c6c7;
    position: relative;
}

.exam-results-chart .circle-score {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.exam-results-chart .circle-score p {
    position: absolute;
    top: 45px;
    left: 37px;
    font-size: 22px;
    font-weight: 700;
}

.exam-results-chart #waveform {
    height: 400px;
    opacity: .4;
    margin-top: -432px;
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .exam-results-chart #waveform {
        margin-top: -440px;
    }
}

@media (max-width: 320px) {
    .exam-results-chart #waveform {
        margin-top: -470px;
    }
}

.exam-results-chart .wave-controls {
    margin: 40px 0 0 17px;
    padding: 20px;
}

.exam-results-chart .wave-controls .fa {
    font-size: 35px;
    margin-right: 44px;
    cursor: pointer;
    color: #01a6de;
}

.exam-results-chart .wave-controls button {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .exam-results-chart .wave-controls {
        margin: 40px 0 0 0;
    }
    .exam-results-chart .wave-controls button {
        width: 100%;
    }
}

.exam-results-chart .wave-controls .fa-play-circle,
.exam-results-chart .wave-controls .fa-pause-cirlce {
    color: #F7941E;
}

.exam-results-chart .wave-controls .fa-volume-up,
.exam-results-chart .wave-controls .fa-volume-off {
    color: #808080;
}

.control-center {
    text-align: center;
    width: 85%;
    margin: -10px auto;
    position: relative;
    z-index: 10;
    border: 1px solid #c8c6c7;
    padding: 11px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.control-center.app-slider-play-btn {
    justify-content: center;
}

.play-pause {
    color: #FEBE1F;
    font-size: 80px;
    flex-basis: 80px;
    margin-left: 20px;
    margin-right: 20px;
}

.next-arrow,
.prev-arrow {
    cursor: pointer;
    font-size: 20px;
    font-size: 40px;
    flex-basis: 50px;
    color: #01a6de;
}

.next-arrow {
    margin-right: auto !important;
}

.prev-arrow {
    margin-left: auto !important;
}

.feedback-wrapper {
    margin: 0 auto;
}

.feedback-wrapper .feedback-header {
    position: relative;
    height: 78px;
    background-color: #bbbbbb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.feedback-wrapper .feedback-header .feedback-title {
    display: inline-block;
    margin-top: 33px;
}

.feedback-wrapper .feedback-carousel-wrapper {
    position: relative;
}

.feedback-wrapper .feedback-carousel-wrapper .feedback-section-wrapper {
    line-height: 24px;
    padding: 15px;
    border: 1px solid #c8c6c7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.feedback-wrapper .feedback-carousel-wrapper .feedback-section-wrapper .feedback-section {
    width: 50%;
    padding: 5px;
}

.feedback-wrapper .feedback-carousel-wrapper .feedback-section-wrapper .feedback-section .feedback-section-title {
    text-align: center;
}

.feedback-wrapper .feedback-carousel-wrapper .feedback-section-wrapper .feedback-section .feedback-section-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #c8c6c7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.feedback-wrapper .feedback-carousel-wrapper .feedback-section-wrapper .feedback-section:first-of-type {
    border-right: 1px solid #c8c6c7;
}

svg:not(:root),
.graphs-container {
    overflow: visible !important;
}

/* @media screen and (max-width: 899px) {
    .graphs-legend {
        display: none;
    }
} */
#emotion-chart .graphs-legend {
    transform: translate(674px,437px) !important;
}
.graphs-legend-item:nth-of-type(2) {
    transform: translate(236.5px, 3px) !important;
}

#emotion-chart .graphs-legend-item:nth-of-type(3) {
    transform: translate(8px, 21px) !important;
}

.graphs-legend-item:nth-of-type(4) {
    transform: translate(236.65625px, 21px) !important;
}

#emotion-chart .graphs-legend-item:nth-of-type(5) {
    transform: translate(8px, 39px) !important;
}

.graphs-legend-item:nth-of-type(6) {
    transform: translate(236.46875px, 39px) !important;
}

@media screen and (max-width: 930px) {
    .graphs-legend-item:nth-of-type(1) {
        transform: translate(0px, -10px) !important;
    }

    .graphs-legend-item:nth-of-type(2) {
        transform: translate(180.65625px, -10px) !important;
    }

    .graphs-legend-item:nth-of-type(3) {
        transform: translate(301.65625px, -10px) !important;
    }
}
@media screen and (max-width: 768px) {
    .graphs-legend-item:nth-of-type(1) {
        transform: translate(0, -42px) !important;
    }

    .graphs-legend-item:nth-of-type(2) {
        transform: translate(0, -12px) !important;
    }

    .graphs-legend-item:nth-of-type(3) {
        transform: translate(0, 16px) !important;
    }
}

.processing-exam-results {
    height: 600px !important;
    margin: 0 auto;
    max-width: 525px;
}

.processing-exam-results img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.processing-exam-results .processing-gif {
    width: 30%;
}

.processing-exam-results span {
    display: block;
    margin: 40px auto;
    text-align: center;
    color: #F7941E;
    font-weight: 600;
    font-size: 25px;
}

.team-manager {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.team-manager p {
    position: relative;
    top: 4px;
    left: 10px;
}

@media screen and (max-width: 899px) {
    .team-manager {
        display: table-cell;
    }
    .team-manager .avatar {
        display: none;
    }
    .team-manager p {
        position: inherit;
        margin-bottom: 0;
    }
}

.team-manager .badge {
    position: relative;
    left: 18px;
    bottom: 21px;
    padding-left: 3px;
    background-color: #FEBE1F;
    border-color: #F2F2F2;
}

@media screen and (max-width: 768px) {
    .team-manager .badge {
        left: 10px;
        bottom: 6px;
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .owner-results .table-minimal th,
    .owner-results .table-minimal td,
    .manager-results .table-minimal th,
    .manager-results .table-minimal td {
        padding: 3px;
    }
}

.popover[class*="tour-"] {
    z-index: 166400000!important;
}

#phoneNumberForm {
    position: relative;
}

#phoneNumberForm input[type="text"] {
    padding-left: 25px;
}

#phoneNumberForm .required {
    position: absolute;
    top: 12px;
    left: 7px;
    color: #ea0f3e;
}

.exit-modal-section {
    text-align: center;
    margin-top: 25px;
}

.exit-modal-section a {
    color: #6d6d6d;
    text-decoration: underline;
}

.exam-title-section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 35px;
}

.exam-title-section h1 {
    font-size: 30px;
    margin-top: 15px;
}

.exam-title-section button {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .exam-title-section {
        display: block;
    }
    .exam-title-section button {
        display: block;
        margin: 20px auto 0 auto;
    }
}

.exam-photos {
    padding-top: 35px;
    width: 300px;
    margin: 0 auto;
}

.exam-photos li:nth-child(2) {
    float: right;
}

.exam-photos li {
    position: relative;
    display: inline-block;
}

.exam-photos li .avatar {
    margin: 0 25px;
}

.exam-photos li .exam-speech-bars {
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
    position: absolute;
    top: 66px;
    left: 18px;
}

.exam-photos li .exam-record {
    min-height: 35px;
    min-width: 35px;
    background: #ea0f3e;
    border-radius: 50%;
    position: absolute;
    top: 66px;
    right: 18px;
    border: 3px solid #F2F2F2;
}

.exam-photos li .pulse {
    border: 10px solid #f7941d;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    -webkit-animation: pulse 1.7s linear;
    -moz-animation: pulse 1.7s linear;
    animation: pulse 1.7s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: -1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "pulse" {
    0%;
    {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.exam-photos li .indicator {
    content: "";
    position: absolute;
    left: 55px;
    bottom: -23px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #f7f7f7 transparent;
    display: block;
    width: 0;
}

.countdown {
    font-size: 72px;
}

.exam-speech-box {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-top: 22px;
    background: #f7f7f7;
    border-radius: 8px;
}

.exam-speech-box .exam-speech-text {
    color: #232323;
    font-size: 1.3em;
    line-height: 25px;
    opacity: .3;
}

.exam-speech-box button {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 36px;
    padding: 20px;
}

.exam-speech-box .wait-text {
    display: none;
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    color: #808080;
}


/********** Onboarding Pages Styles **********/

.onboarding-pages h2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.onboarding-pages button,
.onboarding-pages .button {
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .onboarding-pages button,
    .onboarding-pages .button {
        width: 100%;
    }
}

.onboarding-pages td,
.onboarding-pages th {
    border: none;
}

.onboarding-pages .page-tabs {
    border-bottom: none;
}

.onboarding-pages .welcome-intro-background {
    display: table;
    height: 500px;
    max-width: 1226px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    background: url("../../images/start_index_banner-2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.onboarding-pages .welcome-intro-background .welcome-intro-inner {
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
}

.onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text {
    display: block;
    max-width: 1226px;
    margin: 0 auto;
}

.onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text h1 {
    color: #F7941E;
    font-size: 32px;
    margin-left: 15px;
}

.onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text p {
    font-size: 19px;
    max-width: 550px;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 35px;
    margin-left: 15px;
    color: #808080;
}

.onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text button,
.onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text .button {
    text-align: center;
    margin-left: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text button,
    .onboarding-pages .welcome-intro-background .welcome-intro-inner .welcome-text .button {
        margin: 10px 0;
    }
}

.onboarding-pages .box.welcome-info-box {
    border: none;
}

.onboarding-pages .box.welcome-info-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.onboarding-pages .box.welcome-info-box p {
    line-height: 1.8em;
    color: #808080;
    font-size: 16px;
}

.onboarding-pages .welcome-continue-button {
    text-align: center;
    margin-top: 35px;
    text-transform: uppercase;
}

.onboarding-pages .box-container.user-type-select {
    margin-top: 70px;
}

.onboarding-pages .box-container.user-type-select .user-type-info-box {
    border: 1px solid #808080 !important;
    padding: 15px;
    background: #F2F2F2;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.onboarding-pages .box-container.user-type-select .user-type-info-box p {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    height: 75px;
}

.onboarding-pages .box-container.user-type-select .horz-separator {
    border-right: 2px solid #c8c6c7;
    margin: 19px;
}

@media screen and (max-width: 899px) {
    .onboarding-pages .box-container.user-type-select .horz-separator {
        display: none;
    }
}

.onboarding-pages .add-employee-table,
.onboarding-pages .add-manager-table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 15px;
    margin-left: -15px;
    border: none;
}

.onboarding-pages .add-employee-table input,
.onboarding-pages .add-employee-table select,
.onboarding-pages .add-manager-table input,
.onboarding-pages .add-manager-table select {
    height: 50px;
    width: 100%;
    margin-bottom: 0;
}

.onboarding-pages .add-employee-table .remove-employee,
.onboarding-pages .add-manager-table .remove-employee {
    font-size: 20px;
    color: #ea0f3e;
}

.onboarding-pages .add-employee-wrapper {
    margin-bottom: 20px;
}

.onboarding-pages .members-in-focus {
    padding-top: 35px;
    margin-bottom: 20px;
    margin-top: -25px;
    border-top: 1px solid #c8c6c7;
}

.onboarding-pages .members-in-focus p {
    display: inline-block;
}

.onboarding-pages .members-in-focus span {
    line-height: 25px;
}

.onboarding-pages .start-course-li .course-info {
    margin-top: 3px !important;
}

.onboarding-pages .start-course-li .course-info .user-course-name {
    width: auto;
    height: auto;
    overflow: initial;
}

.onboarding-pages .start-course-li .course-info .course-description {
    display: block;
    font-size: 13px;
    margin-top: -8px;
}

.onboarding-pages .team-notify {
    float: right;
    margin-top: 25px;
}

.manager-sales-goals-table {
    table-layout: auto;
    margin: 80px 0 50px 0;
}

.manager-sales-goals-table th,
.manager-sales-goals-table td {
    border: 1px solid #c8c6c7;
    padding: 15px;
}

.manager-sales-goals-table th input,
.manager-sales-goals-table th input:focus,
.manager-sales-goals-table td input,
.manager-sales-goals-table td input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.tag-list .tag-list-ul li {
    display: inline-block;
}

.tag-list .tag-list-ul li .tag-list-item {
    display: inline-block;
    margin: 0 5px 4px 0;
    padding: 10px;
    background-color: #fff;
    color: #6d6d6d;
    border: 2px solid #808080;
    border-radius: 4px;
}

.tag-list .tag-list-ul li .tag-list-item .fa-times-circle {
    cursor: pointer;
    color: #c8c6c7;
}

.tag-list .tag-list-ul li .tag-list-item a {
    text-decoration: none;
    margin-bottom: 0;
}

input.datepicker-trigger[type="text"] {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #b9b9b9;
    margin-left: -4px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
}

input.datepicker-trigger[type="text"] .dropdown {
    line-height: 1;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-description {
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    color: #898989;
    float: left;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 0.5em 0 1em;
}

@media screen and (min-width: 900px) {
    input.datepicker-trigger[type="text"] .dropdown .dropdown-description {
        font-size: 1em;
    }
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-button {
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    cursor: pointer;
    float: right;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 2.5em 0 0.5em;
    position: relative;
}

@media screen and (min-width: 900px) {
    input.datepicker-trigger[type="text"] .dropdown .dropdown-button {
        font-size: 1em;
        padding: 0 2.5em 0 0.5em;
    }
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-button:hover {
    background-color: #f7f7f7;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-button:after {
    color: #232323;
    content: "\25BE";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 4px;
    border: 1px solid silver;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #232323;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 228px;
    z-index: 99999;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu:before {
    display: none;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    left: 0;
    color: #fff;
    content: "\25b2";
    font-size: 1.4em;
    pointer-events: none;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    top: -0.7em;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu li {
    border-bottom: 1px solid silver;
    color: #232323;
    list-style: none;
    padding: 0.5em;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu li:hover {
    background: #f7f7f7;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

input.datepicker-trigger[type="text"] .dropdown .dropdown-menu li:last-child {
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

input.datepicker-trigger[type="text"] .dropdown .show-menu {
    display: block;
}

input.datepicker-trigger[type="text"] .tooltip-item {
    display: inline-block;
    position: relative;
    text-align: center;
}

input.datepicker-trigger[type="text"] .tooltip-item:focus,
input.datepicker-trigger[type="text"] .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

input.datepicker-trigger[type="text"] .tooltip-item .tooltip {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px silver;
    color: #232323;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    opacity: 0;
    padding: 1em;
    text-align: center;
    visibility: hidden;
    z-index: 10;
    width: 200px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
}

input.datepicker-trigger[type="text"] .tooltip-item .tooltip p {
    color: #232323;
    line-height: 1;
    margin: 0;
}

input.datepicker-trigger[type="text"] .tooltip-item .tooltip:after {
    position: absolute;
    right: 0;
    left: 0;
    border: 8px solid transparent;
    bottom: -1.3em;
    color: white;
    content: '▼';
    font-size: 1.4em;
    margin-left: -8px;
    text-align: center;
    text-shadow: 0 2px 2px silver;
}

input.datepicker-trigger[type="text"] .expander {
    width: 100%;
}

input.datepicker-trigger[type="text"] .expander .expander-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #c8c6c7;
    color: #01a6de;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    text-decoration: none;
}

input.datepicker-trigger[type="text"] .expander .expander-trigger:before {
    font-size: 0.7em;
    content: "\25BC";
    margin-right: 0.5em;
}

input.datepicker-trigger[type="text"] .expander .expander-content p {
    line-height: 1;
}

input.datepicker-trigger[type="text"] .expander .expander-hidden:before {
    font-size: 0.7em;
    content: "\25BA";
}

input.datepicker-trigger[type="text"] .expander .expander-hidden+.expander-content {
    display: none;
}

input.datepicker-trigger[type="text"] .modal label {
    cursor: pointer;
    margin-bottom: 0;
}

input.datepicker-trigger[type="text"] .modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px;
}

input.datepicker-trigger[type="text"] .modal .modal-state {
    display: none;
}

input.datepicker-trigger[type="text"] .modal .modal-trigger {
    padding: 0.8em 1em;
}

input.datepicker-trigger[type="text"] .modal .modal-fade-screen {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.6em;
    text-align: left;
    visibility: hidden;
    z-index: 99999999999;
}

@media screen and (min-width: 900px) {
    input.datepicker-trigger[type="text"] .modal .modal-fade-screen {
        padding-top: 10em;
    }
}

input.datepicker-trigger[type="text"] .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

input.datepicker-trigger[type="text"] .modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 1.5em;
    width: 1.5em;
    background: #fff;
    cursor: pointer;
}

input.datepicker-trigger[type="text"] .modal .modal-close:after,
input.datepicker-trigger[type="text"] .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #c8c6c7;
    content: '';
    display: block;
    margin: -3px 0 0 -1px;
}

input.datepicker-trigger[type="text"] .modal .modal-close:hover:after,
input.datepicker-trigger[type="text"] .modal .modal-close:hover:before {
    background: #afacae;
}

input.datepicker-trigger[type="text"] .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.datepicker-trigger[type="text"] .modal .modal-inner {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    background: #fff;
    border-radius: 4px;
    margin-top: 0;
    margin: auto;
    max-height: 95%;
    overflow: auto;
    padding: 1.5em;
    position: relative;
    width: 95%;
}

@media screen and (min-width: 899px) {
    input.datepicker-trigger[type="text"] .modal .modal-inner {
        max-height: 70%;
        padding: 3em;
        width: 60%;
    }
}

@media screen and (min-width: 900px) {
    input.datepicker-trigger[type="text"] .modal .modal-inner {
        width: 50%;
    }
}

input.datepicker-trigger[type="text"] .modal .modal-inner h1 {
    color: #232323;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize;
}

input.datepicker-trigger[type="text"] .modal .modal-inner p {
    color: #232323;
    line-height: 1;
}

input.datepicker-trigger[type="text"] .modal .modal-inner .modal-intro {
    margin-bottom: 1em;
}

input.datepicker-trigger[type="text"] .modal .modal-inner .modal-content {
    color: #232323;
}

input.datepicker-trigger[type="text"] .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em;
}

input.datepicker-trigger[type="text"] .modal .modal-inner a.cta:last-child {
    padding: 0 2em;
}

input.datepicker-trigger[type="text"] .modal .modal-state:checked+.modal-fade-screen {
    opacity: 1;
    visibility: visible;
}

input.datepicker-trigger[type="text"] .modal .modal-state:checked+.modal-fade-screen .modal-inner {
    top: 0.5em;
}

input.datepicker-trigger[type="text"] .modal-open {
    overflow: hidden;
}

input.datepicker-trigger[type="text"] .label-switch {
    border-radius: 32px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 52px;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"] {
    display: none;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]+.checkbox {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e8e8e8;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 52px;
    z-index: 0;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]+.checkbox:before {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 2px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 32px;
    content: "";
    height: 28px;
    width: 48px;
    z-index: 1;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]+.checkbox:after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 2;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]:checked+.checkbox {
    background: #01a6de;
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]:checked+.checkbox:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input.datepicker-trigger[type="text"] .label-switch input[type="checkbox"]:checked+.checkbox:after {
    left: 22px;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal {
    line-height: 1.5;
    padding: 0;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal li.tab-header-and-content {
    list-style: none;
}

@media screen and (min-width: 899px) {
    input.datepicker-trigger[type="text"] .accordion-tabs-minimal li.tab-header-and-content {
        display: inline;
    }
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link.is-active {
    background: #fff;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link {
    background-color: #E6E6E6;
    border-top: 1px solid #c8c6c7;
    border-left: 1px solid #c8c6c7;
    border-right: 1px solid #c8c6c7;
    color: #808080;
    display: block;
    padding: 0.5em 1.618em;
    text-decoration: none;
}

@media screen and (min-width: 899px) {
    input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link {
        display: inline-block;
    }
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link:hover {
    color: #01a6de;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link:focus {
    outline: none;
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link.is-active {
    border-bottom: 0;
}

@media screen and (min-width: 899px) {
    input.datepicker-trigger[type="text"] .accordion-tabs-minimal a.tab-link.is-active {
        border: 1px solid #c8c6c7;
        border-bottom-color: #fff;
        margin-bottom: -1px;
        color: #232323;
    }
}

input.datepicker-trigger[type="text"] .accordion-tabs-minimal .tab-content {
    padding: 20px 0;
    display: none;
    width: 100%;
}

@media screen and (min-width: 899px) {
    input.datepicker-trigger[type="text"] .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #c8c6c7;
        float: left;
    }
}

.stepcounter {
    margin: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.stepcounter .step-wrapper {
    font-weight: 800;
    opacity: .3;
}

.stepcounter .step-wrapper.current {
    opacity: 1;
}

.stepcounter .step-wrapper .step {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px;
    max-height: 45px;
    max-width: 45px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.stepcounter .step-seperator {
    width: 135px;
    height: 10px;
    background: red;
    margin-top: 19px;
}

.wait-gif .wait-gif-img {
    display: none;
    width: 25px;
    vertical-align: middle;
}

.forgot-pw-email-confirm {
    display: none;
}

.forgot-pw-email-confirm h2 {
    color: #808080;
    text-align: center;
    font-size: 20px;
}

.email-wrapper {
    max-width: 1200px;
    text-align: center;
}

.js-loadable-content {
    display: none;
}

.field-validation-error,
.validation-summary-errors {
    display: inline-block;
    margin: 15px 0;
}


/* Themeable Elements
*  These are the default SalesBoost brand colors but they can be replaced in WhiteLabelHead/Default.cshtml
*/


/*.theme-main-color {
    color: $mainBrandColor !important;
}
.theme-main-bg {
    background-color: $mainBrandColor !important;
    color: $white !important;
}
.theme-accent-1 {
    color: $secondBrandColor !important;
}
.theme-accent-bg-1 {
    background-color: $secondBrandColor !important;
}
.theme-accent-2 {
    color: $thirdBrandColor !important;
}
.theme-accent-bg-2 {
    background-color: $thirdBrandColor !important;
}*/

.full-page-data-export {
    background-color: #01a6de;
    color: #fff;
}

.tab-navigation {
    background-color: #01a6de;
}

.badge {
    background-color: #F7941E!important;
}

.alt-header {
    background-color: #01a6de !important;
    color: #fff !important;
}

.button.pill {
    border: 3px solid #FEBE1F !important;
}

.label-switch input[type="checkbox"]:checked+.checkbox {
    background: #01a6de;
}

.expander-trigger:before,
.expander-hidden:before {
    color: #FEBE1F !important;
}

.tab-navigation .tabs .tab.current {
    border-top: 4px solid #FEBE1F;
}

.sb-catersales-button button {
    width: 31.33% !important;
}

@media (max-width:1050px) {
    .sb-catersales-button button {
        width: 47% !important;
        margin: 4px !important;
        margin-bottom: 7px !important;
        height: 40px;
    }
}

.sb-catersales-button button span {
    background-color: #fff;
    border-radius: 50%;
    padding: 0px 4px;
    min-width: 21px;
    height: 20px;
    display: block;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-top: -4px;
    margin-left: 5px;
    color: #959390;
}

.sb-catersales-button button.third-action,
.sb-catersales-button button.action {
    padding-bottom: 10px !important;
    display: flex;
    justify-content: center;
}

.sb-catersales-button button.third-action .sb-notification-count {
    color: #f7941e !important;
}

.sb-catersales-button button.action .sb-notification-count {
    color: #01a6de !important;
}

.sb-view-detail-btn {
    color: rgb(1, 166, 222) !important;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.sb-view-datatable thead {
    background-color: #bbbbbb;
}

.sb-view-datatable thead tr th {
    color: #fff !important;
}

.sb-view-datatable tbody>tr:nth-of-type(odd) {
    background-color: #ededed !important;
}

.sb-view-datatable tbody>tr:nth-of-type(even) {
    background-color: #f7f7f7 !important;
}

.sb-view-datatable thead tr th,
.sb-view-datatable tbody tr td {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
}

.sb-custom-checkbox label {
    padding-left: 0 !important;
}

.sb-custom-checkbox input[type="checkbox"]+label span {
    width: 1.2em !important;
    height: 1.2em !important;
    margin: 0 0px 3px 3px !important;
}

.sb-custom-checkbox input[type="checkbox"]:checked+label span:before {
    color: #01a6de !important;
    font-size: 15px !important;
}

.sb-main-title-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sb-datatable-blk {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 83.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:992px) {
    .sb-datatable-blk {
        width: 100%;
    }
}

.sb-datatable-blk .sb-back-link {
    font-size: 14px !important;
    text-decoration: none;
    color: #337ab7 !important;
}

.sb-datatable-blk .sb-back-link:hover {
    text-decoration: underline;
    color: rgb(203, 152, 25) !important;
}

.sb-datatable-blk .sb-back-link:focus {
    text-decoration: underline;
    color: rgb(203, 152, 25) !important;
}

.sb-datatable-blk .sb-back-link:active {
    text-decoration: underline;
    color: rgb(203, 152, 25) !important;
}

.sb-datatable-blk .sb-main-title-blk {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.1;
}

.sb-datatable-blk .sb-custom-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sb-datatable-blk .sb-custom-checkbox label {
    font-size: 14px;
    font-weight: 400;
}

.sb-datatable-blk .sb-custom-checkbox input[type="checkbox"]:checked+label span:before {
    bottom: 0px;
}

.sb-datatable-blk .sb-view-datatable thead tr th {
    border: 1px solid #ddd !important;
    line-height: 1.42857143;
}

.sb-datatable-blk .sb-view-datatable tbody tr td {
    border: 1px solid #ddd !important;
    line-height: 1.42857143;
}

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-table-view-link {
    color: #337ab7 !important;
    text-decoration: none !important;
}

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-table-view-link:hover {
    color: rgb(203, 152, 25) !important;
    text-decoration: underline !important;
}

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-table-view-link:focus {
    color: rgb(203, 152, 25) !important;
    text-decoration: underline !important;
}

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-table-view-link:active {
    color: rgb(203, 152, 25) !important;
    text-decoration: underline !important;
}

.sb-display-flex-search-blk {
    display: flex;
}

.sb-display-flex-search-blk .sb-search-btn {
    margin-left: 10px;
    margin-top: 0 !important;
}


/*//------------------*/

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-status-icon-cross {
    height: 13px;
}

.sb-datatable-blk .sb-view-datatable tbody tr td .sb-status-icon-tick {
    height: 15px;
}

.sb-main-page-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.subtitle-block{
    font-size: 18px;
    margin: -10px 0 15px 0;
    color: #6d6d6d;
}
.sb-textalign-center {
    text-align: center !important;
}

.sb-mark-status-blk {
    float: left;
    width: 30%;
    display: flex;
    margin-bottom: 20px;
}

.sb-mark-status-blk .sb-count {
    margin-left: 5px;
    font-weight: bold;
    color: #059bce;
    position: relative;
    top: 0px;
}

.sb-mark-status-blk .page-title {
    font-size: 16px;
    font-weight: 600;
}

.sb-display-flex-search-blk {
    display: flex;
}

.sb-display-flex-search-blk .sb-search-btn {
    margin-left: 10px;
    margin-top: 0 !important;
}

.my-courses .sb-custom-slider {
    background-color: #cccccc !important;
    height: auto !important;
}

.my-courses .sb-custom-slider .slide-title {
    position: initial !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    font-size: 16px !important;
    margin-bottom: 15px;
}

.my-courses .sb-custom-slider .sb-custom-slider-bg {
    position: inherit !important;
    bottom: 0 !important;
    background-color: #666666 !important;
}

.my-courses .sb-custom-slider .sb-custom-slider-bg .slider-button {
    padding: 15px;
}

.my-courses .sb-custom-slider .sb-custom-slider-bg .slider-button .button {
    width: 100% !important;
}

.my-courses .sb-custom-slider .sb-custom-slider-container {
    float: left;
    display: flex;
    width: 100%;
    padding: 10px;
    height: auto;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-content {
    float: left;
    padding: 5px;
    width: 60%;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-content p {
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: normal;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-content p .sb-value-text {
    color: #229237;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-content p .sb-head-label {
    width: 54%;
    float: left;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-content p span {}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-image {
    text-align: center;
    float: right;
    align-items: center;
    display: flex;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    float: right;
}

.my-courses .sb-custom-slider .sb-custom-slider-container .sb-custom-slider-image img {
    width: 110px;
    margin: 0 auto;
}

.sb-badge-blk-container .course-image-wrapper {
    padding: 15px !important;
    height: auto !important;
    max-height: inherit !important;
}

.sb-badge-blk-container .course-image-wrapper p {
    margin-bottom: 0;
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #555151;
}

.sb-badge-blk {
    background-color: #fff !important;
    padding: 25px !important;
}

.sb-badge-blk img {
    width: 220px !important;
    margin: 0 auto !important;
}

.my-courses .sb-badge-blk-container .slider-cell {
    height: auto !important;
    max-height: inherit !important;
}

.sb-badge-blk-container .slider-button-bg {
    height: auto !important;
}

.sb-badge-blk-container .slider-button-bg .button {
    width: 100% !important;
    border-radius: 0px;
}

.sb-certificate-container {
    width: 792px;
    margin: 0 auto;
    height: 612px;
    margin-bottom: 40px;

}
@media screen and (max-width: 768px) {
    .sb-certificate-container {
        width: 76%!important;
        margin: 0 auto!important;
        height: auto!important;
        overflow-y: hidden!important;
        overflow-x: auto!important;

    }
    .sb-certificate-container .sb-certificate-container-scroll .bodyTable{
        width: 792px;
    }
}
@media screen and (max-width: 768px) {
    .sb-certificate-container-head button {
        right: 10px!important;
        top: -38px!Important;
    }
}
.sb-certificate-container table {
    border-collapse: inherit !important;
}

.sb-certificate-container table>thead>tr>th {
    font-size: 45px !important;
    line-height: 45px !important;
}

.sb-certificate-container table>tbody>tr>td {
    vertical-align: middle !important;
    border-bottom: none !important;
    padding-top: inherit !important;
}

.sb-certificate-container table>tbody>tr>td table>tbody>tr>td p {
    font-size: 16px !important;
}

.sb-certificate-container table>tbody>tr>td:last-child {
    vertical-align: middle !important;
}

.sb-certificate-container table>tbody>tr>td table>tbody>tr>td h1 {
    font-size: 31px !important;
}

.sb-certificate-container table>thead>tr>th img {
    width: 220px !important;
    position: absolute !important;
    top: 20px !important;
    right: 60px !important;
}

.sb-certificate-container table {
    /*height: 400px !important;*/
}

.sb-certificate-container-head {
    width: 1110px;
    margin: 40px auto;
    position: relative;
}

.sb-certificate-container-head button {
    position: absolute;
    right: 0;
    top: 0;
}

.sb-certificate-container-track {
    width: 792px;
    margin: 0 auto;
    height: 612px;
    margin-bottom: 40px;
}

.sb-certificate-container-track table {
    border-collapse: inherit !important;
}

.sb-certificate-container-track table>thead>tr>th {
    font-size: 45px !important;
    line-height: 45px !important;
}

.sb-certificate-container-track table>tbody>tr>td {
    /*vertical-align: top !important;*/
    border-bottom: none !important;
}

.sb-certificate-container-track table>tbody>tr>td table>tbody>tr>td p {
    font-size: 16px !important;
}

.sb-certificate-container-track table>tbody>tr>td:last-child {
    vertical-align: bottom !important;
}

.sb-certificate-container-track table>tbody>tr>td table>tbody>tr>td h1 {
    font-size: 42px !important;
}

.sb-certificate-container-track table>thead>tr>th img {
    width: 220px !important;
    position: absolute !important;
    top: 20px !important;
    right: 60px !important;
}

.sb-certificate-container-track table {
    /*height: 400px !important;*/
}

.sb-certificate-container-head {
    width: 1110px;
    margin: 40px auto;
    position: relative;
}
@media screen and (max-width: 1110px) {
    .sb-certificate-container-head {
        width: 100%;
    }
}

.sb-certificate-container-head button {
    position: absolute;
    right: 0;
    top: 0;
}


/*Import csv*/

.mr-bot-4 {
    margin-bottom: 4px;
}

.imp-button {
    margin: 2px 73px 5px 0px;
}

.mr-20 {
    margin-top: 20px 0;
}

.import-summary {
    color: #3c763d;
    width: 60%;
    margin: 25px 0px 2px 13px;
}

.upload-team a {
    text-decoration: none;
}

.highlight-row {
    color: #FF0000;
}

.highlight-invalid {
    color: #FF0000;
    font-size: small;
}

.highlight-valid {
    color: #008000;
}

#loading-img {
    background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    overflow-x: hidden;
}

.imp-upload {
    margin: 14px 45px;
}

#progress-bar {
    background-color: #f1f1f1;
    margin: 6px 1px;
    width: 100%;
}

.progressBox {
    width: 0px;
    background-color: #4CAF50;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.instruction {
    margin: 14px;
}

instr-steps .instruction li {
    list-style-type: none;
    padding: 7px 0;
}

.track-focus-hdr {
    color: #fff;
    margin-top: 10px;
    padding: 10px 0 10px 0px;
    font-weight: 600;
    text-align: center;
}

.instr-steps {
    font-weight: bold;
}

.disclaimer-msg {
    margin: 14px 0 0 31px;
    color: #FF0000;
}

.media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px;
}

.tab-guide .instr-steps {
    width: 80px;
}

.instruction {
    width: 70%;
}

.media-body {
    flex: 1;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 768px){
	.tooltip-item .tooltip{
		    display: none!important;
	}
}

/*Import csv*/


/*======== Walkme Joyride ============*/


/*.popover-tour {display:none;}*/

.coachmark-switch input[type="checkbox"]+.checkbox {
    height: 25px;
    width: 45px;
    margin-top: 6px;
}

.coachmark-switch input[type="checkbox"]+.checkbox:after,
.coachmark-switch input[type="checkbox"]+.checkbox:before {
    height: 18px;
    width: 18px;
}

.coachmark-switch input[type="checkbox"]:checked+.checkbox {
    background: #F7941E !important;
}


/* .coachmark-switch-label{ text-transform: uppercase; color: #fff; font-size: small; width: 100px; } */

.popover-tour {
    background-color: #f7941e;
    border-radius: 12px!important;
    color: #fff;
}

.popover-tour button.action {
    background-color: #f7941e;
    color: #0055b7 !important;
    border-radius: 6px;
    border: 1px solid #fff!important;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.2)
}

.popover-tour button.action:hover {
    background-color: #fff;
    color: #f7941e!important;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.2)
}

.popover-tour a.walkme-close {
    text-decoration: none;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 8px;
    z-index: 999999;
    position: relative;
    color: #fff;
    font-size: small;
    font-weight: 600;
}

.popover-tour a.walkme-close:hover {
    color: #ffffff;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #f7941e;
}

.popover.top>.arrow:after {
    border-top-color: #f7941e;
}


/* .tab-guide{margin:0px!important;left: 0px; padding: 15px 0 15px 20px !important;} */


/* .toggle-chk{left:5px;} */


/*======== Walkme Joyride ============*/

.block-button-large {
    width: 100%;
    height: 60px;
    background: #f7941e;
    border: 0px;
    border-radius: 10px;
    color: #ffffff!important;
    text-align: left;
    padding: 10px 20px;
    line-height: 40px;
    outline: none;
    transition: all 0.5s ease;
    text-decoration: none!important;
    display: inline-block;
    cursor: pointer;
}

.block-button-large:hover {
    background: #ff5400;
}

.block-button-large i {
    font-size: 22px;
    float: right;
    margin-top: 8px;
}

.dateBlock {
    display: inline-block !important;
    width: 50% !important;
}

.deleteDueDate {
    position: relative !important;
    top: -28px !important;
    font-size: 1.5em !important;
    cursor: pointer !important;
    float: left;
    left: 123px;
}

.deleteDueDateStarted {
    position: absolute !important;
    top: 25px !important;
    font-size: 1.5em !important;
    cursor: pointer !important;
    left: 139px !important;
}

.completed-course-info {
    margin-top: 5px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 65PX;
    height: 30px;
    margin: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fa9a0c;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #b3bec1;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(36px);
}


/*------ ADDED CSS ---------*/

.on {
    display: none;
}

.off {
    margin-left: 10px;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* margin-left: 10px; */
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
    display: block;
    RIGHT: -15PX;
}

input:checked+.slider .off {
    display: none;
}


/*--------- END --------*/


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*.guide-me-switch{
    background: #1f80a3;
    float: left;
    padding: 7px 7px;
    width: 175px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}
.guide-me-switch .guide-me{
    margin: 0 15px 0 15px;
    padding: 0;
    font-weight: normal;
    color: #fff;
}
*/
.btn-back {
    color: #ffffff!important;
    border-radius: 4px;
    min-height: 27px;
    padding: 10px 20px!important;
    background: #f7941d;
    transition: all 0.5s ease;
}

@media (max-width: 375px) {
    #advanced_iframe {
        width: 500px !important;
    }
}

.flex-exam {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-colum-title {
    width: 63%;
}

.flex-colum-sec {
    width: 37%;
}

@media (max-width: 768px) {
    .flex-colum-title {
        width: 100%;
    }
    .flex-colum-sec {
        width: 100%;
    }
    .exam-course-overview h2 {
        display: inline-block;
        font-size: 14px;
    }
    .exam-results-back-links .button {
        font-size: 11.9px;
    }
    .icon-expander .expander .expander-hidden:before {
        font-family: "FontAwesome";
        content: "\f067" !important;
        font-size: 16px;
        color: #F7941E;
        padding: 6px 6px 3px 6px;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
        background: #F2F2F2;
        position: absolute;
        left: -32px;
        bottom: 9px;
    }
}

@media (max-width: 376px) {
    .icon-expander .expander .expander-trigger:before {
        -webkit-align-self: center;
        align-self: center;
        bottom: 9px;
    }
    .tab-page-content {
        margin: 0 auto;
        padding: 10px 5px!important;
        min-height: 840px;
    }
    .exam-speech-box .exam-speech-text {
        font-size: 17px;
    }
}

.text-button-dm {
    text-decoration: none;
    background-color: rgb(1, 166, 222);
    color: rgb(255, 255, 255)!important;
    margin-bottom: 5px;
}

.search-input-field-blk .form-control {
    padding: 0 15px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #d6e1f2;
    color: #343d46;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}

.search-input-field-blk .date-right {
    float: right;
    margin-right: 15px !important;
    margin-top: -42px !important;
    cursor: pointer;
    opacity: .5;
}

.search-input-field-blk .date-right:hover {
    opacity: 1;
}

.multiselect-holder .multiselect-wrapper .multiselect-input-div .multiselect-input {
    padding: 0 15px !important;
    min-height: 48px !important;
    border-radius: 4px !important;
    border: 1px solid #d6e1f2 !important;
    color: #343d46 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.multiselect-holder .multiselect-dropdown-arrow {
    top: 22px !important;
    border-top: 6px solid #444444 !important;
}

.multiselect-holder .multiselect-count {
    border-radius: 50%;
    width: 24px !important;
    height: 24px;
    background: #febe1f;
    color: #fff;
    top: 12px !important;
    display: flex !important;
    justify-content: center;
}

.multiselect-holder .multiselect-wrapper .multiselect-list .multiselect-checkbox+span:before {
    top: 0px !important;
}

.multiselect-holder .multiselect-wrapper .multiselect-list .multiselect-checkbox:checked+span:after {
    top: 0px !important;
}

.multiselect-holder .multiselect-wrapper ul li label {
    margin-bottom: 0 !important;
}

.tab-navigation .tabs .guide-me-switch {
    position: absolute;
    margin: 0 !important;
    top: 10px !important;
    right: 13px !important;
}

.custom-main-padding {
    padding: 22px 95px !important;
}

.link-content {
    color: rgb(1, 166, 222) !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
}

.link-content:hover {
    color: rgb(254, 190, 31);
}

.right-alphabet-blk .salesboost-alphabets {
    overflow: visible !important;
}

.right-alphabet-blk ul li a {
    width: 34px;
    height: 34px;
    padding: 0;
    text-align: center;
    transition: all ease 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
}

.right-alphabet-blk ul li a:hover {
    transform: scale(1.4);
    color: #fff !important;
    /* box-shadow: 0 0px 8px rgba(250, 154, 12, 0.62); */
    opacity: 1;
}

.right-alphabet-blk ul li a:focus {
    transform: scale(1.4);
    color: #fff !important;
    box-shadow: 0 0px 8px rgba(250, 154, 12, 0.62);
    opacity: 1;
}

.right-alphabet-blk ul li a:active {
    transform: scale(1.5);
    color: #fff !important;
    box-shadow: 0 0px 8px rgba(250, 154, 12, 0.62);
}

.team-card-blk .card-body {
    padding: 20px 20px 20px 40px !important;
}

.team-card-blk .card-body .content-section {
    padding-right: 40px !important;
}

.popover-content {
    padding: 12px 20px !important;
}

.popover-content .left-holder {
    width: 50%;
    padding-right: 20px;
    float: left;
}

.popover-content .right-holder {
    width: 50%;
    padding-left: 20px;
    float: left;
}

.popover-content .bottom-holder {
    width: 100%;
    padding-left: 0px;
    float: left;
}

.tool-tip:hover .popover-content,
.tool-tip:focus .popover-content {
    display: block !important;
}

.goal_achievements-table {
    border: none!important;
}

.goal_achievements-table .thead-dark th {
    border: none!important;
    border-top: 3px solid #06caee!important;
    padding-top: 15px!important;
    padding-bottom: 15px !important;
}

.goal_achievements-table tbody td {
    border: none!important;
    border-bottom: 1px solid #c8c6c7!important;
}

.goal_achievements-table tbody th {
    border: none!important;
    border-bottom: 1px solid #c8c6c7!important;
}

.popover-tour {
    background-color: #f7941e !important;
}

.js-modal-content b {
    width: 100%;
    float: left;
    text-align: center;
}

.js-modal-content .user-type-select {
    display: flex;
}

.js-modal-content .user-type-select button {
    height: 9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.create-member-form-blk input[type="text"] {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
}

.create-member-form-blk input[type="email"] {
    padding: 15px;
    margin-bottom: 25px;
}

.create-member-form-blk select {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    font-weight: normal;
}

.create-member-form-blk .button {
    margin: 0 auto 10px auto;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: rgb(1, 166, 222);
}

.tab-content--inner_block {
    margin: 0!important;
    padding: 0!important;
}

.tab-content--inner_block .table {
    border: none!important;
}

.tab-content--inner_block .table-minimal th,
.tab-content--inner_block .table-minimal td {
    border: none!important;
}

.tab-content--inner_block .table-minimal td {
    border-bottom: 1px solid #c8c6c7!important;
}

.tab-content--inner_block .table-minimal {
    border: none!important;
    border-top: 3px solid #06caee!important;
}

.team-member-popup-radio {
    display: flex;
    align-items: flex-start;
}

.team-member-popup-radio .form-control {
    width: 22px;
    height: 22px;
    max-width: 17px;
    max-height: 17px;
    margin-right: 10px;
}

.team-member-popup-radio .spanClass {
    font-weight: normal!important;
}

.edit-modal--links a {
    font-weight: normal;
    color: #000;
}

.edit-modal--links a:hover {
    color: #f7941e !important;
}

#editMemberForm input,
#editMemberForm select {
    font-weight: normal!important;
}

.anchor:hover {
    color: #f7941e!important;
}

.anchor {
    color: #000;
}

ul li a {
    color: #000;
}

.team-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.team-button-wrapper-box {
    width: 100%;
}

.p-0 {
    padding: 0px!important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #bbc3c1;
    color: #4c4949;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 232px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 232px;
        ;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 232px;
        ;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 232px;
        ;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 232px;
        ;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .team-button-wrapper {
        flex-wrap: wrap;
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .team-button-wrapper-box {
        margin-bottom: 15px!important;
    }
}

@media screen and (min-width: 900px) {
    .modal .modal_member-add {
        width: 90%;
    }
  .multiselect-holder label.multiselect-dropdown-arrow {
    width: 24px !important;
    background-image:url('/images/dropdown-arrow-icon-png.png');
    border: 0px solid #FFF !important;
    height: 50px !important;
    top: 0px !important;
    right: 0px;
    z-index: 1;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
}

.modal .modal-fade-screen.app-download-template-modal {
    background-color: rgba(0, 0, 0, 0.66);
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    justify-content: center;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content {
    padding-top: 40px !important;
}

@media screen and (max-width:480px) {
    .modal .modal-fade-screen.app-download-template-modal .modal-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 80px !important;
    }
}

.modal .modal-fade-screen.app-download-template-modal .modal-content b {
    font-weight: 500;
    font-size: 22px;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .user-type-select {
    padding-top: 40px;
    flex-direction: column;
    text-align: left !important;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal .modal-fade-screen.app-download-template-modal .app-add-learned-modal {
    max-width: 880px !important;
}

.app-employee-modal-main-head-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media screen and (max-width:840px) {
    .app-employee-modal-main-head-block {
        flex-direction: column;
    }

    .app-employee-modal-main-head-block .app-employee-modal-main-head-item {
        margin: 20px 0 !important;
    }
}

.app-employee-modal-main-head-block h6 {
    margin-bottom: 0;
}

.app-employee-modal-main-head-block .app-employee-modal-main-head-item {
    margin: 0 60px;
}

.app-employee-modal-main-head-block .app-employee-modal-main-head-item label {
    margin-right: 30px;
}

.app-employee-modal-main-head-block .app-employee-modal-main-head-item label:last-child {
    margin-right: 0;
}

.app-employee-modal-main-head-block .app-employee-modal-main-head-info {
    color: #ce2b2b;
    font-style: italic;
}

.app-tab-content-block .app-email-content {
    display: block;
}

.app-tab-content-block.active .app-email-content {
    display: none;
}

.app-tab-content-block .app-unique-id-content {
    display: none;
}

.app-tab-content-block.active .app-unique-id-content {
    display: block;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .user-type-select.app-c-flex-d-row {
    flex-direction: row !important;
}

@media screen and (max-width:480px) {
    .modal .modal-fade-screen.app-download-template-modal .modal-content .user-type-select {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px !important;
    }
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .user-type-select label {
    margin-bottom: 35px;
    padding-left: 30px !important;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .user-type-select label:last-child {
    margin-bottom: 0;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .app-download-btn-block {
    text-align: center;
}

.modal .modal-fade-screen.app-download-template-modal .modal-content .app-download-btn-block .button {
    width: 260px;
    margin: 0 auto;
}

.app-c-modal-radio[type="radio"]:checked,
.app-c-modal-radio[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.app-c-modal-radio[type="radio"]:checked + label,
.app-c-modal-radio[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.app-c-modal-radio[type="radio"]:checked + label:before,
.app-c-modal-radio[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #5a5757;
    border-radius: 100%;
    background: #fff;
}
.app-c-modal-radio[type="radio"]:checked + label:after,
.app-c-modal-radio[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #544e50;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.app-c-modal-radio[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.app-c-modal-radio[type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
}

.back-to-tools-btn:hover {
    color: #fff!important;
}

.mb-2 {
    margin-bottom: 28px!important;
    margin-top: 17px;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple=multiple]:focus {
    border-color: #01a6de !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(1, 147, 197, 0.7);
    outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    border-color: #01a6de !important;
}


/* .lds-ripple-container{
    display: block!important;
} */

.dm-date-fix {
    width: 85px !important;
}

.dm-date-left {
    width: 80%;
    margin-left: 15px !important;
}

.popover-tour button.action {
    color: #ffffff !important;
}

.table-border-dm {
    border: 1px solid #c0c0c0 !important;
}

/* Registartion Confirmation Start */
.app-c-registration-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: calc(100vh - 125px);
}

.app-c-registration-block .app-c-registration-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: -60px;
    padding: 0 30px;
}

.app-c-registration-block .app-c-registration-form .app-success-btn {
    background: #96d047;
    box-shadow: none !important;
    border: none;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 35px;
    color: #fff;
    outline: 0;
}

@media screen and (max-width:767px) {
    .app-c-registration-block .app-c-registration-form .app-success-btn {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
    .page-cover .login-wrapper-outer .login-wrapper-inner .forgot-password-text {
        font-size: 24px;
        line-height: 28px;
    }
    .page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .bottom-section p {
        font-size: 22px !important;
        line-height: 28px;
    }
    .page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .app-btn-form-block {
        width: 100% !important;
    }
}

.app-c-registration-block .app-c-registration-form .forgot-password-text {
    font-size: 26px;
    font-weight: 500 !important;
    color: #716969 !important;
    padding-top: 30px !important;
    margin-bottom: 10px;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .bottom-section {
    padding-top: 0 !important;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .bottom-section p {
    font-size: 23px;
    color: #9e9ea0 !important;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .button {
    margin-top: 23px !important;
    max-width: 200px !important;
    transition: .3s;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .button:hover, .page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .button:focus, .page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .button:active {
    background-color: #0693c3 !important;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .app-btn-form-block {
    width: 420px;
    padding-top: 40px;
}

.page-cover .login-wrapper-outer .login-wrapper-inner.app-c-registration-block .app-c-registration-form .app-btn-form-block .button.submit-form {
    max-width: 100% !important;
    margin-top: 40px !important;
}

.mobile-tab-navigation .reporting-view-switch-checkbox {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.tab-navigation .reporting-view-switch-checkbox {
    background: #1f80a3;
    float: left;
    padding: 5px;
    width: 128px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 10px 0 0 13px;
}

.tab-navigation .reporting-view-switch-checkbox input,
.mobile-tab-navigation .reporting-view-switch-checkbox input {
    display: unset;
    margin-left: 7px;
}

.mobile-tab-navigation .reporting-view-switch-checkbox p {
    margin: 0 10px 0 10px;
    padding: 0;
    font-weight: normal;
    color: #fff !important;
    font-size: 16px;
}

.mobile-tab-navigation .w-100 li:last-child {
    border-bottom: none !important;
}

p.reporting-view {
    margin: 0 10px 0 5px;
    padding: 0;
    font-weight: normal;
    color: #fff;
    font-size: 11px;
}

.tab-navigation .hide,
.mobile-tab-navigation .hide {
    display: none;
}

/* Registartion Confirmation End */

