.ct_crud_top {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 54px;
}
.ct_crud_top > .mySearchInput {
    background-image: url(img/search.svg);
    background-position: 7px 7px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    width: calc(100% - 50px);
    font-size: 16px;
    padding: 7px 20px 7px 40px;
    border: 1px solid #ddd;
    margin-top: 8px;
    margin-left: 8px;
}
.ct_crud_top > .mySearchInput:disabled {
    background-image: url(img/searchDisabled.svg);
}
.ct_crud_top > .mySearchInput:after  {
    font-family: "Glyphicons Halflings", sans-serif;
    content: "\e003";
    left:0px;
    top:0px;
    width:10px;
    height:10px;
}
.ct_crud_top > h1,
.ct_crud_top > h2,
.ct_crud_top > h3,
.ct_crud_top > h4 {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
 }
.ct_crud_middle {
    position: absolute;
    top:54px;
    left:8px;
    width:calc(100% - 16px);
    height: calc(100% - 108px);
    margin: 0;
    padding: 0;
}
.ct_crud_middle > div {
    width: 100%;
    height: 100%;
    display: none;
    overflow: scroll;
    box-sizing: content-box;
}
.ct_crud_middle > div.show {
    display: inline-block;
}
.ct_crud_bottom {
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height: 44px;
}