| rev | 
   line source | 
| 
bsw@1604
 | 
     1 @font-face {
 | 
| 
bsw@1604
 | 
     2   font-family: "Roboto";
 | 
| 
bsw@1604
 | 
     3   src: url("font/Roboto-Regular.ttf");
 | 
| 
bsw@1604
 | 
     4 }
 | 
| 
bsw@1604
 | 
     5 @font-face {
 | 
| 
bsw@1604
 | 
     6   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
     7   src: url("font/Roboto-Bold.ttf");
 | 
| 
bsw@1604
 | 
     8 }
 | 
| 
bsw@1604
 | 
     9 @font-face {
 | 
| 
bsw@1604
 | 
    10   font-family: "Roboto Slab";
 | 
| 
bsw@1604
 | 
    11   src: url("font/RobotoSlab-Regular.ttf");
 | 
| 
bsw@1604
 | 
    12 }
 | 
| 
bsw@1604
 | 
    13 @font-face {
 | 
| 
bsw@1604
 | 
    14   font-family: 'Material Icons';
 | 
| 
bsw@1604
 | 
    15   font-style: normal;
 | 
| 
bsw@1604
 | 
    16   font-weight: 400;
 | 
| 
bsw@1652
 | 
    17   src: url("font/MaterialIcons-Regular.ttf");
 | 
| 
bsw@1604
 | 
    18 }
 | 
| 
bsw@1604
 | 
    19 
 | 
| 
bsw@1604
 | 
    20 .material-icons {
 | 
| 
bsw@1604
 | 
    21   font-family: 'Material Icons';
 | 
| 
bsw@1604
 | 
    22   font-weight: normal;
 | 
| 
bsw@1604
 | 
    23   font-style: normal;
 | 
| 
bsw@1604
 | 
    24   font-size: 24px;
 | 
| 
bsw@1604
 | 
    25   line-height: 1;
 | 
| 
bsw@1604
 | 
    26   letter-spacing: normal;
 | 
| 
bsw@1604
 | 
    27   text-transform: none;
 | 
| 
bsw@1604
 | 
    28   display: inline-block;
 | 
| 
bsw@1604
 | 
    29   white-space: nowrap;
 | 
| 
bsw@1604
 | 
    30   word-wrap: normal;
 | 
| 
bsw@1604
 | 
    31   direction: ltr;
 | 
| 
bsw@1604
 | 
    32   -webkit-font-feature-settings: 'liga';
 | 
| 
bsw@1604
 | 
    33   -webkit-font-smoothing: antialiased;
 | 
| 
bsw@1604
 | 
    34 }
 | 
| 
bsw@1604
 | 
    35 .material-icons.icon-green {
 | 
| 
bsw@1604
 | 
    36   color: #4CAF50;
 | 
| 
bsw@1604
 | 
    37 }
 | 
| 
bsw@1604
 | 
    38 .material-icons.icon-yellow {
 | 
| 
bsw@1604
 | 
    39   color: #FFEB3B;
 | 
| 
bsw@1604
 | 
    40 }
 | 
| 
bsw@1604
 | 
    41 .material-icons.icon-red {
 | 
| 
bsw@1604
 | 
    42   color: #F44336;
 | 
| 
bsw@1604
 | 
    43 }
 | 
| 
bsw@1619
 | 
    44 
 | 
| 
bsw@1604
 | 
    45 .mapboxgl-popup-content {
 | 
| 
bsw@1604
 | 
    46   max-width: 200px;
 | 
| 
bsw@1604
 | 
    47 }
 | 
| 
bsw@1604
 | 
    48 body {
 | 
| 
bsw@1604
 | 
    49   font-family: "Roboto";
 | 
| 
bsw@1604
 | 
    50   background: #fff;
 | 
| 
bsw@1604
 | 
    51 }
 | 
| 
bsw@1604
 | 
    52 strong {
 | 
| 
bsw@1604
 | 
    53   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
    54 }
 | 
| 
bsw@1604
 | 
    55 .slot_error {
 | 
| 
bsw@1604
 | 
    56   margin: 20px 20px 0 20px;
 | 
| 
bsw@1604
 | 
    57   background: #fed;
 | 
| 
bsw@1604
 | 
    58   padding: 20px;
 | 
| 
bsw@1604
 | 
    59 }
 | 
| 
bsw@1604
 | 
    60 .slot_notice {
 | 
| 
bsw@1604
 | 
    61   margin: 20px 20px 0 20px;
 | 
| 
bsw@1604
 | 
    62   background: #efd;
 | 
| 
bsw@1604
 | 
    63   padding: 20px;
 | 
| 
bsw@1604
 | 
    64 }
 | 
| 
bsw@1604
 | 
    65 h1 {
 | 
| 
bsw@1604
 | 
    66   font-size: 24px;
 | 
| 
bsw@1604
 | 
    67   margin-bottom: 0px;
 | 
| 
bsw@1604
 | 
    68 }
 | 
| 
bsw@1604
 | 
    69 
 | 
| 
bsw@1604
 | 
    70 .mdl-layout__container {
 | 
| 
bsw@1604
 | 
    71   max-width: 1600px;
 | 
| 
bsw@1604
 | 
    72   height: auto;
 | 
| 
bsw@1604
 | 
    73   background: #f7f7f7;
 | 
| 
bsw@1604
 | 
    74 }
 | 
| 
bsw@1604
 | 
    75 .mdl-layout__header-row {
 | 
| 
bsw@1604
 | 
    76   padding-left: 20px !important;
 | 
| 
bsw@1604
 | 
    77   padding-right: 10px !important;
 | 
| 
bsw@1604
 | 
    78 }
 | 
| 
bsw@1604
 | 
    79 .mdl-layout__content {
 | 
| 
bsw@1604
 | 
    80   flex-shrink: 0;
 | 
| 
bsw@1604
 | 
    81   width: 100%;
 | 
| 
bsw@1604
 | 
    82 }
 | 
| 
bsw@1604
 | 
    83 #lf-member-menu {
 | 
| 
bsw@1604
 | 
    84   cursor: pointer;
 | 
| 
bsw@1604
 | 
    85 }
 | 
| 
bsw@1604
 | 
    86 .notifications {
 | 
| 
bsw@1604
 | 
    87   display: block;
 | 
| 
bsw@1604
 | 
    88   text-align: center;
 | 
| 
bsw@1604
 | 
    89 }
 | 
| 
bsw@1604
 | 
    90 .page-content {
 | 
| 
bsw@1604
 | 
    91   xdisplay: flex;
 | 
| 
bsw@1604
 | 
    92   width: 100%;
 | 
| 
bsw@1604
 | 
    93 }
 | 
| 
bsw@1604
 | 
    94 .map, .ui_field_location {
 | 
| 
bsw@1604
 | 
    95   border: none;
 | 
| 
bsw@1604
 | 
    96   width: 100%;
 | 
| 
bsw@1604
 | 
    97   height: auto;
 | 
| 
bsw@1604
 | 
    98   max-height: 80vh;
 | 
| 
bsw@1604
 | 
    99   position: relative;
 | 
| 
bsw@1604
 | 
   100   border-radius: 2px;
 | 
| 
bsw@1604
 | 
   101 }
 | 
| 
bsw@1604
 | 
   102 .map:before {
 | 
| 
bsw@1604
 | 
   103   content: "";
 | 
| 
bsw@1604
 | 
   104   display: block;
 | 
| 
bsw@1604
 | 
   105   padding-top: 100%;
 | 
| 
bsw@1604
 | 
   106 }
 | 
