html, body {
	font-family: "Open Sans", sans-serif;
}

.wysiwyg-content u { text-decoration: underline; }
.wysiwyg-content s { text-decoration: line-through; }

.alert-danger, .alert-warning, .alert-success, .alert-info {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	border-color: transparent;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}
.alert-danger {
	color: #C00000;
}
.alert-dismissable button.close {
	color: #039be5;
	font-weight: normal;
	font-size: 85%;
	background: none;
	opacity: 1;
	float: right;
}
.alerts-no-marb .alert {
	margin-bottom: 0px;
}
.alert-dismissable button.close .fa-2x {
	font-size: 28px;
}
.custom-color { color: #009bdd; }
.custom-color-bg { background-color: #009bdd; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & [class^="col-"],
  & [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-gutters {
	margin: 0px;
	padding: 0px;
	border: none;
}

.no-border {
	border: none !important;
}

.clr{clear: both;}
.wd100pr {width: 100%;}
.h100pr {height: 100%;}
.validation-error, .gen-error {
	display: block;
	color: #F00932;
	/*font-weight: bold;
	color: #a94442;*/
	margin-top: 5px;
}
.fld_success_message{
	display: block;
	color: #00C000;
	/*font-weight: bold;*/
}

.hide-me { display: none; }

.autoh { height: auto; }

.dspib { display: inline-block; }
.dspb { display: block; }
.dspb-imp { display: block !important; }

.icon-action{ cursor: pointer !important; }
.not-allowed{ cursor: not-allowed !important; }

.lh22 { line-height: 22px; }

.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }

.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }

.mt5 { margin-top: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }

.pt5 { padding-top: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pr5 { padding-right: 5px !important; }

.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }

.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }

.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }

.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }

.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }

.mt25 { margin-top: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mr25 { margin-right: 25px !important; }

.pt25 { padding-top: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.pr25 { padding-right: 25px !important; }

.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }

.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }

.m48 { margin: 48px;  }
.mt48 { margin-top: 48px !important; }
.mb48 { margin-bottom: 48px !important; }
.ml48 { margin-left: 48px !important; }
.mr48 { margin-right: 48px !important; }

.p48 { padding: 48px; }
.pt48 { padding-top: 48px !important; }
.pb48 { padding-bottom: 48px !important; }
.pl48 { padding-left: 48px !important; }
.pr48 { padding-right: 48px !important; }


input[disabled], input[readonly], a[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#disabled_cart_button, #disabled_cart_button:hover {
	background:#c0c0c0;
}

#top-cart-button-disabled, #top-cart-button-disabled:hover {
	background: #c0c0c0;
	border-color: #c0c0c0;
	color: #fff;
}

#top-cart-button-disabled, #top-cart-button-disabled:hover, #disabled_cart_button, #disabled_cart_button:hover {
	cursor: not-allowed;
}

.mybtn-disabled, .mybtn-disabled:hover {
	background: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
	color: #fff !important;
	cursor: not-allowed !important;
}

