﻿@-webkit-keyframes slideOpenDown {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
@-moz-keyframes slideOpenDown {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
@-o-keyframes slideOpenDown {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
@keyframes slideOpenDown {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
/*-----Side Nav Animation-----*/
@-webkit-keyframes slideLeftRight {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%);
    -ms-transform: scaleX(100%);
    -o-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
@-moz-keyframes slideLeftRight {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%);
    -ms-transform: scaleX(100%);
    -o-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
@-o-keyframes slideLeftRight {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%);
    -ms-transform: scaleX(100%);
    -o-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
@keyframes slideLeftRight {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%);
    -ms-transform: scaleX(100%);
    -o-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
/*--------------------------------------------------------------*/
@-webkit-keyframes slideLeftBottom {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
}
@-moz-keyframes slideLeftBottom {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
}
@-o-keyframes slideLeftBottom {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
}
@keyframes slideLeftBottom {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
}
/*-----------------------------------------------------------------*/
@-webkit-keyframes slideRightLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
}
@-moz-keyframes slideRightLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
}
@-o-keyframes slideRightLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
}
@keyframes slideRightLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(100%) scaleY(100%);
    -ms-transform: scaleX(100%) scaleY(100%);
    -o-transform: scaleX(100%) scaleY(100%);
    transform: scaleX(100%) scaleY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) scaleY(0);
    -ms-transform: scaleX(0) scaleY(0);
    -o-transform: scaleX(0) scaleY(0);
    transform: scaleX(0) scaleY(0);
  }
}
/*Disappear Animation*/
@-webkit-keyframes disappearAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes disappearAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes disappearAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes disappearAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*Appear Animation*/
@-webkit-keyframes appearAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appearAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appearAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Pulse Animation*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*rotate Animation*/
@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*rotateGrow Animation*/
@keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*---To be removed after new nav in use for a while---*/
li.toolsTab {
  font-size: smaller;
}
li.toolsTab a {
  padding: 10px 0;
}
li.toolsTab span.navlabel {
  opacity: 0;
  position: absolute;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #507893;
  padding: 3px 8px;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 120px;
  width: 120px;
  top: 0px;
  text-align: left;
}
li.toolsTab:hover {
  background: transparent;
}
li.toolsTab:hover span.navlabel {
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
/*------Top Nav------*/
#navbar.navbar:before,
#navbar.navbar:after {
  content: initial;
}
#navbar,
#navlogin {
  font-size: 14px;
  border: none;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  grid-area: navbar;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#navbar.dashboardnav #left-navbar,
#navlogin.dashboardnav #left-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: inherit;
}
#navbar.dashboardnav #left-navbar .navbrand,
#navlogin.dashboardnav #left-navbar .navbrand {
  margin-right: 20px;
  position: absolute;
  left: -120px;
  padding-left: 9.5px;
}
#navbar.dashboardnav #left-navbar .navbrand .brand-sml,
#navlogin.dashboardnav #left-navbar .navbrand .brand-sml {
  display: none;
}
#navbar.dashboardnav #left-navbar .channel-search,
#navlogin.dashboardnav #left-navbar .channel-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  padding-left: 0;
  padding-right: 20px;
}
#navbar.dashboardnav #left-navbar .channel-search input,
#navlogin.dashboardnav #left-navbar .channel-search input {
  width: 150px;
  border: 3px solid #f6f4f0;
  border-left: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #696969;
  min-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 10px;
}
#navbar.dashboardnav #left-navbar .channel-search input:focus,
#navlogin.dashboardnav #left-navbar .channel-search input:focus {
  background: white;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
#navbar.dashboardnav #left-navbar .channel-search .icon,
#navlogin.dashboardnav #left-navbar .channel-search .icon {
  border: 3px solid #f6f4f0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: -2px;
}
#navbar.dashboardnav #left-navbar .greeting,
#navlogin.dashboardnav #left-navbar .greeting {
  background: #f6f4f0;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: slideOpenDown 0.9s linear;
  -o-animation: slideOpenDown 0.9s linear;
  animation: slideOpenDown 0.9s linear;
}
#navbar #left-navbar,
#navlogin #left-navbar {
  position: fixed;
  z-index: 3;
  padding-left: 20px;
}
#navbar #left-navbar #channel-options,
#navlogin #left-navbar #channel-options {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  min-height: 45px;
  width: 320px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.7;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#navbar #left-navbar #channel-options a.dropdown-toggle,
#navlogin #left-navbar #channel-options a.dropdown-toggle {
  color: #696969;
  text-transform: none;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-grow: 1;
}
#navbar #left-navbar #channel-options a.dropdown-toggle .channelNameGroup,
#navlogin #left-navbar #channel-options a.dropdown-toggle .channelNameGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#navbar #left-navbar #channel-options a.dropdown-toggle .navChannelName,
#navlogin #left-navbar #channel-options a.dropdown-toggle .navChannelName {
  transition: opacity 0.2s linear, transform 0.2s linear;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
#navbar #left-navbar #channel-options a.dropdown-toggle:hover,
#navlogin #left-navbar #channel-options a.dropdown-toggle:hover {
  text-decoration: none;
}
#navbar #left-navbar #channel-options a .caret,
#navlogin #left-navbar #channel-options a .caret {
  margin-left: 10px;
}
#navbar #left-navbar #channel-options:hover,
#navlogin #left-navbar #channel-options:hover,
#navbar #left-navbar #channel-options.open,
#navlogin #left-navbar #channel-options.open {
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#navbar #left-navbar #channel-options.scroll,
#navlogin #left-navbar #channel-options.scroll {
  width: auto;
}
#navbar #left-navbar #channel-options.scroll .dropdown-toggle .channelNameGroup,
#navlogin #left-navbar #channel-options.scroll .dropdown-toggle .channelNameGroup {
  width: 35px;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#navbar #left-navbar #channel-options.scroll .dropdown-toggle span.navChannelName,
#navlogin #left-navbar #channel-options.scroll .dropdown-toggle span.navChannelName {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  white-space: nowrap;
  transition: opacity 0.2s linear, transform 0.2s linear;
}
#navbar #left-navbar #channel-options.scroll:hover .channelNameGroup,
#navlogin #left-navbar #channel-options.scroll:hover .channelNameGroup {
  width: 320px;
}
#navbar #left-navbar #channel-options.scroll:hover span.navChannelName,
#navlogin #left-navbar #channel-options.scroll:hover span.navChannelName {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#navbar #left-navbar .channel-search,
#navlogin #left-navbar .channel-search {
  padding: 10px 10px 5px 10px;
}
#navbar #left-navbar .channel-search input,
#navlogin #left-navbar .channel-search input {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  padding: 5px 10px 5px 10px;
}
#navbar #left-navbar .channel-search input:focus,
#navlogin #left-navbar .channel-search input:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#navbar #left-navbar .dropdown-menu,
#navlogin #left-navbar .dropdown-menu {
  max-height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 320px;
  left: -4px;
}
#navbar #left-navbar .dropdown-menu li,
#navlogin #left-navbar .dropdown-menu li {
  flex-direction: column;
}
#navbar #left-navbar .dropdown-menu li a,
#navlogin #left-navbar .dropdown-menu li a {
  padding: 2px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#navbar #left-navbar .dropdown-menu li a span.navChannelName,
#navlogin #left-navbar .dropdown-menu li a span.navChannelName {
  padding-left: 10px;
}
#navbar #right-navbar,
#navlogin #right-navbar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#navbar #right-navbar .nav,
#navlogin #right-navbar .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  height: 100%;
}
#navbar #right-navbar .nav li,
#navlogin #right-navbar .nav li {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#navbar #right-navbar .nav li a,
#navlogin #right-navbar .nav li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#navbar #right-navbar .nav li a .icon,
#navlogin #right-navbar .nav li a .icon {
  font-size: 24px;
}
#navbar #right-navbar a,
#navlogin #right-navbar a {
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -ms-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
#navbar #right-navbar a:hover,
#navlogin #right-navbar a:hover,
#navbar #right-navbar .nav .open > a,
#navlogin #right-navbar .nav .open > a,
#navbar #right-navbar .nav .open > a:hover,
#navlogin #right-navbar .nav .open > a:hover,
#navbar #right-navbar .nav .open > a:focus,
#navlogin #right-navbar .nav .open > a:focus,
#navbar #right-navbar .nav > li > a:hover,
#navlogin #right-navbar .nav > li > a:hover,
#navbar #right-navbar .nav > li > a:focus,
#navlogin #right-navbar .nav > li > a:focus {
  background: rgba(0, 0, 0, 0.1);
}
#navbar #right-navbar .settings li a,
#navlogin #right-navbar .settings li a {
  display: block;
  width: 100%;
}
#navbar #right-navbar .dropdown-menu,
#navlogin #right-navbar .dropdown-menu {
  padding: 0;
  border: 0;
}
#navbar #right-navbar .dropdown-menu li.selected a,
#navlogin #right-navbar .dropdown-menu li.selected a {
  background: #f6f4f0;
  border-right: 5px solid #e3ddd0;
}
#navbar #right-navbar .dropdown-menu a,
#navlogin #right-navbar .dropdown-menu a {
  color: #696969;
  padding: 8px 20px 8px 20px;
  border-bottom: 1px solid #f6f4f0;
}
#navbar #right-navbar .dropdown-menu a:hover,
#navlogin #right-navbar .dropdown-menu a:hover {
  background: #f6f4f0;
  background-image: none;
}
#navbar #right-navbar #language-options b,
#navlogin #right-navbar #language-options b {
  padding: 0 10px;
}
#navbar #right-navbar #language-options .dropdown-menu,
#navlogin #right-navbar #language-options .dropdown-menu {
  min-width: 320px;
  left: initial;
  right: 0;
  text-align: right;
}
#navbar #right-navbar #language-options .dropdown-menu li,
#navlogin #right-navbar #language-options .dropdown-menu li {
  flex-direction: column;
}
#navbar #right-navbar #language-options .dropdown-menu li a,
#navlogin #right-navbar #language-options .dropdown-menu li a {
  white-space: normal;
  display: block;
}
/*Closing navbar*/
.bordered-round-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.bordered-round-icon.small-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #bbbbbb;
}
/*------Sub Nav------*/
#menunav {
  display: inline-block;
  background: #2C4251;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-area: menunav;
  text-align: center;
  -webkit-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.2);
}
#menunav:hover .nav {
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav:hover .nav li a {
  border-color: 1px solid #3a586b;
}
#menunav .navbrand {
  display: block;
  padding: 5px 9.5px;
  position: fixed;
  background: #1a2730;
}
#menunav .navbrand .brand-sml {
  display: none;
}
#menunav .nav {
  margin-top: 55px;
  position: fixed;
  max-width: 120px;
  width: 120px;
  opacity: 0.6;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav .nav:hover {
  z-index: 1;
}
#menunav li {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav li a {
  color: white;
  margin: 0 10px;
  border-bottom: 1px solid #476a83;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav li a:hover,
