@font-face {
	font-family: 'PTSans';
	src: url(../fonts/PT_Sans-Web-Regular.ttf);
}
body {
	font-family: 'PTSans';
}
.btn{
	/*background: #504745;*/
    background: #00649f;
	/*border: 1px solid #504745;*/
    border: 1px solid #02598c;
}
.btn:hover{
	/*background:#423937;*/
    background:#00649fd6;
}
.btn.disabled{
    background: #87CEEB;
    cursor: not-allowed;
    pointer-events: none;
    color: #696969;
}
#content h1{
    /*color: #887771;*/
    color: #405e9e;
    font-weight: bold;
}

#header{
    /*background: #fff;*/
    background-image: linear-gradient(to right, #00649f, #ffffff 35%);
}
#footer {
    background: #00649f;
}

#content .footnote {
	color: #405e9e;
}
#content .footnote:hover {
	color: #10278a;
}
#footer .copyright {
    color: #ffffff;
}

.row {
	display: flex;
}
.org-name {
	margin: auto;
}
.org-name h1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #00649f;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0;
}
.form-mini {
	background: #fff;
    border-radius: 0px;
    padding: 20px 30px 30px 30px;
    margin: 40px 0px 40px;
    border: 0px solid #524b48;
    box-shadow: -0.5px 1.9px 0 0 rgba(16, 43, 86, 0.1);

}
.form-mini .title {
	border-radius: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: linear-gradient(to right, #00649f -45%, #fff);
}

#menu_auth_true ul li a {
    color: #00649f;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
    letter-spacing: 1px;
}
#header .box_login a{
    color: #00649f;
    font-weight: bold;
}

#header .box_login a:hover{
    color: #10278a;
}

#add-directions .directs .direct_wrap .direct_title {
	font-weight: bold;
	background: linear-gradient(to right, #00649f -45%, #6aafd8);
}

.form-mini .title .glyphicon {
    cursor: pointer;
    color: #00649f;
    text-decoration: none;
}
.login-title h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #00649f;
}
.login-title p{
	text-align: justify;
	font-size: 15px;

}
.no-otch {
	text-align: right;
	font-size: 14px;
}

.text-red {
    color: red; !important;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 330px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-helper-hidden-accessible {
    display: none; !important
}