a.nostylelink, a.nostylelink:hover, a.nostylelink:visited {
	text-decoration: none !important;
	color: inherit;
}
.search-field {
	margin-right: 50PX;
}
.item_in_cart {
	background-color: rgba(25, 120, 25, 0.5);
}
#sup_cartitems, #sup_cartitems:hover {
	vertical-align: super;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#sup_cartitems:hover {
	text-decoration: none;
}
.ln-open-cart-popup {
	text-decoration: none !important;
}
.sidebar {
	top: 0px;
}
#div-mobile-cart {
	display: block;
}
/*.discount_left_content {
	border-right: 1px solid #eee;
}
.discount_right_content {
	 border-left: none;
}*/
.green-color {
	color: #11bb11;
}
.red-color {
	color: red;
}
ul.password-tips li {
	list-style: none;
}
ul.password-tips li i.tip-icon {
	font-size: 24px;
}
ul.step6-ul {
    margin-left: 20px;
}
ul.step6-ul li {
    list-style-position: outside;
}
.vinkeja_tips {
	padding-top: 15px;
}
.minh40 {
	min-height: 40px;
}
ul.password-tips {
	min-height: 40px;
}
div.fb-share-button > span {
	vertical-align: top !important;
}
div#contact-us-infow-content-wrapper {
	padding: 5px 20px 5px 5px;
}
div#contactus-gmap-infow-heading {
	font-size: 110%;
	font-weight: bold;
	/* border-bottom: 1px solid black;
	text-decoration: underline; */
}
.text_side_tooltip {
	position: relative;
	display: inline;
	right: auto;
	top: auto;
	cursor: pointer;
}
.side_tooltip {
	cursor: pointer;
}
.article-container .highlightedtext {
	background-color: #ffff00;
}
.article-container .boldtext {
	font-weight: bold;
}
.article-container .italictext {
	font-style: italic;
}
.article-container ol li::before {
	all: unset;
}
.article-container ul, .article-container ol {
	padding-left: 20px;
}
.article-container ul li, .article-container ol li {
	list-style-position: outside;
}
.article-container ol li {
	list-style-type: decimal;
	padding-left: 5px;
}
.article-container ol li::before {
	/*
	counter-increment: number;
	content: counter(number) ".";
	*/
}
.article-container ul.no-indententation, .article-container ol.no-indententation {
	padding-left: 0px;
}
.article-container ul.no-indententation li, .article-container ol.no-indententation li {
	list-style-position: inside;
	padding-left: 0px;
}
.article-container .accordeon-title {
	line-height: 26px;
}
.ml20 {
	margin-left: 20px;
}
.fs16 {
	font-size: 16px;
}
.p5lr {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.noplf {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.email_validation input[type='text'] {
	width: 250px;
}
.email_validation input[type='text']:nth-child(2) {
    width: 150px;
}
.validation_status {
	font-size: 18px;
}
/*
.email_validation .custom-form-input {
	width: 250px;
}
.email_validation .custom-form-input:nth-child(2) {
    width: 150px;
}
*/

@media screen and (max-width: 767px) {
	.bottom_block {
		height: 245px;
	}
}
/*
@media print {
	.recipt_date, .recipt_date p {
		text-align: right;
	}
}
*/
span#cookieconsent-addncontentline {
	font-size: 70%;
}
.cc-link, .cc-link:active, .cc-link:visited, .cc-link:hover {
	opacity: 1 !important;
	color: #838391 !important;
	text-decoration: underline !important;
}

.alert-message-link {
	text-decoration: underline;
	font-weight: bold;
}

.registration-form {
	padding-bottom: 30px;
}

.location-link {
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #337ab7;
	line-height: 22px;
	text-decoration: underline;
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
}
.modal-dialog-gmap {
    margin: 0 auto;
    width: 100%;
}
.modal-gmap {
    top: 15px !important;
    width: auto;
    max-height: none;
    background: transparent;
}
.location-finder {
	width: 60%;
	padding: 5px 5px;
	background: rgba(211,211,211,.7);
	border: 1px solid rgba(211, 211, 211, 1);
	position: absolute;
	bottom: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	left: 20%;
	z-index: 1;
}
.location-finder input[type="text"] {
	height: 50px;
}
.location-finder button {
	width: 100%;
	padding-left: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
span.not-editable {
	padding: 6px 20px;
	height: 43px;
	line-height: 28px;
	font-size: 16px;
	vertical-align: middle;
	cursor: not-allowed;
	font-family: 'Open Sans', sans-serif;
}
.row-sec-one-inn li {
	max-width: 18%;
	text-align: left;
	padding: 0px 10px;
	line-height: 35px;
	/*border-bottom: 1px solid #d3d3d3;*/
}
.row-sec-one-inn li:first-child {
	max-width: 70%;
}
.row-sec-one-inn li:last-child {
	max-width: 10%;
	border: 0px;
}
.counter .livecounter.red {
	color: #c00;
	font-weight: bold;
	background-color: transparent !important;
}
.counter .livecounter.yellow {
	color: #ffc200;
	font-weight: bold;
	background-color: transparent !important;
}
.counter .counter-message {
	font-size: 95%;
	font-style: italic;
	padding: 0 10px;
}
.counter .counter-message.max-stop {
	font-weight: 600;
}

div#newLocation {
	display: inline;
	float: left;
}
.page-content-video {
	position: relative;
	min-height: 170px;
}
.dip-video-embed-overlay {
	position: absolute;
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.dip-video-embed-overlay .dip-overlay-content {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.dip-video-embed-overlay .dip-overlay-content a.dip-play-button {
	width: 80px;
	height: 60px;
	margin-top: 70px;
	text-align: center;
}
.dip-video-embed-overlay .dip-overlay-content a.dip-play-button i.dip-play {
	font-size: 34px;
}
.dip-video-embed-overlay .dip-edit-sec-video {
	bottom: 10px;
	margin-right: 5px;
	z-index: 1;
}
.dip-video-embed-overlay .dip-edit-sec-video ul li {
	/*background-color: rgba(0, 0, 0, 0.3);*/
}
/*
.play-button {
	background-color: red;
	display: inline-block;
	font-size: 40px;
	margin-top: 50px;
	padding: 10px 10px;
	border-radius: 10px;
}
.play-button i.fa-play {
	color: white;
	width: 50px;	
}
*/
.modal-videoplayer {
	text-align: -webkit-center;
}
.modal-videoplayer .modal-body {
	border: none;
}
.modal-videoplayer .modal-body .video-player {
	/*width: 600px;*/
}
div#mdVideoPlayer {
    padding-right: 0px !important;
}
div#mdVideoPlayer .modal-content {
	padding: 0px !important;
	border: none;
}
@media (min-width: 768px) {
	.modal-dialog-videoplayer {
		width: 800px;
		height: auto;
		margin: 30px auto;
	}
}
@media (max-width: 768px) {
	.modal-dialog-videoplayer {
		width: auto;
		margin: 30px 10px;
	}
	.modal-videoplayer .modal-body .video-player {
		width: auto;
	}
}
/*
.modal-videoplayer .modal-dialog-videoplayer {
	position: relative;
	display: table;
	overflow-y: auto;    
	overflow-x: auto;
	width: auto;
	min-width: 300px;   
}
*/
.edit-sec-category ul li {
	margin-bottom: 5px;
}
.bootstrap-tagsinput {
	width: 100%;
}
.bootstrap-tagsinput input {
	height: 30px;
}
.bootstrap-tagsinput span.tag {
	font-size: 16px;
	margin-top: 0.3em;
	display: inline-block;
	padding-top: 0.3em;
}
.avatar-button-80 {
	max-width: 80px;
}
.rfq-disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.filter-btn-panel {
	text-align: center;
}
a.srch-list-name, a.srch-list-name:hover, a.srch-list-name:visited {
	color: #404040;
}
a.srch-list-avatar, a.srch-list-avatar:hover, a.srch-list-avatar:visited {
}

a.srch-list-avatar img:hover {
	/*
	border: 2px solid;
	border-radius: 40px;
	*/
	box-shadow: 0px 0px 0px 2px #02b32e;
}

.th-item-wrapper {
	padding: 5px 0px;
}
.th-item-text {
	display: inline-block;
	white-space: normal;
	max-width: 260px;
}
.th-item-img-wrapper {
	/*width: 32px;
	height: 32px;*/
	height: auto;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.th-item-img-wrapper img {
	max-width:24px;
	height:24px;
	/*margin-right: 10px;*/
}
thmt {
	text-decoration: underline;
	font-weight: 600;
}
.fw700 {
	font-weight: 700 !important;
}
.ovfloh {
	overflow: hidden;
}

.i-visible-Self::before {
	content: "(\f023)";
	color: #E64A19;
	padding-left: 5px;
	font-family: FontAwesome;
	font-size: 70%;
	font-style: normal;
	cursor: pointer;
}

.i-visible-Public::before {
	content: "(\f13e)";
	color: #8BC34A;
	padding-left: 5px;
	font-family: FontAwesome;
	font-size: 70%;
	font-style: normal;
	cursor: pointer;
}
.fancybox-container .fancybox-inner .fancybox-infobar {
	left: 49%;
}
.albumContainer .gallery-item .social, .albumContainer .gallery-item .edit-sec, .albumContainer .gallery-item .edit-sec-category {
	z-index: 100;
}
.albumContainer .gallery-item .edit-sec {
	margin-bottom: 5px;
}
.video-box .video-embed-overlay {
	padding-top: 0px;
}
.video-box .video-embed-overlay .overlay-content .edit-sec-video {
	position: relative;
	text-align: right;
	margin-right: 6px;
	margin-top: 30px;
}
.video-embed-overlay .edit-sec ul li, .albumContainer .gallery-item .edit-sec ul li {
    background-color: rgba(0, 0, 0, 0.3);
}

/* image uploader gallery */
#galimg-uploader #galimg-drag-and-drop-zone.active {
	border-color: #28a745;
	border-style: solid;
	background-color: #E8F5E9;
}
#galimg-uploader #galimg-drag-and-drop-zone.active h3, #galimg-uploader #galimg-drag-and-drop-zone.active div {
	opacity: 0.4;
}
#galimg-uploader .drag-drop-col, #galimg-uploader .file-list-col {
	margin-bottom: 30px;
	height: 323px;
}
#galimg-uploader .drag-drop-col .drag-drop-zone {
	padding: 64px 48px;
}
#galimg-uploader .drag-drop-col .drag-drop-zone h3 {
	margin: 64px 48px;
}


