* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {color:#4f4f4f;}

.pagewrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.u {text-decoration: underline;}

.pagebody {
    flex: 1 0 auto;
}

.footerwrapper {
    flex: 0 0 auto;
    background: #3498DB;
    /* height: 80px;
         */
}
.modal_spinner {
    transform: translate(-50%, -50%);
    position: absolute; 
    top: 50%; 
    left: 50%;
  }
.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #779c00 !important;
    border: 1px solid grey;
    color: white;
}
.btn-primary:hover{
    background-color: #a4c269 !important;
    border: 1px solid #779c00;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #90a7be;
    border-color: #8a9fb6;
}
.form-control::placeholder {
    color: #b6b9bb;
    font-style:italic;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #b6b9bb;
    font-style:italic;
    opacity: 1;
}
.b {font-weight: bold !important}
a {
    color:#646464;

}
a:hover {
    color:#546c00;

}
.page-link {
    color:#6b8a00;
}
.page-link:hover {
    color:#546c00;
}
.table .thead-dark th {
    color: #fff;
    background-color: #7b8895;
    border-color: #6d7a87;
}
  .table .thead-dark th a{
    color: #fff; 
  } 
  /**/
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(100, 100, 100, 0.05);
  }
  .table-hover tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.075) !important;
  }
  .page-item.active .page-link {
    background-color: #c9c9c9;
    border-color: #bebebe;
  }
  input[type=radio]:checked + label:before,
  input[type=checkbox]:checked + label:before{
    background:#a4c269 !important;
    border:1px solid #6b8a00 !important;
  }

  .add a{margin-left:4px;font-size:9pt;}
  .add span{margin-left:7px;font-size:9pt;}
  body {background-color:#f0f0f0;}
  table {background-color:#fff;},  
  .win {margin-top:-1px;border:10px solid red !important;}
  .win td  {padding-left:28px;}
  .win td  div{height:24px;overflow: hidden;}
  .frame {padding-left:0;}
  /* .win table thead{border:1px solid red} */
  /* .win table thead{border:1px solid red !important;width:301px !important;background-color:red;}width:301px;min-width:200px;width:300px; */
  .win table th {cursor:pointer;font-size:7pt;font-weight:normal;padding:2px;padding-left:9px;background-color:#f5f5f5;border-bottom:0px solid red;}
  .win table th span {margin-right:7px;}

  .optbtn {border:1px solid #c0c0c0;font-size:8pt;margin:5px 12px 1px 1px;padding:0px 10px;}