@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/10/2015, 2:19:32 PM
    Author     : Addy
*/
div.input {
  margin-bottom: 15px;
}
form {
  margin-top: 20px;
}
.message {
  width: 100%;
  position: absolute;
  padding: 10px;
  border: 1px solid #cccccc;
  z-index: 1001;
  text-align: center;
}
.message.success {
  color: #ffffff;
  background-color: #63AA19;
}
.message.error {
  color: #ffffff;
  background-color: #f8bac0;
}
.left {
  float: left;
}
.right {
  float: right;
}
h5 {
  font-weight: bold;
}
/* P2C */
span.success {
  color: green;
}
span.error {
  color: red;
}
.control-top {
  margin: 20px 0 20px 0;
}
.control-top button {
  margin-left: 20px;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* ipad landscape */
}
@media only screen and (max-width: 767px) {
  /* mobile */
}
