#warning{
    background:#f5dbdb;
    color:#820000;
    border-color:#820000;
    padding:5px 10px;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
    display:none;
}

/* ---------------------- base styles ---------------------- */

body {
	color: #666;
	background:url(../img/bgr_body.jpg) repeat-x 0 0 #FFF;
}
.strong{
	color:#4e4e4e;
	font-family: 'PlayBold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
/* ---------------------- header ---------------------- */
.nivo {
 /*background: #eee url(../img/nivo-loader.gif) no-repeat 50% 50%;*/
 position: relative;  
	height:290px;
}
.nivo img {
 position: absolute;
 top: 0px;
 left: 0px;
 display: none;
}
.preloader {
 	background:#eee url(../img/bgr_loading.jpg);
	width:100%;
	height:290px;
 	position:absolute; 
        top:149px; 
 	z-index:1000; /* z-index greater than #slider */ 
}
.preloader img{
	padding:85px 0 0 46%;
}

.header {
	padding: 20px 0;
	overflow:hidden;
}

/* NOTE: 80 year logo */
/*.header {
padding: 15px 0;
height:70px;
overflow:hidden;
}*/

#print_logo{
	display:none;
}

.logo {
	background: url(../img/logo_grm.png) no-repeat 0 0;
	height: 60px;
	float: left;
	display: block;
}

.logo-division {
	max-height: 60px;
	height: auto;
	float: left;
	display: block;
}
/* NOTE: 80 year logo */
/*.logo {
background: url(../img/logo_grm80.png) no-repeat 0 0;
height: 80px;
float: left;
display: block;
}*/

#internal_only{
	display:none;
	width:200px;
	float:right;
	padding:5px;
	border-style:solid;
	border-width:4px;	
	text-align:center;
	font-size:14pt;
        position: absolute;
        top: 20 px;
        left: 70%;
}
#internal_only a {text-align: center; width: 100px;}
#internal_only td, #internal_only tr{ padding:0px; margin:0px; text-align: left;}
.search {
	width: 279px;
	height: auto;
	float: right;
	margin: 20px 0 0 0;
}

.search div {
	float: left;
}

.search .text {
	width: 210px;
}

.search .text input {
	width: 190px;
	font-size: 11px;
	color: #B2B2B2;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.search .submit {
	width: 66px;
	border: 1px solid #D2D2D2;
}

.search .submit input {
	border-width: 0;
	border-style: initial;
	border-color: #000000;
	width: 66px;
	height: 23px;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #525252;
	margin: 0;
}

.globes {
	float: right;
	color: white;
	margin: 10px 10px 0 20px;
	font-size: 11px;	/*WHY?????????????????????*/
}

/* ---------------------- /header ---------------------- */

/* ---------------------- content ---------------------- */

.hometop {
	background: url(../img/bgr_home_top.png) no-repeat 0 0;
	padding: 20px 0 0 0;
}

.padding_inset { 
	padding: 10px 24px; 
}

.margin_inset { 
	margin: 0 0 0 24px;
	padding: 0 -24 0 0; 
}

.sepline {
	border-right: 1px solid silver;
}

.homebottom {
	background: url(../img/bgr_home_bot.png) no-repeat 0 0;
	height: 40px;
	margin: 0 0 20px 0;
}

div.news div { 
	padding: 6px 0;
	border-top: 1px dotted #ccc;
}

.newsbadge {
	background: #597095;
	padding: 2px 6px;
	font-size: 0.8em;
	margin-right: 10px;
	color: white;
	letter-spacing: 2px;
}

.eventsbadge {
	background: #666;
	padding: 2px 6px;
	font-size: 0.8em;
	margin-right: 10px;
	color: white;
	letter-spacing: 1px;
}
.footer ul, .footer li{
	list-style:none;
}
.newsevent a, .newsevent a:visited, .footer a, .footer a:visited { 
	color: #597095; 
	text-decoration: none; 
}

.newsevent a:hover, .footer a:hover { 
	color: #000; 
	padding: 0 0 1px 0;
	border-bottom: 2px solid #DDD;
}

.sidebarheader {
	background: url(../img/bgr_sidebarheader.png) no-repeat 0 0 #FFF;
	padding-top: 20px;
}

.fullheader {
	background: url(../img/bgr_fullheader.png) no-repeat 0 0 #FFF;
	padding-top: 20px;
}

table { width: 100% }


table .right-align {
	text-align: right;
}

table th,.dataTableTitle {
	font-size: 1.3em;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #fff;
	background-color: #6e6e6e;
	color: #FFF;
}

.seriesDataTableTitle {
        font-family: 'PlayRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        font-size: 13px;
        padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #fff;
	background-color: #6e6e6e;
	color: #FFF;
}

