@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0 none;
}

body {
    margin: 0;
    padding: 0;
    color: #4A5A63;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.wrapper {
    margin: 0 auto;
    width: 1140px;
}
#page {
    margin: 10px 0;
}
#header {
    background: url('../images/header-bottom-bg.png') repeat-x bottom center;
    padding-bottom: 30px;
}

#logo {
    float: left;
}
#logo a {
    background: transparent url(../images/logo.jpg) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 150px;
    height: 56px;
    display: block;
}

#mainnav {
    float: right;
}

#mainnav {
    list-style: none;
    margin: 18px 0;
    padding: 0;
}

#mainnav li {
    float: left;
    margin: 0 0 0 20px;
}

#mainnav li a {
    font-size: 16px;
    font-weight: 600;
    color: #586E7B;
    text-decoration: none;
}

#mainnav li.active > a {
    color: #00b050;
}
#main {padding: 20px 0}

/*#main .wrapper {width: 820px; padding: 0 60px;}*/

#sidebar {
    padding: 20px 20px 20px 0;
}

#footer { background: url('../images/footer-top-bg.png') repeat-x top left; padding-top: 15px;}
#footer .copyright {float: left; width: 360px; font-size: 10px;}
#footer .links {float: right; margin: 0}
#footer .links li {display: inline; padding: 0 5px; font-size: 12px;}

.recovery-password, .deliver {
    text-align: center;
}
.recovery-password a {
    color: #57b0f0;
    text-decoration: none;
}
div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}
span.green {
    color: #92d050;
}


#zip-error {
    font-size: 20px;
    font-weight: bold;
    color: red;
    padding-top: 20px;
    padding-bottom: 20px;
}

#thanks-container {
    font-size: 20px;
    font-weight: bold;
}
#thanks-content {
    margin: 50px 0;
}
#thanks-content h1 {
    font-size: 30px;
    padding-bottom: 25px;
}
#thanks-content p{
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 20px;
}
.thanks-button .button {
    width: 200px;
    margin: 0 auto;
}
.button:hover {
    background-color: #00b050;
    color: #FFF;
}
#your-info-container .back-button {
    float: left;
    width: 36%;
}
#your-info-container .done-button {
    float: right;
    width: 30%;
}
#order-steps {
    margin:0 0 20px 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    border-radius: 0 !important;
}
#order-steps::before {
    content: '';
    background-color: #5B6C75;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    top: 27px;
}
#order-steps li {
    list-style: none;
    float: left;
    width: 20%;
    font-size: 18px;
    color: #586E7B;
    font-weight: 600;
    text-align: center;
    position: relative;
}
#order-steps li i {
    display: inline-block;
    background-color: #5B6C75;
    color: #FFF;
    padding: 12px 10px;
    margin: 0 0 15px;
    border-radius: 50%;
}
#order-steps li span {
    display: block;
}
#order-steps li.active {
    color: #80B82C;
}
#order-steps li.active i {
    background-color: #80B82C;
}
#zip-container {  margin: 60px auto; width: 700px;}
#summary  {
   position:relative;
   padding-bottom:50px;
}
#summary h2 {
    margin-bottom: 0;
}
#summary-left {
    float: left;
    width: 60%;
}
#summary-left fieldset p {
    padding: 15px;
    font-size: 14px;
}
#summary-left tfoot td {
    font-weight: bold; 
    font-style: normal;
}
#summary-right {
    margin-left: 62%;
}
#container-agreement{    
    width: 100%;
	float:left;
	margin-top:100px;
}
.container-agreement{    
    width: 100%;
	float:left;
	margin-top:30px !important;
	}

#container-agreement label{    
    font-size: 14px;
}
.container-check{
	float:left;
	width:5%;
	margin-top:2px;
}
.container-checklabel{
	float:right;
	width:95%;
}
 #container-agreement a{
	color:#00B0F0;
    text-decoration: underline;
 }
 .agreement-error{
 color:red;
 font-size:12px;
 display:none;

 }
 .agreement-btns{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding-bottom:10px;
 }
div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

/* ADMIN PAGE */
.admin-nav-button .button
{
    text-align: center;
    margin-bottom: 10px;
}

#admin-nav-column-left
{
    float:left;
    margin-left: 50px;
    margin-right: 10px;
    width: 350px;
}
#admin-nav-column-right
{
    float:left;
    margin-left: 10px;
    margin-right: 50px;
    width: 350px;
}

