@charset "utf-8";
/* CSS Document */

.tab-bar h1 {
	font-size: 1em;
    text-transform: inherit;
}
.tab-bar {
    background: none repeat scroll 0 0 #09a275;
}

/* GLOBAL - misc */
body {
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: #5f6062;
}

span, p, ul, ol {
	font-size: 0.938em;
}
.full-modal
{
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px 0px 0px 0px !important;
}
h1 {
	color: #09a275;
	font: 800 1em/1 'Lato',sans-serif;
	margin: 0 0 0.938em;
	text-transform: uppercase;
}
h2 {
	color: #09a275;
	font: 400 1.125em/1.5 'Lato', sans-serif;
	margin: 0;
}
h2.title {
    background: none repeat scroll 0 0 #0BA376;
    color: #FFFFFF;
    font: 800 1em/1 'Lato',sans-serif;
    padding: 0.625em;
	margin: 0 0 0.250em ;
}
hr {
    height: 0.938em;
    color: #09a275;
    background: #09a275;
    font-size: 1em;
    border: 0;
	margin:  0 -0.9375em 2em -0.9375em;
}
section {
	margin: 0 0 2em;
}
section.main-section {
	margin: 0;
}
.order-summary td > select {
    margin-bottom:0;
}
/* button Styles ----------- */
button, .button {
  background-color: #09a275;
  border-color: #09a275;
	font-family: 'Lato', sans-serif;
  font-size: 1.125em;
  color: #fff;    
	font-weight: 800;
	padding: 0.625em 0.875em;
	border-radius: 6px 6px 6px 6px ;
}
.button-group .button {
	border-radius: inherit;
}
button:hover, .button:hover, button:focus, .button:focus {
  color: #fff;    
	transition: background-color 300ms ease-out 0s;
  background-color: #03835d;
}
button.huge, .button.huge {
	font-size: 2.125em;
	padding: 0.625em 0.938em;
	width: 100%;
}
button.huge:hover, .button.huge:hover, button.huge:focus, .button.huge:focus {
  color: #4b9dcd; 
  background-color: #fff;  
	transition: background-color 300ms ease-out 0s;
}
button.secondary, .button.secondary {
  background-color: #5f6062;
  border-color: #5f6062;
  color: #fff;
	font-weight: 600;
}
button.secondary:hover, .button.secondary:hover,
button.secondary:focus, .button.secondary:focus {
  background-color: #4a4b4d;
  border-color: #4a4b4d;
  color: #fff;
	font-weight: 600;
}

/* header Styles ----------- */
#header.home {
	background: #b5e3d5;	
}
#header {
	background: #09a275;
}
#header .row {
	position: relative
}
#header #logo{
	margin: 0.913em 0;
	text-align:center
}
#lang_sel {	 
	position: absolute;
	top: 70px;
	right: 1.5em;
    width:400px;
    font-size:0.9em;
}
#welcome {
    margin-top:10px;
}
#language-drop {
    width:150px;

}
table {
    width:100%;
}
td {
	vertical-align:top;
}
.top-bar-section ul li:hover {
     background-color: #f3f3f3;

}
.top-bar-section ul li a {
    padding: 2px 14px!important;

}
ul.dropdown li {
    background-color: #f3f3f3;
}
.top-bar-section .dropdown li a {
   font-weight:bold!important;
    padding: 5px 14px!important;
}
.image {
    margin-left:10px;
    margin-bottom:10px;

}
/* breadcrumbs ----------- */
#breadcrumbs {
	background: #f3f3f3;
	line-height: 5em;    
	text-transform: uppercase;
}
#breadcrumbs .crumbs {
	font-size:  0.813em
}
#breadcrumbs a {
	color: #09a275;
}
/* Box Styles ----------- */
.products-order-form .box {
    margin-bottom:10px;
}
@media only screen and (min-width: 40.063em){
	.products-order-form .box {
		min-height:24em;
	}
}
.box  {
	background: #f3f3f3;
	padding: 0.938em;
	border-radius: 6px 6px 6px 6px ;
}
.box .box-body {
    margin: 0;
}
form.box .box-body {
    padding: 0.938em 0em 0.625em
}
div.box .box-body {
    padding: 0.938em 0.938em 0.625em 0.938em
}
.box .box-body, .box .box-body p, .box label {
	color: #555;
}
#site .box h1 {
	color: #5f6062;
	font: 700 1em/1 'Lato',sans-serif;
	margin: 0 0 0.625em;
	text-transform: none;    
	padding: 0 0.9375rem;
}
.box a {
	color: #09a275;
	text-decoration:underline;
}
.box a.button {
	color: #fff;
	text-decoration:none;
}
.box hr {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #fff;
    font-size: 1px;
    height: 1px;
    margin: 0 0 15px !important;
}
.box input[type="text"], .box input[type="password"], .box input[type="date"], .box input[type="datetime"], .box input[type="datetime-local"], .box input[type="month"], .box input[type="week"], .box input[type="email"], .box input[type="number"], .box input[type="search"], .box input[type="tel"], .box input[type="time"], .box input[type="url"], .box textarea {  margin: 0 0 0.500em;
}
.intl-tel-input {
    margin-bottom:1em;
}
/* Form Styles ----------- */

