﻿
@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-Bold.eot');
    src: url('/Content/Fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-Bold.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-Bold.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-Light.eot');
    src: url('/Content/Fonts/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-Light.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-Light.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-Italic.eot');
    src: url('/Content/Fonts/FrutigerLTStd-Italic.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-Italic.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-Italic.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-LightItalic.eot');
    src: url('/Content/Fonts/FrutigerLTStd-LightItalic.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-LightItalic.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-LightItalic.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-BoldItalic.eot');
    src: url('/Content/Fonts/FrutigerLTStd-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-BoldItalic.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-BoldItalic.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/Content/Fonts/FrutigerLTStd-Roman.eot');
    src: url('/Content/Fonts/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/FrutigerLTStd-Roman.woff2') format('woff2'), url('../Content/Fonts/FrutigerLTStd-Roman.woff') format('woff'), url('../Content/Fonts/FrutigerLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: "Frutiger LT Std";
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
}

textarea {
    resize: none;
}

.colorBody {
    /*background-color: #6394A5;*/
    background-color: transparent;
}
/*#region BUTTON*/

.btnAnswer {
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.survey .btnAnswer {
    width: 150px;
}

.leftButton {
    position: absolute;
    left: 0;
}

.rightButton {
    position: absolute;
    right: 0;
}

.centralButton {
    position: relative;
    margin: auto;
}

.btnDisabled {
    background-color: #AEC5CD;
    color: #fff;
    cursor: default;
}

.btnReview {
    background-color: #DCE1E4;
    color: #646565;
    font-weight: normal;
}

.btnActive {
    background-color: #6394A5;
    color: #fff;
}

.buttonContainer {
    width: 100%;
    position: relative;
    height: 30px;
    /*margin-top: 50px;*/
    margin-top: 5px;
}

.buttonVideoContainer {
    position: absolute;
    height: 30px;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.btnVideoContinue {
    position: absolute;
    right: 35px;
    top: 0;
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.4);
    cursor: pointer !important;
}

.skipIntroBtn {
    display: none;
    position: absolute;
    left: 35px;
    bottom: 60px;
    width: auto;
    white-space: nowrap;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.4);
    cursor: pointer !important;
    z-index: 100000;
    color: #fff;
}

