
/*
 * Globals
 */
body {
  font-family: "Times New Roman", Times, serif;
  color: #212529;
  background-color: #f4f6f9;
}
report-body {
  font-family: "Times New Roman", Times, serif;
  color: #212529;
  background-color: white;
}
.dt-buttons {
    padding-bottom: 5;
}
.error {
    color: red;
}
.success {
  color:black;
}
.report {
    font-size: 10px;
    padding-top: 5px;
}
.report tr:nth-child(even), .anotherClass tr:nth-child(even) {
  background-color: #f2f2f295;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F0F8FF;
}
.approval-signature {
  font-family: "Times New Roman", Georgia, Garamond, serif;
  font-size: 12px; /* Adjust the font size as needed */
  margin:10mm;
}
a {
  color: #23527c;
}

.navbar-default {
    background-color: #212529;
    border-color: #25523B;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.rpt_container {
padding-right: 15px;
padding-left: 15px;
}
/*
 * Blog name and description
 */

.blog-header {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: center;
}
.blog-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}
.blog-description {
  font-size: 18px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 50px;
  padding: 5px;
  border: 1px;
}
.blog-post-title {
  margin-bottom: 10px;
  font-size: 28px;
  text-align:center;
  background-color: #ECECEC;
  color:#111;
  border-radius: 5px;
}
.blog-post-meta {
  padding-left:5px;
  padding-bottom:5px;
  text-align:center;
  margin-bottom: 10px;
  color: #367DA2;
  border-color: #ECECEC;
  border-radius: 4px;
}

.indent{
   text-indent:50px;
}

H1 {
	text-align: center;
}

td, th {
    padding-left: 5px;
    padding-right: 3px;
}
.navbar-default .navbar-text {
  color: #c2c7d0;
}
.navbar-toggle {
  float: left;
}
.navbar-default .navbar-nav > li > a {
  color: #c2c7d0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

img {
	height: 100px;
    background-color: #FFF;
    border-radius: 5px;
    border-width: 1px;
    border-top-color: #0f0f0f;
    border-left-color: #555;
    border-right-color: #555;
    box-shadow: 0 3px 4px rgba(0,0,0,.08);
    margin-right: 20px;
    margin-bottom: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 5px;
}

.btn-default {
	color: #333;
	background-color: #cdddeb;
	border-color: #ccc;
}
.title-sub {
    font-style: italic;
    text-align: center;
    font-size: 14px;
}
.message {
    font-style: italic;
    text-align: center;
    color: #DD0000;
    font-size: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.mg-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.dataTables_wrapper .dataTables_filter {
  text-align: end !important;
}
h2 {
  margin-bottom: 24px !important;
}

.dataTables_length {
  margin-top: 12px;
}

.action_btn {
  display: flex;
  justify-content: space-evenly;
  width: 160px;
}

.action_btn_lg {
  display: flex;
  justify-content: space-evenly;
  width: 185px;
}

.external {
  height: 80vh;
}

.forget-pwd {
  cursor: pointer;
}

.standard-footer {
    height:65px;
    width: 100%;
    background-image: none;
    background-color: #212529;
    color: #c2c7d0;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;}

.standard-footer p:last-child {
    margin-bottom: 0;
}
.jumbotron {
    color: #990000;
    background-color: #eeeefd;
    margin-top: 10px;
    padding: 2% 2% 2% 2%;
    margin-bottom: 10px;
    text-align: center;
}

.note_card {
  display: block;
  position: relative;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 5px 6px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  color: #222;
  background-color: #eee;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.note_card_ext {
  display: block;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 10px 12px;
  margin-bottom: 14px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  background-color: #eee;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.note_card_sm {
  display: block;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 5px 6px;
  margin-bottom: 4px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

/* Transition to a bigger shadow on hover */
.note_card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* The fast way */
.make-it-fast {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Pre-render the bigger shadow, but hide it */
.make-it-fast::after {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Transition to showing the bigger shadow on hover */
.note_card:hover::after {
  opacity: 1;
}

.formatted_content code, .torso code {
  font-style: normal;
  font-weight: normal;
}
fieldset {
    display: block;
    -webkit-margin-start: 1px;
    -webkit-margin-end: 10px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #336699;
  color: #336699;
  background-color: #EEE;
  font-size:90%;
  text-align:left;
 }

.hljs {
  padding: 0;
  background: transparent;
  overflow: visible;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: white;
  color: #4d4d4c;
  padding: 0.5em;
}
