body {
  font-family: 'Roboto';
  margin: 0;
  background: #eeeeee;
  height: 100%;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#popupOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popupBox {
  background: #fff;
  padding: 20px;
  max-width: 400px;
  text-align: center;
  border-radius: 6px;
}

#popupBox button {
  margin-top: 15px;
  padding: 8px 16px;
  cursor: pointer;
}



/*tools*/

#download {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  border: 1px solid #2c5b72;
  margin-bottom: 10px;
  width: auto;
  padding: 2px 5px;
  background-color: #139262;
  color:#fff;
  border-radius: 5px;
  align-items: center;
  
  
}

.download-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.download-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  border: 1px solid #2c5b72;
  padding: 2px 8px;
  background-color: #139262;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  white-space: nowrap;
}


.error-message {
  color: #b90000;
  font-weight: bold;
  
}

.copy {
  display: inline-flex;
  border: 1px solid #147853;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #139262;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.tbactive {    display: flex;
  background: #fff;
  border-radius: 50%;
  color: #147853;
  padding: 2px 5px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 auto;}

center h2,
center h3,
center p {
  margin: 5px;
}

.center {
  text-align: center;
}

.center h2,
.center p {
  text-shadow: 3px 1px 6px white;

}

.darkred {
  color: #b90000;
}

h3 .darkred {
font-size: 15px;
}

.white,
.white i {
  color: #fff;
}

.blue {

  color: #326a87
}

.help-block {
  color: red;
  display: block;
}

.baslik {
  display: block;
  height: 52px;
  line-height: 52px;
  background: #326a8712;
  padding-left: 15px;
  box-shadow: 0px 3px 9px 1px #d1d1d1;
  border-radius: 7px;
}

/* OTHERS */

*:focus {
  outline: none;
}

#icon {
  width: 60%;
}

* {
  box-sizing: border-box;
}


/*

  LOGIN

*/

.chooselang {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 85%;
  margin: auto;
  gap: 10%;
  margin-bottom: 20px;
}

.chooselang span a {
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #326a87;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px;
  text-decoration: none;
  background-color: #2c5b72;
  color: #fff;

}

.loginTitle {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  position: absolute;
  height: 100%;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}


#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.welcome {
  margin-bottom: 50px;
}

/* ............ */


/* FORM TYPOGRAPHY*/

input[type=button],
input[type=submit],
input[type=reset] {
  background-color: #326a87;
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 15px;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background-color: #568ca7;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

#inmenuSelect select {
  border: none;
  color: #0d0d0d;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  width: 90%;
  border: 1px solid #c6d7e7;
  justify-self: end;
  color: #326a87;
  margin-bottom: 20px;

}


input[type=text],
input[type=password],
#formContent select {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus,
input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder,
input[type=password]:placeholder {
  color: #cccccc;
}

#formContent form {
  margin-top: 25px;
  margin: auto 0;
}

.registerwrap {
  display: flex;
  align-items: center;
}

.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after {
  width: 100%;
}






/* SIDE BAR DESIGN */

.sidebar {
  margin: 0;
  padding: 0;
  width: 280px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 0px 16px 3px #d7dcdf;

}


.sidebar a {
  display: flex;
  color: black;
  padding: 16px;
  text-decoration: none;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
}



.sidebar i {
  margin-right: 5px;
  line-height: 18px;
  font-size: 20px;
  color: #14618f
}

.sidebar a.active i {
  color: #fff
}

.sidebar a.active {
  background-color: #4e87a5;
  color: white;
}

#sidebarLogo {
  background-color: #2c5b72;
  color: white;
  display: flex;
  padding: 16px;
  width: inherit;
  cursor: pointer;
  height: 65px;
  align-items: center;
  flex-wrap: wrap;

}

#sidebarLogo i {
  color: #fff;
  margin-right: 10px;
}

.sidebar a:hover:not(.active) i {
  color: #fff
}

.sidebar a:hover:not(.active) {
  background-color: #326a87;
  color: white;
}

#sidebarlink {
  display: flex;
  align-items: center;
}

.hidemenu {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#hammenu {
  display: none;
}

.hidemenu a:last-child i {
  color: #bdbdbd;
}

.hidemenu a:last-child {
  margin-top: auto;
  background-color: #555;
  color: white;
  padding: 10px;
  border-bottom: none;
}

.ownername {
  flex-grow: 1;
  flex-basis: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}


div.content {
  margin-left: 280px;
  padding: 1px 16px;

}


/* announcements */

#listDivs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
  background-color: #f7f7f9;
  margin-bottom: 40px;
  box-shadow: 1px 2px 6px 0px #d9d9d9;
  row-gap: 30px;
  column-gap: 10px;
  justify-content: flex-start;
}

.anndiv {
  display: flex;
  flex-direction: column;
  background: #326a87;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #326a87;
  box-sizing: border-box;
  overflow: hidden;
  
}

.anndate,
.anntitle,
.anntext {
  color: #fff;
  text-align: center;
  padding: 7px;
  
}

.anntitle {
  font-size: 16px;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;

  }

  .hidemenu.show {
    display: flex;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
  }

  .hidemenu {
    display: none;
    flex-direction: column;
  }

  #hammenu {
    display: flex;
    margin-left: auto;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}


.mainPageCard {
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
  background-color: #f7f7f9;
  margin-bottom: 40px;
  box-shadow: 1px 2px 6px 0px #d9d9d9;
}

.intabletitle {
  font-size: 20px;
  margin-bottom: 10px;
  ;
}

.customtable i {
  font-size: 20px;

  font-weight: normal;
  vertical-align: bottom;
}

.customtable a {
  color: inherit;
  text-decoration: none;
}


