#double li {
  width: 33.333%;
}

.iplisting {
  float: left;
  display: inline;
}#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow: hidden;
  background-color: #323234;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Sidebar Styles */
}
#sidebar-wrapper .sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-wrapper .sidebar-nav li {
  text-indent: 20px;
  line-height: 50px;
}
#sidebar-wrapper .sidebar-nav li:first-child {
  line-height: 52px;
  background-color: #2c2c2e;
}
#sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-size: 1.3em;
  color: #999;
}
#sidebar-wrapper .sidebar-nav li a .glyphicon {
  display: inline;
}
#sidebar-wrapper .sidebar-nav li a .fa {
  display: inline;
}
#sidebar-wrapper .sidebar-nav .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
#sidebar-wrapper .sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#sidebar-wrapper .sidebar-nav li a:active,
#sidebar-wrapper .sidebar-nav li a:focus {
  text-decoration: none;
}
#sidebar-wrapper .sidebar-nav > .sidebar-brand a {
  color: #999;
}
#sidebar-wrapper .sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#sidebar-wrapper .icon-align {
  padding-left: 4%;
}
#sidebar-wrapper .text-row {
  padding-left: 0;
}
#sidebar-wrapper .dropdown-menu li a {
  color: #777;
}
#sidebar-wrapper .dropdown-menu li .clickable {
  color: #f55753;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.label-as-badge {
  border-radius: 12.5px;
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  vertical-align: bottom;
}

.label-network {
  background-color: #f55753;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 50px;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 50px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 0;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 250px;
  }
}
.badge-circle {
  float: left !important;
  padding: 4px 8px;
  margin-right: 5px;
  background-color: green;
}

.badge-notify {
  background: #f55753;
  position: relative;
  top: -8px;
  left: -13px;
}

.divider:first-child {
  height: 0;
  margin-top: 0;
}

.divider:last-child {
  height: 0;
  margin-bottom: 0;
}

.dropdown-menu {
  padding: 0;
  min-width: 300px !important;
}

.input-group-addon {
  border: none;
  text-align: right;
}

.panel-heading .input-group-addon {
  border: 1px solid #ccc;
  background-color: #ccc;
}

.navbar-align {
  padding: 0;
  margin: 0;
}

.navbar-brand-logo {
  margin-top: -5px;
  margin-left: -10px;
}

.input-group-addon,
.navbar-default {
  background-color: white;
}

.navbar-header,
.navbar-right-separator {
  border-right: 1px solid #ddd;
}

.navbar-right .dropdown-menu.options-menu {
  left: 0;
}

.options-menu {
  min-width: 160px !important;
}

.separated:first-child {
  padding-top: 0;
}

.separated:not(:first-child) {
  border-top: 1px solid #ddd;
}

.separated:last-child {
  padding-bottom: 0;
}

.separated {
  padding: 2% 0;
}

.add-site-bar {
  width: 90%;
}

.add-site-button {
  width: 10%;
  font-size: 1.6em;
  color: white;
  border: 1px solid red;
  background-color: red;
}

.btn-select {
  color: #fff;
  background-color: #6d6a6c;
  border-color: #6d6a6c;
}

.btn-primary:hover {
  background-color: #69c;
  color: white;
}

.btn-group-justified {
  display: inline-block;
}

.btn-row {
  width: 85%;
}

.button-end {
  border-top: 1px solid #ddd;
  margin-top: 2%;
  padding-top: 2%;
}

.button-end p {
  padding-top: 1%;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 1%;
}

.breadcrumb li {
  font-size: 1.3em;
}

.breadcrumb > li + li:before {
  content: "> ";
}

.centered {
  width: 35%;
  text-align: center;
  margin: 0 auto;
}

.centered .well {
  padding-top: 2%;
}

.cell > .text-left {
  padding-left: 3%;
}

.circle {
  color: white;
  border-radius: 50%;
  height: 4em;
  width: 4em;
}

.circle-small {
  color: white;
  border-radius: 50%;
}

.circle > span {
  font-size: 1.5em;
}

.circle-small > span {
  font-size: 1.4em;
}

.green {
  background-color: #00bba2;
}

.red {
  background-color: #f55753;
}

.checkbox-inline {
  margin-bottom: 15px;
}

.control-label {
  text-align: left;
}

#create-data .control-label {
  margin: 1% 0 0 2%;
}

