.wpolling-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpolling-panel-body {
    padding: 15px;
}
.wpolling-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpolling-panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.wpolling-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.wpolling-panel-title > a {
    color: inherit;
}
.wpolling-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wpolling-panel > .list-group {
    margin-bottom: 0;
}
.wpolling-panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.wpolling-panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpolling-panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wpolling-panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.wpolling-panel > .table,
.wpolling-panel > .table-responsive > .table {
    margin-bottom: 0;
}
.wpolling-panel > .table:first-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpolling-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpolling-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpolling-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpolling-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.wpolling-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpolling-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpolling-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpolling-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpolling-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.wpolling-panel > .table:last-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wpolling-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpolling-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpolling-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpolling-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.wpolling-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpolling-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpolling-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpolling-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpolling-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.wpolling-panel > .wpolling-panel-body + .table,
.wpolling-panel > .wpolling-panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.wpolling-panel > .table > tbody:first-child > tr:first-child th,
.wpolling-panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.wpolling-panel > .table-bordered,
.wpolling-panel > .table-responsive > .table-bordered {
    border: 0;
}
.wpolling-panel > .table-bordered > thead > tr > th:first-child,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpolling-panel > .table-bordered > tbody > tr > th:first-child,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpolling-panel > .table-bordered > tfoot > tr > th:first-child,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpolling-panel > .table-bordered > thead > tr > td:first-child,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpolling-panel > .table-bordered > tbody > tr > td:first-child,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpolling-panel > .table-bordered > tfoot > tr > td:first-child,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.wpolling-panel > .table-bordered > thead > tr > th:last-child,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpolling-panel > .table-bordered > tbody > tr > th:last-child,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpolling-panel > .table-bordered > tfoot > tr > th:last-child,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpolling-panel > .table-bordered > thead > tr > td:last-child,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpolling-panel > .table-bordered > tbody > tr > td:last-child,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpolling-panel > .table-bordered > tfoot > tr > td:last-child,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.wpolling-panel > .table-bordered > thead > tr:first-child > td,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpolling-panel > .table-bordered > tbody > tr:first-child > td,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpolling-panel > .table-bordered > thead > tr:first-child > th,
.wpolling-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpolling-panel > .table-bordered > tbody > tr:first-child > th,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.wpolling-panel > .table-bordered > tbody > tr:last-child > td,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpolling-panel > .table-bordered > tfoot > tr:last-child > td,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpolling-panel > .table-bordered > tbody > tr:last-child > th,
.wpolling-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpolling-panel > .table-bordered > tfoot > tr:last-child > th,
.wpolling-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.wpolling-panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.wpolling-panel-group {
    margin-bottom: 20px;
}
.wpolling-panel-group .wpolling-panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.wpolling-panel-group .wpolling-panel + .wpolling-panel {
    margin-top: 5px;
}
.wpolling-panel-group .wpolling-panel-heading {
    border-bottom: 0;
}
.wpolling-panel-group .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top: 1px solid #ddd;
}
.wpolling-panel-group .wpolling-panel-footer {
    border-top: 0;
}
.wpolling-panel-group .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom: 1px solid #ddd;
}
.wpolling-panel-default {
    border-color: #ddd;
}
.wpolling-panel-default > .wpolling-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.wpolling-panel-default > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #ddd;
}
.wpolling-panel-default > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #ddd;
}
.wpolling-panel-primary {
    border-color: #428bca;
}
.wpolling-panel-primary > .wpolling-panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.wpolling-panel-primary > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #428bca;
}
.wpolling-panel-primary > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #428bca;
}
.wpolling-panel-success {
    border-color: #d6e9c6;
}
.wpolling-panel-success > .wpolling-panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wpolling-panel-success > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #d6e9c6;
}
.wpolling-panel-success > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #d6e9c6;
}
.wpolling-panel-info {
    border-color: #bce8f1;
}
.wpolling-panel-info > .wpolling-panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.wpolling-panel-info > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #bce8f1;
}
.wpolling-panel-info > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #bce8f1;
}
.wpolling-panel-warning {
    border-color: #faebcc;
}
.wpolling-panel-warning > .wpolling-panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wpolling-panel-warning > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #faebcc;
}
.wpolling-panel-warning > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #faebcc;
}
.wpolling-panel-danger {
    border-color: #ebccd1;
}
.wpolling-panel-danger > .wpolling-panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wpolling-panel-danger > .wpolling-panel-heading + .wpolling-panel-collapse .wpolling-panel-body {
    border-top-color: #ebccd1;
}
.wpolling-panel-danger > .wpolling-panel-footer + .wpolling-panel-collapse .wpolling-panel-body {
    border-bottom-color: #ebccd1;
}


.wpolling-panel-body:before,
.wpolling-panel-body:after {
    display: table;
    content: " ";
}

.wpolling-panel-body:after {
    clear: both;
}


.wpolling-radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpolling-radio label {
    display: inline;
    font-weight: normal;
    cursor: pointer;

}


.wpolling-widget-img {
    width: 32px;
    height: 32px;
    display: block;
    margin-top: 0;
    margin-bottom: -20px;
}
.wpolling-img-widget-input {
    margin-left: 44px;
}

.wpolling-img-widget-input input {
    margin-top: -12px;
}

.wpolling-img-widget-input .wpolling-img-input-span {
    position: absolute;
    margin-top: -15px;
}

.wpolling-widget-desc {
    position: absolute;
    width: 10%;
    font-size: 8px;
    line-height: 10px;
}

.wpolling-img {
    width: 64px;
    height: 64px;
    display: block;
    margin-top: 0;
    margin-bottom: -20px;
}

.wpolling-img-input {
    margin-left: 74px;
}

.wpolling-img-input input {
    margin-top: -30px;
}

.wpolling-img-input .wpolling-img-input-span {
    position: absolute;
    margin-top: -33px;
}

.wpolling-desc {
    position: absolute;
    margin-top: -15px;
    width: 30%;
    font-size: 11px;
    line-height: 15px;
}

.wpolling-radio input[type="radio"],
.wpolling-radio-inline input[type="radio"],
.wpolling-radio input[type="checkbox"],
.wpolling-radio-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.wpolling-radio + .wpolling-radio {
    margin-top: -5px;
}

