
h1 {
	padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #3D4D65;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3D4D65;
    margin: 0;
    padding: 0;
    line-height: 40px;
}


h4 {
    font-size:16px;
    color:#3D4D65;
    font-weight:bold;
}

h5 {
	font-size: 16px;
    font-weight: bold;
}


.sub-title {
    font-size:16px;
    color:#3D4D65;
    font-weight:bold;
}


.text-warning {
    color: brown;
    font-weight: normal;
}

.text-info-wizard {
	color: #5286C2;
}

.text-warning-wizard {
	color: #E9892D;
}

.text-success-wizard {
	color: #9AC836;
}

.text-primary {
	color: #5286C2;
}

p {
    font-size:13px;
    font-weight:normal;
    color:#3D4D65;
    line-height: 20px;
}

ul li {
    font-size:13px;
    font-weight:normal;
    color:#3D4D65;
    line-height: 20px;
}


a {
    color: #5286C2;
    text-decoration: underline;
}


/* COLORS */
.background-green {
	background-color:#9AC836;
}

.background-red {
	background-color:#D8484B;
}

.background-orange {
	background-color:#E2793F;
}

.background-blue {
	background-color:#5286C2;
}

.background-gray {
	background-color:#B1BDC6;
}

.background-standard {
	background-color:#5286C2;
}

.background-yellow {
	background-color:#FDC800;
}

.background-light-pink {
	background-color:#FE714E;
}

.background-dark-blue {
	background-color:#3A4259;
}

.background-dark-blue-2 {
	background-color:#3D4D65;
}

.background-dark-purple {
	background-color:#81778F;
}

.background-dark-gray {
	background-color:#8493A8;
}


.color-green {
	color:#9AC836!important;
}

.color-red {
	color:#D8484B!important;
}

.color-orange {
	color:#E2793F!important;
}

.color-blue {
	color:#5286C2!important;
}

.color-gray {
	color:#B1BDC6!important;
}

.color-standard {
	color:#5286C2!important;
}

