html,
body {
    height: 100%;
    font-family: canada-type-gibson, "Source Sans Pro";
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    background: #eeeeee;
}
h1, h2, h3, h4, h5, h5 {
    font-family: canada-type-gibson, "Source Sans Pro";
    letter-spacing: 0.5px;
    font-weight: 500;
}
input, textarea, keygen, select, button {
    font-family: canada-type-gibson, "Source Sans Pro";
    letter-spacing: 1px;
    font-weight: 300;
}

th {
    font-weight: 500 !important;
}
b, strong {
    font-weight: 600;
}
.label {
    font-weight: 500;
}
.badge {
    font-weight: 500;
}
.alert a {
    color: inherit;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 40px;
    background-color: #eee;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.bg-pink {
    background-color: #ea1d76;
}
.bg-yellow {
    background-color: #eba504;
}


.content-full {
    min-height: 450px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: 20px;
    height: 20px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}



.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #eba504;
    text-decoration: none !important;
}

a.navbar-brand:hover , a.navbar-brand:active, a.navbar-brand:focus{
    color: #eba504 !important;
    text-decoration: none !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #eba504;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {

}

.navbar-nav>li>.dropdown-menu li a {
    color: #eee;
}
.navbar-nav>li>.dropdown-menu li a:hover {
    color: #eba504;
    text-decoration: none !important;
}
nav.navbar-default.navbar-fixed-top.navbar {
    position: relative;
}
nav.navbar.navbar-default.navbar-fixed-side {
    position: fixed;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #eba504 !important;
    text-decoration: none !important;
}

.align-center {
    text-align: center;
    margin: auto;
}

.btn-transparent, .btn-transparent:visited  {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent.active.focus {
    background-color:rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);

}

