/* This stylesheet is used to style the public view of the plugin. */
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 55, ../../../../.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/bootstrap-sass-2.3.0.0/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
    width: 0%;
    height: 100%;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0d90d1;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.checkout_table_item .product-quantity .quantity {
  display: inline-block;
  margin-bottom: -9px !important;
}

/* Buttons */
.paid_poll_link {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none!important;
}

.paid_poll_link:hover,
.paid_poll_link:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

.paid_poll_link:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
.paid_poll_link {
    margin-bottom: 15px;
}
div.poll_links {
    text-align: center;
}
.copy_poll_link {
    display: inline-block;
    width: 100%;
}
.poll_links span {
    margin: 0px 15px;
}
#cp_poll_link {
    /*margin-right: 15px;*/
    width: 90%;
    margin-bottom: 15px;
}
div.poll_links span {
    display: block;
    margin-bottom: 15px;
}

h2.order-header {
    display: none;
}
ul.order_details {
    display: none;
}
.woo-register {
    border: 1px solid #DFDBDF;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}
.wc-login {
    border: 1px solid #DFDBDF;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}
.add_info_wccs {
    display: none;
}
#wc-billing-details {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 25px;
  position: fixed;
  top: 8%;
  width: 33%;
  z-index: 100500;
  display: none;
  max-height: 85%;
  overflow: auto;
}
#pay-billing-details {
    padding: 15px;
}
#pay-billing-details h5 {
    margin-top: 5px;
}
#pay-billing-details ul {
    list-style-type: none;
}
.bil-close {
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 25px;
}

.chart{
  margin: 10px;
  min-width: 100px;
  min-height: 100px;
/*
  Minimum height and width is a good idea to prevent negative SVG dimensions...
  For example width should be =< margin.left + margin.right + 1,
  of course 1 pixel for the entire chart would not be very useful, BUT should not have errors
*/
}

.chart svg {
  height: 500px;
}

.poll_recent_results {
    width:100%;
    /*font: 1.6em/1.188em */
    float:left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.poll_recent_results table{
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-top: 20px;
    margin-bottom: 24px;
    width:100%;
}
.poll_recent_results .heading {
    background-color:#5882d3;
    color:#ffffff;
    padding: 8px 10px 8px 15px;
    font-weight:bold;
    overflow: hidden;
}
.poll_recent_results a {
    font-weight:bold;
}
.poll_recent_results .column {
    padding: 20px 20px 20px 15px;
    font-size: 13px;
}
.poll_recent_results .column a:hover {
    color: #ddb448;
}
.poll_recent_results .column a{

    color:#496497;
}
.poll_recent_results .column table {
    border:none;
    width:100%
}
.poll_recent_results .column td {
    border:none;
    font-size:13px;
    vertical-align: middle;
    max-width:200px;
}
.poll_recent_results .column td img{
    vertical-align: middle;
}

.poll_recent_results .column th {
    border-left:none;
    border-right:none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size:13px;
}
.poll_recent_results .column td:nth-of-type(1) a{ color:#000b65; word-wrap: break-word; }


.poll_recent_results .column div {
    padding: 4px 4px 4px 4px;
}

.poll_recent_results .column form div {
    padding-left: 10px;
}

.poll_recent_results table td {
    padding: 20px 20px 20px 20px;
    font-size: 13px;
}
.poll_recent_results table td input[type='text'] {
    width: 70%;
    font-size: 13px;
}
.poll_recent_results table td textarea {
    width: 100%;
    height: 100px;
    font-size: 13px;
}

.poll_recent_results table td .group_title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
}

.poll_recent_results table td .group_title div {
    font-size: 13px;
    color: #333333;
    margin: 0 0 10px;
    font-weight: bold;
}



.poll_recent_results table td div {
    margin: 0 0 10px;
    word-break: break-word;
}

.poll_recent_results table td .left-spacing{
    padding-left:30px;
}

.poll_recent_results table td .header-title  {
    margin: 0;
    padding: 0;
}

.poll_recent_results table td .header-title div {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: bold;

}

.poll_recent_results table td .header-title div a{
    color: #000b65;
}
.poll_recent_results table td .credits div{
    margin-right: 20px;
    float: left;
    color: #076a0e;
    font-weight: bold;
}

.poll_recent_results table td table {
    width:100%;
    border:none;
}
.poll_recent_results table td table td {
    border:none;
    font-size:13px;
    vertical-align: middle;
    padding: 3px 4px;;
}
.poll_recent_results table td table td img{
    vertical-align: middle;
}

.poll_recent_results table td table th {
    border-left:none;
    border-right:none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size:13px;
}
.poll_recent_results #invite_message .error {
    color: #8b2d2d;
}
.poll_recent_results #invite_message .updated {
    color: #076a0e;
}

