/**
 * @Project NUKEVIET 4.x
 * @Author VSOFT (http://vsoft.com.vn)
 * @Copyright (C) 2018 VSOFT. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Fri, 18 May 2018 15:56:43 GMT
 */
 
 

.table-responsive>.table>thead>tr>td{
    white-space: normal;
}
.alert .btn {
  margin-top: 10px;
}
.with100{
    width: 100%;
}
.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #5fbeaa;
}
.alert-info {
  background-color: rgba(52, 211, 235, 0.9);
  border-color: rgba(52, 211, 235, 0.9);
  color: #ffffff;
}
.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 99999999;
    padding: 30px 20px;
    text-align: center;
    display: none;
}
.alert-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border-color: rgba(255, 189, 74, 0.3);
  color: #f9c851;
}
.alert-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #ff5b5b;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 9999;}

#loader {
  position: absolute;
  top: 45%;
  left: 48%; 
  font-size: 5em;
  color: #fff;
}
.input-sm {
    padding: 5px !important;
}
