html,
body {
    color: #000;
    font-family: TheSans, sans-serif;
    letter-spacing: 0.008rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: TheSans, sans-serif;
}

.wrap > .container {
    padding: 40px 15px;
}

.avme_logo {
    fill: #fff;
    height: 51px;
    width: 90px;
    transform-origin: left top 0;
}

blockquote.feedback {
    font-family: inherit;
    font-size: 1.2em;
    font-style: italic;
    border:none;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;

}
blockquote.feedback:before {
    display: block;
    content: "\201C";
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: -20px;
    color: #7a7a7a;
}
blockquote.feedback cite {
    color: #999999;
    font-size:small;
    display: block;
    margin-top: 5px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 10px 15px;
}
.navbar {
    border-radius: 0px;
    min-height: 100px;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
}
.navbar-inverse{
    background: #f2f2f2;
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0.8);
}
.navbar-inverse .navbar-nav > li > a {
    color: #4c5456;
    text-transform: uppercase;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    background-color: #f2f2f2;
    margin-top:20px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #aaa391;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #f2f2f2;
    color: #aaa391;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #f2f2f2;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0 none;
    /*padding-left: 250px;*/
}
.navbar-inverse .navbar-toggle {
    border: 0;
    border-radius: 0px;

}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #a7a8af;
    background-color: transparent;
}

a{
    color: #515151;
    font-family: TheSans, sans-serif;
}
a:hover, a:focus {
    color: #a7a8af;
    text-decoration: none;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #444;
    float: left;
    line-height: 1.846;
    margin-left: -1px;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #000;
    z-index: 2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #a7a8af;
    border-color: #a7a8af;
    color: #ffffff;
    cursor: default;
    z-index: 3;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #bbbbbb;
    cursor: not-allowed;
}
.kv-editable-link {
    color: #a7a8af;
}
.kv-editable-link:hover, .kv-editable:focus {
    color: #2196f3;
}
th {
    font-weight: normal;
}
.btn {
    border-radius: 3px;
    margin:2px;
}
.btn-primary {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(188, 177, 157, 1) 0%, rgba(137, 125, 109, 1) 100%) repeat scroll 0 0;*/
    color: #fff;
    border-color: #404454;
    background-color: #004460;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #4c5456;
    color: #fff;
    border-color: #1e2336;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: rgb(137, 125, 109) none repeat scroll 0 0;
    border-color: #aaa48e;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    border-color: #aaa48e;
    background: rgb(137, 125, 109) none repeat scroll 0 0;

}
.btn-warning {
    background: #ff4238;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background: #FFFFFF;
    color:#ff4238;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning.focus:active, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    background: #FFFFFF;
    color:#ff4238;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background: #ff4238;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.35;
}

.btn-info {
    background: #83786f;
    color:#fff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info-warning {
    background: #aca39a;
    color:#fff;
}
.btn-info:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info.focus:active, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    background: #aca39a;
    color:#fff;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-infoprimary:focus, .btn-info.disabled.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background: #aca39a;
    color:#fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    color:#fff;
    opacity: 0.35;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #1e2336 none repeat scroll 0 0;
    color: #fff;
}
.badge {
    padding: 4px 7px;
    font-weight: normal;
    background: #ff4238;
    border-color: #aaa48e;
    color: #fff;
}
.img-thumbnail {
    border: 0 none;
    box-shadow: none;
}
.variant_image {
    float:right;
}
#update-results {
    min-height: 100px;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.visuallyhidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#exportTable { height: 1px; width: 1px; overflow: hidden; }
.datepicker { z-index: 1031 !important; }

.slider.slider-horizontal { max-width: 100%; }

.servicepack_headings th {
    background-color: #f2f2f2;
    color: black;
    font-size: 1.2em;
    margin: 0 -10px;
    line-height: 28px;
    font-weight: normal;
}

table.sp_calculation th,
table.sp_calculation td {
    font-size: smaller;
    vertical-align: middle;
}

table.sp_calculation tr:nth-child(1) th {
    background-color: #cc0033;
    color: white;
}

table.sp_calculation tr:nth-child(1) th,
table.sp_calculation tr:nth-child(2) th,
table.sp_calculation td:nth-child(n+4) {
    text-align: center;
}

table.sp_calculation tr:nth-child(n+3) th:nth-child(n+6),
table.sp_calculation td:nth-child(n+6) {
    text-align: right;
}


.adminWarning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    z-index: 99;
    height: 25px;
}