﻿.modal-backdrop {
           background-color: rgba(0, 0, 0, 0.61);
           position: absolute;
           top: 0;
           bottom: -1000px;
           left: 0;
           right: 0;
           display: none;
       }
       .modal {
           width: 60%;
           height: 90%;
           position: absolute;
           top: 5%;
           z-index: 3020;
           background-color: #FFF;
           border-radius: 6px;
           display: none;
       }
       .modalatt {
           width: 90%;
           height: 90%;
           position: absolute;
           top: 5%;
           left: 5%;
           z-index: 3020;
           background-color: #FFF;
           border-radius: 6px;
           display: none;
       }
       .modalwin {
           width: 90%;
           height: 90%;
            left: 5%;
           position: absolute;
           top: 5%;
           z-index: 3020;
           background-color: #FFF;
           border-radius: 6px;
           display: none;
       }
       .modalReference {
           width: 90%;
           height: 90%;
            left: 5%;
           position: absolute;
           top: 5%;
           z-index: 3020;
           background-color: #FFF;
           border-radius: 6px;
           display: none;
       }
       .modal-header {
           background-color: #134e76;
           color: #FFF;
           border-top-right-radius: 5px;
           border-top-left-radius: 5px;
       }
       .modal-header h3 {
           margin: 0;
           padding: 0 10px 0 10px;
           line-height: 40px;
       }
       .modal-header h3 .close-modal {
           float: right;
           text-decoration: none;
           color: #FFF;
       }
       .modal-footer {
           background-color: #F1F1F1;
           padding: 0 10px 0 10px;
           line-height: 30px;
           text-align: right;
           border-bottom-right-radius: 5px;
           border-bottom-left-radius: 5px;
           border-top: solid 1px #CCC;
       }
       .modal-body {
           height: 90%;
           padding: 0 10px 0 10px;
       }

     
       
/*  data grid table style */
/*
.ui-jqgrid , .ui-jqgrid-view , .ui-state-default , #list , .ui-jqgrid-bdiv , .ui-th-column ,.ui-jqgrid-htable {
    width:100% !important;
}

#list_rn {
    width :54px !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    text-align: right;
}

*/
