html, body, header, footer, h1, h2, div, img, nav, p, span, table, td, th, tr {
	margin: 0;
	pading: 0;
	border: 0;
	/* vertical-align: baseline; */
}
html {
	display: block;
	color: text;
}
body {
	overflow-x: hidden;
	min-width: 360px;
}
header, footer, section, div, nav, layer, main, hgroup, address {
	display: block;
}
a:any-link {
	color: #002561; /*-webkit-link;*/
	text-decoration: none;
	cursor: auto;
}
a:hover {
	color: #dddddd;
}
.clearfix:after, .clearfix:before, .container:before, .container:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after {
	clear: both;
}
.app {
	position: relative;
	overflow-x: hidden;
}
.cpsHeader .headerContainer {
	/*max-width: 1920px;*/
	margin: 0 auto;
	height: 60px;
	justify-content: space-between;
	align-items: center;
	background-color: #002561;
}
.cpsHeader .cpsLogo {
	/*margin-top: 1px; */
	/* width: 110px; */
	height: 60px;
}
/*
a .cpsLogo {
	position: fixed;
	top: 0;
}
*/
.fixedHeaderMenu, .headerContainer {
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.headerContainer {
	margin: 0 auto;
	padding: 0 15px;
}
.headerContainer a {
	/* float: left; */
	/* text-align: center; */
	color: white;
	cursor: pointer;
}
.bodyContainer {
	margin: 0 auto;
	padding: 0 15px;
}
.disable-selection :not(input):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}
.linkButtonFixedHeader.cps-signin {
	height: auto;
	padding: 0 12px;
}  
.linkButtonFixedHeader {
	display: flex;
	align-items: baseline;
	height: 39px;
	padding: 0;
	/* cursor: pointer; */
	/* font-size: 15px!important; */
	color: white !important;
	font: inherit;
	text-decoration: none;
	transition: color .167s ease;
}
.mainLinkMenu, .mainLinkMe, .mainLinkAlert, .mainLinkMenuClose {
	height: auto;
	padding: 6px 12px;
}
.bodyContainer {
	margin: 0 auto;
	padding: 0 15px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   min-width: 360px;
   /* background-color: red; */
   /* color: white; */
   /* text-align: center; */
   font-size: 0.75rem;
}
.footer-link {
	padding-left: 0;
}
.text-copyright {
	text-align: right;
}

.weather {
	text-align: right;
	padding: 0 12px;
}

#signInModal .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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 */
	padding-top: 60px;
}
#signInModal .modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 400px;
	padding: 8px 4px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 6px 12px;
  margin: 0px 0 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 16px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 2px;
}

button:hover {
  opacity: 0.8;
}
.container {
  padding: 0px 26px 16px 26px;
  min-width: 360px;
}

.imgcontainer {
  text-align: center;
  margin: 16px 0 12px 0;
  position: relative;
  min-width: 360px;
}

img.avatar {
  /* width: 40%; */
  border-radius: 20%;
  height: 60px;
}

#signInModal label {
	margin-bottom: 0;
}

#signInModal .toggle-group label {
	padding-top: 5px;
	font-weight: bold;
	color: #fff !important;
}

#signInModal .btn .toggle-off {
	padding-left: 1.2rem;
}

span.psw {
  right: 26px;
  position: absolute;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* The Close Button (x) */
#signInModal .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

#signInModal .close:hover,
#signInModal .close:focus {
  color: red;
  cursor: pointer;
}

.login-header {
	text-align:right;
}
.login-header .btn-primary {
	background-color:rgb(0, 37, 97);
	border-color:rgb(0, 37, 97);
}
.login-header .btn-success {
	background-color:#076933;
	border-color:#076933;
}
.toggle-handle {
	background-color: white;
}
.validation-error {
	color:red;
}
.validation-errors{
}
#errorLogin {
	padding: 5px 0;
	width: 100%;
	text-align: center;
	color: red;
}

#left-side-drawer {
	height: 100vh;
	width:336px;
	top:0;
	left:-336px;
	/* z-index:1032; */
	transition:left 0.25s ease;
}

#right-side-drawer {
	height: 100vh;
	width:336px;
	top:60;
	right:-336px;
	z-index:1032;
	transition:right 0.25s ease;
}

#right-side-drawer .list-group-item.active {
	background:white;
	color:#007bff;
}

#side-drawer-void{
	height: 100%;
	width: 100%;
	top:0;
	z-index:1000;
	/*background:rgba(0,0,0,.05);*/
}

.bg-gray {
	background-color: #ccc;
}

.footer a {
	cursor:pointer;
}

#button{
	display:block;
	margin:20px auto;
	padding:10px 30px;
	background-color:#eee;
	border:solid #ccc 1px;
  cursor: pointer;
}

#overlay{	
	position: fixed;
	top: 0;
	z-index: 1200;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Size for MD */
/* @media screen and (max-width: 414px) {   /* 768px */
@media screen and (max-width: 959px) { 
	.cpsHeader .cpsLogo {
		height: 50px;
	}
	.footer {
		font-size: 0.5rem; /* !important; */
	}
	.footer .container-fluid {
		text-align: center;
	}
	.footer .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		/* padding-left: 0; */
	}
	.text-copyright {
		text-align: center;
		padding-top: 8px;
		font-size: 8px;
	}
	.modal {
		padding-top: 0px;
	}
	.modal-content {
		margin: 0 auto;
		border: 0;
		padding: 0;
		border-radius: 0;
		width: 100%;
		max-width: 100%;
		min-width: 360px;
		height: 100%;
		min-height: 420px;
	}

}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
	 display: block;
	 float: none;
  }
  .cancelbtn {
	 width: 100%;
  }
  .box-btnControl button {
	 width:100%;
  }
}




/*-----------------sidebar --------------*/

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.sidebar-brand > a,
.sidebar-dropdown > a:after,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.headerNav ul li a i,
.sidebar-search input.search-menu,
.sidebar-search .input-group-text,
.sidebar-menu ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------sidebar-wrapper----------------*/

.headerNav a:hover {
	/* color: #002561 !Important;*/
	color: #dddddd;
	font-weight: bold;
}


.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  /*left: -300px; */
  z-index: 1001;
  background-color: white;
}

.sidebar-wrapper .mainLinkMenuClose {
	color: #818896;
}

.sidebar-wrapper a,
.dropdown ul a {
  text-decoration: none;
  color: #002561;
}

.sidebar-wrapper a:hover,
.dropdown ul a:hover {
	color: #002561;
	font-weight: bold;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper .headerContainer {
	background-color: white;
}

.sidebar-search, .sidebar-menu {
	border-top: 1px solid #DDDDDD;
}



.sidebar-menu .sidebar-dropdown.active > a {
	background-color: #F4F4F4;
}

.sidebar-menu .sidebar-submenu {
	background: #FAFAFA;
}

/*
.sidebar-menu ul li a {
	color: #818896;
}
*/

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i,
.dropdown-menu li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/* Hover dropdown hover */
.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: -14rem; /*100%;*/
  right: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  width:14rem;
  /*margin-top: -1px;*/
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

#UserMenu {
	position:fixed;
	top:45px;
	width:100px;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}