@charset "utf-8";

@font-face {
  font-family: "cal";
  src: url(../font/NellaSue.ttf);
}
* {
  margin: 0 auto;
  font-size: 16px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
}

html {
  background-color: rgba(244, 244, 244, 1);
}
#main_container {
  background-color: rgba(244, 244, 244, 1);
  width: 100%;
}
#data_form {
  width: 40%;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
#tb_input {
  width: 100%;
}
#tb_input td {
  color: rgba(10, 26, 77, 1);
  font-size: 13px;
  font-weight: bold;
}
#tb_input td.fill_input {
  padding-bottom: 5px;
}
#tb_input td.cb {
  padding-left: 15px;
}
#data_form input[type="text"],
#data_form input[type="date"],
#data_form input[type="email"],
#data_form select {
  border: 1px solid rgba(71, 92, 160, 1);
  border-radius: 5px;
  color: rgba(55, 55, 55, 1);
  padding: 10px;
  width: 100%;
}

#data_form input[type="text"]:hover,
#data_form input[type="text"]:focus,
#data_form input[type="date"]:hover,
#data_form input[type="date"]:focus,
#data_form input[type="email"]:hover,
#data_form input[type="email"]:focus,
#data_form select:hover,
#data_form select:focus {
  border: 1px solid rgba(249, 178, 94, 1);
}
#data_form input[type="submit"] {
  border: 0;
  color: rgba(10, 26, 77, 1);
  font-weight: bold;
  padding: 20px;
  background-color: rgba(141, 213, 181, 1);
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
#data_form input[type="submit"]:hover {
  background-color: rgba(158, 219, 192, 1);
}
#form_title {
  font-family: "cal";
  font-size: 25px;
  color: rgba(10, 26, 77, 1);
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
#login_form {
  width: 30%;
  background-color: rgba(72, 47, 109, 1);
  text-align: center;
  padding: 30px 0 35px 0;
  border-radius: 5px;
  margin-top: 10%;
}
#login_form table {
  width: 100%;
}
#login_logo img {
  width: 40px;
  margin-bottom: 10px;
}
#login_form input[type="text"],
#login_form input[type="password"] {
  padding: 10px 10px 5px 10px;
  width: 80%;
  margin-left: 10%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(247, 148, 30, 0.7);
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  color: rgba(255, 255, 255, 1);
}
#login_form input[type="submit"] {
  margin-top: 25px;
  width: 80%;
  margin-left: 10%;
  background-color: rgba(247, 148, 30, 1);
  border: 0;
  color: rgba(72, 47, 109, 1);
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
#login_form input[type="submit"]:hover {
  background-color: rgba(248, 161, 58, 1);
}
#login_form input[type="text"]:hover,
#login_form input[type="password"]:hover,
#login_form input[type="text"]:focus,
#login_form input[type="password"]:focus {
  border-bottom: 1px solid rgba(247, 148, 30, 1);
}
#menu_container {
  width: 20%;
  height: 100%;
  background-color: rgba(71, 92, 160, 1);
  position: fixed;
  right: -30%;
  top: 0;
  z-index: 999;
  transition: ease 0.5s;
  padding: 60px 0 0 0;
}
#menu_container > div {
  border-bottom: 1px solid rgba(244, 244, 244, 0.3);
  color: rgba(244, 244, 244, 1);
  padding: 10px 10px 10px 15px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
