

/* CUSTOM RULES */

.m-15 { margin: 15px; }
.m-30 { margin: 30px; }
.m-t-10 { margin-top: 10px; }
.m-t-25 { margin-top: 25px; }
.m-t-30 { margin-top: 30px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-30 { margin-bottom: 30px; }
.m-r-5 { margin-right: 5px; }
.p-5 { padding: 5px; }
.p-t-20 { padding-top: 20px; }
.p-b-5 { padding-bottom: 5px; }
.p-b-20 { padding-bottom: 20px; }
.p-r-10 { padding-right: 10px; }
.p-l-5 { padding-left: 5px; }
.font-30 { font-size: 30px; }
.font-25 { font-size: 25px; }
.font-15 { font-size: 15px; }
.h-100 { height: 100px; }
.w-auto { width: auto !important; }
.w-full { width: 100%; }
.w-150 { width: 150px; }
.w-300 { width: 300px; }
.m-w-300 { max-width: 300px; }
.t-10 {	top: 10px; }
.t-40 {	top: 40px; }
.no-border { border: none; }
.bg-gray { background-color: #dddddd !important; }
.bg-color-inherit {	background-color: inherit; }
.bg-panacea-orange { background-color: #F5BB34; }
.panacea-orange { color: #F5BB34; }
.panacea-red { color: #B82626; }
.panacea-grey { color: #e6e6e6; }
.panacea-deepgreen { color: #005B33; }

.percent-90 {
    width: 90%;
    margin: auto;
}

/* ---------------------------------------------- */

#container {
   	min-height:100%;
}

#header {
	height: 100px;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #A5D71C;
    z-index: 1010 !important;
}


#body {
    margin-top:100px;
	min-height: calc(100vh - 165px);
    /*background-color:#eee;*/
}

#panacea-front .navbar-static-top {
	margin: 0;
	background-color: #AACB37;
}

.feedback {
    position: fixed;
    right: 25px;
    bottom: 15px;
    color: #F9B10B;;
    cursor: pointer;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 15px 13px 0px 13px;
    border: 2px solid #F9B10B;;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.feedback:hover {
  	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	backface-visibility: hidden;
	perspective: 1000px;
}

.grecaptcha-badge {
	display: none;
}

.sans-serif {
	font-family: sans-serif;
    font-size: 18px;
    text-align: center;
}

.modal-body,
.modal-body input,
.modal-body textarea {
    border-radius: 5px;
}

#sendFeedbackButton {
	background-color: #34B23F;
	color: #FFF;
}

/* Filters */
.filters {
	margin: 1px 0px 20px 0px;
	border-radius: 0 !important;
}

.filter-categories ul,
.filter-families ul,
.filter-topics ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 220px;
}

.filter-categories > ul > li,
.filter-families > ul > li,
.filter-topics > ul > li {
	border: 1px solid #e6e6e6;
}

.filter-categories li,
.filter-families li,
.filter-topics li {
	color: #FFF;
	display: block;
	float: left;
	padding: 1rem;
	margin-right: 5px;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
	background-color: white;
}

.filter-categories ul li ul,
.filter-families ul li ul,
.filter-topics ul li ul {
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	z-index: 1000;
}

.filter-categories ul li ul li,
.filter-families ul li ul li,
.filter-topics ul li ul li {
	clear: both;
	width: 100%;
}

.filter-categories .dropdown,
.filter-families .dropdown,
.filter-topics .dropdown {
	border: 1px solid #e6e6e6;
}

.filter-categories li a,
.filter-families li a,
.filter-topics li a {
	color: #000;
	text-decoration: none;
}

.filter-categories li:hover,
.filter-categories li:focus-within,
.filter-families li:hover,
.filter-families li:focus-within,
.filter-topics li:hover,
.filter-topics li:focus-within {
	background: #e6e6e6;
	cursor: pointer;
}

#filters-selected a:hover {
	color: #FFF;
}

.custom-label {
    color: #FFF;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
	padding: 3px 8px;
    margin: 2px;
}

nav .fa-chevron-right {
	transition: all 0.5s ease;
}

.rotate {
	transform: rotate(90deg);
}
/* End of Filters */

/* Page loader */
#preloader {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	overflow: hidden;
  	z-index: 10000;
}

