/* CSS Document */

/* Projects */

.project_detail {
    width: 99.9%
}

/* New Project */

#form_project_new {
    width: 100%;
    margin-top: 1em;
}

.project_new_fieldset_title {
    /*width: 105.59%;*/
    font-size: 1.1em;
    font-weight: 700;
    color: #767676;
    margin: 0.5em 0em;
    padding-bottom: 0.2em;
    border-bottom: solid 0.1em #767676;
}

.project_new_infos {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    padding: 0.2em 0em;
}

.project_new_data_text_input {
    margin-left: 0.1em;
    padding: 0.2em 0em;
}

.project_new_data_text_input > label {
    font-size: 1em;
    color: #767676;
}

.project_new_data_text_input > label > a {
    color: #767676;
}

.project_new_data_text_input > input[type=text] {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.project_new_data_text_input > textarea {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    height: 8em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.project_new_data_text_input_error {
    border: solid 0.2em #ba040d !important;
}

.project_new_data_text_input > input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

.project_new_data_text_input > input[type=radio] {
    display: inline-block;
    margin-right: 0.5em;
}

.project_new_radio_label {
    float: left;
    width: 95%;
    padding-left: 0.2em;
}

.project_new_avatar_upload,
.project_new_photo_group_upload {
    margin-left: 0.1em;
    position: relative;
    padding: 0.2em 0em;
}

#project_new_avatar_upload_waiting,
#project_new_photo_group_upload_waiting {
    position: absolute;
    top: 0.2em;
    left: 0em;
    display: none;
    width: 31.25em;
    height: 10em;
    background: #ffffff;
    border: solid 0.2em #767676;
}

#project_new_avatar_upload_waiting img,
#project_new_photo_group_upload_waiting img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -2em;
    width: 4em;
}

#project_new_avatar_form,
#project_new_photo_group_form {
    margin-top: 0.5em;
}

#project_new_avatar_form > input[type=file],
#project_new_photo_group_form > input[type=file] {
    width: 100%;
    margin: 0.5em 0em;
    font-size: 1em;
    color: #767676;
}

#project_new_avatar_upload_container img,
#project_new_photo_group_upload_container img {
    width: 31.25em;
    max-width: 400px;
    /*height: 10em;*/
    background-color: #58a0ce;
    border: solid 0.2em #767676;
}

body .project_new_btn {
    width: 99%;
    margin: 0.5em 0.5%;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_new_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

.project_new_data_multiple_input > label {
    font-size: 1em;
    color: #767676;
}

.project_new_data_multiple_input > input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

.project_new_data_multiple_sub_container {
    margin-left: 23px;
    margin-top: 10px;
}

#project_custom_needs_container {
    display: none;
}

#form_project_new_success {
    display: none;
}

#form_project_new_error {
    display: none;
}

/* Project Update */

#form_project_update {
    width: 100%;
    margin-top: 0.5em;
}

.project_update_fieldset_title {
    width: 105.59%;
    font-size: 1.1em;
    font-weight: 700;
    color: #767676;
    margin: 0.5em 0em;
    padding-bottom: 0.2em;
    border-bottom: solid 0.1em #767676;
}

.project_update_infos {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    padding: 0.2em 0em;
}

.project_update_data_text_input {
    margin-left: 0.1em;
    padding: 0.2em 0em;
}

.project_update_data_text_input > label {
    font-size: 1em;
    color: #767676;
}

.project_update_data_text_input > label > a {
    color: #767676;
}

.project_update_data_text_input > input[type=text] {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.project_update_data_text_input > textarea {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    height: 8em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.project_update_data_text_input_error {
    border: solid 0.2em #ba040d !important;
}

.project_update_data_text_input > input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

.project_update_data_text_input > input[type=radio] {
    display: inline-block;
    margin-right: 0.5em;
}

.project_update_radio_label {
    float: left;
    width: 95%;
    padding-left: 0.2em;
}

.project_update_avatar_upload,
.project_update_photo_group_upload {
    margin-left: 0.1em;
    position: relative;
    padding: 0.2em 0em;
}

#project_update_avatar_upload_waiting,
#project_update_photo_group_upload_waiting {
    position: absolute;
    top: 0.2em;
    left: 0em;
    display: none;
    width: 31.25em;
    height: 10em;
    background: #ffffff;
    border: solid 0.2em #767676;
}

#project_update_avatar_upload_waiting img,
#project_update_photo_group_upload_waiting img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -2em;
    width: 4em;
}

