/* Minification failed. Returning unminified contents.
(3189,1): run-time error CSS1019: Unexpected token, found '@'
 */
/**
 * Bootstrap theme v4.x
 */
.tablesorter-bootstrap {
	width: 100%;
}
.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
	font: 14px/20px Arial, Sans-serif;
	font-weight: bold;
	padding: 4px;
	margin: 0 0 18px;
}

.tablesorter-bootstrap thead .tablesorter-header {
	background-position: right 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
}
.tablesorter-bootstrap:not(.table-inverse) thead:not(.thead-inverse) .tablesorter-header,
.tablesorter-bootstrap:not(.table-inverse) tfoot th,
.tablesorter-bootstrap:not(.table-inverse) tfoot td {
	background-color: #eee;
}

.tablesorter-bootstrap thead .sorter-false {
	cursor: default;
	background-image: none;
}

.tablesorter-bootstrap .tablesorter-header-inner {
	position: relative;
	padding: 4px 18px 4px 4px;
}
.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
	padding: 4px;
}

/* black icons */
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false) {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=);
}
.tablesorter-bootstrap thead .tablesorter-headerAsc {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=);
}
.tablesorter-bootstrap thead .tablesorter-headerDesc {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+);
}

/* white icons */
.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerUnSorted:not(.sorter-false),
.tablesorter-bootstrap.table-inverse thead .tablesorter-headerUnSorted:not(.sorter-false) {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=);
}
.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerAsc,
.tablesorter-bootstrap.table-inverse thead .tablesorter-headerAsc {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=);
}
.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerDesc,
.tablesorter-bootstrap.table-inverse thead .tablesorter-headerDesc {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+);
}

/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
	background-color: #f9f9f9;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.hover > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd:hover > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even:hover > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
	background-color: #f5f5f5;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even > td,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
	background-color: #fff;
}

/* processing icon */
.tablesorter-bootstrap .tablesorter-processing {
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Column Widget - column sort colors */
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.primary,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.secondary {
	background-color: #d9d9d9;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.secondary,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.tertiary {
	background-color: #e6e6e6;
}
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.tertiary,
.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.tertiary {
	background-color: #f2f2f2;
}

/* caption */
.tablesorter-bootstrap:not(.table-inverse) .caption {
	background-color: #fff;
}

/* filter widget */
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
	width: 98%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row {
	background-color: #efefef;
}
.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row select.tablesorter-filter {
	color: #333;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
	cursor: not-allowed;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	transition: height 0.1s ease;
}

.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row td {
	line-height: normal;
	text-align: center;
	padding: 4px 6px;
	vertical-align: middle;
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* hidden filter row */
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
	padding: 2px; /* change this to modify the thickness of the closed border row */
	margin: 0;
	line-height: 0;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* rows hidden by filtering */
.tablesorter .filtered {
	display: none;
}

/* pager plugin */

.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
	border: 0;
}

/* ajax error row */
.tablesorter:not(.table-inverse) .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* FONTS */
@font-face {
    font-family: 'open_sansregular';
    src: url(/Content/fonts/OpenSans-Regular-webfont.eot);
    src: url(/Content/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(/Content/fonts/OpenSans-Regular-webfont.woff) format('woff'), url(/Content/fonts/OpenSans-Regular-webfont.ttf) format('truetype'), url(/Content/fonts/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url(/Content/fonts/OpenSans-Semibold-webfont.eot);
    src: url(/Content/fonts/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(/Content/fonts/OpenSans-Semibold-webfont.woff) format('woff'), url(/Content/fonts/OpenSans-Semibold-webfont.ttf) format('truetype'), url(/Content/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #333;
    font-size: 13px;
}

.bodyWrapper {
    min-height: 300px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 {
    font-family: open_sansregular;
    text-rendering: auto;
    margin-top: .625rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

h2 {
    color: #768692;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 8px;
    font-weight: bold;
}

    h2 a:hover {
        padding-bottom: 0px;
    }

h3 {
    font-size: 15px;
    line-height: normal;
    font-family: open_sansregular;
    font-weight: bold;
}

h3.title {
    padding-bottom: 8px;
}


h4 {
    font-size: 14px;
    color: #00335b;
}

h5 {
    font-size: 12px;
    color: #4D4D4D;
}

    h5.applicationName {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

.tooltipLabel {
    margin-left: 20px;
}

h6 {
    font-family: Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

    h6.wellHeader {
        padding-bottom: 4px;
        line-height: normal;
    }

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.centerLeft {
    text-align: center;
    float: left;
}

.textAlignRight {
    text-align: right;
}

p {
    margin-bottom: 16px;
}

/* HEADER */
.pageHeader {
    padding: 0px;
}

.stripe {
    /*height: 18px;*/
    width: 100%;
    color: #fff;
    font-size: 10px;
}

.stripeInner {
    margin-top: -2px;
    text-align: right;
}

/* add rules for pageHeader-inner */
.pageHeader-inner {
    padding: 12px 0px 0px 0px;
    margin-bottom: 12px;
    height: 100%;
    background: #FFF;
    background: -moz-linear-gradient(top, #dddfe3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddfe3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddfe3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddfe3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddfe3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dddfe3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddfe3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.headerMenu {
    text-align: right;
    color: #768692; /* secondary color */
    font-size: 11px;
}

    .headerMenu a {
        color: #768692;
    }

        .headerMenu a:hover {
            border-bottom: 1px dotted #ffffff;
        }

#headerMenu .nav {
    margin-bottom: 0px;
    font-size: 11px;
    margin-top: -10px;
}

    #headerMenu .nav .dropdown-toggle .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

    .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
        border-top: 0;
        border-bottom: 4px dashed;
        border-bottom: 4px solid \9;
        content: "";
    }

/* overrides */
#headerMenu .nav-pills li a {
    padding: 2px 6px;
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    border: solid 1px #DE6924;
    background-color: #0082CB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #headerMenu .nav-pills li a:hover {
        background-color: #28496b;
        border: solid 1px #DE6924;
    }

#headerMenu .nav-pills > .active > a,
#headerMenu .nav-pills > .active > a:hover,
#headerMenu .nav-pills > .active > a:focus {
    background-color: #28496b;
    color: #ffffff;
}

#headerMenu .dropdown-menu li a {
    text-align: left;
    color: #00335b;
}

/* New Rule as override */
#headerMenu .nav-pills .dropdown-menu {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}
/* New Rule as override, each item in dropdown */
#headerMenu .nav-pills li ul li a,
#headerMenu .nav-pills li ul li a:visited,
#headerMenu .nav-pills li ul li a:focus {
    background-color: #768692;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #FFF;
}

    #headerMenu .nav-pills li ul li a:hover {
        background-color: #00335b;
        color: #FFF;
        border-top: 1px solid #FFF;
    }

#headerMenu .dropdown-menu > li > a:hover,
#headerMenu .dropdown-menu > li > a:focus,
#headerMenu .dropdown-submenu:hover > a,
#headerMenu .dropdown-submenu:focus > a {
    color: #ffffff;
    border: 0px solid #000000;
    background-color: #00335b;
    background: -webkit-gradient(linear, left top, left bottom, from(#28496b), to(#00335b));
    background: -moz-linear-gradient(top, #28496b, #00335b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28496b', endColorstr='#00335b');
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        font-size: .75rem;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }


#topSubMenu .nav {
    font-size: 12px;
    margin-bottom: 5px;
}

#topSubMenu .nav-pills li a {
    padding: 4px 8px;
    color: #28496b;
}

    #topSubMenu .nav-pills li a:hover {
        color: white;
        background-color: #28496b;
        border-bottom: 0px;
        padding: 4px 8px;
    }

#topSubMenu .nav-pills > li > a.active,
#topSubMenu .nav-pills > li > a.active:hover,
#topSubMenu .nav-pills > li > a.active:focus,
#topSubMenu .nav-pills > .active > a,
#topSubMenu .nav-pills > .active > a:hover,
#topSubMenu .nav-pills > .active > a:focus {
    background-color: #28496b;
    color: #ffffff;
    padding: 4px 8px;
}

/* NAVIGATION */
.menuNav {
    text-transform: uppercase;
}

/* initialize left bar navigation to be hidden */
#mainMenu ul.nav {
    display: none;
}

