.striped {
    background-color: lightgray;
}

.Right {
    text-align: right;
}


/*table {
    border-collapse: collapse;
    border: 1px solid black;
}*/

td, th {
    /*border-right: thin;
    border-right-style: solid;*/
    text-align: center;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 750px;
    overflow-y: auto;
}
.dlgBox {
    padding: 0px;
    float: left;
    margin: 0 00px 00px 0;
    top: 10px;
    left: 250px;
    position: fixed;
    z-index: 9999;
    display: block;
    border: solid;
    background-color: #CCFFCC;
}

.hauturuChild {
   background-color: #CCFFCC;
}