.center-block {
    float: none !important;
}
.bottom-space{
    margin-bottom: 20px;
}
.overlay{
    background: #fff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.loading{
    position: fixed;
    top: 50%;
    left: 50%; 
    margin: -64px 0 0 -64px;
    z-index: 2;
    opacity: 0.8;
    display: none;
}
.search-result tr{
    cursor: pointer;
}
.table-filled > thead{
    background: #0066CC;
    color: #fff;
}
.cells-centered td,.cells-centered th{
    vertical-align: middle !important;
}
.bordered{
    border: 1px solid #dddddd;
}
.bordered > .paddings{
    padding: 0 10px;
}
span[data-control],span[data-control]:hover,span[data-control]:active,span[data-control]:visited,span[data-control]:focus{
    cursor: pointer;
    color: #0066CC;
}

table caption{
    text-align: center;
    font-size: 14pt;
    color: #000;
}
.found{
    background: yellow;
}
.required:before {
    content:"*";color:red;
}
.alert-hidden{
    display: none;
}
.clickable{
    cursor: pointer !important;
}
.table-filled tbody > tr:not(.clickable):hover{
    background: #fff !important;
}
table.sortable th{
    cursor: pointer !important;
}
.clear-bottom{
    margin-bottom: 0;
}

*{
font-size: 1.05em;
}
.button {
    background: #06c;
    color: #fff!important;
    font-size: 14px;
    font-family: Tahoma;
    border-radius: 2px;
    min-width: 100px;
    padding: 3px 10px 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
	float: right;
	margin-top: 25px;
        margin-left: 5px;
}
.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
  }

.button1 {
  margin-top: 0;
  margin-bottom: 5px;
  }
  
  .excerpt-period-checkbox{
    float: right;
    display: inline-block;
    padding: 3px 10px 5px;
    margin-top: 25px;
  }
  
  .excerpt-period-checkbox-acred{
    float: right;
    display: inline-block;
    padding: 3px 10px 5px;
  }