/*.tab-content {
    padding-top: 20px;
}*/

#menu {
    margin-top: 38px;
    margin-bottom: -15px;
    /*margin-top: 37px;*/
}

    #menu .nav-tabs {
        border-bottom: 0px;
        margin-bottom: 0;
        float: right;
    }

        #menu .nav-tabs > li > a {
            font-size: 13px;
            font-family: open_sanssemibold;
            letter-spacing: 0.06em;
            padding: 3px 10px;
            color: #768692;
            overflow: hidden;
            border: 0px;
            margin: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            border-left: 1px solid #DEE0E4;
        }

            #menu .nav-tabs > li > a#homeMenuTab {
                padding-top: 3px;
                padding-bottom: 6px;
                background: transparent;
                opacity: 0.4;
                filter: alpha(opacity=40);
            }

            #menu .nav-tabs > li > a:hover {
                border-bottom: none;
                -webkit-text-shadow: 2px 2px 3px #CCC;
                text-shadow: 2px 2px 3px #CCC;
                filter: dropshadow(color=#CCC, offx=2, offy=2);
            }

            #menu .nav-tabs > li > a#homeMenuTab:hover {
                opacity: 1.0;
                filter: alpha(opacity=100);
                background: #DEE0E4;
                background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DEE0E4));
                background: -moz-linear-gradient(top, #ffffff, #DEE0E4);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DEE0E4');
            }

        #menu .nav-tabs > .active > a,
        #menu .nav-tabs > .active > a:hover,
        #menu .nav-tabs > .active > a:focus,
        #menu a.currentMenu {
            -webkit-text-shadow: 2px 2px 3px #CCC;
            text-shadow: 2px 2px 3px #CCC;
            filter: dropshadow(color=#CCC, offx=2, offy=2);
        }

        #menu .nav-tabs > li > a#homeMenuTab.currentMenu {
            height: 16px;
            opacity: 1.0;
            filter: alpha(opacity=100);
            background: #DEE0E4;
            background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DEE0E4));
            background: -moz-linear-gradient(top, #ffffff, #DEE0E4);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DEE0E4');
        }

        #menu .nav-tabs > li:first-child > a {
            border-left: 0;
        }

    #menu .dropdown-menu {
        border-top: 0px;
        margin-top: 0px;
        background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
        background: -moz-linear-gradient(top, #ffffff, #eeeeee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
        border-bottom: 1px solid #aaaaaa;
    }

        #menu .dropdown-menu > li > a {
            padding: 5px 10px;
        }

    #menu .nav-tabs .open .dropdown-toggle,
    #menu .nav > li.dropdown.open.active > a:hover,
    #menu .nav > li.dropdown.open.active > a:focus {
        background-color: #ffffff;
        color: #00335b;
        border-bottom: 0px;
    }

    #menu .nav .dropdown-toggle .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    #menu .nav .dropdown-toggle:hover .caret,
    #menu .nav .dropdown-toggle:focus .caret {
        border-top-color: #00335b;
        border-bottom-color: #00335b;
    }

    #menu .nav li.dropdown.open .caret,
    #menu .nav li.dropdown.open.active .caret,
    #menu .nav li.dropdown.open a:hover .caret,
    #menu .nav li.dropdown.open a:focus .caret {
        border-top-color: #00335b;
        border-bottom-color: #00335b;
    }

    #menu .dropdown-menu > li > a:hover,
    #menu .dropdown-menu > li > a:focus,
    #menu .dropdown-submenu:hover > a,
    #menu .dropdown-submenu:focus > a {
        border: 0px solid #000000;
        background-color: #00335b;
        background: -webkit-gradient(linear, left top, left bottom, from(#28496b), to(#00335b));
        background: -moz-linear-gradient(top, #28496b, #00335b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28496b', endColorstr='#00335b');
    }

.errorPageMenuNav {
    background: #00335b;
    -webkit-box-shadow: inset 0 1px 0 #28496b;
    -moz-box-shadow: inset 0 1px 0 #28496b;
    box-shadow: inset 0 1px 0 #28496b;
    margin-bottom: 25px;
    height: 42px;
}

/*-mobile menu-*/ /* this conflicts with boostrap menu? */
.openPageSlide {
    display: none;
    float: left;
    /*margin: 5px; taken out by Dylan for boostrap menu */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -border-radius: 8px;
    border: 0;
    padding: 5px 8px; /* taken out by Dylan for boostrap menu */
    font-weight: 400;
}

    .openPageSlide:hover {
        padding: 5px 8px; /*taken out by Dylan for boostrap menu */
    }

#pageslide {
    text-transform: lowercase;
    /* MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* the width of the pageslide */
    width: 260px;
    padding: 0 10px;
    /* the look of the pageslide */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

/* FILTERS */
.sidebar-nav {
    padding: 10px 0px;
}

.nav > li > a {
    display: block;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}

.nav-list {
    margin-top: 2px;
    margin-bottom: 24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-family: open_sansregular, sans;
    text-transform: uppercase;
    font-size: 12px;
}

    .nav-list > li {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    .nav-list .nav-header {
        font-family: open_sansregular, sans;
        text-transform: uppercase;
        font-size: 12px;
        border-top: 1px solid #DEE0E4;
        border-bottom: 1px solid #DEE0E4;
        padding: 4px 8px;
    }

    .nav-list > li > a {
        margin-bottom: 3px;
        color: #768692;
        padding: 8px;
    }

        .nav-list > .active > a,
        .nav-list > .active > a:hover,
        .nav-list > .active > a:focus, .nav-list > li > a:hover,
        .nav-list > li > a.active {
            -webkit-text-shadow: none;
            text-shadow: none;
            background: #DEE0E4;
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,224,228,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(222,224,228,1)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,224,228,1) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,224,228,1) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,224,228,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,224,228,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee0e4',GradientType=0 );
            border-bottom: none;
        }

            .nav-list > .active > a > [class^="icon-"],
            .nav-list > .active > a > [class*=" icon-"] {
                background-image: url(/Content/bootstrap/img/glyphicons-halflings.png);
            }


.checkMark {
    float: right;
    background-image: url(/Content/images/check16.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    margin-top: 2px;
}

/* SEARCH */
.searchBox {
    margin-top: 6px;
}

.searchResult {
    margin-bottom: 20px;
}

    .searchResult p {
        margin-bottom: 0px;
    }

.searchInMenu {
    margin-top: 1px;
    margin-bottom: -2px;
}

.searchIconButton {
    padding: 7px 11px 8px 9px;
    margin-top: -3px;
}

    .searchIconButton:hover {
        padding: 7px 11px 9px 9px;
        border-bottom: none;
    }

.btn.orange.searchIconButton, .btn.orange.searchIconButton:hover {
    margin-top: 0px;
    padding: 6px 10px 8px 8px;
    margin-bottom: 4px;
}

p.showingResults {
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0px;
}

/* Page Title */
.pageWhiteTitleBar {
    background: #ffffff;
}

/*.pageTitleNoTypeLabel
{
	padding: 8px 0px;
}*/

.pageTitleWithTypeLabel {
    margin-top: -35px;
    padding: 16px 0px;
}

.pageTitleWrapper {
    height: 48px;
    overflow: hidden;
    background-color: #e6e6e6;
    margin-bottom: 24px;
    margin-left: 0px;
}

.pageTitleOrangeBar {
    height: inherit;
    background: transparent url(/assets/healthtrust_portal/img/orange_bar_bkg.png) no-repeat right 50%;
    font-size: 11px;
    margin-left: 0px;
}

    .pageTitleOrangeBar h6 {
        display: inline-block;
        color: #fff;
    }

    .pageTitleOrangeBar strong {
        display: block;
        font-size: 14px;
    }

.pageTitleOrangeBarText {
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    color: #fff;
}

.pageTitleGrayBar {
    display: table-cell;
    background-color: #e6e6e6;
    height: inherit;
    color: #00335b;
}

    .pageTitleGrayBar h1 {
        color: #00335b;
        vertical-align: middle;
        display: table-cell;
        height: inherit;
        padding-right: 4px;
        font-size: 20px;
    }

.contentTitleMargin {
    margin-top: -10px;
}

/* BACKGROUNDS 96BBD3*/
.barBackground {
    background-color: #768692;
    padding-top: 6px;
    padding-bottom: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#768692), to(#899CAB));
    background: -moz-linear-gradient(top, #768692, #899CAB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#899CAB', endColorstr='#768692');
    overflow: hidden;
}

/*FOOTER*/
footer {
    clear: both;
    font-size: 11px;
}

.footer {
    text-align: right;
    font-size: 11px;
    margin-top: 30px;
    padding: 15px 10px 50px 10px;
    height: auto;
    color: #ffffff;
}

    .footer p {
        margin-bottom: 0px;
        color: #FFF;
    }

    .footer a {
        color: #DEE0E4;
    }

        .footer a:hover {
            color: #BFDAEE;
            text-decoration: underline;
            border-bottom: 1px transparent;
        }

.copyright {
    font-size: 11px;
}

    .copyright h6 {
        color: #fff;
    }

#footerMenu {
    border-right: 1px solid #AEC7DA;
    padding-right: 20px;
}

.footerMenuTitle {
    font-weight: bold;
    font-size: 12px;
}

#footerMenu .nav {
    margin-bottom: 0px;
    font-size: 11px;
}

#footerMenu .nav-pills li a {
    padding: 4px 6px;
    color: #DEE0E4;
    border-bottom: 0px;
}

    #footerMenu .nav-pills li a:hover {
        color: #BFDAEE;
        background-color: transparent;
        border-bottom: 0px;
        text-decoration: underline;
    }