#create-data .long.cell .control-label {
  margin: 3% 0 0 5%;
}

#create-data .form-group {
  margin: 0;
}

.cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.small-cell {
  width: 6%;
}

.medium-cell {
  width: 20%;
}

.long-cell {
  width: 30%;
}

.form-row {
  width: 100%;
  position: relative;
  display: table;
}

.grey {
  background-color: grey;
}

.glyphicon.glyphicon-asterisk {
  color: red;
  margin: 2% 2% 0 0;
  font-size: 0.7em;
}

.img-splash {
  border-radius: 4px;
  border: 1px solid #ddd;
}

.profileCircle {
  padding: 8px;
}
.profileCircle img {
  width: 36px;
  height: 36px;
}

.image-box {
  padding: 5%;
  border: 1px dashed black;
}

.image-box .glyphicon.glyphicon-camera {
  font-size: 60px;
  color: lightgreen;
}

.long {
  width: 40%;
}

.panel {
  margin-bottom: 0;
}

.list-group > .list-group-item.form-row {
  border: none;
  padding: 2% 0;
}

.list-group > .list-group-item.form-row:first-child {
  padding-top: 0;
}

.list-group > .list-group-item.form-row:last-child {
  padding-bottom: 0;
}

.list-group > .list-group-item.form-row:not(:first-child) {
  border-top: 1px solid #ddd;
}

.panel-form {
  margin: 4% 0;
}

.panel-form .panel-heading {
  padding-left: 2%;
}

.panel-form .text-box {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-form .add-site-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  color: black;
}

.pagination-text {
  padding-top: 3%;
}

.short {
  width: 10%;
}

