/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */

body {
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding-bottom: 90px;
}
.topNav {
  background: #f5a32c;
  height: 15px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: end;
}
.imageShadow {
  box-shadow: rgb(0 0 0 / 5%) 0px 21px 40px 0px !important;
  border-radius: 10px;
}
.instructions {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px 0px !important;
}
.mainDiv {
  margin: 5px 0px;
  padding: 20px 20px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
  border-radius: 5px;
  background: #fff;
}
.instructionsTitle {
  background: #213448 !important;
  padding: 9px;
  border-radius: 4px 4px 0 0;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px 0px;
  margin: 0px;
  color: #fff;
  text-align: left;
  font-weight: 500;
}
.dropdown-menu {
  padding: 0px 10px;
}

div.row label {
  float: left;
  text-align: left !important;
  padding: 5px 0px;
  letter-spacing: 1.5px;
  margin: 0px;
  color: #222222;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.nav-item:hover .dropdown-menu {
  display: block;
}
.topNavText {
  font-size: 12px;
  color: #fff;
}
.loginMainText {
  background: #213448 !important;
  padding: 0px 4px 13px;
  border-radius: 4px 4px 0 0;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px 0px;
}

.marginLoginTitle {
  margin-left: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* links */
.loginmargins {
  padding-left: 35px;
  padding-top: 10px;
}
a {
  color: #003366;
  background-color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.linkcolor {
  color: #003366;
  background-color: inherit;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #66bb66;
  background-color: inherit;
}
strong {
  /* font-weight: bolder; */
  font-weight: 500 !important;
}
/* headers */
h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

/*h1 {
	font-size: 120%;
	letter-spacing: .5px;
}

h1 a {
	font-size: 120%;
	letter-spacing: .5px;
	color: white;
}
*/
#text-align {
  text-align: right;
  margin-right: 10px;
  margin-top: -20px;
}

.link-color {
  color: black;
}

.text {
  color: white;
  background: black;
}

h2 {
  font-size: 115%;
  text-transform: uppercase;
}

h3 {
  font-size: 115%;
  color: #003366;
}

/* images */
img.float-right {
  margin: 2px 0px 5px 5px;
}

img.float-left {
  margin: 2px 5px 5px 0px;
}

h1,
h2,
h3,
p {
  padding: 0;
  margin: 0 !important;
}

ul,
ol {
  /*margin: 10px 20px;*/
  padding: 0 0px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font-family: "Poppins", sans-serif;
  /* white-space: pre; */
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #cc0000;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
  margin: 10px;
  padding: 0 0 0 32px;
  background: #fafafa url(../images/quote.gif) no-repeat 5px 10px !important;
  background-position: 8px 10px;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #cc0000;
  font-weight: bold;
}

/* form elements */
form {
  padding: 0 5px;
  /* 	border: 1px solid #f2f2f2; */
  /* 	background-color: #FAFAFA; */
}

/*label {
	display:block;
	font-weight:bold;
	margin: 5px 0;
}*/
label {
  margin-bottom: 0.5rem !important;
  float: left !important;
}
input {
  padding: 2px;
  border: 1px solid #bdbbbb;
  font: normal 1em Verdana, sans-serif;
  color: #000;
}

textarea {
}
.button {
  width: 25px;
  height: 5px;
  background: #669999;
  padding: 5px !important;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

input.button {
  margin: 0;
  font: bolder 12px Arial, Sans-serif;
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
  color: #cc0000;
}
/* search form */
form.search {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

form.prev {
  position: absolute;
  top: 15px;
  right: 75px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

form.search input.textbox {
  margin: 0;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
}

form.search input.searchbutton {
  margin: 0;
  font-size: 100%;
  font-family: Arial, Sans-serif;
  border: 1px solid #ccc;
  background: #ffffff url(../images/headerbg_logo.png) repeat-x bottom left;
  padding: 1px;
  font-weight: bold;
  height: 23px;
  color: #333;
  width: 60px;
}

form.prev input.searchbutton {
  margin: 0;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  border: 1px solid #ccc;
  background: #ffffff url(../images/headerbg_logo.png) repeat-x bottom left;
  padding: 1px;
  font-weight: bold;
  height: 23px;
  color: #333;
  width: 60px;
}

/**********************************
  LAYOUT 
***********************************/

/* header */

div#header {
  color: #fff;
  background-size: cover;
}
div#header h4.text-center {
  font-size: 30px;
  font-weight: 600;
  color: black;
}
#header span#slogan {
  z-index: 3;
  position: absolute;
  left: 30%; /*bottom: 5px;*/
  font: bold 1.5em Verdana, Arial, Tahoma, Sans-serif;
  color: #e76d00;
}

#header span#title {
  z-index: 3;
  top: 15px;
  position: absolute;
  font: 1.5em Times New Roman, Arial, Tahoma, Sans-serif;
  color: #dddb55;
}

