body {
    overflow-x: hidden;
}

div.EditTable {
    border: 1px solid #909191;
    color: #606161;
    padding: 2px;
}

div.EditTable div.TableHeader {
    font-size: 0.8em;
    font-weight: bold;
    background-color: #F0F1F1;
    width: 100%;
}

div.EditTable div.TableHeader td {
    padding-left: 6px;
    padding-right: 6px;
    text-align: right;
}

div.EditTable div.TableHeader td:first-child {
    text-align: left;
}

div.EditTable div.TableHeader a {
    margin-left: 20px;
    cursor: pointer;
}

div.EditTable div.TableHeader a.Disabled {
    cursor: default;
    color: #606161;
}

div.EditTable div.TableContent th {
    border-bottom: 2px solid #606161;
    text-align: left;
}

div.EditTable div.TableContent th:first-child {
    border-bottom: none;
}

div.EditTable div.TableContent td {
    padding-left: 2px;
}

div.EditTable div.TableContent table:first-child td:first-child {
    width: 1.6em;
}

div.EditTable div.TableContent tr {
    cursor: pointer;
}

input.HeaderSearch {
    padding: 0px;
    font-size: 12px;
    font-weight: bolder;
}

div.EditTable tr.EmptyRow td {
    font-weight: bolder;
    cursor: default;
}

div.EditTable tr.NotificationRow td {
    font-weight: bolder;
    cursor: default;
}

div.QueryFields {
    display: none;
}

div.EditTable div.BackBuffer {
    display: none;
}

.pvform_addr_green {
    text-transform:uppercase;
    font-size:.8em;
    font-weight:bold;
    color:#06a32b;
    font-family: Trebuchet MS,arial;
}
.pvform_addr_red {
    text-transform:uppercase;
    font-size:.8em;
    font-weight:bold;
    color:#df1b1b;
    font-family: Trebuchet MS,arial;
}

#BSFoundDiv {
    color: #06a32b;
    font-size: 0.8em;
    width: 100%;
    text-align: right;
}

#BSFoundDiv.NoneFound {
    color: red;
}

div.ValidateStep div.Title {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #6c6867;
    text-align: left;
}

div.ValidateStep div.Content {
    background-color: #eefbeb;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}

div.ValidateStep.Invalid div.Content {
    background-color: #fbeceb;
}

div.ValidateStep span.RequiredNote {
    visibility: hidden;
}

div.ValidateStep.Invalid span.RequiredNote {
    visibility: visible;
}

div.ValidateStep input {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #06a32b;
    font-family: Trebuchet MS, Arial;
}
div.ValidateStep.Invalid input {
    color:#df1b1b;
}

div.ValidateStep span.Complete {
    display: block;
}

div.ValidateStep.Invalid span.Complete {
    display: none;
}

div.ValidateStep span.Incomplete {
    display: none;
}

div.ValidateStep.Invalid span.Incomplete {
    display: block;
}

div#IMContent.Disabled span.Incomplete {
    display: none;
}

div#IMContent.Disabled span.Complete {
    display: none;
}

div#IMContent.Disabled div.ValidateStep div.Content {
    background-color: #fff;
}

div#IMContent.Disabled div.ValidateStep span.RequiredNote {
    visibility: hidden;
}

div#IMContent.Disabled .EnabledOnly {
    display: none;
}

div#IMContent .DisabledOnly {
    display: none;
}

div#IMContent.Disabled .DisabledOnly {
    display: block;
}

table#SiteSelectTable tr.highlighted {
    background-color: #e2edf8;
}

#slider, #slider-bar, #slider-handle {
    border: 0;
    padding: 0;
    margin: 0;
}
#slider {
    width: 500px;
    height: 60px;
    margin-left: 42px;
}
#slider-bar {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: -moz-linear-gradient(left center , #00AA00 0px, green 450px, white 460px) no-repeat scroll 0 white;
    border: 2px solid #666666;
    height: 20px;
    left: 30px;
    position: relative;
    top: 20px;
    width: 440px;
    -moz-box-shadow: 2px 2px #FFF;
}
#slider-highlight {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: -moz-linear-gradient(center top , white, transparent) repeat scroll 0 0 transparent;
    height: 10px;
    left: 34px;
    position: relative;
    top: 0;
    width: 432px;
}
#slider-handle {
    width: 80px;
    height: 50px;
    cursor: move;
    background: url(../images/sliderbubble.png) no-repeat;
    top: -28px;
    z-index: 1000;
}
#percent {
    font-size: 75%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1em;
}

div.siteCompleteWrapper.invalid {
    background-color: #FBECEB;
}

div.siteCompleteWrapper.valid {
    background-color: #EEFBEB;
}

div.siteCompleteWrapper.invalid span.incomplete {
    display: block;
}

div.siteCompleteWrapper.invalid span.complete {
    display: none;
}

div.siteCompleteWrapper.valid span.incomplete {
    display: none;
}

div.siteCompleteWrapper.valid span.complete {
    display: block;
}

div.dateCompleteWrapper.invalid {
    background-color: #FBECEB;
}

div.dateCompleteWrapper.valid {
    background-color: #EEFBEB;
}

div.dateCompleteWrapper.invalid span.incomplete {
    display: block;
}

div.dateCompleteWrapper.invalid span.complete {
    display: none;
}

div.dateCompleteWrapper.valid span.incomplete {
    display: none;
}

div.dateCompleteWrapper.valid span.complete {
    display: block;
}

#main {
    border: 1px solid #000;
    clear: both;
    background: #ffffff;
    padding-top: 1em;
}

#contents {
    padding: 1.5em;
    background: #ffffff;
    min-height: 300px;
}

