/* === IMPORTS === */
/* Colors */
/*----------------------------------------------------*/
/* Page Styles */
.ballot-editor {
  margin-top: 10px;
}
.ballot-editor section.side-bar {
  height: 85vh;
  overflow: auto;
  padding: 10px;
  overflow-y: hidden;
}
.ballot-editor section.side-bar .tree-container {
  height: 60vh;
  margin: 0;
  overflow-y: auto;
  padding: 5px 0 5px 0;
}
.ballot-editor section.side-bar .tree-container .ballot-tree {
  list-style: none;
  padding-left: 10px;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .ballot-tree-item {
  margin: 0 0 0 20px;
}
.ballot-editor section.side-bar .tree-container .ballot-tree li.inactive {
  color: rgba(128, 128, 128, 0.54);
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer {
  padding: 5px;
  margin: 20px 0 20px 0;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .in-page-layer {
  margin: 20px 0 20px 0;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .inact-page {
  border: 2px solid rgba(0, 87, 0, 0.33);
  padding: 5px;
  cursor: pointer;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .race-layer {
  list-style: none;
  margin-left: 10px;
  border-left: 1px solid rgba(149, 8, 50, 0.33);
  padding: 0;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .race-layer .inact-race {
  border: 2px solid rgba(149, 8, 50, 0.33);
  padding: 5px;
  cursor: pointer;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .race-layer .option-layer {
  list-style: none;
  margin-left: 30px;
  border-left: 1px solid rgba(32, 152, 123, 0.33);
  padding: 0;
}
.ballot-editor section.side-bar .tree-container .ballot-tree .page-layer .race-layer .option-layer .inact-option {
  border: 2px solid rgba(32, 152, 123, 0.33);
  padding: 5px;
  cursor: pointer;
}
.ballot-editor section.side-bar .item-editor {
  height: 25vh;
  margin: 0;
  padding: 20px 0 20px 0;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.43);
}
.ballot-editor .remove-audio {
  position: absolute;
  top: -10px;
  right: -10px;
}
.ballot-editor span.active-page {
  color: white;
  font-weight: bold;
  background-color: #2c732c;
  padding: 5px;
}
.ballot-editor span.active-race {
  color: white;
  font-weight: bold;
  background-color: rgba(149, 8, 50, 0.86);
  padding: 5px;
}
.ballot-editor span.active-option {
  color: white;
  font-weight: bold;
  background-color: #20987b;
  padding: 5px;
}
.ballot-editor button.selected {
  background-color: rgba(128, 128, 128, 0.54);
}
.ballot-editor span[class*="active-"].empty {
  color: #9c0009;
  background-color: rgba(128, 128, 128, 0.54);
}
.ballot-editor span[class*="inact-"].empty {
  color: #9c0009;
}
.ballot-editor #pdf-img-container {
  position: absolute;
  height: 70vh;
  overflow: auto;
}
/*----------------------------------------------------*/
/* Colors */
/*----------------------------------------------------*/
.ballot-markup .btn-area {
  background-color: white;
  border: 2px dotted rgba(128, 128, 128, 0.54);
  color: rgba(128, 128, 128, 0.54);
  transition: .5s;
}
.ballot-markup .btn-area.active,
.ballot-markup .btn-area:hover {
  background-color: white;
  border: 2px dotted #188c00;
  color: #188c00;
  transition: .5s;
}
.ballot-markup .btn-area.drop {
  z-index: 1;
  position: absolute;
  left: 0;
  transform: translateY(0);
  background: transparent;
  color: transparent;
}
.ballot-markup .areas:hover > .drop {
  transform: translateY(100%);
  background: white;
  color: rgba(128, 128, 128, 0.54);
}
.ballot-markup .btn-area.drop.active,
.ballot-markup .btn-area.drop:hover {
  background-color: white;
  border: 2px dotted #9c0009;
  color: #9c0009;
  transition: .5s;
}
.ballot-markup .shape {
  width: 40px;
  height: 25px;
  border: 2px dashed #188c00;
  margin: 5px 10px;
}
.ballot-markup .ellipse {
  width: 40px;
  height: 25px;
  border: 2px dashed #188c00;
  margin: 5px 10px;
  border-radius: 100%;
}
.ballot-markup .btn[disabled].ellipse {
  width: 40px;
  height: 25px;
  border: 2px dashed #188c00;
  margin: 5px 10px;
  border-radius: 100%;
  border: 2px dashed rgba(128, 128, 128, 0.54);
}
.ballot-markup .rectangle {
  width: 40px;
  height: 25px;
  border: 2px dashed #188c00;
  margin: 5px 10px;
}
.ballot-markup .btn[disabled].rectangle {
  width: 40px;
  height: 25px;
  border: 2px dashed #188c00;
  margin: 5px 10px;
  border: 2px dashed rgba(128, 128, 128, 0.54);
}
input.form-control.dimension {
  display: inline;
  width: 100px;
}
/* Colors */
/*----------------------------------------------------*/
.jur-dropdown-shift {
  position: relative !important;
  top: -6px !important;
}
.jur-dropdown-dem {
  height: 28px !important;
  width: 150px !important;
}
.jurisdiction-text-field {
  width: 150px;
  height: 28px;
  margin-right: 5px;
  float: right;
  position: relative;
  top: -3px;
  border-radius: 0;
}
.jurisdiction-text-area {
  width: 200px;
  height: 80px;
  margin-right: 5px;
  float: right;
  overflow: auto;
}
.jurisdiction-submit {
  margin: 5px 5px 0 0;
  float: right;
  border-radius: 0;
}
.jurisdiction-tree-l0 {
  list-style: none;
  padding-left: 10px;
}
.jurisdiction-tree-l1 {
  list-style: none;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  padding: 0;
}
.jurisdiction-tree-l2 {
  list-style: none;
  margin-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  padding: 0;
}
.inner-jurisdiction-tree-layer {
  margin: 20px 0 0 0;
}
.jurisdiction-layer {
  padding: 5px;
  margin-bottom: 10px;
}
.jurisdiction-item {
  margin: 0 2px 0 10px;
  white-space: nowrap;
}
.active-j {
  color: white;
  font-weight: bold;
  padding: 5px;
}
.inact {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.district {
  border-color: rgba(0, 0, 0, 0.45);
}
span.active-district {
  color: white;
  font-weight: bold;
  padding: 5px;
  border-color: black;
  background-color: #1e1e1e;
}
.inact-district {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(0, 0, 0, 0.45);
}
span.active-poll {
  color: white;
  font-weight: bold;
  padding: 5px;
  border-color: #00005a;
  background-color: #000087;
}
.inact-poll {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(0, 0, 90, 0.45);
}
span.active-cumulative {
  color: white;
  font-weight: bold;
  padding: 5px;
  border-color: #3c003c;
  background-color: #5a005a;
}
.inact-cumulative {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(60, 0, 60, 0.45);
}
span.active-base {
  color: white;
  font-weight: bold;
  padding: 5px;
  border-color: #004600;
  background-color: #006400;
}
.inact-base {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(0, 70, 0, 0.45);
}
span.active-race {
  color: white;
  font-weight: bold;
  padding: 5px;
  border-color: #8c3c00;
  background-color: #a05000;
}
.inact-race {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(140, 60, 0, 0.45);
}
span.active-option {
  color: white;
  font-weight: bold;
  padding: 5px;
  background-color: #c8378c;
}
.inact-option {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(180, 45, 126, 0.45);
}
span.active-vg {
  color: white;
  font-weight: bold;
  padding: 5px;
  background-color: #cccc00;
}
.inact-vg {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(180, 180, 0, 0.45);
}
span.active-sh {
  color: white;
  font-weight: bold;
  padding: 5px;
  background-color: #009696;
}
.inact-sh {
  border: 2px solid;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-color: rgba(0, 130, 130, 0.45);
}
.jurisdiction-add-item {
  color: rgba(106, 107, 106, 0.51);
  font-style: italic;
  border: 1px dotted rgba(106, 107, 106, 0.51);
  padding: 5px;
  margin: 0 0 0 10px;
  text-decoration: rgba(106, 107, 106, 0.51);
}
.edit-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
}
.district-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(90, 90, 90, 0.3);
}
.poll-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(0, 0, 90, 0.3);
}
.cumulative-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(60, 0, 60, 0.3);
}
.base-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(0, 70, 0, 0.3);
}
.race-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(140, 60, 0, 0.3);
}
.option-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(180, 45, 126, 0.3);
}
.vg-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(180, 180, 0, 0.3);
}
.sh-editing-area {
  margin: 12px 0 0 12px;
  padding: 12px 0 35px 0;
  background-color: rgba(0, 130, 130, 0.3);
}
.jur-editing-area > p {
  clear: both;
  margin-left: 5px;
}
.jur-editing-area > p > span {
  margin-right: 2px;
  float: right;
}
.jurisdiction-column {
  height: 48vh;
  overflow: auto;
}
.jurisdiction-item-record {
  margin-right: 12px;
}
.jurisdiction-item-link {
  margin-right: 5px;
  font-size: xx-small;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.info-area {
  line-height: 2.0;
  display: inline;
  overflow: auto;
}
.race-text-area {
  clear: both;
  margin: 5px 0 5px 5px;
}
.jur-modal-text {
  font-size: 14px;
  color: #6a6a6a;
  opacity: 0.9;
}
.btn-warning {
  height: 39px;
}
/* === GLOBAL VARIABLES === */
/*--------------------------------------------------------------------------------------------------------------------------------------*/
body {
  padding-top: 100px;
  height: 100%;
  font-family: Lato;
  font-size: 15px;
  word-break: normal;
  color: #515151;
}
.selected {
  font-weight: bold;
  border-radius: 4px;
  border: solid rgba(0, 0, 0, 0.16);
  padding-left: 10px;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.white-bg {
  background-color: #ffffff;
}
.no-border {
  border: none;
}
/*====================TYPOGRAPHY====================*/
/*Lato*/
@font-face {
  font-family: Lato;
  src: url('/fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: Lato-Bold;
  src: url('/fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: Lato-Black;
  src: url('/fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: Lato-Light;
  src: url('/fonts/Lato-Light.ttf');
}
@font-face {
  font-family: Lato-Italic;
  src: url('/fonts/Lato-Italic.ttf');
}
/*Montserrat*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('/fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('/fonts/Montserrat-Bold.ttf');
}
@font-face {
  font-family: Montserrat-Light;
  src: url('/assets/fonts/Montserrat-Light.ttf');
}
/*====================COMPONENTS====================*/
/*Toggle switch*/
.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 70px;
}
.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
  cursor: default !important;
}
.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ats-switch > div {
  position: relative;
  width: 150%;
}
.ats-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}
.ats-switch .switch-on {
  left: 0%;
}
.ats-switch .switch-off {
  left: -50%;
}
.ats-switch .swtich-left,
.ats-switch .switch-right {
  z-index: 1;
}
.ats-switch .switch-left {
  color: #fff;
  background: #2f99bd;
}
.ats-switch .switch-right {
  color: #333;
  background: #f0f0f0;
  border-left: 1px solid #c1c1c1;
}
.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.ats-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 70px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ats-switch:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ats-switch.disabled:hover {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.ats-switch .knob {
  border-right: none;
  border-left: none;
  text-align: center;
  margin-bottom: -1px;
  z-index: 100;
  background: #fff;
}
.ats-switch .knob i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.ats-switch .switch-left,
.ats-switch .switch-right,
.ats-switch .knob {
  min-height: 28px;
}
.ats-switch.switch-mini {
  min-width: 72px;
}
.ats-switch.switch-mini .switch-left,
.ats-switch.switch-mini .switch-right,
.ats-switch.switch-mini .knob {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  min-height: 18px;
}
.ats-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.ats-switch.switch-small {
  min-width: 80px;
}
.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right,
.ats-switch.switch-small .knob {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
}
.ats-switch.switch-large {
  min-width: 120px;
}
.ats-switch.switch-large .switch-left,
.ats-switch.switch-large .switch-right,
.ats-switch.switch-large .knob {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
  min-height: 34px;
}
.ats-switch span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.ats-switch.switch-primary span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch.switch-info span.switch-left {
  color: #fff;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #fff;
  background: #5cb85c;
}
.ats-switch.switch-warning span.switch-left {
  background: #f0ad4e;
  color: #fff;
}
.ats-switch.switch-danger span.switch-left {
  color: #fff;
  background: #d9534f;
}
.ats-switch.switch-default span.switch-left {
  color: #000;
  background: #eeeeee;
}
/*custom form elements.*/
/* header and sub-header */
form .form-header {
  margin-bottom: 25px;
}
form .form-subheader {
  font-weight: 700;
  margin-top: 5px;
}
/* textarea */
form .form-group textarea {
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group .second-level-label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #6a6a6a;
}
/* thin label */
form .form-group .thin-label {
  font-weight: 400;
}
/*Custom modals.*/
.modal-dialog {
  top: 100px;
}
.modal-dialog input[id='name'] {
  width: 100%;
}
.modal-content {
  border: none;
}
.modal-header.dark-theme {
  background-color: #414141;
}
.modal-header.dark-theme button.close {
  color: #fff;
}
.modal-body .control-label {
  padding-bottom: 5px;
  padding-top: 10px;
}
.modal-body .form-btn-group {
  display: block;
  height: 34px;
  margin-top: 35px;
}
.modal-dialog p.alert-danger {
  padding: 10px;
  margin-top: 15px;
}
.modal-dialog .help-block {
  color: inherit;
}
.modal-dialog .page-header {
  padding: 0;
}
.modal-dialog #language,
.modal-dialog #ballotGroup {
  color: #515151;
  text-align: left;
}
.modal-dialog #language .btn-default,
.modal-dialog #ballotGroup .btn-default {
  color: #515151;
}
.modal-dialog #language .btn-default .caret,
.modal-dialog #ballotGroup .btn-default .caret {
  position: relative;
  bottom: 2px;
  right: -10px;
}
.modal-dialog #language .dropdown-menu,
.modal-dialog .modal-ballot .dropdown-menu,
.modal-dialog #ballotGroup .dropdown-menu {
  width: 100%;
  top: 28px;
}
/*'Add voter' lightbox*/
.modal-body {
  max-height: 600px;
  overflow: auto;
}
/*UI grid.*/
.ui-grid-header-cell .auth-checkbox {
  margin: 5px;
  cursor: pointer;
}
.ui-grid-pagination.pagination > .disabled > a {
  cursor: default;
}
.ui-grid-button.btn {
  margin: 20px 0;
}
/*Loading spinners.*/
.loading-spinner {
  position: relative;
}
.loading-spinner.page-spinner {
  padding: 200px;
}
.loading-spinner.seal-image-spinner {
  padding: 50px;
}
/*Pdf viewer.*/
canvas {
  width: 80%;
  margin-top: 5px;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.ballot-preview {
  margin-top: 30px;
}
.black-white-toolbar .pdf-toolbar .wrapper {
  border: 1px solid #cecece;
  display: inline-block;
}
.black-white-toolbar .pdf-toolbar .btn {
  padding: 6px;
}
.black-white-toolbar .pdf-toolbar button {
  background-color: #535152;
  border-color: #535152;
  color: #fff;
}
.black-white-toolbar .pdf-toolbar button:hover,
.black-white-toolbar .pdf-toolbar button:focus {
  background-color: #3d3b3c;
  border-color: #3d3b3c;
  color: #fff;
}
.black-white-toolbar .pdf-toolbar .page-input-group {
  margin: 0;
  padding: 0 15px;
  font-weight: bolder;
}
.black-white-toolbar .pdf-toolbar .page-input-group input[type='number'] {
  border: none;
  box-shadow: none;
  text-align: right;
  position: initial;
  color: #515151;
  padding: 0 5px 0 0;
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-size: 15px;
}
.black-white-toolbar .pdf-toolbar .page-input-group span {
  padding-right: 5px;
  font-size: 15px;
}
.btn-danger.for-viewer {
  top: 44px;
  position: absolute;
  right: 50px;
  padding: 5px;
}
.ballot-preview canvas {
  width: 100%;
}
.voted {
  color: green;
}
.not-voted {
  color: black;
}
/*Pdf viewer toolbar.*/
.pdf-toolbar .page-input-group {
  margin: 5px 0 5px 20px;
  display: inline-block;
  vertical-align: middle;
}
.pdf-toolbar .page-input-group .input-group-addon {
  width: 50px;
}
.pdf-toolbar .page-input-group input[type='number'] {
  width: 50px;
  /* remove arrows for the input type='number' */
  -moz-appearance: textfield;
}
.pdf-toolbar .page-input-group input::-webkit-outer-spin-button,
.pdf-toolbar .page-input-group input::-webkit-inner-spin-button {
  /* remove arrows for the input type='number'*/
  -webkit-appearance: none;
}
/*Flexible Slider*/
.thumbNailViewer li {
  list-style: none;
  display: inline-block;
}
.thumbNailViewer ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.thumbnail {
  height: 50px;
  padding: 2px;
}
.large {
  width: 405px;
}
.mainimageshell {
  background-color: #fff;
  border-radius: 8px;
  float: left;
  width: 400px;
  padding: 10px;
}
.viewwindow {
  width: 400px;
  height: 307px;
  overflow-x: hidden;
  position: relative;
}
.fullsizelist {
  position: absolute;
  top: 0;
  left: 0;
  transition: left .8s ease;
  -ms-transition: left .8s ease;
  -o-transition: left .8s ease;
  -webkit-transition: left .8s ease;
  -moz-transition: left .8s ease;
}
.bg {
  background-color: #333;
  padding: 10px;
  border-radius: 8px;
  float: left;
}
.thumbsshell {
  background-color: #fff;
  width: 400px;
  padding: 10px;
  border-radius: 8px;
  float: left;
}
.thumbswrapper {
  overflow-x: scroll;
  width: 394px;
  height: 60px;
  margin: 20px auto;
}
.thumbwrapper {
  float: left;
  height: 60px;
}
.captionshell {
  margin: 0 0 10px 5px;
  background-color: #fff;
  width: 175px;
  height: 324px;
  padding: 0 10px;
  border-radius: 8px;
  float: left;
}
.logoshell {
  margin: 0 0 0 5px;
  text-align: center;
  background-color: #fff;
  width: 175px;
  padding: 9px 10px;
  border-radius: 8px;
  float: left;
}
/*Placeholder dashboard ideas*/
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
/*File Upload*/
.drop-box {
  width: 300px;
  text-align: center;
  font-style: italic;
  opacity: 0.8;
}
.drop-box.img-drop-box {
  margin: 0 auto;
}
.additional-docs #file-chooser,
#pdf-fileChooser,
#voters-fileChooser {
  right: 0;
  position: absolute;
  z-index: 1;
}
.additional-docs #file-chooser .btn-green,
#pdf-fileChooser .btn-green,
#voters-fileChooser .btn-green {
  height: 50px;
}
.additional-docs #file-chooser .btn-primary,
#pdf-fileChooser .btn-primary,
#voters-fileChooser .btn-primary {
  height: 50px;
}
.additional-docs .dropdown-wrapper {
  width: 50%;
  margin: 10px auto 30px;
}
.additional-docs .dropdown-wrapper .btn-default,
.additional-docs .dropdown-wrapper .dropdown-menu {
  width: 100%;
}
/*Text angular editor.*/
.ta-toolbar {
  padding-bottom: 5px;
}
.btn-toolbar > .btn-group {
  margin-bottom: 5px;
}
.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.close {
  outline: none!important;
  opacity: 0.4;
  font-size: 24px;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.take-back {
  text-transform: uppercase;
  font-size: 15px;
  opacity: .6;
  border: none;
  background-color: transparent;
}
.take-back a {
  color: initial;
  border-bottom: 1.5px solid;
  opacity: .7;
  font-weight: bolder;
  font-size: 13px;
}
.take-back a:hover,
.take-back a:focus {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  outline: none;
}
hr.dark {
  border-color: #2d2d2d;
}
/*====================BOOTSTRAP OVERRIDES====================*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.nav > li > a:focus,
.nav > li > a:hover {
  border-radius: 0px;
}
.nav-tabs {
  border-bottom: 1.5px solid #298fb2;
}
.nav-tabs > li {
  margin-bottom: -1.5px;
}
.nav-tabs > li > a {
  background-color: rgba(209, 208, 208, 0.1);
  border-radius: 0;
  border-color: #d1d0d0;
  color: inherit;
  border-bottom: 1.5px solid #298fb2;
}
.nav-tabs > li > a:hover {
  background-color: #298fb2;
  border-color: #298fb2;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #298fb2;
  background-color: #298fb2;
  border-bottom: 1.5px solid transparent;
  font-family: Lato-Bold;
  color: #ffffff;
}
.nav-tabs.second-level-tabs {
  border-bottom: 1.5px solid #5a5a5a;
}
.nav-tabs.second-level-tabs > li > a {
  border-bottom: none;
  background-color: rgba(209, 208, 208, 0.2);
}
.nav-tabs.second-level-tabs > li.active > a,
.nav-tabs.second-level-tabs > li.active > a:focus,
.nav-tabs.second-level-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1.5px solid #5a5a5a;
  border-bottom-color: transparent;
}
.category-tabs .nav-pills li a {
  border: 1px solid transparent;
}
.category-tabs .nav-pills > li + li {
  margin-left: -1px;
}
.category-tabs .nav-pills > li > a {
  color: #6e7578;
  border-radius: 0px;
}
.category-tabs .nav.nav-pills > li > a:focus,
.category-tabs .nav.nav-pills > li > a:hover {
  color: #588eaf;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cecece;
}
.category-tabs .nav-pills > li.active a {
  border: 1px solid #cecece;
}
.category-tabs .nav-pills > li.active > a {
  background-color: #f5f5f5;
  color: #588eaf;
  font-weight: bold;
}
.category-tabs .nav-pills > li.active > a:focus,
.category-tabs .nav-pills > li.active > a:hover {
  cursor: default;
}
.modal-backdrop {
  bottom: 0;
}
/*Inputs*/
input,
.input-lg,
.input-sm,
.form-control {
  height: 40px;
  border-radius: 1px;
  font-size: 15px;
}
input[type='radio'],
input[type=checkbox] {
  height: initial;
}
.form-control::-webkit-input-placeholder {
  opacity: 0.9;
  font-size: 14px;
}
.form-control:-moz-placeholder {
  opacity: 0.9;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  opacity: 0.9;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  opacity: 0.9;
  font-size: 14px;
}
.has-success .form-control {
  border-color: #17ba7f;
}
.form-control:focus {
  border-color: #8ad0e8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 5px rgba(177, 177, 177, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 5px rgba(177, 177, 177, 0.6);
}
/*Buttons*/
.btn {
  border-radius: 1px;
  font-size: 16px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn-primary {
  background-color: #2f99bd;
  border: 2px solid #2f99bd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:active:focus {
  background-color: #277C99;
  border: 2px solid #277C99;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-primary[disabled] {
  background-color: #2f99bd;
  border: 3px solid #2f99bd;
  opacity: 0.5;
}
.btn-info {
  background-color: #31b0d5;
  border: 2px solid #31b0d5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled]:active:focus {
  background-color: #298fb2;
  border: 2px solid #298fb2;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-info[disabled] {
  background-color: #31b0d5;
  border: 3px solid #31b0d5;
  opacity: 0.5;
}
.btn-radio,
.btn-radio:hover,
.btn-radio:focus,
.btn-radio[disabled],
.btn-radio[disabled]:hover,
.btn-radio[disabled]:focus {
  background-color: #666666;
  border: 2px solid #666666;
  color: white;
}
.active[btn-radio] {
  background-color: #14b014 !important;
  border: 2px solid #14b014 !important;
  color: white;
}
.btn-danger {
  background-color: #ea243a;
  border: 2px solid #ea243a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:active:focus {
  background-color: #b71d2e;
  border: 2px solid #B71D2E;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-outline {
  background-color: transparent;
  border: 2px solid #3d3b3c;
  color: #3d3b3c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:focus,
.btn-outline:active:hover,
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled]:active:focus {
  background-color: #3d3b3c;
  border: 2px solid #3d3b3c;
  -webkit-transition: .4s;
  transition: .4s;
  color: #ffffff;
}
.btn-green {
  background-color: #17ba7f;
  border: 2px solid #17ba7f;
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green[disabled]:active:focus {
  background-color: #139E6D;
  border: 2px solid #139E6D;
  -webkit-transition: .4s;
  transition: .4s;
  color: #ffffff;
}
.btn-green-outline {
  background-color: transparent;
  border: 2px solid #17ba7f;
  color: #17ba7f;
}
.btn-green-outline:hover,
.btn-green-outline:focus,
.btn-green-outline:active,
.btn-green-outline:active:focus,
.btn-green-outline:active:hover,
.btn-green-outline[disabled]:hover,
.btn-green-outline[disabled]:focus,
.btn-green-outline[disabled]:active,
.btn-green-outline[disabled]:active:focus {
  background-color: #17ba7f;
  border: 2px solid #17ba7f;
  -webkit-transition: .4s;
  transition: .4s;
  color: #ffffff;
}
.btn-default {
  padding: 7px 12px;
  color: #515151;
  border-color: #515151;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-link {
  border-bottom: 2px solid transparent;
}
.btn-link:hover,
.btn-link:focus {
  cursor: pointer;
  color: #2d6598;
  border-bottom: 2px solid #2d6598;
  text-decoration: none;
}
/*Buttons for operations with ballot*/
.btn-icon {
  background-color: transparent;
  border: none;
  outline: none;
  color: #7f7f7f;
  text-align: center;
  font-size: 14px;
}
.btn-icon i {
  display: block;
  font-size: 26px;
  padding-bottom: 7px;
  color: #7f7f7f;
}
.btn-icon:hover {
  font-weight: bolder;
}
.btn-icon-add:hover,
.btn-icon-download:hover {
  color: #17ba7f;
}
.btn-icon-add:hover i,
.btn-icon-download:hover i {
  color: #17ba7f;
}
.btn-icon-edit:hover {
  color: #2f99bd;
}
.btn-icon-edit:hover i {
  color: #2f99bd;
}
.btn-icon-delete:hover,
.btn-icon-delete-all:hover {
  color: #ea243a;
}
.btn-icon-delete:hover i,
.btn-icon-delete-all:hover i {
  color: #ea243a;
}
/*Glyphicon buttons*/
.glyphicon {
  padding: 0 5px;
}

.glyphicon.angular-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  top: auto!important;
}

.glyphicon:hover {
  opacity: 0.6;
}
.glyphicon.glyphicon-btn {
  margin-left: 5px;
  cursor: pointer;
}
.glyphicon.glyphicon-btn.icon-primary {
  color: #337ab7;
}
.glyphicon.glyphicon-btn.icon-success {
  color: #5cb85c;
}
.glyphicon.glyphicon-btn.icon-danger {
  color: #d43f3a;
}
/*Pagination*/
.pagination {
  margin: 10px 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #515151;
  text-decoration: none;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  border-radius: 1px;
  font-weight: normal;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 1px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #515151;
  background-color: transparent;
  border: 1px solid #667174;
  font-weight: bolder;
  z-index: 1;
}
.pagination > li > a[aria-label='Previous'],
.pagination > li > a[aria-label='Next'] {
  font-weight: normal;
  border: 0;
}
.pagination > li.disabled > a:hover {
  cursor: default;
}
/*Bootstrap date time picker*/
.datetimepicker-wrapper {
  vertical-align: middle;
  display: inline-block;
}
.datetimepicker-wrapper > input {
  width: 100%;
}
.datetimepicker-wrapper > label {
  height: 34px;
  margin-bottom: 0;
}
.datetimepicker-wrapper a.btn-link {
  color: #61a6e0;
}
.datetimepicker-wrapper a.btn-link:hover {
  border: none;
  text-decoration: none;
  color: #2d6598;
}
.datetimepicker-wrapper .btn[ng-click='toggleMeridian()'] {
  border: none;
  text-transform: lowercase;
  font-weight: bolder;
}
.datetimepicker-wrapper > .error-message {
  height: 29px;
  margin-top: 5px;
  color: #a94442;
}
.datetimepicker-wrapper [ng-model=hours],
.datetimepicker-wrapper [ng-model=minutes] {
  width: 46px;
  margin-left: 3px;
}
.datetimepicker-wrapper .dropdown-menu table {
  outline: none;
}
.datetimepicker-wrapper .dropdown-menu table .btn {
  outline: none!important;
  padding: 7px;
  border: 0.5px solid #cecece;
}
/*Bootstrap date picker*/
div[ng-model="specDate"] table,
div [ng-switch='datepickerMode'] table {
  font-size: 14px;
}
div[ng-model="specDate"] table .btn,
div [ng-switch='datepickerMode'] table .btn {
  font-size: 14px;
}
div[ng-model="specDate"] table .btn[ng-click='move(-1)'],
div [ng-switch='datepickerMode'] table .btn[ng-click='move(-1)'],
div[ng-model="specDate"] table .btn[ng-click='move(1)'],
div [ng-switch='datepickerMode'] table .btn[ng-click='move(1)'] {
  background-color: #758c94;
  border-color: #758c94;
  color: white;
}
div[ng-model="specDate"] table .text-info,
div [ng-switch='datepickerMode'] table .text-info {
  color: #4a844a;
  font-weight: bolder;
}
div[ng-model="specDate"] table .btn.active,
div [ng-switch='datepickerMode'] table .btn.active {
  background: #31b0d5;
}
div[ng-model="specDate"] table .btn.active .text-info,
div [ng-switch='datepickerMode'] table .btn.active .text-info {
  color: #ffffff;
}
div[ng-model="specDate"] table td[ng-show='showWeeks'],
div [ng-switch='datepickerMode'] table td[ng-show='showWeeks'] {
  background-color: rgba(117, 140, 148, 0.22);
}
div[ng-model="specDate"] table td[ng-show='showWeeks'] em,
div [ng-switch='datepickerMode'] table td[ng-show='showWeeks'] em {
  font-style: normal;
}
div[ng-model="specDate"] table:focus {
  outline: none;
}
/*Page tabs*/
.nav.nav-tabs.nav-page {
  margin-bottom: 25px;
}
.nav.nav-tabs.nav-page,
.pagination,
.carousel,
.panel-title a {
  cursor: default;
}
.nav.nav-tabs.nav-page > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  cursor: default;
  border-color: #fff #fff #ddd;
}
/*Bootstrap show errors directive.*/
.form-group .help-block {
  display: none;
}
.form-group .has-error .help-block {
  display: block;
}
.form-group.has-error .help-block {
  display: block;
}
.text-info {
  color: #28a9e8;
}
.light-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #6a6a6a;
  opacity: 0.9;
}
.light-text-small {
  font-size: 14px;
  color: #6a6a6a;
  opacity: 0.9;
  text-transform: none;
}
label.light-text {
  font-weight: normal;
}
.page-header {
  font-family: Montserrat-Regular;
  font-weight: bolder;
  margin: initial;
  border-bottom: none;
}
.dark-theme {
  background-color: #6e7578;
  border: 1px solid #656a6b;
  color: #ffffff;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*====================TOP NAVIGATION====================*/
.head-name-DT {
  background: -moz-linear-gradient(top, #393737 0%, #4b4b4b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #393737), color-stop(100%, #4b4b4b));
  background: -webkit-linear-gradient(top, #393737 0%, #4b4b4b 100%);
  background: -o-linear-gradient(top, #393737 0%, #4b4b4b 100%);
  background: -ms-linear-gradient(top, #393737 0%, #4b4b4b 100%);
  background: linear-gradient(to bottom, #393737 0%, #4b4b4b 100%);
  padding: 5px 0;
  color: #c6c6c6;
  text-align: center;
  font-family: "Montserrat-Regular";
}
.navbar-fixed-top {
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  max-width: 100vw;
}
.navbar-fixed-top .navbar-brand {
  text-transform: uppercase;
  font-family: "Lato-Black";
  color: #585858;
  font-size: 16px;
}
.navbar-fixed-top a.navbar-brand:hover {
  cursor: pointer;
  color: #313131;
}
.navbar-fixed-top ul.nav.navbar-nav {
  font-family: "Lato-Bold";
}
.navbar-fixed-top ul.nav.navbar-nav li a {
  color: #8f9399;
}
.navbar-fixed-top ul.nav.navbar-nav li a:hover {
  color: #4b4d50;
  background: transparent;
}
@media (max-width: 768px) {
  .navbar-header {
    border-bottom: 1px solid #cccccc;
  }
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border-radius: 1px;
}
.navbar-toggle .icon-bar {
  height: 2.5px;
  background-color: #5f5f5f;
}
.navbar-toggle:hover {
  cursor: pointer;
}
.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}
.menu:before {
  content: "[";
}
.menu:after {
  content: "]";
}
.menu > li {
  display: inline;
}
.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.absoluteHeader {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 768px) {
  .absoluteHeader {
    display: none;
  }
}

/*====================SIGN IN PAGE====================*/
.login-page {
  height: 100vh;
  background-color: #f3f4f5;
  margin-top: -50px;
  padding-top: 50px;
}
.login-page .head-name-DT {
  position: absolute;
  top: 0;
  width: 100%;
}
.login-page h3 {
  font-family: Montserrat-Regular;
  text-align: center;
  color: #5D5D5D;
}
.login-page .btn-primary {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bolder;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*====================HOME PAGE====================*/
.home-page {
  min-height: 100vh;
  background-color: #f3f4f5;
  /* Overwrite the default to keep the scrollbar always visible */
}
.home-page h4 {
  text-transform: uppercase;
  font-family: "Lato-Bold";
}
.home-page .card {
  height: 500px;
  overflow-y: auto;
  padding-bottom: 0;
}
.home-page .card p {
  opacity: .7;
  line-height: 1.2;
  font-size: 13px;
  min-height: 50px;
}
.home-page ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: .3em;
}
.home-page ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.home-page .list-group-item {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #238cb0;
  padding-left: 0;
  margin-bottom: 0;
}
.home-page .list-group-item:first-child {
  border-top: 1px solid #ddd;
}
.home-page .list-group-item a {
  padding-left: 20px;
  display: block;
}
.home-page .list-group-item a:before {
  content: '>> ';
  position: absolute;
  left: 0;
  color: transparent;
}
.home-page .list-group-item a:hover {
  text-decoration: underline;
  color: #236f93;
}
.home-page .list-group-item a:hover::before {
  color: #238cb0;
}
.home-page .list-group-item > div {
  font-family: "Lato-Italic";
  color: #949494;
  padding-left: 15px;
}
/*====================SIDEBAR====================*/
/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background: #3d3b3c;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -41px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar h5 {
  text-transform: uppercase;
  font-family: "Lato-Bold";
  font-size: 16px;
  opacity: 0.9;
  color: #fff;
  padding-left: 20px;
  padding-top: 10px;
}
.nav-sidebar h5:hover {
  cursor: default;
}
.nav-sidebar li a h5:hover {
  cursor: pointer;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 40px;
  color: #ffffff;
  opacity: 0.8;
  border-left: 5px solid transparent;
}
.nav-sidebar > li > a > h5 {
  margin-left: -47px;
  opacity: 1;
  padding-top: 0;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
  background-color: rgba(243, 243, 243, 0.1);
  opacity: 1;
}
.nav-sidebar > li > .active,
.nav-sidebar > li:hover > .active,
.nav-sidebar > li:focus > .active {
  background-color: rgba(243, 243, 243, 0.1);
  border-radius: 0;
  border-left: 5px solid #2f99bd;
  opacity: 1;
}
.nav-sidebar > li.active > a:focus,
.nav-sidebar > li.active > a:hover {
  background-color: rgba(243, 243, 243, 0.1);
  border-radius: 0;
  opacity: 1;
}
/*For modal windows*/
.sidebar .nav-pills > li > a {
  color: #ffffff;
  border-left: 5px solid transparent;
  opacity: 0.8;
}
.sidebar .nav-pills > li > a:hover,
.sidebar .nav-pills > li > a:focus {
  background-color: rgba(243, 243, 243, 0.1);
  border-radius: 0;
}
.sidebar .nav-pills > li.active > a {
  background-color: rgba(243, 243, 243, 0.1);
  border-radius: 0;
  border-left: 5px solid #2f99bd;
  opacity: 1;
}
.sidebar .nav-pills > li.active > a:focus,
.sidebar .nav-pills > li.active > a:hover {
  background-color: rgba(243, 243, 243, 0.1);
  border-radius: 0;
}
.sidebar .nav-stacked > li + li {
  margin-top: 1px;
}
.sidebar .modal-title {
  text-transform: uppercase;
  font-family: Montserrat-Regular;
  font-size: 23px;
  font-weight: bolder;
  letter-spacing: 0.07em;
}
.sidebar .modal-title .glyphicon {
  font-size: 20px;
}
#users-table tbody {
  font-size: 13px;
}

.modal-xlg{
  width: 70%;
  hight: 70%;
}
/*====================DASHBOARD====================*/
.sidebar label[for='language'],
.sidebar label[for='switcher'] {
  color: #ffffff;
  font-weight: normal;
  margin-right: 10px;
  opacity: 0.8;
  padding-bottom: 10px;
}
#language,
#ballotGroup {
  color: #ffffff;
}
#language .btn-default,
.modal-ballot .btn-default,
#ballotGroup .btn-default {
  background-color: transparent;
  width: 70%;
}
#language .btn-default .caret,
#ballotGroup .btn-default .caret {
  position: absolute;
  right: 35%;
  bottom: 17px;
}
#language .dropdown,
#ballotGroup .dropdown {
  border: 1px solid #ffffff;
  padding: 5px 15px;
  max-width: 200px;
}
#language .dropdown a,
#ballotGroup .dropdown a {
  color: #ffffff;
  border-bottom: none;
  text-decoration: none;
  width: 100%;
  display: block;
}
#language .dropdown-menu,
.modal-ballot .dropdown-menu,
#ballotGroup .dropdown-menu {
  width: 70%;
  border-radius: 0px;
  padding: 0 20px;
}
#language .dropdown-menu a,
#ballotGroup .dropdown-menu a {
  color: initial;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#language .dropdown-menu a:before,
