@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Patua+One');


body {
    font-family: 'Open Sans';
    background: url('../img/grey.png');
}

div#border {
    border: 3px solid #C2C2C2;
    border-radius: 15px;
    padding-top: 10px;
}

div#border-home {
    border: 3px solid #C2C2C2;
    border-radius: 15px;
    padding-top: 10px;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}

header {
    position: relative;
    top: -10px;
    left: 0px;
    right: 0px;
    text-align: center;
    background: white;
    padding-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

header img {

    width: 50%;
    max-width: 250px;
    margin-bottom: 10px;

}

header img.cancel {
    margin-bottom: -15px;

}

div#wrapper {
    width: 100%;
    padding-bottom: 5px;
}

div.cancel {
    margin-top: -15px;
}

div#red {

    background-color: #CF0300;
    width: 12.5%;
    height: 5px;
    float: left;
}

div#darkblue {

    background-color: #093568;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#blue {

    background-color: #1777A5;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#green {

    background-color: #82C800;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#purple {

    background-color: #8E54CB;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#orange {

    background-color: #F48500;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#bluesky {

    background-color: #16D1DB;
    width: 12.5%;
    height: 5px;
    float: left;

}

div#yellowgreen {

    background-color: #EEE300;
    width: 12.5%;
    height: 5px;
    float: left;

}

section p {
    text-align: center;
}

section p#sub {

    color: #109ACD;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

section p#sub span {
    color: #0566BA;
}

section p#cancel-sus {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -20px;
    text-align: center;
    font-size: 14px;
}

section #message {
    margin-right: auto;
    margin-left: auto;
    background-color: #FCF9E7;
    border-radius: 10px;
    border: solid 3px;
    width: 250px;
    line-height: 50px;
    text-align: center;
    border-color: #FBEED2;
    font-size: 14px;

}

input[type=text] {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    margin-bottom: 15px;
}

input::-webkit-input-placeholder {
    text-align: center;
}
input::-moz-placeholder {
    text-align: center;

}
input:-moz-placeholder {
    text-align: center;

}
input:-ms-input-placeholder {
    text-align: center;
}

a.btn, input[type=submit].btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #dcdcdc;
    display:block;
    margin-left: auto;
    margin-right: auto;
    color:#777777;
    font-family:arial;
    font-size:20px;
    font-weight:bold;
    font-style:normal;
    height:100px;
    line-height:100px;
    width:200px;
    letter-spacing: 1px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;

}

a.btn {
    margin-bottom: 30%;
}

@media (max-height: 600px) {

    a.btn, input[type=submit].btn {
        font-size:18px;
    }

    section p#cancel-sus {
        margin-top: -40px;
    }
}

/* Mobile potrait view */
@media all and (min-height:500px) and (orientation: portrait) {

    div#border {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }

}

/* Landscape view */
@media all and (orientation:landscape) {

    div#border {
        border: 3px solid #C2C2C2;
        border-radius: 15px;
        padding-top: 10px;
    }
}

/* Desktop */
@media (min-width: 850px) {
    div#border {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
}

a.btn:hover, input[type=submit].btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

a.btn:active, input[type=submit].btn:active {
    position:relative;
    top:1px;
}

footer {
    color: #3E4041;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

footer a {
    color: #109ACD;
}