* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 120%;
  background: #F8F8FF;
}

.header {
  /*width: 30%;*/
  margin: 15% auto 0;
  color: white;
  background: #35a2d6;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  /*border-radius: 10px 10px 0px 0px;*/
  padding: 20px;
}
form, .content {
  /*width: 30%;*/
  margin: 0px auto;
  padding: 20px;
  /*border: 1px solid #B0C4DE;*/
  background: white;
  border-radius: 0;
}


#form_area #custom{
    /* width: 30%; */
    margin: 0px auto;
    border-radius: 0;
    background: #00ffff00;
    border: 1px solid #00ffff00;
    padding: 0;
    
}
.input-group {
  margin: 10px 0px 10px 0px;
}
.input-group label {
  display: block;
  text-align: left;
  margin: 3px;
}
.input-group input {
  height: 30px;
  width: 93%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
}
.btn {
  padding: 10px;
  font-size: 15px;
  color: white;
  background: #35a2d6;
  border: none;
  border-radius: 5px;
}
.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}
.bg-image{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(images/rs-slider4-bg.jpg);
    background-size: 100% 100%;
        z-index: -1;
}
.bg-form{
    position: relative;
}
.bg-form .logo img{
    width: 100%;
    padding: 5% 0;
}
.form{
    margin: auto;
    box-shadow: 2px 3px 10px 1px #0000004a;
    padding: 0 !important;
}
#right-panel .header{
    margin: 0;
}
/*
table.dataTable tbody td {
max-width: 100px!important;
    white-space: nowrap!important;
overflow:hidden!important;
    text-overflow: ellipsis!important;
}
table.dataTable thead th {
    white-space: nowrap!important;
overflow:hidden!important;
    text-overflow: ellipsis!important;
}
  
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
}
*/
td.break {
    border: none !important;
}
.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #dee2e600;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px !important;
}