/*
 * TYPOGRAPHY STYLES:-.
 * 
 * The following are typography styles for the site. 
 * The <html> tag is set to 62.5% in order to make the unit 1rem equal to 10px.
 * Hopefully this means that we can just define the ratios for other display sizes and the adjustments are made automatically.
 *
 */

@font-face {
  font-family: 'Montserrat';
  src: url('/javax.faces.resource/fonts/montserrat-regular-webfont.eot.xhtml?ln=puzzlehive&v=8_0');
  src: url('') format('embedded-opentype'), 
  url('/javax.faces.resource/fonts/montserrat-regular-webfont.woff2.xhtml?ln=puzzlehive&v=8_0') format('woff2'), 
  url('/javax.faces.resource/fonts/montserrat-regular-webfont.woff.xhtml?ln=puzzlehive&v=8_0') format('woff'), 
  url('/javax.faces.resource/fonts/montserrat-regular-webfont.ttf.xhtml?ln=puzzlehive&v=8_0') format('truetype'), 
  url('') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
	font-size: 62.5%;
}

body {
	margin: 0; padding: 0;
	line-height: 1.725; 
	font-size: 14px; 
	font-size: 1.4rem; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400; 
	-webkit-font-smoothing: antialiased; 
	color: #464646;
	min-width: 992px;
}

@media (max-width: 767px) {
	
	html {
		font-size: 55%;
	}
	
	body {
		/*padding: 80px 0 0 0;*/
	}

}

@media (max-width: 991px) {
	
	html {
		font-size: 55%;
	}
	
}
	
	
@media (max-width: 1199px) {
	
	html {
		font-size: 55%;
	}
	
}

h1 {
	margin: 0 0 24px 0; 
	margin: 0 0 2.4rem 0; 
	padding: 0;
	line-height: 1.425; 
	font-size: 32px; 
	font-size: 3.2rem; 
	font-family: 'Montserrat', sans-serif/*'Raleway', sans-serif*/; 
	font-weight: 800;
}

h2 {
	margin: 0 0 8px 0;
	margin: 0 0 0.8rem 0;
	padding: 0;
	line-height: 1.525;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
}

