*:focus{
    outline: none;
}

body{
	margin: 0;
}

input[type='text'],input[type='password'],input[type='number'],input[type='file'], select, textarea{
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    height: 30px;
	width: 100%;
	padding: 0 5px;
	border: 1px solid #ddd;
	background-color: #fff;
}

input[readonly='readonly']{
	background: #f4f4f4;
}

hr{
	border: 0;
    border-top: 1px solid #aed0ea;
}

button{
	border-radius: 0;
}

fieldset{
	border: 1px solid #aed0ea;
	min-height: 30px;
}

fieldset legend{
	color: #2779aa;
}

label.style01{
	padding: 3px 5px;
	margin: 3px;
	border: 1px solid #ddd;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

#menu{
	height: 30px;
	position: fixed;
	top: 0;
	right: 0;
	border-bottom: 1px solid #aed0ea;
}

.pgName{
    margin: 0 0 0 5px;
    position: absolute;
    top: 0px;
    height: 23px;
    padding: 7px 10px 0 10px;
    background-color: #aed0ea;
    color: #2779aa;
}

.pgSign {
	margin: 5px 0 0 380px;
	position:absolute;
	top: 0px;
	border:1px solid #2b92d4;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#6cc3fe),to(#21a1d0));
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-name:breathe;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
}

.alArm {
	margin: 5px 0 0 180px;
	position:absolute;
	top: 0px;
	border:1px solid #2b92d4;
	border-radius:5px;
	color:#fff;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#6cc3fe),to(#21a1d0));
}
@-webkit-keyframes breathe {
	0% {
		opacity:.2;
		box-shadow:0 1px 2px rgba(255,255,255,0.1);
	}
	100% {
		opacity:1;
		border:1px solid rgba(59,235,235,1);
		box-shadow:0 1px 30px rgba(59,255,255,1);
	}
}

#divAdminnnTool{
	position: absolute;
	top: 0;
	padding: 5px;
	border:1px solid #aed0ea;
	background-color: #eee;
}

#container{
	margin-top: 30px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 1px;
}

#divCrudForm table, #divCrudForm .divInfo{
	margin-top: 10px;
	width: 95%;
	margin-right: 0;
	margin-left: 0;
}

#divCrudForm .divInfo .ui-state-highlight{
	padding: 10px;
}

#divCrudForm table tr{
	height: 40px;
}

.formGroup{
	display: inline-block;
}

#divCrudForm input{
	width: 100%; 
}

.formTitle{
	text-align: right;
}

.formError{
	color: red;
	height: 20px !important;
}

.footBtnSet{
	padding: 10px;
    text-align: center;
}

.row{
	margin: 2px 0;
}

.btnOpenData{
	display: inline-block;
	position: relative;
	height: 30px;
	top: 1px;
	right: 1px;
}

#divCrudForm .btnOpenData{
	top: -2px;
}

.ui-jqgrid-view{
	font-size: 13px !important;
}

.ui-button-icon-only {
    height: 19px;
}

#divLoginForm .ui-widget-header,#divCrudForm .ui-widget-header,.my-padding{
	padding: 3px;
}
.ui-padding{
	padding: 10px;
}
#divLoading{
	opacity: 0.5;
	background-image: url('images/ui-bg_diagonals-thick_90_eeeeee_40x40.png');
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	text-align: center;
}
#divLoading img{
	position: absolute;
    top: 30%;
}
#divCol {
	height: 400px;
    position: absolute;
    z-index: 10;
    width: 170px;
    right: 1px;
}

#divCol div{
	overflow-y: scroll;
    height: 350px;
    text-align: left;
}

#divCol label{
	cursor: pointer;
}

#divCol button{
	position: absolute;
    bottom: 1px;
    right: 1px;
}

.stdTable{
	width: 100%;
	border: 1px solid #aed0ea;
	border-collapse: collapse;
	color: #2779aa;
}

.stdTable td{
	padding: 3px;
	border: 1px solid #aed0ea;
}

.stdTable th{
	padding: 3px;
	border: 1px solid #aed0ea;
	background-color: #d7ebf9;
}

#divDisplayImg{
	position: absolute;
	width: 100px;
	height: 100px;
}