.tabheader {
	position: relative;
	
	height: 3em;
	width: 48em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabheader ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 48em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
        color:#fff;
}

.tabheader ul#primary li  {
	display: inline;
	list-style: none;
}

.tabheader ul#primary a,.tabheader ul#primary span,.tabheader ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 1em;
        font-family: Trebuchet MS, Arial;
	text-decoration: none;
	color: #606161;
}

.tabheader ul#primary span,.tabheader ul#primary a.current,.tabheader ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

.tabheader ul#primary a {
	background: #F7F7F7;
	border: 1px solid #606161;
	border-bottom: none;
        color:#36c;
}

.tabheader ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EBF8FF;
        color: #ff7800;
	padding-bottom: 5px;
}

#header1 {
	position: relative;
	height: 3em;
	width: 83em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header1 ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 83em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    color:#fff;
}

#header1 ul#primary li  {
	display: inline;
	list-style: none;
}

#header1 ul#primary a,#header1 ul#primary span,#header1 ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 1em;
        font-family: Trebuchet MS, Arial;
	text-decoration: none;
	color: #606161;
}

#header1 ul#primary span,#header1 ul#primary a.current,#header1 ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

#header1 ul#primary a {
	background: #F7F7F7;
	border: 1px solid #606161;
	border-bottom: none;
        color:#36c;
}

#header1 ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EBF8FF;
        color: #ff7800;
	padding-bottom: 5px;
}

#header1 ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header1 ul#secondary li a,#header1 ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
        font-size: .8em;
        font-weight:bold;
}

#header1 ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header1 ul#secondary li a:hover {
	color: #B3EF01;
        font-weight:bold;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header1 ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header1 ul#secondary li:last-child a { border: none; }

td.label {
    font-weight: bolder;
    text-align: left;
}

tr.oddRow {
    background-color: #f9f9f9;
}

tr.evenRow {
    background-color: #ffffff;
}

tr.evenRow.highlightRow,
tr.even.highlightRow {
    background-color: #e2edf8 !important;
}

tr.oddRow.highlightRow,
tr.odd.highlightRow {
    background-color: #e2edf8 !important;
}

tr.highlightRow {
    background-color: #e2edf8 !important;
}

div.windowWrapper {
    padding: 10px;
    color: #000000;
    text-align: center;
}

div.windowHeader {
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    font-family: Trebuchet MS, Arial;
    border-bottom: 1px #fff solid;
    color: #606161;
    padding-left:4px;
    margin-bottom:5px;
}

div.squircle {
    border: 2px solid #06A32B;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    text-align: center;
}

div.squircle > div.title {
    background-color: #FFFFFF;
    color: #06A32B;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bolder;
    margin: 0 0.5em;
    padding: 0 0.5em;
    position: relative;
    top: -1em;
}

div.squircle > div.content {
    margin-top: -0.8em;
    padding-bottom: 0.4em;
}

div.squircle.red {
    border: 2px solid red !important;
}

div.squircle.red > div.title {
    color: red !important;
}

/* DATATABLES */
div.dataTables_wrapper.legacy div.toolbar {
    text-align: right;
    color: #606161;
    background-color: #F0F1F1;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
}

div.dataTables_wrapper:not(.legacy) div.toolbar {
    text-align: right;
    color: #606161;
    background-color: #F0F1F1;
}

div.dataTables_wrapper.legacy div.toolbar_right {
    padding-right: 20px;
    display: inline-block;
}

div.dataTables_wrapper.legacy div.toolbar_right > a {
    margin-left: 20px;
}

div.dataTables_wrapper div.toolbar_right {
    padding-right: 20px;
    display: inline-block;
}

div.dataTables_wrapper div.toolbar_right > a {
    margin-left: 20px;
}

div.dataTables_wrapper.legacy div.dataTables_filter {
    display: inline-block;
    padding-bottom: 2px;
}

div.dataTables_wrapper:not(.legacy) div.dataTables_filter {
    padding-right: 0.2em;
    display: inline-block;
}

div.dataTables_wrapper.legacy table.dataTable {
    min-height: 522px;
}

div.dataTables_wrapper table.dataTable tr {
    cursor: pointer;
}

div.dataTables_wrapper table.dataTable tr.odd {
    background-color: #F9F9F9;
}

div.dataTables_wrapper table.dataTable th {
    text-align: left;
    border-bottom: 2px solid #606061;
}

div.dataTables_wrapper.legacy table.dataTable.withCheck th:first-child {
    border-bottom: none !important;
}

div.dataTables_wrapper.legacy table.dataTable td {
    padding-left: 2px;
}

div.dataTables_wrapper:not(.legacy) table.dataTable td {
    padding-left: 0.2em;
}

div.dataTables_wrapper:not(.legacy) table.dataTable tr th:first-child {
    padding-left: 0.2em;
}

div.dataTables_wrapper.legacy table.dataTable.withCheck tr td:first-child {
    width: 1.6em;
}

div.dataTables_wrapper:not(.legacy) div.footer {
    text-align: left;
    color: #606161;
    background-color: #F0F1F1;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    min-height: 3.2em;
    vertical-align: bottom;
}

div.dataTables_wrapper.legacy div.footer {
    text-align: left;
    color: #606161;
    background-color: #F0F1F1;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    min-height: 16px;
}

div.dataTables_wrapper:not(.legacy) div.dataTables_info {
    vertical-align: bottom;
    font-size: 1.2em;
    padding-top: 1em;
    padding-left: 0.2em;
}

div.dataTables_wrapper:not(.legacy) div.footer_right {
    padding-right: 0.2em;
}

div.dataTables_wrapper div.footer_right {
    float: right;
}