.poll_recent_results table.poll-credits {
    display: block;
    margin: 0;
}
.poll_recent_results table.poll-credits tr td {
    border: 0;
    font-size: 1.5em;
    padding: 7px 33px 7px 7px;
    vertical-align: middle;
}

/*.poll_recent_results table td table td:nth-of-type(1) a{ color:#007dad; padding-left:10px;  }*/


/*.poll_recent_results table td table td:nth-of-type(4) { font-size:13px; }*/
.modal-form {
    font-size : 65%;
    display:none;
}
.modal-form label, .modal-form label input { display:block; }
.modal-form input.text { margin-bottom:12px; width:100%; padding: .4em; }
.modal-form .form_content { padding:0; border:0; margin-top:20px; }
.modal-form div { margin-bottom:12px; }
.modal-form input.radio { margin-left:10px; }
/*.poll_recent_results .modal-form button { font-size:13px; }*/
.ui-dialog-buttonset { font-size:12px; }
.ui-widget-header {
    border: 1px solid #aaaaaa !important;
    background: #5882d3 !important;
    color: #ffffff !important;
    font-size:16px !important;
    font-weight: bold;
}
.poll_recent_results a.modal-button {
    font-size:12px;
    background-color:#f8dc99;
    color : #333333;
    float:right;
    border-radius: 5px;
    padding: 1px 10px 0 10px;
}
.poll_recent_results .question-mark {
    font-size:14px;
    float:right;
    padding: 5px 5px 0 5px;

    cursor: help;
}
.question-mark-black {
    font-size:14px;
    color : #5882d3;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;

    cursor: help;
}
.poll_recent_results a:hover.modal-button {
    background-color:#f7e5bb;
    color : #555555;
}
a:hover.copy_link_test {
    color: #000b65;
}
.divider {
    display: block;
    height:20px;
}

.inviteMenu {
    margin:0;
    padding:0;
}

.inviteMenu li {
    list-style:none;
    float:left;
    font:12px Arial, Helvetica, sans-serif #111;
}

.inviteMenu li a:link, .inviteMenu li a:visited {
    display:block;
    text-decoration:none;
    background-color:#eee;
    padding: 0.1em 1em;
    margin:0;
    border-bottom: 1px solid #ddd;
    border-radius:5px;
}

.inviteMenu li a:hover {
    background-color:#eee;
}

/*style the sub menu*/
.inviteMenu li ul {
    position:absolute;
    visibility:hidden;
    border-top:1px solid #ddd;
    z-index: 10000;
    margin:0;
    padding:0;
}

.inviteMenu li ul li {
    display:inline;
    float:none;
}

.inviteMenu li ul li a:link, .inviteMenu li ul li a:visited {
    background-color:#eee;
    width:auto;
    border-radius:0px;
}

.inviteMenu li ul li a:hover {
    background-color:#ddd;
}

.hidden-menu-item {
    display: none;
}

.label {
    z-index: 1!important;
}

.highcharts-tooltip span {
    background-color:white;
    margin: 0;
    border:1px solid orange;
    opacity: 1;
    font-size: 11px;
    z-index: 9999!important;
}
.highcharts-tooltip {
    background-color:white;
    margin: 0;
    opacity: 1;
}

.highcharts-axis-labels {
    z-index: -1;
}

.tooltip {
    padding: 5px;
    margin: 0;
}

.account-type-form-text {
    clear: both;
    margin: 10px 0;
}
.account-type-option {
    display: block;
    overflow: auto;
}
.account-type-option div{
    padding-left: 10px;
}
.account-type-option-button {
    float: left;
    padding: 5px;
    width: 40px;
}
.account-type-option-description {
    padding: 5px;
    margin-left: 40px;
}
.account-type-form-help-link {
    margin: 20px 0;
}

#static-cover {
    display: none;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-color: white;
    opacity:.5;
    z-index:800;
}

body.shepherd-active #static-cover {
    -webkit-transition: display: block;
    transition: display: block;
    display: block;
     }
body:not(.shepherd-active) #static-cover {
    -webkit-transition: display: none;
    transition: display: none;
    display: none;
    /*pointer-events: auto;*/
}

#content .shepherd-target.shepherd-enabled {
    z-index: 900;
    position: relative;
    pointer-events: auto;
    /*-webkit-transition: border: 2px;*/
    /*transition: border: 2px;*/
    border: 1px solid #aaaaaa;
    box-shadow: 5px 5px 2px #888888;
}

.shepherd-element{
    z-index: 1200 !important;
    max-width: 34em !important;
}

.shepherd-element.shepherd-theme-dark.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    color: #ffffff;
    opacity: 0.75;
}

.shepherd-element.shepherd-theme-dark .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
    color: #000; }

.tooltip-element.tooltip-theme-arrows {
    max-width: 34em !important;
    z-index: 1200 !important;
}

.shepherd-element.shepherd-theme-dark .shepherd-content .shepherd-text {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.tooltip-element.tooltip-theme-arrows .tooltip-content {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}