
body {
  /*padding-top: 70px;
  padding-bottom: 30px;*/
}

/** disable mobile auto zoom **/
.form-control {
	font-size: 16px;
}

.table TD.np-actionbuttons {
	padding-top:4px;
	padding-bottom:4px;
}

.tooltip-inner {
	min-width: 250px !important;
    max-width: 400px !important;
}

.np-status-waiting .np-btn-register,
.np-status-waiting .np-btn-whois,
.np-status-waiting .np-btn-rerun,

.np-status-processing .np-btn-register,
.np-status-processing .np-btn-whois,
.np-status-processing .np-btn-rerun,

.np-status-notavailable .np-btn-register,
.np-status-notavailable .np-btn-dismiss,
.np-status-notavailable .np-btn-retain,
.np-status-notavailable .np-btn-rerun,

.np-status-available .np-btn-rerun,

.np-status-error .np-btn-register,
.np-status-error .np-btn-whois,
.np-status-error .np-btn-dismiss,
.np-status-error .np-btn-retain,

.np-status-dismissed .np-btn-dismiss,
.np-status-notdismissed .np-btn-retain {
	display: none;
}

.page-header {
	margin-top:25px;
}

.np-errormsg {
	color:#f00;
}
/*.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}*/

/*.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}*/

/*.checkbox input[type=checkbox] {
	margin-left:0px;
}*/
