/*-
 * Spinner Overide
 * Form Overrides
 * Home Header Section
 * Registration Form
 * Thank You Page
 *
 */

/*Spinner Overide*/

.pg-loading-screen .pg-loading-html p.loading-message {
    font-size: 25px;
    margin-bottom: 50px;
}

.pg-loading-screen .pg-loading-html p {
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.sk-double-bounce .sk-child {
    background-color: #fff;
}

.pg-loading-screen .pg-loading-html {
    margin-top: 60px;
}

.input-group-addon {
    padding: 6px 14px;
}

figure.effect-sarah:hover span.view-certificate,
figure.effect-sarah:hover span.view-certificate a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}

figure.effect-sarah span.view-certificate,
figure.effect-sarah span.view-certificate a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah span.view-certificate a {
    color: #d4a127;
    font-size: 16px;
    height: 50px;
    opacity: 0;
    position: relative;
    text-indent: 0px;
    white-space: nowrap;
    width: 100%;
    z-index: 1001;
}

figure.effect-sarah span.view-certificate a:hover {
    color: #ce7615;
    text-decoration: none;
}

/*Form Overrides*/

.input-group .form-control {
    height: 50px;
    font-size: 18px;
    background-color: #fff;
}

.input-group textarea.form-control {
    font-size: 12px;
    width: 100%;
}

span.move-right {
    float: right;
    margin-left: 10px;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled].btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled].btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled].btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled].btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled].btn-primary.active {
    background-color: #ddd;
    border-color: #ddd;
}

.subtitle {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.yams-color {
    color: #d7703c;
}

.divider {
    color: #ddd;
    font-size: 29px;
}

.btn-link,
.btn-link:active,
.btn-link:visited {
    color: #d7703c;
}

.btn-link:hover {
    color: #ff7538;
    text-decoration: underline;
}

.sidebar-condensed .sidebar .sidebar-inner .nav-sidebar > li > a:hover {
    background-color: #315a63;
}

/** Nav Bar  **/

/*
.theme-sdtl.color-default .topbar {
  background: transparent;
}

.fixed-topbar .topbar {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}*/

/**** Registration Page ****/

/* The starting CSS styles for the enter animation */

.registration-success.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-success.ng-leave {
    animation: 0.5s fadeOut ease;
}

.registration-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.registration-form.ng-hide-add {
    animation: 0.5s fadeOutUp ease;
}

.registration-form.ng-hide-remove {
    animation: 0.5s fadeInDown ease;
}

/**** Thank You Page ****/

.thank-you-view.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.thank-you-view.ng-enter.ng-enter-active {
    opacity: 1;
}

.thank-you-view.ng-leave {
    animation: 0.5s fadeOut ease;
}

.social-icon-lg {
    font-size: 50px;
    color: rgba(215, 113, 62, 0.67);
    transition: all 0.5s ease;
    position: relative;
    bottom: 0px;
}

.social-icon-lg:hover {
    color: #d7703c;
    bottom: 5px;
}

.social-icon-lg:active,
.social-icon-lg:focus {
    color: rgba(215, 113, 62, 0.67);
    text-decoration: none;
}

.actionable {
    cursor: pointer;
}

.transactions-list-content {
    height: 76px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    cursor: pointer;
    color: #777;
    background-color: #fff;
}

.widget-info .right .number-lg {
    font-family: 'Lato', 'Open Sans', Arial;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 3px;
    line-height: 23px;
}

.preview-button-section {
    bottom: 80px;
    clear: both;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
}

.btn.preview-button {
    font-size: 15px;
    padding: 11px 15px;
    background-color: #d7703c;
    margin-top: 3px;
    height: 44px !important;
}

/**********
*     Animations
*
*/

/** fade In Down */

.fadeInDown-custom.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
}

.fadeInDown-custom.ng-enter.ng-enter-active {
    opacity: 1;
}

.fadeInDown-custom.ng-leave {
    animation: 0.5s fadeOut ease;
}

/* fadeInDown */

.fadeInDown-custom.ng-enter {
    animation: 0.5s fadeIn ease;
    transition-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
}

