body {
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-bottom: 120px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #222;
  background-color: #ececec;
}

a {
  color: #1e7d9d;
}

a.underline {
  text-decoration: underline;
}

.gray {
  color: #808080;
}

.red {
  color: #f2462c;
}

h1 {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px #efefef solid;
}

h2 {
  color: #808080;
  text-align: center;
}

h3 {
  font-size: 1rem;
}

p {
  margin: 0 0 10px 0;
  font-size: .9rem;
  line-height: 1.2rem;
}

p.nowip {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

label {
  display: inline-block;
  font-size: .9rem;
  font-weight: bold;
}

input:focus {
  outline: none;
  border-color: #222;
  background-color: #f9f9f9;
}

[type=text], [type=password], [type=url], [type=tel], [type=number] {
  display: block;
  width: 100%;
  margin: 14px 0 20px 0;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #969696;
}

[type=submit] {
  margin: 0;
  border: 0;
}

select {
  display: block;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  height: 37px;
  margin: 15px 0;
  padding: 0 25px 0 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: .8rem;
  text-indent: 1px;
  text-overflow: '';
  background: url(../images/dropdown-gray-mt.png) right 10px center no-repeat #f8f8f8;
  background-size: 6px 4px;
}

.button {
  float: right;
  width: auto;
  padding: 0 40px;
  font-size: 1rem;
  color: #fff;
  line-height: 40px;
  border: 0;
  border-radius: 5rem;
  background-color: #609f43;
  outline: 0;
  cursor: pointer;
}

.button-small {
  padding: 0 10px;
  font-size: .7rem;
  line-height: 24px;
}

.button-medium {
  padding: 5px 12px;
  font-size: .7rem;
  line-height: 18px;
}

.button.refresh {
  padding: 4px 12px;
  line-height: 24px;
  color: #b8b8b8;
  border: 1px solid #b8b8b8;
  background: #fff;
}

.icon {
  margin: 0 10px;
}

.input-group {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .input-group {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 999px) {
  .input-group #new_ip_address, .input-group #note {
    width: 100% !important;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  .input-group #new_ip_type, .input-group #new_ip_region {
    width: 100% !important;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .input-group #new_ip_type + input[type='button'], .input-group #new_ip_region + input[type='button'] {
    border-radius: 5px;
  }
}

.input-group input, .input-group select, .input-group button, .input-group a {
  height: 37px;
  margin: 0;
  font-size: .8rem;
  line-height: 1.2rem;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .input-group input, .input-group select, .input-group button {
    font-size: 1rem;
  }
}

.input-group [type=text] {
  display: table-cell;
}

.input-group-btns {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .input-group-btns {
    display: flex;
    width: 100%;
  }
  .input-group-btns--break {
    flex-direction: column;
  }
}

.input-group-btns font {
  display: block;
  width: 100%;
}

.input-group-btns font input {
  display: block!important;
  width: 100%!important;
}

.input-group-btns select {
  display: inline-block;
  width: auto;
  min-width: 80px;
  margin: 0 -5px 0 0;
  border-right: 0;
  border-radius: 0;
}

.input-group-btns [type=submit], .input-group-btns [type=button] {
  display: inline-block;
  width: auto;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .input-group-btns [type=submit]:first-child, .input-group-btns [type=button]:first-child, .input-group-btns a:first-child, .input-group-btns select:first-child {
    flex: 1 1 auto;
    border-radius: 0 0 0 5px;
  }
}

.input-group-btns [type=submit]:last-child, .input-group-btns [type=button]:last-child, .input-group-btns a:last-child {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 999px) {
  .input-group-btns [type=submit]:last-child, .input-group-btns [type=button]:last-child, .input-group-btns a:last-child {
    flex: 1 1 auto;
    border-radius: 0 0 5px 0;
  }
}

@media screen and (max-width: 999px) {
  .input-group-btns [type=submit]:only-child, .input-group-btns [type=button]:only-child, .input-group-btns a:only-child, .input-group-btns select:only-child {
    flex: 1 1 auto;
    border-radius: 0 0 5px 5px;
  }
}

.input-group-btns [type=submit].button-green, .input-group-btns [type=button].button-green, .input-group-btns a.button-green {
  color: #fff;
  border: 1px solid #609f43;
  background-color: #609f43;
}

.input-group > [type=text], .input-group > select {
  float: left;
  width: 100%;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 999px) {
  .input-group > [type=text], .input-group > select {
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
  }
}

.tag {
  margin: 0;
  padding: 1px 6px;
  border-radius: 4px;
}

.tag.green {
  color: #fff;
  background: #609f43;
}

.tag.red {
  color: #fff;
  background: #d64d15;
}

.tag.circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}

