
.pdf_download {
    background-image: url('/img/pdf.gif');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

#content {
    text-align: left;
}


.myctt-info-container {
  margin : 20px 0 0 0;
}

table.order-history {
  margin : 15px 0 0 -2px;
}

table.order-history th {
  text-align : left;
  text-transform : uppercase;
}

table.order-history td {
  font-size: 12px;
}

.order-event { width : 170px; }
.order-service { width : 143px; }
.order-status { width : 200px; }
.order-shipping { width : 405px; }

.order-status a {
    color: blue;
}
#toast h3 {
    font-weight: normal !important;
    font-size: 16px;
    text-align: center !important;
}

.footer {
    clear: both;
    background-color: #e1e1e1;
    padding: 0px 20px;
}

.order-content {
    clear: both;
}

a.event-view {
  background : #388bd0;
  color : #fff;
  display : block;
  font-size : 11px;
  margin-right : 5px;
  padding : 2px 4px 2px 4px;
  text-transform : uppercase;
}

a.event-view:hover { 
  text-decoration : none;
}

span.cclogo-mastercard {
  display : inline-block;
  background : url('/images/cclogo-mastercard.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.cclogo-visa {
  display : inline-block;
  background : url('/images/cclogo-visa.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.cclogo-americanexpress {
  display : inline-block;
  background : url('/images/cclogo-amex.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.card-expired {
  background : url('/images/myctt-error2.png') no-repeat;
  display : inline-block;
  font-weight : bold;
  height : 17px;
  margin-top : 3px;
  padding : 3px 0 0 20px;
  text-transform : uppercase;
}

.view-order {
  border : 1px #e1e1e1 solid;
  padding: 15px;
}

.view-order hr {
  border : 1px #e1e1e1 solid;
  clear : both;
}

.view-order-menu {
  font-size : bold;
  margin-bottom : 15px;
}

.view-order-menu div {
  float : right;
}

.view-order-menu a.print-button {
  border : 2px #d9d9d9 solid;
  display : none;
  padding : 1px 3px 0 3px;
  text-transform : uppercase;
}

a.print-button:hover { 
  text-decoration : none;
}


.order-ctt-address {
  margin-top : 25px;
}

.order-header .order-status {
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    /* margin-top: 25px; */
    padding: 4px 8px;
    text-align: center;
    width: auto;
}

.order-header .order-status-pending {
  background : #e6de33;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-pendingawaitingsignedinvoice {
  background : #ffffc1;
  color : #000;
  border-radius: 6px;
}


.order-header .order-status-depositapplied {
  background : #db761c;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-depositappliedawaitingsignedinvoice {
  background : #db761c;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-new {
  background : #587f99;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-confirmed {
  background : #a8d861;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-shippeddelivered {
  background : #a8d861;
  border : 1px solid #fff;
  color : #fff;
}

.order-number {
  font-weight : bold;
  text-transform : uppercase;
}

.order-info {
  float : left;
  margin : 10px 0 10px 0;
}

.order-info h4, .order-info p {
  margin : 0;
}
h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shipping-status {
    background-color: #ff9800;
    background-image: url("/img/myctt/delivery-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 52px auto;
    color: white;
    float: left;
    left: -50px;
    line-height: 19px;
    padding: 10px 35px 10px 50px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.paid-status {
    background-color: #66cc00;
    background-image: url("/img/myctt/paid-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 52px auto;
    color: white;
    float: left;
    left: -50px;
    line-height: 19px;
    padding: 10px 35px 10px 50px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.awaiting-status {
    background-color: #e10f05;
    background-image: url("/img/myctt/awaiting-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    float: left;
    height: 33px;
    left: -50px;
    line-height: 33px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.order-summary {
  padding-top : 20px;
}

.order-summary h4 {
  margin : 0;
}

.order-summary ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

.order-summary ol {
  list-style-position : inside;
  margin : 0;
  padding : 0;
}

.order-summary ol li {
  padding : 15px 0 10px 0;
}

.order-summary li {
  border-bottom : 1px #e6e6e6 solid;;
  padding : 5px 0px;
}

.order-summary li div {
  float : right;
}

.totals li {
  border-bottom : 1px #e6e6e6 solid;
}

.grand-total {
  padding-bottom : 15px;
}
.due {
    font-weight: bold;
    border-bottom: none !important;
}

.order-total {
  border : none;
  margin-top : 5px;
  font-weight : bold;
}

.icon-fedex {
  display : inline-block;
  background : url('/images/icon-fedex.png') no-repeat;
  padding-top : -25px;
  height : 19px;
  width : 47px;
}
.two-col-form-layout {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

.two-col-form-layout label { 
    display: block;  /* block float the labels to left column, set a width */
    float: left; 
    width: 125px; 
    padding: 0; 
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right; 
}

.two-col-form-layout input, .two-col-form-layout textarea, .two-col-form-layout select {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.two-col-form-layout select {
    width: 142px;
    margin-bottom: 2px;
}

.button
{
    background-color: #388bd0;
    border: 2px solid #388bd0;
    color: #fff;
    cursor: pointer;
}

.button:hover {
    border: 1px solid #000;
}


.myctt-info div {
  margin : 0 0 0 0;
  font-size : 12px;
}

.btn.pdf {
    background-color: #9f1925;
    font-size: 12px;
    margin-left: 5px;
    padding: 4px 8px;
    text-transform: capitalize;
    white-space: nowrap;
}
.left {
    float: left;
}
.bw-logo {
    display: none;
}
.print-button {
    display: block;
    background-image: url(/img/print.png);
    width: 30px;
    height: 45px;
    padding-top: 30px;
    background-repeat: no-repeat;
    color: black;
    position: absolute;
    right: 15px;
    top: 25px;
}
input[type="radio"] {
    display: inline-block;
    width: 15px;
}
.cancel-btn {
    background-image: url(/img/modal-close.png);
    position: absolute;
    top: 2%;
    right: 2%;
    width: 23px;
    height: 23px !important;
    z-index: 100;
    font-size: 0.1px;
    opacity: 1;
}
#addresses {
    position: fixed;
    width: 74%;
    max-height: 80%;
    top: 10%;
    left: 9%;
    background-color: white;
    z-index: 9;
    border: 1px solid black;
    overflow: auto;
    box-shadow: 3px 3px grey;
    display: none;
    padding: 4%;
}
#addresses .btn.apply {
    width: 40%;
    margin: 0 auto;
    display: none;
}
#addresses label {
    width: 88%;
    display: inline-block;
}
.blue {
    color: blue !important;
}
.cc {
    padding: 0 2%;
}
.btn.green {
    background-color: green !important;
    width: 96%;
    margin: 10px 2%;
}
.red {
    border: 1px solid red;
    padding: 15px;
}
.warning {
    color: red;
}
#switch_cards {
    white-space: nowrap;
}