f@charset "utf-8";
/* CSS Document */

a img, a, span img, img, input, div a, a:focus, input:focus,.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{ outline:0; }

.headerrow {
    width: 100%;
    margin: 20px 0px;
    height: 38px;
    background-color: transparent;
    border: 1px solid #093742;
    border-radius: 19px;
    color: #093742;
    float: left;
}

.mainhead {
    color: #093742;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.employee-list .mainhead{
    text-align: right;
}
.employee-list .mainhead>div {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.employee-list .mainhead .btn-default{
    margin-top: 0px;
}
.employee-list .mainhead>div:first-child{
    width: 50%;
    text-align: right;
}
.employee-list .mainhead>div:nth-child(2){
    text-align: center;
}   
.employee-list .emp-title .emp-actions{
    position: relative;
    top: auto;
    left: auto;
    float: right;
}
.employee-list .searchText{
        width: 60%;
}
.mainhead2 {
    color: #093742;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    width: 100%;
}
.cartsub {
    width: 25%;
    padding: 8px 0px;
    text-transform: uppercase;
    text-align: center;
    color: #093742;
    float: left;
}

.cartsubact {
    width: 25%;
    padding: 8px 0px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    background-color: #093742;
    color: white;
    border: 1px solid #093742;
    border-radius: 18px;
}

/*checkout page styles */
.carthead {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
}
.cartprodhd {
    color: #5F5F5F;
    font-size: 12px;
}
.cartpitemhd {
    width: 33%;
}
.cartpitem {
    width: 8%;
}
.cartpinfo {
    width: 25%;
    color: #093742;
    font-size: 14px;
    text-align: left;
}
.cartpinfo p {
    max-width: 300px;
}
.cartpinfo span {
    font-size: 12px;
    color: #0099a8;
}
.cartpsize {
    width: 10%;
   /* color: #0099a8; */
    text-align: center;
}
.cartpprice {
    width: 10%;
    /* color: #0099a8; */
    text-align: right;
}
.cartpcolor {
    width: 15%;
   /* color: #0099a8; */
    text-align: center;
}
.cartpqty {
    width: 15%;
   /* color: #0099a8; */
    text-align: center;
}
.itemqty {
    width: 36px;
    text-align: center;
}
.cartdelitem {
    width: 10%;
    text-align: center;
    color: #A3A3A3;
    font-size: 14px;
}
.cartdelitem span.delitemtxt {
    cursor: pointer;
    cursor: hand;
}
.tooltiptext {
    display: none;
    width: 100px;
    background-color: #093742;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.delitemtxt:hover .tooltiptext {
    display: block;
}
.cart-thumbnail {
    height: 60px;
    padding: 4px;
    background-color: #fff;
}
.cartprodrt {
    text-align: left;
    font-size: 12px;
    color: #5F5F5F;
	
}





.cartftotalrow {
    color: #093742;
    text-align: right;
}
.cartsubtotalrow td {
    padding-top: 10px;
	
}
.carttotalrow td {
    padding: 0px;
}
.carttotal td {
    padding: 20px 0px;
}

.carttotaltopborder{
border-top: 1px solid #D3D3D3;
}

table {
    width: 100%;
    border: none;
    align: left;
    cellspacing: 0;
    padding: 5px;
    border-collapse: collapse;
}


.shiptable.billingaddressform {
    float: left;
}
.paytable {
    width: 50%;
    border: none;
    align: center;
    cellspacing: 0;
    padding: 5px;
    margin: 0 auto;
    border-collapse: collapse;
}

.divshipmethod {
    margin: 0 auto;
    width: 25%;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.shipmethod {
    width: 80%;
    align: center;
	border: 1px solid #8dc53e;
 	border-collapse :separate;
	border-radius: 10px;
}
.billtable td, .shiptable td, .shipmethod td {
    padding-left: 10px;
    vertical-align: top;
}
.shipoptions input {
    padding-left: 20px;
}

tr.cartheadrow {
    border-top: 1px solid #D3D3D3;
    padding: 20px 0px;
}

tr.cartheadrowheadings{
    #border-top: 1px solid #D3D3D3;
    padding: 20px 0px;
}


tr.cartEmbRow {
    border-top: 1px dashed #e3e3e3;
    padding: 20px 0px;
}

.cartEmbRow td{
    font-size: 10px;
}

.cartEmbRow span{
    font-size: 10px;
}


.disablecheckoutbtn {
    background-color: #dedede;
    cursor: not-allowed;
    width: 20%;
    border-radius: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    padding: 8px 0;
}
.disablecheckoutbtn a, .disablecheckoutbtn a:hover {
    color: #808080;
    cursor: not-allowed;
    text-decoration: none !important;
}
.checkoutbtn a, .paymentbtn a, .processbtn a, .printbtn a, 
.checkoutbtn a:hover, .paymentbtn a:hover, .processbtn a:hover,
.process_order_div a, .process_order_div a:hover, .printbtn a:hover
{
    text-decoration: none !important;
    color: #fff;
	display:block;
    padding: 8px 0;
	cursor: hand;
}


/*.process_order_div{
    background-color: #8dc53e;
    padding: 10px;
    width: 20%;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}*/

.shopbtnback, .delbtnback {
    background-color: transparent;
    padding: 10px;
    width: 20%;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #093742;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto;
    float: left;
    cursor: pointer;
    cursor: hand;
}
.printbtn {
    background-color: #8dc53e;
    padding: 0 10px;
    height: 39px;
    width: 20%;
    border-radius: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: center;
    margin: 5px auto;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}



/*divs to show/hide cart, delivery, payment, receipt */
#shoppingcart {
    display: block;
}

#delivery, #payment, #receipt {
    display: none;
}

