body{
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size:12px;
	font-weight: 400;
	font-style: normal;
	text-decoration:none;
}
a {
/*color: #E1704B;*/
}
a:hover{
    cursor:pointer;
}
h1{
    font-size: 2.5em;
    font-weight: 500;
}

.filter{
    margin-top: 6px;
}
.strike{
	text-decoration:line-through;
}
.header-elements-margin {
	margin: 5px;
}
.add-task{
	margin-top: 10px;
}
.nav-button-margin{
	margin: 10px 20px 0 0;
}
.navbar{
border-radius: 0;
background: #438EB9;
color: #fff;
}
.navbar .navbar-brand {
color: #FFF;
font-size: 24px;
text-shadow: none;
}
.dropdown-menu{
	min-width:500px;
	position:absolute;
	background:#fff;
	border:1px solid #ccc;
	/*margin-left:-220px;*/
	box-shadow:0 1px 10px -2px rgba(0,0,0,.6);
	padding:0;
	list-style-type:none;
	top:50px !important;
}
.dropdown-menu:before{
	display:block;
	content:'';
	height:15px;
	width:20px;
	position:absolute;
	top:-15px;
	left:25px;
	background:url(images/arrow.png);
	background-size:25px 25px;
}
.dropdown-menu li a{
	padding:5px 20px 5px 30px;
	color:#555;
	display:block;
	height:12px;
	line-height:12px;
}
.dropdown-menu li{
	position:relative;
	padding:3px 0;
}
.corpListDomain{
	font-weight:bold;
	min-width:220px;
	display:block;
	float:left;
}
.corpListName{
	display:block;
	float:left;
}
.dropdown-menu li .webLink{
	position:absolute;
	left:5px;
	height:15px;
	width:15px;
	top:6px;
	background:url(images/webLink.png);
	background-size:15px 15px;
	padding:0;
}
.dropdown-menu li.active .webLink{
	background:url(images/webLinkAct.png);
	background-size:15px 15px;
}
.form-search{
	margin:0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color:#3c515a;
	color:#fff;
}
#corpSearch{
}
#corpSearch .corpSearchInput{
	padding:5px 10px;
	height:28px;
	border-radius:3px;
	border:none;
}