
body{
    padding:0px;
    margin:0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:14px;

}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

#pagename {
  text-align: center;
  background-color: whitesmoke;
  color: royalblue;
  font-size: 0.9rem;
  border-bottom: solid thin silver;
  padding: 3px;
  font-weight: bold;
}

.footers {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: whitesmoke;
  color: white;
  padding: 2px 15px 2px 15px;
}
/*h5{
    background-color:whitesmoke;
    padding-top:3px;
    padding-bottom:3px;
    font-size:0.9rem;
    border-bottom:solid thin green;
}*/
label {
  font-size: 0.9rem;
}
.isr-table {
  width: 100%;
  border: thin solid silver;
  /*margin-top:-2px*/
}

.isr-table th {
  height: 24px;
  font-size: 0.9rem;
  padding: 2px 3px 2px 3px;
  border: thin solid silver;
  color: black;
  background-color: Gainsboro;
  text-align: center;
  font-weight: normal;
  /*white-space: nowrap;*/
  position: sticky;
  top: -1px;
}

.isr-table tbody td {
  font-size: 0.9rem;
  height: 24px;
  padding: 1px 3px 1px 3px;
  border: thin solid silver;
  background-color: white;
  font-weight: normal;
}
.isr-table tfoot td {
  font-size: 0.9rem;
  height: 24px;
  padding: 0px 2px 0px 2px;
  border: thin solid silver;
  background-color: Gainsboro;
  font-weight: normal;
}
.isr-table tbody tr.selected td {
  font-style: italic;
  color: blue;
}

.isr-table tbody tr {
  background-color: white;
}

.isr-table tbody tr:hover td {
  background-color: lightgoldenrodyellow;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.btedit {
  padding: 1px;
  height: 20px;
  background-color: gold;
  color: black;
  border: none;
  padding: 0px 3px 0px 3px;
  border-radius: 3px;
  font-size: smaller;
  min-width: 20px;
}
.btadd {
  border: none;
  height: 20px;
  background-color: green;
  color: white;
  font-size: 11px;
  padding: 0px 3px 0px 3px;
  width: 20px;
  border-radius: 2px;
}
.btattatchedfile {
  border: none;
  height: 20px;
  background-color: gray;
  color: white;
  font-size: 11px;
  padding: 0px 3px 0px 3px;
  width: 20px;
  border-radius: 2px;
}
.btnnewItem {
  background-color: limegreen;
  border: none;
  font-size: small;
  border-radius: 3px;
  margin-top: 4px;
  padding: 1px 2px;
}

.btdelete {
  border: none;
  background-color: red;
  height: 20px;
  color: white;
  font-size: 11px;
  padding: 0px 3px 0px 3px;
  width: 20px;
  border-radius: 2px;
}
.btreview {
  padding: 1px;
  height: 20px;
  background-color: orange;
  color: black;
  border: none;
  padding: 0px 3px 0px 3px;
  border-radius: 3px;
  font-size: smaller;
  min-width: 49px;
}
.btapprove {
  padding: 1px;
  height: 20px;
  background-color: lawngreen;
  color: black;
  border: none;
  padding: 0px 3px 0px 3px;
  border-radius: 3px;
  font-size: smaller;
  min-width: 40px;
}
.caption {
  font-weight: bold;
}

.panel-1 {
  border-color: orangered;
}

.panel-1 .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: orangered;
}
.panel-2 {
  border-color: DarkOrange;
}

.panel-2 .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: DarkOrange;
}
.panel-3 {
  border-color: RoyalBlue;
}

.panel-3 .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: RoyalBlue;
}
.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green a {
  color: #5cb85c;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}
.panel-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
}
.huge {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
