﻿/*** Text Title ***/
.textTitleS
{
  font-size:12px;
  font-weight:bold;
}

.textTitleM
{
  font-size:16px;
  font-weight:bold;
}

.textTitleL
{
  font-size:20px;
  font-weight:bold;
}

.textTitleXL
{
  font-size:24px;
  font-weight:bold;
}

.textTitleXXL
{
  font-size:28px;
  font-weight:bold;
}

/*** Text Title Light ***/
.textTitleLightS
{
  font-size:12px;
  font-weight:bold;
  color:#8CB6CC;
}

.textTitleLightM
{
  font-size:16px;
  font-weight:bold;
  color:#8CB6CC;
}

.textTitleLightL
{
  font-size:20px;
  font-weight:bold;
  color:#8CB6CC;
}

.textTitleLightXL
{
  font-size:24px;
  font-weight:bold;
  color:#8CB6CC;
}

.textTitleLightXXL
{
  font-size:28px;
  font-weight:bold;
  color:#8CB6CC;
}

/*** Text ***/
.textS
{
  font-size:10px;
}

.textM
{
  font-size:12px;
}

.textL
{
  font-size:14px;
}

.textXL
{
  font-size:16px;
}

.textXXL
{
  font-size:18px;
}

/*** Text Inverted ***/
.textInvertedS
{
  font-size:10px;
}

.textInvertedM
{
  font-size:12px;
}

.textInvertedL
{
  font-size:14px;
}

.textInvertedXL
{
  font-size:16px;
}

.textInvertedXXL
{
  font-size:18px;
}

/*** Text Justify ***/
.textJustifyS
{
  font-size:10px;
  text-align:justify;
}

.textJustifyM
{
  font-size:12px;
  text-align:justify;
}

.textJustifyL
{
  font-size:14px;
  text-align:justify;
}

.textJustifyXL
{
  font-size:16px;
  text-align:justify;
}

.textJustifyXXL
{
  font-size:18px;
  text-align:justify;
}

/*** Text Light ***/

.textLightSX
{
  font-size:8px;
  color: #8CB6CC;
}

.textLightS
{
  font-size:10px;
  color: #8CB6CC;
}

.textLightM
{
  font-size:12px;
  color: #8CB6CC;
}

.textLightL
{
  font-size:14px;
  color: #8CB6CC;
}

.textLightXL
{
  font-size:16px;
  color: #8CB6CC;
}

.textLightXXL
{
  font-size:18px;
  color: #8CB6CC;
}

/*** Text Soft ***/
.textSoftS
{
  font-size:10px;
  color:#636466;
}

.textSoftM
{
  font-size:12px;
  color:#636466;
}

.textSoftL
{
  font-size:14px;
  color:#636466;
}

.textSoftXL
{
  font-size:16px;
  color:#636466;
}

.textSoftXXL
{
  font-size:18px;
  color:#636466;
}

/*** Text Strong ***/
.textStrongS
{
  font-size:10px;
  font-weight:bold;
}

.textStrongM
{
  font-size:12px;
  font-weight:bold;
}

.textStrongL
{
  font-size:14px;
  font-weight:bold;
}

.textStrongXL
{
  font-size:16px;
  font-weight:bold;
}

.textStrongXXL
{
  font-size:18px;
  font-weight:bold;
}

.textStrongJustifyS
{
  font-size:10px;
  font-weight:bold;
  text-align:justify;
}

.textStrongJustifyM
{
  font-size:12px;
  font-weight:bold;
  text-align:justify;
}

.textStrongJustifyL
{
  font-size:14px;
  font-weight:bold;
  text-align:justify;
}

.textStrongJustifyXL
{
  font-size:16px;
  font-weight:bold;
  text-align:justify;
}

.textStrongJustifyXXL
{
  font-size:18px;
  font-weight:bold;
  text-align:justify;
}

/*** Text Error ***/
.textErrorS
{
  font-size: 10px;
  font-weight: bold;
  color: #FF0000;
}

.textErrorM
{
  font-size:12px;
  font-weight:bold;
  color: #FF0000;
}

.textErrorL
{
  font-size:14px;
  font-weight:bold;
  color: #FF0000;
}

.textErrorXL
{
  font-size:16px;
  font-weight:bold;
  color: #FF0000;
}

.textErrorXXL
{
  font-size:18px;
  font-weight:bold;
  color: #FF0000;
}

/*** Text Success ***/
.textSuccessS
{
  font-size: 10px;
  font-weight: bold;
  color: #0BC17D;
}

.textSuccessM
{
  font-size:12px;
  font-weight:bold;
  color: #0BC17D;
}

.textSuccessL
{
  font-size:14px;
  font-weight:bold;
  color: #0BC17D;
}

.textSuccessXL
{
  font-size:16px;
  font-weight:bold;
  color: #0BC17D;
}

.textSuccessXXL
{
  font-size:18px;
  font-weight:bold;
  color: #0BC17D;
}


/*** Text Link ***/
.textLinkS
{
  font-size:10px;
  font-weight:bold;
}

.textLinkS:hover
{
}

.textLinkM
{
  font-size:12px;
  font-weight:bold;
}

.textLinkM:hover
{
}

.textLinkL
{
  font-size:14px;
  font-weight:bold;
}

.textLinkXL
{
  font-size:16px;
  font-weight:bold;
}

.textLinkXXL
{
  font-size:18px;
  font-weight:bold;
}

/*** Input ***/ 

.input
{
  font-size:11px;
  font-weight:bold;
  border-style:inset;
  border-width:2px;
  color: #747575;
}

