/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.input-group-btn:last-child>.btn,.btn-group>.dropdown-toggle:not(:first-child),.input-group-addon:last-child{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.domains-row .input-group-addon,p.form-control-static{
	direction:ltr;
}
#order-standard_cart .field, #order-standard_cart .form-control,select#inputCountry,select#inputState{
    direction: ltr;
}
.domain-checker-bg .tooltip.right .tooltip-inner{
	min-width:180px;
}
.product-selection-sidebar-rtl{
	position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    display: none;
	z-index: 1;
}
#order-universal_slider .striped-container-rtl {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -1500px;
    padding-right: 1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    background-color: #efefef;
}
input[name="domain"]::-webkit-input-placeholder{
  	text-align:right;
}
input[name="domain"]::-moz-placeholder{
  	text-align:right;
}
input[name="domain"]:-ms-input-placeholder{
  	text-align:right;
}
input[name="domain"]:-moz-placeholder{
  	text-align:right;
}

input[name="email"]::-webkit-input-placeholder{
  	text-align:right;
}
input[name="email"]::-moz-placeholder{
  	text-align:right;
}
input[name="email"]:-ms-input-placeholder{
  	text-align:right;
}
input[name="email"]:-moz-placeholder{
  	text-align:right;
}

input[type="password"]::-webkit-input-placeholder{
  	text-align:right;
}
input[type="password"]::-moz-placeholder{
  	text-align:right;
}
input[type="password"]:-ms-input-placeholder{
  	text-align:right;
}
input[type="password"]:-moz-placeholder 
{
  	text-align:right;
}

#owndomainsld,#transfersld,#registersld,input[name="domain"],input[type="password"],input[type="email"],select[name="state"],select[name="country"]{
    text-align:right;
    padding-left:10px;
}
table.dataTable thead .sorting:after,table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after,#order-standard_cart .domains-row .col-sm-3, #order-standard_cart .domains-row .col-sm-9, #order-standard_cart .domains-row .col-xs-2, #order-standard_cart .domains-row .col-xs-3, #order-standard_cart .domains-row .col-xs-5, #order-standard_cart .domains-row .col-xs-7, #order-standard_cart .domains-row .col-xs-9,.domains-row .input-group-addon, p.form-control-static{
	text-align:right;
}
#order-standard_cart .view-cart-tabs {
    margin: 20px 0 20px 0 !important;
}
#frmProductDomain div[class^="col-sm"],#frmProductDomain div[class^="col-xs"]{
	float:left;
}
#frmProductDomain .col-sm-offset-1{
	margin-right:auto;
	margin-left: 8.33333%;
}