.btn-success, .btn-success:visited  {
    color: #ffffff;
    background-color: #ea1d76;
    border-color: #ea1d76;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active.focus {
    background-color: #c01d5e;
    border-color: #c01d5e;

}
.btn-success{color:#ffffff;background-color:#ea1d76;border-color:#ea1d76}
.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#ea1d76;
    border-color:#c01d5e}.btn-success:hover{color:#ffffff;background-color:#ea1d76;border-color:#c01d5e}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#ea1d76;border-color:#c01d5e}
.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#c01d5e;border-color:#c01d5e}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#ea1d76;border-color:#ea1d76}
.btn-success .badge{color:#ea1d76;background-color:#ffffff}

button.confirm.btn.btn-lg.btn-primary {
    color:#ffffff;background-color:#ea1d76;border-color:#ea1d76
}
button.confirm.btn.btn-lg.btn-primary:hover, button.confirm.btn.btn-lg.btn-primary:active {
    color:#ffffff;background-color:#c01d5e;border-color:#c01d5e
}

.progress-description .info-box-text {
    font-size: 20px;
}
.info-box-icon > img {
    max-width: 60%;
    margin-top: -10px;
}
.box-image {
    min-height: 160px;
    background-size: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #c01d5e;
    border-color: transparent;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #ea1d76;
    border: 1px solid transparent;
    margin-left: -1px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #ecf0f1;
    background-color: #c01d5e;
    border-color: transparent;
    cursor: not-allowed;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 8px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
}

a {
    color: #eba504;
    text-decoration: none !important;
}
a:not(.btn):hover {
    color: #d19603;
    text-decoration: underline;
}

a.btn.btn-primary.btn-icon, a.btn.btn-default.btn-icon, a.btn.btn-danger.btn-icon   {
    padding: 0px 5px;
    font-size: 20px;
    line-height: 1.428571;
}
/*
.checkbox label {
    padding: 7px 20px;
    display: inherit;
}
*/

.radio label, .checkbox label {
    display: inline-block;
    padding-left: 8px;
}

.checkbox label.control-label {
    padding: 15px 0px;
}

label.icheck-label {
    display: inline;
}
label.hide-icheck-label {
    display: none;
}

.icheckbox_line-grey.checked .icheck_line-icon, .iradio_line-grey.checked .icheck_line-icon {
    display: block;
}

.icheckbox_line-grey .icheck_line-icon, .iradio_line-grey .icheck_line-icon {
    display: none;
}


.icheck-col {
    padding-left: 0px;

}

table.dataTable {
    cursor: pointer;
}

/*** ADMIN LTE Theming ***/


/** Nav **/
.main-header {
    background: #3f5364;
}
.main-header a {
    color: #fff;
}
.main-header a:hover {
    text-decoration: none !important;
}
.skin-blue .sidebar-menu > li > a:hover {
    text-decoration: none !important;
}
.skin-blue .treeview-menu > li > a {
    color: #8aa4af;
    text-decoration: none !important;
}
aside.main-sidebar {
    background: #3f5369;
}
.logo-lg img {
    max-width: 135px;
    max-height: 58px;
}
.logo-mini img {
    max-width: 25px;
}
.skin-blue .main-header .logo:hover {
    background-color: transparent;
    text-decoration: none;
}


/*** Sidebar **/
.sidebar-menu a {
    color: #fff;
}
.user-panel {
    min-height: 83px;
}
.user-panel > .info {
    left: 0px;
}
.user-panel .info span {
    font-size: 12px;
    font-weight: 300;
}
i.fa.fa-circle.text-success {
    color: #ea1d76;
}

/** Content **/
.content-header {
    position: relative;
    padding: 15px 15px 30px 15px;
}
.box.box-default {
    border-top-color: #ea1d76;
}
.box.box-default.course-card {
    min-height: 550px;
}
.course-btn-wrap {
    padding: 25px 10px;
    position: absolute;
    bottom: 0;
    width: 95%;
}
.course-card-desc {
    padding: 5px 15px 55px;
}

button.btn.btn-box-tool {
    font-size: 12px;
    margin: 0px;
    border-width: 0px;
}
button.btn.btn-box-tool:hover, button.btn.btn-box-tool:focus, button.btn.btn-box-tool.focus {
    color: #333;
    text-decoration: none;
}
label {
    display: table;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #eeeeee;
    z-index: 800;
    padding-bottom: 40px;
}

/*** GridView ***/
.grid-view a span.glyphicon {
    background-color: #eee;
    padding: 6px;
    border: 1px #ddd solid;
    color: #3f5364;
}

.grid-view a span.glyphicon:hover {
    background-color: #ddd;
    padding: 6px;
    border: 1px #ddd solid;
    color: #3f5364;
}


/*** Buttons ***/

.btn-default:hover {
    color: #444;
}


/*** iCheck checkboxes ***/

.icheckbox_flat-yellow {
    margin: -3px 5px 0px 0px !important;
}


/*** Progress Bar ***/

.hs-progress .progress {
    width: 20%;
    display: inline-block;
    padding-left: 40px;
    height: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    background: rgba(211, 211, 211, 0.6);
}

.hs-progress.erg .progress {
    width: 90%;
}

.pbar-btn-padding {
    min-width: 20%;
    display: inline-block;
    text-align: left;
}

/*** Forms ***/

.stepwizard {
    /*visibility: hidden;*/
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: -47px;
}

.stepwizard-step button{
    position: relative;
    z-index: 3 !important;
}


.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}




.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    visibility: hidden;

}

.stepwizard-line-left {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 50%;
    height: 2px;
    z-index: 1;
    background-color: #ea1d76;
    visibility: hidden;
}

.stepwizard-line-right {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 50%;
    right: 0;
    height: 2px;
    z-index: 1;
    background-color: #ea1d76;
    visibility: hidden;
}

.stepwizard-step {
    /*display: table-cell;*/
    display: inline-block;
    text-align: left;
    position: relative;
    width: 20%;
}

.stepwizard-step.hide-step.sm-step {
    display: none;
    margin: 0px;
}

.sw-arrow-up {
    margin: -13px auto 1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eba504;
}