.seriesDataTableContent {
        font-family: 'PlayRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        font-size: 13px;
        padding: 5px 10px;
}

th.territory {
    text-align: left;
}


tr.even, tr.odd {
	background-color: #f2f2f2;
}

tr:hover{
	background-color: #ddd;
}

table td  {
	padding:5px 10px;
	color:#6e6e6e;
	border:none;
	border-bottom:1px solid #ddd;
	border-right: 2px solid #fff;
	text-align: bottom;      
}

table td.noborder, table tr.noborder, table tr.noborder td {
    padding:5px 10px;
    color:#6e6e6e;
    border-bottom:0px;
/*    border-right: 2px solid #fff;*/
    text-align: bottom; 
    vertical-align: top;
}

img.left, p.left {
    float:left;
    padding:3px 10px 10px 0;
}

img.right, p.right {
    float:right;
    padding:3px 0 10px 10px;
}

.divider { 
	background: url(../img/divider.png) no-repeat 0 0;
	height: 24px;
	display: block;
}

.footnote { 
	color: #AAA;
	size: 70%;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
	font-size: .8em;
}

.minitext {
	font-size: .85em;
}

.note {
	font-size: .85em;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F8F8F8;
	margin: 10px 0;
	padding: 20px;
}

.spread li { 
	line-height: 2em;
}

.bg-danger {
  background-color: #f2dede;
}

/* ---------------------- content ---------------------- */
.legend{
/*	border:1px solid #DDD;*/
	padding-bottom:10px;
	margin:15px 5px;
	font-weight:bold;
}
.legend li{ 
    padding:1px 5px; 
    list-style: none
}

.legend h6{
    font-size:20px;
}
/* ---------------------- vertical pushers ---------------------- */

.pushdown_10 {
	margin-bottom: 10px;
}

.pushdown_20 {
	margin-bottom: 20px;
}

.pushdown_30 {
	margin-bottom: 30px;
}

.pushdown_40 {
	margin-bottom: 40px;
}

.pushdown_50 {
	margin-bottom: 50px;
}

.pushup_10 {
	margin-top: 10px;
}

.pushup_20 {
	margin-top: 20px;
}

.pushup_30 {
	margin-top: 30px;
}

.pushup_40 {
	margin-top: 40px;
}

.pushup_50 {
	margin-top: 50px;
}

/* ---------------------- /vertical pushers ---------------------- */
/* ---------------------- dev markers ---------------------- */
.applyNow{
	font-size: 1.4em;
	padding:10px;	
}
.comment{
	border: 1px solid #DDD;
	margin:2px 5px;
	padding:10px;	
}
.comment_content{
	text-align:center;
}
.comment_date{
	text-align:left;
}

/*----------------------Search classes------------------------*/
#search_box{
	font: 13px/1.5 'PlayRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; 
	width: 100%;
        height: 1200px !important;
}


/* ---------------------- /dev markers ---------------------- */
/*######################### ROC STUFF ########################*/
.faux_select{
	max-height:300px;
	overflow:auto;
	padding:0px;
	background:#f1f1f1;
	border: #ddd solid;
	border-width: 2px 2px 1px 2px;
	margin-bottom:10px;
}
.faux_select li{
	margin-left:0px;
	padding:3px 10px;
	list-style:none;
	border-bottom:1px #ddd solid;
	font-size:15px;
}
.faux_select li:hover{
	background:#ddd;
}
.faux_select a{	
	color:#666;
}
#addNewGroupForm{
	padding-left:10px;
	margin-top:10px;	
}
#userAddNotification .success{
	color:#3D9140;
	padding: 3px;	
}
#listOfItems td{
	padding:5px;
	border-bottom:none;
}
#listOfItems th{
	border-bottom:none;
	padding:3px;
}
#SelectRight, #SelectLeft, #SelectLeftGroup{
	max-height:350px;
	width:80%;
	margin: 5px 10%;
	padding:4px;
        padding-bottom: 20px;
	font-size:1em;
	overflow: auto;
        overflow-y: scroll;
}

#MoveRight,#MoveLeft{
	padding: 7px;
	width:125px;
	font-size:1.1em;
}
form table tr:hover{
	background:none;
}
.hidden{
	display:none;
}

.hidden_important{
	display:none!important;
}

#unselectedUl, #unselectedFinal,
#selectedUl, #selectedFinal{
	width:40%;
	margin: 10px 3%;
	float:left;
	/*in-height:300px;*/
	border:solid 1px #ddd;
	list-style:none;
        overflow: scroll;
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
}