/*form fields for checkout pages */
.form-control-ship {
    margin-bottom: 10px;
    display: block;
    width: 98%;
    height: 30px;
    padding: 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #093742;

    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-ship:focus {
    border-color: #f76f32;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 111, 50, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 111, 50, .6);
}
.form-control-ship::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control-ship:-ms-input-placeholder {
    color: #999;
}
.form-control-ship::-webkit-input-placeholder {
    color: #999;
}

.form-control-ship-sm {
    margin-bottom: 10px;
    display: block;
    width: 20%;
    height: 30px;
    padding: 6px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #093742;
    background-color: #E3E3E3;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-ship-sm:focus {
    border-color: #0099A8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 153, 168, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 153, 168, .6);
}
.form-control-ship-sm::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control-ship-sm:-ms-input-placeholder {
    color: #999;
}
.form-control-ship-sm::-webkit-input-placeholder {
    color: #999;
}

.checkout-label {
    font-size: 12px;
    text-align: left;
    color: #C1C1C1;
    vertical-align: bottom;
    padding-left: 15px;
}

.expdate {
    vertical-align: middle;
}
.cvvhelp {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #093742;
    -moz-border-radius: 10px; 
    border-radius: 10px;
    color: #093742;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}
.expselect {
    width: 40%;
    margin-right: 10px;
    color: #7E7B7D;
    font-size: 12px;
    background-color: #E3E3E3;
    border: 1px solid #E3E3E3;
    float: left;
    display: inline-block;
}
/*Receipt page */
.rectablediv {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}
.rectable {
    width: 100%;
    align: center;
    margin: 0 auto;
    padding: 0;
    color: #093742;
    font-size: 12px;
}
.pagination span:hover{
    text-decoration: underline;
}
.topreceipt {
    background-color: #ECECEC;
    vertical-align: bottom;
}
.shipinfo {
    vertical-align: top;
}
.topreceipt td, .shipinfo td {
    padding: 10px;
}
.ordersum {
    text-align: right;
}
.orderitems {
    width: 100%;
    align: center;
    margin: 0 auto;
    padding: 0;
    color: #093742;
    font-size: 12px;
}
tr.orderitemsrow {
    border-top: 1px solid #D3D3D3;
    padding: 20px 0px;
}

/*------------------*/

.tablehead {
    /* background-color: #0099a8; */
    background-color: #ececec; 
    padding: 5px 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.shipnote {
    font-size: 10px;
    font-weight: normal;
    color: #968F94;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
}
#shipsame {
    vertical-align: top;
    position: relative;
    margin-top: 0px;
}
.notrequired {
    color: #989898;
}
.toprowpad {
    padding-top: 10px;
    height: 50px;
}

.billtable {
    width: 48%;
    border: 1px solid #B9B9B9;
    cellspacing: 5px;
    padding: 5px;
    margin: 0 auto;
    float: left;
}
.spacerdiv {
    padding: 10px 0px;
    width: 100%;
    clear: both;
}


/* mukesh css */

.shiptableaddress{
    border: medium none;
    border-collapse: collapse;
    float: left;
    margin: 0 auto;
    padding: 5px;
    width: 50%;
}

.addresscell {
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0
}

.addressField{
    height: 103px;
    width: 93%;
}

.addressField p {
    margin-bottom: 2px;
}

.shiptableedit{
    border: medium none;
    border-collapse: collapse;
    float: left;
    margin-left: 18px;
    margin-top: 15px;
    padding: 5px;
    width: 48%;
}

.btn-cart-create{
    background-color: #fff;
    border: 1px solid #093742;
    color: #093742;
    font-size: 10px;
    margin-right: 13px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}

.btn-cart-right-save{
    background-color: #fff;
    border: 1px solid #093742;
    color: #093742;
    float: right;
    font-size: 10px;
    margin-right: 48%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#createnewbutton{
    margin-left: 20px;  
    margin-bottom: 10px;
}
.black_overlay{
     position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
display:none;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s;
    z-index: 1001;
    width: 100%;
    height: 100%;
}

.white_content {

margin: auto;
    padding: 0;
    width: 55%;
    position: fixed;
    transition: all 1s ease-in-out;
    display: none;
    height: 60%;
max-height:350px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
overflow:hidden;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 10px #ccc;
-moz-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
 background:#fff;
}

.white_content1{
    
    margin: 2px auto 10px auto;
    padding: 2px 0px 10px 10px;
    width: 80%;
    position: fixed;
    transition: all 1s ease-in-out;
    display: none;
    height: 150%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;

border-radius: 5px;




}

.closebutton{
  /*  margin-left: 8px;
    margin-top: -10px;*/
position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
}

.sizechartimage{
    width: 100%; float: left;margin-top:7%;margin-left:20px;

}

.white_content .sizechartimage{
    width: 100%; padding:40px 20px; float:none; box-sizing:border-box; margin:0;

overflow:auto;
height:400px;

}

.white_content .sizechartimage .size-chart-image1{
    max-width: 100%;
height:auto;
margin:0 auto;
}

.sizetext{
    text-decoration: underline;
}




.alignCenter{
    text-align: center;
}

/*MOBILE SETTINGS*/
@media screen and (max-width: 735px) {
.cartaddr_flex {
	display:flex;
	flex-flow: column wrap;
	justify-content:flex-start;
}

.shiptableedit{
    border: medium none;
    border-collapse: collapse;
    float: left;
    margin-left: 18px;
    margin-top: 15px;
    padding: 5px;
    width: 100%;
}
	
#shipsamecheckboxcontainer{
    float: left;
    height: 10%;
    margin-top: 2%;
}

.shiptable_mobilepad{
	padding-bottom: 20px;		
}
	
	
.shiptable {
/*    border: 1px solid #b9b9b9;*/
    float: right;
    margin: 0 auto;
    margin-right: 0;
    padding: 5px;
	border: 1px solid #8dc53e;
	border-collapse :separate;
	border-radius: 10px;
}
.cartprod_flex {
	display:flex;
	flex-flow: column wrap;
	justify-content:flex-start;
}	
	
.delivery-method-box-left{
    float: left;
    height: auto;
    width: 100%;
	padding-bottom: 20px;
}

.delivery-method-box-right{
    color: #093742;
    float: right;
    padding-bottom: 20px;
}

.shipmethod {
width: 100%;
align: center;
border: 1px solid #8dc53e;
border-collapse :separate;
border-radius: 10px;
}

/* process buttons */
.conshopbtn {
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #093742;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto;
    float: left;
}
.conshopbtn:hover {
    text-decoration: none;
    color: #093742;
}

.conshopbtn a {
    color: #093742;
    text-decoration: none;
display:block;
padding:8px 0;
}
.conshopbtn a:hover {
    text-decoration: none;
    color: #093742;
}

	
.paymentbtn, .processbtn
{
  background-color: #8dc53e;
   padding: 0 10px;
	height: 39px;
    border-radius: 16px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}
.checkoutbtn{
    background-color: #8dc53e;
    /*padding: 10px;
height: 36px;
*/
/*    width: 20%;*/
    
    border-radius: 24px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

	
}/*end mobile changes*/

@media screen and (min-width: 736px) {
.cartaddr_flex {
	display:flex;
	flex-flow: row wrap;
	flex-grow:1;
	justify-content:flex-start;
}	

#shipsamecheckboxcontainer{
    float: left;
    height: 10%;
    margin-top: 2%;
    width: 48%;
}

	
.shiptable {
    float: right;
    margin: 0 auto;
    margin-right: 0;
	margin-left: 10px;
    padding: 5px;
	border: 1px solid #8dc53e;
	border-collapse :separate;
	border-radius: 10px;
	width: 350px
}
.cartprod_flex {
/* empty for when we are not mobile */
}	
.delivery-method-box-left{
    float: left;
    height: auto;
    width: 33%;
}

.delivery-method-box-right{
    color: #093742;
    float: right;
/*    height: 200px;*/
    width: 20%;
    margin-bottom: 20px;
    /*margin-right:700%;*/
}


/* process buttons */
.conshopbtn {
    background-color: transparent;
  /*  padding: 10px;
height: 36px;
*/
    width: 20%;
    
    border-radius: 18px;
    border: 1px solid #093742;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto;
    float: left;
}
.conshopbtn:hover {
    text-decoration: none;
    color: #093742;
}

.conshopbtn a {
    color: #093742;
    text-decoration: none;
display:block;
padding:8px 0;
}
.conshopbtn a:hover {
    text-decoration: none;
    color: #093742;
}
	

.paymentbtn, .processbtn
{
  background-color: #8dc53e;
   padding: 0 10px;
height: 39px;

    width: 20%;
    
    border-radius: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}
.checkoutbtn{
    background-color: #8dc53e;
    /*padding: 10px;
height: 36px;
*/
    width: 20%;
    
    border-radius: 18px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    float: right;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}


}





.custom-shop-options{
    color: #093742;
	margin-left: 2%;
}



.left-subtotal-column{
    float: left;
}
.left-subtotal-column1{
    color: #c1c1c1;
    float: left;
    margin-right: 10px;
    width: 50%;
}

.right-subtotal-column{
    float: right;
}
.right-subtotal-column1{
    float: right;
    color: #c1c1c1;
}

.shiptable-buttons{
    margin: 0 auto;
    padding: 5px;
    width: 47%;
}

.hideme{
    display:none;
}

#addcellspan{
    width: 100px;
    height: 50px;
    border: 1px solid;
    float: left;
}

