.context-menu {
	position:absolute;
	z-index:100;
	min-width:180px;
	background-color:#4c5c68;
	padding:20px;
	border-radius:5px;
	text-align:center;
	box-shadow:0 0 12px 8px rgba(0,0,0,0.3),0 0 0 9999px rgba(0,0,0,0.8);
	transition:0.3s;
	left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
	color: #fff;
}


.context-menu hr{
    width:100%;
    border:none;
    border-bottom:1px solid #fff;
    border-radius:100%;
    margin:5px auto;
}
.context-menu button{
    margin:10px auto 10px auto;
}

.sign-checkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.alert-container {
}

