﻿
/* ------------------------------------------------
 * ID-STYLES
 * ------------------------------------------------ */



/* ------------------------------------------------
 * CLASS-STYLES 
 * ------------------------------------------------ */

.light 
{
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}

.regular 
{
    font-weight: 400;
}

.medium 
{
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
}

.normal
{
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
}

.bold 
{
    font-weight: 500;
}

.italic
{
	font-style: italic;
}

.centertext
{
	text-align: center;
}

.lefttext
{
	text-align: left;
}

.underlinetext
{
	text-decoration:underline;
}

.object-card-label {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}


/* ----------------------------------------------------------- */

.font7 {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    line-height: 13pt;
}

.font8 {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

.font9 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.font10 {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
}

.font11 {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
}

.font12 {
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
}

.font18 {
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
}


/* ----------------------------------------------------------- */

.whiteText
{
	color: White;
}

.redText
{
	color: Red;
}

.blueText
{
	color: #07B2DE;
}

.greenText
{
	color: Green;
}

.darkGray
{
	color: #555;
}

.gray
{
	color: #888;
}

.taskDone
{
	color: #ccc;
	text-decoration: line-through;
}

.blackText
{
	color: Black;
}
.orangeText
{
color:#d68500;
}

.petrolText
{
color:#16738f;
}
.darkRedText
{
color:#8f2027;
}

