/* header */
.navbar-brand {
  font-family: 'Oswald', sans-serif;
}
.admin-header {
  min-height: 4rem;
  background-color: #000000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.admin-topLogin {
  color: #eeeeee;
}

.admin-topLogin > a {
  color: #fff;
}

.admin-RightMain {
  margin: 15px 0;
}

.h2 {
  color: yellow;
}

/* Pagination */
.Pagination .currPage {
  font-weight: bold;
}

.Pagination .pages {
  width: 26px;
}

/* SideMenu */
.rightBody .list-group-item.sub {
  padding-left: 40px;
  background-color: #fff;
}
.rightBody .list-group-item {
  background-color: #f2f2f2;
}

/* CompanyEdit */
.CompanyEdit .content {
  margin-top: 15px;

}

.CompanyEdit .tab-content {
  border: 1px solid #dee2e6;
  padding: 15px 15px 0 15px;
}

.ReportsAdd .UploadButton {
  margin-bottom: 0px;
}

.ReportsAdd .Message div,
.ReportsAdd .Message p {
  margin-bottom: 0px;
}

.ReportsEdit .Action button.Edit {
  margin-bottom: 2px;
  width: 43px;
}

.ReportsEdit .Action button.Del {
  margin-top: 2px;
  width: 43px;
}

.NewsEdit .Action button.Edit {
  margin-bottom: 2px;
  width: 43px;
}

.NewsEdit .Action button.Del {
  margin-top: 2px;
  width: 43px;
}

.NewsEdit .Action button.Back {
  margin-bottom: 2px;
  width: 50px;
}

.NewsEdit tbody tr td {
  text-align: left;
}

/* AdminCompanyList */
.AdminCompanyList table thead .id {
  width: 5%;
}

.AdminCompanyList table thead .code {
  width: 5%;
}

.AdminCompanyList table thead .name {
  width: 67%;
}

.AdminCompanyList table thead .symbol {
  width: 15%;
}

.AdminCompanyList table thead .action {
  width: 8%;
}

.notification-container {
  position: relative;
  display: inline-block;
}

.notification-container img {
  width: 36px;
  height: 36px;
}

.notification-counter {
  position: absolute;
  top: 0px;
  left: 20px;

  background-color: rgba(212, 19, 13, 1);
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  font: 8px Verdana;
}

.App {
  /* font-family: Georgia, Times New Roman, serif; */
  font-family: Museo sans, Arial, sans-serif;
}

.App h1 {
  font-weight: 700;
}

.App p {
  line-height: 30px;
  margin: 5px;
}

