﻿body {
    background-color: #afafaf;
}

body, p, div {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 18px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
}

a,
a:visited,
a:focus,
a:active {
    color: #78be20;
    text-decoration: none;
}
a:hover {
    color: #777;
    text-decoration: underline;
}

.form-control,
.form-control:focus {
    border: solid 1px #afafaf;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    outline: none !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #e80a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.qtip-error {
    color: #fff;
    background-color: #e80a0a;
    border-color: #e80a0a;
}
.qtip-error .qtip-content {
    color: #fff;
}

button {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #78be20;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.dialog {
    background-color: #fff;
    width: 25%;
    margin: 100px auto auto auto;
}
@media(max-width:1199px) {
    .dialog {
        width: 50%;
    }
}
@media(max-width:767px) {
    .dialog {
        width: 90%;
        margin-top: 20px;
    }
}

.footer {
    background-color: #333;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.footer a:hover {
    color: #fff;
}

.dialog-content {
    padding: 20px;
}