div.dataTables_wrapper.legacy a.paginate_button,
div.dataTables_wrapper.legacy a.paginate_active {
    margin-left: 6px;
}

div.dataTables_wrapper.legacy a.paginate_button {
    /**border: 1px solid #606161;**/
}

div.dataTables_wrapper.legacy a.paginate_active {
    cursor: default;
    font-weight: bolder;
    color: #606061;
}

/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


/*
 * Sorting
 */
div.dataTables_wrapper.legacy .sorting { background: url('../images/sort_both.png') no-repeat center right; }
div.dataTables_wrapper.legacy .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
div.dataTables_wrapper.legacy .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

div.dataTables_wrapper.legacy .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
div.dataTables_wrapper.legacy .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
div.dataTables_wrapper.legacy table.dataTable thead th:active,
div.dataTables_wrapper.legacy table.dataTable thead td:active {
    outline: none;
}

table#FSRegistrationTable tr td:last-child {
    text-align: right;
}

.table_pass {
	padding-left: 2px;
	padding-right: 4px;
	color: #06ba0e;
}

.table_fail {
	padding-left: 2px;
	padding-right: 4px;
	color: red;
}

.table_heading {
	border-bottom: 2px solid #606161;
	text-align: left;
}

.table_filter {
	font-weight: bolder;
	color: #606161;
	margin-bottom: 10px;
	width:100%;
}

.dropdown-toggle {
    color: white;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #23527c;
}
#statsTable .count {
    text-align: right;
    font-weight: bold;
    padding-right: 20px;
}
.page-footer {
    text-align:center;
    padding-top:17px;
    background-color:#F8F8F8;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
}
.dropdown {
    display:inline-block !important;
}
#main_content_panel {
    margin-bottom: 50px;
    padding-left: 0px !important;
}

.dropdown-toggle.blink {
    background-color: #FF0000;
}

ul.dropdown-alerts li.issue {
    padding: 0.2em;
    cursor: pointer;
}

ul.dropdown-alerts li.issue:hover {
    background-color: #F5F5F5;
}

ul.dropdown-alerts li.issue div.issue-text {
    font-weight: bolder;
    display: inline-block;
}

#rightHiddenNav {
    margin-top: 50px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    display: block;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    padding: 0.5em;
}

#rightHiddenNav.nav-expanded {
    right: 0;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#nav-close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 26px;
    padding-left: 28px;
}

#rightHiddenNavControl {
    font-size: 1.4em !important;
}

#rightHiddenNavControl a {
    display: inline-block !important;
    padding-left: 0.5em;
    padding-right: 1em;
    border-left: 2px solid #A0A0A0;
    border-top: 2px solid #A0A0A0;
    border-bottom: 2px solid #A0A0A0;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
}

.content-header {
    position: relative;
    padding: 0;
}
.content-header > h1 {
    margin: 0;
    font-size: 24px;
}
.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}
.content-header > .breadcrumb {
    display: none !important;
    float: right;
    background: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}
.content-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}     
.content-header>.breadcrumb>li>a>.fa {
    margin-right: 5px;
}   
.content-header>.breadcrumb>li+li:before {
    content: '>\00a0';
}
table.LiveHelpFilter td {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
}

table.LiveHelpFilter td div {
    margin-top: 16px;
    margin-bottom: 16px;
}

table.LiveHelpFilter tr:last-child td {
    border-bottom: 2px solid #c0c0c0;
}

table.LiveHelpFilter td.hover {
    background-color: #f8f9fb;
    color: #08952c;
}
.badge.topNav {
    position: absolute;
    top: 12px;
    right: 22px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}
div.tabs-horizontal {
    position: relative;
    height: 3em;
}

div.tabs-horizontal > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    color: #fff;
}

div.tabs-horizontal > ul > li  {
    display: inline;
    list-style: none;
}

div.tabs-horizontal > ul > li > a {
    width: 11em;
    display: block;
    float: left;
    padding: 4px 0;
    margin: 1px 2px 0 0;
    text-align: center;
    font-size: 1em;
    font-family: Trebuchet MS, Arial;
    text-decoration: none;
    color: #606161;
}

div.tabs-horizontal > ul > li > a {
    background: #F7F7F7;
    border: 1px solid #606161;
    border-bottom: none;
    color: #36c;
}

div.tabs-horizontal > ul > li > a:hover {
    margin-top: 0;
    border-color: #666;
    background: #EBF8FF;
    color: #ff7800;
    padding-bottom: 5px;
}

div.tabs-horizontal > ul > li.selected > a, div.tabs-horizontal > ul > li.selected > a:hover {
    border: 1px solid #666;
    border-bottom: none;
    background: #fff;
    padding-bottom: 6px;
    margin-top: 0;
    color: #606161;
    cursor: default;
}

div.tabs-content {
    border: 1px solid #606161;
}

div.tabs-content > div {
    padding: 20px;
}

span.badge-danger {
    background-color: #CC0000;
}

ul.dropdown-alerts li:not(.empty).blink {
    background-color: #CCC;
}

li.current-election > a {
    font-weight: bolder;
}

div.dashboard-row, div.dashboard-section {
    border: 2px solid #A0A0A0;
    border-radius: 4px;
    padding-bottom: 0.5em;
    margin: 0.5em;
}

div.dashboard-row > h3.title, div.dashboard-section > h3.title{
    padding: 0.25em;
    border-bottom: 1px solid #CCC;
    margin-top: 0;
    background-color: #E8EEF7;
}

