/**
 * Hub CSS
 * v1.0.0
 *
 * http://entermarketing.com
 */

* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFF none no-repeat fixed center top;
    font-size: 100%;
    line-height: 1.3;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a{
    color: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img,
a img {
    border: 0 none;
    outline: 0;
}
ol,
ul,
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
blockquote,
q {
    quotes: none;
}
b,
strong {
    font-weight: bold;
}
dfn,
em {
    font-style: italic;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.5em;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background: transparent;
    color: inherit;
    text-decoration: underline;
}
a:active,
a:hover {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}
input {
    line-height: normal;
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #000;
    width: 100%;
    background-color: #FFF;
    font-size: 0.875em;
    border: 1px solid #AAA;
    outline: 0;
    padding: 0.25em;
    vertical-align: middle;
    margin-bottom: 0.75em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow:
        0 0 2px rgba(0,0,0,0.2) inset,
        0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow:
        0 0 2px rgba(0,0,0,0.2) inset,
        0 0 4px rgba(0,0,0,0.3);
    box-shadow:
        0 0 2px rgba(0,0,0,0.2) inset,
        0 0 4px rgba(0,0,0,0.3);
}
input[type="search"] {
    -webkit-appearance: textfield;
}
textarea {
    height: 8em;
    resize: none;
    overflow: auto;
    margin-bottom: 0.5em;
}
legend,
label,
fieldset {
    display: block;
    font-size: 0.875em;
    margin-bottom: 0.125em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label img {
    pointer-events: none !important;
}
input[type="submit"],
button {
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button,
select {
    text-transform: none;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-moz-selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
    visibility: hidden;
}

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

/** Common **/
.noMargin {
    margin: 0 !important;
}
.alignRight {
    text-align: right !important;
}
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
.clear {
    clear: both !important;
}
.hide {
    display: none;
}

.errors {
    display: inline-block;
    position: relative;
    clear: both;
    font-size: 0.75em;
    color: #FFF;
    background-color: #FF0000;
    padding: 0.25em 0.5em;
    top: -0.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

/* Input Button */
.inputButton {
    display: none;
}
.inputButton + label {
    position: relative;
    padding: 0.75em 0.75em 0.75em 2.5em !important;
    font-size: 1em;
    line-height: 1.25;
    margin: 1em 0;
    height: auto;
    width:100%;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    border-radius: 0.75em;
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}
.inputButton + label span { font-size: 1.125em; }
.inputButton + label input[type="text"] {
    margin: 0.25em 0 0;
}
.inputButton + label:before {
    content: '';
    position: absolute;
    left: 0.25em;
    top: 0.375em;
    width: 2em;
    height: 2em;
    background: transparent none no-repeat center center;
    background-size: contain;
}
input[type="radio"].inputButton + label:before {
    background-image: url('../img/input-radio-unchecked.png');
}
input[type="radio"].inputButton:checked + label:before {
    background-image: url('../img/input-radio-checked.png');
}
input[type="checkbox"].inputButton + label:before {
    background-image: url('../img/input-checkbox-unchecked.png');
}
input[type="checkbox"].inputButton:checked + label:before {
    background-image: url('../img/input-checkbox-checked.png');
}

.dateOpen {
    display: block;
    background: transparent url('../img/icon-calendar.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    width: 1em;
    height: 1em;
    right: 1.5em;
    top: 40%;
    margin-top: -0.625em;
    text-indent: -999em;
    overflow: hidden;
}

/* Button */
.button {
    position: relative;
    display: block;
    clear: both;
    text-decoration: none;
    color: #FFF;
    background: #000;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.2;
    padding: 0.5em 0.5em 0.625em;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: pointer;
}

.button {
    background: #000;
}

/*.button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    height: 0.325em;
    width: 100%;
}
.button.dark:after {
    background: rgba(255,255,255,0.25);
}*/
input[type="submit"].button,
button.button {
    outline: 0;
    vertical-align: middle;
}
.button:hover {
    text-decoration: none;
}
.button.floatLeft,
.button.floatRight {
    clear: none;
}
.button.inline,
.button.floatLeft,
.button.floatRight {
    width: auto;
    margin-right: 0.75em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.button.inline {
    display: inline-block;
}
.button.floatRight {
    margin-left: 0.75em;
    margin-right: 0;
}
.button.centered {
    width: 60%;
    margin: 0 20%;
}
.button.md { font-size: 1em; }
.button.sm {
    font-size: 0.875em;
}
.button.lg {
    font-size: 1.25em;
    padding: 0.5em 0.75em;
}

.video {
    width: 100%;
}

.videoWrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    height: 0;
}
.videoWrap iframe,
.videoWrap .video-js {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframePlaceholder {
    border: 2px solid #000;
    background: #AAA;
    height: 16em;
}

/** Layout **/
.centeredContent, .centerContent {
    position: relative;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

.fullContent, .leftContent {
    position: relative;
    width: 100%;
}

#header img {
    display: block;
}

#navigation a {
    display: inline-block;
    margin-right: 2em;
    text-decoration: none;

}

#innerNavigation {
    margin: 0 1%;
    padding: 0.25em;
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
    background: #000 url('../img/loading.gif') no-repeat center center;
    background-color: rgba(0,0,0,0.25);
}

/* Popup */
.popup {
    display: none;
    left: 50%;
    top: 10em;
    position: fixed;
    background-color: #FFF;
    color: #000;
    margin-left: -300px;
    padding: 1.5em;
    width: 600px;
    font-size: 0.75em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px 12px rgba(0,0,0,0.4);
    box-shadow: 0 0 30px 12px rgba(0,0,0,0.4);
    z-index: 901;
}

/** Styles **/
.styles p {
    font-size: 0.875em;
    margin-bottom: 1em;
}
.styles h1 {
    font-size: 1.75em;
    margin-bottom: 0.675em;
}
.styles h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.styles h3 {
    font-size: 1.375em;
    margin-bottom: 0.5em;
}
.styles h4 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}
.styles h5 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
}
.styles h6 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.styles ul,
.styles ol {
    padding-left: 2em;
    margin-bottom: 1.5em;
}
.styles li {
    list-style-position: outside;
    margin-bottom: 0.5em;
}
.styles ul li {
    list-style-type: disc;
}
.styles ol li {
    list-style-type: decimal;
}
.styles .small {
    font-size: 0.75em !important;
}
.styles .image-left {
    float: left;
    margin: 0 1em 1em 0;
}
.styles .image-right {
    float: right;
    margin: 0 0 1em 1em;
}

/** Modules **/
.modules {
   /* margin-top: 1em; */
}
.module {
    float: left;
    /* margin: 0 1% 1em; */
}
.module.quarter {
    width: 23%;
}
.module.third {
    width: 33.3333%;
}
.module.half {
    width: 48%;
}
.module.twoThird {
    width: 66.6666%;
}
.module.threeQuarter {
    width: 75%;
}
.module.full {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
}

.module .styles > *:last-child {
    margin-bottom: 0 !important;
}
.module.lg .input {
    float: left;
    width: 50%;
    padding-right: 1em;
}
.module.lg .input.full {
    float: none;
    width: auto;
    padding: 0;
}

/* Meeting Module */
.module.meeting .col {
    float: left;
    position: relative;
}
.module.meeting .col.day {
    width: 45%;
    padding-right: 0.5em;
}
.module.meeting .col.time {
    width: 35%;
    padding-right: 0.5em;
}
.module.meeting .col.timezone {
    width: 20%;
}
.module.meeting .dateInput {
    padding-right: 1.5em;
}
.module.meeting .termsAgree {
    margin-bottom: 1em !important;
    background: transparent !important;
}
.module.meeting .meetingConfirmation,
.module.meeting .meetingRequestError {
    display: none;
}

.module.type-survey .legend {
    font-size: 1.125em;
    margin-bottom: 1em;
}
.module.type-survey .answer {
    margin-bottom: 0.5em;
}
.module.type-survey .pages {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.module.type-survey .pages .page {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 100%;
    opacity: 0;
}
.module.type-survey .pages .page.current {
    left: 0;
    opacity: 100;
}
.module.type-survey .pages .page.after {
    left: 0;
    top: 0;
    opacity: 0;
}
.module.type-survey .answer img {
    display: inline-block;
    vertical-align: baseline;
    width: 3em;
    margin-right: 0.5em;
}
.module.type-survey .block {
    margin-bottom: 1em;
}

/** User Status **/
.showLoggedOut {
    display: block;
}
.showLoggedIn {
    display: none;
}
body.loggedin .showLoggedOut {
    display: none;
}
body.loggedin .showLoggedIn {
    display: block;
}

/** Preview **/
 body.preview { max-width: 100% !important; }

/** Video JS **/
.vjs-big-play-button{
	display: none !important;
}

.iframe-site {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 5%;
    top: 5%;
    z-index: 999;
}

.title-iframe {
    float: left;
    width: 87%;
    overflow: hidden;
    color:#333;
    line-height: 1.3em;
    height: 1.3em;
}
a.close-iframe {
    text-decoration: none;
    padding: 0.5%;
    background: #e6e6e6;
    font-size: 78%;
    float:right;
    cursor: pointer;
    margin-top: -0.3%;
}
a.close-iframe:hover {
    background: #666;
    color:#fff;
}

.iframe-site iframe {
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    padding: 39px 1% 1% 1%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.8);
    behavior: url('../pie/PIE.htc');
}

.iframe-top {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 88%;

}

.table {
    display: table;
}

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

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

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

.incentive.answer {
    background:#f2f2f2; border-radius: 5px; padding:10px 10px 6px 10px; width:100%; cursor:pointer;
}
.incentive.answer.selected {
    background:#e6e6e6; border-radius: 5px; padding:10px 10px 6px 10px; width:100%; border: 1px solid #666;
}

.module.register .input.terms {
    margin-bottom:1em;
}

.module.register .two-column .register.input {
    width:47%;
    margin-right:3%;
    float:left;
}

.module.register .two-column .input.terms,  .module.register .three-column .input.terms {
    float: left;
    clear: both;
    width: 100%;
}

.module.register .three-column .register.input {
    width:30%;
    margin-right:3%;
    float:left;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.button.left {
    margin: 0;
    float:left;
    width: 60%;
}

.button.right{
    margin: 0;
    float:right;
    width: 60%;
}

.register.optout {
    float: left;
    clear: both;
    width:100%;
    margin-bottom:1em;
}

.register.optout label{
    width: 100%;
    display: inline-block;
}

.forgotPasswordLink, .forgotPasswordBack {
    cursor: pointer;
    font-size: 0.875em;
}

.forgotPasswordContainer {
    display: none;
}

#modalMobileAlert .modal-header {
  color: #fff;
  background-color: #337ab7;
}

#modalMobileAlert .modal-header.modal-header-error {
  color: #fff;
  background-color: #d9534f;
}

@media only screen and (max-width: 959px) {
    body.preview { font-size: 50% !important; }
}

.gs-w:hover {
    border: 1px dashed #ccc;
}

.activeWidget {
    border: 1px dashed #ccc;
}

.gridster .preview-holder {
    border: none!important;
    background: red!important;
}

.gridster>* {
    margin: 0 !important;
}

.image img {
    display: block;
}

.module.space-top {
    margin-top:1%;
}
.module.space-bottom {
    margin-bottom:1%;
}
.module.quarter.space-right {
    width: 24%;
    margin-right:1%;
}
.module.quarter.space-left {
    width: 24%;
    margin-left:1%;
}
.module.quarter.space-right.space-left {
    width:23%;
    margin-left:1%;
    margin-right:1%;
}
.module.third.space-right {
    width: 32.3333%;
    margin-right:1%;
}
.module.third.space-left {
    width: 32.3333%;
    margin-left:1%;
}
.module.third.space-right.space-left {
    width: 32.3333%;
    margin-left:1%;
    margin-right:1%;
}
.module.half.space-right {
    width: 49%;
    margin-right:1%;
}
.module.half.space-left {
    width: 49%;
    margin-left:1%;
}
.module.half.space-right.space-left {
    width: 64.6666%;
    margin-left:1%;
    margin-right:1%;
}
.module.twoThird.space-right {
    width: 65.6666%;
    margin-right:1%;
}
.module.twoThird.space-left {
    width: 65.6666%;
    margin-left:1%;
}
.module.twoThird.space-right.space-left {
    width: 64.6666%;
    margin-left:1%;
    margin-right:1%;
}
.module.threeQuarter.space-right {
    width: 74%;
    margin-right:1%;
}
.module.threeQuarter.space-left {
    width: 74%;
    margin-left:1%;
}
.module.threeQuarter.space-right.space-left {
    width: 73%;
    margin-left:1%;
    margin-right:1%;
}
.module.full.space-right {
    width: 99%;
    margin-right:1%;
}
.module.full.space-left {
    width: 99%;
    margin-left:1%;
}
.module.full.space-right.space-left {
    width: 98%;
    margin-left:1%;
    margin-right:1%;
}

.painpoint-image{
    background: #CD232E;
    height: 71px;
    display: table-cell;
    vertical-align: middle;
    width: 71px;
    text-align: center;
    cursor:pointer;
}
.painpoint-image.chosen {
    background: #921d1e;
}
.painpoint-image:hover {
    background: #921d1e;
}
.painpoint-title{
    display: table-cell;
    vertical-align: middle;
    width: 71px;
    text-align: center;
    font-size:0.7em;
}
.painPointModule {
    display: none;
}

.top-space {
    padding-top:0.5em;
}


/* new */

.modules.container {
    padding: 0;
}

.modules .module{
    overflow: hidden;
    position: relative;
    padding: 0;
}

.innerModule .modules.row{
    margin: 0;
}

.innerModule {
    overflow: hidden;
    min-height: 2.2em;
}

.showConfirmation {
    display: none;
}

.conditionHide {
    display: none !important;
}

.intl-tel-input {
    width: 100%;
    background: #fff;
    border: 1px solid #AAA;
    padding: 2px;
}

@media only screen and (max-width: 767px) {
    div[id^="module-"] .innerModule {
        margin: 0 !important;
    }
}

.youtube-video-resource {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-video-resource iframe,
.youtube-video-resource object,
.youtube-video-resource embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popups .module {
    display: none;
    position: fixed;
    width: 600px;
    max-width:95%;
    z-index:901;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    overflow:hidden;
}

.popups .module .innerModule {
    background: #fff;
    overflow: auto;
}

.popups .container {
    width: 600px;
}

#popupMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
    background-color: rgba(0,0,0,0.25);
}

.popupModuleClose {
    top: 4px;
    right: 4px;
    position: absolute;
    background: #949494;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    z-index: 9002;
}

.popupModuleClose:hover {
    background: #5F5F5F;
}

.linkedin_login {
    margin-bottom: 10px;
    cursor: pointer;
}

.modal-content {
  overflow: hidden;
}
/*
.modal-captcha .modal-body {
  font-size:21px;
  background: #007CC7;
color: #fff;
}
*/

#modalMobileCaptcha ~ .modal-backdrop {
  filter: alpha(opacity=90);
  opacity: .9;
}

