::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1em;
}

::-webkit-scrollbar-track:hover {
  background: rgba(110, 110, 110, 0.25);
}

body
{
    background: #fff;
    font-family: Arial;

    font-weight: 400;
    color: #333;
    line-height: 140%;
    position: relative;
}
a
{   
    font-family: Arial;
 
}
div p table td li a span{

    font-family: Arial;
}

h1, h2, h3, h4, h5
{
    font-family: Arial;

}



input
{
    border: solid 1px gray;
    font-size: 12pt;
    padding-left: 3px;

}

textarea
{
    border: solid 1px gray;
    font-size: 12pt;
    padding-left: 3px;

}
.grayLink a:link, .grayLink a:visited
{
    color: Gray; 
}


a:hover { 
    background-color: #F1FE00;
}


tr
{
    height: 25px;   
}
tr:nth-child(even) {background: #FBFBFB}
tr:nth-child(odd) {background: #FFF}
/*tr:hover
{
    background: #FFFF88;   
}
*/
.infoBox
{
    background: #EAFFEF;
    display: inline-block;
    border: 1px solid;
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 7px 7px 7px #888888;
    color: Gray;
    height: 280px;
}

.infoBox:hover
{
    background-color: #EAE5FF;
}
.inforBox b
{
    color: #70A1DD;
}
.infoBox ul
{
    margin-left: 20px;
    list-style-type: square;
}

.closeButton {
  background: #F9F9F9;
  border-radius: 0.8em;
 
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: Red;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3em;
  margin-right: 5px;
  padding-top: 1px;
  text-align: center;
  width: 2.5em;
 
  position:absolute;
  top:0;
  right:0;
}

.navbar-header
{
   background: #AA;
}


.bg-title
{
   
}
.navbar-header
{
    
}

table td
{

    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #D6D6D6;
}
/*
th
{
    font-weight:bolder;
}

*/
table th
{

    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #D6D6D6;
    background: #C3FFA0;
    height: 28px;
    color: Gray;
    font-weight: normal;
}

.btn-size-addnew
{
    height: 28px;
    vertical-align: middle;

    padding-top: 3px;
}

/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
	text-align: center;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:normal;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.editIcon
{
    color: Gray;
}

.deleteIcon
{
    color: Gray;
}

.footer
{
 height: 25px;
 padding-top: 3px;

}