@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html{
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Open Sans", serif;
  color: #1B1464;
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-appearance: none;
}
body {
  background-color: #eaebef;
  margin: 0px;
}
*, *:before, *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    box-sizing: border-box;
}
b{font-size: 15px;}
button:focus{outline: none}
select{
  font-family: 'Open Sans';
  font-size: 20px;
  border-radius: 5px;
  padding: 0 10px;
  border-width: 2px;
}
td{
  padding: 5px 10px;
  text-align: left;
  white-space: pre;
}
fieldset{
  background-color: #cbceca;
}
option{font-size: 20px;}
table{
  cursor: pointer;
  background-color: #eae8e5;
  margin: 5px;
  border-radius: 5px;
  border-collapse: collapse;
}
th{
  text-transform: capitalize;
  padding: 0 10px;
  position: sticky;
  background: #E9E7E4;
  top: 0px;
  box-shadow: 0px 1px 2px black,0px -1px 0px black;
}

.anncdiv textarea{
   border: none;
   resize: none;
   width: 100%;
   height: 200px;
   border-radius: 9px;
   font-size: inherit;
 }
.modal_content textarea{display: grid; width: 100%; margin: auto; height: 200px; font-size: inherit;}
.msgBox p{margin: 3px}
.anncontent li{padding-bottom: 10px; text-align: left;}
.members_modal fieldset{
  width: -webkit-min-content;
  text-align: center;
  margin: auto;
}

input[type='radio']:checked + label{
  border: 1px solid black;
  color: inherit;
  background-color:#eae8e5;
}
input[type='checkbox'] {transform: scale(1.5);margin-left:10px}

