
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn-danger {
    color: #fff !important;
    background-color: #fb6b5b;
    border-color: #fb6b5b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #fa5542;
  border-color: #fa4733;
}
.btn-info {
  color: #fff !important;
  background-color: #4cc0c1;
  border-color: #4cc0c1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #3fb4b5;
  border-color: #3ba9a9;
}

.bglayer {
    background-color: #25313e;
    opacity: 0.7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.layermessage {
    position: fixed;
    top: 30%;
    left: 10%;
    min-width: 400px;
    width: 80%;
    /* max-width: 50%; */
    /* margin-left: -150px; */
    padding: 40px 60px 40px 60px;
    z-index: 10001;
    /* background-color: #fff; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    text-align: center;
    /* border-radius: 15px; */
    opacity: 0.9;
    max-height: 50%;
}

.progress.dev{height: 1px;}
.layermessage div.msg {
	padding: 20px 20px 50px 20px; background-color: #25313e; border-radius: 10px; max-height: 50%; overflow: auto;
	overflow: auto;
	word-break: break-word; max-height: 200px;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    text-align: center;
}
.layermessage .btn {
	padding: 10px 30px; font-size: 16px;
}
.layermessage a.mainokbutton {
	position: absolute; bottom: 10px; left: 50%; margin-left: -47px;
}

@media (max-width:1000px) {
.layermessage {left: 0%;width: 100%;padding: 40px;min-width: 0px;top: 15%;box-sizing: border-box;}
.layermessage div.msg{padding:30px;max-height: 600px;}
}