| 
bsw@1604
 | 
   107 .map iframe {
 | 
| 
bsw@1604
 | 
   108   position: absolute;
 | 
| 
bsw@1604
 | 
   109   top: 0;
 | 
| 
bsw@1604
 | 
   110   left: 0;
 | 
| 
bsw@1604
 | 
   111   right: 0;
 | 
| 
bsw@1604
 | 
   112   bottom: 0;
 | 
| 
bsw@1604
 | 
   113   height: 100%;
 | 
| 
bsw@1604
 | 
   114 }
 | 
| 
bsw@1604
 | 
   115 .axto-logo {
 | 
| 
bsw@1604
 | 
   116   width: 100%;
 | 
| 
bsw@1604
 | 
   117 }
 | 
| 
bsw@1604
 | 
   118 .mdl-card__title-text a.issue {
 | 
| 
bsw@1604
 | 
   119   font-size: 18px;
 | 
| 
bsw@1604
 | 
   120   line-height: 20px;
 | 
| 
bsw@1604
 | 
   121 }
 | 
| 
bsw@1604
 | 
   122 .mdl-list__item .initiative_name {
 | 
| 
bsw@1604
 | 
   123   font-size: 18px;
 | 
| 
bsw@1604
 | 
   124   line-height: normal;
 | 
| 
bsw@1604
 | 
   125 }
 | 
| 
bsw@1730
 | 
   126 .mdl-list__item .revoked .initiative_name {
 | 
| 
bsw@1730
 | 
   127   text-decoration: line-through;
 | 
| 
bsw@1730
 | 
   128 }
 | 
| 
bsw@1730
 | 
   129 
 | 
| 
bsw@1604
 | 
   130 .initiatives.mdl-list  {
 | 
| 
bsw@1604
 | 
   131   margin-top: 5px;
 | 
| 
bsw@1604
 | 
   132   margin-bottom: 5px;
 | 
| 
bsw@1604
 | 
   133   padding-bottom: 0px;
 | 
| 
bsw@1604
 | 
   134 }
 | 
| 
bsw@1604
 | 
   135 .initiatives .mdl-list__item--three-line {
 | 
| 
bsw@1604
 | 
   136   min-height: 0;
 | 
| 
bsw@1604
 | 
   137   padding-top: 0;
 | 
| 
bsw@1604
 | 
   138   padding-bottom: 0;
 | 
| 
bsw@1604
 | 
   139 }
 | 
| 
bsw@1604
 | 
   140 .mdl-data-table__fullwidth {
 | 
| 
bsw@1604
 | 
   141   width: 100%;
 | 
| 
bsw@1604
 | 
   142 }
 | 
| 
bsw@1604
 | 
   143 .mdl-textfield__fullwidth {
 | 
| 
bsw@1604
 | 
   144   width: 100%;
 | 
| 
bsw@1604
 | 
   145 }
 | 
| 
bsw@1604
 | 
   146 
 | 
| 
bsw@1604
 | 
   147 .mdl-card {
 | 
| 
bsw@1604
 | 
   148   min-height: 20px;
 | 
| 
bsw@1604
 | 
   149   overflow: visible;
 | 
| 
bsw@1604
 | 
   150   display: block;
 | 
| 
bsw@1604
 | 
   151   margin-bottom: 16px;
 | 
| 
bsw@1604
 | 
   152   border-radius: 5px;
 | 
| 
bsw@1604
 | 
   153 }
 | 
| 
bsw@1604
 | 
   154 
 | 
| 
bsw@1604
 | 
   155 .mdl-card__title {
 | 
| 
bsw@1604
 | 
   156   border-radius: 5px 5px 0 0;
 | 
| 
bsw@1604
 | 
   157 }
 | 
| 
bsw@1604
 | 
   158 
 | 
| 
bsw@1604
 | 
   159 .mdl-card__fullwidth {
 | 
| 
bsw@1604
 | 
   160   width: 100%;
 | 
| 
bsw@1604
 | 
   161 }
 | 
| 
bsw@1604
 | 
   162 .mdl-card__title {
 | 
| 
bsw@1604
 | 
   163   display: block;
 | 
| 
bsw@1604
 | 
   164 }
 | 
| 
bsw@1604
 | 
   165 .mdl-card__title > h2,
 | 
| 
bsw@1604
 | 
   166 .mdl-card__title > a {
 | 
| 
bsw@1604
 | 
   167   display: inline-block;
 | 
| 
bsw@1604
 | 
   168   vertical-align: top;
 | 
| 
bsw@1604
 | 
   169 }
 | 
| 
bsw@1604
 | 
   170 .mdl-card__subtitle-text {
 | 
| 
bsw@1604
 | 
   171   display: block;
 | 
| 
bsw@1604
 | 
   172 }
 | 
| 
bsw@1604
 | 
   173 .mdl-card__content {
 | 
| 
bsw@1604
 | 
   174   font-size: 1rem;
 | 
| 
bsw@1604
 | 
   175   padding: 16px;
 | 
| 
bsw@1604
 | 
   176 }
 | 
| 
bsw@1604
 | 
   177 .mdl-card__content.mdl-card--no-bottom-pad {
 | 
| 
bsw@1604
 | 
   178   padding-bottom: 0;
 | 
| 
bsw@1604
 | 
   179 }
 | 
| 
bsw@1631
 | 
   180 .mdl-card__actions {
 | 
| 
bsw@1646
 | 
   181   min-height: 52px;
 | 
| 
bsw@1631
 | 
   182 }
 | 
| 
bsw@1604
 | 
   183 .mdl-card__actions.mdl-card--action-border,
 | 
| 
bsw@1604
 | 
   184 .mdl-card__content.mdl-card--border {
 | 
| 
bsw@1604
 | 
   185   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 | 
| 
bsw@1604
 | 
   186 }
 | 
| 
bsw@1604
 | 
   187 .mdl-card__actions.mdl-card--notice,
 | 
| 
bsw@1604
 | 
   188 .mdl-card__content.mdl-card--notice {
 | 
| 
bsw@1604
 | 
   189   background: #fff9c4;
 | 
| 
bsw@1604
 | 
   190 }
 | 
| 
bsw@1604
 | 
   191 .mdl-card--has-fab {
 | 
| 
bsw@1604
 | 
   192   position: relative;
 | 
| 
bsw@1604
 | 
   193 }
 | 
| 
bsw@1604
 | 
   194 .mdl-special-card {
 | 
| 
bsw@1604
 | 
   195   background: #fff;
 | 
| 
bsw@1604
 | 
   196   margin-bottom: 16px;
 | 
| 
bsw@1604
 | 
   197   border-radius: 5px;
 | 
| 
bsw@1604
 | 
   198 }
 | 
| 
bsw@1604
 | 
   199 
 | 
| 
bsw@1604
 | 
   200 .mdl-navigation__head {
 | 
| 
bsw@1604
 | 
   201   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
   202 }
 | 
| 
bsw@1604
 | 
   203 .mdl-list__item--three-line {
 | 
| 
bsw@1604
 | 
   204   height: auto;
 | 
| 
bsw@1604
 | 
   205   min-height: 88px;
 | 
| 
bsw@1604
 | 
   206 }
 | 
| 
bsw@1604
 | 
   207 .mdl-list__item--three-line .mdl-list__item-primary-content {
 | 
| 
bsw@1604
 | 
   208   height: auto;
 | 
| 
bsw@1604
 | 
   209   min-height: 52px;
 | 
| 
bsw@1604
 | 
   210 }
 | 