#galimg-uploader .file-list-col {
}
#galimg-uploader .file-list-col .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin: auto;
}

#galimg-uploader .file-list-col .card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#galimg-uploader .file-list-col .card .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#galimg-uploader .file-list-col .card ul {
    height: 100%;
    padding: 8px;
}
#galimg-uploader .file-list-col .card ul li {
	line-height: 24px;
	padding: 5px 0px;
}

#galimg-uploader #files {
	overflow-y: auto !important;
	min-height: 250px;
}
#galimg-uploader #files li.media {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #c4c4c4;
	min-height: 80px;
}
/*
#galimg-uploader #files li:nth-last-child(2) {
    border: none;
}
*/
#galimg-uploader #files li.media img {
	/*margin: 0px 16px 8px 0px;*/
	margin: auto 16px auto 0px;
    height: auto;
}
#galimg-uploader #files li.media div.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#galimg-uploader #files li.media div.media-body p {
    font-size: 16px;
	margin: 0px 0px 8px 0px;
	white-space: nowrap;
}
#galimg-uploader #files li.media div.media-body div.progress {
	margin: 0px;
	padding: 0px;
}
#galimg-uploader #files li.media div.media-body hr {
	margin: 4px 0px;
}

#galimg-uploader #files li.media div.media-body div.progress .progress-bar.bg-success {
    background-color: #28a745!important;
}

