﻿
.tabs {
    margin: 0 0 20px;
}
.tabs .nav {
    border-bottom: 1px solid #999999;
    margin: 0 0 10px;
    padding: 0 10px;
}
.tabs .nav a {
    background-clip: padding-box;
    background-color: #CBCBCB;
    border-radius: 5px 5px 0 0;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.tabs .nav a.active {
    background-color: #FFFFFF;
    border-color: #999999;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    bottom: -1px;
    position: relative;
}
.tabs .panel {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.tabs .panel.open {
    position: static;
}
.pillbox .nav {
    padding: 0;
}
.pillbox .nav a {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 padding-box #6E6C64;
    border-radius: 0 0 0 0;
    border-right: 1px solid #9E9B90;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}
.pillbox .nav a:first-child {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px;
}
.pillbox .nav a:last-child {
    background-clip: padding-box;
    border-radius: 0 3px 3px 0;
    border-right: medium none;
}
.pillbox .nav a:hover {
    background: none repeat scroll 0 0 #848377;
    color: #FFFFFF;
    text-decoration: none;
}
.pillbox .nav a.disabled:hover {
    background: none repeat scroll 0 0 #6E6C64;
}
.pillbox .nav a.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    bottom: 0;
    color: #333333;
}
.pillbox .nav a.active:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 90%;
    width: 0;
}
.pillbox .nav.thirds a {
    text-decoration: none;
    width: 33.3333%;
}
.q {
    background: none repeat scroll 0 0 #EAEAE8;
    border-radius: 8px 8px 8px 8px;
    color: #999999;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 16px;
    position: relative;
    text-align: center;
    width: 17px;
}
.q:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
}
.q > span {
    left: 0.5px;
    position: relative;
    top: 1px;
}
.popout {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #000000;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    display: none;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 235px;
    z-index: 1000;
}
.popout h5, .popout p, .popout li {
    color: #333333;
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.popout p, .popout li {
    font-weight: normal;
    text-transform: none;
}
.learn-more-link {
    font-size: 12px;
    font-weight: normal;
}
.popout.tip-right.tip-top .tip {
    background-position: -15px -22px;
    bottom: auto;
    left: auto;
    right: -20px;
    top: 5px;
}
.popout.tip-right.tip-bottom .tip {
    background-position: -15px 0;
    bottom: 5px;
    left: auto;
    right: -20px;
    top: auto;
}
.popout.tip-left.tip-top .tip {
    background-position: 0 -22px;
    bottom: auto;
    left: -20px;
    right: auto;
    top: 5px;
}
.popout.tip-left.tip-bottom .tip {
    background-position: 0 0;
    bottom: 5px;
    left: -20px;
    right: auto;
    top: auto;
}
.popout.open {
    display: block !important;
}
.popout ul {
    list-style: disc outside none;
    margin: 0 0 5px 20px;
}
.popout li {
    margin: 0;
}
.q.q-on-dark {
    background: none repeat scroll 0 0 #B4B4AC;
    color: #FFFFFF;
}
.q.q-on-dark:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
.accordion .accordion-title {
    background: none repeat scroll 0 0 padding-box #8A867A;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    padding: 8px 4px 8px 10px;
    text-transform: uppercase;
}
.key {
    background: none repeat scroll 0 0 #8A867A;
    border-bottom: 1px solid #C2C1BB;
}
.key .header {
    position: relative;
}
.key.open {
    background: none repeat scroll 0 0 #9E9B90;
    cursor: default;
    padding-bottom: 10px;
}
.key a {
    outline: 0 none;
}
.key:first-child {
    background-clip: padding-box;
    border-radius: 5px 5px 0 0;
}
.key:last-child {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 0 0 5px 5px;
}
.key h3 {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    visibility: visible;
}
.key h3 .press {
    color: #FFFFFF;
    display: block;
    padding: 11px 11px 11px 28px;
    text-transform: uppercase;
}
.ie7 .key h3 .press {
    position: relative;
}
.key:hover {
    background: none repeat scroll 0 0 #9D9B8F;
}
.key h3 .press:hover {
    text-decoration: none;
}
.key .arrow {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #FFFFFF;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 11px;
    position: absolute;
    top: 19px;
    width: 0;
}
.ie7 .key .arrow {
    top: 15px;
}
.key.open .arrow {
    transform: rotate(90deg);
}
.ie8 .key.open .arrow, .ie7 .key.open .arrow {
}
.light .key {
    background: none repeat scroll 0 0 #EAEAE8;
}
.light .key:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.light .key .arrow {
    border-left-color: #A4A4A4;
}
.light .key h3 .press {
    color: #333333;
    text-transform: none;
}
.light .key .section {
    color: #333333;
}
.light .key.open {
    background: none repeat scroll 0 0 #F2F2F0;
}
.key .q {
    display: block;
    position: absolute;
    right: 1em;
    top: 1em;
}
.key .section {
    color: #FFFFFF;
    overflow-y: auto;
    padding: 0 10px;
}
.ie7 .section {
    overflow: hidden;
    position: relative;
}
.key .section {
    height: 0;
}
.key.open .section {
    height: auto;
}
.sm-side-tab {
    background: none repeat scroll 0 0 #444444;
    color: #444444;
    display: none;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    top: 200px;
    transform: rotate(-90deg);
    z-index: 9997;
}
.sm-side-tab:hover {
    background: none repeat scroll 0 0 #666666;
}
.ie8 .sm-side-tab, .ie7 .sm-side-tab {
}
.sm-dialog {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9999;
}
.sm-dialog-backdrop {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.sm-dialog-a {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
}
.sm-dialog-alert {
    width: 350px;
}
.sm-dialog-confirm {
    width: 350px;
}
.sm-dialog-body {
    padding: 20px;
}
.sm-dialog-actions {
    background-color: #EAEAE8;
    padding: 10px;
}
.sm-dialog-actions .btn {
    float: right;
    margin-left: 10px;
}
.sm-dialog-title-bar {
    position: relative;
}
.sm-dialog-title {
    padding: 10px 30px 10px 10px;
}
.sm-dialog .close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
i {
    background-repeat: no-repeat;
}
h1 {
    padding-top: 20px;
}
.mod {
    background-color: #EAEAE8;
    float:left;
    font-size: 13px;
    margin-bottom: 20px;
	padding-bottom:15px;
    width: 100%;
}

.mod table {
    display: block;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: left;
    width:100%;
    display: inline-table;
}
.mod > .main {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    float: left;
    width: 98%;
}
.mod > .main {
}
.sidebar .mod > .main {
}
.sidebar .mod > .sngl {
}
.mod > .table {
    border: medium none;
	padding:10px;
}
.mod > .hdr, .mod > .ftr {
    -moz-box-sizing: border-box;
    clear: both;
    padding: 10px;
}
.mod .hdr {
    background-color: #706F65;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    margin-bottom: 0;
}
.mod .hdr, .mod .hdr h2 {
    color: #FFFFFF;
    font-size: 16px;
}
.hdr h2 {
    margin-bottom: 0;
}
.mod .ftr {
    background-color: #EAEAE8;
	overflow:hidden;
}
.mod p {
    margin: 0;
    padding: 0;
}
a {
    color: #333333;
}
.mod .main h3 {
    font-size: 18px;
}
.aside .mod > .hdr, .aside .mod > .ftr {
    padding: 5px;
}
.aside .mod .hdr {
    font-size: 14px;
}
.mod_imp .main {
    background-color: #EAEAE8;
}
.mod_up .main {
    background-color: #FCF2C7;
    border-color: #FADD92;
    padding: 10px;
}
.mod_up .hdr {
    background-color: #DE7E35;
}
.mod_up .hilite_txt {
    color: #DE7E35;
}
.sidebar .hdr, .sidebar .hdr h2 {
    font-size: 14px;
}

.hdr span {
    color: #FFFFFF;
    text-transform: uppercase;
}

.header h2{
	margin:0;
	padding:0;	
}

.hader span {
    color: #FFFFFF;
    text-transform: uppercase;
}

.main .buttons {
    padding: 10px 0;
}
body, a.btn {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}
.btn {
    margin-right: 5px;
}
.btn:nth-of-type(n) {
    margin-right: 0;
}
h1 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
a.green {
    color: #FFFFFF;
}
.pictos {
    font-family: "Pictos";
}

.main_buttons {
    float: left;
    margin: 0 0 0 180px;
}

.grid {
   padding:0;
	margin:0 6px 0 0;
}
.grid > .cell {
    clear: both;
    float: left;
    width: 660px;
}
.cell.sidebar {
    -moz-box-sizing: border-box;
    clear: none;
    float: right;
    padding-left: 20px;
    width: 320px;
}
.checked-list {
    list-style: none outside none;
    margin-left: 0;
}
.checked-list li {
    font-weight: bold;
    line-height: 1.1;
    padding: 5px 0 5px 20px;
    text-indent: -20px;
}
.checked-list li i {
    color: #DE7E35;
    display: inline-block;
    text-indent: 0;
    width: 20px;
}
#getstarted #NoTabContent {
    clear: both;
    margin: auto;
    width: 980px;
}
#getstarted footer {
    clear: both;
}
i.img {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    clear: both;
    float: left;
    height: 85px;
    margin-right: 25px;
    width: 100px;
}
.mod .img.pages {
    background-position: 0 0;
    height: 144px;
    margin: 20px 40px;
    width: 160px;
}
.mod .img.bul_design {
    background-position: 7px -947px;
}
.mod .img.bul_collect {
    background-position: 10px -1043px;
}
.mod .img.bul_analyze {
    background-position: 10px -1142px;
}
.promo .lst p {
    font-size: 14px;
}
.promoA.main li {
    left: 15px;
    list-style-type: disc;
    margin-left: 100px;
    position: relative;
}
.lst {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    padding: 10px;
    width: 100%;
}
.sidebar .lst {
}
.lst:last-of-type, .lst.last {
    border-bottom: medium none;
}
.promo .dots {
    float: right;
    margin-right: 8px;
    margin-top: -1px;
}
.dots li {
    background-color: #94938C;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;
}
.dots li.on {
    background-color: #EAEAE8;
}
.promo .lst h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.promo .lst h3 + ul {
    line-height: 1.5;
    padding: 5px 20px;
}
.create ol, .mod_up .main ul {
    line-height: 2.15;
    list-style-type: none;
    padding: 15px 0 5px;
}
.mod_up .main ul {
    padding-top: 10px;
}
.mod_up .main p {
    line-height: 1.5;
}
.create li {
    font-size: 16px;
    font-weight: bold;
}
.create li i {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    background-position: 0 -1250px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}
.create li i:nth-of-type(4n) {
    background-color: #94938C;
    background-image: none;
    border-radius: 50% 50% 50% 50%;
}
a.page {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    background-position: 0 -1300px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
}
.prettynumbers li, .greyicons li {
    list-style-type: none;
    padding: 10px 0 10px 40px;
    position: relative;
}
.greyicons li {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: 60px;
    padding: 15px 0 10px 90px;
}
.prettynumbers li p {
    padding-top: 5px;
}
.prettynumbers li i, .greyicons li i {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    position: absolute;
}
.prettynumbers li i {
    height: 40px;
    left: 0;
    top: 15px;
    width: 40px;
}
.num1 {
    background-position: 10px -1400px;
}
.num2 {
    background-position: 10px -1450px;
}
.num3 {
    background-position: 10px -1500px;
}
.num4 {
    background-position: 10px -1550px;
}
.num5 {
    background-position: 10px -1600px;
}
.greyicons li i {
    height: 51px;
    left: 30px;
    top: 0;
    width: 60px;
}
.link {
    background-position: 0 -1650px;
}
.embed {
    background-position: 0 -1750px;
}
.email {
    background-position: 0 -1850px;
}
.fb {
    background-position: 0 -1950px;
}
.twitter {
    background-position: 0 -2050px;
}
.advert .reachi, .advert .rewardi, .advert .fbrmi, .advert .mcrmi, .advert .qbrmi, .advert .ybrmi, .advert .eysrmi, .advert .srirmi {
    display: none;
}
.reach .reachi, .reward .rewardi, .fbrm .fbrmi, .mcrm .mcrmi, .qbrm .qbrmi, .ybrm .ybrmi, .eysrm .eysrmi, .srirm .srirmi {
    display: block;
}
.promo .hdr, .promo .main {
    display: none;
}
.promoA .promoA, .promoB .promoB, .promoC .promoC {
    display: block;
}
li[data-direction] {
    cursor: pointer;
}
.advert h2 {
    margin-right: 20px;
}
.hdr ul {
    float: right;
}
.advert .main {
    padding: 10px;
}
.advert .main h3 {
    font-size: 14px;
}
.advert i, .advert a.big {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    border: medium none;
    display: block;
    height: 130px;
    margin: 20px 0 10px;
    width: 100%;
}
.reach .big {
    background-position: 15px -250px;
}
.reward .big {
    background-position: 40px -400px;
}
.fbrm .big {
    background-position: 40px -550px;
}
.mcrm .big {
    background-position: 25px -700px;
}
.qbrm .big {
    background-position: 30px -850px;
    height: 90px;
}
.ybrm .big {
    background-position: 65px -2300px;
}
.eysrm .big {
    background-position: 55px -2450px;
}
.srirmi .big {
    background-position: 60px -2600px;
}
.arrows {
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    top: -3px;
}
.arrows li {
    -moz-box-sizing: border-box;
    float: left;
    line-height: 21px;
    list-style-type: none;
    text-align: center;
    width: 20px;
}
.arrows b {
    border: 5px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    width: 0;
}
.rtArw {
    padding-left: 5px;
}
.ltArw {
    border-right: 1px solid #999999;
    padding-right: 5px;
}
.rtArw b {
    border-left-color: #DEDEDE;
}
.ltArw b {
    border-right-color: #DEDEDE;
}
.hdr input, .hdr input[type="search"] {
    -moz-box-sizing: border-box;
    float: right;
    text-indent: 5px;
}
table {
    width: 660px;
}
table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #94938C;
    border-color: #FFFFFF #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFFFFF;
    font-size: 12px;
    line-height:20px;
    padding:10px;
    text-align: left;
    text-transform:capitalize;
}
table th.last {
    border-right: medium none;
}
tr:hover td {
    background-color:none;
}
td {
    background-color: #EAEAE8; 
    font-size: 12px;
    padding: 9px 10px;
    vertical-align: top;
}
td.activity {
    color: #666666;
    font-size: 11px;
    width: 180px;
}
td.activity a {
    font-size: 12px;
    font-weight: bold;
      color: #333333;
}

