.start-hidden {
  display: none;
}

.container-fluid{
  background-color: white;
}

.modal-headertext{
  font-size: x-large;
  font-family: sans-serif;
  font-weight: bold;
}

.mandatory::after {
  content: "*";
  color: red;
  display: inline-block;
  width: 15px;
  text-align: center;
}

.invalid {
  border-color: red;
  border-style: solid;
  border: 2px solid red;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

div.row{
  text-align: center;
}

    .ncbtn {
        position: absolute;
        top:  50%;
        left:  50%;
        transform: translate(-50%, -50%);
        -ms-transform:  translate(-50%, -50%);
        background-color: #1F4C73;
        opacity: 60%;
        color:  white;
        font-size:  14px;
        padding:  12px 24px;
        border:  none;
        cursor: pointer;
        border-radius: 5px;
        text-align:  center;
    }

    .ncbtn:hover {
        background-color: #1F4C73;
        opacity: 100%;
        text-decoration: none;
        color: white;
    }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #162338;
}

.container2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jumbotron-footer {
  color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #13365e;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 90%;
}
p{
  margin-top: 10px
}



.sellabel{
  border-width: 0px; 
  background-color: transparent;
}
.price{
  text-align: right;
  background-color: transparent;
  border: none;
}


.label{
  padding-top: 6px;
}

.container .btnpict {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1F4C73;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  opacity: 0.6;
}

.container .btnpict:hover {
  background-color: #1F4C73;
  opacity: 1;
}

@media only screen and (max-width: 600px){
  .select-box {
    max-width: 50%
  }

  .modal-footer {
    justify-content: flex-start;
  }

}

@media only screen and (max-width: 765px){
  #pictBlock h1 {
  font-size: 3vw !important;
  }

    #buyStata .col-md-8 {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center !important;
  }  

  #buyStata img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 601px){
  .select-box {
  max-width: 100%
  }
}
