/*** FIXES FOR SUSY/NYC.gov Template ***/

/* Mobile Search Fix */
@media screen and (max-width: 767px) {
	.nycb-global-search {
		display: none;
	}
	.nycb-mobile-show, .nycb-mobile-hide {
		height: 16px;
		background-position: 0 bottom;
		right: 20px;
		display: block;
		position: absolute;
		top: 15px;
		width: 16px;
		z-index: 9999;
	}
	.nycb-mobile-show {
		display: block;
		background: url('/assets/home/images/global/nav/nav-sprite-mobile.png')
			no-repeat 0 0;
		background-position: bottom;
	}
	.nycb-mobile-hide {
		display: none;
		background: url('/assets/home/images/global/link-arrow-grey-down.png')
			no-repeat scroll 5px 5px transparent;
		height: 30px;
		width: 16px;
	}
}

/* NYCB Span Tag Float Fix */
@media screen and (max-width: 767px) {
	.row [class*="span"] {
		width: 100%;
	}
	#google_translate_element {
		display: none !important;
	}
}

.row [class*="span"] {
	padding-top: 10px;
}

#main {
	margin-bottom: 0px !important;
}

.confirm-delete h2, .confirm-delete span {
	font-size: 18px;
	line-height: 24px;
}

/* pixel for desktop */
@media only screen and (min-width: 768px) {
	.buttons {
		padding-top: 10px;
	}
}

/* percentage for mobile/tablet */
@media only screen and (max-width: 767px) {
	.buttons {
		padding-top: 5%;
	}
}

.cancel-link, .confirm-delete-link {
	margin-bottom: 20px;
}

.section-header-large {
	margin-top: 0px !important;
}

.column {
	margin-bottom: 25px !important;
}

.module-actions {
	margin-top: -10px !important;
	margin-bottom: 20px !important;
}

.module-by-the-number .container {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}

.content-row {
	margin-top: -10px;
	margin-bottom: 60px !important;
}

.subheader {
	background: #75cdde;
	padding: 26px 0 27px 0 !important;
}

.subheader h1.main-title {
	max-width: 90%;
	font-family: HelveticaNeue, Helvetica, "Liberation Sans", Arial,
		"sans-serif";
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

@media only screen and (max-width: 979px) {
	/* Sub Header - Page Title */
	.subheader {
		/*padding: 18px 0 20px 0 !important;*/
		padding: 15px 0 16px 0 !important;
	}
	.subheader h1, .subheader .main-title {
		font-size: 32px !important;
		font-weight: bold !important;
		line-height: 1.2 !important;
		margin: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.subheader {
		padding: 15px 0 16px 0 !important;
	}
	.subheader h1, .subheader .main-title {
		font-size: 21px !important;
		font-weight: bold !important;
	}
}

#start-a-business .select-business {
	padding-top: 0px !important;
}

.global-error, .notfound-error {
	padding-top: 50px !important;
}

#wizard .span3.sidebar-actions, #ie .span3.sidebar-actions {
	margin-top: -10px !important;
}

#wizard .wizard-about.sidebar-actions, #ie .ie-about.sidebar-actions {
	margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
	#wizard .span3.sidebar-actions, #ie .span3.sidebar-actions {
		margin-top: 0px !important;
	}
}

/*** END FIXES ***/

/* Global Header Area */
.nycb-logo {
	white-space: nowrap;
	overflow: hidden;
	background: 0;
	height: 48px;
	width: 226px;
	margin: 0 auto;
	position: relative;
}

.welcome-text {
	top: -10px !important; /* give more space for two buttons in header */
}