.thumbnailadd{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    float: left;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-left: 4%;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
    width: 28%;
}

.createNewAddButton{
    margin-left: 4%;
}

.billingcheckbox{
    margin-top:2%;
}

.selectfromandcheckbox{
    margin-top:15px;
}

#addresstext{
    float: left;
    margin-bottom: 2%;
    margin-left: 38px;
    width: 88%;
}

#addresscheckbox{
    float:left;
}


.shiptable2{
    border: 1px solid #b9b9b9;
    float: left;
    margin: 0 2% 0 26%;
    padding: 5px;
    width: 48%;
}

#shipsamecheckboxcontainer2{
    float: left;
    height: 10%;
    margin-left: 26%;
    margin-top: 2%;
    width: 48%;
}

#addresscheckbox2 {
    float: left;
    margin-left: 1%;
}

#captchContainer{
    float: left;
    width: 89%;
}

#registration_captcha-input{
    margin-top:10%;

}

#captchaAnchorContainer{
    float: left;
    width: 55%;
}
#errorContainer{
    float:left;
}

.captchaClassAnchor{
    float:left;
}

.account_logo_image {
    float: left;
	/*height: 200px;*/
    max-width: 100px;
	border-right: 1px solid #093742;
    
}

.account_logo_image2{
	float: left;
    padding-left: 0px;
/*	border-left: 1px solid #093742;*/
	width: 35%;
/*    position: relative;*/
}