textarea[required],select[required],input[required] {
    border:1px solid #f04124;
}
.error input {
    margin-bottom:0px!important;
}
small.error {
    padding:0.375rem 0.375rem 0.375rem;
}
ul.errors li {
    color:red;
}
span.amount, span.hide-for-portrait {
    font-size:1em;
}
span.amount span {
    font-size:0.75em;
}
.highlight select{
    margin-top:5px;
    margin-left:5px;
    width:158px;
}
label, .fontsmall { 
	font-size: 0.813em;
	line-height: 1.5em;
}

/* table Styles ----------- */

.table-header span {
	background: #bfbfbf;
	padding: 10px 5px;
	display: block;
	font-weight: 600;
}
.table-body .highlight span {
	background:#4a9dcc;
	color:#fff;
	font-weight: 600;
	padding: 10px 5px;
	text-align:right;
}
.table-body span.amount span {
    display:inline!important;
    padding:0px!important;
}
.table-header.download div:first-child span, .table-body.download div:first-child span {
	text-align: left;
}
.table-header.transactions div:nth-child(2) span, .table-body.transactions div:nth-child(2) span {
	text-align: left;
}
.table-header.download div:last-child span, .table-body.download div:last-child span {
	text-align: right;
}
.table-body.transactions div span.paid {
	background-color:#0ca376;
	color:#fff;
}
.table-body.transactions div span.failed {
	background-color:#ff6401;
	color:#000;
}
.table-body span {
	border-top: solid 1px #eee;
	padding: 10px 0;
	display: block;
	background:#fff;
}
.table-header div, .table-body div  {
	text-align: center;
}
.columns.table-body  {	
	text-indent: 10px;
}
.table-header div:first-child span, .table-body div:first-child span {
	text-align: left;
}
.table-header div:last-child span, .table-body div:last-child span {
	text-align: right;
}
.tabs-content .ask-question label {
    color: #4a9dcc;
    font: 800 1.5em/2 'Open Sans', sans-serif;
}
.tabs-content .ask-question input[type=text] {
    height: 50px;

}
#question-form .columns:nth-child(2) {
    padding-left:0px!important;
}
.delivery-address {
    display:none;
}
.dt-nowrap {
	white-space: nowrap;
}
.dt-no-overflow {
	text-overflow: ellipsis;
}
/* Tabs Styles ----------- */
.tabs {
    margin-top:10px;
}
.tabs dd {
    width: 50%;
	text-align:center;
}
.tabs.vertical dd > a {
    font-size:1em;
    padding:0.5em;
}
.tabs.vertical dd {
    display:none;
}
.tabs-content.vertical {
    width:100%;
}
.tabs-content .alert-box {
    font-size:1.0em;
}
.tabs-content.nodressing {
    padding:0px!important;
    border-left:none;
    border-right:none;
}
.tabs-content {

}
.tabs-content > .content {
    padding: 0!important;
}
.tabs-content form {
    margin-bottom:0!important;
}
.tabs dd > a {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #222222;
    display: block;
    font-size: 1.1em!important;
	font-family: 'Lato', sans-serif;
    padding: 1em;
}
.tabs dd a {   
    background: none repeat scroll 0 0 #eee;
    border: none;
	
}
.tabs dd a:hover {
    background: none repeat scroll 0 0 #222222;
	color: #fff;
}
.tabs dd.active a {
    background: none repeat scroll 0 0 #eee;
}
.tabs dd.active a:hover {
	color: #eee;
}
/* Page Styles ----------- */
#site, #login, #intro-text {
	padding: 1.875em 0;
}
#intro-text h1 {
	font: 400 1.7em/1 'Lato',sans-serif!important;
	text-transform:inherit;	
}
#intro-text h1 strong {
	font: italic 400 1.4em/1 'Lato',sans-serif;
}
.account-error {
	color: #f04124;
	font-weight: bold;
	font-style: italic;
}