#project_update_avatar_form,
#project_update_photo_group_form {
    margin-top: 0.5em;
}

#project_update_avatar_form > input[type=file],
#project_update_photo_group_form > input[type=file] {
    width: 100%;
    margin: 0.5em 0em;
    font-size: 1em;
    color: #767676;
}

#project_update_avatar_upload_container img,
#project_update_photo_group_upload_container img {
    width: 31.25em;
    /*height: 10em;*/
    max-width: 400px;
    background-color: #58a0ce;
    border: solid 0.2em #767676;
}

body .project_update_btn {
    width: 99%;
    margin: 0.5em 0.5%;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_update_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

.project_update_data_multiple_input > label {
    font-size: 1em;
    color: #767676;
}

.project_update_data_multiple_input > input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#form_project_update_success {
    display: none;
}

#form_project_update_error {
    display: none;
}

/* Projects listing */

.project_listing_infos {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    padding: 0.2em 0em;
}

#form_projects_filters {
    width: 100%;
    margin-top: 0.45em;
}

.projects_filters_data_text_input {
    margin-left: 0.1em;
    padding: 0.2em 0em;
}

.projects_filters_data_text_input > label {
    font-size: 1em;
    color: #767676;
}

.projects_filters_data_multiple_input > label {
    font-size: 1em;
    color: #767676;
}

.projects_filters_data_multiple_input > input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

