/* The popup form - 3px solid #f1f1f1   right 15px  bottom 5*/
.form-m300popup {
  display: none;
  position: fixed;
  border: none;
  z-index: 9000000;
  color: black;
}

.othalshare {
  background-color: rgba(0,255,255,1);
 // color: deeppink;
  color: black;
  padding: 16px 20px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-weight: bold;
}

 .othalshare:hover {
  opacity: 1;
}

/* Add styles to the form container */
.form-m300container {
  width: 275px;
  padding: 10px;
  background: white;
box-shadow: 0 0 20px #ccc;
 // background-image: url('../images/newbackground.jpg');
}

/* Full-width input fields */
.form-m300container input[type=text], .form-m300container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-m300container input[type=text]:focus, .form-m300container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}



/* Set a style for the submit/login button #4CAF50 #EE4C7C*/
.form-m300container .btn {
  //background-color: navy;
//background:  rgba(0, 0, 128, 0.5);
background:  rgba(0, 255, 255, 0.5);
  //color: deeppink;
  color:black;
  padding: 16px 20px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-weight: bold;
}

#m300button{

background: transparent;
border: solid cyan;

}

/* Add a red background color to the cancel button red #AC3B61*/
.form-m300container .cancel {
//  background-color: navy;

background: transparent;
border: solid cyan;
}

/* Add some hover effects to buttons */
.form-m300container .btn:hover, .open-button:hover {
  opacity: 1;
}


/*Draggable Div Header*/

#m300header {

border-bottom: solid navy;
padding: none;
cursor: move;

}

#m300footer{

width: 100%;
cursor: move;
background: transparent;
outline: none;
border: none;
padding: none;
margin: none;
height: 15px;
position: relative;
top: -35px;

}
