
/* - ++theme++gin.themegin/css/tiles.css - */
@media screen {
/* https://g-i-n.net/portal_css/++theme++gin.themegin/css/tiles.css?original=1 */
/* */
@font-face {
font-family: 'tiles-interaktiv-icons';
src: url(++theme++interaktiv.tiles/fonts/interaktiv-gmbh.eot);
src: url(++theme++interaktiv.tiles/fonts/interaktiv-gmbh.eot) format('embedded-opentype'), url(++theme++interaktiv.tiles/fonts/interaktiv-gmbh.ttf) format('truetype'), url(++theme++interaktiv.tiles/fonts/interaktiv-gmbh.woff) format('woff'), url(++theme++interaktiv.tiles/fonts/tiles-interaktiv-gmbh.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
font-family: 'tiles-interaktiv-icons', serif;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-up:before {
content: "\e60f";
}
.icon-left:before {
content: "\e610";
}
.icon-right:before {
content: "\e611";
}
.icon-down:before {
content: "\e612";
}
.icon-up_down:before {
content: "\e609";
}
.icon-remove:before {
content: "\e60a";
}
.icon-add:before {
content: "\e60d";
}
.icon-position:before {
content: "\e607";
}
.icon-edit:before {
content: "\e608";
}
.icon-triangle-right:before {
content: "\e614";
}
.icon-arrow-bottom:before {
content: "\e606";
}
.icon-arrow-right:before {
content: "\e600";
}
.icon-arrow-left:before {
content: "\e601";
}
/* */
.tile-row {
/* */
position: relative;
/* */
/* */
}
.tile-row .row-edit-control {
display: none !important;
}
.tile-row:hover .row-edit-control {
display: block !important;
}
.tile-row .row-edit-control {
}
.tile-row .row-edit-control .row-edit-bar {
position: absolute;
right: 0;
top: 0;
display: none;
}
.tile-row .row-edit-control .row-edit-bar div {
position: relative;
float: right;
margin-left: 5px;
}
.tile-row .row-edit-control .row-edit-bar div > a,
.tile-row .row-edit-control .row-edit-bar div > button {
border-width: 4px;
border-style: solid;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 10px;
text-decoration: none;
background: rgba(255, 255, 255, 0.1);
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
transition: transform ease-out 0.1s, background 0.2s;
}
.tile-row .row-edit-control .row-edit-bar div > a:after,
.tile-row .row-edit-control .row-edit-bar div > button:after {
top: 0;
left: 0;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.tile-row .row-edit-control .row-edit-bar div > a:hover,
.tile-row .row-edit-control .row-edit-bar div > button:hover {
background: #01a3a5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
color: white !important;
text-decoration: none;
}
.tile-row .row-edit-control .row-edit-bar div > a:hover:after,
.tile-row .row-edit-control .row-edit-bar div > button:hover:after {
-webkit-animation: sonarEffect1 1s ease-out 75ms;
-moz-animation: sonarEffect1 1s ease-out 75ms;
animation: sonarEffect1 1s ease-out 75ms;
}
@-webkit-keyframes sonarEffect1 {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
}
100% {
opacity: 0;
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
transform: scale(1.5);
}
}
@-moz-keyframes sonarEffect1 {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
}
100% {
opacity: 0;
transform: scale(1.5);
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
}
}
@keyframes sonarEffect1 {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
}
100% {
opacity: 0;
transform: scale(1.5);
box-shadow: 0 0 0 2px #01a3a5, 0 0 2px 5px #01a3a5, 0 0 0 5px #01a3a5;
}
}
.tile-row .row-edit-control .row-edit-bar div.row-edit-move:hover:after {
background-color: #01a3a5;
}
.tile-row .row-edit-control .row-edit-bar div.row-edit-move > button {
border-color: #01a3a5;
color: #01a3a5;
}
.tile-row .row-edit-control .row-edit-bar div.row-edit-settings > button {
border-color: var(--blue-color);
color: var(--blue-color);
}
.tile-row .row-edit-control .row-edit-bar div.row-edit-remove > a {
border-color: #FF0000;
color: #FF0000;
}
.tile-row .row-edit-control .row-edit-bar div ul {
display: block;
margin-top: 7px;
padding: 0;
}
.tile-row .row-edit-control .row-edit-bar div ul li {
border-bottom: 1px solid #E5E5E5;
position: relative;
margin-bottom: 0 !important;
}
.tile-row .row-edit-control .row-edit-bar div ul li:last-of-type {
border-bottom: none;
}
.tile-row .row-edit-control .row-edit-bar div ul li a {
padding-top: 10px;
padding-bottom: 10px;
}
.tile-row .row-edit-control .row-edit-bar div ul li a.disabled {
background-color: #EEE;
color: #CCC;
cursor: not-allowed;
}
.tile-row .row-edit-control .row-edit-bar div ul li span {
color: var(--lightergrey-color);
position: absolute;
top: 12px;
right: 10px;
}
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top::before,
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top::after {
border-style: solid;
content: "";
display: inline-block;
width: 0;
height: 0;
}
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top::before {
border-color: transparent transparent rgba(0, 0, 0, 0.15);
border-width: 0 7px 7px;
position: absolute;
top: -7px;
left: 9px;
}
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top::after {
border-color: transparent transparent var(--white-color);
border-width: 0 6px 6px;
position: absolute;
top: -6px;
left: 10px;
}
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top.pull-right::before,
.tile-row .row-edit-control .row-edit-bar div ul.triangle-top.pull-right::after {
left: auto;
right: 15px;
}
.tile-row.tile-row-gray {
background-color: #eeeeee;
}
.tile-row.tile-row-gray-light {
background-color: #eeeeee;
}
.tile-row.tile-row-green {
background-color: #009f08;
}
.tile-row.tile-row-green-light {
background-color: #7ac673;
}
.tile-row.tile-row-green-medium-light {
background-color: #41a85f;
}
.tile-row.tile-row-blue {
background-color: #2c82c9;
}
.tile-row.tile-row-blue-light {
background-color: #27aae0;
}
.tile-row.tile-row-blue-medium-light {
background-color: #3d8eb9;
}
.tile-row.tile-row-blue-dark {
background-color: #2969b0;
}
.tile-row.tile-row-turquoise {
background-color: #00a885;
}
.tile-row.tile-row-turquoise-light {
background-color: #1abc9c;
}
.tile-row.tile-row-orange {
background-color: #faaf40;
}
.tile-row.tile-row-yellow-light {
background-color: #f7da64;
}
.tile-row.tile-row-red-light {
background-color: #eb6b56;
}
.tile-rowsection {
background-size: 100% 100%;
background-repeat: no-repeat;
}
.tile-row .row-tile-content {
position: relative;
/* */
/* */
}
.tile-row .row-tile-content a {
text-decoration: none;
}
.tile-row .row-tile-content a.row-edit-control,
.tile-row .row-tile-content a.row-edit-control-sub,
.tile-row .row-tile-content a.row-edit-control-main-sub {
font-size: 200%;
position: absolute;
z-index: 10;
display: none;
color: #BBBBBB;
background-color: white;
border-radius: 100px;
}
.tile-row .row-tile-content a.row-edit-control:hover,
.tile-row .row-tile-content a.row-edit-control-sub:hover,
.tile-row .row-tile-content a.row-edit-control-main-sub:hover {
color: black;
}
.tile-row .row-tile-content a.row-add-text {
color: #72DC9F;
top: calc(50% - 36px);
right: -12px;
}
.tile-row .row-tile-content a.row-add-blog {
color: #666666;
top: calc(50% - 12px);
right: -12px;
}
.tile-row .row-tile-content a.row-add-image {
color: #666666;
top: calc(50% + 12px);
right: -12px;
}
.tile-row .row-tile-content a.row-add-profile {
color: #666666;
top: calc(50% + 36px);
right: -12px;
}
.tile-row .row-tile-content a.row-up-down {
right: calc(50% - 12px);
top: -12px;
}
.tile-row .row-tile-content a.row-up {
right: calc(50% - 36px);
top: -12px;
}
.tile-row .row-tile-content a.row-down {
right: calc(50% + 12px);
top: -12px;
}
.tile-row .row-tile-content a.row-remove {
right: -12px;
top: -12px;
color: #D93600;
}
.tile-row .row-tile-content a.row-edit {
right: -12px;
bottom: -12px;
}
.tile-row .row-tile-content a.row-auto,
.tile-row .row-tile-content a.row-manual {
left: -12px;
top: -12px;
}
.tile-row .row-tile-content a.tile-edit-control,
.tile-row .row-tile-content a.tile-edit-control-sub,
.tile-row .row-tile-content a.tile-edit-control-main-sub {
font-size: 200%;
position: absolute;
z-index: 10;
display: none;
color: #BBBBBB;
background-color: white;
left: -12px;
border-radius: 100px;
}
.tile-row .row-tile-content a.tile-edit-control:hover,
.tile-row .row-tile-content a.tile-edit-control-sub:hover,
.tile-row .row-tile-content a.tile-edit-control-main-sub:hover {
color: black;
}
.tile-row .row-tile-content a.tile-up-down-left-right,
.tile-row .row-tile-content a.tile-left,
.tile-row .row-tile-content a.tile-right,
.tile-row .row-tile-content a.tile-up,
.tile-row .row-tile-content a.tile-down {
top: calc(50% - 12px);
}
.tile-row .row-tile-content a.tile-right {
left: 84px;
}
.tile-row .row-tile-content a.tile-left {
left: 60px;
}
.tile-row .row-tile-content a.tile-up {
left: 36px;
}
.tile-row .row-tile-content a.tile-down {
left: 12px;
}
.tile-row .row-tile-content a.tile-remove {
top: calc(50% - 37px);
color: #D93600;
}
.tile-row .row-tile-content a.tile-edit {
top: calc(50% - 62px);
}
.tile-row .row-tile-content a.tile-inc-dec-size,
.tile-row .row-tile-content a.tile-increase-size,
.tile-row .row-tile-content a.tile-decrease-size {
top: calc(50% + 13px);
}
.tile-row .row-tile-content a.tile-increase-size {
left: 12px;
}
.tile-row .row-tile-content a.tile-decrease-size {
left: 36px;
}
.tile-row .row-tile-content a.tile-inc-dec-offset,
.tile-row .row-tile-content a.tile-increase-offset,
.tile-row .row-tile-content a.tile-decrease-offset {
top: calc(50% + 38px);
}
.tile-row .row-tile-content a.tile-increase-offset {
left: 12px;
}
.tile-row .row-tile-content a.tile-decrease-offset {
left: 36px;
}
.tile-row .tile {
position: relative;
}
.tile-row .text-tile img {
max-width: 100%;
}
.tile-row .text-tile video {
height: auto;
max-width: 100%;
}
/* */
.template-tile_view h1 {
text-align: center;
}
#tile-open-child-actions:hover .sub {
display: block;
}
/* */
.userrole-authenticated .tile-row .row-tile-content {
border: 2px solid #F5F5F5;
min-height: 150px;
margin-left: 0;
}
.userrole-authenticated .tile-row .tile {
min-height: 150px;
border: 1px solid #F5F5F5;
}
.userrole-authenticated .tile-row .row-tile-content:hover {
border: 2px solid #BBBBBB;
}
.userrole-authenticated .tile-row .row-tile-content:hover .tile {
border: 1px dotted #BBBBBB;
}
.userrole-authenticated .tile-row .row-tile-content:hover .tile:hover {
background-color: #F5F5F5;
}
.userrole-authenticated .tile-row .row-tile-content:hover .tile:hover a.tile-edit-control,
.userrole-authenticated .tile-row .row-tile-content:hover .tile:hover a.tile-edit-control-main-sub {
display: block;
}
.userrole-authenticated .tile-row .row-tile-content:hover a.row-edit-control,
.userrole-authenticated .tile-row .row-tile-content:hover a.row-edit-control-main-sub {
display: block;
}
/* */
.blog-tile-container {
padding: 0;
}
.blog-tile-container .blog-tile-controls {
margin: 5px 0;
text-align: right;
}
.blog-tile-container .blog-tile-controls .to-blog {
display: inline-block;
padding: 12px 20px;
cursor: pointer;
}
.blog-tile-container .blog-tile-row {
margin: 0;
}
.blog-tile-container .blog-tile-row .blog-tile {
width: 200px;
display: inline-block;
}
.blog-tile-container .blog-tile-row .blog-tile .bt-box {
cursor: pointer;
background-color: #FF6E47;
}
.blog-tile-container .blog-tile-row .blog-tile .bt-box .bt-date {
color: white;
font-size: 12px;
display: block;
padding: 5px 0 5px 5px;
}
.blog-tile-container .blog-tile-row .blog-tile .bt-box .bt-text {
word-wrap: break-word;
color: black;
font-size: 18px;
display: block;
margin: 0 0 5px 5px;
}
.blog-tile-container .blog-tile-row .blog-tile .bt-box .bt-author {
display: block;
height: 17px;
}
.blog-tile-container .blog-tile-row .blog-tile .triangle-topright {
width: 0;
height: 0;
border-top: 12px solid var(--orange-color);
border-left: 12px solid transparent;
}
/* */
.image-tile {
display: block;
text-align: center;
position: relative;
}
.image-tile img {
max-width: 100%;
}
.image-tile .image-text {
position: absolute;
top: 20%;
left: 0;
text-align: center;
width: 100%;
}
.image-tile .image-text span {
color: white;
text-shadow: 1px 1px #777777;
display: block;
opacity: 0;
}
.image-tile .image-text span.image-caption {
font-weight: 600;
}
.image-tile .image-text span.image-description {
font-weight: 400;
}
.image-tile:hover .image-caption,
.image-tile:hover .image-description {
opacity: 1;
}
.image-tile.hover-colored-to-blurry-black-and-white img {
filter: alpha(opacity=0);
filter: blur(0px) grayscale(0%);
-webkit-filter: alpha(opacity=100);
-moz-filter: blur(0px) grayscale(0%);
-moz-filter: alpha(opacity=100);
-webkit-filter: blur(0px) grayscale(0%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
transition: 100ms ease-out all;
}
.image-tile.hover-colored-to-blurry-black-and-white:hover img {
filter: gray;
/* */
filter: alpha(opacity=0);
filter: blur(2px) grayscale(100%);
-moz-filter: alpha(opacity=0);
-moz-filter: blur(2px) grayscale(100%);
-webkit-filter: alpha(opacity=0);
-webkit-filter: blur(2px) grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.image-tile.hover-black-and-white-to-colored img {
filter: gray;
/* */
filter: alpha(opacity=70);
filter: grayscale(100%) opacity(70%);
-moz-filter: alpha(opacity=70);
-moz-filter: grayscale(100%) opacity(70%);
-webkit-filter: alpha(opacity=70);
-webkit-filter: grayscale(100%) opacity(70%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* */
transition: 100ms ease-out all;
}
.image-tile.hover-black-and-white-to-colored:hover img {
filter: alpha(opacity=100);
filter: grayscale(0%) opacity(100%);
-moz-filter: alpha(opacity=100);
-moz-filter: grayscale(0%) opacity(100%);
-webkit-filter: alpha(opacity=100);
-webkit-filter: grayscale(0%) opacity(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* */
.profile-tile {
text-align: center;
}
.profile-tile *:hover {
cursor: pointer;
}
.profile-tile .profile-image {
max-width: 100%;
}
.profile-tile .profile-overlay {
12px: 12px;
margin-top: 19.5px;
text-align: left;
display: none;
position: absolute;
top: 100%;
background-color: var(--white-color);
box-shadow: 0 0 12px #666666;
z-index: 99;
max-width: 768px;
width: 768px;
min-width: 320px;
}
.profile-tile .profile-overlay hr {
margin-left: -15px;
margin-right: -15px;
}
.profile-tile .profile-overlay .triangle {
position: absolute;
left: 50%;
background: #AAAAAA;
}
.profile-tile .profile-overlay .triangle:before {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: -7.5px;
margin-top: -15px;
left: 50%;
border: 15px solid #AAAAAA;
border-color: transparent transparent inherit inherit;
}
.profile-tile .profile-overlay .triangle:after {
content: "";
margin-left: -30px;
height: 30px;
width: 90px;
background-color: #AAAAAA;
position: absolute;
}
.profile-tile .profile-wrapper {
padding: 30px 45px;
}
.profile-tile .profile-wrapper hr {
margin-top: 10px;
margin-bottom: 10px;
}
.profile-tile .profile-name {
font-size: 1.5rem;
margin-bottom: 0;
}
.profile-tile .profile-title {
font-size: 1.2rem;
color: #999999;
font-style: italic;
}
.profile-tile .profile-description {
margin-bottom: 0;
}
.profile-tile .profile-details .headline {
font-weight: bold;
display: block;
}
.profile-tile .profile-details .col-md-6 {
margin-bottom: 10px;
min-height: 60px;
}
.profile-tile .profile-social {
text-align: right;
}
.profile-tile .profile-social a {
font-size: 26px;
line-height: 26px;
vertical-align: middle;
}
.profile-tile .profile-social a:before {
content: "";
font-family: interaktiv-gmbh, serif;
}
.profile-tile .profile-social a.twitter:before {
content: "\e901";
color: #55ACEE;
}
.profile-tile .profile-social a.linkedin:before {
content: "\e616";
color: #0077B5;
}
.profile-tile .profile-social a.xing:before {
content: "\e900";
color: #006464;
}
.boxhin {
color: white;
font-size: 15px;
border-style: solid;
border-radius: 50px;
border-width: 1px;
border-color: #72DC9F;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
background-color: #72DC9F;
-webkit-user-select: none;
/* */
-moz-user-select: none;
/* */
-ms-user-select: none;
/* */
user-select: none;
/* */
width: 140px;
margin: 0 auto;
text-align: center;
}
.boxhin:hover {
box-shadow: 0px 2px #DEDEDE;
top: 2px;
background-color: #2ECC71;
text-decoration: none !important;
color: white;
}
/* */
div.contenttreeWindow {
z-index: 10000 !important;
}
/* */
/* */
.col-md-12 {
width:100%;
}
.col-md-6 {
width:50%;
}
.col-md-4 {
width:33%;
}
.col-md-3 {
width:25%;
}
.col-md-2 {
width:16%;
}
.col-md-1 {
width:8%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height:1px;
padding-right:15px;
padding-left:15px;
}
.row {
margin-right:-15px;
margin-left:-15px !important;
}
div.container {
width:100%;
}
.container, .container-fluid {
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto;
}
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* */
#overlay {
display: none;
position: fixed;
left: 20%;
top: 8%;
width: 60%;
z-index: 200;
background: var(--white-color);
padding:0 40px 10px 40px;
}

}


/* - ++theme++gin.themegin/css/variables.css - */
@media screen {
/* https://g-i-n.net/portal_css/++theme++gin.themegin/css/variables.css?original=1 */
:root {
--orange-color: rgb(236, 104, 57);
--orange-color-hover: rgba(236, 104, 57, 0.9);
--blue-color: rgb(44, 57, 86);
--lightgrey-color: #CCCCCC;
--lightergrey-color: #EDEDED;
--white-color: rgb(255, 255, 255);
}
}


/* - ploneCustom.css - */
@media all {
/* https://g-i-n.net/portal_css/ploneCustom.css?original=1 */
/* */
/* */
.template-vote-agm-meeting #content-container
{
width: 65%;
}
#overlay {
height:500px;
overflow-y:scroll;
}
#gin-conference-flyer a {
background: url("conference-flyer-a.jpg") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
display: block;
height: 547px;
}
/* */
form .field label span.required {
vertical-align:top !important;
width:auto !important;
padding-left:8px !important;
background:transparent !important;
}
form .field label span.required:before {
content:"required" !important;
}
/* */
#content a.state-pending {
color: #FFA500 !important;
}
/* */
dl.portlet.portletNewGuidelines .ui-widget-content a,
dl.portlet.portletNewGuidelines .ui-widget-content a:hover {
color: #4B73AC !important;
}
#viewlet_bookmarks li a {
text-decoration: none !important;
}
.boardConversation li {
list-style-image:url(bullet.gif) !important;
list-style-type:square !important;
}
.boardCommentContent li{
list-style-image:url(bullet.gif) !important;
list-style-type:square !important;
}
.boardConversation ol{
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:decimal !important;
}
.ui-tabs .ui-tabs-nav li {
white-space: normal;
}
.documentContent {
padding:1em 0.9em 2em !important;
}
#portal-column-content {
margin:0 0 2em;
padding: 0.9em 0.9em 0;
}
.portletItem.odd.tabbed-view.ui-tabs.ui-widget.ui-widget-content.ui-corner-all{
border: 0px solid transparent !important;
}
.listing.management dl.table-display{
margin:2em 0;
padding:0;
width:100%;
}
/* */
#archetypes-fieldname-reference_standard_test_descr label.formQuestion { color:#F4F4F4; }
#archetypes-fieldname-reference_standard_test_descr label.formQuestion span { color:#222222; }
/* */
dd.portletItem .navTreeItem a[href='http://www.g-i-n.net/events/9th-conference/scientific-committee'] {
display:none;
}
/* */

}

