#users, #leas
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
background-color:white;
overflow:auto;
/* position: fixed; */
}
#users td, #users th, #leas td, #leas th
{
font-size:1em;
/* border:1px solid #98bf21; */
border:1px solid #4db7ae;
padding:3px 7px 2px 7px;
text-align:center;
length:auto;
}
#leas tr{
	color:black;
	font-size:16px;
}

#users th, #leas th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
/* background-color:#A7C942; */
background-color:#4db7ae;
color:#ffffff;
}

#users tbody{
	overflow:auto;
}

#leas tbody{
	overflow:auto;
	background-color:white;
}


/* Start pulsing effect test */

/* pulse 1 */

.pulse1 {
	-webkit-animation: pulse1 1s linear infinite;
	-moz-animation: pulse1 1s linear infinite;
	-ms-animation: pulse1 1s linear infinite;
	animation: pulse1 1s linear infinite;
}

@keyframes "pulse1" {
 0% {
    color: rgba(165, 25, 25, 1);
 }
 90% {
    color: rgba(255,0,0,0.0);
 }
 100% {
    color: rgba(255,0,0,1.0);
 }

}

@-moz-keyframes pulse1 {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-webkit-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

@-ms-keyframes "pulse1" {
 0% {
   color: rgba(165, 25, 25, 1);
 }
 90% {
   color: rgba(255,0,0,0.0);
 }
 100% {
   color: rgba(255,0,0,1.0);
 }

}

/* pulse 2  */

.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}


/* Zoom In #1 */
.hover01 img {
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.hover01 img:hover {
	transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
}

.hover01 img:active {
	transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-webkit-transform: scale(0.1, 0.1);
}

#users tr:hover, #leas tr:hover{
	background-color: #1975FF;
	color:white;
}

#users tr.alt td, #leas tr.alt td
{
color:#000000;
background-color:white;
text-align:right;
}

div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
#userForm
{
color:#000000;
background-color:#EAF2D3;
width: 500px;
height: 270px;
}

.selectedUser td{
	background-color: #1975FF;
	color:white;
}

.message{
    display:none;
    color:#000;
    background:#999;
    position:absolute;
    top:10px;
}

