
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  width: 361px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container-header {
  width: 361px;
  height:66px;
  background-color: #515364;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}


.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  position: relative;
}

.loginmodal-container input[type=text].login, input[type=password].login {
  height: 50px;
  font-size: 16px;
  width: 100%;
  color : #212127;
  -webkit-appearance: none;
  background: #EDEDF3;
  border: 1px solid #B5B5CB;
  border-top: 1px solid #ccc;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}



.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #0472e3;
  height:50px;
  margin-top:10px;
  font-family: roboto;
  font-size: 20px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #3996f6;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 


.close{ opacity: 1;}


::-webkit-input-placeholder {text-align:center;}

.modal-backdrop{display: none;}


/***********************************************************************************/

/****** deletemodal ******/
.deletemodal-container {
  padding-top: 38px;
  padding-bottom: 20px;
  width: 364px;
 /* height: 191px; */
  background-color: #f4f4f4;
  margin: 0 auto;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.deletemodal-container-header {
  width: 361px;
  height:45px;
  background-color: #515364;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}






.deletemodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #0472e3;
  border-radius: 2px;
  height:32px;
  width:93px;
  margin-top:10px;
  font-family: roboto;
  font-size: 13px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.deletemodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #3996f6;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.deletemodal-cancel {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #868893;
  border-radius: 2px;
  height:32px;
  width:96px;
  margin-top:10px;
  font-family: roboto;
  font-size: 13px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.deletemodal-cancel:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #a1a3b1;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.deletemodal-container {
    color:#181818;
} 


.close{ opacity: 1;}


::-webkit-input-placeholder {text-align:center;}

.modal-backdrop{display: none;}

.delete-modal-dialog{

margin-top:400px;
}