﻿div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

button.dt-button,
div.dt-button,
a.dt-button {

  margin-right: 0.333em;
  display: inline-block;
  padding-top:3px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #ffffff;
  
    background-color: #3C8DBC ;
  border-top-color: #3C8DBC;
  border-right-color: #3C8DBC;
  border-bottom-color: #3C8DBC;
  border-left-color: #3C8DBC;
}



button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;

   color: #fff;
  background-color: #367fa9;
  border-top-color: #204d74;
  border-right-color: #204d74;
  border-bottom-color: #204d74;
  border-left-color: #204d74;
}