/* Home Page Login Styles ----------- */
#login {
	background: #09a275;
	color: #fff;
}
#login  input[type=text]{
	border-radius: 6px 6px 6px 6px;
	height: 3.5em;
}
#login label, #login a {
	color: #fff;   
	margin: 0;
}
#login h2 {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 0.5em;
}
#login a {
	text-decoration:underline
}
#login input[type="checkbox"] {
    margin: 0;
}
#login label, #login .fontsmall {
    line-height: 2em;
}


/* Help Styles - video ----------- */
div.video {
	background: #4b9dcd;
	margin: 0 0 0.875em;	
}
div.video a, div.video {
	color: #fff;
}
div.video a {
	font-weight: 600
}
.video .video-title {
	display: block;
	padding: 0.625em 0.938em 0  0.938em;
}
.video .video-meta {
	display: block;
	padding: 0.625em 0.938em ;
}

/* Help Styles - download ----------- */
.table-header.download div:last-child span  {
	text-align:center;
}
.table-body.download .highlight span a {
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:underline
}
a.sorttable {
	display: block;
	width: 16px;
	height: 16px;
}
a.sort-down {
	background:url(../images/arrows.png) no-repeat 0 0 transparent;
}
a.sort-up {
	background:url(../images/arrows.png) no-repeat 0 -19px transparent;
}
a.sort-both {
	background:url(../images/arrows.png) no-repeat 0 -40px transparent;
}
a.button.arrowbg {
    background-image:url(../images/arrow_small.png);
    background-repeat:no-repeat;
    background-position:8px 8px;
}
/* Footer Styles ----------- */
#footer {
	background:#5f6062;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block
}
#footer ul li {
	float: left;
	color: #fff;	
	font: 400 0.813em/3 'Lato', sans-serif;
	margin: 0 0.500em
}
#footer ul li a {
	display:inline-block;
	color:#fff;
}
#footer ul li:first-child  {
	margin-left: 0px;
}
.ImageLink {
    height: 180px;
    width: 290px;
    position: relative;
    display: block;
}
.OverlayIcon {
    position: absolute;
    top: 25px;
    left: 40px;
}
.region-bundle-box {
	margin-top: 2em;
	border: 1px solid #cccccc;
}
.region-bundle-box h1 {
    margin-left: 0!important;
    padding-left: 0!important;
}
.region-bundle-box fieldset {
    background-color:#fff;
}
.region-bundle-box legend {
    background-color:#09A275;
    color:#fff;
    padding:3px;
}
.region-bundle-promotion-item {
	background: white;
}
/* Fixes to jQuery DataTables TableTools extension, buttons sit too low in z-index when DataTables shown in modal pop-up */
.DTTT_print_info {
	z-index: 110 !important;
}
.clearfix > .dataTables_length {
	float: left;
	padding-right: 1em;
}
.clearfix > .dataTables_processing {
	float: left;
	line-height: 37px;
}
.clearfix > .dataTables_filter {
	float: right;
	padding-left: 1em;
}
/* z-index fix for DataTables TableTools when inside Foundation modals
.reveal-modal .DTTT_button_copy div,
.reveal-modal .DTTT_button_csv div,
.reveal-modal .DTTT_button_xls div,
.reveal-modal .DTTT_button_pdf div,
.reveal-modal .DTTT_button_print div {
	z-index: 105 !important;
}*/
.aciTree .aciTreeItem {
	margin-right: 0 !important;
	border-bottom: 1px dashed #D9D9D9 !important;
}
#distributor-tree .aciTreeColumn2 {
	text-align: right;
}
#agent-tree .aciTreeColumn0, #agent-tree .aciTreeColumn1 {
	text-align: right;
}
#agent-tree .aciTreeColumn3, #agent-tree .aciTreeColumn4, #agent-tree .aciTreeColumn2 {
	text-align: center;
}
#agent-tree .small-select {
	font-size:0.8em;
	margin:1px;
	padding:1px;
	height:3em;
	position:relative;
	top:0px;left:0px;
	display: block !important;
}
#agent-tree .aciTreeColumn4 select::-ms-expand {
	display: none;
}
.button.ca-add-stock-btn {
	margin: 0;
	padding: 0.2rem 0.4rem;
}
.button.ca-stock-delivery-update {
	margin: 0;
	padding: 0.4rem 0.8rem;
}
.button.pg-swap-bundle {
	margin: -0.2rem 0;
	padding: 0.4rem 0.8rem;
}
/* Plupload tweaks ----------- */
.plupload_wrapper {
	margin-bottom: 1.25rem;
	font-family: inherit !important;
	font-size: inherit !important;
}
.plupload_buttons .button.tiny {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

#upload-credentials-uploader .plupload_header {
	display: none;
}
#upload-credentials-table_wrapper,
#upload-credentials-submit {
	margin-bottom: 0;
}

