@import "../../static/icons/style.css";
/**
 * Theme: Default
 * Author: KBRmedia - http://gempixel.com
 * Date: 2013-08-12
 * 
 * To change color use ctrl+f and replace the follow color codes by your own.
 * @blue: #34495e; Dark Blue
 * @green: #1ABC9C; Green
 * @red: #E74C3C; Blue
 * @light-blue: #3498DB; Light Blue
 * @facebook_button: #3B5998; Facebook Color
 * @twitter_button: #409DD5; Twitter button
 */
/**
 * Reset
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
p,
i,
div,
header,
section,
footer,
span,
form,
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
}
img,
a img {
  text-decoration: none;
  border: none;
}
form,
input,
textarea,
button,
select {
  outline: none;
}
/**
  * General Elements
  */* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}
body .container {
  width: 960px;
  margin: 0 auto !important;
  padding: 0;
  clear: both;
  overflow: hidden;
}
body .container.noflow{
  overflow: visible !important;
}
body .clear {
  clear: both;
}
body a {
  color: #000;
}
body .right {
  float: right !important;
}
body .left {
  float: left !important;
}
body .display {
  display: block !important;
}
body.dark {
  background: #34495e;
}
body.dark a {
  color: #fff;
}
body.dark footer {
  background: #34495e !important;
  border: 0 !important;
  color: #fff;
}
body.dark footer .footer {
  border: 0 !important;
}
body h2.title {
  margin: 10px 0;
  color: #34495e;
  font-size: 18px;
}
::-webkit-input-placeholder {
  color: #46627f;
}
:-moz-placeholder {
  color: #46627f;
}
::-moz-placeholder {
  color: #46627f;
}
:-ms-input-placeholder {
  color: #46627f;
}
::selection {
  background: #1abc9c;
  color: #fff;
}
::-moz-selection {
  background: #1abc9c;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  border: none;
}
::-webkit-scrollbar-track {
  background: #34495e;
  border: none;
}
::-webkit-scrollbar-thumb {
  background: #1abc9c;
  border: 1px solid #148f77;
}
/**
 * <header> Elements
 */
