    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
    }
    
.droppingdown-content {
        display: none;
}

.icon-lg {
  font-size: 2.5rem; }

.icon-md {
  font-size: 1.2rem; }

.icon-sm {
  font-size: 1rem; }

  .rounded-circle {
  border-radius: 50% !important; 
  padding-top:0.1rem;
  padding-bottom:0.1rem;
  padding-left:.5rem;
  padding-right:.5rem;
  }

.col h5{
    font-size: 13px;
}

.col span{
    font-size: 19px;
}

.text-nowrap{
    font-size: 14px;
}

/*HOME navbar+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.navbar{
  /*background:#222D32;*/
  background:black;
  padding:0px !important;
  height:50px;
    /*height: 55px;*/
}
.navbar-brand{
  margin-left: 10px;
}
.nav-link , .navbar-brand{
  /*color: #f4f4f4;*/
  color:white;
  cursor: pointer;
  font-family: verdana;
  font-size:14px;
}
.nav-link{
  margin-top:5px;
  margin-right: 1em !important; 
  /*background:black;*/
}
.nav-link:hover{
  background: #f4f4f4;
  color: #0896d4;
}
.navbar-collapse{
 justify-content: flex-end;
 /*width:100%;*/
  background:black;
}
.navbar-toggler{
  /*margin-top:6px;*/
  margin-right: 5px;
  height:40px;
  background:#fff !important;
}
/*.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(8,150,212, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");  
}*/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,100,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
.sidebar {
  height: 110%;
  width: 0;
  position: fixed;
  z-index: 1;
  /*top: 0;*/
  left: 0;
  /*background-color: #111;*/
  background: black;
  overflow-x: hidden;
  transition-property: width;
  transition-duration: 0.5s;
  padding-top: 20px;
}

.sidebar a {
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  font-size: 16px;
  font-family: verdana;
  font-weight:normal;
  /*color: #818181;*/
  color:white;
  display: block;
  transition-duration: 0.3s;
  margin-bottom:10px;
}

.sidebar a:hover {
  color: #f1f1f1;
}

/*.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}*/

.openbtn {
  font-size: 14px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  transition: margin-left .5s;
  margin-bottom: 16px;
  font-family: verdana;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 16px;}
}

.table-card{
  /*border-width:2px;*/
  /*border-style: solid;*/
  padding: 20px;
}
.borderDiv{
  /*border-width:10px;*/
  /*border-style: solid;*/
  /*border-color: grey;*/
  padding:10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
h4{
  text-align:center;
  background-color:rgba(0, 0, 0, 0.4);
  color:white;
  font-weight: bold;
}
#greeting{
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.thedate
{
  height:40px;
  width:270px;font-size:16px;text-align:center;
  vertical-align: middle;
}
#id-submit
{
  width:40px;height:40px;font-size:16px;text-align:center;margin-left:10px;
  vertical-align: middle;
}

#submitname
{
  width:40px;height:40px;font-size:16px;text-align:center;margin-left:10px;
  vertical-align: middle;
}

.droppingbtn {
  background-color: #FF9900;
  color: white;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
  cursor: pointer;
  width : 200px;
  height: 40px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}

.droppingdown {
  position: relative;
  display: inline-block;
  padding-right:20px;
  margin-top: 20px;

}

.droppingdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  width: 200px;
  max-height: 300px;
  overflow:auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.droppingdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.droppingdown-content a:hover {background-color: #FF9900;}

.droppingdown:hover .droppingdown-content {
  /*display: block;*/
}

.droppingdown:hover .droppingbtn {
  background-color: #555;
}

.show {display: block;}

#mytable 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;text-align: center; width: 100%;
    /*margin-left: 5%;*/
    margin-bottom: 1%;
    margin-top: 1%;
    font-size: 14px;
    /*display:block;*/
    /*overflow-x:auto;*/
}
#mytable td
{
  height:30px;
  font-size: 13px;
  padding-left: 5px;padding-right: 5px;
  border: 2px solid #ddd;
}
#mytable tr:nth-child(even)
{
  /*background-color: #FAFFBD;*/
   background-color:#F8FFAD;
  /*background-color: #FFFFFF;*/
  color:black;
}
#mytable tr:nth-child(odd)
{
  background-color: #FFFFFF;
  color:black;
}
#mytable th 
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;padding-right: 5px;
    border: 2px solid #ddd;
    text-align: center;
    background-color: #FFAF38;
    color: black;
    font-size: 15px;
    height:40px;
}
/*#mytable a:link { color: red; }*/

.textLink{
  color:black;
}
.textLink:hover{
  background-color: #FFAF38;
  color:black;
}
.beda{
  height:10px !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.mcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.refresh{
  float:right;
  margin-right: 30px;
  margin-top: 30px;
  border:none;
  background-color: #FFAF38;
  color:white;
}

.box
{
  width:100%;
  background-color:#FEFEFE;
  padding:20px;
  padding-bottom: 0px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}