/*#page-root{
	overflow-y: auto;
	overflow-x: auto;
}
#btn_filter{
	margin-top: 2px;
    color: #FFFFFF;
    background-color: #3d7996;
    border: 0 solid #FFFFFF;
    border-radius: 0 0;
    box-shadow: 0 0 0 1px #FFFFFF;
}
*/
.form_input input{
    width:100%;
}
#btn_filter{
    width:100%;
}
textarea{
	width: 100%;
}
.form-check .form-check-sign input {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}
.form-check .form-check-sign:before {
    height: 10px;
    width: 10px;
}