#header-logo #logo {
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  color: #000;
}

/* navigation tabs */
#header ul {
  position: absolute;
  margin: 0;
  list-style: none;
  right: -18px;
  bottom: 3px;
  font-family: "Poppins", sans-serif;
}

#header li {
  display: inline;
  margin: 0;
  padding: 0;
}

#header a {
  float: left;
  /*background: url(../images/tableft.gif) no-repeat left top;*/
  margin: 0;
  padding: 0 0 0 159px;
  text-decoration: none;
}

#header a span {
  float: left;
  display: block;
  background: url(../images/tabright.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
  float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
  color: #fff;
}

#header a:hover {
  background-position: 0% -42px;
}

#header a:hover span {
  background-position: 100% -42px;
}

#header #current a {
  background-position: 0% -42px;
}

#header #current a span {
  background-position: 100% -42px;
}

/* main column */
#main {
  float: left;
  margin: 10px;
  padding: 0;
  width: 75%;
}

#main1 {
  float: left;
  margin: 10px;
  padding: 0;
  width: 80%;
  min-height: 399px;
}

#main h1 {
  margin: 10px 0;
  padding: 4px 0 4px 8px;
  font-size: 105%;
  color: #fff;
  text-transform: uppercase;
  background-color: #cc0000;
  letter-spacing: 0.5px;
}
.sidebar-head {
  text-align: left;
  font-size: 16px;
  padding: 7px 25px !important;
  background: #376191 !important;
  color: #fff;
  font-weight: 600;
  margin: 0 !important;
}
.content_box1 {
  border: 1px solid #ebebeb;
  margin: 0 0 10px 0;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
h4.panel-title {
  font-size: 14px;
  padding: 10px 25px;
  background: #376191;
  color: #fff !important;
  font-weight: 600;
}
.list li {
  list-style-type: disclosure-closed;
  padding: 10px;
  font-size: 12px;
  font-family: "Poppins" !important;
}
/* sidebar */
#sidebar {
  margin-left: 0px;
  padding: 0;
  padding-bottom: 20px;
  float: left;
  min-height: calc(100vh - 220px);
  height: auto;
  overflow-y: auto;
}
#sidebar h1 {
  padding: 7px 10px !important;
  font-family: "Poppins", sans-serif;
  color: #fff;
  /*text-transform: capitalize;*/
  background: #f5a32c;
  font-size: 18px;
  font-weight: 500;
  border-top-right-radius: 6px;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}
div#sidebar a:before {
  content: "\00BB";
  font-size: 18px;
  padding-right: 5px;
}
/*div#header img {
    height: 200px;
}*/
.left-box,
.left-box1 {
  border: 1px solid #e8dbdb;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border-top-right-radius: 6px;
}
.left-box a {
  font-size: 14px;
  color: #000 !important;
  font-weight: 400 !important;
}

#sidebar ul.sidemenu {
  list-style: none;
  text-align: left;
  margin: 3px 0px 8px 0;
  padding: 0;
  text-decoration: none;
}

#sidebar ul.sidemenu li {
  border-bottom: 1px solid #f2f2f2;
  background: url(../images/bullet.gif) no-repeat 3px 2px;
  padding: 3px 5px 3px 25px;
  margin: 0;
}

