.test{
    border:1px solid red;
}
.tx-c{
	text-align:center;
}
.tx-r {
    text-align: right;
}
.tx-red
{
    color:red;
}
.tx-w
{
    color:#ffffff;
}
.floatl{
    float:left;
}
.floatr{
    float:right;
}
.ulev3{
    font-size:3em;
}
.ulev2{
    font-size:2em;
}
.ulev15{
    font-size:1.5em;
}
.umar2{
    margin-right:2em;
}
.umar-t {
    margin-top:0.4em;
}
.umar-l {
    margin-left:0.4em;
}
.umar-r {
    margin-right:0.4em;
}
.umar {
    margin:0.4em;
}
.umar-b{
    margin-bottom:0.4em;
}
.uma{
    margin:0.4em;
}
.uinn{
    padding:0.4em;
}
.ulev1 {
    font-size:1.3em;
}
.iblock {
    display:inline-block;
}
.lt2 {
    line-height:1.6em;
}
.t-color {
    color:#95B8E7
}
.bc-border{
    border: 1px solid #95B8E7;
    border-radius: 5px 5px 5px 5px;
}
.TableLinkCls {
    text-decoration:underline;
    color:#95B8E7;
}
    .TableLinkCls:hover {
        color:red;
    }

.uinput input, .uinput textarea {
    margin: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    padding: .4em 0;
    line-height: 1.2em;
    background: none;
    text-decoration: none;
    font-size: 1em;
    display: block;
}
.w3p {
    width:3%;
}
.w35p {
    width:35%;
}
.w100p{
    width:100%;
}
.w10p{
    width:10%;
}
.w20p{
    width:20%;
}
.w40p{
    width:40%;
}
.w50p{
    width:50%;
}
.w60p{
    width:60%;
}
.w100{
    width:100px;
}
.w130{
    width:130px;
}
.w150{
    width:150px;
}
.w60p{
    width:60%;
}
.h100p{
    height:100%;
}
.h90p{
    height:90%;
}
.h80p{
    height:80%;
}
.h70p{
    height:70%;
}
.h60p{
    height:60%;
}
.h50p{
    height:50%;
}
.h30{
    height:30px;
}
.h55 {
   height:55px; 
}
.hidden {
    display:inline-block;
    margin-left:-9999px;
}
.hiddenDNone {
    display:none;
}
.hide {
    position:absolute;
    visibility:hidden;
}
.ub
{
	display: -webkit-box !important;
	display: box !important;
	position:relative;
}

.ub-rev
{
	-webkit-box-direction:reverse;
	box-direction:reverse;
}

.ub-fh
{
	width:100%;
}

.ub-fv
{
	height:100%;
}

.ub-con
{
	position:absolute;
	width:100%;
	height:100%;
}

.ub-ac
{
	-webkit-box-align:center;
	box-align:center;
}
.ub-ae
{
	-webkit-box-align:end;
	box-align:end;
}
.ub-as
{
    -webkit-box-align:start;
    box-align:start;
}
.ub-pc
{
	-webkit-box-pack:center;
	box-pack:center;
}
.ub-pe
{
	-webkit-box-pack:end;
	box-pack:end;
}
.ub-pj
{
	-webkit-box-pack:justify;
	box-pack:justify;
}

.ub-ver
{
	-webkit-box-orient:vertical;
	box-orient:vertical;
}

.ub-f1
{
	position:relative;
	-webkit-box-flex: 1; 
	box-flex: 1;
}

.ub-f2
{
	position:relative;
	-webkit-box-flex: 2;
	box-flex: 2; 
}

.ub-f3
{
	position:relative;
	-webkit-box-flex: 3;
	box-flex: 3;
}

.ub-f4
{
	position:relative;
	-webkit-box-flex: 4;
	box-flex: 4;
}

.ub-img
{
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img1
{	
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img2
{
	background-repeat:repeat-x;
	background-size:auto 100%
}
.ub-img3
{
	background-repeat:repeat-y;
	background-size:100% auto
}

.ub-img4
{
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img5
{
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img6
{
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img7
{
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
}
body {
    word-break:break-all;
}