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

html{
  font-size: 20px;
  background-image: url("../img/ricepaper3.jpg");
  font-family: 'Open Sans', serif;
  color: #1B1464;
  margin-left: calc(100vw - 100%);
}
body{margin: 0px;}
*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button{font-size: inherit;}
audio{display: block;margin:0 auto 10px;}
select{
  font-family: 'Open Sans';
  font-size: 20px;
  border-radius: 5px;
  padding: 5px 10px;
  border-width: 2px;
}
fieldset{
  margin: auto;
  background-color: #cbceca;
}
h1{text-align: center;margin: 0px;padding-bottom: 30px;}
h3{
  color:inherit;
  font-size: 16px;
  margin: 10px;
}
textarea{
 border: none;
 resize: none;
 width: 100%;
 height: 200px;
 border-radius: 9px;
}
li{padding-bottom: 5px;}
table{
  margin: auto;
  cursor: pointer;
  border: none;
}

input[type=checkbox]{
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    margin: 10px;
    cursor: pointer;
}
input[type='radio']:checked + label{
  border-bottom: 4px solid #1B1464;
  color: #1b1464;
}

.strm_playr h3{font-size: 20px;}
.srch-sbmt img{height: 25px;}
.msgBox p{
  display: none;
  line-height: 1.5rem;
  margin: 3px;
}
.msgBox_actv p {display: block}
.addr_li_itm td{padding: 3px 7px; cursor: pointer; white-space: pre; width: 50%;text-align: left;}
.tab_div th{
  border-bottom: 1px solid black;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.table_li_itm td{
  padding: 5px 10px;
  text-align: left;
  border: none;
}
.chbx_wrpr label{margin: 0 10px}
.f_lst_itm a{color: inherit;}

#login_view h5{
  margin-right: 35px;
  color : inherit;
  font-size: .8rem;
  cursor: pointer;
}
#cong_name{font-size: 3.2rem;}