td.modified {
    width: 65px;
	vertical-align:middle;
	padding:0 10px;
}

.table table tr td{
	vertical-align:middle;
	padding:2px 0;
	border:none;
	float:none;
}

td.responses {
    padding-top: 12px;
    text-align: right;
    width: 85px;
}
td.responses a {
    font-weight: bold;
}
td.actions ul {
    padding-top: 4px;
}
td.actions li {
    -moz-box-sizing: border-box;
    display: inline-block;
    width: 50px;
}
td.actions li a {
    background-image: url("../../assets/sprites/sprite_getstarted.png");
    color: #FFFFFF;
    display: block;
    line-height: 18px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
td.actions li a span {
    background-color: #333333;
    border-radius: 2px 2px 2px 2px;
    bottom: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    content: attr(data-tooltip);
    font-size: 11px;
    height: 18px;
    left: -50%;
    line-height: 18px;
    margin-left: 10px;
    padding: 3px 5px;
    position: absolute;
    text-decoration: none;
    text-indent: 0;
    top: 20px;
    white-space: pre;
}
td.actions li a span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333333;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    right: 50%;
    top: -16px;
    width: 0;
}
td.actions li.on_des a {
    background-position: 15px -2150px;
}
td.actions li.on_col a {
    background-position: 7px -2200px;
}
td.actions li.on_ana a {
    background-position: 15px -2250px;
}
table.loading .actions a span {
    display: none;
}
.sm-side-tab, .sm-side-tab:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.ie7 .grid div {
}
.dialog {
    text-align: center;
}
.dialog h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.dialog h3 {
    color: #88A634;
}
.dialog p {
    font-size: 12px;
}
.dialog img {
    margin-top: 20px;
}
.dialog .grybox {
    background-color: #EAEAE8;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 15px;
    width: 500px;
}
.dialog .grybox {
    font-size: 12px;
}
.dialog .grybox .email {
    color: #DE7E35;
    font-size: 18px;
    font-weight: bold;
}
.dialog .grybox h4 {
    font-weight: bold;
}
#zoomMod {
    background-color: #D0E5F4;
}
#zoomMod .hdr {
    background-color: #005C9B;
    text-align: center;
}
#zoomMod img {
    margin: 9px 0 5px 9px;
}
#zoomMod p {
    margin: 9px;
}
.template-list-ctnr {
    height: 435px;
    overflow-y: hidden;
}
.template-item {
    height: 88px;
    padding: 0 20px;
}
.template-item:last-child .template-item-ctnr {
    border-bottom: 0 dashed #CCCCCC;
}
.template-item .template-item-ctnr {
    border-bottom: 1px dashed #CCCCCC;
    padding: 30px 0;
}
.template-item .template-item-ctnr .template-icon {
    background-image: url("../../assets/sprites/SPRITE_create.png");
    background-repeat: no-repeat;
    background-size: 107px 880px;
    float: left;
    height: 59px;
    margin-right: 20px;
    margin-top: -20px;
    width: 52px;
}
.template-item .template-item-ctnr .template-info {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 330px;
}
.template-item .template-item-ctnr .template-info .info {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}
.template-item .template-item-ctnr .template-btns {
    display: inline;
}
.template-item .template-item-ctnr .template-btns .choose {
    float: right;
}
.view-more-ctnr {
    height: 45px;
    padding: 0 20px;
}
.view-more-ctnr .view-more {
    background-color: #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    cursor: pointer;
    margin: 20px 0;
    padding: 5px 0;
    text-align: center;
}
.upgrade-box {
    background-clip: padding-box;
    background-color: #FDFACB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    font-size: 12px;
    margin: 0;
    padding: 7px;
}
.upgrade-box .upgrade-ctnr {
    position: relative;
}
.upgrade-box .upgrade-ctnr .upgrade-icon {
    background-image: url("../../assets/sprites/icon_upgrade.png");
    float: left;
    height: 48px;
    margin: 0 20px 10px 0;
    width: 48px;
}
.upgrade-box .upgrade-ctnr .upgrade-text {
    float: left;
    font-size: 12px;
    width: 470px;
}
.upgrade-box .upgrade-ctnr .upgrade-text h2 {
    color: #B47748;
    font-size: 18px;
    margin-bottom: 3px;
}
.upgrade-box .upgrade-ctnr .upgrade-btn {
    float: right;
}

.admin_main {
    background:#EAEAE8;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 870px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {width: 202px;}