/* 
Name: HANZO
Author: Eduardo Rossini Junior contato@eduardorossini.com
Date: Feb 27, 2014, 12:01:21 PM
*/

/* TYPOGRAPHY */
/* ----------------------------------------- */

@font-face {
    font-family: 'DINNextLTProRegular';
    src: url('DINNextLTPro-Regular/dinnextltpro-regular.eot');
    src: url('DINNextLTPro-Regular/dinnextltpro-regular.eot') format('embedded-opentype'),
         url('DINNextLTPro-Regular/dinnextltpro-regular.woff') format('woff'),
         url('DINNextLTPro-Regular/dinnextltpro-regular.ttf') format('truetype'),
         url('DINNextLTPro-Regular/dinnextltpro-regular.svg#DINNextLTProRegular') format('svg');
}
@font-face {
    font-family: 'DINNextLTProCondensed';
    src: url('DINNextLTPro-Condensed/dinnextltpro-condensed.eot');
    src: url('DINNextLTPro-Condensed/dinnextltpro-condensed.eot') format('embedded-opentype'),
         url('DINNextLTPro-Condensed/dinnextltpro-condensed.woff') format('woff'),
         url('DINNextLTPro-Condensed/dinnextltpro-condensed.ttf') format('truetype'),
         url('DINNextLTPro-Condensed/dinnextltpro-condensed.svg#DINNextLTProCondensed') format('svg');
}




/* ALL */
/* ----------------------------------------- */
.clear {
    clear: both;
}


body {
    background: #414655;
    margin: 0;
    font-family: 'DINNextLTProRegular', HeveticaNeue-Light, sans-serif;
    color: #7d7d7d;
}
h1 {
    font-size: 20px;
}
ul {
    list-style: none;
    padding: 0px;
}
a {
    color: #676767;
}
a:hover {
    color: #ef2c8c;
}
.boxLogin {
    border: 1px solid #323541;
    background-color: #FFF;
    width: 371px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7em;
    padding: 24px;
}
.loginLogoHANZO {
    width: 419px;
    height: 60px;
    background: #ef2c8c url(../imgs/logo_hanzo.png) no-repeat;
    background-position: center center;
    border-bottom: 2px solid #8c1e58;
    display: block;
    margin: -24px -24px 18px -24px;
}
.boxLogin input {
    width: 345px;
    height: 30px;
    background: #fbfbfb;
    border: solid 1px #eeeeee;
    color: #414655;
    font-size: 18px;
    padding: 5px 10px;
}
.boxLogin ul li {
    margin-bottom: 20px;
}
.boxLogin ul li label {
    float: left;
}

.boxPassword input {
    width: 345px;
    height: 30px;
    background: #fbfbfb;
    border: solid 1px #eeeeee;
    color: #414655;
    font-size: 18px;
    padding: 5px 10px;
}
.boxPassword ul li {
    margin-bottom: 20px;
}
.boxPassword ul li label {
    float: left;
}
.boxChangePassword input {
    width: 345px;
    height: 30px;
    background: #fbfbfb;
    border: solid 1px #eeeeee;
    color: #414655;
    font-size: 18px;
    padding: 5px 10px;
}
.boxChangePassword ul li {
    margin-bottom: 20px;
}
.boxChangePassword ul li label {
    float: left;
}
.button {
    background: #414655;
    color: #FFF;
}
.button.center {
    width: 100px;
    height: 20px;
    display: block;
    padding: 9px;
    text-align: center;
    text-decoration: none;
}

/* ============================================================ */
/* ==================== Modal windows: jqModal jQuery plugin */
/* ============================================================ */
.jqmWindow {
	display: none;
	position: fixed;
	background-color: #FFF;
	border: 7px solid #D5D5D5;
	overflow: hidden;
	padding: 15px;
	width: 50%;
	height: 50%;
	top: 0;
	margin-top: 3em;
}

.jqmWindow .buttons {
	bottom: 2%;
        display: block;
        width: 190px;
        background-color: #fff;
        margin: 0 auto;
}

.jqmWindow > form {
	height: 100%
}
a#forgotPassword, a#changePassword {
    height: 20px;
    width: 171px;
}

.jqmWindow .content {
	height: 85%;
	overflow: auto;
}

.modalSquare {
    left: 52% !important;
    width: 46% !important;
	margin-left: -26% !important;
}

.modalXsmall {
	top: 45% !important;
	height: 5em !important;
	margin-top: -5em !important;
	left: 50% !important;
	width: 18em !important;
	margin-left: -9em !important
}

.modalSmall {
	top: 41% !important;
	height: 275px !important;
	margin-top: -10em !important;
	left: 39.2% !important;
	width: 370px !important;
}

.modalSmall div.content {
	height: 242px;
}

.modalNormal {
    left: 52% !important;
    width: 46% !important;
    height: 70% !important;
	margin-left: -26% !important;
}

.modalHuge {
	top: 20% !important;
	height: 80% !important;
	margin-top: -8% !important;
	left: 20% !important;
	width: 80% !important;
	margin-left: -11.5% !important
}

.jqmWindow img.loading {
	position: absolute;
	bottom: 7px;
	right: 14px;
}

.jqmWindow img.close, .jqmWindow img.jqmClose {
	position: absolute;
	right: 15px;
	top: 15px
}

.jqmWindow div.content {
	overflow: auto;
}

.jqmWindow div.content > ul, .jqmWindow div.content ul.first_level  { margin-top: 0.75em; padding-top: 0.6em; border-top: 1px solid #F0F0F0 }
/* == Also in jQuery layout() function, to fix IE6/7 rendering issues */

.jqmWindow div.content > ul:first-child, .jqmWindow div.content ul.first_child  { margin-top: 0; padding-top: 0; border-top: 0 !important }
/* == Also in jQuery layout() function, to fix IE6/7 rendering issues */

.jqmWindow div.content ul li label.after_checkbox_radio { font-weight: normal; font-size: 0.8em; cursor: pointer; display: inline; margin-right: 1.7em }
/* == Also in jQuery layout() function, to fix IE6/7 rendering issues */

.jqmWindow div.content ul.sentMTs {
	font-size: 0.8em
}

.jqmWindow div.content ul.sentMTs > li:first-child {
	font-weight: bold
}

.jqmWindow div.content ul.sentMTs li {
	padding-bottom: 0.7em
}


/*
.modalContent {
	display: none
}

.jqmWindow .modalContent {
	display: block;
	margin: 0;
	overflow: auto;
	height: 90%
}

.modalContent p {
	line-height: 1.4em;
}
*/

.jqmWindow em {
	color: #ff0066;
	font-weight: bold
}

/*
.jqmWindow div.buttons {
	position: absolute;
	bottom: 1.5%;
	right: 2%;
	width: 96%
}

.jqmWindow div.form {
	border: 0;
	padding: 0;
	margin: -16px 0 0 0	
}
*/

/*
.jqmWindow .form ul:first-child, .jqmWindow .form ul.first_child { margin-top: 25px; border-top: 0; padding-top: 0 }

*//* == Also in jQuery layout() function, to fix IE6/7 rendering issues */

/*
.jqmWindow label {
	white-space: normal
}

.jqmWindow .form ul > li {
	float: left;
	margin-right: 0.7em
}
*/

.jqmOverlay { background-color: #fff; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* ============================================================ */
/* ==================== Tooltips */
/* ============================================================ */
#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: #ff0066;
    padding: 0.5em;
    opacity: 0.9;
    color: #fff;
	max-width: 25em;
}

#tooltip h3, #tooltip div {
    margin: 0;
}

#tooltip h3 {
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}

#tooltip div {
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 0.3em;
}
