/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2020, 7:36:37 PM
    Author     : slamadeku
*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Loading styling*/

.cssload-loader{

    height: 49px;
    line-height: 29px;
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size:12px;
    color: rgb(206,66,51);
    letter-spacing: 0.2em;
    font-weight: bold;
}
.SecondMessage{

    height: 49px;
    line-height: 29px;
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size:12px;
    color: #428bca;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.has-error  {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

}

.label-has-error{
    color: #b94a48;
}

.totalpayment-style{
    color:#1976d2!important;
    font-weight: 700;
    font-size: 24px;
}

.SecondMessageHide{
    display:none;
}


img.admin-preview {
    max-height: 400px;
    max-width: 400px;
}