#footerMenu .nav-pills > .active > a,
#footerMenu .nav-pills > .active > a:hover,
#footerMenu .nav-pills > .active > a:focus {
    background-color: #28496b;
    color: #ffffff;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.card-small {
    padding: 9px;
    border-radius: 3px;
}

.card {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .card.contactCard {
        padding: 10px;
    }

        .card.contactCard h4 {
            /*text-transform: uppercase;*/
            margin: 0px;
        }

        .card.contactCard div {
            margin-bottom: 5px;
        }

.selectedVendorAffils .card-small {
    padding: 0px !important;
}

.fas.fa-info-circle {
    color: #333;
}


/* LINKS */
a {
    color: #0069aa;
    cursor: pointer;
}

    a.remove {
        color: #0069aa !important;
    }

    a.detailLink {
        border-bottom: 2px solid transparent;
        padding-left: 15px;
    }

    a:hover {
        border-bottom: 1px dotted #0069aa;
        /*padding-bottom: 1px;*/
        text-decoration: none;
    }

    a.logo:hover {
        border-bottom: none;
    }

        a.logout:hover {
            color: #ffffff;
            border-color: #ffffff;
        }

    a.noUnderline:hover, a.collapseLink:hover {
        border-bottom: 1px solid transparent;
    }

    a.btn:hover {
        border-bottom: 1px solid transparent;
    }

    /*selects all id's that end with _cancelBtn */
    /*[id$='_cancelBtn'] {
        color: #333333 !important;
    }*/

    a.pull-right {
        border-bottom: 1px solid transparent;
        padding-bottom: 0px;
    }

        a.pull-right:hover {
            border-bottom: 1px dotted #0069aa;
            padding-bottom: 0px;
            text-decoration: none;
        }

    a.btn-large {
        text-align: center;
    }

        a.btn-large:hover {
            padding: 11px 19px;
            border-bottom: 1px solid transparent;
        }

    a.iconLink:hover {
        border-bottom-color: transparent;
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
    }
    /* ALPHABET */
    a.btn.alphabet {
        padding: 5px 10px;
    }

        a.btn.alphabet:hover {
            border-bottom: 1px solid #dddddd;
        }

        a.btn.alphabet.blue {
            padding: 5px 10px;
            border: 0px;
        }

.alphabetActive {
    background-color: #dddddd;
}

.alphabetContent {
    margin: 20px;
}

    .alphabetContent td {
        padding: 2px 0px;
    }

a#passwordRequirements:hover, a.applicationDescription:hover {
    border-bottom: 1px solid transparent;
}

.applicationDescription, .applicationDescription:hover {
    position: absolute;
}

/* LABELS */
.miniLabel {
    font-size: 10px;
}

.smallLabel {
    margin-bottom: -10px;
    font-size: 11px;
}

    .smallLabel p {
        margin-bottom: 0px;
    }