#upload-paymentadvice-uploader .plupload_header {
	display: none;
}
#upload-paymentadvice-table_wrapper,
#upload-paymentadvice-submit {
	margin-bottom: 0;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
textarea[rows] {  height: 10em;}
#intro-text h1 {	font: 400 3em/1 'Lato',sans-serif!important;}
#intro-text h1 strong {	font: italic 400 1.25em/1 'Lato',sans-serif;}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
.hide-for-portrait { display: inline!important; font-size: 1em!important; }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
input[type="checkbox"] + label, input[type="radio"] + label { display: inline;}
#footer ul li  { font: 400 0.8em/3 'Lato', sans-serif!important;}
#intro-text h1 {	font: 400 2em/1 'Lato',sans-serif!important;}
#intro-text h1 strong {	font: italic 400 1.25em/1 'Lato',sans-serif;}
}

/* Ipads, Desktops and laptops ----------- */
@media only screen and (min-width : 768px) {
.left-off-canvas-menu, 
.right-off-canvas-menu, 
.off-canvas-list {	
	display: none!important;
}
input[type="checkbox"] + label, input[type="radio"] + label { 
	display: inline-block;
}
span.hide-for-small { 
	display: inline!important;
}
#header #logo{
	text-align: left;
}
#intro-text h1 {
	font: 400 2.85em/1 'Lato',sans-serif!important;
	margin: 0.5em 0 1em 0!important;
}
.button.huge {
	width: auto
}
#site h1 {
	font: 700 1.50em/1.5 'Lato', sans-serif;
}
#site h2 {
	font: 400 1.125em/1.5 'Lato', sans-serif;
}
#site h2.title {
	font:  800 2em/2 'Lato', sans-serif;
	padding: 0 0.625em
}
#site .box h1 {
	font: 700 1.75em/1.25 'Lato', sans-serif;
}
.box .box-body {
    padding: 0.938em 0.625em 0.625em;
}
.box input[type="text"], .box input[type="password"], .box input[type="date"], .box input[type="datetime"], .box input[type="datetime-local"], .box input[type="month"], .box input[type="week"], .box input[type="email"], .box input[type="number"], .box input[type="search"], .box input[type="tel"], .box input[type="time"], .box input[type="url"], .box textarea {  margin: 0 0 1rem;
}
label, .fontsmall { 
	line-height: 2.5em;
}	
	
