@font-face {
	font-family: 'PTSans';
	src: url(../fonts/PT_Sans-Web-Regular.ttf);
}
body {
	font-family: 'PTSans';
}
 .btn{
	display:block;
	outline:0px;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #00649f;
	border: 0px;
	border: 1px solid #02598c;
	text-align: center;
	margin: 13px 0px;
	text-decoration: none !IMPORTANT;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn1{
	/*background: #504745;*/
    background: #00649f;
	/*border: 1px solid #504745;*/
    border: 1px solid #02598c;
}
.btn:hover{
	/*background:#423937;*/
    background:#00649fd6;
}
#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;
}
.img-logo img {
	max-width: 100%;
	padding: 10px 10px 0px 40px;
}

.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;
    border: 0px solid #524b48;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    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);
}

#add-user {
	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;
	font-size: 25px;
}
.login-title p{
	text-align: justify;
	font-size: 15px;

}

.card-header-direct {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.label-mr-10{
	margin-right: 10px;
}

.card-header-custom{
	cursor: pointer;
}

.card-header-title {
	width: 100%;
	max-width: 900px;
}

.message-blocked {
	border-radius: 5px;
	border-color: red;
	border-style: groove;
}

.avatar-profile {
	display: block;
	height: 150px;
	width: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-left: 120px;
}

.title_contract {
	font-size: 18px;
	font-weight: bold;
}

.btn-custom {
	display: inline-block;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #007bff;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.comments-block {
	display: flex;
	flex-direction: column;
}

.comment-message {
	border-radius: 3px;
	width: 60%;
}

.comment-message__admin {
	background-color: #b0d0ec;
	align-self: end;
	word-wrap: break-word;
}

.comment-message__user {
	background-color: #80e096;
	align-self: start;
	word-wrap: break-word;
}

.comment-actions {
	display: flex;
	justify-content: end;
}
