/*/*/*@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;
}






   @page {
      margin: 1cm;   
    }
/*******NEW PRICING PAGE 10.03.2014*******/

#plans_and_pricing {
    width: 940px;
    margin: 0px auto;  
}

.pnp_on_home{
    margin-left: -107px !important;
    margin-top: 0 !important;
    float: left;
}

#plans_and_pricing h1{
    color: #6ba449;
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 30px;
    display: inline-block;
    width: 100%;
}

.plans_wrapper{
    margin-bottom: 40px;
}

.plans_wrapper ul{
    list-style: none;
}

.featuresRow{
    margin-top: 251px;
    width: 240px;
    float: left;
}

.featuresRow ul{
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.featuresRow ul li{
    height: 32px;
    padding-top: 18px;
    background: #FAFAFB url('../images/pricing-info-icon.png') right 8px center no-repeat;
    padding-left: 18px;
    border-bottom: 1px solid #E9EBEE;
    cursor: help;
    font-size: 15px;
    color: #898d90;
}

.featuresRow ul li span{
    font-size: 12px;
    background: #f0c13a;
    padding: 3px 6px;
    border-radius: 4px;
    color: white;
    margin-left: 5px;
}

.featuresRow ul li:hover{
    background: #efeff0 url('../images/pricing-info-icon.png') right 8px center no-repeat;
}

.featuresRow ul li.highlightedFeatures{
    height: 34px;
    padding-top: 16px;
    font-size: 17px;
    color: #454d55;
}

.planRow{
    float: left;
    width: 180px;
    text-align: center;
    position: relative;
}


.plans_wrapper .planShadow{
    position: relative;
    z-index: 99;
    -moz-box-shadow:    0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow:         0 0 10px #ccc;
}

.planRow ul li{
    background: white;
    height: 38px;
    padding-top: 12px;
    border-bottom: 1px solid #E9EBEE;
    border-left: 1px solid #E9EBEE;
    font-size: 22px;
    color: #353b41;
    font-weight: bold;
}

.planRow ul li img{
    display:block;
    margin: 0 auto;
}
.planRow ul li.checked{
        background: black;
    border-radius: 50px;
    margin: 10px 70px;
    height: 25px;
}

.planRow .planHead{
    height: 250px;
    background: white;
    border-bottom: 1px solid #E9EBEE;
    border-left: 1px solid #E9EBEE;
}

.planRow .planHead h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 22px;
    color: #353b41;
}

.planRow .planHead p{
    color: #898d90;
    height: 34px;
}

.planRow .planHead h3 span{
    font-size: 16px;
    color: #898d90;
}

.planRow .planHead h3 span.dolarSign{
    vertical-align: super;
    font-size: 20px;
    color: #353b41;
}

.planRow .planHead .currentPlanIndicator{
    width: 100px;
    padding: 5px 0;
    background: #7dbc53;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -50px;
    border-radius: 4px;
}


.planRow .planAdvanced .currentPlanIndicator{
    top: -30px;
}

.planRow .leftPlan{
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-left: none;
    overflow: hidden;
}

.planRow .rightPlan{
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}


.planRow .planName{
    background: #ADB7BC;
    height: 70px;
}

.planRow .planName h2{
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    padding-top: 20px;
}

.planRow .planAdvanced{
    height: 260px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.planRow .planAdvanced .planName{
    background: #f15a24;
    height: 80px;
    margin-top: -10px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.planRow .planAdvanced .planName h4{
    color: #f9c0b3;
    text-transform: uppercase;
    padding-top: 14px;
}

.planRow .planAdvanced h2{
    padding-top: 0px;
}

.planRow a.activePlan, .planRow a.upgradePlan, .planRow a.signUp, .planRow a.buyNow{
    padding: 7px 4px;
    width: 110px;
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
}

.planRow a.activePlan{
    background: white url('../images/net_5.png') repeat;
}

.planRow .planAdvanced a.upgradePlan{
    background: white url('../images/plans_and_pricing/net_orange.png') repeat; 
}

.planRow a.upgradePlan{
    background: white url('../images/net_5.png') repeat;
}

.planRow a.signUp{
    background: white url('../images/net_5.png') repeat;
}

.planRow a.buyNow{
    background: white url('../images/net_5.png') repeat;
}

.planRow .planAdvanced a.buyNow{
    background: white url('../images/plans_and_pricing/net_orange.png') repeat; 
}

.planRow .planFooter{
    height: 250px;
    background: white;
    border-left: 1px solid #E9EBEE;
}

.planRow .planFooter h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 22px;
    color: #353b41;
}

.planRow .planFooter p{
    color: #898d90;
    height: 34px;
}

.planRow .planFooter h3 span{
    font-size: 16px;
    color: #898d90;
}

.planRow .planFooter h3 span.dolarSign{
    vertical-align: super;
    font-size: 20px;
    color: #353b41;
}

.planRow .planAdvancedFooter{
    margin-top: 10px;
    height: 260px;
    background: white;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.planRow .planAdvancedFooter .planName{
    height: 70px;
    border-radius: 0;
}

.planRow .planAdvancedFooter .planName h2{
    padding-top: 20px;
}

.planRow .planAdvancedFooter h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 22px;
    color: #353b41;
}

.planRow .planAdvancedFooter p{
    color: #898d90;
}

.planRow .planAdvancedFooter h3 span{
    font-size: 16px;
    color: #898d90;
}

.planRow .planAdvancedFooter h3 span.dolarSign{
    vertical-align: super;
    font-size: 20px;
    color: #353b41;
}

/*ENTERPRISE PLAN*/

.enterpriseBlock{
    margin: 50px 0 50px 0;
    border-radius: 4px;
    /*overflow: hidden;*/
    position: relative;
}


.enterpriseBlock .currentPlanIndicator{
    width: 100px;
    padding: 5px 0;
    background: #7dbc53;
    text-align: center;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 6%;
    border-radius: 4px;
    -moz-box-shadow:    0 0 5px #ADB7BC;
    -webkit-box-shadow: 0 0 5px #ADB7BC;
    box-shadow:         0 0 5px #ADB7BC;
}

.enterpriseBlock .currentPlanIndicator span{
    position: absolute;
    bottom: -6px;
    left: 48px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #7dbc53;
}

.enterpriseBlock h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #454d55;
    margin-bottom: 10px;
}