#sidebar ul.sidemenu a {
  font-weight: bolder;
  padding: 3px 0px;
  background: none;
}
#sidebar .left-box p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  padding: 5px;
  border-bottom: 1px soild red;
  border-bottom: 1px solid #e5c4c4;
}

/* footer */
.footer {
  clear: both;
  border-bottom: 1px;
  /* 	background: #FFF url(../images/footerbg_logo.png) repeat-x; */
  text-align: center;
  line-height: 1.5em;
  font-size: 11px;
  width: 100%;
  background-color: #213448; /* Color Changed Here */
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  min-height: 60px;
  height: auto;
  bottom: 0;
}
.rphd font {
  color: #fff !important;
}
a.button2 {
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 5px 21px !important;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  float: center;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3a57af;
  -webkit-box-shadow: 0 3px rgb(58 87 175 / 75%);
  -moz-box-shadow: 0 3px rgba(58, 87, 175, 0.75);
  box-shadow: 0 3px rgb(58 87 175 / 75%);
  transition: all 0.1s linear 0s;
  top: 0px;
  position: relative;
}
.footer a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
}

.left-box li {
  list-style-type: none;
  border-bottom: 1px solid #0000002e;
  padding: 6px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
}
/* alignment classes */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}
.copyright {
  font-size: 14px;
  padding: 7px 2px;
}
.box-context {
  display: flex;
  justify-content: center;
}

.box-context b {
  font-size: 30px;
  color: #8d7101;
  font-family: "Poppins";
}

/* display and additional classes  */
.clear {
  clear: both;
}

.red {
  color: #cc0000;
}

.comments {
  margin: 20px 10px 5px 10px;
  padding: 3px 0;
  border-bottom: 1px dashed #eff0f1;
  border-top: 1px dashed #eff0f1;
}

/* Login Page */
.crm_Loginouter {
  margin: auto;
  width: 730px;
  height: 650px;
  border: 1px solid #b4d9f5;
}

.crm_loginbox {
  margin: auto;
  margin-top: 150px;
  width: 400px;
  height: 160px;
  border: 1px solid #b4d9f5;
  padding: 5px;
}

.crm_loginboxin {
  margin: auto;
  width: 400px;
  height: 158px;
  _height: 160px;
  background-color: #f1f4fd;
}

.crm_login_box_R {
  margin-top: 10px;
  height: 25px;
}

.crm_login_box_c2 {
  float: left;
  line-height: 21px;
  width: 200px;
}

.crm_login_box_c1 {
  float: left;
  width: 150px;
  text-align: right;
}

.chairman {
  float: right;
  margin-right: 170px;
}

.crmuser {
  background-image: url(../images/icon_myspace.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  border: 1px solid #b4d9f5;
  padding-left: 18px;
  color: #9599a4;
}

.crmuserpass {
  background-image: url(../images/ico_pass.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border: 1px solid #b4d9f5;
  padding-left: 18px;
  color: #9599a4;
}
/*  Table   */
table,
th,
td {
  /* 	border: 1px solid gray;   */
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tableheadcolor {
  background: #213448;
  color: #fff;
}
th,
td {
  text-align: left;
  /*  padding: 5px !important;*/
  /* font-size: 16px !important; */
  font-family: "Poppins", sans-serif !important;
}
table {
  border-collapse: collapse;
}

table,
th {
  /* 	border: 1px solid black; */
  text-align: center;
}

td {
  border: 1px solid #d2d1d1;
  text-align: left;
}

th {
  background: #213448 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

th.disp {
  text-align: left;
}

.header_color {
  color: cyan;
}

.front th {
  text-align: left;
}
nav#navcontainer {
  background: #213448 !important;
  padding: 0px 0 0px;
  width: 100%;
}
#navcontainer ul {
  color: #fff;
  margin: 0;
  padding: 0;
}
span.wel-come {
  padding: 6px 33px;
  font-size: 16px;
}
#navcontainer ul li {
  display: inline;
}

#navcontainer ul li a {
  display: inline-block;
  padding: 16px 10px 16px 14px;
  /*border-right: 1px solid #ffffff;*/
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
div#sidebar a {
  padding-left: 10px;
  color: #000;
}
#navcontainer ul li a:hover {
  background-color: #f3e061;
  color: #333;
  /* 	border-top: 1px solid #333; */
  border-right: 1px solid #fff;
  /* 	border-left: 1px solid #333; */
  border-bottom: 1px solid #fff;
}
/*h1 {
    font-size: 28px;
    padding: 17px 0;
}
*/
.flRight {
  float: right;
}

