body {
    /*background-image: url("/herbst_2010_overlay_1700x864.jpg");*/
    background-repeat: no-repeat;
    background-color: #ddd;
}

.navbar {
    background-color: #fafafa !important;
}

a {
    color: #f37a1f !important;
}

.light {
    font-weight: normal;
}

a:hover {
	color: #5d5d5d !important;
}

a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	outline: 0;
}

.lookup[readonly] {
    background-color: #fff;
    color: #888;
}

.btn-default {
    color: #f37a1f !important;
    border-color: #f37a1f !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
    font-weight: bold;
}

.entitylist-filter-option-group-label {
    color: darkgray !important;
}

p {
    color: white;
    font-weight: bold;
}

[data-attribute='stihl_portalparameters']{
    white-space: nowrap;
}

.crmEntityFormView, .knowledge-article, .forum-post {
    background-color: #ddd;
}

.entitylist {
    background-color: white;
    padding: 15px;
}

.pagination > .active > a {
    color: white !important;
}

.btn-primary {
    color: white !important;
}

.entitylist-filter-option-group .h4 {
    color: #f37a1f !important;
}

.footer-top {
    color: white;
}

.footer-top h1, .footer-top h4 {
    margin-bottom: 20px;
}

@media all and (min-width: 1500px) {
    .container {
        width: 1500px;
    }
}

#stihl_adg1, #stihl_adg1_label,
#stihl_adg2, #stihl_adg2_label,
#stihl_mdg1, #stihl_mdg1_label {
    margin-left: 20px;
}

td[data-attribute="description"] {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crmEntityFormView .btn:first-child {
    margin-right: 5px;
}

#StihlMessageBack{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: RGB(255,255,255, 0.5);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#StihlMessage{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px;
    border: solid;
    border-width: 1px;
    border-color: black;
    position:absolute;
    background: white;
}

#StihlMessageText{
}

#StihlMessageBtnClose{
    position: relative;
    float: right;
}

#stihlWait {
    position: fixed;
    z-index: 1000;
    background-color: grey;
    width: 100%;
    height: 100%;
    border: solid 1px;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

#stihlWait .loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#stihlWait #loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: 200px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 10px solid white;
  border-top-color: black;
}

#stihlWait #loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

