/* CSS Document */

html,
body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #2b2b33;
}

#container {
    position: relative;
    width: 350px;
    min-width: 320px;
    height: 500px;
    margin: 130px auto 0 auto;
    background: #2060bc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form {
    width: 350px;
    min-width: 320px;
    height: 600px !important;
}

#city {
    width: 150px;
    float: left;
    margin-left: 42px;
}

.state {
    width: 55px;
    height: 35px;
    float: left;
    margin: 6px 0 0 5px;
}

#content {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#title {
    position: relative;
    width: auto;
    top: 70px;
    height: 48px;
    margin-bottom: 30px;
    text-align: center;
}

#title i {
    font-size: 68px;
    color: #fff;
}

h1 {
    margin: 0px;
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: lighter;
    text-decoration: none;
    border: #eff3fa;
    color: #FFF;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

h4 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    border: #eff3fa;
    color: #FFF;
    font-weight: normal;
}

h5 {
    width: 100%;
    margin: 0px;
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: lighter;
    color: #FFF;
    text-align: center;
}

.msg {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    top: 0;
    padding: 2px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: #d9864a;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    z-index: 1;
}

.text {
    position: relative;
    height: 20px;
    top: 3px;
    z-index: 2;
}

#loading {
    width: 100%;
    margin: 0 50%;
}

@-webkit-keyframes spinner-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fa-refresh,
.fa-spinner {
    -webkit-animation: spinner-spin 500ms steps(8) infinite;
    -moz-animation: spinner-spin 500ms steps(8) infinite;
    -o-animation: spinner-spin 500ms steps(8) infinite;
    animation: spinner-spin 500ms steps(8) infinite;
}

#user {
    position: relative;
    width: auto;
    top: 100px;
    text-align: center;
    display: block;
}

img {
    margin: 0 10% 2% 10%;
}

.input {
    width: 70%;
    height: 25px;
    margin: 2% 3%;
}

#select-user {
    width: 73.5%;
    height: 35px;
    padding: 5px;
}

.ad h4 {
    position: relative;
    width: auto;
    height: 30px;
    margin: 0% 0% 0% 15%;
    float: left;
}

.ad h4 a {
    position: relative;
    width: 70%;
    height: 20px;
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ad h4 a:hover {
    color: #e8b900 !important;
}

.button {
    width: 80px;
    height: 38px !important;
    margin: 0% 13%;
    background: #dfdfdf;
    float: right;
    font-weight: bold;
    color: #fff;
    border: solid 1px #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f9c667;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9c667 0%, #f79621 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9c667 0%, #f79621 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621', GradientType=0);
    outline: none;
    cursor: pointer;
}

.button:hover {
    color: #000040;
    background: #d2ff52;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2ff52 0%, #93d13c 58%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2ff52 0%, #93d13c 58%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d2ff52 0%, #93d13c 58%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#93d13c', GradientType=0);
}

input,
select {
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    margin: 20px 0 5px 0;
}

#footer {
    position: absolute;
    padding: 5px;
    width: 100%;
    margin: 0;
    bottom: 0;
}