* {
    margin: 0;
    padding: 0;
}

/* GLOBAL ELEMENTS
--------------------------------------------------------------- */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
   -webkit-appearance: none !important;
}
input[type="number"]{-moz-appearance:textfield;}
body {
    background: #FFFFFF none 0 0 no-repeat;
    position: relative;
    margin: 0;
    padding-bottom: 5rem;
    min-height: 100%;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,table {
    color: #252525;
    font-size: 13px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img,fieldset {
    border: 0;
}

p {
    line-height: 20px;
    margin-bottom: 14px;
}

ol {
    margin-bottom: 14px;
}

ul {
    margin-bottom: 14px;
}

h1 {
    font-size: 20px;
    margin: 6px 0 4px;
    color: #231F20;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    margin: 6px 0 4px;
    color: #231F20;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    margin: 4px 0;
    color: #231F20;
    font-weight: normal;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    margin: 2px 0;
    color: #231F20;
    font-weight: normal;
}

h5 {
    font-size: 10px;
    margin: 0;
    color: #231F20;
    font-weight: normal;
}

h6 {
    font-size: 7px;
    margin: 10px 0 5px;
    color: #231F20;
    font-weight: normal;
}

.clearer {
    clear: both;
}

.float-left { float:left; }
.float-right { float:right; }

.hr {
    display: block;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color:red;
}

.boldRed {
    color:red;
    font-weight:bold;
}
.bold {
    font-weight:bold;
}


.underline {text-decoration: underline;}

.blackline {background-color:black;height:2px;}
.redline {background-color:red;height:2px;}
.table-auto-width {
    width:auto;
    padding: 10px;
}


/* INPUT COMPONENT STYLES
--------------------------------------------------------------- */

a {
    outline: none;
    color: #40362E;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration:underline;
}

input[type=button], input[type=submit], .button {
	-moz-box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	-webkit-box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #F8F8F8) ) !important;
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #F8F8F8 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F8F8F8') !important;
	background-color:#FFFFFF !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	border:1px solid #ccc !important;
	display:inline-block !important;
	color:#000000 !important;
	font-family:arial !important;
	font-size:13px !important;
	font-weight:normal !important;
	padding:4px 16px !important;
	text-decoration:none !important;
	cursor:pointer;
	/* text-shadow:1px 1px 3px #000000 !important; */
}
input[type=button]:hover, input[type=submit]:hover, .button:hover {
	border:1px solid #F47323 !important;
}
input[type=button]:active, input[type=submit]:active, .button:active {
	border:1px solid #F47323 !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #FFFFFF) ) !important;
	background:-moz-linear-gradient( center top, #F8F8F8 5%, #FFFFFF 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#FFFFFF') !important;
	background-color:#f0f0f0 !important;
}

.disabledButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	-webkit-box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	box-shadow:inset 0px 0px 0px 0px #d197fe !important;
	background-color:#DCDCDC !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	border:1px solid #ccc !important;
	display:inline-block !important;
	color:##696969 !important;
	font-family:arial !important;
	font-size:13px !important;
	font-weight:normal !important;
	padding:4px 16px !important;
	text-decoration:none !important;
}


input[type=text], input[type=password] {
	padding: 4px 8px !important; margin: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px 5px 5px 5px !important;
}

input[type=text].error, input[type=password].error {
	border: 1px solid #E06D6D !important;
	background-color: #FFE8E8 !important;
}

input[type="radio"], input[type="checkbox"] {
	margin:4px !important;
}
input[type=number].error {
	border: 1px solid #E06D6D !important;
	background-color: #FFE8E8 !important;
}
/*
 * used for multi select with chosen pluging
 */
div.error {
	border: 1px solid #E06D6D !important;
	background-color: #FFE8E8 !important;
}
li.error {
	background-color: #FFE8E8 !important;
}


textarea {
	padding: 4px 8px; margin: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    resize: none;
}

textarea.error {
	border: 1px solid #E06D6D !important;
	background-color: #FFE8E8 !important;
}

select {
	padding: 4px 4px 4px 0px !important; margin: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px 5px 5px 5px !important;
}

select.error {
	border: 1px solid #E06D6D !important;
	background-color: #FFE8E8 !important;
}

/* LOADING ANIMATION STYLES
--------------------------------------------------------------- */

div#loading-animation
{
    position:fixed;
    left:50%; top:50%;
    z-index:9999;
}

div#loading-animation-inner
{
    position:relative;
    left:-50%; top:-50%;
    background-color:#fff;
    border:1px solid #727171;
    border-radius: 6px;
    height:47px;
    padding:00px;
}

div#loading-animation-inner img
{
    float: left;
    width:32px; height:32px;
    margin:8px 0 0 4px;
}

div#loading-animation-inner div
{
    float:left;
    margin:16px 8px;
    color:#82807C;
    font-size:1.2em;
    font-weight:normal;
}

/* MESSAGE STYLES
--------------------------------------------------------------- */

img.mandatory, img.error { width:14px; height:14px; padding-left:2px; }

.mandatory_star {
    display: inline-block;
    background-image: url("../img/icon/mandatory.png");
    background-repeat: no-repeat;
    width:15px;
}

.mandatory_spacer {
    display: inline-block;
    width:15px;
}

.field_info {
    display: inline-block;
    cursor: pointer;
    background-image: url("../img/icon/question.png");
    background-repeat: no-repeat;
    width:15px;
}



/* NOTIFICATION STYLES
--------------------------------------------------------------- */

div#usermessages {
	position:relative;
	width:97%;
}

div.user-msg {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
    padding: 12px 16px;
    /* text-shadow: 1px 1px 1px #000000; */
    width: 100%;
}

div.user-error-msg {
    background-color: #FFEAEA;
    border: 1px solid #FFBFBF;
}

div.user-msg-close {
	float:right;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	padding:0 2px;
	cursor:pointer;
}

div.user-msg-close:hover {
	color: #ED1C24;
	background-color: #e0e0e0;
}

span.user-error-msg-inline {
    background-color: #FFEAEA;
    border: 1px solid #FFBFBF;
    border-radius: 3px;
    color: #333;
    font-size: 10px;
    padding:5px;
    font-weight: normal;
}

.noCursor {
    cursor: deafult;
}


/* TABSET COMPONENT STYLES
--------------------------------------------------------------- */

div.tabset {
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	width:100%;
}
table.tabs {
	padding:0px;
	border-collapse: collapse;
	border-spacing:0px 0px !important;
}
table.tabs td {
	padding: 3px 0 !important;
	text-align:center; font-family:"century gothic", Verdana, Arial, Helvetica, sans-serif;
	color:#252525; font-weight:normal; font-size:12px;
	overflow:hidden; white-space:nowrap;
	cursor:pointer;
	border:1px solid transparent;
}
table.tabs td.tab:hover {
	color:#FFFFFF;
	background-color:#5D2882;
	border:1px solid #E3D9E9;
}
table.tabs td.selected {
	color:#FFFFFF;
	background-color:#5D2882;
	border:1px solid #E3D9E9;
}

/* GPS colours
--------------------------------------------------------------- */
.gps {
    display:none;
    width:966px;
    padding:20px;
    color:white;
    font-weight:bold
}
.gps-click {
    background-color:green;
    display:block;
}
.gps-auto {
    background-color:orange;
}
.gps-fail {
    background-color:red;
}

.gps-map {
	width:966px;
	height: 400px;
	background-color:lightgrey;
}

/* Tail Report colours
--------------------------------------------------------------- */
.tail {
    display:none;
    width:100%;
    padding:5px;
    color:white;
}
.tail-running {
    background-color:green;
}
.tail-stopped {
    background-color:orange;
}
.tail-cleared {
    background-color:gray;
    color:white;
}
.tail-initial {
    background-color:white;
    display:block;
    color:black;
}


/* COLLASPIBLE PANEL
--------------------------------------------------------------- */

div.collapsible { margin:0px; margin-bottom:16px; }

div.collapsible div.header { width:100%; padding:0; margin:0; color:#FF0000; font-weight:normal; font-size:1.2em; cursor:pointer; }

div.collapsible div.header-closed { border:0; }

div.collapsible div.body { width:100%; margin:0; padding:0; }

div.collapsible div.body-closed { width:100%; /* display:none; */ }

div.collapsible div.header img { float:left; padding:2px 4px 0 0; width:10px; height:10px; }


/* DATALIST COMPONENT STYLES
--------------------------------------------------------------- */

table.datatable {
}

/* DATALIST COMPONENT STYLES
--------------------------------------------------------------- */

.datalist {
	width: 100%;
	clear: both;
}

.datalist-filters {
	width: 100%; height:30px;
}

.datalist-filter {
    width: 100%;
}

.datalist-search, .datalist-filter, .datalist-filter-option {
    float:left;
}

.datalist-filter-option {
    margin-left:3px;
    margin-right:3px;
}

.datalist-search {
    margin-right:8px;
}

.datalist-date {
    width:90px;
    padding-left:3px;
    padding-right:3px;
}

.datalist-dropdown {
    width:180px;
}

.datalist-filter-option-right {
    float: right;
}

.datalist-search-icon-reverse {
    padding:0 0 0 0 !important;
    margin-left:5px;
}
.datalist-search-icon {
	float:right;
	width:20px;
	padding:4px 0 0 8px;
}
.datalist-search-box {
    height: 26px;
    width:200px;
}

.datalist-filter {
	margin-right:8px;
        padding-bottom:10px;
}

.datalist-filter-icon {
	float:left;
	width:20px;
	padding:4px 8px 0 0;
}

.sortable {
	cursor:pointer;
}

.datalist-colsort-icon {
	float:right;
	margin:2px 4px 0 4px;
	width:8px; height: 14px;
        cursor: pointer;
}

.datalist table {
	width: 100;
    border-collapse: collapse !important;
    border-spacing: 0; margin:0; padding:0; /* -- no padding/spacing -- */
}

.datalist table div {
	padding: 0 2px;
}

.datalist table tr.subheading {
	background-color: #8f8f8f;
	color:#000;
}
.datalist table tr.heading td, .datalist table tr.subheading td {
	border-right: 1px solid #D9E6F0;
	height:22px !important;
}

.datalist table tr.heading {
	background-color: #40362E;
	color:#fff;
}

.datalist table tr.footer {
	background-color: #000000;
	height:5px;
}



.datalist table tr.heading td:last-child , .datalist table tr.subheading td:last-child {
	border-right: 1px solid transparent;
}

.datalist table tr.heading img {
	width:10px; height:10px;
	padding:0 0 0 4px;
}

.datalist table span {
	padding:8px;
}

.datalist table tr.row td {
	border-right: 1px solid #D9E6F0;
	border-bottom: 1px solid #D9E6F0;
	height: 28px;
	cursor:pointer;
	overflow: hidden;
	/*white-space:nowrap;*/
	text-align:left;
}

.datalist table tr.row-nocursor td {
	border-right: 1px solid #D9E6F0;
	border-bottom: 1px solid #D9E6F0;
	height: 28px;
	cursor:default;
	overflow: hidden;
	white-space:nowrap;
	text-align:left;
}

.datalist table tr.row td:last-child {
	border-right: 1px solid transparent;
}

.datalist table tr.row:nth-child(odd) td {
	background-color: #f0f0f0;
}

.datalist table tr.red td {
    background-color:  #ffcccc;
    cursor: pointer;
}

/* drug test colours */
.datalist table tr.negative td {
    background-color:#69BD45 !important;
    cursor:default;
}
.datalist table tr.unconfirmed td {
    background-color:#EE1C25 !important;
    cursor:default;
}
.datalist table tr.invalid td {
    background-color:#C8C9CB !important;
    cursor:default;
}

/* no breath test does not need pointer */
.datalist table tr.noBreathTest td {
    background-color:  #ffcccc;
    cursor: default;
}

.datalist table tr.greyedout td {
	background-color:  lightgray !important;
}

.datalist table tr.red:nth-child(odd) td {
	background-color:   #ffb3b3 !important;
}

.datalist table tr.noBreathTest:nth-child(odd) td {
	background-color:   #ffb3b3 !important;
}

.datalist table tr.red:nth-child(odd):hover td {
	background-color:   #FF8C8C !important;
    cursor: pointer;
}

.datalist table tr.noBreathTest:nth-child(odd):hover td {
	background-color:   #FF8C8C !important;
    cursor: default;
}

.datalist table tr.row:hover td {
	color:#000; background-color: #A9A9A9;
}

.datalist table tr.row img {
	width:16px; height: 16px;
	padding:2px; padding-top:5px;
	cursor:pointer;
}

div.datalist-nav {
}

.datalist-nav-button {
	float:left;
	width: 24px; height:24px;
	min-width: 24px; min-height:24px;
	margin:4px; padding:0;
	cursor:pointer;
}

.datalist-nav-button:hover {
	font-weight:bold;
}

.datalist-nav-pageinfo {
	float:right;
	padding:4px; padding-right:24px;
}

.datalist-nav-page {
	padding:4px; padding-left:8px;
}

.datalist-nav-page-selected {
	font-weight:bold;
}

.smallerTable table {
	width: auto;
}

.smallerTable td, th {
    padding: 4px;
}

/* WRAPPER CONTAINER STYLES
--------------------------------------------------------------- */

.page-wrapper {
    /* background: url(../img/background.jpg) 50% 0 repeat-x; */
    text-align: center;
}

.page-top {
	width:100%; height:40px;
	/* background-color:#000000; */
	background: url(../img/header_bg2.png) 0 0 repeat-x;
}

.content-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.content-wrapper-form {
    width: 50%;
    margin: 0 auto;
}

.content-wrapper-large {
    width: 80%;
    margin: 0 auto;
}

/* HEADER STYLES
--------------------------------------------------------------- */

.header {
    margin: 0px 0 10px 0;
}

.header-logo {
    float: left;
}

.header-logo img {
    /* width: 200px; height: 102px; */
    margin-left: 5px;
}

.header-topright {
    float: right;
    position: relative;
    /* width: 650px; */
}

/* This makes the menu display in mobile phones */
@media (min-width: 320px) and (max-width: 1324px) {
     .page-top {
        width:100%; height:100px;
        background:black;
    }
    .header-logo {
        float: none;
        clear:right;
    }
    .header-topright {
        float: none;
    }

    .content-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        position: relative;
    }

    .content-wrapper-form {
        width: 100%;
        margin: 0 auto;
    }

    .content-wrapper-large {
        width: 100%;
        margin: 0 auto;
    }
}

.header-title {
    float: right;
    margin-top: 8px;
}

.header-title p {
    font-size: 26px;
    color: #000000;
    height: 35px;
    line-height: 29px;
    padding: 0 10px;
}

.header-topright-links {
	text-align:right;
	margin:2px 10px 0 0;
}

.header-topright-links a {
	padding-left:24px;
	color: #ffffff;
	font-size:1.3em;
}

.header-topright-links a:hover {
	/* text-decoration:underline; */
	color: #ED1C24;
	text-decoration:none;
}

.header-topright-links a.selected {
	/* text-decoration:underline; */
	color: #ED1C24;
	text-decoration:none;
}

.header-topright-links a.selected:hover {
	/* text-decoration:none; */
	text-decoration:none;
}

/* MAIN MENU STYLES
--------------------------------------------------------------- */

.mainmenu {
    float: right;
	/* margin: -1px 0 0 20px; */
	margin: 2px 0 0 0;
}

.mainmenu ul li {
    list-style: none outside none;
    float: left;
    margin: 0 10px;
}

.mainmenu ul ul {
    border: 1px solid #000;
    border-top: 1px solid #EED1FF;
}

.mainmenu ul li a {
    color: #fff; font-weight:normal;
    font-size: 1.1em;
    height: 37px;
    line-height: 37px;
    padding: 0;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mainmenu ul li a:hover,.mainmenu ul li.active a {
    color: #ff0000;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mainmenu ul li.join a {
    /* background: url(../img/menu/hover.png) 0 0 repeat-x; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 24px;
}

.mainmenu ul ul li {
    margin: 0 4px;
}

.mainmenu ul li.active li, .mainmenu ul li.active li a {
    background: none;
    background-color: #fff;
    color: #000000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mainmenu ul li.active li.active, .mainmenu ul li.active li.active a {
    color: #ff0000;
}

.mainmenu ul ul li a {
    background: none;
    background-color: #ffffff;
    color: #000;
    font-size: 1.1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mainmenu ul ul li a:hover, .mainmenu ul li.active li a:hover {
    background: none;
    background-color: #ffffff;
    color: #ff0000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mainmenu ul ul li.join a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* CONTENT STYLES
--------------------------------------------------------------- */

.content {
    background: none #ffffff 0 0 no-repeat;
    padding: 0 20px;
}

#page-body.content {
    min-height: 480px;
    background-color: #ffffff;
    padding: 0 20px 20px 20px;
    height: auto !important;
}

.content-clearfix { margin-bottom: 10px; }

.content-clearfix:before, .content-clearfix:after {
    content: "";
    display: table;
}

.content-clearfix:after { clear: both; }

#breadcrumb {
	width:100%;
	padding:4px 0;
	border-bottom:1px solid #e0e0e0;
}

#breadcrumb img { height:8px; width:8px; }

.content-header { width:100%; min-height:40px; }

.content-title { float:left; }

.content-title h1 { margin-bottom:0px; }

.content-title h3 { margin-top:0px; }

.content-actions {
	float:right; margin-top:6px;
}

.content table {
    border-collapse: separate;
    border-spacing: 0px 6px;
}

/* FOOTER STYLES
--------------------------------------------------------------- */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #222222;
    color: #fff;
    font-size: 13px;
    padding-top:5px;
}

