@media(max-width: 1200px) {

	table.table-responsive-new thead th:first-child {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		font-weight: bold;
	}

	table.table-responsive-new thead th{
		display: none;
	}
	
	table.table-responsive-new tbody tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	table.table-responsive-new td:first-child {
		font-weight: bold;
	}

	table.table-responsive-new td {
		margin: 0 -1px -1px 0; /* Removes double-borders */
		width: 100%;
	}
}

.hide-show.hidden {
    display: block !important;
}
html.special  .sf-special-hidden{display: block;}
.sf-special-hidden{display: none;}
.sf-special-hidden{opacity: 0;}
.sf-special-show{opacity: 100;}

a.sf-tooltip span {
	display			: none; 
	margin-left		: 8px; 
}

a.sf-tooltip:hover span {
	display			: inline; 
	position		: absolute;  
	width           : 250px;
	font-size       : 14px;
	right: 20px;
	top: -20px;
}


#menu{
	position:fixed;
	right:30px;
	top:50%;
}

@media (max-width: 576px) {
	#menu{right:16px;}
}


.b-0 {
    border-width: 0 !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .safari-icon-width{
	  min-width:47px;
  }
  
  .safari-logo-width{
	  min-width: 56px;
  }
}

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-icon-width{
	  min-width:47px;
  }
}

@media (max-width: 768px){
	.sf-nav-fixed .container-wrap .nav-container .sf-nav .nav-overlay {
		z-index: 10;
	}
}
@media print {
	main{
		max-width:100% !important;
		flex: 0 0 100% !important;
	}
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #eda512!important;
    border-color: #eda512!important;
}

@media (min-width: 768px){
	.sf-nav section.center-section > ul > li.active > a.underline span.item-hover, .sf-nav section.center-section > ul > li:hover > a.underline span.item-hover, .sf-nav section.center-section > ul > li.focus > a.underline span.item-hover {
		border-bottom-color: #eda512!important;
	}
}


.svg-inline--fa.fa-fw {
   width: 1.5em!important;
}
.bx-pdf-container{
	max-width: 100vw;
}

header .sf-viewbox.bg-contain {
	background-color: #f3f4f8;
	background-repeat: no-repeat;
}
ul.nav-items.d-inline-flex.align-items-streach.justify-content-start.p-0.m-0.flex-wrap .nav-item .item-text {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
.sf-tab-nav[data-id] li {
	border: 1px solid #EDA512;
	color: #EDA512;
}
.sf-tab-nav[data-id] li.active {
	background: #EDA512;
    color: #fff;
}

div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input[type='text'],
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input[type='email'],
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input[type='date'],
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input[type='tel'],
main select,
.multiselect {
    padding: 7px 12px;
    border: 1px solid #DADEE3;
	background: #fff;
	font-size: 15px;
}
:not(#bx_admin_form) form label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input:not([type='submit']):not([type='checkbox']):not([name='captcha_word']),
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) select,
.multiselect {
    margin-bottom: 1rem;
    width: calc(100% - 2rem);
}
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) input:not([type='submit']):not([type='checkbox']):not([name='captcha_word']),
div:not(#bx_admin_form) > form:not([name='bx_popup_form']) select,
main select {
	height: 40px;
}
form[name='SIMPLE_FORM_1'] h5 {
	margin-top: 1.5rem;
}
form[name='SIMPLE_FORM_1'] [name='captcha_word'] {
	margin-top: 1rem;
}
.multiselect {
    max-height: 200px;
    overflow: auto;
}
.grid-1 {
	display:grid;
	grid-template-columns:1fr;
	align-items:baseline;
}
.grid-1-1 {
	display:grid;
	grid-template-columns:1fr 1fr;
	align-items:baseline;
}
.grid-1-2 {
	display:grid;
	grid-template-columns:1fr 2fr;
	align-items:baseline;
}
.grid-1-1-1 {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	align-items:baseline;
}

.sf-developer-area {
	display: none !important;
}

@media(max-width:992px) {
	.grid-1-1-1 {
		display:grid;
		grid-template-columns:1fr 1fr;
		align-items:baseline;
	}
	.grid-1-2 {
		display:grid;
		grid-template-columns:1fr 1fr;
		align-items:baseline;
	}
}