﻿.win8button {
	margin: .3em;
	text-align: center;
    display: inline-block;
    text-decoration: none;
    vertical-align: -.2em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win8button.nomargin{
	margin: 0em .3em;
}

#tutDialog .body .container .text .win8button.nomargin{
    display: inline;
}

.win8button .img {
	width: 1.4em;
	height: 1.4em;
	background-position: 0px 0px;
	background-color: transparent;
	/*border: 0.1em solid white;*/
	border-radius: 50%;
	margin: 0 auto;
	font-family: 'html_viewer_fontregular';
    /*font-size: 1.7em;*/
    font-size: 2em;
    line-height: 1.45em;
	cursor: pointer;
}

.win8button .img.small {
	width: 1em;
	height: 1em;
	font-size: 1.3em;
	font-family: 'html_viewer_fontregular';
	color: white;
	line-height: 1em;
}

.win8button .img.large {
	width: 1em;
	height: 1em;
	font-size: 3em;
	font-family: 'html_viewer_fontregular';
	color: white;
	line-height: 1em;
}

body.safari.desktop .win8button .img {
    border-width: 2px;
}

.win8button.textless {
    margin-top: 0.8em;
    margin-right: .6em;
    vertical-align: 0.3em;
}

@media (max-width:767px) {
    .win8button.textless {
        margin-top: 0.8em;
        margin-right: 0em;
        margin-left: 0em;
        vertical-align: 0.3em;
    }
}
/*.popin .win8button.textless .img, #closeSubscribePopin .img{*/
    /*line-height: 1.3em;*/
/*}*/

.win8button .label {
    font-size: 0.8em;
}
.win8button.textless .label {
    display: none;
}

.win8button .square{	/* For square Buttons */
	border-radius: 0%;
	border: 0;
	background-color:#3A4A7F;
}

.win8button .active{
	background: #3a4a7f
}

#buttonInner a:hover{
	background-color: #5a71c1;
}
.win8button.active {
}

.win8button.active .img {
	background-color: #FFFFFF;
}

.win8button .img.noborder {
	border: 0;
}

/*#backBtn .label {*/
	/*display: none;*/
/*}*/
.win8button .moreBtnIcon{
	float: left;
    margin: .5em;
}

.win8button .moreBtnLabel{
    text-align: left;
    margin: 1.9em .5em;
}

.win8button .img.selCheckmark{
    background: white;
    height: 1.1em;
    width: 1.1em;
    font-size: 1.1em;
    line-height: 1.1em;
    border: 1px solid black;
    color: black;
    margin-left: -4px;
    display: inline-block;
}

.win8button .img.selCheckmark span{
    font-family: 'html_viewer_fontregular';
}