.preloader-plane {
	background-image: url("http://www.app.panacea-h2020.eu/img/panaceaLogo2.png");
  	margin:-26px 0 0 -26px;
  	width: 120px;
  	height: 120px;
  	background-color: #8A8A8A;
  	display: block;
  	position: relative;
  	left: 50%;
  	top: 50%;
  	z-index: 11000;
  	-webkit-animation: rotatePlane 1.2s infinite ease-in-out;
  	-moz-animation: rotatePlane 1.2s infinite ease-in-out;
  	-o-animation: rotatePlane 1.2s infinite ease-in-out;
  	animation: rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotatePlane {100% {-webkit-transform: perspective(0) rotateX(0deg) rotateY(350.1deg)}}
@-moz-keyframes rotatePlane {100% {-moz-transform: perspective(0) rotateX(0deg) rotateY(350.1deg)}}
@-o-keyframes rotatePlane {100% {-o-transform: perspective(0) rotateX(0deg) rotateY(350.1deg)}}
@keyframes rotatePlane {100% {transform: perspective(0) rotateX(0deg) rotateY(350.1deg)}}

#preloader .loader-section {
  	position: fixed;
  	top: 0;
  	width: 50%;
  	height: 100%;
  	background: #8A8A8A;
  	z-index: 10;
}

#preloader .loader-section.section-left {
  	left: 0;
}

#preloader .loader-section.section-right {
  	right: 0;
}

/* Loaded styles */
.loaded #preloader .loader-section.section-left {
  	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
  	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader .loader-section.section-right {
  	-webkit-transform: translateY(100%);
    transform: translateY(100%);
  	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .preloader-plane {
  	opacity: 0;
  	-webkit-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}

.loaded #preloader {
  	visibility: hidden;
  	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  	-webkit-transition: all 0.3s 1s ease-out;
  	transition: all 0.3s 1s ease-out;
}
/* End of Page Loader */

/* Loader */
.loader {
	display: none;
	position: absolute;
	left: 220px;
	top: 7px;
	color: #000;
	font-size: 20px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* End of Loader*/

.showList {
	display: block;
}

.hideList {
	display: none;
}

#previousButton,
#nextButton {
    color: #FFF;
    background-color: #34B23F;
    border-radius: 100%;
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
}
#editButton{
    background-color: #F9B10B;
    color:#fff;
    font-weight: bold;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	z-index: 1000;
	width: 100%;
	max-width: 300px;
	top: 73px !important;
	border-radius: 5px;
}

.ui-menu-item:nth-child(even) {
	background-color: #F5F5F5;
}

.header-right-menu li {
	display: inline-block;
}



select[multiple] {
	width: 100%;
}

body > nav {
	min-height: 100px;
	height: auto;
	margin: 0;
}

body > nav > div {
	border-bottom: 5px solid #005B33;
}

.panaceaLogo {
    width: 75px;
    max-width: 100px;
    border-radius: 50px;
}

.content-container {
	padding-top: 15px;
}

.additional-content-container {
    background-color: inherit !important;
}

#header ul.nav-bar{
    list-style-type: none;
}

#panacea-front .login,
#panacea-front .logout,
#panacea-front .login:hover,
#panacea-front .menu-item,
#panacea-front .nav-item,
#panacea-front .menu-item:hover,
#panacea-front .logout:hover,
#panacea-front .navbar-nav > li > a{
    list-style-type: none;
	font:normal bold 18px / 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    /*background-color: #fff;*/
    color:#171717;
    border-radius: 22px;
}

#panacea-front .menu-item.active,
#panacea-front .nav-item.active{
    background-color: #F9B10B !important;
}

#panacea-front .navbar-nav{
    margin-top:25px;
}

#panacea-front .navbar-nav > li{
    padding: 10px 18px 10px 18px;
    /*margin: 0 !important;*/
}

#panacea-front .navbar-static-top {
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 0 6px 0px #171717;
}

#nfcProjectSearchContainer{
    margin: -5px -11px !important;
    padding:0;
}


#panacea-front #mobileMenu{
    position: fixed;
    left: 0;
    eight: 0;
    top: 102px;
    background-color: #f0f0f0;
    z-index: 218;
    width: 100%;
}

#panacea-front #mobileMenu ul{margin: 0;padding:0;}
#panacea-front #mobileMenu ul li{margin: 10px;padding:0;float: none;text-align: center;}
#panacea-front #mobileMenu #nfcProjectSearch{width:100%;}

#panacea-front .navbar-toggler {
    color:#171717;
    border:1px solid #171717;
}

.filter-toggler{ display: none; }

