
.float-window-transparent{
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #FFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1000;
}
.float-window-transparent .topbar{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /* webkit browsers */
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    background-color: #4A7895;
    color: #FFF;
    padding: 3px 3px 3px 12px;
    height: 22px;
    cursor: move;
}
.float-window-transparent .topbar .title{
    flex-grow: 1;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    pointer-events: none;
    /* webkit browsers */
    -webkit-flex-grow: 1;
}
.float-window-transparent .topbar .controls{
    list-style: none;
    margin: 0;
    padding: 0;
}
.float-window-transparent .topbar .controls li{
    display: inline-block;
}
.float-window-transparent .topbar .controls li a,
.float-window-transparent .topbar .controls li a:visited{
    display: block;
    height: 22px;
    width: 22px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .2);
}
.float-window-transparent .topbar .controls li a i{
    font-size: 16px;
    padding: 0;
    color: #FFF
}
.float-window-transparent .topbar .controls .minimize i.material-icons:before{
    content: "remove";
}
.float-window-transparent .topbar .controls .expand-collapse i.material-icons:before{
    content: "check_box_outline_blank";
}
.float-window-transparent .topbar .controls .close i.material-icons:before{
    content: "close";
}
.float-window-transparent .topbar .title{
    text-transform: none;
    font-size: 13px;
    text-wrap: none;
}
.float-window-transparent > .page-content{
    background-color: white;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 28px;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.float-window-transparent:before{
    font-family: 'Material Icons';
    position: absolute;
    right: -6px; bottom: -5px; z-index: 100;
    content: 'keyboard_arrow_down';
    font-size: 16px;
    width: 18px;
    height: 18px;
    color: #999 !important;
    transform: rotate(-45deg);
    cursor: se-resize;
}

.warning-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /* webkit browsers */
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    background-color: #4A7895;
    color: #FFF;
    padding: 3px 3px 3px 3px;
    height: 22px;
}

.warning-bar .controls li{
    display: inline-block;
}
.warning-bar .controls li a,
.warning-bar .controls li a:visited{
    display: block;
    height: 22px;
    width: 22px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .2);
}
.warning-bar .controls li a i{
    font-size: 16px;
    padding: 0;
    color: #FFF
}
.warning-bar .minimize i.material-icons:before{
    content: "remove";
}
.warning-bar .controls .expand-collapse i.material-icons:before{
    content: "check_box_outline_blank";
}
.warning-bar .controls .close i.material-icons:before{
    content: "close";
}


.search-dlg {
   overflow: auto;
   max-height: 500px;
}

.over-value {
    background-color: #f00;
}

.datalist {
    height:50px !important;
    max-height:80px !important;
    overflow-y:auto;
    display:block !important;
}

div {
    user-select: none;
}

.ag-b-tbl {
    border: solid 1px black;
    padding-left: 2px;
}

.ag-bt-td {
    border-top: solid 1px black;
    padding-left: 2px;
    height: 100%;
}

.ag-bb-td {
    border-bottom: solid 1px black;
    padding-left: 2px;
    height: 100%;
}

.ag-br-td {
    border-right: solid 1px black;
    padding-left: 2px;
    height: 100%;
}

.ag-bl-td {
    border-left: solid 1px black;
    padding-left: 2px;
    height: 100%;
}

.padding-4 {
    padding: 2px;
}

.ag-b-tbl-2 {
    border: solid 2px black;
    padding-left: 2px;
}

.ag-bt-td-2 {
    border-top: solid 2px black;
    padding-left: 2px;
    height: 100%;
}

.ag-bb-td-2 {
    border-bottom: solid 2px black;
    padding-left: 2px;
    height: 100%;
}

.ag-br-td-2 {
    border-right: solid 2px black;
    padding-left: 2px;
    height: 100%;
}

.ag-bl-td-2 {
    border-left: solid 2px black;
    padding-left: 2px;
    height: 100%;
}