.headerMsgDiv{
margin:2% auto 0;
   max-width: 50%;;
position:relative;

}
.removeMessage{  
    color: #c00;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 13px;
}
.success {
    color: green !important;
}
.removeMessage-success{  
    color: #155724;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 13px;
}
.headerMsg.successAlert{
/*color:#3c763d;*/
color:#093742;
/*background-color: #dff0d8;*/
background-color: #0099a8;
-webkit-box-shadow: 0 5px 5px -2px #333;
-moz-box-shadow: 0 5px 5px -2px #333;
    box-shadow: 0 5px 5px -2px #333;
    margin: 2% auto 0;
/*    padding: 10px 25px;*/
font-size:25px;
display:block;
text-align:center;
width:100%;
}
.headerMsg.errorAlert{ color:#c00;
background-color:#f2dede;
-moz-box-shadow: 0 5px 5px -2px #333;
-webkit-box-shadow: 0 5px 5px -2px #333;
    box-shadow: 0 5px 5px -2px #333;
    margin: 2% auto 0;
/*    padding: 10px 25px;*/
display:block;
font-size:25px;
text-align:center;
width:100%;

}



.addNoteSpan{
    margin-left:2%; 
    color: red;
}
.eename, p.wordwrap{
    word-wrap: break-word;
/*	margin-top: 20px;*/
}