.App header {
  min-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.fs-14 {
  font-size: 14px !important;
}

/* Company */
.canvas {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
}

.LeftMain {
  border-right: 2px solid #ddd;
}

.breadcrumb {
  background-color: inherit;
}

.CompanyTitle {
  padding: 10px 10px 0 10px;
}

.CompanyTitle h1 {
  font-size: 32px;
}

/* CompanyYoutube */
.CompanyYoutube {
  padding-top: 15px;
  border-left: 5px solid #ddd;
}

/* CompanyKeyPeople */
.CompanyKeyPeople {
  margin-top: 10px;
}

.CompanyKeyPeople .title {
  font-size: 18px;
  font-weight: 700;
}

.CompanyKeyPeople ul > li.title {
  font-size: 13px;
  margin: 5px 0 0 0;
  font-weight: 700;
}

.CompanyKeyPeople ul > li {
  font-size: 13px;
  margin: 0 0 5px 0;
}

/* CompanyStock */
.CompanyStock {
  margin-top: 10px;
}

.CompanyStock ul > li.title {
  font-size: 13px;
  margin: 5px 0 0 0;
  font-weight: 700;
}

.CompanyStock ul > li {
  font-size: 13px;
  margin: 0 0 5px 0;
}

/* CompanySectors */
.CompanySectors {
  margin-top: 15px;
}

.CompanySectors .title {
  font-size: 18px;
  font-weight: 700;
}

.CompanySectors ul {
  list-style-type: none;
}

.CompanySectors .list-unstyled ul {
  padding-left: 0px;
}

.CompanySectors ul > li {
  font-size: 13px;
  margin: 5px 0;
  font-weight: 700;
}

.CompanySectors ul > li a {
  font-weight: 400;
}

/* CompanyInformation */
.CompanyInformation {
  margin-top: 15px;
}

.CompanyInformation .title {
  font-size: 18px;
  font-weight: 700;
}

.CompanyInformation ul > li {
  font-size: 13px;
  margin: 5px 0;
}

/* Reports & News */
.nav-tabs {
  border-bottom: none !important;
}

.CompanyReportsAndNews .tab-content{
  border-bottom:  1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  margin-bottom: 15px !important;
}

.CompanyReportsAndNews table thead{
  border-bottom: 3px solid #DDD;
}

.CompanyReportsAndNews .news table thead .date {
  width: 18%;
}

.CompanyReportsAndNews .news table thead .subject {
  width: 85%;
}

.CompanyReportsAndNews .reports table thead .year {
  width: 18%;
}

.CompanyReportsAndNews .reports table thead .language {
  width: 15%;
}

.CompanyReportsAndNews .reports table thead .action {
  width: 15%;
}

.CompanyReportsAndNews table a.box{
  background-color: red;
}

.CompanyReportsAndNews table a.box.green{
  background-color: green;
}

.CompanyReportsAndNews .news .table-bordered{
  margin: 16px 0;
}

.CompanyReportsAndNews .table-secondary, .CompanyReportsAndNews .table-date {
  width: 15%;
}

.CompanyReportsAndNews .table-content {
  width: 35%;
}

.CompanyDescription p {
  white-space: pre-line;
}

.CompanyAnnouncementsList p {
  font-size: 16px;
}

.CompanyAnnouncementsList td a {
  white-space: nowrap;         /* Prevent text from wrapping to the next line */
  overflow: hidden;            /* Hide any overflowing content */
  text-overflow: ellipsis;     /* Show an ellipsis (...) for truncated text */
  max-width: 500px;
  display: block;
}

@-webkit-keyframes showDialog {
  from {
      opacity: 0;
      margin-top: -15px;
  }
  to {
      opacity: 1;
      margin-top: 0px;
  }
}

@keyframes showDialog {
  from {
      opacity: 0;
      margin-top: -15px;
  }
  to {
      opacity: 1;
      margin-top: 0px;
  }
}

@-webkit-keyframes hideDialog {
  from {
      opacity: 1;
      margin-top: 0px;
  }
  to {
      opacity: 0;
      margin-top: 30px;
  }
}

@keyframes hideDialog {
  from {
      opacity: 1;
      margin-top: 0px;
  }
  to {
      opacity: 0;
      margin-top: 30px;
  }
}

#dM .show {
  -webkit-animation: showDialog 0.5s ease 1 forwards;
          animation: showDialog 0.5s ease 1 forwards;
}

#dM .hide {
  -webkit-animation: hideDialog 0.5s ease 1 forwards;
          animation: hideDialog 0.5s ease 1 forwards;
}

.CompanyAnnouncementsList #dM {
  margin-top: 16px;
}

.CompanyAnnouncementsList .table-secondary {
  width: 15%;
}

.CompanyAnnouncementsList table > thead th.code {
  width: 6%;
}

.CompanyAnnouncementsList table > thead th.date {
  width: 10%;
}

.CompanyAnnouncementsList table > thead th.time {
  width: 8%;
}

.CompanyAnnouncementsList table > thead th.subject {
  width: 76%;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  color: #337ab7;
}

/* Sectors */
.sectors .tab-content {
border: 1px solid #dee2e6;
padding: 0 15px;
}

.sectors .tab-pane {
padding: 10px 0;
}

.sectors .link {
margin: 2px 0;
}

.nav-tabs .nav-item {
  z-index: 9999;
}

.point-btn-dark {
  font-size: 15px;
  font-weight: 900;
  width: 16px;
}

.point-btn-light {
  font-size: 15px;
  width: 16px;
  color: #AAAAAA
}
/* header */
.navbar-brand {
  font-family: "Oswald", sans-serif;
}
.bd-navbar {
  min-height: 4rem;
  background-color: #2a89de;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav > .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #afcae0;
}

.navbar-nav > .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-nav > .nav-link.active {
  color: #fff;
  background-color: transparent;
  font-weight: 500;
}

.navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}

.topLogin {
  color: #95c4ef;
}

.topLogin > a {
  color: #fff;
}

/* footer */
.bd-footer {
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7;
}
.bd-footer a {
  font-weight: 500;
  color: #337ab7;
}
.bd-footer a:hover,
.bd-footer a:focus {
  color: #007bff;
}
.bd-footer p {
  margin-bottom: 0;
  line-height: 20px;
}

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 5px;
}

.bd-footer-links li {
  display: inline-block;
  margin-left: 1rem;
}

/* login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}

.jumbotron {
  padding: 10px;
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 0;
}

.jumbotron.companyBar {
  background: #dddddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-success {
  background-color: #5cb85c;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-info {
  background-color: #5bc0de;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .popup_inner {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 10%;
  bottom: 10%;
  margin: auto;
  background: white;
  overflow-y:scroll;
  padding: 15px 15px 0 15px;
}

/* SignUp */
.form-signin .form-control {
  margin-bottom: 10px;
}
