/*
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}
*/
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Inter-Light.ttf") format("truetype"),
	   url("/fonts/Inter-Light.otf") format("opentype"), 
       url("/fonts/Inter-Light.woff") format("woff"), 
	   url("/fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular.ttf") format("truetype"),
	   url("/fonts/Inter-Regular.otf") format("opentype"),
	   url("/fonts/Inter-Regular.woff2") format("woff2"),
       url("/fonts/Inter-Regular.woff") format("woff");
	   
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Inter-Medium.ttf") format("truetype"),
	   url("/fonts/Inter-Medium.otf") format("opentype"),
	   url("/fonts/Inter-Medium.woff2") format("woff2"),
       url("/fonts/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype"),
	   url("/fonts/Inter-SemiBold.otf") format("opentype"),
	   url("/fonts/Inter-SemiBold.woff2") format("woff2"),
       url("/fonts/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter-Bold.ttf") format("truetype"),
	   url("/fonts/Inter-Bold.otf") format("opentype"),
	   url("/fonts/Inter-Bold.woff2") format("woff2"),
       url("/fonts/Inter-Bold.woff") format("woff");
}

body {
	font-family: 'Inter';
}

@media (min-width: 1200px){
	.container {
	  max-width: 960px;
	}
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.navbar-brand img {
  max-width: 125px;
  display: inline-block;
}

.navbar-brand .text-primary {
  color: #000 !important;
  padding-left: 10px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid;
  font-size: 16px;
  font-weight: 700;
}

.justify-end{
	justify-content:flex-end;
}

header .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 1.5rem;
}

.home-banner-seciton {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  min-height:80px;
}

.home-banner-seciton h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: none;
  margin: 0 0 5px;
}

.home-banner-seciton h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.home-banner-seciton p.meeting-date, .home-banner-seciton p.meeting-time {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}

.home-banner-seciton p.meeting-description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  margin: 10px 0 0;
}

.register-btn-col {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-dark {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1ba9f5;
  border: 1px solid #1ba9f5;
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.24;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-dark:hover {
  background-color: #fff;
  color: #1ba9f5;
  border-color: #fff;
  text-decoration: none;
}

.btn-dark {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1ba9f5;
  border: 1px solid #1ba9f5;
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.24;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-dark:hover {
  background-color: #fff;
  color: #1ba9f5;
  border-color: #fff;
  text-decoration: none;
}

.btn-blue {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1ba9f5;
  border: 1px solid #1ba9f5;
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.24;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-blue:hover {
  background-color: #fff;
  color: #1ba9f5;
  border-color: #fff;
  text-decoration: none;
}

.site-navigation .btn-blue:hover {
  background-color: transparent;
  color: #1ba9f5;
  border-color: #1ba9f5;
  text-decoration: none;
}

.site-navigation .btn-dark:hover {
  background-color: transparent;
  color: #1ba9f5;
  border-color: #1ba9f5;
  text-decoration: none;
}

.signin-text-link{
	color:#1ba9f5;
	font-size:14px;
	font-weight:400;
	line-height:1.24;
	text-decoration:underline;
	 -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.signin-text-link:hover{
	color:#7de2d1;
}

.btn.btn-submit{
	display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1ba9f5;
  border: 1px solid #1ba9f5;
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.24;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn.btn-submit:hover {
  background-color: transparent;
  color: #1ba9f5;
  border-color: #1ba9f5;
  text-decoration: none;
}

.h-register-column {
	border-right:1px solid;
}

.h-register-column h3, .h-signin-column h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.24;
}

.h-register-column h5{
	font-size:16px;
	color:#000000;
	font-weight:600;
	line-height:1.4;
	margin:0;
}

.signin-row h5{
	font-size:20px;
	color:#000000;
	font-weight:600;
	line-height:1.4;
	margin:0;
}


.h-register-column p.small-text{
	font-size:16px;
	color:#000000;
	font-weight:300;
	font-style:italic;
	line-height:1.4;
	margin:0 0 15px;
}

.h-register-column p.small-text.note-text{
	font-size:14px;
	margin:15px 0;
}

.form-group .col-form-label {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}

.form-group .form-control{
	border:1px solid #707070;
	font-size: 0.85rem;
}







/*-------------
Responsive CSS:
----------------*/

@media screen and (min-width: 1680px) {
   .home-banner-seciton{
	   padding:40px 0;
   }
   
  
   
}

@media screen and (max-width: 767px) {
	.home-banner-seciton {
	  background-size: cover;
	  padding: 40px 0;
	}
	
	.navbar-brand .text-primary {
	  padding-left: 5px;
	  line-height: 26px;
	  margin-left: 5px;
	  font-size: 12px;
	}
	
	.col-6.d-inline-block.d-xl-none.ml-md-0.py-3 {
	  display: none !important;
	}
	
	.navbar-brand {
		padding-top: 1rem;
	}
	
	.home-banner-seciton{
		padding-left:1rem;
		padding-right:1rem;
		min-height:300px;
	}
	
	.home-banner-seciton h1 {
	  font-size: 27px;
	}
	
	.home-banner-seciton p.meeting-date, .home-banner-seciton p.meeting-time {
	  font-size: 18px;
	}
	
	.home-banner-seciton h4 {
	  font-size: 18px;
	}
	
	.rigister-login-seciton {
		padding-left:1rem;
		padding-right:1rem;
	}
	
	.h-register-column {
	  border-right: none;
	}
	
	
}








.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  height: 100%;
  overflow: auto;
  left: 0;;
  border: 1px solid #dee2e6;
  
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
  border: 1px solid #dee2e6;
  text-align: center;

}
 
.sidebar a.active {
  background-color: #fff;
  color:#000;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 20px 16px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
   div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

#menu{
  list-style: none;
}
#menu li{
  display: inline;
  padding: 0 10px;
  border-left: solid 1px black;
}
#menu li:first-child{
  border-left: none;
}

table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 0.9);color:white}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:" ";margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:before,table.dataTable tr.selected th.select-checkbox:before{border:1px solid white}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-19px;margin-left:-6px;text-align:center;text-shadow:1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9}table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before{margin-top:-12px}table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}


.dt-buttons{
    display: none;
}


.buttons-csv{
    float: right;
}