@media (max-width: 990px) {
    #panacea-front .navbar-toggler {
        display: block !important;
        margin:20px;
        padding:10px;
    }

    #projectsNavigatorContainer{
        text-align: center !important;
    }

    .filter-container .filter span.title{
        display: block;
        text-align: left;
        margin-top:10px;
    }

    .filter-container .filter a{
        margin-top: 5px !important;
        display: block;
    }

    .filter-toggler{ display: inline; }

    #surveyMsg{
        text-align: center !important;
    }
}

#nfcProjectSearch{
	background: #ededed url(../../img/search-icon.png) no-repeat 9px center;
	height: 35px;
	width: 35px;
	cursor: pointer;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#nfcProjectSearch:focus {
	width: 200px;
	padding-left: 32px;
	background-color: #FFF;
	border-color: #ededed;
	color: #000;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

section.landing-intro {
    margin-bottom: 20px;
    margin-top: 59px;
    height: auto;
}

section.landing-intro p {
	padding: 10px 0;
	margin: 0 0 20px;
	font-size: 17.5px;
}

#landing-carousel {
	margin: 20px;
    padding:30px 0;
}

section.project-header .ui-tooltip {
	background-color: #2A5A8A;
}

section.project-header {
	margin-bottom: 50px;
}

section.project-header .project-title {
	padding: 15px;
	margin: auto;
	width: 85%;
	word-break: break-word;
}

section.project-header .btn-previous{
	text-align: left;
}

section.project-header .btn-next{
	text-align: right;
}

section.project-general-info .carousel {
	width: 100%;
	height: 300px;
}

.general-info {
	padding-top: 20px;
}

.project-general-info .nav-tabs > li.active > a {
    background-color: #cccccc;
    border-radius: 0;
    color: #ffffff;
}

.project-general-info .nav-tabs > li > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    color: #cccccc;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    padding: 5px 8px;
    margin: 0;
}

.project-general-info {
    min-height: 500px;
    height: 100%;
    margin-top: 40px;
}

section.images img {
	cursor: pointer;
}

section.images .other-slides img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

section.project-overview ul li {
	padding: 5px;
	font-size: 25px;
	line-height: 40px;
}

section.project-overview span {
	padding-left: 5px;
}

section.project-other-info {
	margin-bottom: 30px;
}

section.project-other-info h2 {
	letter-spacing: 1.4px;
	margin-bottom: 20px;
}

section.project-other-info div div div {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
	color: #FFF;
	margin: 0px 5px 5px 0px;
}


section.project-tab-info li a {
	font-family: unset !important;
	font-size: 25px !important;
	font-weight: normal !important;
	color: #999 !important;
	border-top: 0 !important;
	background-color: initial !important;
}

section.project-tab-info li.active a {
	font-weight: bold !important;
	color: #191919 !important;
}

section.project-tab-info li a {
	border: 0;
	background-color: initial;
}

.project-tab-info ul,
.project-tab-info ul li,
.project-tab-info ul li a {
	display: inline-block;
    margin: 5px 10px;
    letter-spacing: 5px;
    padding-left:0 !important;
}

.project-tab-info {
	padding: 70px 0 100px 0;
}

#partners #coordinator-container,.partner{
	border:5px dashed #171717;
	margin: 15px 0px;
	padding: 15px 0px;
}

.partner{
	border:4px dashed #ddd;
}

#addPartnerBtnContainer{
	text-align: center;
}

#project .table > tbody > tr > th,
#project .table > tbody > tr > td,
#partners .table > tbody > tr > th,
#partners .table > tbody > tr > td,
#general_project_details .table > tbody > tr > td,
#general_project_details .table > tbody > tr > th {
    border-top: 0;
    border-bottom: 1px solid #F4F4F4;
    color: #8D8D8D;
    width: 45%;
    word-break: break-word;
    vertical-align: middle;
}

#project .table > tbody > tr > td > p,
#partners .table > tbody > tr > td > p,
#general_project_details .table > tbody > tr > td > p {
    float: right;
    text-align: center;
    background-color: #F0F0F0;
    color: #111111;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px 13px;
    margin: 5px 3px;
}

section.project-tab-info #abstracts p {
	font-size: 18px;
}

#general_project_details .table {
    width: 100%;
	max-width: 700px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0pt 2pt;
}

#project .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0pt 30pt;
}

#partners .table {
    width: 100%;
	max-width: 700px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0pt 15pt;
}

