body, .pageBody {
    background-color: #f4f6f7;
    height: 910px;
}

.fs_editor_header,
.fs_editor_footer {
    display: none;
}

.rtlLayout {
    direction: rtl;
}

.mobile-selectBox select {
    -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
    border: 0;  /*REMOVES BORDER*/
    background: url('../img/dropDownArrow.png') no-repeat right center;
}

.pageBody {
    z-index: 0;
    position: relative;
    margin-top: -5%;
}

.formHeader {
    color: #26ace2;
    font-size: 24px;
    font-weight: 700;
}

.topHeader .topText {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    padding-top: 23px;
}


.topStrip {
    height: 215px;
    background-color: #3d5567;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}


.formContainer {
    position: relative;
    top: 80px;
    background-color: #FFFFFF;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:    0px 2px 7px 0px rgba(52, 52, 52, 0.08);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(52, 52, 52, 0.08);
    box-shadow:         0px 2px 7px 0px rgba(52, 52, 52, 0.08);
    margin-bottom: 30px;
}

.img-logo {
    background-repeat: no-repeat;
    background-image: url("/notification/customization/images/logo.png");
    background-size: 100% 100%;
    margin: 0px auto 120px auto;
    padding: 0;
    width: 142px;
    height: 75px;
    position: relative;
    top: 35px;
}

.backTopButton {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #26ace2;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.continueButton {
    /*position: absolute;
    right: 0;*/
    float: right;
    bottom: 0;
    padding: 15px!important;
    color: #26ace2;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.continueButton:visited {
    color: #26ace2;
}

.customizedLink {
    float: right;
    bottom: 0;
    color: #26ace2;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

.customizedLink:visited {
    color: #26ace2
}

.rtlLayout .toolbarTopDiv {
    left: 0;
    right: auto;
}

.toolbarTopDiv {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 15px;
}

.toolbarTopButton {
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.helpButton {
    background-image: url("../img/helpIcon.png");
    width: 23px;
    height: 23px;
}

.changePassButton {
    background-image: url("../img/changePassIcon.png");
    width: 25px;
    height: 23px;
}

.forgotPassButton {
    background-image: url("../img/forgotPassIcon.png");
    width: 21px;
    height: 23px;
}

.toolbarTopDiv div:not(:last-child):before {
    content: '|';
    color: #b4b4b4;
    position: relative;
    top: 0px;
    left: 14px;
}

.toolbarTopDiv div:last-child {
    top: 8px;
}

.rtlLayout .toolbarTopDiv div:not(:last-child):before {
    content: '|';
    color: #b4b4b4;
    position: relative;
    top: 0px;
    left: -14px;
}

.rtlLayout .backTopButton {
    right: 0;
    left: auto;
}

.formHeader {
    color: #26ace2;
    font-size: 24px;
    font-weight: 700;
}

.formHeader.notificationHeader {
    margin-top: 90px;
    margin-bottom: 45px;
}

.formHeader.errorHeader {
    color:  #f2261c;
    font-size: 24px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
}

.formHeader.errorHeader:before {
    content: url('preview/notification/img/errorIcon.png');
    position: relative;
    left: 0;
    top: 4px;
}

.formSubHeader {
    color:  #3d5567;
    font-size: 16px;
    font-weight: 400;
    margin: 30px auto;
}

.form-horizontal-divider {
    border-top: 1px solid;
    border-top-color: rgba(0,0,0,0.15);
    width: 660px;
    margin: 0 auto;
}

.formText {
    color:  #8a9db3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.formMessage {
    color:  #8a9db3!important;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
}

.notificationHeader + .formMessage {

}

.errorStrip {
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2261c;
}

.errorHeader + .formMessage {
    margin-bottom: 70px;
}

.formControl .primaryBtn.errorApproveBtn, .formControl .primaryBtn.notificationActionBtn {
    width: 256px;
    margin-bottom: 100px;
}

.siteLink {
    color: #21b8f1;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.terms-of-service {
    color:  #8a9cb3;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.elementForm {
    padding: 10px;
    width: 412px;
    margin: 20px auto;
    text-align: left;
}

.rtlLayout .elementForm {
    text-align: right;
}

.formControl {
    margin-bottom: 25px;
}

.formLabel {
    color: #8b99a6;
    font-size: 14px;
    font-weight: 400;
}

.formLabel.required:after {
    content: " *";
    color: #8b99a6;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.formInput {
    position: relative;
}

.rtlLayout .wrap-dd-select:after {
    left: 15px;
    right: inherit;
}

.rtlLayout .wrap-dd-select {
    text-align: right;
}

.formValue {
    color:  #8a9db3;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.formInput input, .formInput textarea, .wrap-dd-select, .formInput .tags {
    border: 1px solid #f4f6f7;
    background-color: #f4f6f7;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    line-height: 1;
    color:  #3d5567;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.formInput .tags {
    padding: 0;
}

.formInput input, .wrap-dd-select {
    height: 38px;
    border-radius: 0;
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.formInput input.hasError, .formInput textarea.hasError,
.wrap-dd-select.hasError, .selectBoxPC.hasError > div, .mobile-selectBox.hasError,
.formInput tags-input.hasError .tags {
    border-radius: 1px;
    border-width: 1px;
    border-color:  #ff304d;
    border-style: solid;
    background-color:  #f4f6f7;
}

.formInput input:hover,  .formInput textarea:hover, .wrap-dd-select:hover, .formInput .tags:hover {
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #16baff;
}

.formInput input:disabled, .formInput input:hover:disabled,
.formInput textarea:disabled, .formInput textarea:hover:disabled,
.formInput .tags:disabled, .formInput .tags:hover:disabled,
.wrap-dd-select.disabled, .wrap-dd-select:hover.disabled, .wrap-dd-select:active.disabled, .wrap-dd-select:focus.disabled,
.wrap-dd-select:disabled, .wrap-dd-select:hover:disabled, .wrap-dd-select:active:disabled, .wrap-dd-select:focus:disabled {
    background-color:  rgba(244, 246, 247, 0.5);
    border: 1px solid #f4f6f7;
    color: rgba(61, 85, 103, 0.5);
}

.wrap-dd-select.disabled {
    cursor: default;
}

.formInput input:focus, .formInput textarea:focus, .wrap-dd-select:focus, .formInput .tags:focus {
    border-radius: 1px;
    border-width: 1px;
    border-color: #21b8f1;
    border-style: solid;
    background-color: #ffffff;
}

.formInput .passwordInput,  .formInput .dateInput {
    padding-right: 42px;
}

.dateInput {
    cursor: pointer;
}

.wrap-dd-select .dropdown {
    margin-top: 3px;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #16baff;
}

.formInlineGroup {
    margin-top:20px;
}

.formInlineGroup label {
    width: 100%;
}

.endDateDiv {
    width: 280px;
}

.durationValue {
    width: 100px;
    margin-right: 10px;
    display: inline-block;
}

.durationUnit {
    width: 147px;
    margin-left: 10px;
    display: inline-block;
}

.rtlLayout .durationDiv, .rtlLayout .endDateDiv {
    margin-left: 0;
    margin-right: 10px;
}

.rtlLayout .durationValue {
    margin-right: 0;
    margin-left: 10px;
}

.rtlLayout .durationUnit {
    margin-left: 0;
    margin-right: 10px;
}

.passwordEye {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    display: block;
    text-align: center;
    width: 32px;
    height: 38px;
    background-image: url("../img/eye.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.calendarPic {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    display: block;
    text-align: center;
    width: 32px;
    height: 38px;
    background-image: url("../img/calendar.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.passwordEye:hover {
    background-image: url("../img/eyeHover.png");
}

.passwordEye:disabled {
    background-image: url("../img/eyeDisabled.png");
}

.formInput input.endDateMobileInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 278px;
    opacity: 0;
}

.formCheckbox label {
    cursor: pointer;
}

/******************CheckBoxStyle*********************/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.rtlLayout [type="checkbox"]:not(:checked),
.rtlLayout [type="checkbox"]:checked {
    right: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    top: 3px;
    margin: 0 -20px;
    width: 14px; height: 14px;
    border: 1px solid #21b8f1;
}
[type="checkbox"]:not(:checked).hasError + label:before,
[type="checkbox"]:checked.hasError + label:before {
    border: 1px solid #ff304d;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    left: 3px;
    top: 7px;
    font-size: 10px;
    line-height: 0.8;
    color: #ffffff;
    /*transition: all .2s;*/
}

.rtlLayout [type="checkbox"]:not(:checked) + label:after,
.rtlLayout [type="checkbox"]:checked + label:after {
    right: 4px;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9!important;
    background-color:  #d7efff;
}
[type="checkbox"]:checked + label:before {
    background-color:  #16baff;
}
/******************End of CheckBoxStyle**************/

/******************RadioButtonStyle*********************/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.rtlLayout [type="radio"]:not(:checked),
.rtlLayout [type="radio"]:checked {
    right: -9999px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    margin: 0 -20px;
    top: 3px;
    width: 14px; height: 14px;
    border: 1px solid #21b8f1;
    border-radius: 8px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '\2022';
    position: absolute;
    top: 2px; left: 1px;
    font-size: 32px;
    line-height: 0.5;
    color: #21b8f1;
    /*transition: all .2s;*/
}
.rtlLayout [type="radio"]:not(:checked) + label:after,
.rtlLayout [type="radio"]:checked + label:after {
    right: 2px;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
    color: #999;
}
[type="radio"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9!important;
}
/******************End of RadioButtonStyle**************/

.formControl .primaryBtn, .formControl .optionBtn {
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    height: 38px;
    font-size: 15.83px;/* Approximation due to font substitution */
    font-weight: 700;
    text-align: center;
    color:  #ffffff;
}

.primaryBtn, .optionBtn {
    background-color: #3d5567;
}

.primaryBtn:hover, .optionBtn:hover {
    background-color: #4b697f;
}

.primaryBtn:active, .optionBtn:active {
    background-color: #304250;
}

.primaryBtn:disabled, .optionBtn:disabled {
    background-color: rgba(61, 85, 103, 0.35);
}

.btnApprove {
    background-color: #00aeef;
}

.btnApprove:hover, .btnApprove:focus {
    background-color: #07bcff;
}

.btnApprove:active {
    background-color: #0092c8;
}

.btnReject {
    background-color: #8e0000;
}

.btnReject:hover, .btnReject:focus {
    background-color: #a80000;
}

.btnReject:active {
    background-color: #750000;
}


.formControl .primaryBtn {
    width: 100%;
}

.formControl .optionBtn {
    width: calc(50% - 2px);
}

.formSubLinks {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 0;
    text-align: center;
}

.divider {
    background-color:  #8a9cb3;
    width: 1px;
    height: 11px;
    display: inline-block;
}

.skipLink {
    float: right;
    margin-top: -15px;
}

.rtlLayout .skipLink {
    float: left;
}

.skipLink a {
    color:  #8a9cb3;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.validationErrors, .warningText {
    color:  #fd1526;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.formControl + .validationErrors {
    margin-top: -25px;
    margin-bottom: 5px;
}

/*For Mobiles*/
@media (max-width: 767px) {
    .formContainer {
        width: 100%!important;
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow:         none;
        top: 0;
    }
    .img-logo {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 100px;
        height: 57px;
        top: 0;
    }
    .formHeader {
        font-size: 20px;
    }
    .formHeader.errorHeader {
        padding: 0;
        margin: 0;
    }
    .form-horizontal-divider {
        display: none;
    }
    .formSubHeader {
        font-size: 14px;
    }
    .formSubHeader, .formHeader.errorHeader, .formHeader.notificationHeader {
        margin: 10px auto;
        padding-bottom: 15px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
    }
    .formMessage {
        margin-top: 50px;
    }
    .siteLink {
        font-size: 14px;
    }
    .terms-of-service {
        font-size: 14px;
    }
    .errorStrip {
        position: absolute;
        top: -20px;
    }
    .topStrip {
        display: none;
    }
}

/*For minimum text field size*/
@media (max-width: 412px) {
    .elementForm {
        width: 100%!important;
    }
}

@media (max-width: 276px) {
    .formControl .primaryBtn.errorApproveBtn, .formControl .primaryBtn.notificationActionBtn {
        width: 90%;
    }
}


/*For IE CSS Changes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        left: 2px;
    }

    .rtlLayout [type="checkbox"]:not(:checked) + label:after,
    .rtlLayout [type="checkbox"]:checked + label:after {
        right: 2px;
    }

    [type="radio"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after {
        left: 1px;
        /*left: 1.2px*/
        top: 2px;
    }
    .rtlLayout [type="radio"]:not(:checked) + label:after,
    .rtlLayout [type="radio"]:checked + label:after {
        right: 1px;
        /*right: 1.5px;*/
        top: 2px;
    }
}


/******Calendar styles*****/
.endDateContainer .dropdown-menu {
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #16baff;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.datePickerDiv {
    width: 276px;
}

.datePickerTable {
    outline: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/*****Day Picker Styles*****/
.datePickerDividerDiv {
    height: 15px;
}

.monthNavigationButton {
    border: none;
    outline: none;
    background-color: white;
}

.monthButton {
    border: none;
    background-color: white;
    color: #26ace2;
}

.monthLeftArrow, .monthRightArrow {
    position: absolute;
    z-index: 2;
    top: -8px;
    display: block;
    text-align: center;
    width: 32px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.monthLeftArrow
{
    left: -4px;
    background-image: url("../img/leftArrow.png");
}

.monthRightArrow
{
    right: -4px;
    background-image: url("../img/rightArrow.png");
}

.dayLabel {
    color: rgba(170,170,170,0.7);
    font-size: 16px;
}

.dayTd {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:3px;
    padding-right: 3px;
}

.dayButton {
    border: none;
    background-color: white;
}

.dayButton:hover {
    background-color: rgba(170,170,170,0.7);
}

.dayButton.chosen {
    background-color: #3d5567;
    color: #ffffff;
}

.dayButton:disabled, .dayButton:disabled .text-muted {
    color: rgba(170,170,170,0.5);
    border: none;
    background-color: white;
    cursor: not-allowed;
}

.formControl.formErrors {
    margin-top: -10px;
    margin-bottom: 10px;
}

.elementForm .formGeneralError, .elementForm .errors {
    color: #fd1526;
}

.elementForm .formGeneralError:before, .elementForm .errors:before {
    content: url('../img/warningSign.svg');
    position: relative;
    margin-right: 5px;
    left: 0;
    top: 3px;
}

.rtlLayout .elementForm .formGeneralError:before, .rtlLayout .elementForm .errors:before {
    margin-left: 5px;
}

/* progress bar*/
.sk-fading-circle {
    margin: 50px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-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; }
}}