label {
    cursor: default;
    margin-bottom: 0px;
    display: block;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .label:empty,
    .badge:empty {
        display: none;
    }

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

    .label-important[href],
    .badge-important[href] {
        background-color: #953b39;
    }

.label-warning,
.badge-warning {
    background-color: #f89406;
}

    .label-warning[href],
    .badge-warning[href] {
        background-color: #c67605;
    }

.label-success,
.badge-success {
    background-color: #468847;
}

    .label-success[href],
    .badge-success[href] {
        background-color: #356635;
    }

.label-info,
.badge-info {
    background-color: #3a87ad;
}

    .label-info[href],
    .badge-info[href] {
        background-color: #2d6987;
    }

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

    .label-inverse[href],
    .badge-inverse[href] {
        background-color: #1a1a1a;
    }

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.label, .badge {
    padding: 1px 4px;
    font-weight: normal;
    text-shadow: none;
}

    .label label, .badge label {
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 900;
    }

    .label.super, .badge.super {
        vertical-align: super;
    }

/*.label-info,
.badge-info,
.label-info[href],
.badge-info[href] {
    background-color: #7BAFD4;
    -webkit-text-shadow: none;
    text-shadow: none;
}*/

.socCheckbox {
    display: inline-block;
}

.fas.fa-info-circle.roleInfoIcon {
    color: #036EB0;
}

/* WELLS */
.well {
    word-wrap: break-word;
}

    .well.contactCard {
        padding: 10px;
    }

        .well.contactCard h4 {
            /*text-transform: uppercase;*/
            margin: 0px;
        }

        .well.contactCard div {
            margin-bottom: 5px;
        }

.sideWell {
    margin-bottom: 24px;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

    .sideWell td {
        padding: 0px 8px 10px 0px;
    }

    .sideWell h6 {
        padding: 8px 8px 0px;
    }

    .sideWell .date {
        background: #e8e8e8;
        text-align: center;
        margin: 4px 0px;
        padding: 0px 4px;
    }

    .sideWell a {
        font-size: 12px;
    }

p.sideWellText {
    padding-left: 8px;
    font-size: 12px;
}

.sideWellDivider {
    border-top: 1px dotted #dddddd;
    padding-bottom: 8px;
}

ul.sideWellUl {
    list-style: none;
    padding: 0px 8px;
}

    ul.sideWellUl li {
        margin-bottom: 8px;
    }

.infoWell {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .infoWell p {
        margin: 0;
    }

    .infoWell a {
        font-size: 14px;
    }

.smallWell {
    background-color: #ffffff;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.centerContent {
    padding-bottom: 24px;
    overflow: hidden;
}

    .centerContent h1,
    .centerContent h2 {
        margin-bottom: 8px;
    }

    .centerContent h3 {
        margin-bottom: 4px;
    }

    .centerContent ul, .centerContent ol {
        margin-left: 35px;
        margin-bottom: 16px;
    }

    .centerContent blockquote {
        margin-top: 10px;
        margin-left: 10px;
        border: none;
        background-image: url(/Content/img/quote.png);
        background-repeat: no-repeat;
    }

        .centerContent blockquote, .centerContent blockquote p {
            font-size: 14px;
            font-style: italic;
            padding: 8px 20px 0px 20px;
            color: #000000;
        }

.landingPageWell {
    margin-bottom: 48px;
}

    .landingPageWell h2 {
        padding-bottom: 4px;
    }

    .landingPageWell p {
        margin-bottom: 10px;
    }

    .landingPageWell a {
        font-size: 12px;
    }

.centerArtifacts {
    margin-bottom: 24px;
}

.artifactsHeader, .contractLinkSection h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4px;
}

.centerArtifacts .date {
    text-align: right;
}

.centerArtifacts p.sideWellText {
    padding-left: 0px;
    font-size: 12px;
}

.artifactLinks td {
    padding: 0px 8px 10px 0px;
}

    .artifactLinks td.mimeIcon {
        padding: 3px 0px 0px 0px;
    }

    .artifactLinks td a {
        font-size: 12px;
    }

.matrixLinks td.mimeIcon img {
    padding: 4px 0px 4px 4px;
}

.matrixLinks td.newsLink {
    padding: 4px;
}

.relatedNewsWell, .blockHeaderSideWell {
    margin-bottom: 24px;
}

.relatedNewsWellHeader, .blockHeader {
    background: #e8e8e8;
    padding: 10px 8px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

    .relatedNewsWellHeader h4, .blockHeader h4 {
        color: #666666;
        text-transform: none;
        display: inline-block;
        font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
        letter-spacing: normal;
        font-weight: bold;
        font-size: 14px;
        margin: 0;
    }

.relatedNewsWellBody, .blockHeaderSideWellBody {
    font-size: 12px;
    padding: 0px 4px;
}

ul.relatedNewsWellBody {
    list-style: none;
}

.blockHeaderSideWellBody ul {
    list-style: none;
}

.blockHeaderSideWellBody li {
    padding: 10px 8px;
    border-bottom: 1px dotted #cccccc;
}

.relatedNewsWellBody p {
    margin-bottom: 0px;
}

.relatedNewsWellBody .relatedContracts {
    padding: 10px 4px;
}

.relatedContractsHeader {
    font-weight: bold;
}

.relatedNewsWellBody .noMimeLink {
    margin: 10px 4px 8px;
}

.relatedNewsWellBody td.mimeIcon {
    padding-left: 0px;
}

.relatedNewsWellBody .mimeIcon img {
    padding: 10px 0px 10px 4px;
}

.relatedNewsWellBody .newsLink {
    padding: 10px 4px 10px 4px;
}

.relatedNewsWellBody .dottedBorder {
    border-bottom: 1px dotted #cccccc;
    margin: 0px;
}

.relatedNewsWell p.sideWellText {
    padding: 5px 8px;
    font-size: 12px;
}

.contractListing .relatedNewsWell {
    margin-bottom: 10px;
}

.externalWell .well {
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.externalWellHeading {
    color: #ffffff;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 0px 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .externalWellHeading h1 {
        color: #ffffff;
    }

.well.formWell {
    padding: 19px 10px;
}

.well-validation-error {
    border: solid 1px #b94a48;
}

/* TEASERS */
.teaserContainer {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
}

    .teaserContainer img {
        float: left;
        margin-right: 10px;
        margin-bottom: 28px;
        max-width: 150px;
    }

    .teaserContainer p {
        display: block;
        margin-bottom: 8px;
    }

    .teaserContainer.marketingTeaser p {
        margin-bottom: 8px;
    }

.largeMarketingTeaser {
    background-color: #e3e3e3;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .largeMarketingTeaser .teaserContainer {
        margin-bottom: 0px;
    }

    .largeMarketingTeaser h2 {
        font-size: 18px;
        font-weight: normal;
    }

.smallMarketingTeaser {
    padding: 10px;
    margin-bottom: 24px;
    background-image: url(/Content/img/shattered.png);
    background-repeat: no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .smallMarketingTeaser p {
        color: #000000;
    }

    .smallMarketingTeaser .teaserContainer {
        margin-bottom: 0px;
    }

.smallSingleTeaser {
    padding: 4px 8px;
    background-color: #fefefe;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* ACCORDION */
#reportsAccordion .accordion {
    margin-bottom: 24px;
}

#reportsAccordion .according-group {
    border: 1px solid #e6e6e6;
}

#reportsAccordion .accordion-heading {
    font-weight: bold;
    text-transform: uppercase;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
}

    #reportsAccordion .accordion-heading a {
        color: #333333;
    }

        #reportsAccordion .accordion-heading a:hover {
            border-bottom: 0px;
            background: #ffffff;
        }

        #reportsAccordion .accordion-heading a.active {
            background-color: #ffffff;
            /*color: #ffffff;
			border: 1px solid #7bafd4;
			-moz-border-radius: 4px 4px 0px 0px;
			-webkit-border-radius: 4px 4px 0px 0px;
			border-radius: 4px 4px 0px 0px;
			background: #7bafd4;
			background: -webkit-gradient(linear, left top, left bottom, from(#acd7f6), to(#7bafd4));
			background: -moz-linear-gradient(top, #acd7f6, #7bafd4);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd7f6', endColorstr='#7bafd4');*/
        }

