* {
	margin:0;
	padding:0;
}
.input-wrapper input {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 2px rgba(16, 48, 68, 0.2) inset;
    font-size: 13px;
    height: 15px;
    margin: 0;
    padding: 7px 10px;
    transition: all 0.2s linear 0s;
    width: 100%;
}
body{
	font-family:Arial,Helvetica,sans-serif;
	color:#526066;
	width:100%;
	height:100%;
	background-color:#FBFBFB;
	font-size: 11px;
}

.borderCss{
border:2px solid red;
}


input[type=text] {
	width:200px;
}

input {
    border: 1px solid gray;
    transition: all .5s;
}

input[type=file] {
    border: 0px solid gray;
    transition: all .5s;
}

input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} 

textarea{
    border: 1px solid gray;
    transition: all .5s;
}

textarea:focus {
  border-color: #66afe9;
  outline: 0;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type='radio']{
    border: 1px solid gray;
    transition: all .5s;
}

input[type='radio']:focus{
  border-color: #66afe9;
  outline: 0;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} 

input[type='checkbox']{
    border: 1px solid gray;
    transition: all .5s;
}

input[type='checkbox']:focus{
  border-color: #66afe9;
  outline: 0;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} 

select{
    border: 1px solid gray;
    transition: all .5s;
}

select:focus {
  border-color: #66afe9;
  outline: 0;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} 

input[type=checkbox] {
	margin-right:3px;
}

input[type=radio] {
	padding-left:5px;
	margin-left:15px;
	margin-right:3px;
}

select {
	width:200px;
	margin-bottom:10px;
}

input[type=text].datepicker {
	width:182px;
	vertical-align: top;
}

#offlineMainid th, #offlineMainid td{
	padding: 5px;
}

/* .groovyButton {
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #777777;
	color: #222;
	margin: 0px 3px;
} */

.groovyButton {
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #777777;
	color: #222;
	margin: 0px 3px;
	padding:3px;
	border-radius:2px;
}

.ui-datepicker-trigger{
	padding-left:3px;
}

.headerTab{
	font-size: 13px;
	font-weight: bold;
	border:1px solid #526066;
	border-radius:5px;
	padding:4px;
	margin:5px 5px -2px 5px;
	cursor: pointer;
	background: url("../images/sectionbg.png") repeat-x;
	color:#FFFFFF;
}

/* for header of dialog window of advanced filter */
.headerAdvancedFilter{
	font-size: 13px;
	font-weight: bold;
	border:1px solid #526066;
	border-radius:5px;
	padding:4px;
	margin:0px;
	background: url("../images/sectionbg.png") repeat-x;
	color:#FFFFFF;
}

.headerTabOpen{
	border-radius:5px 5px 0px 0px;
	margin:5px 5px 0px 5px;
}
.contentTab{
	padding:4px;
	margin:0px 5px 5px 5px;
	border-left:1px solid #526066;
	border-right:1px solid #526066;
	border-bottom:1px solid #526066;
	border-radius:0px 0px 5px 5px;
	background-color:#FFFFFF;
	font-family: font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#OfflineTab1 td{
	text-align: right;	
}

#OfflineTab3 input[type=text], #OfflineTab4 input[type=text] {
	width:500px;
}

.readOnly{
	background-color:#F0F0F0; 
}

.red {
	background-color:#b90707; 
}