div.dashboard-row > h3.title > a, div.dashboard-section > h3.title > a {
    float: right;
}
div.dashboard-row-boxes {
    margin:0.5em;
}
div.dashboard-section {
    margin:0;
    padding-left:0;
    padding-right:0;
}
@media (min-width: 1200px) {
    div.dashboard-section {
        //width:49%;
        margin-left:1%;
    }
    div.dashboard-section:first-child {
        margin-right: 1%;
        margin-left: 0%;
    }
}
div.dash-donut {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    cursor: pointer;
}

ul.dropdown-messages {
    width: 420px !important;
}

ul.dropdown-messages li.loading {
    padding: 2px;
    font-weight: bolder;
}

ul.dropdown-messages li.empty {
    padding: 2px;
    font-weight: bolder;
}

ul.dropdown-messages li.message {
    border-bottom: 2px solid #3980b5;
    cursor: pointer;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
}

ul.dropdown-messages li.message:hover {
    background-color: #F5F5F5;
}

ul.dropdown-messages li.message div.message-header {
    padding: 2px;
}

ul.dropdown-messages li.message div.message-header span {
    display: block;
}

ul.dropdown-messages li.message div.message-header span.location {
    float: left;
    font-weight: bolder;
}

ul.dropdown-messages li.message div.message-header span.topic {
    clear: left;
    float: left;
    font-weight: bold;
    color: #606066;
}

ul.dropdown-messages li.message div.message-header span.time {
    float: right;
    border: 1px solid #CCC;
    border-radius: 0.5em;
    background-color: #FFFFCC;
    padding: 0 0.5em;
    margin-right: 0.25em;
}

ul.dropdown-messages li.message div.message-text {
    clear: both;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #FCFCFC;
    padding-right: 5em;
}

ul.dropdown-messages li.message:hover div.message-text {
    background-color: #F0F0F0;
}

table#PollsiteTbl tr {
    background-color: #FFFFFF;
}

table#PollsiteTbl tr.hover {
    background-color: #CCDDFF;
}

table#PollsiteTbl td {
    padding-left: 4px;
    border-left: 1px #99a0a6 solid;
    border-bottom: 1px #aaa solid;
    padding-top: 5px;
    padding-bottom: 1px;
}

table#PollsiteTbl td.lastCell {
    border-right: 1px #99a0a6 solid;
    padding-right: 1px;
}

table#PollsiteTbl tr.selected td.firstCell {
    border-left: 2px #000 solid;
    padding-left: 3px;
}

table#PollsiteTbl tr.selected td {
    border-bottom: 2px #000 solid;
    border-top: 2px #000 solid;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #6699ff;
    color: #FFF;
}

table#PollsiteTbl tr.selected td.lastCell {
    border-right: 2px #000 solid;
    padding-right: 0px;
}

/**
 * Remove bootstrap style from page header.
 **/
#main_content_panel h1.page-header {
    font-size: 24px;
    margin: 0;
    padding: 0;
    border: 0;
}

table.dataTable thead .sorting_asc:after {
    display: none;
}

table.dataTable thead .sorting_desc:after {
    display: none;
}

div.MsgArea {
    color: #f5003d;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid #A0A0A0;
    overflow-x: auto;
    overflow-y: scroll;
    height: 4em;
    cursor: text;
    padding: 4px;
    width: 75%;
    float: left;
}

div.MsgArea.HandyMsgsOnly {
    overflow: auto;
    height: auto;
}

div.MsgArea.Locked {
    cursor: default;
}

span.SendBtn {
    margin-left: 25px;
}

#SendProvisionalBtn {
    margin-bottom: 8px;
}

div.HandyMsgArea {    
    cursor: pointer;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #A0A0A0;
}

div.HandyMsgsOnly div.HandyMsgArea {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 2.4em;
}

div.HandyMsgArea.hover {
    background-color: #EEE;
}

div.MsgAreaEdit {
    outline: 0px solid transparent;
}

div.MsgAreaEdit:focus {
    outline: 0px solid transparent;
}

div.MsgAreaEdit br {
    line-height: 1em;
}

div.MsgAreaEdit p {
    margin: 0px;
    padding-bottom: 4px;
}

div.HandyMsgsOnly div.MsgAreaEdit {
    height: 2.4em;
}

td.CannedMsg {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
}

td.CannedMsg div {
    margin-top: 16px;
    margin-bottom: 16px;
}

td.CannedMsg.last {
    border-bottom: 2px solid #c0c0c0;
}

td.CannedMsg.hover {
    background-color: #f8f9fb;
    color: #08952c;
}

table.LiveHelpFilter td {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
}

table.LiveHelpFilter td div {
    margin-top: 16px;
    margin-bottom: 16px;
}

table.LiveHelpFilter tr:last-child td {
    border-bottom: 2px solid #c0c0c0;
}

table.LiveHelpFilter td.hover {
    background-color: #f8f9fb;
    color: #08952c;
}

div#PollplaceFilterGroupsTable div.TableContent {
    overflow-y: scroll;
    height: 10em;
}

div#PollplaceFilterGroupsTable > div.TableContent > table tr.selected td {
    border-bottom: 2px #000 solid;
    border-top: 2px #000 solid;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #6699ff;
    color: #FFF;
}

div#PollplaceSelectTable div.TableContent {
    overflow-y: scroll;
    height: 10em;
}

div#PollplaceFilterTable div.TableContent a {
    color: #F5003D;
    font-weight: bolder;
}

div#PollplaceFilterTable div.TableContent {
    height: 10em;
    overflow-x: hidden;
    overflow-y: scroll;
}

div#PollplaceFilterTable div.TableContent a:hover {
    color: #8F0024
}

div#PollplaceFilterTable table {
    width: 100%;
}

div#PollplaceFilterTable td {
    padding-left: 2px;
}

div#PollplaceFilterTable td:first-child {
    padding-right: 8px;
    width: 0px;
}

