/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.05.2017, 17:08:24
    Author     : fpasa
*/

.buy-button-container {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin-right: 0.5em;
}

.buy-button {
    flex-grow: 1;
    
    background: rgba(116, 209, 129, 0.85);
    color: rgb(255, 255, 255);
    text-shadow: 0 0 4px #999;
    padding: 0 10px;
    line-height: 1;
}

button.button.buy-button:hover {
    opacity: 1;
    background: rgba(136, 229, 149, 0.85);
    color: rgb(255, 255, 255);
}

.buy-starhunter-cost-estimate {
    width: 100%;
    margin: 2em 0;
}

.buy-starhunter-cost-estimate td {
    padding: 0.6em 1em;
    font-size: 105%;
}

.buy-starhunter-cost-estimate td:last-child {
    text-align: right;
}

.buy-starhunter-cost-estimate tr.important {
    font-size: 115%;
}

.buy-starhunter-cost-estimate tr.important td {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
}

.buy-starhunter-cost-estimate tr.important:last-child td {
    border-top: none;
    font-weight: bold;
}

.buy-starhunter-cost-estimate .info {
    font-weight: 100;
    font-size: 14px;
    margin-left: 5px;
}

.buySoftwareContext .dialogHeader {
    height: 18px;
}

.buySoftwareContext .dialogTitle {
    display: none;
}
.buySoftwareContext .cellNum_0 {
    padding-right: 65px;
    max-width: 460px;
}

.buySoftwareContext .cellNum_0 .uiTitle {
    color: #13a7dd;
}

.buySoftwareContext .cellNum_0 a {
    color: #13a7dd;
}

.buySoftwareContext .cellNum_1 > div {
    background: rgba(235, 235, 235,0.3);
    border-radius: 10px;
    padding: 0px 10px 15px 20px;
}

.buySoftwareContext .dialogButtons {
    height: 92px;
    align-items: center;
    padding: 15px 40px 10px 27px;
}

.buySoftwareContext .dialogButtons .materialUiElement {
    background: none;
    border: none;
}

.buySoftwareContext .dialogButtons .uiValue {
    max-width: none;
}

.buySoftwareContext .dialogButtons .testIcon {
    display: none;
}

.buySoftwareContext .dialogButtons .checkBoxLabel {
    display: inline-block;
    max-width: 900px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    vertical-align: text-top;
}

.buySoftwareContext #termsLink {
    text-decoration: underline;
}

.buySoftwareContext #termsLink:hover {
    text-decoration: none;
}