#menunav li a:focus {
  background-color: transparent;
}
#menunav li:hover {
  background: #507893;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav li:hover a {
  border-color: #507893;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#menunav li .icon {
  font-size: 24px;
  display: block;
}
#menunav li.selected {
  background: #507893;
}
#menunav li.selected:before {
  width: 5px;
  height: 100%;
  position: absolute;
  content: ' ';
  background: #8aaabf;
  top: 0;
  left: 0;
}
#menunav li.disabled {
  background: #bbbbbb;
}
#menunav li.disabled:hover {
  background: #bbbbbb;
}
/* -----Tabs----- */
.nav-tabs {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
}
.nav-tabs li {
  margin-right: 20px;
}
.nav-tabs li a {
  background: transparent;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #696969;
  padding: 0;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  background: transparent;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #696969;
  padding: 0;
  border-bottom: 3px solid #2e6e9e;
  padding-bottom: 3px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  padding-bottom: 3px;
  border: 0;
  background: transparent;
  border-bottom: 3px solid #2e6e9e;
  color: #2e6e9e;
  font-weight: bold;
}
.nav-tabs.dropdown {
  padding-bottom: 5px;
}
.nav-tabs.dropdown .dropdown-toggle {
  color: #696969;
}
.nav-tabs.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.nav-tabs.dropdown .surveyMenuName {
  text-transform: uppercase;
  color: #696969;
}
.nav-tabs.dropdown .surveyMenuName:hover {
  color: #696969;
  text-decoration: none;
}
.nav-tabs.dropdown li {
  margin-right: 0;
}
.nav-tabs.dropdown li a {
  padding: 3px 20px;
}
.nav-tabs.dropdown li a:hover {
  border-bottom: 0;
  background: #f6f4f0;
}
.nav-tabs.dropdown li.active a,
.nav-tabs.dropdown li.active a:hover,
.nav-tabs.dropdown li.active a:focus {
  border-bottom: 0;
}
/*--Button Nav--*/
.imgnav .btn.btn-primary {
  margin: 15px 0 15px 15px;
}
.imgnav .btn.btn-primary .icon {
  margin-right: 5px;
}
.imgnav .toolBtn {
  margin: 15px 0 15px 0;
}
#surveysEditPage .imgnav .btn.btn-primary {
  margin: 15px 0 15px 5px;
}
#page-footer {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  grid-area: footer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
#page-footer .footer-left {
  padding-left: 10px;
}
#page-footer .footer-left img {
  max-height: 40px;
}
#page-footer .footer-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 0;
  padding-right: 140px;
  flex-grow: 1;
}
#page-footer .footer-right a {
  margin: 0 5px;
}
#page-footer #helpBox {
  position: fixed;
  bottom: 0;
  right: 10px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#page-footer #helpBox:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.4s;
}
#page-footer #helpBox .helpBox-header {
  position: absolute;
  right: 0;
  top: -40px;
}
#page-footer #helpBox .helpBox-header .help-button {
  padding: 10px;
  background: white;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
}
#page-footer #helpBox .helpBox-header .help-button:hover {
  background: #f6f4f0;
}
#page-footer #helpBox .helpBox-content {
  border-radius: 10px 10px 0 0;
  border-top-right-radius: 0;
  background-color: #fcf8e3;
  border-color: #faebcc;
  margin-bottom: 0;
  text-align: left;
  max-width: 300px;
  position: relative;
  z-index: 1;
}
#page-footer #helpBox .helpBox-content h3.helpBox-title {
  margin-top: 10px;
  font-size: 18px;
}
#page-footer #helpBox .helpBox-content .helpBox-Body.sml {
  font-size: smaller;
  text-align: center;
}
#page-footer #helpBox .helpBox-content a.helpBox-link {
  text-align: right;
  padding: 5px;
  display: block;
}
.dashboardnav ~ #page-footer .footer-left {
  position: fixed;
  left: 20px;
  bottom: 10px;
}
.dashboardnav ~ #page-footer .footer-right {
  position: fixed;
  right: 0;
  bottom: 10px;
}
#navlogin ~ #page-footer {
  display: flex !important;
}
#navlogin ~ #page-footer .footer-left {
  position: relative;
  left: -100px;
}
/* Responsive Styles */
@media (max-width: 991px) {
  #page-footer .footer-right {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #navbar .navbar-nav li a,
  #navlogin .navbar-nav li a {
    padding: 15px 10px 15px 10px;
  }
  #navbar .navbar-nav .open .dropdown-menu,
  #navlogin .navbar-nav .open .dropdown-menu {
    position: absolute !important;
    left: auto;
    right: 15px;
    top: 51px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-color: white !important;
  }
  #navbar .navbar-nav .open .dropdown-menu li a,
  #navlogin .navbar-nav .open .dropdown-menu li a {
    padding: 8px 20px;
  }
  #navbar.dashboardnav #left-navbar .navbrand {
    padding: 0;
    left: -50px;
  }
  #navbar.dashboardnav #left-navbar .navbrand .brand-lg {
    display: none;
  }
  #navbar.dashboardnav #left-navbar .navbrand .brand-sml {
    display: block;
  }
  #navbar #left-navbar #channel-options {
    width: auto;
  }
  #navbar #left-navbar #channel-options .dropdown-toggle .channelNameGroup {
    width: 35px;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  #navbar #left-navbar #channel-options .dropdown-toggle span.navChannelName {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    white-space: nowrap;
    transition: opacity 0.2s linear, transform 0.2s linear;
  }
  #navbar #left-navbar #channel-options:hover .channelNameGroup {
    width: 320px;
  }
  #navbar #left-navbar #channel-options:hover span.navChannelName {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .imgnav .btn.btn-primary {
    margin: 15px 0 15px 0;
  }
  .imgnav .btn.btn-primary .icon {
    margin-right: 0;
  }
  #right-navbar .dropdown .dropdown-menu {
    font-size: 10px;
  }
  #right-navbar .dropdown .dropdown-menu a {
    padding: 5px !important;
  }
  #right-navbar .dropdown .dropdown-menu .bordered-round-icon.small-icon {
    width: 20px;
    margin: -5px 3px -5px 5px;
  }
  .nav-tabs li {
    margin-right: 10px;
  }
  .createSurvey-button,
  .add-button {
    display: none;
  }
  #surveysEditPage .add-button {
    display: none;
  }
  #menunav .navbrand {
    padding: 0;
  }
  #menunav .navbrand .brand-lg {
    display: none;
  }
  #menunav .navbrand .brand-sml {
    display: block;
  }
  #menunav .nav {
    max-width: none;
    width: auto;
  }
  #menunav .nav li a {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    border-bottom: 0;
  }
  #menunav .nav li .icon {
    width: 50px;
    height: 45px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    border-bottom: 1px solid #476a83;
  }
  #menunav .nav li span.navlabel {
    opacity: 0;
  }
  #menunav .nav li:hover {
    background: transparent;
  }
  #menunav .nav li:hover .icon {
    background: #507893;
    border-color: #507893;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #menunav .nav li:hover span.navlabel {
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: #507893;
    padding: 3px 8px;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #menunav .nav li.disabled {
    background: transparent;
  }
  #menunav .nav li.disabled .icon {
    background: #507893;
    border-color: #507893;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #menunav .nav li.selected {
    background: transparent;
  }
  #menunav .nav li.selected:before {
    display: none;
  }
  #menunav .nav li.selected .icon {
    background: #507893;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #menunav .nav li.selected:after {
    width: 5px;
    height: 100%;
    position: absolute;
    content: ' ';
    background: #8aaabf;
    top: 0;
    left: 0;
  }
}
@media (max-width: 600px) {
  .surveysMenu li a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #navbar.navbar.dashboardnav #left-navbar .navbrand .brand-sml {
    display: none;
  }
  #navbar.navbar.dashboardnav #left-navbar .navbrand .brand-sml.one-Channel {
    display: block;
  }
  #navbar.navbar.dashboardnav .channel-search {
    position: absolute;
    left: -30px;
  }
}
/*Login Page*/
#loginPage {
  position: relative;
  left: -60px;
}
#loginPage .col-sm-4 {
  margin: auto;
  float: none;
}
.loginBox {
  background: white;
  margin-top: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.loginBox .input-group-addon {
  font-size: 18px;
  color: #2e6e9e;
  border: 3px solid #f6f4f0;
  background: white;
  border-right: 0;
  padding: 4px 12px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.loginBox .noAccount {
  clear: both;
  text-align: center;
  padding: 30px 10px 10px 10px;
}
.loginOptionsBox {
  margin-top: -10px;
  z-index: 1;
}
.loginOptionsBox .loginOption {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding: 20px 10px 10px 10px;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
  min-height: 45px;
  white-space: pre-line;
}
.loginOptionsBox .loginOption:active {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.loginOptionsBox .loginOption:last-child {
  margin-right: 0;
}
.loginOptionsBox .loginOption .icon {
  font-size: 30px;
  display: block;
}
/*End Login Page*/
@media (min-width: 768px) {
  .loginBox {
    min-width: 320px;
  }
  .loginOptionsBox {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  #loginPage {
    left: -30px;
  }
  #navlogin .container-fluid {
    padding: 0 5px 0 5px;
  }
  #navlogin #language-options {
    height: 40px;
    right: 10px;
  }
  #navlogin #language-options a.dropdown-toggle {
    padding: 10px 0 10px 5px !important;
  }
  #navlogin #language-options a.dropdown-toggle .bordered-round-icon {
    height: 30px;
    border-width: 1px;
  }
  #navlogin #language-options a.dropdown-toggle .bordered-round-icon.small-icon {
    width: 20px;
    height: 20px;
  }
  #navlogin #language-options .dropdown-menu {
    right: 0;
    top: 40px;
    max-height: 340px;
    overflow: hidden;
  }
  .loginBox {
    background: transparent;
    padding: 0;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .loginOptionsBox {
    margin-top: 10px;
  }
  .loginOptionsBox .loginOption {
    width: 100%;
    float: none;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
  }
  .loginOptionsBox .loginOption .icon {
    display: inline;
    font-size: 17px;
    margin-right: 10px;
  }
}
#dashboard {
  padding: 30px 20px 30px;
  position: absolute;
  left: -60px;
  width: 100%;
}
.box {
  width: 150px;
  padding: 0;
}
.box .box-content {
  background: white;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.box .box-content.open .box-label {
  background: #8ac641;
  opacity: 0.98;
}
.box .box-content.open .dropdown-menu li.dropdown-header {
  padding: 5px 0 5px 10px;
}
.box .box-content img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.box .box-content .stat a {
  text-transform: uppercase;
}
.box .box-link:hover {
  text-decoration: none;
}
.box .box-label {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 150px;
}
.box .box-label:hover {
  cursor: pointer;
}
.box .box-label .caret {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.box .dropdown-menu {
  min-width: 150px;
  margin-top: -1px;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
}
.box .dropdown-menu a {
  color: #696969;
}
.box .dropdown-menu a:hover {
  color: #696969;
}
.box .dropdown-menu li i {
  display: none;
}
/*closing box*/
/*Airtime News Themeing*/
.popupNews {
  outline: 0;
}
.popupNews.ui-dialog {
  background: none;
  box-shadow: none;
}
.popupNews .ui-dialog-titlebar {
  background: none;
}
.popupNews .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  right: 0;
  top: 30px;
  background: white;
  color: #696969;
  border-radius: 50%;
}
.popupNews .tab-content {
  background: white;
  border: 1px solid silver;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.popupNews .thumbnail {
  margin-top: -18px;
  margin-bottom: 0;
  box-shadow: none;
  background: none;
  border: 0;
}
.popupNews .popupNewsPost-publishdate {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #bbbbbb;
}
.popupNews .pagination {
  margin: 0;
}
.popupNews .pagination li a,
.popupNews .pagination li a:hover {
  background: none;
  border: 0;
  color: #696969;
}
.popupNews .pagination li.active a {
  background: none;
  border: 0;
  color: #696969;
}
.popupNews .pagination li.active a i:before {
  content: "\f111";
}
#newsbox {
  width: 450px;
  margin: 0 20px 20px 0;
  padding: 0;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 5;
}
#newsbox .hasNewPost {
  float: right;
  color: white;
  margin: 5px 5px 0 0;
  background: red;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  -webkit-animation: pulse 1s ease alternate 8 1s;
  -moz-animation: pulse 1s ease alternate 8 1s;
  -ms-animation: pulse 1s ease alternate 8 1s;
  -o-animation: pulse 1s ease alternate 8 1s;
  animation: pulse 1s ease alternate 8 1s;
}
#newsbox .box-content {
  height: 85px;
  background: url(/Content/themes/neo/images/airtimenews.jpg) #214197 no-repeat center;
}
#newsbox .box-content .news-heading {
  display: none;
}
#newsfeed-list {
  background: white;
  padding: 0 10px;
  margin-bottom: 0;
}
#newsfeed-list .newsfeed-item-link {
  color: #696969;
  white-space: normal;
  text-decoration: none;
}
#newsfeed-list .newsfeed-item {
  border-bottom: 1px solid #bbbbbb;
  display: block;
  padding: 10px 0;
}
#newsfeed-list .newsfeed-item .newsfeed-item-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
#newsfeed-list .newsfeed-item .news-item-img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  align-self: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsfeed-list .newsfeed-item .news-feed-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  padding: 0 10px;
}
#newsfeed-list .newsfeed-item:last-child {
  border-bottom: none;
}
#newsfeed-list .newsfeed-item:hover {
  text-decoration: none;
  color: #696969;
  background: #f6f4f0;
}
#newsfeed-list .newsfeed-item:hover .news-item-img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsfeed-list .newsfeed-item a {
  white-space: initial;
}
#newsfeed-list .newsfeed-item .newsfeed-item-title {
  margin-top: 10px;
}
#newsfeed-list .newsfeed-item .newsfeed-item-content {
  margin-top: 10px;
}
#newsfeed-list .newsfeed-item .newsfeed-item-date {
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  padding: 5px;
}
#newsfeed-list .newsfeed-item.newPost .newsfeed-item-title:before {
  content: "NEW";
  color: white;
  vertical-align: super;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  background: red;
  margin-right: 10px;
  padding: 2px 5px;
}
@media (min-width: 992px) {
  #dashboard .box {
    float: left;
    margin: 10px;
  }
}
@media (max-width: 991px) {
  #dashboard .box {
    max-width: none;
    height: 150px;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }
  #dashboard .box .box-content {
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  #dashboard .box .box-content .box-link {
    max-width: 150px;
  }
  #dashboard .box .box-content .box-link img {
    max-width: 150px;
    height: 150px;
  }
  #dashboard .box .box-content .dropdown-toggle .caret {
    display: none;
  }
  #dashboard .box .box-content .dropdown-toggle .box-label {
    text-align: left;
    padding-left: 30px;
    cursor: default;
    width: 100%;
    left: 0;
  }
  #dashboard .box .box-content.open .box-label {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  #dashboard .box .dropdown-menu {
    background: transparent;
    flex-grow: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 150px));
    grid-gap: 5px;
    top: 1px;
    float: none;
    position: initial;
    padding: 10px 0 0 10px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #dashboard .box .dropdown-menu a.fakeMenuItem {
    display: none;
  }
  .box .box-content.open .box-label {
    background: #8ac641;
    opacity: 0.98;
  }
  /*Airtime News Themeing*/
  #newsbox {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  #newsbox #newsboxContent {
    float: none !important;
  }
  #newsbox #newsboxContent .newsfeed-item-content,
  #newsbox #newsboxContent .news-item-img {
    display: none;
  }
  #newsbox #newsboxContent .newsfeed-item-title,
  #newsbox #newsboxContent .newsfeed-item-date {
    display: inline-block;
    margin: 0;
  }
  #newsbox #newsboxContent .newsfeed-item-date {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #newsbox .box-content {
    background: #214197;
    height: 40px;
  }
  #newsbox .box-content .news-heading {
    display: inherit;
    color: white;
    position: relative;
    left: 10px;
    top: 10px;
  }
  #dashboard {
    left: -30px;
  }
  #dashboard .box {
    height: auto;
    min-height: 125px;
  }
  #dashboard .box .box-content {
    height: auto;
    min-height: 125px;
  }
  #dashboard .box .box-content a.box-link {
    max-width: none;
    order: 2;
  }
  #dashboard .box .box-content a.box-link img {
    max-width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #bbbbbb;
    margin: 5px 0 0 5px;
  }
  #dashboard .box .box-content .box-link.dropdown-toggle {
    order: 1;
    width: 100%;
  }
  #dashboard .box .box-content .box-link.dropdown-toggle .box-label {
    position: initial;
    padding-left: 5px;
    background: transparent;
    color: #696969;
    font-weight: bold;
  }
  #dashboard .box .dropdown-menu {
    order: 3;
    padding: 0 0 5px 5px;
  }
  #dashboard .box .dropdown-menu li b {
    display: none;
  }
  #dashboard .box .dropdown-menu li i {
    display: inline;
  }
}
@media (max-width: 500px) {
  #dashboard #newsbox {
    display: none;
  }
}
@supports (display:grid) {
  #dashboard {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    grid-gap: 10px;
  }
  @media (max-width: 991px) {
    #dashboard {
      display: block;
    }
  }
  @media (max-width: 767px) {
    #dashboard {
      left: -30px;
    }
  }
}
/* Datatables */
.datatable,
.table {
  margin-top: 0;
  margin-bottom: 0;
}
.datatable.isLoading {
  pointer-events: none;
}
.datatable.isLoading tbody {
  opacity: 0.3;
}
.datatable th {
  text-transform: uppercase;
}
.datatable tbody > tr.row_selected {
  background: #f6f4f0;
}
.datatable tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.datatable tbody > tr > td.dataTables_empty {
  width: 100%;
  text-align: center;
}
.datatable .row-title {
  font-size: 18px;
  font-weight: bold;
  color: #2e6e9e;
}
.datatable .row-title-edit {
  padding: 0;
  border-radius: 3px;
  border: 2px solid #eeeeee;
  width: 100%;
  padding: 0 5px;
}
.datatable .editable-input {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  line-height: normal;
}
#dataTable_wrapper {
  margin-bottom: 20px;
}
#dataTable {
  /*quintile color coding styles*/
}
#dataTable.showcolorcode a {
  color: black;
  text-decoration: underline;
}
#dataTable.showcolorcode a:hover {
  color: #696969;
  text-decoration: none;
}
#dataTable.showcolorcode .quintile-1 {
  background: #00C864;
  color: black;
}
#dataTable.showcolorcode .quintile-2 {
  background: #00A5A5;
  color: black;
}
#dataTable.showcolorcode .quintile-3 {
  background: #FFFF00;
  color: black;
}
#dataTable.showcolorcode .quintile-4 {
  background: #F59D0A;
  color: black;
}
#dataTable.showcolorcode .quintile-5 {
  background: #FF0000;
  color: black;
}
#choicesTable thead {
  background: #2e6e9e;
  color: white;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#choicesTable td {
  border-top: 0;
}
#choicesTable .selectableCell .radio label,
#choicesTable .selectableColumn .radio label,
#choicesTable .selectableCell .checkbox label,
#choicesTable .selectableColumn .checkbox label {
  padding-left: 0;
}
#choicesTable #AddChoiceName {
  background: #f6f4f0;
}
.dataTables_wrapper .fg-toolbar {
  clear: both;
  background: #2e6e9e;
  overflow: auto;
}
.dataTables_wrapper .fg-toolbar.ui-widget-header {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_info {
  margin: 5px;
  padding: 3px 12px;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate {
  margin: 5px;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a {
  padding: 3px 12px;
  background: white;
  color: #696969;
  border: 1px solid #bbbbbb;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a:hover {
  background: #f6f4f0;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a.disabled {
  background: #eeeeee;
}
.dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li.active a {
  background: #f6f4f0;
  color: #2e6e9e;
}
.dataTables_wrapper .fg-toolbar button.ColVis_Button {
  padding: 6px 12px;
}
.dataTables_wrapper .fg-toolbar .form-group {
  margin: 5px;
}
.dataTables_wrapper .fg-toolbar select.form-control {
  padding: 2px 12px;
  min-height: 0;
}
.dataTables_wrapper .fg-toolbar input.form-control {
  margin: 5px;
  height: auto;
  padding: 2px 12px;
  min-height: 0;
}
.ColVis_collection {
  background-color: white !important;
  border: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
}
.ColVis_collection button.ColVis_Button {
  background-color: transparent;
  border-bottom: 1px solid #f6f4f0 !important;
  border: 0;
  margin: 0 !important;
  padding: 0;
}
.ColVis_collection button.ColVis_Button:hover {
  background-color: #f6f4f0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ColVis_collection .ColVis_title {
  margin: 0 10px 0 10px;
  color: #696969;
}
.dataTables_processing {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  line-height: 30;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  font-size: 24px;
  animation: processingAnimationDisappear 0.5s forwards;
}
@-webkit-keyframes processingAnimationDisappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    padding-left: 50px;
  }
}
@-moz-keyframes processingAnimationDisappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    padding-left: 50px;
  }
}
@-o-keyframes processingAnimationDisappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    padding-left: 50px;
  }
}
@keyframes processingAnimationDisappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    padding-left: 50px;
  }
}
.dataTables_processing.is-processing {
  animation: processingAnimationAppear 0.5s forwards;
}
@-webkit-keyframes processingAnimationAppear {
  0% {
    opacity: 0;
    padding-right: 50px;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes processingAnimationAppear {
  0% {
    opacity: 0;
    padding-right: 50px;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes processingAnimationAppear {
  0% {
    opacity: 0;
    padding-right: 50px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes processingAnimationAppear {
  0% {
    opacity: 0;
    padding-right: 50px;
  }
  100% {
    opacity: 1;
  }
}
.dataTables_processing .dot {
  -moz-animation: appearAnimation 0.6s ease infinite;
  -o-animation: appearAnimation 0.6s ease infinite;
  -webkit-animation: appearAnimation 0.6s ease infinite;
  animation: appearAnimation 0.6s ease infinite;
  opacity: 0;
  margin-right: 4px;
}
.dataTables_processing .dot.dot2 {
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.dataTables_processing .dot.dot3 {
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ColVis.TableTools {
  margin: 5px 5px 5px 0;
}
td.dragHandleIcon {
  cursor: move;
}
.ColorCode_Button {
  margin: 5px 5px 5px 0;
}
.ColorCode_Button input {
  margin: 0;
}
#mediaPage tr.odd,
#membersPage tr.odd {
  background: #eeeeee;
}
.DTTT_print_info {
  position: fixed;
  top: 10%;
  left: 25%;
  width: 50%;
  text-align: center;
  background: white;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
}
.DTTT_print_info h6 {
  font-size: 25px;
}
.DTTT_print_info h6:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e61f";
  padding-right: 10px;
  font-size: 21px;
  color: #2e6e9e;
}
/* Table Cozy */
.table-cozy {
  margin-top: 0;
  margin-bottom: 0;
  color: #696969;
}
.table-cozy thead,
.table-cozy tfoot {
  background: none;
  color: inherit;
}
.table-cozy thead > tr > th {
  border-bottom: 0;
  border-top: 0;
  display: none;
}
.table-cozy tbody > tr > td {
  vertical-align: middle;
  display: block;
  padding: 5px;
  float: left;
  border-top: 0;
  white-space: pre-line;
  -ms-word-break: break-word;
  word-break: break-word;
}
.table-cozy tbody > tr > td:nth-child(n+3) {
  margin-right: 15px;
}
.table-cozy tbody > tr > td:last-child,
.table-cozy tbody > tr > td:nth-last-child(2) {
  padding-bottom: 8px;
}
.table-cozy tbody > tr > td .rtePlaceholder {
  height: 300px;
}
.table-cozy tbody > tr {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  border-top: 1px solid #eeeeee;
}
.table-cozy tbody > tr:first-child {
  border-top: 0;
}
.table-cozy tbody > tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.table-cozy tbody > tr.survey-active {
  background: rgba(138, 198, 65, 0.1);
}
.table-cozy tbody > tr.survey-active .row-title {
  color: #8ac641;
}
.table-cozy tbody > tr.survey-ended {
  background: rgba(0, 0, 0, 0.03);
}
.table-cozy tbody > tr.survey-ended .row-title {
  color: #696969;
}
.table-cozy tbody > tr.survey-archived {
  background: #eeeeee;
  border-top-color: rgba(0, 0, 0, 0.03);
}
.table-cozy tbody > tr.survey-archived .row-title {
  color: #696969;
}
.table-cozy tbody > tr.quickediting {
  background: #F1FFE0;
}
.table-cozy .selectableColumn {
  display: table-cell;
  vertical-align: top;
  width: auto;
  float: none;
  padding-top: 5px;
  text-align: center;
}
.table-cozy .selectableColumn .radio label,
.table-cozy .selectableColumn .checkbox label {
  padding-left: 0;
}
.table-cozy .row-title {
  float: none;
  font-size: 18px;
  font-weight: normal;
  color: #696969;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
  white-space: normal;
}
.table-cozy .row-quickedit {
  margin-top: 10px;
}
.table-cozy .label-header {
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 3px;
  font-weight: normal;
  opacity: 0.8;
}
.table-cozy tr.dragging {
  opacity: 0.5;
}
.table-cozy .quickedit-buttons {
  float: right;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .table-cozy .quicktools-buttons li {
    display: inline;
    list-style: none;
  }
}
@media (max-width: 991px) {
  .table-cozy .quickedit-buttons {
    width: 100%;
    padding-bottom: 5px;
  }
  .table-cozy .quickedit-buttons button {
    margin-right: -5px;
    width: 50%;
  }
  .table-cozy .quickedit-buttons button span {
    display: none;
  }
  .table-cozy .quickedit-buttons button:first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 0;
  }
  .table-cozy .quickedit-buttons button:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.table-cozy td.mobile-quick-tools {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.table-cozy td.mobile-quick-tools #rowTitle {
  display: none;
}
.table-cozy td.mobile-quick-tools .row-quicktools {
  padding-bottom: 10px;
  float: none !important;
}
.table-cozy td.mobile-quick-tools .row-quicktools .quicktools-buttons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  margin: 0;
  padding-left: 0;
}
.table-cozy td.mobile-quick-tools .row-quicktools .quicktools-buttons li {
  list-style: none;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.table-cozy td.mobile-quick-tools .row-quicktools .quicktools-buttons li:first-child button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table-cozy td.mobile-quick-tools .row-quicktools .quicktools-buttons li:last-child button {
  border-right: 1px solid #bbbbbb;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table-cozy td.mobile-quick-tools .row-quicktools .quicktools-buttons li button {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
/*closing table-cozy*/
/*changing styling for members page table*/
#membersPage .datatable .radio label,
#membersPage .datatable .checkbox label {
  padding-left: 0;
}
@media (max-width: 767px) {
  #edmsPage .table-cozy tbody > tr td:nth-child(n+3) {
    width: 33.33%;
  }
}
/*edit music report page table*/
#musicPage .musicReport.table.dataTable td,
#musicTrending .musicReport.table.dataTable td,
#musicPage .musicReport.table.dataTable th,
#musicTrending .musicReport.table.dataTable th {
  text-align: center;
}
#musicPage .musicReport.table.dataTable td.title,
#musicTrending .musicReport.table.dataTable td.title,
#musicPage .musicReport.table.dataTable th.title,
#musicTrending .musicReport.table.dataTable th.title,
#musicPage .musicReport.table.dataTable td.artist,
#musicTrending .musicReport.table.dataTable td.artist,
#musicPage .musicReport.table.dataTable th.artist,
#musicTrending .musicReport.table.dataTable th.artist,
#musicPage .musicReport.table.dataTable td.trend,
#musicTrending .musicReport.table.dataTable td.trend,
#musicPage .musicReport.table.dataTable th.trend,
#musicTrending .musicReport.table.dataTable th.trend,
#musicPage .musicReport.table.dataTable td.surveyName,
#musicTrending .musicReport.table.dataTable td.surveyName,
#musicPage .musicReport.table.dataTable th.surveyName,
#musicTrending .musicReport.table.dataTable th.surveyName,
#musicPage .musicReport.table.dataTable td.surveyDate,
#musicTrending .musicReport.table.dataTable td.surveyDate,
#musicPage .musicReport.table.dataTable th.surveyDate,
#musicTrending .musicReport.table.dataTable th.surveyDate,
#musicPage .musicReport.table.dataTable td.surveyId,
#musicTrending .musicReport.table.dataTable td.surveyId,
#musicPage .musicReport.table.dataTable th.surveyId,
#musicTrending .musicReport.table.dataTable th.surveyId {
  text-align: left;
}
.toolBtn .copy a,
.toolBtn .xptCsv a,
.toolBtn .xptXcl a {
  position: relative;
}
.toolBtn .copy a embed,
.toolBtn .xptCsv a embed,
.toolBtn .xptXcl a embed,
.toolBtn .copy a object,
.toolBtn .xptCsv a object,
.toolBtn .xptXcl a object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
}
@media (max-width: 1200px) {
  .tablefix {
    position: static;
  }
  .ColVis {
    display: none;
  }
}
@media (max-width: 991px) {
  .table-cozy tbody tr td.quick-tools-desktop .quicktools-buttons {
    display: none;
  }
  .table-cozy tbody tr td .rtePlaceholder {
    height: auto;
  }
}
@media (max-width: 767px) {
  .table-cozy tbody > tr .row-quicktools button span {
    display: none;
  }
  .table-cozy tbody > tr td:nth-child(3) {
    padding-left: 5px !important;
  }
  .table-cozy tbody > tr td:nth-child(n+3) {
    width: 50%;
    margin-right: 0;
  }
  .table-cozy tbody > tr td:last-child {
    width: 100% !important;
  }
  .dataTables_wrapper .fg-toolbar {
    background: none;
    overflow: hidden;
  }
  .dataTables_wrapper .fg-toolbar .ColVis {
    display: none;
  }
  .dataTables_wrapper .fg-toolbar .ColVis.TableTools {
    margin-right: 0;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_length {
    display: none;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter {
    width: 100%;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter:before {
    content: " \f002";
    font-family: 'FontAwesome';
    color: #696969;
    font-size: 14px;
    position: absolute;
    margin: 12px 0 0 15px;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter input.form-control {
    display: inline-block;
    width: 98%;
    padding: 5px 5px 5px 25px;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter input::-moz-placeholder {
    color: #ffffff;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter input:-moz-placeholder {
    /* Older versions of Firefox */
    color: #ffffff;
  }
  .dataTables_wrapper .fg-toolbar #dataTable_filter input:-ms-input-placeholder {
    color: #ffffff;
  }
  .dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a {
    background: #2e6eb9;
    color: #ffffff;
    border: 1px solid #214197;
  }
  .dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a:hover {
    background: #2e6e9e;
  }
  .dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li a.disabled {
    background: rgba(46, 110, 158, 0.5);
    border: 1px solid rgba(46, 110, 158, 0.6);
  }
  .dataTables_wrapper .fg-toolbar.ui-widget-footer .dataTables_paginate li.active a {
    background: #2e6e9e;
    color: #ffffff;
  }
  .ColVis_collection {
    margin-left: 10px;
  }
  #musicPage .dataTables_wrapper .fg-toolbar #dataTable_filter {
    display: none;
  }
}
.figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: top;
}
.reports #refresh,
.editdashboard #refresh {
  margin-bottom: 20px;
}
.reports #refresh .btn,
.editdashboard #refresh .btn {
  max-width: none;
}
.reports #refresh a,
.editdashboard #refresh a {
  color: white;
  text-decoration: none;
}
.applyFilter .checkbox label {
  padding: 5px 0 5px 0;
}
.applyFilter .checkbox label:first-child {
  padding: 0;
  margin: 0;
}
.applyFilter #genderFilter .editor-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.applyFilter #genderFilter .editor-field .checkbox {
  padding: 0 5px;
}
.applyFilter #genderFilter .editor-field .checkbox + .checkbox {
  margin-top: 0;
}
.applyFilter #ageFilter input {
  width: 47% !Important;
}
.applyFilter #ageFilter span#dash {
  height: 40px;
  margin: 8px 5px 0 5px;
}
.imgnav.reportsNav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.imgnav.reportsNav .btn.btn-primary {
  margin: 0;
}
.imgnav.reportsNav .toolBtn#toolsMusic {
  margin: 0;
}
.imgnav.reportsNav .filterResults {
  width: 100%;
  padding: 5px 20px;
}
@media (max-width: 500px) {
  .editdashboard.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .applyFilter #genderFilter .editor-field {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  .applyFilter #genderFilter .editor-field .checkbox + .checkbox {
    margin-top: -5px;
  }
}
.reports .flex-parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.reports .flex-parent .flex-child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-grow: 1;
}
.reports #resultsFilter {
  margin-bottom: 1em;
}
.reports #resultsFilter.list-group .list-group-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reports #resultsFilter.list-group .list-group-item.active {
  background: white;
}
.reports #resultsFilter .icon {
  width: 1.5em;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  color: #eeeeee;
  text-align: center;
}
.reports #resultsFilter .active {
  font-weight: bold;
}
.reports #resultsFilter .active .icon {
  color: #8ac641;
}
.reports #resultsFilter .dropdown-toggle {
  max-width: 100%;
  padding: 5px 10px;
}
.reports #resultsFilter .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 45%;
}
.reports #resultsFilter .dropdown-menu {
  width: 100%;
  margin-top: -1px;
}
.reports #resultsFilter .icon {
  width: 1.5em;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  color: #eeeeee;
  text-align: center;
}
.reports #resultsFilter.dropdown li a {
  padding: 5px 10px;
}
.reports .refresh-button {
  max-width: 100%;
}
.reports .reportSection {
  padding: 5px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.reports .reportSection:last-child {
  border-bottom: 0;
}
.reports .stats-info {
  font-size: 0.8em;
  font-style: italic;
  padding: 5px 0;
  color: #bbbbbb;
}
.reports .statCard {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.reports .statCard i.icon {
  font-size: 30px;
  margin-left: 10px;
  color: #9fb5c6;
}
.reports .statCard .statCardContent {
  line-height: 1.8;
}
.reports .statCard .statCardContent span.sectionTitle {
  font-weight: normal;
}
.reports .statCard .survey-info {
  opacity: 0.8;
}
.reports .statCard .statCardFigure {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}
.reports .statCard .statCardFigureLabel {
  opacity: 0.8;
}
.reports .statCard .statCardSubFigure {
  vertical-align: top;
  font-size: 0.8em;
  opacity: 0.8;
  text-transform: uppercase;
}
.reports #latestSurvey i.icon {
  color: #2e6e9e;
}
.reports #latestSurvey.active .survey-name a,
.reports #latestSurvey.active i.icon {
  color: #8ac641;
}
.reports #latestSurvey .fa.flag {
  color: #bbbbbb;
  margin-right: 5px;
}
.reports #latestSurvey .survey-name {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.reports #latestSurvey .survey-name .flex-child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-grow: 1;
}
.reports #latestSurvey .survey-name .label {
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 10px;
}
.reports #latestSurvey .survey-info .sectionTitle {
  margin-right: 5px;
}
.reports .surveyStatus-Ended .survey-name {
  color: #838383;
}
.reports .surveyStatus-Ended .survey-name .label.status {
  background: #696969;
}
.reports .chart {
  margin: 0 auto;
}
.applyFilter .surveyStatusArchived {
  color: #bbbbbb;
}
.applyFilter .surveyStatusDeleted {
  color: #eeeeee;
}
#musicPage .statbox {
  padding: 0 10px 0 20px;
}
#musicPage .statbox .statbox-icon {
  font-size: 18px;
  color: #2e6e9e;
  display: inline-block;
}
#musicPage .statbox .unit {
  font-size: 16px;
  margin: 0 10px 0 8px;
}
#musicPage .imgnav.col-lg-12 {
  padding-right: 0;
}
#musicPage .dataTables_wrapper td {
  border-right: 1px solid #ffffff;
}
#musicPage #dataTable a {
  color: #2e6e9e;
}
#musicPage #dataTable a:hover {
  color: #214197;
}
#musicPage #dataTable th {
  text-align: right;
}
#musicPage #dataTable th.artist,
#musicPage #dataTable th.title {
  text-align: left;
}
#musicPage #dataTable td.quintile-1,
#musicPage #dataTable td.quintile-2,
#musicPage #dataTable td.quintile-3,
#musicPage #dataTable td.quintile-4,
#musicPage #dataTable td.quintile-5 {
  text-align: right;
}
@media print {
  #musicPage #dataTable #content {
    margin: 0 !important;
  }
  #musicPage #dataTable td,
  #musicPage #dataTable th {
    padding: 1px;
    font-size: 5.5pt;
    margin: 0;
  }
  #musicPage #dataTable td.hidden-xs,
  #musicPage #dataTable th.hidden-xs,
  #musicPage #dataTable td.hidden-sm,
  #musicPage #dataTable th.hidden-sm,
  #musicPage #dataTable td.hidden-md,
  #musicPage #dataTable th.hidden-md {
    display: table-cell !important;
  }
  #musicPage #dataTable td.playButtonColumn,
  #musicPage #dataTable th.playButtonColumn,
  #musicPage #dataTable td.trend,
  #musicPage #dataTable th.trend {
    display: none !important;
  }
}
body.songTrendBody {
  display: block;
}
#musicTrending #songtrending {
  margin-bottom: 10px;
}
#musicTrending #songtrending.bodyContent {
  padding: 10px;
}
#musicTrending #songtrending .playlist-artist-value,
#musicTrending #songtrending .playlist-title-value {
  width: 100%;
  display: block;
}
#musicTrending #songtrending .playlist-item {
  display: inline-block;
}
#musicTrending #songtrending .playlist-library-value,
#musicTrending #songtrending .playlist-length-value {
  margin: 0 10px 10px 10px;
}
#musicTrending #songtrending .playlist-item-play {
  display: inline-block;
}
#musicTrending #songtrending .playlist-item-play .btn-lg {
  padding: 5px 16px;
  font-size: 22px;
  margin-right: 10px;
}
#musicTrending #songtrending span {
  border: 3px solid #f6f4f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: inline-block;
}
#musicTrending .div.ColVis_collection {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#perceptualsPage .perceptual-chart,
#perceptualsPage .perceptual-tracking-chart {
  max-height: 350px;
  margin-bottom: 50px;
}
#perceptualsPage .panel.panel-default {
  color: #696969;
  margin-bottom: 10px;
  overflow: auto;
  background: white;
  border: 0;
  padding: 0;
}
#perceptualsPage .panel.panel-default a {
  text-decoration: none;
}
#perceptualsPage .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding-left: 50px;
}
@media (max-width: 768px) {
  #perceptualsPage .panel.panel-default .panel-heading {
    padding-left: 40px;
  }
}
#perceptualsPage .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  position: relative;
  top: -5px;
  color: #696969;
}
#perceptualsPage .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#perceptualsPage .panel.panel-default .panel-heading .caret {
  margin-top: 17px;
  color: #696969;
}
#perceptualsPage .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#perceptualsPage .panel.panel-default .panel-body .vue-colVis {
  margin-left: 10px;
}
#perceptualsPage .panel.panel-default .panel-body h5 {
  margin-top: 0;
  color: #2e6e9e;
  font-weight: bold;
}
#perceptualsPage .panel.panel-default .panel-body .col-sm-3 {
  text-align: center;
}
#perceptualsPage .panel.panel-default .panel-body .sectionTitle {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body .live {
  background-color: rgba(138, 198, 65, 0.5);
  border: 2px solid #8ac641;
  color: #696969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body #latestSurvey {
  margin-bottom: 10px;
  overflow: auto;
}
#perceptualsPage .panel.panel-default .panel-body #latestStats {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body #platformCompletes {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #eeeeee;
}
#perceptualsPage .panel.panel-default .panel-body #emailStats {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain .col-md-2,
#perceptualsPage .panel.panel-default .panel-body#tslmain .col-sm-4,
#perceptualsPage .panel.panel-default .panel-body#tslmain .col-xs-6,
#perceptualsPage .panel.panel-default .panel-body#tslmain .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain #tsl {
  border-right: 2px solid #eeeeee;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain #tsl:last-child {
  border-right: 0;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain #clock {
  text-align: center;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain h2 {
  margin: 5px 0 5px 0;
  text-align: center;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain p {
  margin: 0;
  text-align: center;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain h4 {
  color: #2e6e9e;
}
#perceptualsPage .panel.panel-default .panel-body#tslmain #time {
  text-align: center;
}
#perceptualsPage .panel.panel-default .panel-body #unsubscriptions {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body #newMembers {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: auto;
}
#perceptualsPage .panel.panel-default .panel-body #pastdata {
  overflow: auto;
}
#perceptualsPage .panel.panel-default .panel-body #pastdata h4 {
  background: #bbbbbb;
  color: white;
  padding: 3px;
}
#perceptualsPage .panel.panel-default .panel-body #pastdata h1 {
  color: #2e6e9e;
  margin: 15px 0 15px 0;
}
#perceptualsPage .panel.panel-default .panel-body #pastdata p {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
#perceptualsPage .panel.panel-default .panel-body #demotitle {
  width: 40%;
  clear: both;
}
#perceptualsPage .panel.panel-default .panel-body #memberDemo {
  width: 100%;
  margin-bottom: 10px;
  overflow: auto;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 {
  background-color: #f6f4f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  border: 5px solid white;
  display: inline-block;
}
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type {
  width: 100% !important;
  background: white;
}
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type .male,
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type .female,
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type .totaldemo {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type h3,
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type h5 {
  color: #8ac641;
}
#perceptualsPage .panel.panel-default .panel-body #demo1:first-of-type h5 {
  font-size: 18px;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 h5 {
  padding: 5px 0 5px 0;
  margin: 5px 0 0 0;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 .icon {
  font-size: 25px;
  display: inline-block;
  color: #696969;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 h3 {
  margin: 0 20px 0 20px;
  display: inline-block;
  color: #2e6e9e;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 p {
  display: inline-block;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 .male,
#perceptualsPage .panel.panel-default .panel-body #demo1 .female,
#perceptualsPage .panel.panel-default .panel-body #demo1 .totaldemo {
  color: #696969;
  font-weight: normal;
  display: block;
  overflow: auto;
  padding: 5px 0 5px 0;
}
#perceptualsPage .panel.panel-default .panel-body #demo1 .demostats {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: auto;
}
#perceptualsPage .panel.panel-default.checkbox > label {
  padding: 0;
  position: absolute;
  top: 21px;
  left: 20px;
}
#perceptualsPage .panel.panel-default.checkbox > input[type=checkbox]:checked ~ a .panel-heading {
  background: #fcfcee;
}
#perceptualsPage .filter-response-voice {
  margin-right: 2em;
}
@media (max-width: 768px) {
  #perceptualsPage .filter-response-voice,
  #perceptualsPage .filter-response-text {
    padding: 1em 0;
  }
}
#perceptualsPage .open-ended-response-container {
  column-width: 40em;
  -moz-column-width: 40em;
  -webkit-column-width: 40em;
}
#perceptualsPage .open-ended-response-container .open-ended-response {
  display: inline-block;
  width: 100%;
}
#perceptualsPage .open-ended-response-container .open-ended-response blockquote {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#perceptualsPage .open-ended-response-container .open-ended-response .open-ended-response-answer {
  color: #2e6e9e;
}
#perceptualsPage .open-ended-response-container .open-ended-respondent-info > span + em:before {
  content: ", ";
  margin-left: -0.2em;
}
#perceptualsPage .open-ended-response-container .playRecordingButton > img {
  max-height: 1em;
}
@media (max-width: 600px) {
  #perceptualsPage .btn.applyFilterBtn {
    padding: 10px 16px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
#membersPage #sampleSize {
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  opacity: 0.8;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#membersPage #sampleSize:hover {
  opacity: 1;
}
#membersPage .statCard {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  margin: 5px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#membersPage .statCard .statCardFigure {
  line-height: 1.2;
  padding-right: 10px;
  font-size: 1.5em;
}
#membersPage .statCard .statCardFigureLabel {
  opacity: 0.8;
}
#membersPage .statCard.totalMembers .statCardFigure {
  font-size: 2em;
  font-weight: bold;
}
#membersPage #toolsMembers {
  margin: 15px;
}
#membersPage #FilterSummary {
  margin-top: 10px;
}
#membersPage #FilterSummary .resetfilter-button {
  margin-right: 10px;
}
#membersPage .resetfilter-button {
  margin-right: 5px;
}
#membersPage .filtersummary {
  margin: 10px;
}
#membersPage .tablefix {
  clear: both;
}
#membersPage .topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
#membersPage .topnav .toolBtn {
  flex-grow: 2;
}
#membersPage .topnav .toolBtn a.dropdown-toggle {
  display: inline-block;
}
#membersPage .topnav .toolBtn .dropdown-menu {
  float: none;
  right: 0;
  left: initial;
}
#membersPage .vue-tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  padding: 0 15px;
}
#membersPage .vue-tools .vue-colVis {
  flex-grow: 2;
}
#membersPage .vue-tools .vue-colVis .dropdown-menu.dropdown-menu-right {
  top: auto;
  margin-right: 15px;
  -webkit-animation: slideOpenDown ease-out 0.3s;
  -o-animation: slideOpenDown ease-out 0.3s;
  -moz-animation: slideOpenDown ease-out 0.3s;
  animation: slideOpenDown ease-out 0.3s;
}
#filterAccountDetails .genderGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#filterAccountDetails .genderGroup .checkbox {
  padding: 0 5px;
}
#filterAccountDetails .genderGroup .checkbox + .checkbox {
  margin: 0;
}
#editUsers .editor-label {
  padding-top: 15px;
}
#editUsers .editor-field {
  margin: 5px 0 5px 0;
}
#editUsers .editor-field .text-box,
#editUsers .editor-field .form-control {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  width: 80%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
#editUsers .editor-field .text-box:focus,
#editUsers .editor-field .form-control:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#editUsers .editor-field#tokenUrl a {
  color: #214197;
}
#editUsers .editor-field#tokenUrl a:hover {
  color: #2e6e9e;
}
#editUsers .radio + .radio {
  margin-top: 10px;
}
#editUsers #genderField {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#editUsers #genderField .radio {
  padding: 0 5px;
}
@media (max-width: 991px) {
  #membersPage .membersTable tr.odd {
    background: transparent;
  }
  #membersPage .membersTable tr.odd .row-box {
    background: #f6f6f6;
  }
  #membersPage .membersTable tr.selected {
    background: transparent;
  }
  #membersPage .membersTable tr.selected .row-box {
    background: #fcfcee;
  }
  #membersPage .membersTable tr td {
    border-top: 0;
  }
  #membersPage .membersTable tr td .row-box {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  #membersPage .membersTable tr td .row-box .selectableColumn {
    float: left;
    padding-right: 5px;
  }
  #membersPage .membersTable tr td .row-box .field-box {
    line-height: 1.8;
  }
  #membersPage .membersTable tr td .row-box .field-box .field-header {
    font-size: 0.8em;
    opacity: 0.8;
    text-transform: uppercase;
  }
  #membersPage .membersTable tr td .row-box .row-box-collapsible {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #bbbbbb;
    max-height: 300px;
    overflow-y: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #membersPage .membersTable tr td .row-box .row-box-collapsible.collapsed {
    max-height: 0;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    opacity: 0;
  }
  #membersPage .membersTable tr td .row-box .quicktools {
    text-align: right;
  }
  #membersPage .membersTable tr td .row-box .quicktools > * {
    margin-top: 10px;
  }
  #membersPage .membersTable tr td .row-box .columns-container {
    column-width: 20em;
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
  }
}
@media (max-width: 991px) and (max-width: 500px) {
  #membersPage .membersTable tr td .row-box .selectableColumn {
    float: right;
    padding-right: 0;
    margin-right: -5px;
  }
  #membersPage .membersTable tr td .row-box .row-box-header > * {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #membersPage .membersTable tr td .row-box .row-box-header .member-email {
    display: block;
    padding-top: 2px;
  }
}
@media (min-width: 768px) {
  #membersPage .tableWrapper {
    overflow-x: auto;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #membersPage .topnav .add-button {
    display: inline-block;
    margin: 15px;
  }
  #membersPage #sampleSize .statCard {
    flex-grow: 1;
  }
  #membersPage #sampleSize .statCard.totalMembers {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #membersPage .vue-tools .vue-colVis .dropdown-menu.dropdown-menu-right {
    margin-right: 0;
  }
  #membersPage .vue-paginate .pagination-page-number {
    display: none;
  }
  #membersPage .vue-paginate .pagination-page-number.active {
    display: inline;
  }
}
.launch ul.dropdown-menu {
  width: 100%;
  padding: 0;
}
.launch ul.dropdown-menu .dropdown-box {
  padding: 10px;
  border: 1px solid #eeeeee;
  border-top: 0;
}
.launch .setting-icon {
  font-size: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.launch .box-link {
  color: #8ac641;
  display: block;
}
.launch .box-link:hover,
.launch .box-link:focus {
  color: #6ca12d;
}
.launch i.contextualHelp {
  margin-left: 15px;
  display: inline-block !important;
  font-weight: bold;
  color: crimson;
  float: right;
}
.launch .box {
  min-width: 250px;
  min-height: 100px;
  max-width: none;
  margin: auto;
  margin: 5px 15px;
}
.launch .box .box-content {
  min-height: 100px;
  text-align: center;
}
.launch .box .box-content.open .box-label {
  color: #ffffff;
}
.launch .box .box-label {
  min-width: 250px;
  background: transparent;
  color: #696969;
}
.launch .checkbox label {
  padding-left: 0;
}
.launch .inactiveBox {
  margin-left: 10px;
}
.launch #genderAlert .radio,
.launch #genderAlert .checkbox {
  display: inline-block;
  margin-top: 0;
}
.launch #genderAlert .radio:first-of-type,
.launch #genderAlert .checkbox:first-of-type {
  padding-left: 0;
}
.launch #genderAlert .radio label,
.launch #genderAlert .checkbox label {
  padding-left: 0;
}
#contextualHelpButtonRecollect {
  margin-bottom: 10px;
}
.contextualHelpDialog {
  max-width: 856px;
}
.contextualHelpDialog img {
  margin: 20px auto;
  display: block;
  width: 80%;
  max-width: 856px;
}
.contextualHelpDialog h4 {
  font-size: 16px;
  line-height: 25px;
}
.contextualHelpDialog #casualLearnMore {
  text-align: center;
}
.contextualHelpDialog #casualLearnMore a {
  outline: none;
  color: #2e6e9e;
}
.contextualHelpDialog #casualLearnMore a:hover {
  color: #214197;
}
@media (max-width: 1199px) {
  .launch #genderAlert .radio {
    padding-left: 0;
  }
}
@media (max-width: 998px) {
  .contextualHelpDialog img {
    width: 100%;
  }
  .contextualHelpDialog h4 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .confirmSurveyDateDialog {
    width: 320px !important;
  }
  .confirmSurveyDateDialog .ui-dialog-title {
    font-size: 14px;
  }
  .contextualHelpDialog h4 {
    font-size: 14px;
  }
}
.validation-summary-valid {
  display: none;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.ui-dialog {
  background: white;
  color: #696969;
  z-index: 9999;
  position: fixed;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-dialog.nonFixed {
  position: absolute;
}
.ui-dialog-titlebar {
  background: url(images/nav-bg.png) #2e6e9e;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.ui-dialog-titlebar-close {
  float: right;
  background: transparent;
  border: 0;
}
.ui-dialog-titlebar-close:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "";
}
.ui-dialog-content {
  padding: 20px;
}
.ui-dialog-buttonpane {
  padding: 10px;
  text-align: right;
}
.ui-dialog-buttonpane .btn {
  margin-left: 5px;
}
.dialog-hide {
  display: none;
}
.ui-datepicker {
  width: 17em;
  padding: 10px;
  display: none;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-unselectable {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  padding-right: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 27%;
  margin-left: -15px;
  top: 25%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-state-active {
  background: #8ac641;
  color: #ffffff !important;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  background: #2e6e9e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
  border: 1px solid #696969;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
/*Colour theming the date picker*/
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background: #2e6e9e;
  border-color: #214197;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span:hover {
  background: #214197;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-week-end {
  color: #bbbbbb !important;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #696969;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #f6f4f0;
}
#ui-datepicker-div .ui-datepicker-buttonpane button {
  background: #8ac641;
  border: 1px solid #6ca12d;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ui-datepicker-div .ui-datepicker-buttonpane button:hover {
  background: #6ca12d;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current {
  background: transparent;
  border: none;
  color: #2e6e9e;
  text-decoration: underline;
}
#ui-datepicker-div .ui-timepicker-div .ui-slider-horizontal {
  border-color: #d6c7a5;
  background: #f6f4f0;
}
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#playlist .drop-placeholder {
  border-radius: 5px;
  border: 2px dashed #696969;
  opacity: 0.2;
}
#playlist li,
#libraryTable tr {
  cursor: default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
