/*/*/*@font-face {
    font-family: 'Interstate-LightCondensNormal';
    src: url('../font/interstatelightcondensed-webfont-webfont.eot');
    src: url('../font/interstatelightcondensed-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/interstatelightcondensed-webfont-webfont.woff') format('woff'),
         url('../font/interstatelightcondensed-webfont-webfont.ttf') format('truetype'),
         url('../font/interstatelightcondensed-webfont-webfont.svg#Interstate-LightCondensNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
	border:none;
	vertical-align: baseline;	
	text-decoration: none;
	font-weight: normal;
	font-family: 'Interstate-LightCondensNormal', sans-serif;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
}
#signInWrapper,
#signInButtonWraper,
a.dlReader,
#headerMenu ul,
#content,
#footer_wrap,
.embed_code,
.edit_t,
.edit_u,
.edit_ct,
ul.download,
ul.share,
.fading_mask,
.fading_mask_2,
#slides,
.kaywa_banner,
#header,
.input_url,
#embed,
img,
form,
a.newcode {
	display:none;
}
#headerMenu a.qrmgmtLogo {
    background: url("../images/logo_2.png") no-repeat scroll 0 0 transparent;
    display: block;
    /*float: left;*/
    height: 38px;
    text-indent: -9999px;
    width: 235px;
}
#myCodes {
    /*float: left;*/
    margin: 12px 0 15px;
    width: 100%;
}
#myCodes #title {
    /*background-image: url("../images/net_darkgreen.png");*/
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 100;
    line-height: 26px;
    padding: 5px 10px 5px 0;
    height: 100px;
}
#title .t_img {
	width:200px;
	height:28px;
	/*background: url('../images/my_safe_codes.png') no-repeat 0 0;*/
	margin: 4px 0 1px 2px;
	display:inline;
}
.t_img h1 {
	line-height: 26px;
	font-size:30px;
	font-weight: normal;
	font-family: 'Interstate-LightCondensNormal', sans-serif;
	color: #5F9E36;
	display:inline-block;
}
#myCodes .item {
    border-bottom: 1px solid #868B91;
    padding: 10px 0 0;
    overflow: hidden;
    position: relative;
}
#myCodes .item .qrCodeWrapper {
    display: inline;
    /*float: left;*/
    margin-right: 20px;
}
.statsMenu .qrCode, #myCodes .item .qrCode {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px auto;
    /*background-image: url("../images/qr_code_background.png");*/
    /*border-radius: 5px 5px 5px 5px;*/
    /*height: 96px;
    width: 96px;*/
}
.statsMenu .qrCode img,
.item .qrCode img {
    /*height: 86px;
    width: 86px;*/
    padding: 5px;
    border:1px dashed #000000;
}
#myCodes .qrCodeNumber,
#myCodes .qrCodePrint {
    margin: 5px 0 0;
}
#stats .qrCodeNumber,
#myCodes .qrCodeNumber,
#myCodes .qrCodePrint {
    line-height: 30px;
}
#myCodes .item .dataWrapper {
    /*display: inline;*/
    /*float: left;*/
    /*margin-bottom: 20px;*/
    width: 609px;
    position: absolute;
    top:0px;
    left:150px;
}
#myCodes .timendate {
    color: #000000;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    margin: 5px 0 0;
}
.edit_wrap {
    clear: left;
    height: 30px;
    line-height: 30px;
}
#myCodes .item .qrTitle {
    float: left;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    max-width: 518px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.input_url {
    display: none;
    height: 30px;
    left: 0;
    position: absolute;
    top: 53px;
    width: 609px;
}
#myCodes .description {
    color: #5F9E36;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0;
}
/* -------- TABLE CUSTOMERS -------- */
table.customers {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 20px 0;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}
table.customers tr.first td,
table.customers tr.light_blue td,
table.customers tr.light_white td {
    height: 35px;
    text-align: center;
    border-bottom: 2px solid #9DA8B0;
    border-right: 2px solid #9DA8B0;
}
table.customers tr.light_blue td:first-child,
table.customers tr.light_white td:first-child {
    border-left: 2px solid #9DA8B0;
}
table.customers tr.first td {
    padding-left: 0;
    background:#748187;
    color: #FFFFFF;
    font-size: 16px;
    border-top: 2px solid #9DA8B0;
}
table tr:first-child td:first-child {
    width:80px;
    border-left: 2px solid #9DA8B0;
    border-top-left-radius: 4px;
}
table tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
th, td {
    border: 0 none;
    text-align: left;
    vertical-align: middle;
}
table.customers tr.first td.third {
    width: 230px;
}
table.customers a {
	color:#000000;
	font-style: italic;
}
/* -------- TABLE EDIT_CUSTOMERS -------- */
table.edit_customers tr.first td.first {
    width: 290px;
}
table.customers tr.first td.last {
    width: 100px;
}























*/*/*/