﻿.ul select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    word-wrap: normal;
}

.ul button, .ul select {
    text-transform: none;
}

.ul button, .ul optgroup, .ul select, .ul textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ul .view-preview-panel {
    max-width: 1300px;
}

.ul .rounded-0 {
    border-radius: 0 !important;
}

.ul select.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.ul select.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ul .p-2 {
    padding: .5rem !important;
}

.ul .flex-wrap {
    flex-wrap: wrap;
}

.ul .pl-2, .ul .px-2 {
    padding-left: .5rem !important;
}

.ul .pr-2, .ul .px-2 {
    padding-right: .5rem !important;
}

.ul .ml-5, .ul .mx-5 {
    margin-left: 3rem !important;
}

.ul .mr-5, .ul .mx-5 {
    margin-right: 3rem !important;
}

.ul .mb-2, .ul .my-2 {
    margin-bottom: .5rem !important;
}

.ul .mt-2, .ul .my-2 {
    margin-top: .5rem !important;
}

.ul .flex-even {
    flex: 1;
}

.ul .flex-wrap {
    flex-wrap: wrap !important;
}

.ul .flex-row {
    flex-direction: row !important;
}

.ul .d-flex {
    display: flex !important;
}

.ul .d-none, .d-none {
    display: none !important;
}

.ul .flex-2 {
    flex: 2;
}

.ul .flex-wrap {
    flex-wrap: wrap;
}

.ul .flex-column {
    flex-direction: column !important;
}

.ul .justify-content-center {
    justify-content: center !important;
}

.ul .justify-content-around {
    justify-content: space-around !important;
}

.ul .preview-pane svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ul .preview-pane div.preview-wrap {
    margin: auto;
    max-width: 400px;
}

.ul .preview-pane div.svg-wrap {
    height: 400px;
    width: 400px;
    position: relative;
    text-align: center;
}

.ul .preview-pane div.preview-panel {
    background: #fff;
    border: #c51730 1px solid;
}

.ul .preview-3d-container {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 400px;
    border-width: 0px;
}

.ul .svg-wrap .pin_hover {
    fill: gold !important;
    stroke: gold !important;
}

.ul .svg-wrap .mechanical_pin_hover {
    fill: gold !important;
    stroke: gold !important;
}

.ul .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;

    border-radius: 0px;
    border-color: #c8102e;
    background-color: #c8102e;
    color: #fff;
}

.ul .btn-primary.disabled, .ul .btn-primary:disabled {
    border-color: #c8102e;
    background-color: #c8102e;
}

.ul .btn:disabled, .ul .btn[disabled] {
    cursor: not-allowed;
    pointer-events: all !important;
    border-color: #c8102e;
    background-color: #c8102e;
    opacity: .65;
}

.ul .header-logo {
    height: 40px;
    margin: 5px;
}

.ul .login-header-logo {
    height: 40px;
    margin: 1em 0em;
}

.ul #ulLoginSection form {
    padding-bottom: 1em;
}

.ul img {
    margin-top: 25px;
    vertical-align: middle;
    border-style: none;
}

.ul .header {
    border-bottom: #c8102e 2px solid;
    padding-left: 25px;
    padding-right: 25px;
}

.ul .body {
    text-align: center;
}

.ul .search-panel {
    margin-top: 25px;
}

.model-availability-listing div {
    height: 25px;
    width: 40px;
    margin: 2px 3px 1px 3px;
    display: inline-block;
}

.ul .spacer {
    padding: .25em;
}

.ul .spacer button {
    margin-right: .35em;
    margin-left: .35em;
}

.ul .mfr-col, .ul .mpn-col {
    margin-top: .6em;
}

.ul .pre-col {
    margin-top: .5em;
}

.fa-info-circle {
    padding-top: 8px;
    font-size: 1.5em;
    padding-left: 5px;
}

.fa-info-circle:before {
    cursor: pointer;
}