/* Common   */
.widgets .visabilityHidden {
  visibility: hidden; }

.widgets .widget_outer_ct {
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #EFEFEF; }

.widgets .widget_header {
  line-height: 35px;
  font-size: 16px;
  color: #6d6d6d;
  padding: 0 15px;
  background: #EFEFEF;
  border-bottom: 1px solid #D7DADB;
  font-weight: bold; }
  .widgets .widget_header div.widget_header_title {
    width: calc(100% - 96px); }
    .widgets .widget_header div.widget_header_title span {
      width: 100%; }
  .widgets .widget_header div.widget_header_buttons {
    width: 96px;
    padding-bottom: 4px;
    line-height: 24px; }
    .widgets .widget_header div.widget_header_buttons span.glyphicon-transfer {
      padding-top: 2px; }

.widgets .widget_config_header {
  background-color: rgba(0, 0, 0, 0.85);
  color: #EFEFEF;
  line-height: 35px;
  font-size: 16px;
  padding-left: 15px; }

.widgets .widget_control_body {
  min-height: 270px; }

.widgets .not-available {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.widgets md-input-container > md-icon + input,
.widgets md-input-container > md-icon + input.md-input {
  margin-left: 0;
  padding-left: 30px;
  line-height: 20px; }

.widgets md-input-container label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87); }

.connected-color {
  color: #006f9e; }

.star-color {
  color: #006f9e; }

.red-color {
  color: red; }

.green-color {
  color: green; }

.option_control {
  padding: 0;
  margin: 0;
  background-color: rgba(158, 158, 158, 0.2); }

.selected_option {
  background-color: red; }

.image_preview {
  width: 100px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  font-size: 100px; }

p.footnote {
  font-style: italic;
  font-size: 0.8em;
  padding: 8px 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget-edition-card .widget-description {
  max-width: 60%; }

.widget-edition-card .widget-title {
  font-size: 1.2em;
  padding: 5px 0; }

.widget-edition-card .widget-subtitle {
  font-size: 0.8em; }