#project > span,
#partners > span,
#general_project_details > span {
    display: inline-block;
    padding: 5px 20px;
    margin: 2px;
    border-radius: 30px;
    text-align: center;
    background-color: #F0F0F0;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
}

#partners .under-table {
	width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: right;
}

.title {
    animation-delay: 0.2s;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    color: #8d8d8d;
    letter-spacing: 5px;
}

.project-general-info .info {
	color: #111111;
}

#general_project_info p {
    margin-top: 15px;
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
    color: #000000;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.info {
    font-weight: 400;
}

.transition-box {
 	transition: box-shadow .2s;
}

/*.transition-box:hover {
  	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}*/

section.project-thumbnail .thumbnail-carousel {
	position:relative;
    border-radius: 3px;
}

.ui-tooltip {
	display: table;
}

section .carousel-project-data {
	color: white;
	position: absolute;
	margin: 10px;
	z-index: 1;
}

section .outter-tab-labels {
	position: absolute;
	bottom: 40px;
	right: 5px;
	z-index: 1;
}

section .project-data {
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 5px;
	width: 100%;
}

section .project-data > p,
section .project-data > span {
	text-shadow: 1px 1px 1px #000;
}

.rate-project {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.submit-button-holder {
	padding: 25px 0 !important;
	display: none;
}

.send-rating {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
}

.submitRating  {
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
    padding: 15px;
    background-color: #34B23F;
    color: #FFF;
    border-radius: 60px;
}

.submitRating:hover {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.submitRating .glyphicon {
	font-size: 30px;
	top: 0;
}

.question-box {
    background-color: #FFF;
    min-height: 150px;
    width: 100%;
    max-width: 270px;
    margin: auto;
}

.featured-item {
    background-color: #ffffff;
    margin: 20px 10px;
    cursor: default;
    max-height: 100%;
    height: 200px;
}

.meta-text {
    -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(.25,.8,.25,1);
    -moz-transition: -moz-box-shadow 0.8s cubic-bezier(.25,.8,.25,1);
    -ms-transition: -ms-box-shadow 0.8s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-box-shadow 0.8s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow 0.8s cubic-bezier(.25,.8,.25,1);
}

.meta-text h6 {
    text-transform: uppercase;
    margin-top: 20px;
    color: #232323;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 25px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    height: 100px;
}

.meta-text span {
	height: 70px;
    margin: auto;
    padding-top: 20px;
}

.meta-text:hover {
  -webkit-box-shadow: 0 13px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.select2-selection__choice {
	float: none !important;
	display: inline-block !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: grid;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e0eaf1;
	border: #e0eaf1;
	color: #46799b;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #8ba7ba;
}

section > form > div {
	padding: 25px;
}

section > form > a span.glyphicon {
	top: 30% !important;
}

#projects {
    padding-bottom: 100px;
}

footer {
    width: 100%;
    height: 65px;
    bottom: 0;
    background-color: #111111;
    color: #FFF;
    text-align: -webkit-auto;
    padding-left: 20px;
    border-top: 0;
}

footer div {
	width: 100%;
	max-width: 95%;
}

/* customize slick*/
.thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.slick-list {
	height: 250px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*div.slick-slide > div .missing-photo{*/
    /*margin-top: 70px;*/
    /*margin-left: 70px;*/
/*}*/

.slick-dots {
	bottom: 10px;
}

.slick-dots li button:before {
	color: #FFF;
	opacity: 0.55;
}

.slick-dots li.slick-active button:before {
	color: #FFF !important;
}

/*
.slick-slide,
.slick-slide img {
	min-height: 250px;
  width: 300px !important;
}
*/

.slick-prev:before,
.slick-next:before {
	color: #999;
}
/* end of custom slick */

.a-default {
	background-color: #444;
}

.a-danger {
	background-color: #f2dede !important;
}

.create_pp_user .alert-danger {
  background-color: #fff !important;
  color: #dd4b39 !important;
}

.create_pp_user .nav-tabs-custom {
  box-shadow: none;
  border-radius: none;
}

.create_pp_user .select2,
.create_pp_user .tag-editor,
.create_pp_user .form-control {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 1px;
  font-family: 'Lato', sans-serif;
  color: #000000;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.dropzone .dz-default.dz-message {
  display: block;
}

.dropzone .dz-size {
  visibility: hidden;
}

.dropzone .dz-preview .dz-image img {
  width: 120px;
  height: 120px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 992px) {
	section.images .item img {
		width: auto;
		height: 100%;
		max-height: 300px;
	}
}

@media screen and (max-width: 767px) {
	section.landing-intro p {
		font-size: 15.5px;
	}

	section.landing-intro {
		margin-bottom: 60px;
		height: auto;
		min-height: 400px;
	}

	#filters-selected {
		display: none !important;
	}

	.table-responsive {
		border: 0;
	}
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

#other-projects-carousel .slick-list {
	height: 300px;
}

#other-projects-carousel .project-thumbnail {
	height: 300px;
	background-color: #dedede;
	padding: 15px;
}

#other-projects-carousel .slick-slide img {
/*	min-height: initial !important;
    width: 215px;
    margin-bottom: 16px;
    margin: auto auto 40px auto;*/

    min-height: initial !important;
    width: 100%;
    max-width: 180px;
    margin: auto auto 10px auto;
}

#other-projects-carousel .label {
	display: block;
    padding: .2em .6em .3em;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    background-color: #34B23F;
    margin-bottom: 3px;
}