#playlist li {
  margin-bottom: 5px;
  list-style: none;
}
#libraryTable_wrapper .TableTools,
#libraryTable_wrapper .dataTables_info {
  display: none;
}
#libraryTable_wrapper .libraryTable-Length-Value {
  float: left;
  color: #bbb;
  text-align: right;
  width: 30px;
  border-top: 0;
}
#libraryTable_wrapper .libraryTable-Artist-Value,
#libraryTable_wrapper .libraryTable-Title-Value {
  width: 40%;
  float: left;
  border-top: 0;
}
#libraryTable_wrapper .libraryTable-Play-Value {
  float: right;
  padding: 4px 0 0 0;
  border-top: 0;
}
#libraryTable_wrapper thead {
  background: transparent;
  color: #696969;
  border-bottom: 1px solid #bbbbbb;
}
#libraryTable_wrapper thead th {
  border-bottom: 0;
}
#libraryTable_wrapper thead .libraryTable-Length-Value {
  font-size: 10px;
}
#libraryTable_wrapper thead .libraryTable-library-Value {
  display: none;
}
#libraryTable_wrapper tbody tr.selected {
  background: #8ac641;
  color: white;
}
#libraryTable_wrapper tbody tr.selected .libraryTable-library-Value {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
#libraryTable_wrapper tbody tr.selected .libraryTable-Length-Value {
  color: white;
}
#libraryTable_wrapper tbody .libraryTable-library-Value {
  float: left;
  width: 99.9%;
  text-align: center;
  background: #f6f4f0;
  color: #bbbbbb;
  font-size: 10px;
  border-top: 0;
  border-bottom: 1px solid #bbbbbb;
}
#libraryTable_wrapper .dataTables_paginate .pageNumber,
#libraryTable_wrapper .dataTables_paginate a span {
  display: none;
}
#libraryTable_wrapper .dataTables_paginate .fa {
  display: inline !important;
}
.playlist-item {
  background: white;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  -webkit-animation: dropIn 0.1s ease-in alternate 1 0;
  -moz-animation: dropIn 0.1s ease-in alternate 1 0;
  -ms-animation: dropIn 0.1s ease-in alternate 1 0;
  -o-animation: dropIn 0.1s ease-in alternate 1 0;
  animation: dropIn 0.1s ease-in alternate 1 0;
}
.playlist-item.ui-draggable-dragging {
  width: 600px;
}
.playlist-item.ui-draggable-dragging .playlist-item-handle,
.playlist-item.ui-draggable-dragging .playlist-item-play {
  display: none;
}
.playlist-item.playlist-header {
  -webkit-animation: none 0 0 alternate 1 0;
  -moz-animation: none 0 0 alternate 1 0;
  -ms-animation: none 0 0 alternate 1 0;
  -o-animation: none 0 0 alternate 1 0;
  animation: none 0 0 alternate 1 0;
  margin-top: 20px;
  background: transparent;
  padding: 0 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.playlist-item.playlist-header div {
  color: #bbbbbb;
}
.playlist-item.playlist-header .playlist-length-value {
  padding-bottom: 5px;
  font-size: 8px;
}
.playlist-item div {
  float: left;
}
.playlist-item .playlist-order-value {
  width: 20px;
}
.playlist-item .playlist-title-value {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30%;
}
.playlist-item .playlist-artist-value {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30%;
}
.playlist-item .playlist-library-value {
  color: #bbbbbb;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 20%;
}
.playlist-item .playlist-length-value {
  color: #bbbbbb;
  width: 50px;
  text-align: right;
  padding-right: 5px;
}
.playlist-item .playlist-item-handle,
.playlist-item .playlist-item-play {
  border-left: 1px solid #bbbbbb;
  text-align: center;
  color: #bbbbbb;
  width: 30px;
  float: right;
}
.playlist-item .playlist-item-handle:hover,
.playlist-item .playlist-item-play:hover {
  background: #eeeeee;
  cursor: pointer;
}
.playlist-item .playlist-item-handle.help-button {
  width: 45px !important;
  color: #696969;
  padding-top: 1px;
}
#playlist {
  background: #f6f4f0;
  overflow: auto;
  padding: 10px;
  margin: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
#playlist.ui-state-active {
  background: #fcfcee;
}
#playlist li.ui-state-default {
  margin-left: 18px;
  padding: 0;
  font-size: 20px;
}
#playlist li.ui-sortable-helper .playlist-item,
#playlist li.ui-sortable-helper .playlist-item-handle,
#playlist li.ui-sortable-helper .playlist-item-play {
  background: #eeeeee;
}
@-webkit-keyframes fadeInFromWhite {
  0% {
    background: white;
    color: white;
  }
  100% {
    background: lightgoldenrodyellow;
    color: black;
  }
}
@-moz-keyframes fadeInFromWhite {
  0% {
    background: white;
    color: white;
  }
  100% {
    background: lightgoldenrodyellow;
    color: black;
  }
}
@-o-keyframes fadeInFromWhite {
  0% {
    background: white;
    color: white;
  }
  100% {
    background: lightgoldenrodyellow;
    color: black;
  }
}
@keyframes fadeInFromWhite {
  0% {
    background: white;
    color: white;
  }
  100% {
    background: lightgoldenrodyellow;
    color: black;
  }
}
@-webkit-keyframes slide {
  0% {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
  }
}
@-moz-keyframes slide {
  0% {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
  }
}
@-o-keyframes slide {
  0% {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
  }
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background: #111 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #111 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #111 !important;
}
.slide-enter-active {
  -webkit-animation: slide ease-in-out 0.5s;
  -o-animation: slide ease-in-out 0.5s;
  -moz-animation: slide ease-in-out 0.5s;
  animation: slide ease-in-out 0.5s;
}
.slide-leave-active {
  -webkit-animation: slide ease-in-out reverse 0.5s;
  -o-animation: slide ease-in-out reverse 0.5s;
  -moz-animation: slide ease-in-out reverse 0.5s;
  animation: slide ease-in-out reverse 0.5s;
}
.questions-rows-enter,
.questions-rows-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.questions-rows-leave-to.new-question {
  display: none;
}
#questionsTable tr {
  transition: all 0.5s;
  border: 0;
}
.previewMode li.active a,
.previewMode li.active a:hover {
  color: #696969;
  background: #f6f4f0;
  filter: none;
}
.previewGroup .toolBtn.previewMode {
  margin: 0 0 0 15px;
  width: auto !important;
  height: 45px;
  min-height: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#surveysEditPage {
  /*added compact questions list view in a different file to keep this one clean*/
}
#surveysEditPage .topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
#surveysEditPage .topnav .previewnav {
  margin: 15px;
}
#surveysEditPage .topnav .previewnav .toolBtn.previewMode {
  margin: 0;
}
#surveysEditPage .topnav .imgnav {
  flex-grow: 2;
  margin: 15px 0 15px 5px;
}
#surveysEditPage .topnav .imgnav .add-button,
#surveysEditPage .topnav .imgnav .questionslibrary-button,
#surveysEditPage .topnav .imgnav .delete-button,
#surveysEditPage .topnav .imgnav .copy-button {
  margin-bottom: 15px;
  margin-top: 0;
}
#surveysEditPage .topnav .alert-warning.temp-notice {
  margin-bottom: 0;
}
#surveysEditPage .tableWrapper {
  max-width: 100%;
  padding: 0 15px 15px 15px;
}
#surveysEditPage .diagnosticsGroup .diagnostics {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  position: fixed;
  bottom: 15px;
  right: 10px;
  padding: 0 10px;
  margin-left: 10px;
  background: white;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.3);
  color: #696969;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#surveysEditPage .diagnosticsGroup .diagnostics:hover {
  background: #fcfcee;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-short {
  border-color: #8ac641;
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-short .diag-icon {
  color: #8ac641;
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-mid {
  border-color: #ec971f;
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-mid .diag-icon {
  color: #ec971f;
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-long {
  border-color: crimson;
}
#surveysEditPage .diagnosticsGroup .diagnostics.diag-long .diag-icon {
  color: crimson;
}
#surveysEditPage .diagnosticsGroup .diagnostics .diag-item {
  padding: 5px;
}
#surveysEditPage .diagnosticsGroup .diagnostics .diag-expand {
  color: #9c9c9c;
}
#surveysEditPage table.questionsTable.compactView tr:nth-child(4n+0) {
  background: rgba(0, 0, 0, 0.02);
}
#surveysEditPage table.questionsTable.compactView tr.row-fake-question .cell-fake-question .fake-question-tools {
  height: 10px;
}
#surveysEditPage table.questionsTable.compactView tr td input.row-title-edit {
  font-size: 16px;
}
#surveysEditPage table.questionsTable.compactView .selectableColumn {
  width: auto;
}
#surveysEditPage table.questionsTable.compactView .selectableColumn .checkbox label:before {
  width: 10px;
  height: 10px;
  min-height: 10px;
  font-size: 9px;
  padding: 1px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 5px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] {
  width: auto;
  float: none;
  text-align: right;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"].goToGroup {
  display: none!important;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] .label-header {
  display: none;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] span,
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] .label-value {
  display: none;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] span.questionType,
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] .label-value.questionType {
  display: inline-block;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] .voice-recording-option .label-header {
  display: inline-block;
}
#surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] .voice-recording-option .label-value {
  display: inline-block;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-title {
  order: 1;
  flex-grow: 1;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-title .row-title-view {
  font-size: 14px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns {
  order: 2;
  flex-shrink: 1;
  text-align: right;
  margin-top: 0;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT [class*="col-"] {
  display: inline-block;
  order: 2;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group {
  order: 1;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option .label-header {
  margin-right: 10px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option .switch {
  display: inline-block;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option .switch label {
  margin-bottom: 0;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option .switch .label-new-feature {
  display: none;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group .voice-recording-option.has-inline-tooltip .inline-tooltip {
  display: none;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools {
  order: 3;
  text-align: right;
  margin-top: 0;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools .quicktools-buttons li {
  margin: 0 1px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools .quicktools-buttons .btn {
  padding: 2px 7px;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools .quicktools-buttons .btn span {
  display: none;
}
#surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools .quicktools-buttons .btn span.caret {
  display: inline-block;
}
#surveysEditPage table.questionsTable.compactView #question-row-RegistrationQuestions .row-title,
#surveysEditPage table.questionsTable.compactView .casual-options .row-title {
  font-size: 14px;
}
@media (max-width: 1199px) {
  #surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT .voice-recording-group {
    display: none;
  }
}
@media (max-width: 991px) {
  #surveysEditPage table.questionsTable.compactView tr:nth-child(4n+0) .other-columns:before {
    background: rgba(0, 0, 0, 0.03);
  }
  #surveysEditPage table.questionsTable.compactView .panel-heading {
    flex-wrap: wrap;
  }
  #surveysEditPage table.questionsTable.compactView .panel-heading [class*="col-"] {
    text-align: left;
  }
  #surveysEditPage table.questionsTable.compactView .panel-heading .row-quicktools {
    order: 2;
    flex-grow: 1;
  }
  #surveysEditPage table.questionsTable.compactView .panel-heading .other-columns {
    order: 3;
    width: 100%;
    text-align: left;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 12px;
  }
  #surveysEditPage table.questionsTable.compactView .panel-heading .other-columns.TEXT {
    display: block;
  }
}
.diagnose-survey-dialog {
  top: 55px !important;
}
.diagnose-survey-dialog .diag-scr-est {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-scr-est .survey-est-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.diagnose-survey-dialog .diag-scr-est .survey-est-group .heroImgClock {
  background-image: url(/Content/themes/neo/images/hero_clock.png);
  background-image: url(/Content/themes/neo/images/hero_clock.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.diagnose-survey-dialog .diag-scr-est .survey-est-group .heroImgClock .clockSpinner {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-scr-est .survey-est-group .heroImgClock .clockSpinner .clockSpinnerImg {
  width: 90px;
  height: 90px;
  -webkit-animation: rotate 5s ease normal 1 2.5s;
  -moz-animation: rotate 5s ease normal 1 2.5s;
  -ms-animation: rotate 5s ease normal 1 2.5s;
  -o-animation: rotate 5s ease normal 1 2.5s;
  animation: rotate 5s ease normal 1 2.5s;
}
.diagnose-survey-dialog .diag-scr-est .diag-spacer {
  width: 1px;
  height: 100px;
  background: #bbbbbb;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group .survey-scr-value {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group .survey-scr-value span.score-spacer {
  font-size: 50px;
  padding: 5px;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.great .survey-scr-illustration {
  -webkit-animation: growIn 1.5s linear normal 1 0s;
  -moz-animation: growIn 1.5s linear normal 1 0s;
  -ms-animation: growIn 1.5s linear normal 1 0s;
  -o-animation: growIn 1.5s linear normal 1 0s;
  animation: growIn 1.5s linear normal 1 0s;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.great .survey-scr-illustration .diag-icon {
  background: url(/Content/themes/neo/images/fa-check-circle-solid.svg) 50% 50% no-repeat;
  background-size: 80px 80px;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.great .survey-scr-illustration .diag-icon .diag-icon-decoration {
  background-image: url(/Content/themes/neo/images/survey-diag-deco-good.svg);
  -webkit-animation: rotate 1.5s ease normal 1 0s;
  -moz-animation: rotate 1.5s ease normal 1 0s;
  -ms-animation: rotate 1.5s ease normal 1 0s;
  -o-animation: rotate 1.5s ease normal 1 0s;
  animation: rotate 1.5s ease normal 1 0s;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.great .survey-scr-value {
  color: #8ac641;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.okay .survey-scr-illustration .diag-icon {
  background: url(/Content/themes/neo/images/fa-exclamation-solid.svg) 50% 50% no-repeat;
  background-size: 50px 50px;
  -webkit-animation: pulse 1s ease alternate 2 0s;
  -moz-animation: pulse 1s ease alternate 2 0s;
  -ms-animation: pulse 1s ease alternate 2 0s;
  -o-animation: pulse 1s ease alternate 2 0s;
  animation: pulse 1s ease alternate 2 0s;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.okay .survey-scr-value {
  color: #ec971f;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.beCareful .survey-scr-illustration .diag-icon {
  background: url(/Content/themes/neo/images/fa-exclamation-triangle.svg) 50% 50% no-repeat;
  background-size: 80px 80px;
  -webkit-animation: appearAnimation 0.5s linear alternate 6 0s;
  -moz-animation: appearAnimation 0.5s linear alternate 6 0s;
  -ms-animation: appearAnimation 0.5s linear alternate 6 0s;
  -o-animation: appearAnimation 0.5s linear alternate 6 0s;
  animation: appearAnimation 0.5s linear alternate 6 0s;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group.beCareful .survey-scr-value {
  color: crimson;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group .survey-scr-illustration {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 10px;
}
.diagnose-survey-dialog .diag-scr-est .survey-scr-group .survey-scr-illustration .diag-icon-decoration {
  display: block;
  width: 100px;
  height: 100px;
}
.diagnose-survey-dialog .diag-warnings {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-warnings .diag-item {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 5px 10px 5px;
  min-width: 15%;
  min-height: 150px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  border-bottom: 5px solid #8ac641;
  background: #f2f2f2;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-warnings .diag-item p {
  margin-bottom: 0;
}
.diagnose-survey-dialog .diag-warnings .diag-item.active {
  background: #fff;
  border-bottom-color: #fff !important;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.diagnose-survey-dialog .diag-warnings .diag-item.beCareful {
  border-bottom-color: crimson;
}
.diagnose-survey-dialog .diag-warnings .diag-item.beCareful h4.length-value {
  color: crimson;
}
.diagnose-survey-dialog .diag-warnings .diag-item.beCareful h4.length-value:before {
  content: '\f071';
}
.diagnose-survey-dialog .diag-warnings .diag-item.okay {
  border-bottom-color: #ec971f;
}
.diagnose-survey-dialog .diag-warnings .diag-item.okay h4.length-value {
  color: #ec971f;
}
.diagnose-survey-dialog .diag-warnings .diag-item.okay h4.length-value:before {
  content: '\f12a';
}
.diagnose-survey-dialog .diag-warnings .diag-item.great h4.length-value {
  color: #8ac641;
}
.diagnose-survey-dialog .diag-warnings .diag-item.great h4.length-value:before {
  content: '\f058';
}
.diagnose-survey-dialog .diag-warnings .diag-item h4.length-value {
  margin-top: 0;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.diagnose-survey-dialog .diag-warnings .diag-item h4.length-value:before {
  display: inline-block;
  font-family: 'FontAwesome';
  margin: 0 5px 5px 5px;
}
.diagnose-survey-dialog .diag-tips {
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.diagnose-survey-dialog .diag-tips .diag-tips-item {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
}
.diagnose-survey-dialog .diag-tips .survey-tip-recommendation {
  margin-top: 1.5em;
  font-weight: bold;
}
.diagnose-survey-dialog .diag-item {
  text-align: center;
  padding: 10px;
}
.label-questionSettings {
  margin-right: 20px;
}
.label-questionSettings .icon {
  margin-left: 5px;
}
#surveyPreviewPage {
  margin: 0;
  padding: 0;
  background: black;
}
#surveyPreviewPage #previewModeSelect {
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
  height: 45px;
  min-height: 0;
  background: white;
}
#surveyPreviewPage iframe {
  width: 100%;
  border: 0;
  display: block;
  position: absolute;
}
#facebookShareDialogPage {
  background: white;
  margin: 0;
  padding: 0;
}
.casualLinkContainer {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 15px 0 15px 0;
}
.casualLinkContainer p {
  margin-bottom: 10px;
}
.casualLinkContainer #casualLink {
  color: #696969;
  border-color: #8ac641;
  background: #eeeeee;
  font-size: 16px;
  cursor: default;
  height: 45px;
}
.casualLinkContainer .tooltip .tooltip-inner {
  max-width: 300px !important;
}
#questionsTable [data-toggle="collapse"] {
  cursor: pointer;
}
#questionsTable [data-toggle="collapse"].collapsed:hover .panel-heading .row-title:after {
  font-family: 'FontAwesome';
  content: "\f040";
  margin: 0 5px;
  opacity: 0.45;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  align-self: center;
  font-size: 16px;
}
#questionsTable.not-editable tr:not(.new-question) {
  pointer-events: none;
  opacity: 0.3;
}
#questionsTable tr.nodrag td.selectableColumn .checkbox {
  visibility: hidden;
}
#questionsTable tr.row-fake-question {
  transition-duration: 0.2s;
  background: #eeeeee;
}
#questionsTable tr.row-fake-question:hover .cell-fake-question .fake-question-tools {
  opacity: 1;
}
#questionsTable tr.row-fake-question .cell-fake-question {
  height: 1px;
  text-align: center;
}
#questionsTable tr.row-fake-question .cell-fake-question:hover {
  background: #8ac641;
}
#questionsTable tr.row-fake-question .cell-fake-question .fake-question-tools {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  color: #8ac641;
  opacity: 0;
  margin-top: -15px;
  transition: all ease-out 0.1s;
}
#questionsTable tr.row-fake-question .cell-fake-question .fake-question-tools .quick-add-btn-group .quick-add-btn {
  border: 2px solid #8ac641;
  color: #8ac641;
  background: white;
  border-radius: 50%;
  padding: 0;
  line-height: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  transition: all ease-out 0.1s;
  outline: 0;
}
#questionsTable tr.row-fake-question .cell-fake-question .fake-question-tools .quick-add-btn-group.open .quick-add-btn {
  background: #8ac641;
  color: white;
  transform: scale(0.85, 0.85);
}
#questionsTable tr.casual-options {
  background: #fcfcee;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0;
}
#questionsTable tr.casual-options:hover {
  background: none;
}
#questionsTable tr.casual-options td.casual-indicator {
  opacity: 1;
  vertical-align: top;
  padding-top: 13px;
  font-size: 16px;
  text-align: center;
  color: #8ac641;
}
#questionsTable tr.casual-options td.casual-indicator.casual-question {
  vertical-align: middle;
  padding-top: 0;
}
#questionsTable tr.casual-options span.row-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 60vw;
  overflow: hidden;
}
#questionsTable tr.casual-options .panel-default {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}
#questionsTable tr.casual-options .panel-default .fa-toggle-off {
  display: none;
}
#questionsTable tr.casual-options .panel-default .fa-toggle-on {
  display: inline;
  color: #2e6e9e;
}
#questionsTable tr.casual-options .panel-default .collapsed .fa-toggle-off {
  display: inline;
}
#questionsTable tr.casual-options .panel-default .collapsed .fa-toggle-on {
  display: none;
}
#questionsTable tr.casual-options .panel-default .panel-heading {
  color: #696969;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