| 
bsw@1604
 | 
   211 .mdl-chip {
 | 
| 
bsw@1604
 | 
   212   vertical-align: middle;
 | 
| 
bsw@1604
 | 
   213 }
 | 
| 
bsw@1604
 | 
   214 .mdl-chip.clickable {
 | 
| 
bsw@1604
 | 
   215   cursor: pointer;
 | 
| 
bsw@1604
 | 
   216 }
 | 
| 
bsw@1604
 | 
   217 .mdl-menu {
 | 
| 
bsw@1604
 | 
   218   z-index: -9999;
 | 
| 
bsw@1604
 | 
   219 }
 | 
| 
bsw@1604
 | 
   220 .mdl-card {
 | 
| 
bsw@1604
 | 
   221   z-index: auto !important;
 | 
| 
bsw@1604
 | 
   222 }
 | 
| 
bsw@1604
 | 
   223 .mdl-menu__item {
 | 
| 
bsw@1604
 | 
   224   padding: 0;
 | 
| 
bsw@1604
 | 
   225 }
 | 
| 
bsw@1604
 | 
   226 .mdl-menu__link {
 | 
| 
bsw@1604
 | 
   227   display: block;
 | 
| 
bsw@1604
 | 
   228   padding: 0 16px;
 | 
| 
bsw@1604
 | 
   229   min-height: 48px;
 | 
| 
bsw@1604
 | 
   230   text-decoration: none;
 | 
| 
bsw@1604
 | 
   231   color: #444;
 | 
| 
bsw@1604
 | 
   232 }
 | 
| 
bsw@1604
 | 
   233 .mdl-tabs__tab-bar {
 | 
| 
bsw@1604
 | 
   234   justify-content: flex-start;
 | 
| 
bsw@1604
 | 
   235 }
 | 
| 
bsw@1604
 | 
   236 .mdl-tabs__tab.is-active {
 | 
| 
bsw@1604
 | 
   237 color: rgba(0,0,0, 0.87);
 | 
| 
bsw@1604
 | 
   238 }
 | 
| 
bsw@1604
 | 
   239 .mdl-data-table--condensed tbody tr {
 | 
| 
bsw@1604
 | 
   240   height: 24px;
 | 
| 
bsw@1604
 | 
   241 }
 | 
| 
bsw@1604
 | 
   242 .mdl-data-table--condensed td {
 | 
| 
bsw@1604
 | 
   243   padding-top: 0;
 | 
| 
bsw@1604
 | 
   244   padding-bottom: 0;
 | 
| 
bsw@1604
 | 
   245   height: 24px;
 | 
| 
bsw@1604
 | 
   246 }
 | 
| 
bsw@1619
 | 
   247 
 | 
| 
bsw@1619
 | 
   248 .mdl-button--feature-off i {
 | 
| 
bsw@1619
 | 
   249   color: #777;
 | 
| 
bsw@1619
 | 
   250 }
 | 
| 
bsw@1619
 | 
   251 
 | 
| 
bsw@1619
 | 
   252 @keyframes feature-on {
 | 
| 
bsw@1619
 | 
   253   0% {
 | 
| 
bsw@1619
 | 
   254     transform: scale(0);
 | 
| 
bsw@1619
 | 
   255   }
 | 
| 
bsw@1619
 | 
   256   40% {
 | 
| 
bsw@1619
 | 
   257     transform: scale(3);
 | 
| 
bsw@1619
 | 
   258   }
 | 
| 
bsw@1619
 | 
   259   100% {
 | 
| 
bsw@1619
 | 
   260     transform: scale(1);
 | 
| 
bsw@1619
 | 
   261   }}
 | 
| 
bsw@1619
 | 
   262 
 | 
| 
bsw@1619
 | 
   263 .mdl-button--feature-on {
 | 
| 
bsw@1619
 | 
   264   animation: feature-on 0.5s;  
 | 
| 
bsw@1619
 | 
   265 }
 | 
| 
bsw@1619
 | 
   266 
 | 
| 
bsw@1604
 | 
   267 .mdl-button--underlined {
 | 
| 
bsw@1604
 | 
   268   text-decoration: underline;
 | 
| 
bsw@1604
 | 
   269 }
 | 
| 
bsw@1604
 | 
   270 .right {
 | 
| 
bsw@1604
 | 
   271   text-align: right;
 | 
| 
bsw@1604
 | 
   272 }
 | 
| 
bsw@1604
 | 
   273 .mdl-tabs__left {
 | 
| 
bsw@1604
 | 
   274   display: inline-block;
 | 
| 
bsw@1604
 | 
   275   width: auto;
 | 
| 
bsw@1604
 | 
   276 }
 | 
| 
bsw@1604
 | 
   277 .float-left {
 | 
| 
bsw@1604
 | 
   278   float: left;
 | 
| 
bsw@1604
 | 
   279 }
 | 
| 
bsw@1604
 | 
   280 .float-right {
 | 
| 
bsw@1604
 | 
   281   float: right;
 | 
| 
bsw@1604
 | 
   282 }
 | 
| 
bsw@1604
 | 
   283 .clear-left {
 | 
| 
bsw@1604
 | 
   284   clear: left;
 | 
| 
bsw@1604
 | 
   285 }
 | 
| 
bsw@1604
 | 
   286 .clear-right {
 | 
| 
bsw@1604
 | 
   287   clear: right;
 | 
| 
bsw@1604
 | 
   288 }
 | 
| 
bsw@1604
 | 
   289 .float-right .mdl-menu__container {
 | 
| 
bsw@1604
 | 
   290   margin-right: 20px;
 | 
| 
bsw@1604
 | 
   291 }
 | 
| 
bsw@1604
 | 
   292 .inline {
 | 
| 
bsw@1604
 | 
   293   display: inline-block;
 | 
| 
bsw@1604
 | 
   294 }
 | 
| 
bsw@1604
 | 
   295 .warning {
 | 
| 
bsw@1604
 | 
   296   background-color: #fff9c4;
 | 
| 
bsw@1604
 | 
   297   color: #212121;
 | 
| 
bsw@1604
 | 
   298   padding: 16px;
 | 
| 
bsw@1604
 | 
   299   border-radius: 2px;
 | 
| 
bsw@1604
 | 
   300 }
 | 
| 
bsw@1604
 | 
   301 .toolbar a {
 | 
| 
bsw@1604
 | 
   302   color: #000;
 | 
| 
bsw@1604
 | 
   303   display: inline-block;
 | 
| 
bsw@1604
 | 
   304   border: 1px solid #ccc;
 | 
| 
bsw@1604
 | 
   305   position: relative;
 | 
| 
bsw@1604
 | 
   306 }
 | 
| 
bsw@1604
 | 
   307 
 | 
| 
bsw@1604
 | 
   308 .toolbar a.wysihtml-command-active {
 | 
| 
bsw@1604
 | 
   309   background: #000;
 | 
| 
bsw@1604
 | 
   310   color: #fff;
 | 
| 
bsw@1604
 | 
   311 
 | 
| 
bsw@1604
 | 
   312 }
 | 
| 
bsw@1604
 | 
   313 
 | 
| 
bsw@1604
 | 
   314 .toolbar a span.crossed {
 | 
| 
bsw@1604
 | 
   315   position: absolute;
 | 
| 
bsw@1604
 | 
   316   top: 0;
 | 
| 
bsw@1604
 | 
   317   left: 8px;
 | 
| 
bsw@1604
 | 
   318   font-weight: bold;
 | 
| 
bsw@1604
 | 
   319   font-size: 200%;
 | 
| 
bsw@1604
 | 
   320   line-height: 80%;
 | 
| 
bsw@1604
 | 
   321 }
 | 
