/* CSS Document */
body {
  min-height: 2000px;
  padding-top: 70px;
}

.color0 {color: red !important;}
.color1 {color: green !important;}
.color5, .color8, .color9 {color: blue !important;}
.color5, .color6 {color: yellow !important;}
.color10 {color: grey !important;}
.color, a > i.fa, a > i.fas, a > i.far {color: #333;}
i.fa, i.fas, i.far {font-size: 24px;}
.input-group i.fa, .input-group i.fas, .input-group i.far {font-size: 20px;}
.dt-center { text-align: center; }

i[class*='Value'], .input-group-addon { cursor: pointer; }
.input-group-addon:hover {background-color: #ddd;}

#editFrame {width: 100%; border: none;}
#btnlist a {margin: 10px; width: 90%; }

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 100 !important;
}
.yellowRow {background-color:#FF6 !important;}
.redRow {background-color:#FFAAAA !important;}
@media (min-width: 1200px) {
   .modal-xl {
      width: 90%; 
   }
}