#questionsTable tr.casual-options .panel-default .panel-heading .checkbox label {
  padding-left: 0;
}
#questionsTable tr td {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0;
}
#questionsTable tr td .cellAnimationWrapper {
  overflow: hidden;
  max-height: 0;
}
#questionsTable tr td a {
  text-decoration: none;
}
#questionsTable tr td.selectableColumn {
  width: 40px;
}
#questionsTable tr td.selectableColumn .checkbox {
  margin-left: 5px;
}
#questionsTable tr td.dragHandleIcon {
  text-align: center;
  color: #bbbbbb;
  width: 40px;
  font-size: 16px;
}
#questionsTable tr td .row-quicktools {
  margin-top: -3px;
}
#questionsTable tr td .row-quicktools ul {
  margin-bottom: 0;
}
#questionsTable tr td .row-title.highlighted {
  background: hsl(44, 91%, 80%);
  padding: 0;
  border-radius: 3px;
}
#questionsTable tr td .row-title-view {
  display: none;
}
#questionsTable tr td span.row-title-view {
  margin-left: 3px;
}
#questionsTable tr td input.row-title-edit {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 3px 0 3px;
  margin-top: -1px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
  min-width: 300px;
}
#questionsTable tr td .voice-recording-option {
  pointer-events: initial;
  transition: all ease 0.2s;
  opacity: 1;
  margin-left: 0;
}
#questionsTable tr td .voice-recording-state {
  position: absolute;
  display: none;
}
#questionsTable tr td .quickedit-save-button {
  display: inline-block;
  overflow: hidden;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 1;
}
#questionsTable tr td .collapsing {
  -webkit-transition: height 0.1s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
