
/* DataTables for Monitoring Parties, Subjects, Users Lists */

#flashMessage {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 28px;
	color: rgb(182,20,12);	/* Bright Red */
}

table.dataTable {
	margin: 10px 0;
}

table.no-footer {
	margin: 0px;
} 

table.dataTable caption {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

/* hide pagination if <= 25 rows of data (single page) */
.data-single-page .dataTables_paginate {
	visibility: hidden;
}

/* checkbox to show/hide inactive subjects/users/MPs in table */
#showInactiveCheckbox {
	float: left;
	margin-top: 10px;
}

/* modal popup for confirmation */
.confirmation-dialog {
	display:none;
}
.bpopup-msg {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	margin: 10px;
}
.bpopup-btn {
	float: right;
	margin: 4px 8px;
	padding: 4px 8px;
}
.bpopup-btn:hover {
	color: #000;
}

/* Search filter at top of table */
.dataTables_filter input[type="search"] {
	position: absolute;
	top: 17px;
	right: 0;
	width: 270px;
	height: 30px;
	margin: 3px 0 20px 0;
	font-size: 0.9em;
	background-color: #F9F9F9; 
	padding: 8px 16px;
	border-radius: 20px;
	border: 1px solid #777;
	z-index: 3;
}

.dataTables_filter input[type="search"]::placeholder {
    color: #c3c2c2;
}

table.dataTable thead th {
    text-align: left;
    padding-left: 10px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

table.dataTable thead td {
    text-align: left;
    padding-left: 10px;
}

/* hilite row currently under mouse */
table.dataTable tbody tr:hover {
	background-color: #C5E9F5 !important;
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}
.inactive {
	color: rgb(190, 190, 190);	/* Dim Grey */;
}
.active-no-code {
}

th.mp_name,
td.mp_name {
	width: 25%;
}

th.mp_contact,
td.mp_contact
{
	width: 20%;
}

th.city,
td.city,
th.sentry_integration,
td.sentry_integration {
	width: 15%;
}

th.active_subjects,
td.active_subjects,
th.state,
td.state {
	width: 8%;
	text-align: center;
}

th.first_name,
td.first_name,
th.last_name,
td.last_name {
	width: 20%;
}

.late {
	color: red;
}

th.personal_code,
td.personal_code,
th.last_4_of_ssn,
td.last_4_of_ssn,
th.monitoring_end_date
td.monitoring_end_date
th.notify,
td.notify {
	width: 15%;
}

#subject-feature-filter {
	position: absolute;
	right: 180px;
	top: 0px;
	width: 138px;
	color: #1d6076;
	border: 1px solid #777;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	font-size: 1em;
	z-index: 4;
	
}

#subject-feature-filter.northpointe-pushed {
  right: 300px;
}

#subject-feature-filter #mine-filter {
    border-bottom: 1px solid #777;
}

#subject-feature-filter:hover {
	color: #174e60;
}

#filter-features {
	padding: .5em .10em;
	background-color: #F9F9F9;
}

#feature-list {
	display: none;
	z-index: 2;
	border-top: 1px solid #777;
	background-color: white;
	padding: 1px;
}

#feature-list .subject-filter-radios {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#feature-list > *,
#feature-list .subject-filter-radios > * {
	display: block;
	color: #1d6076;
	margin: 5px;
	padding: 2px;
	text-align: left;
}

#apply-filter:hover {
	text-decoration: underline;
	color: #174e60;
}

#apply-filter {
	border: 1px solid #cdcdcd;
	padding: 5px 8px;
	text-align: center;
	width: 108px;
	background-color: #ccc;
	border-radius:3px;
	font-size: .8em;
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(224,224,224,1) 100%);
}

.subject-features-filter ul { display: none; } /* Hide before plugin loads */
.subject-features-filter ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 6px 0;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.subject-features-filter ul.dropit-submenu a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #7a868e;
    padding: 0 18px;
}
.subject-features-filter ul.dropit-submenu a:hover {
    background: #248fc1;
    color: #fff;
    text-decoration: none;
}

#ack-check-bpopup .dataTables_wrapper, #reseller-invoice-bpopup .dataTables_wrapper ,#notification-monitoring-bpopup .dataTables_wrapper {
	display: inline-block;
	width: 400px;
	margin: 10px;
}

#reseller-invoice-bpopup .dataTables_wrapper {
    width: 430px;
}

#ack-check-title, #rp-invoice-title {
	text-align: center;
}

#save-check, #generate-reseller-invoice-pdf, #generate-reseller-invoice-xls {
	padding: 10px 40px;
    font-size: 1.2em;
    color: rgba(255,255,255,.95);
    background: none;
    background-color: #821D02;
    border-radius: 4px;
    border: 1px solid #000;
}

#reseller-invoice-bpopup {
    /*width: 920px;*/
}

#data-table-check-off th {
	font-weight: normal;
	text-align: left;
}

#check-info {
    display: block;
    margin-left: 0;
    /*border-top: 1px solid #777777;*/
    border-bottom: 1px solid #777777;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
#check-info * {
	/*font-size: large;*/
    font-size: 12px;
    font-weight: bold;
	/*margin: 15px;*/
    margin-left: 5px;
}
#check-info input {
	border-radius: 2px;
	padding: 5px;
	border: 1px solid #b2b2b2;
	width: 65px;
    margin-right: 20px;
}
#check-info .date-field {
    width: 90px;
}
#check-info label {
    margin-right: 0;
    margin-left: 5px;
}
#check-info h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
#check-info .date-field-wrapper {
    display: inline-block;
    position: relative;
}
.date-field-wrapper .fa-calendar {
    position: absolute;
    top: 7px;
    right: 20px;
}

#check-error, #rp-invoice-error,#notification-error {
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: rgb(182,20,12);
}

#data-table-vouchers tbody th {
	font-weight: normal;
	text-align: left;
}

.vouch-received, .vouch-invoice {
	width: 70px;
}

.vouch-invoice.inactive button,
.vouch-received.inactive button {
	opacity: 0.5;
}

#vouch-inv-dates {
	display: block;
	margin: 5px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #b0bed9;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  left: 200px;
  bottom: 250px;
  margin-bottom: -160px;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rs_admin {
    width: 100px;
}

.rs_contact {
    width: 320px;
}
.notification-btn {
  font-size: 1.2em;
  background-image: none;
  background-color: #2F9845;
  color: #fff;
  padding: 0.3em;
  width: 30%;
  display: block;
  margin: 10px;
  border-radius: 3px;
  border: 1px solid #0F2A13;
  cursor: pointer;
}

.notification-btn img {
  height: 20px;
  margin-bottom: -4px;
  display: inline-block;
  
}

