@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

* {
    outline: none;
}

html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #2d3136 url('/images/atention/default.jpg') no-repeat center center;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
}

.black-filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#serverinfo {
    position: absolute;
    width: 300px;
    bottom: 20px;
    left: 20px;
    color: #fff;
}


#message {
    position: absolute;
    width: 300px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    color: #fff;
}

.message-top {
    background-color: #b1d235;
    height: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 15px;
}

.message-bottom {
    background-color: #b1d235;
    height: 10px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.message-content {
    background-color: #2d3136;
    font-size: 18px;
    padding: 15px 0;
}

.message-highlight a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.message-highlight a:hover {
    text-decoration: underline;
}

.message-content-top {
    border-bottom: 1px solid #282c30;
}

.message-content-bottom {
    border-top: 1px solid #4c5156;
    text-align: left;
    padding: 20px;
    line-height: 20px;
    font-size: 12px;
}

.message-content-bottom a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}


.message-content-bottom .btn {
    float: right;
    background-color: #B1D235;
    border-radius: 3px;
    font-size: 14px;
    color: #2d3136;
    line-height: 40px;
    padding: 0 15px 0 15px;
}

.message-highlight {
    background-color: #383d43;
    font-size: 13px;
    border-top: 1px solid #4c5156;
    border-bottom: 1px solid #32373c;
    padding: 20px;
}

.contact-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #b1d235;
    color: #2d3136;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact-btn:hover {
    background-color: #c1e245;
}


.ctrl_text {
    background-color: #2d3136;
    border-radius: 3px;
    border: 1px solid #42464a;
    line-height: 20px;
    padding: 9px 15px 9px 15px;
    margin: 10px 0 0 0;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 228px !important;
}

.ctrl_text:first-child {
    margin: 0 0 0;
}

.ctrl_text:focus {


    border: 1px solid #b1d235;

}

.err {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    border-radius: 3px;
    margin: 0 0 10px;
    background: #ed3348;
    border: 1px solid #930c1f;
    color: #fff;
    padding: 8px 9px;
    font-size: 12px;
    line-height: 22px;
}

.hide {
    position: absolute;
    left: -90000px;
}

/* Keyframes aka animation in css3 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#message-form {
    position: relative;
}

#ajaxLoading {
    display: none;
    position: absolute;
    width: 260px;
    text-align: center;
    background-color: #383d43;
}

#ajaxLoading img {
    position: absolute;
    top: 50%;
    left: 114px;
    margin-top: -16px;
}
