.notification {
    position: absolute;
    top: 0px;
    border: 1px solid #fff;
    right: 10px;
    font-size: 9px;
    background: #ff0000;
    color: #fff;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block
}

.rep-cont {
    font-family: "Times New Roman", Times, serif;
    width: 990px;
    color: #000;
    font-size: 13pt;
    background-color: #fff;
    background-image: url(../../images/page.png);
}

.rep-cont1 {
    font-family: "Times New Roman", Times, serif;
    width: 1405px;
    color: #000;
    font-size: 13pt;
    background-color: #fff;
    background-image: url(../../images/Lpage.png);
}

.h-table {
    border-collapse: collapse;
}

.h-table-100 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000000;
}

.td {
    border: 1px solid #000000;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 13pt;
    vertical-align: bottom;
    padding-top: 3px;
    padding-bottom: 3px;
}

.td-center {
    border: 1px solid #000000;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 15pt;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 3px;
    padding-bottom: 3px;
}

.td-center-nolines {
    padding-right: 3px;
    padding-left: 3px;
    line-height: 13pt;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5pt;
    margin-top: 5pt;
}

.tr-50 {
    width: 50px;
    vertical-align: top;
    line-height: 1.5em;
}

.tr-80 {
    width: 100px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-100 {
    width: 100px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-120 {
    width: 120px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-130 {
    width: 130px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-135 {
    width: 145px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-200-8 {
    width: 200px;
    vertical-align: bottom;
    font-size: 9pt;
    line-height: 13pt;
}

.tr-200 {
    width: 200px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-180 {
    width: 180px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-420 {
    width: 420px;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 13pt;
}

.tr-720 {
    width: 720px;
    vertical-align: bottom;
    height: 100%;
    font-weight: bold;
    font-size: 17pt;
}

.tr-1125 {
    width: 1125px;
    vertical-align: bottom;
    height: 100%;
    font-weight: bold;
    font-size: 17pt;
}

.tr-sm {
    padding: 0px;
    font-size: 11pt;
    line-height: 2em;
    font-weight: normal;
}

.tr-txtr {
    text-align: right;
}

.tr-txtc {
    text-align: center;
}

.tr-space {
    padding-left: 20px;
    padding-right: 0px;
}

.tr-tspace {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0px;
}

.telu-j {
    font-size: 15pt;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align: justify;
    line-height: 2.5em;
}

.f-14 {
    font-size: 16pt;
}


.alert-message
{
    margin: 10px 0;
    padding: 10px;
    border-left: 3px solid #eee;
}
.alert-message h6
{
    margin-top: 0;
    margin-bottom: 2px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h6
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h6
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h6
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h6
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h6
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h6
{
    color: #444;
}