@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
html, body {
  margin: 0 auto;
  padding: 0; }

h1 {
  font-size: 1.8em; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.bold {
  font-weight: bold; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.title {
  text-transform: capitalize; }

.col_0 {
  float: left;
  width: 0%; }

.col_0_5 {
  float: left;
  width: 5%; }

.col_1 {
  float: left;
  width: 10%; }

.col_1_5 {
  float: left;
  width: 15%; }

.col_2 {
  float: left;
  width: 20%; }

.col_2_5 {
  float: left;
  width: 25%; }

.col_3 {
  float: left;
  width: 30%; }

.col_3_5 {
  float: left;
  width: 35%; }

.col_4 {
  float: left;
  width: 40%; }

.col_4_5 {
  float: left;
  width: 45%; }

.col_5 {
  float: left;
  width: 50%; }

.col_5_5 {
  float: left;
  width: 55%; }

.col_6 {
  float: left;
  width: 60%; }

.col_6_5 {
  float: left;
  width: 65%; }

.col_7 {
  float: left;
  width: 70%; }

.col_7_5 {
  float: left;
  width: 75%; }

.col_8 {
  float: left;
  width: 80%; }

.col_8_5 {
  float: left;
  width: 85%; }

.col_9 {
  float: left;
  width: 90%; }

.col_9_5 {
  float: left;
  width: 95%; }

.full_row {
  width: 100%;
  margin-bottom: 10px; }
  .full_row:after {
    display: block;
    content: "";
    clear: both; }

body {
  font-family: "Muli", sans-serif; }

input[type="text"], input[type="password"], select {
  padding: 5px;
  border-radius: 5px;
  border: 0px; }

input[type="submit"], input[type="button"] {
  border-radius: 5px;
  border: 0px;
  padding: 5px 10px;
  font-family: "Muli", sans-serif;
  background: #000;
  color: #FFF;
  transition: 0.5s; }
  input[type="submit"]:hover, input[type="button"]:hover {
    color: #000;
    background: #FFF; }

.error_msg {
  padding: 10px 20px;
  border: 1px solid #ff0000;
  background: #e61446;
  border-radius: 10px;
  color: #FFF;
  margin-bottom: 20px;
  display: inline-block; }

#login_back {
  text-align: center;
  width: 100%;
  height: 100%; }
  #login_back > #login_form {
    padding: 10% 15px; }
    #login_back > #login_form table {
      display: inline-block;
      background-color: #EFEFEF;
      border-radius: 10px;
      padding: 15px;
      text-align: left;
      width: auto; }

#menu {
  position: sticky;
  width: 100%;
  top: 0;
  background: #e61446;
  color: #FFF;
  padding: 10px;
  z-index: 99;
  height: 50px; }

#sidepanel {
  position: fixed;
  z-index: 88;
  top: 0;
  left: 0;
  width: 10%;
  padding: 60px 10px 10px 10px;
  border-right: 1px solid #1e2836;
  height: 100%;
  background: #EFEFEF; }

#content {
  margin-left: 10%;
  padding: 10px; }

#content_side {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px; }
  #content_side table th, #content_side table td {
    padding: 10px;
    border-right: 1px solid #1e2836;
    border-bottom: 1px solid #1e2836; }
    #content_side table th:last-child, #content_side table td:last-child {
      border-right: 0px; }
  #content_side input, #content_side select {
    border: 1px solid #1e2836;
    border-radius: 10px; }

.top_menu {
  list-style: none; }
  .top_menu li {
    float: left;
    padding: 5px 15px; }
    .top_menu li a {
      text-decoration: none;
      color: #FFF;
      transition: 0.5s; }
      .top_menu li a:hover {
        color: #000; }

.side_menu {
  width: 100%; }
  .side_menu li {
    padding: 10px;
    border-bottom: 1px solid #1e2836; }
    .side_menu li a {
      text-decoration: none;
      color: #000; }

/*# sourceMappingURL=style.css.map */

.errormsg {
  color:#e61446;
  font-size:1.3em;
}

.successmsg {
  color:green;
  font-size:1.3em;
}
