.devvn_baohanh_wrap, .devvn_baohanh_wrap * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.devvn_baohanh_wrap p {
margin: 0 0 10px;
}
.devvn_baohanh_form_box {
position: relative;
margin: 0 0 10px;
}
.devvn_baohanh_form_box input#devvn_masp {
width: 100%;
height: 35px;
padding: 0 10px;
box-shadow: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #d1d1d1;
outline: none;
}
.devvn_baohanh_form_box button.devvn_masp_submit {
position: absolute;
top: 0;
height: 35px;
min-height: auto;
border: 0;
margin: 0;
border-left: 1px solid #00aff2;
right: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
background: #00aff2;
color: #fff;
outline: none;
}
.devvn_baohanh_form_box button.devvn_masp_submit:focus,
.devvn_baohanh_form_box button.devvn_masp_submit:hover{
background: #0b83b1;
color: #fff;
border-left: 1px solid #0b83b1;
}
.devvn_baohanh_loading{
display: none;
}
.devvn_loading .devvn_baohanh_loading{
display: block;
}
.devvn_bh_table {
border: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
display: table;
margin-bottom: 10px;
}
.devvn_baohanh_result .devvn_bh_table:last-child{
margin-bottom: 0;
}
.devvn_bh_row{
border-bottom: 1px solid #ddd;
display: table-row;
}
.devvn_bh_table .devvn_bh_row:nth-child(odd) {
background-color: #fff;
}
.devvn_bh_table .devvn_bh_row:nth-child(even) {
background-color: #f1f1f1;
}
.devvn_bh_col{
padding: 8px 8px;
display: table-cell;
text-align: left;
vertical-align: middle;
}
.devvn_bh_label {
font-weight: 700;
width: 28%;
}
.devvn_baohanh_form {
margin: 0 0 10px 0;
}