/**
 * Colors:
 * Primary: #003399 | Secondary: #9faee5
 */

body {
	font-family: "Open Sans", Helvetica, Verdana;
	font-size: 14px;
	background-color: #f7f7f7;
	color: #333;
}

.breadcrumbs {
	font-size: 80%;
	margin-top: -10px;
}

ol.breadcrumb {
	background-color: transparent;
	margin-bottom: 15px;
}

.errorMessage {
	background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
	border-radius: 4px;
    margin: 10px 0;
    padding: 5px 10px;
}

span.required {
	color: #c00;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #373737;
    line-height: 1.15;
    margin-bottom: 15px;
}

h4.table-partner-name {
	margin-bottom: -15px;
	margin-top: 30px;
	font-weight: 600;
}

h4.table-partner-name:first-child {
	margin-top: 0;
}

a {
	color: #008ac7;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}

div.progress {
	height: 5px;
	margin-top: 2px;
}

/*.list-group {
	margin: 15px 0;
}

.list-group-item {
	border: 0 none;
	border-top: 1px solid #008ac7;
	text-transform: uppercase;
}

a.list-group-item {
	color: #008ac7;
}

.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
	border-radius: 0;
	border-bottom: 1px solid #008ac7;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover, a.list-group-item.active:visited {
	background-color: #2b396c;
	color: #ffffff;
	font-weight: 600;
	border: 1px solid #008ac7;
}

a.list-group-item, a.list-group-item:focus, a.list-group-item:hover, a.list-group-item:visited {
	color: #008ac7;
	background-color: transparent;
}

a.list-group-item.disabled, a.list-group-item.disabled:focus, a.list-group-item.disabled:hover {
	color: #cccccc;
	background-color: transparent;
}*/

a.list-group-item {
	padding: 8px 10px;
}

.nav-pills > li {
	border-left: 1px solid #b2cde3;
}

.nav-pills > li:first-child {
	border: 0 none;
}

.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
	background-color: transparent;
	color: #b2cde3;
	text-transform: uppercase;
	padding: 0 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: transparent;
	color: #008ac7;
	font-weight: 600;
}

form .buttons {
	margin-top: 10px;
}

.btn {
	border-radius: 0;
}

.btn-atlantic.focus, .btn-atlantic:focus, .btn-atlantic:hover {
	color: #ffffff;
	background-color: rgba(4, 146, 210, 0.8);
}

.btn-atlantic-link.focus, .btn-atlantic-link:focus, .btn-atlantic-link:hover {
	color: rgba(4, 146, 210, 0.8);
}

.btn-atlantic {
	background-color: rgb(4, 146, 210);
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-atlantic-link {
	color: rgb(4, 146, 210);
	padding-left: 15px;
	padding-right: 15px;
}

.btn-atlantic.big {
	padding: 15px 60px;
	font-size: 16px;
}

.btn-atlantic.circle {
	font-size: 10px;
	margin-left: 6px;
	padding: 0;
	width: 16px;
	/*height: 18px;*/
	border-radius: 9px;
}

.btn-atlantic.add_indicator {
	background-color: rgb(4, 146, 210);
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}

.btn-danger.btn-remove_indicator {
    font-size: 10px;
}

#wrapper {
	background-color: #ffffff; /*url('../images/header.png') no-repeat top left;*/
}

header {
	height: 150px;
}

header .socialmedia > a {
	display: inline-block;
	width: 18px;
	line-height: 18px;
	color: #ffffff;
	margin-right: 5px;
	background-color: #15b0c6;
	background-color: #008ac7;
	font-size: 11px;
}

header .socialmedia > a:hover {
	color: #ffffff;
}

header #language-widget .ts-language-widget {
	float: right;
}

header #language-widget a {
	color: #ffffff;
	font-size: 80%;
	padding: 2px 4px;
	text-transform: uppercase;
}

header #language-widget a.ts-current-lang-link {
	font-weight: 600;
	background-color: #5bafc1;
	background-color: #008ac7;
	border-radius: 50%;
}

.ts-dt-language-widget ul > li {
	opacity: 0.3;
}

/*header #logo {
	padding-left: 34px;
}*/

header #login {
	padding-right: 51px;
}

