/*Color palettes*/
/*#dc202b; */
/*Support to gray gradient color -> look at REH-webmanual 1.0*/
/* the colors sharepoint use for built-in interfaces */
/*#ebebeb;*/
/*lighten(#000, 13.5%); */
/*lighten(#000, 20%); */
/*lighten(#000, 33.5%);*/
/*lighten(#000, 60%); */
/*lighten(#000, 93.5%);*/
/*#f9f9f9;*/
/*#f5f5f5;*/
/*#f0f0f0;*/
/*#d5d5d5;*/
/*8192a9;*/
/*#8192a9;*/
/*#66afe9;*/
/*#e5e5e5;*/
/*#e5e5e5;*/
/*#777;*/
/*#f8f8f8;*/
/*#777;*/
/*#333;*/
/*#555;*/
/*#444;*/
/*#828282;*/
/*#4d4d4d;*/
/*#e5e5e5*/
/*#555;*/
/* line 3, ../sass/system.scss */
#DeltaSuiteLinks, .system-master #suiteBar {
  display: none;
}

/* line 6, ../sass/system.scss */
textarea.ms-long {
  min-width: 100%;
  max-width: 100%;
}

/* line 12, ../sass/system.scss */
.system-master .ms-siteactions-root > span > a.ms-core-menu-root {
  padding-top: 3px;
}

/* line 19, ../sass/system.scss */
.ms-vb-title table.ms-unselectedtitle,
.ms-vb-title table.ms-selectedtitle {
  width: 100%;
}
/* line 22, ../sass/system.scss */
.ms-vb-title table.ms-unselectedtitle td.ms-vb,
.ms-vb-title table.ms-selectedtitle td.ms-vb {
  width: auto !important;
}
/* line 24, ../sass/system.scss */
.ms-vb-title table.ms-unselectedtitle td.ms-vb a,
.ms-vb-title table.ms-selectedtitle td.ms-vb a {
  display: block;
}
/* line 29, ../sass/system.scss */
.ms-vb-title table.ms-unselectedtitle {
  border: 1px solid #ffffff;
}

/* line 33, ../sass/system.scss */
.systemContainer {
  width: auto;
  float: left;
}
/* line 37, ../sass/system.scss */
.systemContainer a {
  color: #007dbb;
  /*0072c6;*/
}
/* line 40, ../sass/system.scss */
.systemContainer a:visited, .systemContainer a:active, .systemContainer a:hover, .systemContainer a:focus {
  color: #007dbb;
  /*#0072c6;*/
}
/* line 48, ../sass/system.scss */
.systemContainer table {
  width: 100%;
}
/* line 50, ../sass/system.scss */
.systemContainer table th {
  text-align: left;
  padding: 2px;
}
/* line 54, ../sass/system.scss */
.systemContainer table td {
  padding: 2px;
}
/* line 59, ../sass/system.scss */
.systemContainer span.text-warning {
  font-weight: bold;
  color: #d9534f;
  /*#d9534f;*/
}
/* line 64, ../sass/system.scss */
.systemContainer input[type=submit],
.systemContainer input[type=button] {
  font-size: 13px;
  margin-left: 0;
}
/* line 69, ../sass/system.scss */
.systemContainer input[type=button] {
  margin-top: 10px !important;
}

/* line 75, ../sass/system.scss */
div.imagegallery-selection div.img {
  margin: 5px;
  padding: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  border: 1px solid white;
}
/* line 85, ../sass/system.scss */
div.imagegallery-selection div.img.selected {
  border-color: #0000ff;
  /*#0000ff;*/
}
/* line 89, ../sass/system.scss */
div.imagegallery-selection div.img img {
  display: inline;
  margin: 5px;
  height: 90px;
}
/* line 95, ../sass/system.scss */
div.imagegallery-selection div.img a img {
  border: 1px solid white;
}
/* line 99, ../sass/system.scss */
div.imagegallery-selection div.img a:hover img {
  border-color: #0000ff;
  /*#0000ff;*/
}
/* line 103, ../sass/system.scss */
div.imagegallery-selection div.desc {
  text-align: center;
  font-weight: normal;
  margin: 5px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 114, ../sass/system.scss */
button.btn-primary {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #00b3ee), color-stop(100%, #00b3ee));
  background: -webkit-linear-gradient(left, #27a1d4, #2fa5d5);
  background: -moz-linear-gradient(left, #27a1d4, #2fa5d5);
  background: -o-linear-gradient(left, #27a1d4, #2fa5d5);
  background: linear-gradient(left, #27a1d4, #2fa5d5);
  background-color: #2ca2d4;
  color: white;
}

/* line 125, ../sass/system.scss */
.hidden {
  display: none;
}

/* line 129, ../sass/system.scss */
.well {
  margin: 0 0 22px;
  padding: 15px;
  background: #FDFDFD;
}
/* line 133, ../sass/system.scss */
.well h2 {
  margin-bottom: 1em;
}
/* line 136, ../sass/system.scss */
.well .table {
  margin-bottom: 1em;
}
/* line 139, ../sass/system.scss */
.well article {
  margin-bottom: 1em;
}
/* line 142, ../sass/system.scss */
.well .rollup-title {
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight: 500;
}
/* line 146, ../sass/system.scss */
.well .meta {
  color: #999;
  /*#A6A6A6*/
}

/* line 158, ../sass/system.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 162, ../sass/system.scss */
.form-group label, .form-group .label {
  font-weight: bold;
}

/* line 170, ../sass/system.scss */
.radio,
.checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 178, ../sass/system.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 185, ../sass/system.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 192, ../sass/system.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 202, ../sass/system.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #656565;
  /*#737373;*/
}

/* line 209, ../sass/system.scss */
.broken-link-overlay-placeholder {
  position: relative;
  height: 0;
}

/* line 214, ../sass/system.scss */
.broken-link-overlay {
  border: 0px;
  position: relative;
  left: 20px;
  bottom: 18px;
  height: 12px !important;
  width: 12px !important;
}

/* line 224, ../sass/system.scss */
.pushbox-empty:hover, .pushbox-empty:link, .pushbox-empty:active, .pushbox-empty:visited {
  text-decoration: none;
  color: #D0D0D0;
  cursor: default;
}

/* line 232, ../sass/system.scss */
#NewsAreasSubscription tr:first-child {
  border-top: none;
}
/* line 235, ../sass/system.scss */
#NewsAreasSubscription tr:last-child {
  border-bottom: none;
}
/* line 239, ../sass/system.scss */
#NewsAreasSubscription th {
  text-align: left;
}
/* line 243, ../sass/system.scss */
#NewsAreasSubscription table {
  border-collapse: collapse;
}
/* line 247, ../sass/system.scss */
#NewsAreasSubscription tr {
  border: solid;
  border-width: 1px 0;
}
/* line 252, ../sass/system.scss */
#NewsAreasSubscription .rh-mark-page {
  margin-left: 34px;
}
/* line 256, ../sass/system.scss */
#NewsAreasSubscription #SelectAll.rh-mark-page {
  margin-left: 38px;
}
/* line 261, ../sass/system.scss */
#NewsAreasSubscription input[type=text] {
  width: 300px;
}