header {
  background: #34495e;
  color: #ffffff;
  width: 100%;
  display: block;
}
header .header {
  margin: 20px 0;
  overflow: hidden;
}
header .header .logo {
  float: left;
  width: 300px;
  font-size: 22px;
}
header .header ul.menu {
  display: block;
  float: right;
  margin-top: 5px;
}
header .header ul.menu > li {
  float: left;
  margin: 0 5px;
  padding: 3px 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .header ul.menu > li > a {
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 3px 8px;
}
header .header ul.menu > li > a:hover,
header .header ul.menu > li > a.current {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #3d566e;
}
header .header ul.menu > li:hover {
  background: #3d566e;
}
header .header ul.menu > li:hover ul {
  display: block;
}
header .header ul.menu > li ul {
  background: #3d566e;
  display: none;
  position: absolute;
  z-index: 200;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  min-width: 80px !important;
  border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  -webkit-border-radius: 0 2px 2px 2px;
}
header .header ul.menu > li ul li {
  margin: 0 5px;
  padding: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .header ul.menu > li ul li:hover {
  background: #435d78;
}
header .header ul.menu > li ul li a {
  margin: 0 10px;
  color: #fff;
  font-weight: 700;
}
header .header ul.menu > li div {
  background: #3d566e;
  display: none;
  position: absolute;
  z-index: 200;
  color: #fff;
  font-size: 12px;
  padding: 30px 10px 10px 10px;
  min-width: 200px;
  border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  -webkit-border-radius: 0 2px 2px 2px;
}
header .header ul.menu > li div a {
  display: block;
  text-align: center;
}
header .header ul.menu > li div form label {
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}
header .header ul.menu > li div form input {
  display: block;
  border: 0;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100% !important;
  color: #fff;
  font-weight: 700;
  background: #587ca0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .header ul.menu > li div form input:hover,
header .header ul.menu > li div form input:focus {
  background: #7795b4;
}
header .header ul.menu > li div form button {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
header .header ul.menu > li div form a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  font-size: 11px;
  color: #1abc9c !important;
}
/**
 * <section> Elements
 */
section {
  background: #ffffff;
  color: #000000;
  width: 100%;
  display: block;
}
section.dark {
  background: #34495e;
  color: #fff;
  padding-top: 100px;
}
section#page {
  overflow: hidden;
}
section#page .breadcrumb {
  background: #1abc9c;
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  font-weight: 700;
}
section#page .breadcrumb a {
  color: #fff;
}
section#page h2 {
  color: #1abc9c;
}
section#page .content {
  margin: 10px 0;
  width: 650px;
  float: left;
}
section#page .content .inner {
  margin: 0px 20px 20px 0;
  line-height: 25px;
}
section#page .content .inner p {
  margin: 10px 0;
}
section#page .content .inner pre {
  background: #34495e;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section#page .content .inner blockquote {
  border-left: 3px solid #1abc9c;
  padding-left: 10px;
  font-style: italic;
}
section#page .content .inner a {
  color: #1abc9c;
  font-weight: 700;
}
section#page .content .inner a.button {
  line-height: 15px;
}
section#page .sidebar {
  margin: 10px 0;
  width: 300px;
  float: right;
}
section .promo {
  display: block;
  clear: both;
  background: #34495e;
  padding: 50px 0;
  color: #fff;
}
section .promo h1 {
  font-size: 30px;
  text-transform: uppercase;
}
section .promo i {
  font-size: 42px;
}
section .promo p {
  padding-right: 15px;
}
section .page404 {
  text-align: center;
}
section .page404 h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
section .page404 h1 span {
  display: block;
  font-size: 120px;
  line-height: 120px;
}
section .private {
  line-height: 25px;
}
section .private h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
section .private a {
  font-weight: 700;
  border-bottom: 1px dotted #fff;
}
section #splash .thumbnail > img {
  width: 100%;
  border: 1px solid #000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #splash .info h2 {
  margin-left: 20px;
}
section #splash .info .ads {
  margin-left: 20px;
  margin-bottom: 15px;
}
section #splash .info p {
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
}
section #splash .info a.button {
  margin-top: 20px;
  margin-left: 20px;
  width: 45%;
  text-align: center;
  display: inline-block;
}
section #splash .info .progress {
  background: #1abc9c;
  height: 20px;
  width: 0;
  margin-left: 20px;
  margin-top: 10px;
  text-align: right;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #frame {
  color: #fff;
  background: #34495e;
  height: 62px;
}
section #frame h2 {
  margin: 10px 0 0 20px;
}
section #frame .ad > img {
  width: 468px;
}
section #frame .button.right {
  margin: 20px;
}
section #frame p {
  margin-left: 20px;
}
section #stats {
  margin-top: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  max-height: 215px;
}
section #stats .thumbnail > img {
  width: 30%;
  max-height: 200px;
  float: left;
  border-right: 1px solid #eee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info {
  margin: 10px 0 10px 20px;
  float: left;
}
section #stats .info h2 a {
  color: #1abc9c;
}
section #stats .info h2 a small {
  float: right;
  background: #1abc9c;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 5px;
  margin-top: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info h2 a span {
  color: #999;
  font-size: 12px;
  display: block;
}
section #stats .info .tools {
  margin-top: 20px;
}
section #stats .info .tools .input {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 2px solid #1dd2af;
  color: #34495e;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 5px 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info .tools .input input {
  color: #34495e;
  background: transparent !important;
  font-weight: 700;
  border: 0;
  width: 420px;
}
section #stats .info .tools .quickstats {
  margin-top: 15px;
  color: #1abc9c;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
