.noWrap {
    display: inline;
}

.button{
    padding: 0.2em 0 0.2em 0;
    margin-top: 0.3em; 
}

.info{
    font-size: 14px;
    font-weight: 500;
}

.smheader{
    font-size: 20px;
    font-weight: 500;
}

.miheader{
    font-size: 24px;
    font-weight: 400;
}

.header{
    font-size: 30px;
    font-weight: 700;
}

.header2{
    font-size: 30px;
    font-weight: 400;
}

.smallMarg{
    margin-bottom:-20px;
    margin-top:-20px;
}

.largeMarg{
    margin-top: 30px;
    margin-bottom: 30px;
}

.leftFloat{
    float: left;
}

.rightFloat{
    position: relative;
    left: 37%;
}

.noFloat{
    float: none;
}

.center-text {
  text-align: center;
}

.uvu-green {
    background-color: #185C33;
    color: #FFFFFF;
}

#pbid-sztrnart_multiple_btn_wrapper,#pbid-sztrnart_single_btn_wrapper{
     display:flex;
     gap: 10px;
}

#pbid-sztrnart_multiple_txt_wrapper,#pbid-sztrnart_single_txt_wrapper{
     display:flex;
     gap: 10px;
}

#pbid-sztrnart_button_wrapper{
     display:flex;
     gap: 10px;
}

/*  */


.ui-grid-header-cell-row { /*turn off grid sorting*/
    pointer-events: none;
}

div[name="sztrnart_multiple_group"]{
 /* cursor: pointer; */
}

/* popup */
#pbid-sztrnart_multiple_exp_wrapper{
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    position:fixed;
    left:0;
    top:0;
    z-index: 55;
    width: 100vw;
    height:100vh;
    
}


#pbid-sztrnart_multiple_exp_content{
    display:flex;
    flex-direction: column;
    gap:15px;
    justify-content: center;
    align-items: center;
    position:relative;
    max-width: 95%;
    max-height: 95%;
    background:white;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

#pbid-sztrnart_multiple_exp_grids_wrapper{
    width: 100%;
    height:100%;
    display:flex;
    flex-direction:column;

}

#pbid-sztrnart_multiple_exp_grids_wrapper h6{
    margin:0;
    padding:0;
    font-size: 18px;
    margin-bottom: 15px;
}


#pbid-sztrnart_multiple_exp_inst-label{
    margin-top:40px !important;
}


pbid-sztrnart_multiple_exp_content_header h3{
    padding:0;
    margin:0;
}

.close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c0392b;
    color: white;
    border: none;
}

.ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport .ui-grid-canvas{
    height: auto !important;
}

.ui-grid-viewport  .ui-grid-canvas .ui-grid-row{
   display:flex;
   align-items:center;
   height: 40px !important;
}


.ui-grid-viewport  .ui-grid-canvas .ui-grid-row .ui-grid-cell{
    display:flex;
    align-items:center;
    box-sizing: border-box;
    height: 40px;
    width:100%;
    /* /*cursor: pointer; */
}

.ui-grid-viewport .ui-grid-canvas .ui-grid-row .ui-grid-cell > span {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* cursor: pointer !important; */
}

.ui-grid-viewport .ui-grid-canvas .ui-grid-row .ui-grid-cell input{
   /* cursor:pointer; */
   padding-left: 5px;
   box-sizing:border-box;
   height:100% !important;
}

button.primary{
    background-color: #185C33;
    color: white;
}

button.secondary{
    background-color: #c0392b;
    color: white;
}