a.footer_link {
  color:white;
}

a.footer_link:hover {
  text-decoration:none;
}

.footer-section {
    width:33%;
    float:left;

}

.footer-middle {
    text-align:center;
}

.footer-left {
    text-align:left;
}

.footer-right {
    text-align:right;
}

footer .phone_title {
    padding-left: 34px !IMPORTANT;
}

footer h4.phone_title {
    position: relative;
    padding-left: 47px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    text-decoration:none;
}

footer h4.contact_title {
    position: relative;
    padding-left: 47px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    text-decoration:none;
}

footer .phone_span {
    font-size: 21px;
    margin-top: 20px;
}

.phone_span {
    display: block;
    font-size: 31px;
    line-height: 22px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.copyright {
    font-size: 11px;
    color: #777777;
}

/* VISIT DETAILS Profile Page form
------------------------------------------------------------------*/

#visit-details {
	border-collapse: separate;
	font-size:1.1em;
}

#visit-details td {
        padding-right:25px;
}

#site-details td{
        padding-right:20px;
}
/* DASHBOARD
------------------------------------------------------------------*/

.dashchart-container {
	position:relative;
	float:left; width:32%;
	min-width: 200px; height: 400px;
	margin: 0 4px;
}

.dashchart-container img {
	position:absolute; z-index:9;
	top:8px; left:0px;
	width:102px; height:20px;
}