#galimg-uploader #files li.media div.media-body div.progress .progress-bar.bg-error, 
#galimg-uploader #files li.media div.media-body div.progress .progress-bar.bg-verror {
    background-color: #dd4b39!important;
}

@media (max-width: 768px) {
	#galimg-uploader .drag-drop-col {
		height: 180px;
	}

	#galimg-uploader .file-list-col {
		min-height: 200px;
	}

	#galimg-uploader .drag-drop-col .drag-drop-zone {
		padding: 8px;
	}
	#galimg-uploader .drag-drop-col .drag-drop-zone h3 {
		margin: 24px;
	}
	#galimg-uploader .drag-drop-col .drag-drop-zone .btn-browse {
		margin-bottom: 20px;
	}

	#galimg-uploader #files li.media div.media-body div.progress {
	    margin-bottom: 5px;
	}

}

.up-info {
}
.up-success {
	color: #28a745!important;
}
.up-error, .up-verror {
	color: #dd4b39!important;
	/*cursor: pointer;*/
}
.error-file-name {
	color: #dd4b39!important;
}

/* attempt 2 */
#galimg-uploader .file-list-col .card .card-header .btn-browse input[type="file"] {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
/* ./attempt 2 */


/* ./image uploader gallery */

.single-file-uploader .file-status i.icon-spinner-animate {
	background-image: url(../../images/am/spinner.gif) !important;
	padding-bottom: 5px;
}

i.icon-spinner-animate:before {
	content: "";
	padding-left: 18px;
	background-image: url(../../images/am/spinner.gif);
}

/* sing file uploader */
.single-file-uploader {
	overflow: hidden;
	border-color: transparent;
}
#drag-drop-zone.active {
	border-color: #28a745;
	border-style: solid;
	background-color: #E8F5E9;
	opacity: 0.4;
}
#galimg-uploader #galimg-drag-and-drop-zone.active h3, #galimg-uploader #galimg-drag-and-drop-zone.active div {
	opacity: 0.4;
}
.single-file-uploader input[type='file'] {
	left: 0;
	height: 100%;
	/*
	position: absolute;
	top: 0;
	border: 2px solid red;
	opacity: 0;
	cursor: pointer;
	*/
}

.single-file-uploader div.file-info {
	margin-top: 30px;
}

.single-file-uploader div.progress .progress-bar.bg-success {
	background-color: #28a745!important;
}

.single-file-uploader div.progress .progress-bar.bg-error, 
.single-file-uploader div.progress .progress-bar.bg-verror {
	background-color: #dd4b39!important;
}

/* ./single file uploader */

/* ckeditor */
div.mokkiEditor.damnEditor {
	border: none;
}
div.mokkiEditor.damnEditor .cke {
	border-radius: unset;
}
/* ./ckeditor */
.doughnutTip {
	background: #fff;
	text-transform: none;
	color: #757575;
	/* opacity: 0.8; */
}
.profile-very-weak {
	color: #C00000;
}
.profile-weak {
	color: #FB8C00;
}
.profile-strong {
	color: #9CCC65;
}
.profile-very-strong {
	color: #00C000;
}

/* user messages */
.message-labels {
    width: 100%;
	margin-bottom: 15px;
}

.message-labels-container {
    margin-left: auto;
    margin-right: auto;
}