section #stats .info .tools .quickstats span {
  display: block;
  color: #34495e;
  font-size: 12px;
}
section #stats .info .tools .quickstats a {
  font-size: 12px;
  margin: 2px auto;
  float: right;
  min-width: 119px;
}
section .analytics h2 {
  color: #1abc9c;
  margin: 20px 0;
}
section .analytics h2 a.button {
  margin-left: 10px;
}
section .analytics .grid {
  margin-top: 30px;
  height: 400px;
}
section .analytics ul.table {
  color: #34495e;
  font-weight: 700;
}
section .analytics ul.table li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 5px 0;
}
section .analytics ul.table li span {
  float: right;
  font-weight: 700;
  background: #1abc9c;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .share-this {
  border: 2px solid #1abc9c;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  display: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .share-this .qr {
  float: left;
  margin-right: 10px;
}
section .share-this .qr img {
  height: 80px;
}
section .share-this .share-message {
  line-height: 25px;
  float: left;
  padding: 10px;
}
section .share-this .share-message p {
  margin-bottom: 4px;
}
section .share-this .share-message a.button {
  padding: 2px 8px;
}
section .url-shortener {
  min-height: 150px;
  background: #ffffff;
  width: 100%;
  margin-top: 30px;
}
section .url-shortener.margin {
  margin-top: 150px;
}
section .url-shortener .ads {
  margin: 0 auto;
}
section .form {
  margin-top: 20px;
  overflow: visible !important;
}
section .form .main-form {
  height: 55px;
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
section .form .main-form.error .main-input {
  color: #f29f97 !important;
}
section .form .main-form:after,
section .form .main-form:before {
  clear: both;
}
section .form .main-form .pre {
  float: left;
  font-size: 28px;
  margin-top: 10px;
  margin-right: 10px;
  color: #46627f;
}
section .form .main-form .main-input {
  background: transparent;
  border: none;
  height: 50px;
  width: 80%;
  padding-right: 1%;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #7795b4;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .form .main-form .main-input:focus {
  color: #46627f;
}
section .form .main-form button {
  float: right;
}
section .form #multiple-form {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
  display: none;
}
section .form #multiple-form textarea {
  background: #1abc9c;
  border: none;
  min-height: 100px;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  resize: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .form #multiple-form textarea:focus {
  color: #46627f;
}
section .form #multiple-form button {
  float: right;
}
section .form button.form-button {
  background: #34495e;
  padding: 12px 20px;
  border: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
section .form button.form-button:hover {
  background: #46627f;
}
section .form button.form-button:active {
  background: #222f3d;
}
section .form button.form-button#copyurl {
  display: none;
  background: #1abc9c;
}
section .form button.form-button#copyurl:hover {
  background: #28e1bd;
}
section .form button.form-button#copyurl:active {
  background: #148f77;
}
section .form a.advanced {
  background: #34495e;
  padding: 2px 10px;
  margin: 5px 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
section .form a.advanced:hover,
section .form a.advanced.current {
  background: #587ca0;
}
section .form .advanced-options {
  color: #34495e;
  margin-top: 20px;
  line-height: 20px;
}
section .form .advanced-options h3 {
  margin-bottom: 5px;
}
section .form .advanced-options span {
  clear: both;
  display: block;
  min-height: 40px;
}
section .form .advanced-options .input-label {
  position: relative;
}
section .form .advanced-options .input-label i {
  position: absolute;
  top: 0;
  left: 5;
}
section .form .advanced-options .option-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-left: 6%;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #eee;
}
section .form .advanced-options .geotarget {
  margin-top: 30px;
}
section .form .advanced-options .geotarget .geo-input {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
section .form .advanced-options .geotarget .geo-input label {
  float: left;
  margin: 5px 0;
  background: #34495e;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .form .advanced-options .geotarget .geo-input input {
  float: left;
  margin: 8px 5px;
  border: 0;
  font-size: 16px;
  color: #34495e;
  font-weight: 700;
}
section .form .advanced-options .geotarget .geo-input input.small {
  width: 60%;
}
section .form .advanced-options .geotarget .geo-input input.large {
  width: 88%;
}
section .layout {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}
section .layout .sidebar {
  width: 20%;
  float: left;
  background: #000;
  height: 450px;
}
section .layout .content {
  float: left;
  background: #eee;
  width: 75%;
  padding: 2.5% 2.5% 2.5% 0;
  border-left: 1px solid #eee;
  height: 450px;
}
section .layout .profile {
  width: 33% !important;
  color: #34495e;
}
section .layout .profile i {
  margin-right: 5px;
}
section .layout .profile img {
  margin: 20px 20px 0 0;
  height: 80px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .layout .profile h3 {
  padding: 20px 10px 0 0;
}
section .layout .profile h3 span {
  float: right;
  color: #34495e;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .layout .profile p {
  margin: 10px 0;
}
section .layout .profile p strong {
  background: #34495e;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .layout .profile .count {
  width: 92%;
  background: #34495e;
  font-weight: 700;
  color: #fff;
  margin: 5px 0;
  padding: 5px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .layout .top-urls {
  min-height: 300px;
  border-left: 1px solid #eee;
  padding-bottom: 10px;
}
section .layout .top-urls h2 {
  margin: 20px 20px 0 20px;
}
section .layout .top-urls form {
  float: right;
}
section .layout .top-urls form .input {
  width: 250px !important;
}
section #url-container h2 {
  display: block;
  color: #fff;
  background: #34495e;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 5px 10px;
}
section #url-container h2 a {
  margin-top: 3px;
}
section .url-list {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}
section .url-list > a.button {
  margin-left: 5px;
}
section .url-list:last-child {
  border-bottom: 0;
}
section .url-list h3 {
  margin-bottom: 5px;
}
section .url-list h3 img {
  margin-right: 5px;
}
section .url-list a.button.small {
  max-height: 18px;
}
section .url-list strong {
  background: #34495e;
  color: #fff;
  padding: 2px 5px;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-list span {
  color: #34495e;
  font-weight: 700;
  margin: 0 5px;
}
section .url-list span i {
  font-size: 1.1em;
  vertical-align: middle;
}
section .url-list .option {
  width: 20px;
  margin: 10px 15px 0 0;
  float: left;
}
section .top-urls .url-list {
  padding-left: 20px;
}
section .toolbar {
  background: #34495e;
  overflow: hidden;
  padding: 5px 5px 0 5px;
  display: block;
  width: 960px;
  z-index: 100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .toolbar .grid a {
  margin-right: 10px;
}
section .toolbar .red {
  float: left;
}
section .toolbar form {
  float: right;
  margin-top: 0 !important;
}
section .toolbar form input {
  padding: 3px 10px !important;
}
section .toolbar .pagination {
  float: right !important;
}
section .toolbar .pagination a {
  padding: 3px 8px;
}
section .toolbar .pagination span.current {
  color: #fff !important;
}
section #bundles {
  display: block;
  margin: 10px 0;
  line-height: 20px !important;
}
section #bundles .bundle {
  margin-bottom: 10px;
  display: inline-block;
  width: 188px;
  background: #34495e;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #bundles .bundle.list {
  width: 200px;
}
section #bundles .bundle.list:nth-child(2n+1) {
  margin-left: 20px;
  margin-right: 20px;
}
section #bundles .bundle .count {
  margin-top: 5px;
  padding: 10px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
