.buttonDiv {    text-align: center;}
#confirmOverlay, #confirmOverlay2{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}
#confirmOverlay2{
  z-index:100001;
}

#confirmBox, #confirmBox2{
	background:#e5e5e5;
	width: 460px;
	max-width:95%;
    max-height: 95%;
    overflow: auto;
	position: static;
	margin: 50px auto 0 auto;
	border: 1px solid rgba(33, 33, 33, 0.6);

	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox > button, #memberModal > button {
	float: right;
  margin: 5px 5px 0 0;
}
button:focus, button:active, button:hover,
#confirmBox button:focus, #confirmBox button:active, #confirmBox button:hover,
#memberModal button:focus, #memberModal button:active, #memberModal button:hover {
	background: #112542;
	background-color: #112542;
	color: white;
}

#confirmBox .alert_buttons {
	margin: 20px auto;
	text-align: center;;
}

@media screen and (max-width:600px) {
	#confirmBox{
	left:10px;
	top:20px; }
}
#confirmBox h1, #confirmBox2 h1,
#confirmBox p, #confirmBox2 p, #confirmBox div.boxdiv{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1, #confirmBox2 h1{
	letter-spacing: 0.3px;
	color: white;
	background: #5889a2;
	margin: 0;
	text-align: center;
}
#confirmBox h1 span {
    /* close button */
    float: right;
    font-size: 12px;
    background: black;
    padding: 10px;
    margin-right: -15px;
    cursor: pointer;
}
#confirmBox p, #confirmBox2 p, #confirmBox div.boxdiv{
	background: none;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 15px;
    margin: 15px 0;
}
#confirmBox div.boxdiv{
    margin: 5px 0;
    font-size: 13px;
    line-height: 1;
}
#confirmBox .button, #confirmBox2 .button/* , .buttondiv button */ {
	display:inline-block;
	background-color: blue;
	color:white;
	position:relative;
	height: 33px;

	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;

	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}
#confirmBox.merge_modal .button {
    padding: 0;
    width: 125px;
    margin-right: 0;
}
  
#confirmBox .button:last-child, #confirmBox2 .button:last-child { margin-right:0;}

#confirmBox .button span, #confirmBox2 .button span {
  position:absolute;
  top:0;
  right:-5px;
  width:5px;
  height:33px
}
#confirmBox .button.green,
#confirmBox2 .button.green {
  background-color: green;
}
#confirmBox .button.green:hover, #confirmBox .button.green:focus,
#confirmBox2 .button.green:focus, #confirmBox2 .button.green:hover {
  background-color: #112542!important;
}

#confirmBox .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover{		background-position:left bottom;}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}

#confirmBox .alert_buttons {
	margin: 0 auto;
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
}
#confirmOverlay .warning {
  background-color: red;
}
#confirmOverlay .warning label {
  color:  white;
}
#confirmOverlay input.warning::placeholder { 
  color: white;
  opacity: 1; 
}

#confirmOverlay input.warning:-ms-input-placeholder { 
  color: white;
}

#confirmOverlay input.warning::-ms-input-placeholder { 
  color: white;
}


#confirmBox .status {
	display: none;
    color: #fff;
    background-color: black;
    text-align: center;
    min-width: 200px;
    max-width: 80%;
    margin: auto;
    line-height: 50px;
    position: relative;
    top: 100px;
    letter-spacing: 0.0625em;	
}
#confirmBox .status.green {
	background-color: #43a047;
}
/* currently used by the supervisor modal */
#confirmBox .status.warn {
	background: white;
    color: red;
    top: 0;
    line-height: 14px;
    margin-top: 10px;
    padding: 10px 0;
}
#confirmBox .status button {
	float: right;
}