@charset "utf-8";
/* CSS Document */

* {
  font-family: Helvetica, arial, simhei, sans-serif;
  color: #555555;
}
a * {
	color: #c63033;
}
a {
	color: #c63033;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none !important;
	color: #950c0f !important;
}
a:visited {
	text-decoration: none !important;
}

input[type=radio], input[type=checkbox] {
	margin: 0px;
}
input::placeholder, textarea::placeholder {
  color: #CCCCCC !important;
}

.selectpicker a span {
	color: #555555;
}

select.form-control {
	padding: 6px 8px;
}

ul.multiselect-container {
	min-width: 200px;
	/*max-height: 350px;*/
	max-height: 50vh; 
	overflow: scroll;
	overflow-x: hidden;
}


.navbar {
	margin: 0px;
}
@media screen (max-width: 567px) {
	.navbar {
		margin: 0px;
	}
}
.navbar-toggle {
	/*margin-left: 15px;*/
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #555;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none !important;
}
.container-fluid>.navbar-header {
	text-align:right;
}
.navbar-default .navbar-collapse {
	margin-top: 1px;
	width: 100%;
}
.navbar-default .navbar-collapse.in {
	display: block !important;
	float:none !important;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 0px;
}
.navProject {
	line-height: 48px;
}
.navProject a {
	padding: 0px !important;
	line-height: 48px !important;
}
.navProject b {
	max-width: 170px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
html[lang="en"] .navProject b {
	font-size: 13px;
	/*line-height: 19px;*/
}
/*.navProject .systemSwitch {
	margin-left: 10px;
	display: inline-block;
}
.navProject .systemSwitch a {
	padding: 0px 10px !important;
}*/
.systemSwitch .dropdown-menu {
	right: auto;
	left: auto;
	white-space: nowrap;
	padding: 6px 10px;
	border: 1px solid #e7e7e7;
	background: #e7e7e7;
	box-shadow: 2px 2px 4px rgba(0,0,0,.175);
}
.systemSwitch .dropdown-menu li {
	padding: 5px 0;
}
.systemSwitch .dropdown-menu li a {
	padding: 5px 0px;
}
.systemSwitch li a  {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 49px;
}
.systemSwitch .dropdown-menu a {
	line-height: normal;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 768px) {
	.container-fluid>.navbar-header {
		width: 100%;
	}
	.navbar-default .navbar-collapse, 	.navbar-default .navbar-collapse.in {
		display: inline-block !important;
		margin: 0px;
		width: auto;
		float: left !important;
		display: block !important;
		margin: 0 auto;
		padding: 0px;
		max-width: 1530px;
		text-align: left;
		margin-left: -6px;
	}
	html[lang="en"] .navbar-default .navbar-collapse, 	.navbar-default .navbar-collapse.in {
		max-width: 1510px;
	}
	.navProject .systemSwitch {
		/*margin-left: 15px;*/
	}
	.navProject .systemSwitch a {
		padding: 0px 15px !important;
		line-height: 49px;
	}
}
@media (min-width: 1360px) {
	.navbar-default .navbar-collapse, 	.navbar-default .navbar-collapse.in {
		float: none !important;
		margin: 0 auto;
	}
}
@media (max-width: 1550px) {
	.navProject b {
		padding: 0 8px 0 5px;
		max-width: 150px;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-collapse a {
		display: block !important;
		/*margin-left: -15px;*/
		text-align: left;
	}
	.systemSwitch .open .dropdown-menu>li>a  {
		padding: 5px 15px 5px 15px;
	}
}
@media (max-width: 375px) {
	.navProject b {
		width: 160px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}
}
@media (max-width: 350px) {
	.navProject b {
		width: 140px;
		max-width: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
	}
}
@media (max-width: 285px) {
	.navProject.iconUser {
		width: 100%;
		padding: 0 15px;
		line-height: 35px;
	}
	.navProject b {
		width: 100%;
	}
}
.navbar-nav {
	margin: 0px;
}
.navbar-default {
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
}
.navbar-brand {
	background: url(images/logo.png) no-repeat;
	background-size: 55px 20px;
	background-position: 16px 0px;
	text-indent: -9999px;
	overflow: hidden;
	width: 75px;
	height: 20px;
	margin-top: 16px;
	margin-left: 15px !important;
	margin-bottom: 2px;
}
.navbar-brand.sld-logo {
	background: url(images/logo.png) no-repeat;
	background-size: 55px 20px;
	background-position: 16px 0px;
}
.navbar-brand.sll-logo {
	background: url(https://drs.steveleungdesign.com/assets/images/logo-sll.png) no-repeat;
	background-size: 55px 20px;
	background-position: 16px 0px;
}
/*.navbar-brand.pss-logo {
	background: url(../images/pss/logo.png) no-repeat;
	background-size: 44px 16px;
	background-position:0px 0px;
}*/
.navbar-brand.pss-logo {
	background: url(https://drs.steveleungdesign.com/assets/images/drs/logo.png) no-repeat;
	background-size: 47px 16px;
	background-position:0px 0px;
}
.navbar-brand.pos-logo {
	background: url(https://drs.steveleungdesign.com/assets/images/pos/logo.png) no-repeat;
	background-size: 48px 16px;
	background-position: 0px 0px;
}

.navbar .links > a {
	color: #555555;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	line-height: 49px;
}
.navbar .links a.active, .navbar .links div.active {
	/*background: #EDEDED !important;*/
}
.navbar .links div {
	display:block;
	padding: 0 15px;
}
.navbar .links div.region {
	margin-top: 5px;
	/*border-top: 1px solid #e7e7e7;*/
	border-top: 1px solid #F0F0F0;
}
.navbar .links div.lang {
	border-bottom: none;
}
.navbar .links div.lang,
.navbar .links div.region {
	padding-right: 0;
	/*padding: 0px;
	margin-left: -15px;
	margin-top: 15px;*/
	text-align: left;
    background: #F5F5F5;
	/*line-height: 35px;*/
	font-weight: normal;
}
.navbar .links div.lang ul,
.navbar .links div.region ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	min-height: 40px;
}
.navbar .links div.lang li,
.navbar .links div.region li {
	width: 25%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.navbar .links div.lang li a,
.navbar .links div.region li a {
	text-align: center;
	line-height: normal;
}
.navbar .links div.lang li:first-child,
.navbar .links div.region li:first-child {
	text-align: left;
	font-weight: bold;
	line-height: normal;
}
.navbar .links div.lang li.sep,
.navbar .links div.region li.sep {
    width: 1px !important;
    height: 14px;
    background: #EEE;
}
.navbar .links div a {
	color: #555555;
	background: none !important;
	position: relative;
}

.navbar .links div a.active:hover, .navbar .links div a.active {
	color: #950c0f !important;
	background: none !important;
}
@media (min-width: 768px) {
	.navbar-brand {
		margin-left: 0px !important;
	}
	.navbar .links div {
		display:inline-block;
		/*margin-top:-10px;*/
		padding: 0 5px;
	}
	div.navDropDown:hover a[href]  {
		color: #950c0f !important;
		background: none !important;
	}
	html[lang="en"] .navbar .links > div {
		padding: 0 2px;
	}
	html[lang="en"] .navbar .links > div:first-child {
		padding-left: 5px;
	}
	.navbar .links div a {
		border-left: 1px solid #999999;
		padding: 0 6px;
		display: inline-block;
		line-height: 11px;
	}
	html[lang="en"] .navbar .links div a {
		font-size: 13px;
	}
	html[lang="en"] .navbar .links div > a {
		letter-spacing: -0.04em;
	}
	html[lang="en"] .navbar .links > div > a {
		max-width: 108px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: top;
	}
	.navbar .links div a:first-child {
		border: none;
		padding-left: 0px;
		line-height: 49px;
	}
	.navbar .links div a:last-child{
		padding-right: 0px;
	}
	.navbar .links > a {
		padding: 0 8px;
	}
	.navbar .links div.lang {
		display: none;
	}
	.navbar .links div.region {
		display: none;
	}
	.navbar .links div.lang a {
		display: inline-block !important;
		width: auto;
		margin: 0px;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: 1px solid #999999;
		padding: 0 6px;
		display: inline-block;
	}
	.navbar .links div.lang a:last-child {
		padding-right: 0px;
	}
	.navbar-collapse {
		padding-left: 10px;
	}
	.navbar .links a.admin, .navbar .links a.logout {
		display: none;
	}
}
@media (min-width: 850px) {
	.navbar .links > a {
		padding: 0 15px;
	}
	.navbar .links div.lang {
		padding-left: 15px;
	}
	.navbar-collapse {
		padding-left: 15px;
	}
}
@media (min-width: 1281px) {
}
@media (min-width: 1300px) {
	.navbar .links div {
		display:inline-block;
		/*margin-top:-10px;*/
		padding: 0 12px;
	}
}
@media (min-width: 1450px) {
	html[lang="en"] .navbar .links > div {
		padding: 0 4px;
	}
	html[lang="en"] .navbar .links div > a {
		letter-spacing: -0.03em;
	}
	html[lang="en"] .navbar .links > div > a {
		max-width: none;
		overflow: visible;
		white-space: normal;
		text-overflow: clip;
	}
}
@media (min-width: 1550px) {
	.navbar .links div {
		padding: 0 15px;
	}
	html[lang="en"] .navbar .links > div {
		padding: 0 10px;
	}
}


.navbar .navDropDown {
	/*line-height: 49px;*/
	font-weight: bold;
}
.navbar .navProject.navDropDown {
	line-height: 48px;
}
.navbar .navProject.navDropDown .fa {
	/*position: absolute;
    right: 3px;
    top: 18px;*/
}
.navbar .navDropDownDiv {
	/*display: none !important;
	position: absolute;
	top: 49px;
	right: 0px;
	width: 100%;
	min-width: 100px;
	text-align: left;
	background: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	margin: 0 !important;
	z-index: 9999;
	font-weight: normal;
	/*box-shadow: 1px 2px 2px  rgba(0, 0, 0, 0.3);*/
}
.navbar .navDropDownDiv {
	display: none !important;
	position: absolute;
	top: 49px;
	right: 0px;
	width: 100%;
	min-width: 100px;
	text-align: left;
	background: #f8f8f8;
	margin: 0 !important;
	z-index: 9999;
	font-weight: normal;
	/*box-shadow: 1px 2px 2px  rgba(0, 0, 0, 0.3);*/
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
}
.navbar .navDropDownDiv.left {
	left: 0px;
}
.navbar .navDropDownDiv a[href] {
	display: block !important;
	border: none !important;
	line-height: 36px !important;
	/*border-bottom: 1px solid #e7e7e7 !important;*/
	padding: 0px !important;
}
.navbar div.navDropDownDiv a[href] {
	color: #555555 !important;
}
.navbar div.navDropDownDiv a[href]:hover {
	color: #950c0f !important;
}

.navbar .iconLang:hover > .navDropDownDiv,
.navbar .iconFav:hover > .navDropDownDiv {
	display: block !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-top: none;
}
@media (min-width: 768px) {
.navbar .iconUser:hover > .navDropDownDiv {
	display: block !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-top: none;
}
}
@media (min-width: 1360px) {
	html[lang="en"] .navbar .navDropDown:hover > .navDropDownDiv {
		display: block !important;
		box-shadow: none;
		border-top: 1px solid #e7e7e7;
	}
}
@media (min-width: 1068px) {
	html[lang="tc"] .navbar .navDropDown:hover > .navDropDownDiv,
	html[lang="sc"] .navbar .navDropDown:hover > .navDropDownDiv {
		display: block !important;
		box-shadow: none;
		border-top: 1px solid #e7e7e7;
	}
}
.navbar .active .navDropDownDiv {
	background: #EDEDED !important;
	border-top: 1px solid #f8f8f8;
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
		padding-top: 5px;
		background: #f5f5f5;
	}
	.navbar-default .navbar-collapse .navDropDown,
	.navbar-default .navbar-collapse > a {
		line-height: 40px;
		border-bottom: 1px solid #F0F0F0;
	}
	.navbar-default .navbar-collapse .logout {
		border-bottom: none;
	}
}
@media (max-width: 768px) {
	.navbar .navDropDown i {
		/*display: none;*/
	}
	.navbar .navDropDown:hover .navDropDownDiv {
		/*display: none !important;*/
	}
}
.navbar div.navDropDownDiv::before {
	width: 90px;
	display: block;
	height: 2px;
	content: " ";
	float: left;
}
html[lang="en"] .navbar div.navDropDownDiv::before {
	width: 85px;
}
@media (max-width: 1278px) {
	.navbar div.navDropDownDiv::before {
		width: 85px;
	}
	.navbar .iconLang div.navDropDownDiv,
	.navbar .iconUser div.navDropDownDiv,
	.navbar .iconList div.navDropDownDiv,
	.navbar .iconFav div.navDropDownDiv {
		padding: 0 15px;
	}
}
/*@media (max-width: 1188px) {
	html[lang="en"] .navbar .navDropDownDiv {
		top: 102px;
	}
	html[lang="en"] .navbar div.navDropDownDiv::before {
		width: 10px;
	}
}
@media (max-width: 1093px) {
	.navbar .navDropDownDiv {
		top: 97px;
	}
	.navbar div.navDropDownDiv::before {
		width: 10px;
	}
}*/
.navbar div.navDropDownDivCen {
	display: block;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0px;
}
.navbar div.dropDownContent {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 25px;
}
.navbar div.dropDownContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	column-gap: 65px;
}
html[lang="en"] .navbar div.dropDownContent ul {
	column-gap: 45px;
}
.navbar div.dropDownContent ul li,
.navbar div.dropDownContent ul li a {
	font-size: 13px;
	line-height: 22px !important;
	margin: 0px;
	padding: 0px;
	color: #DADADA;
}
.navbar div.dropDownContent ul li a,
.navbar div.dropDownContent ul li a:hover {
	color: #DADADA !important;
}
.navbar div.dropDownContent ul li a,
.navbar div.dropDownContent .developing {
	display: none;
}
.navbar div.dropDownContent ul li a[href] {
	font-size: 13px;
	line-height: 22px !important;
	margin: 0px;
	padding: 0px;
	color: #555555 !important;
}

.navbar div.dropDownContent ul li a[href]:hover {
	color: #950c0f !important;
}
.navbar div.dropDownGroup {
	margin-top: 0;
	padding: 0 45px 0 0;
	margin-right: 45px;
	border-right: 1px solid #e7e7e7;
}
html[lang="en"] .navbar div.dropDownGroup {
	padding: 0 35px 0 0;
	margin-right: 35px;
}
.navbar div.dropDownGroup:last-child {
	margin-right: 0 !important;
}
@media (max-width: 1279px) {
	.navbar div.dropDownGroup ul {
		column-gap: 35px !important;
	}
	.navbar div.dropDownGroup {
		padding: 0 28px 0 0;
		margin-right: 28px;
	}
}
@media (max-width: 768px) {
	.navbar div.dropDownGroup ul {
		column-gap: 25px !important;
	}
	.navbar div.dropDownGroup {
		padding: 0 16px 0 0;
		margin-right: 16px;
	}
	.navbar .dropDownContent ul {
		column-gap: 5px !important;
	}
}
.navbar div.dropDownGroup:last-child {
	border-right: none;
}

.navbar div.dropDownGroup .groupTitle {
	display: block;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 22px !important;
	margin-bottom: 10px;
}
.navbar div.dropDownGroup ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navbar div.dropDownGroup ul li,
.navbar div.dropDownGroup ul li a {
	font-size: 12px;
	line-height: 22px !important;
	margin: 0px;
	padding: 0px;
	color: #DADADA;
}
.navbar div.dropDownGroup ul li a[href] {
	font-size: 12px;
	line-height: 22px !important;
	margin: 0px;
	padding: 0px;
}

.navbar .badge {
	background: #c63033;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
	position: absolute;
	top: 9px;
	margin-left: -5px;
}
.navbar .iconNotice .badge {
	top: 7px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: fit-content;
}

.navbar .iconLang,
.navbar .iconList,
.navbar .iconFav,
.navbar .iconNotice {
	float: right;
	position: relative;
	line-height: 49px !important;
	height: 49px;
}
.navbar .iconList {
	/*display: none;*/
}
.navbar .iconLang a,
.navbar .iconList a,
.navbar .iconFav a,
.navbar .iconNotice a {
	line-height: 50px;
	display: block !important;
	padding: 0px 3px;
}
.navbar .iconNotice a {
	padding: 0 5px;
}
.navbar .iconLang:hover i,
.navbar .iconList:hover i,
.navbar .iconFav:hover i,
.navbar .iconNotice:hover i,
.navbar .navProject:hover b,
.navbar .navProject:hover b i {
	color: #950c0f;
}
.navbar .iconList a i,
.navbar .iconFav a i,
.navbar .iconNotice a i {
	color: #555;
	font-size: 16px;
}
.navbar .iconLang {
	padding: 0px 5px 0 1px;
	margin-right: -10px;
	cursor: pointer;
	height: 49px;
}
.navbar .iconLang a {
	line-height: 36px !important;
	border: none !important;
}
.navbar .iconLang i {
	color: #555;
	font-size: 20px;
	line-height: 48px;
}
.navbar .iconLang div.navDropDownDiv {
	right: -5px;
	width: auto;
	font-size: 12px;
	padding: 0 15px !important;
}
.navbar .iconLang div.dropDownGroup,
html[lang="en"] .navbar .iconLang div.dropDownGroup {
	padding: 0 18px 0 0;
    margin-right: 18px;
}
.navbar .iconLang div.navDropDownDiv .dropDownGroup:last-child {
	padding-right: 0px;
}
.navbar .iconLang div.navDropDownDiv .dropDownGroup span {
	white-space: nowrap;
}
.navbar .iconLang div.navDropDownDiv .dropDownGroup a {
	line-height: 25px !important;
	white-space: nowrap;
	width: 100%;
}
.navbar .iconLang div.navDropDownDiv .dropDownGroup a:first-child {
	margin-top: -5px;
}
.navbar .iconLang div.navDropDownDiv .dropDownGroup a:last-child {
	margin-bottom: -5px;
}
@media (max-width: 1360px) {
	.navbar .iconLang a,
	.navbar .iconList a,
	.navbar .iconFav a,
	.navbar .iconNotice a {
		padding: 0px 1px;
	}
	.navbar .iconNotice a {
		padding: 0 3px;
	}
}
@media (max-width: 767px) {
	.navbar .iconLang {
		display: none;
	}
}
.navbar .iconUser div.navDropDownDiv {
	width: 120px;
}
html[lang="en"] .navbar .iconUser div.navDropDownDiv {
	width: 170px;
}
.navbar .iconUser div.navDropDownDiv {
	font-size: 12px;
	padding: 0 15px !important;
}
.navbar .iconUser div.navDropDownDiv span {
	white-space: nowrap;
}
.navbar .iconUser div.navDropDownDiv a {
	line-height: 25px !important;
	white-space: nowrap;
	width: 100%;
}
.navbar .iconUser div.navDropDownDiv a:first-child {
	margin-top: -5px;
}
.navbar .iconUser div.navDropDownDiv a:last-child {
	margin-bottom: -5px;
}

.navbar .iconLang div.navDropDownDiv::before,
.navbar .iconUser div.navDropDownDiv::before,
.navbar .iconList div.navDropDownDiv::before,
.navbar .iconFav div.navDropDownDiv::before {
	display: none;
}
.navbar .headerSearch {
	position: relative;
	float: right !important;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
}
.navbar .headerSearch form {
	position: relative;
}
.navbar .headerSearch input {
	width: 260px;
	height: 32px;
	font-weight: normal;
	line-height: normal;
	border: none;
	padding: 0 0 0 32px;
	background: #e7e7e7;
	border-radius: 4px;
	font-size: 12px;
	outline: none;
}
html[lang="en"] .navbar .headerSearch input {
	width: 220px;
}
.navbar .headerSearch .btn {
	border: none;
	background: none;
	position: absolute;
	left: 0px;
	top: 10px;
	color: #555;
	width: 30px;
	padding-left: 10px;
	opacity: 1 !important;
}
.navbar .headerSearch input::placeholder {
	color: #BBBBBB !important;
}
@media (max-width: 1600px) {
	html[lang="en"] .navbar .headerSearch input {
		width: 160px;
	}
}
@media (max-width: 1300px) {
	.navbar .headerSearch input {
		width: 225px;
	}
}
@media (max-width: 1200px) {
	.navbar .headerSearch {
		margin-left: 10px;
		margin-right: 8px;
	}
	.navbar .headerSearch .btn {
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	.navbar .headerSearch {
		width: 100%;
		margin: 0px !important;
		padding: 0 15px 10px;
		line-height: 32px;
	}
	.navbar .headerSearch input {
		width: 100%;
		padding: 0 32px 0 32px;
		text-align: center;
	}
	html[lang="en"] .navbar .headerSearch input {
		width: 100%;
	}
	.navbar .headerSearch .btn {
		font-size: 14px;
		top: 3px;
	}
}


.sub-nav {
	min-height: 49px;
	background: #EDEDED;
}
@media screen and (max-width: 600px) {
	.sub-nav button, .sub-nav a {
		width: 49%;
		/*max-width: 350px;*/
	}
}
.project-nav {
	min-height: 49px;
	display: flex;
	align-items: center;
}
.project-nav a {
	padding: 10px 0;
}
.project-nav, .project-nav a, .project-nav b {
	color: #555555;
}
.budg {
	display: inline-block;
	font-style: italic;
	color: #555555;
}
.budg.negative {
	color: #c63033;
}
.v-center {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: -5px;
}
.product-nav {
	line-height: 49px;
}
@media screen and (max-width: 767px) {
	.col {
		text-align: center;
	}
	.project-nav {
		padding-top: 10px;
		display: block;
		min-height: inherit;
	}
}
@media screen and (max-width: 600px) {
	.product-nav {
		line-height: 45px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

.content {
	padding: 25px 0 40px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.content {
		padding: 20px 0 40px;
	}
}

legend {
	border: none;
	/*color: #c63033;*/
	padding: 20px 0px 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	legend {
		border: none;
		/*color: #c63033;*/
		padding: 15px 0px 15px;
		margin-bottom: 0px;
	}
}

.btn {
	font-weight: bold;
}
.btn-default span {
	color: inherit;
}
.btn-primary {
	background: #666666;
	border: none;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	background: #555555;
}

@media screen and (max-width: 1200px) {
	.btn {
		font-size: 12px;
	}
}
@media screen and (max-width: 600px) {
	.btn {
		font-size: 15px;
	}
}

.nav-tabs>li>a {
	color: #555555;
	background: #EDEDED;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>li>a {
	border: none;
	border-top: 1px solid #EEEEEE;
}

.pagination li a span, .pagination li a span.fa {
	color: #555555;
}
.pagination ~ .pagination.extra {
	margin-top: 0px;
}
.pagination.extra {
}
.pagination.extra li:first-child,
.pagination.extra li:last-child {
	display: none;
}
.pagination.extra .go-to-page {
}
.pagination.extra .go-to-page label {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 6px 0px;
	line-height: 1.42857143;
	font-weight: normal;
}
.pagination.extra .go-to-page select {
	float: left;
	margin: 0px 10px;
	padding: 7px 12px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media (max-width: 768px) {
	.pagination {
		display: none;
	}
	.pagination.extra {
		display: inline-block;
	}
	.pagination.extra .go-to-page label {
		display: none;
	}
	.pagination.extra li:first-child,
	.pagination.extra li:last-child {
		display: inline;
	}
	.pagination.extra .go-to-page select {
		margin: 0px 5px;
		padding: 5px 8px 4px;
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		border-radius: 0;
	}
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.swal2-popup .swal2-styled.swal2-confirm:active {
	outline: none !important;
border: none !important;
}
.swal2-popup .swal2-styled.swal2-confirm:focus {
	outline: none !important;
border: none !important;}






.footer {
  position: absolute !important;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  min-height: 40px;
  font-size: 11px;
  font-weight: normal;
  background-color: #f5f5f5;
  margin-top: 80px;
}
.footer div {
  margin: 0px auto;
  line-height: 30px;
}
.footer div p {
	margin-bottom: 0px;
}
.footer div p img {
	margin-right: 15px;
}
@media (max-width: 435px) {
	.footer div p {
		line-height: 20px;
		margin-bottom: 8px;
	}
	.footer div p img {
		display: block;
		margin: 8px auto 5px;
	}
}
