body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}
.logo {
    max-height: 60px;
    padding-left: 0;
    text-indent: -9999px;
    margin-top: 10px;
}

.top-nav {
    border-bottom: 1px solid #ccc;
    display: block;
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 301;
    background-color: #fff;
}

section.main {
    padding-top: 100px;
}

.focus-box {
    padding: 0 50px 50px;
    margin-top: 50px;
    -webkit-box-shadow: #ddd 0 0 100px;
    box-shadow: #ddd 0 0 100px;
    border-collapse: separate;
}

label {
    margin-bottom: 0 !important;
    /*color: #555555;*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: bold;*/
    font-size: 15px;
}

a {
    color: #0d7895;
}

.form-control {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control {
    font-size: 18px;
}

.form-control {
    min-width: 100px;
}

.form-control {
    height: 52px;
    padding: 0 15px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-primary {
    background-color: transparent;
    border-color: #0d7895;
    border-width: 2px;
    color: #0d7895;
}

.mbm, .mvm, .mam {
    margin-bottom: 10px !important;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.dashboard .alert-success, .flash.alert, .flash.warning, .flash.info, .flash.success, .flash.error {
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: table;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    -webkit-box-shadow: 0 0 30px #999;
    box-shadow: 0 0 30px #999;
}


.flash.info {
    background: #0d7895;
    color: #fff;
}

.flash.success {
    background: #0d7895;
    color: #fff;
}

.flash.warning {
    background: hsl(35, 92%, 42%);
    color: #fff;
}

.flash.error {
    background: hsl(0, 96%, 36%);
    color: #fff;
}

.loader-container {
    background: rgba(13, 120, 149, 0.8);
}

.region-loading-panel {
    background: blue;
    opacity: 0.1;
    position: absolute;
}

.region-loading-spinner {
    position: absolute;
}

.region-loader {
    border: 10px solid #fff;
    border-top: 10px solid blue;
    border-bottom: 10px solid blue;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flash.alert{
    /*background: #28387f;*/
    color: #fff;
}

.flash.alert {
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: table;
    position: absolute;
    top: 70px;
    z-index: 1001;
    -webkit-box-shadow: 0 0 30px #999;
    box-shadow: 0 0 30px #999;
}

.flash-msg-row {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 10003;
}

.hidden {
    display: none;
}

.lower-case-text {
    text-transform: lowercase;
}