| 
bsw@1604
 | 
   322 .toolbar a span.head_level {
 | 
| 
bsw@1604
 | 
   323   position: absolute;
 | 
| 
bsw@1604
 | 
   324   right: 0;
 | 
| 
bsw@1604
 | 
   325   bottom: 0;
 | 
| 
bsw@1604
 | 
   326 }
 | 
| 
bsw@1604
 | 
   327 
 | 
| 
bsw@1604
 | 
   328 textarea {
 | 
| 
bsw@1604
 | 
   329   font-family: sans-serif;
 | 
| 
bsw@1604
 | 
   330   font-weight: normal !important;
 | 
| 
bsw@1604
 | 
   331   width: 100%;
 | 
| 
bsw@1604
 | 
   332   height: 40ex;
 | 
| 
bsw@1604
 | 
   333 }
 | 
| 
bsw@1604
 | 
   334 .bargraph {
 | 
| 
bsw@1604
 | 
   335   display: inline-block;
 | 
| 
bsw@1604
 | 
   336   vertical-align: top;
 | 
| 
bsw@1604
 | 
   337   height: 9px;
 | 
| 
bsw@1604
 | 
   338 }
 | 
| 
bsw@1604
 | 
   339 
 | 
| 
bsw@1604
 | 
   340 .bargraph div {
 | 
| 
bsw@1604
 | 
   341   margin: 0;
 | 
| 
bsw@1604
 | 
   342   padding: 0;
 | 
| 
bsw@1604
 | 
   343   display: inline-block;
 | 
| 
bsw@1604
 | 
   344   height: 9px;
 | 
| 
bsw@1604
 | 
   345 }
 | 
| 
bsw@1604
 | 
   346 .draft {
 | 
| 
bsw@1604
 | 
   347   font-family: 'Roboto Slab';
 | 
| 
bsw@1604
 | 
   348   font-weight: 300;
 | 
| 
bsw@1604
 | 
   349   overflow: auto;
 | 
| 
bsw@1604
 | 
   350   clear: left;
 | 
| 
bsw@1604
 | 
   351 }
 | 
| 
bsw@1604
 | 
   352 .draft img {
 | 
| 
bsw@1604
 | 
   353   float: right;
 | 
| 
bsw@1604
 | 
   354   margin-left: 1em;
 | 
| 
bsw@1604
 | 
   355 }
 | 
| 
bsw@1604
 | 
   356 
 | 
| 
bsw@1604
 | 
   357 .draft .landscape img {
 | 
| 
bsw@1604
 | 
   358   width: 50%;
 | 
| 
bsw@1604
 | 
   359 }
 | 
| 
bsw@1604
 | 
   360 
 | 
| 
bsw@1604
 | 
   361 .draft .portrait img {
 | 
| 
bsw@1604
 | 
   362   width: 33.333%;
 | 
| 
bsw@1604
 | 
   363 }
 | 
| 
bsw@1604
 | 
   364 .member_weight {
 | 
| 
bsw@1604
 | 
   365   background: #070;
 | 
| 
bsw@1604
 | 
   366   color: #fff;
 | 
| 
bsw@1604
 | 
   367   border-radius: 8px;
 | 
| 
bsw@1604
 | 
   368   padding: 0 3px;
 | 
| 
bsw@1604
 | 
   369 }
 | 
| 
bsw@1604
 | 
   370 .card-issue {
 | 
| 
bsw@1604
 | 
   371   background: rgb(76,175,80);
 | 
| 
bsw@1604
 | 
   372 }
 | 
| 
bsw@1604
 | 
   373 .card-issue a {
 | 
| 
bsw@1604
 | 
   374   color: #fff;
 | 
| 
bsw@1604
 | 
   375 }
 | 
| 
bsw@1604
 | 
   376 @media (max-width: 960px) {
 | 
| 
bsw@1604
 | 
   377   .draft img {
 | 
| 
bsw@1604
 | 
   378     float: none;
 | 
| 
bsw@1604
 | 
   379     margin-left: 0;
 | 
| 
bsw@1604
 | 
   380   }
 | 
| 
bsw@1604
 | 
   381   .draft a.portrait,
 | 
| 
bsw@1604
 | 
   382   .draft a.landscape {
 | 
| 
bsw@1604
 | 
   383     width: 100%;
 | 
| 
bsw@1604
 | 
   384     display: block;
 | 
| 
bsw@1604
 | 
   385     text-align: center;
 | 
| 
bsw@1604
 | 
   386     margin-bottom: 2ex;
 | 
| 
bsw@1604
 | 
   387   }
 | 
| 
bsw@1604
 | 
   388   .draft .landscape img {
 | 
| 
bsw@1604
 | 
   389     width: 100%;
 | 
| 
bsw@1604
 | 
   390   }
 | 
| 
bsw@1604
 | 
   391   .draft .portrait img {
 | 
| 
bsw@1604
 | 
   392     width: 66.666%;
 | 
| 
bsw@1604
 | 
   393   }
 | 
| 
bsw@1604
 | 
   394 }
 | 
| 
bsw@1604
 | 
   395 
 | 
| 
bsw@1604
 | 
   396 .draft h1 {
 | 
| 
bsw@1604
 | 
   397   font-size: 150%;
 | 
| 
bsw@1604
 | 
   398   margin-bottom: 0;
 | 
| 
bsw@1604
 | 
   399 }
 | 
| 
bsw@1604
 | 
   400 .draft h2 {
 | 
| 
bsw@1604
 | 
   401   font-size: 133%;
 | 
| 
bsw@1604
 | 
   402   margin-bottom: 0;
 | 
| 
bsw@1604
 | 
   403 }
 | 
| 
bsw@1604
 | 
   404 .draft h3 {
 | 
| 
bsw@1604
 | 
   405   font-size: 125%;
 | 
| 
bsw@1604
 | 
   406   margin-bottom: 0;
 | 
| 
bsw@1604
 | 
   407 }
 | 
| 
bsw@1604
 | 
   408 .draft > a:first-child + h1,
 | 
| 
bsw@1604
 | 
   409 .draft > h1:first-child,
 | 
| 
bsw@1604
 | 
   410 .draft > h2:first-child,
 | 
| 
bsw@1604
 | 
   411 .draft > h3:first-child {
 | 
| 
bsw@1604
 | 
   412   margin-top: 0;
 | 
| 
bsw@1604
 | 
   413 }
 | 
| 
bsw@1604
 | 
   414 @media (max-width: 960px) {
 | 
| 
bsw@1604
 | 
   415   .draft > a:first-child + h1 {
 | 
| 
bsw@1604
 | 
   416     margin-top: 20px;
 | 
| 
bsw@1604
 | 
   417   }
 | 
| 
bsw@1604
 | 
   418 }
 | 
| 
bsw@1604
 | 
   419 
 | 
| 
bsw@1649
 | 
   420 
 | 
| 
bsw@1649
 | 
   421 .suggestion-content {
 | 
| 
bsw@1649
 | 
   422   position: relative;
 | 
| 
bsw@1649
 | 
   423 }
 | 
| 
bsw@1649
 | 
   424 
 | 
| 
bsw@1604
 | 
   425 .folded {
 | 
| 
bsw@1604
 | 
   426   position: relative;
 | 
| 
bsw@1604
 | 
   427 }
 | 