.dashchart-container img.alco_icon {
	margin-top:2px;
	width:82px; height:16px;
}

.dash-servicealert {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin: 10px 5px 10px 2px;
    font-weight:bold;
}

.dash-servicealert-warn {
    color: #fff !important;
    background-color:orange !important;
}

.dash-servicealert-error {
    background-color:red !important;
}

.dash-map {
    position:relative;
    float:left;
    width:59%;
    min-width: 200px;
    height: 600px;
    margin: 0 4px;
}

.dash-map-graph {
    position:relative;
    float:left;
    width:39%;
    height: 600px;
    margin: 0 4px;
}


/* READING PAGE
------------------------------------------------------------------ */

.section{
    padding-top: 20px;
    padding-right: 20px;
    width: 45%;
    float: left;
}
.section_right{
    padding-top: 20px;
    padding-right: 20px;
    width: 45%;
    float: right;
}

.section_large{
   padding-top: 20px;
    padding-right: 20px;

}

.title{
     padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;

}

.section table td, .section_right table td, .section_large table td {
    padding-left: 5px;
}

/* AOD ACTIVITY LIST LAYOUT
------------------------------------------------------------------ */

.activity-list {
	margin-top:8px;
}

.activity-list, .activity-table, .activity-list .collapsible, .activity-list .collapsible table {
	width:100%;
	font-size:14px;
}