div#PollplaceFilterTable td:nth-child(2) {
    width: 3em;
}

div#PollplaceFilterTable tr.EmptyRow {
    width: 100%;
}

div#AdvancedFilters > div.Title {
    font-weight: bolder;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
    margin-bottom: 8px;
}

div#PollplaceGroupWrapper {
    width: 20em;
    font-weight: bolder;
    margin-bottom: 1em;
}

div#PollplaceGroupWrapper > span {
    color: #606161;
}

div#PollplaceGroupList {
    border: 1px solid #A0A0A0;
    width: 100%;
    padding: 2px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 4.8em;
}

div#PollplaceGroupList table {
    width: 100%;
}

div#PollplaceGroupList td {
    cursor: pointer;
}

div#PollplaceGroupList tr td:first-child {
    padding-right: 4px;
}

div#PollplaceGroupList tr td:last-child {
    width: 100%;
}

table.HandyMsgsSelect tr td {
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
    border-top: 2px solid #c0c0c0;
    padding: 1em !important;
}

table.HandyMsgsSelect tr.hover td {
    background-color: #f8f9fb;
    color: #08952c;
}

table.HandyMsgsSelect tr td:first-child {
    border-left: 2px solid #c0c0c0;
    width: 0px;
}

table.HandyMsgsSelect tr td:last-child {
    border-right: 2px solid #c0c0c0;
    text-align: right;
}

table.HandyMsgsSelect tr:last-child td {
    border-bottom: 2px solid #c0c0c0;
}

.ShowFilters.Empty {
    color: red;
}

.ShowFilters .EmptyMsg {
    margin-left: 16px;
    font-weight: bolder;
    display: none;
}

.ShowFilters.Empty .EmptyMsg {
    display: inline;
}

input[name="PriorityRadio"] {
    margin-left: 4px;
    margin-right: 8px;
}

div.broadcast-priority a {
    font-weight: bolder;
}

tr.tooltip-row {
    display: table-row !important;
}

span.tooltip-span {
    display: inline-block !important;
}

button.tooltip-btn {
    display: inline-block !important;
}

a.tooltip-link {
    display: inline-block !important;
}

div.tooltip.large
{
    font-size: 1.25em;
}

div.tooltip.parm-description {
    width: 32em;
}

div.tooltip-inner.parm-description {

}

div#VoterUpdateHistory {
    font-size: 1.6em;
    color: #000000;
    margin-left: 1em;
    overflow-y: scroll;
    height: 17.2em;
    border: 1px solid #A0A0A0;
    margin-bottom: 1em;
}

table#UpdateHistoryTable th {
    border-bottom: 2px solid #606161;
    text-align: left;
    padding-left: 2px;
}

table#UpdateHistoryTable th:last-child {
    text-align: right;
    padding-right: 2px;
}

table#UpdateHistoryTable td {
    text-align: left;
    padding-left: 4px;
}

table#UpdateHistoryTable tr td:last-child {
    text-align: right;
    padding-right: 4px;
    width: 12em;
    vertical-align: top;
}

table#UpdateHistoryTable tr td:first-child {
    text-align: left;
}

table#UpdateHistoryTable tr td {
    border-bottom: 1px solid #A0A0A0;
}

table#UpdateHistoryTable tr:last-child td {
    border-bottom: none !important;
}

table#UpdateHistoryTable tr:nth-child(even) td {
    background-color: #f9f9f9;
}

table#UpdateHistoryTable tr:nth-child(odd) td {
    background-color: #ffffff;
}

table.dashboard-table tr th:first-child,
table.dashboard-table tr td:first-child {
    display: none;
}

table.dashboard-table tr th:nth-child(2),
table.dashboard-table tr td:nth-child(2) {
    padding-left: 0.2em;
}

/*
.fixed-table-toolbar .columns .btn-group .btn {
    color: #333;
}
*/

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block !important;
}

.managementDashboardTable tbody tr{
    cursor:pointer;
}

#dashDrillInPollWorkersTbl tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}

#dashDrillInPollWorkersTbl th div {
    padding-top: 0px;
    padding-bottom: 0px;
}

#drillInModalWrap .dashSystemsTbl tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}

#drillInModalWrap .dashSystemsTbl th div {
    padding-top: 0px;
    padding-bottom: 0px;
}

#drillInModalWrap .fixed-table-toolbar div {
    margin-top: 0px;
}

#drillInModalWrap .fixed-table-toolbar div {
    margin-bottom: 0px;
}

#BroadcastSearchTable div.TableContent {
    height: 10em;
    overflow-y: auto;
}

#BroadcastSearchTable div.TableLoading {
    height: 10em;
}
.dashSystemsTbl > tbody > tr.errorDetailRow {
    background-color: #ef8888;
}
.dashSystemsTbl > tbody > tr.errorDetailRow:hover {
    background-color: #e05c5c;
}
span.btn-group.dropup {
    display: inline-block !important;
}
.dropup .dropdown-toggle {
    color: #333;
}
div.MainFileInfo {
    float: left;
}

div.FileDetails {
    margin-left: 25px;
    border: 1px solid #A0A0A0;
    padding: 10px;
    width: 50%;
}

div#TeamExportHistory table {
    border: 1px solid #A0A0A0;
    padding: 10px;
}

div#TeamExportHistory table th {
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #A0A0A0;
}

div#TeamExportHistory table th:first-child {
    padding-left: 0px;
}

div#TeamExportHistory table th:last-child {
    padding-right: 0px;
}

div#TeamExportHistory table td {
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #A0A0A0;
    text-align: center;
}

div#TeamExportHistory table td:first-child {
    padding-left: 0px;
}

