.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
}

.navbar-inverse{
    background-image: none;
    background-color: #3bbae8;
}
.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

table.restables-clone {
    display: none;
}

.maxbestw {
    max-width: 150px;
    word-wrap: break-word;
}
@media (max-width: 991px) {
    table.restables-origin {
        display: none;
    }
    
    table.restables-clone {
        display: table;
    }
}

/*Eigener Code */
 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

@media (min-width: 1200px){


}


.offen {
    background: lightcoral;
}
/* Responsive Tabellt */

/*@media screen and (max-width: 600px) {

    table {
      border: 0;
    }
    
    .maxbestw {
    max-width: 100%;
    word-wrap: break-word;
}

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
*/


.table .thead-dark tr  {
    color: #fff;
    background-color: dimgray;
    border-color: #32383e;
    
}

table #user_data {
    max-width: 1800px;
}

#user_data {
    max-width: 1800px;
}

#s140 {
    width: 80px;
    color: black;
}

tfoot {
    display: table-header-group;
}

 /*#user_data_filter {
    display: none;
}
 */
#w20 {
    width: 20px;
}


.cellRed
{
background-color: Red;
}

.cellGreen 
{
background-color: Lime;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -78px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.icon-arrow-right {
    float: right;
    margin-top: 0px;
    margin-right: -14px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.kdtable {
    max-width: 400px;
    
}
.kdtable td {
    text-align: left !important;
    
}

.w-150  {
    width: 150px;
}

.w-10  {
    width: 10px;
}
/* DASH*/ 
.dash-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.dash-bg {
    background-color: #F5F5F5;
}
/*DASH END */


/* ------Colors------- */

/* RED */
.bg-red {
    background-color: #dd4b39 !important;
    color: white;
}

.bg-red a {
    color: white;

}

.danger-color-dark {
    background-color: #CC0000;
}

/* RED END*/

/* Yellow*/
.bg-yellow {
    color: white;
    background-color: #f39c12 !important;
}
.bg-yellow a {
    color: white;
}

/* Green */
.bg-green {
    color: white;
    background-color: #00a65a !important;
}
.bg-green a {
    color: white;
}

/* ---BLUE--- */
.info-color {
    background-color: #3bbae8;
    color: white;
}

.info-color a {
    color: white;
}

