@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  /* background-image: url("/images/test.jpg");  */
  /* background: #ECF0F1; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: white;
  z-index: 1;
}

main {
  /* padding: 1rem; */
  margin: auto;
}

form {
  display: inline;
}

.image {
  height: 20rem;
}

.image img {
  height: 100%;
}

.main-header {
  width: 100%;
  height: 3rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  /*box-shadow: 1px 1px 25px grey;*/
  background-image: linear-gradient(to right,#6a3093,#a044ff);
  /* background: #2874A6; */
  backdrop-filter: blur(5px);
}

/* .main-header a img{
height: 45px;
margin-right: 1rem;
} */

.main-header__nav {
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.main-header__item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-header__item {
  margin: 0 1rem;
  padding: 0;
}

.main-header__item a img {
  height: 1.5rem;
}

.main-header__item a,
.main-header__item button {
  font: inherit;
  background: transparent;
  border: none;
  text-decoration: none;
  color:#D7BDE2;
  cursor: pointer;
}

.main-header__item a:hover,
.main-header__item a:active,
.main-header__item a.active,
.main-header__item button:hover,
.main-header__item button:active {
  color: white;
}

.mobile-nav {
  width: 30rem;
  height: 100vh;
  max-width: 90%;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 10;
  padding: 2rem 1rem 1rem 2rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.logout:focus{
  outline: none;
}

.mobile-nav.open {
  transform: translateX(0);
  background-image: linear-gradient(to right,#6a3093,#a044ff);
}

.mobile-nav__item-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.mobile-nav__item {
  margin: 1rem;
  padding: 0;
}

.mobile-nav__item a,
.mobile-nav__item button {
  font: inherit;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-nav__item a:active,
.mobile-nav__item a:hover,
.mobile-nav__item a.active,
.mobile-nav__item button:hover,
.mobile-nav__item button:active {
  background: white;
  color: #001f3f;
  border-radius: 3px;
}

#side-menu-toggle {
  /* border: 1px solid #001f3f;  */
  border : none;
  font: inherit;
  padding: 0.5rem;
  display: block;
  background: transparent;
  color: white;
  cursor: pointer;
}

#side-menu-toggle:focus {
  outline: none;
}

#side-menu-toggle img:hover {
  outline: none;
  cursor: pointer;
}

/* #side-menu-toggle:active,
#side-menu-toggle:hover {
  color: #ffeb3b;
  border-color: #ffeb3b;
} */

#side-menu-toggle img{
  width: 2.5rem;
  height: 40px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

.grid {
  display: block;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.card {
  box-shadow: 1px 1px 3px grey;
  float: left;
  border-radius: 20px;
  /* background: #001f3f;  */
  backdrop-filter: blur(15px);
  color: #ffffff;
  box-shadow: 10px 10px 9px grey;
  background-image: linear-gradient(to right,#DA22FF,#9733EE);
}

.card:hover,
.card:active {
  background-image: linear-gradient (#44A08D, #093637) !important;
  backdrop-filter: blur(35px);
}

.card__header,
.card__content {
  padding: 1rem;
}

.card__header h1,
.card__content h1,
.card__content h2,
.card__content p {
  margin: 0;
  font-size: .8rem;
}

.card__image {
  width: 100%;
  height: 6rem;
  text-align: center;
}

.card__image img {
  max-width: 100%;
  max-height: 100%;
}

.card__actions {
  text-align: center;
}

.card__actions button,
.card__actions a {
  margin: 0 0.25rem;
}

.signIn{
  display: inline-block;
  text-decoration: none;
  font: inherit;
  color: white;
  cursor: pointer;
  margin-top: 1rem; 
} 

.signIn:hover{
  color: #D1F2EB;
}

.btn {
  display: inline-block;
  padding: 0.25rem 1rem;
  text-decoration: none;
  font: inherit;
  border: 1px solid #6a3093;
  color: #6a3093    ;
  background: white;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 5px grey;
  margin-top: 1rem;
}

.btnUpdate{
  display: inline-block;
  padding: 0.25rem 1rem;
  text-decoration: none;
  font: inherit;
  border: 1px solid #5DADE2;
  color: white;
  background:#5DADE2;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 5px grey;
  margin-top: 1rem;
}

.fullDetail{
  color: white !important;
  cursor: pointer;
}

.fullDetail_Violet{
  color: #6a3093 !important;
  cursor: pointer;
}

.accordionChild{
  border-bottom: none;
  text-decoration: none;
  border: none;
  margin:0%;
}

.btn:hover,
.btn:active {
  background-color: #6a3093;
  color: white;
}

.btn.danger {
  color: red;
  border-color: red;
}

.btn.danger:hover,
.btn.danger:active {
  background: red;
  color: white;
}

.doc-icon{
  color:#2ECC71 !important;
  font-size: 18px !important;
}

.doc-iconRed{
  color:#E74C3C !important;
  font-size: 18px !important;
}

.user-message {
  font-size: 0.75rem;
  margin: auto;
  width: 90%;
  border: 1px solid #4771fa;
  padding: 0.5rem;
  padding-left: 2rem;
  border-radius: 3px;
  background: #b9c9ff;
  text-align: left;
}

.user-message--error {
  border-color: red;
  background: rgb(255, 176, 176);
  color: red;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}

.pagination a {
  text-decoration: none;
  color: #6a3093    ;
  padding: 0.4rem;
  border: 1px solid #6a3093    ;
  margin: 0 1rem;
}

.classInvoice{
  cursor: pointer;
  text-decoration: none;
  color:#7D3C98;
}

/* .pagination a:hover,
.pagination a:active,
.pagination a.active {
  background: #001f3f    ;
  color: white;
} */

@media (max-width: 768px) {
  .main-header {
    padding: 0 0.1rem;
  }
}  

@media (min-width: 768px) {

  .main-header {
    padding: 0 0.1rem;
  }

  .main-header__nav {
    display: flex;
  }

  #side-menu-toggle {
    display: none;
  }

  .user-message {
    width: 90%;
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -o-filter: blur(6px);
  filter: blur(6px);
  object-fit: cover;
  transform: scale(1.04);
  z-index: -1;
}

.centered{
  text-align: center;
}
