body {
  background: #e9e9e9;
  margin: 0;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  border-radius: 2px;
}
.square-btn-adjust {
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.table > tbody > tr > td, th, td {
  text-align: center;
  //vertical-align: middle;
}
div.alert li {
  margin-left: 26px;
}
/* Pen Title */
.title {
  padding: 80px 0 20px;
  text-align: center;
  letter-spacing: 2px;
}
.title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .form {
  display: block;
  padding: 40px;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}
.form-module .foot {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .foot a {
  color: #333333;
  text-decoration: none;
}
.error {
  position: relative;
  color: #a94442;
  background-color: #f2dede;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: -20px auto 10px;
}
.error li {
  padding: 10px;
  //list-style: none;
}
    .footer {
      background: #51a9f1;
      padding-top: 10px;
      margin-top: 20px;
    }
    .footer p a {
      color: #fff;
    }
    .logo {
      background: #fff;
      margin: 0 auto;
      text-align: center;
    }
    .navbar-default {
    background-color: #51a9f1;
  }
    .navbar-default .navbar-text {
    color: #f8f8f0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
    #page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 10px;
    min-height: 900px;
  }
  h2.heading {
    color: #51a9f1;
    letter-spacing: 2px;
  }
  .panel-back {
    background-color: #F8F8F8;
  }
  .noti-box {
    min-height: 100px;
    padding: 20px;
  }
  .noti-box a {
    color: #333;
  }
  .noti-box a:hover {
    text-decoration: none;
  }
  .noti-box .icon-box {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
  }
  .bg-color-green {
  background-color: #00CE6F;
  color: #fff;
  }
  .bg-color-blue {
  background-color: #A95DF0;
  color: #fff;
  }
    .bg-color-red {
  background-color: #DB0630;
  color: #fff;
  }
    .bg-color-brown {
  background-color: #B94A00;
  color: #fff;
  }
    .bg-color-magenta {
  background-color: #FF00FF;
  color: #fff;
  }
  .set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .main-text {
    font-size: 25px;
    font-weight: 600;
  }