﻿body {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.428571429;
    color: #333;
}

#mfr-logo {
    background-image: url("https://static.ultralibrarian.com/images/logos/manufacturers/monolithic-power-systems-logo.png");
    height: 110px;
    width: 150px;
    float: right;
    background-size: 150px;
    margin: 0px;
    background-repeat: no-repeat;
}

#generates-symbol-image {
    background: url("./SymbolYes.svg") no-repeat;
}

#generates-footprint-image {
    background: url("./FootprintYes.svg") no-repeat;
}

#generates-3d-image {
    background: url("./3DYes.svg") no-repeat;
}

.header {
    border-bottom: #306aff 2px solid;
    padding-bottom:21px;
    padding-top:21px;
}

.header-logo {
    margin: 0px;
}

#header-section {
    padding-top: 5px;
}

.svg-wrap {
    border: #306aff 2px solid;
}

.svg_shape {
    stroke: #306aff !important;
}

.svg_text {
    fill: black !important;
}

a {
    color: #306aff;
}

a.export-group-heading {
    color: #306aff;
}

.complete-panel, .download-panel, .form-panel {
    box-shadow: 0px -3px 2px -2px #888888;
    padding: 2px;
}

.preview-unavailable {
    height: 100%;
    width: 100%;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #fff;
    background-color: #306aff;
    border-color: #306aff
}

.btn[disabled]:hover {
    color: #fff;
    background-color: #6e2585;
    border-color: #6e2585;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: #fff !important;
    background-color: #306aff;
    border-color: #306aff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #306aff;
    border-color: #306aff;
}

.download-header {
    height: 36px;
}

select.form-control {
    height: 30px;
}

.form-control {
    font-size: 16px;
}

.export-group-heading {
    font-size: 16px;
}

.export-selection {
    font-size: 18px;
}

.frut-55-roman-16 {
    font-size: 19px;
}

#SearchSelection.form-control {
    font-size: 20px;
}

.preview-title {
    font-size: 20px;
}

.export-selection-title {
    font-size: 20px;
}

.frut-65-bold-29 {
    font-size: 26px;
}

.export-section-title {
    font-size: 32px;
}

.row label {
    font-size: 13px;
}

.row .control-label {
    font-size: 14px;
    padding-right: 2px;
}

.mfr-data-label {
    display: none;
}