/* table Styles ----------- */

.table-header span, .table-body span {
	margin: 5px;
	padding: 10px 5px;
	display: block;
}
.table-body span {
	border: none;
	background:#f2f2f2;
}
.table-header div:first-child span, .table-body div:first-child span {
	margin-left: 0px;
}
.table-header div:last-child span, .table-body div:last-child span {
	margin-right: 0px;
}
.table-body .highlight  span {
	background:#4a9dcc;
	color:#fff;
	font-weight: 600;
	text-align:inherit;
}
.columns.table-body  {	
	text-indent: 0px;
}
select {
	background-image: none;
}
/* Menu Styles (hidden on small) ----------- */

.top-bar   {
	margin-top: 1.35em;	
}
.top-bar-section ul li > a {
    font-size: 0.813em;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
    background:transparent!important;
}	
.top-bar li.current-menu-item:not(.has-form) a:not(.button), .top-bar li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li.active a:hover {
	background: transparent;	
	color: #fff;	
}
	
#header.home .top-bar li.current-menu-item:not(.has-form) a:not(.button), #header.home .top-bar li.active:not(.has-form) a:not(.button), #header.home .top-bar-section li.active:not(.has-form) a:hover:not(.button), #header.home .top-bar-section li.active a:hover {
	color: #09a275;	
}
.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li a:hover  {
	background: transparent;
	color: #B5E3D5;
}
#header.home .top-bar-section li:not(.has-form) a:hover:not(.button), #header.home .top-bar-section li a:hover  {
	color: #5F6062;
}
.top-bar, .top-bar-section ul {
	background: transparent;	
}
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li a {
    background: transparent;
    line-height: 45px;
    padding: 0 0.938em;
	color: #fff;
}
#header.home .top-bar-section li:not(.has-form) a:not(.button), #header.home .top-bar-section li a {
	color: #09a275;
}
/* Tabs Styles ----------- */

.tabs-content {
	background: #fff;
	padding: 10px 20px ;
	border: solid 1px #ccc;
}
.tabs {
    margin-bottom: -1px !important;
}
.tabs dd {
    width: auto;
	text-align:inherit;
}
.tabs dd > a {
    background: none repeat scroll 0 0 #eee;
    color: #222;
	font: 800 1.5em/1.2 'Lato', sans-serif;
}
.tabs dd a {   
	padding: 0.5em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tabs dd:last-child a {
    border-right: 1px solid #eee;
}
.tabs dd a:hover {
	color: #fff;
}
.tabs dd.active a {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tabs dd.active a:hover {
	color: #ccc;
}
.tabs-content .ask-question label {
    color: #4a9dcc;
	font: 800 1.5em/2 'Lato', sans-serif;
}
.tabs-content .ask-question input[type=text] {
	height: 50px;
}
#footer-menu {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
#footer #footer-menu ul {
    margin: 0 0 0 5px;
    list-style:none;
    position:relative;
    left:50%;
}
#footer ul li  {
	font: 400 0.938em/3 'Lato', sans-serif;
	float:left;
	position:relative;
}/* ie needs position:relative here*/
}
@media screen and (max-width : 1240px) {
}
@media print {
    #header,#footer{
        display:none;
    }
    #print-page{
        display:none;
    }
	.DTTT_Print .reveal-modal {
		width: 100% !important;
		border: 0 !important;
	}
	.DTTT_Print .reveal-modal h2 {
		display: block !important;
	}
	.DTTT_print_info {
		display: none;
	}
}

#api-transactions-table_last,
#dist-api-transactions-table_last,
#ca-api-transactions-table_last {
	display: none;
}