header #search-row {
	padding: 10px 0 0;
	background-color: rgba(255, 255, 255, 0.9);
}

header #search-row > div {
	margin-bottom: 20px;
}

header #search {
	color: #008ac7;
	display: inline-block;
	margin-right: 20px;
}

header #search input {
	margin-right: -20px;
	height: 26px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	border: 0 none;
	background-color: #fff;
	padding-right: 20px;
	display: inline;
	width: 200px;
}

#nav-menu {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 48px;
}

nav.navbar-atlantic {
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	min-height: 0px;
	margin-bottom: 0;
	border: 0 none;
}

nav.navbar-atlantic .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
    border: 0 none;
	background-color: transparent;
	margin-right: -10px;
}

.navbar-atlantic .navbar-collapse, .navbar-atlantic .navbar-form {
	border: 0 none;
}

nav.navbar-atlantic .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-atlantic .navbar-nav > li > a {
	text-transform: uppercase;
	padding: 0 20px;
	letter-spacing: 1px;
	color: #2b386e;
	font-size: 90%;
}

.navbar-atlantic .navbar-nav > .active > a, .navbar-atlantic .navbar-nav > .active > a:focus, .navbar-atlantic .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: white;
	/*border-bottom: 4px solid #008ac7;*/
}

.navbar-atlantic .dropdown:hover .dropdown-menu {
    display: block;
 }

#content {
	padding: 0 0 20px;
	line-height: 1.8;
}

#content .carousel {
	position: relative;
	height: 300px;
	overflow: hidden;
	margin-bottom: -90px;
}

#content .carousel #transparency {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(transparent, white); /* Standard syntax */
}

#content .carousel #wave {
	position: absolute;
	top: 0;
	right: 0;
}

#content .content-body {
	padding-left: 48px;
	padding-right: 48px;
}

#content hr.separator {
	margin: 40px 40%;
	border-color: #0492d2;
}

#content #center-icons {
	margin: 60px -15px;
	text-transform: uppercase;
	color: #008ac7;
	font-size: 16px;
	font-weight: 700;
}

#content #center-icons a {
	display: inline-block;
	margin-bottom: 10px;
}

#content .content-body h2 {
	font-weight: 400;
}

#content .content-body h2.heading-title {
	color: #008ac7;
	/*padding-top: 20px;*/
}

#content .content-body h2.heading-home {
    color: #008ac7;
	margin: 0px auto 20px;
	font-size: 35px;
	line-height: 1.5;
}

#content .content-item {
    line-height: 1.8;
}

#content h2 {
	margin: 20px 0;
}

#content .heading {
	background-color: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #9ccce2;
	border-width: 1px 0 1px 0;
	padding: 0 31px;
}

#content .heading h2 {
	color: #4a6a9b;
	color: #2b396c;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 600;
}

#content .heading-title {
	font-size: 25px;
    color: #008ac7;
    font-weight: 600;
	margin: 10px 0 20px;
}

#content .heading-title.text-muted {
	color: #969696;
}

#content > .alert {
	margin: 15px 70px;
}

#content .page-menu {
	padding: 50px 0 20px;
	color: #008ac7;
}

#content .page-menu span {
	display: block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

#content .page-menu a:hover, #content .page-menu a:focus, #content .page-menu a:visited {
	color: #008ac7;
}

#content #results {
	margin-top: 20px;
}

#content #idea-interests {
	margin-bottom: 10px;
}

#content #idea-interests .list-group-item {
	cursor: pointer;
	border: 0 none;
	background-color: transparent;
}

#content #idea-interests .interest-checkbox {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 2px solid #555555;
	display: inline-block;
	margin: 5px 5px -1px -15px;
	background-color: #ffffff;
}

#content #idea-interests img {
	margin-right: 5px;
}

#content #idea-interests .interest-checkbox.active {
	background-color: #555555;
}

#content #idea-interests .interest-checkbox.interest-1 {
	border-color: #fdc608;
}

#content #idea-interests .interest-checkbox.interest-2 {
	border-color: #159961;
}

#content #idea-interests .interest-checkbox.interest-3 {
	border-color: #e34063;
}

#content #idea-interests .interest-checkbox.interest-4 {
	border-color: #98c222;
}

