.recaptcha_only_if_privacy a{
	color:#f16d30 !important;
	text-transform:uppercase;
}
#recaptcha_area {
	margin-bottom: 10px;
}
label.control-label {
    text-align: left !important;
}
label.error {
font: 10px/12px "robotomedium", Arial, Helvetica, sans-serif;
color: #f00;
float: left;
height:15px;
padding:0px;
}
.homepage_heading {
float: left;
width: 100%;
padding: 20px 0;
background: #51c2ec;
}
.link {
border: 0 none;
color: #337ab7;
cursor: pointer;
margin: 0;
outline: 0 none;
padding: 0;
font-weight: bold;
text-decoration: underline !important;
transition: all 0.25s ease-in-out 0s;	
}
.link:hover {
color: #2982ca;
}

/*alert note */
.note {
background: url(../img/alert.png) no-repeat 10px center;
padding-left: 50px !important;
}
/*.alert {
margin: 10px 25px;
padding: 10px;
border: 1px solid #F93;
text-align: left;
display: inline-block;
}*/

.menulinks li, .tablist li {
list-style:none;	
}
.homepage_earn h1 {
float: left;
width: 100%;
color: #4e4e4e;
font-family:'RobotoCondensedLight';
font-size: 36px;
padding: 40px 0 10px;
text-align: center;
margin: 0px;
}
.homepage_earn h2 {
float: left;
width: 100%;
font-size: 20px;
padding: 0 0 25px;
font-family: 'RobotoCondensedLight';
text-align: center;
color: #4e4e4e;
margin: 0px;
}
.homepage_earn p {
float: left;
width: 100%;
font-family: 'RobotoLight';
text-align: justify;
color: #3c3c3c;
font-size: 18px;
line-height: 28px;
padding: 10px 0 0;
}

.admin_third_party_integration_list{
	float:left;
	width:100%;
	margin:15px 0 10px;
}
.admin_third_party_integration_list ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.admin_third_party_integration_list ul li{
	background-color: #1ab0ec;
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    border: 1px solid #1090c3;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
	margin-right:10px;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    padding: 5px 10px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	width: 245px;
	margin-bottom: 30px;
	text-align: center;
}
.admin_third_party_integration_list ul li a{
    color: #fff;
	text-decoration:none;
}
.admin_third_party_integration_list ul li:hover{
	background-color: #49c0f0;
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border: 1px solid #15aeec;
}

.omnistar_group_select {
	background-color:#fff;
	color:#666;
}
.bjclear {
width: 100%;
padding-top: 17px; 
}

.omnistar_group_sales p {
	font:14px/20px "robotoregular", Arial, Helvetica, sans-serif;
}
.omnistar_reward_image img {
	padding: 15px;
	background: #fff;
	border: 2px solid #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	margin: 15px 0;
}

.m-top0 {
	margin-top: 0px;
}
/*for placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}


/* for affiliatePrograms->addlink page */
.addlink_area{
	float:left;
	width:100%;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	padding:0 0 5px;
}
.addlink_form_row{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    float: left;
    margin: 10px 15px;
    padding: 0;
    width: 950px;
}
.addlink_form_row label{
	color: #454545;
	font-family: 'RobotoMedium';
    float: left;
    font-size: 14px;
    height: 30px;
    padding: 10px 0 10px 10px;
    width: 220px;
}
.formRight{
	float:left;
	width:720px;
}
.addlink_form_input{
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 0 5px 5px 0;
	border:0px;
	border-left:1px solid #e6e6e6;
	color: #666;
    font-family: 'RobotoMedium';
    float: right;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 10px;
	width:720px;
    transition: all 0.25s ease-in-out 0s;
}

.addlink_submit{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
}

.addlink_submit_btn{
	background: linear-gradient(to bottom, #f7a84a 0%, #f16d30 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ff7700 #ff4100 #ff4100;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #ffb480 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-family: 'RobotoCondensedRegular';
    font-size: 26px;
    outline: 0 none;
    padding: 6px 36px 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #ff4100;
}
/* FOR TOOLTIP */
.social-icons a.tooltip span {
width: auto;
min-width: 70px;
}

/*START CODE FOR NEW TEMPLATE*/
ul.tablist li{
    width:230px;
}
ul.tablist li a span{
    font-size:50px;
}

#dashboardfooter {
    bottom: 0;
    width: 100%;
    position: fixed;
}

/*END CODE FOR NEW TEMPLATE*/


