/* General theme */
html,
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

hr {
    color: #0099A8;
    border: solid 1px #0099A8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-size-18 {
    font-size: 18px;
}

a.lead:hover {
    text-decoration: none;
}

.poq-header {
    background-color: #0099A8;
    color: #fff;
}

.btn-poq-warning {
    color: #ffffff;
    background-color: #D97804;
}
.btn-poq-warning:hover {
    color: #ffffff;
}

.btn-poq-default {
    font-weight: bold;
    border: 2px solid #0099A8;
    border-radius: 0;
    padding: 5px 30px;
    color: #000;
}

/* Home page */
#poq-resume-wrapper .input-group-addon {
    padding: 0;
    border: none;
}

#poq-resume-wrapper input[type="text"] {
    border: 2px solid #0099A8;
    border-right: none;
    border-radius: 0;
}

#poq-resume-wrapper input[type="submit"] {
    border: 2px solid #0099A8;
    border-radius: 0;
    padding: 5px 12px;
}

/* Results page */
.poq-result-row a {
    color: #333333;
}

.poq-result-row .selected {
    color: #0099A8;
}

/* Cirlce button - http://bootsnipp.com/snippets/featured/circle-button */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-circle.btn-xxl {
    width: 140px;
    height: 140px;
    padding: 53px 28px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 70px;
}

.popover {
    background-color: #D97804;
    border-radius: 0;
}

.popover-content {
    background-color: #D97804;
    color: #fff;
}

.popover.left > .arrow::after {
    border-left-color: #D97804;
}