.translate-intro-img {
    margin-top: -140px;
    background-image: url('/img/limestreet.jpg');
    background-size: cover;
}

.translate-intro {
    padding: 5em 0 2em;
    background-color: rgba(12, 53, 136, 0.9);
    text-align: center;
    color: #fff;
}

fieldset {
    margin-bottom: 2em;
}
.input-lg { border-radius: 0; }

.btn-buy {
    padding: 1em 4em;
}

.alert-info small {
    line-height: 1.2em;
    display: block;
    padding: 1em;
}

.alert-info small a {
    font-weight: 700;
}

.translate-intro h1 {
    font-size: 60px;
    padding: 0;
}

.translate-info img {
    width: 415px;
    max-width:100%;
}

.translate-info h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.translate-nav {
    background-color: #DADADA;
}

.translate-nav {
    margin-bottom: 2em;
}

.translate-nav .active {
    background-color: #4F80E1;
}

.translate-nav .nav a {
    color: #222;
    transition: all 0.3s ease-in-out;
}

.translate-nav .nav-pills a {
    border-radius: 0;
}

.translate-nav .nav a:hover {
    background-color: #BACFF0;
}

footer {
    margin-top: 2em;
}

.padded-nuget {
    width: 80%;
    margin: 0 auto;
}

pre.nuget {
    background-color: #000000;
    color:  #fff;
    margin: 20px 0;
    padding: 1em 2em;
    font-size: 16pt;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

pre.small {
    font-size: 10pt;
}

pre.nuget:hover {
    background-color: #444;
}
    

.form-group small, .form-group .small {
    color: #888;
    padding-left: 1em;
    display: block;
}

.translate-order-form table {
    margin: 2em 0;
}

.translate-order-form h3 {
    margin: 0.25em 0;
}

.licence-info {
    border-top: 1px solid #efefef;
    margin-top: 1em;    
}
    
.licence-info .info-label {
    font-weight: 700;    
}

.licence-info .info-value {
    font-family: monospace;
    margin: 0.2em 0 2em 0;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #03A9F4;
    box-shadow: 0 0 5px #03a9f4;
}

.card-field {
    padding: 10px 16px;
    border: 1px solid rgb(204,204,204);
    background-color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 16px;
}

.table {
    background-color: #fff;
}

.company-info {
    padding: 0.5em;
}

img.logo {
    width: auto;
    float: right;
    margin: 1em 0;
}
dl {
    padding-left: 1rem;
    margin: 1rem 0;
}
dt {
    margin: 2rem 0 0.5rem;
}

dd {
    padding-left: 1rem;
    border-left: 2px solid rgba(0,0,0,0.2);
    margin-left: 0.25rem;}

.tm-hr-break
{
    border-top-color: #b36767;
}

.translate-release-list h4 {
    font-size: 2.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
}

.translate-release-list > div {
    padding-bottom: 0.5rem;
}

.provider-boxes {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.provider-box {
    display: flex;
    flex-direction: column;
    font-size: 12pt;

    width: 33%;
    margin: 2em 0 1em;
    padding: 0 1em;
}

.provider-box h3, img.provider-logo {
    padding-bottom: 0.5rem;
    margin: 1rem 0;
}

.provider-box h3 {
    /* border-bottom: 1px solid #dadada; */
    font-size: 30px;
}

img.provider-logo {
    font-weight: 900;
    font-size: 24px;
    width: auto;
    align-self: flex-start;
    max-width: 350px;
    max-height: 45px;
}

.provider-box small {
    font-style: italic;
}

.provider-summary {
    flex-grow: 1;
    margin: 0.5em 0;
}

.provider-link {
    display: flex;
    align-items: center;
    margin-top : 1.5rem;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.provider-link > a {
    display: inline-block;
    margin: 0.25rem;
}

.provider-requirement {
    font-style: italic;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #ddd;
    height: 5em;
}

.provider-requirement.included {
    border: 1px solid #66BB6A;
}

.provider-request-box {
    justify-content: center;
}

.provider-request-box .holder 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    

    border: 1px solid #0D47A1;
    background-color: #E3F2FD;
    color: #424242;
    padding: 0.75em;
}

.provider-request-box h3 {
    border: none;
}

.provider-request-box h2 {
    font-size:28px;
}

.provider-request-box .provider-summary 
{
    flex-grow: unset;
}

.ff {
    display: inline-block;
    padding: 0.1em;
    border-radius: 0.2em;
    font-weight: 400;
    text-align: center;
    font-size: smaller;
    margin-right: 0.3em;
    width:1.5em;
    height: 1.5em;
}

.fix {
    background-color: #FFB300;
    color: white;
}

.update {
    background-color: #43A047;
    color: white;
}

.feature {
    background-color: #1976D2;
    color: white;
}

.version-banner {
    margin-top: -2em;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    background-color: #1976D2;
}

.version-banner a {
    color: #fff;
}

.img-center {
    text-align: center;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
}

.img-center a {
    width: 50%;
    height: auto;
    padding: 1em;
    align-self: center;
}

.price-box {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 1em;
    border: 1px solid #d9d9e6;
    margin: 0.4em 0;
    background-color: #efdede;
}

.item-box {
    color: #222;
}

.item-box:hover {
    text-decoration: none;
}

.item-box img {
    height: 290px;
    margin: 10px;
}

#filter {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #444;
}

.tag-list {
    display: flex;
}

.tag {
    padding: 3px;
    line-height: 1.3;
    margin: 2px;
    border-radius: 2px;
    background-color: #eee;
    font-style: normal;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}


.tag.v7 {
    background-color: #43A047AA;
}

.tag.v8 {
    background-color: #4F80E1AA;
}

.tag.v9 {
    background-color: #0b2863aa;
}

.tag.v10 {
    background-color: #200247aa;
}

.translate-release-list p {
    min-height: 65px;
}

.translate-major h4 {
    border-color: black;
}

.beta-box {
    color: green;
    font-style:italic;
    border-left: 1px solid #ddd;
    padding-left: 5px;
}

.beta-box a {
    text-decoration: underline;
}