h3 {
	margin: 0 0 12px 0;
	margin: 0 0 1.2rem 0;
	padding: 0;
	line-height: 1.425;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

h4 {
	margin: 0 0 4px 0;
	margin: 0 0 0.4rem 0;
	padding: 0;
	line-height: 1.425;
	text-decoration: underline;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

h5 {
	margin: 0 0 8px 0;
	margin: 0 0 0.8rem 0;
	padding: 0;
	line-height: 0.125;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

h6 {
	margin: 0 0 8px 0;
	margin: 0 0 0.8rem 0;
	padding: 0;
	line-height: 0.125;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

p.lead {
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
	padding: 0;
	line-height: 1.625;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.register_div1 {
	vertical-align: middle;
	margin-top: 60px;
}

.assetinformation_div1 {
	display: inline-block;
    width: 46%;
    text-align: right;
    margin-right: 2px;
}

.calendar button .ui-icon-calendar{
    background: no-repeat url(../../resources/sccb2/1_0/images/calendar.png) !important;
    width: 16px;
    height: 16px;
    width: 18px\9;
    height: 18px\9;
}

.ui-datepicker .ui-datepicker-prev {
	background-color: lightgrey;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	color: #464646;
}

.calendar button{
	width: 17px;
    height: 17px;
    border: 0px;
    position: relative;
    left: -22px;
    top: -1px;
    vertical-align: middle;
}

.calendar input {
	width: 160px;
}

.ui-datepicker .ui-datepicker-next {
	background-color: lightgrey;
}

.asset_subdiv1 {
	display: inline-block;
    margin-right: 15px;
    line-height: 19px;
    font-weight: bold;
    width: 33%;
    font-size: 9pt;
    text-align: right;
}

.lot_number_detail tbody tr td .lot_number_txt {
	border: 0px;
	text-align: center;
	width: 250px;
	padding-left: 10px\9 !important;
	padding-top: 5px\9 !important;
	height: 30px\9 !important;
	vertical-align: middle;
	background-color: transparent !important;
}

.lot_number_detail tbody tr td {
	font-size: 14px;
}

.asset_subdiv2 {
	display: inline-block;
	vertical-align: top;
    width: 63%;
    text-align: left;
}

.lot_number_detail {
	width: 100%;
}

.addassetinformation_div1 {
	display: inline-block;
	width: 44%;
    text-align: right;
    vertical-align: top;
}

.addassetinformation_div2 {
	display: inline-block;
	width: 54%;
	text-align: right;
	padding-right: 70px;
}

.assetinformation_div2 {
	display: inline-block;
    width: 52%;
    text-align: right;
    padding-right: 170px;
}

.accountusage_datatable1 {
	width: 101%;
}

.accountusage_datatable2 {
	width: 101%;
}

.accountusage_datatable1 div table thead tr th {
	background-color: #df1a23 !important; 
	color: white !important;
	border-color: #ebebeb;
    border-left: 1px solid !important;
}

.accountusage_datatable2 div table thead tr th {
	background-color: #df1a23 !important; 
	color: white !important;
	border-color: #ebebeb;
    border-left: 1px solid !important;
    font-size: 15px\9;
}

.accountusage_datatable2 div table tbody tr td {
	border-color: #d7d7d7 !important;
	font-size: 14px\9;
}

.accountusage_paginator .ui-corner-left span {
	width: 75px;
	padding-left: 0px !important;
    padding-right: 0px !important;
	padding-top: 7px !important;
}

.accountusage_paginator {
	position: relative;
    left: 22px;
}

.asset_datatable div table {
	width: 99.9%;
}

.asset_datatable div table tbody .ui-state-highlight td {
	background-color: #ffdcd2;
}

.assetinformation_menubutton button .ui-button-text {
	background: none;
    background-color: #df1a23;
    border: 0px solid;
    color: white;
    font-weight: normal;
    height: 100%;
    font-size: 12pt !important;
}

.assetinformation_menubutton button {
	border: 0px solid;
	padding: 0px !important;
	height: 100%;
    width: 100%;
}

.assetinformation_menubutton .ui-state-hover div {
	color: #df1a23;
	background-color: white;
}

.assetinformation_menubutton .ui-state-focus div {
	color: #df1a23;
	background-color: white;
}

.accountusage_paginator .ui-state-hover span {
	background-color: #ffdcd2;
}

.accountusage_paginator .ui-state-active span {
	color: #b7b7b7;
}

.accountusage_paginator .ui-corner-right span {
	width: 75px;
	padding-top: 7px !important;
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.accountusage_paginator div span {
	background-color: white;
    color: #464646;
    font-weight: normal;
    height: 30px;
    padding-top: 7px !important;
    width: 25px;
    text-align: center;
    padding-left: 9px !important;
}

.accountusage_paginator .ui-corner-left {
	border-left: 1px #9e9e9e solid !important;
}

.accountusage_paginator div {
	border-top: 1px #9e9e9e solid;
	border-bottom: 1px #9e9e9e solid;
	border-right: 1px #9e9e9e solid;
	border-left: 0px #9e9e9e solid;
    border-radius: 0px;
}

.register_div1 .sub_div1 {
	display: inline-block;
	vertical-align: middle;
	width:30%;
	text-align: left;
	color : #df1a23;
}

.ui-datepicker {
    width: 220px !important;
    height: auto;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    height: 20px;
    font-size: 10pt;
    height: auto;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	margin-top: 1px;
}
.ui-columntoggler .ui-columntoggler-item .ui-chkbox {
	margin-top: -13px !important;
}
input.ui-state-focus {
	border: 1px solid #66afe9 !important;
}

input:focus { 
	border: 1px solid #66afe9 !important; 
}

.inbox_table .ui-datatable-tablewrapper th input.ui-state-focus {
	border: 2px solid #66afe9 !important;
}

.ui-datepicker td a {
	text-align: center !important;
	width: 28px;
	height: 28px;
}

.register_div_box {
    border: 1px #464646 solid;
	width: 48.5%;
	height: 230px;
	display: inline-block;
	vertical-align: middle;
}

.max_panel {
    width: 100%;
    height: 100%;
}

.register_div1 .sub_div2 {
	display: inline-block; 
	border-bottom: 1px solid; 
	margin-left: 10px; 
	vertical-align: top;
    padding-bottom: 22px;
	width: 68%;
}

.ui-datepicker-title .ui-datepicker-year {
	color: #464646;
}

.ui-datepicker-title .ui-datepicker-month {
	color: #464646;
}

.inbox_div1 {
	display: inline-block;
    width: 38%;
    text-align: right;
    vertical-align: middle;
}

.inbox_div2 {
	display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: left;
    width: 200px;
}

.report_table {
	width: 100%;
}

.report_table div table {
	width: 99%;
}

.line_height tbody tr td {
	line-height: 1.2;
	padding: 10px;
	letter-spacing: -0.8px;
	vertical-align: top;
}

.report_table div table thead tr th {
	background-color: #c8c8c8 !important;
	height: 40px;
}

.report_table div table thead tr th span {
	padding-left: 10px
}

.mark_image {
	background: url(/javax.faces.resource/icons/report-mark.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	display: inline-block;
	width: 29%;
	height: 82px;
	position: relative;
    top: 25px;
    text-align: right;
    left: 85px;
}

.back_to_top {
	text-align: right;
    vertical-align: top;
    position: relative;
    top: -47px;
    color: #df1a23;
    right: 3px;
}

.report_chart1 {
	background: url(/javax.faces.resource/icons/chart1.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 664px;
    zoom: 1.07;
}

.report_chart2 {
	background: url(/javax.faces.resource/icons/chart2.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 216px;
    zoom: 1.07;
}

.report_chart3 {
	background: url(/javax.faces.resource/icons/chart3.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 132px;
    zoom: 1.07;
}

.report_div1 {
	font-weight: bold;
}

.report_div2 {
	letter-spacing: -0.7px;
}

.report_chart4 {
	background: url(/javax.faces.resource/icons/chart4.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 256px;
    zoom: 1.07;
    background-position-x: 49%;
}

.report_chart5 {
	background: url(/javax.faces.resource/icons/chart5.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 398px;
    zoom: 1.07;
    margin-bottom: 20px;
}

.report_chart6 {
	background: url(/javax.faces.resource/icons/chart6.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
	width: 765px;
    height: 163px;
    zoom: 1.07;
}

.report_table div table tbody tr td {
	height: 40px;
	background-color: #ebebeb;
	line-height: 1.3;
	padding-left: 20px;
	font-size: 12pt;
}

.inbox_table .ui-paginator-bottom .ui-paginator-current {
	color: #464646;
	padding: 0px;
	font-size: 10pt;
	vertical-align: middle;
	margin: 0px;
	width: 74.5%;
}

.inbox_table .ui-paginator-bottom {
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
}

.inbox_table .ui-paginator-bottom .ui-paginator-first {
	height: 35px;
	padding: 0px;
	vertical-align: middle;
	width: 35px;
	background-color: white;
	background: white;
	border-color: #9e9e9e;
	text-align: center;
	padding-top: 9px;
	border-radius: 0;
	margin: 0px;
	color : #464646 !important;
}

.inbox_table .ui-paginator-bottom .ui-paginator-last {
	height: 35px;
	padding: 0px;
	vertical-align: middle;
	width: 35px;
	background-color: white;
	padding-top: 9px;
	background: white;
	text-align: center;
	border-color: #9e9e9e;
	border-radius: 0;
	margin: 0px;
	position: relative;
	left: 2px;
	color : #464646 !important;
}

.inbox_table .ui-paginator-bottom .ui-paginator-pages {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	background: white;
	background-color: white;
	margin-left: -1px;
	border-color: #9e9e9e;
	border-radius: 0;
}

.inbox_table .ui-paginator-bottom .ui-paginator-pages span {
	height: 35px;
	padding: 0px !important;
	padding-top: 9px !important;
	text-align: center;
	width: 35px;
	background-color: white;
	border-color: #9e9e9e;
	background: white !important;
	border-radius: 0;
	color : #464646 !important;
	margin: 0px;
}

.inbox_table .ui-paginator-bottom .ui-paginator-pages .ui-state-active {
	background: #ffdcd2 !important;
}

.inbox_table .ui-paginator-bottom .ui-paginator-last.ui-state-hover{
	background: #eaeaea !important;
}

.inbox_table .ui-paginator-bottom .ui-paginator-first.ui-state-hover{
	background: #eaeaea !important;
}

.inbox_table .ui-paginator-bottom .ui-paginator-pages .ui-state-hover {
	background: #eaeaea !important;
}

.report_table div table tbody .ui-state-highlight td {
	background-color: #dfdfdf !important;
	border-left: 10px #df1a23 solid;
	padding-left: 16px;
	border-bottom: 0px solid;
	border-top: 0px solid;
}

.ui-orderlist-button-move-up {
	width: 40px !important;
	height: 40px;
	margin-bottom: 19px !important;
	margin-left: 19px;
}

.ui-orderlist-button-move-up .ui-button-icon-left {
	background-image: url(../../resources/sccb2/1_0/images/search_up.png) !important;
    background-position: 1px 4px;
}

.ui-orderlist-button-move-down {
	width: 40px !important;
	height: 40px;
	margin-left: 19px;
}

.ui-orderlist-button-move-down .ui-button-icon-left {
	background-image: url(../../resources/sccb2/1_0/images/search_down.png) !important;
    background-position: 2px 4px;
}

.ui-orderlist .ui-orderlist-list {
	height: 100px !important;
	padding-left: 10px !important;
}

.ui-grid-col-10 {
	width: 78%\9 !important;
}

.static_line {
	border-bottom: 1px solid; 
	margin-top: 30px; 
	vertical-align: top;
    margin-bottom: 22px;
	width: 68%;
}

.ui-fileupload-filename {
	display: block;
}

.text_div {
	font-size: 12pt;
    margin-bottom: 35px;
}

p {
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
	padding: 0;
}

hr {
	margin: 12px 0 36px 0;
	margin: 1.2rem 0 3.6rem 0;
	border-top: 1px solid #464646;
}

hr.light {
	margin: 12px 0 24px;
	margin: 1.2rem 0 2.4rem;
	border-top: 1px solid #c2c2c2;
}

blockquote {
	margin: 0 24px 24px 24px;
	margin: 0 2.4rem 2.4rem 2.4rem;
	padding: 12px 0 12px 24px;
	padding: 1.2rem 0 1.2rem 2.4rem;
	border-left: 3px solid #CCD1D9;
}

	blockquote > p {
		line-height: 1.4;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 300;
		font-style: italic;
		color: #8D608C;
	}

	blockquote > *:last-child {
		margin: 0;
	}
	
ul {
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

	ul li {
		margin: 0 0 12px 0;
		margin: 0 0 1.2rem 0;
		padding: 0 0 0 12px;
		padding: 0 0 0 1.2rem;
	}
	
	ul ol {
		padding-top: 12px;
		padding-top: 1.2rem;
		padding-bottom: 0;
	}
	
	ul ol li {}

ol {
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

	ol li {
		margin: 0 0 12px 0;
		margin: 0 0 1.2rem 0;
		padding: 0 0 0 12px;
		padding: 0 0 0 1.2rem;
	}
	
	ol ul {
		list-style: circle;
		padding-top: 12px;
		padding-top: 1.2rem;
		padding-bottom: 0;
	}
		
	ol ul > li {}

b, strong {
	font-weight: 700;
}


code {
	background-color: #f9f2f4;
    padding: 2px 4px;
    border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 90%; color: #c7254e;
}

img.size-full {
	width: 100%;
	border: 4px solid #CCD1D9;
}

.heading {
	position: relative;  z-index: 1;
	margin-top: 36px;
	margin-top: 3.6rem;
    line-height: 100%;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #464646;
	
}

.heading:before {
	position: absolute; top: 50%; left: 0; right: 0; bottom: 0; z-index: -1;
	margin: 0 auto;
	width: 100%;
	border-top: 2px solid #dfdfdf;
	content:"";
}

	.heading span {
		background: #fff;
		padding: 0 24px 0 0 ; 
		padding: 0 2.4rem 0 0 ; 
    }

.back-to-top-btn {
	float: right; 
	margin-top: -13px;
	margin-top: -1.3rem;
    text-decoration: none;
}


.hide-column-names table thead tr {
    display: none;
}


/*
 * THEME COLORS:-.
 * 
 */

	
	.theme-red .theme-color, .red {
		color: #df1a23 !important;
	}
	
	.theme-red theme-border, .red-border {
		border-color: #df1a23 !important;
	}
	
	.theme-red .theme-bg, .theme-red .cartTable thead {
		background-color: #df1a23 !important;
		border-color: #df1a23 !important;
		color: #fff !important;
	}
	
	.theme-red .theme-bg.btn:hover {
		background: #fff !important;
		color: #df1a23 !important;
	}
	
	
	
	
	
	.theme-orange .theme-color, .orange {
		color: #f97109 !important;
	}
	
	.theme-orange theme-border, .orange-border {
		border-color: #f97109 !important;
	}
	
	.theme-orange .theme-bg, .theme-orange .cartTable thead {
		background-color: #f97109 !important;
		border-color: #f97109 !important;
		color: #fff !important;
	}
	
	.theme-orange .theme-bg.btn:hover {
		background: #fff !important;
		color: #f97109 !important;
	}
	
	
	
	
	
	.theme-green .theme-color, .green {
		color: #098a15 !important;
	}
	
	.theme-green theme-border, .green-border {
		border-color: #df1a23 !important;
	}
	
	.theme-green .theme-bg, .theme-green .cartTable thead {
		background-color: #098a15 !important;
		border-color: #098a15 !important;
		color: #fff !important;
	}
	
	.theme-green .theme-bg.btn:hover {
		background: #fff !important;
		color: #098a15 !important;
	}
	
	
	
	
	
	.theme-darkblue .theme-color, .darkblue {
		color: #003074 !important;
	}
	
	.theme-darkblue theme-border, .red-border {
		border-color: #003074 !important;
	}
	
	.theme-darkblue .theme-bg, .theme-darkblue .cartTable thead {
		background-color: #003074 !important;
		border-color: #003074 !important;
		color: #fff !important;
	}
	
	.theme-darkblue .theme-bg.btn:hover {
		background: #fff !important;
		color: #003074 !important;
	}
	
	
	
	
	.theme-lightblue .theme-color, .lightblue {
		color: #0090ff !important;
	}
	
	.theme-lightblue theme-border, .red-border {
		border-color: #0090ff !important;
	}
	
	.theme-lightblue .theme-bg, .theme-lightblue .cartTable thead {
		background-color: #0090ff !important;
		border-color: #0090ff !important;
		color: #fff !important;
	}
	
	.theme-lightblue .theme-bg.btn:hover {
		background: #fff !important;
		color: #0090ff !important;
	}
	


	.theme-brown .theme-color, .brown {
		color: #8B4513 !important;
	}
	
	.theme-brown theme-border, .red-border {
		border-color: #8B4513 !important;
	}
	
	.theme-brown .theme-bg, .theme-brown .cartTable thead {
		background-color: #8B4513 !important;
		border-color: #8B4513 !important;
		color: #fff !important;
	}
	
	.theme-brown .theme-bg.btn:hover {
		background: #fff !important;
		color: #8B4513 !important;
	}

	.btn-brown {
		background: #664400 !important;
		border-color: #664400 !important;
	}
	
	.btn-brown:hover {
		background: #fff !important;
		color: #075590 !important;
	}
	
	.btn-brown {
		background-color: #664400 !important;
		border-color: #664400 !important;
	}
	
	.btn-brown:hover {
		background-color: #0c264a !important;
		color: #fff;
	}
	
	.theme-brown .search-bar form {
		background: #805500;
	}	

/*
 * LINKS:-.
 *
 */

a {
	text-decoration: underline; cursor: pointer; color: #464646;
}

a:hover {
	text-decoration: underline;
}





/*
 * BUTTONS:-.
 *
 */
 
.btn {
	border-width: 2px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.btn:hover {
	text-decoration: none;
}

.btn-lg {
	padding: 16px 30px !important;
	padding: 1.6rem 3rem !important;
	border-radius: 8px;
	border-radius: 0.8rem;
}





.btn-red {
	background: #df1a23 !important;
	border-color: #df1a23 !important;
}

.btn-red:hover {
	background: #fff !important;
	color: #df1a23 !important;
}
/*
#frmSubcriberOrder1 .btn-darkred {
	background: #a2161d !important;
	border-color: #a2161d !important;
}

#frmSubcriberOrder1 .btn-darkred:hover {
	background: #a2161d !important;
	color: #fff !important;
}
*/




.btn-orange {
	background: #f97109 !important;
	border-color: #f97109 !important;
}

.btn-orange:hover {
	background: #fff !important;
	border-color: #df1a23 !important;
}

.btn-darkorange {
	background-color: #a5520a !important;
	border-color: #a5520a !important;
}

.btn-darkorange:hover {
	background-color: #a5520a !important;
	color: #fff;
}





.btn-green {
	background: #098a15 !important;
	border-color: #098a15 !important;
}

.btn-green:hover {
	background: #fff !important;
	color: #098a15 !important;
}

.btn-darkgreen {
	background-color: #098a15 !important;
	border-color: #098a15 !important;
}

.btn-darkgreen:hover {
	background-color: #098a15 !important;
	color: #fff;
}





.btn-darkblue {
	background: #075590 !important;
	border-color: #075590 !important;
}

.btn-darkblue:hover {
	background: #fff !important;
	color: #075590 !important;
}

.btn-darkerblue {
	background-color: #0c264a !important;
	border-color: #0c264a !important;
}

.btn-darkerblue:hover {
	background-color: #0c264a !important;
	color: #fff;
}





.btn-lightblue {
	background: #0090ff !important;
	border-color: #0090ff !important;
}

.btn-lightblue:hover {
	background: #fff !important;
	color: #0090ff !important;
}

.btn-darklightblue {
	background-color: #075590 !important;
	border-color: #075590 !important;
}

.btn-darklightblue:hover {
	background-color: #075590 !important;
	color: #fff;
}





.btn-white-border {
	background: none !important;
	border-color: #fff !important;
}

.btn-white-border:hover {
	background: none !important;
	color: #fff !important;
}

.btn-red-border {
	background: none !important;
	border-color: #f00 !important;
	color: #f00 !important;
}




.btn-disabled, .btn-disabled:hover {
	background: #b6b6b6 !important;
	border-color: #b6b6b6 !important;
}

.btn-disabled span {
	position: relative;
    right: 3px;
    font-size: 10px\9;
}

.btn_group button {
	margin: 0 12px;
	margin-top: 30px;
}

.payment_form input, .addinfo_form input, .addinfo_form select, .submit_form input, .submit_form textarea, .back_gray label {
	background-color: #e9ebeb !important;
	padding-top: 8px\9 !important;
}

.ui-datatable .back_gray label.ui-inputfield {
	background-color: #e9ebeb !important;
}
    
.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
	padding : 0px !important;
}

.arrow_button span {
	font-size: 20px;
    font-weight: normal;
    padding: 5px !important;
    position: relative;
    top: -20px;
}

.back_gray .ui-selectonemenu-trigger {
	border: 0px;
	background: none;
	width: 25px !important;
}

.back_gray .ui-selectonemenu-trigger span {
	background: no-repeat url(../../resources/sccb2/1_0/images/down_black.png);
	margin-top: 14px !important;
}

.back_gray.disablecolor .ui-selectonemenu-trigger span {
	background: no-repeat url(../../resources/sccb2/1_0/images/down_gray.png);
	/*
	background: no-repeat url(../../resources/sccb2/1_0/images/arrow_down_gray.png);
	*/
	margin-top: 14px !important;
}

.back_gray .ui-selectonemenu-label {
	height: 100%;
	color: #555 !important;
	border-radius: 0px;
}

.second_table_text{
	text-decoration: underline;
	font-size: 14pt;
    font-weight: normal;
    color: #464646;
}

.sub_text {
	font-size: 9pt;
	text-decoration: blink;
	display: block;
	height: 9px;
	margin-top:2px;
	line-height: 1.2em;
}

.cat_table_column_one {
	text-align: left;
	font-weight: normal !important;
	line-height: 1em;
	color: #464646 !important;
	font-size: 16px;
}

.cat_sub_grid {
	width: 46.3% !important; 
	width: 41.3%\9 !important;
	text-align: right; 
	float: right; 
	background-color: #f3f3f3; 
	margin-top: -1px; 
	margin-right: -2px;
}

cat_sub_grid_ie {
	width: 43.3%\9 !important;
}

.cat_sub_grid_column1 {
	width: 70.7%;
	width: 62.7%\9;
	background-color: #f3f3f3; 
	height: 35px; 
	padding-right: 20px !important;  
	border-color: #d7d7d7 !important;
	font-size: 16px;
}

.cat_sub_grid_column2 {
	text-align:right;
	background-color: #f3f3f3; 
	height: 35px;  
	padding-right: 20px !important; 
	border-color: #d7d7d7 !important;
	font-size: 16px;
}

.ie8_placeholder {
	font-weight:normal\9 !important;
}

.cat_table_column_more {
	vertical-align: top;
	color: #464646 !important;
	font-weight: normal !important;
	line-height: 1em;
	font-size: 16px;
}

.remove_from_cart_button span {
	color: white;
}

button[disabled='disabled']{
  color: #fff;     
}

.table_column_style {
	border-bottom: 1px solid;
}

.back_gray.disablecolor .ui-selectonemenu-label {
	color: #b5b5b5 !important;
	box-shadow: none;
}

.addinfo_form {
	width: 750px;
	padding-bottom: 20px;
}

.addinfo_form .right i {
    font-size: 30px;
}

.addinfo_form hr {
	margin: 6px 0;
}

.addinfo_form h4 {
	
}

.addinfo_form label {
	font-size: 13px;
}

.expiredate {
	width: 50px;
}

.civnum {
	width: 65px;
}





/* ITEMS:-. */

.item {}


.item:hover, item:hover * {
	text-decoration: none;
}

	.item b {
		display: block;
		color: #464646;
	}

	.item span {
		display: block;
		color: #8f8f8f;
	}
	
.theme-bg .item b, .theme-bg .item span {
	color: #fff;
}

.reportcol {
	padding:0 !important;
}



/*
 * TOP BAR:-.
 * 
 */

	
	nav.topbar {
		background: #df1a23;
		text-transform: uppercase;
		font-size: 14px; 
		font-size: 1.4rem; 
	}
		
	nav.topbar ul {
		margin: 0; padding: 0; list-style: none;
		text-align: right;
	}
	
		nav.topbar ul li {
			display: inline-block;
			margin: 0; padding: 0;
		}
	
			nav.topbar ul li a {
				display: block;
				margin: 0;
				padding: 6px 8px;
				padding: 0.6rem 0.8rem;
				text-decoration: none;
				color: #fff;
			}
	
			nav.topbar ul li a span.badge {
				background: #fff;
				margin-left: 4px;
				margin-left: 0.4rem;
				color: #000000;
			}
	
			nav.topbar ul li.dropdown > a {
				background: #212733;
				margin-left: 8px;
				margin-left: 0.8rem;
				padding-left: 24px;
				padding-left: 2.4rem;
				padding-right: 24px;
				padding-right: 2.4rem;
			}
	
				nav.topbar ul li.dropdown > a span.caret {
					margin-left: 8px;
					margin-left: 0.8rem;
				}
				
				nav.topbar ul li.dropdown ul.dropdown-menu {
					background: #212733;
					padding-bottom: 4px;
					padding-bottom: 0.4rem;
					border-radius: 0;
					text-align: right !important; text-transform: capitalize;
				}
				
					nav.topbar ul li.dropdown ul.dropdown-menu li {
						display: block;
					}
				
					nav.topbar ul li.dropdown ul.dropdown-menu li a {
						padding: 4px 24px;
						padding: 0.4rem 2.4rem;
					}
				
					nav.topbar ul li.dropdown ul.dropdown-menu li a:hover {
						background-color: #555;
						color: #fff;
					}
				
					nav.topbar ul li.dropdown ul.dropdown-menu li.divider {
						background-color: #555;
					}
					





/*
 * NAVIGATION:-.
 * 
 */

nav.navbar {
	background: #fff;
	z-index: 999;
	width: 100%; height: 130px;
	border: none;
}

	nav.navbar .navbar-header {}
	
	nav.navbar .navbar-header .navbar-brand {
		background: url(/javax.faces.resource/logo/logo.png.xhtml?ln=puzzlehive&v=8_0) no-repeat;
		margin: 24px 0 0 0; padding: 0;
		width: 180px; height: 108px;
		line-height: 100%;
	}
	
		nav.navbar .navbar-header .navbar-brand img {
			width: 180px; height: 108px;
		}
	
	nav.navbar .navbar-header .navbar-brand-typelogo:hover {
		text-decoration: none !important; color: #333;
	}
	
	nav.navbar .navbar-nav {
		margin-top: 48px;
		margin-top: 4.8rem;
		padding-bottom: 0;
		line-height: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
		nav.navbar .navbar-nav li {
			margin: 0; padding: 0;
		}
	
		nav.navbar .navbar-nav li.navbar-image {
			margin: 0;
			padding: 8px 0 0 20px;
			padding: 0.8rem 0 0 2rem;
		}
	
		nav.navbar .navbar-nav li.navbar-btn {
			margin-left: 20px;
			margin-left: 2rem;
		}
	
			nav.navbar .navbar-nav li a {
				padding: 20px 20px;
				padding: 2rem 2rem;
				line-height: inherit;
				text-decoration: none;
				font-size: 18px;
				font-size: 1.8rem;
				font-weight: normal;
				color: #000000;
			}
	
			nav.navbar .navbar-nav li a:hover {
				background: none;
				text-decoration: underline;
			}
	
		nav.navbar .navbar-nav li.active {}
	
			nav.navbar .navbar-nav li.active a {
				background: #eee;
				border-radius: 4px;
				border-radius: 0.4rem;
			}
	
			nav.navbar .navbar-nav li.active a:hover {
				background: #eee;
			}





/*
 * SECONDARY NAVIGATION:-.
 * 
 */

nav.secondary-navbar {
	background-color: #ebebeb;
	text-transform: uppercase; color: #555555;
}

	nav.secondary-navbar ul {
	margin: 0; padding: 0; list-style: none;
	text-align: center;
}

	nav.secondary-navbar ul li {
		display: inline-block;
		margin: 0; padding: 0;
	}

	nav.secondary-navbar ul li:after {
		content: "\2022";
	}

	nav.secondary-navbar ul li.lastmenu:after/*, nav.secondary-navbar ul li:last-child:after*/ {
		content: '';
	}

		nav.secondary-navbar ul li a {
			display: inline-block;
			margin: 0 6px 0 4px;
			margin: 0 0.6rem 0 0.4rem;
			padding: 6px 4px;
			padding: 0.6rem 0.4rem;
			text-decoration: none;
			font-size: 16px;
			font-size: 1.6rem;
			color: #555555;
		}





/*
 * TITLE BAR:-.
 * 
 */
 
.title-bar {
	padding-top: 36px;
	padding-top: 3.6rem;
	padding-bottom: 36px;
	padding-bottom: 3.6rem;
}

	.title-bar h1 {
		margin: 0; padding: 0;
		text-transform: uppercase;
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: 400;
		color: #fff;
	}
	
		.title-bar h1 small {
			text-transform: capitalize;
			font-family: 'Montserrat';
			font-size: 18px;
			font-size: 1.8rem;
			color: #fff;
		}
		
	.title-bar .breadcrumb {
		background: none;
		margin: 12px 0 0 0;
		margin: 1.2rem 0 0 0;
		padding: 0;
		text-align: right;
		font-size: 14px;
		font-size: 1.4rem;
		color: #fff;
	}
	
		.title-bar .breadcrumb li {
			margin: 0; padding: 0;
		}
	
		.title-bar .breadcrumb li.active {
			margin: 0; padding: 0;
		}
		
		.title-bar .breadcrumb li a, .title-bar .breadcrumb li.active, .title-bar .breadcrumb li.active a, .breadcrumb > li + li:before {
			color: #fff;
		}
		
		.title-bar .breadcrumb li a {
			text-decoration: underline;
		}
		
		



/*
 * SEARCH BAR:-.
 *
 */

.search-bar {
	padding: 32px 0;
	padding: 3.2rem 0;
}

	.search-bar h3 {
		margin: 0 0 16px 0;
		margin: 0 0 1.6rem 0;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 400;
		color: #fff;
	}
	
	.theme-red .search-bar form {
		background: #c9161e;
	}
	
	.theme-orange .search-bar form {
		background: #d05a0c;
	}
	
	.theme-green .search-bar form {
		background: #076e15;
	}
	
	.theme-lightblue .search-bar form {
		background: #0174d9;
	}
	
	.theme-darkblue .search-bar form {
		background: #01285f;
	}
	
	.search-bar form, 
	.search-bar div#frmSubcriberOrder1, 
	.search-bar div#frmSubcriberOrder3, 
	.search-bar div#frmSubcriberOrder5, 
	.search-bar div#frmSubcriberOrder7,
	.search-bar div#frmSubcriberOrder9 {
		padding: 10px;
		padding: 1rem;
		border-radius: 5px;
		border-radius: 0.5rem;
		text-align: center;
	}
	
	.theme-red .search_form {
		background-color: #ca161e;
	}
	
	.theme-orange .search_form {
		background-color: #d05a0c;
	}
	
	.theme-green .search_form {
		background-color: #076e15;
	}
	
	.theme-lightblue .search_form {
		background-color: #0174d9;
	}
	
	.theme-darkblue .search_form {
		background-color: #01285f;
	}
	
	.theme-red .searchBtn {
		background-color: #a2161d;
	}
	
	.theme-orange .searchBtn {
		background-color: #a5520a;
	}
	
	.theme-green .searchBtn {
		background-color: #098a15;
	}
	
	.theme-lightblue .searchBtn {
		background-color: #075590;
	}
	
	.theme-darkblue .searchBtn {
		background-color: #0a2244;
	}
		
	.search-bar form .btn {
		margin-top: -4px;
		margin-top: -0.4rem;
		margin-left: 4px;
		margin-left: 0.4rem;
	}
	
	.theme-red .search-bar form .btn {
		-webkit-box-shadow: 0px 4px 3px 2px rgba(125,16,21,1); -moz-box-shadow: 0px 4px 3px 2px rgba(125,16,21,1); box-shadow: 0px 4px 3px 2px rgba(125,16,21,1);
	}
	
	.theme-orange .search-bar form .btn {
		-webkit-box-shadow: 0px 4px 3px 2px rgba(85,52,29,1); -moz-box-shadow: 0px 4px 3px 2px rgba(85,52,29,1); box-shadow: 0px 4px 3px 2px rgba(85,52,29,1);
	}
	
	.theme-green .search-bar form .btn {
		-webkit-box-shadow: 0px 4px 3px 2px rgba(7,80,35,1); -moz-box-shadow: 0px 4px 3px 2px rgba(7,80,35,1); box-shadow: 0px 4px 3px 2px rgba(7,80,35,1);
	}
	
	.theme-lightblue .search-bar form .btn {
		-webkit-box-shadow: 0px 4px 3px 2px rgba(6,54,96,1); -moz-box-shadow: 0px 4px 3px 2px rgba(6,54,96,1); box-shadow: 0px 4px 3px 2px rgba(6,54,96,1);
	}
	
	.theme-darkblue .search-bar form .btn {
		-webkit-box-shadow: 0px 4px 3px 2px rgba(10,34,68,1); -moz-box-shadow: 0px 4px 3px 2px rgba(10,34,68,1); box-shadow: 0px 4px 3px 2px rgba(10,34,68,1);
	}
	
	.search-bar form .options, .search-bar .options {
		padding-right: 54px;
		padding-right: 5.4rem;
		text-align: right;
	}
	
	.search-bar form .options a, .search-bar .options a {
		text-decoration: underline; color: #fff;
	}

	.search-bar form.one .form-group, .search-bar div.one .form-group {
		width: calc(100% - 60px);
	}

	.search-bar form.one .form-group input, .search-bar div.one .form-group input {
		width: 100%;
	}

	.search-bar form.three .form-group {
		width: calc((100% - 60px) / 3);
	}

	.search-bar form.three .form-group input, .search-bar form.three .form-group select {
		width: 100%;
	}

	.search-bar form.postal .form-group {
		width: 200px;
	}

	.search-bar form.postal .form-group:first-child {
		width: calc(100% - 260px);
	}

	.search-bar form.postal .form-group input {
		width: 100%;
	}

	


/* HOMEPAGE BANNER:-. */

.banner {
/*	background: url(../../resources/sccb2/1_0/images/background_home.png) no-repeat;*/
	padding-top: 36px;
	padding-top: 3.6rem;
	padding-bottom: 36px;
	padding-bottom: 3.6rem;
	text-align: center;
	color: #fff;
	position: relative;
    background-position: center center;
    overflow: hidden;
}

	.banner h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.banner p.lead {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.banner .btn {
		margin: 0 12px;
		margin: 0 1.2rem;
	}





/*
 * FOOTER:-.
 *
 */

.footer {
/*	border-top: 2px solid #df1a23;*/
}

	.footer .footer-part-1 {
		background: #ebebeb;
		margin: 0;
		padding: 30px 0;
		padding: 3rem 0;
		
	}

	.footer h3 {
		margin: 0; padding: 0;
		text-transform: uppercase;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 400;
		color: #000;
	}
	
	.footer ol {
		margin: 8px 0;
		margin: 0.8rem 0;
		padding: 0; list-style: none;
	}
	
	.footer ol li {
		background: url(/javax.faces.resource/icons/arrow-right.png.xhtml?ln=puzzlehive&v=8_0) no-repeat 0 7px;
		background: url(/javax.faces.resource/icons/arrow-right.png.xhtml?ln=puzzlehive&v=8_0) no-repeat 0 0.7rem;
		margin: 4px 0;
		margin: 0.4rem 0;
		padding: 0 0 0 12px;
		padding: 0 0 0 1.2rem;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.footer ol li a, .footer ol li a:hover {
		text-decoration: none; color: #464646
	}
	
	.footer .box {
		background: #cecece;
		margin: 24px 0 0 0;
		margin: 2.4rem 0 0 0;
		padding: 20px;
		padding: 2rem;
		border-radius: 8px;
		border-radius: 0.8rem;
		text-transform:uppercase;
		font-size: 12px;
		font-size: 1.2rem;
		
		margin: 2.0em 0 0 0\9; 
		padding: 1.7em\9;
		border-radius: 0.6em;
	}
	.footer .box a {
	    text-transform: none;
	}
		
		.footer .box ol li {
			background: none;
			margin: 4px 0;
			margin: 0.4rem 0;
			padding: 0;
		}
		
		.footer .box .border-right {
			border-right: 1px solid #000;
		}
		
		.footer .box .border-left {
			border-left: 1px solid #000;
		}
		
		.footer .box ol b {
			display: inline-block;
			width: 60px;
			font-weight: 400; color: #df1a23;
		}
		
		.footer .box ol span, .footer .box ol a, .footer .box ol a:hover {
			color: #464646;
		}
	
	.footer .footer-part-2 {
		margin: 0;
		padding: 12px 0;
		padding: 1.2rem 0;
		text-transform: uppercase;
		font-size: 12px;
		font-size: 1.2rem;
		color: #848d9d;
	}
	
		.footer .footer-part-2 p {
			margin: 0; padding: 0;
		}
	
		.footer .footer-part-2 p b {
			font-weight: 400; color: #6f7785;
		}





/* LIST BASIC:-. */

	
	.list-basic {
		margin: 0; padding: 0; list-style: none;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
		.list-basic > li {
			background-color: #fff;
			background-image: url(../icons/arrow-right-gray.png);
			background-repeat: no-repeat;
			background-position: right 20px center;
			background-position: right 2rem center;
			margin: 0;
			padding: 0;
		}
		
		.list-basic > li:nth-child(odd) {
			background-color: #ebebeb;
		}
				
		.list-basic > li.theme-bg {
			background-image: url(../icons/arrow-right-white.png);
		}
		
			.list-basic > li > a {
				display: block;
				padding: 1.2em 0.8em;
				text-decoration: none;
			}






/* SCROLLPANE:-. */

.scrollpane {
	height: 400px; overflow-x: hidden; overflow-y: auto;
}





/* LIST CART:-. */


	.list-cart {
		margin: 0; padding: 0; list-style: none;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
		.list-cart > li {
			background-color: #fff;
			position: relative;
			margin: 0; padding: 0;
		}
		
		.list-cart > li:nth-child(odd) {
			background-color: #ebebeb;
		}
		
			.list-cart > li > div.content {
				padding: 1.2em 0.8em;
				width: calc(100% - 150px);
			}
		
				.list-cart > li > div > b {
					display: block;
					text-decoration: underline;
					font-size: 18px;
					font-size: 1.8rem;
					font-weight: normal;
					color: #464646;
				}
		
				.list-cart > li > div > span {
					display: block;
					color: #464646;
				}
		
				.list-cart > li > div > small {
					display: block;
				}
		
			.list-cart > li > div.button {
				position: absolute;
				top: 50%;
				right: 20px;
				right: 2rem;
				transform: translateY(-50%);
				text-align: center;
			}
		
			.list-cart > li > div.button > a.btn {
				display: block;
				padding-left: 0 !important; padding-right: 0 !important;
				width: 120px;
				font-size: 10px !important;
				font-size: 1rem !important;
				font-family: sans-serif;
			}
		
			.list-cart > li > div.button a.remove-from-cart {
				font-size: 10px;
				font-size: 1rem;
				color: #464646;
			}
			





/* TABLES:-. */

.table thead a {
	color: #fff;
}

	.table-bordered > thead > tr > th {
		border: none;
		text-transform: uppercase;
	}

	.table > thead > tr th, .table > tbody > tr td {
		padding: 8px 12px;
		padding: 0.8rem 1.2rem;
	}
	
	.table table {
		width: 100%;
	}





/* CART:-. */

.table .index {
	width: 65px; max-width: 65px;
	text-align: center;
}

.table .category {
	width: 130px; max-width: 130px;
	text-align: center;
}

.table .details {
	width: 350px; max-width: 350px;
}

.table .short-title {
	width: 200px; max-width: 200px;
}

.dropdown.open .caret {
	border-bottom: 4px dashed !important;
	border-top: 0px dashed !important;
	border-bottom: 5px solid\9 !important;
	border-top: 0px solid\9 !important;
	color: #647275 !important;
	margin-bottom: 4px;
}

.cvv_margin {
	margin-top: -5px\9 !important;
}

.dropdown .caret {
	color: #647275 !important;
	margin-bottom: 4px;
} 

.table .report {
	padding: 0 !important;
}

	.table table tr td {
		border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;
	}

	.table table tr td:last-child {
		border-right: none;
	}

	.table table tr:last-child td {
		border-bottom: none;
	}

	.table table tr td a {
		text-decoration: underline; color: #464646;
	}
	
	.table .remove-btn {
		float: right;
		font-size: 12px;
		font-size: 1.2rem;
	}

.table .price {
	width: 135px; max-width: 135px;
	text-align: right;
}

.table .whitezone {
	border: 1px solid #fff; border-right: 1px solid #ddd;
}

.table .tabulationzone {
	background: #efefef;
	padding: 0 !important;
	text-align: right; font-weight: 700;
}




/* PRICING TABLE:-. */

.pricing-table {
	text-align: center;
}





/* FORMS:-. */

.form-horizontal .form-group label {
	 text-transform: uppercase;
}

.form-group {
	margin-bottom: 5px;
}

.form-horizontal.label-left .form-group label {
	text-align: left;
}

.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
	box-shadow: none;
}

.ui-selectonemenu label.ui-selectonemenu-label {
	box-shadow: none;
	text-transform: none;
}

.ui-radiobutton-box .ui-widget .ui-corner-all {
	border-radius: 10px\9 !important;
}

.ui-radiobutton .ui-radiobutton-box {
	border-radius: 10px\9 !important;
}

.form-horizontal .field-dash {
	float: left;
	margin-top: 4px;
	width: 10px;
	text-align: center; font-weight: 700;
}

.float_none {
	float: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_white {
	color: #FFFFFF;
}

.text_black {
	color: #000000;
}

.text_red {
	color: #FF0000;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.top50 {
	margin-top: 50px;
}

.nav-tabs .tab1.active a {
	color: #FF0000;
}

.img_up {
	display: inline-block;
	float: right;
}

.faq_title {
}

.faq_title a {
	text-decoration: none;
	display: block;
	width: 100%;
    background: url(../../resources/sccb2/1_0/images/up.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.faq_title a.collapsed {
	text-decoration: none;
	display: block;
	width: 100%;
    background: url(../../resources/sccb2/1_0/images/down.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.faq_title h2 {
	margin: 0;
}

.div_icon {
	margin: 10px 0;
}

.icon_remove {
	width: 48px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}
.icon_remove_small {
	width: 20px;
	height: 20px;
	margin-left: 60%;
/*
	margin-left: 70%;
*/
	background-size: 100% 100%;
}

.batch_search_up {
	width: 20px;
	height: 20px;
	display:inline-block;
}

.ui-widget {
	font-family: 'Montserrat', sans-serif;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}

.navbar-right {
    float: right!important;
    margin-right: -15px;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-nav>li {
    float: left;
}

.navbar-header {
    float: left;
}

.breadcrumb>li+li:before {
	padding: 0px 0px;
}

.terms_title {
	margin-bottom: 20px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_customer {
	padding-left: 10px;
}

.footer_sales {
	margin-left: 15px;
}

#customPanel table td {
	padding: 10px 0;
}

.button_div .ui-button {
	padding: 0px;
}

.remove-from-cart {
	font-size: 10px !important;
	font-size: 1rem !important;
	color: #464646;
}

.button_div {
	text-align: center;
}

.company_info {
	display: inline-block;
}

.company_arrow {
	display: inline-block;
	float: right;
	
}

.company_arrow img {
	width: 12px;
	height: 19px;
}

.commercialsearch_report a {
	color: #000;
	font-size: 12px !important;
}

.commercialsearch_description {
	font-size:12px;
	text-align: left;
	color: #8f8f8f;
	
}

#frmSubcriberOrder2, #frmSubcriberOrder4, #frmSubcriberOrder6, #frmSubcriberOrder8, #frmSubcriberOrder10 {
	text-align: center;
	border-radius: 3px;
}

	
.cartTable table table tbody tr td {
    border: none;
}

.cartTable .ui-datatable-scrollable-body table {
	/*width: 1108px;*/
	table-layout: auto;
	overflow-x:hidden;
	overflow-y:hidden;
/*
	width: 1108px;
	table-layout: auto;
*/
}

.ui-datatable-scrollable-body {
	border:1px solid #eeeeee;
}

.cartTable .ui-datatable-scrollable-body table table {
	width: 100% !important;
}



.ui-widget-header {
	background: none;
	border: 0px;
}


.membership table thead, .membership table tbody {
	border: 2px solid #464646 !important;
}

.membership table thead {
	background-color: #ebebeb;
}

.membership table th, .membership table td {
	border: 1px solid #464646 !important;
}

.membership_footer {
	padding: 0 !important;
	width: 35% !important;
	float: right;
	margin-top: -2px;
}

.membership_footer .ui-widget-content {
	background: #ebebeb;
}

.col_left {
	text-align: left !important;
	height: 50px;
	font-size: 13.5px;
	padding-left: 20px !important;
}

.payment_order .btn:hover {
	height: 55px !important;
}

.col_right {
	text-align: right !important;
	padding-right: 20px !important;
	height: 50px;
	font-size: 13.5px;
}

.ui-selectonemenu .ui-selectonemenu-label
{
	padding-left: 10px;
	color: #464646 !important;
	font-weight: bold;
	font-size: 13pt;
	vetical-align:middle;
	font-size: 9pt\9;
	height: 40px\9;
}

.ui-messages-error, .ui-message-error {
	background-color: white !important;
	border-color: white !important;
	color: #df1a23 !important;
	/*height: 0px;*/
}

.ui-state-error {
	border: 3px #df1a23 solid;
	border-color: #df1a23 !important;
}

.ui-message-error-icon {
	height: 0px !important;
}

.ui-message-error-detail {
	position: relative;
    left: -15px;
    font-weight: bold;
    top: -4px;
}

.border-radius {
  behavior: url(../resources/puzzlehive/8_0/css/pie/pie.htc);
}

.radio_option .ui-icon-bullet {
    background-image: url('/javax.faces.resource/icons/selectOneMenu.png.xhtml?ln=puzzlehive&v=8_0') !important;
    background-position: 0px 0px;
    background-size: 16px 16px;
    width: 18px\9;
    height: 18px\9;
    position: relative;
    left: -2px;
    top: -1px;
    behavior: url(../resources/puzzlehive/8_0/css/pie/pie.htc);
    background-color: #e9ebeb\9 !important;
    height: 17px;
    width: 17px;
    /*z-index: 1;*/
}

.ui-radiobutton {
	margin-right: 5px !important;
}

.ie8_mm_yy {
	height: 40px;
}

.submit_form .ui-selectoneradio label {
	margin-right: 20px;
	margin-top: 0px;
	width: 100px;
	font-size: 13pt;
	font-weight: normal;
}

.ui-outputlabel-rfi {
	font-size: 13pt;
}

.calendar_button {
    width: 16px;
    height: 16px;
    background: no-repeat url(../../resources/sccb2/1_0/images/calendar.png);
    border: 0px;
    position: relative;
    left: -30px;
    top: -3px;
    vertical-align: middle;
}

.reportcolpadding .ui-column-title {
	padding-right: 20px;
}

.calendar_button.ui-button-text-only .ui-button-text {
	padding: 0px;
}

.separator {
	padding: 0 10px;
}

.ui-selectonemenu .ui-selectonemenu-trigger  .ui-icon {
/*	margin: 0 !important;*/
}

.ui-icon-carat-2-n-s {
	background-position: -128px -16px;
	transform: scale(1.4);
}

.ui-icon-triangle-1-n {
    background-position: 1px -18px;
	transform: scale(1.0);
}

.ui-icon-triangle-1-s {
    background-position: -64px -14px;
	transform: scale(1.0);
}

.arrow_up {
	background-image: url('/javax.faces.resource/icons/arrow_up.png.xhtml?ln=puzzlehive&v=8_0') !important;
}

.arrow_down {
	background-image: url('/javax.faces.resource/icons/arrow_down.png.xhtml?ln=puzzlehive&v=8_0') !important;
}

.arrow_left {
	background: no-repeat url(../../resources/sccb2/1_0/images/left.png);
	height: 50%;
	display: block;
	margin: 0 auto;
	width: 100%;
	background-position-x: 50%;
	margin-top: 4px;
}

.arrow_right {
	background: no-repeat url(../../resources/sccb2/1_0/images/right.png);
	height: 50%;
	display: block;
	margin: 0 auto;
	width: 100%;
	background-position-x: 50%;
	margin-top: 4px;
}

.button_img {
	border: 1px solid #464646;
    border-radius: 5px;
    padding: 10px 0;
    background: #ebebeb;
    margin: 5px 0;
    height: 90px;
}

.button_img button {
	border: 0px !important;
	background: none !important;
	color: #464646 !important;
}

.ui-tabs {
	border: 0px !important;
}

.ui-tabs ul.ui-tabs-nav {
	width: 650px;
	width: 720px\9;
}

.ui-tabs .ui-tabs-nav li .ui-icon {
	float: right !important;
}

.ui-tabs ul.ui-tabs-nav li {
	width: 220px;
	width: 220px\9;
	border: 1px solid #464646 !important;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
	width: 100%;
}

.ui-tabs ul.ui-tabs-nav li a {	
	color:#cc0000;
	font-size: 1.2em;
}

.ui-tabs .ui-tabs-panels {
	border: 1px solid #464646;
	position: relative;
	top: -1px;
}

fieldset legend {
	width: auto;
	color: #9f9e9e !important;
	border: 0 !important;
	background: none !important;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 0.0em 0.3em 0em !important;
}

.customeselect .ui-selectonemenu-trigger {
	border: none;
	background: none;
}

  /* 	.ui-dialog {
	position: absolute !important;
	left: 5% !important;
    margin-left: -50%;
    margin-top: -500px;
	}    */

/*  popup screen  */

/*  .ui-dialog {
	position: absolute !important;
	left: 2% !important;
    margin-left: 20%;
    margin-top:500px;
}   */

.ui-dialog-titlebar {
    padding:2px 2px 2px 8px!important;
    background-color: #df1a23;
    width: 100%;
}
.ui-dialog-title {
	float: inline-start!important;
	margin: 2px 0px 0px 0px!important;
}

.ui-dialog-titlebar-close.ui-state-hover {
	border: 0px !important;
	background: none !important;
	padding: 1px !important;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
	background: url(../../resources/sccb2/1_0/images/close_black28.png);
	width: 28px;
	height: 28px;
}
.ui-dialog-titlebar-close .ui-icon-closethick :hover{
	background: url(../../resources/sccb2/1_0/images/close_black28.png);
	width: 28px;
	height: 28px;
}

.update_user_label {
	font-size: 13pt !important;
	color: #464646 !important;
}

myaccount management popup screen label font sige
.update_user_label_myacc {
	font-size: 11pt !important;
	color: #464646 !important;
}

.update_user_div1 {
	margin-bottom:10px;
	display: inline-block;
	text-align: right; 
	width: 38%;
	vertical-align: middle;
}

.update_user_div2 {
	margin-bottom:10px; 
	margin-left: 10px;
	display: inline-block;
	width: 60%; 
	text-align:left;
	vertical-align: middle;
}

.text_align_center {
	text-align: center;
}

.register_indivi_button {
	height: 100%;
	width: 100%;
    border: 0px solid;
    border-radius: 0px;
}

.register_corpor_button {
	height: 100%;
	width: 100%;
    border: 0px solid;
    border-radius: 0px;
}

.update_user_checkbox_label {
	position: relative !important;
	top: -2px !important;
}

.ui-dialog .ui-dialog-content {
	padding: 1.5em 2.5em !important;
	border-radius: 6px;
	background: #FFF !important;
}

.reportcol .ui-datagrid-column {
	padding: 0;
}

.reportcol .ui-widget-content {
	border: 0px;
}

.cartTable .ui-datatable-scrollable-header-box {
	margin-right: 0px !important;
}

.ui-chkbox .ui-state-default .ui-icon {
	background-color: white;
	border: 1px #c5c9c8 solid !important;
	position: relative;
	top: -1px;
	border-radius: 3px;
    left: -1px;	
}

.answer_icon {
	display: inline-block;
    margin-left: 470px;
    position: relative;
    top: 24px;
    width: 50px;
    height: 50px;
    left: 20px;
    background-image: url('/puzzlehive/javax.faces.resource/icons/answer.png.xhtml?ln=puzzlehive&v=8_0') !important;
}

.ui-chkbox .ui-state-active .ui-icon {
    border-radius: 3px;
    background-color: #4b8ced;
    background-image: url(../../resources/sccb2/1_0/images/check.png);
    background-size: 14px;
    background-position: center;
    border: 0px !important;
}

.ui-icon-check {
    /*background-position: 3px 4px;*/
}
.ui-chkbox .ui-state-default {
	border: 1px solid #32a9a5;
	    border-radius: 5px !important;
}

.batch_search_up .ui-sortable-column-icon {
    background-image: url('../images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-blitzer') !important;
    position: relative;
    top: 5px;
    top: 10px\9;
    left: -16px;
}

.ui-icon-carat-1-n {
	background-image: url(../../resources/sccb2/1_0/images/search_up.png) !important;
	background-position: 1px 4px;
}

.ui-icon-carat-1-s {
	background-image: url(../../resources/sccb2/1_0/images/search_down.png) !important;
	background-position: 2px 4px;
}

.search-bar .ui-state-default {
	color: #464646;
}

.search-bar .ui-state-default.ui-state-active {
	color: #cc0000;
}

.cartTable .ui-datatable-scrollable-header thead tr {
	height: 40px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Montserrat', sans-serif;
}

.ui-widget .ui-widget {
	font-size: 13.5px;
}

.batch_wrap {
	height: 50px;	
}

.ui-inputfield {
	padding-top: 10px\9 !important;
}

.addinfo_form .form-group label {
	width: 280px;
}

.my-placeholder {
	color: #939696 !important;
}

.ui-radiobutton-box.ui-widget.ui-corner-all.ui-state-default {
	border: 1px #c7c3bd solid;
}
/* NAVIGATION TABS:-. */


	.navigation-tabs {
		padding: 60px 0;
		padding: 6rem 0;
	}
	
	.navigation-tabs .row {
	}

	.navigation-tabs .col {
		background: #ebebeb;
		position: relative;
		float: left;
		padding: 2px 0;
		box-sizing: border-box;
		width: 20%;
		height: 132px;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.navigation-tabs .col.active {
		background: #c6c6c6;
	}
	

			
	.navigation-tabs .col:first-child {
		padding: 2px 0 2px 2px;
	}
	
	.navigation-tabs .col:last-child {
		padding: 2px 2px 2px 0;
	}
		
	.navigation-tabs .col .film {
		background: #ebebeb;
		position: absolute; top: 2px; left: 0;
		opacity: 1;
		width: 100%; height: calc(100% - 4px);
		border-right: 1px solid #b7b7b7;
		height: 128px\9;
	}
	
	.navigation-tabs .col.active .film {
		background: #FFFFFF;
	}
		
	.navigation-tabs .col:first-child .film {
		left: 2px;
		width: calc(100% - 2px);
		width: 99%\9;
	}
	
	.navigation-tabs .col:last-child .film {
		width: calc(100% - 2px);
		border: none;
	}

	.navigation-tabs .col a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 100%;
		text-decoration: none;
		color: #464646;
		top: 15%\9;
	}

	.navigation-tabs .col a:hover {
		color: #464646;
	}
			
	section[data-tab] [data-bg] {
		background-repeat: no-repeat; background-position: right top;
		min-height: 350px;
	}


@media (max-width: 769px) {

}

.register_div_pop_up .sub_div1_popup {
	display: inline-block;
	vertical-align: middle;
	width:30%;
	text-align: left;
	color : #df1a23;
	top: 0px;
}

.register_div_pop_up .sub_div2_popup {
	display: inline-block; 
	border-bottom: 1px solid; 
	margin-left: 10px; 
	vertical-align: top;
    padding-bottom: 22px;
	width: 68%;
}

Table.tbMonfo td{padding:0 10px 0 10px!important;border:1px solid gray;}
Table.tbMonfo td.hd{white-space: nowrap;}
Table.tbMonfo td.va{width:100%;}
Table.tbMonfo td.vt{font-size:large;color: crimson;}
Table.tbMonfo td i{background-color:#ffffe9;padding:2px 4px;margin:0px 2px;border-radius:3px;line-height:26px;word-break:break-all;border:0.5px solid lightgrey;}
Table.tbMonfo td i:hover{background-color: #e2fcff;}
#stdPopup_content{padding:12px!important;}
#rpView_content{padding:8px!important;}
.rptViewPanel{background-color:white;width:100%;height:520px;border:0px solid lightgrey;padding:0px 10px;display:none;}
.rptViewHeader{color:#df1a23 !important;margin:10px 0 5px 0;border-bottom:1px solid lightgrey;}
.rptViewSection{padding:0 12px 8px 22px;}
.rptViewErr .ui-message-error-detail{background-color:cornsilk;padding:5px 10px;position:static;}
.rptViewSection .ui-selectmanycheckbox :hover{color:#df1a23;}
.rptViewSection .ui-selectoneradio :hover{color:#df1a23;}
.rptViewSection td:has(.ui-state-active){color:#df1a23;}
.rptViewSection td:has(.ui-state-active) :hover{color:darkblue;}
.subPageButton{font-size: 12pt !important;font-weight: normal !important;}
.subPageButton .ui-button-text{padding:0;}
.monNote {color:grey;font-weight:normal;font-size:10px!important;margin:0;display:block;}
a.ui-dialog-titlebar-close:hover {scale: 0.9;}
#rpView button{background:none!important;background-color:#df1a23!important;color:white;border:2px solid lightgray;}
#rpView button .ui-icon{margin-top:-6px!important;}#rpView button.addCmMon .ui-icon{font-weight:bold;}
#rpView button:hover{background-color:white!important;color:#df1a23;border:2px solid #df1a23;}
#rpView button.addCmMon{background:none!important;background-color:#66FF00!important;color:#276200;border:2px solid lightgray;}
#rpView button.addCmMon:hover{background-color:white!important;border:2px solid #66FF00;}