.btnSubmit:link,
.btnSubmit:visited {
  background: url(../images/btn-chat-L.jpg) no-repeat top left;
  float: left;
}

.fieldtitle {
  font-weight: bold;
}

#maincont {
  min-height: calc(100vh - 220px);
  padding-top: 10px;
}

.inputText {
  border: 1px solid #b4d9f5;
  font-size: 12px;
}

.fieldtitle1 {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #b4d9f5;
}

.fieldtitle2 {
  font-size: 12px;
  font-size: 12px;
  border: 1px solid black;
}

.fieldtitle11 {
  font-weight: bold;
  font-size: 14px;
}

.fieldtitle22 {
  font-size: 14px;
}

.fieldtitle3 {
  font-size: 10px;
  text-align: right;
  border: 1px solid black;
}

.fieldtitle4 {
  font-size: 11px;
}

.blueTxt {
  color: #0000cc;
}

.largeText {
  font-size: 15px;
}

hr {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.left-box a strong,
.left-box1 a strong {
  font-size: 14px;
  color: #000 !important;
  font-weight: 400 !important;
}
/*student login */

.flex-container {
  display: flex;
  background-color: #376191;
  color: #1b1a1a;
  width: 78%;
  float: right;
  margin-bottom: 15px;
}
.flex-container > div {
  margin: 5px 10px;
  padding: 1px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
h1.sidebar-heads {
  text-align: center;
  font-size: 18px;
  padding: 10px 25px;
  background: #376191;
  color: #fff;
  font-weight: 600;
  margin: -5px -5px 13px !important;
}
.lastlist {
  padding-top: 3px;
  padding-left: 10px;
  /* background: #653a3a; */
  border: 1px solid #ae8787;
  padding-right: 10px;
  margin: 4px 20px;
  border-radius: 7px;
}
/*.logo {
    float: left;
    height: 117px;
    margin-top: -24px;
    width: 118px;
    margin-left: 10px;
}*/
i.fa.fa-angle-double-right {
  display: none;
}
.left-box2 {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.page-content {
  width: 80%;
  float: right;
  padding-bottom: 15px;
  padding-left: 20px;
}
.left-box2 b {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.left-box2 i.fa.fa-angle-double-right {
  padding-left: 10px;
}
input.btn.btn-primary,
input.btn.btn-success,
.btn.btn-danger {
  background: #376191 !important;
}
input.btn.btn-danger {
  background: #074b7e !important;
  border: none;
}
li {
  font-size: 14px;
}
input#clear_data {
  position: absolute;
  right: 14px;
  top: 17px;
  background: #fff !important;
  color: blue;
  padding: 5px 15px;
  font-weight: 600;
}
input[type="button"] {
  padding: 6px 15px;
  font-size: 14px;
  background: #061772 !important;
  color: #fff;
}
.Shadow {
  -webkit-box-shadow: 6px 4px 40px 17px rgb(219 216 219);
  -moz-box-shadow: 6px 4px 40px 17px rgba(219, 216, 219, 1);
  box-shadow: 6px 4px 30px 11px rgb(219 216 219 / 63%) !important;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: -15px;
}
button.btn {
  background: darkblue;
  border: none;
}
input#print {
  font-size: 16px;
  font-family: "Poppins";
  padding: 6px 15px;
  background: #074b7e;
  color: #fff;
}

input[type="submit"] {
  background: #213448;
  color: #fff;
  padding: 7px;
  width: 40%;
}
.imp_mobile {
  /* width: 100px; */
  height: 20px;
  background-color: #d1d0d0;
  color: White;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px !important;
  border: 1px solid #998c8c;
}
.btn {
  background: #376191 !important;
  border: none !important;
  color: #fff !important;
}
table#customers3 {
  width: 100% !important;
}
#customers3 tr.alt td {
  border: 1px solid #669999;
  color: #000000;
  background-color: #fff !important;
}
table#customers1 {
  width: 100% !important;
}
.top-header {
  background-image: linear-gradient(to left, #113f67, #1a4973, #235480, #2c5e8d, #34699a);
  padding: 8px;
}
img.logo1 {
  width: 105px;
  height: 102px;
}
img.logo2 {
  width: auto;
  height: 100px;
}
.impNotice {
  margin: 10px auto;
}
.impNotice li {
  list-style-type: none;
}
.impNotice li a {
  font-size: 14px;
}

.accHome {
  margin: 20px 0 0 0;
}
.accHome .card .card-header {
  cursor: pointer;
  font-size: 16px !important;
  background-color: #183543;
  color: #fff;
  padding: 12px;
}
.accHome .card-body {
  padding: 20px;
}
.accHome .card-body ul {
  margin: 0 0 0 20px;
}
.accHome .card-body ul li {
  list-style-type: decimal;
  padding: 5px 0px 5px 10px;
  font-size: 14px;
}

img.logo3 {
  width: 106px;
  height: 96px;
}
.header-text h3 {
  font-size: 29px;
  color: #fff;
  line-height: 46px;
  /* text-shadow: 2px 5px 4px #00000042;*/
}
.header-text h4 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  /* text-shadow: 2px 5px 4px #00000042;*/
}
.header-text h5 {
  font-size: 15px;
  font-weight: 400;
  /* color: #ff4800; */
  color: #ddd;
  margin-top: -6px;
  letter-spacing: 0.6px;
  line-height: 16px;
  /*  text-shadow: 2px 5px 4px #00000042;*/
  /* text-shadow: -15px 5px 20px #ced0d3; */
}
.dropdown-item {
  display: block !important;
  padding: 10px !important;
  clear: both;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
  white-space: nowrap;
  border-bottom: 1px solid #ccc !important;
  border-radius: none !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: auto;
  font-weight: 400 !important;
  background: #fff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media print {
  table {
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  .divFlex {
    display: flex;
    justify-content: center;
  }
  img.logo1 {
    width: 92px;
    height: 86px;
  }
  .header-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: center;
  }
  .header-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    text-align: center;
  }
  .header-text h5 {
    font-size: 14px;
    font-weight: 500;
    color: #020610;
    margin-top: -6px;
    letter-spacing: 0.6px;
    line-height: 16px;
    text-align: center;
  }
  .loginmargins {
    padding-left: 35px;
    padding-top: 25px;
  }
  img.logo2 {
    width: 73px;
    height: 85px;
  }
  .imp_mobile {
    font-size: 12px !important;
  }
  .img-fluid {
    max-width: 100%;
    height: auto !important;
  }
  .topNavText {
    font-size: 7px;
    color: #fff;
  }
  .topNav {
    background: #f5a32c;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: end;
  }
  #sidebar {
    margin-left: 0px;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    height: auto;
    /*overflow-y: auto;*/
  }
  li {
    font-size: 12px;

    line-height: 14px;
  }
  .fa-bars:before {
    content: "\f0c9";
    color: #fff;
  }
  .navbar-toggler {
    margin-bottom: 5px;
  }
}
.panel-body {
  border: 1px solid #0000006e;
  padding: 10px;
}
.panel-heading {
  background: #376191;
  color: #fff;
  padding: 5px;
}
.btn-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
input[type="button"] {
  padding: 6px 15px;
  font-size: 14px;
  background: #376191;
  color: #fff;
}
.newtable {
  border: none !important;
}