#questionsTable tr td .collapsed .row-title-view {
  display: inline-block;
}
#questionsTable tr td .collapsed .row-title-edit {
  display: none;
}
#questionsTable tr td .collapsed .quickedit-save-button {
  max-width: 0px;
  padding: 0;
  opacity: 0;
}
#questionsTable tr td .collapsed .voice-recording-option {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  margin-left: -10px;
}
#questionsTable tr td .collapsed .voice-recording-state {
  display: block;
}
#questionsTable tr td .other-columns {
  color: #696969;
  margin-top: 5px;
}
#questionsTable tr td .casual-option-icon {
  margin-top: 4px;
  color: #bbbbbb;
  width: auto;
}
#questionsTable tr td .panel.panel-default {
  background: transparent;
}
#questionsTable tr td .panel.panel-default .panel-body {
  padding: 0;
}
#questionsTable tr td .quicktools-buttons li {
  display: inline;
  list-style: none;
}
td tr.dragging td.dragHandle {
  color: #8ac641;
}
tr.templateQuestion {
  background-color: lightgoldenrodyellow;
}
tr.templateQuestion .row-title:before {
  content: '\f0c1';
  font-family: 'FontAwesome';
  padding-right: 5px;
  color: #8ac641;
  font-weight: normal;
}
tr.templateQuestion #rowTitle {
  color: #696969;
}
tr.templateQuestion #rowTitle:before {
  content: '\e69e';
  font-family: 'pe-icon-7-stroke';
  font-size: 22px;
  padding-right: 5px;
  color: #8ac641;
}
tr.templateQuestion.justAdded {
  -webkit-animation: fadeInFromWhite 0.3s ease-in alternate 1 0;
  -moz-animation: fadeInFromWhite 0.3s ease-in alternate 1 0;
  -ms-animation: fadeInFromWhite 0.3s ease-in alternate 1 0;
  -o-animation: fadeInFromWhite 0.3s ease-in alternate 1 0;
  animation: fadeInFromWhite 0.3s ease-in alternate 1 0;
}
textarea#AddChoiceName:focus + span#addChoiceInstruction.hidden {
  display: block !important;
  visibility: visible !important;
}
.dialog-page-container {
  position: relative;
  overflow: hidden;
}
.dialog-page-container .dialog-page {
  transition: all ease 0.2s;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateX(-10%);
}
.dialog-page-container .dialog-page.active {
  opacity: 1;
  position: relative;
  z-index: 99;
  transform: translateX(0);
}
.dialog-generic {
  animation: appearAnimation 0.6s ease-out forwards;
  outline: none;
}
.dialog-generic .ui-dialog-titlebar {
  color: #696969;
  background: none;
}
.dialog-generic .ui-dialog-content {
  padding-top: 0;
}
.dialog-generic .panel-heading {
  cursor: pointer;
  border-bottom: 1px solid #bbbbbb;
}
.create-survey-dialog .warning-indicator {
  color: rgba(255, 0, 0, 0.6);
  font-size: 12px;
  vertical-align: super;
  animation: appearAnimation alternate infinite 1s;
}
.create-survey-dialog .create-survey-menu h3 {
  text-align: center;
}
.create-survey-dialog .create-survey-menu .create-survey {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  text-align: center;
}
.create-survey-dialog .create-survey-menu .create-survey .btn {
  margin-bottom: 10px;
}
.create-survey-dialog .create-survey-menu .new-survey-illustration {
  height: 150px;
  background: url(/Content/themes/neo/images/new-survey.svg) 50% 0 no-repeat;
  margin: 50px 0;
}
.create-survey-dialog .create-survey-menu .copy-survey-illustration {
  height: 150px;
  background: url(/Content/themes/neo/images/copy-survey.svg) 50% 0 no-repeat;
  margin: 50px 0;
}
.create-survey-dialog .survey-schedule-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 20px;
}
.create-survey-dialog .survey-schedule-group .survey-start-group {
  margin-right: 20px;
}
.create-survey-dialog .casuals-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
  margin: 10px 0;
}
.create-survey-dialog .casuals-group .enable-casuals-group {
  margin-right: 20px;
}
.create-survey-dialog .description {
  color: #bbbbbb;
}
.create-survey-dialog label input,
.create-survey-dialog label select {
  font-weight: normal;
}
.create-survey-dialog ::-webkit-input-placeholder {
  color: #bbbbbb;
  font-style: italic;
}
.create-survey-dialog ::-moz-placeholder {
  color: #bbbbbb;
  font-style: italic;
}
.create-survey-dialog :-ms-input-placeholder {
  color: #bbbbbb;
  font-style: italic;
}
.create-survey-dialog :-moz-placeholder {
  color: #bbbbbb;
  font-style: italic;
}
.create-survey-dialog .alertsGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.create-survey-dialog .alertsGroup .genderGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.create-survey-dialog .alertsGroup .genderGroup .checkbox {
  padding: 5px;
}
.create-survey-dialog .alertsGroup .genderGroup .checkbox + .checkbox {
  margin-top: 0;
}
.create-survey-dialog .survey-link-page .survey-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.create-survey-dialog .survey-link-page .survey-links input.form-control {
  flex-grow: 1;
}
#surveysEditPage .ColVis {
  visibility: hidden;
}
#surveysEditPage .casualLinkContainer {
  margin-bottom: 0;
}
#surveysEditPage .casualLinkContainer p {
  margin-bottom: 10px;
}
#surveysEditPage .casualLinkContainer .tooltip.in {
  opacity: 1;
}
#surveysEditPage .casualLinkContainer .tooltip .tooltip-inner {
  background: #111;
  max-width: 300px !important;
}
#surveysEditPage .casualLinkContainer .tooltip.top .tooltip-arrow {
  border-top-color: #111;
}
.human-datetimepicker span {
  position: absolute;
  text-decoration: underline dashed;
  font-style: normal;
  color: #2e6e9e;
}
.human-datetimepicker .vue-datetimepicker {
  position: relative;
}
.human-datetimepicker .vue-datetimepicker .clear-btn {
  position: relative;
  left: -20px;
  transition: all ease 0.2s;
  height: 0;
  opacity: 0.6;
}
.human-datetimepicker .vue-datetimepicker .clear-btn:hover {
  opacity: 1;
}
.human-datetimepicker .vue-datetimepicker input {
  opacity: 0;
  height: 16px;
  cursor: pointer;
  font-weight: inherit;
}
#surveysPage .bodyContent {
  margin: 0;
}
#surveysPage #surveysHeading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
#surveysPage #surveysHeading span {
  flex-grow: 2;
  text-align: right;
}
#surveysPage .topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  margin: 15px -15px 15px -15px;
}
#surveysPage .topnav .imgnav {
  flex-grow: 2;
}
#surveysPage .topnav .imgnav .btn.btn-primary {
  margin: 0 0 0 15px;
}
#surveysPage .topnav .toolBtn.previewMode {
  margin: 0 0 15px 15px;
}
#surveysPage .vue-loading {
  position: fixed;
}
#surveysPage .vue-paginate {
  flex-grow: 2;
}
#surveysPage .vue-paginate .pagination {
  margin-top: 0;
}
#surveysPage .calendarIntegration {
  margin: 0 15px 0 15px;
}
#surveysPage .calendarIntegration .dropdown-toggle {
  display: block;
}
#surveysPage .calendarIntegration .dropdown-menu {
  margin-right: 15px;
}
#surveysPage .surveys-filter .dropdown-toggle {
  max-width: 100%;
  padding: 5px 10px;
}
#surveysPage .surveys-filter .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 45%;
}
#surveysPage .surveys-filter .dropdown-menu {
  width: 100%;
  margin-top: -1px;
}
#surveysPage .surveys-filter .icon {
  width: 1.5em;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  color: #eeeeee;
  text-align: center;
}
#surveysPage .surveys-filter .active {
  font-weight: bold;
}
#surveysPage .surveys-filter .active .icon {
  color: #8ac641;
}
#surveysPage .surveys-filter.dropdown li a {
  padding: 5px 10px;
}
#surveysPage .survey-search-input {
  margin-bottom: 10px;
  font-weight: bold;
}
#surveysPage .survey-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-style: italic;
  color: #bbbbbb;
}
#surveysPage .survey-search-input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: italic;
  color: #bbbbbb;
}
#surveysPage .survey-search-input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-style: italic;
  color: #bbbbbb;
}
#surveysPage .survey-search-input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: italic;
  color: #bbbbbb;
}
#surveysPage .survey-search-input.active {
  border-color: #8ac641;
}
#surveysPage .imgnav .delete-button,
#surveysPage .imgnav .copy-button {
  margin-left: 5px;
}
#surveysPage .surveysDataTable {
  margin-bottom: 20px;
}
#surveysPage .surveysDataTable.is-loading {
  pointer-events: none;
  opacity: 0.3;
}
#surveysPage .surveysDataTable .vue-empty-state {
  padding: 150px 0;
}
#surveysPage .surveysDataTable .vue-empty-state a {
  text-decoration: none;
}
#surveysPage .surveysDataTable .survey-item {
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: flex-start;
  align-content: stretch;
}
#surveysPage .surveysDataTable .survey-item .survey-details {
  flex-grow: 2;
}
#surveysPage .surveysDataTable .survey-item .survey-details .survey-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
#surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 10px;
}
#surveysPage .surveysDataTable .survey-item.survey-active {
  background-color: #e6f3d6;
}
#surveysPage .surveysDataTable .survey-item.survey-active .row-title {
  color: #8ac641;
}
#surveysPage .surveysDataTable .survey-item.survey-active .survey-info {
  color: #428bca;
}
#surveysPage .surveysDataTable .survey-item.survey-active .survey-schedule-box .indicator.past {
  color: #8ac641;
}
#surveysPage .surveysDataTable .survey-item.survey-active .survey-schedule-box .schedule-inbetween .indicator-progress-bar .progressed {
  background: #8ac641;
}
#surveysPage .surveysDataTable .survey-item.survey-pending .survey-schedule-box .schedule-start .indicator,
#surveysPage .surveysDataTable .survey-item.survey-pending .survey-schedule-box .schedule-end .indicator {
  color: #61a1d1 !important;
}
#surveysPage .surveysDataTable .survey-item.survey-ended,
#surveysPage .surveysDataTable .survey-item.survey-archived {
  background-color: #f6f6f6;
  border-color: #bbbbbb;
}
#surveysPage .surveysDataTable .survey-item.survey-ended .row-title,
#surveysPage .surveysDataTable .survey-item.survey-archived .row-title {
  color: #838383;
}
#surveysPage .surveysDataTable .survey-item.survey-ended .survey-schedule-box .schedule-inbetween,
#surveysPage .surveysDataTable .survey-item.survey-archived .survey-schedule-box .schedule-inbetween {
  display: none;
}
#surveysPage .surveysDataTable .survey-item.survey-ended .survey-info .icon,
#surveysPage .surveysDataTable .survey-item.survey-archived .survey-info .icon {
  color: #9fb5c6 !important;
}
#surveysPage .surveysDataTable .survey-item.survey-ended .survey-info a,
#surveysPage .surveysDataTable .survey-item.survey-archived .survey-info a {
  color: #696969;
}
#surveysPage .surveysDataTable .survey-item.survey-ended .survey-estimate a,
#surveysPage .surveysDataTable .survey-item.survey-archived .survey-estimate a {
  color: #696969;
}
#surveysPage .surveysDataTable .survey-item .row-title {
  font-size: 18px;
  font-weight: bold;
  color: #2e6e9e;
}
#surveysPage .surveysDataTable .survey-item td {
  padding: 10px 5px 20px 5px;
  border: none;
}
#surveysPage .surveysDataTable .survey-item td .label {
  margin-left: 10px;
}
#surveysPage .surveysDataTable .survey-item td span.row-title.allow-edit {
  cursor: pointer;
}
#surveysPage .surveysDataTable .survey-item td.selectableColumn {
  max-width: 50px;
  padding-top: 13px;
}
#surveysPage .surveysDataTable .survey-item td .survey-tools {
  min-width: 330px;
  margin-left: auto;
}
#surveysPage .surveysDataTable .survey-item td .survey-tools .btn-group {
  display: flex;
}
#surveysPage .surveysDataTable .survey-item td .survey-tools .btn-group .btn {
  flex: 1;
  max-width: 100%;
}
#surveysPage .surveysDataTable .survey-item td .survey-tools .report-btn.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
#surveysPage .surveysDataTable .survey-item td .survey-tools .report-btn.dropdown-toggle .caret {
  position: relative;
  top: -1px;
  left: 4px;
}
#surveysPage .surveysDataTable .survey-item td .survey-name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  flex-grow: 2;
  margin-right: 20px;
}
#surveysPage .surveysDataTable .survey-item td .survey-name:hover:after {
  font-family: 'FontAwesome';
  content: "\f040";
  margin: 0 5px;
  opacity: 0.45;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  align-self: center;
}
#surveysPage .surveysDataTable .survey-item td .survey-name.survey-edit:hover:after {
  display: none;
}
#surveysPage .surveysDataTable .survey-item td .survey-info {
  padding: 5px 0;
  opacity: 0.8;
  line-height: 2;
  transition: opacity ease 0.2s;
  font-size: 14px;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon {
  margin-right: 5px;
  font-weight: bold;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-completes {
  font-size: 15px;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-no-invites {
  color: crimson;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-casuals-enabled {
  font-size: 12px;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-completes,
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-sent-invites,
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-casuals-enabled {
  color: #8ac641;
}
#surveysPage .surveysDataTable .survey-item td .survey-info .icon.icon-scheduled-invites {
  color: #ffc423;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box {
  padding: 5px 0;
  font-size: 14px;
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-grow: 2;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box.allow-edit {
  cursor: pointer;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box.schedule-unscheduled {
  color: #bbbbbb;
  font-style: italic;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box.schedule-unscheduled .indicator {
  background: #eeeeee;
  border-radius: 100%;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-start {
  margin-right: 10px;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-start,
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-end {
  display: flex;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-start .vue-datetimepicker,
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-end .vue-datetimepicker {
  display: flex;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-inbetween {
  max-width: 80px;
  min-width: 20px;
  margin-right: 10px;
  flex-grow: 2;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-inbetween .indicator-progress-bar {
  height: 4px;
  width: 100%;
  background: #bbbbbb;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .schedule-inbetween .indicator-progress-bar .progressed {
  height: 100%;
  background: #8ac641;
  position: absolute;
  bottom: 0;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box .indicator {
  color: #bbbbbb;
  height: 8px;
  width: 8px;
  margin-right: 1em;
  display: inline-block;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box:hover:after {
  font-family: 'FontAwesome';
  content: "\f040";
  margin: 0 5px;
  opacity: 0.7;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  align-self: center;
}
#surveysPage .surveysDataTable .survey-item td .survey-schedule-box.schedule-edit:hover:after {
  display: none;
}
#surveysPage .surveysDataTable .survey-item .survey-estimate {
  opacity: 0.8;
}
#surveysPage .surveysDataTable .survey-item .survey-estimate .icon-estimate {
  color: #9fb5c6 !important;
  margin-right: 0.5em;
}
@media (max-width: 991px) {
  #surveysPage .topnav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #surveysPage .dataTables_paginate.pagination {
    flex-flow: row wrap;
    justify-content: center;
  }
  #surveysPage .surveysDataTable .survey-item td.selectableColumn {
    max-width: 50px;
    padding-top: 54px;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-top {
    flex-direction: column;
    align-items: stretch;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-top .survey-tools {
    order: 1;
    margin-bottom: 10px;
    min-width: initial;
    margin-left: 0;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-top .survey-name {
    order: 2;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom {
    flex-wrap: wrap;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom .survey-info {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom .survey-info div {
    margin-right: 10px;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom .survey-schedule-box {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  #surveysPage #surveysHeading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-top .survey-tools span {
    display: none;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-top .survey-tools span.caret {
    display: inline-block;
  }
  #surveysPage .surveysDataTable .survey-item .survey-details .survey-bottom .survey-schedule-box {
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .diagnose-survey-dialog {
    width: 770px !important;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item p {
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .create-survey-dialog {
    min-width: 300px;
    width: 80% !important;
    position: absolute !important;
    top: 80px !important;
  }
  .diagnose-survey-dialog {
    min-width: 300px;
    width: 80% !important;
    position: absolute !important;
  }
  .diagnose-survey-dialog .diag-scr-est {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-est-illustration.heroImgClock {
    display: none;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-est-text {
    display: inline-block;
  }
  .diagnose-survey-dialog .diag-scr-est .diag-spacer {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    height: 200px;
  }
  .diagnose-survey-dialog .diag-scr-est h1.survey-est-value {
    font-size: 24px;
    margin-top: 0;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group {
    padding-top: 20px;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group .survey-scr-illustration .diag-icon {
    display: none;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group h1.survey-scr-value {
    font-size: 24px;
    margin-top: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group h1.survey-scr-value span.score-spacer {
    font-size: 36px;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group h4.survey-scr-label {
    margin-top: 0;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group p.description {
    margin-bottom: 0;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group.great h4.survey-scr-label {
    color: #8ac641;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group.okay h4.survey-scr-label {
    color: #ec971f;
  }
  .diagnose-survey-dialog .diag-scr-est .survey-scr-group.beCareful h4.survey-scr-label {
    color: crimson;
  }
  .diagnose-survey-dialog .diag-warnings {
    flex-direction: column;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item h4.length-value {
    align-items: baseline;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item p {
    text-align: left;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item.active {
    border: 1px solid #bbbbbb;
    border-bottom-width: 5px;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 5px 10px 5px;
    cursor: initial;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item.great.active {
    border-bottom-color: #8ac641 !important;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item.okay.active {
    border-bottom-color: #ec971f !important;
  }
  .diagnose-survey-dialog .diag-warnings .diag-item.beCareful.active {
    border-bottom-color: crimson !important;
  }
  .diagnose-survey-dialog .diag-tips-mobile p {
    margin-bottom: 0;
  }
}
#surveysEditPodPage .tooltip.in,
#surveysEditPage .tooltip.in {
  opacity: 1;
}
#surveysEditPodPage .tooltip .tooltip-inner,
#surveysEditPage .tooltip .tooltip-inner {
  background: #111;
  max-width: initial;
}
#surveysEditPodPage .tooltip.top .tooltip-arrow,
#surveysEditPage .tooltip.top .tooltip-arrow {
  border-top-color: #111;
}
#surveysEditPodPage .tooltip.right .tooltip-arrow,
#surveysEditPage .tooltip.right .tooltip-arrow {
  border-right-color: #111;
}
#surveysEditPodPage .tooltip.left .tooltip-arrow,
#surveysEditPage .tooltip.left .tooltip-arrow {
  border-left-color: #111;
}
#surveysEditPodPage .tooltip.bottom .tooltip-arrow,
#surveysEditPage .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #111;
}
#surveysEditPodPage .panel.panel-default,
#surveysEditPage .panel.panel-default {
  color: #696969;
  margin-bottom: 0;
  overflow: auto;
  background: white;
  border: 0;
  padding: 0;
}
#surveysEditPodPage .panel.panel-default a,
#surveysEditPage .panel.panel-default a {
  text-decoration: none;
}
#surveysEditPodPage .panel.panel-default .panel-heading,
#surveysEditPage .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#surveysEditPodPage .panel.panel-default .panel-heading .panel-title,
#surveysEditPage .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  position: relative;
  top: -5px;
  color: #696969;
}
#surveysEditPodPage .panel.panel-default .panel-heading .icon,
#surveysEditPage .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#surveysEditPodPage .panel.panel-default .panel-heading .figure,
#surveysEditPage .panel.panel-default .panel-heading .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#surveysEditPodPage .panel.panel-default .panel-heading .caret,
#surveysEditPage .panel.panel-default .panel-heading .caret {
  margin-top: 17px;
  color: #696969;
}
#surveysEditPodPage .panel.panel-default .panel-body,
#surveysEditPage .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#surveysEditPodPage .panel.panel-default .panel-body h5,
#surveysEditPage .panel.panel-default .panel-body h5 {
  margin-top: 0;
  color: #2e6e9e;
  font-weight: bold;
}
#surveysEditPodPage .panel.panel-default .panel-body .col-sm-3,
#surveysEditPage .panel.panel-default .panel-body .col-sm-3 {
  text-align: center;
}
#surveysEditPodPage .panel.panel-default .panel-body .sectionTitle,
#surveysEditPage .panel.panel-default .panel-body .sectionTitle {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
#surveysEditPodPage .panel.panel-default .panel-body .live,
#surveysEditPage .panel.panel-default .panel-body .live {
  background-color: rgba(138, 198, 65, 0.5);
  border: 2px solid #8ac641;
  color: #696969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#surveysEditPodPage .textEditor,
#surveysEditPage .textEditor {
  clear: both;
}
#surveysEditPodPage .editor-label,
#surveysEditPage .editor-label {
  clear: both;
}
#surveysEditPodPage .editor-field input,
#surveysEditPage .editor-field input {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  margin: 0 0 15px;
  color: #696969;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#surveysEditPodPage .editor-field input:focus,
#surveysEditPage .editor-field input:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#surveysEditPodPage #audioPlayerContainer,
#surveysEditPage #audioPlayerContainer {
  display: none;
}
#surveysEditPodPage #uploadOutput,
#surveysEditPage #uploadOutput {
  margin: 5px 0 0 10px;
}
@media (max-width: 1199px) {
  #surveysEditPage .topnav {
    flex-wrap: wrap;
  }
  #surveysEditPage .topnav .imgnav {
    margin-bottom: 0;
  }
}
#edmsEditPage .panel-group .editor-field input {
  margin-left: 0;
}
#edmsEditPage .panel.panel-default {
  color: #696969;
  margin-bottom: 10px;
  overflow: auto;
  background: white;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0;
}
#edmsEditPage .panel.panel-default a {
  text-decoration: none;
}
#edmsEditPage .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#edmsEditPage .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  position: relative;
  top: -5px;
  color: #696969;
}
#edmsEditPage .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#edmsEditPage .panel.panel-default .panel-heading .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#edmsEditPage .panel.panel-default .panel-heading .caret {
  margin-top: 17px;
  color: #696969;
}
#edmsEditPage .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#edmsEditPage .panel.panel-default .panel-body h5 {
  margin-top: 0;
  color: #2e6e9e;
  font-weight: bold;
}
#edmsEditPage .panel.panel-default .panel-body .col-sm-3 {
  text-align: center;
}
#edmsEditPage .panel.panel-default .panel-body .sectionTitle {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
#edmsEditPage .editor-label {
  padding-top: 10px;
}
#edmsEditPage .editor-field {
  padding-left: 0;
}
#edmsEditPage .editor-field input,
#edmsEditPage .editor-field select {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  margin-left: 10px;
  padding: 10px;
  min-height: 45px;
}
#edmsEditPage .editor-field input:focus,
#edmsEditPage .editor-field select:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#edmsEditPage #collapseThree input.timepicker {
  width: 47%;
  display: inline-block;
}
#edmsEditPage #additionalFilters {
  margin-top: 30px;
}
#edmsEditPage #additionalFilters .editor-field .radio {
  display: inline-block;
  margin-top: 0;
}
#edmsEditPage #additionalFilters .editor-field .radio label {
  padding-left: 0;
}
#edmsEditPage #additionalFilters .editor-field input {
  width: auto;
  height: auto;
  min-height: 0;
}
#edmsEditPage #additionalFilters .editor-field label {
  margin: 0 10px 0 10px;
}
#edmsEditPage #additionalFilters #demoTopCriteria {
  overflow: auto;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
}
#edmsEditPage #additionalFilters #ageCriteria input {
  width: 100px;
}
#edmsEditPage #emailSubject input {
  margin-left: 0;
}
#edmsEditPage #noTemplate {
  padding: 10px 0 10px;
}
#edmsEditPage #noTemplate input {
  min-height: 0;
  width: auto;
}
#edmsEditPage .textEditor {
  width: 100%;
  padding: 0;
}
#edmsEditPage .tagLegend {
  padding: 10px 0 0 0;
}
#edmsEditPage #genderCriteria .editor-field,
#edmsEditPage #surveysCriteria .editor-field,
#edmsEditPage #newsletterCriteria .editor-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#editInvitePage .survey-started.alert {
  margin-bottom: 0;
}
#editInvitePage .bodyContent {
  overflow: auto;
}
#editInvitePage .emailGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#editInvitePage .subjectGroup .editor-label {
  padding-top: 0;
}
#editInvitePage .subjectGroup .editor-field {
  min-width: 320px;
  max-width: 500px;
}
#editInvitePage .contentGroup .textEditor {
  width: 100%;
}
#editInvitePage .contentGroup .tagLegend {
  display: none;
}
#editInvitePage .emailDetailsGroup {
  padding: 20px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: initial;
  align-content: stretch;
  -webkit-box-shadow: -1px 0 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 6px 0px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  max-width: 380px;
}
#editInvitePage .emailDetailsGroup fieldset {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #bbbbbb;
}
#editInvitePage .emailDetailsGroup fieldset:last-child {
  border-bottom: 0;
}
#editInvitePage .emailDetailsGroup fieldset .editor-label label {
  display: block;
}
#editInvitePage .emailDetailsGroup fieldset.targetGroup .editor-field input {
  margin-left: 0;
  width: 55px;
}
#editInvitePage .emailDetailsGroup .settingsGroup {
  align-self: center;
}
#editInvitePage .emailDetailsGroup .settingsGroup .inactiveBox.Cancelled {
  border-color: #F0AD4E;
  background: #fef9f3;
}
#editInvitePage .emailDetailsGroup .settingsGroup .inactiveBox.Failed {
  border-color: crimson;
  background: #fef1f4;
}
#editInvitePage .emailDetailsGroup .settingsGroup .inactiveBox.Pending {
  border-color: #2e6e9e;
  background: white;
}
#editInvitePage .emailDetailsGroup .settingsGroup .inactiveBox.Sending {
  border-color: #8ac641;
  background: #dfefca;
}
#editInvitePage #StartDateFields .timePickerWrapper {
  position: relative;
}
#editInvitePage #StartDateFields .timePickerWrapper:before {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  content: '\f073';
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  background: #8ac641;
  top: -11px;
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset -2px -2px 0 rgba(255, 255, 255, 0.15), inset -2px -2px 1px rgba(0, 0, 0, 0.075);
}
#editInvitePage #StartDateFields input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 50px;
  border-width: 2px;
}
#editInvitePage .emailContentGroup {
  padding: 20px;
  flex-grow: 1;
}
#editInvitePage .editor-label {
  padding-top: 10px;
}
#editInvitePage .editor-field {
  padding-left: 0;
}
#editInvitePage .editor-field input,
#editInvitePage .editor-field select {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  margin-left: 10px;
  padding: 10px;
}
#editInvitePage .editor-field input:focus,
#editInvitePage .editor-field select:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#editInvitePage .buttonGroup .footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
}
#editInvitePage .buttonGroup .footer .cancel-button {
  align-self: flex-start;
  margin-right: auto;
}
#editInvitePage .buttonGroup .footer .preview-button {
  margin-right: 5px;
}
#sharePage .imgnav .btn {
  margin-bottom: 0;
}
#sharePage .tablefix {
  padding: 15px;
}
#emailsTable tr .email-status {
  vertical-align: top;
}
#emailsTable tr.email-cancelled {
  background-color: #f6f6f6;
}
#emailsTable tr.email-cancelled .row-title {
  color: #696969;
}
#emailsTable tr.email-failed {
  background-color: #fef1f4;
}
#emailsTable tr.email-failed .row-title {
  color: crimson;
}
#emailsTable tr.email-pending .row-title {
  color: #2e6e9e;
}
#emailsTable tr.email-sending {
  background-color: #e6f3d6;
}
#emailsTable tr.email-sending .row-title {
  color: #8ac641;
}
#emailsTable tr.email-sending .email-status .fa {
  animation-duration: 0.5s;
  line-height: 50%;
  font-weight: normal;
  opacity: 0.8;
}
#emailsTable tr.email-sent {
  background-color: #f6f6f6;
}
#emailsTable tr.email-sent .row-title {
  color: #696969;
}
#emailsTable .row-title,
#emailsTable .email-send-date {
  cursor: pointer;
}
#emailsTable .email-info {
  padding: 5px 0;
  opacity: 0.8;
  line-height: 2;
  transition: opacity ease 0.2s;
  font-size: 14px;
}
#emailsTable .email-info .icon {
  color: #9fb5c6 !important;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  width: 15px;
}
#emailsTable .email-info .icon.icon-scheduled-invites {
  color: #ffc423;
}
#emailsTable .quicktools-buttons {
  text-align: right;
  vertical-align: top;
}
#emailsTable .quicktools-buttons li {
  display: inline;
  list-style: none;
}
#emailsTable .quicktools-buttons.quicktools-buttons-mobile {
  display: flex !important;
  margin-bottom: 10px;
}
#emailsTable .quicktools-buttons.quicktools-buttons-mobile .btn {
  flex: 1;
  max-width: initial;
}
@media (max-width: 991px) {
  #editInvitePage .editor-field button {
    margin-left: 15px;
  }
  #editInvitePage .emailGroup {
    flex-wrap: wrap;
  }
  #editInvitePage .emailGroup .emailDetailsGroup {
    max-width: none;
  }
  #editInvitePage .emailGroup .emailDetailsGroup .settingsGroup {
    align-self: initial;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
  }
  #editInvitePage .emailGroup .emailDetailsGroup .settingsGroup fieldset {
    padding: 0 10px;
    border-bottom: 0;
  }
  #editInvitePage .emailGroup .emailDetailsGroup .settingsGroup fieldset.statusGroup {
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  #sendDateInput {
    padding-right: 0 !important;
  }
  #edmsEditPage #genderCriteria .editor-field,
  #edmsEditPage #surveysCriteria .editor-field,
  #edmsEditPage #newsletterCriteria .editor-field {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
}
.toast-top-center {
  top: 60px !important;
}
#mediaPage {
  /*changing styling for members table*/
}
#mediaPage .imgnav .btn.btn-primary {
  /*margin-top:0;*/
}
#mediaPage .checkbox label {
  padding: 0;
}
#mediaPage .vue-tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  padding: 0 15px;
}
#mediaPage .vue-tools .vue-colVis {
  flex-grow: 2;
}
#mediaPage .vue-tools .vue-colVis .dropdown-menu.dropdown-menu-right {
  top: auto;
  margin-right: 15px;
  -webkit-animation: slideOpenDown ease-out 0.3s;
  -o-animation: slideOpenDown ease-out 0.3s;
  -moz-animation: slideOpenDown ease-out 0.3s;
  animation: slideOpenDown ease-out 0.3s;
}
#mediaPage .mediaGroupLength {
  width: 130px;
}
#mediaPage .mediaGroupPlay {
  width: 50px;
}
#editMusic {
  padding-top: 15px;
}
#editMusic label {
  padding-top: 10px;
}
#editMusic input,
#editMusic select {
  width: 100%;
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  min-height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  padding: 6px 12px;
  height: 34px;
}
#editMusic input:focus,
#editMusic select:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
#editMediaPage input[disabled],
#editMediaPage select[disabled] {
  border: 2px solid #bbbbbb;
  background: #eeeeee;
  color: #696969;
}
#editMediaPage #albumArt {
  margin-right: 15px;
}
#editMediaPage #albumArt img {
  background: white;
}
#editMediaPage #albumArt #albumArtBtn {
  width: 150px;
  clear: both;
}
#editMediaPage #albumArt #albumArtBtn .btn {
  margin: auto;
  font-size: 18px;
  margin-right: 5px;
}
#editMediaPage #albumArt #albumArtBtn .btn:last-child {
  margin-right: 0;
}
#editMediaPage .panel.panel-default {
  color: #696969;
  margin-bottom: 10px;
  overflow: auto;
  background: white;
  border: 0;
  padding: 0;
}
#editMediaPage .panel.panel-default a {
  text-decoration: none;
}
#editMediaPage .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#editMediaPage .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  position: relative;
  top: -5px;
  color: #696969;
}
#editMediaPage .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#editMediaPage .panel.panel-default .panel-heading .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#editMediaPage .panel.panel-default .panel-heading .caret {
  margin-top: 17px;
  color: #696969;
}
#editMediaPage .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#editMediaPage #uploadAudioBtn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #mediaPage .tableWrapper {
    overflow-x: auto;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #mediaPage .imgnav .add-button {
    display: inline-block;
    margin-left: 15px;
  }
  #mediaPage .mediaLibraryTable .mediaHeader {
    font-size: 0.8em;
    opacity: 0.8;
    text-transform: uppercase;
    display: inline-block !important;
    padding-right: 5px;
  }
  #mediaPage .mediaLibraryTable tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    background: white;
    padding: 10px;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 5px 10px;
  }
  #mediaPage .mediaLibraryTable tr.odd {
    background: #f6f6f6;
  }
  #mediaPage .mediaLibraryTable tr td {
    border-top: 0;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroup {
    order: 5;
  }
  #mediaPage .mediaLibraryTable tr td.selectableColumn {
    order: 1;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupArtist {
    width: 35%;
    flex-grow: 2;
    order: 2;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupTitle {
    width: 35%;
    flex-grow: 2;
    order: 3;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #mediaPage .mediaLibraryTable tbody.vue-empty-state,
  #mediaPage .mediaLibraryTable tr.loading {
    display: block;
    background: transparent;
    padding: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    margin: 5px;
  }
  #mediaPage .mediaLibraryTable tbody.vue-empty-state tr,
  #mediaPage .mediaLibraryTable tr.loading tr {
    display: block;
    background: transparent;
    padding: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    margin: 5px;
  }
  #mediaPage .mediaLibraryTable tbody.vue-empty-state td,
  #mediaPage .mediaLibraryTable tr.loading td {
    display: block !important;
  }
  #mediaPage .vue-paginate {
    flex-grow: 2;
  }
}
@media (max-width: 500px) {
  #mediaPage .mediaLibraryTable tr td {
    width: 100%;
  }
  #mediaPage .mediaLibraryTable tr td.selectableColumn {
    width: 38px;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupArtist {
    width: 60%;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupTitle {
    width: 90%;
    order: 4;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupLength {
    text-align: left;
  }
  #mediaPage .mediaLibraryTable tr td.mediaGroupPlay {
    order: 3;
    width: 50px;
  }
}
#applyFilterDialog .panel.panel-default {
  color: #696969;
  margin-bottom: 10px;
  overflow: auto;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
