/* Bundle file: /www/sys/master/panel/assets/widget/poll/poll.css */
.eDR_eGP_PanelSite_Widget_Poll .header h1
{
	float: left;
}


.eDR_eGP_PanelSite_Widget_Poll .header .ajax_load_ani
{
	float: right;
}

.eDR_eGP_PanelSite_Widget_Poll .button_row
{
	margin-top: 1em;
}

.eDR_eGP_PanelSite_Widget_Poll .form_button
{
	margin-right: 1em;
}

.eDR_eGP_PanelSite_Widget_Poll .options
{
	font-size: 120%;
}

.eDR_eGP_PanelSite_Widget_Poll .error
{
	color: maroon;
}

.eDR_eGP_PanelSite_Widget_Poll .results
{
	font-size: 120%;
}

.eDR_eGP_PanelSite_Widget_Poll .results_footer
{
	font-size: 75%;
	margin-top: 1em;
	padding: 0 0.5em;
}

.eDR_eGP_PanelSite_Widget_Poll .poll_inner
{
	clear: left;
}

.eDR_eGP_PanelSite_Widget_Poll table.results tr
{
	vertical-align: middle;
	padding: 0;
}

.eDR_eGP_PanelSite_Widget_Poll table.results th
{
	padding: 0 4px;
}

.eDR_eGP_PanelSite_Widget_Poll table .bar_graph
{
	width: 100%;
}

.eDR_eGP_PanelSite_Widget_Poll table .bar_graph div
{
	background: navy;
	float: left;
	overflow: hidden;
	height: 1em;
}

.eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_beginning, .eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_end
{
	width: 3px;
	background: blue;
}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking li
{
	clear: left;
	zoom: 100%;
}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking .poll_order
{
	float: left;
	margin-right: 8px;
	width: 20px;
	text-align: center;
	overflow: visible;
}

.eDR_eGP_PanelSite_Widget_Poll li
{
	list-style-type: none;
}

.eDR_eGP_PanelSite_Widget_Poll ul
{
	padding: 0;
	margin: 0;
}

.poll_order
{
	font-size: 15px;
}

.poll_order_1
{
	font-size: 40px;
	line-height: 30px;
}

.poll_order_2
{
	font-size: 30px;;
	line-height: 25px;
}

.poll_order_3
{
	font-size: 20px;;
	line-height: 18px;
}


.eDR_eGP_PanelSite_Widget_Poll ul.ranking .controls
{
	float: left;
	margin-right: 4px;
	width: 32px;
	height: 16px;
}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking .controls input
{
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
	display: inline;
}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking li.first .down
{
	margin-left: 16px;
}


.eDR_eGP_PanelSite_Widget_Poll .button_row
{
	clear: left;
}


.eDR_eGP_PanelSite_Widget_Poll ul.ranking .content
{
}

.eDR_eGP_PanelSite_Widget_Poll .image
{
	clear: left;
	text-align: center;
}

.eDR_eGP_PanelSite_Widget_Poll .drag_enabled
{
	cursor: move;
}

.eDR_eGP_PanelSite_Widget_Poll .vote_count
{
	text-align: right;
	font-size: 80%;
	color: gray;
}

/* End of bundled file */
/* Bundle file: /www/vhtdocs/panelsite/site/application/assets/CookiesNotification/styles.css */
@-webkit-keyframes show-cookie-notification {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes show-cookie-notification {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
#cookies-notification {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: show-cookie-notification;
  animation-name: show-cookie-notification;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  background-color: #057691;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999; }
  #cookies-notification.remove {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform ease-in-out 0.5s;
    transition: transform ease-in-out 0.5s; }
  #cookies-notification button {
    background-color: #103458;
    border-color: #103458;
    color: #fff; }
    #cookies-notification button:active, #cookies-notification button:focus, #cookies-notification button:hover {
      background-color: #fff;
      border-color: #103458;
      color: #103458; }
  #cookies-notification p {
    color: #fff !important; }
  #cookies-notification a {
    color: inherit;
    text-decoration: underline; }

/*# sourceMappingURL=styles.css.map */

/* End of bundled file */