.seekToBtnContainer {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

    .seekToBtnContainer.active {
        opacity: 1;
    }


.backwardBtn {
    position: absolute;
    width: 100%;
    border-radius: 50%;
    white-space: nowrap;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    cursor: pointer !important;
    z-index: 100000;
    color: #fff;
}

.seekToBtnContainer img {
    height: 30px;
    margin-top: 5px;
}

.seekToBtnContainer .backwardBtn {
    left: 0;
    float: left;
}

.seekToBtnContainer .forwardBtn {
    float: right;
    right: 0;
}

.footerSubtitle {
    width: 100%;
    text-align: center;
    color: #939393;
    font-style: italic;
    margin-top: 45px;
    font-size: 13px;
}

.footerCountdown {
    width: 100%;
    text-align: center;
    color: #939393;
    font-style: italic;
    margin-top: 45px;
    font-size: 18px;
    margin-top: 10px;
}

.headerSubtitle {
    width: 100%;
    color: #939393;
    font-style: italic;
    margin: -15px 0 45px;
    font-size: 13px;
}
/*#endregion*/

/*#region PAGE*/
.contentFlag {
    position: relative;
    float: right;
    cursor: pointer;
    top: 23px;
    z-index: 10;
    right: 30%;
}

    .contentFlag .flagIt {
        margin-right: 10px;
    }

    .contentFlag .flagUk {
        margin-right: 10px;
    }

    .contentFlag img {
        width: 40px;
    }

.containerAnswer .contentFlag, .survey .contentFlag {
    top: 0px;
    right: 20%;
}

.containerPage {
    position: absolute;
    width: 1000px;
    top: 50%;
    left: 3000px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    transform: translate(-50%, -50%);
    /*background-color: #fff;*/
    background-color: transparent;
    padding: 30px 0;
    /*-webkit-box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);
    -moz-box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);
    box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);*/
    transition: all 0.5s;
}

.videoContainer {
    padding: 0 !important;
}

.survey {
    width: 600px;
}

.multipleAnswerInnerContainer {
    position: relative;
    width: 450px;
    margin: 30px auto 0;
}

.survey .multipleAnswerInnerContainer {
    width: 350px;
}

.selectLanguage {
    text-align: right;
    margin-right: 4rem;
}

    .selectLanguage select {
        border: 0;
    }

.multipleAnswerTitle {
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 24px;
}

    .multipleAnswerTitle img {
        max-width: 100%
    }

.multipleAnswerIcon {
    position: absolute;
    width: 60px;
    height: 60px;
    float: left;
    left: -70px;
    border-radius: 50%;
    background-color: #CEDBE1;
}

    .multipleAnswerIcon img {
        margin-left: 15px;
        margin-top: 10px;
        width: 35px;
    }

.answerContainer {
    margin-top: 20px;
}

.answer {
    position: relative;
    margin: 20px 0;
}

    .answer input {
        position: absolute;
        display: none;
        opacity: 0.3;
    }

.radioContainer {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
}


/*#region Radio Img*/
.radioContainerWithImg {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.radioLabelWithImg {
    margin-left: 50px !important;
}

    .radioLabelWithImg img {
        vertical-align: middle;
        max-width: 100%;
    }
/*#endregion*/

.radioLabel {
    position: relative;
    float: left;
    margin-left: 5px;
    max-width: 80%;
}

.radioPlaceholder {
    position: absolute;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 7px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .radioPlaceholder.radioOn {
        background-color: #5d8c9e;
        border-color: #5d8c9e;
    }

    .radioPlaceholder .whiteCircle {
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        top: 1px;
        left: 1px;
        border-radius: 50%;
        border: 1px solid #fff;
        box-sizing: border-box;
    }

.answerOpen {
    position: relative;
    width: 100%;
    height: 100px;
}

.clearBoth {
    clear: both;
}
/*#endregion*/

.errorAnswer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F8BABD;
    color: #ED1C25;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: none;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

/* #region Correct Answer */
.correctAnswerContainer {
    width: 100%;
    margin: 100px 0;
    color: #a5cd50;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

    .correctAnswerContainer.message {
        color: #000;
        font-weight: 300;
    }

    .correctAnswerContainer img {
        margin-bottom: 10px;
    }


.submessageTitle {
    position: relative;
    margin-top: 30px;
    font-weight: bold;
}

.messageTitleError {
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 24px;
}

.errorTemplate .messageTitle {
    font-weight: bold;
}

.errorTemplate .submessageTitle {
    font-weight: normal;
    font-size: 16px;
}

/*#endregion*/

/* #region video*/
.videoContent {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0px auto 0;
}

    .videoContent.fullscreen {
        width: 100%;
        height: calc(100% - 125px);
    }

.videoContentSub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.subExt {
    /*background-color: #6394A5;*/
    background-color: #000;
    width: 620px;
    margin: auto;
    padding: 10px;
    color: white;
    min-height: 65px;
    max-width: calc(100% - 20px);
    text-align: center;
}

.FSCustom .subExt {
    width: 100%;
    font-size: 1.5em;
}

.FSCustom #videoBox {
    width: 100%;
    margin: 0;
    height: 100%;
}

#videoFullScreenContent.disableSub .subExt {
    display: none;
}

.FSCustom.disableSub #videoBox {
    height: 100%;
}

.FSCustom.disableSub #videoContentFull {
    height: 100%;
}
/* #endregion */

/*#region Modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    /*-webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    max-width: 100%;
    max-height: 100%;
    padding: 30px 0;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);
    -moz-box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);
    box-shadow: 0px 0px 11px -2px rgba(84,83,84,0.78);
    transition: all 0.5s;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 150px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*#endregion*/

/* #region Attachment*/
.documentContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 16;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .documentContainer #upBarDocument {
        position: relative;
        width: 100%;
        height: 40px;
        background-color: #000;
        line-height: 40px;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        padding-left: 10px;
    }

    .documentContainer #closeDocument {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 5px;
        top: 5px;
        background-image: url('/Content/Images/icon/x.png');
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .documentContainer .documentItem {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

        .documentContainer .documentItem .documentItemIcon {
            position: absolute;
            left: 20px;
            top: 0;
            height: 50px;
            width: 50px;
            background-position: center;
            background-size: 50%;
            background-repeat: no-repeat;
        }

        .documentContainer .documentItem .documentItemTitle {
            position: absolute;
            left: 70px;
            top: 0;
            height: 50px;
            width: calc(100% - 50px);
            line-height: 50px;
            box-sizing: border-box;
            padding-left: 10px;
            color: #fff;
            font-family: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .documentContainer .documentItem .documentItemTitle :hover {
                text-decoration: underline;
            }

    .documentContainer.opened {
        width: 80%;
    }

.attachmentIcon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    /*background-color: #6394A5;*/
    background-image: url('/Content/Images/icon/icon_allegato.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;
    background-size: 15px 15px;
    background-color: rgba(0,0,0,0.4);
}
/* #endregion */

.containerCorrect {
    position: fixed !important;
}
/*#region Media Query*/
@media only screen and (max-height: 650px) {
    .documentContainer {
        /*top: 30px;*/
    }

    #genericModal {
        padding: 0 !important;
    }

        #genericModal .modal-dialog {
            height: 100% !important;
            margin: 0 !important;
        }

        #genericModal .modal-content {
            height: 100% !important;
            overflow: hidden;
        }
}

