/**
 * @file
 * Subtheme specific CSS.
 */


 .min-height-200 {
   min-height: 200px;
 }

 a.navbar-brand img {
   width: 50px;
 }

 .form-no-label .form-check-label {
   display:none;
 }



.scc-editable  a.edit-link {
  display:none;

/*  width: 26px !important;
  height: 26px !important;*/
  /* text-indent: -9999px; */
/*  background-image: url(/core/misc/icons/bebebe/pencil.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border-radius: 13px;
  background-color: #fff;
  border-color: #afafaf;
  border-style: solid;
  border-width: 1px;
  background-attachment: scroll;*/
}

.scc-editable.edit-hover{
  position:relative;
  border-color: #afafaf;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  margin:-10px;
}


.scc-editable.edit-hover a.edit-link {
  position: absolute;
  display: initial;
  right:-15px;
  top: 0px;
  z-index:999;
}

.scc-editable.edit-hover .scc-editable  a.edit-link {
  display:none;
}


#navbar-top {
    padding-right: 50px;;
    justify-content: flex-end;
}

.region-header a  {
    color: #005e8a !important;
}

/*
 * The Issue Block
 */

div#block-webform {
  position: fixed;
  bottom: 5px;
  right: 5px;


}



a.Issue-header {
  font-size: 21px;
  display: block;
  text-decoration: none;
  background-color: #ff8800;
  color: #000000;
  padding: 5px 10px;
}

a.Issue-header:hover,a.Issue-header:active,a.Issue-header:focus {
  color: #000000;
  text-decoration: none;
}

div#collapseIssue {
  border: #ff8800 solid 1px;
  padding: 10px;
  background-color: #ffffff;
  width: 500px;
}

div#collapseIssue.show {
  max-height: 500px;
  overflow-y: auto;

}

.btn-alert{
  background-color: #ff8800 !important;
  border-color: #ff8800 !important;
}


#block-moderatorlinks .field--name-field-link .field__item {
  display: inline-block;
}

.view-group-content .views-row {
  display: block;
  width: 100%;
}

span.field-content.fixed.width {
  width: 4em;
  display: inline-block;
  text-align: right;
  padding-right: 1em;
}

/*img {
  max-width: 75%;
  height: auto;
}*/

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    width: 80% !important;
    left: 10% !important;
}

.tabledrag-handle .handle {
  width: 28px !important;
  height: 28px !important;
}
