.header-filler {
	margin-bottom: 75px;
} 

#breadcrumbs {

} 

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-icon
{
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    display: block;
}
.login-form
{
    max-width: 390px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 400px) {
  .login-form {
      background: #fff;
  }
}

.small-note {
	font-size: 14px;
}

.card {
	margin: 0;
	margin-bottom: 20px;
	} 

@media(min-width:576px){
	.card {
	} 
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

.aelien-orange {
	color: #333333;
	background-color: #ffcc80;
	border-color: #ffcc80;
	}
	
.aelien-blue {
	color: #fff;
	background-color: #0062cc;
	border-color: #0062cc;
	}
	
	.aelien-blue:hover {
  color: #fff;
  background-color: #228afa;
  border-color: #2284ee;
}

.aelien-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.aelien-blue.disabled, .aelien-blue:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.aelien-blue:not(:disabled):not(.disabled):active, .aelien-blue:not(:disabled):not(.disabled).active,
.show > .aelien-blue.dropdown-toggle {
  color: #fff;
  background-color: #0052bd;
  border-color: #005cbf;
}

.aelien-blue:not(:disabled):not(.disabled):active:focus, .aelien-blue:not(:disabled):not(.disabled).active:focus,
.show > .aelien-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.fixed-table {
    table-layout: fixed;
    max-width: 100%;
}

.column-overflow {
max-width: 50%;
	white-space: normal;
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;
}


.post-preview > a {
    color: #212529;
  }
  
.post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #0085A1;
  }
  
  .post-preview > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  
  .post-preview > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px;
  }
  
  .post-preview > .post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
  }
  
  .post-preview > .post-meta > a {
    text-decoration: none;
    color: #212529;
  }
  
  .post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
    text-decoration: underline;
    color: #0085A1;
  }
  
  @media only screen and (min-width: 768px) {
    .post-preview > .post-title {
      font-size: 36px;
    }
  }
.bg-nav {
	background-color: blue;
}

.login-form {
  width: 100%;
  max-width: 350px;
  padding: 15px;
}

.login-form input[type="text"] {
  margin-bottom:-1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.login-form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login-form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;  
  font-size: 16px;
}