html {
    height: 100%;
}

body:not(#adView) {
    position: relative; /* For scrollyspy */
    padding-top: 50px; /* Account for fixed navbar */
    height: 100%;
}

.navbar {
    background-color: #3D3814;
}

.jumbotron {
    background-color: #CACFA4;
}

.jumbotron h1 {
    color: #3D3814;
    font-size: 80px;
}

.jumbotron .lead {
    color: #5D5834;
    font-size: 30px;
    font-weight: bold;
    margin-left: 6px;
}

/*
footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 30px;
    margin-top: 40px;
    color: #777;
    text-align: center;
}
*/

footer {
    position: fixed;
    border-top: 1px solid #e5e5e5;
    bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #777;
    text-align: center;
    width: 100%;
    background-color: #f8f8f8;
    font-size: 9px;
}

footer p {
    margin-bottom: 0;
}


.footer-links {
    margin: 10px 0;
    padding-left: 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child {
    padding-left: 0;
}

.hide-on-mobile {
    display: none;
}

@media (min-width: 768px) 
{
    .form-panel
    {
      width: 720px;
    }
    .form-panel-small
    {
        width: 480px;
    }
    footer {
      text-align: left;
      font-size: 14px;
    }
    .hide-on-mobile {
      display: inline;
    }
}

.form-horizontal .control-label {
    text-align: left;
}

.screen {
    /* display: none; */
    min-height: 600px;
    padding-bottom: 30px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    border-bottom: 1px solid #ddd; !important;
    border-top: none; !important;
}


.login-panel {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

#btnRefreshRegisterCaptcha
{
    padding-left: 9px;
}

#user-name-display {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

.form-buttons
{
    display: block;
    width: 100%;
    text-align: center;
}

.lblServerFileSizeLimit
{
    color: #006666;
    white-space: nowrap;
}

/* ----------------------------------------------- Ads ----------------- */
#tableAdsList tr > td:nth-child(1), #tableAdsList tr > td:nth-child(2), #tableAdsList tr > td:nth-child(3)
{
    cursor: pointer;
}

#frameAdPreviewV
{
    position: absolute;
    top: 10%;
    right: 10px;
    width: 190px;
    height: 80%;
}

#frameAdPreviewH
{
    position: absolute;
    left: 20%;
    width: 60%;
    height: 100px;
    bottom: 40px;
}

#divAdsConatiner
{
    padding-right: 200px;
}

#divAdvertiserDetailContent
{
    border-top-width: 0px;
    border-top-right-radius: 0px;
}

/* --------------------- Listing --------------------------------- */
.divListingDetailContent
{
    border-top-width: 0px;
    border-top-right-radius: 0px;
}

.noRecordsToShow
{
  text-align: center;
}

.liCheckListBoxItem .glyphicon-ok
{
    display: none;
}

.liCheckListBoxItem[selected] .glyphicon-ok
{
    display: inline;
}

.divDivider
{
    width: 100%;
    height: 1px;
    clear: both;
}

.classPRE
{
    white-space: pre-wrap;
}

#adNewEditSaveResult
{
    white-space: pre;
    word-break: break-word;
}

.action-icon
{
    vertical-align: middle;
}

/* --------------------------- approve ---------------------------- */
.trRowToApprove
{
    cursor: pointer;
}

#frameApproveRowPreview
{
    width: 100%;
}

.spanValueChanged
{
    /*font-style: italic;*/
    font-size: 90%;
    color: #646464;
}

.tdRowToApproveDo
{
    font-weight: bold;
    color: #428bca;
    vertical-align: middle;
}

.approveResult
{
    white-space: pre;
}

#titleCaption
{
    display: inline;
}

#titleCart
{
    display: inline;
    float: right;
    width: 200px;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 4px;
    padding: 4px;
    font-size: 20px;
    line-height: 24px;
}

#formListingSearch
{
    padding-right: 15px;
}

#divCartInfo
{
    font-size: 14px;
}

#divCartInfoCart
{
    float: right;
    font-size: 20px;
    color: teal;
}

#tableInvoiceList tr > td
{
    cursor: pointer;
}

#tableInvoiceList > thead:first-child > tr:first-child > td,
#tableInvoiceItems > thead:first-child > tr:first-child > td
{
    font-weight: bolder;
}

#tableInvoiceList tr>td:nth-child(1),
#tableInvoiceList tr>td:nth-child(7),
#tableInvoiceList tr>td:nth-child(8)
{
    text-align: right;
}
#tableInvoiceList tr>td:nth-child(2),
#tableInvoiceList tr>td:nth-child(3),
#tableInvoiceList tr>td:nth-child(4),
#tableInvoiceList tr>td:nth-child(5),
#tableInvoiceList tr>td:nth-child(6)
{
    text-align: center;
}

#tableInvoiceItems tr>td:nth-child(1)
{
    text-align: center;
}
#tableInvoiceItems tr>td:nth-child(4),
#tableInvoiceItems tr>td:nth-child(5)
{
    text-align: right;
}

.trInvoiceItemChangeTypeX
{
    text-decoration: line-through;
}

.divImageClear
{
    margin-top: 5px;
    text-align: center;
}