
.relModFloatingContainerCmp{
	padding: 15px 10px 10px 10px;
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
}
.relSelContainerCmp{
	float: left;
    width: 100%;
    min-height: 200px;
}
.subTitle {
    width: 100%;
    float: left;
    font-size: 1.8rem;
    display: block;
    font-weight: 500;
}
.cmp-res-section-wrap{
	display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.tse-schema .cmp-res-section-wrap{
	margin-top:0px;	
}

.cmp-head-wrap{
	width: 100%;
	height: 40px;
	float: left;
	background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
}


.compare-head {
    float: left;
    width: 95%;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0rem;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tse-schema .cmp-head-wrap{
	position:initial;
}
.tse-schema .compare-head{
	width: 100%;
    margin-bottom: 15px;
}

.datamodel-tabs-outerwrap{
	font-size:14px
}

.tools {
    float: left;
    width: 5%;
    display:none;
}
.comp-excel {
	display:none;
  	cursor: pointer;
    color: #579B0B !important;
    background-color: #f2f2f2;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 15px;
}

.comp-excel-view{
	display: block;
}

.cmp-result-tabs-wrap{
	float: left;
    width: 100%;
    height: 40px;
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 37px;
    border: none !important;
    z-index: 2;
}

.tse-schema .cmp-result-tabs-wrap{
	top:0;
	width:100%;
}

.tse-schema .tools{
	float: right;
    width: 50px;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 3;
    background-color: #fff;
    padding: 0 0px 10px 40px;
}

.tse-schema .comp-excel{
	margin-right:30px;
	color: #039be5 !important;
    background-color:transparent !important;	
}
.cmp-result-tab{
	display: inline-block;
    cursor: pointer;
	font-size: 15px;
    padding: 0.5em 2em 0.5em 0px !important;
    border: none !important;
    max-width: 33%;
}
.cmp-result-tab.active {
    background-color: #fff;
    color: #84b135;
    font-weight: 500;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    position: relative;
    z-index: 1;
    top: 1px;
    pointer-events: none;
}
.cmp-result-tab.active .tab-title {
    border-bottom: 3px solid #84b135;
}
.cmp-result-tabcontent .cmp-result-tabtarget {
    display: none;
}
.cmp-result-tabcontent .cmp-result-tabtarget.active {
    display: block;
}

.tab-title{
    color: #039BE5;	
    padding-bottom: 2px;
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.ke-tab.active {
	pointer-events: none;
}
.ke-tab.active .tab-title{
	border-bottom: 2px solid #84b135;
}
.ke-tabcontent{
    padding: 1em 0px !important;
    float: left;
    width: 100%;
    min-height: 350px;
}
.sensor-res-wrap{
	float: left;
	width: 100%;
}
.sensor-res-wrap .sensors{
	display: flex;
    flex-direction: column;
}
.note-exp-col-container{
	width: 100%;
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    height: 40px;
    float: left;
    z-index: 2;
}
.tse-schema .note-exp-col-container{
	top:39px;
}
.exp-col-wrap{
 	width: 200px;
    background-color: #fff;
    float: right; 
}
.expAll, .colAll {
    color: #039BE5;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    cursor: pointer;
    display: inline;
}
.cmp-thead{
	width: 100%;
	float: left;
	background-color: #4d5259;
	color: #fff;
	clear: both;
	position: sticky;
	position: -webkit-sticky;
	top: 115px;
	height: 30px;
	z-index: 2;
}
.sensor-name-thead, .sensor-path-thead{
	display: inline-block; 
	float: left;
    background-color: #4d5259;
    color: #fff;
    padding: 5px 5px;
    font-size: 14px;
}
.sensor-name-thead{
	width: 30%;
}
.sensor-path-thead{
	width: 70%;
}
.cmp-result-tabcontent{
	position: sticky;
	float: left;
	width: 100%;
}
.module-name-wrap{
	width: 100%;
	clear: both;
	background-color: #d3d3d3;
	padding: 5px 5px;
    padding-left: 10px;
    cursor: pointer;
    border-top: 1px solid #bbb;
    position: sticky;
    position: -webkit-sticky;
}

.tse-schema .module-name-wrap{
	z-index:3;
}
.module-name-wrap span{
	font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
}
.sensor-row{
	padding: 5px 5px;
    float: left;
    width: 100%;
}
.sensor-name, .sensor-path{
	float: left;
	font-size: 14px;
	padding: 2px 5px;
}
.sensor-name{
	width: 30%;
    color: #039be5;
    cursor: pointer;
}
.sensor-path{
	width: 70%;
	word-break: break-word;
}
.sensor-name span, .sensor-path span{
    width: 100%;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.expand .expand-icon{
	display: none;
}
.collapse .collapse-icon{
	display: none;
}
.expand-icon, .collapse-icon{
	font-size: 15px !important;
    vertical-align: text-bottom;
}
.rel-selected{
	box-shadow: 4px 4px 4px #ccc;
	color: #84b135 !important;
}
.pdt-selected{
	box-shadow: 4px 4px 4px #ccc;
	color: #84b135 !important;
}
.rel-to-cmp i{
	position: absolute;
    right: 10px;
    top: 1px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #333;
    font-size: 1.4rem;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.rel-to-cmp.rel-selected i {
    color: #84b135!important;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cmp-option i{
	position: absolute;
    right: 10px;
    top: 3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #333;
    font-size: 1rem;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.cmp-option.pdt-selected i , .cmp-option.rel-selected i {
    color: #84b135!important;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}
.jconfirm{
	display: block;
}
.no-res{
    clear: both;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background-color: #f2f2f2;
}
.cntrSrcWarning{
    width: calc(100% - 250px);
    float: left; 
    color: #4d4d4d;
}
.sp-platform-container{
	float: left;
	width: 100%
}
@media only screen and (max-device-width: 480px) {
	.sensor-name span, .sensor-path span{
	  font-size: 18px;
	}
}