/*
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 : Mar 3, 2022, 3:03:28 PM
    Author     : ovidiuc
*/

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.padding0 {
    padding: 0;
}
.padding-top20 {
    padding-top: 20px;
}

.border-red {
    border: 1px solid #ff5a5a !important;
}