.message-labels-content {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background-color: white;
}

.message-labels-content a.close-msg {
    color: #039be5;
    text-decoration: underline;
    float: right;
    font-weight: normal;
}

.message-labels-content a.close-msg:hover {
    color: #039be5;
}

.message-labels-content h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #404040;
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
	width: 95%;
}

.message-labels-content h4.with-icon:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 120%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-right: 5px;
}
.message-labels-content h4.missing-info:before {
	content: "\f06a";
	color: #039be5;
}

.message-labels-content h4 a {
    color: #009bdd;
    /*padding-left: 8px;*/
    font-weight: normal;
    text-decoration: underline;
}

@media (max-width: 560px) {
	.message-labels-content h4 {
		width: 90%;
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.message-labels-content a i {
		font-size: 13px;
	}
}
.tab-good { color: #00C000; }
.tab-bad { color: #C00000; }
.fs80pr { font-size: 80%; }



/*
#message-labels2 {
    width: 100%;
    margin: 15px 0 0;
}

#message-labels2-container {
    margin-left: auto;
    margin-right: auto;
}

#message-labels2-content {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background-color: white;
}

#message-labels2-content a {
    color: #039be5;
    text-decoration: underline;
    float: right;
    font-weight: normal;
}

#message-labels2-content a:hover {
    color: #039be5;
}

#message-labels2-content h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #404040;
    float: left;
    margin: 0;
    padding: 4px 0 0 0;
}

#message-labels2-content h4 a {
    color: #009bdd;
    padding-left: 8px;
    font-weight: normal;
}
*/

/* ./user messages */

/*
#message-labels2-content h4 {
	width: 95%;
	white-space: normal;
}
@media (max-width: 560) {
	#message-labels2-content h4 {
		width: 90%;
	}
}
@media (max-width: 767px) {
	#message-labels2-content a {
		font-size: 10px;
	}
}
*/

.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-alert {
	height: auto;
	text-transform: capitalize !important;
}
.jconfirm .jconfirm-buttons .btn-confirm-ok {
 }
.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-confirm {
	float: left;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-confirm, .jconfirm .jconfirm-buttons .btn-confirm-ok {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-confirm:hover, .jconfirm .jconfirm-buttons .btn-confirm-ok:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-cancel {
	background-color: #ecf0f1;
	color: #000 !important;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn-confirm-cancel:hover {
	background-color: #bdc3c7;
	color: #000;
}
@media (max-width: 575px) {
	.profile-photography__white-box .photography {
		display: block;
	}
}

#publish-cta-strip {
	background-color: #3DACDA;
	border-top:1px solid #009bdd;
	border-bottom:1px solid #009bdd;
	height: 50px;
	color: #fff;
	line-height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#publish-cta-strip a {
	padding: 0px 20px;
	line-height: 35px;
	margin: 0px 10px;
}
#sel-category-strip {
	background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
}
#sel-category-strip a {
	color: #009bdd;
}
.hidden-670 { display: block; }
.visible-670 { display: none; }
@media (max-width: 670px) {
	#publish-cta-strip span { display: none; }
	.hidden-670 { display: none; }
	.visible-670 { display: block; }
}
@media (min-width: 992px) {
	.things-row {
		/*padding: 5px 100px 5px 15px;*/
		padding-right: 100px;
	}
}
.things-row .row-content {
	/*border-top: 1px solid #f5f5f5;*/
	border-bottom: 1px solid #d3d3d3;
	line-height: 50px;
	padding: 5px 15px;
	border-radius: 2px;
}
.things-row .row-content:hover {
	background-color: #fff;
	border-bottom: 1px solid #3dacda;
	/*
	border-top: 0px;
	border-bottom: 2px solid #3dacda;
	*/
}
.things-row .row-content .label-text {
	/*max-width: 80%;*/
	width: 80%;
	word-break: break-word;
}
.things-star {
	/*padding-right: 100px;*/
}
.things-star i:hover { color: #C68622; }
.things-star i.selected { color: #F9CB00; }

#doughnutText {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.anim-donut-chart-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 640px) {
	.chart {
		float: left;
		height: 120px !important;
		width: 120px !important;
	}
	/*
	.anim-donut-chart-box h3 {
		padding: 10px 5px;
		float: left;
    }
    */
}
.ps-text {
	font-weight: 550;
}
.visible-text, .hidden-text { cursor: text; }

@media (max-width: 1024px) {
	.upload-avatar-fix { padding-top: 0px; }
}
ul.footer-listing-text li { color: #bebebe; }
.dashboard-static-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.srch-tag-location:before, .srch-tag-category:before, .srch-tag-user:before {
	font-family: Fontawesome;
	font-weight: 500;
	padding-right: 8px;
}
.srch-tag-location:before {
	content: "\f041";
	color: #757575;
}
.srch-tag-category:before {
	content: "\f0e8";
	color: #757575;
}
.srch-tag-user:before {
	content: "\f007";
	color: #757575;
}
.bootstrap-tagsinput-max input {
	display: none;
}
.bootstrap-tagsinput-max {
	padding-bottom: 8px;
}
.search-result-page {
	width: 60%;
}
.search-result-page .bootstrap-tagsinput {
	width: 72%;
	text-align: left;
}
.home-page-search {
	width: 60%;
}
.home-page-search .bootstrap-tagsinput {
	width: 72%;
	text-align: left;
}

.hae-btn {
	height: 40px;
}
.bootstrap-tagsinput span.tag.label {
	white-space: normal;
}

/* score breakdown section styles */
.toggle-score-breakdown {
	margin-top: 20px;
}
.score-breakdown {
	border: 1px solid #7dc0db;
	padding: 10px;
}
.score-breakdown score {
	display: inline-block;
	text-align: right;
	width: 25px;
}
label.label-text.click-profile {
	display: inline-block;
}

.rfq-profile-item {
	position: relative;
	flex-wrap: wrap;
}
.rfq-profile-item.error {
	border: 1px solid transparent;
	padding: 10px 5px 5px;
	border-radius: 2px;
}
.rfq-profile-item.error.invalid-profile {
	/*
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	*/
	-webkit-box-shadow: 0px 0px 2px 2px #DD4C3B;
	-moz-box-shadow: 0px 0px 2px 2px #DD4C3B;
	box-shadow: 0px 0px 2px 2px #DD4C3B;
}
.rfq-profile-item.error.warning-profile {
	/*
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	*/
	-webkit-box-shadow: 0px 0px 2px 2px #8A6D3B;
	-moz-box-shadow: 0px 0px 2px 2px #8A6D3B;
	box-shadow: 0px 0px 2px 2px #8A6D3B;
}


.rfq-profile-item .profile-error {
	flex: 1 1 100%;
}
/*
.rfq-profile-item .remove-item {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: red;
}
.rfq-profile-item .remove-item:before {
    content: "\f00d";
}
*/
.rfq-profile-item .rfq-profile-photo {
	position: relative;
}
.rfq-profile-item .remove-item {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: #d22b09;
}
.rfq-profile-item .remove-item::before,
.rfq-profile-item .remove-item::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: 5px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #fff;
}
.rfq-profile-item .remove-item::before {
	transform: rotate(-45deg);
}
.rfq-profile-item .remove-item::after {
	transform: rotate(45deg);
}
.typeahead.dropdown-menu {
	max-height: 350px;
	overflow-x: hidden;
}

.only-loc-typeahead .typeahead.dropdown-menu li a {
	white-space: normal;
}

.rot-sec {
	bottom: 2px;
	margin: 0 9px;
	position: absolute;
	left: 0;
	z-index: 100;
}
.rot-sec ul li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.3);
}
.rot-sec ul li a {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
}
#profile-image-wrapper {
	position: relative;
}
#profile-image-wrapper .rot-sec {
	bottom: 0px;
}
#hero-image-wrapper {
	position: relative;
}
#hero-image-wrapper .rot-sec {
	bottom: 0px;
}
#transform-image-wrapper {
	/*
	display: table-cell;
	width: 300px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto;
	border: 1px solid red;
	*/

	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	/* text-align: center; */
	/* vertical-align: middle; */
	margin: 20px auto;
	/*border: 1px solid red;*/
}
/*
#transform-image-wrapper * {
	vertical-align: middle;
}
*/

