* {
  box-sizing: border-box;
}

table {
  font-size: 12px;
}

.column {
  float: left;
  width: 25%!important;
  padding: 10px;
}

/* Clear floats after the columns */

.rowss:after {
  content: "";
  display: table;
  clear: both;
}

#table_report {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table_report td,
#table_report th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table_report tr:nth-child(even) {
  background-color: #f2f2f2;
}

#table_report tr:hover {
  background-color: #ddd;
}

#table_report th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ddd;
  ;
  color: black;
}

.dropdown-check-list {
  /*display: inline-block;*/
  position: absolute;
  z-index: 1;
  /*background-color: #F1F1F1;*/
  margin: 0px 14px 0px 5px;
}

.dropdown-check-list .anchor {
  /*position: absolute!important;*/
  cursor: pointer;
  display: inline-block;
  padding: 6px 27px 5px 9px;
  border: .5px solid #939393;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "▼";
  color: black;
  padding: 6px;
  right: 3px;
  top: 1%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(0deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

.anchor {
  position: absolute;
  background-color: #e9e9e9;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

.but_showhide {
  position: absolute;
  background-color: #e9e9e9;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

.show_hide_btn {
  position: absolute;
  margin: 1px 205px 0px 207px;
}

.center {
  margin: auto;
  width: 100%;
  padding: 11px 220px 2px 218px;
}

.keywordaback {
  /*background-color: #3d4e5f;*/
  background-color: #283250!important; 
  color: aliceblue;
}

.border-key {
    border-bottom: 1px solid slategrey;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /*display: table;*/
    padding-left: 1px;
}


/*data table lengt*/

.dataTables_length {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  background-color: #e9e9e9;
}


/*Drop Down*/

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: -5px 3px -4px 4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


/*bar*/

.bar {
  width: 18px;
  height: 3px;
  background-color: black;
  margin: 2px 0;
}

#myChart{
  width: 550px!important;
  height: 300px!important;
  padding: 2px;
  margin-bottom: 5px;
  box-shadow: 10px 10px 25px #aaaaaa!important;
}

.break {
    height: 1px;
    color: black;
    width: -webkit-fill-available;
}

.form-control{
  /*padding: 2px;
  height: 25px;*/
  font-size: 13px;
}

.form-group{

  /*display: inline-flex;*/
}

.clmwidth{
  width: 200px;
}

.btn-default, .anchor,.current {

  background-image: unset!important;
  background: #283250!important;
  color:white!important;
  font-weight: unset!important;
  border-radius: 5px!important;
}

.anchor, .items{
  /*margin-left: 2em!important;*/
}

.dropdown-menu{
  margin-left: 150px!important;
}

.items{
  background: #ddd;
  /*margin-top: 25px!important;*/
}

.border-key{
  min-width: 75vh!important;
}

.table-borderless tr td{
  width: 175px!important;
}

/*.dataTables_scroll{
  overflow-x: auto!important;
  overflow-y: auto!important;
}
*/
div.dataTables_wrapper {
    width: 98%!important;
    margin: 0 auto!important;
    /*max-height: 270px!important;*/
}

div.container {
    width: 80%;
}

.dataTables_scroll th{
  background: #ddd!important;
  border-right: 1px solid slategrey;
  /*border-top: 1px solid slategrey;*/
}

.dataTables_scroll{
  /*max-height: 200px!important;*/
  /*position: fixed!important;*/
}
.dataTables_scroll{
 /* overflow-x: unset!important;
  overflow-y: unset!important;
  overflow: unset!important*/;
}

#period_start, #period_end{
  border: 1px solid #ced4da!important;
}
table.dataTable th{
  box-sizing: unset!important
  display: block!important;
}