.activity-table {
	margin-top:8px;
	border-collapse: collapse;
	border-spacing: 0;
}

.activity-list .collapsible table {
	margin-bottom:8px;
}

.activity-list .collapsible table td {
	padding:4px 4px;
	height:24px;
	border-top:1px solid #e8e8e8;
	cursor:pointer;
}

.activity-list .collapsible table td:last-child {
	white-space:nowrap; overflow:hidden;
	width:160px;
}

.activity-list .collapsible table tr:hover td {
	background-color:#eeeeee;
}

.aod-form {
	min-height:400px; padding:8px;
	clear:both;
}

.aod-form-section {
	width:100%; margin-bottom:6px;
}

.aod-form-section .datalist div {
	padding: 0px 4px;
}

.aod-form-section .datatable .row {
	padding:8px 4px;
}

.aod-form-section .datatable td {
	padding:2px 4px;
}

#aod-form-datalist table tr.heading {
	background-color: transparent;
	color:#000;
}

#aod-form-datalist table tr.heading td {
	border-bottom: 1px solid #D9E6F0;
}

#aod-form-datalist table tr.row td {
	cursor:default;
}

.aod-syncresult-popup {
}

.aod-syncresult-popup ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
}

.aod-syncresult-popup ul li {
	padding: 2px;
	margin-left: 0px;
}