| 
bsw@1604
 | 
   428 .folded .suggestion-content {
 | 
| 
bsw@1649
 | 
   429   max-height: 250px;
 | 
| 
bsw@1604
 | 
   430   overflow: hidden;
 | 
| 
bsw@1604
 | 
   431 }
 | 
| 
bsw@1604
 | 
   432 .folded .suggestion-content:before {
 | 
| 
bsw@1604
 | 
   433   content: "";
 | 
| 
bsw@1604
 | 
   434   width: 100%;
 | 
| 
bsw@1604
 | 
   435   height: 25%;
 | 
| 
bsw@1604
 | 
   436   position: absolute;
 | 
| 
bsw@1604
 | 
   437   left: 0;
 | 
| 
bsw@1604
 | 
   438   bottom: 0;
 | 
| 
bsw@1604
 | 
   439 background: linear-gradient(rgba(0,0,0,0), #fff);
 | 
| 
bsw@1604
 | 
   440 }
 | 
| 
bsw@1604
 | 
   441 .suggestion-less,
 | 
| 
bsw@1604
 | 
   442 .suggestion-more {
 | 
| 
bsw@1604
 | 
   443   display: none;
 | 
| 
bsw@1649
 | 
   444   position: absolute;
 | 
| 
bsw@1649
 | 
   445   bottom: 5px;
 | 
| 
bsw@1649
 | 
   446   right: 5px;
 | 
| 
bsw@1604
 | 
   447 }
 | 
| 
bsw@1604
 | 
   448 .folded .suggestion-more,
 | 
| 
bsw@1604
 | 
   449 .unfolded .suggestion-less {
 | 
| 
bsw@1604
 | 
   450   display: inline-block;
 | 
| 
bsw@1604
 | 
   451 }
 | 
| 
bsw@1604
 | 
   452 
 | 
| 
bsw@1658
 | 
   453 .suggestion_rating_info {
 | 
| 
bsw@1658
 | 
   454   float: right;
 | 
| 
bsw@1658
 | 
   455   line-height: 200%;
 | 
| 
bsw@1658
 | 
   456 }
 | 
| 
bsw@1658
 | 
   457 
 | 
| 
bsw@1604
 | 
   458 .diff .diff_removed {
 | 
| 
bsw@1604
 | 
   459   text-decoration: line-through;
 | 
| 
bsw@1604
 | 
   460   background: #f00;
 | 
| 
bsw@1604
 | 
   461 }
 | 
| 
bsw@1604
 | 
   462 
 | 
| 
bsw@1604
 | 
   463 .diff .diff_added {
 | 
| 
bsw@1604
 | 
   464   text-decoration: underline;
 | 
| 
bsw@1604
 | 
   465   background: #0f0;
 | 
| 
bsw@1604
 | 
   466 }
 | 
| 
bsw@1604
 | 
   467 
 | 
| 
bsw@1604
 | 
   468 .material-icons {
 | 
| 
bsw@1604
 | 
   469   vertical-align: middle;
 | 
| 
bsw@1604
 | 
   470 }
 | 
| 
bsw@1604
 | 
   471 .material-icons-small {
 | 
| 
bsw@1604
 | 
   472   font-size: 18px;
 | 
| 
bsw@1604
 | 
   473 }
 | 
| 
bsw@1604
 | 
   474 
 | 
| 
bsw@1604
 | 
   475 a.mdl-layout-title {
 | 
| 
bsw@1604
 | 
   476   color: #fff;
 | 
| 
bsw@1604
 | 
   477   text-decoration: none;
 | 
| 
bsw@1604
 | 
   478 }
 | 
| 
bsw@1604
 | 
   479 
 | 
| 
bsw@1604
 | 
   480 .what-can-i-do-here .mdl-card__content {
 | 
| 
bsw@1604
 | 
   481   font-size: 18px;
 | 
| 
bsw@1604
 | 
   482 }
 | 
| 
bsw@1604
 | 
   483 
 | 
| 
bsw@1604
 | 
   484 .what-can-i-do-here .mdl-card__content ul {
 | 
| 
bsw@1604
 | 
   485   font-size: 1rem;
 | 
| 
bsw@1604
 | 
   486 }
 | 
| 
bsw@1604
 | 
   487 
 | 
| 
bsw@1604
 | 
   488 .what-can-i-do-here ul {
 | 
| 
bsw@1604
 | 
   489   margin-top: 0.5em;
 | 
| 
bsw@1604
 | 
   490   margin-bottom: 0;
 | 
| 
bsw@1604
 | 
   491   padding-left: 1.5em
 | 
| 
bsw@1604
 | 
   492 }
 | 
| 
bsw@1604
 | 
   493 
 | 
| 
bsw@1604
 | 
   494 
 | 
| 
bsw@1604
 | 
   495 
 | 
| 
bsw@1604
 | 
   496 .lf-filter .mdl-button {
 | 
| 
bsw@1604
 | 
   497   padding-right: 4px;
 | 
| 
bsw@1604
 | 
   498 }
 | 
| 
bsw@1604
 | 
   499 
 | 
| 
bsw@1604
 | 
   500 .phase-current {
 | 
| 
bsw@1604
 | 
   501   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
   502 }
 | 
| 
bsw@1604
 | 
   503 
 | 
| 
bsw@1604
 | 
   504 .phase-info {
 | 
| 
bsw@1604
 | 
   505   padding-left: 27px;
 | 
| 
bsw@1604
 | 
   506   margin-bottom: 1ex;
 | 
| 
bsw@1604
 | 
   507 }
 | 
| 
bsw@1604
 | 
   508 
 | 
| 
bsw@1604
 | 
   509 .clickable {
 | 
| 
bsw@1604
 | 
   510   cursor: pointer;
 | 
| 
bsw@1604
 | 
   511 }
 | 
| 
bsw@1604
 | 
   512 
 | 
| 
bsw@1604
 | 
   513 .slot_title {
 | 
| 
bsw@1604
 | 
   514   margin-left: 16px;
 | 
| 
bsw@1604
 | 
   515   margin-top: 16px;
 | 
| 
bsw@1604
 | 
   516   font-size: 18px;
 | 
| 
bsw@1604
 | 
   517 }
 | 
| 
bsw@1604
 | 
   518 
 | 
| 
bsw@1604
 | 
   519 .slot_title > a,
 | 
| 
bsw@1604
 | 
   520 .slot_title > span {
 | 
| 
bsw@1604
 | 
   521   display: inline-block;
 | 
| 
bsw@1604
 | 
   522   padding: 0 4px 0 0;
 | 
| 
bsw@1604
 | 
   523   
 | 
| 
bsw@1604
 | 
   524 }
 | 
| 
bsw@1604
 | 
   525 
 | 
| 
bsw@1604
 | 
   526 .slot_title a.home {
 | 
| 
bsw@1604
 | 
   527   margin: 0;
 | 
| 
bsw@1604
 | 
   528 }
 | 
| 
bsw@1604
 | 
   529 
 | 
| 
bsw@1604
 | 
   530 .home i {
 | 
| 
bsw@1604
 | 
   531   font-size: 32px;
 | 
| 
bsw@1604
 | 
   532 }
 | 
| 
bsw@1604
 | 
   533 
 | 
| 
bsw@1604
 | 
   534 /* fix missing contrast */
 | 
| 
bsw@1604
 | 
   535 .mdl-list__item--three-line .mdl-list__item-text-body,
 | 
| 
bsw@1604
 | 
   536 .mdl-card__supporting-text,
 | 
| 
bsw@1604
 | 
   537 .mdl-card__subtitle-text {
 | 
| 
bsw@1604
 | 
   538   color: rgba(0,0,0, 0.75);
 | 
| 
bsw@1604
 | 
   539 }
 | 
| 
bsw@1604
 | 
   540    
 | 
| 
bsw@1604
 | 
   541 .mdl-textfield__label {
 | 
| 
bsw@1604
 | 
   542   color: rgba(0,0,0, 0.5);    
 | 
| 
bsw@1604
 | 
   543 }
 | 
| 
bsw@1604
 | 
   544 
 | 
| 
bsw@1604
 | 
   545 .mdl-list__item--three-line .mdl-list__item-text-body {
 | 
| 
bsw@1604
 | 
   546   height: auto;
 | 
| 
bsw@1604
 | 
   547   padding-bottom: 10px;
 | 
| 
bsw@1604
 | 
   548 }
 | 
| 
bsw@1604
 | 
   549 
 | 
| 
bsw@1604
 | 
   550 select {  
 | 
| 
bsw@1604
 | 
   551   font-family: 'Roboto','Helvetica','Arial',sans-serif;
 | 
| 
bsw@1604
 | 
   552   background-color: transparent;
 | 
| 
bsw@1604
 | 
   553   padding: 5px 0;
 | 
| 
bsw@1604
 | 
   554   border: none;
 | 
| 
bsw@1604
 | 
   555   border-bottom: 1px solid rgba(0,0,0, 0.12);
 | 
| 
bsw@1604
 | 
   556   font-size: 1rem;
 | 
| 
bsw@1604
 | 
   557 }
 | 
| 
bsw@1604
 | 
   558 
 | 
| 
bsw@1604
 | 
   559 
 | 
| 
bsw@1604
 | 
   560 .initiative_list .mdl-list__item {
 | 
| 
bsw@1604
 | 
   561   display: block;
 | 
| 
bsw@1604
 | 
   562 }
 | 
| 
bsw@1604
 | 
   563 .initiative_list .mdl-list__item-avatar {
 | 
| 
bsw@1604
 | 
   564   float: left;
 | 
| 
bsw@1604
 | 
   565   margin-right: 8px;
 | 
| 
bsw@1604
 | 
   566 }
 | 
| 
bsw@1604
 | 
   567 .initiative_list .mdl-list__item-avatar i {
 | 
| 
bsw@1604
 | 
   568   padding-left: 8px;
 | 
| 
bsw@1604
 | 
   569 }
 | 
| 
bsw@1604
 | 
   570 .initiative_list .mdl-list__item-avatar.positive {
 | 
| 
bsw@1604
 | 
   571   background: #4caf50;
 | 
| 
bsw@1604
 | 
   572 }
 | 
| 
bsw@1604
 | 
   573 .initiative_list .mdl-list__item-avatar.positive i {
 | 
| 
bsw@1604
 | 
   574   padding-top: 8px;
 | 
| 
bsw@1604
 | 
   575   vertical-align: top;
 | 
| 
bsw@1604
 | 
   576 }
 | 
| 
bsw@1604
 | 
   577 .initiative_list .mdl-list__item-avatar.negative {
 | 
| 
bsw@1604
 | 
   578   background: #f44336;
 | 
| 
bsw@1604
 | 
   579 }
 | 
| 
bsw@1604
 | 
   580 .initiative_list .mdl-list__item-avatar.negative i {
 | 
| 
bsw@1604
 | 
   581   padding-top: 10px;
 | 
| 
bsw@1604
 | 
   582   vertical-align: top;
 | 
| 
bsw@1604
 | 
   583 }
 | 
| 
bsw@1604
 | 
   584 
 | 
| 
bsw@1665
 | 
   585 .initiatives .mdl-list__item {
 | 
| 
bsw@1665
 | 
   586   display: grid;
 | 
| 
bsw@1665
 | 
   587   grid-template-columns: 1fr min-content;
 | 
| 
bsw@1665
 | 
   588   grid-gap: 1em;
 | 
| 
bsw@1665
 | 
   589   align-items: start;
 | 
| 
bsw@1665
 | 
   590 }
 | 
| 
bsw@1665
 | 
   591 
 | 
| 
bsw@1665
 | 
   592 .initiatives .attachment {
 | 
| 
bsw@1665
 | 
   593   max-width: 180px;
 | 
| 
bsw@1665
 | 
   594   max-height: 80px;
 | 
| 
bsw@1665
 | 
   595 }
 | 
| 
bsw@1665
 | 
   596 
 | 
| 
bsw@1665
 | 
   597 .competing_initiatives .initiatives .attachment {
 | 
| 
bsw@1665
 | 
   598   max-width: 80px;
 | 
| 
bsw@1665
 | 
   599   max-height: 80px;
 | 
| 
bsw@1665
 | 
   600 }
 | 
| 
bsw@1665
 | 
   601 
 | 
| 
bsw@1665
 | 
   602 
 | 
| 
bsw@1665
 | 
   603 @media (max-width: 960px) {
 | 
| 
bsw@1665
 | 
   604   .initiatives .mdl-list__item {
 | 
| 
bsw@1665
 | 
   605     display: block;
 | 
| 
bsw@1665
 | 
   606  }
 | 
| 
bsw@1665
 | 
   607   .competing_initiatives .initiatives .mdl-list__item {
 | 
| 
bsw@1665
 | 
   608     display: grid;
 | 
| 
bsw@1665
 | 
   609   }
 | 
| 
bsw@1665
 | 
   610   .initiatives .attachment {
 | 
| 
bsw@1665
 | 
   611     max-width: 100%;
 | 
| 
bsw@1665
 | 
   612     max-height: 120px;
 | 
| 
bsw@1665
 | 
   613     margin-bottom: 2ex;
 | 
| 
bsw@1665
 | 
   614   }
 | 
| 
bsw@1665
 | 
   615 
 | 
| 
bsw@1665
 | 
   616 }
 | 
| 
bsw@1665
 | 
   617 
 | 
| 
bsw@1665
 | 
   618 
 | 
| 
bsw@1604
 | 
   619 .initiative_pie {
 | 
| 
bsw@1604
 | 
   620   float: left;
 | 
| 
bsw@1604
 | 
   621   margin-right: 15px;
 | 
| 
bsw@1604
 | 
   622   margin-bottom: 15px;
 | 
| 
bsw@1604
 | 
   623 }
 | 
| 
bsw@1604
 | 
   624 
 | 
| 
bsw@1604
 | 
   625 .initiative .result {
 | 
| 
bsw@1604
 | 
   626   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
   627 }
 | 
| 
bsw@1604
 | 
   628 
 | 
| 
bsw@1614
 | 
   629 .admitted_info h1,
 | 
| 
bsw@1614
 | 
   630 .not_admitted_info h1 {
 | 
| 
bsw@1614
 | 
   631   margin-top: 0;
 | 
| 
bsw@1614
 | 
   632 }
 | 
| 
bsw@1614
 | 
   633 
 | 
| 
bsw@1604
 | 
   634 .admitted_info table th,
 | 
| 
bsw@1604
 | 
   635 .not_admitted_info table th {
 | 
| 
bsw@1604
 | 
   636   text-align: left;
 | 
| 
bsw@1604
 | 
   637   padding-right: 10px;
 | 
| 
bsw@1604
 | 
   638 }
 | 
| 
bsw@1604
 | 
   639 
 | 
| 
bsw@1604
 | 
   640 .admitted_info table td,
 | 
| 
bsw@1604
 | 
   641 .not_admitted_info table td {
 | 
| 
bsw@1604
 | 
   642   text-align: right;
 | 
| 
bsw@1604
 | 
   643   padding-right: 5px;
 | 
| 
bsw@1604
 | 
   644 }
 | 
| 
bsw@1604
 | 
   645 
 | 
| 
bsw@1664
 | 
   646 .attachments img {
 | 
| 
bsw@1664
 | 
   647   max-width: 100%;
 | 
| 
bsw@1664
 | 
   648 }
 | 
| 
bsw@1664
 | 
   649 
 | 
| 
bsw@1604
 | 
   650 .ui_list_row label.mdl-radio {
 | 
| 
bsw@1604
 | 
   651   display: inline;
 | 
| 
bsw@1604
 | 
   652 }
 | 
| 
bsw@1604
 | 
   653 
 | 
| 
bsw@1604
 | 
   654 .member_image_photo {
 | 
| 
bsw@1604
 | 
   655   margin-top: 2ex;
 | 
| 
bsw@1604
 | 
   656   margin-bottom: 2ex;
 | 
| 
bsw@1604
 | 
   657 }
 | 
| 
bsw@1604
 | 
   658 
 | 
| 
bsw@1604
 | 
   659 .contextlinks {
 | 
| 
bsw@1604
 | 
   660   color: #fff;
 | 
| 
bsw@1604
 | 
   661 }
 | 
| 
bsw@1652
 | 
   662 
 | 
| 
bsw@1604
 | 
   663 /*************************************************************************
 | 
| 
bsw@1604
 | 
   664  * Voting
 | 
| 
bsw@1604
 | 
   665  */
 | 
| 
bsw@1604
 | 
   666 .main .section #voting_form .sectionRow:last-child {
 | 
| 
bsw@1604
 | 
   667   border-radius: 0;
 | 
| 
bsw@1604
 | 
   668   margin-bottom: 0;
 | 
| 
bsw@1604
 | 
   669 }
 | 
