html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #e8ebef;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;;
    color:#000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'elegant-icons';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/elegant-icons.woff") format("woff"), url("../fonts/elegant-icons.ttf") format("truetype");
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3 p, a, input, strong, label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
h1, h2, h3 {
    text-align: center;
    color: #343434;
}
h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
}

h3 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

h5 {
    margin: 0px;
    padding: 0px;
}

a {
    color: #08c;
    text-decoration: none;
}
a:hover{
    color: #46b2ff;
    text-decoration: underline;
}
a:active{
    outline: none;
}

a.morelarge {
    white-space: nowrap;
    padding-right: 12px;
    background: url("../img/morearrow_big_08c.gif") no-repeat scroll 100% 50% transparent;
    cursor: pointer;
}


#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0px auto;
    width: 1020px;
    min-width: 1020px;
    background: url('../img/base-middle.jpg') repeat-y scroll 0px 0px transparent;
    padding: 0px 13px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

#header {
    height: 95px;
    padding: 15px 35px 0px;
}
#header .logo {
    background: url('../img/logo-text.png') no-repeat center center transparent;
    width: 220px;
    height: 88px;
    display: block;
    float: left;
}
#header .nav {
    float: right;
}
#header .nav ul {
    float: left;
    display: block;
}

#header .nav ul li {
    float: left;
    margin: 15px 0px 0px 20px;
}

#footer-spacer {
    height: 350px;
}

#footer {
    margin: -350px auto 0px;
    height: 350px;
    width: 1020px;
    min-width: 1020px;
    padding: 30px 50px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
#footer .nav {
    float: left;
}

#footer .nav-block {
    float: left;
    margin: 0 40px 50px 0;
}
#footer .nav-block h5 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
#footer .nav-block ul {
    list-style: none outside none;
}
#footer .nav-block ul li {
    margin-bottom: 5px;
}
#footer .nav-block ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
#footer .nav-block ul li a:hover {
    text-decoration: underline;
}
#footer .copyright {
    clear: both;
    display: block;
    border-top: 1px dotted #000000;
    color: #000;
    font-size: 12px;
    padding: 20px 0 0;
}
#footer .logo {
    float: right;
}
#footer .logo a {
    display: inline-block;
    background: url("../img/tapmedia-logo.png") no-repeat scroll 0 0 transparent;
    width: 70px;
    height: 84px;
}

ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.doc {
    padding: 0px 55px;
    color:#666;
    word-spacing: -1px;
    margin-bottom: 60px;
}

.doc p, .doc li {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.doc ol ul {
    margin-top: 20px;
    margin-left: 30px;
}

.btn {
    font-family: "Helvetica Neue",HelveticaNeue,Arial,sans-serif;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px;
    color:#000;
    background:#fff;
    border: 1px solid #b4b4b4;
    padding: 11px 20px;
    min-width: 122px;
    min-height: 42px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.btn:hover {
    background: #d6d6d6;
    border-color: #959595;
    text-decoration: none;
    color: #000;
}

.btn.green {
    color:#fff;
    background:#05a686;
    border-color:#05a686
}

.btn.green:hover {
    background:#037962;
    border-color:#037962;
}

.intro {
    text-align: center;
}

.intro h1 {
    font-family: "Helvetica Neue",HelveticaNeue,Arial,sans-serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 200;
    margin: 45px 0px 0px;
}
.intro p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    color:#888;
    font-weight: normal;
}

.section {
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -moz-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#f4f9fd));
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -webkit-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -o-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -ms-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, linear-gradient(top, #fff 0%, #f4f9fd 100%);
    overflow: hidden;
}

.section h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.section p {
    word-spacing: -1px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

#marketplace .text {
    width: 400px;
    float: left;
    margin-top: 145px;
    margin-left: 40px;
}
#marketplace .pic {
    display: block;
    height: 430px;
    width: 530px;
    position: relative;
    float: right;
    background: url("../img/home-iphones.png") no-repeat scroll right bottom transparent;
}
#management .text {
    width: 380px;
    float: right;
    margin-top: 98px;
    margin-right: 65px;
}
#management .pic {
    display: block;
    height: 400px;
    width: 530px;
    position: relative;
    float: left;
    background: url("../img/adztec-banner.png") no-repeat scroll left 49px transparent;
}