@media (min-width: 768px){
  .modal-dialog.modal-captcha {
      width: 333px;
  }
}

#debug-window {
  position: fixed;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.9);
height: 200px;
z-index: 1000;
display: none;
}

#debug-window .nav.nav-tabs>li>a {
  color:#fff;
  margin-right: 0;
  border-radius:0;
  border: none;
  background-color: #464646;
}

#debug-window .nav-tabs>li>a:focus,
#debug-window .nav-tabs>li>a:hover {
    background-color: #6b6b6b;
    border: none;
}

#debug-window .nav-tabs>li.active>a,
#debug-window .nav-tabs>li.active>a:focus,
#debug-window .nav-tabs>li.active>a:hover {
    background-color: #207DE0;
    border: none;
    border-radius: 0;
}

#debug-window .nav-tabs {
    border-bottom: 4px solid #fff;
    background: #2b2a2a;
}

#debug-window .tab-pane {
  color: #fff;
  overflow-y:scroll;
  overflow-x:hidden;
  height: 157px;
}

#debug-window input {
  background: #2b2a2a;
border: none;
border-radius: 0;
color: #fff !important;
padding: 0 10px;
}

#debug-window table {
  font-size: 12px;
}

#debug-window .table-bordered>tbody>tr>td,
#debug-window .table-bordered>tbody>tr>th,
#debug-window .table-bordered>tfoot>tr>td,
#debug-window .table-bordered>tfoot>tr>th,
#debug-window .table-bordered>thead>tr>td,
#debug-window .table-bordered>thead>tr>th {
    border: 1px solid #464646;
}