.short.cell {
  font-size: 1.4em;
  border: 1px solid #ccc;
  background-color: #ddd;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 5% 0;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:after,
.strike > span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1200%;
  height: 1px;
  background: grey;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.text-box {
  border: 1px solid grey;
}

.form-control,
.text-box {
  background-color: white;
}

.row-align {
  margin-right: 0;
  margin-left: 0;
}

.white-text {
  color: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .centered {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .centered {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  #page-content-wrapper {
    padding: 0;
  }
}
.dropdownWidth {
  min-width: 180px;
  text-align: right;
}

.navbar-dark {
  background-color: #28282A;
}

.navbar-dark .col-xs-8 .navbar-header {
  border: none;
}
.navbar-dark .col-xs-8 .navbar-brand {
  padding: none;
  margin: 0;
}
.navbar-dark .btn-group {
  padding-top: 10px;
}
.navbar-dark .btn-group .dropdown-menu {
  left: -300px;
}
.navbar-dark .btn-group .btn-default {
  background-color: #28282A;
  color: white;
  border: none;
}
.navbar-dark .btn-group .btn-default:hover {
  background-color: #744141;
  color: white;
}
.navbar-dark .btn-group .active {
  background-color: #744141;
  color: white;
}
.navbar-dark .sm-toggle {
  color: white;
}

.sm-pad-btm {
  padding-bottom: 50px;
}

.nav-btm .btn-group {
  padding-top: 0;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.scrollbox {
  font: 16px/26px Georgia, Garamond, Serif;
  overflow: auto;
  width: 100%;
  height: 40vh;
}:host {
  height: 100px;
  width: 100px;
  display: inline-block;
}.eventPadding {
  padding: 30px;
}

.splashBackground {
  position: relative;
  background-size: auto 100%;
  background-position: center;
}
.splashBackground:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.splashBackground > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .row {
  border: none;
}
.splashBackground .venueLogo {
  margin-top: 10px;
  padding-top: 10px;
}
.splashBackground .venueLogo img {
  padding: 0;
  margin: 0 auto;
}
.splashBackground .splashLogin {
  margin-top: 20px;
}
.splashBackground .splashLogin .scaled {
  position: relative;
  background-size: 100% 100%;
}
.splashBackground .splashLogin .scaled:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.splashBackground .splashLogin .scaled > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .splashLogin .scaled .socIcons {
  margin-top: 10%;
}
.splashBackground .liquidLogo {
  margin-top: 10px;
}
.splashBackground .liquidLogo img {
  padding: 0;
  margin: 0 auto;
}

.DocumentList {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  height: 100%;
  width: 100%;
}

.DocumentItem {
  height: 99%;
}

.footer-mod {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background: rgba(10, 10, 10, 0.8);
}

.railtext {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.railtextBold {
  font-family: font_2;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

.list-inline {
  white-space: nowrap;
}

.socialCentred {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.socialCentred img {
  width: 80%;
  margin: 0 auto;
}
.socialCentred .row {
  padding: 0;
  margin: 0;
}

.centered-mod {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.centered-mod-link {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.login-mod {
  background: rgba(10, 10, 10, 0.8);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  -moz-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  margin-top: 15px;
  margin-left: 10%;
  width: 80%;
}

.video-mod {
  margin-top: 20px;
  margin-left: 10%;
  width: 80%;
}

leLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

.leLogo-mod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
  margin-top: 70%;
}

.btn-deck {
  margin: 5px auto;
  display: inline-block;
}

.btn-social {
  position: relative;
  width: 100%;
  max-width: 100px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.btn-social:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-social > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-social:hover .content {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-social:focus {
  border: 0px;
}

.btn-facebook {
  background-image: url("/images/socicon/facebook.png");
  background-size: 100% 100%;
}

.btn-google {
  background-image: url("/images/socicon/gplus.png");
  background-size: 100% 100%;
}

.btn-twitter {
  background-image: url("/images/socicon/twitter.png");
  background-size: 100% 100%;
}

.btn-linkedin {
  background-image: url("/images/socicon/linkedin.png");
  background-size: 100% 100%;
}

.btn-email {
  background-image: url("/images/socicon/email.png");
  background-size: 100% 100%;
}

.badgeSocial {
  color: green;
  float: right;
  background-color: white;
  padding: 1px;
  margin: 0;
  border: 0px;
}
.badgeSocial .fa {
  padding: 1;
  margin: 0;
}

.socIconsList .btn-social {
  float: left;
  width: 20%;
}/* The noend */
.noend {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.noend input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 35%;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.noend:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.noend input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.noend input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.noend .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid black;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}.x {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}.eventPadding {
  padding: 30px;
}

.splashBackground {
  position: relative;
  background-size: auto 100%;
  background-position: center;
}
.splashBackground:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.splashBackground > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .row {
  border: none;
}
.splashBackground .venueLogo {
  margin-top: 10px;
  padding-top: 10px;
}
.splashBackground .venueLogo img {
  padding: 0;
  margin: 0 auto;
}
.splashBackground .splashLogin {
  margin-top: 20px;
}
.splashBackground .splashLogin .scaled {
  position: relative;
  background-size: 100% 100%;
}
.splashBackground .splashLogin .scaled:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.splashBackground .splashLogin .scaled > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .splashLogin .scaled .socIcons {
  margin-top: 10%;
}
.splashBackground .liquidLogo {
  margin-top: 10px;
}
.splashBackground .liquidLogo img {
  padding: 0;
  margin: 0 auto;
}

.DocumentList {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  height: 100%;
  width: 100%;
}

.DocumentItem {
  height: 99%;
}

.footer-mod {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background: rgba(10, 10, 10, 0.8);
}

.railtext {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.railtextBold {
  font-family: font_2;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

.list-inline {
  white-space: nowrap;
}

.socialCentred {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.socialCentred img {
  width: 80%;
  margin: 0 auto;
}
.socialCentred .row {
  padding: 0;
  margin: 0;
}

.centered-mod {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.centered-mod-link {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.login-mod {
  background: rgba(10, 10, 10, 0.8);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  -moz-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  margin-top: 15px;
  margin-left: 10%;
  width: 80%;
}

.video-mod {
  margin-top: 20px;
  margin-left: 10%;
  width: 80%;
}

leLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

.leLogo-mod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
  margin-top: 70%;
}

.btn-deck {
  margin: 5px auto;
  display: inline-block;
}

.btn-social {
  position: relative;
  width: 100%;
  max-width: 100px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.btn-social:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-social > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-social:hover .content {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-social:focus {
  border: 0px;
}

.btn-facebook {
  background-image: url("/images/socicon/facebook.png");
  background-size: 100% 100%;
}

.btn-google {
  background-image: url("/images/socicon/gplus.png");
  background-size: 100% 100%;
}

.btn-twitter {
  background-image: url("/images/socicon/twitter.png");
  background-size: 100% 100%;
}

.btn-linkedin {
  background-image: url("/images/socicon/linkedin.png");
  background-size: 100% 100%;
}

.btn-email {
  background-image: url("/images/socicon/email.png");
  background-size: 100% 100%;
}

.badgeSocial {
  color: green;
  float: right;
  background-color: white;
  padding: 1px;
  margin: 0;
  border: 0px;
}
.badgeSocial .fa {
  padding: 1;
  margin: 0;
}

.socIconsList .btn-social {
  float: left;
  width: 20%;
}.eventanalytics .margin_top {
  margin-top: 20px;
}
.eventanalytics .connectedUsersBarChart {
  max-height: 400px;
}
.eventanalytics .pinkicon {
  color: #c51162;
}
.eventanalytics .blueicon {
  color: #2962ff;
}
.eventanalytics .greenicon {
  color: #004d40;
}
.eventanalytics .darkicon {
  color: #37474f;
}
.eventanalytics .border {
  border: 1px solid #c4c4c4;
}
.eventanalytics .tagList {
  margin: 1px;
}
.eventanalytics .tagList li {
  float: left;
  font-size: 1em;
  padding: 5px;
  margin-left: 2px;
}
.eventanalytics .cardFrame {
  margin-bottom: 10px;
}
.eventanalytics .card {
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.eventanalytics .card p {
  font-size: 1.1em;
  font-weight: bold;
}
.eventanalytics .card .bckIMG {
  padding-bottom: 50%;
  position: relative;
  background-position: center;
  background-color: #b1b1b1;
}
.eventanalytics .card .bckIMG > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.eventanalytics .card .rowbtm {
  margin-bottom: 10px;
  margin-top: 10px;
}
.eventanalytics .fix .cardFrame {
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media only screen and (max-width: 768px) {
  .eventanalytics .fix .cardFrame:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .eventanalytics .fix .cardFrame:nth-child(6n+1) {
    clear: left;
  }
}
.eventanalytics .profileList {
  width: 150px;
  height: 150px;
}
.eventanalytics .profileList .scale-down {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.eventanalytics .liveAlert .alert {
  padding: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
}
.eventanalytics .liveAlert .alert .alert-success {
  color: #0b4504;
}

.gender-cell {
  margin: 0;
}

.panel-body {
  margin: 0;
}

.panel-group .panel {
  margin-bottom: 20px;
}

.panel-default > .panel-heading {
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}

.panel-default.panel-analytics {
  border-radius: 0;
}

.panel-default > .panel-heading.panel-heading-analytics {
  margin-top: 2%;
  background-color: white;
  border-bottom: none;
}

.panel-heading.panel-heading-analytics .panel-collapse .panel-body {
  border-top: none;
}

.progress-analytics {
  border-radius: 0;
  background-color: pink;
}

.media .media-bullet {
  font-size: 1.4em;
}

.media-middle {
  vertical-align: middle;
}

.media-list .media-body,
.media-list .media-left,
.media-list .media-right {
  vertical-align: 0;
}

.row-cell {
  display: table-cell;
}

.row-gender {
  padding-top: 15px;
  padding-bottom: 9px;
}

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

.table-stats {
  border-spacing: 5px;
  border-collapse: separate;
  font-weight: bold;
}

.well.white-well {
  border: none;
  border-radius: 0;
  background-color: white;
  box-shadow: none;
}

.gender-chart {
  font-size: small;
  text-align: center;
}

.gender-list li {
  margin-bottom: 10px;
}

.margin-analytics-xs {
  margin-bottom: 20px;
}

.margin-analytics-top {
  padding-top: 30px;
}

.list-margin li {
  margin-bottom: 5px;
}

.loader {
  padding-top: 15px;
  width: 400px;
  text-align: center;
}

.row-padding {
  padding: 5px;
}

.gender-chart {
  font-size: small;
  text-align: center;
}

.btn-social-link {
  padding: 4px;
}
.btn-social-link .fa {
  margin: 0;
  padding: 0;
}

.analytics-block-sm li,
.analytics-block-sm p {
  font-size: 2em;
}

.analytics-block-xs li,
.analytics-block-xs p {
  font-size: 1.5em;
}@media (min-width: 768px) {
  .modal-body h4 {
    text-align: center;
  }
}.evcConf .row {
  border-bottom: 1px solid #e7ecee;
  padding: 20px;
}

.confSuccess {
  color: #00bba2;
}

.confFail {
  color: #f55753;
}

.confUl {
  list-style: none;
}
.confUl li {
  display: inline;
}.tool-image-add {
  display: block;
  margin: auto auto;
}rzslider span.rz-pointer {
  background-color: red;
}

rzslider span.rz-pointer.rz-active:after {
  background-color: red;
}.btn-file {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.progress-wrap {
  margin-top: 15px;
}

.btn-date {
  color: #333;
  font-size: 1.2em;
  background-color: transparent;
  border: 0;
}

.dragover {
  border: 1px dashed #00FF00;
}

.imgUploaded {
  width: 250px;
  margin-bottom: 10px;
}

.cell-pad {
  padding: 10px;
}

.timelabel {
  margin-bottom: 5px;
}

/* The noend */
.noend {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.noend input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 35%;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.noend:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.noend input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.noend input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.noend .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid black;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}.splashBackground {
  position: relative;
  background-size: auto 100%;
  background-position: center;
}
.splashBackground:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.splashBackground > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .row {
  border: none;
}
.splashBackground .venueLogo {
  margin-top: 10px;
  padding-top: 10px;
}
.splashBackground .venueLogo img {
  padding: 0;
  margin: 0 auto;
}
.splashBackground .splashLogin {
  margin-top: 20px;
}
.splashBackground .splashLogin .scaled {
  position: relative;
  background-size: 100% 100%;
}
.splashBackground .splashLogin .scaled:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.splashBackground .splashLogin .scaled > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splashBackground .splashLogin .scaled .socIcons {
  margin-top: 10%;
}
.splashBackground .liquidLogo {
  margin-top: 10px;
}
.splashBackground .liquidLogo img {
  padding: 0;
  margin: 0 auto;
}

.DocumentList {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  height: 100%;
  width: 100%;
}

.DocumentItem {
  height: 99%;
}

.footer-mod {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background: rgba(10, 10, 10, 0.8);
}

.railtext {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.railtextBold {
  font-family: font_2;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

.list-inline {
  white-space: nowrap;
}

.socialCentred {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.socialCentred img {
  width: 80%;
  margin: 0 auto;
}
.socialCentred .row {
  padding: 0;
  margin: 0;
}

.centered-mod {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.centered-mod-link {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.login-mod {
  background: rgba(10, 10, 10, 0.8);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  -moz-box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.8);
  margin-top: 15px;
  margin-left: 10%;
  width: 80%;
}

.video-mod {
  margin-top: 20px;
  margin-left: 10%;
  width: 80%;
}

leLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}

.btn-deck {
  margin: 5px auto;
  display: inline-block;
}

.btn-social {
  position: relative;
  width: 100%;
  max-width: 100px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.btn-social:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-social > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-social:hover .content {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-social:focus {
  border: 0px;
}

.btn-facebook {
  background-image: url("/images/socicon/facebook.png");
  background-size: 100% 100%;
}

.btn-google {
  background-image: url("/images/socicon/gplus.png");
  background-size: 100% 100%;
}

.btn-twitter {
  background-image: url("/images/socicon/twitter.png");
  background-size: 100% 100%;
}

.btn-linkedin {
  background-image: url("/images/socicon/linkedin.png");
  background-size: 100% 100%;
}

.btn-email {
  background-image: url("/images/socicon/email.png");
  background-size: 100% 100%;
}

.badgeSocial {
  color: green;
  float: right;
  background-color: white;
  padding: 1px;
  margin: 0;
  border: 0px;
}
.badgeSocial .fa {
  padding: 1;
  margin: 0;
}

.socIconsList .btn-social {
  float: left;
  width: 20%;
}.panel {
  margin-bottom: 20px;
}

.btn-block-danger {
  width: 100%;
  height: 100%;
  background-color: #ff0101;
  font-size: 1.2em;
}

.breadcrumb {
  display: block;
  text-align: center;
  background-color: white;
  border: 1px solid #e7ecee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.breadcrumb li {
  font-size: 18px;
  margin: 20px;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  color: #777;
  text-decoration: none;
}
.breadcrumb .active .fa {
  color: red;
}

.breadcrumb > li + li:before {
  content: none;
}.evntIMG {
  width: 150px;
}

.eventsTable .noBorder > td {
  border-top: none;
}

.tabs-xs {
  font-size: 0.7em;
  margin-bottom: 20px;
}

.event-list-xs h4,
.event-list-xs h5,
.event-list-xs h6 {
  margin: 0;
}
.event-list-xs li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.event-list-xs .mg-bt-10 {
  margin-bottom: 10px;
}

.no-padding {
  padding: 0;
}

.mgn-top-20 {
  margin-top: 20px;
}.home {
  background-color: #444243;
}
.home .side-text {
  color: white;
  margin-top: 150px;
}
.home .side-text h1 {
  width: 75%;
  font-size: 4.3em;
  color: white;
}
@media screen and (max-width: 992px) {
  .home .side-text h1 {
    width: 100%;
    text-align: center;
  }
}
.home .side-text p {
  margin: 10% 0;
  font-size: 1.5em;
  color: white;
  line-height: 1.5em;
}
@media screen and (max-width: 992px) {
  .home .side-text p {
    text-align: center;
  }
}
.home .gradient {
  height: 100vh;
  background: #000000;
  background: -webkit-linear-gradient(top, #000000 0%, #343233 60%, #444243 100%);
  background: linear-gradient(to bottom, #000000 0%, #343233 60%, #444243 100%);
}
.home .mgn-btm-20 {
  margin-bottom: 20px;
}.modal-header {
  text-align: center;
  border: none;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
  .modal-body {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}/*

Default Style Overrides

*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #777777;
  letter-spacing: 0.05em;
  background-color: #F1F4F5;
}

.main-wrap .navbar-head {
  display: none;
  border: none;
  font-size: 1.1em;
}
.main-wrap .navbar-head .mainNav {
  background-color: black;
}
.main-wrap .navbar-head .navbar-header {
  border: none;
}
.main-wrap .navbar-head .navbar-header .navbar-brand {
  border: none;
  margin-left: 0;
}
.main-wrap .navbar-main {
  margin-top: 30px;
  background: none;
  border: none;
  font-size: 1.5em;
}
.main-wrap .navbar-main .navbar-nav {
  margin-top: 5px;
}
.main-wrap .navbar-main .navbar-header {
  border: none;
}
.main-wrap .navbar-main .navbar-header .navbar-brand {
  border: none;
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .main-wrap .navbar-main {
    display: none;
  }
  .main-wrap .navbar-head {
    display: inline;
  }
}

h1 {
  font-size: 36px;
  font-weight: 400;
  color: #222222;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  color: #323232;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #323232;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
}

P {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
}

ul {
  color: #777777;
}

ol {
  color: #777777;
}

.btn-default {
  font-size: 14px;
  height: 45px;
}

.btn-lg {
  font-size: 16px;
  height: 55px;
}

.btn-sm {
  font-size: 12px;
  height: 33px;
}

.btn-xs {
  font-size: 11px;
  height: 27px;
}

.btn-danger {
  color: #FFF;
  background-color: #F55753;
  border: #F55753;
}
.btn-danger:hover {
  background-color: #F8817E;
  border: #F8817E;
}
.btn-danger:active {
  background-color: #D74C47;
  border: #D74C47;
}

.btn-outline {
  background-color: #FFF;
  color: #F55753;
  border: 1px solid #F55753;
}

.img-responsive {
  /* other definitions */
  width: 100%;
}.mgn10r {
  margin-right: 10px;
}

.thumb {
  border: 1px solid rgb(226, 223, 224);
  text-align: center;
  margin: 0;
}
.thumb img {
  margin-top: 5px;
}
.thumb button {
  margin: 5px;
}

.fix .thumb:nth-child(4n+1) {
  clear: left;
}.modalThumb {
  text-align: center;
}
.modalThumb img {
  width: 75%;
}.network-body {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nav-tabs {
  border: 0;
}

.nav-tabs li a {
  color: #777777;
  font-size: 1.2em;
  background: none;
}

.nav-tabs li a:focus,
.nav-tabs li a:hover {
  background: none;
  border: 0;
  font-weight: bold;
}

.nav-tabs li.active a {
  border: 0;
  border-bottom: 2px solid #f55753;
  color: #323232;
  font-weight: bold;
}

.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border: 0;
  border-bottom: 2px solid #f55753;
  color: #323232;
  background: none;
}

.tabrow .input-group-addon {
  background-color: #f1f4f5;
  border: 2px solid #ccc;
  border-right: 0;
}.center-error {
  text-align: center;
  margin: 0 auto;
}#newVenue .dropdown-menu {
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden;
}.newvenueanalytics .margin_top {
  margin-top: 20px;
}
.newvenueanalytics .connectedUsersBarChart {
  max-height: 400px;
}
.newvenueanalytics .busy-list {
  font-size: 0.7em;
}
.newvenueanalytics .pinkicon {
  color: #c51162;
}
.newvenueanalytics .blueicon {
  color: #2962ff;
}
.newvenueanalytics .greenicon {
  color: #004d40;
}
.newvenueanalytics .darkicon {
  color: #37474f;
}
.newvenueanalytics .border {
  border: 1px solid #c4c4c4;
}
.newvenueanalytics .tagList {
  margin: 1px;
}
.newvenueanalytics .tagList li {
  float: left;
  font-size: 1em;
  padding: 5px;
  margin-left: 2px;
}
.newvenueanalytics .cardFrame {
  margin-bottom: 10px;
}
.newvenueanalytics .card {
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.newvenueanalytics .card p {
  font-size: 1.1em;
  font-weight: bold;
}
.newvenueanalytics .card .bckIMG {
  padding-bottom: 50%;
  position: relative;
  background-position: center;
  background-color: #b1b1b1;
}
.newvenueanalytics .card .bckIMG > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.newvenueanalytics .card .rowbtm {
  margin-bottom: 10px;
  margin-top: 10px;
}
.newvenueanalytics .fix .cardFrame {
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media only screen and (max-width: 768px) {
  .newvenueanalytics .fix .cardFrame:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .newvenueanalytics .fix .cardFrame:nth-child(6n+1) {
    clear: left;
  }
}
.newvenueanalytics .profileList {
  width: 150px;
  height: 150px;
}
.newvenueanalytics .profileList .scale-down {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.newvenueanalytics .liveAlert .alert {
  padding: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
}
.newvenueanalytics .liveAlert .alert .alert-success {
  color: #0b4504;
}

@media screen and (min-width: 320px) {
  .cWrap {
    min-height: 220px;
  }
}
@media screen and (min-width: 720px) {
  .cWrap {
    min-height: 450px;
  }
}

.chartFront {
  position: absolute;
  left: 0;
  top: 10;
  width: 100%;
  z-index: 1000;
}

.dateFix.form-row {
  z-index: 2000;
}

.animated-class.ng-enter {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#HeatmapGradiant {
  border-style: solid;
  border-width: small;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(red, yellow, lime, cyan, blue, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(red, yellow, lime, cyan, blue, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(red, yellow, lime, cyan, blue, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(red, yellow, lime, cyan, blue, white); /* Standard syntax (must be last) */
}.selectimage .imageList {
  height: 500px;
  overflow: auto;
}
.selectimage .imageList p {
  width: 80%;
  margin: 0 auto;
}

.modal-lg {
  width: 80%;
}
.modal-lg .modal-body {
  width: 100%;
  margin: 0 auto;
}
.modal-lg .thumb {
  border: 1px solid rgb(226, 223, 224);
  text-align: center;
  margin: 0;
}
.modal-lg .thumb img {
  margin-top: 5px;
}
.modal-lg .thumb button {
  margin: 5px;
}
.modal-lg .fix .thumb:nth-child(4n+1) {
  clear: left;
}.simpleDemo ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
* The dndDraggingSource class will be applied to
* the source element of a drag operation. It makes
* sense to hide it to give the user the feeling
* that he's actually moving it.
*/
.simpleDemo ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
* An element with .dndPlaceholder class will be
* added to the dnd-list while the user is dragging
* over it.
*/
.simpleDemo ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

.simpleDemo ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

/**
* Show selected elements in green
*/
.simpleDemo ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

.pheight {
  min-height: 300px;
}

.simpleDemo .margin_top {
  margin-top: 20px;
}.tandceditor .btn {
  margin-top: 20px;
  margin-right: 5px;
}.twilioModal .redText {
  color: red;
  font-weight: bold;
}
.twilioModal .warningText {
  color: #ff9900;
  font-weight: bold;
}
.twilioModal .greenText {
  color: #38b93e;
}.wrap-text {
  word-wrap: break-word;
}

.tagList {
  margin: 1px;
}
.tagList li {
  float: left;
  font-size: 1em;
  padding: 5px;
  margin-left: 2px;
}.tabrow {
  padding-bottom: 10px;
}