.wpolling-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wpolling-btn:focus,
.wpolling-btn:active:focus,
.wpolling-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wpolling-btn:hover,
.wpolling-btn:focus {
    color: #333;
    text-decoration: none;
}
.wpolling-btn:active,
.wpolling-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.wpolling-btn.disabled,
.wpolling-btn[disabled],
fieldset[disabled] .wpolling-btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.wpolling-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.wpolling-btn-default:hover,
.wpolling-btn-default:focus,
.wpolling-btn-default:active,
.wpolling-btn-default.active,
.open .dropdown-toggle.wpolling-btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.wpolling-btn-default:active,
.wpolling-btn-default.active,
.open .dropdown-toggle.wpolling-btn-default {
    background-image: none;
}
.wpolling-btn-default.disabled,
.wpolling-btn-default[disabled],
fieldset[disabled] .wpolling-btn-default,
.wpolling-btn-default.disabled:hover,
.wpolling-btn-default[disabled]:hover,
fieldset[disabled] .wpolling-btn-default:hover,
.wpolling-btn-default.disabled:focus,
.wpolling-btn-default[disabled]:focus,
fieldset[disabled] .wpolling-btn-default:focus,
.wpolling-btn-default.disabled:active,
.wpolling-btn-default[disabled]:active,
fieldset[disabled] .wpolling-btn-default:active,
.wpolling-btn-default.disabled.active,
.wpolling-btn-default[disabled].active,
fieldset[disabled] .wpolling-btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.wpolling-btn-default .badge {
    color: #fff;
    background-color: #333;
}
.wpolling-btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.wpolling-btn-primary:hover,
.wpolling-btn-primary:focus,
.wpolling-btn-primary:active,
.wpolling-btn-primary.active,
.open .dropdown-toggle.wpolling-btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.wpolling-btn-primary:active,
.wpolling-btn-primary.active,
.open .dropdown-toggle.wpolling-btn-primary {
    background-image: none;
}
.wpolling-btn-primary.disabled,
.wpolling-btn-primary[disabled],
fieldset[disabled] .wpolling-btn-primary,
.wpolling-btn-primary.disabled:hover,
.wpolling-btn-primary[disabled]:hover,
fieldset[disabled] .wpolling-btn-primary:hover,
.wpolling-btn-primary.disabled:focus,
.wpolling-btn-primary[disabled]:focus,
fieldset[disabled] .wpolling-btn-primary:focus,
.wpolling-btn-primary.disabled:active,
.wpolling-btn-primary[disabled]:active,
fieldset[disabled] .wpolling-btn-primary:active,
.wpolling-btn-primary.disabled.active,
.wpolling-btn-primary[disabled].active,
fieldset[disabled] .wpolling-btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.wpolling-btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.wpolling-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.wpolling-btn-success:hover,
.wpolling-btn-success:focus,
.wpolling-btn-success:active,
.wpolling-btn-success.active,
.open .dropdown-toggle.wpolling-btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.wpolling-btn-success:active,
.wpolling-btn-success.active,
.open .dropdown-toggle.wpolling-btn-success {
    background-image: none;
}
.wpolling-btn-success.disabled,
.wpolling-btn-success[disabled],
fieldset[disabled] .wpolling-btn-success,
.wpolling-btn-success.disabled:hover,
.wpolling-btn-success[disabled]:hover,
fieldset[disabled] .wpolling-btn-success:hover,
.wpolling-btn-success.disabled:focus,
.wpolling-btn-success[disabled]:focus,
fieldset[disabled] .wpolling-btn-success:focus,
.wpolling-btn-success.disabled:active,
.wpolling-btn-success[disabled]:active,
fieldset[disabled] .wpolling-btn-success:active,
.wpolling-btn-success.disabled.active,
.wpolling-btn-success[disabled].active,
fieldset[disabled] .wpolling-btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.wpolling-btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.wpolling-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.wpolling-btn-info:hover,
.wpolling-btn-info:focus,
.wpolling-btn-info:active,
.wpolling-btn-info.active,
.open .dropdown-toggle.wpolling-btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.wpolling-btn-info:active,
.wpolling-btn-info.active,
.open .dropdown-toggle.wpolling-btn-info {
    background-image: none;
}
.wpolling-btn-info.disabled,
.wpolling-btn-info[disabled],
fieldset[disabled] .wpolling-btn-info,
.wpolling-btn-info.disabled:hover,
.wpolling-btn-info[disabled]:hover,
fieldset[disabled] .wpolling-btn-info:hover,
.wpolling-btn-info.disabled:focus,
.wpolling-btn-info[disabled]:focus,
fieldset[disabled] .wpolling-btn-info:focus,
.wpolling-btn-info.disabled:active,
.wpolling-btn-info[disabled]:active,
fieldset[disabled] .wpolling-btn-info:active,
.wpolling-btn-info.disabled.active,
.wpolling-btn-info[disabled].active,
fieldset[disabled] .wpolling-btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.wpolling-btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.wpolling-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.wpolling-btn-warning:hover,
.wpolling-btn-warning:focus,
.wpolling-btn-warning:active,
.wpolling-btn-warning.active,
.open .dropdown-toggle.wpolling-btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.wpolling-btn-warning:active,
.wpolling-btn-warning.active,
.open .dropdown-toggle.wpolling-btn-warning {
    background-image: none;
}
.wpolling-btn-warning.disabled,
.wpolling-btn-warning[disabled],
fieldset[disabled] .wpolling-btn-warning,
.wpolling-btn-warning.disabled:hover,
.wpolling-btn-warning[disabled]:hover,
fieldset[disabled] .wpolling-btn-warning:hover,
.wpolling-btn-warning.disabled:focus,
.wpolling-btn-warning[disabled]:focus,
fieldset[disabled] .wpolling-btn-warning:focus,
.wpolling-btn-warning.disabled:active,
.wpolling-btn-warning[disabled]:active,
fieldset[disabled] .wpolling-btn-warning:active,
.wpolling-btn-warning.disabled.active,
.wpolling-btn-warning[disabled].active,
fieldset[disabled] .wpolling-btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.wpolling-btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.wpolling-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.wpolling-btn-danger:hover,
.wpolling-btn-danger:focus,
.wpolling-btn-danger:active,
.wpolling-btn-danger.active,
.open .dropdown-toggle.wpolling-btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.wpolling-btn-danger:active,
.wpolling-btn-danger.active,
.open .dropdown-toggle.wpolling-btn-danger {
    background-image: none;
}
.wpolling-btn-danger.disabled,
.wpolling-btn-danger[disabled],
fieldset[disabled] .wpolling-btn-danger,
.wpolling-btn-danger.disabled:hover,
.wpolling-btn-danger[disabled]:hover,
fieldset[disabled] .wpolling-btn-danger:hover,
.wpolling-btn-danger.disabled:focus,
.wpolling-btn-danger[disabled]:focus,
fieldset[disabled] .wpolling-btn-danger:focus,
.wpolling-btn-danger.disabled:active,
.wpolling-btn-danger[disabled]:active,
fieldset[disabled] .wpolling-btn-danger:active,
.wpolling-btn-danger.disabled.active,
.wpolling-btn-danger[disabled].active,
fieldset[disabled] .wpolling-btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.wpolling-btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.wpolling-btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.wpolling-left {
    float: left;
}