#menu_container > div:hover {
  border-bottom: 1px solid rgba(244, 244, 244, 0.3);
  background-color: rgba(59, 76, 133, 0.3);
}
#blur,
#blur2 {
  width: 100%;
  height: 100%;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  display: none;
}
#data_container {
  width: 92%;
  margin-left: 2%;
  overflow: auto;
  background-color: rgba(252, 252, 252, 1);
  padding: 2%;
}
.data_table {
  width: 100%;
  border-spacing: 0;
}
.data_table th a,
.data_table th {
  color: rgba(244, 244, 244, 1);
  text-decoration: none;
  font-size: 14px;
  background-color: rgba(71, 92, 160, 1);
}
.data_table th a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.data_table td {
  font-size: 14px;
  color: rgba(36, 47, 82, 1);
  text-align: center;
  padding: 2px;
}
.data_table tr:hover {
  background-color: rgba(71, 92, 160, 0.3);
}
.bgcolor_grey {
  background-color: rgba(219, 218, 220, 1);
}
.paging a {
  color: rgba(71, 92, 160, 1);
}
.paging a:hover {
  color: rgba(71, 92, 160, 0.5);
}
#search_container {
  z-index: 1000;
  position: fixed;
  width: 50%;
  left: 25%;
  top: 20px;
  background-color: rgba(71, 92, 160, 1);
  display: none;
  overflow: auto;
}
#input_file {
  z-index: 1000;
  position: fixed;
  width: 50%;
  left: 25%;
  top: 100px;
  background-color: rgba(71, 92, 160, 1);
  display: none;
  overflow: auto;
}
.top_bar {
  background-color: rgba(228, 232, 243, 1);
  color: rgba(54, 69, 120, 1);
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
#search_container table,
#input_file table {
  width: 90%;
}
#input_file td {
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  padding-right: 10px;
  text-align: center;
}
#search_container td {
  color: rgba(238, 238, 238, 1);
  font-size: 14px;
  padding-right: 10px;
}
#search_container input[type="text"],
#search_container input[type="date"],
#search_container input[type="time"],
#search_container select,
#input_file select,
#msg_container select,
input[type="text"]#addfav,
#edit_container input[type="text"],
#edit_container input[type="password"],
#edit_container select,
#newuser_container input[type="text"],
#newuser_container input[type="password"],
#newuser_container select {
  border: 1px solid rgba(51, 66, 115, 1);
  background-color: rgba(233, 236, 245, 0.5);
  width: 100%;
  padding: 3px 6px 3px 6px;
  color: rgba(45, 57, 100, 1);
  margin-bottom: 2px;
  border-radius: 5px;
}
#search_container input[type="text"]:hover,
#search_container input[type="date"]:hover,
#search_container select:hover,
#input_file select:hover,
#search_container input[type="time"],
#search_container input[type="text"]:focus,
#search_container input[type="date"]:focus,
#search_container select:focus,
#input_file select:focus,
#search_container input[type="time"]:focus,
#msg_container textarea:hover,
#msg_container textarea:focus,
input[type="text"]#addfav:hover,
#edit_container input[type="text"]:hover,
#edit_container input[type="password"]:hover,
#edit_container select:hover,
#newuser_container input[type="text"]:hover,
#newuser_container input[type="password"]:hover,
#newuser_container select:hover {
  border: 1px solid rgba(249, 178, 94, 1);
}
#search_container input[type="submit"],
#input_file input[type="submit"],
#msg_container input[type="submit"],
#edit_container input[type="submit"],
#newuser_container input[type="submit"] {
  border: 0;
  color: rgba(37, 47, 82, 1);
  font-weight: bold;
  padding: 10px 40px 10px 40px;
  background-color: rgba(141, 213, 181, 1);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 25px;
}
button.cancel-btn {
  border: 0;
  color: rgba(37, 47, 82, 1);
  font-weight: bold;
  padding: 10px 40px 10px 40px;
  background-color: rgb(216, 130, 138);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 25px;
}
#search_container input[type="submit"]:hover,
#input_file input[type="submit"]:hover,
#msg_container input[type="submit"]:hover,
#send_container input[type="submit"]:hover,
#edit_container input[type="submit"]:hover,
#newuser_container input[type="submit"]:hover {
  background-color: rgba(158, 219, 192, 1);
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid rgba(71, 92, 160, 1);
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
  border: 1px solid rgba(249, 178, 94, 1);
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#success_info {
  position: fixed;
  width: 200px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(141, 213, 181, 0.5);
  padding: 20px;
  color: rgba(44, 57, 100, 1);
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(96, 96, 96, 0.3);
  display: none;
  cursor: pointer;
}
#msg_container {
  z-index: 1000;
  position: fixed;
  width: 50%;
  left: 25%;
  top: 30px;
  background-color: rgba(71, 92, 160, 1);
  display: none;
  overflow: auto;
}
#msg_container textarea {
  width: 100% !important;
  height: 100px;
  padding: 10px;
  color: rgba(45, 57, 100, 1);
  background-color: rgba(233, 236, 245, 0.5);
  border-radius: 5px;
  border: 1px solid rgba(51, 66, 115, 1);
  resize: none;
}
#msg_container table {
  color: rgba(238, 238, 238, 1);
  width: 80%;
}
#send_container {
  width: 86%;
  margin-left: 5%;
  margin-top: 5px;
  overflow: auto;
  background-color: rgba(252, 252, 252, 0);
  padding: 15px 2% 10px 2%;
  border: 0px solid black;
}
#send_container input[type="submit"] {
  border: 0;
  color: rgba(10, 26, 77, 1);
  font-weight: bold;
  padding: 20px;
  background-color: rgba(141, 213, 181, 1);
  border-radius: 5px;
  cursor: pointer;
}
#msg_container img {
  max-height: 150px;
  border-radius: 5px;
  border: 1px solid rgba(51, 66, 115, 1);
  margin-top: 5px;
}
#msg_container input[type="file"] {
  border-radius: 5px;
  border: 1px solid rgba(51, 66, 115, 1);
  width: 100%;
  cursor: pointer;
}
input[type="submit"].btn_small {
  border: 0;
  background-color: rgba(133, 148, 201, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}
input[type="submit"].btn_small:hover {
  background-color: rgba(71, 92, 160, 1);
}
#edit_container,
#newuser_container {
  z-index: 1000;
  position: fixed;
  width: 40%;
  left: 30%;
  top: 100px;
  background-color: rgba(71, 92, 160, 1);
  display: none;
  overflow: auto;
}
#edit_container table,
#newuser_container table {
  color: rgba(255, 255, 255, 1);
  margin-top: 30px;
  margin-bottom: 30px;
}
#edit_container table td,
#newuser_container table td {
  padding-right: 30px;
}
