@charset "utf-8";
.float-left  {
    float: left;
}
.float-right {
    float: right;
}
/*
.hide {
    display: none;
}
.show {
    display: block;
}*/
.content {
    font: 1em/1.4 Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.title {
    font: 1.7em/1.2 Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.code {
    font: 0.8em/1.6 Monaco, Mono-Space, monospace;
}
/*
.disabled {
    pointer-events: none;
    opacity: 0.5;
}*/
table thead tr {
	border-bottom: 1px solid #DDDDDD;
}
table td, table th {
	padding: 0.75em 1em;
	vertical-align: top;
}
table tr:nth-child(even) {
    background: #F7F7F7;
}
a {
    text-decoration: none;
    color: #005DB4;
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}
.site-clear {
	clear: both;
	display: block;
	height: 0;
	float: none;
}
.visuallyhidden {
    position: absolute;
    width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.break {
    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}
pre {
    white-space: pre-wrap;       /* Chrome & Safari */
    white-space: -moz-pre-wrap;  /* Mozilla since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
img {
	max-width: 100%;
}

article> h2,
.heading {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	margin-top: 0.4em;
}

.subheading {
	background-color: #F2F2F2;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	padding: 0.1em 2%;
	text-transform: uppercase;
}
/* -------------------------------------------------
	               Buttons
------------------------------------------------- */
.btn {
	text-decoration: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	cursor: hand;
	cursor: pointer;
	margin-left: 11px;
	margin-right: 11px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.btn.btn-blue { line-height:30px;}

.btn > input[type=submit] {
	line-height: 36px;
	padding: 0 0.5em;
}

a.btn,
span.btn {
	display: block;
	float: left;
	padding: 0 0.5em;
}

.btn:before,
.btn:after
{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	height: 36px;
	width: 11px;
}

.btn:before {
	left: -10px;
}

.btn:after {
	right: -11px;
}

/* clean gray
*******************************************************************************/
.btn-clean-gray {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 8px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 150px; }
.btn-clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
.btn-clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.btn-clean-gray {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 8px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 150px; }
.btn-clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
 .btn-clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.btn-topmenu, div.account-info a {
	font-size: 12px;
	color: #ffffff;
	padding: 2px 7px;
	text-transform:capitalize;
	background:#0969b2;
	background: -moz-linear-gradient(
		top,
		#0969b2 0%,
		#0864aa 25%,
		#075896);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0969b2),
		color-stop(0.25, #0864aa),
		to(#075896));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #005596;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(9,105,178,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(9,105,178,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(9,105,178,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


/* -------------------------------------------------
	               Buttons END
------------------------------------------------- */

/* -------------------------------------------------
	               Red Button
------------------------------------------------- */
.btn-red,
.btn-red > input[type=submit],
.btn-red > input[type=button]
{
	background: transparent url('../images/esporta/btn-red-bg.png') repeat-x 0px 0px;
	color: #FFFFFF;
}

.btn-red:before {
	background: transparent url('../images/esporta/btn-red-before.png') no-repeat 0px 0px;
}

.btn-red:after {
	background: transparent url('../images/esporta/btn-red-after.png') no-repeat 0px 0px;
}
/* -------------------------------------------------
					Red Button END
------------------------------------------------- */

/* -------------------------------------------------
	               Blue Button
------------------------------------------------- */
.btn-blue,
.btn-blue > input[type=submit],
.btn-blue > input[type=button]
{
	background: transparent url('../images/esporta/btn-blue-bg.png') repeat-x 0px 0px;
	color: #FFFFFF;
}

.btn-blue:before {
	background: transparent url('../images/esporta/btn-blue-before.png') no-repeat 0px 0px;
}

.btn-blue:after {
	background: transparent url('../images/esporta/btn-blue-after.png') no-repeat 0px 0px;
}
/* -------------------------------------------------
					Blue Button END
------------------------------------------------- */

@media print {
    * {
        background: none !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;

        /* Images, vectors and such */
        filter: Gray();                          /* IE4-8: depreciated */
        filter: url('desaturate.svg#grayscale'); /* SVG version for IE10, Firefox, Safari 5 and Opera */
        -webkit-filter: grayscale(100%);         /* Chrome + Safari 6 */
        -moz-filter: grayscale(100%);            /* Future proof */
        -ms-filter: grayscale(100%);             /* Future proof */
        -o-filter: grayscale(100%);              /* Future proof */
        filter: grayscale(100%);                 /* Future proof or polyfilled */
    }

    a {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href="#"],
    a[href="javascript:"] {
        content: "";
    }


}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2), /* Looks like a bug, so may want to add: */
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    /* Your retina specific stuff here */
}
/* Empty Elements */
.debug div:empty, .debug span:empty,.debug li:empty,.debug p:empty,.debug td:empty,.debug th:empty {
    padding: 20px;
    border: 5px dotted yellow !important;
}

/* Empty Attributes */
.debug *[alt=""], .debug *[title=""], .debug *[class=""], .debug *[id=""], .debug a[href=""] {
    border: 5px solid yellow !important;
}

/* Deprecated Elements */
.debug applet, .debug basefont, .debug center, .debug dir, .debug font, .debug isindex, .debug menu, .debug s, .debug strike, .debug u {
    border: 5px dotted red !important;
}

/* Deprecated Attributes */
.debug *[background], .debug *[bgcolor], .debug *[clear], .debug *[color], .debug *[compact], .debug *[noshade], .debug *[nowrap], .debug *[size], .debug *[start],.debug *[bottommargin], .debug *[leftmargin], .debug *[rightmargin], .debug *[topmargin], .debug *[marginheight], .debug *[marginwidth], .debug *[alink], .debug *[link], .debug *[text], .debug *[vlink],.debug *[align], .debug *[valign],.debug *[hspace], .debug *[vspace],.debug *[height], .debug *[width],.debug ul[type], .debug ol[type], .debug li[type] {
    border: 5px solid red !important;
}

/* Proposed Deprecated Elements */
.debug input[type="button"], .debug big, .debug tt {
    border: 5px dotted #33FF00 !important;
}

/* Proposed Deprecated Attributes */
.debug *[border], .debug table[cellpadding], .debug table[cellspacing] {
    border: 5px solid #33FF00 !important;
}


#ForgotPasswordForm dt {
  line-height: 40px;
}

.btn-submit-changepass {
  margin-left: 30px;
}