/**notice custom**/

.dt-toolbar {
    background:#fff !important;
}
.dt-toolbar-footer {
    background:#fff !important;
}
.btn_regist {
    float:right;   
    background:#6B6B6B;
    color:#fff;
    border:0;
	width: 174px;
    line-height: 47px;
    background: #ff7e14;
    border: none;
    color: white;
    font-size: 17px;
    margin-top: 20px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background:#6B6B6B !important;
}
.view_btn,.pw_chk_btn{cursor:pointer;}
.ans_btn{
    float:right;
    width:80px;
    margin-top: 10px;
    line-height:30px;
    background:#6B6B6B;
    color:#fff;
    border:0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}