.modal-body{overflow: auto;zoom: 1;max-height: 76vh;}
.registrationBox .spaceEvenly{margin: 10px 0px 15px 0px;}
.registrationBox .note-size{font-size: 12px;}
.registrationBox .note-size p{margin-bottom: 5px;}
.registrationHd{font-size: 20px;font-weight: normal!important}
.regBtn .btn{font-size: 13px!important;}


th, td {text-align: center;}
.filterDataList {display: none;}
.statusBtn{display:none}
.statusBtnShow{display:inline-block;}
          
 /*table th{ background:#4573b7 !important; }*/           

    .btn:hover{
    	opacity:0.9;         
    }
    .col-md-12 p{
        margin:0px;
    }
  
    .panel-body{
    color:black;
    }

    .bor-botm{
        border-bottom: 1px solid gray;
    }
    
    .justi-cen{
        justify-content: center;
    }
    .margBotm{
    margin-bottom:10px;
    }
    
    .note-size{
        font-size:11px;
    }
    .font-weight{
        font-weight: 600;
    }
    
    .bor-both{
      border-top: 1px solid gray;
      border-bottom:1px solid gray ;
    }
    .input-lab{

        align-items: center;
        /* justify-content: start; */
              padding-left:5px !important;
              margin-right: 10px; 
                         
          }
          .block_head{
          background-color:var(--skyblue);
          padding-left:20px !important;
          font-weight:bold;
          padding:5px 20px 5px !important;
          }

          .mandatory{
              color:red;
              font-weight: 600;
              font-size: larger;
              padding-left: 5px;
          }
          .bothCenter{
          display:flex;
          justify-content:center;
          align-items:center;
          }
          
           .bothCenter2{
          display:flex;
          flex-direction:column;
          justify-content:center;
          align-items:center;
          }
          
          .spaceEvenly{
          display:flex;
          justify-content:space-evenly;
          align-items:center;  
          }
          
          .spaceEvenly.leftView{justify-content: flex-start;
	    padding-left: 27px!important;
}
          [class^="col-"]:not(.pad-no){
          padding:0px;
          }

            
		   .paddLeft20{
		   padding-left:20px !important;
		   
		   }  
            
            .nav_text{
                color: white;
                font-weight: 500;
                padding-left: 10px;
            }
       
            
            .fa.fa-upload:hover{
              cursor:pointer
            }
            
.upperCase{	
text-transform:uppercase;	
}

.container-fluid .col-md-12 { 
	-bs-gutter-x: 0px;
}



.hover1:hover {
	cursor: pointer;
	background-color: #6c757d;
}


.textEnd {
	text-align: end
}           


.entityTypeRadio{margin: 0px ;padding: 0px 0px 0px 40px;}
.entityTypeRadio>li{display: inline-block;width:19%;margin-bottom: 5px;}
.entityTypeRadio>li label{cursor: pointer;}
.entityTypeRadio>li input[type="radio"]{position:relative;top:2px;margin-right:5px}
.form-check-label input[type="radio"]{position:relative;top:-2px;margin-right:5px}

.formSuccess{padding: 100px 50px;text-align: center;background: #d7f7d7;font-size: 20px;color: green;line-height: 45px;}
.formSuccess a{display: inline-block;border-radius: 5px 5px!important}

@media only screen and (max-width:1315px) {
  .entityTypeRadio>li{width: 24%}
}

@media only screen and (max-width:960px) {
	.entityTypeRadio>li.blankList{display: none;}
  .entityTypeRadio>li{width: 31%}
}

@media only screen and (max-width:830px) {
  .entityTypeRadio>li{width: 48%}
  .logoText a { font-size: 13px;}
  .logoText a:last-child {font-size: 10px;}
}

@media only screen and (max-width:600px) {
	.orgLogoEntity{float: none;}
	.logoText, .logoText a {display: inline-block;  width: 100%;}
	.navbar-top-links.pull-right,#currentTime{float: none!important;}
	#dropdown-product,#dropdown-product a {width: 100%; text-align: center;display: inline-block;}
	#content-container {padding: 150px 0px 0px 0px!important;}
	
}

@media only screen and (max-width:550px) {
  .entityTypeRadio>li{width: auto;margin-right: 10px}
}

.generatorDelBtn{margin-right: 5px;}
#add_block_logic li .addBtn,#add_block_logic li .deleteBtn{position:relative;top:9px;}
.customMsg{color: #a94442;}
.downloadBtnLink{margin-bottom: 10px}
.downloadBtnLink i{margin-right: 5px;position: relative;top: 1px;}
.downloadBtnLink a{cursor: pointer;color: #015afd;text-decoration: underline;margin-left: 15px}
.downloadBtnLink a:hover{color: #6180b9}


#documentUploadModal ol>li{margin-bottom: 10px;}