.m-header .m-header__bottom {
	background: #151e47;
}

.m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--expanded>.m-menu__link>.m-menu__item-here, .m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link>.m-menu__item-here {
	color: #151e47;
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
	color: #BCC2CB;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile>.m-nav__link .m-topbar__username {
	color: #3ab1a7;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile>.m-nav__link:hover .m-topbar__username {
	color: #3ab1a7;
}

.m-list-search .m-list-search__results .m-list-search__result-category {
	color: #222e6e;
}

.m-footer {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

.footer-block {
	line-height:16px;
}

.logos {
	margin-right: 15px;
	display: inline-block;
	vertical-align: baseline;
}

.logotext {
	color: #3ab1a7;
    font-weight: 400;
    line-height: 1em;
    font-size: 18px;
    text-align: left;
    font-family: nunito;
}

.partner-logo {
	max-width:135px;
	max-height: 45px;
}

.isTravel{ 
	text-align: right; padding-right: 10px; 
}

.prefooter {
	background: #151e47;
	color: #a2abb7;
	padding: 15px 0;
}

.prefooter a, .prefooter h5 {
    color: #32c5d2;
}

.footer-block {
	padding: 15px; 
}

.note.note-info {
	background-color: #f5f8fd;
	border-color: #8bb4e7;
	color: #010407;
}

.note {
	margin: 0 0 20px;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
	border-radius: 0 4px 4px 0;
}

.portlet>.portlet-body p {
	margin-top: 0;
}

.note p:last-child {
	margin-bottom: 0;
}
.note p {
	margin: 0;
}
.note p, .page-loading, .panel .panel-body {
	font-size: 13px;
}

.profile-usertitle-name {
	color: #575962 !important;
}

.m-list-search__result-item-text {
	font-size: 1.1rem !important;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	font-family: poppins;
    color: #222e6e;
}

/* The following 'contacts-' tags are also used in admin/css/companycontacts.css */
.contact-icon {    
	font-size: 2rem; 
	margin-top: 4px;
}

.contact-img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	object-fit: cover;
}

.contact-label {
	font-size: 15px;
	color: #555;
	margin-bottom: -10px !important;
	margin-top: 6px;
}

.contacts-title {
	margin-top: 5px;
	margin-bottom: 5px;
}

.contacts-data {
	margin-top: 0px;
	margin-bottom: 5px;
}

.contacts-data-label {
	margin-top: -8px;
    font-size: 11px;
    color: #969696;
    margin-bottom: 5px;
}

.btn-teal {
    color: #fff;
    background-color: #3ab1a7;
    border-color: #3ab1a7;
}

@media (max-width: 1024px) {
	.footer-logo{
		max-width: 150px;
	}

	.m-header-menu.m-header-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
		color: #00476B;
	}

	.m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link .m-menu__link-text {
	    color: #8ad1cf;
	}

	.m-brand .m-brand__tools {
	    width: 10%;
	}

}

@media (max-width: 768px) {
	.prefooter {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.company-logo {
		display: none;
	}
}