.eeinfo2.top-r-padd-left {
    padding-left: 0;
}
.detail-thumb-image{
    max-width: 100%;
    min-width: 100%;  
	border-radius: 10px;
	border: 1px solid #669999;
}
.detail-main-image{
    max-width: 98%;
    max-height: 500px;
    display: block;
    margin: auto;
}

.wrapwordClass{
    word-wrap: break-word;
}
.size-chart-image{    
    max-width: 100%;
    max-height: 200px;
}

.v-center{
    position:relative; height: 520px; display:block;
}
.v-center .img-detail{ position:absolute;
                       left:0;
                       bottom:0;
                       top:0;
                       right:0;}

.hand-icon {
    cursor: pointer; cursor: hand;
}
.shippingwidth{
    width: 100%;
}

.min-height-400 {
    min-height: 400px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}
.order_history_blank_item_div{    
    background-color: rgb(192, 233, 240);
    width: 50%;
    margin-left: 25%;
    text-align: center;
}
.close{ opacity:1;}


.orderitemsrow td { padding:5px 3px;}  

.orderitems.new-detail{ margin-top:20px;   }

.orderitems.new-detail .cartpinfo span {
    color: #5F5F5F;
}
.orderitems.new-detail .orderitemsrow{ background:#eee; }
.orderitems.new-detail .orderitemsrow td{ padding:5px 0;}

.img-swatch {
/*BK05*/
border-radius: 20%;  
margin-right: 6px;
  margin-top: 10px;
  float: left;
 height: 30px;
  width: 30px;
/*border: 1px solid #555;*/
	padding: 1px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  cursor: pointer;
  cursor: hand;
}


.img-swatch-selected {
/*BK05*/
border-radius: 20%;  
margin-right: 6px;
/*  margin-top: 6px;*/
  float: left;
 height: 40px;
  width: 40px;
border: 3px solid #555;
	padding: 1px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  cursor: pointer;
  cursor: hand;
}

.img-swatch-tiny {
/*BK05*/
border-radius: 20%;  
margin-right: 6px;
  margin-top: 6px;
  float: left;
 height: 25px;
  width: 25px;
border: 1px solid #555;
	padding: 2px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  cursor: pointer;
  cursor: hand;
}
 
.swatch-group {
                float: left;
                width: 100%;
                margin-top: 10px;
                margin-bottom: 10px;
}

.topAlign{
    float:left;
    
}

.custom-form-inline h2 {
    text-align: center;
}
.custom-form-inline input, .custom-form-inline select {
    width: 270px;
    height: 35px;
    margin-right: 15px;
    float: left;
    padding: 5px;
}
.custom-form-inline .employeeSearch {
    margin: 20px 0;
}
.inline-search-btn button {
    width: 200px;
    margin-top: 0px;
}
.custom-inline-main-wrapper {
    padding: 15px 15px;
    background: #dedede;
    margin: 20px 0;
}