/* Buttons */
.btn_grey{
  background-color: transparent !important;
  color: #7d6969 !important;
  border-color: #7d6969 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  border: 1.5px solid !important;
  padding-top: 4px !important;
  transition: .5s !important;
}
.btn_grey:hover{
  background-color: #7d6969 !important;
  color: white !important;
  border-color: #7d6969 !important;
  transition: .5s !important;
}

.btn_clean{
  background-color: transparent;
  transition: .5s !important;
  padding: 4px;
  padding-bottom: 0px;
}

.btn_clean:hover{
  background-color: red;
  transition: .5s !important;
  padding: 4px;
  padding-bottom: 0px;
  color: white;
}

/* Header */

.hero{
    background: url('../img/headline.jpg');
    height: 260px;
    background-position: center;
    background-size: cover;
    width: 100%;
}


.logo{
    background-color: white;
    text-align: center;
    border-bottom-left-radius: 10px;
    padding-top: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #f00500;
    padding-bottom: 10px;
}
#myNavbar{
  border: unset;
}

/* Footer */

.footer{
    background-color: #332e2e;
    color: white;
    min-height: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Interface */

.container_padding{
    padding-top: 80px;
    min-height: 100vh;
    padding-bottom: 80px;
}

.profilform{
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0), 0 9px 26px 0 rgba(0, 0, 0, 0.14);
    padding: 25px;
    border-radius: 0px;
    background-color: white;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.btn_cray{
    background-color: transparent;
    color: #7d6969;
    border-color: #7d6969;
    font-size: 15px;
    font-weight: bold;
    border: 1.5px solid;
    padding-top: 4px;
    transition: .5s;
    float: right;
    border-radius: 0px;
}

.btn_cray:hover{
    background-color: #8e8585;
    color: #ffffff;
    border-color: #8e8585;
    transition: .5s;
}

.custom_input{
    background-color: transparent;
    color: black;
    border: 1px solid #7d6969;
    transition: .5s;
    border-radius: 0px;
}

.custom_input:focus{
    transition: .5s;
    background-color: white;
    color: black;
    border: 1px solid #7d6969;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.profilform h2{
    color: #f00500;
}

.profilform h5{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 15.5px;
}

.btn_save{
    background-color: #f00500;
    color: white;
}

.btn_save:hover{
    color: #ffd7d7;
    background-color: #d6130f;
}

.error{
    color: red;
}

.upload_box{
    text-align: center;
}

.upload_btn{
  color: gray;
  text-align: center;
  min-width: 50%;
  height: 100px;
  padding-top: 39px;
  font-size: 18px;
  font-weight: bold;
}

.upload_file_error{
  color: red;
  font-weight: bold;
  width: 100%;
  float: left;
  padding-top: 10px;
}

.upload_file_success{
  color: green;
  font-weight: bold;
  width: 100%;
  float: left;
  padding-top: 10px;
}

.alert-danger{
  color: white;
  background-color: #f00500;
  /* border-color: #f00500; */
}
.progress{
  height: 3px;
  margin-top: 20px;
  margin-bottom:0;
}
.progress-bar-danger{
  background-color: #ef3a34;
}

    /* Bootstrap changes */

    .navbar{
        border-radius: 0px;
        margin-top: 100px;
        min-height: 75px;
    }

    .navbar-default{
        border-color: #f0ece6;
    }

    .navbar-nav>li>a{
        line-height: 43px;
        font-size: 15px;
        font-weight: 600;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background-color: #f0ece6;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        color: #f00500;
    }

    .col-xs-offset-right-12 {
        margin-right: 100%;
      }
      .col-xs-offset-right-11 {
        margin-right: 91.66666667%;
      }
      .col-xs-offset-right-10 {
        margin-right: 83.33333333%;
      }
      .col-xs-offset-right-9 {
        margin-right: 75%;
      }
      .col-xs-offset-right-8 {
        margin-right: 66.66666667%;
      }
      .col-xs-offset-right-7 {
        margin-right: 58.33333333%;
      }
      .col-xs-offset-right-6 {
        margin-right: 50%;
      }
      .col-xs-offset-right-5 {
        margin-right: 41.66666667%;
      }
      .col-xs-offset-right-4 {
        margin-right: 33.33333333%;
      }
      .col-xs-offset-right-3 {
        margin-right: 25%;
      }
      .col-xs-offset-right-2 {
        margin-right: 16.66666667%;
      }
      .col-xs-offset-right-1 {
        margin-right: 8.33333333%;
      }
      .col-xs-offset-right-0 {
        margin-right: 0;
      }
      @media (min-width: 768px) {
        .col-sm-offset-right-12 {
          margin-right: 100%;
        }
        .col-sm-offset-right-11 {
          margin-right: 91.66666667%;
        }
        .col-sm-offset-right-10 {
          margin-right: 83.33333333%;
        }
        .col-sm-offset-right-9 {
          margin-right: 75%;
        }
        .col-sm-offset-right-8 {
          margin-right: 66.66666667%;
        }
        .col-sm-offset-right-7 {
          margin-right: 58.33333333%;
        }
        .col-sm-offset-right-6 {
          margin-right: 50%;
        }
        .col-sm-offset-right-5 {
          margin-right: 41.66666667%;
        }
        .col-sm-offset-right-4 {
          margin-right: 33.33333333%;
        }
        .col-sm-offset-right-3 {
          margin-right: 25%;
        }
        .col-sm-offset-right-2 {
          margin-right: 16.66666667%;
        }
        .col-sm-offset-right-1 {
          margin-right: 8.33333333%;
        }
        .col-sm-offset-right-0 {
          margin-right: 0;
        }
      }
      @media (min-width: 992px) {
        .col-md-offset-right-12 {
          margin-right: 100%;
        }
        .col-md-offset-right-11 {
          margin-right: 91.66666667%;
        }
        .col-md-offset-right-10 {
          margin-right: 83.33333333%;
        }
        .col-md-offset-right-9 {
          margin-right: 75%;
        }
        .col-md-offset-right-8 {
          margin-right: 66.66666667%;
        }
        .col-md-offset-right-7 {
          margin-right: 58.33333333%;
        }
        .col-md-offset-right-6 {
          margin-right: 50%;
        }
        .col-md-offset-right-5 {
          margin-right: 41.66666667%;
        }
        .col-md-offset-right-4 {
          margin-right: 33.33333333%;
        }
        .col-md-offset-right-3 {
          margin-right: 25%;
        }
        .col-md-offset-right-2 {
          margin-right: 16.66666667%;
        }
        .col-md-offset-right-1 {
          margin-right: 8.33333333%;
        }
        .col-md-offset-right-0 {
          margin-right: 0;
        }
      }
      @media (min-width: 1200px) {
        .col-lg-offset-right-12 {
          margin-right: 100%;
        }
        .col-lg-offset-right-11 {
          margin-right: 91.66666667%;
        }
        .col-lg-offset-right-10 {
          margin-right: 83.33333333%;
        }
        .col-lg-offset-right-9 {
          margin-right: 75%;
        }
        .col-lg-offset-right-8 {
          margin-right: 66.66666667%;
        }
        .col-lg-offset-right-7 {
          margin-right: 58.33333333%;
        }
        .col-lg-offset-right-6 {
          margin-right: 50%;
        }
        .col-lg-offset-right-5 {
          margin-right: 41.66666667%;
        }
        .col-lg-offset-right-4 {
          margin-right: 33.33333333%;
        }
        .col-lg-offset-right-3 {
          margin-right: 25%;
        }
        .col-lg-offset-right-2 {
          margin-right: 16.66666667%;
        }
        .col-lg-offset-right-1 {
          margin-right: 8.33333333%;
        }
        .col-lg-offset-right-0 {
          margin-right: 0;
        }
      }

      /* HTML Edits */
body{
  background-color:#f0ece6;
}
a{
  text-decoration: unset;
}
a:hover{
  color: black;
}
input{
  transition: .5s;
}
input, button, .btn, .form-control{
  border-radius: 0;
}
input:focus{
  transition: .5s;
}
form h3{
  margin-top: 0;
}

/* Content */
.row_without_margin a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.col_right input{
  background-color: transparent;
  color: black;
  border:1.5px solid #7d6969;
}
.col_right input:focus{
  background-color: white;
  color: black;
  border: 2px solid #7d6969;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.col_right input::placeholder{
  color: black;
}
.shadowed_row{
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-container{
  margin-top: 5%;
}
.col_left,.col_right{
  height: 500px;
}
.col_left{
  padding: 10% 5%;
  background-color: white;
  text-align: center;
}
.error{
  margin: 0;
}
.col_right{
  padding: 5%;
}
.login-container form{
  padding: 20% 10%;
}
.col_right .forgot_password{
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.error_mess{
  color: #f00500;
  font-weight: 700;
}

.confirm_email_mess{
  text-align: center;
  color: green;
}
.error_email_mess{
  color: #f00500;
  text-align: center;
}

#login_btn,#forgot_password_btn,#register_btn, #reset_password{
  float: right;
}
#register form{
  padding: 10% 10%;
}
.register_btn{
  float: right;
}
.col_left img{
  margin-bottom: 5%;
}

.row_without_margin{
  margin:0;
}
.row_without_margin{
  margin-top: 15px;
}
.privacy_col{
  background-color: white;
  padding: 55px;
}
.link_right{
  text-align: right;
}
@media screen and (max-width: 991px){
  .col_left,.col_right{
      height: unset;
  }
  .login-container form {
      padding: 5% 10%;
  }
  .col_left{
      padding: 6% 5%;
  }
  .register_btn{
      position: unset;
      float: right;
  }
  .row_without_margin, .link_right{
      text-align: center;
  }
}


/* sidebar */
.nav-pills>li>a{
  border-radius: 0;
  color: black;
}
.logo_sidebar{
  width: 100%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #f00500;
}


/*overall content */
th{
  text-align: center;
}
.admin-container {
    margin-top: 5%;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}
table{
    margin-top: 25px;
}

.table-responsive{
    overflow-x: unset;
}

.search_btn{
   text-align: right;
}
.sidebar{
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0), 0 9px 26px 0 rgba(0, 0, 0, 0.14);
    padding: 25px;
    background-color: white;
    top: 100px;
    position: sticky;
}
.content{
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0), 0 9px 26px 0 rgba(0, 0, 0, 0.14);
    padding: 25px;
    background-color: #f9f6f2;
    margin-top: 30px;
}
.modal-content{
  border-radius: 0;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.loader {
border: 8px solid #f3f3f3;
border-radius: 50%;
border-top: 8px solid #f00500;
width: 80px;
height: 80px;
-webkit-animation: spin 1s linear infinite; /* Safari */
animation: spin 1.5s linear infinite;
margin:auto;
margin-top: 5%;
}


/* User Tab */
.btn_delete{
    background-color: transparent;
    color: #f00500;
    font-size: 15px;
    font-weight: bold;
    padding-top: 4px;
    transition: .5s;
}
.btn_delete:hover{
    background-color: #f00500;
    color: white;
    transition: .5s;
}

.profilform{
	margin-bottom:0;
}
.btn_grey_edit{
    border: 0 !important;
}
.glyphicon-trash{
  top:3px;
}

.modal {
  text-align: center;
}
/*Project Tab*/
.details_img{
  width: 100%;
}

.btn_admin_danger{
  background-color: transparent;
  color: #7d6969;
  border-color: #7d6969;
  font-size: 15px;
  font-weight: bold;
  border: 1.5px solid;
  padding-top: 4px;
  transition: .5s;
}
.btn_admin_danger:hover{
  background-color: #7d6969;
  color: white;
  border-color: #7d6969;
  transition: .5s;
}

/* Project Details */

#modalGallery .modal-footer{
  text-align: center;
  padding: 0;
}

