/*
2025-AUG-20 Font-size changed to  font-size: 1.3em;
2022-DEC-26 Fixed Padding on top and bottom 
2022-DEC-18 Change to Bootstrap v3.4.1 
            because of Tabledit
2022-NOV-15 Change to Roboto 
Working!
*/

/* font from google */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
body {

  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  /*font-size: 1.4em;*/
  /*font-size: 1.2em;*/
/* 2023-MAY-01 11px includes table */
/*  font-size: 1.2em;*/
/*  font-size: 1.1em;  Removed NOV 13, 2023, much better big chars */
/*  padding-top: 60px;  adjust the top on fixed-top nav */

/*  padding-top: 80px; /* adjust the top on fixed-top nav */
  padding-top: 60px; /* adjust the top on fixed-top nav */
  padding-bottom: 60px; /* adjust the top on fixed-bottom footer */

}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  /*  position: absolute;*/
  /* this solved the problem  */
  position: fixed;
  bottom: 0;
  width: 100%;
  /*height: 60px; Set the fixed height of the footer here */
  height: 30px; 
  background-color: #f5f5f5;
  font-size: 1em;
/*  font-size: 0.9em;*/
  padding-top: 5px;
}

/*.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-light {
    background-color: #f5f5f5;   
}
*/
/* ------------------------------------- 
        Datatable Style               */
/*Yes*/
table.dataTable {
/*    font-size: 0.8em;*/
/*    font-size: 0.9em;*/
}

/* change font in top and bottom */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .ui-button {
/*  color: red;*/
/*  font-family: 'courier'*/
font-size: 0.8em;
/*font-size: 0.75em;*/
}

/* change "height" caused by exaggerated padding */
.dataTables_wrapper .ui-toolbar {
  padding: 0px;
}

/* Reduce vertical spacing --- ok 2022-DEC-06 */
 
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0px;
}
 
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 4px 8px 4px 8px;
}
/* End Reduce vertical spacing */

/* Datatable Style end */

/*
  
*/
.border-dotted {
  border-style: dotted ;
}
.border-solid-round {
  border-style: solid ;
  border-color: gainsboro;
  border-width: 1px;
  border-radius: 5px;  
  margin: 10px 10px 10px 10px;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-5 {
    margin-bottom: 3px;
}

.bg-primary {
    background-color: blue;
}

/*  Form Input */
.text-label-nowrap {
    white-space:nowrap;
    text-align: right;
    padding-right: 15px;
}

.table-form-input {
    border-collapse: separate;
    border-spacing: 0 3px;
}

/*textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}    
*/
/* No border */
input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
/*    border-bottom-style: groove;*/
    background-color: #eee;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

input[type=email] {
    width: 100%;
/*    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
*/
}    

input[type=text] {
    width: 100%;
/*    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
*/
}
.no-outline:focus {
    outline: none;
}
/* Form Input end */

/*#ExplanationTable tbody > tr {
height: 200px;
}*/

/*
.modal-header{
     background-color:#0f0; // green
     background-color:#0f0; // green
}
.modal-content {
    overflow:hidden;
}
*/
.modal-header{
    background-color:red; // green
    color: white;
}
.modal-content {
    overflow:hidden;
}
.modal-title{
    color: white;
}
/* 
2023-MAY-03 14px
2023-MAY-01 13px
*/
.panel-heading {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

/*.member-image{
    max-width:64px;
    max-height:64px;
    width:auto;
    height:auto;
    object-fit: contain;
}    */

/* Button  2023-MAY-03 2024-AUG-17
*/
.btn {
/*  border: 2px solid black;*/
/*  background-color: white;*/
/*  color: black;*/
/*  padding: 10px 20px;*/

/*  padding: 14px 28px;*/
/*  font-size: 16px;*/

/*  font-size: 12px;*/

/*  cursor: pointer;*/
}


/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.info {
  border-color: #e7e7e7;
/*  border-color: #2196F3;*/
  color: black;
/*  color: dodgerblue;*/
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red;
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}

/* 2023-MAY-03 */
textarea {
  width: 100%;
/*  height: 100%;*/
  height: 90px;
/*  height: 150px;*/
  padding: 10px 20px;
/*  padding: 12px 20px;*/
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
/*  background-color: #f8f8f8;*/
/*  font-size: 16px;*/
  resize: none;
}

.modal-footer {
  font-size: 13px;
}

/* 2023-JUL-25 Solution for checkbox color */
input[type="checkbox"][disabled][checked] {
  filter: invert(100%) hue-rotate(18deg) brightness(5);
}
input[type="checkbox"][disabled] {
    filter: invert(100%) hue-rotate(18deg) brightness(5);
}
body {
/*  background-color:#33475b;*/
}

/* 2023-DEC-01 */
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th
{
    border: none;
}
/*            
            .table-borderless > tfoot > tr > td,
            .table-borderless > tfoot > tr > th,

            .table-borderless > thead > tr > td,
            .table-borderless > thead > tr > th {
*/
/*=======*/

/* 2024-APR-27 */
/* Spinner */

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
/*=======*/

/* 
    2024-NOV-04
    Adjust the bootstrap width
 */
@media (min-width: 1200px) {
  .container {
    width: 1400px;
/*    width: 1300px;*/
/*    width: 1500px;*/
  }
}            

div.title_info {
/*    border: 2px solid lightgray;*/
    margin: 5px;
/*    background-color: whitesmoke;*/
/*    background-color: lightblue;*/
/*    background-color: skyblue ;*/
    background-color: steelblue ;
    color: white;
}

/*
    2024-NOV-5
*/
table, th, td {
    border: 1px solid lightgray;
/*    border: 0.5px solid lightgray;*/
    border-collapse: collapse;
}
td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
th {
    padding: 8px;
}

/*
    2024-NOV-20
*/
.btn100 {
    width: 120px;
}

/*
    2025-MAR-05
*/
.selected {
    background-color: gray;
/*    background-color: steelblue;*/
    color: white;
}            

/*---------------------------*/