/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */


/* @import "font-awesome/font-awesome"; */


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
* {
  box-sizing: border-box; }

html, body {
  padding: 0px;
  margin: 0px; }

.l-h-align-right {
  text-align: right; }

.l-h-align-center {
  text-align: center; }

.l-narrow-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.l-wide-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.l-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-columns-nowrap {
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.l-column-50 {
  -webkit-box-flex: 5 5 50%;
  -moz-box-flex: 5 5 50%;
  -webkit-flex: 5 5 50%;
  -ms-flex: 5 5 50%;
  flex: 5 5 50%;
  min-width: 300px; }

.l-column-33 {
  -webkit-box-flex: 3.33 3.33 33%;
  -moz-box-flex: 3.33 3.33 33%;
  -webkit-flex: 3.33 3.33 33%;
  -ms-flex: 3.33 3.33 33%;
  flex: 3.33 3.33 33%;
  min-width: 300px; }

.l-column-66 {
  -webkit-box-flex: 6.66 6.66 66%;
  -moz-box-flex: 6.66 6.66 66%;
  -webkit-flex: 6.66 6.66 66%;
  -ms-flex: 6.66 6.66 66%;
  flex: 6.66 6.66 66%;
  min-width: 300px; }

.l-column-25 {
  -webkit-box-flex: 2.5 2.5 25%;
  -moz-box-flex: 2.5 2.5 25%;
  -webkit-flex: 2.5 2.5 25%;
  -ms-flex: 2.5 2.5 25%;
  flex: 2.5 2.5 25%;
  min-width: 300px; }

.l-column-75 {
  -webkit-box-flex: 7.5 7.5 75%;
  -moz-box-flex: 7.5 7.5 75%;
  -webkit-flex: 7.5 7.5 75%;
  -ms-flex: 7.5 7.5 75%;
  flex: 7.5 7.5 75%;
  min-width: 300px; }

.l-column-100 {
  -webkit-box-flex: 10 10 100%;
  -moz-box-flex: 10 10 100%;
  -webkit-flex: 10 10 100%;
  -ms-flex: 10 10 100%;
  flex: 10 10 100%;
  min-width: 300px; }

.l-columns-nowrap .l-column-50, .l-columns-nowrap .l-column-66, .l-columns-nowrap .l-column-33 {
  min-width: auto; }


.tabs-container {
  position: relative;
  height: 227px; }

.tab_radio_selector {
  display: none; }

.tab_content {
  position: absolute;
  top: -5000px;
  width: 100%;
  height: 200px;
  border: #ccc 1px solid;
  background-color: #fff;
  padding: 0px; }

.tab_radio_selector:checked + .tab_content {
  top: 25px; }

.tab_label {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 25px;
  background-color: transparent;
  border: transparent 1px solid;
  border-bottom: none;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #1b576f;
  float: left; }
  .tab_label:hover {
    color: #7baf36;
    text-decoration: none; }

.tab_radio_selector:checked + .tab_content + .tab_label {
  background-color: white;
  border: #bbb9b2 1px solid;
  border-bottom: none;
  height: 26px;
  margin-bottom: -1px;
  z-index: 2;
  position: relative; }

.show_details_checkbox {
  display: none; }

.hidden_details {
  overflow: hidden; }

.show_details_checkbox:not(:checked) + .help_topic + .hidden_details {
  display: none; }

.help_topic {
  clear: both;
  font-size: large;
  display: block;
  font-weight: bold;
  cursor: pointer;
  padding-top: 2em;
  border-bottom: 1px solid #777; }

.topic_link {
  display: none;
  padding-left: 10px;
  float: right; }

.help_topic:hover .topic_link {
  display: block; }

.help_tabs_container {
  position: relative;
  clear: both; }

.help_tab_radio_selector {
  display: none; }

.help_tab_content {
  display: none; }

.help_tab_radio_selector[value="1"]:checked ~ .help_tab_content[data-index="1"], .help_tab_radio_selector[value="2"]:checked ~ .help_tab_content[data-index="2"], .help_tab_radio_selector[value="3"]:checked ~ .help_tab_content[data-index="3"], .help_tab_radio_selector[value="4"]:checked ~ .help_tab_content[data-index="4"], .help_tab_radio_selector[value="5"]:checked ~ .help_tab_content[data-index="5"], .help_tab_radio_selector[value="6"]:checked ~ .help_tab_content[data-index="6"], .help_tab_radio_selector[value="7"]:checked ~ .help_tab_content[data-index="7"], .help_tab_radio_selector[value="8"]:checked ~ .help_tab_content[data-index="8"], .help_tab_radio_selector[value="9"]:checked ~ .help_tab_content[data-index="9"], .help_tab_radio_selector[value="10"]:checked ~ .help_tab_content[data-index="10"] {
  display: block; }

.help_tab_label {
  cursor: pointer;
  display: inline-block;
  min-width: 60px;
  background-color: #f4f4f4;
  border: transparent 1px solid;
  border-bottom: none;
  text-align: center;
  float: left;
  padding: 6px;
  border: #bbb9b2 1px solid;
  border-bottom: none;
  height: 36px;
  box-sizing: border-box; }
  .help_tab_label:hover {
    color: #7baf36;
    text-decoration: none; }

.help_tab_radio_selector:checked + .help_tab_label {
  background-color: #fff;
  border-top-width: 3px;
  z-index: 2;
  position: relative; }

.help_topic {
  clear: both; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
body {
  font-family: 'PT Sans', sans-serif; }

h2, h3, h4, h5, h6, em {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #568781; }

h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #617073; }

a {
  color: #0061a8;
  text-decoration: none;
  font-weight: bold; }
  a:hover {
    text-decoration: underline; }

em2 {
  color: #7fd8be;
  font-weight: bold; }

em3 {
  color: #595d5d;
  font-weight: bold; }

.divider, hr {
  width: 100%;
  height: 0px;
  margin: 10px 0px;
  display: block;
  border: none;
  border-top: #e0e6df solid 2px; }

fieldset {
  width: 100%;
  border: #bbb solid 1px;
  padding: 6px;
  min-width: 250px;
  margin: 0px; }

img {
  max-width: 100%;
  height: auto; }

code {
  color: #061018;
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

thead {
  background-color: #eff2e6; }

td, th {
  /*border: 1px solid black;*/
  padding: 3px; }

#busy-indicator {
  display: none;
  position: fixed;
  background: transparent;
  z-index: 10000;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%; }

#page-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-column-narrow {
  width: 80px;
  margin-top: 20px; }

.footer-column-wide {
  width: 300px;
  margin-top: 20px; }

.footer-link {
  display: block;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: smaller;
  font-weight: normal; }

.footer-logo-block {
  color: #000;
  font-size: smaller;
  text-align: center; }
  .footer-logo-block .tiny-logo {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80px; }

.userbar {
  background-color: #595d5d;
  color: #fff;
  height: 30px;
  line-height: 30px; }

.navbar {
  position: relative;
  z-index: 1; }

.page-header {
  background-color: #e7eaed;
  background-image: url(../img/header_background-gray.jpg);
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid #dbdfe2;
  height: 100px;
  padding-top: 30px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative; }
  .page-header .tiny-logo {
    height: 45px; }

.header-overlay {
  /**
   * This color for inner pages header overlay
   */
  background-color: #7fd8be;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }

.header-nav-link {
  color: #585b62;
  text-decoration: none;
  width: 90px;
  text-align: center;
  line-height: 33px;
  border: 1px solid #585b62;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2em;
  font-weight: normal; }

.home-header-slogan {
  font-size: 50px;
  color: #568781;
  font-weight: bold;
  min-width: 300px; }

.header-button {
  color: #fff;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-right: -5px; }

.header-text {
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }

button {
  padding: 0.2em 0.5em;
  font-size: 1em;
  margin: 0.1em;
  background: transparent;
  border: 1px solid #aaa; }

.button {
  /*margin:-8px 0px 0;*/
  background: #fff linear-gradient(to top, #e9f7c2 0%, #e9f7c2 2px, #fff 3px);
  padding: 0 11px;
  color: #568781;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px #d1d1d1 solid;
  min-width: 200px;
  font-size: large;
  height: 41px;
  margin-top: 4px;
  text-shadow: #e0e0e0 1px 1px 0px; }

.button2 {
  display: block;
  width: 100%;
  background: #e7eaed;
  font-weight: bold;
  padding: 3px 6px;
  margin: 6px 0px; }

.icon-image-container {
  padding: 30px 30px 0px 30px;
  text-align: center; }

.captcha_block {
  text-align: center; }
  .captcha_block a {
    color: #568781;
    text-decoration: none; }
    .captcha_block a:hover {
      text-decoration: underline; }

.code-example {
  border: 2px solid #787475;
  background: black;
  color: yellow;
  display: block;
  text-shadow: none;
  white-space: pre; }

input:not([type=checkbox]):not([type=radio]):not([type=color]), select, textarea {
  background: #fcfefa;
  width: 200px;
  padding: 4px 2px;
  margin: 4px 0;
  border: 1px #e5e5e5 solid;
  display: inline-block;
  font-size: 90%;
  max-width: 100%; }
  input:not([type=checkbox]):not([type=radio]):not([type=color]).small, select.small, textarea.small {
    width: 160px; }
  input:not([type=checkbox]):not([type=radio]):not([type=color]).wide, select.wide, textarea.wide {
    width: 400px; }
  input:not([type=checkbox]):not([type=radio]):not([type=color]).max, select.max, textarea.max {
    width: 100%; }
  input:not([type=checkbox]):not([type=radio]):not([type=color])[type=submit], select[type=submit], textarea[type=submit], input:not([type=checkbox]):not([type=radio]):not([type=color])[type=button], select[type=button], textarea[type=button] {
    cursor: pointer; }

textarea {
  min-height: 5em; }

.required-mark:after {
  content: '*';
  color: red; }

.flexible-label {
  min-width: 50%;
  display: inline-block; }

.error {
  color: red; }

.stats_loading_container {
  text-align: center;
  line-height: 200px; }

.charts-container {
  border: #ccc 1px solid;
  background-color: #fff;
  padding: 0px; }

.chart-border-right {
  border-right: #ccc 1px dotted; }

.chart-border-bottom {
  border-bottom: #ccc 1px dotted; }

.section-header {
  margin-bottom: 0px; }

.clickable-row-group {
  background: #eee;
  cursor: pointer; }

.satellite_color_sample {
  width: 1em;
  height: 1em;
  border: 1px solid #aaa;
  display: inline-block;
  margin: 0px 3px; }

.desktop-hint, .mobile-hint {
  display: none;
  position: absolute;
  top: -25px;
  left: 10%;
  background: white;
  padding: 0px 4px;
  border: 1px solid black;
  box-shadow: 2px 2px 15px #777; }

#tinyurl:focus ~ .desktop-hint, .tinyurl:focus ~ .desktop-hint {
  display: block; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
#modal-backdrop {
  display: none; }

#modal:not(:empty) + #modal-backdrop {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3; }

.modal {
  position: fixed;
  background: #fff linear-gradient(to bottom, #e5e5e5 0%, #fff 35%);
  border: 1px #666 solid;
  outline: 10px rgba(0, 0, 0, 0.3) solid;
  max-width: 520px;
  width: 90%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  font-size: 20px; }
  .modal .close {
    border-radius: 100%;
    background: #fff linear-gradient(to top, #e5e5e5 0%, #fff 100%);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    float: right;
    /*top:-24px;
     right:-24px;
     position:absolute;*/
    cursor: pointer;
    z-index: 3; }
    .modal .close:after {
      content: '\00D7';
      font-size: 35px;
      position: relative;
      top: -9px;
      left: 6px;
      color: #568781; }
    .modal .close:hover:after {
      color: #295; }
  .modal.narrow {
    max-width: 400px;
    width: 66%; }
  .modal.wide {
    max-width: 800px;
    width: 100%; }
  .modal h1 {
    background-color: #dadada;
    border-bottom: #fff solid 1px;
    margin: 0px;
    margin-bottom: 5px;
    color: #2f2f2f;
    padding: 8px 18px;
    font-size: larger;
    font-weight: bold;
    outline: 1px #cdcdcd solid; }
  .modal .number {
    background-color: #295;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin: 5px; }
  .modal .title {
    margin: 8px 0 0 8px;
    color: #6a6a6a;
    font: 12px;
    font-weight: bold;
    display: inline; }
  .modal .inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .modal .modal-column {
    -webkit-box-flex: 1 1 300px;
    -moz-box-flex: 1 1 300px;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px; }
  .modal label {
    margin: 9px 6px 0 0;
    color: #6b6b6b;
    display: inline-block;
    width: 75px;
    text-align: right;
    font-size: 80%; }
    .modal label.medium {
      width: 125px; }
    .modal label.big {
      width: 175px; }
    .modal label.inline {
      display: inline; }
  .modal .info {
    background: #f1fbf9;
    margin: 10px 0;
    padding: 5px 10px;
    color: #2f2f2f;
    font-size: 0.7em;
    line-height: 180%;
    border-top: 2px #d5f4ed solid;
    border-bottom: 2px #d5f4ed solid; }

.modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 10px 0px;
  border-top: 1px #eaeaea solid;
  font-size: smaller;
  color: #919191; }

.modal-footer-column {
  width: 40%;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.modal-footer-column:last-child {
  text-align: right; }

.response {
  margin: 2px 0;
  width: auto;
  padding: 3px 3px 3px 24px;
  display: none;
  line-height: 160%; }
  .response a {
    color: #367b98;
    font-weight: bold; }
  .response a:hover {
    text-decoration: underline; }
  .response.error {
    background: #e9dfdf url(/tiny/img/cross.png) no-repeat 4px center;
    color: #bf3b3b;
    border-top: 2px #e2c7c7 solid;
    border-bottom: 2px #e2c7c7 solid; }
  .response.success {
    background: #dfe9df url(/tiny/img/tick.png) no-repeat 4px center;
    color: #318f2c;
    border-top: 2px #c9e2c7 solid;
    border-bottom: 2px #c9e2c7 solid; }

.routes_list_scroll_container {
  max-height: 350px;
  overflow: auto; }

.routing_rules_table {
  width: 100%;
  margin: 3px 0; }

.routing_rules_table th {
  background: #eaf3e8;
  padding: 3px; }

.routing_rules_table tbody td {
  padding: 3px; }

.routing_rules_table .actions {
  text-align: center; }

.routing_rules_table .url {
  width: 100%; }

.bl-move-up-button, .bl-move-down-button, .bl-delete-button {
  padding: 0 3px;
  width: 20px;
  margin: 0 2px;
  background: none;
  border: none;
  cursor: poiter; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
.motivator {
  background-color: #f6f7f6;
  padding: 20px 25px 15px 25px; }

.get_started {
  background-color: #295;
  color: white;
  padding: 10px 20px;
  border-radius: 2px;
  /*border: 1px solid #fff;*/
  border: none;
  font-size: 1.2em;
  cursor: pointer; }

.testemonials {
  background-color: gray;
  background-image: url(../img/TestimonialBkgrnd1024x193.png);
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 25px 15px 25px;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .testemonials * {
    color: white; }

.testemonial-column {
  -webkit-box-flex: 0 1 200px;
  -moz-box-flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  padding: 10px; }

.testemonial-footer {
  text-align: center;
  width: 100%;
  padding-top: 20px; }
  .testemonial-footer a {
    color: white; }

.benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.benefits-column {
  -webkit-box-flex: 0 1 350px;
  -moz-box-flex: 0 1 350px;
  -webkit-flex: 0 1 350px;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  color: #4c443d;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: large;
  font-weight: bolder; }
  .benefits-column li {
    list-style: square;
    margin-bottom: 1.2em; }
  .benefits-column:nth-child(even) {
    -webkit-box-flex: 0 1 220px;
    -moz-box-flex: 0 1 220px;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px; }

#home-page-header {
  background-color: #f1f1f1;
  background-image: url(../img/head-1024x340.jpg);
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 0px;
  border-bottom: 3px solid #595d5d; }
  #home-page-header .header-nav-link {
    border-color: #fff;
    color: #fff; }
  #home-page-header .tiny-logo {
    /*-webkit-filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px -1px 0px #fff);*/ }

#home-page-overlay {
  background-color: #7fd8be;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }

.home-header-center-block {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  z-index: 1; }
  .home-header-center-block h1 {
    font-size: 50px; }

#create {
  background-color: #7fd8be;
  padding: 2px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px; }
  #create input {
    border: none; }
  #create .long_url {
    width: 500px;
    padding: 13px; }
  #create .custom_url {
    width: 160px;
    padding: 10px; }
  #create #create-submit {
    width: 150px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 30px; }
    #create #create-submit.loading {
      background: #fff url(../img/loading.gif) no-repeat center center;
      cursor: default; }
  #create .response {
    width: 100%; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
#manage-page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

#tags_container {
  border: 1px solid #bbb;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  min-width: 200px; }

#url_table_column {
  border: 1px solid #bbb;
  -webkit-box-flex: 3 1;
  -moz-box-flex: 3 1;
  -webkit-flex: 3 1;
  -ms-flex: 3 1;
  flex: 3 1;
  min-width: 300px;
  min-height: 400px; }

.url_table_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2px 5px; }

.url_table_controls_column {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }
  .url_table_controls_column:last-child {
    text-align: right;
    font-size: 90%; }

.tag-selector-container {
  margin: 0px;
  padding: 0px; }

.tag-selector-item {
  list-style: none;
  display: inline-block;
  min-width: 150px; }

#affect-tagged-block {
  display: none; }

#current-tag-label {
  margin-right: 10px; }

.page_links {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.page_links a, .page_links strong {
  font-size: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: inline-block;
  text-align: center;
  width: 2em;
  border: none;
  background: #fff;
  margin: 0.1em; }

.page_links strong {
  color: #fff;
  background: #777; }

.selectable-col {
  cursor: pointer; }

.selected-row:not(.tag-folder) {
  color: white;
  background: #777; }

#url_manage {
  width: 100%;
  background: #fff; }
  #url_manage th {
    background: #eff2e6;
    border: none;
    padding: 0.1em; }
  #url_manage th:first-child {
    text-align: center; }
  #url_manage .actions-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 40px; }
  #url_manage .header-block-left {
    -webkit-box-flex: 3 1 300px;
    -moz-box-flex: 3 1 300px;
    -webkit-flex: 3 1 300px;
    -ms-flex: 3 1 300px;
    flex: 3 1 300px;
    text-align: left; }
  #url_manage .header-block-right {
    -webkit-box-flex: 1 1 200px;
    -moz-box-flex: 1 1 200px;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    text-align: right; }
  #url_manage .url-row > td:first-child {
    text-align: center; }
  #url_manage td {
    border: none;
    padding: 0.1em; }
  #url_manage .actions {
    text-align: center;
    line-height: 14px; }
  #url_manage .url-row {
    background: #fff linear-gradient(to bottom, #e5e5e5 0%, #fff 10%); }
  #url_manage .tinyurl {
    width: 100%;
    color: #050505;
    font-weight: bold;
    font-size: 1.05em;
    margin-top: 0px;
    text-shadow: #e0e0e0 0px 0px 0px;
    border: none;
    background-color: transparent;
    padding: 1px 0px; }
  #url_manage .longurl {
    margin: 0px 0 0px;
    color: #6a9eb0;
    font: 12px;
    min-height: 16px;
    display: block;
    max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-all; }
  #url_manage .url_info {
    width: 100%; }
  #url_manage .url_info td {
    border: none;
    color: #787475; }

.action-icon {
  margin-left: 0.2em;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2em; }

.inactive-action {
  opacity: 0.3; }

.click_val {
  text-align: center; }

.note_content {
  position: absolute;
  background: #c8c8c8;
  border: 1px solid #c3c3c3;
  display: none;
  padding: 4px;
  top: 40px; }

.tag_label {
  margin-left: 2px;
  background-color: #568781;
  color: white;
  padding: 2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8em; }

#tag_manage th {
  background: #eff2e6;
  border: none;
  padding: 0.2em; }
  #tag_manage .tag-folder {
    cursor: pointer; }
  #tag_manage .selectable-row .action-icon {
    display: none; }
  #tag_manage .selectable-row.selected-row .action-icon {
    display: inline-block;
    color: white; }
  #tag_manage .tag-folder.collapsed-branch .action-icon {
    display: none; }
    #tag_manage .tag-folder.collapsed-branch .collapsed-icon {
      display: inline-block; }
    #tag_manage .tag-folder.collapsed-branch .expanded-icon {
      display: none; }
  #tag_manage .tag-folder.expanded-branch .action-icon {
    display: inline-block; }
    #tag_manage .tag-folder.expanded-branch .collapsed-icon {
      display: none; }
    #tag_manage .tag-folder.expanded-branch .expanded-icon {
      display: inline-block; }
  #tag_manage .indenter {
    padding-left: 18px; }