div#TeamExportHistory table td:last-child {
    padding: 4px;
    border-right: none;
}

div#TeamExportHistory table a.redButton.small {
    padding: 6px;
}
tr.ProgressRow {
    vertical-align: bottom;
}

tr.ProgressRow td.LoadingCell {
    text-align: right;
    width: 16px;
    padding-left: 4px;
}

tr.ProgressRow td.DescriptionCell {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 1em;
    text-align: left;
    font-weight: bold;
}

tr.ProgressRow td.ProgressCell {
    padding-right: 1em;
    text-align: right;
    font-weight: bold;
    color: #606161;
}

tr.ProgressRow td.ProgressCell.Working {
    color: #0f0ff0;
}

tr.ProgressRow td.ProgressCell.Stopping {
    color: #ff0000;
}

tr.ProgressRow td.ProgressCell img {
    padding-left: 6px;
}


[data-toggle="popover"] {
    display: initial !important;
}

[data-toggle="tooltip"] {
    display: initial !important;
}

[data-toggle="modal"] {
    display: initial !important;
}

#rpt_side_b_preview img {
    max-width: 100%;
}

.fixed-table-container table#voting_hours-quicklook_stats-unified-datatable thead th .th-inner {
    white-space: normal;
}

table#voting_hours-quicklook_stats-unified-datatable thead th:nth-child(4) {
    max-width: 55px;
}

table#voting_hours-quicklook_stats-unified-datatable thead th:nth-child(5) {
    max-width: 55px;
}

table#voting_hours-quicklook_stats-unified-datatable thead th:nth-child(6) {
    max-width: 55px;
}

#DashboardSettingsBtn {
    margin-right: 0.5em;
    margin-top: -2px;
    padding: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

#DashboardSettingsBtn:hover {
    background-color: #FFF;
}

table#DashDisplayTable tr td:not(:first-child) {
    padding-left: 1em;
}

table#DashDisplayTable tr td label {
    font-weight: normal;
    cursor: pointer;
}

.sidebar .arrow {
    width: 0.8em;
}

.th-inner.sortable.both {
    white-space: normal;
}

h4.donut-title {
    font-weight:bold;
}

.dashSystemsTbl > tbody > tr > td.errorDetailCell {
    color: red;
    font-weight: bold;
}


#drillInModalWrap .fixed-table-toolbar.pull-left {
    width: 100%;
    white-space: nowrap;
    display: inline-flex;
}

#drillInModalWrap .bs-bars.pull-left {
    width: 100%;
}

.bootstrap-table .fixed-table-toolbar .columns button {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

.bootstrap-table .fixed-table-toolbar .columns button:hover {
    background-color: #286090;
    border-color: #204d74;
    color: white;
}

.bootstrap-table .fixed-table-pagination button {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

.bootstrap-table .fixed-table-pagination button:hover {
    background-color: #286090;
    border-color: #204d74;
    color: white;
}

.tab-container .tab-header {
    position: relative;
    width: 120%;
    height: 3em;
    width: 58em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-container .tab-header > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    width: 58em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    color:#fff;
}

.tab-container .tab-header > ul > li  {
    width: 11em;
    display: inline-block;
    text-align: center;
    list-style: none;
    background: #F7F7F7;
    border: 1px solid #606161;
    border-bottom: none;
    color:#36c;
    font-weight: bolder;
    padding: 4px 0;
    margin: 1px 2px 0 0;
    cursor: pointer;
}

.tab-container .tab-header > ul > li.active {
    border: 1px solid #666;
    border-bottom: none;
    background: #fff;
    padding-bottom: 6px;
    margin-top: 0;
    font-size: 1em;
    font-family: Trebuchet MS, Arial;
    text-decoration: none;
    color: #606161;
    font-weight: normal;
    cursor: default;
}

.tab-container .tab-header > ul > li:not(.active):hover {
    margin-top: 0;
    border-color: #666;
    background: #EBF8FF;
    color: #ff7800;
    padding-bottom: 5px;
}

.tab-container .tab-page {
    display: none;
}

.tab-container .tab-page.active {
    display: block;
    border: 1px solid #606161;
}

div.content-container {
    padding: 1em;
}

div.layout-container {
    padding: 1em;
}

div.layout-area {
    border-bottom: 1px solid #606161;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

div.layout-area .new-btn {
    margin-left: 1em;
}

div.layout-area .import-btn {
    border-left: 1px solid #606161;
    padding-left: 1em;
    margin-left: 1em;
}

div.layout-area .current-state {
    float: right;
}

div.layout-area .current-state.active .set-active {
    display: inline-block;
    margin-right: 1em;
}

div.layout-area .current-state .state {
    color: #606161;
    font-weight: bolder;
}

div.layout-area .current-state.active .state {
    color: green;
}

div.layout-area .current-state.active .set-active {
    display: none;
}

div.layout-options {
    border-bottom: 1px solid #606161;
    padding-bottom: 0.5em;
}

div.layout-options > table > tbody > tr > th {
    text-align: left;
    padding-right: 1em;
}

div.layout-options > table > tbody > tr > th:not(:first-child) {
    padding-left: 1em;
}

div.layout-container div.uploaded-content {
    float: left;
    width: 480px;
    padding-top: 1em;
    vertical-align: top;
}

div.layout-container div.workspace {
    margin-left: 480px;
    vertical-align: top;
}

div.layout-container div.clear {
    clear: both;
}

div.layout-container div.workspace .section-template {
    display: none;
}

div.layout-container div.workspace .section {
    margin: 1em 0 1em 1em;
    border: 1px solid #CCC;
}

div.layout-container div.workspace .section .header {
    background-color: #CCC;
    cursor: move;
}

div.layout-container div.workspace .section .header .handle {
    padding: 0.25em;
}

div.layout-container div.workspace .section .header input.title {
    width: 320px;
    font-weight: bolder;
    font-size: 1.2em;
}

div.layout-container div.workspace .section .header .remove-btn {
    float: right;
    margin-right: 0.5em;
}

div.layout-container div.workspace .section .body {
    padding: 0.5em;
}

div.layout-container div.workspace .section .body > table > tbody > tr > th {
    text-align: left;
    padding-right: 1em;
    vertical-align: top;
    width: 10em;
}

div.layout-container div.workspace .video-area {
    border: 1px solid black;
    padding: 1em;
}

div.layout-container .video {
    background-color: #EEE;
    border: 1px solid #606161;
    margin-bottom: 0.25em;
    cursor: move;
}

div.layout-container .video .handle {
    padding: 0.25em;
    vertical-align: middle;
}

div.layout-container .video .title {
    font-weight: bolder;
    font-size: 1.2em;
    width: 14em;
    display: inline-block;
    vertical-align: middle;
}

div.layout-container .video .description {
    margin-left: 2em;
    white-space: nowrap;
    display: inline-block;
    width: 24em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

div.layout-container .video a.remove {
    display: none;
}

div.layout-container div.workspace .video-area .video.added a.remove {
    display: inline-block !important;
    float: right;
    margin-right: 0.5em;
}

div.layout-container div.workspace .video-area .drag-instruction {
    text-align: center;
    font-weight: bolder;
    color: #606161;
    border: 2px solid transparent;
}

div.layout-container div.workspace .video-area .drag-instruction.ui-droppable-hover {
    color: #000;
    border: 2px solid #EEE;
    background-color: #DDD;
}

div.layout-container div.workspace .new-section {
    background-color: #DDDDDD;
    border: 1px solid #606161;
    cursor: pointer;
    font-weight: bolder;
    margin-top: 1em;
    margin-bottom: 0.1em;
    margin-left: 1em;
    margin-right: 0.1em;
    padding: 0.5em;
    text-align: center;
}

.video-placeholder {
    border-top: 4px solid #606161;
    padding-bottom: 4px;
}

#main_content_panel .bootstrap-table .fixed-table-toolbar {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

#main_content_panel .bootstrap-table .fixed-table-pagination {
    padding-left: 0.25em;
    padding-right: 0.25em;
}
table#UploadedUpdateQueueTable {
    width: 100%;
}

table#UploadedUpdateQueueTable th {
    padding-left: 8px;
    border-bottom: 2px solid #606161;
}

table#UploadedUpdateQueueTable tr th:first-child {
    padding-left: 2px !important;
}

