body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	background-position: top center;
}
.btn.btn-primary { min-width: 70px; };
.btn.btn-success { min-width: 70px; };
.btn.btn-danger { min-width: 70px; };
.btn.btn-info { min-width: 70px; };
.btn.btn-dark { min-width: 70px; };
.btn.btn-base { min-width: 70px; };
.btn-green { background-color: green; }
.btn-red { background-color: red; }
.btn-edit {
	background-image: url(../img/ic_edit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 17px;
	height: 17px;
	border: 0px;
	cursor: pointer;
	outline: 0;
	background-size: 17px 17px;
	margin: 3px;
}

.btn-edit:hover {
	background-image: url(../img/ic_edit_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-edit:active {
	background-image: url(../img/ic_edit.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-edit:disabled {
	background-image: url(../img/ic_edit_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-delete {
	background-image: url(../img/ic_trash.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
	outline: 0;
	background-size: 16px 16px;
	margin: 3px;
}

.btn-delete:hover {
	background-image: url(../img/ic_trash_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-delete:active {
	background-image: url(../img/ic_trash.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-delete:disabled {
	background-image: url(../img/ic_trash_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.btn-view {
	background-image: url(../img/ic_view.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 17px;
	height: 17px;
	border: 0px;
	cursor: pointer;
	outline: 0;
	background-size: 17px 17px;
	margin: 3px;
}

.btn-view:hover {
	background-image: url(../img/ic_view_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-view:active {
	background-image: url(../img/ic_view.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-view:disabled {
	background-image: url(../img/ic_view_hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

@media (min-width: 1000px) {
	div.col-label {
		text-align: right;
	}
}
/*fixed disabled auto scroll on bootstrap modal dialog after second dialog hidden*/
.modal { overflow: auto !important; }

/* date picker style in case of read only but editable */
.idate[editable] {
	background-color: #ffffff;
}			
.iinput[readonly] {
	background-color: #eeeeee;
}

.panel-body {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.modal-md {
		max-width: 800px;
	}
}
@media (min-width: 992px) {
  .modal-xm {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .modal-xml {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1100px;
  }
}
@media (min-width: 1050px) {
  	.modal-xl, 
  	.modal-xlg {
    	max-width: 1350px;
  	}
}

.modal-backdrop.show {
	opacity: 0;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}
	
a:hover { text-decoration: none; }

.fa-hidden { display: none; }
#fswaitlayer { display: none; position:absolute; left:1px; top:1px; z-Index:9999; }
.pt-page h1 { background-color: #e6e6e6;  padding-left: 5px; }

@media (min-width: 768px) {
	.modal-dialog {
	  width: 80%;
	  margin: 30px auto;
	}
}
.enable-color { color:orange; }
.disable-color { color:gray; }
.alert-color { color:red; } 
.nowrap { white-space: nowrap; }
.page-container input[type="radio"] { cursor: pointer; }
.data-table { width: 100%; }
.fa-has-error { border-color: #A94442; }
.menu-span { padding-left: 8px; }
#info_access_version:hover {
	background-color: transparent !important;
	cursor: text;
}
