﻿body {
}
html{
    background-color:#eef1f4;
}
.body-content{
    background-color:#eef1f4;
}

.form-control[readonly]{
    background-color:#fff;
    cursor:default;
}
.form-group{
    overflow-x:hidden;
}