#debug-window .table-bordered>thead>tr>td,
#debug-window .table-bordered>thead>tr>th {
    background-color: #464646;
}

#debug-window .debug-status-box {
  float: left;
  width: 200px;
  background: #61B344;
  padding: 10px;
  height: 146px;
  margin: 6px 0 0 6px;
}

#debug-window #debugTest table td,
#debug-window .debug-status-box table td  {
  vertical-align: middle;
  text-align:center;
}

#debug-window .debug-status-box-title {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 27px;
  padding-bottom: 8px;
}

#debug-window .debug-status-box-pin {
  background: #753C69;
}

#debug-window .debug-status-box-status {
   background: #207de0;
}

#debug-window .debug-options {
  color: #fff;
}

#debug-window .debug-option {
  float:left;
      line-height: 40px;
}

#debug-window .debug-hide {
line-height: 30px;
padding: 0 10px;
background: #fff;
margin: 5px 4px 0 10px;
color:#000;
}

#debug-window .debug-refresh {
  line-height: 40px;
  padding: 0 10px;
  background: #ff6a00;
  margin: 0 4px 0 0;
  color: #fff;
  cursor:pointer;
}

#debug-window .debug-refresh:hover {
background: #cc5500;
}

#debug-window .debug-refresh-loading {
  line-height: 40px;
  padding: 0 10px;
  background: #ff6a00;
  margin: 0 4px 0 0;
  color: #fff;
  cursor:pointer;
}