.small-text {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Site name (in black bar) */
.nycb-site-name {
	display: inline-block;
	padding-top: 5px;
	margin-top: -3px;
}

/* Button Elements */
.nycb_button {
	background-color: #FFC000;
	color: #000 !important;
	border-radius: 3px;
	padding: 10px 45px;
	color: #000;
	letter-spacing: 0.03em;
}

/* Login Button Variant (On Header) */
.nycb_btnLogin {
	display: block;
	padding: 2px 15px 2px 15px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	border: 1px solid #FFC000;
	width: 110px;
}

.nycb_mobileNav_btnLogin {
	background-image: none !important;
	background-color: #FFC000 !important;
	margin-top: 20px !important;
}

/* Create Account Variant (On Header) */
.nycb_btnCreateAccount {
	display: block;
	padding: 2px 15px 2px 15px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	margin: 0px 0px 5px 0px;
	width: 110px;
}

.nycb_mobileNav_btnCreateAccount {
	background-image: none !important;
	background-color: #fff !important;
	margin-bottom: 20px !important;
}

.nycb-select-actions {
	margin-top: -20px;
	margin-right: -20px;
}

/* fix for iphone 5 / galaxy s5 */
@media only screen and (max-width:370px) {
	.nycb-select-actions .small-text {
		font-size: 9px !important;
	}
}

/* NYCB Data Table Container */
.nycb-data-table {
	/* background-color: #f7f7f7; */
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}

.license-active-status {
	color: #187C27;
	font-size: 18px;
	font-weight: bold;
}

.license-inactive-status {
	color: #E0263E;
	font-size: 18px;
	font-weight: bold;
}

.license-number {
	font-weight: bold;
	font-size: 16px;
}

.license-business-name {
	font-weight: bold;
	font-size: 18px;
}

/* Accordion Styles */
.accordion-container {
	border: 1px solid #e5e5e5;
	background-color: #ccc;
	margin-bottom: 10px;
}

.accordion-container>.accordion-header {
	color: #000000;
	background-color: #f8f8f8;
}

.accordion-container:hover>.accordion-header, .accordion-header.active {
	color: #0A5796;
	background-color: #ffffff;
}

.accordion-header:after {
	color: #0A5796;
	float: right;
	padding-right: 10px;
	font-size: 22px;
	display: block;
	content: '+';
}

.accordion-header.active {
	cursor: pointer;
}

.accordion-header.active:after {
	content: '\2013';
}

.accordion-business-name {
	display: inline-block;
	width: 85%;
}

.accordion-container.active, .accordion-container:hover {
	border: 1px solid #0A5796;
	background-color: #ffffff;
}

.accordion-header {
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0px 15px 20px;
	cursor: pointer;
}

.accordion-content {
	display: none;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 20px 25px 20px 25px;
}

.accordion-content.business-item {
	background-color: #f7f7f7;
}

/* Custom FAQ Link in Level 2, 3 & 4 */
a.nycb-subheader-faq {
	display: block;
	position: absolute;
	right: 40px;
	bottom: -8px;
	width: 70px;
	height: 51px;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	background: url(../img/faq-icon@2x.png) no-repeat 0 0;
	background-size: 70px 51px;
	text-indent: -999em;
}

@media only screen and (max-width: 767px) {
	a.nycb-subheader-faq {
		width: 49px;
		height: 36px;
		background-size: 49px 36px;
		right: 25px;
		bottom: -8px;
	}
}

@media only screen and (max-width: 979px) {
}

a.nycb-subheader-faq:hover {
	color: #fff !important;
	/* margin-top: 10px; */
}

/* Agency Left Nav Styles */
.mobile-leftnav {
	width: 100%;
}

.agencies-about-links {
	margin: 10px 0px 20px 0px !important;
}

.agencies-about-links ul li {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
}

.agencies-about-links ul li a {
	padding: 20px 0;
	float: left;
	color: #000;
}

.agencies-about-links ul li a.active {
	text-decoration: underline;
	color: #0A5796;
	font-weight: bold;
}

.agencies-about-links ul>li:first-child {
	float: none;
	padding-top: 0 !important;
}

.agencies-about-links ul li small {
	clear: left;
	float: left;
	width: 100%;
}

.agencies-about-links ul {
	list-style: none;
	margin: -20px 0 0 0;
	padding-top: 0;
}

/* Begin NYC.gov Standard Button Set */
.btn-submit, .btn-cancel-blue {
	width: 160px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border: 1px solid #1771b7 !important;
	background-color: #1771b7 !important;
	color: #fff !important;
	padding: 7px 2px 7px 2px !important;
	font-size: 16px !important;
	margin: 5px 0px 5px 0px;
}

.btn-full-submit {
	width: 100% !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border: 1px solid #1771b7 !important;
	background-color: #1771b7 !important;
	color: #fff !important;
	padding: 7px 2px 7px 2px !important;
	font-size: 16px !important;
	margin: 5px 0px 5px 0px;
}

.btn-cancel-blue {
	background-color: #fff !important;
	color: #1771b7 !important;
}

.btn-clear {
	border: 0px !important;
	color: #0A5796 !important;
	font-weight: bold !important;
	background-color: transparent !important;
	text-decoration: none !important;
}

.btn-clear:hover {
	text-decoration: underline !important;
}

.btn-submit:visited, .btn-submit:link {
	color: #fff !important;
}

.btn-submit:hover, .btn-full-submit:hover {
	background-color: #000 !important;
	-webkit-transition: background-color .2s ease-in !important;
	-moz-transition: background-color .2s ease-in !important;
	-o-transition: background-color .2s ease-in !important;
	transition: background-color .2s ease-in !important;
}
/* End NYC.gov Standard Button Set */
@media only screen and (max-width: 767px) {
	.nycb-button-area {
		margin-top: -20px !important;
	}
}

@media only screen and (min-width: 992px) {
	.nycb-button-area {
		margin-top: 10px !important;
		text-align: right;
	}
}

.nycb-process-label {
	display: inline-block;
}

.nycb-process-steps.push-left {
	margin-left: 30px !important;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.nycb-process-steps.push-left {
		margin-left: 15px !important;
	}
}

/* FAQ Page Styles */
.faq-questions {
	cursor: pointer;
	font-weight: bold;
	padding: 5px 0px;
}

.faq-questions span.questiontxt {
	float: left;
	display: inline-block;
	width: 80%;
	margin-bottom: 20px;
}

.faq-questions.alpha p {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
}

.faq-questions.collapsed:after {
	float: right;
	background-image: url('../img/faq_on.png');
	background-repeat: no-repeat;
	background-color: #007a91;
	background-position: center center;
	background-size: auto;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	content: ' ';
	border-radius: 20px;
	width: 10px;
	height: 10px;
	text-align: center;
	margin-top: 2px;
}

.faq-questions.expanded:after {
	float: right;
	background-image: url('../img/faq_off.png');
	background-repeat: no-repeat;
	background-color: #007a91;
	background-position: center center;
	background-size: auto;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	content: ' ';
	border-radius: 20px;
	width: 10px;
	height: 10px;
	text-align: center;
	margin-top: 2px;
}

.faq-answers span.answertxt {
	display: inline-block;
}

.faq-answers {
	display: none;
	clear: both;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.faq-controls {
	text-align: right;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;
}

.nycb-template-header-left {
	float: left;
	width: 50%;
	text-align: left;
}

.nycb-template-header-right {
	float: right;
	width: 50%;
	text-align: right;
}

.nycb-template-header-clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.nycb-interactiontitle-container {
	clear: both;
	overflow: hidden;
}

.nycb-accountoverviewtitle-container {
	clear: both;
	overflow: hidden;
}

.nycb-accountoverviewtitle-container .nycb-agency-interaction-title {
	font-size: 32px;
	line-height: 28px;
	padding: 15px 0px;
}

.nycb-only-one-business {
	height: 1px;
}

@media only screen and (max-width: 767px) {
	.nycb-agency-interaction-title {
		font-size: 20px !important;
	}
}

.nycb-tooltip-AIlink {
	margin-top: 40px;
}

.nycb-agency-interaction-title {
	float: left;
	font-weight: bold;
	width: 85%;
}

.nycb-tooltip-helpicons {
	float: right;
	background-image: url('../img/nycb-help-icon.png');
	height: 18px;
	width: 18px;
	display: block;
	cursor: pointer;
}

/* placeholder for custom tooltips */
.nycb-custom-tooltip-templates {
	display: none;
}

.tooltipster-content, .nycb-tooltip-style {
	font-size: 13px;
}

.nycb-tooltip-style p {
	line-height: inherit !important;
}

.nycb-tooltip-style a {
	color: #FFC000;
}

.nycb-form-select {
	width: 75%;
	padding: 8px 10px;
	border: none;
	font-size: 22px;
	color: #02a1c9;
	border-radius: 5px;
	background-image: url('../img/blueselectbutton.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none !important;
	height: 44px;
}

.nycb-form-select::-ms-expand {
	display: none; /* for IE */
}

@media only screen and (max-width: 767px) {
	.nycb-form-select {
		font-size: 16px !important;
		margin-left: 0px !important;
		width: 100% !important;
		outline: none !important;
	}
}

/* Session Timeout */
.session-timeout {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #333;
	z-index: 99999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	background: rgba(51, 51, 51, 0.85);
	overflow: hidden !important;
}

.session-timeout .btn {
	margin: 7px 0px !important;
	padding: 10px 20px !important;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-appearance: none !important;
	font-family: HelveticaNeue, Helvetica, "Liberation Sans", Arial,
		"sans-serif";
	font-size: 16px !important;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	border: none !important;
}

/* ipad portrait/landscape and larger */
@media only screen and (min-width: 768px) {
	.session-timeout {
		padding-left: 10px !important;
		width: 99.24% !important;
	}
}

.session-text-inner {
	border: 4px solid #444;
	background-color: #333;
	padding: 10px;
	margin-top: 30%;
}

.session-text-inner h3 {
	color: #84b8d9 !important;
}

.session-text-inner p {
	color: #fff !important;
}

.session-buttons {
	width: 25% !important;
}

.session-buttons-mobile {
	width: 100% !important;
}

a.save-gray.saved:hover {
	background: transparent
		url(../../static/img/global/star-18x17-green.png) no-repeat 50% 30%;
	color: #17b779;
}

/* #colorbox #cboxClose
{
	top: -2px;
	right: 0px;
}
 */
/* #cboxLoadedContent{
	margin-top:28px;
	margin-bottom:0px;
} */
.btn-right {
	text-align: right;
}

.modal-dialog-window  h1 {
	font-size: 22px;
	margin-left: 20px;
}

.modal-dialog-window hr {
	margin-left: 20px;
}

.modal-dialog-window  ul li {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
}

.modal-dialog-window .buttons {
	float: right;
}

.modal-dialog-window .header h1 {
	float: left;
	margin-right: 1.69492%;
	display: inline;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	margin-left: 25px;
}

.modal-dialog-window .header .buttons a.print-gray, .modal-dialog-window .buttons a.print-gray
	{
	padding: 0;
	width: 90px;
	float: left;
	background: transparent
		url('../../static/img/global/print-19x16-grey.png') no-repeat 8% 30%;
}

.modal-dialog-window .header hr {
	width: 94%;
	float: left;
	clear: both;
	margin: 20px 0 10px 25px;
}

.print-dialog ul.sections {
	margin-left: 0px !important;
}

/****
 *	Account Overview Saved Items - Up to Portrait Tablet Override 
 **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.module-list-scenarios th.headerSortUp, .module-list-scenarios th.headerSortDown
		{
		/*background-position-x: 95px !important;*/
		
	}
	.responsive-stacked-table th {
		font-size: 12px !important;
	}
	.responsive-stacked-table .nycb-questionnaire-name,
		.responsive-stacked-table .scenario-name a {
		width: 90px !important;
	}
	.responsive-stacked-table .progress, .responsive-stacked-table .scenario-progress
		{
		width: 80px !important;
	}
	.responsive-stacked-table .last-opened, .responsive-stacked-table .last-opened
		{
		width: 105px !important;
		font-size: 12px !important;
	}
	.responsive-stacked-table .actions, .responsive-stacked-table .result-action a
		{
		width: 85px !important;
	}
	.responsive-stacked-table .delete-links, .responsive-stacked-table .delete-wizard a,
		.responsive-stacked-table .delete-ie a {
		width: 50px !important;
		font-size: 12px !important;
	}
}

/** 
 *	Wizard page overrides
 *
 **/
.requirements-questionnaire-header {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/** 
 *	Incentives Estimator page overrides
 *
 **/
.incentive-estimator-header {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.nycb-accessible-close {
	background: none !important;
}

.nycb-accessible-status-label {
	display: inline-block;
	margin-left: 0px;
}

#wizard .sidebar-actions .module-progress, #ie .sidebar-actions .module-progress
	{
	margin-bottom: 40px;
}

a:link {
	color: #007a91;
	outline: 0;
}

a:visited {
	color: #007a91;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #007a91;
}

.arrow-down {
	border-top: 5px solid #007a91;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline-block;
	height: 0;
	margin-bottom: 2px;
	width: 0
}

.arrow-up {
	border-bottom: 5px solid #007a91;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline-block;
	height: 0;
	margin-bottom: 2px;
	width: 0
}