body {
  padding-bottom: 40px;
}

.form-signin {
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-group {
    margin-bottom:6px;
}
.form-group .error {
    font-style:italic;
    color:red;
    font-size:11px;
    padding-top:8px;
    text-align:left;    
}
.form-signin .btn {
    margin-top:20px;
}
.form-control[readonly] {
    cursor: default;
    background-color: #FFF;
}
h5 {
    line-height: 20px;
    margin-top:12px;
}
h5 span {
    color:#006dcc;
}
.flash-message{
    border: 1px solid #E9E2C0;
    border-radius: 4px;
    margin-bottom:25px;
}
.col-lg-offset-4 p {
    margin-bottom:3px;
}
.center-word{
    text-align:center;
}
a {
    text-decoration: none !important;
}
footer{
    padding-top: 40px;
}
.col-lg-4 a .fa{
    font-size: 50px;
    margin-right: 15px;
}
.ellipsis{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.center-vertical{
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.background-login{
    background: #484848;
    color: #FFF;
}
.center-ver-hor{
    text-align: center;
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
    justify-content: center;
}

.dataTable thead td,
.dataTable thead th,
.dataTable tbody td,
.dataTable tbody th {
    white-space: pre;
}

.px200 {
    width: 200px !important;
    max-width: 200px !important;
    word-wrap: break-word;
}
