.section.acct-order-history tbody{
    font-size: 13px;
    color: #064C58;
    font-weight: 400;
}

.section.acct-order-history tr {
    background-color: #f1f1f1;
    border-bottom: 2px solid #fff;
}
.section.acct-order-history tr td{
    padding: 10px 10px;
}

.section.acct-order-history tr td > .cell-header
{
    margin: 0 0 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.section.acct-order-history tr.main-order-row td:first-child{
    border-right: 3px solid #fff;
    background-color:  #B7DCE2;
    font-size: 12px;
    font-weight: 900;
    vertical-align: middle;
}

.section.acct-order-history tr td:first-child > .cell-header{ 
    font-size: 12px;
    font-weight: 900;
}

.section.acct-order-history tr.main-order-row td:last-child{
    border-left: 3px solid #fff;
    background-color:  #064C58;
    color: #fff;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (max-width: 1023px){
    
    .section.acct-order-history tr.main-order-row td:first-child{
        border-right: none;
    }
    .section.acct-order-history tr.main-order-row td:nth-child(2)
    {
        background-color:  #B7DCE2;
        vertical-align: middle;
        font-weight: 600;
    }

    .section.acct-order-history tr.main-order-row td:nth-child(2) > .cell-header{
        display: none !important;
        border-right: 3px solid #fff;
    }
   /* .section.acct-order-history tr.main-order-row td:first-child:after{
        content: " | ";
        float: right;
    }*/
}

@media (max-width: 639px){
    .section.acct-order-history .account-section .account-overview-table, 
    .section.acct-order-history .account-section div.responsive-table
    {
        margin-left: 0px; 
        margin-right: 0px;
    }
    .section.acct-order-history tr.main-order-row td:first-child,
    .section.acct-order-history tr.main-order-row td:last-child,
    .section.acct-order-history tr.main-order-row td:first-child > .cell-header,
    .section.acct-order-history tr.sm-order-row td > .cell-header{
        font-size: 10px;
    }
}

@media (min-width: 1400px){
    .account-section {
        width: 100%;
    }
}

.section.acct-order-history tr.main-order-row td:last-child .icon-arrow-down-12:before,
.section.acct-order-history tr.main-order-row td:last-child .icon-arrow-up-simple:before {
    margin-left: 2px;
    -webkit-text-stroke: 1px white;
}

.section.acct-order-history tr.sm-order-row td:last-child{
    text-align: left;
}

.section.acct-order-history tr.order-summary-section
{
    background-color: #fff;
}

.section.acct-order-history tr.order-summary-section td
{
    padding: 0px;
}

.section.acct-order-history tr.order-summary-section .child-block
{
    border: 1px solid #cccccc;
    margin-top: 15px;
    margin-bottom: 10px;
}

.section.order-summary-section .section-header{
    padding-left: 30px;
    padding-top: 10px;
    font-size: 20px;
}

.section.order-summary-section .well.well-tertiary{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 15px;
    border: none;
}

.myAcctOrderHistory .section.order-summary-section .well .item-value {
    color: #000000;
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    min-height: 19px;
   /*  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.section.order-summary-section .well .item-label {
    color: #064C58;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
}

.section.order-summary-section .well .item-value .ship-to-name{
    font-weight: 600;
}


.section.order-summary-section .well .item-group .lg-text {
    font-size: 22px;  
}

.section.order-summary-section .well .well-headline {

    background-color: #efeff1;
    color: #6B6A6F;
    border: none;
    padding: 5px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.account-orderdetail.account-consignment .order-ship-to .label-order,
.account-orderdetail.account-consignment .order-bill-to .label-order,
.account-orderdetail.account-consignment .order-shipping-method .label-order,
.account-orderdetail.account-consignment .view-publications-method .label-order
{
    color: #064C58;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2px;
}

@media screen and (max-width: 1024px)
{
    .account-orderdetail.account-consignment .order-ship-to,
    .account-orderdetail.account-consignment .order-bill-to,
    .account-orderdetail.account-consignment .order-shipping-method,
    .account-orderdetail.account-consignment .view-publications-method{
        padding-top: 20px;
    }

}

.item__list .item__list--header li {
   color: #ffffff;
   background-color: #064C58;
   font-weight: 600;
   text-transform: uppercase;
   padding: 10px 30px;

}

.item__list .item__list--item .item__image{
    padding: 10px 20px;
}

.account-orderdetail .account-orderdetail__footer {
    padding-top: 10px;
}

.account-orderdetail .orderTotal hr{
    margin: 10px 0px 0px 0px;
    border: 2px solid #046A38;
    height: 0px;
    
}

.account-orderdetail .orderTotal .totals {
    font-size: 20px;
    line-height: 1em;
}

.account-orderdetail.account-consignment .item__list .item__list--item > [class*="item__"]{
    display: table-cell;
    padding: 20px 10px 10px;
    vertical-align: top;
}

.item__list .item__list--item {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

.myAcctOrderHistory .item__list .item__list--item .item__info a .item__name{
    color:  #064C58;
}


@media (max-width: 1023px){
    .account-orderdetail.account-consignment .item__list .item__list--item > [class*="item__"]{
        padding: 10px 20px;
    }
    .well.well-lg,
    .section.order-summary-section .section-header,
    .section.order-summary-section .well.well-quinary .well-headline {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item__list .item__quantity__total {
         clear: none; 
        
    }
}

@media screen and (max-width: 360px){
    .account-section .account-section-content .item__list--item .item__total{
        float: left;
    }
}

.account-section .pagination-bar .pagination-toolbar {
   
    padding-bottom: 0px;
}
.item__list .item__quantity__total .qty{
    line-height: 25px;
}

.account-section .account-section-content .account-orderhistory-pagination .pagination-bar .sort-refine-bar{
	    padding-right: 0px; 
}

@media screen and (max-width: 639px){
.myacct-pagination-order-history .pagination-bar .pagination {
	padding-top: 0px; 
    padding-bottom: 10px;
    border-top: none; 
    border-bottom: none; 
    width: auto !important;
}}
.myacct-pagination-order-history .pagination-bar .pagination{
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.myacct-pagination-order-history .pagination > li.pagination-prev > a, 
.pagination > li.pagination-prev > span
{
	background-color: #064C58;
	display: inline-block;
    position: relative;
}

.myacct-pagination-order-history .pagination > li.pagination-next > a, 
.pagination > li.pagination-next > span{
	background-color: #064C58;
	display: inline-block;
    position: relative;
}

.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus
{
	background-color: #064C58 !important;
	color: white !important;
	opacity: .8;
}

 .pagination > li.disabled > span{
	background-color: #98979D;
}

 .pagination > li.disabled > span:hover,
 .pagination > li.disabled > span:focus
 {
	background-color: #98979D !important;
	color: white !important;
}



.myacct-pagination-order-history .pagination > li{
	vertical-align: baseline !important; 
	display: inline-block;
    position: relative;
}
.myacct-pagination-order-history .sort-refine-bar .form-group select{
	height: 28px;
}
.myacct-pagination-order-history .pagination-bar .form-group{
	display: inline-block;
    position: relative;
}
.myacct-pagination-order-history .pagination-bar .form-group div{
	display: inline-block;
    position: relative;
}

.myacct-pagination-order-history .pagination_number{
	display: inline-block;
    position: relative;
}


.myAcctOrderHistory .account-section .account-section-content .account-orderhistory-pagination {
    padding-top: 0;
}

.myAcctOrderHistory .account-section .account-section-content .account-orderhistory-pagination .pagination-bar {
    margin: 0;
}

.myAcctOrderHistory .account-section .account-section-content .account-orderhistory-pagination .pagination-bar .pagination-toolbar {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1023px) {
	.myAcctOrderHistory .item__list .item__quantity__total .qty label {
	    float: left;
	    margin: 0 10px 0 0;
	    font-size: 12px;
	}
}


@media screen and (min-width: 640px)
{
	.myAcctOrderHistory .section.acct-order-history .section-header.main-header{
	    margin-bottom: -40px;
	}
}


@media screen and (max-width: 639px){
	.myAcctOrderHistory .section.order-summary-section .well .item-label {
    	text-transform: uppercase;
	}
	
	.myAcctOrderHistory .section.order-summary-section .section-header {
	    padding-left: 10px;
	    padding-top: 0px;
	    font-size: 16px;
	}
	.myAcctOrderHistory .section.order-summary-section .well.well-tertiary{
	 	padding-left: 10px;
	 	padding-top: 10px;
	}
	
	.myAcctOrderHistory .account-section .account-consignment {
	    margin-top: 0px;
	    padding-top: 10px;
	    border-top: 1.5px solid #e5e5e5;
	}
	
	.myAcctOrderHistory .section.order-summary-section .well .item-wrapper
	{
		margin-bottom: 5px;
	}
	
	.myAcctOrderHistory .account-orderdetail .orderTotal .totals
	{
		font-size: 16px;
	}
    .myAcctOrderHistory .account-orderdetail .orderTotal {
    	font-size: 16px;
    }
}

@media screen and (max-width:1023px){
	.myAcctOrderHistory .section.order-summary-section .well .item-group .lg-text{
		font-size: 12px !important;
	}
	
	.myAcctOrderHistory .item__list .item__quantity__total .qty label {
	    float: left;
	    margin: 0 10px 0 0;
	    font-size: 12px;
	}
}

@media screen and (min-width: 640px) and (max-width:1024px){
	  .myCompOrderHistory .section.order-summary-section .section-header {
    	padding-left: 20px;
    }
    
}

.myAcctOrderHistory .account-section .account-consignment {
    margin-top: 0px;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 1024px){
	.section.acct-order-history tr td{
		padding: 5px 10px;
	}
}

@media screen and (max-width: 639px){
	.section.acct-order-history tr td{
		padding: 12px 5px;
	}
}

.account-orderdetail.account-consignment .item__list .item__list--item .item__total 
{
	float: right !important;
}

@media screen and (max-width: 639px){
	.account-orderdetail.account-consignment .item__list .item__list--item .item__total 
	{
		float: left !important;
	}
}

/*
@media (max-width: 1023px){
    .account-orderdetail.account-consignment .item__list .item__image {
    float: left;
    margin: 0;
}}*/