﻿/* VLP CSS */
.vButton {
    /* dirty hack to hide paynow forte button */
    position: absolute;
    top: -999px;
    left: -999px;
}

.feeMsg {
    margin-left: 5px;
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
}

i.glyphicon-minus-sign {
    font-weight: bold;
    margin: 0px 15px 0px 5px;
}

i.glyphicon-plus-sign {
    margin: 0px 5px 0px 5px;
}

.disable:hover {
    text-decoration: none;
    color: none;
    cursor: default;
}

.divLegend {
    display: block;
    /*float:left;*/
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: rgb(65,65,65);
    background-color: #ddd;
    padding: 3px 15px 0 15px;
    margin: 0px !important;
    /*border-radius: 5px 5px 0 0;*/
    max-width: 300px;
}

.legend {
    margin: 0px;
    width: auto !important;
    padding: 0px !important;
    border: 0px !important;
    font-weight: bold;
    font-size: 22px !important;
    font-style: italic;
    vertical-align: baseline !important;
    /*text-decoration:underline;*/
    color: rgb(65,65,65); 
}

.complexContainer{
    margin-bottom:15px; 
}

.fieldset {
    display: block !important;
    padding: 15px 20px !important;
    margin: 0 2px 15px 0 !important;
    border: 1px solid #c0c0c0 !important;
    font-size: 100% !important;
    font: inherit !important;
    -webkit-border-radius: 3px !important;
    width: 100%;
    background-color: rgb(250,250,250);
}

.lblDiv {
    display: inline-block;
    margin: 0px 3px 0px 2px;
    font-weight: bolder;
}

.elContain {
    margin: 0 5px 8px 5px;
    display: block;
}

/* override .mod margin */
.mod {
    margin: 0px !important;
    padding: 0 0 20px 0;
}

/* override BS label */
label{
    margin: 0 .75rem .25rem 0; 
}

.RemoveLink:hover{
    cursor:pointer; 
}

label.btn  {
    margin: 0px;
}

.btn-group{
    display:inline-block !important; 
}

/* table rows */
.evenTR {
    background-color: rgb(240,240,240) !important; 
}

/*  Loading/Processing ..... */
.loader {
    display:none;
    z-index:9999;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(90,90,90); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 42%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*----------  Consolidate Bob's CSS Search /Shopping Cart / Checkout  ----------*/

.vlpTable{
    border: 1px solid #000 !important;
    min-width: 500px;
    color: rgb(64,64,64);
}

.vlpTable th {
    background-color: #ddd;
    text-align: left;
    line-height: normal;
}

th {
    padding: 5px;
    text-align:center; 
}

td {
    padding-left: 5px;
}

.maxwidth25 {
   width: 25%;
}
 
/* 'Add to Cart' link */
a.AddToCart:link {
    color: #0b087d;
}
a.AddToCart:visited {
    /*color: #087a7d;*/
    color:red;
}
.myCartClicks{
    color:red !important;
}
a.AddToCart:hover {
    color: rgb(64,64,64);
}

tfoot tr{
    border-top: solid 1px #000;
    font-weight: bold; 
}

.total{
    text-align: right; 
}

.pkgRow:hover{
    cursor:pointer; 
}

.success{
    color: green;
    font-size:18px;
    font-weight:bold; 
}

.pAcceptance{
    font-style:italic;
    margin:10px;
}