
h1 {
  text-align: center;
  color: #363a40;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.required:after {
  content:" *";
  color: red;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Footer */
/* html, body {
  height: 100%;
} */

#wrap {
  padding-top:70px;
  min-height: 90%;
  padding-bottom:100px;
}

/* this needs to be bigger than footer height*/
#main {
  overflow:auto;
  /* padding-bottom:150px;  */
}

/* negative value of footer height */
.footer {
  position: fixed;
  /* margin-top: -50px !important; */
  height: 50px;
  clear:both;
  padding-top:10px !important;
  padding-left:10px;
  padding-right:10px;
} 

.callout {
	 padding: 20px;
	 margin: 20px 0;
	 border: 1px solid #eee;
	 border-left-width: 5px;
	 border-radius: 3px;
}
 .callout h4 {
	 margin-top: 0;
	 margin-bottom: 5px;
}
.callout h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
 .callout p:last-child {
	 margin-bottom: 0;
}
 .callout code {
	 border-radius: 3px;
}
 .callout + .bs-callout {
	 margin-top: -5px;
}
 .callout-default {
	 border-left-color: #777;
}
 .callout-default h4 {
	 color: #777;
}
 .callout-primary {
	 border-left-color: #428bca;
}
 .callout-primary h4 {
	 color: #428bca;
}
 .callout-success {
	 border-left-color: #5cb85c;
}
 .callout-success h4 {
	 color: #5cb85c;
}
.callout-success h5 {
  color: #5cb85c;
}
.callout-success h6 {
  color: #5cb85c;
}
 .callout-danger {
	 border-left-color: #d9534f;
}
 .callout-danger h4 {
	 color: #d9534f;
}
.callout-danger h5 {
  color: #d9534f;
}
.callout-danger h6 {
  color: #d9534f;
}
 .callout-warning {
	 border-left-color: #f0ad4e;
}
 .callout-warning h4 {
	 color: #f0ad4e;
}
.callout-warning h5 {
  color: #f0ad4e;
}
.callout-warning h6 {
  color: #f0ad4e;
}
 .callout-info {
	 border-left-color: #5bc0de;
}
 .callout-info h4 {
	 color: #5bc0de;
}
.callout-info h5 {
  color: #5bc0de;
}
.callout-info h6 {
  color: #5bc0de;
}
 .callout-bdc {
	 border-left-color: #29527a;
}
 .callout-bdc h4 {
	 color: #29527a;
}

/** to fix select2 width */
.select2 {
  width:100%!important;
}

/**JEXCEL Fixing**/

/*Theme enabled
<link rel="stylesheet" href="../static/jspreadsheet-ce/dist/jexcel.theme.css">*/
 /* :root {
    --jexcel_header_color: #888;
    --jexcel_header_color_highlighted: #444;
    --jexcel_header_background: #313131;
    --jexcel_header_background_highlighted: #777;
    --jexcel_content_color: #777;
    --jexcel_content_color_highlighted: #333;
    --jexcel_content_background: #3e3e3e;
    --jexcel_content_background_highlighted: #333;
    --jexcel_menu_background: #7e7e7e;
    --jexcel_menu_background_highlighted: #ebebeb;
    --jexcel_menu_color: #ddd;
    --jexcel_menu_color_highlighted: #222;
    --jexcel_menu_box_shadow: unset;
    --jexcel_border_color: #5f5f5f;
    --jexcel_border_color_highlighted: #999;
    --active_color: #eee;
} */

/* :root {
    --jexcel_header_color: #000;
    --jexcel_header_color_highlighted: #000;
    --jexcel_header_background: #f3f3f3;
    --jexcel_header_background_highlighted: #dcdcdc;
    --jexcel_content_color: #000;
    --jexcel_content_color_highlighted: #000;
    --jexcel_content_background: #fff;
    --jexcel_content_background_highlighted: rgba(0,0,0,0.05);
    --jexcel_menu_background: #fff;
    --jexcel_menu_background_highlighted: #ebebeb;
    --jexcel_menu_color: #555;
    --jexcel_menu_color_highlighted: #555;
    --jexcel_menu_box_shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
    --jexcel_border_color: #ccc;
    --jexcel_border_color_highlighted: #000;
    --active_color: #007aff;
} */

/*Changing view to alternate colors*/
/* .jexcel tbody tr:nth-child(even) {
    background-color: #EEE9F1 !important;
  } */


/* to fix column width: */
.jexcel {
  width:100%;
}

/* to adjust content height */
.jexcel_content {
  display:inline-block;
  box-sizing: border-box;
  padding-right:3px;
  padding-bottom:3px;
  position:relative;
  scrollbar-width: thick;
  scrollbar-color: #666 transparent;
  overflow: auto;
  box-shadow: rgb(221 221 221) 2px 2px 5px 0.1px;
  /* max-height: 600px !important; */
  width: 100%;
}

/*to adjust content height on fullscreen */
.jexcel_container.fullscreen .jexcel_content {
  overflow:auto;
  width:100%;
  height: 100%;
  background-color:#ffffff;
}

/*setting full screen adjusting top to show top nav bar*/
.jexcel_container.fullscreen {
  position:fixed;
  top: 60px;
  bottom: auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 21;
}

/*to adjust filter as search criteria etc at the top when full screen*/
.jexcel_filter {
  background-color:#fff !important;
  padding:8px;
  align-items:center;
  margin-bottom: 1px;
 }

/*setting toolbar color to white*/
.jexcel_toolbar {
  background-color: #fff;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 0px;
 }

/*setting table header style*/
table.jexcel > thead > tr > td
{
   /* border-top:1px solid transparent; */
   /* border-left:1px solid transparent; */
   /* border-right:1px solid transparent; */
   border-bottom:1px solid #000;
   background-color:#fff;
   padding:5px;
   font-weight:normal;
}



