@charset "utf-8";
/* CSS Document */

.green_bold {
	font-weight: bold;
	color: #00a1ae;
	font-size:11px;
}
.green_12_bold {
	font-weight: bold;
	color: #00a1ae;
	font-size:11px;
}
.green_14_bold {
	font-weight: bold;
	color: #00a1ae;
	font-size:14px;
}
.orange_11_bold {
	font-weight: bold;
	color: #f47c20;
	font-size:11px;
}
.orange_12_bold {
	font-weight: bold;
	color: #f47c20;
	font-size:12px;
}
.orange_14_bold {
	font-weight: bold;
	color: #f47c20;
	font-size:14px;
}
.ping {
	color: #ed0f69;
}

.ping12bold {
	font-size:12px;
	font-weight: bold;
	color: #ed0f69;
}

.ping14bold {
	font-size:14px;
	font-weight: bold;
	color: #ed0f69;
}

.white {
	color: #fff;
}

.white_bolt {
    font-weight: bold;
	color: #fff;
}
.white_bolt14 {
    font-weight: bold;
	color: #fff;
	font-size:14px
}
.black {
	color: #000;
}
.black_bold {
	font-weight: bold;
	color: #000;
}

.gris {
	color: #696464;
}

.texdisable{
	color:#CFCFCF;
}

.texselec{
	color:#ffffff;
}

.gris_11_bold {
	color: #696464;
	font-weight:bold;
	font-size:11px;
}

.lightblue {
	color: #00a1ae;
}