.submittals-container {
  	/*height: 290px;*/
  	background-color: #f9f9f9;
  	/* margin-bottom: 30px; */
  	/* border-bottom: 1px solid #f0f0f0; */
  	border-top: 0px solid #d7d7d7;
  	/* padding: 24% 10%; */
  	/* overflow: auto; */
}
.merge-diff-spec-container {
  max-height: calc(100vh - 390px);
  overflow: auto;
}
.merge-modal-container .merge-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.merge-modal-container .merge-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.images-div.merge-image-container {
  height: 100%;
}
.no-submittals-selected-div {
	height: 273px;
    padding: 55px;
    float:left;
    width:100%;
    text-align : center;
    color: #919191;
}
.merge-heading-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.select-targetsubmittal-msg-container{
  font-size:16px;
  font-weight: 500;
  color: #3c3c3c;
  padding : 10px 0px;
  margin-right: 15px;
}

.drawings-flow .second-para{
  margin-bottom:0px;
  font-weight:500;
  text-align: center !important;
  margin-top: 0px;
  color:#666;
  font-size:14px;
}

.select-targetsubmittal-image{
	height : 20px;
}

/* .submittal-display-container{
	overflow: auto;
    // height: calc(100vh - 420px);
    height: calc(100vh - 540px);
    font-size: 12px;
    background-color:#fff;
} */

.specname-container {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 25px;
}
.specname-container > span:first-child {
  font-weight: 500;
  color: #666666;
  margin-bottom: 5px;
}
.specname-container > span:last-child {
  font-weight: 600;
  color : #4D4D4D;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specname-divider{
  position: relative;
  margin: 8px 15px 8px 0px;
  float: left;
  height: 38px;
  width: 1px;
  background: #dedcdc;
}
.radiobtn-container{
	padding: 20px 1px 16px 17px;
}
.radiobtn-container input {
  margin: 0;
}
.paracode-container{
	float:left;
  font-size: 12px;
  font-weight: 600;
}

.submittaltype-container{
	float:left;
  font-weight: 600;
  font-size: 12px;
  display: grid;
  width: 100%;
}

.submittaltype-container .merged-type {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 90%;
}
.submittaldescription-container{
	float:left;
	display:grid;
}

.specsection-header-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.specsection-para-body-container{
	float: left;
	width: 100%;
	padding: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}
.specsection-para-body-container thead{
    border-bottom: 1px solid #f0f0f0;
}
.specsection-para-body-container tbody tr{
  border-bottom:1px solid #f0f0f0;
  font-weight:500;
}
/* .specsection-header-container>div .submittal-column-name{
    color: #d8d8d8;
    color: #888888;
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    line-height: 20px;
}

.specsection-header-container>div .submittal-column-value{
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 300px;
font-size: 13px;
margin: 2px 0 0 0;
padding-top: 2px !important;
font-weight: 600;
height: 20px;
} */

.specsection-para-body-container>div .submittal-column-name{
	color: #c9c9c9;
	display : block;
}

.specsection-para-body-container>div .submittal-column-value{
	color : #273343;
}

.specsection-para-body-container>div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}


.mergedsubmittal-preview {
  	border: solid 1px #e1e1e1;
    height: 273px;
}

.mergedsubmittal-preview-header{
	padding : 10px;
	color: #eae6e6;
	height : 14%;
	background-color: #273343;
}

.mergedsubmittal-preview-header span{
	padding-left : 10px;
}

.mergedsubmittal-preview-body{
    overflow: auto;
    height: 86%;
	padding: 10px;
	background-color: #f9f9f9;
	font-size: 12px;
}

.submittaldescription-content{
    white-space: pre-wrap;
	color: #273343;
}

.green-btn-common span {
    line-height: 19px;
    font-size: 13px;
    float: right;
}
.green-btn-common span.click-here {
  line-height: 23px;
  font-size: 13px;
  float: right;
  padding-left: 5px;
}

.step2-btn-container .green-btn-common+.popover{
	border-radius : 5px;
}

.step2-btn-container button{
	float : right;
}

.step2-btn-container .btn-merge-submittals{
    margin-right: 5px;
}

.step2-btn-container .btn-merge-submittals .merge-submittals-image{
    /* height: 12px; */
}

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

.mergeconfirm-container .message-container{
    font-size: 12px;
}

.mergeconfirm-container .actions-container{
    padding: 10px;
    /* font-size: 18px;
    text-decoration: underline; */
}

.mergeconfirm-container .actions-container a{
	font-size: 18px;
    text-decoration: underline;
}

.mergeconfirm-container .message-container .msg-line-one,
.mergeconfirm-container .message-container .msg-line-two{
	display : block;
}

.mergeconfirm-container .actions-container .confirm-lnk-no{
    /* padding-left: 10px; */
}

.merge-intro-footer .continueto-merge-image{
	height: 20px;
    margin-top: 4px;
    float: left;
    margin-right:0px;
}

.no-submittals-selected-msg-line-one{
	font-size: 13px;
    font-weight: 600;
    display : block;
}

.no-submittals-selected-msg-line-two,
.no-submittals-selected-msg-line-three{
	display: block;
    font-size: 12px;
}

.empty-line{
	height: 25px;
    display: block;
    padding: 15px 0;
    width: 25px;
    margin: 0 auto;
}

.tickmark-image{
	width: 100%;
}

.merge-step-image{
	width: 250px;
    padding: 20px;
}

