  
.modal.fade .modal-dialog {
         -webkit-transform: scale(0.1);
         -moz-transform: scale(0.1);
         -ms-transform: scale(0.1);
         transform: scale(0.1);
         top: 300px;
         opacity: 0;
         -webkit-transition: all 0.3s;
         -moz-transition: all 0.3s;
         transition: all 0.3s;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        opacity: 1;
    }
    @media (min-width: 768px) {
      .modal-xl {
        width: 90%;
       max-width:1200px;
      }
    }  
    .disabled {
      cursor: no-drop;
      background: grey;
    }
    td.red {
        font-weight: bold;
        color: red;
    }  
    td.black {
        font-weight: bold;
        color: black;
    }
    td.green {
        font-weight: bold;
        color: lime;
    }  
    td.grey {
        font-weight: bold;
        color: darkgrey;
    }   
    td.orange {
        font-weight: bold;
        color: orange;
    } 
    td.blue {
        font-weight: bold;
        color: blue;
    }   
     body {font-family: Arial, Helvetica, sans-serif;}

    .navbar {
      width: 100%;
      overflow: auto;
    }
    .navbarBackground{
          background-color: #555;
    }

    .navbar a {
      float: left;
      padding: 12px;
      color: white;
      text-decoration: none;
      font-size: 17px;
    }

    .navbar a:hover {
      background-color: #000;
    }
    .active2 {
      background-color: #4CAF50;
    }

    @media screen and (max-width: 500px) {
      .navbar a {
        float: none;
        display: block;
      }
    }  
    .view{
      cursor: pointer; 
    }
    
    