.wz-start {
    width: 12px;
    top: 9px;
    height: 12px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    background: #ea1d76;
}

.wz-end {
    width: 12px;
    top: 9px;
    height: 12px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    background: #ccc;
}

.stepwizard-q-label {
    position: absolute;
    background: #eba504;
    opacity: 0.8;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    margin: -25px 0px 0px 0px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 70px;

}


.circle-padding {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 9px 0;
    margin: -8px 0px 0px -2px;
    background-color: #d3d3d3;
}
button.btn.btn-success.btn-circle {
    border: #ea1d76 solid 5px;
    height: 80px;
    width: 80px;
    padding: 8px 4px 0px 7px;
    background: #eee;
}
button.btn.btn-success.btn-circle:hover, button.btn.btn-success.btn-circle:active {
    /*background-color: #959595;*/
    box-shadow: none;
    outline: none;

}
.tag {
    position: absolute;
    right: 25px;
    top: -2px;
}
.tag img {
    max-width: 200px;
}

img.circle-btn-icon {
    max-width: 40px;
}

.hs-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #eee;
    text-align: center;
    padding-top: 15%;
    z-index: 50;
}

.slide-container {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 50px 5%;
    width: 66%;
    z-index: 30;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}

.lightgrey-bg {
    background-color: #eee !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}

.grey-bg {
    background-color: #bec6c3 !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}

.orange-bg {
    background-color: #e75525 !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}

.navy-bg {
    background-color: #435363 !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}
.pink-bg {
    background-color: #ea1d76 !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}
.yellow-bg {
    background-color: #eba504 !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
}
.slide-section.js-lightgrey-bg {
    color: #3f5364;
}
.slide-section.js-navy-bg {
    color: #fff;
}
.slide-section.js-yellow-bg {
    color: #fff;
}
.slide-section.js-grey-bg {
    color: #fff;
}
.slide-section.js-pink-bg {
    color: #fff;
}

.slide-section button.btn.btn-success.nextBtn.btn-lg.pull-right {
    color: #fff;
}
.slide-section button.btn.btn-success.prevBtn.btn-lg.pull-left {
    color: #fff;
}
.slide-section.js-lightgrey-bg button.btn.btn-success.nextBtn.btn-lg.pull-right {
    color: #ea1d76;
}
.slide-section.js-lightgrey-bg button.btn.btn-success.prevBtn.btn-lg.pull-left {
    color: #ea1d76;
}

.slide-container.fullwidth {
    width: 100%;
}

span.circle-border-right {
    border: 2px solid;
    border-radius: 100%;
    margin-left: 7px;
    padding: 0px 9px 2px 11px;
    font-size: 20px;
    font-weight: 900;
}
span.circle-border-left {
    border: 2px solid;
    border-radius: 100%;
    margin-right: 7px;
    padding: 0px 11px 2px 9px;
    font-size: 20px;
    font-weight: 900;
}
.screen-btn-group {
    padding: 24px 0px;
    margin: 0px -40px;
}
.screen-btn-group.section-btns {
    margin: 0px;
}
.screen-loading {
    margin-top: 7px;
    color: #999;
}

.screen-bubble {
    position: absolute;
    top: 150px;
    right: 10%;
    /*max-width: 250px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.screen-bubble h3 {
    font-size: 100px;
    color: #fff;
    opacity: 0.7;
}
.screen-bubble h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    opacity: 0.7;
}
.screen-bubble h4 {
    font-size: 55px;
    color: #fff;
    opacity: 1;
}
.screen .form-group {
    margin-bottom: 15px;
    padding: 0px 15px;
}
.login-bubble {
    position: absolute;
    margin-left: 70%;
    top: 150px;
    color: #fff;
    padding: 25px;
    margin-right: 40px;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
}
.static-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 28%;
}

button.btn.btn-success {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
button.btn.btn-success.nextBtn.btn-lg.pull-right:hover, button.btn.btn-success.prevBtn.btn-lg.pull-left:active {
    border: 0px;
    outline: none;
    box-shadow: none;
    font-size: 20px;
}
button.btn.btn-success.prevBtn.btn-lg.pull-left:hover, button.btn.btn-success.prevBtn.btn-lg.pull-left:active {
    border: 0px;
    outline: none;
    box-shadow: none;
    font-size: 20px;
}
/*** Login **/

.login-box {
    /* font-size: 1.3em; */
    position: absolute;
    z-index: 10;
    /* width: 500px; */
    /* height: 220px; */
    background: transparent;
    top: 132px;
    left: 45%;
    margin: -110px 0 0 -100px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}

/*
#loginform-rememberme {
    margin-left: 0px;
    margin-top: 10px;
}
.form-group.field-loginform-rememberme {
    margin-left: 6px;
}
*/
.login-logo img {
    max-width: 278px;
}

.full-left-login .box-body {
    padding: 30px 0px;
    max-width: 700px;
    margin: auto;
}
.box.box-default.full-left-login {
    position: absolute;
    top: -4px;
    left: 0px;
    max-width: 70%;
    height: 101%;
    border: 0px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0px;
}
.full-right-login .box-body {
    padding: 30px 0px;
    max-width: 700px;
    margin: auto;
}
.box.box-default.full-right-login {
    position: absolute;
    top: -4px;
    right: 0px;
    max-width: 70%;
    height: 110%;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
        /* padding: 0px; */
    }
}

canvas{
    /*display:block;*/
    vertical-align:bottom;
    display: inline-block;
}

.sign-up {
    max-width: 500px;
    margin: auto;
}

/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%;
    background: #3f5364;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}




/* ---- reset ---- */
canvas{
    display: inline-block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */
.screen-bg #particles-js{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: #eba504;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.screen-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1500;
}

/*** HealthScore ***/
.hs-secton-break .sm-seperator-warning {
    background: #fff;
}
.hs-secton-break h1 {
    font-size: 105px;
    font-weight: 700;
}
.hs-secton-break p {
    font-size: 30px;
}

.hs-cover {
    max-width: 60%;
}

.hs-cover h1 {
    font-size: 9vw;
    font-weight: 600;
}

.hs-cover p {
    font-size: 24px;
}

.top-left-btn {
    position: absolute;
    top: -130px;
    left: -70px;
}
.screen-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    /*max-width: 30%;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.screen-image img {
    max-height: 70vh;
}
.screen-bubble {
    position: absolute;
    top: 110px;
    left: 70%;
    /*font-size: 24px;*/
    /*line-height: 35px;*/
    font-size: 19px;
    line-height: 29px;
    z-index: 20;
    /*max-width: 250px;*/
    color: #fff;
}
.screen-bubble h1 {
    font-size: 10vmax;
    font-weight: 600;
}
.screen-bubble h2 {
    font-size: 7vmax;
    font-weight: 600;
}
.screen-bubble p {
    /* font-size: 2vmax; */
    font-size: 19px;
    line-height: 29px;
}
.screen-bubble p.source {
    font-size: 23px;
    font-style: italic;
    padding-left: 15px;
}



.hs-arrow-right {
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0px;
    height: 0px;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #eee;
}

.hs-arrow-down {
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #eee;
}

.arrow-summary {
    margin: 100px auto 0px;
    border-top: 30px solid #3f5364;
}

.static-page-text {
    font-size: 18px;
    max-width: 60%;
}

.static-page-image {
    position: absolute;
    right: 0px;
    bottom: -100px;
    max-width: 35%;

}
.return-to-dash {
    position: absolute;
    background: gray;
    z-index: 40;
    top: 0;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #435363;
}


.return-to-dash a {
    color:white;
    font-weight: 300;
}

.static-page-image img {
    max-width: 100%;
}

img.footer-image {
    max-width: 250px;
}

text.highcharts-credits {
    display: none;
}

span.question-desc {
    display: flex;
    font-size: 16px;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #3f5364;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% {
          transform: translateX(42px) translateY(42px) rotate(-179deg);
          -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
      } 50.1% {
            transform: translateX(42px) translateY(42px) rotate(-180deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        } 75% {
              transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
              -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
          } 100% {
                transform: rotate(-360deg);
                -webkit-transform: rotate(-360deg);
            }
}


/*** Assessment **/

.assessment {
    margin: auto;
    max-width: 900px;
}
.sweet-alert h2 {
    font-size: 24px;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}
.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

div#no-script-err {
    position: fixed;
    padding: 90px 40px 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;
    width: 100%;
}
.err-icon {
    font-size: 40px;
    font-weight: 900;
    padding: 0px 0px 10px;
}

.old-browser {
    display: none;
    position: fixed;
    padding: 90px 40px 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;
    width: 100%;
}

span.select2-selection.select2-selection--single {
    padding-top: 13px;
    height: 40px;
    border-color: #d2d6de;
}

div#ui-datepicker-div {
    z-index: 3 !important;
}
.bootstrap-timepicker.input-group {
    max-width: 350px;
}
.input-group.date {
    max-width: 350px;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #d2d6de;
    color: #3f5364;
}
.btn-separator-vertical {
    background: #222d32;
    min-height: 1px;
    margin: 10px 5px;
}


/**8* Full Calendar ***/
.fc-event {
    border-width: 1px;
    border-left-width: 15px;
}

/** Error Page **/

.error-page-header-margin {
    margin-top: 75px;
}
.error-page-header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 50px;
    z-index: 5;
}
.error-page-header img {
    max-width: 350px;
}

.error-page-container {
    background-color: #EEE;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    padding: 225px 50px 25px 50px;

}

.error-page {
    background: #eee;
    padding: 25px 50px;
}

.confirm-switch {
    position: fixed;
    background: #eee;
    z-index: 1600;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px;
}

.confirm-switch-inner {
    text-align: center;
    padding: 25px;
    max-width: 1100px;
    margin: auto;
}

/*** Mobile ***/

.hide-md {
    display: block;
}



@media (max-width: 768px) {

    .screen-bg #particles-js{
        height: 150%;
    }

    .hs-cover {
        max-width: 100%;
    }

    .arrow-summary {
        margin: 65px auto 0px;
    }

    .login-box {
        background: transparent;
        top: 10px;
        left: 0;
        margin: 20px;
        padding: 0px;
    }

    footer.footer p.pull-right {
        text-align: center;
        font-size: 15px;
    }
}