/* Form fields table columns widht */
.col1 {
    width:25%;
}
.col2 {
    width:19%; 
    text-align: center !important;
}
.col3 {
    width:10%;
    text-align: center !important;
}
.col4 {
    width:14%;
    text-align: center !important;
}
.col5 {
    width:16%;
}
.col6 {
    width:7%;
    text-align: center !important;
}
.col7 {
    width:5%;
    text-align: center !important;
}
.col8 {
    width:4%;
    text-align: center !important;
}

/* Sorting */
th.table-sortable {
  cursor:pointer;
  background-image:url("sortable.gif");
  background-position:center right;
  background-repeat:no-repeat;
  padding-right:12px;
}
th.table-sorted-asc {
  background-image:url("sorted_up.gif");
  background-position:center right;
  background-repeat:no-repeat;
}
th.table-sorted-desc {
  background-image:url("sorted_down.gif");
  background-position:center right;
  background-repeat:no-repeat;
}
.contactSupport {
    margin: 18% 0 0;
    text-align: center;
}
.mr5 {
    margin-right: 5px;
}
.fl {
    float: left;
}

.Favouritebox {outline:none; display:inline; background:url(../img/newwindow.png) no-repeat right; padding-right:10px; margin-right:5px; position:relative; }
.Favouritebox span {
    border-bottom:3px double #61a613;
    color:#61a613;
}
.Favouritebox span:before {
    display:none;
}
.Favouritebox:hover span:before {
  border-bottom:15px solid #ddd;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  content: "";
  position: absolute;
  left:0%;
  top:15px;
  z-index: 1;
  display:block;
}
    .Favouritebox .txt_center {font-weight: bold; text-align: center; padding-bottom: 5px;}
    .Favouritebox:hover {text-decoration:none;} 
    .Favouritebox .span_fav_txt {
        z-index:10;display:none; 
        padding:5px 5px;
        margin-top:20px; margin-left:-230px;
        width:400px; line-height:16px;
        clear: both;        
    }
    .Favouritebox:hover .span_fav_txt img {
        width:100%;
        height:auto;
        display:block;
    }
    .Favouritebox:hover .span_fav_txt{
        display:inline; position:absolute; top:5px; color:#111;
        border:1px solid #ddd; background:#ffffff;
    }
  
    .Favouritebox .span_fav_txt
    {
        border-radius:4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
        box-shadow: 5px 5px 8px #CCC;
    }
    .describe-text {
        color: #b7b7b7 !important;
        font-size: 12px;
    }

.admin_affiliate_watch_video {
float: right;
text-align: right;
width: 100%;
margin-bottom: 10px;
color: #313131;
font-size: 12px;
line-height: 24px;
font-family: 'HelveticaNeueRegular';
}    
 
.try {
    width: 93px;
    height: 31px;
    background-position: -30px -156px;
}
.try:hover {
    background-position: -30px -187px;
}
.try:active {
    background-position: -30px -218px;
}
.sprited {
    background: url(../img/download_sprite.png) no-repeat;
    overflow: hidden;
    display: block;
}
.btn-holder{
    padding:0 20px 20px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a.orange-btn,.orange-btn{
 background: rgb(239,118,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(239,118,0,1) 0%, rgba(249,58,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,118,0,1)), color-stop(100%,rgba(249,58,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(239,118,0,1) 0%,rgba(249,58,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(239,118,0,1) 0%,rgba(249,58,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(239,118,0,1) 0%,rgba(249,58,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(239,118,0,1) 0%,rgba(249,58,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7600', endColorstr='#f93a00',GradientType=0 ); /* IE6-9 */
  border: 1px solid #EA3600;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "OpenSansBold";
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration:none;
  opacity: 1;
}
a.orange-btn:hover,.orange-btn:hover{
 background: rgb(249,58,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,58,0,1) 0%, rgba(239,118,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,58,0,1)), color-stop(100%,rgba(239,118,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,58,0,1) 0%,rgba(239,118,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,58,0,1) 0%,rgba(239,118,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,58,0,1) 0%,rgba(239,118,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,58,0,1) 0%,rgba(239,118,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a00', endColorstr='#ef7600',GradientType=0 ); /* IE6-9 */
color:#fff;
opacity: 1;
}
#close_x {
    display: block;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    width:18px;
    background:url(../img/close.png) no-repeat 0 0;
    opacity:0.5;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
}
#close_x:hover {
    opacity:1;
}
#sign_up, #shortcut {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #c4c4c4;
    border-image: none;
    border-left: 1px solid #c4c4c4;
    border-radius: 10px;
    border-top: 1px solid #c4c4c4;
    display: none;
    padding: 0px;
    position: relative;
    width: 600px;
    box-shadow: 0px 4px 5px #b4b4b4;
    -moz-box-shadow: 0px 4px 5px #b4b4b4;
    -ms-box-shadow: 0px 4px 5px #b4b4b4;
    -o-box-shadow: 0px 4px 5px #b4b4b4;
    -webkit-box-shadow: 0px 4px 5px #b4b4b4;
}
#sign_up .hd, #shortcut .hd {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec', GradientType=0 ); /* IE6-9 */
    border-bottom: 2px solid #c4c4c4;
    margin: 0 0 10px;
    padding: 15px 20px 10px;
    border-radius: 10px 10px 0px 0px;
}
#sign_up .hd h3, #shortcut .hd h3 {
    margin: 0;
    background: url(../img/setup-bg.png) no-repeat left 2px;
    font: 20px Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 30px;
    height: 25px;
    font-weight: bold;
}
#sign_up .cnt, #shortcut .cnt {
    margin: 0;
    padding: 0 20px 20px;
    color:#000;
}
#sign_up p, #shortcut p {
    margin: 0;
    padding: 0;
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: #000;
}
.lb_overlay {
    background: rgba(255,255,255,0.9) !important;
    opacity: 1 !important;
}

#admin_settings .admin_admin_label {
width: 30%;
}