.customtable {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customtable td {
  border: 1px solid #ddd;
  padding: 8px;
}

.feetable th, .feetable td {
  white-space: nowrap;

}

.customtable th {
  border: 1px solid #4e87a5;
  padding: 8px;
}

.customtable tr:nth-child(even) {
  background-color: #f2f2f2;
}

.ttexright {
  text-align: right;
}
.ttexleft {
  text-align: left;
}

.ndleft2 td:nth-child(2) {
  text-align: left;
}

.ndleft1 td:nth-child(1) {
  text-align: left;
}

.ndright2 td:nth-child(2) {
  text-align: right;
}

.ndright3 td:nth-child(3) {
  text-align: right;
}


.ndright4 td:nth-child(4) {
  text-align: right;
}

.ndright5 td:nth-child(5) {
  text-align: right;
}

.ndright6 td:nth-child(6) {
  text-align: right;
}

.ndright7 td:nth-child(7) {
  text-align: right;
}


.ndright8 td:nth-child(8) {
  text-align: right;
}
.ndright9 td:nth-child(9) {
  text-align: right;
}
.ndright10 td:nth-child(10) {
  text-align: right;
}

.ndright11 td:nth-child(11) {
  text-align: right;
}

.ndright1 td:nth-child(1) {
  text-align: right;
}

.ndcenter2 td:nth-child(2) {
  text-align: center;
}

.ndcenter3 td:nth-child(3) {
  text-align: center;
}

.ndcenter1 td:nth-child(1) {
  text-align: center;
}

.ndcenterth th {
  text-align: center;
}

.account th {
  text-align: left;
}

.account td:nth-child(2) {
  width: 80%;
}

.account td:nth-child(1) {
  width: 20%;
}

.customtable tr:hover {
  background-color: #e6f1f7
}

.customtable th {
  background-color: #4e87a5;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
}


.centertbl td {
  text-align: center;
}

.righttbl td {
  text-align: right;
}


.bankaccounts th {
  background-color: #139262;
  text-align: left;
  border: 1px solid #139262;
}




.anntable th:nth-child(2) {
  text-align: left;
  width: 100%;
}

.anntable th:last-child {
  width: 20%;
}


/* account summary */

.apt_no {
  padding: 1px 5px;
  border: 1px solid #4e87a5;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background: #4e87a5;
  color: #fff;
}

/* general meetings */
.mainPageCard.pdfdiv {
  display: table;
  width: 100%;
  height: 100%;
}

.mainPageCard.pdfdiv div:first-of-type {
  display: table-row;
  width: 100%;
}

iframe.pdfloader {
  border: none;
  width: 100%;
  min-height: 500px;
}

.show a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px
}


/* super admin */

.SAForm {
  display: flex;
  flex-direction: column;
}

.SAForm .radio {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 20px;

}

.radio label {
  cursor: pointer;
}

.SAForm select {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #4e87a5;
  font-size: 20px;
  padding: 5px;
}

.SAForm #feedate,
.SAForm #money,
.SAForm #pass,
.SAForm #email {
  width: 150px;
  font-size: 20px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #4e87a5;
  margin: 5px;
  font-size: 20px;
  padding: 5px 7px;
}

.SAForm input[type=submit] {
  width: 100px;
  padding: 15px 5px;
  margin: 5px;
  margin-top: 15px;
}


.SAForm input[type=text],
.SAForm input[type=password],
.SAForm input[type=number] {

  width: 100%;
  border: 1px solid #4e87a5;
}

.SAformtitle {
  font-size: 20px;
}

.form-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.spacer15 {
  height: 15px;
  display: block;
  width: 100%;
}


/* setpass */

.passwordwrapper {
  display: flex;
  flex-direction: column;
  width: 300px;}


/* announcements */

#announcements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
  background-color: #f7f7f9;
  margin-bottom: 40px;
  box-shadow: 1px 2px 6px 0px #d9d9d9;
  row-gap: 30px;
  column-gap: 10px;
  justify-content: flex-start;
}
.vidMain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  
}

.anndiv, .viddiv {
  display: flex;
  flex-direction: column;
  background: #326a87;
  max-width: 320px;
  border-radius: 5px;
  border: 1px solid #326a87;
  box-sizing: border-box;
  overflow: hidden;
  
}


iframe {width:100% !important; max-width: 480px !important; max-height: 300px !important;}
.watchonYT {font-size: 20px;}
.watchonYT a {text-decoration: none; color: #14618f;}

.anndiv {width:250px}
.viddiv {max-width:320px}

.anndate,
.anntitle,
.anntext {
  color: #fff;
  text-align: center;
  padding: 7px;
  
}

.anntitle {
  font-size: 16px;
  background: #fff;
  color: #000;
}
.anntext {
  background: #fff;
  display: inline-block;
  
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  
}

.anntext a {
  color: #000;
  text-decoration: none;
}
.anntext::before {display: block;width: 90%;height: 1px;background: #000;content: "";margin: 0 auto; margin-bottom: 5px;}

.anndate { text-align: center;
}



/* staff */

.employeecard {display: flex; flex-direction: column; align-items: center;}
.employeecard img {width: 150px; height: 150px; border-radius: 50%; border: 1px solid #566c77; margin: 20px 0;} 
.employeecard.manager img {width: 200px; height:200px}


#footeraskalanya {display: none;}

@media only screen and (min-width: 768px) {

   #footeraskalanya {
     display: flex;
     font-size: 15px;
     margin-top: 30px;
     position: fixed;
     bottom: 15px;
     right: 15px;
     text-decoration: none;
     color: #979797;
   }

   #footeraskalanya a {
     text-decoration: none;
     color: inherit;
   }

}


