#bgDivAlert {
    display: table;
    top:0px;
    left:0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background : rgba(51,51,51,0.2);
}

#middleDivAlert {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 700px;
    top: -400px;
    position: relative;
}

#innerDivAlert {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 150px;
    border-width: 2px;
    border-style: solid;
    border-color: #0076e0;
    /*background-image: url(../resources/alert-background.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    background: linear-gradient(#3f6cb6, #1a4064);
    /*box-shadow: 0px 7px 0px 0px #0d3362;*/
    /*-webkit-box-shadow: 0px 7px 0px 0px #0d3362;*/
    /*-moz-box-shadow: 0px 7px 0px 0px #0d3362;*/
    border-radius: 0 0 13px 13px;
}

#alert-title-div {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 50px;
    background: linear-gradient(to right, #E6E6E6 , #fdfdfd);
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 13px 13px 0 0;
}

.btnAlert {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

a {
    text-decoration:none;
}

#middleDivAlert a:visited {
    color: #FFF;
}

#middleDivAlert a:hover {
    color: #0076E0;
}

.btnAlert {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btnAlert-default {
    border-color: #fff;
    color: #fff;
    background-color: #0076E0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btnAlert-default:hover {
    color: #0076E0;
    background-color: #fff;
}

.okBtn {
    width: 15%;
    top: 68%;
    position: relative;
    display: block;
    left: 75%;
}
#confirm_alert_buttons {
    width: auto;
    top: 68%;
    position: relative;
    display: block;
    right: 20%;
}

.yesBtn {
    width: 15%;
    top: 68%;
    position: relative;
    display: inline-block;
    left: 75%;
}

.noBtn {
    width: 15%;
    top: 57%;
    position: relative;
    display: inline-block;
    left: 75%;
    margin-right: 10px;
}

#errorMessage {
    width: 80%;
    top: -15px;
    color: #fff;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    text-align: center;
    text-justify: inter-word;
    font-size: 16px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-weight: bold;
}

#title {
    width: 46%;
    top: 12px;
    margin-top: 0;
    color: #3D6AB2;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
}

.imgBg {
    content:url(../resources/alert-background.png);
    display: none;
}

#lost_life {
    content:url(../resources/perdeu_vida.png);
    margin-left: auto;
    margin-right: auto;
    display: none;
}