﻿.pricelist-icon {
    cursor: pointer;
    height: 50px;
    width: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: small;    
    font-family: Arial;
}

.pricelist-icon-wrap {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 2px;
}

.large-icon {
    font-size: 3.5rem;
}

.small-icon {
    font-size: 1.5rem;
    height: 20px !important;
}

.pricelist-icon-regular {
    color: #0061CE !important;
}

.pricelist-icon-gray {
    color: #A1B5CC !important;
}
  

.pricelist-title {
    font-weight: bold;
    font-size: medium;
}

.pricelist-font {
    font-family: Arial;
    font-size: small;
    font-weight: normal;
}

.pricelist-col-header {
    font-weight: bold;
}

.pricelist-col-main {
    font-weight: bold;
}

.pricelist-col-desc {
    border-left: 1px solid #dee2e6;
    width: 75%;
    font-weight: normal;
}

.pricelist-col-desc-bold {
    font-weight: bold;
}   

.pricelist-body {
    display: block;
    margin-left: 8%;
    margin-right: 8%;
    overflow-y: auto !important;
    max-height: calc(100vh - 480px) !important;  
    margin-top: 0;
}

.pricelist-main-table {
    width: 80%;
    height: 15%;
}

.pricelist-top {
    margin-top: 0px !important;
}

.pricelist-bottom {
    margin-bottom: 0px !important;
}

.pricelist-error {
    color: red !important;
    margin: 10px;
}

.pricelist-header {
    color: #00174F;
    margin-bottom: 0rem !important;
}

.pricelist-button {
    border: none;
    color: #00174F;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
    font-family: Assistant;
}







