/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}



/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/*@media screen and (min-width: 1280px){
	.auth_tab_links li{
		padding-top: 0px; 
		padding-bottom: 0px; 
	}
	.auth_tab_links li.selected span{
		height: 26px;
	}
	.auth_tab {
		width: 260px;
		margin-left: 160px;
	}
	.auth_tab_content{
		padding: 10px 20px 10px 20px;
	}
	#accountLogin{
		width:100%;
	}
	.logo-area img{
		width: 230px;
	}
	.auth_tab_links li.selected span{
		font-size:18px;
	}
	.auth_icon{
		height:30px;
	}
	.auth_input{
		width: 160px;
		padding: 7px 12px;
	}
	.auth_icon_user {
		background: url(../../images/icons.png) 6px -75px no-repeat;
		background-color: #fff;
	}
	.auth_icon_pwd {
		background: url(../../images/icons.png) -19px -75px no-repeat;
		background-color: #fff;
	}
	.auth_icon_bar {
		background: url(../images/icons.png) -43px -73px no-repeat;
	}
	#captchaResponse{
		width:89px;
	}
	.captcha-img{
		width: 70px;
		height:30px;
	}
	.auth_login_footer{
		margin-top: 100px;
	}
	.auth_login_btn {
    	padding: 4px 12px;
   	 	letter-spacing:2px;
	}
}*/



@media screen and (max-width: 1560px){
	.auth_tab_links li{
		padding-top: 0px; 
		padding-bottom: 0px; 
	}
	.auth_tab_links li.selected span{
		height: 26px;
	}
	.auth_tab {
		width: 350px;
	}
	.auth_tab_content{
		padding: 10px 35px 22px 35px;
	}
	#accountLogin{
		width:100%;
	}
	.auth_tab_links li.selected span{
		font-size:18px;
	}
	.auth_icon{
		height:30px;
	}
	.auth_input{
		padding: 7px 12px;
	}
	.auth_icon_user {
		background: url(../../images/icons.png) 6px -75px no-repeat;
		background-color: #fff;
	}
	.auth_icon_pwd {
		background: url(../../images/icons.png) -19px -75px no-repeat;
		background-color: #fff;
	}
	.auth_icon_bar {
		background: url(../../images/icons.png) -43px -73px no-repeat;
		background-color: #fff;
	}
	#captchaResponse{
		width:89px;
	}
	.captcha-img{
		width: 70px;
		height:30px;
	}
	.auth_login_btn{
	}
	.auth_login_footer{
	}
}

@media screen and (min-width: 1600px){
	.auth_login_footer{
	}
}

@media screen and (min-width: 1900px) {
	.auth_tab {
	}
	.auth_login_content{
	}
	.auth_login_footer{
		/*margin-top:130px;*/
	}
	.auth_error{
		top: 42px;
	}
}