#admin_settings .admin_admin_field {
    width: 65%;
}

.shortcut_list {
    margin-left: 20px;
    list-style: none;
    padding: 0px;
}

.shortcut_list li {
    list-style: disc;
    color: black;
    font: 600 14px/24px "Helvetica Neue", "OpenSansRegular", ​Helvetica, ​Arial, ​Sans-Serif;
    margin: 5px 0;
}

.panel-title b {
    color:#000;
}
.lrg {
    padding: 5px 10px !important;
    font: 34px 'OpenSansBold', Arial, Helvetica, sans-serif !important;
}
.lrg:hover {
    color:#fff !important;
}

/* pagination */
.paginate .disabled {
color: #999; 
font: 14px/24px "Helvetica Neue", "OpenSansRegular", ​Helvetica, ​Arial, ​Sans-Serif;
font-weight: bold;
}
.paginate .current { 
font: 14px/24px "Helvetica Neue", "OpenSansRegular", ​Helvetica, ​Arial, ​Sans-Serif;
font-weight: bold;
}
.paginate a {
color: #68b6f5;
font: 14px/24px "Helvetica Neue", "OpenSansRegular", ​Helvetica, ​Arial, ​Sans-Serif;
font-weight: bold;
text-decoration: underline;
}
.account_verification_msg {
    color: red;
    font-weight: bold;
    text-align: center;
}
.demo_account_msg {
    font-size: 16px;
    width: 500px;
    margin-left: 30%;
    font-weight: bold;
}
.padtop3 {
    padding-top: 3%;
}
input[type=checkbox] {
    margin-right: 10px;
}
.icon-plus, .icon-minus {
    color:#000 !important;
}
#shopping_desc li {
list-style: inherit;
margin-left: 20px;
}
 
span.tracksuccess {
    background: url("../img/success.png") no-repeat -2px;
    display: inline-block;
    font-size: 12px;
    float: right;
    color: green;  
    padding-left: 20px;
    text-align: right;
}

span.trackwarning {
    background: url("../img/warning.png") no-repeat -2px;
    display: inline-block;
    font-size: 12px;
    float: right;
    color: red;  
    padding-left: 20px;
    text-align: right;
    cursor: pointer;
} 
.tooltip-inner {
    max-width: 300px;
    font-family: 'HelveticaNeueRegular';
    text-align: justify;
    padding:8px;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    background: #323232;
}
.tooltip-arrow {
    border-right-color: #323232 !important; 
}
input[type=checkbox].admin_admin_field_input, input[type=radio].admin_admin_field_input {
    float: none !important;
    margin-left: 5px;
    margin-right: 5px;
} 
.changeDiv input {
    margin: 10px 0px;
}
.changeDiv .remove_field {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.margintop10 {
    margin-top: 10px;
} 
.marginleft-15 {
    margin-left: -15%;
} 
.text-justify {
  text-align: justify;
}