table#UploadedUpdateQueueTable tr td {
    padding-left: 8px;
}

table#UploadedUpdateQueueTable tr td:first-child {
    padding-left: 2px !important;
}
.drillInModalWrap {
    overflow-y: auto;
}
@media screen and (max-height: 768px) {
    .drillInModalWrap {
        max-height: 614px;
    }
}
@media screen and (max-height: 800px) {
    .drillInModalWrap {
        max-height: 640px;
    }
}
@media screen and (max-height: 900px) {
    .drillInModalWrap {
        max-height: 720px;
    }
}
@media screen and (max-height: 1050px) {
    .drillInModalWrap {
        max-height: 840px;
    }
}
@media screen and (max-height: 1080px) {
    .drillInModalWrap {
        max-height: 864px;
    }
}
@media screen and (max-height: 1440px) {
    .drillInModalWrap {
        max-height: 1152px;
    }
}

table#AlertTable tr td {
    cursor: pointer;
}

table#AlertTable tr:hover {
    background-color: #e2edf8;
}

table#AlertTable tr td:first-child {
    width: 64px;
}

table#AlertTable tr td:not(:first-child) {
    font-weight: bolder;
    font-size: 2em;
}

div.conversation-table-container div.fixed-table-container {
    border: 0 !important;
}

table.conversation-table {
    padding: 0px !important;
}

table.conversation-table th {
    text-align: left;
    font-family: Trebuchet MS, Arial;
    color: #606161;
    border-bottom: 2px solid #606161 !important;
    border-left: none;
}

table.conversation-table th .th-inner {
    padding: 0 !important;
}

table.conversation-table td {
    font-size: 0.9em;
    font-family: Trebuchet MS, Arial;
    color: #1F1F1F;
    cursor: pointer;
    padding: 2px !important;
    border-left: none;
    border-top: none !important;
}

table.conversation-table td:nth-child(1).unread,
table.conversation-table td:nth-child(2).unread {
    font-weight: bolder;
}

table.conversation-table tr:nth-child(odd) td {
    background-color: #F9F9F9;
}

table.conversation-table tr:nth-child(even) td {
    background-color: #FFFFFF;
}

table.conversation-table tr:hover td {
    background-color: #E2EDF8;
}

#helpArea .help-header {
    margin-top: 0px;
    padding-top: 0.25em;
    margin-bottom: 0px;
    border-bottom: 1px solid black;
}

#helpArea .table-details {
    border-bottom: 1px solid #CCC;
}

#helpArea .help-table-cols-container {
    border-bottom: 1px solid #CCC;
}

#helpArea .table-name {
    font-weight: bold;
}

#helpArea .col-title {
    font-weight: bolder;
}

#helpArea .table-desc {
    margin-bottom: 12px;
}

#helpArea ul.help-table-cols {
    padding-left: 6px;
    margin-left: 1em;
}

#helpArea input.preview:disabled {
    cursor: default;
    background-color: white;
    width: 185px;
    display: inline-block;
}

