#ModalAlert-Box {
  background: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.75);
  transition: transform 0.1s, opacity 0.1s;
}

#ModalAlert-Box.ModalAlert-open {
  opacity: 1;
  transform: scale(1);
}

#ModalAlert-InBox {
  padding-top: 15px;
  background: #FFF;
}

#ModalAlert-BoxContent {
  background: #FFF;
  padding: 0px 20px;
}

#ModalAlert-BoxContenedor {
  padding: 8px 0px 5px 60px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  color: #444;
}

#ModalAlert-BoxContenedor h1,#ModalAlert-BoxContenedor h2,#ModalAlert-BoxContenedor h3,#ModalAlert-BoxContenedor b,#ModalAlert-BoxContenedor strong{
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size:15px;
  color: #444;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#ModalAlert-BoxContenedor #BoxPromptInput, #BoxPromptInput2{
  margin-top:5px;
}

#ModalAlert-Box .BoxAlert {
  background: url('/solutionrh/img/modalalert/warning.png') top left no-repeat;
}
#ModalAlert-Box .changePasseword  {
  background: url('/solutionrh/img/modalalert/icon_exclamation.gif') top left no-repeat;
}

#ModalAlert-Box .BoxConfirm {
  background: url('/solutionrh/img/modalalert/question.png') top left no-repeat;
}

#ModalAlert-Box .BoxPrompt {
  background: url('/solutionrh/img/modalalert/question.png') top left no-repeat;
}

#ModalAlert-Box .BoxInfo {
  background: url('/solutionrh/img/modalalert/confirm.png') top left no-repeat;
}

#ModalAlert-Box .BoxInform {
  background: url('/solutionrh/img/modalalert/info.png') top left no-repeat;
}

#ModalAlert-Box .BoxError {
  background: url('/solutionrh/img/modalalert/error.png') top left no-repeat;
}

#ModalAlert-Buttons {
  /*background: #F0F0F0;*/
  margin: 40px 0 10px -60px;
  width: 460px;
  text-align:center;
}

#ModalAlert-Buttons input[type="password"] {
	color: #797979;
	white-space: nowrap;
	width: 300px;
	border: 1px solid #E3E3EB;
	border-top: 1px solid #ACADB2;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 24px;
	margin-top: 3px;
	padding: 0 4px;
	max-width: 100%;
}

#ModalAlert-Buttons input:not([type="password"]) {
  display: inline-block;
  cursor: pointer;
  border: none;
  font-size: 14px;
  height: 40px;
  text-align: center;
  background: #d21242;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
  /*margin: 8px 10px 5px;*/
  margin: 0;
  width: 112px !important;
  outline : 0;
  transition: background-color ease-out 0.25s;
}
#ModalAlert-Buttons input#BoxConfirmBtnCancel { background: #A6A6A6; }
#ModalAlert-Buttons input#BoxConfirmBtnCancel:hover { background: #b3b3b3; }
#ModalAlert-Buttons input:hover:not([type="password"]),
#ModalAlert-Buttons input:not([type="password"]).active { 
  background: #f47085; 
}

@media screen and (max-width: 520px) {
  .ModalAlert-open {
    width: 100% !important;
    left: 0 !important;
  }

  #ModalAlert-Buttons {
    width: auto !important;
  }
}