#reportsAccordion .accordion-inner img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
}


.collapse-open {
    background: url(/Content/images/arrow_on.png) center center no-repeat;
    display: block;
    float: right;
    padding: 10px;
}

.collapse-close {
    display: block;
    float: right;
    background: url(/Content/images/arrow_off.png) center center no-repeat;
    padding: 10px;
}

.collapse.show {
    padding-bottom: 10px;
}

/* HIGHLIGHTED PROGRAMS */
#highlightedProgram h2 {
    margin-bottom: 8px;
}

#highlightedProgram h3 {
    text-align: center;
    margin-top: 4px;
}

#highlightedProgram img {
    max-height: 140px;
}

/* LISTS */
ul#linkBullets {
    margin-left: 18px;
}

#linkBullets li span {
    margin-left: -5px;
}

.table ul {
    padding-left: 15px !important;
}

/*ul.tableList {
    margin-left: 15px;
    margin-left: 0px !important;
}*/

ul#pendingListApproval {
    list-style-type: none;
}

#pendingListApproval li {
    padding-top: 10px;
}

ul.pendingChanges li {
    margin-bottom: 5px;
}

/* IMAGES */
.contentIcon {
    float: left;
    margin: 20px 8px 8px 0px;
}

/* ICONS */
td.mimeIcon {
    width: 20px;
    padding: 3px 0px 0px 8px;
    vertical-align: top;
    text-align: left;
}

    td.mimeIcon a {
        display: block;
        border-bottom: 1px solid transparent;
    }

        td.mimeIcon a:hover {
            border-bottom: 0px;
        }

.noMimeLink {
    margin-left: 8px;
}

td.iconHover a:hover {
    padding-bottom: 0px;
}

/* INDICATORS */
.sortArrow {
    font-size: 10px;
}

.statusIndicator {
    padding: 5px 0px 8px;
}

.ajaxImage {
    padding-top: 100px;
    text-align: center;
}

