

	
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");

body, td, input, textarea {
    font-family: 'Open Sans', Arial !important; 
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff;
}

main {
	margin: 0 auto; 
	width: 880px;
}

p {
	font-family: 'Open Sans', Arial !important;
	color: #333333 !important;
	font-size: 14px !important;
    line-height: 1.42857143 !important;
}


hr {
	width:100%; border-top: 1px solid #52585b !important;
}

.fsualert {
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.fsualert-info {
	background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
	font-weight: bold; 
	font-size: 14px
}

#formnavbuttons {
	margin-left: 20px;
}

#generalNavDateTitle {
	background-color: #d9edf7;
}

.form-control {
	font-size: .8rem !important;
}

.hideMe {
    visibility: hidden;
}


input.dashBoard[type="text"]{
        border: none;
        background: transparent;
        color: #000;
    }
.fade:not(.show) {
    opacity: 100;
}

table.largerTxt, table.largerTxt th, table.largerTxt td{
    font-size: 1.5em !important;
	font-weight: bold;
}

table.largerTxt input {
    font-size: 1.3em !important;
	font-weight: bold;
}

.wordWrapNormal {
		word-wrap: normal;
}

.form-control {
    height: unset !important;
}

@media print {
    @page {
		size: auto;
		margin-left: -50px;
		float:left;
	}	
	
	body{
        float:left;
	}
} 