html {
  position: relative;
  min-height: 100%;
}


button{
  background: #f5f5f5;
  padding: 1px 3px;
  margin: 1px;
  color: #000;
  border: 1px groove silver;
  cursor: pointer;
  border-radius:0.5em;
  font-size:inherit;
}
   
button:HOVER{
  border: 1px solid black;
}

h1 {
    margin: 0.5em 0em;
}

h2 {
    margin: 0.5em 0em;
}

#bdy {
  background: #f9f9f9;
  padding: 0px;
  margin-top: 0;
  margin-left:  2em;
  margin-right: 2em;
  margin-bottom: 0;
  padding-bottom: 90px;
  color: black;
  font-family: Arial, sans-serif;
}

#panel{
  display: block;
}

#messages{
  display: none;
}

#header{
}

#currentViewHeader{
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
  display='none';
  background: #ccc;
  font-weight: bold;
}

#middle{
  margin-top: 2px;
}

#footer{
  clear:both;
  margin-top: 20px;
}

#footer-text{
	padding-left:2px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:2px;
	font-size: 6pt;
}

#header-color-bar{
  float: left;
}

#header-system-menu{
  float: right;
  display: inline;
  margin-top: 5px;
}

#header-top-middle{
  float: left;
}

#header-application-menu{
  float: left;
  display: inline;
  clear:both;
}

#header-exceptions{
  float: right;
  visibility: hidden;
  text-align: left;
  color: #4b4a4a;
  font-weight: bold;
  text-shadow: #ddf 1px 1px 0;
  cursor: pointer;
}

.clear{
  clear: both;
}

#header-signOut{
  display: none;
  float: right;
  margin-top: 5px;
  margin-left: 15px;
}

#sign{
  position: relative;
  display: block;
  width: 200px;
  border-width: 0 0 0 7px;  
  margin: 12px 0 0;
  padding: 20px 25px 15px;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  overflow: auto;
  border-radius:0.5em;
}

#sign-failed{
  display: none;
  color: red;
}

.waiting {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid;
  opacity: 0.5;
  background: skyblue;
  cursor: progress;
  z-index: 100;
}



#loginPanel{
  display: block;
  width: 200px;
  border-width: 0 0 0 7px;  
  margin: 12px 0 0;
  padding: 20px 25px 15px;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  overflow: auto;
}

.loginRow {
  width: 100%;
  margin:0.5em;
}

.signInButton{
  font-size:10pt;
  font-weight:normal;
  color:black;
  margin-top: 10px;
  padding:2 10px;
  vertical-align:middle;
  border-radius:5px;
  cursor:pointer;
  box-shadow:1px 1px 1px 2px #ccc;
} 
.signInButton:hover{
  box-shadow:1px 1px 1px 2px #aaa;
}
.signInButton:ACTIVE{
  border:1px solid #eee;
}

#channelMessages{
  display: 'none';
 }

.alertChannelMessage{
  display:block
  padding: 10;
  text-align: center;
  font-size: large;
  font-weight: normal;
  border: 0;
  border-color: gray; 
  border-style: solid;
  color: red;
  background-color: yellow;
}
.noteChannelMessage{
  display:block
  padding: 0.2em;
  text-align: center;
  font-size: 14pt;
  border: 1px solid silver;
  border-radius:0.5em;
  background-color: lightskyblue;
  margin: 0.2em 0.5em 0.2em 0.5em;
}

#loginVsep{
  height:400px;  
}


.anchorMenuDeSelected{
  margin: 5px;
  visibility: visible;
 }