| 
bsw@1604
 | 
   670 #voting {
 | 
| 
bsw@1604
 | 
   671   margin-top: 3ex;
 | 
| 
bsw@1604
 | 
   672   position: relative;
 | 
| 
bsw@1604
 | 
   673   margin-bottom: 2ex;
 | 
| 
bsw@1604
 | 
   674 }
 | 
| 
bsw@1604
 | 
   675 #voting .approval,
 | 
| 
bsw@1604
 | 
   676 #voting .abstention,
 | 
| 
bsw@1604
 | 
   677 #voting .disapproval {
 | 
| 
bsw@1604
 | 
   678   border: 1px #ccc solid;
 | 
| 
bsw@1604
 | 
   679   margin-bottom: 3ex;
 | 
| 
bsw@1604
 | 
   680   padding: 1ex;
 | 
| 
bsw@1604
 | 
   681   padding-bottom: 1ex;
 | 
| 
bsw@1604
 | 
   682   border-radius: 2px;
 | 
| 
bsw@1604
 | 
   683   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 | 
| 
bsw@1604
 | 
   684 }
 | 
| 
bsw@1604
 | 
   685 #voting .movable {
 | 
| 
bsw@1604
 | 
   686   cursor: pointer;
 | 
| 
bsw@1604
 | 
   687 }
 | 