.idea {
	background-color: #ffffff;
	margin: 10px 0 30px;
	border: 0 none;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	line-height: 1.4;
}

.idea .idea-main.truncate {
	overflow: hidden;
	line-height: 1.8em;
	position: relative;
	max-height: 6.5em;
}

.idea .idea-main.truncate:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15%;
	height: 1.9em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.idea div.row > div {
	padding: 8px;
}

.idea a {
	color: #000000;
	font-weight: 600;
}

.idea a.atlantic-link {
	color: #008ac7;
	font-weight: normal;
}

.idea .text-muted small {
	display: block;
	margin-top: 2px;
}

.idea .idea-bordered {
	border: 0 none;
	border-style: solid;
	border-top-width: 1px;
}

.idea .idea-bordered:first-child {
	border-bottom-width: 1px;
}

.idea .idea-bordered:last-child {
	border-bottom-width: 1px;
}

.idea.interest-1, .idea.interest-1 .idea-bordered {
	border-color: #fdc608;
	background-color: #fef3cc;
}

.idea.interest-2, .idea.interest-2 .idea-bordered {
	border-color: #159961;
	background-color: #cceae0;
}

.idea.interest-3, .idea.interest-3 .idea-bordered {
	border-color: #e34063;
	background-color: #fad8e0;
}

.idea.interest-4, .idea.interest-4 .idea-bordered {
	border-color: #98c222;
	background-color: #ebf3d5;
}

.idea .idea-title {
	font-weight: 600;
}

.idea .idea-main {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	color: #666666;
}

.idea .idea-owner {
	background-color: #ffffff;
	color: #666666;
}

.idea .idea-owner p:last-child {
	margin-bottom: 0;
}

#idea-comment-form input#subject {
	border: 0 none;
	font-weight: 600;
	border-radius: 0;
	background-color: #f1f6fa;
	border: 1px solid #008ac7;
	box-shadow: none;
	color: #000000;
	padding: 5px 10px;
}

#idea-comment-form textarea {
	border: 0 none;
	border: 1px solid #008ac7;
	border-top: 0 none;
	padding: 10px;
	border-radius: 0;
	box-shadow: none;
}

.idea-comment {
	margin-bottom: 20px;
	border: 1px solid #008ac7;
}

.idea-comment .subject {
	font-weight: 600;
	background-color: #f1f6fa;
	border-bottom: 1px solid #008ac7;
	padding: 5px 10px;
	color: #333333;
}

.idea-comment .message {
	padding: 5px 10px;
	color: #333333;
}

.idea-comment .from {
	padding: 5px 10px;
	color: #999999;
}

.partner {
	background-color: #ffffff;
	margin: 10px 0 20px;
	border: 0 none;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #008ac7;
	line-height: 24px;
}

.partner a {
	color: #000000;
	font-weight: 600;
}

.partner div.row > div {
	padding: 8px;
}

.partner .partner-title {
	color: #000000;
	font-weight: 600;
}

.partner-form.disabled {
	background-color: #fafafa;
	color: #ccc;
}

#content .partner #idea-interests {
	margin: 0;
}

.partner #idea-interests .list-group-item {
	cursor: default;
	padding: 8px 0px;
}

.partner #idea-interests .list-group-item:first-child {
	padding-top: 0;
}

.partner #idea-interests .list-group-item:last-child {
	padding-bottom: 0;
}

.partner .partner-bordered {
	border: 0 none;
	border-style: solid;
	border-top-width: 1px;
	border-color: #008ac7;
	background-color: #e7f0f5;
}

.partner .partner-info {
	background-color: #ffffff;
}

.partner .partner-info-experience {
	background-color: #ffffff;
	min-height: 65px;
}

.partner .partner-bordered:last-child {
	border-bottom-width: 1px;
}

#profile #sidebar {
	background-color: #f0f6f9;
	margin-bottom: 20px;
}

#profile #sidebar > div {
	padding: 30px 0 0;
}

#profile #sidebar > div:last-child {
	padding-bottom: 30px;
}

#profile #sidebar .info strong {
	text-transform: uppercase;
}

#profile #sidebar .update_data, #profile #sidebar .notifications {
	color: #008ac7;
}

#profile #sidebar .update_data small {
	font-weight: 300;
}

