/*css*/


.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover .btn:hover {
    opacity: 1.0 !important;
    color: #999 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.not-shown { display:none !important; }

.navbar-brand {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-brand-name {
    float: center;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 50px;
}

.btn-primary {
    background-color: #eb7700 !important;
    border-color: #eb7700 !important;
}

.btn-primary:hover {
    background-color: #fc9d3c !important;
    border-color: #fc9d3c !important;
}

body {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
    background-color: #0465b4 !important;
    min-width: 1000px !important;
}

.container > .col-xs-12 {
    min-width: 1000px !important;
    max-width: none !important;
}

a.plain, a.plain:visited {
    color: #0465b4 !important;
    text-decoration: none;
    font-weight: bold;
}
a.plain:active, a.plain:hover {
    color: #1781d8 !important;
    text-decoration: underline;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
    font-family: Yanone Kaffeesatz, Helvetica, Arial, sans-serif !important;
    margin-bottom: 20px !important;
}
h2 {
    color: #0465b4 !important;
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase !important;
}
h4 {
    font-size: 25px !important;
    line-height: 26px;
    padding: 2px 0 !important;
    margin: 0 0 10px 0 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #666 !important;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #949494 !important;
}
.navbar {
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    height: 80px;
    line-height: 80px;
    max-height: 80px;
    margin-bottom: 0 !important;
}
.navbar-brand, .navbar-nav>li>a {
    line-height: 80px !important;
    height: 80px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar .dropdown-menu {
    top: 65px !important;
}
.dropdown-menu-right {
    text-align: right;
}
.navbar-header {
    float: left;
}
.navbar-nav.navbar-right {
  float: right;
}
.navbar-nav>li {
    float: left !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-nav>li>a:hover {
    background-color: inherit !important;
}
.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}
.navbar-brand img {
    display: inline !important;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
}
th.right, td.right {
    text-align: right !important;
}
th.center, td.center {
    text-align: center !important;
}
.center {
    text-align: center !important;
}
.light-border {
    border: 1px solid #ccc;
}
.img_max_500 {
    max-width: 500px;
}
main {
    background-color: #fff;
    width: 100%;
    padding-bottom: 80px;
}
footer {
    font-size: 10px;
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    color: #ffffff !important;
    background-color: #0465b4 !important;
}

footer a, footer a:visited {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover, footer a:active {
    color: #ffffff;
    text-decoration: underline;
}

.accent-bar {
    background-color: #0465b4;
    height: 80px;
}

.company-bar {
    height: 10px;
}

.dark {
    color: #3c3f34;
    background-color: #ffffff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #eb7801;
}

.tri-info {
    padding-bottom: 40px;
}
.tri-info h2 {
    text-align: center;
    margin-bottom: 40px;
}
.tri-info .col {
    padding-left: 60px;
    margin-bottom: 20px;
}
.tri-info .big.fa {
    margin-left: -40px;
    float: left;
    padding: 10px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    vertical-align: center;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #eb7801;
}

#site-title:hover, #site-title {
    font-family: Yanone Kaffeesatz, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #000000 !important;
    vertical-align: middle;
    text-align: center !important;
    text-decoration: none;
}

.vertical-align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.please_wait {
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #888;
    background-color: rgba(100,100,100,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80888888', endColorstr='#80888888');
    display: none;
}
.please_wait div {
    z-index: 9999;
    border: 1px solid #ccc;
    margin: 300px auto 0 auto;
    width: 150px;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 2px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.flash-container {
    margin-top: 20px !important;
}
.flash-container .alert {
    margin-bottom: 0 !important;
}
.ui-widget-overlay {
    background: #666;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.dynamic-inline {
    margin: 0 !important;
    padding: 0 20px !important;
}
.radio-inline abbr {
    cursor: pointer !important;
}
.letter {
    margin-top: 20px;
}
#firstmsg {
    z-index: 2000 !important;
}
.close_button {
    font-size: 14px;
    font-weight: bold;
}
.close_button:hover, .close_button:active {
    text-decoration: none !important;
}
.minicolors-theme-default .minicolors-input {
    height: auto !important;
}
.logo-select {
    max-width: 100px !important;
    max-height: 100px !important;
}
label.radio-image {
    margin-left: 0 !important;
    margin-bottom: 8px;
}
label.radio-image > input {
    display: none;
}
label.radio-image > input + img {
    cursor: pointer;
    border: 1px solid transparent;
    pointer-events: none;
}
label.radio-image > input:checked + img {
    border-color: #a00;
    box-shadow: 0 0 10px #E22F1C;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    pointer-events: none;
}
#preview-customize {
    background-color: #fff;
    height: 680px;
    border: 1px solid #ccc;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#preview-customize .margins {
    padding: 50px;
    height: 100%;
}
#preview-customize .preview {
    width: 100%;
    height: 100%;
}
#preview-customize .preview {
    position: relative;
}
.logo-preview {
    position: absolute;
}
.floating-ccv-trigger {
    position: relative;
}
.floating-ccv {
    z-index: 10;
    position: absolute;
    bottom: -40px;
    left: 5px;
}
.short-form-field {
    width: 50% !important;
}
.list-logo {
    max-height: 50px;
    max-width: 50px;
    vertical-align: top !important;
}
ul.logo-list a.logo {
    height: 70px !important;
    line-height: 70px !important;
    clear: both;
}
.logo-image-column {
    height: 49px !important;
    margin-right: 10px;
    float: left;
    width: 50px;
    display: block;
}
.logo-remove-column {
    height: 49px !important;
    float: right;
    width: 20px;
    display: block;
}
.representative-bar img {
    height: 80px;
    float: right;
    margin-left: 10px;
}
.representative-bar p.client-info, .representative-bar p.rep-info {
    float: right;
    width: 400px;
    font-size: 80%;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    text-align: right;
}
.client-info {
    float: left !important;
    text-align: left !important;
}
.bright-link {
    color: #fff !important;
    text-decoration: underline
}
.bright-link:active, .bright-link:hover {
    color: #d9e8f4 !important;
    text-decoration: underline;
}
.rep-link {
    text-decoration: underline
}
.rep-link:active, .rep-link:hover {
    text-decoration: underline;
}
.highlight {
    font-weight: bold;
    text-shadow: 0 0 3px rgba(35, 227, 27, 0.65);
}
h4.modal-title {
    margin: 0 !important;
}
.context-sensitive-help {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
}
.preview-product {
    display: block;
    margin: 10px 0 0 0;
    border: 1px solid #555;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.preview-product.card {
    border: 1px solid #a65419;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0 42px 0;
}
.dim {
    color: #999;
}
.ordered-list {
    list-style-type: decimal !important;
}
.unordered-list {
    list-style-type: disc !important;
}
.ordered-list, .unordered-list {
    margin-left: 25px;
    margin-bottom: 20px;
}
.ordered-list li, .unordered-list li {
    margin-bottom: 4px;
}
.not-so-small {
    font-size: 95% !important;
}
.not-so-large {
    font-size: 105% !important;
}
.example-text {
    font-size: 90% !important;
    color: #999 !important;
}
.example-image {
    border: 1px solid #000;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.strong {
    font-weight: bold !important;
}
.form-group.required label:after {
    content: " *";
    color: red;
    font-weight: bold;
}
.plain-required {
    color: red;
    font-weight: bold;
}
