.Validform_checktip{
    width: 100%;
    display: block;
    text-align: left!important;
}
.Validform_error {
    background-color: #ffe7e7;
    border-color: #e0aead;
}
.my-input-group{
    margin-bottom: 0px;
}
.my-open{
    font-size: 0.8em;
    border-radius: 3px;
    padding: 5px 5px;
    background-color: green;
    color: white;
}
.my-shut{
    font-size: 0.8em;
    border-radius: 3px;
    padding: 5px 5px;
    background-color: red;
    color: white;
}
.my-detail{
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
.login-h2{
    font-size: 1.5em;
    font-weight: bold;
}
.login-form{
    border: 3px solid white;
    border-radius: 15px;
    padding: 20px;
}
.table-center{
    border-radius: 5px;
}
.table-center thead th{
    text-align: center;
}
.table-center tbody tr{
    text-align: center;
}
.table-center tbody tr td{
    height: 2.5em;
    line-height:2.5em;
}
.bootstrap-tagsinput {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.my-value{
    color: #0d6aad;
    margin-right: 10px;
    font-weight: bold;
}
.input-3{
    width: 30%;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;

}
#example_wrapper{
    width: 100%;
    /*overflow: hidden;*/
}
#example{
    width: 100%;
}
.addtable{
    width: 50%!important;
}
.addtable td{

}