.pointNotEnough{
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 201;
    display: none;
}
.errorAlertBackground{
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: none;
}
.pointAlert{
    position: relative;
    padding: 0;
    margin: 0;
    top: 40%;
    /*height: 11%;*/
    min-height: 79px;
    width: 80%;
    left: 10%;
    background-color: #ffffff;
    border: solid 1px #F08437;
    border-radius: 10px;
}

.errorAlert{
    position: relative;
    padding: 0;
    margin: 0;
    /*
    display: none;
    */
    top: 40%;
    /*height: 15%;*/
    min-height: 79px;
    width: 80%;
    left: 10%;
    background-color: #ffffff;
    border: solid 1px #00AE4E;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 11px #00AE4E;
    z-index: 888;
}

.errorAlert_window{
    position: relative;
    padding: 0;
    margin: 0;
    /*display: none;*/
    top: 40%;
    /*height: 15%;*/
    min-height: 79px;
    width: 80%;
    left: 10%;
    background-color: #ffffff;
    border: solid 1px #00AE4E;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 11px #ADADAD;
    z-index: 888;
}

.messageLabel{
    position: relative;
    text-align: center;
    color: #000000;
    top: 10px;
    width: 100%;
    /* height: 50px; */
}
#errorAlert .btnWrapper {
    margin-top: 10px;
}
.pointAlert button,.errorAlert button,errorAlert_window button{
    position: relative;
    box-shadow: 0 0 5px #00AE4E;
    -moz-box-shadow: 0 0 5px #00AE4E;

    -webkit-box-shadow: 0 0 5px #00AE4E;
    -webkit-touch-callout:none;
    -webkit-user-select:none;

    /*left: 11%;*/
    background-color: #00AE4E;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #00AE4E;
    width: 37%;
    /*height: 40px;*/
    margin: 6px;
    padding: 3px;
}
@media (min-width: 568px) {
    .pointAlert button,.errorAlert button,.errorAlert_window button {
        height: 40px;
        width: 21%;
        /*left: 27%;*/
    }
}

.singleBtn
{
    /*left: 30%!important;*/
}

.btnWrapper {
	text-align: center;
}

input,button,select,textarea{
    outline: none;
}