/*change to yellow*/
.text-red {
	color: #cf1b23;
}

/*change to yellow*/
.text-black {
	color: #333333;
}

/*change to black*/
.text-white {
	color: #ffffff;
}

/*change to black*/
.text-white {
	color: #ffffff;
}

/*change to black*/
.bg-white {
	background-color: #ffffff;
}

/*change to yellow*/
.bg-color-red {
    background: rgb(172,15,22);
    background: -moz-linear-gradient(left,  rgba(172,15,22,1) 0%, rgba(219,51,58,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(172,15,22,1) 0%,rgba(219,51,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(172,15,22,1) 0%,rgba(219,51,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0f16', endColorstr='#db333a',GradientType=1 ); /* IE6-9 */ 
}

/*change to yellow*/
.bg-red {
	background-color: #cf1b23;
}

/*change to gray*/
.bg-body {
	background-color: #ffffff;
}

/*change to dark-gray*/
.bg-light-gray {
	background-color: #e7e7e7;
}

/*change to yellow*/
.border-red {
	border-bottom: 4px solid #cf1b23;
}

/*change to black*/
.color:hover {
    background-color: #ffffff;
    border-bottom: 4px solid #cf1b23;
    margin-bottom: -3px;
}

.disabled04 {
	pointer-events: none;
}
