/* Number history modal */
@media (min-width: 765px) {
  #number-history-modal {
    width: 620px !important;
    margin-left: -310px;
  }
}
#tmd-history-content .control-group {
  margin-bottom: 0px;
}
#tmd-history-content .control-label {
  width: 100px;
}
#tmd-history-content .controls {
  margin-left: 120px;
}
#tmd-history-content p {
  margin: 0 0 5px 0;
}
#tmd-history-content .row-fluid [class*="span"] {
  min-height: 0px;
}
.datestamp {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #8b91a0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.bubble {
  box-sizing: border-box;
  float: right;
  width: auto;
  position: relative;
  clear: both;
  background-color: #dfdfdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #dfdfdf), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(bottom, #dfdfdf 15%, #ebebeb 100%);
  background: -moz-linear-gradient(bottom, #dfdfdf 15%, #ebebeb 100%);
  background: -ms-linear-gradient(bottom, #dfdfdf 15%, #ebebeb 100%);
  background: -o-linear-gradient(bottom, #dfdfdf 15%, #ebebeb 100%);
  background: linear-gradient(bottom, #dfdfdf 15%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='@startColor', endColorstr='@endColor');
  border: solid 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: inset 0 8px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 8px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 8px 5px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 6px 20px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
}
.bubble p {
  margin: 0px;
}
/* Shrink dashboard blocks to fit in extra */
.metro-nav-block {
  width: 15.8% !important;
}
.text-uppercase {
  text-transform: uppercase;
}
#collapseMergeFields {
  max-height: 230px;
  width: 540px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
.merge-desc {
  padding-right: 20px;
}
.merge-space {
  padding-right: 30px;
}
.merge-upload-desc {
  padding-right: 20px;
}
.merge-upload-space {
  padding-right: 60px;
}
/* Datatable disabled rows */
table.dataTable tr.odd td.grayout {
  background-color: #ddd;
}
table.dataTable tr.even td.grayout {
  background-color: #eee;
}
.widget.tabs {
  border-bottom: none;
}
.widget .tab__closed {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.widget .tab__closed a {
  color: white;
}
.widget .tab__open {
  color: #888888;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid white;
}
.widget.yellow .tab__closed {
  background-color: #d1b76c;
  border-bottom: 1px solid #d1b76c;
}
