html, body {
overflow-x:visible !important;
}
html, body, h1, h2, h3, h4, h5, h6, strong, p {
letter-spacing:0 !important;
}
.pagination li {
padding:0;
margin:0 10px 0 0;
background:none;
}

label {
float: left;
    padding: 10px 0;
    width: 200px;
}
input, textarea, select {
padding: 10px 20px;
    background: #eee;
    border: 1px solid #333;
    color: #333;
    margin: 0 0 20px;
}
.page-actions {
margin-bottom:30px;
}
.message.success {
    background: #629c48;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
	}
button {
    color: #fff;
    background-color: #268126;
    border: none;
    border-radius: 0;
    font-weight: 800;
    padding: 20px 50px;
    font-size: 24px;
    text-transform: uppercase;
	}
.checkbox { float:none; width:auto; display:inline; }
input.checkbox { margin:0 10px 10px 0; }

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  .ui-widget {
  clear:both;
  }
  .ui-widget li {
  background:none !important;
  }
  h1 {
  margin-top:0;
  }
  .dataside a {
      display: block;
    background: #999;
    color: #fff;
    margin: 0 20px;
    padding: 10px;
  }
 .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position:relative !important; }
 
 .input.checkbox label {
	 width:100%;
 }
 .input.checkbox input {     padding: 11px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    positioN: relative;
    top: 3px;
    margin-bottom: 30px; }
	
	.google-visualization-orgchart-table {
		margin:20px auto 100px;
	}
	.google-visualization-orgchart-node {
		background:none !important;
	}
.bgM {
	background:#bee3f5;
}
.bgF {
	background:#fcc3c3;
}
.kinshipmore {
	display:none;
	background:#eee;
	padding:20px;
}
 .ui-autocomplete { background: #fff !important; }