.addendum-ui-grid .ui-grid-header-cell-wrapper .ui-grid-header-cell input[type="checkbox"]{
    /* height: 16px; */
    width: 16px;
    margin-left: 0px !important;
    margin-top: 3px !important;
    margin-right: 5px;
    cursor: pointer;
    accent-color: #0696d7;
}
.addendum-ui-grid .ui-grid-render-container .ui-grid-cell-contents {
    color: #333;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 0px;
    margin-left: 10px;
    display: flex;
}

@media only screen and (min-width:1440px) and (max-width:1660px){
	.maxwidth-createversion {
		max-width: 1100px !important;
	}
	.step2, .step3, .step4 {
		margin: 0 50px;
	}
	.addendum-ui-grid {
		height: 420px;
	}
}
@media only screen and (min-width:1661px) and (max-width:1800px) {
	.maxwidth-createversion {
		max-width: 1200px !important;
	}
	/*.step2, .step3, .step4 {
		margin: 0 100px;
	}*/
	.addendum-ui-grid {
		height: 420px;
	}
}
@media only screen and (min-width:1801px) and (max-width:1980px) {
	.maxwidth-createversion {
		max-width: 1450px !important;
	}
	.step2, .step3, .step4 {
		/* margin: 0 150px; */
	}
	.addendum-ui-grid {
		height: 450px;
	}
}
.addendum-wizard
{
	display: flex;
    justify-content: center;
}
.addendum-loading-message .heading {
	font-size: 30px;
	color: #3C3C3C;
}
.addendum-loading-message .description {
	font-size: 14px;
	color: #666666;
	margin: 8px 0 24px 0;
}
.addendum-loading-message a {
	font-size: 14px;
	color: #0696d7;
}
.addendum-loading-message a:hover,
.addendum-loading-message a:focus,
.addendum-loading-message a:focus-visible {
	color: #0696d7 !important;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.empty-msg-container {
	height: calc(100vh - 216px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.empty-loader-container {
	height: calc(100vh - 260px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.empty-loader-container .loader-spin.addendum-spinner {
	position: relative;
	top: 0;
	left: 0;
}
.addendum-loader > div {
	display: flex;
	align-items: center;
	justify-content: center;
	/*top: -10%;
	height: 100%;*/
}
.addendum-loader > div .loader-spin {
	top: 100px;
	left: auto;
}
.loader .loader-spin.addendum-loader{
  left:auto !important;
}
.ui-grid-render-container-body .ui-grid-header-viewport .ui-grid-header-canvas {
    background-color: #fff;
}
.redBackground   {
    padding-left: 5px !important;
}

.yellowBackground {
    background-color: #fff !important;
    border-left: 4px solid #FAA21B !important;
    padding-left: 5px !important;
}
.dottedCell.yellowBackground {
    background-color: #FAA21B !important;
    margin-bottom: 2px;

}

#compareData {
    height: calc(100vh - 590px);
}
#compareData .compareUiGrid {
    height: calc(100vh - 600px);
}

#compareData1 .ui-grid-render-container-body .ui-grid-viewport {
    height: calc(100vh - 640px) !important;
}
.cancel-btn
{
	background: transparent;
    color: #0696d7 !important;
    font-weight: 600;
}
.greenBackground
{
	padding-left: 5px !important;
}
.violetBackground
{
	padding-left: 5px !important;
}
.ui-grid-top-panel {
    background: #fff !important;
}
.delay-text{
	width:100%;
	text-align:center;
	display:inline-block;
	margin:0 auto;
}
@-moz-document url-prefix() {
  .loader.addendum-loader {
    top:50%;
  }
}
.ellipsis-text
{
	text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
 