/** CSS for styling the issues seen only in IE browsers*/

/** Workaround for double arrows for some dropdowns*/
.selectbox select::-ms-expand{
	display: none;
}

/** Workaround for jumbled dropdowns*/
.selectbox{
	display: inline-flex !important;
}


/** Workaround for unwanted width*/

/* / Internet Explorer 10+, Microsoft Edge Browser / */

_:-ms-lang(x), .above-scroller { width:auto !important; } 


/*.above-scroller{
	width:100% !important;
	margin-left :0px !important;
}*/


/** Social Media*/
	/** Workaround for conjusted table views*/
	/*_:-ms-lang(x), */
	.sm-table{
		width:auto !important;
	}
	.sm-table tbody {
		overflow-x: hidden !important;
	}

/* Market Places /

	/*_:-ms-lang(x),  */
	.mp-table tbody {
		overflow-x: hidden !important;
	}

	/*_:-ms-lang(x), */
	 .mp-table  {
		width: auto !important;
	}

/** Standalone Websites*/
	/*_:-ms-lang(x),  */
	.sw-table tbody {
		overflow-x: hidden !important;
	}

	/*_:-ms-lang(x),*/
	  .sw-table  {
		width: auto !important;
	}
	/* Date Picker */

 @-moz-document url-prefix() {
  .date-picker{
 	top : 0 !important;
 }
}

_:-ms-lang(x), .date-picker{
	top : 0 !important;
}
 

/* Safari 7.1+ */

::-webkit-full-page-media, :future, :root  .date-picker{
	top : 0 !important;
}
.date-picker{
	top : 0 !important;
}
app-dashboard .hd-row .hd-dw , app-marketplace-dashboard .hd-row .hd-dw, app-socialmedia-dashboard .hd-row .hd-dw,
app-standalone-websites-dashboard .hd-row .hd-dw{
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-end !important;
	margin-left: auto !important;
}

app-dashboard .hd-row .hd-txt , app-marketplace-dashboard .hd-row .hd-txt, app-socialmedia-dashboard .hd-row .hd-txt,
app-standalone-websites-dashboard .hd-row .hd-txt{
	display: flex !important;
}

app-dashboard .hd-row , app-marketplace-dashboard .hd-row, app-socialmedia-dashboard .hd-row,
app-standalone-websites-dashboard .hd-row{
	display: flex !important;
}
	