body {
  background: #e9e9e9;
  color: #666666;
  /*font-family: 'RobotoDraft', 'Roboto', sans-serif;*/
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 20px 0 10px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: 300;
}
.pen-title span {
  font-size: 20px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #bd3866;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #bd3866;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #bd3866;
  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: #bd3866;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #bd3866;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}


/* footer */

.footer {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.footer h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.footer span {
  font-size: 18px;
}
.footer span .fa {
  color: #33b5e5;
}
.footer span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}


/*Login Css*/
.message{
  display: none;
}
input.email, input.password, select#department, .user-form-register input{
  border-radius: 0px !important;
}
.user-form-register div.form-group{
  margin-left: 0px;
  margin-right: 0px;
}
.has-error input.username, .has-error input.password{
  margin: 0 0 5px !important;
}

.one-clock{
  display: none;
  color: #bd3866;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-animation: example 0.8s linear infinite;
  -moz-animation: example 0.8s linear infinite;
  -ms-animation: example 0.8s linear infinite;
  -o-animation: example 0.8s linear infinite;
  animation: example 0.8s linear infinite;
}

.ie-clock{
  display: none;
  color: #bd3866;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

@-webkit-keyframes example {
    0%   {opacity: 1}
    100% {opacity: 0}
}

@-moz-keyframes example {
    0%   {opacity: 1}
    100% {opacity: 0}
}

@-ms-keyframes example {
    0%   {opacity: 1}
    100% {opacity: 0}
}

@-o-keyframes example {
    0%   {opacity: 1}
    100% {opacity: 0}
}

@keyframes example {
    0%   {opacity: 1}
    100% {opacity: 0}
}
/*Login Css*/


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

div.dataTables_filter input{
  margin-left: 10px;
}