#transform-image-wrapper img {
	max-width: 300px;
	max-height: 300px;
}
#transform-controls {
	padding: 10px 0px;
	font-size: 150%;
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
#transform-controls i {
	cursor: pointer;
}
#transform-controls i:not(:last-of-type) {
	border: 1px solid #009bdd47;
	width: 25px;
}
@media screen and (max-width: 374px) {

	#transform-image-wrapper {
		width: 250px;
		height: 250px;
	}

	#transform-image-wrapper img {
		max-width: 250px;
		max-height: 250px;
	}

	#transform-controls {
		width: 250px;
	}

}

#cropper-controls {
	padding: 5px 0px;
	font-size: 150%;
	margin: 0 auto;
	/*width: 300px;*/
	text-align: center;
}
#cropper-controls i {
	cursor: pointer;
}
#cropper-controls i:not(:last-of-type) {
	/*border: 1px solid #009bdd47;
	width: 25px;*/
}
#cropper-controls i:last-of-type {
	color: #00000080;
	/*border: 1px solid #009bdd47;
	width: 25px;*/
}



/*
.rotate-0 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
}

transform: rotate(90deg);
transform: scaleX(-1);

I fiddled with jsfiddle, and this worked:

$('#photo').css('transform', 'rotate(90deg) scaleX(-1)');
To relate it to your question, the resulting CSS looks like

transform: rotate(90deg) scaleX(-1);

.flip-hor {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.flip-vert {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
.flip-hor-vert {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
*/
.result-list-item .pic-box-inn img, .result-list-item .srch-list-avatar img {
	background-color: #e4e4e4a6;
}
.search-gray-section {
	position: relative;
}
.srch-plc-list-item .srch-plc-profile-pic {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 46px;
	/*border: 2px solid #e4e4e4;*/
}
.srch-plc-list-item .srch-plc-text {
	display: inline-block;
	/*background-color: #e4e4e4;*/
	border-radius: 2px;
	/* width: 30px; */
	/* padding: 5px; */
	line-height: 23px;
	margin: 5px 30px 0px 0px;
	color: transparent;
	/* max-width: 100px;*/
}
.srch-plc-list-item .text-right-box-search .srch-plc-text {
}
.srch-plc-list-item .label-text .srch-plc-text {
	margin-top: 0px;
	line-height: 18px;
}
.srch-plc-list-item .photo-box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/*flex-wrap: wrap;*/
}
.srch-plc-list-item .pic-box-inn {
	position: relative;
	width: 23.8%;
	/* desired width */
	margin: 5px;
}
.srch-plc-list-item .pic-box-inn:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.srch-plc-list-item .srch-plc-gal-pic {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* background: #333; */
	/* color: #fff; */
	line-height: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	/*border: 1px solid #e4e4e4;*/
}
.srch-plc-list-item .srch-plc-gal-pic, .srch-plc-list-item .label-text .srch-plc-text, .srch-plc-list-item .srch-plc-profile-pic {
	background-color: #fff;
}
.srch-plc-list-item .label-text:before {
	border-color: #e4e4e4;
}
.srch-plc-list .search-photogallery .bg-serch-2ndbox:hover {
	border: 2px solid #fff;
}
.srch-plc-list .bg-serch-2ndbox {
	cursor: auto;
}
/*
.search-gray-section .srch-overlay {
	position: absolute;
	background-color: transparent;
	border: 1px solid red;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.search-gray-section .srch-overlay .srch-overlay-content {
	background-color: #0000003b;
	border: 1px solid green;
	height: 100%;
}
.search-gray-section .srch-overlay .srch-overlay-content:after {
}
*/
@media screen and (max-width: 767px) {
	.srch-plc-list-item .srch-plc-text {
		margin-right: 0px;
		margin-top: 0px;
		line-height: 20px;
	}
	.srch-plc-list-item .text-right-box-search .srch-plc-text {
		width: 100%;
		line-height: 12px;
		margin-top: 0px;
	}
	.srch-plc-list-item .photo-box {
		flex-wrap: wrap;
	}
	.srch-plc-list-item .pic-box-inn {
		width: 45%;
	}
}

