.login-greeting{
	text-align: right;
	font-size: 13px !important;
	padding-right: 20px;
	color: #666;
}
.logout-button{
	text-align: right;
	padding-right: 20px;
}
.logout-button input{
/*background: #859199;
color: white !important;
font-weight: 500 !important;
padding: 6px 10px;
margin-bottom: 5px;
font-size: 14px !important;*/

	padding: 7px 20px;
	border-radius: 7px;
	background: #c62038;
	border: 2px solid #c62038;
	color: #FFF;
	font: 500 13px Corra Montserra;
	transition: all 0.2s ease-in-out;
}
.logout-button input:hover{
	/*background: #F08721;*/
	background: none;
	border: 2px solid #c62038;
	color: #c62038;
}


.bgc-9E0143
{ background-color: #9E0143; }
.bgc-E6E0CF
{ background-color: #E6E0CF; }
.c-9E0143
{ color: #9E0143; }
.c-E6E0CF
{ color: #E6E0CF; }

.c-fff,
.c-ffffff
{ color: #ffffff; }



@media (min-width: 1220px){
}
@media (min-width: 960px) and (max-width: 1219px) {
}
@media (min-width: 768px) and (max-width: 959px) {
}
@media (min-width: 480px) and (max-width: 767px) {
}
@media (min-width: 0px) and (max-width: 479px) {
}
/*Veda
html, body{
  filter: url('#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  filter: gray;
  background: #FFF;
}
.tm-headerbar, .menu_custom .menu li a, .menu_custom .uk-navbar-dropdown, .menu_custom .uk-navbar-dropdown > ul > li > a{
background: #FFF!important;
}
/**/
