html{
  position: relative;
  min-height: 100%;
}


body {
  background-color: #eee;
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #d9d9d9;
}

body > .container {
  padding: 60px 15px 0;
}
.container .btn-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .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;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Content
{
  margin-top: 75px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/*
.alert {
   width: 30%;    
   margin-left: auto;
   margin-right: auto;
}

.alert_adminstration {
   width: 100%;    
   margin-left: auto;
   margin-right: auto;
}

.alert_edit {
   width: 100%;    
   margin-left: auto;
   margin-right: auto;
}

.doge{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.table-nonfluid{
 width: auto !important;
}

.edit{
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  

}

.txtleft{
  text-align: left !important; 
} */

#dropzone { 
  margin-bottom: 3rem; 
}

.dropzone { 
  border: 2px dashed #ccc; 
  border-radius: 5px; 
  background: white; 
}
.dropzone .dz-message { 
  font-weight: 400; 
}
.dropzone .dz-message .note { 
  font-size: 0.8em; 
  font-weight: 200; 
  display: block; 
  margin-top: 
  1.4rem; 
}

.dropzonetext{
  color: #646C7F;
  font-size: 1.2em;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}


.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

.imgContainer{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.imgContainer img{
  margin-top: 5px;
  margin-bottom: 5px;
}

.homepicview{
  width: 100%;
  height: 100%;
}

.divider{
  border-color: #d9d9d9;
  padding-bottom: 5px;
}

#imgContent :last-child .divider{
  border-color: #eee;
}

.editpic{
  width: 500px;
}

.fullpic{
  margin-left: auto;
  margin-right: auto;
}

.pic_container
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nsfw-post {
    background: #000 url(../img/hair.png) repeat;
    border-radius: 3px;
    text-align: center;
    height: 306px;
    overflow: hidden;
    margin-bottom: 5px;
}

.nsfw-post h3{
  color: #fff;
  margin-top: 120px;
  margin-bottom: 10px;
  font-size: 36px;
}

.nsfw-post p {
  color: #999;
  font-size: 17px;
  margin: 
  0 20px 10px;
}

.linknsfw {
  text-decoration: none;
  margin-bottom: 5px;
}

.popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup_overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup{

}


.popup .popup_close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .popup_close:hover {
  color: #06D85F;
}
.popup .popup_content {
  max-height: 30%;
  overflow: auto;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 5%;
    margin-bottom: 5%;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.SliderValueCenter{
  text-align: center;
  margin-top: 10px;
}

.SliderValue{
  font-size: 20px;
  width: 100%;
  color: #2ecc71;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}