.enterpriseBlock .leftBlock{
    width: 565px;
    height: 105px;
    background:#fafafb;
    float: left;
    padding: 25px 75px 0 20px;
}

.enterpriseBlock .leftBlock p{
    font-size:  16px;
    line-height: 22px;
    color: #454d55;
}

.enterpriseBlock .rightBlock{
    width: 280px;
    height: 130px;
    background:white;
    float: left;
    text-align: center;
}

.enterpriseBlock .rightBlock a{
    background: white url('../images/net_7.png') repeat;
    padding: 7px 0;
    width: 180px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 22px;
    border-radius: 4px;
}

.enterpriseBlock .rightBlock span{
    display: inline-block;
    font-size: 16px;
    color: #898d90;
}

/*FREE PLAN*/

.freePlanBlock{
    margin: 50px 0 50px 0;
    border-radius: 4px;
    /*overflow: hidden;*/
    position: relative;
    display: none;
}

.freePlanBlock .currentPlanIndicator{
    width: 100px;
    padding: 5px 0;
    background: #7dbc53;
    text-align: center;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 6%;
    border-radius: 4px;
    -moz-box-shadow:    0 0 5px #ADB7BC;
    -webkit-box-shadow: 0 0 5px #ADB7BC;
    box-shadow:         0 0 5px #ADB7BC;
}

.freePlanBlock .currentPlanIndicator span{
    position: absolute;
    bottom: -6px;
    left: 48px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #7dbc53;
}

.freePlanBlock h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #454d55;
    margin-bottom: 10px;
}

.freePlanBlock .leftBlock{
    width: 565px;
    height: 190px;
    background:#fafafb;
    float: left;
    padding: 25px 75px 0 20px;
}

.freePlanBlock .leftBlock p{
    font-size:  16px;
    line-height: 22px;
    color: #454d55;
}

.freePlanBlock .rightBlock{
    width: 280px;
    height: 215px;
    background:white;
    float: left;
    text-align: center;
}

.freePlanBlock .rightBlock a{
    background: white url('../images/net_7.png') repeat;
    padding: 7px 0;
    width: 180px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 22px;
    border-radius: 4px;
}


/*CUSTOMER COMENTS*/

#plans_and_pricing .customerComments{   
    width:790px;
    height: 200px;
    margin: 50px auto;
    text-align: center;
    clear: both;
    color:#FFFFFF;
    position: relative;
    left: -10px;
    z-index: 10;
    padding: 0 40px;
}
#plans_and_pricing .customerComments p{
    font-size: 20px;
    padding: 70px 0 0 0;
    color: #5f676e;
}
#plans_and_pricing .customerComments p.longComment{
    padding: 70px 0 0 0;
}
#plans_and_pricing .customerComments .customerInfo{
    color: #9baab1;
    font-weight: 400;
    text-align: center;
    width: 30%;
    display: inline-block;
}

#plans_and_pricing .customerComments .customerInfo hr{
    display: inline-block;
    width: 10%;
}

#plans_and_pricing .customerComments .customerInfo .customerName{
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
}

#plans_and_pricing .customerComments li{
    list-style: none;
}
#plans_and_pricing .customerComments .next,
#plans_and_pricing .customerComments .prev{
    background: url(../images/plans_and_pricing/arrows-btn.png);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 83px;
    cursor: pointer;
}
#plans_and_pricing .customerComments .prev{
    left: -10px;
    background-position: right bottom;
}
#plans_and_pricing .customerComments .next{
    right: -10px;
    background-position: left bottom;
}

#plans_and_pricing .customerComments .next:hover{
    background-position: left top;
}

#plans_and_pricing .customerComments .prev:hover{
    background-position: right top;
}

.register-popup, .default-popup-wrapper {
    display: none;
}















*/*/*/