.status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 15px;
}

.status.green {
  background: #609f43;
}

.status.red {
  background: #d64d15;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.hidden {
  display: none !important;
}

.all-tags {
  position: absolute;
  top: -8px;
  width: 150px;
}

/* app-header ----------------------------------------------------- */
.app-header {
  width: 100%;
  min-height: 50px;
  color: #fff;
  background-color: #333;
}

.app-header .wrap {
  height: 50px;
  margin: 0 20px;
  overflow: hidden;
}

.app-header .logo {
  float: left;
  width: 100px;
  height: 24px;
  margin: 13px auto;
  text-indent: -9999px;
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  background-size: 100px auto;
  overflow: hidden;
  cursor: pointer;
}
.report_select{
    width:20%;
}

@media (max-width: 768px) {
  .app-header .logo {
    width: 116px;
    height: 28px;
    margin: 13px auto;
    background-size: 116px auto;
  }
}

.app-header nav {
  display: flex;
  align-items: center;
  height: 50px;
}

@media (max-width: 1100px) {
  .app-header nav {
    display: none;
  }
}

.app-header nav a {
  margin: 0 0 0 40px;
  font-size: .7rem;
  color: #8a8a8a;
}

.app-header nav a:hover {
  color: #fff;
}

.app-header nav a.active {
  font-weight: bold;
  color: #fff;
}

.app-header nav.primary-nav {
  float: left;
}

.app-header nav.primary-nav a {
  font-size: .9rem;
}

.app-header nav.secondary-nav {
  float: right;
}

.app-header nav.secondary-nav i {
  margin: 0 5px 0 0;
}

.app-header nav.secondary-nav .user-menu > a {
  padding: 20px 40px 0 0;
  background: url(../images/dropdown-light-gray.png) right 25px center no-repeat;
  background-size: 6px 4px;
}

.app-header nav.secondary-nav .avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: url(../images/avatar.png) center center no-repeat;
  background-size: 15px 15px;
}

.app-header nav.secondary-nav .avatar img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.login .app-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.login .app-header .wrap .logo {
  margin: 0;
}

@media (max-width: 768px) {
  .login .app-header .wrap .logo {
    margin: 0 auto;
  }
}

.login .app-header .wrap div {
  font-size: .7rem;
  font-weight: bold;
  color: #8a8a8a;
  text-align: center;
}

@media (max-width: 768px) {
  .login .app-header .wrap div {
    display: none;
  }
}

@media (max-width: 768px) {
  .login .app-header .wrap nav {
    display: flex;
    margin: 0 20px 0 0;
  }
}

