﻿@font-face {
    font-family: "bank-gothic";
    src: url(../"font/bank_gothic_medium-webfont.eot");
    src: url("../font/bank_gothic_medium-webfont.svg") format("svg"), url("../font/bank_gothic_medium-webfont.ttf") format("truetype"), url("../font/bank_gothic_medium-webfont.woff") format("woff"), url("../font/bank_gothic_medium-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

th.RAPCapability, th.RAPPrice {
    font-weight: bold;
    font-size: x-large;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

td.RAPPrice {
    font-size: large;
    text-align: left;
    font-weight: bold;
}

td.RAPCapability {
    font-size: large;
    text-align: left;
    font-weight: normal;
}

td.RAPPriceNA {
    font-size: large;
    font-weight: normal;
    text-align: left;
    font-style: italic;
}

#CheckCapabilitiesDiv, #AddCapabilitiesDiv {
    width: 90%;
}

#CheckCapabilitiesTable, .AddCapabilitiesTable {
    width: 95%;
    margin-top: 10px;
}

input.addCapabilities, select.addCapabilities {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    text-align: left;
}

th .addCapabilities {
    font-weight: normal;
    text-align: left;
}

.AddCapabilitiesTable tr td {
    width: 25%;
    /*border-style: dotted;*/
}

#tblResponse {
    width: 85%;
    margin-left: 2%;
}

button.RAPButton {
    font-family: "bank-gothic";
    font-size: large;
    text-align: center;
    vertical-align: middle;
    background: white;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #05a54b;
    border-width: thick;
    border-radius: 20px;
    border-style: solid;
}