.fadeInDown-custom.ng-enter.ng-enter-active {
    opacity: 1;
}

.fadeInDown-custom.ng-leave {
    animation: 0.5s fadeOutUp ease;
}

.fadeInDown-custom.ng-hide {
    opacity: 0;
}

.fadeInDown-custom.ng-hide-remove {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-delay: 0s;
}

.fadeInDown-custom.ng-hide-add {
    opacity: 1;
    animation-name: fadeOutUp;
    animation-duration: 0.25s;
    animation-delay: 0s;
    transition-delay: 0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeOutUp;
    -webkit-animation-duration: 0.25s;
}

/* fadeInDown */

.fadeIn-custom.ng-enter {
    animation: 0.5s fadeIn ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.fadeIn-custom.ng-enter.ng-enter-active {
    opacity: 1;
}

.fadeIn-custom.ng-leave {
    animation: 0.5s fadeOut ease;
}

.fadeIn-custom.ng-hide {
    opacity: 0;
}

.fadeIn-custom.ng-hide-remove {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
}

.fadeIn-custom.ng-hide-add {
    opacity: 1;
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-delay: 0s;
    transition-delay: 0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeOut;
    -webkit-animation-duration: 0.5s;
}

.main-content .page-content .panel.panel-campaign {
    transition: all 0.5s ease;
    position: relative;
    bottom: 0px;
    border-radius: 5px;
    height: 200px;
}

.panel-campaign:hover {
    bottom: 4px;
    box-shadow: 4px 4px 9px #ccc !important;
    cursor: pointer;
}

.profil-toolbar {
    position: absolute;
    top: 18px;
    width: 100%;
    color: #fff;
}

.profil-toolbar .third-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    opacity: 1;
    margin: 0px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

.profil-toolbar .second-icon {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 25px;
    height: 25px;
    opacity: 1;
    margin: 0px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

.profil-toolbar .first-icon {
    position: absolute;
    right: 45px;
    top: 0px;
    width: 25px;
    height: 25px;
    opacity: 1;
    margin: 0px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

.profil-toolbar .first-icon:hover,
.profil-toolbar .second-icon:hover,
.profil-toolbar .third-icon:hover {
    -ms-transform: scale(1.25, 1.25) translate(0px, -5px);
    /* IE 9 */
    -webkit-transform: scale(1.25, 1.25) translate(0px, -5px);
    /* Safari */
    transform: scale(1.25, 1.25) translate(0px, -5px);
}

.profil-toolbar a {
    width: 25px;
    height: 25px;
    color: #ddd;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.profil-toolbar a:hover {
    color: #d7703c;
    text-decoration: none;
}

.panel-default .panel-overlay {
    background-color: #401d0c;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -moz-opacity: 100%;
    -webkit-opacity: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
}

.panel-default .panel-overlay-hover {
    opacity: 0.8 !important;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
}

.profil-toolbar {
    opacity: 1;
}

.profil-toolbar.ng-hide {
    opacity: 0;
}

.profil-toolbar.ng-hide-remove {
    opacity: 0;
    animation-name: fadeInDownBig;
    animation-duration: 0.5s;
    animation-delay: 0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeInDownBig;
    -webkit-animation-duration: 0.5s;
}

.profil-toolbar.ng-hide-add {
    opacity: 1;
    animation-name: fadeOutUp;
    animation-duration: 0.5s;
    animation-delay: 0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: fadeOutUp;
    -webkit-animation-duration: 0.5s;
}

.main-content .page-content .panel-default > .panel-heading {
    position: relative;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /*  overflow: hidden;
*/
}

.empty-rows {
    padding: 50px;
    text-align: center;
    font-size: 32px;
    color: #ccc;
}

.campaign-background-loading {
    width: 100%;
    text-align: center;
    font-size: 32px;
}

.campaign-profile-loading {
    width: 100%;
    text-align: center;
    font-size: 32px;
}

.profil-name {
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .profil-name {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .profil-name {
        font-size: 16px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .profil-name {
        font-size: 20px;
    }
}

/**
 * Updates Page
 */

.updates .todo-list li > span.todo-task {
    overflow: visible;
}

.updates .todo-list li > span {
    display: inline-block;
    overflow: visible;
    height: auto;
    line-height: 15px;
    margin-top: 5px;
    max-width: 80%;
    white-space: normal;
    vertical-align: middle;
}

/**** Funds *****/

.fund-overlay-hover {
    opacity: 0.8 !important;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
}

.delete-overlay-hover {
    opacity: 0.8 !important;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
}

/**** Categories *****/

.category-overlay-hover {
    opacity: 0.8 !important;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
}

/*.fund-delete-icon {
    width: 25px;
    height: 25px;
    opacity: 1;
    font-size: 20px;
    padding: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all .2s ease-in-out;
}*/

/*------***** Home Header Section *****/

@media (min-width: 768px) {
    .home-header .background-img {
        width: 100%;
        height: 200px;
        max-height: 200px;
        top: 0px;
        position: relative;
        background-size: cover;
        /*    min-height: 150px;*/
    }
    .home-header .profile-img {
        width: 130px;
        height: 130px;
        position: absolute;
        background-size: cover;
        top: 0px;
        left: 0px;
        top: 32px;
        left: 32px;
    }
}

.home-header .edit-icon {
    color: #d7703c;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.home-header .edit-icon:hover {
    -ms-transform: scale(1.25, 1.25);
    /* IE 9 */
    -webkit-transform: scale(1.25, 1.25);
    /* Safari */
    transform: scale(1.25, 1.25);
    color: #fd9d6d;
}

.home-header .edit-icon:active {
    color: #fff;
}

.home-header .edit-icon:focus {
    text-decoration: none;
}

.loading-profile {
    width: 100%;
    height: 100%;
}

.loading-background {
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-width: 768px) {
    .home-header .background-img {
        width: 100%;
        /*top: -162px;*/
        top: 0px;
        position: relative;
        background-size: cover;
        min-height: 150px;
        /*    min-height: 150px;*/
    }
    .home-header .profile-img {
        width: 100px;
        height: 100px;
        position: absolute;
        background-size: cover;
        top: 0px;
        left: 0px;
        top: 32px;
        left: 32px;
    }
}

.leaderboards-list-content {
    /*    height: 76px;
*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 15px;
    cursor: pointer;
    color: #777;
    /*background-color: #fff;*/
}

.h2 {
    font-size: 25px;
    font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px;
}

.large-icons,
.large-icons .icons {
    font-size: 18pt;
    vertical-align: middle;
}

.switch-published {
    width: 90px;
}

.switch-published .switch-input:checked ~ .switch-handle {
    left: 70px;
}

/* Tooltip */

.tooltip {
    width: 7em;
}

.tooltip > .tooltip-inner {
    background-color: #d7703c;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #d7703c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d7703c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #d7703c;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #d7703c;
}

/* Color Picker*/

.input-group input.color-picker-input {
    min-width: 100px;
}

.still-img {
    position: relative;
    min-height: 200px;
}

.still-img img {
    max-height: 200px;
}

.loading-still {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.embed-video-container {
    background-color: #ccc;
    overflow: visible;
}

.quiz-overlay {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
    position: absolute;
    width: 100%;
    min-height: 100%;
    opacity: 100%;
    -moz-opacity: 100%;
    -webkit-opacity: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.5s ease-in-out;
    z-index: 100;
    padding: 20px;
    overflow: visible;
}

.quiz-question {
    margin: 20px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    color: white;
    font-size: 20px;
    opacity: 1;
}

.quiz-answers {
    margin: 20px;
    padding: 10px;
    color: white;
    font-size: 16px;
    opacity: 1;
}

.quiz-footer {
    margin: 20px;
}

.quiz-question h2 {
    color: white !important;
    font-weight: 400;
    opacity: 1;
}

.btn-hippie-blue {
    background-color: #539fb4;
    color: #fff;
    opacity: 1;
}

.quiz-answers md-radio-button.md-default-theme .md-off {
    border-color: rgba(255, 255, 255, 0.54);
}

md-radio-button .md-off {
    border-color: rgba(126, 126, 126, 1);
}

.quiz-score {
    font-size: 50px;
    color: green;
    font-weight: 500;
}

.quiz-score-text {
    color: white;
}

.red {
    color: #e9000d;
}

.footer .copyright {
    border-top: 1px solid rgba(12, 12, 12, 0.07);
    padding: 20px 0;
    z-index: 15;
}

.footer .copyright p {
    margin-bottom: 10px;
}

.footer .copyright a {
    color: #2c8ca0;
}

.footer .copyright span {
    font-size: 88%;
    opacity: 0.8;
}

.footer .copyright span.copyright {
    font-family: 'Open Sans';
}

.footer.footer-absolute {
    left: 50px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 50px;
}

.footer {
    bottom: 0;
    margin-left: 190px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 15px;
    background: #f5f5f5;
}

/* when hiding the picture */

/* when hiding the picture */

.quiz.ng-hide-add {
    animation: 0.5s lightSpeedOut ease;
}

/* when showing the picture */

.quiz.ng-hide-remove {
    animation: 0.5s fadeIn ease;
}

.quiz.ng-enter {
    animation: 0.3s fadeInDown ease;
    /*  transition-delay: 0.3s;
  animation-delay: 0.3s;*/
    opacity: 0;
}

.quiz.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz.ng-leave {
    animation: 0.3s fadeOut ease;
}

.quiz.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-success {
    overflow: visible;
}

.quiz-success.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.quiz-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-success.ng-leave {
    animation: 0.5s fadeOut ease;
}

.quiz-success.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-failure {
    padding-top: 30px;
}

.quiz-failure.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.quiz-failure.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-failure.ng-enter.ng-enter-active {
    opacity: 1;
}

.quiz-failure.ng-leave {
    animation: 0.5s fadeOut ease;
}

.quiz-failure.ng-enter.ng-enter-active {
    opacity: 1;
}

.score-view.ng-enter {
    animation: 0.5s fadeInDown ease;
    transition-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
}

.score-view.ng-enter.ng-enter-active {
    opacity: 1;
}

.score-view.ng-leave {
    animation: 0.5s fadeOut ease;
}

/* ANIMATIONS (FROM ANIMATE.CSS) ======================== */

/* flip in */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
        transform: perspective(400px);
        transform: perspective(400px);
    }
}

/* light speed out */

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.full-opacity {
    /*  background-color: #82B163;
*/
    opacity: 1;
}

.green {
    color: #82b163;
}

.blue {
    background-color: #212055;
}

.moduleScore {
    color: white;
    padding: 0px;
    position: absolute;
    right: 13px;
    bottom: 15px;
    border-radius: 5px;
    transition: opacity 0.35s, transform 0.35s;
    font-size: 12px;
}

.card .moduleScore {
    right: none;
    bottom: none;
    top: 62px;
    left: 10px;
    font-size: 10px;
}

.moduleScore.black {
    color: black;
}

.moduleCheck {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 19px;
    bottom: 42px;
}

.card .moduleCheck {
    top: 10px;
    left: 10px;
    right: none;
    bottom: none;
}

.moduleCheck img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.costTag {
    width: 100px;
    height: 50px;
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 0.5em;
    text-align: center;
}

.cost {
    font-size: 20px;
    color: #d7703c;
    font-weight: 700;
}

.portfolioContainer figure .costTag img {
    opacity: 0.8;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.comingSoon {
    width: 127px;
    height: 50px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.portfolioContainer figure .comingSoon img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah:hover .moduleScore {
    opacity: 0.2;
}

.effect-sarah {
    position: relative;
}

.sidebar .sidebar-inner .nav-sidebar .children li.checked:before {
    background: #82b163;
}

.sidebar .sidebar-inner .nav-sidebar .children li.current:before {
    background: #329cb4;
}

.sidebar .sidebar-inner .nav-sidebar .children > li > a.active {
    background-color: #383c42;
    color: #ffffff;
}

.max-width-100 {
    max-width: 100px;
}

#certificate #date-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 215px;
    font-size: 20px;
}

.min-width-100 {
    min-width: 100px;
}

.price-lg {
    font-size: 36px;
    font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
    font-weight: 100;
}

.list-content {
    height: 76px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    color: #777;
    background-color: #fff;
}

button.select-btn {
    padding: 30px;
    width: 100%;
    /*    max-width: 200px;
*/
    margin-bottom: 1em;
    border-radius: 10px;
    background-color: rgba(239, 238, 237, 0.8);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: #797979;
}

button.select-btn:hover {
    background-color: rgba(250, 250, 250, 0.8);
}

button.selected {
    border-color: #00a6a6;
    border-width: 2px;
}

.questionnaire-social {
    margin-top: 20px;
    min-height: 49px;
    text-align: center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-center,
.centered {
    text-align: center;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-15 {
    font-size: 15px;
}

.credits {
    font-size: 50px;
}

.price-small {
    font-size: 12px;
}

.price-medium {
    font-size: 20px;
}

#cardpayments .title {
    font-size: 20px;
}

#cardpayments .description {
    font-size: 12px;
}

.f-18 {
    font-size: 18px;
}

.alert-disabled {
    background-color: #e8e8e8;
    border-color: rgba(0, 0, 0, 0);
    color: #a5a5a5;
    opacity: 0.4;
}

button.selected {
    border-color: #d7703c;
    border-width: 2px;
}

.circle {
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
}

.color-picker-section .form-control {
    margin-left: 8px;
    width: 140px;
    height: 40px;
}

.color-picker-section .input-small-text {
    margin-top: 8px;
    margin-bottom: 5px;
}

.giveButtons-list-content {
    position: relative;
}

.give-button-section {
    height: 30px;
}

.giveButtons-list-content .input_button {
    position: absolute;
    bottom: 2px;
    right: 20px;
    width: 24px;
    height: 24px;
}

.loading-screen-logo {
    background-color: #ececec;
}

.loading-screen-logo img {
    display: block;
    /*  max-width: 140px;
*/
    max-height: 200px;
    width: auto;
    height: auto;
}

img.center {
    display: block;
    margin: 0 auto;
}

.main-content .page-content .note-editor.panel-default > .panel-heading {
    border: 1px solid #e5e5e5;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}

.note-editor .note-editable {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.table > tbody > tr > td:focus {
    outline: none;
}

.ta-toolbar {
    background-color: #f0f0f0;
    padding: 10px 10px 5px;
    margin-left: 0px;
    border: 1px solid #eee;
}

.ta-scroll-window > .ta-bind {
    border: 1px solid #e6e6e6;
}

.ta-toolbar .btn-group {
    margin-bottom: 5px;
}

.ta-toolbar .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.ta-toolbar {
    font-size: 12px;
}

.ta-toolbar.btn-toolbar .btn.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ta-toolbar .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.ta-toolbar .btn {
    padding: 7px 10px 7px 10px;
}

.ta-toolbar .btn-default[disabled].active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.todo-list li .todo-item {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-slim {
    padding: 7px 13px 8px;
}

.sidebar .sidebar-inner .nav-sidebar .children > li > a > span.previewbadge {
    position: relative;
    top: 4px;
    right: 0em;
    z-index: 10;
    padding: 3px;
}

.header-right .links {
    background: rgba(0, 0, 0, 0);
    border: none;
    height: 24px;
    right: 18px;
    outline: none;
    padding: 0;
    position: relative;
    top: 13px;
    width: 20px;
}

.border-bottom {
    border-bottom: solid 1px #ccc;
}

.width-100,
.full-width {
    width: 100%;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex-item {
    display: flex;
}

.bk-white {
    background-color: #fff;
}

.btn.btn-dark {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #343847;
    color: #616574;
    padding: 4px 8px;
}

.btn.btn-dark:hover {
    color: #b9b9b9;
}

md-input-container .md-input.fund-order {
    margin-top: 20px;
    margin-bottom: 10px;
}

.status-indicator {
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
}

.bg-green {
    background-color: green;
}

.small-text-label {
    padding-left: 3px;
    padding-right: 0;
    font-size: 11px;
    font-weight: 500;
}

.textarea-content {
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.sidebar .btn-configure {
    margin-right: 0px;
}

.td_img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

.settings-name {
    font-size: 18px;
    border: 1px solid #ecedee;
    color: #555555;
    padding: 9px 12px 8px;
}

.is-correct-answer {
    display: inline-block;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.square-100 {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.main-content .page-content > .header .refresh-icon i {
    /* width: 50px;
    height: 50px;*/
    padding: 0px 3px;
    font-size: 25px;
    color: #b1b1b1;
}

.rotate180 {
    display: inline-block;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all linear 1000ms;
    transition: all linear 1000ms;
}

*:focus {
    outline: none;
}

.panel .edit-icon {
    color: #d7703c;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.panel .edit-icon:hover {
    -ms-transform: scale(1.25, 1.25);
    /* IE 9 */
    -webkit-transform: scale(1.25, 1.25);
    /* Safari */
    transform: scale(1.25, 1.25);
    color: #fd9d6d;
    cursor: pointer;
}

.panel .edit-icon:active {
    color: #fff;
}

.panel .edit-icon:focus {
    text-decoration: none;
}

.panel .select-icon {
    color: #d7703c;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.panel .select-icon:hover {
    -ms-transform: scale(1.25, 1.25);
    /* IE 9 */
    -webkit-transform: scale(1.25, 1.25);
    /* Safari */
    transform: scale(1.25, 1.25);
    color: #fd9d6d;
    cursor: pointer;
}

.panel .select-icon:active {
    color: #fff;
}

.panel .select-icon:focus {
    text-decoration: none;
}

.panel .panel-loading {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.module-items {
    line-height: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.as-sortable-item,
.as-sortable-placeholder {
    min-height: 20px;
    margin: 0px;
    padding: 8px;
    border-radius: 0px;
}

.as-sortable-item {
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    cursor: pointer;
    color: #777;
    background-color: #fff;
}

.as-sortable-item:hover {
    background-color: #f5f5f5;
}

.as-sortable-item-handle {
}

.as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.as-sortable-drag {
    opacity: 0.8;
}

.as-sortable-hidden {
}

.clearfix {
    overflow: auto;
}

.height-20 {
    height: 20px;
}

.lesson-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.lesson-info {
    display: flex;
    flex-direction: column;
}

.lesson-info-row {
    flex-direction: row;
}

.fill-horizontal-space {
    flex-grow: 1;
}

.clear-both {
    clear: both;
}

.no-button-style {
    border-width: 0px;
    border-style: none;
    background: none;
}

.no-button-style:hover {
    color: #000000;
}

.md-toolbar-tools input {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    margin-left: 10px;
    padding: 0px;
    color: white;
    border: none;
    background-color: transparent;
    border-bottom: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.md-toolbar-tools input:focus {
    outline: none;
}

.md-toolbar-tools input::placeholder {
    /* Firefox, Chrome, Opera */
    color: #ffffff;
    opacity: 1;
}

md-dialog.fundsDialog {
    width: 80%;
    height: 80%;
}

md-dialog.fundsDialog md-dialog-content {
    height: 100%;
}

md-dialog.fundsDialog > form {
    height: 100%;
}

/* Quill styles  */
.ql-showHtml:after {
    content: '[source]';
}

.embed-responsive::before {
    display: inline;
    content: '';
}

.input-group .form-control:last-child {
    border: 1px solid #c5c8cb;
}

.cursor {
    cursor: pointer;
}

.header-image {
    width: 100%;
    height: 30vh;
    overflow: hidden;
    margin-bottom: 40px;
}

#card-payments .header-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100% !important;
}



.product-description ul {
  list-style: disc;
  padding-left: 20px;
}

.product-description {
  color: #797874;
  font-size: 17px;
  line-height: 26px;
}

.product-description p {
  margin-bottom: 10px;
}

.cc-slash {
  font-size: 30px;
  line-height: 65px;
  height: 65px;
}
 
.verification-code-overlay {
  font-size: 1.5em;
  font-weight: bold;
} 

.verification-code-overlay.vjs-overlay-background {
    background-color: #220091;
}