/* app-content ----------------------------------------------------- */
.app-content {
  max-width: 1090px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

@media (max-width: 1200px) {
  .app-content {
    width: 100%;
    margin: 0 auto 35px auto;
    padding: 35px 15px;
  }
}

.app-content-header {
  position: relative;
}

@media (max-width: 999px) {
  .app-content-header {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 550px) {
  .app-content-header {
    padding: 0;
  }
}

.app-content-header .topper {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .app-content-header .topper {
    width: 100%;
    margin: 0 0 1rem 0;
    border-bottom: 0;
  }
}

.app-content-header .topper.noline {
  margin: 0 0 20px 0;
  border-bottom: 0;
}

.app-content-header .topper.noline nav a {
  margin: 0 0 0 1rem;
}

.app-content-header .topper div {
  float: left;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2rem;
  color: #222;
  overflow: hidden;
}

.app-content-header .topper div i {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 6px 10px;
  font-size: .7rem;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #fff;
}

.app-content-header nav a {
  display: inline-block;
  margin: 0 0 0 2rem;
  font-size: .9rem;
}

.app-content-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 2rem 0;
}

.app-content-header nav.menu--main {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .app-content-header nav.menu--main {
    position: static;
    top: auto;
    right: auto;
    width: 50%;
    margin: 0 0 2rem 0;
  }
}

@media screen and (max-width: 999px) {
  .app-content-header nav.menu--sub {
    width: 50%;
    margin: 0 0 2rem 0;
    border-left: 1px solid #ccc;
  }
}

@media screen and (max-width: 999px) {
  .app-content-header nav:nth-child(2) {
    margin: 2px 0 2rem 0;
  }
}

@media screen and (max-width: 999px) {
  .app-content-header nav {
    flex-wrap: wrap;
  }
}

.app-content-header nav a {
  display: inline-block;
  margin: 0 2rem;
  font-size: .8rem;
  line-height: 2rem;
  color: #606060;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .app-content-header nav a {
    width: 100%;
  }
}

.app-content-header nav a.active {
  font-weight: bold;
  color: #222;
}

.app-content-header nav a:hover {
  color: #222;
}

.login {
  padding-bottom: 40px;
}

@media (max-width: 999px) {
  .app-content-header nav.menu {
    display: none;
  }
}

.app-content-header nav.menu.is-active {
  display: block;
}

.login .app-content {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 65px 20px;
}

@media (max-width: 768px) {
  .login .app-content {
    padding: 0;
  }
}

.login .login-form {
  position: relative;
  max-width: 520px;
  margin: auto;
  padding: 30px 45px 45px 45px;
  border-radius: 0;
}

@media (max-width: 380px) {
  .login .login-form h1 {
    text-align: center;
  }
}

.login .login-form .wrap {
  margin: 0 0 40px 0;
  padding: 15px 0 40px 0;
  border-bottom: 2px dashed #ccc;
}

.login .login-form .wrap a {
  font-size: .7rem;
}

@media (max-width: 380px) {
  .login .login-form .wrap {
    text-align: center;
  }
  .login .login-form .wrap .button {
    float: none;
    width: 100%;
  }
  .login .login-form .wrap p {
    margin: 20px 0 0 0;
  }
}

.login .login-form .not-registered {
  min-height: 50px;
  color: #808080;
  background: url("https://sucuri.net/images/i-website-bundle-new.png") right center no-repeat;
}

@media (max-width: 380px) {
  .login .login-form .not-registered {
    text-align: center;
    padding: 50px 0 0 0;
    background-position: center top;
  }
}

.login .login-form .not-registered h3 {
  margin-bottom: 3px;
}

.login .login-form .not-registered a, .login .login-form .not-registered span {
  font-size: .7rem;
}

@media (max-width: 380px) {
  .login .login-form .not-registered span {
    display: none;
  }
}

/* app-footer ----------------------------------------------------- */
.app-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
  text-align: center;
  background: #f5f5f5;
}

.app-footer .copyright {
  margin: 0;
  font-size: .7rem;
  color: #adadad;
  line-height: 42px;
}

.login .app-footer {
  position: relative;
  bottom: auto;
  height: auto;
  padding: 0;
  font-size: .7rem;
  background: none;
}

.login .app-footer a {
  display: inline-block;
  margin: 0 0 20px 25px;
  color: #808080;
  text-decoration: none;
}

