.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

.text-xs-justify {
    text-align: justify !important;
}

.short-text {
	display: none;
}

@media (max-width: 1374px){
	.short-text {
		display: inline-block;
	}

	.full-text {
		display: none;
	}
}


@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
}

.progress { 
    position:relative; 
    width:100%; 
}
.bar { 
    background-color: #008000; 
    width:0%; 
    height:30px; 
}
.percent { 
    position:absolute; 
    display:inline-block; 
    left:50%; 
    top: 6px;
    color: #b8c9db;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2.8; }

i.customBtn:hover{
    cursor: pointer;
} 