﻿.TextColorWhite { color: #FFFFFF !important; }
.TextColorGreen { color: #00a42e !important; }
.TextColorRed { color: #e00000 !important; }
.TextColorGray { color: #b5b5b5 !important; }
.TextColorDarkGray { color: #717171 !important; }
.TextColorBlack { color: #000000 !important; }
.TextColorLightBlue { color: #0078c0 !important; }

.big_text {font-size: 1.125rem !important;}
.big_minus {font-size: 1.025rem !important;}
.text_ok {font-size: 0.925rem !important;}
.small_plus { font-size: 0.825rem !important; }
.small_text { font-size: 0.725rem !important; }

/* Extra small <575px */
@media only screen and (max-width: 575px) {
    .big_text {font-size: 0.975rem !important;}
    .big_minus {font-size: 0.875rem !important;}
    .text_ok {font-size: 0.775rem !important;}
    .small_plus { font-size: 0.675rem !important; }
    .small_text { font-size: 0.575rem !important; }
}

/* Small 576px - 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .big_text {font-size: 1.025rem !important;}
    .big_minus {font-size: 0.925rem !important;}
    .text_ok {font-size: 0.825rem !important;}
    .small_plus { font-size: 0.725rem !important; }
    .small_text { font-size: 0.625rem !important; }
}

/* Medium 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .big_text {font-size: 1.075rem !important;}
    .big_minus {font-size: 0.975rem !important;}
    .text_ok {font-size: 0.875rem !important;}
    .small_plus { font-size: 0.775rem !important; }
    .small_text { font-size: 0.675rem !important; }
}

/* Large 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .big_text {font-size: 1.125rem !important;}
    .big_minus {font-size: 1.025rem !important;}
    .text_ok {font-size: 0.925rem !important;}
    .small_plus { font-size: 0.825rem !important; }
    .small_text { font-size: 0.725rem !important; }
}

/* Extra large small > 1200px */
@media only screen and (min-width: 1200px)  {
    .big_text {font-size: 1.175rem !important;}
    .big_minus {font-size: 1.075rem !important;}
    .text_ok {font-size: 0.975rem !important;}
    .small_plus { font-size: 0.875rem !important; }
    .small_text { font-size: 0.775rem !important; }
}
