/* BASICA  */
@font-face {
    font-family: basicaFont;
    src: url("../fonts/basica.ttf");
}


a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div#loginBox
{
    display: none;
    position: absolute;
    top: 77px;
    right: 0;
    background: #2b2b2b;
    color: #fff;
    width: 250px;
    height: 180px;
    padding: 10px;
    z-index: 1;
}

div#loginBox a
{
    color: #ccc;
}

div#entitySearchBox
{
    margin: 25px 0 25px 0;
}

div.searchControls
{
    float: left;
}

div.searchControls button, div.searchControls input
{
    margin: 0 5px 0 10px;
}

input.percent
{
    width: 60px;
}

tr.highPercentage, span.legendHighPercent
{
    background-color: #fcc;
}

tr.percentReadyToLock, span.legendOkPercent
{
    background-color: #cfc;
}

tr.lowPercentage, span.legendLowPercent
{
    background-color: #fcc;
}

span#showRound, span#showPrecise, span.showRound, span.showPrecise
{
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

hr.major
{
    border-color: #333;
    border-width: 2px 0 0;
}

div.loader
{
    /*width: 120px;*/
    min-height: 90px;
    padding-top: 90px;
    background-image: url('../images/loader.gif');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
    display: none;
}

div#applyForPlay
{
    display: none;
}

div.invoiceTypes
{
    text-align: left;
}

div.invoiceTypes input
{
    text-align: left;
}

div.invoiceTypes label
{
    font-weight: normal;
    font-size: 18px;
}

div.invoiceTypes form.invoiceForm
{
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

select.narrow
{
    width: 200px;
    display: inline;
    margin-right: 10px;
}


tr.invoiceBrief a:hover
{
    cursor: pointer;
    text-decoration: underline;
}

td.invoiceDetails
{
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background: #ddd;
}

td.invoiceDetails a:hover
{
    cursor: pointer;
}

table.table>tbody>tr>td
{
    vertical-align: middle;
}

div.attachments
{
    margin-bottom: 10px;
    float: left;
}

div.downloadInvoice
{
    float: right;
    margin: 5px 5px;
}

div.helpPage
{
    text-align: left;
}

div.helpPage h2
{
    text-align: center;
}

span.helpStepId
{
    font-weight: bold;
    margin-right: 10px;
}

span.helpStepId, span.helpStep
{
    font-size: 28px;

}

div.profile
{
    text-align: left;
}

div#profileSettings
{
    float: left;
    width: 720px;
}

div#profileStats
{
    float: right;
    width: 300px;
}