#applyFilterDialog .panel.panel-default a {
  text-decoration: none;
}
#applyFilterDialog .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#applyFilterDialog .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  position: relative;
  top: -5px;
  color: #696969;
}
#applyFilterDialog .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#applyFilterDialog .panel.panel-default .panel-heading .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#applyFilterDialog .panel.panel-default .panel-heading .caret {
  margin-top: 17px;
  color: #696969;
}
#applyFilterDialog .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow-x: hidden;
}
#applyFilterDialog .panel.panel-default .panel-body h5 {
  margin-top: 0;
  color: #2e6e9e;
  font-weight: bold;
}
#applyFilterDialog .panel.panel-default .panel-body .sectionTitle {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
#applyFilterDialog .radio {
  display: inline-block;
}
#applyFilterDialog .editor-label.col-lg-5 {
  clear: both;
  padding: 0;
  margin-top: 10px;
}
#applyFilterDialog .editor-field.col-lg-7 {
  padding: 0;
  margin-bottom: 10px;
}
#applyFilterDialog .editor-field input,
#applyFilterDialog .editor-field select {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  min-height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  padding: 6px 12px;
  height: 34px;
}
#applyFilterDialog .editor-field input:focus,
#applyFilterDialog .editor-field select:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
#applyFilterDialog #variablequestions .editor-field select {
  height: auto;
}
#applyFilterDialog #filterAccountDetails .editor-field .radio {
  display: inline-block;
  margin-top: 0;
}
#applyFilterDialog #filterAccountDetails .editor-field .radio label {
  padding-left: 0;
}
@media (max-width: 991px) {
  #applyFilterDialog .editor-label.col-lg-5 {
    margin-top: 0;
  }
  #applyFilterDialog .editor-field.col-lg-7 {
    margin-bottom: 0;
  }
  #ageFilter {
    padding-top: 10px;
  }
  #memberTypeFilter {
    clear: both;
  }
}
@media (max-width: 600px) {
  #perceptualsPage .applyFilterBtn {
    position: static;
    margin-left: 15px !important;
  }
  #membersPage .applyFilterBtn {
    position: initial;
    padding: initial;
    margin: 0 !important;
  }
  .applyFilterBtn {
    position: absolute;
    padding: 4px 16px;
    margin: 5px 0 15px 0 !important;
  }
  .applyFilterDialog {
    width: 99% !important;
  }
  #applyFilterDialog {
    padding: 5px;
  }
}
#editdashboardPage .panel.panel-default {
  color: #696969;
  margin-bottom: 10px;
  overflow: auto;
  background: white;
  border: 0;
  padding: 0;
}
#editdashboardPage .panel.panel-default a {
  text-decoration: none;
}
#editdashboardPage .panel.panel-default .panel-heading {
  -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#editdashboardPage .panel.panel-default .panel-heading .panel-title {
  text-transform: none;
  top: -5px;
  color: #696969;
}
#editdashboardPage .panel.panel-default .panel-heading .icon {
  font-size: 30px;
  color: #8ac641;
  padding-right: 10px;
}
#editdashboardPage .panel.panel-default .panel-heading .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
#editdashboardPage .panel.panel-default .panel-heading .caret {
  margin-top: 0;
  color: #696969;
}
#editdashboardPage .panel.panel-default .panel-body {
  background: white;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#editdashboardPage .panel.panel-default .panel-body h5 {
  margin-top: 0;
  color: #2e6e9e;
  font-weight: bold;
}
#editdashboardPage .panel.panel-default .panel-body .col-sm-3 {
  text-align: center;
}
#editdashboardPage .panel.panel-default .panel-body .sectionTitle {
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
#editdashboardPage .panel.panel-default .panel-body .live {
  background-color: rgba(138, 198, 65, 0.5);
  border: 2px solid #8ac641;
  color: #696969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#loyaltyReportDate input.form-control {
  width: 40%;
  display: inline-block;
}
#channelSettingsPage.bodyContent {
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#accountSettingsPage .box,
#channelSettingsPage .box {
  min-width: 320px;
  width: auto;
}
#accountSettingsPage .box .box-label,
#channelSettingsPage .box .box-label {
  position: static;
  width: auto;
}
#accountSettingsPage .box .dropdown-menu .form-group a,
#channelSettingsPage .box .dropdown-menu .form-group a {
  color: #2e6e9e;
}
#accountSettingsPage .box .dropdown-menu .form-group a:hover,
#channelSettingsPage .box .dropdown-menu .form-group a:hover {
  color: #214197;
}
#accountSettingsPage span.form-label,
#channelSettingsPage span.form-label {
  font-weight: bold;
}
#accountSettingsPage .form-check-inline,
#channelSettingsPage .form-check-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
#accountSettingsPage .form-check-inline .form-check,
#channelSettingsPage .form-check-inline .form-check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 5px;
}
#accountSettingsPage .form-check-inline .form-check input[type="radio"],
#channelSettingsPage .form-check-inline .form-check input[type="radio"],
#accountSettingsPage .form-check-inline .form-check input[type="checkbox"],
#channelSettingsPage .form-check-inline .form-check input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#accountSettingsPage .text-input-group,
#channelSettingsPage .text-input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#accountSettingsPage .text-input-group .form-control,
#channelSettingsPage .text-input-group .form-control {
  flex-grow: 1;
  margin: 0 5px;
}
#accountSettingsPage .form-check label,
#channelSettingsPage .form-check label {
  font-weight: normal;
  margin: 0;
}
@media (max-width: 991px) {
  #channelSettingsPage .box {
    min-width: 240px;
  }
  #channelSettingsPage .box .box-label {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  #editdashboardPage .panel.panel-default .panel-heading .panel-title {
    font-size: 14px;
    position: static;
  }
  #editdashboardPage .panel.panel-default .panel-heading .icon {
    font-size: 14px;
    padding-right: 0;
  }
  #editdashboardPage .panel.panel-default .panel-heading .figure {
    font-size: 14px;
  }
  #editdashboardPage .panel.panel-default .panel-heading .caret {
    margin-top: 0;
  }
  #editdashboardPage .panel.panel-default .panel-body .col-sm-3 {
    text-align: left;
    padding: 0;
  }
  #editdashboardPage .panel.panel-default .panel-body .sectionTitle {
    display: block;
  }
  #editdashboardPage .panel.panel-default .panel-body .inactiveBox {
    display: block;
  }
  #channelSettingsPage .box {
    width: 100%;
  }
  #channelSettingsPage .box .box-label {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .editdashboard.row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#supportPage {
  margin: auto 0;
  background: white;
  display: inline-block;
  text-align: left;
  box-shadow: 0 41px 27px -24px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#supportPage h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 32px;
}
#supportPage h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
}
#supportPage h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  padding: 0 50px;
}
#supportPage p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 0 50px;
}
#supportPage .h2NumPad {
  margin-right: 20px;
  font-family: Verdana, Arial, sans-serif;
}
#supportPage .h3NumPad {
  margin-right: 10px;
  font-family: Verdana, Arial, sans-serif;
}
#supportPage .contactPad {
  padding: 0 0 0 70px;
}
#supportPage tbody td {
  vertical-align: top;
}
#supportPage tbody tr:nth-child(even) {
  background: #E6E5E5;
}
#supportPage td p {
  padding: 5px;
}
#supportPage td p a {
  word-break: break-all;
}
#supportPage .section {
  border-top: solid 1px grey;
  padding: 20px 0;
  margin: 0 20px;
}
#supportPage .section ol {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 0 80px;
}
#supportPage .heading {
  max-width: 782px;
  width: 782px;
  margin: 30px 0;
  display: inline-block;
  text-align: left;
}
#supportPage header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#supportPage .headerLeft {
  float: none;
  width: auto;
  text-align: left;
  flex-grow: 2;
}
#supportPage .headerLeft h1 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #supportPage .headerLeft h1 {
    padding-left: 0;
  }
}
#supportPage .headerLeft a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: blue;
  text-decoration: underline;
}
#supportPage .headerRight {
  float: none;
  width: auto;
  text-align: right;
}
#supportPage .headerRight img {
  margin: 30px 30px 30px 10px;
}
#supportPage #privacyPolicyIntro {
  border-top: none;
}
.footer {
  padding: 20px 0px 10px 0;
}
.footerContent {
  background: none;
}
.footerContent a:link,
.footerContent a:visited {
  color: blue;
  font-size: 14px;
}
.nav {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 768px) {
  #supportPage {
    box-shadow: none;
    width: 100%;
    margin-top: -75px;
    padding: 10px;
  }
  #supportPage p {
    font-size: 16px;
    padding: 0;
  }
  #supportPage h2 {
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  #supportPage h3 {
    padding: 0 20px;
  }
  #supportPage .section ol {
    font-size: 16px;
    padding: 0 20px;
  }
  #supportPage .h2NumPad {
    margin-right: 5px;
    font-family: Verdana, Arial, sans-serif;
  }
  #supportPage .contactPad {
    padding: 0 0 0 20px;
  }
  #supportPage #informationWeCollect thead {
    display: none;
  }
  #supportPage #informationWeCollect tbody td {
    display: block;
  }
  #supportPage #informationWeCollect tbody td p {
    margin: 0 5px;
  }
  #supportPage #informationWeCollect tbody td:first-child {
    border-top: 2px dashed #777777;
  }
  #supportPage #informationWeCollect tbody td:first-child p:before {
    content: 'Information category:';
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
  }
  #supportPage #informationWeCollect tbody td:nth-child(2) p:before {
    content: 'Nature of Information Collected:';
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
  }
  #supportPage #informationWeCollect tbody td:last-child p:before {
    content: 'Example and Purpose:';
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
  }
  #supportPage #informationWeCollect tbody td:last-child {
    margin-bottom: 10px;
  }
  #supportPage .heading {
    width: auto;
  }
  #supportPage header {
    flex-direction: column;
  }
  #supportPage .headerLeft {
    order: 2;
  }
  #supportPage .headerLeft p {
    padding: 0 20px;
  }
  #supportPage .headerRight {
    order: 1;
  }
  #supportPage .nav {
    margin: 0 10px;
  }
}
.cke {
  /* Toolbar background */
}
.cke .cke_top,
.cke .cke_bottom {
  background: #f7f7f7;
  box-shadow: none;
}
.cke .cke_toolgroup,
.cke .cke_combo_button {
  background: #fafafa;
  border-color: #ccc;
}
.cke a.cke_button_off:hover,
.cke a.cke_button_off:focus,
.cke a.cke_button_off:active,
.cke a.cke_button_disabled:hover,
.cke a.cke_button_disabled:focus,
.cke a.cke_button_disabled:active {
  background: #eee;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke .cke_combo_off a.cke_combo_button:hover,
.cke .cke_combo_off a.cke_combo_button:focus {
  background: #eee;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke .cke_combo_off a.cke_combo_button:active,
.cke .cke_combo_on a.cke_combo_button:active,
.cke .cke_combo_on a.cke_combo_button {
  background: #ccc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke a.cke_button_on {
  background: #ccc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke a.cke_button_on:hover,
.cke a.cke_button_on:focus,
.cke .cke_combo_on a.cke_combo_button:hover,
.cke .cke_combo_on a.cke_combo_button:focus {
  background: #ddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke_dialog .cke_dialog_title,
.cke_dialog .cke_dialog_footer {
  background: #eee;
  border-color: #ccc;
  box-shadow: none;
}
.cke_dialog a.cke_dialog_ui_button {
  background: #fafafa;
  box-shadow: none;
  text-shadow: none;
}
.cke_dialog a.cke_dialog_ui_button:hover,
.cke_dialog a.cke_dialog_ui_button:focus {
  background: #eee;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke_dialog a.cke_dialog_ui_button:active {
  background: #ddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.cke_dialog a.cke_dialog_ui_button_ok {
  background: #8ac641;
}
.cke_dialog a.cke_dialog_ui_button_ok:hover,
.cke_dialog a.cke_dialog_ui_button_ok:focus {
  background: #7CB538;
}
.cke_dialog a.cke_dialog_ui_button_ok:active {
  background: #6A9E2A;
}
.cke_dialog a.cke_dialog_tab {
  background: #eee;
  box-shadow: none;
}
.cke_dialog a.cke_dialog_tab:hover,
.cke_dialog a.cke_dialog_tab:focus {
  background: #ddd;
}
.cke_dialog a.cke_dialog_tab.cke_dialog_tab_selected {
  background: #fff;
}
.cke_dialog a.cke_dialog_tab.cke_dialog_tab_selected:hover,
.cke_dialog a.cke_dialog_tab.cke_dialog_tab_selected:focus {
  background: #fff;
}
[v-cloak] {
  display: none;
}
.datatable .sortable {
  cursor: pointer;
}
.datatable .sortable:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f0dc';
  position: absolute;
  margin: 0 5px;
  opacity: 0.3;
  transition: all ease 0.2s;
}
.datatable .sortable.sort-asc:after {
  content: '\f0de';
  color: #8ac641;
  opacity: 0.6;
}
.datatable .sortable.sort-desc:after {
  content: '\f0dd';
  color: #8ac641;
  opacity: 0.6;
}
.datatable .sortable:hover:after {
  color: #8ac641;
  opacity: 1;
}
.vue-tools {
  height: 44px;
}
.vue-colVis li:hover {
  background: #f6f4f0;
}
.vue-loading {
  background: url(images/loading.svg) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 50%;
}
.vue-search {
  position: relative;
}
.vue-search label {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.vue-search label:before {
  width: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 35px;
  background: #bbbbbb;
  content: '';
  position: absolute;
  left: 23px;
  top: 12px;
  -webkit-transform: rotate(-45deg) scaleY(1);
  -ms-transform: rotate(-45deg) scaleY(1);
  -o-transform: rotate(-45deg) scaleY(1);
  transform: rotate(-45deg) scaleY(1);
  -webkit-transition: all cubic-bezier(0.51, 0.05, 0.41, 1.41) 0.5s;
  -moz-transition: all cubic-bezier(0.51, 0.05, 0.41, 1.41) 0.5s;
  -ms-transition: all cubic-bezier(0.51, 0.05, 0.41, 1.41) 0.5s;
  -o-transition: all cubic-bezier(0.51, 0.05, 0.41, 1.41) 0.5s;
  transition: all cubic-bezier(0.51, 0.05, 0.41, 1.41) 0.5s;
}
.vue-search label input.form-control {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  padding: 5px;
  padding-left: 25px;
  background: white;
  border: 3px solid #bbbbbb;
  position: absolute;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all cubic-bezier(0.98, 0.09, 0.37, 1.25) 0.3s 0.1s;
  -moz-transition: all cubic-bezier(0.98, 0.09, 0.37, 1.25) 0.3s 0.1s;
  -ms-transition: all cubic-bezier(0.98, 0.09, 0.37, 1.25) 0.3s 0.1s;
  -o-transition: all cubic-bezier(0.98, 0.09, 0.37, 1.25) 0.3s 0.1s;
  transition: all cubic-bezier(0.98, 0.09, 0.37, 1.25) 0.3s 0.1s;
}
.vue-search label.search-expanded {
  width: 200px;
}
.vue-search label.search-expanded:before {
  -webkit-transform: rotate(-51deg) scaleY(0);
  -ms-transform: rotate(-51deg) scaleY(0);
  -o-transform: rotate(-51deg) scaleY(0);
  transform: rotate(-51deg) scaleY(0);
  left: 10px;
  top: 5px;
}
.vue-search label.search-expanded input.form-control {
  width: 200px;
  padding-left: 15px;
  border: 3px solid #8ac641;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.vue-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.vue-table-info {
  padding: 1em;
}
.vue-empty-state {
  text-align: center;
}
.vue-empty-state td {
  border-top: 0 !Important;
}
.vue-empty-state td .emptyStateGraphic {
  width: 100px;
  margin: auto;
}
.vue-empty-state td .emptyStateGraphic i {
  color: #bbbbbb;
}
.vue-empty-state a {
  color: #2e6e9e;
  text-decoration: underline;
}
.vue-empty-state.emptyProject .emptyStateGraphic {
  background: url(images/vue-EmptyStates.svg) 50% 0 no-repeat;
  height: 80px;
}
.vue-empty-state.emptyQuestions:hover {
  background: none;
}
.vue-empty-state.emptyQuestions .emptyStateGraphic {
  background: url(images/vue-EmptyStates.svg) 50% -80px no-repeat;
  height: 68px;
}
.vue-empty-state.emptyInvitations .emptyStateGraphic,
.vue-empty-state.emptyMarketing .emptyStateGraphic {
  background: url(images/vue-EmptyStates.svg) 50% -149px no-repeat;
  height: 79px;
}
.vue-empty-state.emptyResults .emptyStateGraphic {
  background: url(images/vue-EmptyStates.svg) 50% -227px no-repeat;
  height: 77px;
}
.vue-empty-state.emptyMembers .emptyStateGraphic {
  background: url(images/vue-EmptyStates.svg) 50% -305px no-repeat;
  height: 79px;
}
.vue-paginate {
  text-align: right;
  padding: 0 1em;
}
.vue-paginate .pagination .show-entries-dropdown span {
  height: 34px;
}
.vue-paginate .pagination .show-entries-dropdown select {
  border: 0;
  background: none;
}
.vue-paginate .pagination .disabled span,
.vue-paginate .pagination .disabled span:hover,
.vue-paginate .pagination .disabled span:focus,
.vue-paginate .pagination .disabled a,
.vue-paginate .pagination .disabled a:hover,
.vue-paginate .pagination .disabled a:focus {
  background: #ddd;
  color: #696969;
  border-color: #bbbbbb;
}
.vue-paginate .pagination .active span,
.vue-paginate .pagination .active span:hover,
.vue-paginate .pagination .active span:focus,
.vue-paginate .pagination .active a,
.vue-paginate .pagination .active a:hover,
.vue-paginate .pagination .active a:focus {
  background: #2e6e9e;
  color: #fff;
}
.vue-paginate .pagination li a,
.vue-paginate .pagination li a:hover,
.vue-paginate .pagination li span,
.vue-paginate .pagination li span:hover {
  color: #2e6e9e;
}
@media (max-width: 1024px) {
  .vue-paginate .pagination li .pagination-first-link span,
  .vue-paginate .pagination li .pagination-last-link span,
  .vue-paginate .pagination li .pagination-next-link span,
  .vue-paginate .pagination li .pagination-previous-link span {
    display: none;
  }
  .vue-paginate .pagination li .pagination-first-link:after,
  .vue-paginate .pagination li .pagination-last-link:after,
  .vue-paginate .pagination li .pagination-next-link:after,
  .vue-paginate .pagination li .pagination-previous-link:after {
    font-family: 'FontAwesome';
  }
  .vue-paginate .pagination li .pagination-first-link:after {
    content: '\f100';
  }
  .vue-paginate .pagination li .pagination-last-link:after {
    content: '\f101';
  }
  .vue-paginate .pagination li .pagination-next-link:after {
    content: '\f105';
  }
  .vue-paginate .pagination li .pagination-previous-link:after {
    content: '\f104';
  }
}
@media (max-width: 767px) {
  .vue-footer {
    flex-wrap: wrap;
  }
  .vue-footer .vue-table-info {
    padding-bottom: 0;
  }
}
/* Animations */
/* Fonts */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/opensans/open-sans-v13-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/opensans/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/opensans/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/opensans/open-sans-v13-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/opensans/open-sans-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'), url('fonts/opensans/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/opensans/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/opensans/open-sans-v13-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/opensans/open-sans-v13-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/opensans/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/opensans/open-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/opensans/open-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/opensans/open-sans-v13-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
.displayNone {
  display: none;
}
html,
body {
  height: 100%;
  background-color: #E1D7C0;
  background: -o-radial-gradient(#f6f4f0 10%, #f6f4f0 20%, #d6c7a5);
  /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#f6f4f0 10%, #f6f4f0 20%, #d6c7a5);
  /* For Firefox 3.6 to 15 */
  background: -webkit-radial-gradient(#f6f4f0 10%, #f6f4f0 20%, #d6c7a5);
  background: radial-gradient(#f6f4f0 10%, #f6f4f0 20%, #d6c7a5);
  /* Standard syntax */
  color: #696969;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px auto;
  -ms-grid-rows: 50px 1fr 40px;
  grid-template-rows: 50px auto 40px;
  grid-template-areas: "menunav navbar" "menunav container" "menunav footer";
}
h1,
h2,
h3,
h4,
h5,
p {
  color: #696969;
}
a {
  color: #2e6e9e;
}
a:hover,
a:focus {
  color: #214197;
}
a:focus {
  text-decoration: none;
}
.vertical-align {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#maincontent {
  min-height: 500px;
  margin-top: 25px;
}
#maincontent h3.page-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.live {
  color: #8ac641;
}
.live:after {
  content: " \f058";
  font-family: 'FontAwesome';
}
#content {
  margin-bottom: 70px;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-area: container;
}
.dashboardnav ~ .container {
  width: 98%;
}
.bodyContent {
  padding: 10px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bodyContent h4 {
  color: #2e6e9e;
}
.bodyContent .tagLegend {
  margin: 10px 0 10px 0;
  padding-left: 0;
}
.bodyContent .tagLegend .dropdown-menu {
  margin: 13px 0 15px 0;
}
.bodyContent .tagLegend table.table {
  width: 320px !important;
  margin-bottom: 0;
}
.ui-dialog-buttonset {
  clear: both;
}
/*List Groups*/
.list-group .list-group-item {
  border-color: #eeeeee;
  color: #696969;
  text-shadow: none;
}
.list-group .list-group-item.active {
  border-color: #eeeeee;
  font-weight: bold;
  background: none;
  color: #2e6e9e;
  text-shadow: none;
}
.list-group .list-group-item.active:hover {
  background: #eeeeee;
}
/*Tooltips*/
.tooltip .tooltip-inner {
  background: #6ca12d;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6ca12d;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #6ca12d;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #6ca12d;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6ca12d;
}
/*errors*/
.field-validation-error {
  color: crimson;
  margin: 5px;
  display: block;
}
.validation-summary-errors {
  margin: 15px 0 0 0;
  color: crimson;
}
.error {
  color: crimson;
  font-weight: normal;
}
#notFound h4.field-validation-error {
  margin-top: 30px;
}
/* Inputs */
.btn {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 300px;
}
.btn.hide {
  display: inline-block !important;
  overflow: hidden;
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
}
.btn,
.btn:focus,
.btn:active {
  outline: none;
}
.btn-lg {
  font-size: 16px;
}
.btn-default,
.btn-default:focus {
  background: white;
  border-color: #bbbbbb;
  color: #696969;
}
.btn-default:hover {
  background: #f6f4f0;
}
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background: #f6f4f0;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.btn-success,
.btn-success:focus {
  background: #8ac641;
  border-color: #6ca12d;
}
.btn-success:hover {
  background: #6ca12d;
}
.btn-success:disabled {
  background: #bad697;
  border-color: #9ec96b;
  color: rgba(255, 255, 255, 0.9);
}
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background: #6ca12d;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.btn-primary,
.btn-primary:focus {
  background: #2e6e9e;
  border-color: #214197;
}
.btn-primary:hover {
  background: #214197;
}
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: #214197;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.btn-filtered,
.btn-filtered:focus {
  background: #F1FFE0;
  border-color: #F1FFE0;
}
#btnTop {
  margin: 10px 0 10px 0;
  float: right;
}
#btnTop .icon {
  display: none;
}
.checkbox {
  margin: 0;
}
.checkbox.partially-checked input[type=checkbox]:checked ~ label:before {
  content: '\f068';
  padding-left: 3px;
  padding-right: 3px;
  color: #8ac641;
  background: white;
  border-color: #8ac641;
}
.checkbox input,
.radio input,
.switch input {
  display: none;
  margin: 0;
  height: 0;
}
.checkbox label,
.radio label,
.switch label {
  cursor: pointer;
  font-weight: normal;
  padding-left: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.checkbox label:before,
.radio label:before,
.switch label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 2px;
  background: white;
  border: 2px solid #bbbbbb;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 11px;
  content: '\f00c';
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.switch label:before {
  width: 32px;
  height: 17px;
  content: '\f111';
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 0 0 14px 3px;
  font-size: 11px;
  color: #bbbbbb;
  text-align: left;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.radio label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox label:hover:before,
.radio label:hover:before,
.switch label:hover:before {
  border-color: #8ac641;
}
.checkbox input[type=checkbox]:checked ~ label:before,
.switch input[type=checkbox]:checked ~ label:before,
.radio input[type=radio]:checked ~ label:before {
  background: #8ac641;
  border-color: #6ca12d;
}
.switch input[type=checkbox]:checked ~ label:before {
  color: white;
  padding-left: 17px;
}
.switch input[type=checkbox]:disabled ~ label {
  cursor: not-allowed;
}
.switch input[type=checkbox]:disabled ~ label:before {
  cursor: not-allowed;
}
.checkbox input[type=checkbox][disabled] ~ label:before,
.checkbox input[type=checkbox].disabled ~ label:before,
.radio input[type=radio][disabled] ~ label:before,
.radio input[type=radio].disabled ~ label:before {
  border: 2px solid #bbbbbb;
  background: #eeeeee;
  color: #eeeeee;
}
input,
select {
  outline: 0;
}
input.form-control,
select.form-control {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  color: #696969;
  min-height: 40px;
}
input.form-control:focus,
select.form-control:focus {
  border-color: #f6f4f0;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
input.form-control.form-control[disabled],
select.form-control.form-control[disabled] {
  background: #eeeeee !important;
  border: 2px solid #bbbbbb !important;
}
input.timepicker[readonly],
input.datepicker[readonly] {
  background: white;
  cursor: pointer;
}
.textbox-neo label {
  position: absolute;
  font-size: 12px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  margin-top: -6px;
  margin-left: 15px;
  color: #696969;
  font-weight: normal;
}
.textbox-neo.showPlaceholder label {
  color: #bbbbbb;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 15px;
}
.dropdown.open .dropdown-menu {
  -webkit-animation: slideOpenDown ease-out 0.3s;
  -o-animation: slideOpenDown ease-out 0.3s;
  -moz-animation: slideOpenDown ease-out 0.3s;
  animation: slideOpenDown ease-out 0.3s;
}
.box-content.open .dropdown-menu {
  -webkit-animation: slideOpenDown ease-out 0.3s;
  -o-animation: slideOpenDown ease-out 0.3s;
  -moz-animation: slideOpenDown ease-out 0.3s;
  animation: slideOpenDown ease-out 0.3s;
}
.inactiveBox {
  background: #eeeeee;
  border: 2px solid #bbbbbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #cce6ab 50%, #8ac641 100%);
  background-image: -o-linear-gradient(top, #cce6ab 50%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cce6ab), to(#8ac641));
  background-image: linear-gradient(to bottom, #cce6ab 50%, #8ac641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce6ab', endColorstr='#8ac641', GradientType=0);
  background-repeat: repeat-x;
  border-color: #8ac641;
}
.alert-info p {
  padding-bottom: 10px;
}
.label-success {
  background: #8ac641;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.label-success i {
  margin-right: 5px;
}
.label-success:hover {
  background: #6ca12d;
}
.label-new-feature {
  -webkit-animation: appearAnimation 0.6s linear 6 1s alternate forwards;
  -moz-animation: appearAnimation 0.6s linear 6 1s alternate forwards;
  -o-animation: appearAnimation 0.6s linear 6 1s alternate forwards;
  animation: appearAnimation 0.6s linear 6 1s alternate forwards;
  color: #8ac641;
  text-transform: uppercase;
  vertical-align: super;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  width: 200px;
  opacity: 0;
  /* Make the next sibling disappear until the New Feature animation is finished */
}
.label-new-feature + * {
  -webkit-animation: slideOpenDown 4.6s step-end forwards;
  -moz-animation: slideOpenDown 4.6s step-end forwards;
  -o-animation: slideOpenDown 4.6s step-end forwards;
  animation: slideOpenDown 4.6s step-end forwards;
  display: inline-block;
}
/*Tools*/
.toolBtn a.dropdown-toggle {
  border: 3px solid #f6f4f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: white;
  height: 45px;
  color: #696969;
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.toolBtn a.dropdown-toggle:focus {
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
.toolBtn a.dropdown-toggle .caret {
  margin-left: 10px;
}
.toolBtn .dropdown-menu {
  padding: 0;
  border: 0;
}
.toolBtn .dropdown-menu a {
  color: #696969;
  padding: 8px 20px 8px 20px;
  border-bottom: 1px solid #f6f4f0;
}
.toolBtn .dropdown-menu a:hover {
  background: #f6f4f0;
}
.toolBtn .dropdown-menu .applyFilterBtn {
  background: rgba(46, 110, 158, 0.1);
}
.toolBtn .dropdown-menu .applyFilterBtn a {
  border-bottom: 0;
}
.toolBtn .dropdown-menu .applyFilterBtn a:hover {
  background: #2e6e9e;
  color: #ffffff;
}
.toolBtn.previewMode,
.toolBtn#toolsMembers,
.toolBtn#toolsMusic {
  margin: 15px 0 15px 15px;
}
.toolBtn.previewMode a.dropdown-toggle,
.toolBtn#toolsMembers a.dropdown-toggle,
.toolBtn#toolsMusic a.dropdown-toggle {
  display: inline-block;
  margin-bottom: 0;
}
/* Widget Boxes */
.widget {
  margin-bottom: 20px;
}
.widget-header {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 45px;
}
.widget-header .icon {
  font-size: 30px;
  padding: 10px 10px 10px 15px;
  color: #8ac641;
}
.widget-header .caret {
  margin-top: 25px;
  margin-right: 10px;
}
.widget-title {
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.widget-title .figure {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
.widget-content {
  padding: 15px;
  border: 1px solid #bbbbbb;
  border-top: 0;
}
.has-inline-tooltip .inline-tooltip .fa.fa-question:hover {
  opacity: 1;
  color: #8ac641;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.has-inline-tooltip .inline-tooltip .fa.fa-question:hover ~ .tooltip-desc {
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.has-inline-tooltip .inline-tooltip .fa.fa-question {
  opacity: 0.4;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #696969;
  padding: 10px;
  font-size: larger;
}
.has-inline-tooltip .inline-tooltip .tooltip-desc {
  opacity: 0;
  font-style: italic;
  color: #696969;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.has-inline-tooltip .inline-tooltip a {
  color: #8ac641;
}
.has-inline-tooltip .inline-tooltip a.inline-tooltip {
  color: #8ac641;
}
.powered-by-xtra {
  font-size: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .bodyContent .tagLegend {
    padding-left: 15px;
  }
  .bodyContent .tagLegend .dropdown-toggle {
    display: block;
  }
  .bodyContent .tagLegend .dropdown-menu {
    margin: 0 0 15px 15px;
  }
}
@media (max-width: 767px) {
  body {
    grid-template-columns: 50px auto;
  }
  #btnTop .icon {
    display: block;
    font-size: 20px;
  }
  #btnTop span {
    display: none;
  }
}
@media (max-width: 500px) {
  body {
    background: none;
  }
  #maincontent.col-sm-12 {
    padding: 0;
  }
  #maincontent h3:first-child {
    padding-left: 15px;
    font-size: 16px;
  }
  .widget-title {
    font-size: 12px;
  }
  .widget-title .figure {
    margin: 0 3px 0 3px;
    font-size: 14px;
  }
  .widget-header .icon {
    font-size: 20px;
    padding: 12px 5px 12px 10px;
  }
  .widget-header .caret {
    margin-top: 25px;
    margin-right: 10px;
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .reports .panel.panel-default,
  .editdashboard .panel.panel-default {
    position: absolute;
    top: 0;
  }
}
/*---------------------------------Hiding for the demo-------------------------------*/
.loginOptionsBox {
  display: none;
}