﻿/* CSS for JForms COMMON Views/Controllers */
.glyphicon-refresh-animate {
    -animation: spin .5s infinite linear;
    -webkit-animation: spin2 .5s infinite linear;
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* CSS for JForms COMMON Views/Controllers */



/* CSS for JForms INDEX Views/Controllers */
#divJFormsIndex {
}
#divJFormsIndex #tblJForms {
    width: 100% !important;
}
/* CSS for JForms INDEX Views/Controllers */



/* CSS for JForms PAYFORM Views/Controllers */
#divJFormsPayForm {
}
#divJFormsPayForm #ifrPaymentFrame {
    width: 100%;
    height: 800px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: scroll;
}
/* CSS for JForms PAYFORM Views/Controllers */



/* CSS for JForms PROCESSFORM Views/Controllers */
#divJFormsProcessForm {
}
#divJFormsProcessForm #divDefaultMainAlert {
    display: block;
}
#divJFormsProcessForm #divMainAlert {
    display: none;
}
#divJFormsProcessForm .section {
    display: none;
}
#divJFormsProcessForm .section.current {
    display: block;
}
/* CSS for JForms PROCESSFORM Views/Controllers */



/* CSS for JForms SORRYFORM Views/Controllers */
#divJFormsSorryForm {
}
#divJFormsSorryForm .div-landing-description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
/* CSS for JForms SORRYFORM Views/Controllers */



/* CSS for JForms STARTFORM Views/Controllers */
#divJFormsStartForm {
}
#divJFormsStartForm .div-landing-description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
#divJFormsStartForm .div-landing-autpermission {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
    color: #ff6600;
}
/* CSS for JForms STARTFORM Views/Controllers */



/* CSS for JForms THANKYOUFORM Views/Controllers */
#divJFormsThankYouForm {
}
#divJFormsThankYouForm .div-landing-description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
/* CSS for JForms THANKYOUFORM Views/Controllers */