html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  padding: 5px;
  height: 100%;
}
form {
  margin: 0;
}
.container-fluid {
  height: 100%;
}
#content {
  height: 500px;
}
#nav-menu p {
  line-height: 50px;
}
#search {
  margin-bottom: -15px;
}
#table {
  width: 100%;
  height: 500px;
  overflow: auto;
}
@media (max-width: 991px) {
  #table {
    max-height: 300px;
    margin-top: 25px;
    min-height: 200px;
  }
}
.tablesorter tbody tr:hover td {
  background-color: #cccccc;
  cursor: pointer;
}
.table-load {
  font-size: 12px;
}
.table-load > thead > tr > th {
  padding: 8px 12px;
}
.table-load tbody tr:hover td {
  background-color: #cccccc;
  cursor: pointer;
}
.table-load thead th:hover {
  background-color: #ccccff;
  cursor: pointer;
}
.table-load thead th span {
  float: right;
  position: relative;
  height: 0;
  overflow: visible;
  right: -10px;
}
#output {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.tab-pane {
  padding: 15px;
}
iframe.news-preview {
  width: 100%;
  height: 500px;
}
div.label.speciality {
  line-height: 18px;
  margin: 0 5px;
}
div.label.speciality button {
  color: #ffffff;
}
body {
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  background-color: #eee;
  color: #3c4858;
}
#header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 80px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background: #191919;
  color: #fff;
  transition: 0.4s ease;
  overflow: hidden;
}
#header .sidebar-wrapper {
  position: relative;
  height: calc(100vh - 90px);
  overflow: auto;
  z-index: 4;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #header .sidebar-wrapper {
    height: calc(100vh - 120px);
  }
}
#header .logo {
  background: url('img/round.png') no-repeat center center;
  height: 158px;
  width: 100%;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 10;
}
#header .logo .logo-inner {
  background: url('img/bwico.png') no-repeat center center;
  height: 140px;
  width: 50px;
  position: relative;
  left: 50%;
  top: 28px;
  display: inline-block;
  transition: 0.4s ease;
  background-size: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#header .logo:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(181, 181, 181, 0.3);
}
#header .user {
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  position: relative;
}
#header .user .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .user .flex .avatar {
  background: url(img/avatar.png) no-repeat center center;
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  background-size: cover;
  border-radius: 50%;
}
#header .user .flex .name {
  font-weight: bold;
  opacity: 0;
  transition: 0.4s ease;
  width: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
#header .user .flex .action {
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: 0.4s ease;
  opacity: 0;
}
#header .user:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 15px;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(181, 181, 181, 0.3);
}
#header .nav {
  margin-top: 20px;
}
#header .nav #nav-menu a {
  display: block;
  margin: 5px 15px;
  text-align: left;
  font-size: 15px;
  padding: 10px;
}
#header .nav #nav-menu a i {
  font-size: 20px;
  margin: 0 10px 0 3px;
}
#header .nav #nav-menu a span {
  opacity: 0;
  transition: 0.4s ease;
}
#header .sidebar-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background: url('img/sidebar-1.jpg') no-repeat 50%;
}
#header .sidebar-background:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #000;
  opacity: .8;
}
#header:hover {
  width: 260px;
}
#header:hover .logo .logo-inner {
  width: 140px;
  background-size: 88px;
}
#header:hover .user .name,
#header:hover .user .action {
  opacity: 1;
}
#header:hover .user .name {
  margin: 0 10px;
  width: auto;
}
#header:hover .nav #nav-menu a span {
  opacity: 1;
}
a {
  color: #73ba22;
  transition: all 0.3s ease;
}
a:hover {
  color: #ba8422;
}
.btn {
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  background: #ba8422;
  color: #fff;
  padding: 4px 15px;
  transition: all .3s ease;
  border: 1px solid #ba8422;
}
.btn:hover,
.btn.active {
  background: #fff;
  color: #ba8422;
  border: 1px solid #ba8422;
}
#content {
  position: relative;
  float: right;
  width: calc(100% - 80px);
  top: 20px;
  right: 15px;
  z-index: 50;
  min-height: calc(100vh - 45px);
  color: #333;
}
@media (max-width: 991px) {
  #content {
    right: 0;
    width: calc(100% - 50px);
  }
}
#content .search,
#content .main {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
  padding: 30px 15px;
  border-radius: 6px;
}
#content .full-size {
  position: absolute;
  left: 25px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
}
#content .s-parent {
  transition: all .4s ease;
}
#content .s-parent.closed {
  height: 0;
  overflow: hidden;
  width: 0;
}
@media (max-width: 991px) {
  #content .s-parent {
    margin-bottom: 30px;
  }
}
#content .m-parent {
  transition: all .4s ease;
}
#content .m-parent.wide {
  width: 100%;
}
@media (max-width: 767px) {
  #content .m-parent .main .btn {
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
}
::-webkit-scrollbar-corner {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px 3px rgba(186, 132, 34, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
}
::-webkit-scrollbar-thumb {
  background-color: #ba8422;
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.07);
}
.select2-container--bootstrap .select2-selection--single {
  height: 46px;
  line-height: 33px;
}
.bootstrap-datetimepicker-widget {
  z-index: 99999 !important;
}
/*# sourceMappingURL=style.css.map */