.col2-form-left-column{
    float:left;
    width:48%;
}

.col2-form-right-column{
    float:right;
    width:48%;
}

/* Items form */
.itemsForm {
    clear: both;
}
.itemsForm th {
    text-align: left;
    padding-left: 20px;
    border-right: solid 1px #fff;
    background-color: #00B0F0;
    font-size: 14px;
}

.itemsForm th.title {
    border-top-left-radius: 7px;
}
.itemsForm th.quantity {
    border-top-right-radius: 7px;
}
.itemsForm tr td:nth-child(2),  .itemsForm tr td:nth-child(3){
    text-align: left;
}

.itemsForm td {    
    border-right: solid 1px #fff;
    text-align: center;
    background-color: #D9D9D9;
    font-size: 12px;
}
.itemsForm td img {
    height: 30px;
}
.itemsForm td.image {
    width: 7%;
    border-right: none;
}
.itemsForm td.cornerLeft {
    border-bottom-left-radius: 7px;
}
.itemsForm td.cornerRight {
    border-bottom-right-radius: 7px;
}
.itemsForm .count-wrapper, .grid-view .count-wrapper {
    position: relative;
    display: inline;

}
.itemsForm .count-wrapper .increase,
.itemsForm .count-wrapper .decrease,
.grid-view .count-wrapper .increase,
.grid-view .count-wrapper .decrease {
    position: absolute;
    width: 11px;
    height: 8px;
    right: 8px;
    text-indent: -9999px;
    cursor: pointer;
}
.itemsForm .count-wrapper .increase,
.grid-view .count-wrapper .increase {
    background-image: url("../images/increase.png");
    top: -5px;
}
.itemsForm .count-wrapper .decrease,
.grid-view .count-wrapper .decrease {
    background-image: url("../images/decrease.png");
    top: 10px;
}
#itemsSubmit{
    background-color: #96B3D7;
    background-image: url("../images/triforce.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 20px;
    padding: 5px 60px 5px 5px;
}


.button-disabled{
	background-color: gray !important;
    color: darkGray !important;
}

#State_shortName{
	width: 20%;
}

.detailColumn{
	width:32%;
	float: left;
}

.detailColumn h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.detailColumn input{
	width: 75%;
}

.redInv{
	color: red;
}

.searchError{
	color: red;
}

.customerView ul,
.customerView ul li{
	list-style: none;
	padding: 0;
}

.customerView h2{
	color:#00AEEF;
}

#customer_info.detailColumn th {
    width: 100px;
}
#customer_info.detailColumn input {
    width: 95%;
}
#delivery_address {
    margin: 0 2%;
}
.footerList,
.footerList li
{
	list-style: none;
	text-align: right;
}
/*TOOLTIP*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #e4ecf9;
	background-color: #fff;
	padding: 15px;
	opacity: 0.95;
    border-radius: 10px;
	-moz-border-radius:10px;
/*    width: 300px;*/
}
#tooltip ul {
    padding: 10px 0 0 30px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-size: 12px!important;
    color: #575757;
    line-height: 1.5!important;
}