#helpArea button.preview {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
    cursor: default;
}

#helpArea button.preview:focus {
    outline: none;
}

#helpArea button.preview span.caret {
    margin-left: 4px;
}

#helpArea ul.help-table-btns {
    padding-left: 6px;
    margin-left: 1em;
}

#helpArea ul.help-table-btns .btn-title {
    font-weight: bolder;
    margin-left: 0.5em;
}

#helpArea ul.help-table-btns .btn-desc {
    margin-top: 0.25em;
}

.bootstrap-table .btn-group[title='Columns'] > ul.dropdown-menu {
    max-width: 20em;
}

#HelpAccordion .panel
{
    background: none;
    border: none;
    border-bottom: 1px solid #CCC;
}

#HelpAccordion .panel-heading
{
    font-size: 2em;
    padding: 0.5em 0.25em;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #CCC;
}

#HelpAccordion .panel-title
{
    font-size: 16px;
}

#HelpAccordion .panel-title a
{
    font-weight: bolder;
}

#HelpAccordion .panel-collapse
{
    padding-bottom: 0.25em;
}

.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #444;
    font-size: 12px;
    line-height: 16px;

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.turnoutDetailsTable tbody tr
{
    cursor: pointer;
}

#reports_maincontent a {
    font-weight: bolder;
    cursor: pointer;
    text-decoration: none;
}

#reports_maincontent li {
    list-style-type: none;
}

.pollplaceStatusTable tbody tr {
    cursor: pointer;
}

div.btn-group.filters ul.dropdown-menu > li > label {
    padding: 3px 20px;
    cursor: pointer;
}

.btn-toolbar button {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

.btn-toolbar button span.caret {
    margin-left: 4px;
}

.btn-toolbar button:hover {
    background-color: #286090;
    border-color: #204d74;
    color: white;
}

.btn-toolbar
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 4px;
}

.btn-toolbar .btn-group
{
    display: initial !important;
}

table.siteInfoTable tr td {
    vertical-align: middle;
}

table.siteInfoTable tr td button.btn-reset {
    padding: 2px 5px;
}

#SiteInfo span.pagination-info {
    padding-left: 0.25em;
}

table.WarningTable td {
    padding: 4px !important;
}

table.WarningTable td:not(:last-child) {
    white-space: pre;
    width: 0;
}

table.WarningTable td:nth-child(2) {
    border-right: 1px solid #A0A0A0;
}

table.WarningTable td:last-child {
    font-weight: normal;
}

table.WarningTable tr:not(:last-child) td {
    border-bottom: 1px solid #A0A0A0;
}

table.WarningTable tr:nth-child(even) td {
    background-color: #F9F9F9;
}

table.WarningTable tr:nth-child(odd) td {
    background-color: #FFFFFF;
}
.pass_show{position: relative}

.pass_show .ptxt {

    position: absolute;

    top: 50%;

    right: 10px;

    z-index: 1;

    color: #f36c01;

    margin-top: -10px;

    cursor: pointer;

    transition: .3s ease all;

}

.pass_show .ptxt:hover{color: #333333;}

table.ProgressBar {
    background-color: #C0C0C0;
    border: 1px solid black;
    font-size: 0.4em;
    display: inline;
}

table.ProgressBar td.Complete {
    background-color: #0000C0;
}

table.ProgressBar td.Complete100 {
    background-color: #00C000;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.btn-party {
    background-color: #908f90;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
}

.btn-party:hover {
    background-color: #717171;
    color: #fff;
}

.btn-party.selected {
    background-color: #62b01e;
    cursor: default;
    color: #fff;
}

span.partyButton {
    background-image: url(../images/partyButton.png);
    display: -moz-inline-box;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 4px;
}

/*Hover Style*/
span.partyButton:hover {
    background-position: 0 -46px;
    color: #fff;
    text-decoration: none;
    -moz-outline-style: none;
}

span.partyButton.selected {
    background-position: 0 -91px;
    color: #fff;
    cursor: default;
}

span.partyButton.selected:hover {
    background-position: 0 -91px;
    color: #fff;
    cursor: default;
}

div.LabelledInput span {
    position: absolute;
    padding-left: 4px;
    padding-top: 3px;
    color: #A0A0A0;
    -moz-user-select: none;
}

div.LabelledInput.focused span {
    color: #C0C0C0;
}

div.LabelledInput.notempty span {
    display: none;
}
.scrollableDrillIn {
    max-height: 700px;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 10px;
}
.scrollableDrillIn .btn-group>.btn-group {
    float: initial;
}
@media screen
{
    div#print_wrapper
    {
        display: none;
        margin:0px;
    }
    div.hidePrint {
        display: block;
    }
    div.voter-barcode .voter-name {
        display: none;
    }
}

@media print
{
    div#main_app_wrapper
    {
        display: none;
    }
    div#print_wrapper
    {
        display: block;
        margin: 1em;
    }
    div.hidePrint {
        display: none;
    }
    div#overlay_modal {
        display: none !important;
    }
    div.dialog {
        display: none;
    }
}

div.progress-area .ui-progressbar {
    position: relative;
    margin: 0;
}

div.progress-area .ui-progressbar .progress-label {
    position: absolute;
    left: 0%;
    text-shadow: 1px 1px #ccc;
    font-weight: bolder;
    vertical-align: middle;
    padding-top: 0.2em;
    padding-left: 0.5em;
}

.ui-progressbar .ui-progressbar-overlay {
    opacity: 0.1 !important;
}
#vemacsUpdateRawRecords th {
    font-size:.75em;
    font-weight: normal;
}
.Hide {
    display:none;
}
.redText {
    color: red;
}
.greenText {
    color:green;
}