/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}




/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  width: 80%;
  border: 1px solid #888;
  border-radius: 0px;
  max-height: 95%;
  overflow: auto;
  position: relative;
  z-index: 5;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px)
{
  .modal-content {
      width: 90%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px)
{
  .modal-content {
      width: 100%;

  }
}

@media only screen and (max-width: 800px)
{
  .modal-content {
      width: 100%;
      max-height: 100%;
  }
}


/* PicModal Content */
.picmodal {
  position: fixed;
  z-index: 10;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  margin-top: 280px;
  /*left: 15%;*/
  border: 1px solid #888;
  overflow: auto;
  display:none;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* select */

.sel  {
  font-size:16px;
  padding: 3px 8px 3px 8px; 
}

form {
    display: inline-block; //Or display: inline; 
}

.btn {
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.btn_s {
  border: none;
  background-color: inherit;
  padding: 6px 28px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.btn_s2 {
  border: none;
  background-color: inherit;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.btn_s3 {
  border: none;
  background-color: inherit;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

/* Green */
.success {
  color: green;
}

.success:hover {
  background-color: #4CAF50;
  color: white;
}

/* Blue */
.info {
  color: dodgerblue;
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* my */
.white {
  color: #606060;
  font-weight: normal;
}

.white:hover {
  background: #606060;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}


/* Orange */
.warning {
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  color: red;
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  color: black;
}

.default:hover {
  background: #FFFFFF;
}

input[type=file]  {
  background-color: white ;
  border-style: solid;
  border-width: 1px ; 
  border-color: #b0b0b0;
  font-size:14px;
  padding: 5px;
}
