/* 
=============================================================
                       BootPlate Only
=============================================================
*/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity = 0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.welcomeSubBanner div {
  height: .5em !important;
}

.form-horizontal {
  margin: 0;
}

.rightMenu a.btn {
  padding: 0;
  text-align: unset;
}

.rightMenu a:hover, a:focus {
  color: #000E18;
  text-decoration: underline
}



.rightMenu p {
  display: block;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #003865 !important;
}

.h4-replace {
  display: block;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.footer {
  color: #747475 !important;
}

.mpseLabel {display inline-block;
  max-width: 100%;
  font-weight: 700;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
  .pagination>.disabled>span, .pagination>.disabled>span:focus,
  .pagination>.disabled>span:hover {
  color: #70776d;
}

caption {
  color: #fff !important;
  background-color: #337ab7 !important;
  padding: 8px 12px !important;
  border-bottom: 1px solid transparent !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  margin-botton: 0 !important;
}

.alert-success a {
  color: #0000fe;
  text-decoration: underline
}

.alert-info a {
  color: #0000fe;
  text-decoration: underline
}

.glyphicon .glyphicon-eye-open .btn .btn-default .btn-file{
  cursor:pointer;
}

.btn-default {
  border-color: #757575 !important
}

/* 
=============================================================
                       Media Queries
=============================================================
*/
@media only screen and (min-width: 1331px) {
  .onlyLarge {
    display: always;
    visibility: visible;
  }
}

@media only screen and (max-width: 1330px) {
  .onlyLarge {
    display: none;
    visibility: hidden;
  }
  .onlyMedium {
    display: always;
    visibility: visible;
  }
}

@media only screen and (max-width: 869px) {
  .onlyLarge {
    display: none;
    visibility: hidden;
  }
  .onlyMedium {
    display: none;
    visibility: hidden;
  }
}

/* 
=============================================================
                       Utility Classes
=============================================================
*/
.required {
  color: #a20000;
}

.no-pad {
  padding: 0;
}

.guttered {
  padding-left: 1em;
  padding-right: 1em;
}

.extra-margin {
  margin: 0em 1em 0em 1em;
}

.alertCSS {
  padding: 8px 35px 0px 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 0px solid #fbeed5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.no-margin {
  margin: 0px 0px 0px 0px;
}

.thin-blue-border {
  border: 1px solid #337ab7;
  padding-top: 1em;
  margin: 1em 0em 1em 0em;
  border-radius: 4px;
}

.v-space {
  margin-top: .75em;
  margin-bottom: .75em;
}

.headroom {
  margin-top: 2em;
}

.headroom-1em {
  margin-top: 1em;
}

.legroom {
  margin-bottom: 2em;
}

.pad-top {
  padding-top: 1em;
}

.pad-bottom {
  padding-bottom: 1em;
}

.pad-left {
  padding-left: 1em;
}

.wrappable {
  white-space: normal !important;
}

.no-wrap {
  white-space: nowrap !important;
}
/* 
=============================================================
                      DHS Specific
=============================================================
*/
.adaInfo {
  bottom: 0px;
  padding: 0;
}

.adaInfo span {
  font-size: 9px;
  line-height: 9px;
  font-weight: 400;
}

.welcomeBanner {
  background-color: #337ab7;
  border-radius: 4px;
  line-height: 200%;
}

.welcomeBanner div span {
  color: white;
}

.welcomeBanner div span a {
  color: white;
}

.welcomeSubBanner {
  line-height: 50%;
}

.welcomeSubBanner div {
  height: 50%;
}

#clipper {
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#clipper:hover {
  white-space: normal;
  text-overflow: inherit;
  overflow: visible;
}
/* 
=============================================================
                            Layout
=============================================================
*/
.rightMenu {
  border-color: #337ab7;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-radius: 4px;
  min-height: 35em;
  padding: 0;
}

.mainContentBlock {
  padding: 1em 2em 1em 2em;
  min-height: 35em;
}

.middleContainer {
  min-height: 35em;
  display: flex;
}

.main {
  padding: 0;
  border-color: #337ab7;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.rightMenu .row .col-xs-10.text-center {
  padding: 0;
}

/* 
=============================================================
                    Bootstrap Overrides
=============================================================
*/
@media print {
  a:after {
    content: none !important;
  }
}

.btn-file.disabled {
  background-color: #eee;
}

.glyphicon-sort {
  color: #aaa;
}

ul.pagination {
  margin: 0;
}

table.table th[data-sort]:hover {
  cursor: pointer;
}

.table>thead>tr>th {
  background-color: #f5f5f5;
}

.table>tbody>tr>td {
  overflow: hidden;
  max-width: 110px;
  word-wrap: break-word;
}

.mainContentBlock h1 {
  font-size: 24px;
}

.rightMenu h2 {
  font-size: 18px;
}

.mainContentBlock .jumbotron h1 {
  font-size: 63px;
}

h1.panel-title {
  font-size: 16px;
}

.adaInfo h6 {
  margin: 0;
}

.adaInfo h6 a {
  text-decoration: none;
}

.img-responsive.col-xs-6 {
  padding: 0;
}

.panel {
  margin-bottom: 2em;
}

a.btn.btn-default {
  text-decoration: none !important;
}

a.btn.btn-primary {
  text-decoration: none !important;
}

a.btn.btn-info {
  text-decoration: none !important;
}

.btn {
  white-space: normal;
}

a {
  text-decoration: underline;
}

a.disabled {
  text-decoration: none !important;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}

.rightMenu .glyphicon {
  margin-left: .5em;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: white;
}

.welcomeBar div.btn-group.btn-group-justified a.btn.btn-default {
  background-color: #eee;
  text-decoration: none !important;
  font-size: 15px;
}

.rightMenu ul.nav.nav-sidebar li a:hover {
  background-color: #fcf8e3;
}
/*
div.form-group label.control-label {
  white-space: nowrap;
}
*/
.modal-dialog-vertical-center {
  margin-top: 21%;
}

div.modal-header.bg-primary button {
  opacity: 1;
}

.slidebox span {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; #
  white-space: nowrap;
  margin: 0 2.5em;
  text-indent: -2.5em;
}

.slidebox span.hidden {
  display: none;
}

.slidebox .source {
  min-height: 12em;
}

.slidebox .target {
  min-height: 12em;
}

.slidebox .disabled {
  pointer-events: none;
}

ul.services li {
  background-color: #eee;
}

.notes-footer {
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 15px;
}

.request-details-dl dd {
  margin-left: 2em;
  display: list-item;
}

.squareText {
  -webkit-text-security: square;
}

.panel-primary {
     overflow-x: auto;
}
