/* =========================================
// General
// ========================================= */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* =========================================
// Base
// ========================================= */

#steama-navbar {
    border-top: 10px solid #ea5a21;
    background: #272727;
}

.navbar-brand img {
    height: 40px;
    margin: 5px;
}

/* =========================================
// Typography
// ========================================= */

.h1,
h1,
.h2,
h2,
.h3,
h3 {
    font-weight: 300;
}
.h1,
h1 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.h2,
h2,
.h3,
h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* =========================================
// Buttons
// ========================================= */

a {
    color: #ec6525;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
a:hover {
    color: #e33d12;
    text-decoration: underline;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus {
    outline: none;
    outline-offset: 0px;
}

.btn {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 8px 16px;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-default {
    color: #ffffff;
    background-color: #ec6525;
    background-image: none;
    border-color: #ec6525;
}
.btn-default:focus,
.btn-default:hover {
    color: #ffffff;
    background-color: #e33d12;
    border-color: #e33d12;
}
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus {
    color: #ffffff;
    background-color: #c93c18;
    border-color: #c93c18;
}

.btn-link {
    color: #545454;
}
.btn-link:focus,
.btn-link:hover {
    color: #333333;
}

.btn-default:disabled {
    border-color: #ebebeb;
}

.btn-light {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #545454;
}

/* =========================================
// Form Items
// ========================================= */
input[disabled="disabled"] {
    color: darkgrey;
}

label {
    font-weight: 400;
}

.form-buttons {
    margin: 20px 0 10px;
}

.fielderror {
    color: #c93c18;
}
.fielderror {
    margin-top: 5px;
}

.alert {
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 16px;
    text-shadow: none;
}
.alert i {
    margin-top: 3px;
}
.alert i:first-of-type {
    float: left;
}
.alert i:last-of-type {
    float: right;
    cursor: pointer;
}
.alert div {
    display: inline;
    margin-left: 10px;
}

.alert-danger {
    color: #c93c18;
    background: #fdddcd;
    border: 1px solid #fdddcd;
}

.alert-warning {
    color: #ec6525;
    background: #fddac9;
    border: 1px solid #fddac9;
}

.alert-info {
    color: #555555;
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.help-icon {
    color: #b6b6b6;
}

.no-col-pd {
    padding-left: 0;
    padding-right: 0;
}

.nopadding-right {
    padding-right: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.col-center {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.row-center {
    text-align: center;
}

/* =========================================
// Media Queries
// ========================================= */

@media (max-width: 767px) {
    .no-col-pd {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        width: auto;
    }
}