#profile #sidebar i {
	display: block;
}

#profile .tab-pane {
	padding: 10px;
}

#content #news {
	line-height: 1.4;
}

#content #news .content {
	margin-top: 10px;
}

#content #news .content p {
	margin-top: 10px;
	font-size: 13px;
}

#content #icons {
	margin: 40px 0;
}

#content #icons > span {
	position: relative;
}

#content #icons > span:before,
#content #icons > span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #999;
  top: 10px;
  width: 175px;
}

#content #icons > span:before {
  right: 100%;
  margin-right: 15px;
}

#content #icons > span:after {
  left: 100%;
  margin-left: 12px;
}

#content #icons > span > div {
	display: inline;
	margin: 0 8px;
}

.group_section {
	margin-bottom: 20px;
}

.group_section table {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}

.group_section td img {
	margin-right: 5px;
}

.group_section td p {
	font-size: 0.85em;
	margin: 5px 0 0;
}

.group_section td p.message {
	font-style: italic;
}

.group_section_header {
	font-weight: 600;
	padding-bottom: 2px;
}

.group_section_see_all {
	font-size: 0.8em;
}

.latest_update {
	background-color: #f0f6f9;
	font-size: 0.9em;
	margin: 5px 0 0;
}

.latest_update > div {
	padding: 3px 7px;
}

#footer {
	position: relative;
	line-height: 25px;
}

#footer .content-body {
	padding: 15px 70px;
	font-size: 85%;
}

#footer > div.row {
    background-color: #2b386e;
    color: #ffffff;
}

#footer h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

#footer h4 {
    color: #ffffff;
    font-weight: 600;
}

#footer a {
    color: #ffffff;
}

#footer a:hover, #footer a:hover {
	text-decoration: none;
    color: #ffffff;
}

#footer .btn-atlantic {
	background-color: #ffffff;
	color: #2b386e;
}

#footer .btn-atlantic.focus, footer .btn-atlantic:focus, footer .btn-atlantic:hover {
	background-color: #ffffff;
	color: #2b386e;
}

ul.links {
	margin: 0;
	padding: 0;
}

ul.links li {
    display: block;
    margin-bottom: 8px;
	text-transform: uppercase;
}

#links .socialmedia > a {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	background-color: #ffffff;
	color: #2b386e;
	margin-left: 5px;
	font-size: 10px;
}

#links .socialmedia > a:hover {
	color: #2b386e;
}

.copyright {
	color: #ffffff;
	font-size: 80%;
}

.copyright a {
    color: #969696;
}

.copyright a:hover {
	text-decoration: none;
    color: #0f80cc;
}


/**
 * Media Queries
 */
@media (max-width: 768px)
{
	.btn-atlantic.big {
		padding: 10px 30px;
		font-size: 14px;
	}

	header .socialmedia > a {
		margin-right: 2px;
	}

	ul#flags li {
		margin-bottom: 2px;
		margin-left: 2px;
	}

	nav.navbar-atlantic {
		border: 0 none;
		margin-bottom: 0;
		margin-top: 0px;
	}

	nav.navbar-atlantic .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
		margin-right: -25px;
		color: #2b396c;
	}

	.navbar-atlantic .navbar-nav > li > a {
		padding: 9px 10px;
	}

	.navbar-atlantic .navbar-nav > .active > a, .navbar-atlantic .navbar-nav > .active > a:focus, .navbar-atlantic .navbar-nav > .active > a:hover {
		border-left: 5px solid #2b396c;
		border-bottom: 0 none;
	}

	.carousel-caption {
		right: 15px;
		top: 10px;
	}

	.carousel-caption h3 {
		font-size: 25px;
		line-height: 38px;
		display: inline;
	}

	.carousel-caption h3 > span {
		padding: 0 10px;
	}

	footer {
		margin-top: 30px;
	}

	#footer > div.row {
		padding: 0;
	}

	#links {
		margin-top: 0;
	}

	#links .socialmedia > a {
		width: 30px;
		line-height: 30px;
		margin-left: 6px;
		font-size: 15px;
	}

	.copyright, .developed {
		text-align: center;
	}
}
.table-budget{
	font-size: 11px;
}
.input-budget{
	font-size: 8px;
	padding: 0px 6px;
}