/* PADDINGS & MARGINS */
p.noBottomMargin, form.noBottomMargin {
    margin-bottom: 0px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingRight0 {
    padding-right: 0px;
}

.paddingTop8 {
    padding-top: 8px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop24 {
    padding-top: 24px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom24 {
    padding-bottom: 24px;
}

.marginTop4 {
    margin-top: 4px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop6 {
    margin-top: 6px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop30 {
    margin-top: 30px;
}

.negativeMarginTop20 {
    margin-top: -20px;
}

.marginRight4 {
    margin-right: 4px;
}

.marginRight8 {
    margin-right: 8px;
}

.marginRight13 {
    margin-right: 13px;
}

.marginLeft0 {
    margin-left: 0px;
}

.marginLeft8 {
    margin-left: 8px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.marginBottom4 {
    margin-bottom: 4px;
}

.marginBottom8 {
    margin-bottom: 8px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

/*BUTTONS*/
.btnWrapper {
    padding: 16px 0;
}

.btn {
    padding: 4px 16px;
    font-weight: normal;
    color: #333;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #dddddd;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
    font-size: .85rem;
}

    .btn:hover, .btn:focus {
        /*padding: 4px 16px;*/
        background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
        background: -moz-linear-gradient(top, #e6e6e6, #ffffff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff');
    }

    .btn[disabled], .btn[disabled]:hover, .btn.large[disabled], .btn.small[disabled], .submit-button.btn.disabled, .submit-button.btn[disabled] {
        cursor: not-allowed;
        background: #e6e6e6;
        border: 1px solid #dddddd;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=65);
        -khtml-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn .btn-large {
        padding: 11px 19px;
        font-size: 17.5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

button.btn.btn-mini, input[type="submit"].btn.btn-mini, .btn-mini:focus {
    padding: 0 6px;
}

.createBtnContainer {
    margin-left: 0px;
}

input.searchMaxWidth {
    max-width: 200px;
}

select.searchMaxWidth {
    max-width: 210px;
}

.buttonContainer {
    border-top: 1px solid #dddddd;
    padding-top: 16px;
}

.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn-xs [class^="icon-"],
    .btn-xs [class*=" icon-"] {
        margin-top: -1px;
    }

a.phoneMenu, a.phoneMenu:hover {
    padding: 5px 8px;
}

.createButton {
    /*margin-bottom: 24px;*/
    margin-top: -50px;
}

.btn-mini, .btn-mini:hover {
    padding: 0 6px;
}

.btn-link {
    background: none;
    border-color: transparent;
    padding: 0px 0px 1px 0px;
    color: #0069aa;
    font-family: Verdana, Helvetica, Sans-Serif;
}

    .btn-link:hover,
    .btn-link:active,
    .btn-link:focus {
        background: none;
        border-bottom: 1px dotted #0069aa;
        padding: 0px 0px 1px 0px;
        text-decoration: none;
        color: #0069aa;
    }

button.btn.btn-link.btn-mini,
button.btn.btn-link.btn-mini:hover {
    padding: 0px;
}

.pendingRequestTooltip,
.rolesSocTooltip,
.restrictToolTip,
.facilityTooltip {
    display: inline-block;
}

    .pendingRequestTooltip [disabled],
    .rolesSocTooltip [disabled],
    .restrictToolTip [disabled],
    .facilityTooltip [disabled] {
        pointer-events: none;
    }

.restrictToolTip {
    /*padding-left: 20px;*/
}

.collapse-label, .collapse-label-afterH2 {
    margin: 5px;
    font-weight: bold;
    padding-top: 13px;
}

.collapse-label-afterH2 {
    margin-top: 12px;
}

/* COLORS */
/*flatDarkBlue*/
.flatDarkBlue {
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #00335b;
    background: -webkit-gradient(linear, left top, left bottom, from(#00335b), to(#00335b));
    background: -moz-linear-gradient(top, #00335b, #00335b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00335b', endColorstr='#00335b');
}

.btn.flatDarkBlue:hover, .btn.flatDarkBlue:focus {
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #00335b;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: -moz-linear-gradient(top, #000000, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
}

/*flatGray*/
.flatGray {
    color: #0069aa;
    border: solid 1px #ffffff;
    background-color: #E6E6E6;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#E6E6E6));
    background: -moz-linear-gradient(top, #E6E6E6, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E6E6E6');
}

.btn.flatGray:hover, .btn.flatGray:focus {
    color: #0069aa;
}

.btn.flatGray:active {
    color: #ffffff;
    background-color: #E6E6E6;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#E6E6E6));
    background: -moz-linear-gradient(top, #E6E6E6, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E6E6E6');
}

.btn.flatGray[disabled], .btn.flatGray[disabled]:hover, .btn.large.flatGray[disabled], .btn.small.flatGray[disabled], .submit-button.btn.flatGray.disabled, .submit-button.btn.flatGray[disabled] {
    cursor: not-allowed;
    color: #aaaaaa;
    background: #e6e6e6;
    border: 1px solid #ffffff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*blue*/
.btn.blue[disabled], .btn.blue[disabled]:hover, .btn.large.blue[disabled], .btn.small.blue[disabled], .submit-button.btn.blue.disabled, .submit-button.btn.blue[disabled] {
    cursor: not-allowed;
    color: #eeeeee;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*orange*/
a.btn.orange:hover {
    padding: 4px 16px;
}

.btn.orange[disabled], .btn.orange[disabled]:hover, .btn.large.orange[disabled], .btn.small.orange[disabled], .submit-button.btn.orange.disabled, .submit-button.btn.orange[disabled] {
    cursor: not-allowed;
    color: #eeeeee;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jurisdictionAddButton {
    float: right;
    margin-right: 10px;
}

.deleteAccountButton {
    margin-left: 0px;
}
/*red*/
.red {
    color: #ffffff;
    border: 1px solid #bd362f;
    background: #bd362f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
    background: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f');
}

.btn.red:hover, .btn.red:focus, .btn.red:active {
    color: #ffffff;
    background: #ee5f5b;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#ee5f5b));
    background: -moz-linear-gradient(top, #bd362f, #ee5f5b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd362f', endColorstr='#ee5f5b');
}

.btn.red[disabled], .btn[disabled].red:hover, .btn.large.red[disabled], .btn.small.red[disabled] /*.halfRoundBtn.gray:hover,*/ {
    cursor: not-allowed;
    color: #eeeeee;
    background: #ee5f5b;
    border: 1px solid #ee5f5b;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*green*/
.green {
    color: #ffffff;
    border: 1px solid #51a351;
    background: #51a351;
    background: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
    background: -moz-linear-gradient(top, #62c462, #51a351);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351');
}

.btn.green:hover, .btn.green:focus, .btn.green:active {
    color: #ffffff;
    background: #62c462;
    background: -webkit-gradient(linear, left top, left bottom, from(#51a351), to(#62c462));
    background: -moz-linear-gradient(top, #51a351, #62c462);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a351', endColorstr='#62c462');
}

.btn.green[disabled], .btn[disabled].green:hover, .btn.large.green[disabled], .btn.small.green[disabled] {
    cursor: not-allowed;
    color: #eeeeee;
    background: #62c462;
    border: 1px solid #62c462;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*black*/
.black {
    color: #ffffff;
    border: 1px solid #555555;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#444444));
    background: -moz-linear-gradient(top, #555555, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444');
}

.btn.black:hover, .btn.black:focus, .btn.black:active {
    color: #ffffff;
    background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#555555));
    background: -moz-linear-gradient(top, #444444, #555555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#555555');
}

.btn.black[disabled], .btn[disabled].black:hover, .btn.large.black[disabled], .btn.small.black[disabled] {
    cursor: not-allowed;
    color: #eeeeee;
    background: #444444;
    border: 1px solid #444444;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.alert .close {
    padding-left: 50px;
    font-size: .8rem;
}

/* THUMBNAILS */
a.thumbnail:hover {
    border-color: #005580;
    border-bottom: 1px solid #005580;
    padding-bottom: 4px;
}

#hightlightedProgram h2 {
    margin: 0px 0px 8px;
}

#hightlightedProgram .thumbnails li {
    text-align: center;
    margin-bottom: 24px;
}

#hightlightedProgram .thumbnails h3 {
    padding: 5px;
}

/* MODALS */
/*.modal {
    padding-right: 0px !important;
    position: fixed;
    top: 10%;
    left: 50%;
    right: inherit;
    bottom: inherit;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}*/

.modal-body {
    position: relative;
    /*max-height: 400px;*/
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.modal-content {
    border: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8 !important;
            filter: alpha(opacity=80);
        }

/*.modal-header {
    padding: 9px 15px;
    display: block;
    border-bottom: 1px solid #eee;
}*/

.modal-header h1 {
    margin-top: auto;
}

    .modal-header h3 {
        font-size: 20px;
        color: #fff;
        margin: 0;
        line-height: 30px;
    }

/*    .modal-header .close {
        font-size: inherit;
    }*/

/*.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}*/

/*    .modal.fade.show {
        top: 10%;
    }*/

.modal-form {
    margin-bottom: 0;
}

/*.modal.facilitySearchModal {
    width: 750px;
    margin-left: -380px;
}*/

#facilitySearchModal .modal-body {
    max-height: 600px;
}

#myGovsDialog .modal-body {
    max-height: 600px;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }


/*IE Specific*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    #vendorAffilSearchModal .modal-body, #jurisdictionDialogModal .modal-body {
        overflow-y: scroll !important;
    }

    #vendorAffilSearchModal form, [id*="jurisdictionDialogModal"] .modal-body {
        max-height: 400px;
        height: 400px;
    }
}


/*General settings for both*/
[id*="jurisdictionDialogModal"] form, #vendorAffilSearchModal form {
    display: flex;
    flex-direction: column;
    overflow: visible;
    /*max-height: 400px !important;*/
}

/*.modal-open .modal {
    overflow-x: visible !important;
    overflow-y: visible !important;
}*/

/* Prevent body scrolling when modal is open for mobile*/
.body.modal-open {
    overflow: hidden;
    position: fixed;
}

@media (min-width: 767px) {
    .body {
        position: absolute;
    }
}


[id*="jurisdictionDialogModal"] .modal-body /*, .vendorContainer .modal-body*/ {
    display: flex;
    flex-direction: column;
    overflow: visible;
/*    max-height: 400px !important;*/
}

#jurisdictionDialogModal .modal-body, #vendorAffilSearchModal .modal-body {
    overflow: hidden;
}

#jurisdictionDialogModal h3 {
    margin-top: 0px;
}

.vendorContainer {
    overflow-y: auto;
    max-height: 450px;
}

.jurisdictionContainer {
    /*overflow-y: scroll;*/
    overflow-y: auto;
    max-height: 400px;
}

    .jurisdictionContainer .modal-body {
        height: 285px;
    }

    .vendorContainer .row {
        width: 100%;
    }

.selectedJurisdictions, .selectedVendors {
    overflow-y: scroll;
    max-height: 165px;
}

.selectedVendors {
    margin-left: 10px;
}

.well.selectedVendorAffils {
    margin: 0px;
}

.selectedVendorAffils h5 {
    margin: 0px;
}

.selectedVendorAffils .selectedVendors {
    margin-left: 0px;
}

.selectedVendorAffils {
    overflow-y: scroll;
    max-height: 115px;
    font-size: 11px;
}

    .selectedVendorAffils ul li span, .selectedVendors ul li span {
        margin-left: -8px;
    }

    .selectedVendorAffils.card {
        padding: 5px;
    }

.selectedAssociations {
    max-height: 165px;
    overflow-y: auto;
}

.associationContainer {
    max-height: 400px;
    overflow-y: auto;
}

.organization .label,
.company .label,
.group .label,
.division .label,
.market .label,
.facility .label {
    margin-right: 5px;
    vertical-align: middle;
}

.facility .label {
    padding: 1px 5px;
}

.facilitySearchEdit {
    padding-left: 0px;
    padding-right: 5px;
}

.organization label.checkbox,
.company label.checkbox,
.group label.checkbox,
.division label.checkbox,
.market label.checkbox {
    cursor: pointer;
}

.facility label.checkbox {
    cursor: default;
}

.organization .checkbox,
.company .checkbox,
.group .checkbox,
.division .checkbox,
.market .checkbox,
.facility .checkbox {
    padding-left: 0px;
}

.organization input.checkbox,
.company input.checkbox,
.group input.checkbox,
.division input.checkbox,
.market input.checkbox,
.facility input.checkbox {
    margin-top: 0px;
}

.organization {
    margin-top: 0px;
    margin-bottom: 8px;
}

.company,
.group,
.division,
.market,
.facility {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
}

    .organization [class^="icon-"], .organization [class*=" icon-"],
    .company [class^="icon-"], .company [class*=" icon-"],
    .group [class^="icon-"], .group [class*=" icon-"],
    .division [class^="icon-"], .division [class*=" icon-"],
    .market [class^="icon-"], .market [class*=" icon-"],
    .facility [class^="icon-"], .facility [class*=" icon-"] {
        vertical-align: middle;
    }

.socSearchTooltip + .tooltip {
    z-index: 1052;
}

    .socSearchTooltip + .tooltip .tooltip-inner {
        max-width: 450px;
        /*max-width: 450px;*/
        text-align: left;
    }

.socSearchToolTip .tooltip-inner {
    background: #444 !important;
}

.tooltip-inner {
    max-width: 400px;
    text-align: left;
    top: 81px;
    left: 29px;
    display: block;
    font-size: smaller;
}

/* FORMS */
.assigningRoles .control-group {
    margin-bottom: -5px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.form-horizontal .control-label {
    font-weight: normal;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.control-group {
    margin-bottom: 10px;
}

.form-actions {
    background: #e8e8e8;
    border-top: 1px solid #d5d5d5;
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.formDivider {
    border-top: 1px solid #00335b;
    margin-bottom: 16px;
    margin-top: 6px;
    margin-left: 14px;
}

.formDivider-thin {
    border-top: 1px solid #00335b;
    margin-top: -1px;
}

h2.formHeader {
    margin-left: 15px;
}

.groupedCheckbox .control-group {
    margin-bottom: -5px;
}

.roleGroupControl {
    margin-top: 20px;
}

.form-horizontal.staticInfoForm .control-group {
    margin-bottom: 10px;
}

.controls label, .form-control-static {
    padding-top: 5px;
    font-weight: bold;
}

    .controls label.checkbox, .controls label.radio {
        font-weight: normal;
    }

.controls .negMarginBottom10 {
    margin-bottom: -10px;
}

.control-group.error .notRequired {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .control-group.error .notRequired:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

.control-label span.required {
    font-weight: bold;
    color: #b94a48;
}

span.required:before {
    content: ' ';
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error span.required {
    color: #b94a48;
}

.input-validation-error {
    border: 1px solid #b94a48 !important;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.phoneExtension {
    float: left;
    margin-left: 2px;
    margin-top: 4px;
}

input[disabled].primaryLocation,
input[readonly].primaryLocation {
    background-color: #fff;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    margin-bottom: 0px;
    pointer-events: none;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    .checkbox span.required {
        display: none;
    }

form#vendorSearchForm {
    margin-bottom: 0px;
}

.regRoles {
    padding-bottom: 8px;
}

#logoutForm {
    margin-bottom: 0;
}

/* TABS */
/*sidemenu*/
#sideMenu {
    margin-bottom: 24px;
}

.nav-tabs.nav-stacked > li > a {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #DEE0E4;
    border-bottom: 1px solid #DEE0E4;
    font-family: open_sansregular, sans;
    text-transform: uppercase;
    font-size: 12px;
    color: #768692;
}

    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > a:focus,
    .nav-tabs.nav-stacked > li > a.active {
        background-color: #DEE0E4;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dee0e4));
        background: -moz-linear-gradient(top, #ffffff, #dee0e4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dee0e4');
    }

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}

#userMgmt.nav-tabs > li > a, #userMgmt.nav-pills > li > a {
    padding-right: 0px;
    padding-left: 20px;
    margin-right: 2px;
    line-height: 14px;
}

.searchTab {
    margin-right: 20px;
}

#userMgmt.nav-tabs > .active > a, #userMgmt.nav-tabs > .active > a:hover {
    border: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 3px solid #ed8b00;
}

.newUserTab {
    min-height: 300px;
}

/* TABLES */
table {
    width: 100%;
}

.table th {
    border-top: none;
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-hover tbody tr:hover > th {
    background-color: transparent;
}

.table-hover tbody tr:hover > td {
    background-color: #dddddd;
    /*background-color: #7bafd4;*/
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.datepicker {
    font-size: 13px;
}

.sortedColumn {
    background-color: #f0f8ff;
}

.striped {
    background-color: #f8f8f8;
}

th.noSort:hover {
    cursor: default;
}

tr:hover {
    cursor: pointer;
}

.noRowLinks tr:hover {
    cursor: default;
}

.tableRowLink, .tableRowLink:hover {
    border-bottom-color: transparent;
    color: #333;
}

.tablesorter-bootstrap .tablesorter-header {
    font-size: 13px;
    font-family: Tahoma, Helvetica, Sans-Serif;
}

.tablesorter-bootstrap .tablesorter-header-inner {
    float: left;
}

.tablesorter-bootstrap thead .sorter-false {
    cursor: default;
    background-image: none;
    padding-left: 10px !important;
}

.tablesorter-bootstrap thead .tablesorter-header {
    vertical-align: middle;
    padding-left: 25px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
}

@ .pagesize {
    margin-bottom: 0px;
}

/* ELEMENTS */
input, a {
    outline: none;
}

.clear {
    clear: both;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    /*padding-left: 20px;*/
    margin-bottom: 0;
    vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

/*input[type="radio"][disabled], input[type="checkbox"][disabled]
{
	margin-top: -3px;
}*/

::placeholder {
    color: #b0b0b0;
}

/* ERRORS */
/*404*/
h1.error404 {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 5px;
    color: #00335b;
}

h3.error404 {
    font-size: 30px;
    line-height: 40px;
    color: #8996a0;
    font-weight: 400;
}

h4.error404 {
    text-transform: uppercase;
    margin-bottom: -10px;
    font-weight: normal;
    font-size: 20px;
}

p.error404 {
    margin-top: 10px;
}

label.error {
    color: #b94a48;
    margin-top: -10px;
}

.inputGroup {
    display: inline-block;
    padding: 3px 4px;
    border: 1px solid transparent;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 0px;
    width: 98%;
}

.input-append,
.input-prepend {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.validationSuccess {
    padding: 10px 5px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    word-wrap: break-word;
}

#externalForm .validationSuccess {
    margin-left: -19px;
    margin-right: -19px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    word-break: break-word;
}

.errorField {
    border-color: #b94a48;
    color: #b94a48;
}

span.ValidationErrors {
    display: inline-block;
    font-size: 12px;
    color: #D00;
    padding-left: 10px;
    font-style: italic;
}

.validation-summary-errors {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    word-wrap: break-word;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#reportValidation .validation-summary-errors span {
    font-weight: bold;
}

#reportValidation .validation-summary-errors {
    margin-bottom: 0px;
    padding: 0px;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}

    .validation-summary-errors ul li {
        word-break: break-word;
    }

#externalForm .validation-summary-errors {
    margin-left: -19px;
    margin-right: -19px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    #externalForm .validation-summary-errors ul {
        margin-left: 20px;
    }

#externalForm .input-validation-error {
    margin-bottom: 0px;
}

.field-validation-error {
    color: #b94a48;
}

/* ALERTS */
.alert, .alert h4 {
    color: #c09853;
    margin-bottom: 0px;
}

.alert-danger,
.alert-error {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    /*border-color: #eed3d7 !important;*/
}

.alert-info {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    /*border: 1px solid #fbeed5;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*border-radius: 4px;*/
}

.securityAlert {
    padding: 8px 20px 8px 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.alert-info h3 {
    font-family: open_sanssemibold;
    color: #3a87ad;
    margin-bottom: 8px;
}

.alert-info p {
    margin-bottom: 8px;
}

.roleAlert {
    margin-left: 180px;
    margin-bottom: 0px;
}

.noFacility {
    margin-left: 180px;
    margin-bottom: 5px;
}

.alertBorder {
    border-bottom: 1px dotted #bbb;
}

.alert-deactivate {
    background-color: #aaa;
    border: 1px solid #888;
    color: #000;
    text-shadow: 0 1px 0 rgba(200,200,200,.5);
}

/* CALLOUTS */
.callout {
    padding: 10px;
    border-left: 8px solid #ed8b00;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

    .callout p {
        margin-bottom: 0px;
    }

/* MISC */

.muted {
    color: #999 !important;
}

.g-mt-1,
.g-my-1 {
    margin-top: 0.12rem !important;
}

.g-mb-1,
.g-my-1 {
    margin-bottom: 0.12rem !important;
}

.g-ml-1,
.g-mx-1 {
    margin-left: 0.12rem !important;
}

.g-mr-1,
.g-mx-1 {
    margin-right: 0.12rem !important;
}

.publicationDescriptionContainer {
    margin-left: 20px;
}

.publicationDescription, .emailDescription {
    font-size: 11px;
}

.restrictionBlock {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.hideDiv {
    display: none;
}

.showDiv {
    display: block;
}

.inputWidth96 {
    width: 96%;
}

.width100 {
    width: 100%;
}

hr.bottom {
    margin-top: 30px;
}

.dottedBorder {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
}

#throbber {
    display: none;
    text-align: right;
}

    #throbber img {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
}

select {
    padding: 5px;
}

legend {
    border-bottom: 0px;
}

.help-block {
    font-size: 12px;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignTop {
    vertical-align: top;
}

.topBorderBox {
    padding: 10px;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.hLineDivider {
    border-top: 1px solid white;
    padding: 5px 0px;
    margin-top: 5px;
    margin-left: 0px;
}

.dropDownWidth {
    width: 200px;
    margin-right: 2px;
}

.dropDownPadding {
    padding: 6px 6px 6px 0px;
}

.fullWidth {
    width: 100%;
}

.siteThrobberContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px; /* -1 * image width / 2 */
    margin-top: -64px; /* -1 * image height / 2 */
    display: block;
    z-index: 99999;
}

.siteThrobberOverlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    position: fixed;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.throbberImgContainer {
    background-color: #ddd;
    border-radius: 4px;
    padding: 10px;
}

.overridableRestriction {
    font-weight: bold;
    font-style: italic;
}

    .overridableRestriction label.checkbox {
        font-weight: bold;
        font-style: italic;
    }

/* FIREFOX SPECIFIC */
@-moz-document url-prefix() {
    .btn.orange.searchIconButton, .btn.orange.searchIconButton:hover;

{
    margin-top: -1px;
    padding: 6px 11px 7px 9px;
}

#menu {
    margin-top: 18px;
}

}

.appendIconButton {
    margin-right: 7px;
}

.apiLabel {
    margin-left: -8px;
}

/*#newKeyBttn, #facilitySearchBtn, #selectSocButton {
    margin-bottom: 10px;
}*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: inherit;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media only screen and (max-width: 992px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width: 480px) {
    .form-horizontal .control-label {
        float: none;
        padding-top: 0;
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }

    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px;
    }

    .form-horizontal .control-group {
        margin-bottom: 0;
    }

    .apiLabel {
        margin-left: 0;
    }

    .modal {
        top: 10px;
        right: 10px;
        left: 10px;
    }

    .phoneExtension {
        padding-left: 15px;
        padding-top: 15px;
    }

    #selectedVendorAffilsCol {
        padding-right: 15px !important;
    }
}

@media(max-width: 576px) {
    .detailLink {
        float: right;
        margin-left: 10px;
    }

    .tt-menu {
        width: 250px !important;
    }

    .tt-hint {
        width: 250px !important;
    }
}

@media(min-width: 576px) {
    #selectedVendorAffilsCol {
        padding-right: 0px !important;
    }
}

/*@media (max-width: 767px) {
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0;
    }

        .modal.facilitySearchModal {
            width: auto;
            margin: 0;
        }

        .modal.fade.show {
            top: 5%;
        }
}*/

/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: inherit;
        margin: auto;
    }
}
*/

.modal-dialog {
    max-width: 600px;
}

.facilitySearchModal .modal-dialog {
    max-width: 750px;
}

.acknowledgmentReviewDialog {
    min-width: 70%
}

.acknowledgmentAnnouncement, .restrictedUserBanner {
    margin-top: 0;
}
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}
.tt-cursor { 
    background-color: #0097cf; 

}