#ballotGroup .dropdown-menu a:before {
  content: '>>';
  margin-right: 5px;
}
#language .dropdown-menu a:hover,
#ballotGroup .dropdown-menu a:hover {
  text-decoration: none;
  color: #2f99bd;
  cursor: pointer;
}
/*GENERAL*/
form[name='setupDetailForm'] hr {
  margin: 40px 0;
}
form[name='setupDetailForm'] a label:hover {
  cursor: pointer;
}

input[type=number].hidden-arrows-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number].no-border:focus {
  outline: none;
}

input[id='name'],
input[id='pathName'] {
  width: 340px;
}
.form-group.name,
.form-group.path-name,
.form-group.e-type,
.form-group.open-date,
.form-group.close-date {
  display: inline-block;
  margin-right: 35px;
  float: left;
}
form[name="setupBehaviorForm"] .method {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
}
form[name="setupBehaviorForm"] .check {
  display: inline-block;
  float: right;
}
form[name="mailingForm"] {
  margin-left: -15px;
}
form[name="mailingForm"] .form-group {
  margin-bottom: 25px;
}
form[name="mailingForm"] .form-subheader {
  padding: 15px 10px 10px;
  background-color: #ecfaff;
  margin-bottom: 15px;
  margin-top: 20px;
}
form[name="mailingForm"] .form-subheader:first-child {
  margin-top: 0;
}
.form-check label {
  display: block;
  font-family: "Lato-Light";
}
/*Seal preview*/
.img-preview-container {
  border: 1px dashed #cccccc;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 8%;
  width: 450px;
  margin-bottom: 0;
}
.img-preview-container img {
  max-height: 450px;
  max-width: 450px;
}
.img-preview-container .btn {
  padding: 10px;
}
.img-preview-container .btn .glyphicon {
  font-size: 16px;
}
.img-preview-container .btn-green {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10px;
}
.img-preview-container .btn-danger {
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-preview-container span {
  opacity: 0.6;
  font-size: 14px;
}
@media (max-width: 768px) {
  .img-preview-container {
    max-width: 300px;
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .img-preview-container .drop-box.img-drop-box {
    margin-left: -30px;
  }
}
/*Ballot page*/
.ballots-counter .btn-nav-group {
  border: 1px solid #a2c8d5;
}
.ballots-counter label {
  margin: 0 10px;
}
.ballots-counter .btn-counter {
  padding: 6px;
  border-radius: 0;
  height: 42px;
  width: 44px;
}
.ballots-counter .btn-link {
  width: auto;
}
.ballots-counter .active {
  font-weight: bold;
  background-color: rgba(41, 143, 178, 0.1) !important;
  border-bottom: 1.5px solid #298fb2;
}
.ballot-preview-panel .panel-fields {
  border-right: 1px solid #cecece;
}
.ballot-preview-panel .btn-export-group button {
  margin: 8.5px 0;
  width: 220px;
  text-align: left;
}
.ballot-preview-panel .btn-export-group .btn-link {
  text-align: left;
  padding: 0;
  width: inherit;
}
.ballot-preview-panel .form-control[disabled],
.ballot-preview-panel .form-control[readonly],
.ballot-preview-panel fieldset[disabled] .form-control {
  background-color: rgba(92, 184, 92, 0.08);
}
.race-item {
  padding: 5px;
  border: 3px solid white;
  position: relative;
}
.race-item .info-area {
  background-color: white;
  border: 0.75px solid #E5E5E5;
  border-radius: 2px;
  padding: 10px 20px;
}
.race-item .race-number {
  color: rgba(128, 128, 128, 0.73);
  margin: 0;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.btn-expand {
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.btn-expand-1 {
  top: 3px;
  font-size: 20px;
  color: #479ABB;
  cursor: pointer;
}
/*====================MAIN CONTENT====================*/
.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
/*White content card*/
.card {
  background-color: #fff;
  border-bottom: 1px solid lightgrey;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  margin-bottom: 30px;
}
/*Seal image*/
.seal-image-container {
  margin: 15px 0;
}
.ballot {
  font-family: Arial, sans-serif;
}
.ballot h1 {
  font-weight: bold;
  font-size: 18.7199993133545px;
}
.ballot h2 {
  font-weight: bold;
  font-size: 16px;
}
.ballot h3 {
  font-weight: bold;
  font-size: 14px;
}
.ballot h6 {
  font-size: 12px;
  color: #6a6b6a;
  text-align: justify;
}
.title {
  color: rgba(0, 0, 0, 0.5);
}
.pre {
  display: block;
  white-space: pre-wrap;
  unicode-bidi: embed;
}
.ballot-description {
  padding: 15px;
  line-height: inherit;
  text-align: center;
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.race-instruction {
  padding: 15px;
  line-height: inherit;
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.race-description {
  padding: 15px;
  font-weight: lighter !important;
  line-height: inherit;
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.race-options {
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.race-options .btn-checkbox .btn-default {
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
}
.race-options .btn-checkbox .btn-default .glyphicon {
  padding: 0;
}
.race-options input[id='writeIn'] {
  height: inherit;
  border-radius: 0;
  max-width: 68px;
}
.centred-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.ballot-overview .seal-image-container {
  margin: 0 auto 30px;
  max-width: 200px;
}
.ballot-overview ol {
  list-style-type: none;
  counter-reset: li;
  padding-left: 20px;
}
.ballot-overview ol li {
  padding: 10px 5px;
  font-size: 13px;
  margin-left: -14px;
}
.ballot-overview ol li.selected {
  border-radius: 0;
  border: none;
  border-left: 5px solid #2f99bd;
  background-color: #f8f8f8;
}
.ballot-overview ol li::before {
  counter-increment: li;
  content: counter(li);
  left: -2em;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  height: 100%;
}
.inline {
  float: left;
}
.btn-nav-group {
  margin-right: 30px;
}
.btn-preview-group {
  margin-right: 30px;
}
.btn-export-group {
  margin-right: 30px;
}
#export-dialog div.modal-header {
  padding: 5px 10px 5px 10px;
  text-align: center;
}
#export-dialog div.modal-footer {
  padding: 5px 10px 5px 10px;
}
.candidate-separator {
  margin: 5px;
}
.race-options {
  list-style-type: none;
}
.race-tip {
  position: absolute;
  z-index: 99999;
  background-color: rgba(247, 162, 127, 0.44);
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  margin: -20px 0 0 10px;
  color: rgba(0, 0, 0, 0.67);
}
.election-nav-btn {
  padding-bottom: 20px;
}
.flex-container {
  display: flex;
  margin: 10px;
}
.vertical-align-in-flex {
  display: inline-block;
  margin: auto;
  padding-left: 0;
}
.warn-text {
  color: #d9534f;
}
table {
  text-align: left;
  font-size: 14px;
}
table label {
  font-weight: normal;
}
.table-vertical-centered {
  vertical-align: middle !important;
}
.table-horizontal-centered {
  text-align: center;
}
.button-icon {
  margin-right: 5px;
}
.centered-col {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.background-additional {
  background-color: rgba(42, 47, 58, 0.22);
}
.background-1 {
  background-color: rgba(42, 47, 58, 0.22);
}
.background-2 {
  background-color: rgba(234, 89, 85, 0.57);
}
.background-required {
  background-color: rgba(34, 131, 18, 0.6);
}
.background-tip {
  background-color: rgba(42, 47, 58, 0.22);
  border: 1px dashed #585858 !important;
  padding: 5px;
}
.arrow-waiting {
  color: rgba(178, 49, 39, 0.69);
}
.arrow-inserted {
  color: rgba(34, 131, 18, 0.69);
}
.right-floated {
  float: right;
}
.icon-remove {
  cursor: pointer;
  color: #d43f3a;
  float: right;
}
.icon-edit {
  cursor: pointer;
  color: #1414d4;
  float: right;
}
.icon {
  width: 10px;
  height: 10px;
}
.high-modal-body {
  max-height: 600px;
  overflow: auto;
}
a.not-clickable {
  cursor: default;
  color: #c6c6c6;
}
i#pointer-down {
  animation: pointing .5s infinite;
}
@-webkit-keyframes pointing {
  from {
    top: 0;
  }
  to {
    top: 3px;
  }
}
@keyframes pointing {
  from {
    top: 0;
  }
  to {
    top: 3px;
  }
}
.btn.active {
  background: gray;
}
.canvas-container {
  margin: auto;
}
.tip {
  position: relative;
}
.tiptext {
  visibility: hidden;
  padding: 5px;
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  border-radius: 10%;
  z-index: 10;
  font-size: 12px;
}
.tip:hover > .tiptext {
  visibility: visible;
  padding: 3px;
  color: #ededed;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  border-radius: 10%;
  z-index: 10;
  font-size: 10px;
}
.ta-editor.form-control.myform-height,
.ta-scroll-window.form-control.myform-height {
  height: 180px;
  min-height: 150px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.form-control.myform-height > .ta-bind {
  min-height: 150px;
  padding: 6px 12px;
}
.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #3d3b3c;
  color: #3d3b3c;
  margin: 30px auto;
  cursor: pointer;
}
.step span {
  color: #3d3b3c;
}
.step:hover {
  background-color: #3d3b3c;
  -webkit-transition: .4s;
  transition: .4s;
}
.step:hover span {
  color: #fff;
}
.active-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3d3b3c;
  margin: auto;
  cursor: pointer;
}
.active-step span {
  color: #fff;
}
.non-step {
  text-align: left;
}
.step-name {
  position: absolute;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  width: 40px;
  font-size: 12px;
  color: #3a3a3a;
  line-height: 1.2;
}
.step-option {
  margin: 0 40px 0 0;
  text-align: center;
}
.stepMarker::selection {
  background: transparent;
}
.stepMarker::-moz-selection {
  background: transparent;
}
#step-data-container h3 {
  font-family: "Montserrat-Bold";
  color: #3d3b3c;
  font-size: 20px;
  margin-bottom: 5px;
}
#step-data-container label[for='skipPage'] {
  font-family: "Lato";
  font-size: 14px;
  color: #515151;
  margin-bottom: 30px;
}
/*360Voting Configuration*/
#voting-common-parameters .item-name {
  text-transform: uppercase;
  font-weight: bolder;
  font-family: Montserrat-Regular;
}
#voting-common-parameters .btn-link {
  text-align: left;
  color: #ea243a;
  opacity: 0.7;
  border: 1px solid transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}
#voting-common-parameters .btn-link .glyphicon {
  font-size: 12px;
}
#voting-common-parameters .btn-link:hover {
  opacity: 1;
  background-color: #ea243a;
  color: #ffffff;
}
#voting-common-parameters input#order {
  border: 1px solid #cecece;
  text-align: center;
  height: 25px;
  line-height: 1.9em;
  margin-left: 5px;
}
#voting-common-parameters input[type=number]::-webkit-inner-spin-button,
#voting-common-parameters input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#voting-common-parameters .myform-height h3 {
  font-size: 15px;
}
/*VOTED BALLOTS*/
#voted-ballots table#voted-table {
  font-size: 12px;
  border: 1px solid #cecece;
  margin-bottom: 0;
  word-break: break-word;
}
#voted-ballots table#voted-table tbody > tr > td,
#voted-ballots table#voted-table tbody > tr > th,
#voted-ballots table#voted-table tfoot > tr > td,
#voted-ballots table#voted-table tfoot > tr > th,
#voted-ballots table#voted-table thead > tr > td,
#voted-ballots table#voted-table thead > tr > th {
  padding: 7px 3px;
  font-size: 10px;
  border-right: 1px solid rgba(206, 206, 206, 0.15);
}
#voted-ballots table#voted-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
#voted-ballots table#voted-table tr.table-header {
  background-color: #6e7578;
  color: #ffffff;
}
#voted-ballots table#voted-table tr.table-header th:nth-child(14),
#voted-ballots table#voted-table tr.table-header th:nth-child(15) {
  max-width: 60px;
  word-wrap: break-word;
}
#voted-ballots .btn {
  width: 245px;
  height: 45px;
}
#custom-pagination li a {
  border: 1px solid #b6b6b6;
}
#custom-pagination li a:hover {
  border-color: #667174;
}
#custom-pagination li.disabled a:hover {
  cursor: default;
  border: 1px solid #b6b6b6;
}
#custom-pagination a.navigation {
  font-weight: bolder;
}
#custom-pagination a.navigation:hover {
  cursor: pointer;
}
#custom-pagination .active > a,
#custom-pagination .active > a:focus,
#custom-pagination .active > a:hover,
#custom-pagination .active > span,
#custom-pagination .active > span:focus,
#custom-pagination .active > span:hover {
  background-color: #667174;
  border-color: #667174;
}


