@import url(https://fonts.googleapis.com/css?family=Roboto);


/* 

icons here : https://www.google.com/design/icons/

*/

@media print {
  .noprint {display: none;}
}

.noshow {
	display:none;
}


*:not(input):not(textarea) {
/*  -webkit-user-select: none; *//* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}       

::-webkit-file-upload-button { 
/* background: black;  */
color: buttontext;
background-color: buttonface;
padding: 5px;
border-radius: 4px;
border: 1px solid transparent;
}

progress { -webkit-appearance: none; }
progress::-webkit-progress-bar {
	-webkit-appearance: none;
	background-color: white; width: 100%;
}
progress::-webkit-progress-value {
  background:#BA021C;
}

*{
margin:0;
padding:0;
font-size:14px;
}


table {
  border-collapse: collapse;
}

th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #9E9E9E;
  background-color: transparent;
  font-weight: bold; 
}

a{
  color: #000000;
  text-decoration: none;
}

input[type="text"]
{
    font-size:16px;
}

label{
line-height:24px;
}


body{
font-family: 'Roboto', sans-serif;
font-size:14px;
font-weight: normal;
}

p{
/* margin-bottom:5px; */
}

dialog {
position: absolute;
left: 0px;
right: 0px;
width: 200px;
height: 80px;
margin: auto;
border: solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding: 1em;
background: white; 
color: black;

border: solid #9E9E9E 1px;
border-radius: 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.noted {
border: solid #9E9E9E 1px; 
margin-top: 10px;
margin-left: 10px;
/* margin-right: 10px; */
}

.notep {
background-color: #f5f5f5;
padding: 3px;
min-height: 17px;
}

.notei {
display: none;
border: 0px; 
}

.inpnote {
width: 550px; 
}

#btnUpdateNote{
float:right;
/*margin-right:5%;
margin-top:10px;
margin-bottom:10px; */
cursor: pointer;		
}


.dlgbtn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
}

.telno{
	color:blue;
}

#alert{
display: none; /* inline-block; */
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 80%;
margin: auto;
height:60px;
line-height:60px;
text-align:center;
border-radius: 5px;
background: #EFEFEF;
border: solid #9E9E9E 1px;
}

#pinForm{
display: none; /* inline-block;  */
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 80%;
height: 100px;
line-height:100px; 
font-size:24px;
margin: auto;
text-align:center;
border-radius: 5px;
background: #EFEFEF;
border: solid #9E9E9E 1px;
}


#pinCode{
/* font-size:24px; */
width:50px;
}

#sendPin{
cursor: pointer;
vertical-align:middle; 
padding-left:20px; 
padding-bottom:3px; 
}

#btnAdd{
cursor: pointer;
display: inline-block;  
position: fixed;
right: 3%;
bottom: 3%;
}


#txtNewSite, #txtNewDesc, #txtNewNote{
height:24px; 
width:95%;
}

.menu{
z-index: 10;
position:fixed;
top:0px;
left:0px;
margin: 0 auto;
width:100%;
height: 48px; 
line-height: 48px;
background-color:BA021C;
text-align:center;
color:white; 
}

#btnRefresh, #btnUpload, #btnDownload {
padding-top: 12px;
padding-right: 24px; 
padding-bottom: 12px;
padding-left: 12px;
cursor: pointer;
}


#btnDone, #btnComment, #btnDelete, #btnAttach, #btnState, #btnArchive {
display: none; 
padding-top: 12px;
padding-right: 16px; 
padding-left: 6px;
padding-bottom: 12px;
cursor: pointer;
}

#items{
	padding-top:48px;
}

.it{
width:100%;
min-height: 60px; 
border-bottom: thin solid #BA021C;
/* cursor: pointer; */
padding: 5px;
}

.itgray {
	opacity:0.4;
	/* background-color:#00000026; */
}

.ipco, .ipli {
	background-color: #fff0f0;
  border: 1px solid black;
}

.ipcb {
	transform: scale(1.5);
	outline-style: none;
}

.i1t{
/* padding-left: 10px; */
font-size:18px;
width:100%;
min-height: 60px; 
border-bottom: thin solid #BA021C;
}

.il{
display: table-cell;
/* vertical-align:middle; 
width:55px; */
height:60px;
}

.ir{
display: table-cell;
overflow:hidden;
height:48px;
}

/*
.i1r{
 // display: table-cell; 
overflow:hidden;
  //  height:48px; 
}
*/

.i1re{
/* display: table-cell; */
overflow:hidden;
min-height:40px; 
line-height:25px;
padding-top:8px;
}



.t1r{
/* float:right;*/
margin-top:7px;
margin-bottom:2px;
}

.t1{
/* float:right;*/
margin-top:7px;
margin-bottom:2px;
font-weight: bold; 
}

.d2{
display: table-cell;
vertical-align: middle; 
height: 34px;
}

.t2{
display: table-cell;
vertical-align: middle;
font-size:14px;
font-weight: normal;
}

.not{
font-style: italic;
padding:5px;
margin-bottom:10px;
margin-right:10px;
border-radius: 5px;
background: #EFEFEF;
min-height:24px;
overflow: auto;
border: solid #f5f5f5 1px;
}

.notw{
height:24px;
text-align:middle;	
font-style: italic;
padding:5px;
margin-bottom:10px;
margin-right:10px;
border-radius: 5px;
background: #EFEFEF;
border: solid #f5f5f5 1px;
}

.nott{
width:90%;
float:left;
}

.notd, .docd{
float: right;
cursor: pointer;
}

.doc{
height:40px;
line-height:40px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
vertical-align:middle;
border-radius: 5px;
background: #EFEFEF;
border: solid #f5f5f5 1px;
}

.doi {
float:left;
padding-top: 8px;
padding-right: 30px;
padding-left: 10px;
}

.ix{
/* display: none; */
margin-left: 10px;
margin-bottom: 5px;
}

.co1{
padding: 2px;
width: 85px;
}

.co2{
padding: 2px;
width: 300px;
}

.co3, .co4{
padding: 2px;
padding-right: 5px;
width: 100px;
text-align: right;
}

.bomain {
	padding-top: 48px
}

.bobox {
  visibility: hidden;
  display: inline-block;
  border: 1px solid #aeaeae;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin: 25px;
  margin-right: 0px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.bobox:hover {
background-color: #fafafa;
}