div.adminNav {
    border-bottom: 4px solid #385D8A;
    margin-bottom: 20px;
}
div.adminNav h3 {
    float: left;
    margin: 0 15px 0 0;
    line-height: 32px;
    font-weight: bold;
    color: #7F7F95;
}
.adminNav ul {
    margin: 0;
    padding: 0;
    float:right;
    margin-right: 20px;
}
.adminNav li {
    float:left;
    list-style-type: none;
    border-top: 4px solid #385D8A;
    border-left: 4px solid #385D8A;
    border-right: 4px solid #385D8A;
    background-color: #00B0F0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 2px;
    padding: 2px 10px;
}
.adminNav li.active {
    background-color: #92C64A;
}
.adminNav li a {
    color: #FFFFFF;
    font-weight: bold;
}
.gray-box {background: #E7EAEB; padding: 60px 40px}

.date-wo-left-column {float: left;}
.date-wo-right-column {float: right; text-align: right;}

/*GridView*/
#main .grid-view {
    clear: both;
}
#main .grid-view table.items {
    border: none;
}
#main .grid-view table.items th {
    background: #00B0F0;
    color: #4A5A63;
    font-size: 14px;
    text-align: left;
}
#main .grid-view table.items th a {
    color: #4A5A63;
}
#main .grid-view table.items th.leftCorner,
#main table.detail-view tr th.leftCorner {
    border-top-left-radius: 7px;
}
#main .grid-view table.items th.rightCorner,
#main table.detail-view tr td.rightCorner {
    border-top-right-radius: 7px;
}
#main .grid-view table.items td.leftCorner,
#main table.detail-view tr th.bottomLeftCorner {
    border-bottom-left-radius: 7px;
}
#main .grid-view table.items td.rightCorner,
#main table.detail-view tr td.bottomRightCorner{
    border-bottom-right-radius: 7px;
}
#main .grid-view table.items th, #main .grid-view table.items td {
    border: none;    
    padding: 5px;
    border-right: solid 1px #fff;
}
#main .grid-view table.items tbody tr, 
#main .grid-view table.items tbody tr.odd {
    background: none;
}
#main .grid-view table.items tr:hover {
    background: none;
}
#main .grid-view table.items tbody tr td{
    background: #ccc;
    font-size: 14px;
}
#main .grid-view table.items th.center {
    text-align: center;
}
#main .grid-view table.items td.image, #main .grid-view table.items th.image {
    border-right: 0px;
}
#main .grid-view table.items tbody tr td a{
    font-style: italic;
}
#main .grid-view table.items tbody tr.odd td{
    background: #d9d9d9;
}
/*ListView*/
#main table.detail-view {
    margin: 15px 0;
}
#main table.detail-view tr.odd, #main table.detail-view tr {
    background: none;
}
#main table.detail-view tr.odd th,
#main table.detail-view tr.odd td {
    background: #d9d9d9;
}
#main table.detail-view tr th,
#main table.detail-view tr td {
    background: #ccc;
    border: none;
    border-right: solid 1px #fff;
}


/*MyStash Page*/
#myStash h2 {
    margin-bottom: 0;
    font-size: 20px;
    float: left;
}
#myStash h2 span {
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
}
#myStash .grid-view {
    padding: 0;
}
#myStash .grid-view table.items th, 
#myStash .grid-view table.items th a,
#myStash fieldset.admin legend {
    color: #f2f2f2;
}
#notes .note {
    float: left; 
    width: 32%; 
    font-size: 14px;
}
#notes h4 {
    margin-bottom: 5px;
    color: #4A5A63;
    font-weight: bold;
}
#notes .gray-box {
    padding: 10px;
}
#workOrderNote {
    margin: 0 2%;
}

#agreementDialog {
    font-size: 13px;
}

#agreementDialog p {
    padding-bottom: 15px;
}

#agreementDialog h1 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.00em;
    line-height: 1;
}
#contractDialog {
    font-size: 13px;
}

#contractDialog p {
    padding-bottom: 15px;
}

#contractDialog h1 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.00em;
    line-height: 1;
}
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.hide {
    display: none;
}

.invoice-details .detail-view {
    width: auto;
    min-width: 36%;
}

#form-void textarea {
    width: 600px;
    height: 120px;
}

