﻿.cw {
    color: white !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.dn {
    display: none !important;
}

.mt20 {
    margin-top: 20px !important;
}

.fz15 {
    font-size: 15px !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.pd0 {
    padding: 0px !important;
}

.w100p {
    width: 100% !important;
}

.bordaAzul {
    border: 1px solid #008b8b !important;
}

.bordaRoxa {
    border: 1px solid #bc4d75 !important;
}

.bordaMarrom {
    border: 1px solid #964b00 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.msg {
    color: red;
    margin-top: 5px;
    font-family: Arial;
}

.input {
    background: white;
    border: 1px solid gray;
    height: 27.5px;
}

.uc {
    text-transform: uppercase !important;
}

.cBlack {
    color: black;
}

.pw {
    white-space: pre-wrap;
}

.h20 {
    height: 20px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    overflow-y: hidden;
}

    .tg td, .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        font-weight: normal;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        white-space: nowrap;
        padding: 10px;
    }

.mt0 {
    margin-top: 0px !important;
}

.a {
    background: #ff3547;
    color: white !important;
}

.b {
    background: #4285f4;
    color: white !important;
}

.c {
    background: #008b8b;
    color: white !important;
}

.d {
    background: #ff8800;
    color: white !important;
}

.e {
    background: #9567b7;
    color: white !important;
}

.f {
    background: #dcbe1a;
    color: white !important;
}

.g {
    background: #00c851;
    color: white !important;
}

.h {
    background: #bc4d75;
    color: white !important;
}

.i {
    background: #964b00;
    color: white !important;
}

.w100{
    width: 100px !important;
}

.bordaD {
    border: 1px solid #ff8800 !important;
}