#topView {
    position: relative;

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    /*background-image: url(../..//images/Eagle.ico);*/
    /*color: white;*/
    /*padding: 5px;*/
    /* margin: 0px 0px 10px 0px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 900px;*/ 
    /*border-radius: 7px; box-shadow:1px 2px 9px 1px black;*/
    /*top: 50%; left: 50%; right: 50%; bottom: 50%; position: absolute;*/
}

#bod{

    background: url(../..////images/images7.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.imageIcon{
    background-image: url('../..//images/excel.jpg') !important;
}


.pharmacyLabels{
    font-size: 15px; font-weight: bold;
}

#selectedPhar{

}

.myStyle{}
.myStyle1{}
.listTasks{font-size: 10px}
.listHistory{}
.sendResult{}
.supplierValidation{}
.paymentLay{}

.ui-growl{
    left: 90px;
    margin-left: 400px;
}

#bottom {
    position: relative;
    background-color: #c2dfef;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    position: relative;
    background-color: #dddddd;
    padding: 5px;
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

th.ui-frozen-column {
    height: 8px !important;
}


.ui-omega .ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-omega .ui-tabs .ui-tabs-nav li.ui-state-hover,
.ui-omega .ui-tabs .ui-tabs-nav li.ui-state-focus {
    background-color: red !important;
    /* Add any other styles you want for the active/hover/focus state */
}