@media only screen and (max-height: 500px) {
    #genericModal .modal-dialog {
        margin: 0 !important;
    }

    #genericModal .modal-content {
        height: 100% !important;
        padding: 0 !important;
    }

    .containerAnswer {
        padding: 0;
    }

    /*.contentFlag {
        top: 48px;
    }*/

    .multipleAnswerInnerContainer {
        margin: 60px auto 0;
    }

    .correctAnswerContainer {
        margin: 60px 0 !important;
    }

    .completeMsg, .errorMsg {
        overflow: hidden;
    }
}

@media only screen and (max-width: 900px) and (max-height: 500px) {
    #genericModal .modal-dialog {
        margin: 0 !important;
        width: 100% !important;
    }

    #genericModal .modal-content {
        height: 100% !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    .documentContainer.opened {
        width: 70%;
        /*top: 30px;*/
    }

    .containerPage {
        width: 100% !important;
        height: 100% !important;
    }

    .containerAnswer {
        padding: 0;
    }

    .multipleAnswerInnerContainer {
        margin: 60px auto 0;
    }
}

@media only screen and (max-width: 600px) {
    /*Modifiche nuove*/
    #videoFullScreenContent {
        height: calc(100% - 150px);
    }

    /*#videoBox {
        height: 70% !important;
    }*/

    .contentFlag {
        float: left;
        left: 20px;
    }

    .containerAnswer {
        padding: 40px 0 !important;
        margin-top: 40px;
    }
    /**/
    .multipleAnswerInnerContainer {
        width: 70%;
        margin-left: 15%;
        margin: 30px auto 0;
    }

    .leftButton, .rightButton {
        position: relative;
        margin: 10px auto;
    }

    .multipleAnswerIcon {
        width: 30px;
        height: 30px;
        left: -40px;
    }

        .multipleAnswerIcon img {
            width: 20px;
            height: 20px;
            margin-left: 7px;
            margin-top: 5px;
        }

    .footerSubtitle {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .containerPage {
        width: 100% !important;
        height: 100% !important;
    }

    .multipleAnswerInnerContainer {
        margin-bottom: 0px !important;
    }

    .videoContent {
        width: 100%;
    }

    .buttonContainer {
        height: 80px !important;
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 550px) {
    .documentContainer.opened {
        width: 90%;
    }
}

@media only screen and (max-width: 450px) {
    .survey .multipleAnswerInnerContainer {
        width: calc(350px - 20%);
    }

    .documentContainer.opened {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .survey .multipleAnswerInnerContainer {
        width: calc(350px - 40%);
    }
}
/*#endregion*/

/*#region LOADER MODAL*/


#loaderModal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

#loaderModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media only screen and (min-width: 576px) {
    #loaderModal .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    #loaderModal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

#loaderModal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #4E5D6C;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    outline: 0;
}



#loaderModal {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
}

    #loaderModal .modal-content {
        border: 0;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
    background-color: #1ab394;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
    animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sk-spinner-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 20%;
        height: 20%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

    .sk-spinner-cube-grid.sk-spinner {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .sk-spinner-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #1ab394;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

        .sk-spinner-cube-grid .sk-cube:nth-child(1) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(2) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(4) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(5) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(6) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(7) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(8) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(9) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
    background-color: #1ab394;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    left: 5px;
}

@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sk-spinner-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 18%;
        height: 18%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}


/*#endregion LOADER MODAL*/

.FDC_main #hdLabel {
    display: none !important;
}

    .FDC_main #hdLabel.on {
        display: none !important;
    }
