* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Changa";
  src: url("../fonts/Changa.ttf");
}
body,
* {
  font-family: "Changa", "Cairo";
}
#footer,
#header {
  background-color: #14a0aa !important;
  /* border: #14a0aa; */
}
#demo {
  position: relative;
  float: left;
  /* width:410px; */
  /* height:410px; */
  /* z-index:1000; */
  border: 1px dashed black;
}

#iframe {
  position: absolute;
  /* width:100%; */
  /* height:100%; */
  /* z-index:1; */
  border: 1px solid green;
}
.pdf-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item:hover,
.report:focus,
.report:hover,
.report:active {
  background-color: #336fabbf;
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  border: none;
}

.nav-item:hover .nav-link {
  color: #fff;
}
/*  */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* .btn-sm, .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,.btn:focus {
  color: #333;
  text-decoration: none
}

.btn:active,.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
} */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}

/* datatable style */
.mydt_buttons {
  background-color: #14a0aa;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px;
  margin-bottom: 5px;
}
.dt_wrapper {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 4px;
}
.sorting,
.sorting_disabled {
  background-color: #14a0aa !important;
  color: #fff;
}
