/* JacoSkinStyle */ 
@import url(../../Main/JacoSkin/customato.css); 
/* Add JACO Branding fonts */
/* Sotoshi */
@font-face {
  font-family: 'Sotoshi';
  font-style: normal;
  font-weight: normal;
  src: 
       url('Satoshi-Regular.otf') format('opentype'); 
}
@font-face {
  font-family: 'Sotoshi';
  font-style: italic;
  font-weight: normal;
  src: 
       url('Satoshi-Italic.otf') format('opentype'); 
}
/* Sotoshi Bold */
@font-face {
  font-family: 'Sotoshi';
  font-style: normal;
  font-weight: bold;
  src: 
       url('Satoshi-Bold.otf') format('opentype'); 
}
@font-face {
  font-family: 'Sotoshi';
  font-style: italic;
  font-weight: bold;
  src: 
       url('Satoshi-BoldItalic.otf') format('opentype'); 
}
/* Inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  src: 
       url('Inter-Regular.otf') format('opentype'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: normal;
  src: 
       url('Inter-Italic.otf') format('opentype'); 
}
/* Inter Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  src: 
       url('Inter-Bold.otf') format('opentype'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: bold;
  src: 
       url('Inter-BoldItalic.otf') format('opentype'); 
}
/* Start of Modified Default styles */ 
.natTopShadow {
    border-top: 5px solid #fec34e;
}
.natPanelToggle, .natPanelToggle a {
    text-decoration: none;
}
div.natLogin {
  margin-top: 5em;
}
div.natLogin div.foswikiRevision {
  display:none;
}
/* Styles for bottom-bar topic actions */
.natBottomActions .foswikiCol1:first-child, .natBottomActions .foswikiCol2:first-child, .natBottomActions .foswikiCol3:first-child, .natBottomActions .foswikiCol4:first-child, .natBottomActions .foswikiCol5:first-child, .natBottomActions .foswikiCol6:first-child, .natBottomActions .foswikiCol7:first-child, .natBottomActions .foswikiCol8:first-child, .natBottomActions .foswikiCol9:first-child, .natBottomActions .foswikiCol10:first-child, .natBottomActions .foswikiCol11:first-child, .natBottomActions .foswikiCol12:first-child {  
    margin-top: 0px !important;  
    margin-left: 0px !important;  
    border: 0px none !important;  
    padding-left: 0px !important;  
}  
.natBottomActions .foswikiCol3 {  
    width: 22%;  
}  
.natBottomActions .foswikiCol1, .natBottomActions .foswikiCol2, .natBottomActions .foswikiCol3, .natBottomActions .foswikiCol4, .natBottomActions .foswikiCol5, .natBottomActions .foswikiCol6, .natBottomActions .foswikiCol7, .natBottomActions .foswikiCol8, .natBottomActions .foswikiCol9, .natBottomActions .foswikiCol10, .natBottomActions .foswikiCol11 {  
    margin-left: 4%;  
}  
.natBottomActions .foswikiCol1, .natBottomActions .foswikiCol2, .natBottomActions .foswikiCol3, .natBottomActions .foswikiCol4, .natBottomActions .foswikiCol5, .natBottomActions .foswikiCol6, .natBottomActions .foswikiCol7, .natBottomActions .foswikiCol8, .natBottomActions .foswikiCol9, .natBottomActions .foswikiCol10, .natBottomActions .foswikiCol11, .natBottomActions .foswikiCol12 {  
    float: left;  
    height: 100%;  
    position: relative;  
}  
/* Disable upload button in NatEdit */
div.jqUploadButton { display:none !important; }
/* Make background colors in 'diff' view lighter for easier reading. */
.foswikiDiffContainer .changed .new,
.foswikiDiffContainer .append .new {
    background-color: #f5fff5 !important;
}
.foswikiDiffContainer .changed .old,
.foswikiDiffContainer .removed .old {
    background-color: #fbf3f3 !important;
}
/* Accessibility Modifications */
.foswikiRedFG, .foswikiRedFG a {
  color: #ed0000 !important;
}
.foswikiGrayText, .foswikiGrayText a, h1 .foswikiTopicSummary, .foswikiTopicSummary, .foswikiTopicInfo, .foswikiTopicInfo a, .foswikiRevision a, .foswikiRevision, .natBreadCrumbs, .natBreadCrumbs a, .natBreadCrumbs .natSep {
  color: #767676 !important;
}
.dataTables_paginate .ui-button.ui-state-active, .dataTables_paginate .ui-button.ui-state-default:hover {
    color: #df0d90 !important;
}
/* Print Styles */
@media print {
  .jacopublishNot, 
  .editTableEditImageButton {
    display:none;
  }
  .erp-edittable,
  .editTableEditImageButton {
    display:none;
  }
}