.wpolling-right {
    float: right;
}

.wpolling-total {
    margin-top: 5px;
}

.wpolling-knob-place {
    margin-left: 20px;
}

/*
   Start Eiterig Skin
*/
.wpolling-eiterig-panel {
    margin-bottom: 20px;
    background-color: #202020;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #666666;
}
.wpolling-eiterig-panel-body {
    padding: 15px;
}
.wpolling-eiterig-panel > .list-group {
    margin-bottom: 0;
}
.wpolling-eiterig-panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.wpolling-eiterig-panel > .list-group .list-group-item:first-child {
    border-top: 0;
}
.wpolling-eiterig-panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.wpolling-eiterig-panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpolling-eiterig-panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wpolling-eiterig-panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.wpolling-eiterig-panel > .table,
.wpolling-eiterig-panel > .table-responsive > .table {
    margin-bottom: 0;
}
.wpolling-eiterig-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpolling-eiterig-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpolling-eiterig-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpolling-eiterig-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.wpolling-eiterig-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpolling-eiterig-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpolling-eiterig-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpolling-eiterig-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpolling-eiterig-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.wpolling-eiterig-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpolling-eiterig-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpolling-eiterig-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpolling-eiterig-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.wpolling-eiterig-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpolling-eiterig-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpolling-eiterig-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpolling-eiterig-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpolling-eiterig-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.wpolling-eiterig-panel > .wpolling-eiterig-panel-body + .table,
.wpolling-eiterig-panel > .wpolling-eiterig-panel-body + .table-responsive {
    border-top: 1px solid #454545;
}
.wpolling-eiterig-panel > .table > tbody:first-child > tr:first-child th,
.wpolling-eiterig-panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.wpolling-eiterig-panel > .table-bordered,
.wpolling-eiterig-panel > .table-responsive > .table-bordered {
    border: 0;
}
.wpolling-eiterig-panel > .table-bordered > thead > tr > th:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpolling-eiterig-panel > .table-bordered > tbody > tr > th:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr > th:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpolling-eiterig-panel > .table-bordered > thead > tr > td:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpolling-eiterig-panel > .table-bordered > tbody > tr > td:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr > td:first-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.wpolling-eiterig-panel > .table-bordered > thead > tr > th:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpolling-eiterig-panel > .table-bordered > tbody > tr > th:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr > th:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpolling-eiterig-panel > .table-bordered > thead > tr > td:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpolling-eiterig-panel > .table-bordered > tbody > tr > td:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr > td:last-child,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.wpolling-eiterig-panel > .table-bordered > thead > tr:first-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpolling-eiterig-panel > .table-bordered > tbody > tr:first-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr:first-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.wpolling-eiterig-panel > .table-bordered > thead > tr:first-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpolling-eiterig-panel > .table-bordered > tbody > tr:first-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr:first-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0;
}
.wpolling-eiterig-panel > .table-bordered > thead > tr:last-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.wpolling-eiterig-panel > .table-bordered > tbody > tr:last-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr:last-child > th,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.wpolling-eiterig-panel > .table-bordered > thead > tr:last-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.wpolling-eiterig-panel > .table-bordered > tbody > tr:last-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpolling-eiterig-panel > .table-bordered > tfoot > tr:last-child > td,
.wpolling-eiterig-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.wpolling-eiterig-panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.wpolling-eiterig-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpolling-eiterig-panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.wpolling-eiterig-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.wpolling-eiterig-panel-title > a {
    color: inherit;
}
.wpolling-eiterig-panel-footer {
    padding: 10px 15px;
    background-color: #1A1A1A;
    border-top: 1px solid #2d2c2c;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wpolling-eiterig-panel-group {
    margin-bottom: 20px;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel + .wpolling-eiterig-panel {
    margin-top: 5px;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel-heading {
    border-bottom: 0;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top: 1px solid #454545;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel-footer {
    border-top: 0;
}
.wpolling-eiterig-panel-group .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom: 1px solid #454545;
}
.wpolling-eiterig-panel-default {
    border-color: #454545;
}
.wpolling-eiterig-panel-default > .wpolling-eiterig-panel-heading {
    color: #A7A39C;
    background-color: #101010;
    border-color: #454545;
}
.wpolling-eiterig-panel-default > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #2e2d2d;
}
.wpolling-eiterig-panel-default > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #454545;
}
.wpolling-eiterig-panel-primary {
    border-color: #0D1B1B;
}
.wpolling-eiterig-panel-primary > .wpolling-eiterig-panel-heading {
    color: #2A585D;
    background-color: #0D1B1B;
    border-color: #0D1B1B;
}
.wpolling-eiterig-panel-primary > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #0D1B1B;
}
.wpolling-eiterig-panel-primary > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #0D1B1B;
}
.wpolling-eiterig-panel-success {
    border-color: #122412;
}
.wpolling-eiterig-panel-success > .wpolling-eiterig-panel-heading {
    color: #3c763d;
    background-color: #122412;
    border-color: #122412;
}
.wpolling-eiterig-panel-success > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #122412;
}
.wpolling-eiterig-panel-success > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #122412;
}
.wpolling-eiterig-panel-info {
    border-color: #0E131F;
}
.wpolling-eiterig-panel-info > .wpolling-eiterig-panel-heading {
    color: #31708f;
    background-color: #0E131F;
    border-color: #0E131F;
}
.wpolling-eiterig-panel-info > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #0E131F;
}
.wpolling-eiterig-panel-info > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #0E131F;
}
.wpolling-eiterig-panel-warning {
    border-color: #2D2116;
}
.wpolling-eiterig-panel-warning > .wpolling-eiterig-panel-heading {
    color: #8a6d3b;
    background-color: #2D2116;
    border-color: #2D2116;
}
.wpolling-eiterig-panel-warning > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #2D2116;
}
.wpolling-eiterig-panel-warning > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #2D2116;
}
.wpolling-eiterig-panel-danger {
    border-color: #2D1616;
}
.wpolling-eiterig-panel-danger > .wpolling-eiterig-panel-heading {
    color: #a94442;
    background-color: #2D1616;
    border-color: #2D1616;
}
.wpolling-eiterig-panel-danger > .wpolling-eiterig-panel-heading + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-top-color: #2D1616;
}
.wpolling-eiterig-panel-danger > .wpolling-eiterig-panel-footer + .wpolling-eiterig-panel-collapse .wpolling-eiterig-panel-body {
    border-bottom-color: #2D1616;
}