#unselectedUl li[id^='group_'], #selectedUl li[id^='group_'],
#selectedFinal li[id^='finalgroup_'], #unselectedFinal li[id^='finalgroup_'],
#unselectedUl li[id^='individual_'], #selectedUl li[id^='individual_'],
#selectedFinal li[id^='finalindividual_'], #unselectedFinal li[id^='finalindividual_']{
	width:46%;
	float:left;
	padding:3px 0px 3px 10px;
	margin:2px 2px 0px 2px;
	cursor:move;
	background:#eee;

}
#selectedFinal #dragDropInstructionsFinal, #selectedUl #dragDropInstructions{
	margin:0 ;
	padding:0;
	margin-top:40%;
	text-align:center;
	width:100%;
	font-size:1.3em;
	background:none;
	cursor:move;
}
#unselectedUl li:hover, #selectedUl li:hover{
	cursor:move;
}
#unselectedUl li span, #selectedUl li span{
	padding-right:5px;
	padding-top:2px;
}
.delete_button{
	margin-left:10px;
	vertical-align:center;
}
.selectedGroup{background:#ddd;}
.right{ float:right;}

#doubleCheckContent, #previewAttachment{
	background:#fff;
	padding:20px;
	box-shadow:0px 2px 40px #111;
	border-radius:3px;
	border:1px solid #aaa;
	position:fixed;
		top:30%;
		left:25%;
	z-index: 1101;
	outline: none;
	display: none;
	width:50%;
	z-index:2500;
}
#previewAttachment {
	text-align:center;
}
#doubleCheckContent .important{
	color: #B0171F;
}
#previewAttachment #closeModal{
	cursor:pointer;
	margin:0px 20px;
	width:30px;
	height:30px;
	position:fixed;
		left:75%;
		top: 29.5%;
	background:url('../img/fancybox/fancy_close.png');
}
#doubleCheckContent h1{
	text-align:center;
	color:#B0171F;
	width:100%;
	border-bottom:1px solid #B0171F;
}
#doubleCheckContent button{
	font-size:15px;
	padding:5px;
	width:100px;
	margin-left:20px;
	margin-right:20px;
}
#overlay{
	position:fixed;
		top:0;
		left:0;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	z-index:2400;
}
ul[id^='group_users_'],ul[id^='finalgroup_users_']{
	display:none;
	list-style:square;
	width:100%;
	list-style-position:inside;
}
/*.checkbox {
	margin: 0 0 0 240px;
}*/

#calendar-overlay{
	opacity:.7;
	z-index:5000;
	background-color:#fff;
	position:fixed;
		top:0;
		left:0;
	width:100%;
	height:100%;
}
#calendar-overlay h2{
	text-align:center;
	color:#000;
	opacity:1;
	position:relative;
		top:45%;
}

#ios_listing{

}
#ios_listing li img{}
#ios_listing li a.icon{height:150px;float:left; margin-right: 10px; display: inline-block;}
#ios_listing li span h4{margin-bottom: 0px; padding-bottom: 0px; }
#ios_listing li span p{ font-size: 11px;  }
#ios_listing li span p a{ font-size: 15px;  }
#ios_listing li{ list-style: none; border-bottom: 2px solid #ccc; border-top: 1px solid #999;  padding:15px 0px;}
#ios_listing li:last-child{border-bottom: none; padding-bottom: 0px;}
#ios_listing li:first-child{border-top: none; padding-top: 0px;}

.corporate_column{
	/*CSS3 FUUNNNN!!!!!!!*/
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	-moz-column-gap:10px; /* Firefox */
	-webkit-column-gap:25px; /* Safari and Chrome */
	column-gap:10px;
	-moz-column-rule:1px outset #ddd; /* Firefox */
	-webkit-column-rule:1px outset #ddd; /* Safari and Chrome */
	column-rule:1px outset #ddd;
}


/* --------------------------------------- CORPORATE LISTING 'DISTRIBUTOR/LISTING' -- NOT USED --------------------------------------- */
.corporate_listing{
	display: inline-block; 
	width:100%; 
	text-transform: uppercase;
	margin-right: 5%;
	font-size: 22px;
	color:#444;
	padding-bottom: 10px;
	text-shadow: 1px 0px #ddd;
	/*text-decoration: underline;*/
}
.corporate_listing span:first-child{
	border-top:1px dashed #ddd;
	padding-top: 5px;
}
.corporate_listing span{
	text-shadow:none;
	display: block;
	width:100%;	
	text-indent: 10px;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
}

