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

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
    * {
      font-family: 'Noto Sans TC';
    }

    body {
      /* background-color: gold; */
      background-color: whitesmoke;
      padding: 1rem;
      font-family: 'Noto Sans TC';
    }

    p {
      white-space: pre-wrap;
    }

    .container{
      padding-left: 5px;
      padding-right: 5px;
    }

    .mw-90px{
      max-width: 90px;
    }

    .mw-85px{
      max-width: 85px;
    }

    .mw-80px{
      max-width: 80px;
    }

    .mw-70px{
      max-width: 70px;
    }

    .navbar {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    .navbar-toggler {
      border: 0rem;
    }


    .border-radius {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }


  .pointer {
      cursor: pointer;
  }

  .action-box {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: floralwhite;
      width: 5rem;
      height: 5rem;
      margin: 0.2rem;
      padding: 1rem 0.7rem 1rem 0.7rem;
  }

  .action-box-title {
      word-break: break-all;
      width: 85px;
  }


  .facebook {
    background-color:#3b5998;
  }

  .line{
    background-color: #00c300;
  }

  .white{
    color: #ffffff;
  }
  
  .diary-title{
    color:#AF601A ;
  }

  .st0{fill:#988575;}
  .st1{fill:#040000;}
  .st2{font-family:'Oxygen'/*'LiGothicMed'*/; font-weight: 700;}
  .st3{font-size:1.5em;}
  .st4{fill:url(#SVGID_1_);}
  .st5{fill:#FFFFFF;}
  .st6{font-size:6em;}
  .st7{font-size:1.7em;}
  .st8{fill:#E7211A;}
  .st9{fill:#736357;}
  .st10{fill:#18499E;}
  .st11{fill:#951C5B;}



  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 0;
    }

    .video-container iframe {
      border: 0;
    }
    
    .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

 
  /* .modal-dialog {
    max-width: 80%;
  } */

  @media screen and (max-width: 768px){
    .modal-dialog {
      max-width: 100%;
    }
}
@media screen and (min-width: 769px) {
  .modal-dialog {
    max-width: 80%;
  }
}


  .btn-plus:active{
    color:green;
  }
  /* .btn-plus:active:focus{
    color:green;
  } */


  .required .control-label:after {
    content:"*";
    color:red;
  }


  .msg{
    color:red;
  }

  .plus{
    color:red;
  }
  .minus{
    color:green;
  }

  .white{
    color: white;
  }

  .font-weight-bold{
    font-weight:bold;
  }
  .font-weight-normal{
    font-weight:normal;
  }
  .font-size-xsmall{
    font-size:x-small;
  }


  .signatureCanvas{
    border: 1px solid black;
    width:100%;
    min-height: 200px;
  }

  .chat-item{
    white-space: pre-wrap;
    text-align:left;
    max-width: 75%;
  }

  .glow-button-me  {
    box-shadow: 0px 0px 8px 5px rgba(92, 182, 99, 0.4);
  }
  .glow-button-he {
    box-shadow: 0px 0px 8px 5px rgba(83, 83, 83, 0.4);
  }
  .btn-transparent {
    background-color: Transparent;
  }

  .dim-button {
    opacity: 0.4;
  }

.week-calendar-bg{
  background-color: white;
  margin: 0rem -1rem 0rem -1rem;
}

  .week-calendar-dayitem{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid;
    font-size: 10pt;
  }

  