.satellite-account-filter {
  cursor: pointer; }

.url-action-icon {
  font-size: 1.2em;
  padding: 3px;
  display: inline-block; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
#recent-container {
  background: #f2f6f7;
  padding: 20px; }
  #recent-container h2 {
    text-align: center; }

#recent ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: flex-start;
  -moz-box-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px; }
  #recent li {
    -webkit-box-flex: 0 1 24%;
    -moz-box-flex: 0 1 24%;
    -webkit-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    /*background:#ebebeb;*/
    padding: 1px;
    margin: 1px 0px 0px 1px;
    cursor: pointer;
    /*color:#666;*/
    /*float:left;*/
    /*border:1px #cecece solid;*/
    overflow: hidden; }
    #recent li a {
      background: inherit;
      color: inherit;
      display: block;
      padding: 5px 5px 5px 5px;
      overflow: hidden;
      outline: none;
      text-align: center; }
    #recent li.selected {
      background: #e0e6df;
      color: #333; }
      #recent li.selected a:hover {
        background: #f6fbf0;
        color: #666; }
  #recent .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    #recent .info .left {
      -webkit-box-flex: 1 1 39%;
      -moz-box-flex: 1 1 39%;
      -webkit-flex: 1 1 39%;
      -ms-flex: 1 1 39%;
      flex: 1 1 39%;
      padding: 5px 10px; }
      #recent .info .left .box-title {
        color: #6f6f6f;
        font-size: 11px;
        font-weight: bold; }
      #recent .info .left #copy {
        color: #6d9836;
        font-size: 11px;
        font-weight: bold; }
      #recent .info .left #longurl {
        width: 100%;
        color: #a1a1a1;
        margin: 5px 0 5px;
        min-height: 50px; }
      #recent .info .left .divider {
        background: #d6dbd1;
        width: 100%;
        height: 1px;
        margin: 30px 0 15px; }
      #recent .info .left #remove-recent, #recent .info .left #remove-recent-all {
        margin-left: 0px;
        color: #983636;
        font-size: 0.8em;
        vertical-align: bottom; }
      #recent .info .left #viewing {
        margin-right: 25px;
        color: #a1a1a1;
        font-size: 0.8em;
        float: left; }
    #recent .info .right {
      padding: 4px;
      position: relative;
      -webkit-box-flex: 1 1 55%;
      -moz-box-flex: 1 1 55%;
      -webkit-flex: 1 1 55%;
      -ms-flex: 1 1 55%;
      flex: 1 1 55%; }
      #recent .info .right .link a {
        color: #1b576f;
        cursor: pointer; }
      #recent .info .right .link a:hover {
        color: #1b576f; }
      #recent .info .right #tinyurl {
        font-size: 18px;
        color: #2d2d2d;
        font-weight: bold;
        width: auto;
        border: none;
        outline: none;
        width: 90%; }
  #recent #loading {
    width: 397px;
    height: 66px;
    padding: 32px 130px; }
    #recent #loading img {
      width: 32px;
      height: 32px;
      float: left; }
    #recent #loading span {
      padding: 6px 0 0 10px;
      color: #525e64;
      font: 17px;
      float: left; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