@media (max-width: 1024px) {

    .full-left-login .box-body {
        padding: 30px 30px;
        max-width: 1000px;
    }
    .box.box-default.full-left-login {
        max-width: 100%;
    }

    .hide-md {
        display: none;
    }
    .static-page-image {
        display: none;
    }
    .static-page-text {
        max-width: 90%;
    }
    .slide-container {
        width: 100%;
        margin-top: 200px;
        padding: 10px 25px;
        height: initial;
        min-height: 100%;
    }
    .slide-container.fullwidth {
        margin-top: 120px;
    }
    /*.screen-image {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*z-index: 0;*/
        /*max-width: 40%;*/
    /*}*/

    .screen-bubble {
        top: 10px;
        left: 25px;
        visibility: hidden;
    }
    .top-left-btn {
        top: -200px;
        left: -27px;
    }
    .screen-image {
        z-index: 0;

    }

    .btn-circle {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 6px 0;
        margin: -9px 0px 0px 0px;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 70px;

    }
    .circle-padding {
        border-radius: 100px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 9px 0;
        margin: -8px 0px 0px -2px;
        background-color: #d3d3d3;
    }
    button.btn.btn-success.btn-circle {
        border: #ea1d76 solid 5px;
        height: 50px;
        width: 50px;
        padding: 8px 4px 0px 2px;
        background: #eee;
    }
    img.circle-btn-icon {
        max-width: 22px;
    }

}


/*** Growl Notifications ***/

growler {
    position: fixed;
    right: 0px;
    top: 50px;
    z-index: 9999;
}

