.poll-status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.poll-status.closed {
    background: #d20b0b;
}
.poll-status.opened {
    background: #197701;
}
.table-buttons {
    text-align: right;
    float: right;
    margin-bottom: 1em;
    margin-right: 1em;
}

.table td i {
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px 0 0px;
}

.main-panel > .content {
    padding: 30px 15px;
    min-height: calc(100% - 146px);
}
.datepicker.datepicker-dropdown {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 7px rgba(25, 24, 24, 0.58);
}
h4.details-title {
    margin: 0;
    font-weight: normal;
}
h5.details-subtitle {
    margin: 0;
    color: #a2a0a0;
}
h5.details-code {
    font-size: 1em;
    margin: 0 0 10px;
    color: #a2a0a0;
}
div.row.detail-section {
    max-height: 450px;
}
.detail-add-btn {
    position: absolute;
    top: 30px;
    right: 20px;
}
div.chosen-container {
    display: block;
    width: 60% !important;
}

button.open-poll,
button.close-poll {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
input#input-file-voters {
    position: absolute;
    opacity: 0;
}
.btn-group.detail-main-menu {
    position: absolute;
    top: 100px;
    right: 20px;
}
button.btn.btn-primary.share-button {
    position: absolute;
    top: 100px;
    right: 200px;
    width: 130px;
}

button.btn.btn-primary.share-button i {
    margin-left: 5px;
}
.paginate_button {
    cursor: pointer;
}

/**
Login page
*/

div.main-panel.login-panel {
    float: none;
    width: 100%;
    background: none;
}

.login-container {
    width: 100%;
    margin: 0 auto;
}
img#login-logo {
    width: 35%;
    display: block;
    margin: 0 auto;
}
h4.list-group-item-heading.centered {
    font-size: 1.2em;
}
form.back-form {
    position: relative;
}
@media screen and (min-width: 650px) {
    form.back-form {
        position: absolute;
        top: 20px;
        left: 25px;
    }
    .login-container {
        width: 80%;
        margin: 0 auto;
    }
    img#login-logo {
        width: 20%;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (min-width: 800px) {
    .login-container {
        width: 75%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 950px) {
    .login-container {
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1150px) {
    .login-container {
        width: 50%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1250px) {
    .login-container {
        width: 45%;
        margin: 0 auto;
    }
}
h1.login-title {
    font-size: 1.8em;
    text-align: center;
    background: #472778;
    padding: .4em;
    color: white;
    margin: 20px 0 10px;
    border-radius: 4px;
}
button.btn.login-button {
    display: block;
    margin: 0px auto 11px;
    font-size: 1.2em;
}
form.logout-form {
    display: inline-block;
    margin: 24px 0 0;
}
button.logout-button {
    border: none;
    background: none;
}

/**
open
*/
.centered {
    text-align: center;
}
button.btn.btn-primary.vote-button.login-button {
    font-size: 1.5em;
}



.form-control {
    border: 1px solid #d2d2d2;
}
.sidebar .logo img {
    width: 30px;
    margin-right: 5px;
}
h2.voting-role {
    font-size: 1.1em;
    font-weight: bold;
    color: #003534;
}
.form-group.form-votes {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2.5em;
}
.form-votes .checkbox .icons, .form-votes .radio .icons {
    color: #496766;
}
.card  .form-votes  label {
    color: #6d6a67;
}
.sidebar[data-background-color="black"]:after, .sidebar[data-background-color="black"]:before, .off-canvas-sidebar[data-background-color="black"]:after, .off-canvas-sidebar[data-background-color="black"]:before {
    background-color: #160b2b;
}
.sidebar {
    background: #160b2b;
}
a.paginate_button {
    padding: 0 10px;
}
.form-votes small {
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}
body  {
    background: url(../img/cg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}
body .wrapper {
    background: none;
}
.wrapper.main-container {
    min-height: auto;
    background: rgba(0, 0, 0, 0.7);
}
a.paginate_button.current {
    color: #002a35;
    font-weight: bold;
}
label.poll-code {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

span.no-vote-found {
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px 0 10px;
}

.margin-top {
    margin-top: 30px;
}
nav.navbar.navbar-default {
    margin-bottom: 20px;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #cef;
    border-color: #333 transparent #333 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .loading-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .off-canvas-sidebar .logo img {
        display: none;
    }
  }

  .poll-invite-link {
    background-color: #fffcf5;
    border: medium none;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    width: 80%;
}

.social-poll-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
}

.social-poll-share .fa {
    font-size: 30px;
    width: 50px;
}

.share-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.alert {
    z-index: 99999999 !important;
}

button.btn.btn-primary.motions-button {
    position: absolute;
    top: 145px;
    right: 200px;
    width: 130px;
}

button.btn.btn-primary.back-poll-button {
    position: absolute;
    top: 100px;
    right: 15px;
    width: 130px;
}

span.motion-num {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}

.poll-data {
    margin: 15px 0 0;
    font-size: 10px;
    text-align: right;
}

.poll-data h5.details-code {
    margin-bottom: 20px;
}

.motion-content {
    word-break: break-word;
}

button.btn.btn-primary.back-poll-button.with-menu {
    right: 190px;
}

.registration-subtitle {
    font-size: 14px;
    width: 75%;
    display: block;
    margin: 0 auto 20px;
}

h2.motions-title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 20px;
    text-align: center;
    margin: 20px;
    font-weight: bold;
}

h5.details-link {
    font-size: 1em;
    margin: 0 0 30px;
}

p.card-title {
    margin: 0;
    text-align: center;
    color: #666;
}

p.card-motion-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.card-motion-title {
    word-break: break-word;
    margin-bottom: 40px;
}

h5.details-date {
    font-size: 1em;
    margin: 15px 0 0;
    color: #a2a0a0;
}
.modal-body.poll-groups-wrap {
    max-height: 70vh;
    overflow: auto;
}

ul.poll-groups-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.poll-groups-list li {
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

ul.poll-groups-list li span.ts-email-sent {
    position: absolute;
    bottom: 3px;
    left: 16px;
    font-size: 10px;
}
ul.poll-groups-list li .form-group.group-email {
    margin: 0;
}
ul.poll-groups-list li .group-name {
    font-weight: bold;
    margin-right: 20px;
}

ul.poll-groups-list li.ok {
    color: green;
}
ul.poll-groups-list li.ko {
    color: red;
}

.poll-groups-modal-dialog {
    width: 70vw;
}

ul.poll-groups-list li div.right {
    display: flex;
}
ul.poll-groups-list li div.right .form-group {
    margin-right: 10px;
}

.col-xs-1.voter-num-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.col-xs-1.voter-num-col span.voter-num {
    font-size: 16px;
    font-weight: bold;
}

.register-btn {
    margin-top: 30px !important;
}

h4.register-voters-title {
    font-size: 16px;
}
button#add-group-voter {
    display: block;
    margin: 0 auto 40px;
}
.register-voters {
    margin-bottom: 20px;
}
.col-xs-1.voter-del-col {
    padding: 0;
}
i.delete-voter-row.ti-trash {
    margin: 5px;
    display: block;
    font-size: 18px;
    cursor: pointer;
}
h5.register-link {
    font-size: 1em;
    margin-top: -20px;
    margin-bottom: 30px;
}
span.confirm-value {
    font-weight: bold;
}

ul.confirm-voters {
    margin: 20px;
    padding: 0 10px;
}
span.confirm-label {
    font-style: italic;
    margin-right: 15px;
}

a.list-group-item.voted {
    background: #9fff9f;
}

.form-group.col.col-middle {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.clearfix {
    clear: both;
}