.anchorMenuSelected{
  margin: 5px;
  visibility: hidden;
 }
  
 #applicationMenu{
  float: left;
  display: inline;
 }
 
 #trackUpdate{
   transition: all 2s ease-in-out; 
   position: fixed;
   padding: 0px; 
   right: 0;
   bottom: 0;
   background: #fdc162;
   font: black;
   font-weight: normal;
   box-shadow:1px 1px 1px 2px #ccc;
   width: 300px;
   height: 0px;
   z-index: 1000;
  } 
  
  #trackUpdate:hover {
    box-shadow:1px 1px 1px 2px #aaa;
  }
    
  #trackUpdate-msg{
    flow:left;
    clear:both;
    margin-left: 10px;
    padding-right: 20px;    
  }  
  #trackUpdate-hide{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    border: 1px solid black; 
    width:10px;
    height: 10px;   
  }
  
  #trackUpdate-counter{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 3px;
    margin: 0px;    
  }   
  
  
 #debug{
    position: fixed;
    bottom: 0px;
    right: 50%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 100;  
    display: none;
    height: 100px;    
 }  
 
 #debug-area{
  position: absolute;
  bottom: 0px;
  right: 0px;
  //border: 1px solid crimson;
  height: 100px;
  width: 90%;
 } 
 
 #debug-buttons{
   float: left; 
   position: absolute;
   bottom: 0px;
   left: 0px; 
   margin: 0px; 
   display: inline-block;    
   background: crimson; 
   padding: 2px;
 } 
 #debug-C{
   display: block; 
   margin: 4px; 
 } 
#debug-H{
  display: block;
  margin: 4px;
 }
