/* It is recommended to place all your extra/additional CSS rules here */
.mandatoryField{
	color:red;
	
}
.form-group-field-required {
    display: block;
    text-align: center;
    margin-top:-13px;
    padding-bottom:15px;
    color:red;
    font-size:12px;
}

/*overlay animacija za snimanje na baranjata*/

.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    text-align:center;
    margin:0 auto;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid red;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.text-overlay-above{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:5px;
}
.text-overlay-below{
    font-size:15px;
    font-style:italic;
    text-align:center;
    margin-top:5px;
    margin-bottom:10px;
}

div.k-window-titlebar.k-header {
    background-color: #C41230;
    color:#fff;
}