﻿/* Basic primitives */

p {
  margin: 10px 0;
}


.buy-details-icon
{
    float: left;
    margin-right: 20px;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.clearboth
{
    clear: both;
}

.rmargin
{
    margin-right: 20px;
}

.lmargin
{
    margin-left: 20px;
}

.tmargin
{
    margin-top: 20px;
}

.bmargin 
{
    margin-bottom: 20px;
}


iframe
{
    border: none;
}

/* Bravura Logo */

a.bravuralogo
{    
    height: 100%;
	min-height: 40px;
	min-width: 100px;

    display: table-cell;
	vertical-align: middle;

    color: #000;
    text-decoration: none !important;
    font-family: 'Segoe UI', 'Lucida Sans', sans-serif;
    line-height: normal;

    padding-top: 5px;
    text-rendering: optimizeLegibility;
}

.header a.bravuralogo
{    
    color: #000;    
}

.footer a.bravuralogo
{    
    color: #FFF;    
}

a.bravuralogo .logocontent
{
    float: left;
}

a.bravuralogo span.logomain
{
    font-weight: bold;
    
    font-size: 28px;
    float: right;
    clear: right;
}

a.bravuralogo span.logosub
{
    font-weight: 400;
    font-size: 18px;
    float: right;
    clear: right;
    position: relative;

    top: -7px;
}

a.bravuralogo span.logotrade
{
    font-weight: lighter;
    font-size: 9px;
    float: right;
    position: relative;

    top: -5px;
    left: 80px;
}

a.bravuralogo img.logodec
{
    width: 133px;
    float: right;
    clear: right;

    position: relative;

    top: -12px;
    left: 2px;
}

/* Tool box, not used currently */

.toolbox
{

}

.toolbox a
{
    text-decoration: none;
    padding: 10px 0px;
}

.toolbox a h2.heading-sm
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;

}

.toolbox a h2.heading-sm i
{
    margin-bottom: 0px;
}

.toolbox a h2.heading-sm:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
	transition: box-shadow 0.2s ease-in-out;
}




/* Tables */

.FeatureNameCol
{
    width: 15em;
}

.DescriptionCol
{
    max-width: 80em;
}

.table ul
{
    padding-left: 15px;
}

.link-col
{
    width: 200px;
}

table.table-generic td
{
    padding: 5px;
}

.borderless td, .borderless th {
    border: none !important;
}

/* Effects */

.box-shadow-effect {
    box-shadow:0 0 15px #b5b5b5;
}


/* Billing */
.login-status
{
    font-size: 9pt;
    margin-bottom: 20px;

}

.billing-tip
{
    cursor: help;
    border-bottom: 1px dotted #333;
}

table.invoice-table td
{
    padding: 1px 15px 1px 0;
}

table.invoice-table.totals td
{
    font-size: 15px;
    padding-left: 10px;
}

table.invoice-table td.invoice-table-label
{
    font-weight: bold;
}