| 
bsw@1604
 | 
   688 #voting .disapproval {
 | 
| 
bsw@1604
 | 
   689   margin-bottom: 2ex;
 | 
| 
bsw@1604
 | 
   690 }
 | 
| 
bsw@1604
 | 
   691 #voting .approval {
 | 
| 
bsw@1604
 | 
   692   background-color: #9f9;
 | 
| 
bsw@1604
 | 
   693 }
 | 
| 
bsw@1604
 | 
   694 #voting .approval .movable {
 | 
| 
bsw@1604
 | 
   695   background-color: #dfd;
 | 
| 
bsw@1604
 | 
   696 }
 | 
| 
bsw@1604
 | 
   697 #voting .abstention {
 | 
| 
bsw@1604
 | 
   698   background-color: #eee;
 | 
| 
bsw@1604
 | 
   699 }
 | 
| 
bsw@1604
 | 
   700 #voting .abstention .movable {
 | 
| 
bsw@1604
 | 
   701   background-color: #fff;
 | 
| 
bsw@1604
 | 
   702 }
 | 
| 
bsw@1604
 | 
   703 #voting .disapproval {
 | 
| 
bsw@1604
 | 
   704   background-color: #f88;
 | 
| 
bsw@1604
 | 
   705 }
 | 
| 
bsw@1604
 | 
   706 #voting .disapproval .movable {
 | 
| 
bsw@1604
 | 
   707   background-color: #fbb;
 | 
| 
bsw@1604
 | 
   708 }
 | 
| 
bsw@1604
 | 
   709 #voting .movable {
 | 
| 
bsw@1604
 | 
   710   position: relative;
 | 
| 
bsw@1604
 | 
   711   border: 1px black solid;
 | 
| 
bsw@1604
 | 
   712   margin-top: 1ex;
 | 
| 
bsw@1604
 | 
   713   padding: 0;
 | 
| 
bsw@1604
 | 
   714   border-radius: 2px;
 | 
| 
bsw@1604
 | 
   715   min-height: 64px;
 | 
| 
bsw@1604
 | 
   716   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 | 
| 
bsw@1604
 | 
   717 }
 | 
| 
bsw@1604
 | 
   718 #voting .initiative_name {
 | 
| 
bsw@1604
 | 
   719   display: inline-block;
 | 
| 
bsw@1604
 | 
   720   margin: 5px;
 | 
| 
bsw@1604
 | 
   721   font-family: "Roboto Bold";
 | 
| 
bsw@1604
 | 
   722 }
 | 
| 
bsw@1604
 | 
   723 
 | 
| 
bsw@1604
 | 
   724 #voting .voting_form_active .movable {
 | 
| 
bsw@1604
 | 
   725   cursor: pointer;
 | 
| 
bsw@1604
 | 
   726   vertical-align: middle;
 | 
| 
bsw@1604
 | 
   727   cursor: move;
 | 
| 
bsw@1604
 | 
   728 }
 | 
| 
bsw@1604
 | 
   729 #voting .voting_form_active .clickable {
 | 
| 
bsw@1604
 | 
   730   cursor: auto;
 | 
| 
bsw@1604
 | 
   731 }
 | 
| 
bsw@1604
 | 
   732 #voting .voting_form_active a.clickable {
 | 
| 
bsw@1604
 | 
   733   cursor: pointer;
 | 
| 
bsw@1604
 | 
   734 }
 | 
| 
bsw@1604
 | 
   735 
 | 
| 
bsw@1604
 | 
   736 div.form .ui_field_label {
 | 
| 
bsw@1604
 | 
   737   text-transform: uppercase;
 | 
| 
bsw@1604
 | 
   738   font-size: 80%;
 | 
| 
bsw@1604
 | 
   739 }
 | 
| 
bsw@1604
 | 
   740 div.form .member_photo .member_image.member_image_photo {
 | 
| 
bsw@1604
 | 
   741   margin-top: 0;
 | 
| 
bsw@1604
 | 
   742 }
 | 
| 
bsw@1604
 | 
   743 
 | 
| 
bsw@1762
 | 
   744 #rating_dialog {
 | 
| 
bsw@1762
 | 
   745   position: fixed;
 | 
| 
bsw@1762
 | 
   746   top: 0px;
 | 