section #bundles .bundle .count a {
  color: #1abc9c;
}
section #bundles .bundle .count a span {
  font-size: 13px;
  color: #fff;
}
section #bundles .bundle > a {
  display: block;
  margin: 5px 10px;
  color: #fff;
  font-weight: 700;
}
section #bundles .bundle > span {
  display: block;
  font-size: 12px;
  margin: 5px 10px;
}
section #bundles .bundle .tools a {
  width: 50% !important;
  float: left;
  margin: 0;
  text-align: center;
}
section #bundles .bundle .tools a:first-child {
  border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
}
section #bundles .bundle .tools a:nth-child(2) {
  border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
}
section .centered {
  width: 350px;
  margin: 30px auto;
}
section .centered#user-forgot {
  display: none;
}
section .centered h3 {
  margin: 10px 0;
  color: #7795b4;
}
section .centered.login_w_promotion {
  margin: 30px 0;
  float: left;
}
section .centered .social {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
section .centered a.button {
  width: 100%;
  display: block;
  text-align: center;
}
section .promotion {
  float: left;
  width: 580px;
  margin: 30px 0 30px 20px;
}
section .user-info {
  background: #34495e;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .user-info .form {
  width: 100%;
  clear: both;
  padding-top: 10px;
}
section .user-info .form input.input {
  width: 100%;
}
section .user-info img {
  height: 60px !important;
  float: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .user-info .profile {
  width: 200px;
  float: left;
  margin-left: 15px;
  font-weight: 700;
}
section .user-info .profile h3 span {
  background: #1abc9c;
  float: right;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .user-info .profile .grid {
  margin-top: 8px;
  font-size: 15px;
}
section .user-info .profile .grid span {
  display: block;
  font-size: 12px;
  color: #1abc9c;
}
/**
 * <footer> Elements
 */
footer {
  background: #ffffff;
  width: 100%;
  border-top: 1px solid #eee;
  font-size: 12px;
  margin-top: 20px;
  color: #34495e;
  font-weight: 700;
}
footer .container {
  padding: 10px 0;
}
footer .footer_top {
  background: #ffffff;
  color: #34495e;
  font-size: 20px;
}
footer .footer_top .container {
  border-bottom: 1px solid #eee;
}
footer .footer_top .stats-middle {
  text-align: center;
}
footer .footer_top .stats-right {
  text-align: right;
}
footer .footer_top a.button {
  font-size: 12px;
}
footer .footer_top a.button i {
  margin-top: 5px;
  margin-right: 5px;
}
footer .footer_top p {
  color: #aaa;
  font-size: 12px;
}
footer .footer_top span {
  font-size: 12px;
  display: block;
}
footer .footer .copy {
  text-align: right;
}
footer .footer a {
  color: #1abc9c;
  margin-right: 10px;
  padding: 3px 8px;
}
footer .footer a:first-child {
  padding-left: 0;
}
/**
 * Grid Elements
 */
.row {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.row .grid {
  display: block;
  float: left;
}
.row .grid .inner {
  margin: 0 15px;
}
.row .grid.half {
  width: 50%;
}
.row .grid.third {
  width: 33.333%;
}
.row .grid.twothird {
  width: 66.666%;
}
.row .grid.fourth {
  width: 25%;
}
.row .grid.threefourth {
  width: 75%;
}
.row .grid.fifth {
  width: 20%;
}
.row .grid.twofifth {
  width: 40%;
}
.row .grid.threefifth {
  width: 60%;
}
.row .grid.fourfifth {
  width: 80%;
}
.row:after,
.row.before {
  clear: both;
}
/**
 * Buttons
 */
.button {
  color: #fff !important;
  background: #1abc9c;
  border: 0;
  padding: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
.button:hover {
  background: #1dd2af;
}
.button:active {
  background: #17a689;
}
.button.small {
  font-size: 11px;
  padding: 2px 5px;
}
.button.large {
  width: 80%;
  font-size: 16px;
  text-align: center;
}
.button.blue {
  background: #34495e;
}
.button.blue:hover {
  background: #3d566e;
}
.button.blue:active {
  background: #2b3c4e;
}
.button.blue.disabled {
  background: #b9c8d8;
}
.button.red {
  background: #e74c3c;
}
.button.red:hover {
  background: #ea6153;
}
.button.red:active {
  background: #e43725;
}
.button.red.disabled {
  background: #ffffff;
}
.button.light-blue {
  background: #3498db;
}
.button.light-blue:hover {
  background: #4aa3df;
}
.button.light-blue:active {
  background: #258cd1;
}
.button.light-blue.disabled {
  background: #ffffff;
}
.button.facebook {
  background: #3b5998;
}
.button.facebook:hover {
  background: #4264aa;
}
.button.facebook:active {
  background: #344e86;
}
.button.twitter {
  background: #409dd5;
}
.button.twitter:hover {
  background: #55a8da;
}
.button.twitter:active {
  background: #2d92ce;
}
/**
 * Form
 */
form.form {
  clear: both;
  display: block;
  overflow: hidden;
}
form.form h2 {
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
form.form label {
  display: block;
  margin: 20px 0 10px 0;
  font-weight: 700;
}
form.form label a {
  float: right;
  margin-top: 1px;
  color: #1abc9c;
  font-size: 12px;
}
form.form .input {
  width: 350px;
  background: #fff;
  border: 2px solid #1dd2af;
  color: #34495e;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
form.form .input:hover,
form.form .input:focus {
  border-color: #1abc9c;
  color: #000;
}
form.form input[disabled] {
  background: #1abc9c;
  color: #fff;
  border: 0;
}
form.form input[disabled]:hover,
form.form input[disabled]:focus {
  color: #fff;
}
form.form textarea.input {
  width: 100%;
  min-height: 100px;
}
form.form > button {
  margin: 20px 0;
  width: 350px;
}
form.form ul.form_opt {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 40px;
  clear: both;
}
form.form ul.form_opt li {
  float: right;
  margin-top: 15px;
}
form.form ul.form_opt li.label {
  width: 60%;
  float: left;
  font-weight: 700;
  margin-top: 0;
}
form.form ul.form_opt li.label small {
  display: block;
  margin-top: 5px;
  color: #777;
  font-weight: 400;
}
form.form ul.form_opt li a {
  background: #34495e;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
form.form ul.form_opt li a.first {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
form.form ul.form_opt li a.last {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
form.form ul.form_opt li a:hover {
  background: #46627f;
}
form.form ul.form_opt li a.current {
  background: #1abc9c;
}
form.form .block {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding-bottom: 10px;
}
form.form .checkbox {
  margin-top: 10px;
  display: block;
}
form.form .checkbox label {
  margin: 0;
  display: inline;
}
form.form .checkbox div {
  top: 5px !important;
  display: inline-block !important;
}
/**
 * Other Elements
 */
#chart,
#clicks {
  margin-top: 30px;
  margin-left: 1%;
  width: 98%;
  height: 350px;
}
.pagination {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}
.pagination a {
  background: #1abc9c;
  padding: 2px 5px;
  color: #fff !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.pagination span.current {
  margin: 0 10px;
  color: #34495e;
}
.switcher {
  display: block;
  margin: 5px 0;
}
.switcher li {
  display: block;
  float: left;
  background: #34495e;
  cursor: pointer;
  color: #fff;
  padding: 2px 10px;
  font-weight: 700;
}
.switcher li:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
.switcher li:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
.switcher li.current {
  background: #222f3d;
}
div.message {
  cursor: pointer;
}
.message {
  margin: 5px 0;
  display: block;
  padding: 10px;
  font-weight: 700;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.message.note {
  background: #34495e;
  color: #fff;
}
.message.success {
  background: #1abc9c;
  color: #fff;
}
.message.error {
  background: #e74c3c;
  color: #fff;
}
.message span {
  display: block;
  margin: 5px 0;
}
a.tooltip {
  color: #1abc9c;
  font-size: 16px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
a.tooltip i {
  margin-top: 5px;
}
a.tooltip:hover {
  color: #28e1bd;
}
#tooltip {
  display: block;
  background: #3d566e;
  color: #fff;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#modal-shadow {
  background: #3d566e;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
  clear: both;
}
#modal-alert {
  width: 75%;
  max-width: 500px;
  min-height: 150px;
  position: absolute;
  z-index: 999;
  display: none;
  background: #fff;
  text-align: left;
  padding: 10px;
  clear: both;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#modal-alert .title {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  display: block;
  background: #34495e;
  color: #fff;
  font-weight: 700;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
#modal-alert > p {
  margin: 10px 0;
}
a#back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #34495e;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * Recaptcha theme
 */
#captcha {
  margin: 10px 0;
  display: none;
}
#captcha #recaptcha_logo {
  display: none;
}
#captcha #recaptcha_table {
  border-color: #eee !important;
}
#captcha #recaptcha_privacy {
  display: none;
}
#captcha .recaptchatable .recaptcha_image_cell #recaptcha_image {
  border: 0 !important;
}
#captcha #recaptcha_response_field {
  padding: 5px;
  border-color: #eee !important;
  color: #34495e;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
#captcha #recaptcha_response_field:hover,
#captcha #recaptcha_response_field:focus {
  border-color: #1abc9c !important;
}
.ads.ad_468 {
  width: 468px;
}
.ads.ad_728 {
  width: 728px;
}
.ads.ads_300 {
  width: 728px;
}
.ads img {
  width: 100% !important;
}
/* 
 * jQuery UI
 */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 999 !important;
}
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: 700;
  color: #fff;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #1dd2af;
}
.ui-widget-content {
  border: 1px solid #07362c;
  background: #1abc9c;
  color: #fff;
}
@media screen and (max-width: 640px) {
  body {
    width: 100%;
  }
  body .container {
    width: 92% !important;
    margin: auto auto;
    max-width: 640px;
  }
  header .header .logo {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  header .header ul.menu {
    float: none;
    margin: 5px 0;
  }
  header .header ul.menu li{
    margin-left: 0;
  }
  section.dark {
    padding-top: 25px;
  }
  section#page .breadcrumb {
    font-size: 1.3em;
  }
  section#page .content {
    width: 100%;
    float: none;
  }
  section#page .content .inner {
    margin: 0 !important;
  }
  section#page .sidebar {
    width: 100%;
    float: none;
  }
  section .promo {
    padding: 10px 0;
  }
  section .promo .row {
    margin-bottom: 20px;
  }
  section .promo .row .grid.third {
    width: 100%;
    clear: both;
    display: block;
  }
  section .form {
    overflow: visible !important;
  }
  section .form .main-form {
    min-height: 100px;
  }
  section .form .main-form .main-input {
    font-size: 1.2em;
    width: 100%;
    padding-right: 0;
  }
  section .form .main-form button {
    display: block;
    float: right;
  }
  section .form button.form-button {
    padding: 5px 20px;
    font-size: 1.1em;
    margin-top: 8px;
  }
  section .form .advanced-options .row .grid.third {
    width: 100%;
    display: block;
    float: none;
    margin: 25px 0;
  }
  section .form .advanced-options .row .grid.third .inner {
    margin: 0;
  }
  section .form .advanced-options .geotarget {
    margin-top: 30px;
  }
  section .form .advanced-options .geotarget .geo-input .row .grid.half {
    display: block;
    width: 100%;
    float: none;
    margin: 5px 0;
    min-height: 30px;
    overflow: hidden;
  }
  section .form .advanced-options .geotarget .geo-input input.small {
    width: 70%;
  }
  section .form .advanced-options .geotarget .geo-input input.large {
    width: 80%;
  }
  section .centered {
    width: 100%;
  }
  section .share-this .qr {
    float: none;
    margin-left: 10px;
  }
  section .share-this .qr img {
    height: 80px;
  }
  section .share-this .share-message {
    line-height: 25px;
    margin-left: 0;
    float: none;
  }
  section .share-this .share-message p {
    margin-bottom: 10px;
  }
  section .share-this .share-message a.button {
    width: 100%;
    display: block;
    padding: 2px 8px;
  }
  section .layout .profile {
    width: 100% !important;
  }
  section .layout .profile img {
    margin: 30px 20px 0 0;
    height: 60px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .layout .profile .count {
    width: 100%;
  }
  section .layout .top-urls {
    min-height: 300px;
    width: 100% !important;
    border-left: 0;
    padding-bottom: 10px;
  }
  section .layout .top-urls .half {
    display: block;
    float: none;
    width: 100%;
  }
  section .layout .top-urls .url-list {
    padding-left: 0;
  }
  section .layout .top-urls h2 {
    margin-left: 0;
  }
  section .layout .top-urls form {
    float: none;
    display: block;
  }
  section .layout .top-urls form .input {
    width: 100% !important;
  }
  section .url-list > a.button {
    margin-left: 5px;
  }
  section .url-list:last-child {
    border-bottom: 0;
  }
  section .url-list h3 {
    min-height: 40px;
  }
  section .url-list h3 img {
    margin-right: 5px;
  }
  section .url-list h3 a.right {
    float: none !important;
    clear: both;
    display: block;
    padding: 5px auto;
    margin-top: 5px;
  }
  section .url-list a.button.right {
    float: none !important;
  }
  section .url-list strong {
    display: block;
    width: 100%;
    padding: 5px auto;
    margin-bottom: 10px;
  }
  section .url-list span {
    margin-top: 20px;
  }
  section .url-list span i {
    font-size: 1.1em;
    vertical-align: middle;
  }
  section .url-list .option {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0;
  }
  section .toolbar {
    background: #34495e;
    overflow: hidden;
    padding: 5px 5px 0 5px;
    display: block;
    width: 100%;
    z-index: 100;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .toolbar .grid {
    width: 100% !important;
    float: none;
  }
  section .toolbar .grid a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  section .toolbar .grid a.red {
    float: none;
  }
  section .toolbar .red {
    float: left;
  }
  section .toolbar form {
    float: left;
    margin-left: 20px;
  }
  section .toolbar form input {
    padding: 3px 5px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .toolbar .pagination {
    float: right !important;
  }
  section .toolbar .pagination a {
    padding: 3px 8px;
  }
  section .toolbar .pagination span.current {
    color: #fff !important;
  }
  section .url-shortener.margin {
    margin-top: 0 !important;
  }
  section #bundles .bundle {
    width: 100%;
  }
  section #bundles .bundle .tools a {
    width: 100% !important;
    float: none;
  }
  section #bundles .bundle .tools a:first-child {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section #bundles .bundle .tools a:nth-child(2) {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .user-info a {
    text-align: center !important;
    display: block;
  }
  section .user-info a img {
    float: none;
  }
  section .user-info .profile {
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0;
  }
  footer .footer_top .row .grid.half {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer_top a.button {
    display: block;
    width: 100%;
  }
  footer .footer_top p {
    clear: both;
    width: 100%;
  }
  footer .footer {
    font-size: 0.9em;
  }
  footer .footer .copy {
    text-align: left;
    margin-top: 10px;
  }
  footer .footer .row .grid.half {
    display: block;
    width: 100%;
    float: none;
  }
  form.form .input {
    width: 100% !important;
    -webkit-appearance: none;
  }
  form.form > button {
    margin: 20px 0;
    width: 100%;
  }
  #chart,
  #clicks {
    display: none;
  }
}