.img{
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  background:-webkit-linear-gradient(top,#0071BC ,#1B1464 100%);
  height: 21px;
  border-radius:15px 15px 0px 0px;
  width: 100.1%;
}
.signupbtn {
    float: left;
    width: 50%;
}
.form-container{
  background:#F7F7F7;
  padding: 10px 16px 16px 16px ;
  margin-top: 0em;
  width: 100%;
}
.login-field {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.maincontainer{
   width: 400px;
   margin: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.msgBox {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: red;
  text-align: center;
}
.defaultNotify{
   width: 20%;
   text-align: left;
}
.anncdiv{
   border-radius: 10px;
   padding: 5px;
   background-color: rgba(255,255,255,0.3);
   margin: 5px;
   border-bottom: 2px solid black;
   cursor: pointer;
 }
.note {margin: 5px 0px; font-size: 15px; cursor: default; }
.dis_no{display: none}
.table_li_itm:hover{background-color: #f0f0f0;}
.infotext{font-size: .6rem;font-style: italic;}
.close_x {
  font-size: 2rem;
  margin-top: -24px;
  margin-right: -5px;
  border: 1px;
  border-style: solid;
  line-height: .55;
  cursor: pointer;
  position: absolute; right: 15px;
  background-color: #D1cfcd;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  /* box-shadow:
  inset 1px 1px 4px rgba(255,255,255,0.75),
  inset -2px -2px 4px rgba(0, 0, 0, 0.75); */
  border-radius: 5px;
}
.close_x:hover{background-color: #f38282;}
.close_x:active {
  /* box-shadow:
  inset 1px 1px 2px rgba(0, 0, 0, 0.75),
  inset 0px -1px 6px rgba(0, 0, 0, 0.75); */
  background-color: #d22b23;
  border-style: inset;
}
.open_modal{background-color: #747577}
.modal{
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  cursor: pointer;
  overflow: auto;
}
.modal_content{
  width: 532px;
  background-image: url("../../img/ricepaper3.jpg");
  margin:auto;
  padding: 30px;
  box-shadow: 1px 1px 20px black;
  border-radius: 10px;
  position: relative;
  cursor: cell;
}
.tab-label{
  display: inline-block;
  margin-bottom: -1px;
  width: 20%;
  line-height: 3rem;
  text-align: center;
  border: 1px solid darkgray;
  color: inherit;
  background-color: #D1cfcd;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 5px;
  vertical-align: top;
}
.tab-label:hover{background-color: #f0f0f0;}
.tab_div{
  background-color:#eae8e5;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px;
  display: none;
  border: 1px solid black;
  width: 100%;
  overflow: auto;
 }
.label_btn{display: block;}
.subsection{
  width: 80%;
  margin: auto;
  border-bottom:3px  dashed;
  padding-bottom: 20px;
  text-align: center;
}
.f_lst_itm{cursor: pointer; width: fit-content;}
.f_lst_itm:hover{color: #096abd;}
.fl_inp{
  padding-left: .5rem;
  width: 75%;
  font-size: 1rem;
  line-height: 1.2rem;
  border: none;
  border-bottom: 1px solid;
  background: none;
}
.fl_inp:focus{outline: none;}
.dyn{text-align: center}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #201862; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.loader_div{
  position: fixed;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: opacity .5s ease-in-out;
}
.center{display: inline-block;margin: 30%}
.pos_r{display: table-cell;}
.show_loader{z-index: 2;opacity: 100;}
.chbx_wrpr{margin: 0 auto;padding: 1px; margin: 10px auto; text-align: right;}
.inline{display: inline}
.info_elm{display: inline-block; vertical-align: super; cursor: pointer;}
.inp_wrpr_hlf{width: 49%;padding: 8px;display: inline-block; margin: 15px auto}
.inp_full{
  width: 100%;
  font-size: 20px;
}
.btn_com{
  font-size: 15px;
  display: inline-block;
  margin: 10px 0px;
  line-height: 1.5rem;
  background-color:#D1cfcd;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  text-align: center;
  cursor: pointer;
  color: inherit;
  border-radius: 5px;
  padding: 0px 10px;
  -webkit-appearance:none;
}
.btn_com:hover{ background-color: #f0f0f0;}
.btn_com:active{
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.75), inset -1px -1px 6px rgba(0, 0, 0, 0.75);
  border-style: inset;
}
.btn_com:focus{outline: none}
.delete_btn{
  font-weight: 700;
  color: #b90707;
  font-size: 12px;
  box-shadow: none;
  border-radius: 5px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  margin-top: 20px;
  background-color: #D1cfcd;
}
.delete_btn:hover{background-color: #f0f0f0;}
.delete_btn:active{box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.75), inset -1px -1px 6px rgba(0, 0, 0, 0.75);}
.back_btn{display: none}
.sub_sec_cont{
  overflow: auto;
  max-height: 600px;
  max-width: 100%;
  display: inline-block;
}
.sho_tble{display: inline-block;}
.hidden{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.txt_cntr{text-align: center;}
.mdl_up .no_sho_up{display: none}
.no_mgn{margin: 0}
.link, a.link{
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  font-size: .8rem;
}
.link:hover{color: #0e98f3;}
.rght_aln{float: right; padding:20px;}
.modal_content_lg{width: initial;}
.tel_info{
  position: absolute;
  border: 1px solid;
  background: #cbceca;
  top: 517px;
  left: 35px;
  width: 460px;
  box-shadow: 1px 1px 10px black;
  border-radius: 5px;
  padding: 10px;
}

#annoucements tr td:nth-child(1){display: none;}
#annoucements th:nth-child(1){display: none;}
#login_view h1{font-size: 2em; text-align: center; margin-top: 0px;}
#main_view h2{cursor: default;}
#login_view{
  background-image: url("../../img/ricepaper3.jpg");
  padding: 20px;
  height: 100%;
  width: 100%;
  position:fixed;
  padding: 50px 0;
  overflow: scroll;
}
#rembr {padding-left: 10px;}
#login_btn {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
}
#login_btn:hover{background-color:#48bb4d}
#login_btn:active{border-style: inset;}
#login_btn:focus{outline: none;}
#bottomrow{
    margin-top: 0px;
    margin-bottom: 0.5em;
    border-radius:0px 0px 15px 15px;
    background:-webkit-linear-gradient(top,#1B1464 ,#0071BC 100%);
}
#error_message{
    text-align: center;
    color:red;
    font-weight: bold;
}
#main_view{margin-bottom: 50px;}
#logout_btn{margin: 30px 0 0 30px}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-device-width: 550px) {
  html{
    font-size: 45px;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
  }
  th{padding: 5px 10px;  }
  td{padding: 15px 10px;}
  body{margin: 0px; min-height: 2000px;}
  table{margin: auto; border-width: 4px;}
  b, select{font-size: inherit;}
  input[type="checkbox"]{
    transform: scale(4);
    margin-left: 30px;
    vertical-align: middle;
  }
  input[type='radio']:checked + label{border: 3px solid black;}

  #login_view h1{
      font-size: 3rem;
      line-height: initial;
  }
  #login_view h5 {
    font-size: inherit;
    margin-top: 20px;
  }
  #login_view h4{font-size: 50px;}
  #login_view label{
      font-size: 180%;
  }
  #editannc p{font-size: 35px;}

  #addr_tbl_div tr td:nth-child(n+4){display: none;}
  #addr_tbl_div th:nth-child(n+4){display: none;}
  #annoucements tr td:nth-child(1){display: none;}
  #annoucements th:nth-child(1){display: none;}
  #annoucements th:nth-child(3){display: none;}
  #members_table_div th:nth-child(2){display: none;}
  #members_table_div tr td:nth-child(2){display: none;}
  #members_table_div th:nth-child(3){display: none;}
  #members_table_div tr td:nth-child(3){display: none;}
  #members_table_div th:nth-child(5){display: none;}
  #members_table_div tr td:nth-child(5){display: none;}

  #rembr{padding-left: 40px; font-size: 50px; vertical-align:middle;}
  #login_btn{border-radius: 10px; font-size: 1.5rem; margin-top: 50px;}
  #files{font-size: 50px;}
  #rcrd_notes{font-size: 40px;}
  #cong_name{margin-top: 10px;}
  #bottomrow{
    margin-top: 0em;
    margin-bottom: 0.5em;
    border-radius:0px 0px 20px 20px;
  }

  .modal_content textarea{min-height: 200px;}
  .back_btn img{width: 50px;}

  .back_btn:active{background: rgba(0,0,0,0.3)}
  .back_btn{
    padding: 50px;
    width: 150px;
    position: relative;
    border-radius: 50%;
    margin: 10px 0 0 10px;
    z-index: 2;
  }
  .img{display: none;}
  .maincontainer{
      width: 100%;
      margin: 0px;
  }
  .form-container{padding: 40px 16px 1px 16px; background: inherit; width: 90%; margin: auto;}
  .prefrdAnnc{width: fit-content; margin: auto; -webkit-appearance:none;}
  .signupbtn {
      width: 100%;
      font-size: 200%;
  }
  .title{padding: 16px 0 0 0;}
  .tab-label{
    padding: 20px 30px;
  }
  .btn_com{
    font-size: inherit;
    padding: 0px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 2rem;
  }
  .inp_full{
    font-size: 50px;
    padding: 15px 30px;
    line-height: 1.2rem;
    width: 100%;
  }
  .modal_content{
    width: 90%;
    overflow: auto;
    margin:30px auto;
    font-size: 50px;
    position: relative;
    -webkit-appearance: none;
    box-shadow: none;
  }
  .mdl_opn{background-image: url('../../img/ricepaper3.jpg');}
  .mdl_opn .modal_content{box-shadow: none; margin-top: -50px}
  .close_x{margin-top: 0px; margin-right: 18px; font-size: 3rem;}
  .sub_sec_cont{max-height: initial}
  .login-field{
    font-size: 1.5rem;
    border: 3px solid #ccc;
    margin: 15px 0
  }
  .tab-label{border: 3px solid darkgray; width: 33%; line-height: normal; border-radius: 10px;}
  .tab_div{border: 3px solid black;}
  .subsection{max-height: none; overflow: auto; width: 90%;}
  .anncontent{text-align: left;}
  .delete_btn{font-size: 30px;}
  .note{padding-left: 20px; font-size: 35px;}
  .infotext{font-size: 1rem;}
}
