.templateComparison-row-margin {
    margin: 10px;
    /*  border:1px solid; */
}

.tempRadio {
  display: inline-flex;
  align-items: center;
}

.tempRadio--large {
  font-size: 1.2rem;
}


.tempRadio-Input {
  margin: 0 0.5rem 0;
}

.templateComparison-label-font{
    padding-left: 10px;
    font-size: 12px;
    font-family: KnowledgeBold, arial, helvetica, sans-serif;
    font-weight: bold;
}

.templateComparison-button-padding{
  padding:15px;
}

.templatecomparison-text-align-center {
  text-align: center;
}

.templatecomparison-template-icon{
  font-size: 35px;
}

.templatecomparison-col-margin {
    margin-top: 50px;
  /*  border:1px solid; */
}
.templatecomparison-remove-margin{
 margin-left: 0px;
 margin-right:0px;
 font-size: 11px;
 border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.templatecomparison-remove-view-padding{
  padding-left: 7px;
  padding-right: 0px;
}
.templatecomparison-right-border{
  border-right: 1px solid lightgray;
}

.templatecomparison-indicate-padding{
  font-weight: bold;
  padding:5px 5px 5px 15px;
}

.templatecomparison-chk-view-changes-only-border{
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    height: 50px;
    font-weight: 400;
    font-style: normal;
    /* font-size: 13px; */
    color: #333333;    
    line-height: normal;
}

.templatecomparison-div-view-search-left{
  float: left;
  height: 49px;
  padding:10px 50px 10px 15px;
  border-right: 1px solid lightgray;
  font-size: 13px;
}

.templatecomparison-div-view-search-right{
  float: right;
  padding:14px 25px 14px 14px;
  font-size: 14px;
}

.templatecomparison-view-changes-borders{
    /*border:1px solid lightgrey;*/    
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.templatecomparison-red { color: red; }

.templatecomparison-has-children-status{
    font-weight: bold;
    color:red;
    font-size: x-large;
    vertical-align: top;
    background-color: red;
    height:10px;
    width: 10px;
    border-radius:50%;
    display: inline-block;
}

.templatecomparison-left-panel-header-asterisk {
  content:"*";
  font-weight: bold;
  color:red;
  font-size: 25px;
  padding-left: 3px;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

#divInnerWrapperTemplateComparison
{
	/*float:left;*/
    margin-right:-500px;
    /*padding-left:10px;*/
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta:hover div {
  text-decoration: none;
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta:hover .templatecomparison-tree-node-label {
  text-decoration: underline;
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta:focus div {
  text-decoration: none;
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta:focus .templatecomparison-tree-node-label {
  text-decoration: underline;
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-modified,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-moved-to,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-moved-from,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-added,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-removed {
  font-size: 10px;
  color: #fff;
  padding: 4px 8px;
  border-radius:5px;
  text-decoration: none !important;
  margin-left: 10px;
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-added {
  background-color: #0072A8;
}
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-removed {
  background-color: #DC0A0A
}

#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-modified,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-moved-to,
#divInnerWrapperTemplateComparison .bento-tree-item-cta .templatecomparison-tree-node-itemtype-moved-from {
  background-color: #606169 ;
}

.templatecomparison-remove-left-right-padding{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px
}

.templatecomparison-remove-left-right-padding-comparison{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1px;
  padding-right: 0px
}

.templatecomparison-asterisk{
    padding-left: 20px;
    color: red;
}

.templatecomparison-table-bottom-border {
    border-bottom: 1px solid lightgrey !important;
}

.templatecomparison-required {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    padding-left: 3px;
    vertical-align: inherit;
}
  
.templatecomparison-div-left {
    float: left;
}

.templatecomparison-table-data {
  vertical-align: middle !important;
}

.templatecomparison-full-width {
  width: 100% !important;
}

.templatecomparison-comparison-date-box {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: lightgray;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 10px;
}

.templatecomparison-comparison-date-label {
  font-weight: bold;
  padding-right: 6px;
}

.templatecomparison-comparison-date-icon {
  padding-right: 4px;
}

.report-comparison-viewer-small,
.report-comparison-viewer {
  width: 104%;
  margin-top: -60px;
  margin-left: -17px;
}

.report-comparison-viewer {
  height: 790px;
}

.report-comparison-viewer-small {
  height: 760px;
}

.report-comparison-source-label,
.report-comparison-target-label {
  color: white;
  padding: 10px;
  text-align: center;
}

.report-comparison-source-label {
  background-color: #3399cc !important;
  width: 49%;
}

.report-comparison-target-label {
  background-color: #005885 !important;
  width: 51%;
}

.single-report-viewer-small,
.single-report-viewer {    
  width: 104%;
  margin-top: -50px;
  margin-left: -17px;
}

.single-report-viewer { 
    height: 740px;
}
  
.single-report-viewer-small {   
  height: 710px;
}

.comparison-results-height {
  height: 720px;
}

.margin-bottom-zero {
  margin-bottom: 0px;
}

.templatecomparison-results-header {
  width: 100%; 
  height: 50px;
}

.templatecomparison-results-header .selected-comparison-options {
  float: left; 
  padding-top: 7px;
}

.templatecomparison-results-header .new-comparison {
  float: right; 
  padding-bottom: 10px;
}

@media (min-width: 1281px) {  
    #divOuterWrapperTemplateComparison
    {
        width: auto; 
        height: 500px;
        overflow: auto; 
    } 

    .templatecomparison-lbl-view-changes{
      font-size: 14px;
    }
   

    .templatecomparison-remove-margin{
      margin-left: 0px;
      margin-right:0px;
      font-size: 11px;
      border-left: 1px solid lightgray;
         border-top: 1px solid lightgray;
         border-right: 1px solid lightgray;
     }
     .templatecomparison-indicate-padding{
      font-weight: bold;
      padding:5px 5px 5px 15px;
    }
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {    
    #divOuterWrapperTemplateComparison
    {
        width: auto; 
        height: 300px;
        overflow: auto; 
    }
    
    .templatecomparison-lbl-view-changes{
      font-size: 12px;
    }

    .templatecomparison-remove-margin{
      margin-left: 0px;
      margin-right:0px;
      font-size: 9px;
      border-left: 1px solid lightgray;
         border-top: 1px solid lightgray;
         border-right: 1px solid lightgray;
     }

     .templatecomparison-indicate-padding{
      font-weight: bold;
      padding:9px 5px 5px 15px;
    }

  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #divOuterWrapperTemplateComparison
    {
	    width: auto; 
        height: 300px;
        overflow: auto; 
    } 
    
    .templatecomparison-lbl-view-changes{
      font-size: 7px;
    }

    .templatecomparison-remove-margin{
      margin-left: 0px;
      margin-right:0px;
      font-size: 8px;
      border-left: 1px solid lightgray;
         border-top: 1px solid lightgray;
         border-right: 1px solid lightgray;
     }
     .templatecomparison-indicate-padding{
      font-weight: bold;
      padding:9px 5px 5px 15px;
    }
     
  }

