.container{max-width:1000px;}
      body 
      {
            background-color: #fcfcfc;
      }
      .mt-30{ margin-top: 30px; }
      #tableview{ font-size: 14px !important; }
      .centr{ text-align: center !important; vertical-align: middle !important; }
      strong{ font-size: 28px !important; }
      .hidden{display: none !important;}
      .wait{display: block; position: fixed; top: 0px; width: 100%; height: 100%; left: 0px; background: rgba(0,0,0,0.7); color: #FFF; font-weight: bold; text-align: center; }
      .css-iif9va-H1-Heading {
                font-weight: bold; 
                line-height: 150%;
                color: #3c4852;
                margin: 0px;
                font-size: 40px;
                margin-top: 0px;
                margin-bottom: 24px;
            }
        .btn-green{
                    position: relative;
            border-color: var(--color-i-green);
            border: none;
             
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            border-radius: 6px;
            width: 176px;
            height: 48px;
            min-height: 48px;
            color: #FFF;
            -webkit-user-drag: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: #08bd80;
            -webkit-transition: box-shadow 300msease-in-out, -webkit-transform 300msease-in-out, background-color 300msease-in-out;
            transition: box-shadow 300msease-in-out, transform 300msease-in-out, background-color 300msease-in-out;
            margin-top: 15px;
                }    
                h2{font-size:32px !important;}


.tableborderless{ border: 0px !important; width: 100%; } 
.circlebtn{ border-radius: 20px; padding: 5px 12px; background: #E7F0FA;}
#detailscapture form{
    padding: 30px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 25px 0px;
}


.modal-dialog {
        max-width: 776px !important;
    }

table td,table th{text-align: center; vertical-align: middle;}
form label{ font-weight: bold; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
 background-color: #E7F0FA !important;    
}