#select-container .itemsForm h1 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    line-height: normal;
    letter-spacing: 0;
    background-color: #009FED;
    padding: 20px 50px;
    margin: 20px 0;
}
.alrt-btn{
	border-radius: 7px;
    padding: 4px 10px;
    font-size: 12px;
	background-color: #92C64A;
    color: #fff;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
}
.alrt-btn:hover{
	color: #fff;
}
#main .grid-view table.items tbody tr td:nth-child(3) a {
    font-style: normal !important;
}
#main .grid-view table.items tbody tr td:nth-child(3) {
	 text-align: center;
}
/*-- pre-loader --*/
.loading-frame {
    float: left;
    margin-left: 35px;
    margin-top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .loading-frame{margin-top:5px;}
}
span.loader-text {
    float: left;
    margin-left: 60px;
    margin-top: 0;
}
#map-canvas{width:100%; height:600px;}
#truck-img{
    max-width: 820px;
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}
.ui-widget {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #4A5A63;
}
.ui-widget.ui-widget-content {
    padding: 0;
    border: 0 none;
    border-radius: 0;
}
.ui-corner-all {
    border-radius: 0;
}
.ui-widget-header {
    background-color: #FFF;
    font-weight: 400;
    color: #4A5A63;
    border: 0 none;
}
.ui-tabs {
    margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 -1px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab {
    list-style: none;
    display: inline-block;
    background-color: #80B82C;
    padding: 0;
    margin: 0 4px 0 0;
    border: 1px solid #80B82C;
    border-bottom: 0 none;
    border-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    font-weight: 600;
    color: #FFF;
    padding: 10px 14px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    background-color: #FFF;
    padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
    color: #80B82C;
}
.ui-tabs .ui-tabs-panel {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #80B82C;
}
.ui-tabs .product {
    margin: 0 0 20px;
    border: 1px solid #009FED;
}
.ui-tabs .product:last-child {
    margin: 0;
}
.ui-tabs .product .product-img {
    float: left;
    background-color: #F7F7F7;
    text-align: center;
    padding: 23px 25px;
    border-right: 1px solid #009FED;
}
.ui-tabs .product .product-img img {
    display: inline-block;
    max-width: 70px;
    max-height: 40px;
    margin: 0 0 10px;
}
.ui-tabs .product .product-img a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #009FED;
    text-transform: uppercase;
}
.ui-tabs .product .product-details {
    float: left;
    min-width: 66%;
    padding: 15px 0 15px 20px;
}
.ui-tabs .product .product-details label {
    float: left;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    min-width: calc(33% - 10px);
    max-width: calc(33% - 10px);
    margin: 15px 10px 10px 0;
}
.ui-tabs .product .product-details label b {
    display: block;
    font-weight: 700;
}
.ui-tabs .product .product-quantity {
    float: right;
    padding: 30px 20px 10px 0;
}
.ui-tabs .product .product-quantity .btn-group {
    float: right;
    width: 200px;
}
.ui-tabs .product .product-quantity .btn-group a {
    float: left;
    width: calc(30% - 16px);
    background-color: #009FED;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding: 12px 8px;
    cursor: pointer;
}
.ui-tabs .product .product-quantity .btn-group input {
    float: left;
    width: calc(40% - 22px);
    margin: 0;
    padding: 12px 10px 11px;
    text-align: center;
    border: 1px solid #009FED;
    border-radius: 0 !important;
}
fieldset.admin label {
    font-size: 16px !important;
}
#admin-nav-column-left, #admin-nav-column-right {
    width: calc(50% - 20px);
    margin: 10px;
}
.admin-nav-button .button {
    margin-bottom: 20px;
}
#main .span-19 {
    width: 100%;
    margin: 0;
}
div.adminNav {
    margin: 20px 0;
    border-bottom: 1px solid #80B82C;
}
.adminNav ul {
    float: left;
    margin: 0 0 -1px;
}
.adminNav li {
    background-color: #80B82C;
    padding: 0;
    margin: 0 4px 0 0;
    border-radius: 0;
    border: 1px solid #80B82C;
    border-bottom: 0 none;
}
.adminNav li.active {
    background-color: #FFF;
}
.adminNav li a {
    display: block;
    font-weight: 600;
    padding: 10px 14px;
}
.adminNav li.active a {
    color: #80B82C;
}
#main > .wrapper > h1,
#main > .wrapper > .span-19 > #content > h1 {
    font-size: 26px;
    color: #009FED;
    line-height: normal;
    background-color: #F9F9F9;
    padding: 10px 15px;
    margin: 10px 0 20px;
    border-bottom: 4px solid #009FED;
}
#place-container .table ol {
    width: inherit !important;
}
.invoice-details .detail-view {
    width: 100%;
}
.ui-widget.ui-dialog {
    box-shadow: 0 0 5000px 5000px rgba(0, 0, 0, 0.4);
}
.ui-dialog .ui-dialog-title {
    font-weight: 600;
}
.ui-dialog .ui-dialog-content img {
    max-width: 100%;
}
div.submit input[type="submit"]:focus, .button:focus {
    color: #FFF;
}
.mr-4 {
    margin-right: 4px;
}
table.detail-view th, table.detail-view td {
    padding: 0.6em 0.6em !important;
}
fieldset.admin input[type="radio"],
fieldset.admin input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    border: 0 none;
}
.inline-radio {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
fieldset.admin .inline-radio label {
    width: auto;
    max-width: 86%;
    vertical-align: top;
    margin-top: -1px;
    margin-bottom: 15px;
}

/* ============= Responsive ============= */
@media only screen and (max-width: 1140px) {
    .wrapper {
        width: 992px;
    }
    .ui-tabs .product .product-details {
        min-width: 64%;
    }
    .ui-tabs .product .product-details label {
        font-size: 16px;
        width: inherit !important;
    }
    .ui-tabs .product .product-quantity .btn-group {
        width: 160px;
    }
    .ui-tabs .product .product-quantity .btn-group input {
        width: calc(40% - 22px) !important;
    }
    #login-form label {
        text-align: left !important;
    }
    fieldset.admin label, div.form label {
        width: 100% !important;
        margin-right: 0 !important;
    }
    div.form input[type="text"], div.form input[type="password"], div.form textarea {
        width: calc(100% - 32px) !important;
    }
    div.form select {
        width: 100% !important;
    }
    .inline-radio {
        width: 100%;
    }
    fieldset.admin .inline-radio label {
        width: auto !important;
        margin-right: 10px !important;
    }
}
@media only screen and (max-width: 992px) {
    .wrapper {
        width: 768px;
    }
    #order-steps li {
        font-size: 16px;
    }
    #order-steps li i {
        margin: 0 0 5px;
    }
    #select-container .itemsForm h1 {
        font-size: 16px;
        padding: 20px 40px;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-tab {
        font-size: 13px;
        margin: 0 2px 0 0;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
        padding: 8px 10px;
    }
    .ui-tabs .product .product-img {
        min-height: 126px;
    }
    .ui-tabs .product .product-details {
        min-width: 70%;
    }
    .ui-tabs .product .product-details label {
        font-size: 14px;
    }
    .ui-tabs .product .product-quantity {
        padding: 20px 20px 20px 0px;
    }
    .ui-tabs .product .product-quantity .btn-group {
        width: 50px;
    }
    .ui-tabs .product .product-quantity .btn-group a {
        font-size: 14px;
        width: calc(100% - 16px);
    }
    .ui-tabs .product .product-quantity .btn-group input {
        font-size: 14px;
        width: calc(100% - 22px) !important;
    }
    .column-1, .column-2, .col2-form-left-column, .col2-form-right-column {
        width: 100% !important;
        margin: 0 !important;
    }
    #place-container .table ol {
        width: calc(100% - 54px) !important;
    }
    .detailColumn, #delivery_address, #summary-left, #summary-right, #container-agreement, #notes .note {
        width: 100%;
        margin: 10px 0;
    }
    #main .grid-view {
        overflow-x: auto;
    }
    div#buttons {
        float: left;
        width: 100%;
    }
    #edit-buttons, #management-buttons, #notes-button {
        float: left !important;
        width: 100% !important;
        margin: 4px 0 !important;
    }
    #edit-buttons a, #management-buttons a, #notes-button a, #edit-buttons .button, #management-buttons .button, #notes-button .button {
        display: inline-block;
    }
}
@media only screen and (max-width: 768px) {
    .wrapper {
        width: 600px;
    }
    .ui-tabs .ui-tabs-nav {
        margin: 0;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-tab {
        margin: 0 6px 8px 0;
        border: 1px solid #80B82C;
    }
    .ui-tabs .product .product-img {
        width: calc(100% - 50px);
        min-height: auto;
        border: 0 none;
    }
    .ui-tabs .product .product-details label {
        width: 100% !important;
        max-width: 100%;
        margin: 5px 0;
    }
    #login-form, #zip-container {
        width: calc(100% - 80px) !important;
    }
    #login-form input.button {
        margin: 20px 0 !important;
    }
    div.form .row.submit {
        text-align: center;
    }
    #login-form h1, #zip-container h1 {
        font-size: 30px !important;
    }
    #admin-nav-column-left, #admin-nav-column-right {
        width: 100%;
        margin: 0;
    }
    #main .grid-view table.items tbody tr td {
        font-size: 12px;
    }
    #main > .wrapper > h1, #main > .wrapper > .span-19 > #content > h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .wrapper {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    #mainnav li a, #order-steps li, #select-container .itemsForm h1 {
        font-size: 14px;
    }
    .ui-tabs .ui-tabs-panel {
        padding: 15px;
    }
    .ui-tabs .product .product-img {
        width: calc(100% - 20px);
        padding: 10px;
    }
    .ui-tabs .product .product-details {
        min-width: auto;
        max-width: 60%;
    }
    fieldset.admin label, div.submit input[type="submit"], .button, div.form input[type="text"], div.form input[type="password"], div.form textarea, div.form select {
        font-size: 14px !important;
    }
    div.submit input[type="submit"], .button {
        padding: 10px 20px !important;
    }
    .ui-widget.ui-dialog {
        max-width: 96%;
    }
    .agreement-btns .button {
        float: left !important;
        margin: 0 5px 5px 0;
    }
}

.mt20{margin-top:20px!important;}