
.modal-content{
    min-height: 520px !important;
    height: 90% !important;
}
.modal-dialog{
    min-height: 520px !important;
    height: 90% !important;

}

.modal-body{
    min-height: 380px;
    height: 85%;
    overflow-y: auto;
}

.dropdown-backdrop {
    display:none;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.modal-dialog {
    width: 80%;
    height: 80%;
}

#myModal {
    display: none;
    width: 95%;
    height: 80%;
    left: 24%;
    margin-left: -21.5%;
}

.modal-content{
    height: 80%;
    background-color: #f8f8f8;
}

.dxc-tooltip{
    z-index: 10000000;
}

.form-inline {
    padding:10px;
}
.form-inline > * {
    margin:15px 3px !important;
}
.date-hide{
    display: none;
}