@media (max-width: 768px) {
  .login .app-footer a {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.login .app-footer a:first-child {
  margin: 0 0 20px 0;
}

.login .app-footer a:hover {
  color: #222;
  text-decoration: underline;
}

.login .app-footer .social-media {
  margin: 25px 0 0 0;
}

.login .app-footer .social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 12px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #bfbfbf;
}

.login .app-footer .social-media a:hover {
  background-color: #404040;
}

.login .app-footer .social-media a:first-child {
  margin: 0 0 0 0;
}

.login .app-footer .social-media a.facebook {
  background-image: url(https://sucuri.net/images/i-social-facebook.png);
}

.login .app-footer .social-media a.twitter {
  background-image: url(https://sucuri.net/images/i-social-twitter.png);
}

.login .app-footer .social-media a.linkedin {
  background-image: url(https://sucuri.net/images/i-social-linkedin.png);
}

/* general ----------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  padding: 0;
}

.content {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .content {
    flex-direction: column;
  }
}

.content .box {
  flex: 1;
}

.box {
  margin: 0 0 35px 0;
  padding: 20px 35px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 2px #d5d5d5;
}

.box h1 {
  border-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .box {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .box {
    padding: 20px;
  }
}

.box.green {
  padding: 35px;
  font-size: .9rem;
  background: #efffeb;
}

@media screen and (max-width: 999px) {
  .box.green {
    margin: 0 0 35px 0px;
  }
}

@media screen and (max-width: 640px) {
  .box.green {
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 999px) {
  .box.green--overview {
    margin: 0 0 35px 220px;
  }
}

@media screen and (max-width: 768px) {
  .box.green--overview {
    margin: 0 0 35px 0;
  }
}

.box.red {
  font-size: .9rem;
  color: #f2462c;
  line-height: 1.2rem;
  border: 1px dashed #f2462c;
  box-shadow: none;
}

.box.code {
  margin: 30px 0;
  padding: 18px;
  font-size: .9rem;
  font-family: Monaco, Monospace, Courier, serif;
  border: 1px solid #808080;
  border-radius: 8px;
  background: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.box h2 {
  margin: 20px 0 50px 0;
  text-align: center;
  color: #222;
}

.box.browser-list h2 {
  margin: 0;
}

.box.browser-list .color-gray {
  margin: 10px 0 0 0;
}

.box .flexbox {
  display: flex;
  justify-content: center;
  align-items: top;
  margin: 0 0 30px 0;
}

.box .flexbox div {
  width: 50%;
  max-height: 300px;
  overflow-y: scroll;
}

.box .flexbox div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main {
  width: 80%;
  border: 0;
  display: table;
  margin: 0 0 35px 220px;
}

@media screen and (max-width: 999px) {
  .main {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 768px) {
  .main {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .main .fll {
    float: none;
  }
}

.sidebar-menu {
  position: absolute;
  float: left;
  width: 185px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (max-width: 768px) {
  .sidebar-menu {
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px 0;
  }
  .report_select{
    width:100%;
  }
}

.sidebar-menu li {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: .8rem;
  color: #606060;
  text-decoration: none;
}

.sidebar-menu li a.active {
  font-weight: bold;
  color: #fff;
  background: #559c42;
}

.sidebar-menu li a:hover {
  color: #222;
  background-color: #f0f0f0;
}

div.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 0 0 35px 0;
  border-spacing: 0;
}

table#realtime_table th {
  white-space: nowrap;
}

table#audit_trail_table th {
  white-space: nowrap;
}

table#domain-alias td {
  word-break: break-all;
}

table .hosting-address td {
  word-break: break-all;
}

table th, table td {
  position: relative;
  font-size: .8rem;
  border-bottom: 1px solid #e2d2d2;
}

table.list th {
  text-align: left;
}

table.list th, table.list td {
  padding: 15px 15px 15px 0;
  line-height: 1.2rem;
  border-bottom: 1px solid #e2d2d2;
}

@media screen and (max-width: 999px) {
  table.list th, table.list td {
    white-space: nowrap;
  }
}

@media screen and (max-width: 999px) {
  table.wrap th, table.wrap td {
    display: flex;
    justify-content: space-between;
    white-space: unset;
  }
  table.wrap th label, table.wrap td label {
    display: flex;
  }
}

table.list.no-border {
  margin: 0;
}

table.list.no-border th, table.list.no-border td {
  border: 0;
}

table.list.custom-checkboxes td {
  padding: 15px 25px 15px 0;
}

table.list.custom-checkboxes td label {
  font-size: .8rem;
}

table.table {
  border-radius: 10px;
  border: 1px #b8b8b8 solid;
  overflow: hidden;
}

table.table.hosting-address th:nth-child(3), table.table.hosting-address td:nth-child(3) {
  width: 170px;
}

table.table.hosting-address th:nth-child(5), table.table.hosting-address td:nth-child(5) {
  text-align: center;
}

table.table.hosting-address th:nth-child(6), table.table.hosting-address td:nth-child(6) {
  font-size: 1.2rem;
  text-align: center;
}

table.table.hosting-address .note {
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: .7rem;
  color: #808080;
}

table.table.geo-blocking {
  margin: 30px 0;
}

table.table.geo-blocking [type=radio] + label, table.table.geo-blocking [type=checkbox] + label {
  width: auto;
}

table.table.geo-blocking th {
  line-height: 1.4rem;
}

table.table.geo-blocking th span {
  font-weight: normal;
  color: #909090;
}

table.table.geo-blocking th:nth-child(2), table.table.geo-blocking th:nth-child(3) {
  text-align: center;
}

table.table.geo-blocking th label:before {
  margin-right: 0;
}

table.table.geo-blocking td:nth-child(2), table.table.geo-blocking td:nth-child(3) {
  text-align: center;
}

table.table.geo-blocking td i {
  float: left;
  margin: 0 5px 0 0;
}

table.table.geo-blocking td label:before {
  margin-right: 0;
}

table.table.custom-checkboxes th {
  vertical-align: middle;
  text-align: center;
  background: #ededed;
}

table.table.custom-checkboxes th:first-child {
  text-align: right;
}

table.table.custom-checkboxes td {
  vertical-align: middle;
  text-align: center;
}

table.table.custom-checkboxes.simple th:nth-child(2), table.table.custom-checkboxes.simple td:nth-child(2) {
  text-align: left;
}

table.table thead tr:first-child th {
  background: #ededed;
}

table.table tr:nth-child(2n) {
  background: #fafafa;
}

table.table tr:nth-child(2n+1) {
  background: #fff;
}

table.table th {
  line-height: 1rem;
  text-align: left;
  vertical-align: top;
}

table.table th, table.table td {
  padding: 12px;
  border-bottom: 1px solid #e2e2e2;
}

table.table th.txt-center, table.table td.txt-center {
  text-align: center;
}

table.table td {
  vertical-align: top;
}

table.table td.checkbox {
  width: 25px;
}

table.table th.bg {
  background: #ededed;
}

table.ip-list td:first-child {
  width: 20px;
  vertical-align: top;
}

table.ip-list td span.ip-info {
  font-size: .7rem;
  color: #808080;
}

.page-general-properties {
  display: table-cell;
  width: 100%;
  margin: 0 35px 35px 0;
}

@media (max-width: 1200px) {
  .page-general-properties {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.page-general-properties-2 {
  display: table-cell;
  height: 100%;
}

@media (max-width: 1200px) {
  .page-general-properties-2 {
    display: block;
    width: 100%;
  }
}

.gap {
  display: table-cell;
  width: 35px;
}

@media (max-width: 1200px) {
  .gap {
    display: none;
  }
  .report_select{
    width:30%;
  }
}

.note {
  font-size: .7rem;
  color: #222;
}

.browsers-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}

.browsers-list li div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 10px 20px;
}

.browsers-list li div p {
  text-align: left;
}

.browsers-list li div p span {
  font-size: 1.4rem;
}

.browsers-list li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.browsers-list li i.icon-chrome {
  background: url(../images/chrome.png);
  background-size: 50px 50px;
}

.browsers-list li i.icon-safari {
  background: url(../images/safari.png);
  background-size: 50px 50px;
}

.browsers-list li i.icon-firefox {
  background: url(../images/firefox.png);
  background-size: 50px 50px;
}

.browsers-list li i.icon-opera {
  background: url(../images/opera.png);
  background-size: 50px 50px;
}

.browsers-list li i.icon-msie {
  background: url(../images/ie.png);
  background-size: 50px 50px;
}

.browsers-list li i.icon-other {
  background: url(../images/unknown.png);
  background-size: 50px 50px;
}

.browsers-list li p {
  text-align: center;
}

.devices-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.devices-list li {
  text-align: center;
}

.devices-list li div {
  display: block;
}

.devices-list li div p {
  font-size: 1.2rem;
}

.devices-list li i {
  display: inline-block;
}

.devices-list li i.icon-mobile {
  width: 47px;
  height: 79px;
  background: url(../images/mobile.png);
  background-size: 100%;
}

.devices-list li i.icon-bots {
  width: 97px;
  height: 100px;
  background: url(../images/bot.png);
  background-size: 100%;
}

.devices-list li i.icon-desktop {
  width: 75px;
  height: 75px;
  background: url(../images/desktop.png);
  background-size: 100%;
}

.chart-list tr th {
  font-size: 1rem;
  color: #808080;
  border-top: 1px solid #e2d2d2;
}

.chart-list tr td {
  padding: 15px;
  font-size: 1rem;
}

.chart-list span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  border-radius: 2px;
}

[type=radio], [type=checkbox] {
  float: left;
  width: auto;
  height: auto;
  margin: 3px 0 0 0;
  padding: 3px;
}

.custom-checkboxes input {
  display: none;
}

.custom-checkboxes label {
  padding-left: 25px;
  font-weight: normal;
  cursor: pointer;
}

.custom-checkboxes label:before {
  box-sizing: content-box;
  content: "";
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: -25px;
  border: 1px #808080 solid;
  border-radius: 4px;
}

.custom-checkboxes label:first-line {
  padding-left: 0;
}

.custom-checkboxes :checked ~ label:before {
  border-color: #609f43;
  background: #609f43 url("../images/check-white.png") center center no-repeat;
  background-size: 9px 7px;
}

.custom-checkboxes-blocking :checked ~ label:before {
  border-color: #f2462c;
  background-color: #f2462c;
  background-image: url("/static/images/x-white.png");
  background-size: 8px 8px;
}

ul.custom-checkboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 999px) {
  ul.custom-checkboxes {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}

@media screen and (max-width: 999px) {
  ul.custom-checkboxes.real-time {
    margin: 5px 0 0 20px;
  }
}

ul.custom-checkboxes li {
  margin: 0 10px;
}

@media screen and (max-width: 999px) {
  ul.custom-checkboxes li {
    margin: 0 0 5px 20px;
  }
}

ul.custom-checkboxes li.button-line {
  margin: 0;
}

ul.custom-checkboxes li label {
  width: auto;
}

ul.custom-checkboxes.inline {
  justify-content: start;
  margin: 0;
}

ul.custom-checkboxes + [type=button] {
  margin: 40px 0 0 0;
}

table.custom-checkboxes label {
  float: none;
  padding-left: 0;
}

table.custom-checkboxes label:before {
  margin-left: 0;
}

input[type="radio"] + label:before {
  border-radius: 50%;
}

.choice {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 20px auto 10px auto;
}

@media screen and (max-width: 999px) {
  .choice {
    flex-direction: column;
    align-items: flex-start;
  }
}

.choice b {
  margin: 0 15px 0 0;
}

.choice [type=radio] + label {
  float: none;
  width: auto;
  padding: 0 30px 0 5px;
  font-weight: normal;
}

.choice [type=button] {
  position: absolute;
  right: 0;
  margin: 0 !important;
}

@media screen and (max-width: 999px) {
  .dataTables_wrapper .dataTables_filter {
    margin: 0 0 1rem 0 !important;
  }
}

.check-zone {
  line-height: 1.5rem;
}

.check-zone [type=checkbox] {
  margin: 6px 5px 5px 10px;
}

.check-zone label {
  font-weight: normal;
}

.btn-primary {
  line-height: 27px;
}

.button:disabled {
  background-color: #ccc;
}

.js-toggle-mobile-menu {
  display: block;
  width: 50px;
  height: 50px;
  /*background: url("../images/bars.png") center center no-repeat;*/
  background-size: 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .js-toggle-mobile-menu {
    display: block;
    width: 50px;
    height: 50px;
    /*background: url("../images/bars.png") center center no-repeat;*/
    background-size: 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .app-header nav {
    display: none;
  }
  .app-header.mobile nav {
    display: block;
    float: none;
    margin: 25px;
    border-top: 1px #3a3a3a solid;
  }
  .app-header.mobile .secondary-nav {
    border: 0;
  }
  .app-header.mobile nav a:not(.btn) {
    font-size: 18px;
    display: block;
    border-bottom: 1px #3a3a3a solid;
    padding-left: 0;
    padding-right: 0;
  }
  .app-header.mobile .secondary-nav a:not(.btn) {
    font-size: 13px;
  }
  .app-header.mobile .add {
    background: 0;
    text-decoration: none;
    padding: 0;
    margin-top: 15px;
  }
  .app-header.mobile .add:hover {
    background: 0;
  }
  .app-header.mobile .user-menu {
    width: 100%;
    margin-top: 35px;
  }
  .app-header.mobile .user-menu > a {
    border: 0 !important;
    background: 0;
  }
  .app-header.mobile .user-menu > a:hover {
    background: 0;
  }
  .app-header.mobile .dropdown-content {
    display: block !important;
    position: static;
    background: 0;
    border: 0;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    color: #adadad;
  }
  .app-header.mobile .dropdown-content:before {
    display: none;
  }
  .app-header.mobile .user-menu-links {
    border: 0;
    padding-bottom: 0;
  }
  .app-header.mobile .user-menu-links ~ * {
    display: none;
  }
  .app-header.mobile .user-menu-links .btn {
    background: 0;
    border: 0;
    color: #adadad;
    padding: 0;
  }
  .app-header.mobile .user-menu-links .btn-secondary {
    text-decoration: underline;
  }
  .app-header.mobile a.link {
    margin: 0;
    margin-bottom: 45px;
    border: 0 !important;
    background-color: transparent;
    color: #adadad !important;
    display: inline-block;
    width: auto;
  }
  .report_select{
    width:30%;
  }
}

[type=button] + [type=button] {
  margin: 0 0 0 20px;
}

.map {
  height: 100px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  border: 1px solid #b8b8b8;
}

.flag + span {
  display: inline-block;
  margin: 0 0 0 5px;
}

.pagetop {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #808080;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #808080;
}

.data {
  display: flex;
}

.data :first-child {
  margin: 0 30px 0 0;
  color: #808080;
}

.data :first-child span {
  display: block;
  margin: 0 0 10px 0;
  color: #f2462c;
}

.data :first-child span.account {
  font-size: 2rem;
}

.data :nth-child(2) {
  color: #808080;
}

.data :nth-child(2) span {
  display: block;
  margin: 0 0 10px 0;
  color: #609f43;
}

.data :nth-child(2) span.account {
  font-size: 2rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  width: 80%;
  max-width: 560px;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 2px #d5d5d5;
  overflow: hidden;
}

.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover, .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  .dataTables_wrapper {
    overflow-x: auto;
  }
}

@media screen and (max-width: 999px) {
  .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
    float: none !important;
    text-align: left !important;
  }
}

#google_translate_element {
  margin: 13px 13px 0 0;
}

button.hamburger {
  display: none;
}

@media screen and (max-width: 999px) {
  button.hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    width: auto;
  }
  .report_select{
    width:100%;
  }
}

.section-title--2 {
  font-size: 1rem !important;
}

.brand-font {
  font-size: 2rem;
}
.tag-green {
    display: inline-block;
    font-size: 1px;
    width: 18px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #609f43;
    color: #fff;
}

.tag-red {
    display: inline-block;
    font-size: 1px;
    width: 18px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #f2462c;
    color: #fff;
}

.dataTables_scrollBody th {
  padding-top: 0!important;
  padding-bottom: 0!important;
}