/*MANUAL REVIEW*/

.ballot-number {
  text-align: center;
}

.manual-review-section .ballot-number {
  color: #7F7F7F;
  font-size: 18px;
}

.manual-review-section .ballot-number .active-ballot {
  color: #515151;
  font-size: 22px;
  font-weight: 700;
}

.manual-review-section {
  padding-top: 70px;
}

.manual-review-section h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  width: 70%;
  line-height: 27px;
}

.manual-review-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.manual-review-section img {
  width: 100%;
  height: auto;
  display: block;
}

.ballot-image {
  border: 1px solid black;
  width: 100%;
  height: 600px;
  display: block;
}

.manual-review-section .ballot-img img {
  width: 100%;
  height: auto;
  display: block;
}

.manual-review-section .review-pagination {
  display: none;
}

.manual-review-section nav {
  text-align: center;
}

.manual-review-section .pagination > li > a,
.manual-review-section .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #515151;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 1px;
  font-weight: normal;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #469abb;
  border: 1px solid #DDDDDD;
  font-weight: bolder;
  z-index: 1;
}

.container-manual-form {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-manual-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tick {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #515151;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.container-manual-form input:checked ~ .tick {
  background-color: #469abb;
  border: none    ;
}

.tick:after {
  content: "";
  position: absolute;
  display: none;
}

.container-manual-form input:checked ~ .tick:after {
  display: block;
}

.container-manual-form .tick:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label {
  font-weight: 500;
}

.review-action {
  text-align: center;
  margin-top: 150px;
}

.review-action .btn {
  vertical-align: bottom;
  padding: 8px 30px;
}

.review-action-text {
  display: inline-block;
  padding-right: 20px;
}

.alert {
  position: absolute;
  text-align: center;
  width: 100%;
}


/*VOTER LIST*/
.csv-export-spinner .loading-spinner {
  right: -50px;
  top: 15px;
}
.voter-list-toolbar {
  /*search*/
}
.voter-list-toolbar .col-md-6.no-padding:first-child {
  border-right: 1px solid #cecece;
  text-align: left;
}
@media (max-width: 992px) {
  .voter-list-toolbar .col-md-6.no-padding:first-child {
    border-bottom: none;
    text-align: center;
  }
}
.voter-list-toolbar .col-md-6.no-padding:nth-child(2) {
  text-align: right;
}
@media (max-width: 992px) {
  .voter-list-toolbar .col-md-6.no-padding:nth-child(2) {
    text-align: center;
  }
}
.voter-list-toolbar .search {
  margin-top: 40px;
}
.voter-list-toolbar button[ng-click='search()'] {
  position: absolute;
  top: 41px;
  right: 15px;
}
@media (max-width: 992px) {
  .voter-list-toolbar button[ng-click='search()'] {
    top: 1px;
  }
}
.list-toolbar .col-md-6.no-padding:first-child {
  border-right: 1px solid #cecece;
}
@media (max-width: 992px) {
  .list-toolbar .col-md-6.no-padding:first-child {
    border-bottom: none;
    text-align: center;
  }
}
/*Filter for 'voter-list' table*/
.ui-grid-menu {
  margin-top: -35px;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
  background: white;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  outline: none;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
.ui-grid-column-menu-button {
  width: 100%;
  text-align: right;
  height: 100%;
  font-size: 16px;
}
.ui-grid-header-cell .sortable {
  border-top: 1px solid #cecece;
  text-transform: uppercase;
  font-size: 11.5px;
  padding: 4px 5px;
}
.ui-grid-cell {
  font-size: 13px;
}
.auth-type {
  margin: 5px;
  padding: 0 2px 0 2px;
}
.purpose-auth:before {
  content: '⬤';
  color: green;
}
.purpose-additional:before {
  content: '⬤';
  color: gray;
}
.purpose-displayed:before {
  content: '⬤';
  color: #144680;
}
.purpose-mapping:before {
  content: '⬤';
  color: #efa518;
}
.purpose-mailing:before {
  content: '⬤';
  color: rgba(34, 131, 18, 0.67);
}
/*STATISTICS*/
.statistics table.table-striped {
  text-align: right;
}
.statistics table.table-striped thead tr th {
  text-align: right;
}
.statistics table.table-striped tbody tr td:first-child {
  max-width: 100px;
  text-align: left;
}
.statistics table.table-striped tbody tr td:first-child label {
  font-weight: bolder;
}
.statistics .btn[ng-click='getStatistics()'] {
  width: 200px;
  height: 45px;
}
/*REPORTS*/
.reports .datetimepicker-wrapper {
  display: block;
  width: 100%;
  max-width: 270px;
}
.reports .datetimepicker-wrapper[ng-model='time'] {
  display: none!important;
}
.reports button[ng-click='getVoterEvents()'] {
  margin-top: 35px;
}
.reports .btn-link.text-left {
  font-size: 14px;
}
table.voter-details thead th {
  padding: 15px 8px 10px;
}
table.voter-details thead th:hover {
  cursor: pointer;
}
table.voter-details thead th:hover .glyphicon {
  color: #78c1ff;
}
.add-item {
  color: rgba(106, 107, 106, 0.51);
  font-style: italic;
  border: 1px dotted rgba(106, 107, 106, 0.51);
  padding: 5px;
  margin: 0 0 0 20px;
}
.ob-field {
  font-weight: bold;
  resize: none;
  max-width: 100%;
}
.ob-field-resizable {
  font-weight: bold;
  max-width: 100%;
}
.no-content {
  color: #9c0009;
  font-style: italic;
}
.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.clickable-text {
  text-decoration: rgba(106, 107, 106, 0.51) underline dotted;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.modal-420px {
  width: 420px;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}
/* MULTIPLE SEARCH CORRECTION */
.ui-select-match-item.btn-default {
  padding: unset;
  overflow-x: hidden;
}
.ui-select-match-item.btn {
  font-size: 12px;
  overflow-x: hidden;
  border-radius: 3px;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 6px 12px !important;
}
/* MULTIPLE SEARCH CORRECTION */
.ok-button {
  background-color: #17ba7f;
  border: 2px solid #17ba7f;
  color: #ffffff;
  width: 110px;
}
.ok-button:hover {
  background-color: #3C9C6F !important;
  border: 2px solid #3C9C6F !important;
  color: white;
}
.sys-log tr {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 5fr 1.1fr 2fr;
}
.sys-log td {
  grid-template-columns: 1.3fr 0.7fr 0.7fr 5fr 1.1fr 2fr;
}
.break-word {
  word-wrap: break-word;
}
@media only screen and (max-width: 368px) {
  .sys-log tr {
    font-size: 12px;
  }
}
.mail-chart {
  animation-name: mymove;
  animation-duration: 1s;
}
@keyframes mymove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mail-status {
  line-height: 30px;
  height: 30px;
  border-radius: 1px;
}
.mail-status:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  transition: .3s;
}
.badge {
  height: 13px;
  border-radius: 0.5px;
}
.isMainItem {
  color: black;
  font-weight: 900;
}
.isSubItem {
  color: #515151;
  margin: 5px 20px;
}
.rla-list tr:hover {
  background: #f5f5f5;
  cursor: pointer;
}
/* Stepper
-------------------------------------------------- */
.stepper {
  margin: 110px 0 0;
  padding-bottom: 50px;
}
.stepper ul {
  width: 98%;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.stepper .step-nav,
.stepper .step-nav a {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.stepper .step-nav a:hover,
.stepper .step-nav a:active,
.stepper .step-nav a:focus {
  text-decoration: none;
}
.stepper .step-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #b2b2b2;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 38px;
  margin: 0 7px;
  display: block;
  /* Added for IE10 */
}
.stepper .step-nav.active .step-icon {
  background: #479ABB;
}
.stepper .step-nav.done .step-icon {
  background: #0bdea0;
}
.step-label span {
  margin: 10px auto 0;
  width: 80px;
  opacity: .8;
}
.stepper .step-nav .step-label {
  display: none;
  text-align: center;
  position: absolute;
  top: -25px;
  color: #b2b2b2;
  font-size: 14px;
  /* 13px */
  left: 50%;
  transform: translateX(-50%);
}
.stepper .step-nav .step-label span {
  font-size: 12px;
  display: block;
}
.stepper .step-nav.active .step-label {
  color: #212121;
  font-weight: 700;
  display: block;
}
.stepper .step-nav.done .step-label {
  color: #757575;
}
.stepper .indicator-line {
  /*width: 100%;*/
  height: 1px;
  background: #d8d8d8;
  flex: 1;
}
/* Small devices Tablets (≥768px) */
@media (min-width: 768px) {
  /* Stepper */
  .stepper .step-nav .step-label {
    display: block;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Stepper */
  .stepper .step-nav .step-label {
    min-width: 150px;
  }
}
/* Stepper-------------------------------------------------- */
.audit-data {
  color: #479ABB;
  font-weight: 600;
  background: none;
  margin-left: 15px;
}
.border-right {
  border-right: 1px solid #cecece;
}
@media (max-width: 767px) {
  .border-right {
    border: none;
  }
}
/* Create a custom checkbox */
.custom-input input {
  display: none;
}
.custom-checkbox div {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #479ABB;
  text-align: center;
  line-height: 20px;
  border-radius: 1px;
  cursor: pointer;
  transition: .3s;
}
.custom-checkbox i {
  font-size: 10px;
  opacity: 0;
  top: 0;
}
.custom-checkbox i:hover {
  opacity: 0;
}
.custom-checkbox:hover,
.checked:hover {
  background: #b8e0ff;
}
input:checked + .custom-checkbox i {
  opacity: 1;
  color: #fff;
}
input:checked + .custom-checkbox div {
  background: #479ABB;
}
.color-indicator {
  width: 40px;
  height: 40px;
  border-radius: 1px;
  border: 1px solid #ccc;
}
.footer-election {
  display: flex;
  align-items: flex-end;
}
.election-template {
  position: relative;
  padding: 8px 10px;
  min-width: 250px;
  max-width: 350px;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 468px) {
  .election-template {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-election {
    flex-wrap: wrap;
  }
}

.btn-modal-manual {
  width: 50%;
  color: #e2e2e2;
  font-size: 19px;
  display: inline-block;
  font-family: arial,sans-serif;
  text-shadow: 0 -1px rgb(46,53,58);
  text-decoration: none;
  user-select: none;
  line-height: 2em;
  padding: 15px 1.2em;
  outline: none;
  border: 1px solid rgba(33,43,52,1);
  border-radius: 3px;
  background-color: #414141;
  box-shadow:
          inset 0 1px rgba(101,114,126,1),
          inset 0 0 1px rgba(140,150,170,.8),
          0 1px rgb(83,94,104),
          0 0 1px rgb(86,96,106);
}


.my-input {
  transition:all linear 0.5s;
  border-color: #ccc;
}

.my-input:focus {
  border-color: #8ad0e8;
}

.my-input.ng-invalid {
  border-color: #ff6b6b;
}

.grid1582017054313 .ui-grid-render-container-body .ui-grid-viewport {
  height: auto!important;
}

.add-voter input.ng-invalid.ng-touched {
  border-color: #ff6b6b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 5px rgba(177, 177, 177, 0.6);
}

.date-picker .ng-valid-time {
  display: none!important;
}

.download-button {
  margin-left: 50px;
  float: right;
}

.inp {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 280px;
  border-radius: 3px;
  overflow: hidden;
}
.search-select-wrapper {
    position: relative;
    width: 100%;
}

.search-select-display {
    border: 1px solid #ccc;
    padding: 6px 8px;
    background: #fff;
    cursor: pointer;
}

.search-select-display .caret {
    float: right;
}

.search-select-dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
}

.search-input {
    width: 100%;
    border: none;
    padding: 6px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.options {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

.options li {
    padding: 6px 8px;
    cursor: pointer;
}

.options li:hover {
    background: #eee;
}

.options li.selected {
    font-weight: bold;
}
