/* -----------------------------WELL-------------------------------------------- */
.well-custom {
  min-height: 10px;
  margin-top: 10px;
  padding: 0px;  
  background-color: ;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-custom2 {
  min-height: 10px;
  padding: 0px;
  padding-top:0;
  margin-bottom: 0px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.well-custom3 {
  min-height: 10px;
  padding: 0px;
  padding-top:0;
  padding-bottom:0;
  background-color: ;
  margin-bottom: 0px;
  border: 1px solid lightgray;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/*  -------------------------- BADGE ------------------------------ */

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: black;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}

a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/*  -------------------------- BUTTON ------------------------------ */
.btn-cart {
  margin-top:1px;
  color: white;
  background-color: transparent;
  border-color: ;
  border-style:solid;
  padding:4px;
}

.btn-cart:hover {
  color:white;
  opacity: 0.6;
}

.btn-greenborder {
  color: white;
  background-color: transparent;
  border-color: lightgray;
  padding:0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-greenborder:hover{
  opacity: 0.6;;
}
                
.btn-custom {
  color: white;
  background-color: #339a00;
  border-color: lightgray;
  padding: 10px 30px 10px 30px;
  box-shadow: 0 0px 0px 2 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-custom:hover {
  opacity: 0.8;
  color: white;
}

/*  -------------------------- FORMULAR ------------------------------ */

   .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }

/*  -------------------------- NAVIGATION ------------------------------ */

.navbar-custom {
  background-color:#CCCCCC;
  border-color: ;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: black;
}
.navbar-custom .navbar-nav > li > a {
  color: red;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: gray;
  background-color: ;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
    font-weight: bold; 
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: gray;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: gray;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: black;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: ;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: black;
  border-bottom-color: black;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #CCCCCC;
  color: black;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #12bb22;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: black;
}


.thumbnail {
        border-color: ;
        border-radius: 0px 0px 5px 5px;
}
.here {
        background-color:;
        font-weight: bold;
        color: gray;
}
.navbar-collapse  {
        background-color: none;
        font-size: 1.3em;
        color: gray;
}

/*  -------------------------- ROWS ------------------------------ */

.hide_row {
       display: block;
}
@media (max-width: 768px) {
.hide_row {
       display: none;
}
}
.row-header {
       background-color: white;
       text-align:left;
       padding: 0px 0 0px 0;
}
.row-2 {
        margin-bottom: 5px;
       }

.minh {
	min-height:500px;
	}

/* alternative konfiguration */

    /* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
/*    .row-1 {
	background-color:white;
        background: linear-gradient(90deg, white 75%, lightgrey 76%);
	background-repeat: repeat-y;		
}*/
.container-fluid {
        background-oolor: white;
}
    
    /* Set gray background color and 100% height */
    .toppadding {
	padding-top: 20px;
    }
    .sidenavl {
	padding-top: 20px;
	min-height: 450px;	
	  }
    /* Set black background color, white text and some padding */
    footer {		
      background-color: lightgray;
      color: white;
      padding: 15px;
    }
    
    /* Mindesthöhe und Farbe in der rechten Spalte wird zurückgesetzt */
    @media screen and (max-width: 990px) {
     .minh {
        min-height: auto;
      }
   .row-1 {
	background-image: none;		
}	  
    }


.list-group-item-green {
       background-color: #339a00;
       color: white;
}

.title {
       font-size: 1em;
       font-weight: bold;
}
.textsmall {
       font-size: 0.8em;
}
.text {
       font-size: 1em;
}
hr { margin: 5px 0px;
     border-color: lightgray; }

.center-cropped {
  width: 120px;
  height: 90px;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}

/*  -------------------------- PADDING ------------------------------ */

.pad-L-0 {
   padding-left: 0px;
}
.pad-L-5 {
   padding-left: 5px;
}
.pad-L-10 {
   padding-left: 10px;
}
.pad-L-15 {
   padding-left: 15px;
}
.pad-L-20 {
   padding-left: 20px;
}
.pad-R-0 {
   padding-right: 0px;
}
.pad-R-5 {
   padding-right: 5px;
}
.pad-R-10 {
   padding-right: 10px;
}
.pad-R-15 {
   padding-right: 15px;
}
.pad-R-20 {
   padding-right: 20px;
}
.pad-boto-0 {
   padding-top: 0px;
   padding-bottom: 0px;
}
.pad-boto-5 {
   padding-top: 3px;
   padding-bottom: 3px;
}
.pad-boto-15 {
   padding-top: 15px;
   padding-bottom: 15px;
}
.pad-bot-15 {
   padding-bottom: 15px;
}
.pad-top-5 {
   padding-top: 5px;
}
/*  -------------------------- MARGIN ------------------------------ */
.mar-L-0 {
   margin-top: 0px;
}
.mar-top-15 {
   margin-top: 15px;
}
.mar-bot-15 {
        margin-bottom: 15px;
}
.mar-top-25 {
        margin-top: 25px;
}

/*  -------------------------- BACKGROUNG COLORS ------------------------------ */
.bgbal {
   background-color: #4C4E4D;
   background-repeat: no-repeat;
   color:white;
}
.bg-even {
   background-color: #FCFCFC;
}
.bg-odd {
   background-color: #F3F3F3;
}
.bg:hover {
   background-color: #EEEEEE;
} 

/*  -------------------------- Text ------------------------------ */
.pb-date {
   font-weight: normal;
   font-size: 0.8em;
}
.uline {
   text-decoration: underline;
} 
.borbot {
     border-bottom: 1px solid #e3e3e3;
}