/* input(66,1): run-time error CSS1019: Unexpected token, found '!' */
* {
    border-radius: 0 !important;
}

body {
    font-size: 12px !important;
}

tr > td {
    font-size: 11px !important;
}

td > div.text-value {
    overflow: auto;
    white-space: nowrap;
}

td > div.btn-group {
    width: 90px;
}

.header {
    margin-bottom: 10px;
    border-bottom: #c51730 2px solid;
}

.header-logo {
    height: 40px;
    margin: 5px;
}

.form-control {
    border-radius: 0px;
    font-size: 12px;
}

/* Use the .. so the path is relative to the css location so when deployed it will work as a root website or as an application within the site */
.queue-download {
    width: 30px;
    height: 30px;
    background-image: url(../images/Download_Btn.png?v=JdDcEBaaitzysG_inwSjFV6WUhg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.open-reference-design-btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/Download_Btn.png?v=JdDcEBaaitzysG_inwSjFV6WUhg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.loading {
    background-image: url(../images/Downloading.gif?v=Se_-rt5rlgIZ5DHGg5e56kb6q1M);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    font-size: 12px;
}
!
.btn, .btn-xs, .btn-group-xs > .btn {
    border-radius: 0px;
}

ul.pagination {
    margin: 0px;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 6px;
    font-size: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}

.table {
    margin-bottom: 5px;
}

.table-condensed > tbody > tr > td {
    padding: 3px;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 5px;
}

.no-pad {
    padding: 0px;
}

.no-side-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.text-center {
    text-align: center;
}

.button-center {
    text-align: center;
}

.button-preview {
    width: 24px;
    height: 16px;
    border: 0px;
    margin-left: 3px !important;
    margin-right: 3px;
}

.reference-design-div {
    outline: 1px solid #ddd;
    padding: 8px;
    width: 260px;
    min-height: 47px;
    margin: 0px auto;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
}

.reference-design-div:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.reference-design-div .btn {
    flex: 1;
    height: 31px;
}

.reference-design-div p {
    padding: 7px;
    flex: 1;
    margin:0;
}

.reference-design-h4 {
    vertical-align: middle;
    text-align: center;
    width: 366px;
    display: inline-block;
}

.reference-design-phead {
    font-weight: bold;
    text-align: center;
}

.alert-panel {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 1em;
    text-align: center;
    display: none;
    z-index: 5000;
}

.search-container {
    display: inline-block;
    min-width: 360px;
}

.search-detail-container {
    width: 100%;
    height: 50px;
    display: block;
}

.counts-container {
    width: 210px;
    float: left;
    height: 50px;
}

.legend-container {
    width: 150px;
    margin-left: auto;
}


.legend-section {
    float: left;
    width: 50px;
    text-align: center;
    font-size: 10px !important;
}

.legend-image {
    width: 24px;
    display: block;
    margin: auto;
}

#symbol-menu {
    width: 22px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel-indicators li {
    border-radius: 0px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


#tab-options .nav-tabs {
    margin-bottom: 15px;
}

.origin-logo {
    max-height: 40px;
    margin: 5px;
    float: right;
}

.search-text {
    float: left;
}

.search-results-table {
    width: auto;
}

.svg-img {
    height: 20px;
}

.load-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.load-panel img {
    max-height: 276px;
    max-width: 100%;
}

.modal-dialog {
    max-width: 450px;
    width: 100%;
}

.start-hidden, .hidden {
    display: none;
}

.previewPanel {
    text-align: center;
}

.previewPanel img {
    width: 100%;
    max-height: 380px;
    max-width: 350px;
}

.LoadImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.LoadImage img {
    width: 100%;
}

.threedviewer {
    text-align: center;
}

.close {
    float: right;
    line-height: 1;
}
.lightPanel {
    background-color: #bfbfbf;
    border-top: #c51730 2px solid;
    border-bottom: #c51730 2px solid;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.ul-tooltip {
    cursor: pointer;
    padding-left: 5px;
}

.tooltip {
    width: 75%;
    max-width: none;
}

.tooltip-inner {
    width: 100%;
    max-width: none;
}

.previewParent select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 20px);
    float: left;
}

.preview-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.export-section-title {
    font-size: 27px;
    padding-left: 15px;
}

.export-selection-title {
    font-size: 16px;
}

.export-selection {
    font-size: 14px;
}

.center-item {
    margin-left: auto;
    margin-right: auto;
}

.previewPanel {
    background: #fff;
    border: #c51730 2px solid;
    margin: 0px;
    padding: 10px;
}

.svg-wrap {
    height: 400px;
    position: relative;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pin_hover {
    fill: gold !important;
    stroke: gold !important;
}

.preview-unavailable {
    height: 100%;
    width: 225px;
}

.mechanical_pin_hover {
    fill: gold !important;
    stroke: gold !important;
}

.threed-panel {
    width: 100%;
}

/*IE 10-11 hack for image streching issue on previews*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 100%;
    }
}