.v-a-t{vertical-align: top !important;}
.v-a-m{vertical-align: middle!important;}
.v-a-b{vertical-align: bottom!important;}

.filter-container{
    padding: 0 5px;
    margin: 0 20px;
    margin-top: 15px;
}


.filter-container .filter span:not(.title),.filter-container .filter a{
    color:#171717;
    font: normal bold 18px / 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
}


.filter-container .filter a{
    text-align: center;
    /*margin:10px;*/
    padding: 6px 20px;
    background-color: #fff;
    font-size: 12px;
    display: inline-block;
}

.filter-chk.selected{
    color:#fff !important;
}


.filter span.title{
    width:150px;
    text-align: right;
    display: inline-block;
}

#loadingMsg{
    padding-top:50px;
}

.pagination > li > a, .pagination > li > span{
    padding: 15px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #F9B10B;
    color: #171717;
    font-weight: bold;
    border-radius: 29px;
}
.pagination > li > a, .pagination > li > span{
    background-color: #fff;
    border:none;
}


.comment{
    border-bottom: 2px solid #f0f0f0;
    padding:20px;
}

.info-box{
    box-shadow: 5px 5px 0px 0px rgb(187, 187, 187);
}

.info-box-number{
    position: absolute;
    right: 30px;
    bottom: 14px;
    font-size:25px;
}

.info-box-number{
    color: #777a;
}

.info-box-text{
    text-transform: none;
    color:#171717;
}

.box-footer{
    padding:0 !important;
    border:none;
}
.box-footer *{
    color:#fff;
}

.full-width{width: 100%;}

.showMeMoreBtn{
    font-weight: bold;-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.33);
}

#saveFilters{
    background-color: transparent;
    color: #171717;
    text-decoration: underline;
}

.filter.saved{
    padding-top: 5px;
}

.filter.saved a{
    margin:0;
    /*padding: 5px 5px;*/
}


.carousel-project-data{
    width: 100%;
    margin:0 !important;
    padding:10px !important;
}
.carousel-project-data a p{
    font-size: 17px !important;
}

/*a[data-fancybox="fallery"] .thumbnail{*/
/*    width:auto !important;*/
/*    max-height: 250px !important;*/
/*}*/

 .mandatory-field:before {
     content:" *";
     color: red;
 }

 #surveyMsg{
     width: 100%;
     padding: 20px 10px 10px 10px;
     background-color: #a5d71c;
     text-align: center;
     font-weight: bold;
 }
.well.filters .row .title{
    text-align: right !important;
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .well.filters .row .title{
        text-align: center !important;
    }
    .filter-container .filter a{
        display: inherit;
    }
}
.objective-container{
    text-align: justify;
    line-height: 2;
    font-size: 17px;
}

/*.projectFile{*/
/*    margin: 20px 10px;*/
/*    width:200px;*/
/*    text-align: center;*/
/*    float: left;*/
/*}*/


ul#fileList{
    list-style-type: square !important;
}
ul#fileList li{
    margin: 4px;
    display: block !important;
}

ul#fileList li a{
    font-size: 14px !important;
    font-family: Arial, Verdana, sans-serif !important;
    color:#0c0c0c !important;
    letter-spacing: 1px !important;
}


#nfcFilterProcessList{
    margin:15px;
}
#nfcFilterProcessList li{
    margin:12px;
}
.dropdown-menu > li > a{
    font:normal bold 14px / 42px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif
}