#modalGallery .modal_img_item img{
  margin:auto;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #f00500 !important;
  border-color: unset !important;
  color: white !important;
}
.pagination>li>a{
  border: unset !important;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 2px;
  line-height: 1.42857143;
  color: unset;
  text-decoration: none;
  background-color: unset;
  border: unset;
}

/* custom checkbox*/

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #adadad;
  }


.select {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 10px 6px 10px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: buttonface;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select__arrow {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: black transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}





  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox_container input:checked ~ .checkmark {
    background-color: #f00500;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox_container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox_container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width:992px){
  .search_btn{
      text-align: center;
   }
   .sidebar{
      top: 0px;
      position: unset;
   }
   .logo_sidebar{
    width: unset;
  }
}
.checkbox_font_style{
  font-size: 14px !important;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.checkbox_font_style .checkmark{
  margin-left: 5px;
  top:1px;
}
@media screen and (max-width:767px){
  .navbar.navbar-default{
    z-index: 1040;
  }
}
._error{
  color:#f00500;
}
.upload_special{
  width:50%; 
  overflow: hidden;
  height: 60px;
  padding-top: 18px;
}
@media screen and (max-width:450px){
  .upload_special{
    width:100%; 
  }
}

#submit_file_edit_form.disabled {
    zoom: 1;
    pointer-events: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.5;
    -moz-opacity:0.2;
    opacity: 0.2;
}

#submit_file_form.disabled {
    zoom: 1;
    pointer-events: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.5;
    -moz-opacity:0.2;
    opacity: 0.2;
}

/* pic-uploader mit Bootstrap: */
.imagePreview {
    width: 100%;
    height: 150px;
    background: url('../img/image-placeholder.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}
.pdfPreview {
    width: 100%;
    height: 150px;
    background: url('../img/pdf-placeholder.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary {
    display:block;
    border-radius:0px;
    box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
    margin-top:-5px;
}
.imgUp {
    margin-bottom:15px;
}
.del {
    position:absolute;
    top:0px;
    right:15px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    background-color:rgba(255,255,255,0.6);
    cursor:pointer;
}
.savetext {
    position:absolute;
    bottom:34px;
    left:0px;
    width:100%;
    height:20px;
    text-align:center;
    line-height:20px;
    font-size: 12px;
    font-style: normal !important;
    font-weight: 300;
    background-color:rgba(255,255,255,0.6);
}