#debug-window .debug-last-refresh {
margin-left:4px;
}

#debug-window .debug-hide:hover {
  background: #ccc;
  cursor: pointer;
}

#debug-container #debug-show {
  position: fixed;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 10px 26px;
cursor: pointer;
display: none;
}

#debug-container #debug-show:hover {
  background: #000;
}

#debug-window .no-result-text {
  font-size: 12px;
}

#debug-window .no-result-text {
  font-size:14px;
}

#debug-window .debug-test-pin {
  font-size:24px;
  font-weight:bold;
}

#debug-window .debug-refresh-loading:hover {
  background-color: #ff6a00;
}

#debug-window .debug-status-box-loggedout {
  background-color: #d9534f;
}

#debug-window .btn-refresh {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

#debug-window .btn-refresh:hover {
    color: #fff;
    background-color: #cc5500;
    border-color: #cc5500;
}

#debug-window .btn-refresh-loading {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

#debug-window .btn-create-test-loading.btn-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#debug-window * {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif !important;;
  font-size: 14px;
}

#debug-window #debug-tabs li{
  margin-left: 0;
}

.discuss textarea {
margin-bottom: 10px;
}

.networkad-opt {
    text-align: center;
    padding: 2px 10%;
    width: 100%;
    color: #000;
}

.networkad-opt p {
    padding: 0;
    margin: 0;
}
textarea, input, select {
    color: black !important;
}
.pull-none{
    /* float: none !important;
    margin: 0 auto !important;
    display: block; */
}
#hcontent,#fcontent{
    clear: both;
}
input[name="data[login][pin]"]{
    height:30px;
    font-size:13px;
}
.np{
    padding: 0px !important;
}
.nplf1{
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
#pmv{
    margin-bottom: 10px;
}
.pb input{
    text-align: center;
}

#modules-add-popup.nav-tabs>li.active>a,#modules-add-popup.nav-tabs>li.active>a:focus,#modules-add-popup.nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: pointer !important;
    background-color: #20547b !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}
#modules-add-popup.nav-tabs>li>a:hover {
    border-color:  #20547b !important;
    color: #20547b !important;
}
#modules-add-popup.nav-tabs>li>a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
     color: #000 !important;
    cursor: pointer !important;
    background-color: #ababab !important;
}

.spmname{
    display: block;
}
#allmodules .panel-body {
    padding: 0;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
#allmodules .panel{
    margin-bottom: 5px;
    cursor: pointer;
}

#allmodules .panel:hover{
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #20547b !important;
    color:#fff;
    border: 1px solid transparent;
}

#loading {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.8) url(../../img/loader.gif) 50% 50% no-repeat;
	display: none;
}