.newTextBox
{
	background-color: #2952A3; 
	color: white; 
	font-style: italic; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.adminWorkflowButtons
{
	/* background-color: #005CB8; 
	border-color: #005CB8;
	color: #C2D6D6; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	
 border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 
   }

.adminWorkflowButtons:focus + .message{
  border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
 
 display:block !important;
    z-index:10;
 }

.anchor:focus + .message{
    display:block !important;
    z-index:10;
}

#results
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
overflow:auto;
}
#results td, #results th 
{
font-size:1em;
padding:3px 7px 2px 7px;
text-align:center;
length:auto;
}
#results th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#results tr:hover{
	background-color: #1975FF;
	color:white;
}
#results tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
text-align:right;
}

.loading {
    top: 200 px;
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 160px;
    height: 24px;
    background: url(images/loading_circle_fully_working.gif) no-repeat;
    cursor: wait;
    }

#resultsForm
{
color:#000000;
background-color:#EAF2D3;
width: 500px;
height: 270px;
}

#userFunctions
{
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px;-moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
}

#userFunctionsTest{
	background: -moz-linear-gradient(top,  rgba(100,173,146,0.92) 0%, rgba(100,173,146,0.92) 5%, rgba(79,137,81,0.91) 89%, rgba(79,137,81,0.91) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,173,146,0.92)), color-stop(5%,rgba(100,173,146,0.92)), color-stop(89%,rgba(79,137,81,0.91)), color-stop(100%,rgba(79,137,81,0.91))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(100,173,146,0.92) 0%,rgba(100,173,146,0.92) 5%,rgba(79,137,81,0.91) 89%,rgba(79,137,81,0.91) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(100,173,146,0.92) 0%,rgba(100,173,146,0.92) 5%,rgba(79,137,81,0.91) 89%,rgba(79,137,81,0.91) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(100,173,146,0.92) 0%,rgba(100,173,146,0.92) 5%,rgba(79,137,81,0.91) 89%,rgba(79,137,81,0.91) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(100,173,146,0.92) 0%,rgba(100,173,146,0.92) 5%,rgba(79,137,81,0.91) 89%,rgba(79,137,81,0.91) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb64ad92', endColorstr='#e84f8951',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px;-moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
	
}
#userFunctionsTest2,#userFunctionsTest3{
background: rgb(77,183,174); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(77,183,174,1) 1%, rgba(31,137,100,1) 50%, rgba(0,130,84,1) 52%, rgba(38,165,140,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(77,183,174,1)), color-stop(50%,rgba(31,137,100,1)), color-stop(52%,rgba(0,130,84,1)), color-stop(99%,rgba(38,165,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(77,183,174,1) 1%,rgba(31,137,100,1) 50%,rgba(0,130,84,1) 52%,rgba(38,165,140,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(77,183,174,1) 1%,rgba(31,137,100,1) 50%,rgba(0,130,84,1) 52%,rgba(38,165,140,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(77,183,174,1) 1%,rgba(31,137,100,1) 50%,rgba(0,130,84,1) 52%,rgba(38,165,140,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(77,183,174,1) 1%,rgba(31,137,100,1) 50%,rgba(0,130,84,1) 52%,rgba(38,165,140,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db7ae', endColorstr='#26a58c',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3.5px;-moz-border-radius: 3.5px; -o-border-radius: 3.5px; -ms-border-radius: 3.5px; border-radius: 3.5px;


}

.callingCodeLable{
	
}

.dvLoading2 {
    position: fixed;
   /*  opacity: 0.5; */
    background:#000 url(images/loading.gif) no-repeat center center;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
.dvLoading
{
	border:1px solid #25729a; -webkit-border-radius: 15px; -moz-border-radius: 15px;border-radius: 15px;
   background-color: rgba(0,0,0,0.3); /* black semi-transparent */
   height: 300px;
   width: 300px;
   position: fixed;
   z-index: 1000;
   left: 27%;
   top: 40%;
   margin: -25px 0 0 -25px;
}

.adminButtons
{
	/* background-color: #005CB8; 
	border-color: #005CB8;
	color: #C2D6D6; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	
 border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 
   }

.adminButtons:hover{
	cursor: pointer;
  border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
 
 }

 .buttonTest{
border:1px solid #8bcf54; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
border:1px solid #8bcf54; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a9db80; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#96c56f));
 background-image: -webkit-linear-gradient(top, #a9db80, #96c56f);
 background-image: -moz-linear-gradient(top, #a9db80, #96c56f);
 background-image: -ms-linear-gradient(top, #a9db80, #96c56f);
 background-image: -o-linear-gradient(top, #a9db80, #96c56f);
 background-image: linear-gradient(to bottom, #a9db80, #96c56f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#96c56f);
}

.buttonTest:hover{
	cursor: pointer;
 border:1px solid #74bf36;
 background-color: #8ed058; background-image: -webkit-gradient(linear, left top, left bottom, from(#8ed058), to(#7bb64b));
 background-image: -webkit-linear-gradient(top, #8ed058, #7bb64b);
 background-image: -moz-linear-gradient(top, #8ed058, #7bb64b);
 background-image: -ms-linear-gradient(top, #8ed058, #7bb64b);
 background-image: -o-linear-gradient(top, #8ed058, #7bb64b);
 background-image: linear-gradient(to bottom, #8ed058, #7bb64b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ed058, endColorstr=#7bb64b);
}
 
.emailButton{
	border:1px solid #8bcf54; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	border:1px solid #8bcf54; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-image:url(../images/emailIcon.jpg);
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 5px 3px;  /* equivalent to 'top left' */
    background-color: #a9db80;
    height: 31px;           /* make this the size of your image */
    padding-left: 40px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.emailButton:hover{
	background-image:url(../images/emailIcon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;  /* equivalent to 'top left' */
	background-color: #8ed058;
	cursor: pointer;
	height: 31px;           /* make this the size of your image */
    padding-left: 40px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
 
 
.confirmButton{
 border:1px solid #34740e; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #4ba614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
 
 }
 
 .confirmButton:hover{
  border:1px solid #224b09;
 background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
 background-image: -webkit-linear-gradient(top, #36780f, #005900);
 background-image: -moz-linear-gradient(top, #36780f, #005900);
 background-image: -ms-linear-gradient(top, #36780f, #005900);
 background-image: -o-linear-gradient(top, #36780f, #005900);
 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
 
 }
 
 
 .button_example{
border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.button_example:hover{
 border:1px solid #4a4b4a;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}
 
 
 
 div.centre
{
  width: 200px;
  display: block;
  margin-left: 45%;
  margin-right: 45%;
  /* margin-left: auto;
  margin-right: auto; */
}

/* #iframeId{
	width: 100%;
    height: 100%;
} */ 

.lespLabel
{
	color:white; 
	margin-left:3.5%; 
	padding-top: 0.5%; 
	font-family: leelawadee;
}

a:active {color: blue;text-decoration:underline;}
.buttonRed{
	color:blue;
	font-size: 15px;
}

.angleButton{
	color:blue;
	font-size: 60px;
}

.buttonBlue{
	color:white;
	font-size: 15px;
}

.radioLabel input{ /* HIDE RADIO */
  visibility: hidden;
  position: absolute;
}
.radioLabel input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}

