* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #435165;
}

.container
{ width: 100%;clear: both;
  overflow: auto; background-color: #364253}

.wrap
{
  max-width: 95em;
  margin: 0 auto;
   min-width: 0;
}
.clear
{clear: both; width: 100%;}

.wrap.min{
  max-width: 25em;
}

.warp {
  	
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	overflow: auto;
	max-width: 95em;
    margin: 0 auto;
}

.login {
  	width: 400px;
  	
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	  margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.login.white
{
  background-color: #ffffff;
}

.mfa
{ vertical-align: bottom; }



.msg h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.msg {
  text-align: left;
  width: 92%;
  float: left;
  padding: .5em;
  padding: .5em;
  color: white;
  margin-bottom: .5em;
  padding-left: .5em !important;
  padding-right: .5em !important;
}
.warning {
  background-color: #ff9800;
  color: #FFFFFF;
}

.closebtn {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -3em;
}
.msgfootnote {
  padding: 0px;
  font-size: .8em;
  text-align: right;
  color: #333333;
}
.msgwrapper {
  margin: 0 auto;
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #ff9800;
}



.btn_ticket
{
  background-color: #3274d6;
  color: #ffffff;
  width: 100%;
  padding: 15px;
 	height: 100%;
  display: block;
  font-size: 1.5em;
  margin-bottom: 0;
}
.btn_ticket:hover
{
  background-color: #2868c7;
  transition: background-color 0.2s;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #054bfb, #0ec7d5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
  
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
 
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.footer {

   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #00BAF0;
   background: linear-gradient(to left, #054bfb, #0ec7d5);
   color: white;
   text-align: center;
}

.footer .float_left
{ padding-left: .5em;}
.footer .float_right
{ padding-right: .5em;}

.content
{ min-height:800px; min-width: 1240px;}



 .flexslimpage, .node {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
    .flexslimpage > div.flexAppChildFolder {
    border-bottom: #00CCFF solid 3px;
  }


.flexslimpage > div, .node > div {
    margin: 2px;
    background: #0066FF;
    border: 1px solid #bbb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(187, 187, 187);
    font-size: 24pt;
    color: #666;
    max-width: 49%;
    border-bottom: #00CCFF solid 3px;
  }

  .flexslimpage > div.flexUp, .node > div.flexUp  
{ background-color: #012d71; width: 100px;}
  
  .flexslimpage > div > A, .node > div > A {
    display: block;
    padding: 25px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
  }
  
   .flexslimpage > div div.dcr, .node > div div.dcr {
    color: #FFFFFF;
    max-width: 175px;
    min-width: 175px;
    margin: .5em;
    font-weight: normal;
    font-size: .8em;
  }




#items.flexslimpage > div, .node > div {

    background:#0ab7b7;
   
  }

  .warp.phase{
    background-color:transparent;
    box-shadow:none;
  }
  .warp.phase .content
  {
    min-height: 300px;
  }

.float_right{ float:right;}
.float_left{ float:left;}

/*
.search
{ width:100%; height:43px; background-color:#33FF00; text-align: right;}
*/
h1
{ font-size: 2em;}


/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal2-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close2 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal2-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/*
.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}




form.appform
{ color: #0066FF;}

form.appform div.default
{ padding: 1em;}

form.appform div.default label.wide30
{ width: 20%;}

form.appform div.action
{ padding: 1em; background-color: #0066FF; overflow: auto;}

form.appform div.action input
{ margin: 0.5em; margin: 0.5em;}

.sTblRow .hide
{ visibility:hidden; display: none;}


.itemlist
{
  max-height: 700px;
  overflow: auto;
}


.sTbl {
  display: table;
  width: 100%;




}
.sTblRow {
  display: table-row;
}
.sTblHeading {
  display: table-header-group;
  background-color: #ddd;
}
.sTblCell, .sTblHead {
  display: table-cell;
  padding: 3px 10px;
  border: 0px solid #fff;
}
.sTblHeading {
  display: table-header-group;
  background-color: #ddd;
  font-weight: bold;
}
.sTblFoot {
  display: table-footer-group;
  font-weight: bold;
  background-color: #ddd;
}
.sTblBody {
  display: table-row-group;
}


.frmModal { 
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  min-height: 3em;
  padding-left: .2em;
  padding-right: .5em;
}

.frmModal label{ 
  width: 140px;
  display:block;
  float: left;
}

.frmModal input{
   float: right;
   width: 250px;
}

button.bigfont
{ font-size: 1.5em; padding: .1em; margin-right: .2em;}


.frmAction
{ background-color: #0066FF;}


.todelete
{ background-color: #f46b45;}

input.btn 
{ width: auto; padding-left: 1em; padding-right: 1em;}

.hidden
{ display: none;}

.lnk
{ border-top: #0066FF solid 2px; padding-top: .5em;}

.sTblRowM0
{ background-color: #e6e6e6f1;}
.sTblRowM0:hover
{ background-color: #bae8fccb;}

.sTblRowM1
{ background-color: #cad7e4f1;}
.sTblRowM1:hover
{ background-color: #83b4e6f1;}


.sTblRowT
{ background-color: #0066FF; color: #ffffff;}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 45px;
    margin-top: 100px;
    left: 0;
    flex-direction: column;
    width: 97%;
    justify-content: center;
    align-items: center;
	margin-left:.5em;
	margin-right:.5em;
  z-index: 150;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
h1
{ padding-top: 4.5em;}

.nav {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  background-color: #ffffff88;
  
  word-spacing: 3px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 80;
}


}










.autoComplt-hint:hover
{ background-color: #0033FF;}


.autoComplt-hint
{ }








table.tbl {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.tbl td, table.tbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.tbl tr:nth-child(even){background-color: #f2f2f2;}

table.tbl tr:hover {background-color: #ddd;}

table.tbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


.action
{ width: 100%; height: 60px; padding-top: .5em;}

.btn.lnk 
{
  background-color: steelblue;
  padding-left: .5em;
  padding-right: .5em;
  color: #FFF;
}
.btn.lnk.actual
{
  background-color: rgb(77, 21, 54);
  padding-left: .5em;
  padding-right: .5em;
  color: #FFF;
}

/*input[type=text]*/

button.minwidth
{ min-width: 70px; min-height: 1.5em;}
button.minwidthhalf
{ min-width: 45px; min-height: 1.5em;}




/* RESET RULES 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  --za: -1;
}




* {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-size: inherit;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font: 16px/1.5 sans-serif;
}

.btn-group {
  text-align: center;
}

.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: 0.75rem 1.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}


/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
  z-index: 900;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
}

.modal-dialog > * {
  padding: 1rem;
}

.modal-header,
.modal-footer {
  background: var(--lightgray);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header .close-modal {
  font-size: 1.5rem;
}

.modal p + p {
  margin-top: 1rem;
}


/* SLIDE LEFT ANIMATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation="slideInOutLeft"] .modal-dialog {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s var(--bounceEasing);
}

[data-animation="slideInOutLeft"].is-visible .modal-dialog {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}





/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.page-footer span {
  color: #e31b23;
}






















div.breadcrumb
{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
overflow:auto;


}
.CmsAppNav
{
margin-bottom:3em;
}


.breadcrumb li:nth-child(2) a       { background:        hsla(220,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(220,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(220,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(220,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(220,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(220,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(220,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(220,85%,75%,1); }



ul.breadcrumb {
	margin: 0px;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
	/*zoom: 1;*/
	/*transform: scale(1);*/
	vertical-align: top;
	
	
	
}

ul.breadcrumb li {
		position: relative;
		margin: 0px 0px;
		padding: 0px;
		list-style: none;
		list-style-image: none;
		border-left: 1px solid #ccc;
		transition: 0.3s ease;
		
		
			display: inline-block;
	/*zoom: 1;*/
	/*transform: scale(1);*/
	vertical-align: top;
}


	ul.breadcrumb li a:before {
			content:"";
			position: absolute;
			right: -9px;
			top: -1px;
			z-index: 20;
			border-left: 10px solid #fff;
			border-top: 21px solid transparent;
			border-bottom: 21px solid transparent;
			transition: 0.3s ease;
			
			
		}

	ul.breadcrumb li a:after {
			content:"";
			position: absolute;
			right: -10px;
			top: -1px;
			z-index: 10;
			border-left: 10px solid #ccc;
			border-top: 22px solid transparent;
			border-bottom: 22px solid transparent;
		}


   
#eyeicon
{ width: 25px; float: right; clear: right; cursor: default;}
	

#_p7_item_pw
{ width: 50%; float: left;}


#otptimer { width: 55%;}

div#otpNumber::after {
  content: 's';
}

#otpNumber
{ float: right;}














 ul.breadcrumb li a {
			display: block;
			font-size: 12px;
			line-height: 40px;
			color:#fff;
			padding: 0px 10px 0px 13px;
			text-decoration: none;
			background:#0099FF;
			border-right:#0033FF solid 0px;
			border-left:#0033FF solid 0px;
			border-top: 0px solid #ff0000;
			border-bottom: 0px solid #ff0000;
			white-space:nowrap;
			overflow: hidden;
			transition: 0.3s ease;
			font-family:"Courier New", Courier, monospace;
		}
		
		
		
		
		
		
		
		 ul.breadcrumb li a {
			font-size: 15px;
			line-height: 22px;
			padding: 0px 10px 0px 15px;
		}
		




	ul.breadcrumb li a:before {
			right: -9.5px;
			top: 0px;
			
			border-left: 10px solid #0099FF;
			border-top: 10px solid transparent;
			border-bottom: 13px solid transparent;
			
			
		}

	ul.breadcrumb li a:after {
			right: -13.5px;
			top: 0px;
			
			border-left: 13px solid #0099FF;
			border-top: 10px solid transparent;
			border-bottom: 12.5px solid transparent;
		}

ul.breadcrumb li
{ border:0px; margin-right:0px;}

/*ul.breadcrumb li a:before {
			right: -10px;
			top: 1px;
			border-left: 0px solid #fff;
			border-top: 0px solid transparent;
			border-bottom: 0px solid transparent;
			
			
		}

	ul.breadcrumb li a:after {
			right: -12px;
			top: 0px;
			border-left: 0px solid #ff0000;
			border-top: 0px solid transparent;
			border-bottom: 0px solid transparent;
		}
*/

ul.breadcrumb li a
{
padding-right:12px;}




	ul.breadcrumb li:nth-child(2) a:before {
		border-left: 10px solid hsla(220,85%,45%,1);
		
		
		
		
		
	}
		ul.breadcrumb li:nth-child(2) a:after {
		right: -12px;
		border-left: 12px solid cyan;
		
	}



	ul.breadcrumb li:nth-child(3) a:before {
		border-left: 10px solid hsla(220,85%,55%,1);
	}
		ul.breadcrumb li:nth-child(3) a:after {
		right: -12px;
		border-left: 12px solid cyan;
	}
	
		ul.breadcrumb li:nth-child(4) a:before {
		border-left: 10px solid hsla(220,85%,65%,1);
	}
		ul.breadcrumb li:nth-child(4) a:after {
		right: -12px;
		border-left: 12px solid cyan;
	}
	



.breadcrumb li a:hover { 
  background: hsla(200, 85%, 25%, 1); 
}
.breadcrumb li a:hover:after, .breadcrumb li a:hover:before{ 
  border-left-color: hsla(200, 85%, 25%, 1) !important; 
}

a.biglnk
{ font-size: 1.1em !important;}



.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input#btnsubmit, input#auto{
  border: 1px solid transparent;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
}
input[type=text]#btnsubmit, input[type=text]#auto{
  background-color: #fff;
  width: 100%;
}
input[type=submit]#btnsubmit, input[type=submit]#auto{
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.autocomplete-items div.close
{ text-align:right; background-color:#F7F7F7;}

.searchmode
{ float:right; clear:both;}
.romaji
{ clear:both;float:right}

.trash
{ font-style: italic;}

.trash div#row0r:after, .trash div#row0u:after
{ 
  content: ' [🗑]';
  color: #ff0000;
}

.countPw
{ float: left; width: 25%;}
.countPw::after
{ color: #414243; content: '   /   ';}

.countDel
{ float: left; width: 25%; color: #420202;}


@media (max-width: 700px) {
.warp
{ height: 100%;width: 100%;}
.content {
 
  min-width: auto;
}

}






/* ===========================
   ====== Search Box ====== 
   =========================== */

   .search
   {
     border: 2px solid DodgerBlue;
     overflow: auto;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     background-color: #FFF;
     
   }
   
   .search input[type="text"]
   {
     border: 0px;
     width: 67%;
     padding: 10px 10px;
   }
   
   .search input[type="text"]:focus
   {
     outline: 0;
   }
   
   .search input[type="submit"]
   {
     border: 0px;
     background: none;
     background-color: DodgerBlue;
     color: #fff;
     float: right;
     padding: 10px;
     border-radius-top-right: 5px;
     -moz-border-radius-top-right: 5px;
     -webkit-border-radius-top-right: 5px;
     border-radius-bottom-right: 5px;
     -moz-border-radius-bottom-right: 5px;
     -webkit-border-radius-bottom-right: 5px;
           cursor:pointer;
   }
   
   /* ===========================
      ====== Medua Query for Search Box ====== 
      =========================== */
   
   @media only screen and (min-width : 150px) and (max-width : 780px)
   {
     
     .search
     {
       width: 100%;
       margin: 0 auto;
      
     }
     .nav
     {
      padding-top: 0px;
     }

     .itemlist
     { margin-bottom: .5em; border-bottom: #0066FF solid 2px;}

     .actionbox
     { width: 100%; height:2.5em; margin-bottom: 1em;}
     .actionbox.float_right
     { text-align: center;}


     .warp.phase
     { width: 100% !important;}

     .content {
      width: 100%;
      min-height:unset;
    }

   }