table.dataTable thead th {
    background-color: #02659F;
    color: #ffffff;
}

div.dataTables_wrapper {
    width: 1190px;
    margin: 0 auto;
    text-align: left;
}


div.dt-buttons{
  position:relative;
  float:right;
}

div.dt-buttons a:link{
 text-decoration: none !important;
}

.dataTables_wrapper .dataTables_filter {
  text-align: center;
  //float:left;
}


.form-style-svl {
    background-color: #F2F2F2;
    padding: 15px ;
    //font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-svl li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-audity label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-audity input[type=text],
.form-style-audity input[type=date],
.form-style-audity input[type=datetime],
.form-style-audity input[type=number],
.form-style-audity input[type=search],
.form-style-audity input[type=time],
.form-style-audity input[type=url],
.form-style-audity input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-audity input[type=text]:focus,
.form-style-audity input[type=date]:focus,
.form-style-audity input[type=datetime]:focus,
.form-style-audity input[type=number]:focus,
.form-style-audity input[type=search]:focus,
.form-style-audity input[type=time]:focus,
.form-style-audity input[type=url]:focus,
.form-style-audity input[type=email]:focus,
.form-style-audity textarea:focus,
.form-style-audity select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-audity .field-divided{
    width: 49%;
}

.form-style-audity .field-long{
    width: 100%;
}
.form-style-audity .field-select{
    width: 100%;
}
.form-style-audity .field-textarea{
    height: 100px;
}

.form-style-audity input[type=submit], .form-style-audity input[type=button]{
    background: #007EC7;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.form-style-audity input[type=submit]:hover, .form-style-audity input[type=button]:hover{
    background: #02659F;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.login {
  width: 400px;
  margin: 16px auto;
  font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #28d;
}

.login-header {
  background: #28d;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #ebebeb;
  padding: 12px;
}

/* Every row inside .login-container is defined with p tags */
.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}

.login input[type="submit"] {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #17c;
}

/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}