﻿/* Bootstrap overrides */
body {
    font-size: 16px;
    line-height: 1.25em;
    /* background-color: #FFD140; */
}

dt, dd {
    line-height: 1.25em;
}

div.hero-unit {
    background-color: #FFD140;
}


div#rowLogo {
    margin-top: 1.5em;
}


img.imgLogo {
    /* width: 40% !important;  */
    765 x 250
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

div#rowFooter {
    border-top: 1px solid #000;
    margin-top: 1em;
    text-align: center;
    padding-top: .5em;
}

img.imgCart {
    width: 100%;
}


/* DevExpress/Bootstrap overrides */
table tr.dxgv .btn {
    color: #fff;
}


div#rowLogo div.col-md-12 img.imgLogo {
    border: 0 solid red !important;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div#rowLogo div.col-md-12 {
    border: 0 solid green;
    padding: 0;
}

div.row {
    border: 0 solid blue;
}

/*
body
{
	background-image: url(img/ClipArt2014/ISA-MAP.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	margin-top: 2em;
}

div.container
{
	background-color: #fff;
}
*/

.dxpnlControl_Metropolis {
    font: inherit;
}


/* Override DevExpress font sizes */
.dxmLite,
.dxmLite_Metropolis,
.dxeBase_Metropolis,
.dxeBase,
.dxic,
.dxgv {
    font-size: initial;
}


div#divPageProcessing div#divPageLoadTime,
div#divPageProcessing div#divPageProcessingVersion {
    text-align: right;
    padding-right: 0;
    color: #c0c0c0;
    font-style: italic;
}
