
.nm-modal-tabs-list-container 
{
    height: 50px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.nm-modal-tabs-container
{
    height: calc(100% - 55px);
    overflow: auto;
    padding: 0 15px 15px;
    width: 100%;
    position: relative;
}

.nm-modal-tabs-container > .tab-content > .active
{
	display: flex;
	flex-direction: column;
	height:100%;
}

.nm-modal-single-tab-container
{
	padding-top:15px;
	height: 100%;
}

.global-loader.nm-modal-loader
{
    position: fixed;
    top: 50vh;
    left: 50vw;
    z-index: 10000;
}

.nm-modal-loader
{  
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: 1.8s linear 0s normal none infinite running spin; /* Safari */
    animation: 1.8s linear 0s normal none infinite running spin;
    border-color: #3498db #f3f3f3 #f3f3f3;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    height: 50px !important;
    min-height: 50px !important;
    margin: auto;
    width: 50px !important;
    align-self:center;
}

.nm-modal-loader .tab-content
{
	display: none;
}


#reportConfigForm .report-def-accordion {
  cursor: pointer;
  padding: 8px;
}

.resourceTitle
{
	font-style: italic;
	font-size: 1.1rem;
}
.responsive-window-title-name
{
	font-size: 1.22rem;
}