.aod-syncresult-popup ul ul, .aod-syncresult-popup ul ul ul, .aod-syncresult-popup ul ul ul ul {
	list-style-type: circle;
    padding: 0;
    margin: 0;
}

.aod-syncresult-popup ul ul li, .aod-syncresult-popup ul ul ul li, .aod-syncresult-popup ul ul ul ul li {
	padding: 2px;
	margin-left: 16px;
}

table.table-import-staff,
table.table-import-staff tr,
table.table-import-staff th,
table.table-import-staff td {
    border: 1px solid black;
     border-collapse: collapse;
}

/* Service Page */
.battery_table {
    float:left;
    clear:right;
    padding:0px;
    background-color:black;
    border:solid 1px black;
    width:auto;
    height:auto;
    border-collapse: separate;
    border-spacing:2px !important;
}

.green_cell {
    background-color:#00ff00;   width:10px;      border:solid 1px black;color:#00ff00;
}

.black_cell {
    border:solid 1px black;
    background-color:#000000;
    width:10px;
    color:#000000;
}

/* WATERMARK
------------------------------------------------------------------ */
.watermark {
    position: absolute;
    opacity: 0.25;
    font-size: 10em;
    width: 10%;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    text-align: center;
    z-index: 1000;
    margin-left: -130px;
}

/* READING PAGE - make table data wrap nicely
------------------------------------------------------------------ */

#rs1 > table tr.row td {
 white-space: normal !important;
}

#rs2 > table tr.row td {
 white-space: normal !important;
}

#rs3 > table tr.row td {
 white-space: normal !important;
}

#rs4 > table tr.row td {
 white-space: normal !important;
}

#rs5 > table tr.row td {
 white-space: normal !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}/* CONVERSION PAGE
------------------------------------------------------------------ */
.separator {background-color:red; height:2px;}
.greyed {    opacity: 0.2; background-color:gray; }

table.test  {
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
    text-align: left;
    padding: 8px;
}

table.test td {
  padding:10px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.myBtn {
  cursor: pointer;
  color:red;
  text-decoration:underline;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #afcde3;
}

.tab button.error {
    background-color: #8B0000;
    color:white;
}

.tab button.activeError {
    background-color: red;
    color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