#create {
    height: 480px;
    border-bottom: 1px solid rgb(238, 238, 238);
    background: url("../img/adztec-chart.png") no-repeat scroll center bottom transparent;
}
#create .text {
    width: 420px;
    float: left;
    margin-top: 70px;
    margin-left: 45px;

}

.notification {
    margin-bottom: 20px;
    border: 2px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.notification p {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.notification.error {
    background-color: #fbdbcf;
    color: #5f2423;
    border-color: #f3746d;
}

.table {
    width: 100%;
    border-spacing: 0px;
}
.table tbody td {
    border-bottom: 1px solid #dcdce0;
    padding: 8px 8px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    background-color: #eeeeee;
}
.table tbody > tr:nth-child(odd) > td {
  background-color: #f6f6f6;
}

.hide {
    display: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}





/*
a {
    text-decoration: none;
    cursor: pointer;
    color: #0086e5;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

ul {
    list-style: none outside none;
}

table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-spacing: 0px;
}

h1,h2,h3,p,a,label{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;text-shadow:0 1px 0 rgba(255,255,255,0.5); margin:0px; padding: 0px;}
h1,h2,h3{color:#343434}


#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: auto;
    background: #e2e6eb;
}
#column-wrapper {
    float: left;
    margin-bottom: 290px;
    margin-top: 45px;
    width: 100%;
}

#header {
    height: 50px;
    background: url('../img/baground-atlas.png') repeat-x 0px -440px transparent;
    position: fixed;
    right: 0px;
    left: 0px;
    padding: 0px 20px;
    z-index: 1030;
    color: #015507;

}
#header .logo {
    float: left;
}

#header .logo a {
    background: url('../img/logo.png') no-repeat center center transparent;
    width: 50px;
    height: 44px;
    display: block;
}

#header .nav {
    float: right;
}
#header .nav > ul {
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: block;
    margin-left: 20px;
}
#header .nav > ul > li {
    float: left;
    line-height: 40px;
    margin-left: 10px;

}
#header .nav > ul > li > a {
    font-size: 13px;
    font-weight: bold;
    color: #183f01;
    text-shadow: 0 1px 0px #cce6bb;
}
#header .nav > ul > li > a:hover {
    color: black;
    text-shadow: 0 1px 0px #cce6bb;
}
#header .nav > ul > li.devider {
    background: url('../img/divider.png') no-repeat 0 0 transparent;
    margin-top: 12px;
    height: 18px;
    width: 2px;
}

#footer {
    margin-top: -290px;
    height: 290px;
    background: url('../img/baground-atlas.png') repeat-x 0px -110px #3a9308;
}
#footer .doc {
    padding: 45px 45px 0px;
}
#footer .copyright {
    clear: both;
    display: block;
    border-top: 1px dotted #000000;
    color: #cfcfcf;
    font-size: 12px;
    padding: 20px 0 0;
}
#footer .logo {
    float: right;
}
#footer .logo a {
    display: inline-block;
    background: url("../img/tapmedia-logo.png") no-repeat scroll 0 0 transparent;
    width: 80px;
    height: 93px;
}
#footer .nav {
    float: left;
    margin-bottom: 20px;
}
#footer .nav .nav-block {
    float: left;
    margin: 0 60px 0 0;
}
#footer .nav .nav-block h5 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
#footer .nav .nav-block ul {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}
#footer .nav .nav-block ul li {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-rendering: optimizelegibility;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
#footer .nav .nav-block ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}
#footer .nav .nav-block ul li a:hover {
    text-decoration: underline;
}

#sidebar {
    width: 230px;
    float: left;
}
#sidebar ul {
    padding: 0px 0px 0px;
    margin: 0px;
    list-style: none outside none;
}
#sidebar ul li a {
    padding: 3px 5px;
    line-height: 38px;
    vertical-align: middle;
    color: #54585e;
    text-shadow: 1px 1px 2px #fff;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #c3c8ce;
    border-top: 1px solid #e6e8ea;
}
#sidebar ul li a:focus, #sidebar ul li a:hover, #sidebar ul li a.active {
    background: url('../img/baground-atlas.png') repeat-x 0px -55px transparent;
    color: #fff;
    text-shadow: -1px -1px 2px #000;
    border-top-color: #616971;
    border-bottom-color: #616971;
}

#content {
    margin-left: 230px;
    padding: 20px;
    width: auto;
}

.doc {
    margin: 0px auto;
    width: 900px;
    min-width: 900px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    text-shadow: none;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu > li.divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu >li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #0081c2;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.nav .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

.btn {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    border: medium none;
    display: inline-block;
    text-decoration: none;
    outline: medium none;
    white-space: nowrap;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.35);
    color: #fff;

    height: 32px;
    line-height: 32px;
    background: url("../img/button-atlas.png") no-repeat 100% -783px transparent;

}

.btn span {
    display: block;
    height: 32px;
    padding: 0px 10px;
    margin: 0px;
    background: url("../img/button-atlas.png") no-repeat 0px -818px transparent;
}

.btn span span, .btn span input {
    padding: 0px 0px;
    background: url("../img/button-atlas.png") repeat 0px -853px transparent;
}

.btn span input {
    cursor: pointer;
    border: medium none;
    display: block;
    height: 32px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.btn:hover, .btn:focus, .btn.active { background-position: 100% -1028px; }
.btn:hover span, .btn:focus span, .btn.active span { background-position: 0px -923px; }
.btn:hover span span, .btn:focus span span, .btn.active span span,
.btn:hover span input, .btn:focus span input, .btn.active span input { background-position: 0px -888px; }




.btn.blue { background-position: 100% -1829px; height: 24px; line-height: 23px; font-size: 11.9px; font-weight: normal; }
.btn.blue:hover, .btn.blue:focus, .btn.blue.active { background-position: 100%	-1964px; }
.btn.blue span { background-position: 0px -1856px; height: 24px; }
.btn.blue:hover span, .btn.blue:focus span, .btn.blue.active span { background-position: 0px -1937px; }
.btn.blue span span { background-position: 0px -1883px;}
.btn.blue:hover span span, .btn.blue:focus span span, .btn.blue.active span span { background-position: 0px -1910px; }

.btn.cancel { background-position: 100% -513px;  height: 42px; line-height: 42px;}
.btn.cancel:hover, .btn.cancel:focus, .btn.cancel.active { background-position: 100% -738px; }
.btn.cancel span { background-position: 0px -558px;  height: 42px; }
.btn.cancel:hover span, .btn.cancel:focus span, .btn.cancel.active span { background-position: 0px -693px; }
.btn.cancel span span { background-position: 0px -603px;}
.btn.cancel:hover span span, .btn.cancel:focus span span, .btn.cancel.active span span { background-position: 0px -648px; }

.btn.green { background-position: 100% -1667px; height: 24px; line-height: 23px; font-size: 11.9px; font-weight: normal; }
.btn.green:hover, .btn.green:focus, .btn.green.active { background-position: 100% -1802px; }
.btn.green span { background-position: 0px -1694px; height: 24px; }
.btn.green:hover span, .btn.green:focus span, .btn.green.active span { background-position: 0px -1775px; }
.btn.green span span { background-position: 0px -1721px;}
.btn.green:hover span span, .btn.green:focus span span, .btn.green.active span span { background-position: 0px -1748px; }

.btn.grey { background-position: 100% -1505px; height: 24px; line-height: 23px; font-size: 11.9px; font-weight: normal; }
.btn.grey:hover, .btn.grey:focus, .btn.grey.active { background-position: 100% -1640px; }
.btn.grey span { background-position: 0px -1532px; height: 24px; }
.btn.grey:hover span, .btn.grey:focus span, .btn.grey.active span { background-position: 0px -1613px; }
.btn.grey span span { background-position: 0px -1559px;}
.btn.grey:hover span span, .btn.grey:focus span span, .btn.grey.active span span { background-position: 0px -1586px; }

.btn.header { background-position: 100% -1133px; line-height: 30px; color: #015507; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);}
.btn.header:hover, .btn.header:focus, .btn.header.active { background-position: 100% -1308px; }
.btn.header span { background-position: 0px -1168px; }
.btn.header:hover span, .btn.header:focus span, .btn.header.active span { background-position: 0px -1273px; }
.btn.header span span { background-position: 0px -1203px;}
.btn.header:hover span span, .btn.header:focus span span, .btn.header.active span span { background-position: 0px -1238px; }

.btn.red { background-position: 100% -1343px; height: 24px; line-height: 23px; font-size: 11.9px; font-weight: normal; }
.btn.red:hover, .btn.red:focus, .btn.red.active { background-position: 100% -1478px; }
.btn.red span { background-position: 0px -1370px; height: 24px; }
.btn.red:hover span, .btn.red:focus span, .btn.red.active span { background-position: 0px -1451px; }
.btn.red span span { background-position: 0px -1397px;}
.btn.red:hover span span, .btn.red:focus span span, .btn.red.active span span { background-position: 0px -1424px; }

.btn.save { background-position: 100% -243px; height: 42px; line-height: 42px; }
.btn.save:hover, .btn.save:focus, .btn.save.active { background-position: 100%	-468px; }
.btn.save span { background-position: 0px -288px; height: 42px;}
.btn.save:hover span, .btn.save:focus span, .btn.save.active span { background-position: 0px -423px; }
.btn.save span span { background-position: 0px -333px;}
.btn.save:hover span span, .btn.save:focus span span, .btn.save.active span span { background-position: 0px -378px; }

.btn.widget { background-position: 100% -783px; color: #303030; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35); margin: 0px;}
.btn.widget:hover, .btn.widget:focus, .btn.widget.active { background-position: 100% -1028px; }
.btn.widget span { background-position: 0px -818px; }
.btn.widget:hover span, .btn.widget:focus span, .btn.widget.active span { background-position: 0px -923px; }
.btn.widget span span { background-position: 0px -853px;}
.btn.widget:hover span span, .btn.widget:focus span span, .btn.widget.active span span { background-position: 0px -888px; }

.btn-group > .btn.widget { background-position: 100% -1098px; margin: 0px 0px;}
.btn-group > .btn.widget:hover, .btn-group  > .btn.widget:focus, .btn-group  > .btn.widget.active { background-position: 100% -1063px; }
.btn-group > .btn.widget span { background-position: 0px -993px; }
.btn-group > .btn.widget:hover span, .btn-group  > .btn.widget:focus span, .btn-group  > .btn.widget.active span { background-position: 0px -958px; }
.btn-group > .btn.widget span span { background-position: 0px -853px;}
.btn-group > .btn.widget:hover span span, .btn-group  > .btn.widget:focus span span, .btn-group  > .btn.widget.active span span { background-position: 0px -888px; }
.btn-group > .btn.widget:last-child {background-position: 100% -783px;}
.btn-group > .btn.widget:last-child:hover, .btn-group > .btn.widget:last-child:focus, .btn-group > .btn.widget.active:last-child {background-position: 100% -1028px;}
.btn-group > .btn.widget:first-child > span {background-position: 0px -818px;}
.btn-group > .btn.widget:first-child:hover > span, .btn-group > .btn.widget:first-child:focus > span, .btn-group > .btn.widget.active:first-child > span {background-position: 0px -923px;}



.btn-group {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-group > .btn + .btn {
    margin-left: -5px;
}



.widget {
    margin: 20px 0px;
}

.widget > .header, .widget > .header.nav > div, .widget > .footer {
    padding: 0px;
    margin: 0px;
    border: medium none;
    display: block;
    outline: medium none;
    height: 10px;
    background: url("../img/widget-atlas.png") no-repeat 100% 0px transparent;
}

.widget > .header > div, .widget > .header.nav > div, .widget > .footer > div {
    display: block;
    height: 10px;
    padding: 0px 10px;
    background: url("../img/widget-atlas.png") no-repeat 0px -178px transparent;
}

.widget > .header > div > div, .widget > .header.nav > div > div, .widget > .footer > div > div {
    height: 10px;
    padding: 0px 0px;
    background: url("../img/widget-atlas.png") repeat 0px -191px transparent;
}

.widget > .header { background-position: 100% -165px; position: relative; z-index: 500;}
.widget > .header > div {  background-position: 0px -178px; }
.widget > .header > div > div { background-position: 0px -191px; }

.widget > .content {
    padding: 0px;
    margin: 0px;
    border: medium none;
    display: block;
    outline: medium none;
    position: relative; z-index: 400;
    background: url("../img/widget-content-right.png") repeat-y 100% 0px transparent;
}
.widget > .content > div {
    display: block;
    padding: 0px 3px;
    background: url("../img/widget-content-left.png") repeat-y 0px 0px transparent;
}
.widget > .content > div > div {
    padding: 0px 0px;
    background: #fff;
}

.widget > .footer { background-position: 100% -204px; position: relative; z-index: 300; }
.widget > .footer > div {  background-position: 0px -217px; }
.widget > .footer > div > div { background-position: 0px -230px; }

.widget > .header.nav { background-position: 100% 0px; height: 52px; line-height: 45px; margin-bottom: -6px; }
.widget > .header.nav > div { background-position: 0px -55px; height: 52px; }
.widget > .header.nav > div > div { background-position: 0px -110px; height: 52px; }

.widget.grey > .header { background-position: 100% -243px;}
.widget.grey > .header > div {  background-position: 0px -256px; }
.widget.grey > .header > div > div { background-position: 0px -269px; }

.widget.grey > .content { background: url("../img/widget-dark-content-right.png") repeat-y 100% 0px transparent; }
.widget.grey > .content > div { background: url("../img/widget-dark-content-left.png") repeat-y 0px 0px transparent; }
.widget.grey > .content > div > div { background: #f1f2f6; }

.widget.grey > .footer { background-position: 100% -282px;}
.widget.grey > .footer > div {  background-position: 0px -295px; }
.widget.grey > .footer > div > div { background-position: 0px -308px; }

.widget > .header.nav .title {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #2a2a2a;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
}

.table thead th {
    height: 26px;
    background: url("../img/baground-atlas.png") repeat-x 0px -407px transparent;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -1px 3px #000;
    vertical-align: middle;
    text-align: left;
    border-left: 1px solid #909090;
    border-right: 1px solid #545454;
    padding: 0px 8px;
}

.table td {
    padding: 8px;
    vertical-align: middle;
    text-align: left;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.table tbody > tr:nth-child(odd) > td {
  background-color: #ededed;
}

.table .sorting, .table .sorting_asc, .table .sorting_desc {
    cursor: pointer;
}

.icon {background: url('../img/icon-atlas.png') no-repeat 0px 0px transparent;display: block;float: left;overflow:hidden; width:38px; height:38px; margin-right: 5px;}
.icon.dashboard { background-position: -393px -0px; }
.icon.campaign { background-position: -507px -0px; }
.icon.allocation { background-position: -697px -0px; }
.icon.reporting { background-position: -279px -0px; }
.icon.apps { background-position: -621px -0px; }
.icon.analytics { background-position: -659px -0px; }
.icon.advertisers { background-position: -773px -0px; }
.icon.networks { background-position: -241px -0px; }
.icon.affiliate { background-position: -735px -0px; }
.icon.revenue { background-position: -165px -0px; }
.icon.tools { background-position: -89px -0px; }
.icon.settings { background-position: -127px -0px; }
.icon.edit { background-position: -279px -0px; }
.icon.country { background-position: -431px -0px; }
.icon.device { background-position: -203px -0px; }
.icon.phone { background-position: -203px -0px; }
.icon.artwork { background-position: -583px -0px; }
.icon.destination {background-position: -355px -0px; }
.icon.trackable { background-position: -51px -0px; }
.icon.calendar { background-position: -545px -0px; }
.icon.tablet { background-position: -0px -0px; width: 51px; height: 65px; }
.icon.code { background-position: -469px -0px; }
.icon.detail { background-position: -317px -0px; }
*/