.merge-submittals-image-container{
	/* width: 20px;
    height: 20px;
    float: left;
    background: #fff;
    border-radius: 30px;
	padding: 0 2px; */

	float: left;
    height: 20px;
}

.merge-submittals-image-container img{
	height : 100%;
}

.mergesubmittals-flow .target-record{
	background-color: #edf8fc;
}

.mergesubmittals-flow .target-record .submittaldescription-container{
	width: 52%;
}

.mergesubmittals-flow .other-record .submittal-column-value{
	text-decoration: line-through;
	color: #9e9e9e;
}

.view-description-container{
	float: right;
  width: 12%;
  font-weight: bold;
}

.view-description-container .submittal-column-name{
	visibility : hidden;
}

.view-submittal-description-msg{
    white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    color: #3c3c3c;
    position: relative;
    bottom: 5px;
    max-height: 300px;
    overflow: auto;
    max-width: 800px;
}

.mergesubmittals-flow .progressbar li{
	color: #ddd;
}

.mergesubmittals-flow .progressbar .text-active{
	color: #333;
}

.mergesubmittals-flow .modal-body{
	padding : 30px 20px;
	height: calc(100vh - 205px);
  overflow: hidden;
}


/* scroll custom css start */
/*
.custom-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #acacac;
}
*/
/* scroll custom css end */

#merge-edit .popover {
  width: 400px;
  margin-bottom: 25px;
  border-radius: 4px;
  top:3px !important;
}
#merge-edit .popover .arrow{
	display:none;
}
#merge-edit .popover-content {
  padding: 0;
}

#merge-edit textarea.form-control {
  height: 135px;
  padding-right:60px;
  box-shadow: rgb(6 150 215 / 35%) 0px 0px 0px 2px !important;
  border-color: rgb(6, 150, 215) !important;
  outline-color: transparent;
  padding-top:10px;
}
.cancel-btn-common .fa-times-circle{
  font-size: 19px;
  padding-top: 2px;
  padding-right: 3px;
  float:left;
}
.mergesubmittals-flow .modal-header .close-icon-size{
  width: 25px;
  position: relative;
  top: 4px;
}
.image-property{
  height:21px;
  position: relative;
  top: 5px;
}
.back-btn-popup .cancel-btn-common{
  padding: 4px 12px 3px;
}
.step2-btn-container .green-btn-common{
  padding: 6px 12px;
}
#merge-edit .popover .popover-content .heading p{
  padding:0px;
}
.submittal-column-value .popover-inner .submittal-footer button.btn.cancel-btn-common span{
  position: relative;
bottom: 2px;
}
.specsection-para-body-container thead th{
  text-align:left;height: 50px;
  background-color:#fff !important;
  color:#4d4d4d !important;
  opacity:1;
  font-size: 13px;
}
.scale-13{
  transform: scale(1.3);
}
.specsection-para-body-container thead th:nth-child(1),.specsection-para-body-container tbody td:nth-child(1){
  width: 8%;
}
.specsection-para-body-container thead th:nth-child(2),.specsection-para-body-container tbody td:nth-child(2){
  width: 15%;
}
.specsection-para-body-container thead th:nth-child(3),.specsection-para-body-container tbody td:nth-child(3){
  width: 28%;
}
.specsection-para-body-container thead th:nth-child(4),.specsection-para-body-container tbody td:nth-child(4){
  width: 49%;
}
.text-active span:before{
  position: absolute;
    top: 103px;
    display: none;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    content: '';
    z-index: 9999999999;
    border-bottom: 9px solid #b5b7b5;
    border-bottom-color: #b5b7b5;
    right:110px;
}
.p-t3{
  padding-top:3px;
}
.merge-productsicon{
  width: 20px;
  position: relative;
  bottom: 3px;
}
.submittaldescription-container .merged-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
}
.btn-back{
	border: 1px solid #bbb;
  font-weight: 500;
  padding: 6px 20px;
  font-size: 14px;
}
.edit-submittal-popover .popover-content {
  padding: 0;
}
.edit-submittal-popover .edit-popover-buttons {
  float: right;
  margin-top: 10px;
}
.in-save{
	/* position: absolute;
  top: 72px;
  right: 45px; */
  padding: 2px 4px 2px 6px;
  border: 1px solid #ebebeb;
  cursor:pointer;
}
.in-save img{
  width:13px;
  position: relative;
  bottom: 2px;  
}
.in-cancel{
	/* position: absolute;
  top: 72px;
  right: 78px; */
  border: 1px solid #ebebeb;
  padding: 2px 4px 2px 6px;
  cursor:pointer;
  margin: 0 5px 0 0;
}
.in-cancel img{
  position: relative;
  bottom: 1px;
}
.in-save .fa,.in-cancel .fa{
	padding:3px 5px;
}
.tick-merge {
    position: relative;
    right: 0px;
    font-size: 9px;
    bottom: 119px;
    color: #fff;
    width: 10px;
}
.savechangedark{
	width: 11%;
	height: 50px;
	border-left: 4px solid #87B340;
	float: left;
}
.merge-msg{
	width: 75%;
	text-align: left;
	float: left;
	position: relative;
	left: 5px;
	top: 8px;
}



/* New */
.step-description{
  margin-top: 20px;
  width: 100%;
  display: grid;
}
.merge-edit{
  height: 32px;
  width: 32px;
  border: 0px solid #e8e8e8;
  padding: 4px 4px 9px;
  /*background-color: #fff;*/
  position: relative;
  right: 10px;
  border-radius: 4px;
  opacity: .8;
  bottom: 1px;
}
.merge-step-intro {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