.projects_filters_data_text_input > input[type=text] {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

body .projects_filters_btn {
    width: 99%;
    margin: 0.5em 0.5%;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .projects_filters_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

/* Homepage */

.projects_container {
    margin-left: -1.25%;
}

.project_box {
    float: left;
    width: 32%;
    margin-top: 1em;
    margin-left: 1.25%;
    margin-bottom: 15px;

    padding-bottom: 15px;
    /*border-bottom: 1px solid #4190bb;*/

    border-bottom: 1px solid #6fbae3;
}

.project_box_logo {
    width: 100%;
    height: 10em;
    /*background-color: #58a0ce;*/
    text-align: center;
    border-radius: 3px;
}

.project_box_logo img {
    max-height: 100%;
    max-width: 90%;
}

.project_box_has_logo,
.project_box_has_logo img {
    background-color: transparent !important;
}


.project_box_title h3 {
    height: 1.4em;
    font-size: 1.5em !important;
    color: #4190bb !important;
    font-weight: 400 !important;
}
.project_box_title h3 img.lang {
    margin-right: 4px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.project_box_title h3 a {
    color: #4190bb !important;
    text-decoration: none !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_box_title h3 a:hover span {
    text-decoration: underline !important;
}

.project_box_cat {
    float: left;
    height: 3.5em;
    width: 85%;
    background-image: url(/img/bg_project_cat.png);
    background-position: left 0.2em;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    line-height: 1.5em;
    font-size: 1em;
    color: #88be00;
    padding-left: 1.5em;
}

.project_box_cat a {
    color: #88be00;
}

.project_box_tag_headline {
    float: left;
    background-image: url(/img/projects/star.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1.3em;
    padding-left: 1.75em;
    line-height: 1.3em;
    font-size: 1em;
    color: #4190bb;
}

.project_box_tag_success {
    float: left;
    background-image: url(/img/projects/medal.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.35em;
    line-height: 1.3em;
    font-size: 1em;
    color: #4190bb;
}

.project_box_status {
    float: right;
    line-height: 1.3em;
    text-align: right;
    font-size: 1em;
    color: #4190bb;
    font-style: italic;
}

.project_box_status a {
    color: #4190bb;
}

.project_box_num_members {
    float: right;
    background-image: url(/img/bg_project_members.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.6em 1em;
    padding-left: 2em;
    line-height: 1.5em;
    font-size: 1em;
    color: #4190bb;
}

.project_box_country {
    float: right;
    line-height: 1.5em;
    font-size: 1em;
    color: #4190bb;
}

.project_box_num_members a {
    font-size: 1em;
    color: #4190bb;
    text-decoration: none;
}

.project_box_num_members a:hover {
    text-decoration: underline;
}

.project_box_last_forum {
    color: #fff;
    margin-top: 0.5em;
    text-align: right;
    height: 3em;
}

.project_box_last_forum > div {
    border-radius: 3px;
    padding: 0.3em 0.5em;

    background: #88be00;
    background: -moz-linear-gradient(top, #88be00 0%, #6b9f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88be00), color-stop(100%,#6b9f00));
    background: -webkit-linear-gradient(top, #88be00 0%,#6b9f00 100%);
    background: -o-linear-gradient(top, #88be00 0%,#6b9f00 100%);
    background: -ms-linear-gradient(top, #88be00 0%,#6b9f00 100%);
    background: linear-gradient(to bottom, #88be00 0%,#6b9f00 100%);
}

.project_box_last_forum.no-forum > div {
    color: #aaa;

    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top, #dddddd 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #dddddd 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top, #dddddd 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #dddddd 0%,#e8e8e8 100%);
}

.project_box_desc {
    height: 7em;
    padding: 1em 0;
    font-size: 1em;
    text-align: justify;
    color: #4190bb;
    overflow: hidden;
    margin-bottom: 1em;
    position: relative;
}
.project_box_desc:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: url(/img/gradient-transparent-white.png) 0 100% repeat-x;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

.project_box_desc_readmore {
    text-align: right;
    margin: 10px 0;
    color: #fff !important;
    background: #4190bb;
    padding: 5px;
    border-radius: 3px;
}

.project_box_desc_readmore a {
    font-style: normal !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.project_box_desc_readmore a:hover {
    text-decoration: underline !important;
}

.project_box_share {
    height: 2em;
    line-height: 2em;
    background-image: url(/img/bg_project_share.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.3em 1.3em;
    padding-left: 2em;
    font-size: 1em;
}

.project_box_share a {
    opacity: 0.7;
    transition: opacity 0.5s ease 0s;
}

.project_box_share a:hover {
    opacity: 1;
}

.project_box_share img {
    height: 2.05em;
    margin-right: 0.5em;
}

.project_box_hr {
    width: 100%;
    font-size: 1em;
    margin: 1em 0em;
    border-top: solid 0.1em #c8c8c8;
}

.projects_data_navigator {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: #4190bb;
}

.projects_data_navigator_link {
    text-decoration: underline;
    cursor: pointer;
    padding: 0em 0.15em;
}

.projects_data_navigator_link_active {
    font-weight: 700;
    padding: 0em 0.15em;
}

/* Project View Detail */

.project_detail_share {
    height: 2.8em;
    line-height: 2.8em;
    text-align: right;
    font-size: 1em;
}

.project_detail_share img {
    height: 2.75em;
    margin-left: 0.5em;
}

.project_detail_like {
    margin-top: 1em;
    height: 2.8em;
}

.project_detail_like > div {
    float: right;
}

.project_detail_logo {
    float: left;
    width: 50%;
    text-align: left;
}

.project_detail_logo img {
    height: 10em;
    /*border: solid 0.2em #c8c8c8;*/
    background-color: #58a0ce;
    border-radius: 3px;
}

.project_detail_actions {
    float: right;
    width: 50%;
}

#form_project_detail_actions {
    display: none;
}

#form_project_detail_result {
    display: none;
}

#form_project_detail_result h3 {
    border-bottom: none !important;
}

.project_detail_data_text_input {
    width: 100%;
}

.project_detail_data_text_input > label {
    font-size: 1em;
    color: #767676;
}

.project_detail_data_text_input > textarea {
    width: 92%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    height: 8em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.project_detail_infos {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    padding: 0.2em 0em;
}

body .project_detail_form_btn {
    width: 92%;
    margin: 0.5em 0;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_detail_form_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

body .project_detail_actions_btn {
    float: left;
    margin: 0em 0.5em;
    margin-bottom: 1em;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_detail_actions_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

.project_detail h3 {
    margin: 0.5em 0em !important;
    border-bottom: solid 0.1em #c8c8c8 !important;
    font-size: 1em !important;
    font-weight: 700;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    border-left: 1.5em solid #88be00;
    padding-left: 0.5em !important;
    height: 1.5em;
}

.project_detail h4 a {
    color: #4190bb !important;
    text-decoration: none;
}

.project_detail h4 a:hover {
    text-decoration: underline;
}

.project_long_desc {
    margin-top: 1em;
    min-height: 5em;
    padding: 0.5em;
    overflow: auto;
    background-color: #eeeeee;
    border: solid 0.1em #c8c8c8;
    font-size: 1em;
    color: #767676 !important;

}

.project_long_desc p {
    font-size: 1em !important;
    color: #767676 !important;

}

.project_subcontent {
    margin-top: 1em;
    min-height: 10em;
    padding: 0.5em;
    background-color: #eeeeee;
    border: solid 0.1em #c8c8c8;
}

body .project_infos_actions_btn {
    display: inline-block;
    margin: 0em;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_infos_actions_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

#form_project_infos_actions {
    width: 97%;
    display: none;
}

#form_project_infos_answers_actions {
    width: 97%;
    display: none;
    margin-bottom: 0.5em;
}

.info_new_fieldset_title {
    width: 105.59%;
    font-size: 1.1em;
    font-weight: 700;
    color: #767676;
    margin: 0.5em 0em;
    padding-bottom: 0.2em;
    border-bottom: solid 0.1em #767676;
}

.info_new_data_text_input {
    margin-left: 0.1em;
    padding: 0.2em 0em;
}

.info_new_data_text_input > input[type=text] {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.info_new_data_text_input > textarea {
    width: 100%;
    margin: 0.5em 0em;
    padding: 0.6em 0em;
    height: 8em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #767676;
}

.info_new_data_text_input_error {
    border: solid 0.2em #ba040d !important;
}

/* Project members */

.project_member_box {
    /*    margin-top: 1em;
        padding: 0.5em;
        overflow: auto;
        background-color: #eeeeee;
        border: solid 0.1em #c8c8c8;*/

    background: #eee;
    border: 0.1em solid #c8c8c8;
    box-sizing: border-box;
    float: left;
    height: 13em;
    margin-bottom: 1%;
    margin-left: 1%;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 13.25%;
}

.project_member_box_avatar {
    /*    float: left;
        width: 12%;*/
    box-sizing: border-box;
    padding: 0.25em;
}
.project_member_box_avatar_pic {
    display: block;
    height: 6em;
    overflow: hidden;
}
.project_member_box_avatar_pic img {
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.project_member_box_avatar_name {
    margin-top: 10px;
}


.project_member_box_avatar img {
    /*    height: 8.5em;
        max-width: 8.5em;
        border: solid 0.1em #c8c8c8;*/
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.project_member_box_link {
    color: #4190bb !important;
    font-weight: bold;
    text-decoration: none;
}
.project_member_box_desc {
    float: right;
    width: 88%;
}

.project_member_box_desc h4 a {
    font-weight: 700;
}

/* Project events */

.project_event_box {
    margin-top: 1em;
    padding: 0.5em;
    overflow: auto;
    background-color: #eeeeee;
    border: solid 0.1em #c8c8c8;
}

.project_event_box_avatar {
    float: left;
    width: 12%;
}

.project_event_box_avatar img {
    height: 8.5em;
    max-width: 8.5em;
    border: solid 0.1em #c8c8c8;
}

.project_event_box_desc {
    float: right;
    width: 88%;
}

.project_event_box_desc h4 a {
    font-weight: 700;
}

/* Project videos */

.project_video_box {
    width: 640px;
    margin-top: 1em;
    padding: 0.5em;
    background-color: #eeeeee;
    border: solid 0.1em #c8c8c8;
}

.project_video_box_desc h4 {
    font-weight: bold;
    font-weight: 700;
    font-size: 1.2em;
    color: #4190bb !important;
    padding: 0.2em 0 !important;
}

.project_video_box_thumb img {
    width: 640px;
    height: 480px;
    cursor: pointer;
}

.project_video_infos {
    font-size: 0.8em !important;
    font-style: italic;
    padding: 0.5em 0 !important;
}

.project_video_infos a {
    color: #4190bb !important;
    text-decoration: none;
    font-weight: 700 !important;
}

.project_video_infos a:hover {
    color: #4190bb !important;
    text-decoration: underline;
}

/* Project albums photos */

.project_album_photos_box {
    float: left;
    width: 25%;
    margin-top: 1em;
}

.project_album_photos_box_container {
    padding: 0.5em;
}

.project_album_photos_box_content {
    padding: 0.5em;
    background-color: #eeeeee;
    border: solid 0.1em #c8c8c8;
}

.project_album_photos_desc {
    height: 8em;
    overflow: hidden;
}

.project_album_photos_box_desc h4 {
    height: 3.5em;
    font-weight: bold;
    font-weight: 700;
    font-size: 1.2em;
    color: #4190bb !important;
    padding: 0.2em 0 !important;
}	

.project_album_photos_infos {
    font-size: 0.8em !important;
    font-style: italic;
    padding: 0.5em 0 !important;
}

.project_album_photos_infos a {
    color: #4190bb !important;
    text-decoration: none;
    font-weight: 700 !important;
}

.project_album_photos_infos a:hover {
    color: #4190bb !important;
    text-decoration: underline;
}

.project_album_photos_avatar {
    text-align: center;
}

.project_album_photos_avatar img {
    height: 10em;
    max-width: 100%;
}

/* Project bulletins */

.project_bulletin_infos {
    float: left;
    font-size: 0.8em !important;
    font-style: italic;
}

.project_bulletin_actions {
    float: right;
}

.project_bulletin_actions span {
    font-size: 0.8em !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #4190bb !important;
    cursor: pointer;
    text-decoration: underline;
}

.project_bulletin_infos a {
    color: #4190bb !important;
    text-decoration: none;
    font-weight: 700 !important;
}

.project_bulletin_infos a:hover {
    color: #4190bb !important;
    text-decoration: underline;
}

.project_bulletin_title {
    background: url(../../img/bg_project_info_title.png) left center no-repeat;
    font-size: 1.2em !important;
    color: #4190bb !important;
    margin: 0.5em 0;
    padding: 0.2em 0em !important;
    padding-left: 2.5em !important;
}

.project_bulletin_txt {
    font-size: 1em;
    padding: 0.4em 0.4em !important;
    text-align: justify !important;
    background-color: rgba(65, 144, 187, 0.05);
    border: solid 0.1em #4190bb;
    margin-bottom: 0.2em;
}

.project_bulletin_txt a {
    color: #4190bb !important;
    text-decoration: none;
}

.project_bulletin_answer_title {
    margin-left: 1.5%;
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: #788b01 !important;
    padding: 0.2em 0em !important;
}

.project_bulletin_answer_container {
    padding-left: 1.5%;
}

.project_bulletin_answer_txt {
    font-size: 0.9em;
    padding: 0.4em 0.4em !important;
    text-align: justify !important;
    background-color: rgba(120, 140, 1, 0.05);
    border: solid 0.1em #788b01;
    margin-bottom: 0.2em;
}

.project_bulletin_answer_txt a {
    color: #4190bb !important;
    text-decoration: none;
}

/* Project search engine */

.project_search_menu_container {
    border-top: 0.1em solid #c8c8c8;
    margin: 2.5em 0 0;
    text-align: center;
}

.project_infos,
.project_search_menu_container > div {
    width: 90%;
    margin: 0 auto;
}
.project_infos_icon {
    float: left;
    margin: -2px 15px 0px 0px;
}
.project_search_menu_container > div {
    margin: -18px auto 0px;
}
.project_search_menu_container > div > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.project_search_filter_cat {
    float: left;
    width: 30% !important;
    height: 2.65em;
    margin-left: 0 !important;
    text-align: left;
    background: #ffffff;
    border: solid 0.1em #c8c8c8;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-right: none;
}

.project_search_filter_data {
    float: left;
    width: 70% !important;
    min-height: 2.65em;
    text-align: left;
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4, #d7d7d7);
    background: -webkit-linear-gradient(top, #e4e4e4, #d7d7d7);
    background: -o-linear-gradient(top, #e4e4e4, #d7d7d7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4e4e4', endColorstr='#d7d7d7');/*For IE7-8-9*/ 
    background: linear-gradient(to bottom, #e4e4e4, #d7d7d7);
    border: solid 0.1em #c8c8c8;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.project_search_menu_data_text_input {
    float: left;
    padding: 0.5em;
    width: 96%;
}
.project_search_menu_data_text_input label
{
    color: #5195bf;
}
.project_search_menu_data_text_input > input[type=text],
.personal_combo {
    float: left;
    width: 88%;
    height: 1.5em;
    margin-left: 0.5em;
    font-size: 1em;
    color: #5195bf;
    border: none;
}

.project_search_menu_data_text_input_submit_container,
.personal_combo_drop_btn{
    float: right;
    margin-left: 1%;
    width: 8%;
    height: 1.2em;
    text-align: center;
}

.project_search_menu_data_text_input_submit {
    width: 1.2em;
    height: 1.2em;
    background: #5195bf;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    color: #ffffff;
    border-radius: 0.6em;
    cursor: pointer;
}

.project_search_menu_data_criteria {
    float: left;
    margin: 0.2em 0;
    margin-left: 0.3em;
    padding: 0.25em;
    background-color: #ffffff;
    border: solid 0.1em #5195bf;
    border-radius: 0.5em;
}

.project_search_menu_data_criteria_data {
    float: left;
    font-size: 1em;
    color: #5195bf;
    line-height: 1.45em;
}

.project_search_menu_data_criteria_remove {
    float: left;
    margin-left: 0.4em;
    margin-top: 0.05em;
    width: 1.2em;
    height: 1.2em;
    background: #ffffff;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.05em;
    color: #5195bf;
    border: solid 0.1em #5195bf;
    border-radius: 0.65em;
    cursor: pointer;
}
.select_news_and_event_date select,
.select_pictures_and_videos_date select
{
    box-sizing: border-box;
    width: 70%;
    min-height: 2.65em;
    height: 2.65em;
    padding-left: 0.5em;
    padding-top: 0.25em;
    font-size: 1em;
    color: #767676;
    border: solid 0.1em #c8c8c8;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.project_search_menu_data_order {
    float: left;
    width: 10em;
    height: 2em;
    line-height: 2.14em;
    margin: 0;
    padding: 0.25em;
    border-right: solid 0.1em #c8c8c8;
    text-align: center;
    color: #767676;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    cursor: pointer;
}

.project_search_menu_data_order_active {
    border-left: solid 0.1em #c8c8c8;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: #ffffff !important;
    color: #2280b3 !important;
}

.project_search_menu_data_order_active_previous {
    border-right: none !important;
}

body .project_search_btn {
    width: 33.33%;
    margin: 1em auto;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .project_search_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

/* Members section --> Project members */

#admin_form_project_members_result {
    display: none;
}

#admin_form_project_members_result h3 {
    border-bottom: none !important;
}

.admin_project_members_data_text_input {
    width: 100%;
}

.admin_project_members_data_text_input > label {
    font-size: 1em !important;
    color: #767676;
}

.admin_project_members_data_text_input > textarea {
    width: 96.50%;
    margin: 0.5em 0em;
    padding: 0.6em 1em;
    height: 4em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em !important;
    color: #767676;
    border: solid 0.1em #767676;
}

.admin_project_members_infos {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    padding: 0.2em 0em;
}

.admin_project_members_comment {
    font-size: 0.8em !important;
    color: #767676;
    font-style: italic;
    margin: 0.5em 0;
    margin-left: 1em;
    padding: 0.4em 0.4em !important;
    text-align: justify !important;
    background-color: rgba(65, 144, 187, 0.05);
    border: solid 0.1em #4190bb;
}

.admin_project_member_link {
    color: #4190bb !important;
    text-decoration: none !important;	
}

.admin_project_member_link:hover {
    text-decoration: underline !important;	
}

body .admin_project_members_actions_btn {
    float: left;
    margin: 0em 0.5em;
    margin-top: 1em;
    padding: 1em 1em;
    border: solid 0.1em #c8c8c8;
    border-radius: 0.5em;
    background: rgb(191,210,85);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

body .admin_project_members_actions_btn:hover {
    background: rgb(230,240,163);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ) !important;
}

/* Social networks/Share */

#twitter-widget-0 {
    width: 85px !important;
}
#___plusone_0 {
    width: 75px !important;
}


@media screen and (max-width : 1400px)  {

    .project_infos,
    .project_search_menu_container > div {
        width: 98%;
    }
    .project_search_filter_cat {
        width: 37% !important;
    }
    .project_search_filter_data {
        width: 63% !important;
    }


}
