.btn-form-search {
	display: block; text-align: left;
}
.btn-form-search>div { margin: 3px 0;}
.btn-form-search:after { content: ""; display: block; clear: both;}

.btn-group {
	display: block; text-align: right;
}
.btn-group:after { content: ""; display: block; clear: both;}

.btn-group .btn-item { display: inline-block;}

.btn-form-search input,
.btn-form-search select
 {border: 1px solid #CCCCCC;}

.btn input, .btn button {
    -webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 120%;
    display: inline-block;
    outline: 0;
    padding: 3px 10px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: black;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;
}

.btn .button {
    -webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 120%;
    display: inline-block;
    outline: 0;
    padding: 3px 10px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: black;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;
    
    background-color: ButtonFace;
}

#drj_reload_btn {
	z-index: 1000; display:none; position: fixed; right:10px; top:43px;
}

.btn.redo{
	-webkit-appearance: none;
    font-size: 12px;
    text-shadow: none;
    line-height: 100%;
    display: inline-block;
    outline: 0;
    padding: 6px;
    margin: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: #454545;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-align: center;
    font-weight: normal !important;    
    background-color: ButtonFace;
    box-sizing: border-box;
}
.btn.redo:hover{
	color: black;
}


.btn.new input, .btn.new button {background-color: #51a9ff; color: white;border: 1px solid transparent; }
.btn.info input, .btn.info button {background-color: #00b347; color: white;border: 1px solid transparent; }
.btn.alert input, .btn.alert button {background-color: #e07424; color: white;border: 1px solid transparent; }
.btn.dark input, .btn.dark button {background-color: #333333; color: white;border: 1px solid transparent; }
.btn.white input, .btn.white button {background-color: #FFFFFF; color: black;border: 1px solid #AAAAAA; }
.btn input[type="submit"] { background-color: #00b347; color: white;border: 1px solid transparent;}


/*badge style*/
.badge{ display: inline-block;
  background: #ff1313;
  /*background-image: -webkit-linear-gradient(top, #fa927f, #fc0d0d);
  background-image: -moz-linear-gradient(top, #fa927f, #fc0d0d);
  background-image: -ms-linear-gradient(top, #fa927f, #fc0d0d);
  background-image: -o-linear-gradient(top, #fa927f, #fc0d0d);
  background-image: linear-gradient(to bottom, #fa927f, #fc0d0d);*/
  border-radius: 8px;
  color: #ffffff;
  border: solid transparent 1px;
  font-size:10px !important;
  line-height: 170%;
}

.badge::before{ content: ''; padding-left: 7px; }
.badge::after{ content: ''; padding-right: 7px; }
