﻿.font_bold {
    font-weight: bold;
}

.txt_align_left {
    text-align: left;
}

.txt_align_center {
    text-align: center;
}

.txt_align_right {
    text-align: right;
}

.bgBlue {
    margin: 10px 0 0 0;
    padding: 0;
    bottom: 0;
    background: rgba(9, 69, 112, 0.6) !important;
    height: 65px;
    line-height: 15px;
}

.color_fff {
    color: #fff;
}

.color_00FF00 {
    color: #00FF00;
}

.font_sizeD8 {
    font-size: .8em;
}
.font_size1 {
    font-size: 1em;
}
.font_size1D2 {
    font-size: 1.2em;
}
.font_size1D8 {
    font-size: 1.8em;
}
.font_size1D5 {
    font-size: 1.5em;
}
.font_size2 {
    font-size: 2em;
}
.font_size2D5 {
    font-size: 2.5em;
}
.font_size3 {
    font-size:3em;
}
.font_size5 {
    font-size:5em;
}


.width80p {
    width: 80%;
}
.width96p {
    width: 96%;
}
.width100p {
    width: 100%;
}
.mar_top1em {
    margin-top: 1em;
}

.mar_bottom1em {
    margin-bottom: 1em;
}

.input_boRderBL {
    border: none;
    border-bottom: #808080 solid 1px;
}
.font_color_red{
    color:#ff0000;
}
.divMidlle {
    height: 6em;
    display: table-cell;
    vertical-align: middle;
}