a, table {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    color: #202020;
    empty-cells: show;
    NOToverflow: hidden;
}

html {
    height: 98%;
}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=date]{
    -webkit-appearance: none;
    margin: 0;
    width:140px;
}

body {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    NOToverflow: hidden;
}


a {
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.nohover:hover {  
	color: #202020;
	text-decoration: none;
}

.popupwait {
	color: #202020;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	border: 2px solid #000000;
	background-color: White;
	top:50%;
	left:50%;
	margin-left:-175px;   /* negative half of width above */
	margin-top:-200px;   /* negative half of height above */
	width: 350px;
	height: 150px;
	text-align: center;
	position: absolute;
	z-index: 15;
 	border-radius: 8px;
	background: rgba(255, 255, 255, 1.0)
}

.popupbackground {
	color: #202020;
	background-color: White;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(255, 255, 255, 0.5)
}

body.discrete, table.discrete, tr.discrete, .discrete {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 16px;
	color: #3F7DA3;
	NOToverflow: hidden;
}

.whiteline {
	background-color: #0a3542;
	color: #0a3542;
	height: 1px;
	padding: 0px;
 }

.reportheader {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 14px;
}

.reporttitle {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 40px;
}

.reportsubtitle {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 20px;
}

.reportsubtitlesmall {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 12px;
}

.highlight {
	color: #9f2214;
}

.highlightbold {
	color: #9f2214;
	font-weight: bold;
}

.subtitle {
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 20px;
}

.newsubtitle {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #707070
}

.newtitle {
    font-family: 'Cabin', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #4C84B4
}

button.noborder {
    font-family: 'Cabin', sans-serif, Tahoma, Verdana;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

input.noborder {
    font-family: 'Cabin', sans-serif, Tahoma, Verdana;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

input, select, textarea, button
{
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 20px;
	border: 1px solid Black; border-radius: 2px;
    border-radius: 5px;
}

checkbox
{
	height: 48px;
	width: 48px;
}

.checkName {
    width: 30px;
    height: 30px;
    display: Block;
}
.checkNameActive {
    display: None;
}

.multiInput {
    width: 30px;
    height: 30px;
}
.multiInputActive {
    width: 60px;
    height: 60px;
}

.checkNameText {
width:100%;

}

.checkNameTextActive {
    font-size: 25px;
    font-weight:bold;
}

.checkNameTextActiveError{
    font-size: 25px;
    color: #df2214;
    font-weight:bold;
}

.discretesubtext {
	font-size: 14px;
	font-style: italic;
}

.reportfooter {
	font-size: 14px;
	font-style: italic;
}

.checkError{
    color: #df2214;
}

.autocompleteresultclass{
    font-size: 20px;
    color: #000000;
}

.checkButtonActive {
    -webkit-appearance: none;
    width: 100px;
    height: 80px;
    display: Block;
    background: #998675;
    border: 0px;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
}

.checkButtonActiveOK {
    -webkit-appearance: none;
    width: 100px;
    height: 80px;
    display: Block;
    background: Green;
    border: 0px;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    display: None;
}

.checkButtonActiveDefect {
    -webkit-appearance: none;
    width: 100px;
    height: 80px;
    display: Block;
    background: #df2214;
    border: 0px;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    display: None;
}

.checkButton {
    -webkit-appearance: none;
    display: None;
}


.useredit_Err {
    color: #ff0000;
    font-style:italic;
}

.redborder {
    border: 3px solid #df2214;
}

.mandatory {
    border: 2px solid #000000;
}

.ToolbarCell {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    border: 0;
    color: #FFFFFF;
    width: 86px;
    border-right: 0px solid black;
    margin: auto;
}

.ToolbarCellActive {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    border: 0;
    color: #FFFFFF;
    width: 86px;
    border-right: 0px solid black;
    margin: auto;
}

.ToolbarCellEmpty {
    empty-cells: show;
}

.ToolbarCellBackend {
    -webkit-appearance: none;
    height: 60px;
    display: Block;
    background: #998675;
    border: 0;
    color: #FFFFFF;
    width:86px;
    border-right: 1px solid black; 
}

.ToolbarButtons {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: none;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 11px 1px 10px 0px;
    width: 85px;
    z-index: 100;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    font-size: 11px; /* Preferred icon size */
}


.ToolbarButtonsBackend {
    -webkit-appearance: none;
    height: 60px;
    display: Block;
    background: #998675;
    border: none;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 11px 1px 10px 0px;
    width:85px;
    z-index: 100;
}

.ToolbarButtonHighlightBackend {
    -webkit-appearance: none;
    height: 60px;
    display: Block;
    background: #FFFFFF;
    border: 0;
    color: #000000;
    margin: 0 0 0 0px;
    padding: 11px 1px 10px;
    width:85px;
    font-weight: bold;
}

.ToolbarButtonHighlight {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #9ED3FF;
    border: none;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 11px 1px 10px 0px;
    width: 85px;
    z-index: 100;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    font-size: 11px; /* Preferred icon size */
}

.MaterialIcon {
    border-radius: 5px;
    background: #4C84B4;
    color: #FFFFFF;
    display: inline-block;
}

.StdButton {
    -webkit-appearance: none;
    border-radius: 5px;
    height: 30px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    width: 85px;
}

.Buttons {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width: 85px;
    font-size: 11px; /* Preferred icon size */
}

.ButtonsDisabled {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #8f8f8f;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width: 85px;
    white-space: normal;
    font-size: 11px; /* Preferred icon size */
}

.ButtonsLogin {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width: 85px;
    font-style: italic;
}

.ButtonHighlight {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #998675;
    border: none;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width:85px;
    font-weight: bold;
}

.smallbuttons {
    -webkit-appearance: none;
    height: 35px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 5px 7px 10px;
    width: 85px;
}

.ButtonsLineBreak {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width: 85px;
    white-space: normal;
}

.ButtonsLineBreak3Line {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 2px 7px 10px;
    width: 85px;
    white-space: normal;
}

.ButtonsLineBreakHighlight {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width: 85px;
    white-space: normal;
    font-weight: bold;
}

.ButtonsLineBreakDisabled {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #8f8f8f;
    border: 0;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 7px 10px;
    width:85px;
	white-space:normal;
}

.ButtonsLineBreakFoto {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #4C84B4;
    border: 0px solid black;
    color: #FFFFFF;
    margin: 0 0 0 -3px;
    padding: 11px 19px 10px;
    width: 85px;
    white-space: normal;
}

.redsquare
{
	background-color: #ff0000;
    color: #ff0000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.greysquare
{
	background-color: #808080;
    color: #808080;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.greensquare
{
	background-color: #00AA00;
    color: #00AA00;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.orangesquare
{
	background-color: #ff7e03;
    color: #ff7e03;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.report_status_grey {
    color: #BDBDBD;
}

.report_status_black {
    color: #000000;
}

.report_status_red {
    color: #ff0000;
}

.report_status_green {
    color: #00AA00;
}

.report_status_grey_italic {
    color: #BDBDBD;
    font-style: italic;
}

.report_status_orange {
    color: #ff7e03;
}

.redborder
{
	border: 1 px #FF0000;
}

.blackborder
{
	border: 1 px #000000;
}

tr:hover.bghovergrey {
	background-color: #F2F2F0;
	cursor: pointer;
}

.fixedtoolbar 
{
position: fixed;
left: 0px;
top: 0px;
height: 100%; 
width:95px; 
padding: 0px 0px 0px 0px;
background-color: #D5D7DB;
z-index: 1;
}

.ExtendButton {
    -webkit-appearance: none;
    height: 80px;
    display: Block;
    background: #998675;
    border: 0;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:20px;
}

.normalbody{
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 16px;
	color: #202020;
	NOToverflow: hidden;
}

.toolbarbody{
	font-family: 'Cabin', sans-serif, Tahoma, Verdana;
	font-size: 16px;
	color: #202020;
	NOToverflow: hidden;
    max-width: 100%;
    height:100%;
    max-height:100%;
    margin-left: 110px;
    z-index: 2;
}

.fixedautocomplete
{
position: fixed;
display: none;
left: 0px;
top: 0px;
width:155px; 
padding: 0px 0px 0px 0px;
background-color: #EFEFEF;
border: 1px solid black;
}

.absoluteautocomplete
{
position: absolute;
display: none;
padding: 0px 0px 0px 0px;
background-color: #EFEFEF;
border: 1px solid black;
z-index: 199;
}

.popupcover { 
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.7); 
	z-index:5; 
	width:100%; 
	height:100%; 
	display:none;
}

.popup  
{
	height:280px; 
	width:340px; 
	margin:50 auto; 
	position:relative; 
	z-index:10; 
	display:block;
	border:5px solid #cccccc; 
	border-radius:10px;
	background-color: #EFEFEF;
}

.deviceframe 
{
	background-color: #EFEFEF;
}

.popupnocover { 
	height:280px; 
	width:340px; 
	position:fixed; 
	margin: 0 auto;
	z-index:5; 
	display:none;
	top: 25%;
	left: 50%;
	margin: -115px;
	background-color: #EFEFEF;
    border: 1px solid Black; border-radius: 6px;
}

.absolute-center { 
  height: 50%; /* Set your own height: percents, ems, whatever! */
  width: 50%; /* Set your own width: percents, ems, whatever! */
  overflow: auto; /* Recommended in case content is larger than the container */
  margin: auto; /* Center the item vertically & horizontally */
  position: absolute; /* Break it out of the regular flow */
  top: 0; left: 0; bottom: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
}

.SignatureBox 
{
	position: relative; 
	margin: 0; 
	padding: 0; 
	border: 2px solid #998675;
    -webkit-appearance: none;
    height: 140px;
    width:350px;
}

.SignatureBoxSigned 
{
	position: relative; 
	margin: 0; 
	padding: 0; 
	border: 2px solid #EAEAEA;
    -webkit-appearance: none;
    height: 140px;
    width:350px;
}

.HighlightBox 
{
	background-color: #EAEAEA;
	cursor: hand;
}

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin-top: 10mm;
    margin-left: 15mm;
    margin-bottom: 10mm;
    margin-right: 5mm;
} 

@media print 
{
	td, tr {
		font-size: 12px;
	}

	.toolbarbody
	{
		margin-left: 0;
		size: auto;   /* auto is the initial value */ 
    }
    
    .fixedtoolbar
    {
		display: none !important;
    }
    
   .hidden
   {
   		display:none;
   }
}

.customerInActive{
	color:#A8A8A8!important;
}

.customerDeviceInActive{
	color:#A8A8A8!important;
}

.teamInActive{
	color:#A8A8A8!important;
}