.acc_md_cnt {
  margin: 15px 0 0 0;
  text-align: left;
}
.strm_link{text-align: center;}
.srch-result-item {
  margin: 5px;
  cursor: pointer;
}
.srch_div{
  float: right;
  margin-top: 10px;
  background-color: white;
  border-radius: 6px;
  padding: 0 6px;
}
.srch-sbmt{
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 25px;
  vertical-align: middle;
  background-color: white;
  width: initial;
}
.login-field {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.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%;
}
.form-container{
    background:#F7F7F7;
    padding: 10px 16px 16px 16px;
}
.login_container{
     width: 400px;
     margin: auto;
}
.msgBox {
  min-height: 1.5rem;
  text-align: center;
}
.msgBox_actv{background-color: red}
.btn_com{
  font-size: 15px;
  display: inline-block;
  margin: 10px 0px;
  line-height: 1.5rem;
  background-color:#D1cfcd;
  box-shadow: inset 4px 4px 7px rgba(255,255,255,0.9), inset -2px -2px 4px rgba(0, 0, 0, 0.75);
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  color: inherit;
  border-radius: 5px;
  padding: 0px 10px;
  -webkit-appearance:none;
  outline: none
}
.btn_com:hover{background-color: #f0f0f0}
.btn_com:active{
  border: inset;
  color: inherit;
  box-shadow:
    inset 2px 2px 10px rgba(0, 0, 0, 0.75),
    inset -2px -2px 10px rgba(0, 0, 0, 0.75);
}
.chbx_wrpr{margin: 0 auto;padding: 1px; margin: 10px auto; text-align: right;}
.infotext{
  font-size: .6rem;
  font-style: italic;
  margin: 0;
}
.inp_full{
  width: 100%;
  font-size: 20px;
  border-radius: 5px;
}
.prefrdAnnc{
  width: fit-content;
  margin: auto;
}
.inp_wrpr_hlf{
  width: 49%;
  padding: 8px;
  display: inline-block;
  margin: 10px auto;
}
.toast .addr_modal_ctn{min-height: initial}
.container{
 max-width: 960px;
 margin: auto;
 margin-bottom: 10px;
}
.content{
	max-width:600px;
	margin:auto;
}
.button{
 margin: 0px 0px;
 line-height: 2.5rem;
 width: 100%;
 border: 1px solid black;
 border-radius: .5rem;
 background-color:#D1cfcd;
 box-shadow:
 inset 5px 5px 6px rgba(255,255,255,0.75),
 inset -5px -5px 6px rgba(0, 0, 0, 0.75);
 text-align: center;
 cursor: pointer;
 color: inherit;
 font-weight: bold;
}
.button:hover {background-color: #f0f0f0;}
.menucontent{
  text-align: center;
  margin:0px 8px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 10px;
  overflow-y: scroll
}
.open-button{box-shadow: inset 0 0 .7rem black;}
.div_cl{
  height: 0;
  transition: height 1s;
}
.pad_10{padding: 10px}
.hidden{
 width: 0.1px;
 height: 0.1px;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 z-index: -1;
}
.modal{
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 5;
 display: none;
 background-color: rgba(0, 0, 0, 0.4);
 cursor: pointer;
 overflow: auto;
}
.modal_ctn{
 width: 50%;
 min-height: 200px;
 margin: 15% auto;
 background-color: lightgrey;
 text-align: center;
 border-radius: 20px;
 cursor: default;
 font-size: inherit;
 padding: 15px;
 padding-top: 15px;
 position: relative;
}
.bold{font-weight: bold;}
.anncdiv{
  text-align: left;
  cursor: default;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.3);
  border-bottom: 2px solid black;
  margin: 0 10px;
}
.stm-lst{
 text-decoration: underline;
 font-size: 1.2rem;
 cursor: pointer;
}
.lst-sm{ font-size: .8rem;text-decoration: none;}
.close_x {
 font-size: 2rem;
 margin-top: 0px;
 line-height: 1rem;
 cursor: pointer;
 position: absolute;
 right: 15px;
 top: 15px;
 border-radius: 5px;
 -webkit-appearance: none;
 color: #8c8c8c;
}
.close_x:hover{color: #f38282;}
.close_x:active {color: #d22b23;}
.close_x::after{clear:both;}
.dis_no{display: none}
.undrl{text-decoration: underline}
.tab-label{
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-bottom: 4px solid #8c8c8c;
  padding: 0 25px;
  margin: 0 10px;
  color: #8c8c8c;
}
.tab_div{
 margin-top: 20px;
 display: none;
}
.addr_li_itm:hover, .day-number:hover, .table_li_itm:hover, .srch-result-item:hover {color: #0e98f3;}
.signupbtn {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    width: 100%;
    outline: none;
}
.signupbtn:hover{background-color:#48bb4d}
.signupbtn:active{border-style: inset;}
.footer{
  bottom: 5px;
  background: #f0f0f0;
  max-width: 960px;
  width: 100%;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 1.5rem;
}
.link, a.link{
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  font-size: .8rem;
}
.link:hover{color: #0e98f3;}
.rght_aln{float: right}
.sho_tble{display: inline-block;}

#srch_inpt{
  line-height: 25px;
  border: none;
  outline: none;
  vertical-align: middle;
}
#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;
}
#notice{
    color:red;
    font-weight: bold;
}
#file_upl_div{
  display: none;
  border: 1px solid black;
  border-radius: 5px;
  background-color: #eae8e5;
}
#records{padding-top: 20px;}

#addr_update:checked ~ #addr_upd_div,
#notif_pref:checked ~ #notif_pr_div{display: block}

/* calendar styles*/
.cal_div table{width: 100%}
.calendar td{width: 14.5%;max-width: 0}
.cal_div{margin: 10px}
.calendar-day-head{text-align: center;}
.calendar-day,.calendar-day-head,.calendar-day-np{width: 100%;height: 90px}
.calendar-day{
 border-top: 1px solid darkgray;
 cursor: pointer;
 text-align: left;
}
.mnthhdr{
 display: inline-block;
 width: 40%;
 border: 1px solid black;
 border-radius: 6px;
 margin: 0 5px
}
.nxtmnth, .prevmnth{
 display: inline-block;
 width: 70px;
 font-size: 1.5rem;
 cursor: pointer;
 border-radius: 10px;
}
.nxtmnth:hover, .prevmnth:hover{background-color: rgba(0,0,0,0.2)}
.day-number{text-align: left;}
.cal-row-name,.cal-row-fill{
 font-weight: bold;
 margin: 0;
 white-space: nowrap;
 color: white;
 padding-left: 3px;
 height: .8rem;
 margin-top: 2px;
 padding: 0 4px 0 4px;
 font-size: 0;
}
.sde, .sdf{
 font-size: small;
 border-radius: 5px;
 margin-left: 2px;
 overflow: hidden;
}
.mdes{
 font-size: small;
 border-radius: 5px 0 0 5px;
 margin-left: 2px;
}
.mdee{ border-radius: 0 5px 5px 0}
.modal_ctn .cal-row-name{
  width: 75%;
  margin: 10px auto;
  font-size: medium;
  border-radius: 5px;
  height: 1.1rem;
  white-space: normal;
}
.cal_div .cal-row-name:nth-child(4):not(:last-child)::before {
   content: '...\2003\2003';
   line-height: 0px;
   font-size: 40px;
   color: gray;
}
.cal_div .cal-row-name:nth-child(4):not(:last-child){background-color: unset !important;font-size: 0}
.cal_div .cal-row-name:nth-child(n+5){display: none;}
 /* end calendar styles*/
@media screen and (max-device-width: 550px) {
    html{
      font-size: 50px;
      -webkit-text-size-adjust:none;
      -moz-text-size-adjust:none;
      -ms-text-size-adjust:none;
    }
    b, input,button{font-size: inherit;}
    select{
      font-size: inherit;
      padding: 15px 30px;
    }
    h3{font-size: 1.2rem;margin: 5px;}
    table{font-size: 1rem; width: 100%;}
    input[type=checkbox]{
       -ms-transform: scale(3);
       -moz-transform: scale(3);
       -webkit-transform: scale(3);
       -o-transform: scale(3);
       margin: 10px 20px 40px 10px;
    }
    textarea{font-size: inherit;}
    fieldset{
      border: none;
      border-bottom: 1px solid;
      background-color: inherit;
      padding: 0;
    }
    #login_view a{line-height: 1.3rem;}
    #login_view h5 { margin-top: 20px;}
    #cong_name{
      font-size: 2rem;
      margin-top: 100px;
    }
    #rembr{padding-left: 10px; vertical-align:middle;}
    #srch_inpt {
      width: 85%;
      line-height: 80px;
    }

    .srch-sbmt img{height: 80px;}
    .addr_li_itm td{padding: 10px;}

    .img{display: none;}
    .inp_full{
      font-size: 50px;
      padding: 15px 30px;
      line-height: 1.2rem;
      border-radius: 10px;
    }
    .tab-label{margin: 50px 10px;}
    .login_container{width: 100%;margin: 0px;}
    .form-container{padding: 40px 16px 1px 16px; background: inherit; width: 90%; margin: auto;}
    .login-field{
      line-height: 90px;
      border: 3px solid #ccc;
      margin: 15px 0;
    }
    .signupbtn {
      border-radius: 10px;
      line-height: 90px;
    }
    .srch-sbmt{
      height: 80px;
      float: right;
    }
    .srch-result-item {margin: 20px;}
    .btn_com{
       margin-top: 30px;
       font-size: 1rem;
       width: auto;padding: 5px 20px;
       border-radius: 10px;
       box-shadow:
       inset 7px 13px 20px rgba(255,255,255,0.75),
       inset 3px -3px 20px rgba(0, 0, 0, 0.75);
       -webkit-text-size-adjust:none;
       -moz-text-size-adjust:none;
       -ms-text-size-adjust:none;
       border: 2px solid;
     }
    .dvdln{height: 3px;}
    .srch_div{
      margin-top: 35px;
      width: 65%;
      padding: 0 15px;
    }
    .container{
      width: 95%;
      margin:auto;
    }
    .content {max-width:100%;}
    .menucontent{max-height: none;}
    .anncdiv{
      width: initial;
      border-bottom: 6px solid black;
      border-radius: 20px;
      margin: 0
    }
    .button{
      font-size: 1rem;
      line-height: 3rem;
      border: 3px solid black;
      box-shadow:
      inset 7px 7px 20px rgba(255,255,255,0.75),
      inset -7px -7px 20px rgba(0, 0, 0, 0.75);
    }
    .button:hover {background-color:#D1cfcd;}
    .open-button{
      position: sticky;
      top: 0px;
    }
    .modal_ctn .cal-row-name{
      width: 85%;
      font-size: inherit;
      height: initial;
    }
    .modal_ctn{
      width: 95%;
      padding-top: 90px;
    }
    .nxtmnth, .prevmnth{
      width: 150px;
      background-color: #D1cfcd;
      line-height: 0;
      padding: 30px 5px 40px;
      margin:0 15px;
    }
    .month-chg-div{margin: 20px}
    .cal_div .day-number{font-size: 40px; height: 41px;}
    .cal_div .cal-row-name,.cal_div .cal-row-fill{height: 33px;}
    .cal_div .cal-row-name{margin-top: 4px;}
    .cal_div .mdes,
    .cal_div .sdf,
    .cal_div .sde{
      font-size: 29px;
      line-height: 29px;
      padding-bottom: 4px;
      margin-left: 6px;
    }
    .cal_div .mdes{margin-left:6px;}
    .calendar-day{height: 153px;}
    .calendar-day-head{font-size: 1rem;}
    .cal_div .cal-row-name:nth-child(3)::before{font-size: 80px}
    .anncontent{
      font-size: .9rem;
      padding-bottom: 10px;;
    }
    .close_x {
      font-size: 2.5rem;
      line-height: 1.5rem
    }
}