.comparison-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 1px 0px; }
  .comparison-table thead {
    background: none; }
  .comparison-table td, .comparison-table th {
    padding: 3px 10px; }
  .comparison-table tbody > tr:nth-child(odd) {
    background-color: #f2f6f7; }
  .comparison-table tr > td:first-child {
    font-size: 1.2em; }
    .comparison-table tr > td:first-child a {
      font-weight: strong;
      color: #7d7c84; }
  .comparison-table .marker {
    font-size: 1.8em;
    color: #295;
    display: block;
    text-align: center; }
  .comparison-table .marker2 {
    font-size: 1.2em;
    color: #aaa;
    display: block;
    text-align: center; }
  .comparison-table .marker3 {
    font-size: 1.5em;
    color: #aaa;
    display: block;
    text-align: center; }
  .comparison-table.brief .full-version {
    display: none; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
/* @import "font-awesome/font-awesome"; */
.branded_generic {
  position: relative;
  font-size: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 10px 20px 20px 25%;
  color: #656565;
  background-color: rgba(231, 231, 231, 0.5); }
  .branded_generic h2 {
    margin: 0px 0px 5px 0px;
    font-size: 2em; }
  .branded_generic em {
    font-style: normal;
    color: #811;
    font-weight: bold; }
  .branded_generic ul {
    margin: 0px 0px 0px 0px;
    padding-left: 5px; }

.branded_generic_background {
  background-color: #e7e7e7;
  background-image: url(../img/branded_generic_b.jpg);
  background-size: contain;
  background-position: 7% top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1; }

.cta-button {
  background-color: #811;
  border-radius: 2px;
  color: white;
  padding: 3px 15px;
  font-size: 1.2em;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px; }

.subscription_plans {
  font-family: 'PT Sans Narrow', sans-serif;
  border-bottom: solid #ccc 10px;
  border-top: solid #fff 10px;
  line-height: 30px; }
  .subscription_plans > :nth-child(even) {
    background-color: #ccc; }
  .subscription_plans h2 {
    color: black; }
  .subscription_plans em {
    color: #568781;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em; }

.bring_your_domain {
  font-family: 'PT Sans Narrow', sans-serif;
  border-bottom: solid #e7e7e7 10px;
  border-top: solid #fff 10px;
  padding: 10px 0px; }
  .bring_your_domain h2 {
    font-size: 2.5em;
    margin: 0px 0px 10px 0px; }
  .bring_your_domain .box-number {
    background: #adadad;
    font-weight: bold;
    display: inline-block;
    border: 1.5px solid black;
    padding: 0px 0.4em;
    border-radius: 2px;
    /*font-size: 1.3em;*/
    margin: 10px 0px;
    color: black; }
  .bring_your_domain em {
    display: block;
    color: #568781;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    margin: 10px 0px; }
  .bring_your_domain em2 {
    font-style: normal;
    color: #811;
    font-weight: bold; }
  .bring_your_domain .step-line {
    font-size: 20px;
    display: inline-block; }
  .bring_your_domain .row1 {
    background-color: #e7e7e7; }
    .bring_your_domain .row1 img {
      -webkit-filter: drop-shadow(0px 0px 10px rgba(100, 100, 100, 0.8)); }
  .bring_your_domain .col1 {
    max-width: 330px;
    text-align: right; }
  .bring_your_domain .col2 {
    font-size: 3em; }
  .bring_your_domain td {
    padding: 15px;
    color: #568781; }

.byd_contact_us {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #568781;
  font-size: 22px;
  display: block;
  margin: 20px 0px; }

.when-quantity-matters {
  -webkit-box-align-items: flex-end;
  -moz-box-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-justify-content: center;
  -moz-box-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: rgba(204, 204, 204, 0.5);
  color: #656565;
  padding: 10px 5% 30px 5%;
  font-size: 18px; }
  .when-quantity-matters h2 {
    font-size: 40px;
    margin: 10px 0px; }
  .when-quantity-matters h3 {
    font-size: 30px;
    color: inherit;
    margin: 10px 0px; }
  .when-quantity-matters ul {
    margin: 15px 0px; }
  .when-quantity-matters .cta-button {
    font-size: 1em;
    margin-bottom: 10px; }

.when-quantity-matters-overlay {
  background-color: rgba(204, 204, 204, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  z-index: 1; }

.url-machine-overlay {
  background-color: rgba(231, 231, 231, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  z-index: 1; }


/* Skin configuration settings
 * theme_background1 = solid color navigation bar
 * theme_background2 = header background overlay
 * orange1/ltblue2 = #f2a428/#38D8CC
 * tiny_dark: #061018;
 * tiny_red: #D53E3B;
 * tiny_dark_blue: #233E53;
 * tiny_green: #3F7F5D; 
 */
.is-active-nav-link {
  color: #e7eaed;
  background-color: #585b62; }

#home-page-header .is-active-nav-link {
  color: gray;
  background-color: rgba(255, 255, 255, 0.6); }

.header-nav-link:hover {
  text-decoration: none;
  color: #585b62;
  background-color: rgba(88, 91, 98, .3); }

#home-page-header .header-nav-link:hover {
  text-decoration: none;
  color: gray;
  background-color: rgba(255, 255, 255, 0.7); }

.button:hover {
  color: #295;
  text-decoration: none; }

.get_started:hover {
  background: #5a9000 linear-gradient(to bottom, #5a9000 0%, #4b7308 100%); }


@media all and (max-width: 640px) {
  .icon-image-container {
    display: none; }

  .padded-content {
    padding: 2px;
    overflow: auto; }

  .divider {
    width: 95%; }

  #tags_container {
    width: 100%;
    max-height: 300px;
    overflow: auto; }

  #url_manage .header-block-right, #url_manage .header-block-left {
    width: 100%; }

  #keywords {
    width: 120px; }

  .l-wide-content, .l-narrow-content {
    padding: 0px 2px; }

  .chart-border-right {
    border-right: none; }

  .header-nav-link {
    width: auto;
    padding: 0px 3px;
    margin-right: 0px; }

  #home-page-header {
    height: 250px; }

  .home-header-center-block {
    margin-top: 20px; }

  .branded_generic_background {
    background-size: 20%;
    background-position: 0px 0px; }

  .bring_your_domain .col2 {
    font-size: 1.5em; }

  #tinyurl:focus ~ .desktop-hint, .tinyurl:focus ~ .desktop-hint {
    display: none; }

  #tinyurl:focus ~ .mobile-hint, .tinyurl:focus ~ .mobile-hint {
    display: block; } }

@media (max-height: 700px), (max-width: 640px) {
  .modal {
    width: 100%;
    top: 0px;
    transform: translateX(-50%) translateY(0) translateZ(0) scale(1, 1);
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0) scale(1, 1); }
    .modal label, .modal label.big {
      width: auto; }
    .modal.narrow {
      top: 20px;
      width: 95%; }
    .modal.wide {
      position: absolute; }
    .modal .close {
      top: 0px;
      right: 0px; } }
