html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
 

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
} 
#htb th {
    font-weight: normal
}
#Besdv {
    border-top: solid thin #f5f5f5;
   
}
#htb {
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
    width:100%;
    
}
    #htb thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }
    #htb th,
    #htb td {
        padding: 5px 15px; font-size:12px; text-align:left
    }
    #htb tbody tr {
        border-bottom: 1px solid #f9f9f9;
    }

       /* #htb tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }*/

        #htb tbody tr:last-of-type {
             border-bottom: 1px solid #f2f2f2;
            /*border-bottom: 2px solid #009879;*/
        }
        #htb tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }
.col-md-12 button {
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
}

.col-md-12 label {
    text-align: left;
}

.col-md-12 textarea {
    min-height: 50px;
    border-radius:0;
    border:solid thin #dddddd
}
.col-md-12 select { 
    border-radius: 0;
    border: solid thin #dddddd
}
.mdisccss { font-size:14px}
.mdisccss p {
    font-size: 14px
}
.mdisccss div {
    font-size: 14px
}
.dotmncss {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    width: 5px;
    height: 5px;
    background: #808080;
    border-radius:50%
}

.dotmnscss {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    width: 3px;
    height: 2px;
    background: green;
}