#debug-S{
  display: none;
  margin: 4px;
 }  
 
 #waitForResponse {
  } 
            
 .menuViewHolder{
      margin-right: 10px;
      border-radius:5px 5px 0px 0px;
      padding: 2px 5px;
      box-shadow:1px 1px 1px 2px #ccc; 
  }
   
 .menuViewHolder:hover{
     box-shadow:1px 1px 1px 2px #aaa;
   }   
   
  .appViewHolder{
      //background: lightyellow;
   }
   
   
   .checkbox{
      display: inline-block; 
     }
     
     .checkbox-input{
       float: left;     
     }   
     .checkbox-label{
       float: left;     
     }
     
   .radio{
     //border: 1px solid red;
     display: inline-block;      
     }
     
     .radio-input{
       float: left;     
     }   
     .radio-label{
       float: left;     
     }  
     
     .clearfx{
       clear=both;     
      } 
      
      #static-rates{
        display: none;
        font-size: 12pt; 
        margin: 0.5em;
        padding: 1em;
        border: 1px solid silver;
        border-radius:1em;
      }    
      
      #static-rates-form-div{
        display: none;
      }
      
      #static-rates-view{
      }
      
      #static-rates-view-details{
        margin-top: 1em;
        border-top: 1px solid silver;
        padding: 0.5em 0.5em 0.5em;
      }
      
      .static-rates-input-lable{
        float:left;
        width: 5em;
      }
      .static-rates-input{
        border-radius: 0.5em;
        border: 1px solid silver;
        font-size: 0.8em;
        padding: 0.2em;
        margin-bottom: .4em;
        width: 60%;
      }
      
      .static-rates-button{
        margin-right: 1em;        
        background: burlywood;        
        border-radius:0.5em;
        border:1px solid silver;
        font-size:10pt;
        font-weight:normal;
        padding:0.2em 0.4em;
        
        cursor: pointer;
      }
      
      .static-rates-button:hover{
        font-weight:bold;
        box-shadow: 0 0 3px 3px #888;
      }
      
      .static-rates-button-check-rates-promote{
        position: absolute;
        right: 0%;
        top: 40%;
      }
      
      .static-rate-country-data-cell{
        padding-left: 1em;
        font-weight: bold;
      }
      
      #static-rates-upload{
        margin-right: 2em;
      }
      
      #static-rates-test-promote-view-details-destination{
        margin-top: 5px;
        background: rgba(128, 0, 0, 0.16);
        border-top: 1px solid silver;
        padding-top: 5px;
      }
      
      #static-rates-test-promote-view-details-destination-view-select-country-info{
        display: inline-block;
      }
      
      #static-rates-test-promote-view-details-destination-view-select-country-carriers{
      
      }
      
      .static-rates-label{
        margin: 0.5em 1.5em 0.5em 1em;
        font-size: 0.8em;
      }
      
      .static-rates-label-info{
        font-weight: bold;
      }
      
      .static-rate-div-view{
        margin-bottom: 0.5em;
        border: 1px solid silver;
        padding: 0.5em;
        border-radius: 0.5em;
        position: relative;
      }
      
      .static-rate-div-view-header{
        overflow: auto;
        background: lavender;
        padding: 0em 0.5em 0em 0.5em;
        border-radius: 0.5em;
        margin-bottom: 0.2em;
      }
      
      .static-rate-div-view-files{
        padding: 0em 0.5em 0em 0.5em;      
      }
      
      .static-rate-file-link{
        margin-bottom: 0.2em;
        padding: 0em;
        font-size: 0.8em;
      }
      
      .static-rate-file-link-label{
          float: left;
          width: 5em;
      }
      
      .static-rate-file-link-a{
        font-size: 0.8em;
      }
      
      .static-rate-div-view-header-left{
        float: left;
      }      
      
      .static-rate-div-view-header-left-profile{
          font-size: 0.75em;
          padding: 3px 0px 0px 15px;
          position: absolute;
          left: 25%;
      }

      .static-rate-div-view-header-right{
        float: right;
        font-size: 10pt;
      }
      
      .static-rates-view-details-delete{
        position: absolute;
        right: -0.5em;
        top: -0.5em;
        background: burlywood;
        border: 1px solid silver;
        border-radius: 50%;
        padding: 0.1em;
        font-size: 0.8em;
      }
      .static-rates-view-details-delete:hover{
        cursor: pointer;
        font-size: 1em;
        border: 2px solid silver;
      }
      
      .static-rates-view-details-current{
        position: absolute;
        left: 40%;
        top: -0.1em;
        background: burlywood;
        border: 1px solid silver;
        border-radius: 0.5em;
        padding: 0.2em;
        font-size: 1.5em;
        text-align: center;
        display: none;
      }
      .static-rates-view-details-current-promoted-info{
        margin-top : 0.1em;
        border-top:1px solid silver;
        padding: 0.2em;
        font-size: 0.4em;
      }
      
      
      
      #static-rates-test-promote-view{
        display: none;
      }
      
      #static-rates-test-promote-view-details{
      }
      
      #static-rates-test-promote-view-parcels{
      }

      .static-rates-input-view{
        display: none; 
        margin:0.5em 0 0.5em 0em;
        border-top : 1px solid silver;
        border-bottom : 1px solid silver;
        padding:0.5em;
      }     
      
      .static-rates-test-promote-view-details-parcels-quote-type{
        font-weight: bold;
        margin-right: 1em;
      }
      
      #static-rates-fetch-b{
        float: left;
        font-size: 0.8em;
        margin-left: 3em;
      }
      
      .static-rates-test-promote-view-details-parcels-div{
        overflow: auto;
        background: rgba(128, 0, 0, 0.16);
        margin: 0.1em;
        padding: 0.2em;
      }
      
      .static-rates-test-promote-view-details-parcels-label{
        float: left;
        width: 12em;
        font-size: 0.8em;
      }
      
      .static-rates-test-promote-view-details-parcels-input{
        float: left;
        width: 3em;
      }
      
      #static-rates-test-promote-view-details-quote-result{
      }
      
      .static-rate-result-view{
        border: 1px solid silver;
        border-radius:0.5em;
        background: rgba(128, 128, 128, 0.16);
        overflow: auto;
        margin-bottom: 0.2em;
      }
      
      .static-result-carrier-service{
        float: left;
        width: 15%;
      }
      
      .static-result-carrier-service-H{
        visibility: hidden;
      }
      
      .static-result-logo{
       margin-left: 0.5em;
      }
       
      .static-result-service{
        margin-left: 0.5em;
      }
      .static-result-content{
        float: left;
        width: 10%;
        padding: 0.5em;
      }
      .static-result-cost{
        float: left;
        width: 10%;
        padding: 0.5em;
      }
      .static-result-retails{
        float: left;
        width: 10%;
        padding: 0.5em;
      }
      .static-result-pricing-weight{
        float: left;
        width: 10%;
        padding: 0.5em;
      }   
      
      .static-result-kg{
        font-size: 0.5em;
        padding: 0.5em;
      }   
      
      #static-rates-test-promote-buttons{
        margin-top: 1em;
      }
      
      .static-quote-buttons{
         margin-top: 1em;
      }
      
      #static-detailed-quote-view-summary{
        margin: 0.5em;
        background: rgba(128, 0, 0, 0.32);
        border-radius: 0.5em;
        padding: 0.5em;
      }
      
      #static-detailed-quote-view-rows{
      
      }
      .detailed-quote-input-row{
        background: rgba(128, 0, 0, 0.16);
        margin: 0.1em;
        padding: 0.2em;
      }
      .detailed-quote-input-row-index{
        float: left;
        width: 2em;
        text-align: center;
      }
      .detailed-quote-input-row-weight{
        
      }
      .detailed-quote-input-row-length{
        
      }
      .detailed-quote-input-row-width{
       
        
      }
      .detailed-quote-input-row-height{
        
      }
      .detailed-quote-input-row-copy{
      }
      .detailed-quote-input-row-remove{
      }
      
      .detailed-quote-input-row-add{
      }
      
      .quote-summary-label{
        font-size: 0.8em;
        font-weight: bold;
      }
      
      .quote-summary-value{
        font-size: 0.6em;
        margin-right: 3em;
      }
      
      .detailed-quote-input-row-copy-div{
        display: inline-block;
      }
      .detailed-quote-input-row-copy-div-button{
        display: inline-block;
      }
      
      .detailed-quote-input-row-num-copies-container{
        display: block;
        position: relative;
      }
      
      .detailed-quote-input-row-num-copies{
        display:none;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        background: lightyellow;
        width:12em;
      }
      
      .detailed-quote-input-row-num-copies-cancel{
        position: absolute;
        right: -0.5em;
        top: -0.5em;
        background: burlywood;
        border: 1px solid silver;
        border-radius: 50%;
        padding: 0.1em;
        font-size: 0.8em;
      }
      .detailed-quote-input-row-num-copies-cancel:hover{
        cursor: pointer;
        font-size: 1em;
        border: 2px solid silver;
      }
      
      .copy-number-cell{
        float:left;
        width:2em;
        padding:0.2em;
        text-align:center;
        background-color: lightgreen;
        font-weight: bold;
        margin:1px;
        cursor: pointer;
      }
      
      .validation-error{
        border: 1px solid red;
      }
      
      .static-rates-test-promote-view-details-parcels-quote-type-header{
        margin-bottom: 0.2em;
      }
      
      .static-rates-button-switch{
        font-size:8pt;
      }
      .detailed-quote-input-row-index-header{
        visibility: hidden;
        margin-right: 0.5em;
      }
      
      .detailed-quote-input-row-header{
        text-align: left;
        font-size: 12pt;
      }
      
      .detailed-quote-input-row2{
        float: left;
        width: 10%;
        margin-right: 1%;
      }

      .forHover{
      }
      .forHover:hover{
        background:lightyellow;
        color : blue;
      }

      .blink {
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-name: blink;
      }

      @keyframes blink {
          0% {
              opacity: 1;
          }
          75% {
              opacity: 1;
          }
          76% {
              opacity: 0;
          }
          100% {
              opacity: 0;
          }
      }


.invalidInput {
    border  : 1px solid red;
    border-radius : 3px;
    padding : 3px;
}

.validInput{
    border :  0px;
    padding : 0px;
}

.z2{
    font-size : 1em;
}

.z2:HOVER{

}

.tfixed{
  table-layout:fixed;
  width: 100%;
}

.tfixed th:nth-of-type(1) {
   width: 3em;
}

.tfixed th:nth-of-type(2) {
   width: 50px;
}

.tfixed th:nth-of-type(4) {
   width: 20em;
}

.warning{
    background: #ff851b;
    padding: 0.25em;
    font-size: 1.5em;
     color: white;
     border-radius: 0.25em;
}

.warning.label,.warning[data-tooltip]:after,button.warning,.warning.button,.warning[type=submit],.warning.dropimage {
    background: #ff851b;
}

.warning th {
    background-color: #ff851b;
}