/*
.plc-animate-bg {
	background: linear-gradient(90deg, #e8e8e840, #b1b1b1a3);
}
.plc-animate-bg {
	background-size: 400% 400%;
	-webkit-animation: animatePlcBg 2s linear infinite;
	-moz-animation: animatePlcBg 2s linear infinite;
	animation: animatePlcBg 2s linear infinite;
}
@-webkit-keyframes animatePlcBg {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes animatePlcBg {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes animatePlcBg {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 100%}
}
*/

@-webkit-keyframes plcWiper {
	0% { background-position: -468px 0 }
	100%{ background-position: 468px 0 }
}
@-moz-keyframes plcWiper {
	0% { background-position: -468px 0 }
	100%{ background-position: 468px 0 }
}
@keyframes plcWiper {
	0% { background-position: -468px 0 }
	100%{ background-position: 468px 0 }
}
.plc-animate-bg {
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}
.plc-animate-bg {
	background-size: 900px 104px;
	/*
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: plcWiper;
	*/
	-webkit-animation: plcWiper 1s linear infinite forwards;
	-moz-animation: plcWiper 1s linear infinite forwards;
	animation: plcWiper 1s linear infinite forwards;
}

.textarea-box, .textarea-box-video {
	overflow: auto;
	overflow-x: hidden;
}