| 
bsw@1762
 | 
   747   bottom: 0px;
 | 
| 
bsw@1762
 | 
   748   max-width: calc((100% - 6px) - 2em);
 | 
| 
bsw@1762
 | 
   749   max-height: calc((100% - 6px) - 2em);
 | 
| 
bsw@1762
 | 
   750   overflow: auto;  
 | 
| 
bsw@1762
 | 
   751   display: block;
 | 
| 
bsw@1762
 | 
   752   left: 0px;
 | 
| 
bsw@1762
 | 
   753   right: 0px;
 | 
| 
bsw@1762
 | 
   754   width: fit-content;
 | 
| 
bsw@1762
 | 
   755   width: -moz-fit-content;
 | 
| 
bsw@1762
 | 
   756   height: fit-content;
 | 
| 
bsw@1762
 | 
   757   height: -moz-fit-content;
 | 
| 
bsw@1762
 | 
   758   color: #000;
 | 
| 
bsw@1762
 | 
   759   margin: auto;
 | 
| 
bsw@1762
 | 
   760   border-width: initial;
 | 
| 
bsw@1762
 | 
   761   border-style: solid;
 | 
| 
bsw@1762
 | 
   762   border-color: initial;
 | 
| 
bsw@1762
 | 
   763   border-image: initial;
 | 
| 
bsw@1762
 | 
   764   padding: 1em;
 | 
| 
bsw@1762
 | 
   765   background: #fff;
 | 
| 
bsw@1762
 | 
   766   z-index: 1;
 | 
| 
bsw@1762
 | 
   767 }
 | 
| 
bsw@1762
 | 
   768 
 | 
| 
bsw@1804
 | 
   769 .survey h2 {
 | 
| 
bsw@1804
 | 
   770   display: block;
 | 
| 
bsw@1804
 | 
   771 }
 | 
| 
bsw@1804
 | 
   772 
 | 
| 
bsw@1752
 | 
   773 .survey_counter {
 | 
| 
bsw@1803
 | 
   774   float: right;
 | 
| 
bsw@1803
 | 
   775   margin-left: 1em;
 | 
| 
bsw@1752
 | 
   776 }
 | 
| 
bsw@1752
 | 
   777 
 | 
| 
bsw@1802
 | 
   778 .survey form > div {
 | 
| 
bsw@1801
 | 
   779   margin-bottom: 0.75ex;
 | 
| 
bsw@1801
 | 
   780 }
 | 
| 
bsw@1801
 | 
   781 
 | 
| 
bsw@1806
 | 
   782 .survey .mdl-checkbox {
 | 
| 
bsw@1806
 | 
   783   height: unset;
 | 
| 
bsw@1806
 | 
   784 }
 | 
| 
bsw@1806
 | 
   785 
 | 
| 
bsw@1807
 | 
   786 .survey .mdl-checkbox__label {
 | 
| 
bsw@1807
 | 
   787   line-height: 22px;
 | 
| 
bsw@1807
 | 
   788 }
 | 
| 
bsw@1807
 | 
   789 
 | 
| 
bsw@1759
 | 
   790 .ui_paginate_select .mdl-button {
 | 
| 
bsw@1759
 | 
   791   min-width: unset;
 | 
| 
bsw@1759
 | 
   792   margin-right: 0.3em;
 | 
| 
bsw@1759
 | 
   793 }
 | 
| 
bsw@1759
 | 
   794 
 | 
| 
bsw@1604
 | 
   795 .trace_list {
 | 
| 
bsw@1604
 | 
   796   margin-left: 10px;
 | 
| 
bsw@1604
 | 
   797   list-style-type: none;
 | 
| 
bsw@1604
 | 
   798   padding: 0;
 | 
| 
bsw@1604
 | 
   799   line-height: 120%;
 | 
| 
bsw@1604
 | 
   800 }
 | 
| 
bsw@1604
 | 
   801 
 | 
| 
bsw@1604
 | 
   802 .trace_list .trace_list {
 | 
| 
bsw@1604
 | 
   803   padding-left: 10px;
 | 
| 
bsw@1604
 | 
   804   border-left: 1px solid #999;
 | 
| 
bsw@1604
 | 
   805 }
 | 
| 
bsw@1604
 | 
   806 
 | 
| 
bsw@1604
 | 
   807 .trace_list .trace_head {
 | 
| 
bsw@1604
 | 
   808   margin-top: 10px;
 | 
| 
bsw@1604
 | 
   809   padding: 3px 5px 3px 5px;
 | 
| 
bsw@1604
 | 
   810   font-weight: 700;
 | 
| 
bsw@1604
 | 
   811 }
 | 
| 
bsw@1604
 | 
   812 
 | 
| 
bsw@1604
 | 
   813 .trace_list li {
 | 
| 
bsw@1604
 | 
   814   margin-top: 5px;
 | 
| 
bsw@1604
 | 
   815   margin-bottom: 5px;
 | 
| 
bsw@1604
 | 
   816 }
 | 
| 
bsw@1604
 | 
   817 
 | 
| 
bsw@1604
 | 
   818 .trace_list .trace_filter .trace_head {
 | 
| 
bsw@1604
 | 
   819   background: #acf;
 | 
| 
bsw@1604
 | 
   820   color: #000;
 | 
| 
bsw@1604
 | 
   821 }
 | 
| 
bsw@1604
 | 
   822 
 | 
| 
bsw@1604
 | 
   823 .trace_list .trace_request .trace_head,
 | 
| 
bsw@1604
 | 
   824 .trace_list .trace_view .trace_head {
 | 
| 
bsw@1604
 | 
   825   background: #000;
 | 
| 
bsw@1604
 | 
   826   color: #fff;
 | 
| 
bsw@1604
 | 
   827 }
 | 
| 
bsw@1604
 | 
   828 
 | 
| 
bsw@1604
 | 
   829 .trace_list .trace_config .trace_head,
 | 
| 
bsw@1604
 | 
   830 .trace_list .trace_view .trace_view .trace_head {
 | 
| 
bsw@1604
 | 
   831   background: #ccc;
 | 
| 
bsw@1604
 | 
   832   color: #000;
 | 
| 
bsw@1604
 | 
   833 }
 | 
| 
bsw@1604
 | 
   834 
 | 
| 
bsw@1604
 | 
   835 .trace_list .trace_head .time {
 | 
| 
bsw@1604
 | 
   836   float: right;
 | 
| 
bsw@1604
 | 
   837   font-weight: 500;
 | 
| 
bsw@1604
 | 
   838   font-size: 90%;
 | 
| 
bsw@1604
 | 
   839   line-height: 100%;
 | 
| 
bsw@1604
 | 
   840   margin-top: 5px;
 | 
| 
bsw@1604
 | 
   841 }
 | 
| 
bsw@1604
 | 
   842 
 | 
| 
bsw@1604
 | 
   843 .trace_list .trace_sql {
 | 
| 
bsw@1604
 | 
   844   color: #050;
 | 
| 
bsw@1604
 | 
   845 }
 | 
| 
bsw@1604
 | 
   846 
 | 
| 
bsw@1604
 | 
   847 .trace_list .trace_sql_time {
 | 
| 
bsw@1604
 | 
   848   background: #070;
 | 
| 
bsw@1604
 | 
   849   color: #fff;
 | 
| 
bsw@1604
 | 
   850   padding: 0px 3px;
 | 
| 
bsw@1604
 | 
   851   border-radius: 5px;
 | 
| 
bsw@1604
 | 
   852 }
 |