.wpolling-eiterig-panel-body:before,
.wpolling-eiterig-panel-body:after {
    display: table;
    content: " ";
}

.wpolling-eiterig-panel-body:after {
    clear: both;
}


.wpolling-eiterig-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wpolling-eiterig-btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wpolling-eiterig-btn:hover,
.wpolling-eiterig-btn:focus {
    color: #333;
    text-decoration: none;
}
.wpolling-eiterig-btn:active,
.wpolling-eiterig-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.wpolling-eiterig-btn.disabled,
.wpolling-eiterig-btn[disabled],
fieldset[disabled] .wpolling-eiterig-btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.wpolling-eiterig-btn-default {
    color: #222;
    background-color: #b4b1ab;
    border-color: #a7a39c;
}
.wpolling-eiterig-btn-default:hover,
.wpolling-eiterig-btn-default:focus,
.wpolling-eiterig-btn-default:active,
.wpolling-eiterig-btn-default.active,
.open .dropdown-toggle.wpolling-eiterig-btn-default {
    color: #222;
    background-color: #a7a39c;
    border-color: #b4b1ab;
}
.wpolling-eiterig-btn-default:active,
.wpolling-eiterig-btn-default.active,
.open .dropdown-toggle.wpolling-eiterig-btn-default {
    background-image: none;
}
.wpolling-eiterig-btn-default.disabled,
.wpolling-eiterig-btn-default[disabled],
fieldset[disabled] .wpolling-eiterig-btn-default,
.wpolling-eiterig-btn-default.disabled:hover,
.wpolling-eiterig-btn-default[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-default:hover,
.wpolling-eiterig-btn-default.disabled:focus,
.wpolling-eiterig-btn-default[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-default:focus,
.wpolling-eiterig-btn-default.disabled:active,
.wpolling-eiterig-btn-default[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-default:active,
.wpolling-eiterig-btn-default.disabled.active,
.wpolling-eiterig-btn-default[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-default.active {
    background-color: #a7a39c;
    border-color: #a7a39c;
}
.wpolling-eiterig-btn-default .badge {
    color: #fff;
    background-color: #333;
}
.wpolling-eiterig-btn-primary {
    color: #babfa0;
    background-color: #241f52;
    border-color: #211c4c;
}
.wpolling-eiterig-btn-primary:hover,
.wpolling-eiterig-btn-primary:focus,
.wpolling-eiterig-btn-primary:active,
.wpolling-eiterig-btn-primary.active,
.open .dropdown-toggle.wpolling-eiterig-btn-primary {
    color: #babfa0;
    background-color: #211c4c;
    border-color: #241f52;
}
.wpolling-eiterig-btn-primary:active,
.wpolling-eiterig-btn-primary.active,
.open .dropdown-toggle.wpolling-eiterig-btn-primary {
    background-image: none;
}
.wpolling-eiterig-btn-primary.disabled,
.wpolling-eiterig-btn-primary[disabled],
fieldset[disabled] .wpolling-eiterig-btn-primary,
.wpolling-eiterig-btn-primary.disabled:hover,
.wpolling-eiterig-btn-primary[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-primary:hover,
.wpolling-eiterig-btn-primary.disabled:focus,
.wpolling-eiterig-btn-primary[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-primary:focus,
.wpolling-eiterig-btn-primary.disabled:active,
.wpolling-eiterig-btn-primary[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-primary:active,
.wpolling-eiterig-btn-primary.disabled.active,
.wpolling-eiterig-btn-primary[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-primary.active {
    background-color: #211c4c;
    border-color: #211c4c;
}
.wpolling-eiterig-btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.wpolling-eiterig-btn-success {
    color: #babfa0;
    background-color: #0e350e;
    border-color: #114111;
}
.wpolling-eiterig-btn-success:hover,
.wpolling-eiterig-btn-success:focus,
.wpolling-eiterig-btn-success:active,
.wpolling-eiterig-btn-success.active,
.open .dropdown-toggle.wpolling-eiterig-btn-success {
    color: #babfa0;
    background-color: #0c390c;
    border-color: #114111;
}
.wpolling-eiterig-btn-success:active,
.wpolling-eiterig-btn-success.active,
.open .dropdown-toggle.wpolling-eiterig-btn-success {
    background-image: none;
}
.wpolling-eiterig-btn-success.disabled,
.wpolling-eiterig-btn-success[disabled],
fieldset[disabled] .wpolling-eiterig-btn-success,
.wpolling-eiterig-btn-success.disabled:hover,
.wpolling-eiterig-btn-success[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-success:hover,
.wpolling-eiterig-btn-success.disabled:focus,
.wpolling-eiterig-btn-success[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-success:focus,
.wpolling-eiterig-btn-success.disabled:active,
.wpolling-eiterig-btn-success[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-success:active,
.wpolling-eiterig-btn-success.disabled.active,
.wpolling-eiterig-btn-success[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-success.active {
    background-color: #0c390c;
    border-color: #0e350e;
}
.wpolling-eiterig-btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.wpolling-eiterig-btn-info {
    color: #babfa0;
    background-color: #2c3c62;
    border-color: #2d3f6c;
}
.wpolling-eiterig-btn-info:hover,
.wpolling-eiterig-btn-info:focus,
.wpolling-eiterig-btn-info:active,
.wpolling-eiterig-btn-info.active,
.open .dropdown-toggle.wpolling-eiterig-btn-info {
    color: #babfa0;
    background-color: #354468;
    border-color: #2d3f6c;
}
.wpolling-eiterig-btn-info:active,
.wpolling-eiterig-btn-info.active,
.open .dropdown-toggle.wpolling-eiterig-btn-info {
    background-image: none;
}
.wpolling-eiterig-btn-info.disabled,
.wpolling-eiterig-btn-info[disabled],
fieldset[disabled] .wpolling-eiterig-btn-info,
.wpolling-eiterig-btn-info.disabled:hover,
.wpolling-eiterig-btn-info[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-info:hover,
.wpolling-eiterig-btn-info.disabled:focus,
.wpolling-eiterig-btn-info[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-info:focus,
.wpolling-eiterig-btn-info.disabled:active,
.wpolling-eiterig-btn-info[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-info:active,
.wpolling-eiterig-btn-info.disabled.active,
.wpolling-eiterig-btn-info[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-info.active {
    background-color: #354468;
    border-color: #2c3c62;
}
.wpolling-eiterig-btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.wpolling-eiterig-btn-warning {
    color: #babfa0;
    background-color: #4a2b0f;
    border-color: #5a3412;
}
.wpolling-eiterig-btn-warning:hover,
.wpolling-eiterig-btn-warning:focus,
.wpolling-eiterig-btn-warning:active,
.wpolling-eiterig-btn-warning.active,
.open .dropdown-toggle.wpolling-eiterig-btn-warning {
    color: #babfa0;
    background-color: #542f0e;
    border-color: #5a3412;
}
.wpolling-eiterig-btn-warning:active,
.wpolling-eiterig-btn-warning.active,
.open .dropdown-toggle.wpolling-eiterig-btn-warning {
    background-image: none;
}
.wpolling-eiterig-btn-warning.disabled,
.wpolling-eiterig-btn-warning[disabled],
fieldset[disabled] .wpolling-eiterig-btn-warning,
.wpolling-eiterig-btn-warning.disabled:hover,
.wpolling-eiterig-btn-warning[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-warning:hover,
.wpolling-eiterig-btn-warning.disabled:focus,
.wpolling-eiterig-btn-warning[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-warning:focus,
.wpolling-eiterig-btn-warning.disabled:active,
.wpolling-eiterig-btn-warning[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-warning:active,
.wpolling-eiterig-btn-warning.disabled.active,
.wpolling-eiterig-btn-warning[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-warning.active {
    background-color: #542f0e;
    border-color: #5a3412;
}
.wpolling-eiterig-btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.wpolling-eiterig-btn-danger {
    color: #babfa0;
    background-color: #401212;
    border-color: #521818;
}
.wpolling-eiterig-btn-danger:hover,
.wpolling-eiterig-btn-danger:focus,
.wpolling-eiterig-btn-danger:active,
.wpolling-eiterig-btn-danger.active,
.open .dropdown-toggle.wpolling-eiterig-btn-danger {
    color: #babfa0;
    background-color: #4a1313;
    border-color: #521818;
}
.wpolling-eiterig-btn-danger:active,
.wpolling-eiterig-btn-danger.active,
.open .dropdown-toggle.wpolling-eiterig-btn-danger {
    background-image: none;
}
.wpolling-eiterig-btn-danger.disabled,
.wpolling-eiterig-btn-danger[disabled],
fieldset[disabled] .wpolling-eiterig-btn-danger,
.wpolling-eiterig-btn-danger.disabled:hover,
.wpolling-eiterig-btn-danger[disabled]:hover,
fieldset[disabled] .wpolling-eiterig-btn-danger:hover,
.wpolling-eiterig-btn-danger.disabled:focus,
.wpolling-eiterig-btn-danger[disabled]:focus,
fieldset[disabled] .wpolling-eiterig-btn-danger:focus,
.wpolling-eiterig-btn-danger.disabled:active,
.wpolling-eiterig-btn-danger[disabled]:active,
fieldset[disabled] .wpolling-eiterig-btn-danger:active,
.wpolling-eiterig-btn-danger.disabled.active,
.wpolling-eiterig-btn-danger[disabled].active,
fieldset[disabled] .wpolling-eiterig-btn-danger.active {
    background-color: #4a1313;
    border-color: #401212;
}
.wpolling-eiterig-btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
/*
   End Eiterig Skin
*/

/*
  Start Light Skin
*/
.wpolling-light-panel {
    margin-bottom: 20px;
    /*background-color: #ffffff;
    border: 1px solid transparent;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

    background-color: rgba(169, 169, 169, 0.2);
    border: 1px solid #343434;
}

.wpolling-light-panel-body {
    padding: 15px;
}

.wpolling-light-panel-body:before,
.wpolling-light-panel-body:after {
    display: table;
    content: " ";
}

.wpolling-light-panel-body:after {
    clear: both;
}

.wpolling-light-panel-body:before,
.wpolling-light-panel-body:after {
    display: table;
    content: " ";
}

.wpolling-light-panel-body:after {
    clear: both;
}

.wpolling-light-panel > .list-group {
    margin-bottom: 0;
}

.wpolling-light-panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.wpolling-light-panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.wpolling-light-panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.wpolling-light-panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.wpolling-light-panel > .table {
    margin-bottom: 0;
}

.wpolling-light-panel > .wpolling-light-panel-body + .table {
    border-top: 1px solid #dddddd;
}

.wpolling-light-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.wpolling-light-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.wpolling-light-panel-title > a {
    color: inherit;
}

.wpolling-light-panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #444444;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgba(32, 32, 32, 0.5);
}

.wpolling-light-panel-group .wpolling-light-panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.wpolling-light-panel-group .wpolling-light-panel + .wpolling-light-panel {
    margin-top: 5px;
}

.wpolling-light-panel-group .wpolling-light-panel-heading {
    border-bottom: 0;
}

.wpolling-light-panel-group .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top: 1px solid #dddddd;
}

.wpolling-light-panel-group .wpolling-light-panel-footer {
    border-top: 0;
}

.wpolling-light-panel-group .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom: 1px solid #dddddd;
}

.wpolling-light-panel-default {
    border-color: rgba(169, 39, 18, 0.4);
}

.wpolling-light-panel-default > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(169, 39, 18, 0.6);
    border-color: #444444;
}

.wpolling-light-panel-default > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-default > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}

.wpolling-light-panel-primary {
    border-color: rgba(12, 66, 113, 0.6);
}

.wpolling-light-panel-primary > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(12, 66, 113, 0.7);
    border-color: #444444;
}

.wpolling-light-panel-primary > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-primary > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}

.wpolling-light-panel-success {
    border-color: rgba(32, 105, 32, 0.6);
}

.wpolling-light-panel-success > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(32, 105, 32, 0.7);
    border-color: #444444;
}

.wpolling-light-panel-success > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-success > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}

.wpolling-light-panel-warning {
    border-color: rgba(145, 99, 19, 0.6);
}

.wpolling-light-panel-warning > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(145, 99, 19, 0.7);
    border-color: #444444;
}

.wpolling-light-panel-warning > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-warning > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}

.wpolling-light-panel-danger {
    border-color: rgba(138, 27, 24, 0.7);
}

.wpolling-light-panel-danger > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(138, 27, 24, 0.8);
    border-color: #444444;
}

.wpolling-light-panel-danger > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-danger > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}

.wpolling-light-panel-info {
    border-color: rgba(29, 99, 120, 0.6);
}

.wpolling-light-panel-info > .wpolling-light-panel-heading {
    color: #ffffff;
    background-color: rgba(29, 99, 120, 0.7);
    border-color: #444444;
}

.wpolling-light-panel-info > .wpolling-light-panel-heading + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-top-color: transparent;
}

.wpolling-light-panel-info > .wpolling-light-panel-footer + .wpolling-light-panel-collapse .wpolling-light-panel-body {
    border-bottom-color: transparent;
}


.wpolling-light-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.3s ease 0s;
}

.wpolling-light-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.wpolling-light-btn:hover,
.wpolling-light-btn:focus {
    color: #333333;
    text-decoration: none;
}

.wpolling-light-btn:active,
.wpolling-light-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wpolling-light-btn.disabled,
.wpolling-light-btn[disabled],
fieldset[disabled] .wpolling-light-btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpolling-light-btn-default {
    color: #E5E5E5;
    background-color: #A92712;
    border-color: #ebebeb;
}

.wpolling-light-btn-default:hover,
.wpolling-light-btn-default:focus,
.wpolling-light-btn-default:active,
.wpolling-light-btn-default.active,
.open .dropdown-toggle.wpolling-light-btn-default {
    color: #ffffff;
    background-color: #871604;
    border-color: #f0eeee;
}

.wpolling-light-btn-default:active,
.wpolling-light-btn-default.active,
.open .dropdown-toggle.wpolling-light-btn-default {
    background-image: none;
}

.wpolling-light-btn-default.disabled,
.wpolling-light-btn-default[disabled],
fieldset[disabled] .wpolling-light-btn-default,
.wpolling-light-btn-default.disabled:hover,
.wpolling-light-btn-default[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-default:hover,
.wpolling-light-btn-default.disabled:focus,
.wpolling-light-btn-default[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-default:focus,
.wpolling-light-btn-default.disabled:active,
.wpolling-light-btn-default[disabled]:active,
fieldset[disabled] .wpolling-light-btn-default:active,
.wpolling-light-btn-default.disabled.active,
.wpolling-light-btn-default[disabled].active,
fieldset[disabled] .wpolling-light-btn-default.active {
    background-color: #A92712;
    border-color: #cccccc;
}

.wpolling-light-btn-primary {
    color: #ffffff;
    background-color: #0c4271;
    border-color: #246ebd;
}

.wpolling-light-btn-primary:hover,
.wpolling-light-btn-primary:focus,
.wpolling-light-btn-primary:active,
.wpolling-light-btn-primary.active,
.open .dropdown-toggle.wpolling-light-btn-primary {
    color: #ffffff;
    background-color: #0b3151;
    border-color: #274e7e;
}

.wpolling-light-btn-primary:active,
.wpolling-light-btn-primary.active,
.open .dropdown-toggle.wpolling-light-btn-primary {
    background-image: none;
}

.wpolling-light-btn-primary.disabled,
.wpolling-light-btn-primary[disabled],
fieldset[disabled] .wpolling-light-btn-primary,
.wpolling-light-btn-primary.disabled:hover,
.wpolling-light-btn-primary[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-primary:hover,
.wpolling-light-btn-primary.disabled:focus,
.wpolling-light-btn-primary[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-primary:focus,
.wpolling-light-btn-primary.disabled:active,
.wpolling-light-btn-primary[disabled]:active,
fieldset[disabled] .wpolling-light-btn-primary:active,
.wpolling-light-btn-primary.disabled.active,
.wpolling-light-btn-primary[disabled].active,
fieldset[disabled] .wpolling-light-btn-primary.active {
    background-color: #0c4271;
    border-color: #246ebd;
}

.wpolling-light-btn-warning {
    color: #ffffff;
    background-color: #915c13;
    border-color: #eea125;
}

.wpolling-light-btn-warning:hover,
.wpolling-light-btn-warning:focus,
.wpolling-light-btn-warning:active,
.wpolling-light-btn-warning.active,
.open .dropdown-toggle.wpolling-light-btn-warning {
    color: #ffffff;
    background-color: #805212;
    border-color: #d47401;
}

.wpolling-light-btn-warning:active,
.wpolling-light-btn-warning.active,
.open .dropdown-toggle.wpolling-light-btn-warning {
    background-image: none;
}

.wpolling-light-btn-warning.disabled,
.wpolling-light-btn-warning[disabled],
fieldset[disabled] .wpolling-light-btn-warning,
.wpolling-light-btn-warning.disabled:hover,
.wpolling-light-btn-warning[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-warning:hover,
.wpolling-light-btn-warning.disabled:focus,
.wpolling-light-btn-warning[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-warning:focus,
.wpolling-light-btn-warning.disabled:active,
.wpolling-light-btn-warning[disabled]:active,
fieldset[disabled] .wpolling-light-btn-warning:active,
.wpolling-light-btn-warning.disabled.active,
.wpolling-light-btn-warning[disabled].active,
fieldset[disabled] .wpolling-light-btn-warning.active {
    background-color: #915c13;
    border-color: #eea236;
}

.wpolling-light-btn-danger {
    color: #ffffff;
    background-color: #8a1b18;
    border-color: #d32f2a;
}

.wpolling-light-btn-danger:hover,
.wpolling-light-btn-danger:focus,
.wpolling-light-btn-danger:active,
.wpolling-light-btn-danger.active,
.open .dropdown-toggle.wpolling-light-btn-danger {
    color: #ffffff;
    background-color: #6d1614;
    border-color: #ac1814;
}

.wpolling-light-btn-danger:active,
.wpolling-light-btn-danger.active,
.open .dropdown-toggle.wpolling-light-btn-danger {
    background-image: none;
}

.wpolling-light-btn-danger.disabled,
.wpolling-light-btn-danger[disabled],
fieldset[disabled] .wpolling-light-btn-danger,
.wpolling-light-btn-danger.disabled:hover,
.wpolling-light-btn-danger[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-danger:hover,
.wpolling-light-btn-danger.disabled:focus,
.wpolling-light-btn-danger[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-danger:focus,
.wpolling-light-btn-danger.disabled:active,
.wpolling-light-btn-danger[disabled]:active,
fieldset[disabled] .wpolling-light-btn-danger:active,
.wpolling-light-btn-danger.disabled.active,
.wpolling-light-btn-danger[disabled].active,
fieldset[disabled] .wpolling-light-btn-danger.active {
    background-color: #8a1b18;
    border-color: #d43f3a;
}

.wpolling-light-btn-success {
    color: #ffffff;
    background-color: #206920;
    border-color: #4cae4c;
}

.wpolling-light-btn-success:hover,
.wpolling-light-btn-success:focus,
.wpolling-light-btn-success:active,
.wpolling-light-btn-success.active,
.open .dropdown-toggle.wpolling-light-btn-success {
    color: #ffffff;
    background-color: #1a521a;
    border-color: #498438;
}

.wpolling-light-btn-success:active,
.wpolling-light-btn-success.active,
.open .dropdown-toggle.wpolling-light-btn-success {
    background-image: none;
}

.wpolling-light-btn-success.disabled,
.wpolling-light-btn-success[disabled],
fieldset[disabled] .wpolling-light-btn-success,
.wpolling-light-btn-success.disabled:hover,
.wpolling-light-btn-success[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-success:hover,
.wpolling-light-btn-success.disabled:focus,
.wpolling-light-btn-success[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-success:focus,
.wpolling-light-btn-success.disabled:active,
.wpolling-light-btn-success[disabled]:active,
fieldset[disabled] .wpolling-light-btn-success:active,
.wpolling-light-btn-success.disabled.active,
.wpolling-light-btn-success[disabled].active,
fieldset[disabled] .wpolling-light-btn-success.active {
    background-color: #206920;
    border-color: #4cae4c;
}

.wpolling-light-btn-info {
    color: #ffffff;
    background-color: #1b6378;
    border-color: #35b7da;
}

.wpolling-light-btn-info:hover,
.wpolling-light-btn-info:focus,
.wpolling-light-btn-info:active,
.wpolling-light-btn-info.active,
.open .dropdown-toggle.wpolling-light-btn-info {
    color: #ffffff;
    background-color: #195060;
    border-color: #158abc;
}

.wpolling-light-btn-info:active,
.wpolling-light-btn-info.active,
.open .dropdown-toggle.wpolling-light-btn-info {
    background-image: none;
}

.wpolling-light-btn-info.disabled,
.wpolling-light-btn-info[disabled],
fieldset[disabled] .wpolling-light-btn-info,
.wpolling-light-btn-info.disabled:hover,
.wpolling-light-btn-info[disabled]:hover,
fieldset[disabled] .wpolling-light-btn-info:hover,
.wpolling-light-btn-info.disabled:focus,
.wpolling-light-btn-info[disabled]:focus,
fieldset[disabled] .wpolling-light-btn-info:focus,
.wpolling-light-btn-info.disabled:active,
.wpolling-light-btn-info[disabled]:active,
fieldset[disabled] .wpolling-light-btn-info:active,
.wpolling-light-btn-info.disabled.active,
.wpolling-light-btn-info[disabled].active,
fieldset[disabled] .wpolling-light-btn-info.active {
    background-color: #1b6378;
    border-color: #46b8da;
}
/*
    End Light Skin
*/
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.wpolling-glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpolling-glyphicon-thumbs-up:before {
    content: "\e125";
}

.wpolling-glyphicon-thumbs-down:before {
    content: "\e126";
}

.wpolling-glyphicon-ok:before {
    content: "\e013";
}

.wpolling-glyphicon-remove:before {
    content: "\e014";
}

.wpolling-btn-comments {
    color: #3b5998;
    background-color: transparent;
    border: 0;
}
.wpolling-btn-comments:hover,
.wpolling-btn-comments:focus,
.wpolling-btn-comments:active {
    color: #8b9dc3;
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

.wpolling-btn-comments.disabled,
.wpolling-btn-comments[disabled] {
    color: #3b5998;
    background-color: transparent;
    border-color: transparent;
    border: 0;
}


.wpolling-btn-primary-comments {
    color: #357ebd;
    background-color: transparent;
    border-color: #357ebd;
}
.wpolling-btn-primary-comments:hover,
.wpolling-btn-primary-comments:focus,
.wpolling-btn-primary-comments:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.wpolling-btn-primary-comments.disabled,
.wpolling-btn-primary-comments[disabled] {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}


.wpolling-btn-success-comments {
    color: #4cae4c;
    background-color: transparent;
    border-color: #4cae4c;
}
.wpolling-btn-success-comments:hover,
.wpolling-btn-success-comments:focus,
.wpolling-btn-success-comments:active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.wpolling-btn-success-comments.disabled,
.wpolling-btn-success-comments[disabled] {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}

.wpolling-btn-info-comments {
    color: #46b8da;
    background-color: transparent;
    border-color: #46b8da;
}
.wpolling-btn-info-comments:hover,
.wpolling-btn-info-comments:focus,
.wpolling-btn-info-comments:active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.wpolling-btn-info-comments.disabled,
.wpolling-btn-info-comments[disabled] {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
}

.wpolling-btn-warning-comments {
    color: #eea236;
    background-color: transparent;
    border-color: #eea236;
}
.wpolling-btn-warning-comments:hover,
.wpolling-btn-warning-comments:focus,
.wpolling-btn-warning-comments:active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.wpolling-btn-warning-comments.disabled,
.wpolling-btn-warning-comments[disabled] {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #ffffff;
}

.wpolling-btn-danger-comments {
    color: #d43f3a;
    background-color: transparent;
    border-color: #d43f3a;
}
.wpolling-btn-danger-comments:hover,
.wpolling-btn-danger-comments:focus,
.wpolling-btn-danger-comments:active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.wpolling-btn-danger.disabled,
.wpolling-btn-danger[disabled] {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
}

/* Timer */

.wpolling_days_box {
    float: right;
    margin-top: -10px;
    min-height: 30px;

    text-align: center;
    display: inline;
    padding: .5em .5em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    margin-left: 1px;
}

.wpolling_days_box_label {
    font-size: 75%;
}

.wpolling_hours_box {
    float: right;
    margin-top: -10px;
    min-height: 30px;

    text-align: center;
    display: inline;
    padding: .5em .5em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    margin-left: 1px;
}

.wpolling_hours_box_label {
    padding-right: 1px;
    font-size: 75%;
}

.wpolling_minutes_box {
    float: right;
    margin-top: -10px;
    min-height: 30px;

    text-align: center;
    display: inline;
    padding: .5em .5em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    margin-left: 1px;
}

.wpolling_minutes_box_label {
    font-size: 75%;
}


.wpolling_seconds_box {
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    min-height: 30px;

    text-align: center;
    display: inline;
    padding: .5em .5em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .2em;
    margin-left: 1px;
}

.wpolling_seconds_box_label {
    font-size: 75%;
}

.wpolling-widget-header {

}

.wpolling-widget-timer-header {
    min-height: 50px;
}

.wpolling-widget-header .wpolling_widget_countdown_box {
    float: left;
}

.wpolling_widget_countdown_box .wpolling_seconds_box {
    float: right;
    margin-top: -10px;
    min-height: 10px;
    border-radius: 0;
}
.wpolling_widget_countdown_box .wpolling_seconds_box_label {
    font-size: 60%;
}

.wpolling_widget_countdown_box .wpolling_minutes_box {
    float: right;
    margin-top: -10px;
    min-height: 10px;
}
.wpolling_widget_countdown_box .wpolling_minutes_box_label {
    font-size: 60%;
}

.wpolling_widget_countdown_box .wpolling_hours_box {
    float: right;
    margin-top: -10px;
    min-height: 10px;
}
.wpolling_widget_countdown_box .wpolling_hours_box_label {
    font-size: 60%;
}

.wpolling_widget_countdown_box .wpolling_days_box {
    float: right;
    margin-top: -10px;
    min-height: 10px;
}
.wpolling_widget_countdown_box .wpolling_days_box_label {
    font-size: 60%;
}



.wpolling-label-default {
     background-color: #ffffff;
     color: #333;
 }

.wpolling-label-primary {
    background-color: #428bca;
}

.wpolling-label-success {
    background-color: #5cb85c;
}

.wpolling-label-info {
    background-color: #5bc0de;
}

.wpolling-label-warning {
    background-color: #f0ad4e;
}

.wpolling-label-danger {
    background-color: #d9534f;
}


/* eiterig */
.wpolling-label-eiterig-default {
    background-color: #A7A39C;
    color: #222;
}

.wpolling-label-eiterig-primary {
    background-color: #428bca;
}

.wpolling-label-eiterig-success {
    background-color: #0E350E;
    color: #babfa0;
}

.wpolling-label-eiterig-info {
    background-color: #2C3C62;
    color: #babfa0;
}

.wpolling-label-eiterig-warning {
    background-color: #4A2B0F;
    color: #babfa0;
}

.wpolling-label-eiterig-danger {
    background-color: #401212;
    color: #babfa0;
}

/* Light */

.wpolling-label-light-default {
    background-color: #A92712;
    color: #ffffff;
}

.wpolling-label-light-primary {
    background-color: #428bca;
}

.wpolling-label-light-success {
    background-color: #206920;
    color: #ffffff;
}

.wpolling-label-light-info {
    background-color: #1b6378;
    color: #ffffff;
}

.wpolling-label-light-warning {
    background-color: #915c13;
    color: #ffffff;
}

.wpolling-label-light-danger {
    background-color: #8a1b18;
    color: #ffffff;
}

.wpolling_countdown_box {
    float: right;
}

.wpolling_vote_btn {
    margin-right: 5px;
}

.wpolling_archive_btn {
    font-size: 20px;
    border-radius: 0;
    border: 0;
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    margin-left: 16px;
}

.wpolling-widget-footer span button:disabled {
    margin-right: 5px;
}

