.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */

	display: flex;
	align-items: center;

	margin: auto;
	width: 60%;
	
	padding: 10px;
	text-align: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.detail-container{
   
   top: 0;
   left: 0;
   bottom: 0;
   overflow-y: auto;
   display: grid;
	
}
    
.list-container{
   position:fixed;
   top: 0;
   left: 0;
   bottom: 0;
   overflow-y: auto;
	
}

.list-data{
	margin-top: 60px;
    margin-bottom: 150px;
}

.datepicker > div {
    display: unset;
}
.detailTable{
	
	width: 100%;
}

#caption{
	caption-side: top;
	text-align: center;
}

#portTool{
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1000;
	margin-left: -100%;
}

.disable_text{
	color: darkgray;
}

.hightLight_text{
	
	font-weight:bold;
}


/* The side navigation menu */
#sidebar-wrapper {
margin-left: -250px;
left: 0;
width: 250px;
background: rgb(0,0,0);
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 2000;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in 0s;
-moz-transition: all 0.5s ease-in 0s;
-ms-transition: all 0.5s ease-in 0s;
-o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
list-style: none;
margin: 0;
padding: 0;
}

.sidebar-nav li {
line-height: 50px;
text-indent: 20px;
}

.sidebar-nav li a {
color: #999999;
display: block;
text-decoration: none;
}

.sidebar-nav li a:hover {
color: #fff;
background: rgba(255,255,255,0.2);
text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
height: 55px;
line-height: 55px;
font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}

#menu-toggle {
	top: 0px;
	
	position: fixed;
	z-index: 3000;
}

#sidebar-wrapper.active {
left: 250px;
width: 250px;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
}

.toggle {
margin: 5px 5px 0 0;
}

/*port code search*/

.port-code-search{
	margin-top:60px;
}

.port-list-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}