/* --------------------------------------- CUSTOMER DETAIL VIEW 'DISTRIBUTOR/DETAIL' --------------------------------------- */
.customer_details ul{
	list-style: none;
	padding-top: 10px;
}
.customer_details ul li{ display:inline-block;width:100%;margin:0px; line-height: 23px;  border-bottom: 1px solid #eee;vertical-align: baseline;text-transform: lowercase;}

.customer_details ul li .value{
	font-size: 19px;
	margin-right: 0px;

	float:right;
	color:#333;
	vertical-align: middle;
	text-transform: none;
}
.customer_details ul li.divider{
	background: none;
	/*border-bottom: none;*/
	padding:0px;
	margin-top: 5px;
	/*height: 5px;*/
	/*border-top: 1px dashed #ddd;*/
}
/*.customer_dashboard{background:#444;}*/
.customer_dashboard span{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e0e0',GradientType=0 ); /* IE6-8 */

	color:#555;
	font-style: bold;
	width:246px;
/*	height:100px;*/
        height: 30px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	text-shadow:1px 0px #fff;	
	border-radius: 7px;
	padding:10px;
	margin: 0px 10px 10px 0px;	
	border:1px solid #cccccc;
}

.customer_dashboard span img{
	position: relative;
	opacity: .60;
	filter: alpha(opacity=60);
	width:268px;
	border-radius: 7px;
	height:120px;
	/*padding:10px;*/
	left:-11px;
	z-index: 1001;
	top:-109px;
}
.customer_dashboard span div.stat{
	font-size: 25px;
	width: 100%;
	font-style: normal;
	display: inline-block !important;
	display: inline ;
	z-index: 1002;
}
.customer_dashboard span div.stat small {
	font-size: 12px;
}
.customer_dashboard span div.stat div.description{
	font-size: 10px;
	position: relative;
	text-shadow:none;
	letter-spacing: 1px;
	margin-left: 4px;
	z-index: 1002;
	vertical-align: baseline;
	display: inline-block !important;
	display: inline ;
}

.customer_sub_listing{
	background: #f7f7f7; 
	border: 2px solid #555;
	overflow: hidden;
	border-width:1px 1px 1px;
	border-radius:7px 7px 0px 0px;
}

.customer_sub_listing ul{padding:5px 10px 5px 2.5%; list-style: none; display: inline-block; width:45%; vertical-align: top; }

.customer_sub_listing a {color:#222; font-size: 15px; font-weight: bold;}
.customer_sub_listing a.contacts {color: #C60; font-size: 15px; font-weight: bold; cursor: pointer;}
.customer_sub_listing a:visited.contacts {color: #C60; font-size: 15px; font-weight: bold; cursor: pointer;}
.customer_sub_listing a:hover.contacts {color: #000; font-size: 15px; font-weight: bold; cursor: pointer;}

.customer_sub_listing ul li.name{font-size: 16px; color:#222; margin-left:-3px;}
.customer_sub_listing ul li.contact{font-size: 16px; color:#C60; margin-left:-3px;}
.customer_sub_listing h4{background:#555; width:100%; padding:5px 0px; text-indent: 15px;  color:#eee; text-align: left; margin-bottom:10px;}
.customer_sub_listing h4.branches{background:#820000; width:100%; padding:5px 0px; text-indent: 15px;  color:#eee; text-align: left; margin-bottom:10px;}
.customer_sub_listing h4.companies{background:midnightblue; width:100%; padding:5px 0px; text-indent: 15px;  color:#eee; text-align: left; margin-bottom:10px;}
.customer_sub_listing h4.corporate{background:#04580A; width:100%; padding:5px 0px; text-indent: 15px;  color:#eee; text-align: left; margin-bottom:10px;}


.customer_sub_listing ul li img{max-width:14px; max-height: 14px; margin-right: 3px; vertical-align: baseline; opacity: .7; filter: alpha(opacity=45);}
/*.customer_sub_listing h4:before{position:absolute;bottom:0;right:-20px;width: 20px;height: 20px;z-index:1002;background: #fff;border-radius: 90px;content: '';} 
.customer_sub_listing h4:after{position:absolute;bottom:0;right:-10px;width: 10px;height: 10px;z-index:1001;background: #555;content: '';} 
*/


.customer_sub_listing h4 a img.addContactIcon{
    float:right; 
    margin-right: 20px;
    padding-top: 5px;
}

.productSeriesLinks a {color:#222; font-size: 15px;}
.productSeriesLinks a.productSeries {color: #C60; font-size: 15px; cursor: pointer;}
.productSeriesLinks a:visited.productSeries {color: #C60; font-size: 15px; cursor: pointer;}
.productSeriesLinks a:hover.productSeries {color: #000; font-size: 15px; cursor: pointer;}

.donotdisplayonscreen {
    display: none;
}
.contactChangesScreen{ display: block;}
.contactChangesPrint{ display: none;}

.clearfix { clear: both;}
.pull-right {
    float: right !important;
}

ul.list-unstyled{
    list-style: none;
}