﻿.tc-modal-div-externa
{
    min-width:55%;
    width:55%;
    max-width:55%;
    min-height: 500px;
    background-color: rgb(0, 40, 83);
    border-radius: 10px;
}

.tc-modal-div-externa-alerta
{
    min-width:55%;
    width:55%;
    max-width:55%;
    min-height: 100px;
    max-height: 100px;
    height:100px;
    background-color: rgb(0, 40, 83);
    border-radius: 10px;
}

.tc-modal-div-botao-fechar
{
    height: 40px;
    text-align: right;
}

.tc-modal-cell-text-fechar-modal
{
    vertical-align:top;
    padding-top:1%;
}

.tc-modal-text-fechar-modal
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: White;
}


.tc-modal-tabela-heigth
{
    height: 40px;
    text-align: right;
    vertical-align: baseline;
}

.tc-modal-div-title
{
    width: 100%;
    margin-left: 2%;
    border-radius: 10px;
    vertical-align: middle;
}

.tc-modal-text-title
{
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 40, 83);
}

.tc-modal-div-interna
{
    width: 98%;
    margin-left: 1%;
    min-height: 450px;
    height: 99%;
    background-color: White;
    border-radius: 10px;
}

.tc-modal-div-interna-alerta
{
    width: 98%;
    margin-left: 1%;
    margin-top:1%;
    height: 88%;
    background-color: White;
    border-radius: 10px;
}


.tc-modalbtn-fechar-modal
{
    background-image: url('images/btn_fechar_modal.png');
    background-repeat: no-repeat;
}

.tc-modal-width-2
{
    width:2%;
}

.tc-modal-width-20
{
    width:20%;
}

.tc-modal-width-30
{
    width:30%;
}

.tc-modal-width-99
{
    width: 99%;
}

.tc-modal-div-painel
{
    margin-left: 2%;
    width: 96%;
    border-radius: 5px;
    border: 1px Solid rgb(144, 143, 139);
    background-color: rgb(245, 245, 245);
}

.tc-modal-subpainel-div
{
    margin-left:2%;
}

.tc-modal-title-div
{
    margin-top: 2%;
    border-bottom: 1px Solid rgb(161, 161, 161);
    width: 96%;
    margin-left: 2%;
}

.tc-modal-title-itens
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(95, 162, 191);
}

.tc-modal-table-data
{
    margin-left:10%;
    width:80%;
    text-align:right;
}

.tc-modal-table-data span
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-modal-table-data label
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tc-modal-item-link
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}

.tc-modal-item-link-grid-view
{
    border: 1px Solid rgb(184,184,184);
    margin-left:30%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}

.tc-modal-item-link-grid-view a
{
    margin-left:30%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 102, 0);
}
