html {
    line-height: 1;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 550 !important;
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.nav-tabs{
	border-color: #0011ff !important;
	background-color:#0011ff !important;
}

.nav-tabs li a {
	border-top-width: 5px !important;
	border-color: #0011ff !important;
	background-color:#0011ff !important;
	color: #ffffff !important;
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.nav-tabs li a.active {
    border-bottom-color: transparent !important;
	background-color:#ffffff !important;
	color: #0011ff !important;
}

.tab-pane{
    background-color: #ffffff !important;
}

nav, .dropdown-item {
    font-weight: bold;
}

.error {
	color: #ff0000 !important;
}

.form_bg{
    background-color: #dce5dc !important;
}
.form_label{
	color: #0011ff;
	font-size: 1.2rem;
}
.form_input{
	font-size: 1.2rem;
	font-weight: bold;
}

.card_image_height_fix{

}

.max_tab_width {
	max-width: 24% !important;
}

.card_height_fix{
	height: 200px;
}

.button_width_fix{
	width: 200px;
	@media only screen and (max-width: 700px) {
		width: 100%;
	}
}

.text_warning{
	color: #bb0000 !important;
	font-weight: bold;
}

.quick_start_button{
	background: linear-gradient(-5deg, #dd0000 50%, #ff1111 50%);
	margin-top: 1px;
	margin-bottom: 2px;
	font-weight: bold;
}

.navbar_background{ 
	background-color: #aaaaaa;
}
