/* Add your CSS here */

/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 20px;
    width: 100% !important;
}

label.error {
    color: #FF0000;
    display: block;
    float: none;
    font-weight: bold;
    padding-left: 10px;
    width: 250px;
}

legend {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.height-person {
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}


.red {
    color: #FF0000;
}
.black {
    color: #000000;
}
.blue {
    color: #3276B1;
}
.white {
    color: #FFFFFF;
}
a .white {
    color: #FFFFFF;
}
a:hover .white {
    color: #459D9F;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}

a.linkum:link {
	color: #1E0FBE;
    cursor: pointer;
	text-decoration: none;
    transition: color 0.1s linear 0s;
}

a.linkum:hover {
text-decoration: underline;
}
a.linkum:active {
outline: 0 none;
} 

a.linkum:visited {
color: #1E0FBE;
}