/* doughnut css */
.doughnutTip {
	display:none;
	opacity: 0;
	visibility: hidden;
}



.rfq-home-ln {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .rfq-home-ln {
        display: none;
    }
}
.rfq-home-ln i::before {
	top: 50%;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: -3px;
	color: #d9d9d9;
	font-size: 300%;
}

.thy-user, .thy-user:hover, .thy-user:focus, .thy-user:visited {
	color: #404040;
}
.thy-user {
	text-decoration: underline;
}

/*
.rfq-home-ln::before,
.rfq-home-ln::after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: -3px;
    content: '';
    background: #d9d9d9;
}

.rfq-home-ln::before {
    transform: rotate(-45deg);
}

.rfq-home-ln::after {
    transform: rotate(45deg);
}
*/

.ext-page-link {
	color: #09f;
	font-family: "Open Sans", sans-serif;
	line-height: 22px;
	text-decoration: underline;
}
.footer-listing-text li span {
    color: #bebebe;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
}
.verify-link-info {
}

.reg-resend-email {
	color: #fff;
	text-decoration: underline;
}
.alert-info {
	background-color: #3fc3ee !important;
}

.albumFilter a {
	display: inline-block;
	padding: 0px;
}

#top-cta-strip-wrap { padding-top: 60px; }
@media (max-width: 1300px) {
	#top-cta-strip-wrap { padding-top: 78px; }
}

/* Home Page Profile Error Message  */
/*
.home-profile-error {
	margin-bottom: 5rem;
}
.home-profile-error .message-labels {
    width: 90%;
    margin: 0 auto;
}
.home-profile-error .message-labels .message-labels-container {}
.home-profile-error .message-labels .message-labels-container .message-labels-content {
	padding: 2rem 1rem;
	border-radius: 4px;
}
*/
.home-profile-error {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
}
.home-profile-error .message-labels {
    width: 90%;
    margin: 0 auto;
}
.home-profile-error .message-labels .message-labels-container {}
.home-profile-error .message-labels .message-labels-container .message-labels-content {
	padding: 1rem;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.home-profile-error {
        top: 0;
        /* left: 0; */
        /* overflow: clip; */
        /* margin: 0 auto; */
        /* max-width: 90%; */
        padding: 0 1rem;
	}
	.home-profile-error .message-labels {
	    width: 100%;
	}
	.home-profile-error .message-labels .message-labels-container {}
	.home-profile-error .message-labels .message-labels-container .message-labels-content {
		padding: 0.5rem;
	}
}

/* ./Home Page Profile Error Message  */

/* New UDB 2X Content - 250421  */
.anim-donut-chart {
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.anim-donut-chart {
		flex-direction: column;
	}
	div.anim-donut-chart-box {
		min-height: 120px;
	}
}
div.anim-donut-chart-box div.udb2x-text-link-wrap {
	display: flex;
    /* justify-items: center; */
    flex-direction: column;
    justify-content: space-around;
/*    font-family: "Open Sans", sans-serif;*/
}
div.anim-donut-chart-box div.udb2x-text-link-wrap div.udb2x-title {
	font-size: 1.7em;
}
div.anim-donut-chart-box div.udb2x-text-link-wrap div.udb2x-title a {
	color: inherit;
}
div.anim-donut-chart-box div.udb2x-text-link-wrap div.udb2x-title a:hover {
	text-decoration: none;
}
div.anim-donut-chart-box div.udb2x-text-link-wrap div.udb2x-sub-title {
	font-size: 1.1em;
	margin-top: 1rem;
}
/* ./New UDB 2X Content - 250421  */

/* New Cropper - 250424  */
.crop-img-container {
	max-width: 100%;
	max-height: 100%;
}
.crop-img-container img {
	max-width: 200px;
	max-height: 200px;
}
/* ./New Cropper - 250424  */

/* New Page content - 250429  */
div#mdVideoPlayer form, 
div#add-video form, 
div#edit-video form, 
div#edit-image form, 
div#transform-image form, 
div.body-sec-pagecontent form {
	border-color: #f5f5f5 !important;
}
/* New Page content - 250429  */

/* COMMENTED OUT FOR NOW - New Bootstrap Tags Input - 250429  */
/*
.bootstrap-tagsinput {
	display: inline-block;
    padding: 0px 6px;
    overflow: hidden;
}
.bootstrap-tagsinput .tag, .bootstrap-tagsinput input {
	margin: 4px 2px 4px auto !important;
}
*/
/* ./New Bootstrap Tags Input - 250429  */
