/*Aqui object utilizador pode definir sobreposições de classes CSS genéricas definidas na aplicação, ou seja, das definições que se encontream no ficheiro geral.css*/

.alertify-log {     
		background: rgba(47, 150, 180,0.8); 
}
.alertify-log.alertify-log-success {     
		background: rgba(81, 163, 81,0.8); 
}
.alertify-log.alertify-log-error {     
		background: rgba(189, 54, 47,0.8); 
}



@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 70px;
    height: 70px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%;
    border: 6px solid #6153d8;
    border-top-color: #6153d8;
    border-right-color: #1e00c7;
    border-bottom-color: #08235f;
    animation: spinner .6s linear infinite;
}

.overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    cursor: pointer;
}

.spinner-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    cursor: pointer;
}





/*.record::before {
    background: url("logoigepe.png") no-repeat center center;
    margin: auto;
    display: flex;
    position: absolute;
    background-size: 90px;
    content: "";
    width: 300px;
    height: 300px;
    animation: spin 1.5s ease-in-out infinite;
    position: absolute;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 25%;
}*/
/* Add border-radius property */

.main-spinner-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*  background-color: rgba(255, 255, 255, 0.945);*/
    background-color: rgba(255, 255, 255);

    z-index: 5;
    cursor: pointer;



}



.recordx {
    position: fixed;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.recordx::before {
    background: url("http://5.189.146.158/intranet/pimages/fdcfolhavf.png") no-repeat center center;
    margin: auto;
    display: flex;
    position: absolute;
    background-size: 90px;
    content: "";
    width: 300px;
    height: 390px;
    position: absolute;
    height: 360px;
    width: 300px;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* Add border-radius property */
    border-radius: 25%;
    
    /* Add heartbeat animation */
    animation: heartbeat 2.5s infinite;
}
.record::before {
    background: url("http://5.189.146.158/intranet/pimages/fdcspinner.jpg") no-repeat center center;
    margin: auto;
    display: flex;
    position: absolute;
    background-size: 90px;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* Add border-radius property */
    border-radius: 25%;
    
    /* Add heartbeat animation */
    animation: heartbeat 2.5s infinite;
}

.progressbarcontainer{
    margin-top: calc(50% -0px);
}
.progress-bar{
    background-color:#0765b7!important
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
