/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/**
 * First, we include the Twitter Bootstrap LESS files. Only the ones used in the
 * project should be imported as the rest are just wasting space.
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import 'ui-grid-font-awesome.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00549d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #024681;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 15px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bbb;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 988px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1188px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.row {
  margin-left: -24px;
  margin-right: -24px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbb;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #c9c9c9;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c9c9c9;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #c9c9c9;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #c9c9c9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c9c9c9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #fbf8ca;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fbf8ca;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f9f5b2;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c9c9c9;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #afc9e3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(175, 201, 227, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(175, 201, 227, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 12px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 24px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #00549d;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #00549d;
  background-color: #fff;
  border-color: #afcae1;
}
.btn-default:focus,
.btn-default.focus {
  color: #00549d;
  background-color: #e6e6e6;
  border-color: #528dbe;
}
.btn-default:hover {
  color: #00549d;
  background-color: #e6e6e6;
  border-color: #82add0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00549d;
  background-color: #e6e6e6;
  border-color: #82add0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #00549d;
  background-color: #d4d4d4;
  border-color: #528dbe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #afcae1;
}
.btn-default .badge {
  color: #fff;
  background-color: #00549d;
}
.btn-primary {
  color: #fff;
  background-color: #00549d;
  border-color: #024681;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00396a;
  border-color: #000203;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00396a;
  border-color: #012545;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00396a;
  border-color: #012545;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #002646;
  border-color: #000203;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00549d;
  border-color: #024681;
}
.btn-primary .badge {
  color: #00549d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d42307;
  border-color: #000;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a31b05;
  border-color: #000000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a31b05;
  border-color: #000000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a31b05;
  border-color: #000000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #801504;
  border-color: #000000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d42307;
  border-color: #000;
}
.btn-danger .badge {
  color: #d42307;
  background-color: #fff;
}
.btn-link {
  color: #00549d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #024681;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00549d;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #c9c9c9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #c9c9c9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -24px;
  margin-left: -24px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -24px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 24px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -24px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -24px;
  margin-right: -24px;
  padding: 10px 24px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -24px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00549d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #024681;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00549d;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00549d;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f2f3f4;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #024681;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c9c9c9;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #c9c9c9;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #c9c9c9;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #c9c9c9;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #c9c9c9;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * This is our main variables file. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
/**
* These are the variables used throughout the application. This is where
* overwrites that are not specific to components should be maintained.
*/
/**
* Colors
*/
/**
* Global
*/
/**
* Typography
*/
/**
* Tables
*/
/**
* Buttons
*/
/**
* Icons
*/
/**
* Forms
*/
/**
* Widgets
*/
/**
* Tooltips
*/
/**
* Modals
*/
/**
* Popovers
*/
/**
 * Panels
 */
/**
 * Remove all rounded corners
 */
/**
 * Datepickers
 */
/**
* Top Nav
*/
/**
* Left Nav
*/
/** 
* Responsive Breakpoints
*/
/**
 * Datepickers
 */
/**
 * Z-Index Values
 */
/**
 * Progress Bars
 */
/**
 * Global
 */
:focus {
  outline-color: transparent;
  outline-style: none;
}
a:hover,
a:focus {
  outline-color: transparent;
  outline-style: none;
}
a:active {
  color: #0078e1 !important;
}
.dropdown-menu > li > a {
  cursor: pointer;
}
@media (min-width: 992px) {
  .no-left-gutter {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .no-left-gutter {
    padding-left: 24px !important;
  }
}
.no-bottom-margin {
  margin-bottom: 0;
}
.auto-width {
  width: auto !important;
}
.auto-overflow-x {
  overflow-x: auto;
}
.filter-wrapper .checkbox-wrapper {
  float: right;
}
.filter-wrapper .checkbox-wrapper input {
  margin: 0;
  vertical-align: middle;
}
.filter-wrapper .checkbox-wrapper label {
  font-weight: 400;
}
.filter-wrapper .date-separator {
  padding-top: 4px;
}
.filter-wrapper .form-control:not(.ui-select-search) {
  min-height: 25px;
}
.filter-wrapper .form-control:not(.ui-select-search)[disabled] {
  background-color: #eef1f3;
  border: 1px solid #ddd;
}
.filter-wrapper .no-padding {
  padding-left: 0;
  padding-right: 0;
}
@font-face {
  font-family: 'ebis-icons';
  src: url('../fonts/ebis-icons.eot?dpt43t');
  src: url('../fonts/ebis-icons.eot?dpt43t#iefix') format('embedded-opentype'), url('../fonts/ebis-icons.ttf?dpt43t') format('truetype'), url('../fonts/ebis-icons.woff?dpt43t') format('woff'), url('../fonts/ebis-icons.svg?dpt43t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ei {
  font-family: 'ebis-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ei-pen:before {
  content: "\e900";
}
/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using.
 */
/**
 * Components
 */
a {
  color: #00549d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #024681;
  text-decoration: none;
}
.ui-select-match-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: initial;
}
.fa-stack .fa-stack-1x {
  line-height: initial;
}
.fa-stack .fa-stack-1x,
.fa-stack .fa-stack-2x {
  text-align: initial;
}
.fa {
  cursor: pointer;
  color: #00549d;
  display: inline-block;
  font-size: 18px;
}
.fa:hover {
  color: #024681;
}
.fa[disabled="disabled"] {
  color: #ddd;
}
.fa.fa-filter,
.fa.fa-download,
.fa.fa-plus-circle,
.fa.fa-minus-circle,
.fa.fa-repeat {
  font-size: 22px;
}
.fa.fa-file,
.fa.fa-pencil,
.fa.fa-paperclip,
.fa.fa-arrow-up,
.fa.fa-files-o,
.fa.fa-trash,
.fa.fa-th,
.fa.fa-times-circle,
.fa.fa-external-link-square,
.fa.fa-calendar,
.fa.fa-clock-o,
.fa.fa-chevron-left,
.fa.fa-chevron-right,
.fa.ei-pen {
  font-size: 18px;
}
.fa.fa-plus-square,
.fa.fa-minus-square {
  font-size: 22px;
}
.fa.fa-info-circle {
  color: #afc9e3;
}
.fa.fa-info-circle.important {
  color: #ff6600;
}
.fa.fa-comment.empty {
  color: #afc9e3;
}
.fa.fa-comment.empty.fa-required {
  color: #d42307;
}
.fa.fa-flag {
  color: #ff6600;
}
.fa.fa-times-circle.delete {
  color: #d42307;
}
.fa.fa-exclamation-circle {
  cursor: auto !important;
}
.fa.fa-exclamation-circle.red {
  color: #d42307;
}
.fa.fa-sort-desc {
  color: #d42307;
}
.fa.fa-check {
  color: #00a651;
  text-align: left;
  cursor: auto !important;
}
.fa.fa-circle {
  font-size: 10px;
}
.fa.fa-circle:hover {
  color: #00549d;
}
button .fa.fa-calendar {
  font-size: 14px;
}
.fa.fa-plus.fa-inverse {
  font-size: 9px;
  left: 2px;
  top: 6px;
}
.fa.fa-times {
  color: #d42307;
  text-align: left;
  cursor: auto !important;
}
.fa.sm {
  font-size: 18px;
}
.fa.med {
  font-size: 22px;
}
.fa.lg {
  font-size: 28px;
}
.fa.fa-inverse {
  color: #fff !important;
}
.top-nav-item .fa.fa-bars,
.top-nav-item .fa.fa-clipboard,
.top-nav-item .fa.fa-question-circle,
.top-nav-item .fa.fa-search,
.top-nav-item .fa.fa-bar-chart,
.top-nav-item .fa.ei-pen {
  color: #fff;
}
.top-nav-item.active {
  background-color: #e6e7e8;
}
.top-nav-item.active .fa {
  color: #00549d;
}
.text-muted .fa-trash {
  color: #00549d !important;
}
.text-muted .mnc-add-b-trash .fa-trash {
  color: #bbb !important;
}
.text-muted .fa {
  color: #bbb;
}
.sys-form-info {
  color: #a1a1a1 !important;
  padding-left: 8px;
}
.btn {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 2px 10px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 8px 12px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn {
  height: 24px;
  font-size: 12px;
}
.btn-default {
  color: #00549d;
  background-color: #fff;
  border-color: #afcae1;
}
.btn-default[disabled]:focus {
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  background-color: #eef1f3;
}
.btn-default[disabled]:hover,
.btn-primary[disabled]:hover,
.btn-danger[disabled]:hover {
  background-color: #f2f3f4;
  color: #9a9a9a;
  border-color: #c9c9c9;
}
.btn-default.ui-select-toggle[disabled]:hover {
  background-color: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #00549d;
  border-color: #024681;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #024681;
  border-color: #024681;
}
.btn-danger {
  color: #fff;
  background-color: #d42307;
  border-color: #000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-color: #9c1702;
  border-color: #000;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #9a9a9a;
  background-color: #f2f3f4;
  border-color: #c9c9c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.btn-group > .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.btn-ebis-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropup .caret {
  border-top: 4px solid;
  border-bottom: 0;
}
.btn-flex {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.btn-flex .btn:first-child {
  flex-grow: 1;
}
.form-buttons-wrapper {
  padding: 10px;
  height: 54px;
  float: right !important;
}
.fixed-buttons {
  display: inline-block;
}
.fixed-buttons.affix {
  position: fixed !important;
  right: 0;
  border-bottom: 0;
  background-color: #041e42;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  margin-right: 36px;
  padding: 20px 10px 12px 10px;
  z-index: 100;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
  font-size: 0;
  bottom: -13px;
}
.fixed-buttons.affix button {
  border: none;
  box-shadow: none;
  margin: 0 2px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  padding: 2px 10px;
  font-size: 14px;
  margin-bottom: -50px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}
.fixed-buttons.affix .btn-group {
  margin: 0 2px;
  margin-bottom: -50px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}
.fixed-buttons.affix .btn-group .btn {
  margin: 0;
}
.fixed-buttons.affix .btn-group .btn:not(:first-child) {
  border-left: 1px solid #c9c9c9;
}
.fixed-buttons.affix:hover {
  bottom: 0;
}
.fixed-buttons.affix:hover button,
.fixed-buttons.affix:hover .btn-group {
  margin-bottom: 0;
}
.fixed-buttons.affix-bottom {
  top: auto !important;
}
.btn-ebis-toggle-wrapper {
  float: right;
  position: relative;
  top: -1px;
}
.btn-ebis-toggle-wrapper i.fa-trash {
  position: relative;
  top: 1px;
  padding: 2px 4px;
}
.btn-ebis-toggle .btn-default {
  color: #00a651;
  background-color: #fff;
}
.btn-ebis-toggle .btn-toggle-off {
  background-color: #f2f3f4;
  color: #c9c9c9;
  border-color: #c9c9c9;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.btn-ebis-toggle > .btn {
  padding: 1px 12px;
}
@media (max-width: 767px) {
  .btn-ebis-toggle > .btn {
    padding: 1px 6px;
  }
}
.btn-ebis-toggle > .btn[disabled="disabled"] {
  color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-ebis-toggle .btn-xs,
.btn-ebis-toggle .btn-group-xs > .btn,
.btn-ebis-toggle .btn-group-xs > .btn {
  height: 21px;
}
/**
 * Table styles
 */
td,
th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
}
.ui-grid {
  border: 0;
}
.ui-grid div.ui-grid-cell input {
  padding-right: 6px;
  padding-left: 6px;
}
.ui-grid .ui-grid-header-canvas {
  height: auto !important;
}
.ui-grid .ui-grid-top-panel {
  background: #f2f3f4;
  font-weight: normal;
}
.ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: #00549d;
}
.ui-grid .ui-grid-top-panel .ui-grid-cell-contents .ui-grid-icon-down-dir,
.ui-grid .ui-grid-top-panel .ui-grid-cell-contents .ui-grid-icon-up-dir {
  color: #d42307;
}
.ui-grid .ui-grid-cell {
  overflow: visible;
}
.ui-grid .ui-grid-cell input[type="checkbox"] {
  margin: 0 auto;
  padding: 0;
}
.ui-grid .ui-grid-cell .ui-grid-cell-contents,
.ui-grid .ui-grid-cell .ebis-item-renderer {
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-grid .ui-grid-cell .ui-grid-cell-contents:not([comments]),
.ui-grid .ui-grid-cell .ebis-item-renderer:not([comments]),
.ui-grid .ui-grid-cell .ui-grid-cell-contents:not([flags]),
.ui-grid .ui-grid-cell .ebis-item-renderer:not([flags]),
.ui-grid .ui-grid-cell .ui-grid-cell-contents:not([attachments]),
.ui-grid .ui-grid-cell .ebis-item-renderer:not([attachments]) {
  text-overflow: inherit;
}
.ui-grid .ui-grid-cell.ebis-column-sorted {
  background-color: #f2f3f4 !important;
}
.ui-grid .ui-grid-cell .ellipsed-dropdown .ui-select-match-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.ui-grid .ui-grid-cell .ellipsed-dropdown.hidden-placeholder .ui-select-placeholder {
  display: none;
}
.ui-grid .ui-grid-header-cell {
  border-right: 0;
  font-weight: 600;
}
.ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  text-overflow: inherit;
}
.ui-grid .ui-grid-header-cell .ui-grid-cell-contents span.header-float-right {
  float: right;
}
.ui-grid .ui-grid-header-cell .ui-grid-cell-contents span.header-required {
  font-weight: bold;
  color: #d42307;
}
.ui-grid .ui-grid-header-cell .ui-grid-vertical-bar {
  background-color: inherit;
}
.ui-grid .ui-grid-header-cell input[type="radio"],
.ui-grid .ui-grid-header-cell input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
.ui-grid .ui-grid-cell-contents {
  padding: 3px 6px;
}
.ui-grid .ui-grid-cell-contents .fa {
  cursor: pointer;
}
.ui-grid .ui-grid-cell-contents .fa-times-circle {
  color: #d42307;
}
.ui-grid .ui-grid-cell-contents .form-control {
  height: 25px;
  vertical-align: baseline;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui-grid .ui-grid-cell-contents .popover .form-control {
  height: 26px;
  vertical-align: middle;
}
.ui-grid .ui-grid-cell-contents .input-group.ebis-datepicker .btn {
  height: 25px;
}
.ui-grid .ui-grid-cell-contents div.ebis-editor input.required-invalid {
  border: 1px solid #fc8f8f;
}
.ui-grid .ui-grid-cell-contents div.ebis-editor.required-invalid {
  border: 1px solid #fc8f8f;
}
.ui-grid .ui-grid-cell-contents div.ebis-editor div.ui-select-container div.ui-select-no-choice {
  margin-top: 0px;
}
.ui-grid .ui-grid-cell-contents div.ebis-editor div.ui-select-container span.btn {
  vertical-align: bottom;
}
.ui-grid .ui-grid-row .ui-grid-cell {
  background-color: inherit;
  border-right: 1px solid #e6e7e8;
  height: 32px !important;
  line-height: 25px;
}
.ui-grid .ui-grid-row .ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid .ui-grid-row:not(:last-child) .ui-grid-cell {
  border-bottom: 1px solid #e6e7e8;
}
.ui-grid .ui-grid-row .row-opened .fa {
  color: #6899c2;
}
.ui-grid .ui-grid-row .row-unopened {
  font-weight: 700;
}
.ui-grid .ui-grid-row.ui-grid-row-selected .ui-grid-cell,
.ui-grid .ui-grid-row div.ebis-editing .ui-grid-cell,
.ui-grid .ui-grid-row div.ebis-grid-row-selected .ui-grid-cell {
  background-color: #E1E9F2 !important;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.ui-grid .ui-grid-row div.ebis-grid-row-mouse-over .ui-grid-cell {
  background-color: #fbf8ca !important;
}
.ui-grid .ui-grid-render-container-left {
  z-index: 9999;
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #bbb;
}
.ui-grid .ui-grid-render-container-right {
  z-index: 9999;
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
}
.ui-grid .ui-grid,
.ui-grid .ui-grid-contents-wrapper {
  height: 289px;
}
.ui-grid .ui-grid-wrapper {
  height: 260px;
}
.ui-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: inherit;
}
.ui-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-column-resizer {
  border-right: 0;
}
.ui-grid .ui-grid-scrollbar-placeholder {
  background-color: #eef1f3;
}
.ui-grid-cell .input-group-addon,
td .input-group-addon {
  padding: 0 2px 0 0;
  border: 0;
  background-color: transparent;
}
.ebis-grid-msg {
  text-align: center;
  position: relative;
  top: 50%;
}
ul.ui-select-choices.dropdown-auto-width {
  width: auto;
  padding-right: 15px;
}
.table {
  margin-bottom: 0px;
  width: auto;
}
.table.div-table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table.div-table .table-body {
  display: table-row-group;
}
.table.div-table .table-row {
  display: table-row;
}
.table.div-table .table-cell,
.table.div-table .table-head {
  display: table-cell;
}
.table.div-table .table-header {
  margin-bottom: 0;
}
.table.div-table .table-footer-wrapper {
  margin-top: 0;
}
.table.div-table .table-footer {
  display: table-row-group;
}
.table thead,
.table .table-head {
  border: 1px solid #c9c9c9;
}
.table .table-head {
  padding: 3px 6px 3px 6px;
}
.table tbody {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.table th,
.table .table-head {
  background-color: #f2f3f4;
  font-weight: 400;
  white-space: nowrap;
}
.table tr,
.table .table-row {
  background-color: #fff;
}
.table tr.dark-row,
.table td.dark-row,
.table .table-cell.dark-row {
  background-color: #F4F4F4;
}
.table tr.light-row,
.table td.light-row,
.table .table-cell.light-row {
  background-color: #FBFBFB;
}
.table tfoot tr,
.table .table-footer tr,
.table tfoot .table-row,
.table .table-footer .table-row {
  background-color: #f2f3f4;
}
.table tfoot tr.table-totals td,
.table .table-footer tr.table-totals td,
.table tfoot .table-row.table-totals td,
.table .table-footer .table-row.table-totals td {
  padding: 3px 6px;
  white-space: nowrap;
}
.table tfoot tr.table-totals td:not(:first-child),
.table .table-footer tr.table-totals td:not(:first-child),
.table tfoot .table-row.table-totals td:not(:first-child),
.table .table-footer .table-row.table-totals td:not(:first-child) {
  border-left: none;
}
.table tfoot tr.table-totals td:not(:last-child),
.table .table-footer tr.table-totals td:not(:last-child),
.table tfoot .table-row.table-totals td:not(:last-child),
.table .table-footer .table-row.table-totals td:not(:last-child) {
  border-right: none;
}
.table tfoot tr.table-totals td textarea,
.table .table-footer tr.table-totals td textarea,
.table tfoot .table-row.table-totals td textarea,
.table .table-footer .table-row.table-totals td textarea {
  min-width: 70px;
  text-align: right;
}
.table tfoot tr.table-totals td textarea[disabled],
.table .table-footer tr.table-totals td textarea[disabled],
.table tfoot .table-row.table-totals td textarea[disabled],
.table .table-footer .table-row.table-totals td textarea[disabled] {
  border: none;
  padding: 0px 7px 4px 0px;
}
.table tfoot tr.table-totals td textarea[readonly],
.table .table-footer tr.table-totals td textarea[readonly],
.table tfoot .table-row.table-totals td textarea[readonly],
.table .table-footer .table-row.table-totals td textarea[readonly] {
  border: none;
  padding: 0px 7px 5px 0px;
}
.table tfoot tr.table-totals td .invalid-total,
.table .table-footer tr.table-totals td .invalid-total,
.table tfoot .table-row.table-totals td .invalid-total,
.table .table-footer .table-row.table-totals td .invalid-total {
  color: #d42307;
}
.table .form-control {
  height: 26px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 26px;
}
.table .form-control.ui-select-toggle {
  padding-top: 0;
}
.table .input-group.ebis-datepicker .form-control.ng-valid-required,
.table .input-group.ebis-datepicker .form-control.ng-invalid-required {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-responsive thead {
    border: none;
  }
  .table-responsive tbody {
    border-left: none;
    border-right: none;
  }
}
.table-bordered {
  border: 1px solid #c9c9c9;
}
.table-bordered > thead > tr > th,
.table-bordered > .table-row > th,
.table-bordered > thead > tr > .table-head,
.table-bordered > .table-row > .table-head {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  padding: 5px;
}
.table-bordered > tbody > tr:last-child > td,
.table-bordered > .table-body > .table-row:last-child > td,
.table-bordered > .table-footer > .table-row:last-child > td,
.table-bordered > tbody > tr:last-child > .table-cell,
.table-bordered > .table-body > .table-row:last-child > .table-cell,
.table-bordered > .table-footer > .table-row:last-child > .table-cell {
  border-bottom: 0;
}
.table-bordered > tbody > tr > td,
.table-bordered > .table-body > .table-row > td,
.table-bordered > .table-footer > .table-row > td,
.table-bordered > tbody > tr > .table-cell,
.table-bordered > .table-body > .table-row > .table-cell,
.table-bordered > .table-footer > .table-row > .table-cell {
  font-weight: 300;
  border-right: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  padding: 3px 6px 3px 6px;
  line-height: 23px;
  height: 32px;
  vertical-align: middle;
}
.table-bordered > tbody > tr > td:first-child,
.table-bordered > .table-body > .table-row > td:first-child,
.table-bordered > .table-footer > .table-row > td:first-child,
.table-bordered > tbody > tr > .table-cell:first-child,
.table-bordered > .table-body > .table-row > .table-cell:first-child,
.table-bordered > .table-footer > .table-row > .table-cell:first-child {
  border-left: 0;
}
.table-bordered > tbody > tr > td:last-child,
.table-bordered > .table-body > .table-row > td:last-child,
.table-bordered > .table-footer > .table-row > td:last-child,
.table-bordered > tbody > tr > .table-cell:last-child,
.table-bordered > .table-body > .table-row > .table-cell:last-child,
.table-bordered > .table-footer > .table-row > .table-cell:last-child {
  border-right: 0;
}
.table-condensed > .table-head > .table-head {
  padding: 5px;
}
.table-hover > tbody > tr:hover,
.table-hover > .table-body > .table-row:hover {
  background-color: #fbf8ca;
}
.table-footer-hover {
  background-color: #f2f3f4;
  border: 1px solid #c9c9c9;
  border-top: 0;
  overflow: hidden;
  padding: 3px 6px;
}
.table-full-width {
  width: 100%;
}
.ui-grid-cell {
  overflow: visible;
}
.approved {
  color: #00a651;
}
.notapproved {
  color: #d42307;
}
.no-margin {
  margin-left: 0px !important;
}
.table-container {
  overflow: hidden;
}
.scrollable-table thead {
  display: block;
}
.scrollable-table tbody {
  display: block;
  max-height: 200px;
  overflow: auto;
  width: 100%;
}
.scrollable-table thead {
  display: block;
}
.scrollable-table th,
.scrollable-table td {
  min-width: 50px;
}
.scrollable-table .scroll-header tr {
  display: block;
}
.angular-ui-tree-drag {
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.angular-ui-tree-drag td {
  padding: 3px 6px;
  border: 1px solid #e6e7e8;
}
.angular-ui-tree-drag td:not(:first-child) {
  border-left: 0;
}
.table-bordered > tbody > tr td.angular-ui-tree-placeholder {
  background-color: #f0f9ff;
  height: 42px;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}
.table-shadow-right {
  z-index: 9999;
  -moz-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #bbb;
}
.table-cell-indent {
  padding-left: 24px !important;
}
.esign-prepare-modal .esign-prepare-header {
  display: flex;
  align-items: center;
}
.esign-prepare-modal .esign-prepare-header h4 {
  margin-right: 10px;
}
.esign-prepare-modal .esign-prepare-header img {
  width: 24px;
  height: 24px;
}
.esign-prepare-modal .col-md-10 {
  padding-left: 0 !important;
}
.esign-prepare-modal table {
  width: 100%;
}
.esign-prepare-modal table thead tr {
  border: 1px solid transparent;
}
.esign-prepare-modal table thead tr th {
  background-color: transparent;
}
.esign-status-modal .esign-status-header {
  display: flex;
  align-items: center;
}
.esign-status-modal .esign-status-header h4 {
  margin-right: 10px;
}
.esign-status-modal .esign-status-header img {
  width: 24px;
  height: 24px;
}
.esign-status-modal .signer {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  margin-left: 25px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 10px;
}
.esign-status-modal .signer .gray-text {
  color: #797979;
}
.esign-status-modal .signer .red-text {
  color: red;
}
.esign-status-modal .signer .column1 {
  padding: 0px;
}
.esign-status-modal .signer .signer-container {
  padding: 0px;
}
.esign-status-modal .signer .signer-type-wrapper {
  height: 20px;
}
.esign-status-modal .signer .ei-pen {
  cursor: pointer;
}
.esign-status-modal .signer .signer-name {
  font-weight: 600;
}
.esign-status-modal .signer .email-row {
  margin-top: 5px;
}
.esign-signature-method-modal .form-group {
  padding: 0px;
}
.esign-signature-method-modal .esign-signature-method-header {
  display: flex;
  align-items: center;
}
.esign-signature-method-modal .esign-signature-method-header h4 {
  margin-right: 10px;
}
.esign-signature-method-modal .esign-signature-method-header img {
  width: 24px;
  height: 24px;
}
.esign-signature-method-modal .signer {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  margin-left: 25px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 10px;
}
.esign-signature-method-modal .signer .signer-type {
  color: #797979;
}
.esign-signature-method-modal .signer .signer-type .new-doctor-link {
  padding-left: 35px;
}
.esign-signature-method-modal .signer .signer-container {
  padding: 0px;
}
.esign-signature-method-modal .signer .signer-container .doctor-list {
  width: 175px;
}
.esign-signature-method-modal .signer .signer-info {
  margin-top: 5px;
  padding: 0px;
}
.esign-signature-method-modal .signer .signer-info .signer-email {
  height: 29px;
}
.esign-signature-method-modal .signer .signer-info .signer-email input {
  width: 255px;
}
.esign-signature-method-modal .signer .signer-dropdown {
  padding-right: 0px;
  padding-left: 0px;
}
.esign-signature-method-modal .signer .signer-disabled {
  color: #797979;
  text-align: right;
}
.esign-signature-method-modal .signer .invalid-email {
  margin-left: 20px;
  color: red;
  font-size: 10px;
}
.report-params-modal .report-params-row {
  padding-bottom: 6px;
}
.report-params-modal .report-params-row .at-academy-row .e-sign-radio {
  margin-left: 12px;
}
.report-params-modal .report-params-row .ui-select-bootstrap > .ui-select-choices {
  max-height: 100px;
}
.blocking-overlay-visible .stored-report-window {
  z-index: 1030 !important;
}
.blocking-overlay-visible .stored-report-backdrop {
  z-index: 1029 !important;
}
.modal-subheader {
  font-weight: 600;
}
.club-comm-player-report-modal .modal-body .inner-body {
  background-color: #f2f3f4;
  border: 1px solid #dddddd;
  padding: 8px;
}
.club-comm-player-report-modal .modal-body .inner-body .title {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  margin-bottom: 8px;
}
.club-comm-player-report-modal .modal-body .inner-body .no-left-gutter {
  padding-left: 0 !important;
}
.club-comm-player-report-modal .modal-body .inner-body .no-right-gutter {
  padding-right: 0 !important;
}
.club-comm-player-report-modal .modal-body .inner-body .form-control[disabled] {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 4px 6px;
  font-weight: 300;
}
.club-comm-player-report-modal .left-nav-wrapper {
  left: -20px;
  top: 15px;
  text-align: right;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
}
.club-comm-player-report-modal .left-nav-wrapper .left-container {
  position: fixed;
}
.club-comm-player-report-modal #left-arrow {
  cursor: pointer;
  font-size: 32px;
  height: 50px;
}
.club-comm-player-report-modal .right-nav-wrapper {
  right: -20px;
  top: 15px;
  text-align: left;
  position: absolute;
}
.club-comm-player-report-modal .right-nav-wrapper .right-container {
  position: fixed;
}
.club-comm-player-report-modal #right-arrow {
  cursor: pointer;
  font-size: 32px;
  height: 50px;
}
.club-comm-player-report-modal #player-report-modal-text-wrapper {
  height: 50px;
}
.club-comm-player-report-modal .player-report-modal-text {
  color: #00549d;
}
.club-comm-player-report-modal #player-report-percentage-complete-wrapper {
  right: -20px;
  top: -65px;
  position: absolute;
}
.club-comm-player-report-modal #player-report-percentage-complete-wrapper .percentage-complete-container {
  position: fixed;
}
.club-comm-player-report-modal #box-score-wrapper {
  border: solid 1px #d2d2d2;
  margin-top: 8px;
}
.club-comm-player-report-modal #box-score-top-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 8px;
  font-size: 11px;
  color: #666666;
  background-color: #f7f7f7;
}
.club-comm-player-report-modal #box-score-top-row div {
  width: 30px;
  text-align: center;
}
.club-comm-player-report-modal #box-score-top-row-stats {
  display: flex;
  justify-content: space-between;
  padding: 2px 8px;
  color: black;
  background-color: white;
  font-size: 13px;
}
.club-comm-player-report-modal #box-score-top-row-stats div {
  width: 30px;
  text-align: center;
}
.club-comm-player-report-modal #box-score-bottom-row {
  display: flex;
  justify-content: space-around;
  padding: 2px 8px;
  font-size: 11px;
  color: #666666;
  background-color: #f7f7f7;
}
.club-comm-player-report-modal #box-score-bottom-row div {
  width: 30px;
  text-align: center;
}
.club-comm-player-report-modal #box-score-bottom-stats {
  display: flex;
  padding: 2px 8px;
  color: black;
  background-color: white;
  font-size: 13px;
  justify-content: space-around;
}
.club-comm-player-report-modal #box-score-bottom-stats div {
  width: 30px;
  text-align: center;
}
.club-comm-player-report-modal #pitcher-breakout-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.club-comm-player-report-modal .pitcher-breakout-row-header {
  width: 115px;
  padding-right: 7px;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  color: #000000;
}
.club-comm-player-report-modal .breakout-row input {
  height: 28px;
}
.club-comm-player-report-modal .breakout-table-data {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.club-comm-player-report-modal .breakout-table-text {
  width: 115px;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
.club-comm-player-report-modal .breakout-pitches-text {
  width: 115px;
  font-family: Helvetica;
  font-size: 14px;
}
.club-comm-player-report-modal .breakout-pitches-text-bold {
  width: 115px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
}
.club-comm-player-report-modal .field-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper input {
  height: 28px;
  width: 160px;
}
.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper label {
  font-weight: normal;
}
.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper.club-comm-player-report-modal .field-wrapper .form-group {
  margin-bottom: 0;
}
.club-comm-player-report-modal .custom-input {
  width: 75px;
}
.club-comm-modal-window .modal-dialog {
  transform: unset !important;
}
.tabs-wrapper {
  height: 65px;
  display: table-row;
}
.tabs-wrapper .col-xs-12 {
  padding-left: 0;
  padding-right: 24px;
  height: 65px;
}
.tabs-wrapper li {
  color: #00549d;
  font-weight: 400;
  font-size: 14px;
}
.tabs-wrapper li a {
  padding: 0;
  display: inline-block;
  white-space: nowrap;
}
.tabs-wrapper li a span {
  border-right: 1px solid #ddd;
  display: inline-block;
  line-height: 14px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 12px;
}
.tabs-wrapper li a span.fa.fa-ellipsis-h {
  font-size: 21px;
  border-right: none;
  padding-right: 12px;
  line-height: initial;
  margin-bottom: 0;
  margin-top: -3px;
}
.tabs-wrapper li a:hover {
  background-color: transparent;
  border-color: transparent;
}
.tabs-wrapper li a:focus {
  background-color: transparent;
}
.tabs-wrapper li.active {
  color: #000;
}
.tabs-wrapper li.active {
  border-bottom: 4px solid #d42307 !important;
}
.tabs-wrapper li:first-child a span {
  border-left: 1px solid #ddd;
}
.tabs-wrapper .home-tabs.col-xs-12 {
  padding-right: 0;
}
.tabs-wrapper .home-tabs .nav-tabs {
  border-bottom: none;
  float: right;
}
.tabs-wrapper .home-tabs .nav-tabs li {
  /*float: right;*/
  border-bottom: 4px solid transparent;
}
.tabs-wrapper .home-tabs .nav-tabs li.active a {
  background-color: inherit;
  border: none;
}
.tab-content {
  background-color: #eaeff2;
}
.nav-tabs {
  position: relative;
  top: 32px;
}
.nav-tabs li {
  display: table-cell;
}
.nav-tabs .popover {
  padding: 0;
}
.nav-tabs .popover.bottom-right > .arrow {
  left: initial;
  right: 10px !important;
}
@media (max-width: 1023px) {
  .nav-tabs .popover.bottom-right > .arrow {
    right: 19px !important;
  }
}
.nav-tabs .popover-content-inner {
  padding: 0;
  padding-top: 12px;
}
.nav-tabs .popover-content-inner a {
  display: inline-block;
  padding: 0 24px !important;
}
.nav-tabs .popover-content-inner a span {
  display: inline-block;
  padding: 0;
  border: none;
}
.nav-tabs .popover-content-inner a.active {
  color: #000;
  border-left: 4px solid #d42307;
}
.nav-tabs .popover-content-inner a.active span {
  position: relative;
  left: -4px;
}
.fixed-header {
  position: fixed;
  height: auto;
  min-height: 65px;
  top: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  display: flex;
}
@media (max-width: 1023px) {
  .fixed-header {
    display: block;
  }
}
.fixed-header .fixed-header-no-bottom-margin {
  margin-bottom: 2px;
}
.fixed-header h1 {
  margin-top: 6px;
  margin-bottom: -2px;
  color: #00549d;
  white-space: nowrap;
}
.fixed-header h1 div {
  display: inline-block;
}
.fixed-header h2 {
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .fixed-header h2 {
    white-space: normal;
  }
}
.fixed-header .tabs-wrapper {
  margin-right: 12px;
}
.fixed-header .nav-tabs {
  border-bottom: none;
  float: right;
}
.fixed-header .nav-tabs li {
  margin-bottom: 0;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}
.fixed-header .nav-tabs a {
  margin-right: 0;
  border: none;
  height: 29px;
}
.fixed-header .nav-tabs > li {
  float: none;
}
.fixed-header .nav-tabs > li.active > a {
  color: #000;
  border: none;
}
.fixed-header .media-left {
  padding-top: 6px;
  padding-bottom: 6px;
}
.fixed-header .media-left .media-object {
  height: 53px;
}
.fixed-header .media-body {
  vertical-align: middle;
}
.fixed-header .fa,
.fixed-header fa-sort-desc {
  cursor: pointer;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .fixed-header {
    top: 70px !important;
  }
}
@media (max-width: 1023px) {
  .fixed-header {
    z-index: 999;
    top: 50px;
  }
  .fixed-header h1 {
    font-size: 16px;
  }
  .fixed-header h2 {
    font-size: 13px;
    margin-top: 3px;
  }
  .fixed-header .media-left .media-object {
    height: 34px;
  }
  .fixed-header .col-xs-12 {
    padding-left: 12px;
  }
  .fixed-header .col-xs-12:last-child {
    text-align: center;
    padding-left: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f2f3f4;
  }
  .fixed-header .nav-tabs {
    float: none;
    top: 0;
    display: block;
  }
  .fixed-header .nav-tabs li.tab-dropdown {
    display: block;
    border-bottom: 0;
  }
  .fixed-header .nav-tabs li.tab-dropdown a {
    padding: 0;
  }
  .fixed-header .nav-tabs li.tab-dropdown a:hover {
    background-color: transparent;
  }
  .fixed-header .nav-tabs .popover {
    width: 365px;
  }
  .fixed-header .nav-tabs .popover-content-inner a span {
    line-height: 14px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  .fixed-header .media-right {
    padding-top: 7px;
    padding-right: 6px;
  }
  .fixed-header .fa-stack {
    width: 2em;
    height: 2em;
    line-height: 2em;
    top: 3px;
  }
  .fixed-header .fa-file {
    font-size: 21px;
  }
  .fixed-header .fa-plus.fa-inverse {
    font-size: 10px;
    left: 3px;
    top: 8px;
  }
}
.fixed-header-left {
  flex: auto;
  padding-left: 12px;
}
.fixed-header-right {
  flex: auto;
}
navbar.navbar-fixed-bottom {
  min-height: 40px !important;
}
@media (max-width: 767px) {
  .navbar-default {
    background-color: #024681;
    border-bottom: none;
    border-color: #c9c9c9;
  }
}
.navbar-default .btn-link {
  color: #024681;
}
.navbar-default .btn-link:hover {
  color: #024681;
}
.navbar-default.navbar-fixed-bottom {
  background-color: #f2f3f4;
  min-height: 40px;
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}
.navbar-default.navbar-fixed-bottom .navbar-header {
  text-align: center;
}
.navbar-default.navbar-fixed-bottom .fa-angle-up,
.navbar-default.navbar-fixed-bottom .fa-angle-down {
  display: inline-block;
  padding: 6px;
  font-size: 32px;
  font-weight: bold;
}
.navbar-default.navbar-fixed-bottom .navbar-collapse {
  border-top: none;
  box-shadow: none;
}
.navbar-default.navbar-fixed-bottom .navbar-collapse.in {
  overflow-y: visible;
}
.navbar-default.navbar-fixed-bottom .dropdown button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-bottom: 0;
}
.navbar-default.navbar-fixed-bottom .dropdown .caret {
  border-top: 4px solid;
  border-bottom: none;
}
.navbar-default.navbar-fixed-bottom .dropdown.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.navbar-default.navbar-fixed-bottom .dropdown.dropup .caret {
  border-top: none;
  border-bottom: 4px solid;
}
/* remove rounded corners on Mobile Safari */
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .ebis-form .container-fluid {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
  }
  .ebis-form .fixed-header.row {
    margin-left: -6px;
    margin-right: 0;
  }
  .ebis-form .fixed-header .col-xs-12,
  .ebis-form .fixed-header .col-md-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .ebis-form .fixed-header .media-right {
    padding-right: 0;
  }
}
.ebis-form form {
  background-color: #fff;
  border: 1px solid #ddd;
}
.ebis-form form:not(.adv-search-filters-form):not(.clone-prod-user-form) {
  overflow: auto;
}
.ebis-form form .panel-group {
  margin-bottom: 0;
}
.ebis-form form.no-border {
  border: none !important;
}
.ebis-form .panel-body {
  padding-bottom: 0;
}
.ebis-form .panel-body .form-group {
  min-height: 45px;
}
@media (max-width: 767px) {
  .ebis-form .panel-body .form-group {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.ebis-form .table-no-scroll {
  overflow-x: visible;
  overflow-y: hidden;
}
.ebis-form .table-responsive:not(.errors-table-responsive) {
  /*margin: 0 @padding-base * 2;*/
  margin-bottom: 24px;
}
.ebis-form .table-responsive:not(.errors-table-responsive).no-left-margin {
  margin-left: 0;
}
.ebis-form .table-responsive:not(.errors-table-responsive).top-margin {
  margin-top: 12px;
}
.ebis-form form.inner-form {
  overflow: hidden;
  border: 0;
}
label {
  font-weight: 600;
  margin-bottom: 0;
}
textarea {
  width: 100%;
  resize: none;
  max-height: 200px;
}
textarea.form-control[disabled] {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 4px 6px;
  font-weight: 300;
}
textarea[ebis-textarea-auto-expand] {
  max-height: none;
}
.primary-label {
  font-size: 11px;
  font-weight: 400;
  color: #ff6600;
}
.required {
  display: inline-block;
  color: #d42307;
}
.highlight {
  color: #ff6600;
}
.form-inner-wrapper {
  margin-top: 70px;
}
.form-inner-wrapper .form-header {
  margin-top: 24px;
}
.form-header {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f2f3f4 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f2f3f4 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f2f3f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f3f4', GradientType=0);
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 6px;
  padding-left: 12px;
  height: 34px;
  display: flex;
  flex: 1;
}
@media (max-width: 767px) {
  .form-header {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .form-header {
    margin-top: 12px;
    padding-left: 6px;
  }
}
.form-header .form-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-header .arrow {
  display: inline-block;
  margin-top: 15px;
  margin-right: 12px;
  flex: 0 0 auto;
}
.form-header .arrow .line {
  background-color: #ddd;
  height: 1px;
  width: 24px;
}
.form-header .arrow .line.top {
  transform: rotate(45deg);
  transform-origin: top right;
  margin-top: -4px;
}
.form-header .arrow .line.bottom {
  transform: rotate(-45deg);
  transform-origin: bottom right;
  margin-top: -2px;
}
.form-header .form-header-action {
  flex: 1 0 auto;
  text-align: right;
}
.form-header .form-header-action span {
  vertical-align: middle;
}
.form-header .justify-checkboxes-right {
  display: inline-flex;
  justify-content: flex-end;
  flex: 1;
}
.form-header .form-header-subtext {
  font-size: 11px;
  font-weight: 400;
  padding-top: 3px;
  padding-right: 6px;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-header .form-header-subtext.med {
  font-size: 13px;
}
@media (max-width: 767px) {
  .page-title-wrapper + ui-view .form-header {
    margin-top: 0;
  }
}
.form-main {
  padding: 12px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .form-main {
    padding: 6px;
  }
}
.form-body {
  background-color: #eaeff2;
}
.form-footer {
  padding-right: 0;
  background-color: #f2f3f4;
  border-top: 1px solid #ddd;
}
.form-footer button,
.form-footer .btn-group {
  margin-left: 6px;
}
.form-control {
  height: 26px;
  padding: 4px 6px;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.form-control.inner {
  margin-bottom: 6px;
}
.form-control.inner[disabled] {
  margin-bottom: 0;
}
.form-control.ui-select-toggle {
  padding-top: 2px;
}
.form-control:focus {
  background-color: #fbf8ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
  box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border: none;
  font-weight: 400;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.subsection {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .subsection {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.subsection h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 3px;
}
.row-wrapper {
  margin-left: 12px;
}
.table-row-wrapper {
  margin: 0;
}
.table-row-wrapper .table-responsive {
  margin: 0 0 24px 0;
}
.checkbox-radio-multiline input {
  float: left;
}
.checkbox-radio-multiline label {
  display: block;
  padding-left: 17px;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  color: #d42307;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  box-shadow: none;
  border-color: #ddd;
}
.ui-select-bootstrap > .ui-select-match > .btn.btn-default:hover:not([disabled]) {
  background-color: #fff;
}
.ui-select-bootstrap > .ui-select-match > .btn[disabled] {
  font-weight: 400;
  opacity: 1;
  padding-left: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn[disabled] i.caret {
  display: none;
}
.ui-select-match {
  outline: 0;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 200 !important;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > span {
  color: #bbb !important;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 2px 3px 0 2px !important;
}
.ui-select-multiple.ui-select-bootstrap.form-control {
  height: auto;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  margin: 0 2px 2px 0 !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item.btn-primary {
  color: #00549d;
  background-color: #eef1f3;
  border-color: #afc9e3;
}
.ui-select-multiple .ui-select-match-item.btn {
  font-size: 11px;
}
.ui-select-multiple .ui-select-match-item.btn.btn-default,
.ui-select-multiple .ui-select-match-item.btn.btn-primary:hover {
  border-color: #afc9e3;
  box-shadow: none;
}
.ui-select-multiple .ui-select-match-item.btn.btn-default[disabled],
.ui-select-multiple .ui-select-match-item.btn.btn-primary:hover[disabled] {
  color: #000;
  border-color: #c9c9c9;
}
.ui-select-multiple .ui-select-match-item.btn.btn-xs {
  height: 20px;
}
.ui-select-multiple .ui-select-match-item.btn.btn-xs[disabled="disabled"] {
  height: 22px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  color: #00549d;
  opacity: 1.0;
  font-size: 13px;
  margin-top: 2px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close:hover {
  color: #024681;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #fbf8ca !important;
}
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  background-color: #fff !important;
}
.ui-select-placeholder {
  font-style: italic;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0 !important;
  vertical-align: top;
}
.ui-select-bootstrap > .ui-select-choices {
  overflow-x: auto;
  margin-top: 0;
}
.uib-dropdown-menu {
  min-width: inherit;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-color: #ddd;
}
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
}
.direction-up .ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
}
.ui-select-bootstrap .ui-select-choices-row > span {
  padding: 3px 6px;
  height: 24px;
}
.ui-select-bootstrap .ui-select-choices-row > span div.drop-down-item-container {
  height: 21px;
}
.ui-select-bootstrap .ui-select-match-text {
  padding-right: 18px;
  margin-top: 1px;
}
.ui-select-bootstrap[disabled="disabled"] .ui-select-match-text {
  white-space: normal;
}
.ui-select-bootstrap .ui-select-toggle {
  z-index: 1;
}
.ui-select-bootstrap .caret {
  z-index: -1;
}
.ui-select-bootstrap[search-enabled=false] .ui-select-match.ng-hide {
  display: block !important;
}
/* .ui-select-bootstrap[search-enabled=false] .ui-select-match .text-muted.ng-hide {
       display: none !important;
}
.ui-select-bootstrap[search-enabled=false].ng-dirty .ui-select-match .text-muted.ng-hide {
       display: none !important;
} */
/*.ng-invalid {
	border: none !important;
}*/
/*input {
	&.ng-invalid {
		border: 1px solid @g5 !important;
	}
}*/
.ebis-form-submitted {
  /*    .ng-invalid:not(.inner-form):not([disabled]) {
	    border-bottom: 1px solid @r1 !important;
    }*/
}
.ebis-form-submitted .ng-invalid-required:not(.inner-form):not([disabled]) {
  outline: 1px solid #d42307;
}
.ebis-form-submitted .dropdown.ng-invalid-required:not(.inner-form):not([disabled]):not(.ui-select-multiple) {
  border-bottom: 1px solid #d42307;
}
.ebis-form-submitted input.ng-invalid-required[type="checkbox"]:not(.inner-form):not([disabled]) {
  outline: 1px solid #d42307;
}
.ebis-form-submitted .ng-zero-value-required:not(.inner-form):not([disabled]) {
  outline: 1px solid #d42307;
}
.ebis-form-submitted .invalid-required .cke_contents {
  border: 1px solid #d42307;
}
.custom-language-view {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 12px;
  max-height: 200px;
  overflow-y: auto;
}
.cke {
  margin-top: 12px !important;
}
.cke_chrome {
  box-shadow: none !important;
}
.panel-body .panel-body .ck-editor-wrapper {
  padding: auto;
  margin: auto auto 10px auto;
}
.input-group-addon {
  padding-bottom: 5px;
  border: none;
  background-color: transparent;
}
.input-group-addon.field-disabled {
  padding-top: 3px;
}
.col-no-padding {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .xs-float {
    float: left;
  }
  .label-xs-assignment-to-clubs {
    width: 91%;
  }
  .col-xs-assignment-padding {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .label-sm-assignment-to-clubs {
    width: 60%;
    vertical-align: top !important;
  }
  .label-sm-if-earned {
    width: 92%;
    vertical-align: top !important;
  }
}
.award-table-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.award-form .form-main {
  min-height: 300px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.recertification-form {
  min-height: 370px;
}
.arbitration-form {
  min-height: 241px;
}
.arbitration-form .arb-filter-btn {
  padding-top: 24px;
  padding-bottom: 24px;
}
.arbitration-form .arbitration-table td {
  white-space: nowrap;
}
.arb-popover {
  padding: 9px 14px;
}
.arb-popover .practioner-wrapper {
  padding-bottom: 10px;
}
.arb-popover .arbitration-popover-table {
  width: 100%;
}
.arb-popover-footer .padded-button {
  margin-right: 10px;
}
.award-table {
  margin: 0 24px;
  margin-bottom: 104px;
}
.popover-content-inner .control-label {
  font-weight: 300;
}
.red-text {
  color: #d42307;
}
.red-text span.ui-select-match-text {
  color: #d42307;
}
.orange2-text {
  color: #ff9900;
}
.green-text {
  color: #00a651;
}
.green-text span.ui-select-match-text {
  color: #00a651;
}
.multi-input-wrapper div {
  padding-left: 0;
  padding-right: 0;
}
.multi-input-wrapper div:not(:last-child) {
  padding-right: 4px;
}
.multi-input-wrapper div span.label-text {
  vertical-align: top;
  line-height: 26px;
}
.multi-input-wrapper div input[type="radio"] {
  margin-top: 0;
  height: 26px;
}
.award-table .player-select {
  min-width: 150px;
}
.award-table .org-select {
  min-width: 180px;
}
.award-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.form-handle-wrapper {
  position: fixed;
  top: 37%;
  right: 0;
}
.form-group > input[type=checkbox] {
  float: left;
  margin: 3px 5px 0 0;
}
.form-group > input[type=checkbox] + label {
  display: block;
}
.footer-button {
  float: left;
}
@media (max-width: 767px) {
  .footer-button {
    float: none;
    text-align: center;
    margin-bottom: 12px;
  }
}
.quick-search-table-control input {
  width: 250px;
}
.quick-search-table-control .quick-search-dropdown-table {
  position: absolute;
  left: 320px;
}
.address-no-wrap {
  word-wrap: break-word;
}
.address-disabled {
  cursor: not-allowed;
}
.dugout-eligible-table {
  margin-top: 12px;
  margin-bottom: 104px;
}
.file-attachments-table {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 992px) {
  .file-attachments-table {
    display: inline-block;
  }
}
.dropdown-menu.quick-search-wrapper {
  max-height: none !important;
  overflow: unset !important;
  width: 300px !important;
  /*display none this so it doesn't show up on forms where its used as an input (trainer/agent field for ex on int player profiles)*/
}
.dropdown-menu.quick-search-wrapper ul {
  overflow: auto;
  max-height: 300px;
  padding-left: 0;
}
.dropdown-menu.quick-search-wrapper .quick-search-footer {
  height: 57px;
  color: #000;
  background-color: #eaeff2;
  display: flex !important;
  align-items: center;
  padding: 0 5px;
  border-top: 1px solid #c9c9c9;
  justify-content: center;
}
.dropdown-menu.quick-search-wrapper .quick-search-footer a {
  padding-left: 4px;
  cursor: pointer;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-direction-column {
  flex-direction: column;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-flex-end-gap {
  justify-content: flex-end;
  gap: 6px;
}
.align-items-flex-start {
  align-items: flex-start;
}
.font-weight-bold {
  font-weight: bold;
}
.pl-none {
  padding-left: 0;
}
.pr-none {
  padding-right: 0;
}
.pl-six {
  padding-left: 6px;
}
.pr-six {
  padding-right: 6px;
}
.cursor-pointer {
  cursor: pointer;
}
.input-group :focus {
  outline: none;
}
.input-group.ebis-datepicker {
  min-width: 105px;
}
.input-group.ebis-datepicker .input-group-btn {
  vertical-align: bottom;
}
.input-group.ebis-datepicker .input-group-btn .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 5px;
  border-color: #afcae1;
}
.input-group.ebis-datepicker .input-group-btn .btn-default:hover {
  background-color: #fff;
}
.input-group.ebis-datepicker input[type="text"]:focus,
.input-group.ebis-datepicker input[type="text"].ng-touched,
.input-group.ebis-datepicker input[type="text"].ng-dirty {
  color: #000 !important;
  font-style: normal;
}
.input-group.ebis-datepicker input[readonly] {
  border: 1px solid #ddd;
}
.ebis-daterange-picker {
  display: flex;
  align-items: center;
}
.ebis-daterange-picker .ebis-datepicker {
  width: 130px;
  display: inline-table;
}
.ebis-daterange-picker .date-range-seperator {
  margin: 0 7px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap],
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup {
  z-index: 1050;
  background-color: #eef1f3;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-style: none;
  padding: 0;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-default,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-default {
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-default:hover,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-default:hover {
  background-color: transparent;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-default.active,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-default.active {
  background-color: #00549d;
  color: #fff;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-default.active .text-info,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-default.active .text-info {
  background-color: transparent;
  color: #fff;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-info.active,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-info.active,
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-info.active:hover,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-info.active:hover {
  background-color: #00549d;
  border-color: #024681;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-info.active .text-info,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-info.active .text-info,
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-info.active:hover .text-info,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-info.active:hover .text-info {
  color: #fff;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-sm,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-sm {
  line-height: 1;
  padding: 0;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-sm i,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-sm i {
  padding: 6px 12px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .btn-sm strong,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .btn-sm strong {
  display: inline-block;
  padding: 6px 12px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] table,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup table {
  border-collapse: separate;
  border-spacing: 2px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] thead tr:last-child th,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup thead tr:last-child th {
  padding-top: 6px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] small,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup small {
  font-size: 14px;
  font-weight: 600;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] span,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup span {
  display: inline-block;
  padding: 6px 12px;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .text-muted,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .text-muted {
  background-color: #eef1f3;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .text-info,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .text-info {
  background-color: #fff;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .today .btn-default,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .today .btn-default {
  border: 1px solid #89a3bd;
}
body > ul.dropdown-menu[uib-datepicker-popup-wrap] .today .text-info,
body > div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup .today .text-info {
  background-color: #afc9e3;
  color: #00549d;
}
.input-group :focus {
  outline: none;
}
.input-group.ebis-timepicker .input-group-btn .btn {
  padding: 2px 5px;
  border-color: #afcae1;
  font-weight: bold;
}
.input-group.ebis-timepicker .input-group-btn .btn-glyph {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group.ebis-timepicker .input-group-btn .btn-default:hover {
  background-color: #fff;
}
.input-group.ebis-timepicker .input-group-btn .btn-primary {
  color: #00549d;
  background-color: #fff;
}
.input-group.ebis-timepicker input[type="text"]:focus {
  background-color: #fbf8ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
  box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
}
.dropdown-menu.ebis-timepicker-pop {
  z-index: 1050;
  background-color: #eef1f3;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-left: -160px;
  margin-top: 15px;
}
.dropdown-menu.ebis-timepicker-pop .glyphicon-chevron-up,
.dropdown-menu.ebis-timepicker-pop .glyphicon-chevron-down {
  padding: 2px 12px;
}
.dropdown-menu.ebis-timepicker-pop .btn {
  background-color: #fff;
  border-color: #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.ebis-timepicker-pop .btn.active {
  background-color: #00549d;
  color: #fff;
}
.dropdown-menu.ebis-timepicker-pop .btn-default {
  border-color: #ddd;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  height: 50px;
  width: 50px;
}
.dropdown-menu.ebis-timepicker-pop .btn-default.active {
  background-color: #00549d;
  color: #fff;
}
.dropdown-menu.ebis-timepicker-pop .btn-default.active .text-info {
  background-color: transparent;
  color: #fff;
}
.dropdown-menu.ebis-timepicker-pop .btn-link {
  width: 50px;
}
.dropdown-menu.ebis-timepicker-pop .form-control {
  font-size: 20px;
  height: 50px;
}
.dropdown-menu.ebis-timepicker-pop input[type="text"] {
  background-color: #fff;
}
.dropdown-menu.ebis-timepicker-pop input[type="text"]:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
  box-shadow: 0 0 4px rgba(0, 84, 157, 0.4);
  background-color: #fbf8ca;
}
.dropdown-menu.ebis-timepicker-pop table {
  border-collapse: separate;
  border-spacing: 2px;
  padding: 5px;
}
.panel {
  box-shadow: none;
  border: 0;
}
.panel > .panel-heading {
  color: #00549d;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 4px;
}
.panel > .panel-heading i.fa.fa-plus-square {
  margin-right: 6px;
}
.panel > .panel-heading i.fa.fa-minus-square {
  margin-right: 6px;
}
.panel-group .panel {
  margin-bottom: 12px;
  border-radius: 0;
}
.panel-default {
  border: 0;
}
.panel-default > .panel-heading {
  color: #00549d;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 4px;
}
.panel-default > .panel-heading i.fa.fa-plus-square,
.panel-default > .panel-heading i.fa.fa-minus-square {
  margin-right: 6px;
}
.panel-title {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .panel-title {
    font-size: 12px;
  }
}
.panel-title > a {
  color: #00549d;
}
.panel-title > a:hover {
  color: #024681;
}
.panel-title > a > span span {
  display: inline-block;
  position: relative;
  top: -2px;
}
@media (max-width: 450px) {
  .panel-title > a > span span {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.panel-title .panel-subtitle {
  font-size: 11px;
  color: #000;
  padding-left: 6px;
}
.panel-body {
  padding: 12px;
}
.panel-body .panel-heading {
  background-color: #fff;
  padding: 6px;
}
.panel-body .panel-heading .btn-ebis-toggle-wrapper {
  top: -3px;
}
.panel-body .panel-heading i.fa.fa-plus-circle,
.panel-body .panel-heading i.fa.fa-minus-circle {
  font-size: 18px;
  margin-right: 6px;
}
.panel-body .panel-heading i.fa-trash {
  top: 3px;
  padding: 0;
}
.panel-body .panel-title {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .panel-body .panel-title {
    font-size: 12px;
  }
}
.panel-body .panel-title > a > span span {
  top: -1px;
}
.panel-body .panel-title > a > span span.panel-subtitle {
  top: -2px;
}
.panel-body .panel-body {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding-bottom: 12px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
.tooltip-inner {
  border-radius: 0;
  font-weight: 400;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  white-space: pre-wrap;
}
.tooltip-title {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #333;
  text-align: left;
  white-space: normal;
  margin: 6px 6px 0 6px;
}
.tooltip-content {
  color: #bbb;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  margin: 0 6px 6px 6px;
}
.tooltip-content ul {
  list-style-type: none;
}
.tooltip-content li {
  margin-left: -25px;
}
.tooltip-content ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tooltip-content ul li {
  text-indent: -7px;
}
/*
*	Buttons that are in a disabled state do not accept mouse events in some browsers (Chrome), 
*	so tooltips don't work there. In order to get around this we use an overlay alongside the 
*	button that's shown when the button is disabled. These are the styles for that overlay.
*/
.button-tooltip-overlay {
  position: relative;
  height: 27px;
  margin-top: -27px;
  cursor: not-allowed;
}
.popover {
  color: #000;
  z-index: 1030;
  max-width: 360px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.popover input[type="text"],
.popover input[type="textarea"] {
  background-color: #fff;
  border-color: #c9c9c9;
}
.popover input[type="text"]:focus,
.popover input[type="textarea"]:focus {
  background-color: #fbf8ca;
}
.popover .ebis-daterange-picker .ebis-datepicker {
  width: 105px;
}
.popover-title {
  background-color: #f2f3f4;
  font-size: 16px;
  font-weight: 300;
  border-bottom-color: #c9c9c9;
}
.popover-content {
  padding: 0;
}
.popover-content ol.errors-warnings-list li .message-hint-text {
  color: #999;
  font-weight: 300;
}
.popover-content ol.errors-warnings-list li span {
  color: #000000;
}
.popover-content ol.errors-warnings-list li.error {
  color: #d42307;
}
.popover-content ol.errors-warnings-list li.warning {
  color: #FFCC00;
}
.popover-content-inner {
  padding: 9px 14px;
}
.popover-content-inner ul.settings-list {
  list-style-type: none;
  padding: 0;
}
.popover-content-inner ul.settings-list a {
  cursor: pointer;
  line-height: 30px;
}
.popover-content-inner ul.settings-list {
  list-style-type: none;
  padding: 0;
}
.popover-content-inner ul.settings-list a {
  cursor: pointer;
  line-height: 30px;
}
.popover-content-inner .form-group.global-filters-not-showing {
  margin-bottom: 0;
}
.popover-content-inner .btn.ui-select-toggle {
  background-color: #fff;
  border-color: #c9c9c9;
}
.popover-content-inner .btn.ui-select-toggle[disabled] {
  background-color: #f2f3f4;
  border: 1px solid;
  color: #bbb;
  padding-top: 4px;
  padding-left: 6px;
}
.popover-content-inner .btn.ui-select-toggle[disabled] .caret {
  color: #bbb;
  display: inline-block !important;
}
.popover-content-inner.salary-popover ul.ui-select-choices.dropdown-auto-width {
  padding-left: 0;
}
.popover-content-inner .form-control.ui-select-toggle {
  padding-top: 4px;
}
.popover-content-inner .reset-popover-btn {
  width: 50%;
}
.popover-content-inner .reset-as-of-popover {
  width: 230px;
}
.popover-content-inner .reset-as-of-popover .reset-row {
  margin-left: 0px;
  margin-right: 0px;
}
.popover-content-inner .reset-as-of-popover .reset-row .payroll-flag {
  width: 50%;
  padding-left: 0px;
}
.popover-content-inner .reset-as-of-popover .reset-row .season-flag {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
}
.popover-content-inner .reset-as-of-popover .reset-row .flag-label {
  font-weight: normal;
}
.popover-content-inner .reset-as-of-popover .flags-row {
  padding-top: 4px;
}
.popover-content-inner textarea.comments {
  height: 85px;
}
.popover-footer {
  justify-content: space-between;
  display: flex;
  align-content: stretch;
  padding: 10px;
  background-color: #f2f3f4;
  border-top: 1px solid #c9c9c9;
}
.popover-footer > .btn.single {
  width: 100%;
}
.popover-footer > .btn.double {
  width: 48%;
}
.popover-footer > .btn.double:first-of-type {
  margin-right: 10px;
}
.popover-date-footer {
  background-color: #f2f3f4;
  border-top: 1px solid #c9c9c9;
  margin: 0;
  padding: 10px;
  height: 55px;
}
.popover ol,
.popover ul {
  margin-bottom: 0;
}
.popover-multi {
  width: 250px;
}
.global-filters-selected-container {
  display: flex;
  align-items: center;
}
.global-filters-selected-container .global-filter-content-container {
  width: 90%;
  margin-right: 7px;
}
.global-filters-selected-container .fa-trash {
  height: 20px !important;
  margin-top: -20px !important;
}
.global-filters-selected-container .global-filter-content-container .ui-select-choices {
  margin-bottom: 0;
  padding-left: 0;
}
.attachments-popover {
  width: 200px;
}
.attachments-popover ul {
  list-style-type: none;
}
.attachments-popover li {
  margin-left: -25px;
}
.attachments-popover ul li {
  padding: 5px 0px;
}
.create-new-popover {
  width: 360px;
  height: 170px;
}
.create-new-popover .ui-select-match-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .create-new-popover {
    width: 330px;
  }
}
.caret.caret-origin {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: -3px;
  margin-left: 6px;
  cursor: pointer;
  color: #00549d;
}
.signature-field-wrapper {
  padding-bottom: 5px;
}
.signature-field {
  width: 100px;
}
.signature-radio {
  padding-right: 12px;
}
.popover-overlap-small-footer {
  z-index: 1032;
}
.well {
  padding: 24px 24px 0 24px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-handle-wrapper {
  position: fixed;
  top: 37%;
  right: 0;
  z-index: 1002;
}
.form-handle-outer {
  color: #00549d;
  width: 28px;
  margin-bottom: 12px;
  position: relative;
}
.form-handle {
  width: 28px;
  background-color: #fff;
  border: 1px solid #afc9e3;
  border-right: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  position: relative;
  z-index: 2;
}
.form-handle-menu {
  background-color: #fff;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 235px;
  right: -235px;
  -webkit-transition: all 125ms linear 0s;
  -o-transition: all 125ms linear 0s;
  transition: all 125ms linear 0s;
}
.ebis-list-group {
  margin: 0 36px;
}
.ebis-list-group .ebis-list-group-item {
  padding: 12px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.ebis-list-group .ebis-list-group-item:first-child {
  padding-top: 0;
}
.ebis-list-group .ebis-list-group-item [class*="col-"] {
  padding-left: 0;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  background-color: #f2f3f4;
  margin-bottom: 0;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.login {
  background: #e6e7e8;
  padding: 0;
  height: 100%;
}
body.login .popover {
  min-width: 270px !important;
}
body.login .popover.right {
  left: 20px !important;
}
@media (min-width: 850px) {
  body.login .popover {
    min-width: 620px !important;
    left: auto;
  }
}
body.login .popover-content-inner {
  padding: 0;
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel-wrapper {
    display: flex;
  }
}
body.login .popover-content-inner .system-panel {
  flex: 1;
  font-size: 12px;
  background-color: #fff;
  padding: 12px;
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel .footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 12px;
  }
}
body.login .popover-content-inner .system-panel .footer em {
  font-size: 11px;
  color: #c9c9c9;
}
body.login .popover-content-inner strong {
  white-space: nowrap;
}
body.login .popover-content-inner ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 15px;
}
@media (min-width: 850px) {
  body.login .popover-content-inner ul {
    margin-bottom: 48px;
  }
}
body.login .popover-content-inner .ul-overflow {
  margin-top: 30px;
}
body.login .popover-content-inner li {
  white-space: nowrap;
}
body.login #login {
  display: none;
}
body.login #login #okta-login-container #okta-sign-in {
  border: none;
  box-shadow: none;
  background: #f2f3f4;
  margin-top: 0;
}
body.login #login #okta-login-container #okta-sign-in .auth-header {
  display: none;
}
body.login #login #okta-login-container #okta-sign-in .auth-content {
  padding-top: 0;
  margin-top: -8px;
}
body.login #login #okta-login-container #okta-sign-in .auth-content .okta-form-title {
  color: #666;
  font-weight: 400;
  font-size: 24px;
}
body.login #login #okta-login-container .button-primary {
  color: #fff;
  background: #00549d;
  border: #024681;
}
body.login #reset-password {
  display: none;
}
body.login #secret-question {
  display: none;
}
body.login #new-password {
  display: none;
}
body.login #new-password-success {
  display: none;
}
body.login .subtitle-text {
  color: #000;
}
@media (min-width: 850px) {
  body.login #secret-question-form h1 {
    font-size: 32px !important;
    margin-bottom: 12px;
  }
}
body.login #answer-error {
  font-weight: normal;
  color: #000;
  padding-top: 12px;
}
body.login #answer-error strong {
  color: #d42307;
}
@media (min-width: 850px) {
  body.login #new-password-form h1 {
    font-size: 32px !important;
    margin-bottom: 12px;
  }
}
body.login .top-bar {
  height: 36px;
  background-image: url("../images/login-mlb-logo.png");
  background-color: #041e42;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 66px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.login .top-bar {
    background-image: url("../images/login-mlb-logo@2x.png");
    background-size: 70px 36px;
  }
}
body.login .modal {
  top: 200px !important;
}
body.login .login-wrapper {
  margin: 120px auto;
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 850px) {
  body.login .login-wrapper {
    margin: 200px auto;
  }
}
body.login .login-main {
  margin: auto;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  min-width: 320px;
  max-width: 540px;
}
body.login .login-main-extended {
  height: 360px;
}
body.login .login-image {
  display: block;
  width: 150px;
  margin: -110px auto -8px;
  z-index: 100;
}
@media (min-width: 850px) {
  body.login .login-image {
    width: 300px;
    margin: -212px auto -18px;
  }
}
body.login .login-form {
  max-width: 320px;
  margin: 0 auto 40px;
}
body.login .login-form h1 {
  color: #666;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
body.login .login-form .login-error-wrapper {
  color: #d42307;
  font-size: 12px;
  font-weight: 600;
  min-height: 17px;
  margin-bottom: 6px;
}
@media (max-width: 849px) {
  body.login .login-form .login-error-wrapper {
    text-align: center;
    margin-top: 12px;
  }
}
body.login .login-form input {
  display: block;
}
body.login .login-form input[type="text"],
body.login .login-form input[type="password"] {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  margin-bottom: 6px;
  line-height: normal;
  font-weight: 300;
}
body.login .login-form input[type="text"]:focus,
body.login .login-form input[type="password"]:focus {
  outline: none;
  border: 1px solid #afc9e3;
  background: #fbf8ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body.login .login-form .button-wrapper {
  margin-top: 25px;
}
body.login .login-form .btn {
  width: 100%;
  margin-bottom: 12px;
}
body.login .login-form a.forgot-password {
  display: block;
  margin: 14px 0;
}
body.login {
  background: #e6e7e8;
  padding: 0;
  height: 100%;
}
body.login .popover {
  min-width: 270px !important;
}
body.login .popover.right {
  left: 20px !important;
}
@media (min-width: 850px) {
  body.login .popover {
    min-width: 620px !important;
    left: auto;
  }
}
body.login .popover-content-inner {
  padding: 0;
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel-wrapper {
    display: flex;
  }
}
body.login .popover-content-inner .system-panel {
  flex: 1;
  font-size: 12px;
  background-color: #fff;
  padding: 12px;
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 850px) {
  body.login .popover-content-inner .system-panel .footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 12px;
  }
}
body.login .popover-content-inner .system-panel .footer em {
  font-size: 11px;
  color: #c9c9c9;
}
body.login .popover-content-inner strong {
  white-space: nowrap;
}
body.login .popover-content-inner ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 15px;
}
@media (min-width: 850px) {
  body.login .popover-content-inner ul {
    margin-bottom: 48px;
  }
}
body.login .popover-content-inner .ul-overflow {
  margin-top: 30px;
}
body.login .popover-content-inner li {
  white-space: nowrap;
}
body.login #login {
  display: none;
}
body.login #login #okta-login-container #okta-sign-in {
  border: none;
  box-shadow: none;
  background: #f2f3f4;
  margin-top: 0;
}
body.login #login #okta-login-container #okta-sign-in .auth-header {
  display: none;
}
body.login #login #okta-login-container #okta-sign-in .auth-content {
  padding-top: 0;
  margin-top: -8px;
}
body.login #login #okta-login-container #okta-sign-in .auth-content .okta-form-title {
  color: #666;
  font-weight: 400;
  font-size: 24px;
}
body.login #login #okta-login-container .button-primary {
  color: #fff;
  background: #00549d;
  border: #024681;
}
body.login #login .auth-form {
  padding-top: 0;
  margin-top: -8px;
}
body.login #login .auth-form .auth-form-title {
  color: #666;
  font-weight: 400;
  font-size: 24px;
}
body.login #reset-password {
  display: none;
}
body.login #secret-question {
  display: none;
}
body.login #new-password {
  display: none;
}
body.login #new-password-success {
  display: none;
}
body.login .subtitle-text {
  color: #000;
}
@media (min-width: 850px) {
  body.login #secret-question-form h1 {
    font-size: 32px !important;
    margin-bottom: 12px;
  }
}
body.login #answer-error {
  font-weight: normal;
  color: #000;
  padding-top: 12px;
}
body.login #answer-error strong {
  color: #d42307;
}
@media (min-width: 850px) {
  body.login #new-password-form h1 {
    font-size: 32px !important;
    margin-bottom: 12px;
  }
}
body.login .top-bar {
  height: 36px;
  background-image: url("../images/login-mlb-logo.png");
  background-color: #041e42;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 66px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.login .top-bar {
    background-image: url("../images/login-mlb-logo@2x.png");
    background-size: 70px 36px;
  }
}
body.login .modal {
  top: 200px !important;
}
body.login .login-wrapper {
  margin: 120px auto;
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 850px) {
  body.login .login-wrapper {
    margin: 200px auto;
  }
}
body.login .login-main {
  margin: auto;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  min-width: 320px;
  max-width: 540px;
}
body.login .login-main-extended {
  height: 360px;
}
body.login .login-image {
  display: block;
  width: 150px;
  margin: -110px auto -8px;
  z-index: 100;
}
@media (min-width: 850px) {
  body.login .login-image {
    width: 300px;
    margin: -212px auto -18px;
  }
}
body.login .login-form {
  max-width: 320px;
  margin: 0 auto 0px;
  text-align: center;
}
body.login .login-form h1 {
  font-weight: 400;
  font-size: 24px;
  padding-top: 25px;
  text-align: center;
  color: #666;
}
body.login .login-form .red {
  color: red;
  font-weight: bold;
  font-size: 28px;
}
body.login .login-form .login-error-wrapper {
  color: #d42307;
  font-size: 12px;
  font-weight: 600;
  min-height: 17px;
  margin-bottom: 6px;
}
@media (max-width: 849px) {
  body.login .login-form .login-error-wrapper {
    text-align: center;
    margin-top: 12px;
  }
}
body.login .login-form input {
  display: block;
}
body.login .login-form input[type="text"],
body.login .login-form input[type="password"] {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  margin-bottom: 6px;
  line-height: normal;
  font-weight: 300;
}
body.login .login-form input[type="text"]:focus,
body.login .login-form input[type="password"]:focus {
  outline: none;
  border: 1px solid #afc9e3;
  background: #fbf8ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body.login .login-form .button-wrapper {
  margin-top: 25px;
}
body.login .login-form .btn {
  width: 100%;
  margin-bottom: 50px;
}
body.login .login-form a.forgot-password {
  display: block;
  margin: 14px 0;
}
body.verify {
  background: #e6e7e8;
  padding: 0;
  height: 100%;
}
body.verify .top-bar {
  height: 36px;
  background-image: url("../images/login-mlb-logo.png");
  background-color: #041e42;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 66px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.verify .top-bar {
    background-image: url("../images/login-mlb-logo@2x.png");
    background-size: 70px 36px;
  }
}
body.verify .verify-wrapper {
  width: 280px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -155px;
}
@media (min-width: 850px) {
  body.verify .verify-wrapper {
    width: 800px;
    margin-top: -250px;
  }
}
body.verify .verify-loading-icon {
  width: 30px;
  height: 30px;
  background-image: url(../loading.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
body.verify .verify-main {
  width: 280px;
  height: 300px;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
}
@media (min-width: 850px) {
  body.verify .verify-main {
    width: 600px;
    margin-left: 200px;
  }
}
body.verify .verify-image {
  display: block;
  position: absolute;
  width: 150px;
  margin: -110px 65px 0 65px;
}
@media (min-width: 850px) {
  body.verify .verify-image {
    width: 508px;
    margin: -90px 0 0 -240px;
  }
}
body.verify .verify-form,
body.verify .security-form {
  float: right;
  padding: 12px;
  width: 280px;
}
@media (min-width: 850px) {
  body.verify .verify-form,
  body.verify .security-form {
    padding: 40px 60px;
    width: 270px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
body.verify .verify-form h1,
body.verify .security-form h1 {
  color: #666;
  font-weight: 400;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 850px) {
  body.verify .verify-form h1,
  body.verify .security-form h1 {
    font-size: 36px;
    margin-top: 0;
    text-align: left;
  }
}
body.verify .verify-form .verify-error-wrapper,
body.verify .security-form .verify-error-wrapper {
  color: #d42307;
  font-size: 12px;
  font-weight: 600;
  height: 17px;
}
body.verify .verify-form .post-submit,
body.verify .security-form .post-submit {
  display: none;
}
body.verify .verify-form input,
body.verify .security-form input {
  display: block;
}
body.verify .verify-form input[type="text"],
body.verify .security-form input[type="text"],
body.verify .verify-form input[type="password"],
body.verify .security-form input[type="password"] {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: 300;
}
body.verify .verify-form input[type="text"]:focus,
body.verify .security-form input[type="text"]:focus,
body.verify .verify-form input[type="password"]:focus,
body.verify .security-form input[type="password"]:focus {
  outline: none;
  border: 1px solid #afc9e3;
  background: #fbf8ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body.verify .verify-form .btn,
body.verify .security-form .btn {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 850px) {
  body.verify .verify-form .btn,
  body.verify .security-form .btn {
    width: 140px;
  }
}
body.verify .verify-form a.forgot-password,
body.verify .security-form a.forgot-password {
  display: block;
  margin: 14px 0;
}
@media (min-width: 850px) {
  body.verify .verify-form a.forgot-password,
  body.verify .security-form a.forgot-password {
    margin: 14px 0 30px 0;
  }
}
body.verify .security-form {
  display: none;
}
html {
  height: 100%;
}
body.not-blank {
  background-color: #eaeff2 !important;
  background-image: none !important;
  padding-top: 70px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  body.not-blank {
    padding-top: 52px;
  }
  body.not-blank.menu-visible {
    /* disable body scrolling when full-width left nav is open */
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.not-blank.menu-visible .page-main {
    display: none;
  }
}
h1,
ul {
  margin: 0;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #bbb;
}
::-moz-placeholder {
  font-style: italic;
  color: #bbb;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #bbb;
}
.top-wrapper {
  color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.35);
  border: 0;
  z-index: 1002;
}
.info-bar {
  height: 20px;
  background: #041e42;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
}
.info-bar .user-info {
  float: right !important;
  text-align: left;
  cursor: pointer;
  text-align: right;
  display: none;
}
.info-bar .user-info .arrow {
  padding-left: 5px;
  vertical-align: top;
  line-height: 16px;
}
.info-bar .user-info .fa.fa-sort-desc {
  color: #fff;
  font-size: inherit;
}
@media (min-width: 480px) {
  .info-bar .user-info {
    display: block;
  }
}
.info-bar .popover {
  margin-left: 9px;
}
.info-bar .popover.bottom > .arrow {
  right: 3px;
  left: auto;
}
.info-bar .popover-title {
  width: 120px;
}
.info-bar .popover-inner a {
  display: block;
  font-size: 12px;
  line-height: 22px;
}
.top-nav-item {
  float: left !important;
  height: 50px;
  width: 48px;
  border-bottom: 1px solid #041e42;
  text-align: center;
  line-height: 48px;
  font-size: 21px;
  border-right: 1px solid #041e42;
}
.top-nav-item .fa {
  font-size: 21px;
}
.top-nav-item.active {
  background: #e6e7e8;
  color: #00549d;
}
.top-nav-item.l-sidebar-toggle {
  -webkit-transition: margin 250ms linear 0s;
  -o-transition: margin 250ms linear 0s;
  transition: margin 250ms linear 0s;
  border-left: 1px solid #041e42;
}
.top-nav-item.l-sidebar-toggle span {
  cursor: pointer;
}
.top-nav-item a {
  display: block;
}
.top-nav {
  background: #024681;
  height: 50px;
  border-bottom: 1px solid #041e42;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-nav {
    padding: 0;
  }
  .top-nav .flex-wrapper {
    display: flex;
  }
  .top-nav .flex-toggle {
    width: 48px;
  }
  .top-nav .flex-search {
    flex: 1;
  }
  .top-nav .top-nav-search {
    padding: 12px;
    width: 100%;
    position: relative;
  }
}
.top-nav-icons-wrapper {
  top: 50px;
}
@media (max-width: 767px) {
  .top-nav-icons {
    overflow: auto;
    margin: 0 auto;
    width: 360px;
    background-color: #024681;
  }
  .top-nav-icons .top-nav-item {
    border-right: none;
    border-bottom: none;
    width: 72px;
  }
}
/**
* NOTE: For quick search styles see quick-search.less
*/
.body-wrapper {
  -webkit-transition: all 250ms linear 0s;
  -o-transition: all 250ms linear 0s;
  transition: all 250ms linear 0s;
}
.logo {
  background-image: url("../images/app-logo.png");
  background-color: #024681;
  background-repeat: no-repeat;
  background-position: 28px 4px;
  width: 164px;
  height: 106px;
  position: fixed;
  z-index: 1030;
  top: 20px;
  left: -164px;
  -webkit-transition: left 250ms linear 0s;
  -o-transition: left 250ms linear 0s;
  transition: left 250ms linear 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo {
    background-image: url("../images/app-logo@2x.png");
    background-size: 92px 92px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo {
    background-position: 36px 7px;
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#env-badge {
  background-repeat: no-repeat;
  background-size: 83px;
  background-position: 41px -4px;
  height: 18px;
  width: inherit;
  text-align: center;
  color: #fff;
  margin-top: 69px;
  background-image: url("../images/environment-sprite.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #env-badge {
    background-size: 78px;
    background-position: 43px -4px;
    margin-top: 64px;
  }
}
.left-wrapper {
  background: #024681;
  color: #fff;
  -webkit-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.35);
  width: 165px;
  position: fixed;
  z-index: 1002;
  height: 100%;
  margin-left: -165px;
  -webkit-transition: margin-left 250ms linear 0s;
  -o-transition: margin-left 250ms linear 0s;
  transition: margin-left 250ms linear 0s;
}
@media (max-width: 767px) {
  .left-wrapper .accordion-toggle {
    display: block;
    padding-top: 14px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .left-wrapper {
    top: 22px;
  }
  .left-wrapper .scrollable-wrapper {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .left-wrapper {
    top: 22px;
  }
  .left-wrapper .scrollable-wrapper {
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
  }
}
.l-clock {
  border-top: 1px solid #041e42;
  padding: 64px 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #041e42;
  border-right: 1px solid #041e42;
}
@media (max-width: 767px) {
  .l-clock {
    margin-top: 0;
    padding: 6px 0px 6px 0px;
    background-color: #041e42;
    clear: both;
  }
  .l-clock.user {
    color: #e6e7e8;
    text-align: left;
    padding: 10px 0px 10px 20px;
  }
}
.l-clock-holder {
  border-top: 1px solid #041e42;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .l-clock-holder {
    padding: 0;
  }
}
.l-nav {
  list-style: none;
  padding: 0;
  /* small-screen styles */
}
.l-nav.small li:hover {
  background: transparent;
}
.l-nav.small li:hover a {
  color: #fff;
}
.l-nav.small li.indent {
  padding-left: 20px;
}
.l-nav li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #041e42;
  cursor: pointer;
  border-right: 1px solid #041e42;
}
.l-nav li a,
.l-nav li a:visited {
  height: 100%;
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
}
.l-nav li:hover a {
  color: #00549d;
}
.l-nav li .sub-menu {
  display: none;
}
.l-nav li .sub-menu.open {
  display: block;
  min-width: 200px;
  margin-left: 164px;
  background-color: #fff;
  list-style: none;
  border: 1px solid #c9c9c9;
  padding-left: 0;
  position: relative;
  top: -40px;
  right: -1px;
  -webkit-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.2);
}
.l-nav li .sub-menu.open li {
  border-bottom: 1px solid #c9c9c9;
  border-right: none;
  background-image: -webkit-linear-gradient(left, #c9c9c9 0%, #fff 3%);
  background-image: -o-linear-gradient(left, #c9c9c9 0%, #fff 3%);
  background-image: linear-gradient(to right, #c9c9c9 0%, #fff 3%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9c9c9', endColorstr='#ffffffff', GradientType=1);
}
.l-nav li .sub-menu.open li a,
.l-nav li .sub-menu.open li a:hover,
.l-nav li .sub-menu.open li a:visited {
  color: #00549d !important;
  border-right: none;
}
.l-nav li .sub-menu.open li:last-child {
  border-bottom: none;
}
.l-nav li .sub-menu.open li a.active {
  color: #000 !important;
  border-right: 4px solid #d42307;
}
.l-nav li .sub-menu.open li:hover {
  background: #e6e7e8;
}
.l-nav li.active {
  background: #e6e7e8;
  color: #00549d;
}
.l-nav li.active a,
.l-nav li.active a:hover,
.l-nav li.active a:visited {
  color: #00549d;
}
.l-nav li:hover {
  background: #e6e7e8;
}
.l-nav li:hover li a,
.l-nav li:hover li a:hover,
.l-nav li:hover li a:visited {
  color: #00549d;
}
.l-nav .panel {
  margin-bottom: 0;
  background-color: transparent;
}
.l-nav .panel > .panel-heading {
  background-color: transparent;
  padding: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #041e42;
  cursor: pointer;
}
.l-nav .panel .fa.fa-sort-desc,
.l-nav .panel .fa.fa-sort-asc {
  color: #fff;
  display: inline-block;
  top: -4px;
  position: relative;
  float: right;
}
.l-nav .panel .fa.fa-sort-asc {
  top: 4px;
}
.l-nav .panel-group {
  margin-bottom: 0;
}
.l-nav .panel-title {
  font-size: 14px;
}
.l-nav .panel-title > a {
  color: #fff;
}
.l-nav .panel-body {
  padding: 0;
}
.l-nav .list-group {
  margin-bottom: 0;
}
.l-nav .list-group .list-group-item {
  padding: 0;
  background: #e6e7e8;
  border: none;
  border-bottom: 2px solid #c9c9c9;
}
.l-nav .list-group .list-group-item:last-child {
  border-bottom: none;
}
.l-nav .list-group li a {
  color: #00549d;
}
.l-nav .list-group li:hover {
  background-color: #e6e7e8;
}
.l-nav .list-group li:hover a {
  color: #00549d;
}
.page-title-wrapper {
  display: flex;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 24px;
}
.page-title-wrapper:before,
.page-title-wrapper:after {
  content: " ";
  display: table;
}
.page-title-wrapper:after {
  clear: both;
}
.page-title-wrapper:before,
.page-title-wrapper:after {
  content: " ";
  display: table;
}
.page-title-wrapper:after {
  clear: both;
}
@media (max-width: 1023px) {
  .page-title-wrapper {
    display: none;
  }
}
.page-title-wrapper .page-title {
  color: #000;
  font-size: 36px;
  float: left;
  font-weight: 300;
  line-height: 65px;
  white-space: nowrap;
}
.page-main {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .page-main {
    padding-bottom: 72px;
  }
}
.page-container {
  padding: 12px;
  background-color: #fff;
  margin-top: 24px;
  border: 1px solid #ddd;
}
.indent {
  padding-left: 39px;
}
@media (min-width: 992px) {
  .menu-visible .logo {
    left: 0;
    width: 164px;
  }
}
.menu-visible .body-wrapper {
  padding-left: 165px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .menu-visible .body-wrapper {
    padding-left: 165px;
  }
}
@media (min-width: 992px) {
  .menu-visible .body-wrapper {
    padding-left: 165px;
  }
}
@media (min-width: 992px) {
  .menu-visible .l-sidebar-toggle {
    margin-left: 165px;
  }
}
@media (max-width: 767px) {
  .menu-visible .left-wrapper {
    width: 100%;
    top: 50px;
    z-index: 1003;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .menu-visible .left-wrapper {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .menu-visible .left-wrapper {
    width: 165px;
  }
}
.blocking-overlay {
  background-color: #eaeff2;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1033;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/**
 * Widget styles
 */
.ebis-widget .table th {
  background-color: #fff;
}
.widget-wrapper {
  /* use custom breakpoint to accommodate widget headers with a lot of stuff in them */
}
@media (max-width: 1027px) {
  .widget-wrapper .widget-header {
    height: auto;
    overflow: auto;
    display: block;
  }
}
.widget-inner {
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.widget-header {
  height: 40px;
  border-bottom: 1px solid #c9c9c9;
  background: #eef1f3;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.widget-header .filter-circle {
  z-index: 1;
  position: relative;
  left: 23px;
  top: 1px;
  width: 9px;
  height: 9px;
  background: #ff6600;
  border-radius: 50%;
  display: inline-block;
}
.widget-header .filter-circle-shadow {
  opacity: .4;
  z-index: 1;
  position: relative;
  left: 35px;
  top: 3px;
  width: 7px;
  height: 7px;
  background: black;
  border-radius: 50%;
  display: inline-block;
}
.widget-header .widget-header-left {
  display: flex;
  align-items: center;
}
.widget-header .widget-header-left .widget-header-filters {
  display: flex;
  padding: 0 6px;
  align-items: center;
}
.widget-header .widget-header-left .widget-header-filters .arrow {
  display: inline-block;
  margin-top: 2px;
  margin-right: 12px;
}
.widget-header .widget-header-left .widget-header-filters .arrow .line {
  background-color: #c9c9c9;
  height: 1px;
  width: 29px;
}
.widget-header .widget-header-left .widget-header-filters .arrow .line.top {
  transform: rotate(45deg);
  transform-origin: top right;
  margin-top: -4px;
}
.widget-header .widget-header-left .widget-header-filters .arrow .line.bottom {
  transform: rotate(-45deg);
  transform-origin: bottom right;
  margin-top: -2px;
}
.widget-header .widget-header-left .widget-header-filters .widget-header-filter-container {
  padding-left: 12px;
}
@media (max-width: 480px) {
  .widget-header .widget-header-left .widget-header-filters .widget-header-filter-container {
    padding-left: 0;
    width: 100%;
  }
}
.widget-header .widget-header-left .widget-header-filters .drop-down-header-filter-container {
  width: 200px;
}
.widget-header .widget-header-left .widget-header-filters .drop-down-header-filter-container .form-control {
  padding: 0 6px;
  line-height: 19px;
}
@media (max-width: 480px) {
  .widget-header .widget-header-left .widget-header-filters .drop-down-header-filter-container {
    width: auto;
  }
}
.widget-header .widget-header-left .widget-header-filters .drop-down-header-filter-container .ui-select-bootstrap .ui-select-match-text {
  margin-top: 3px;
}
.widget-header .widget-header-left .widget-header-filters .date-range-header-filter-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1027px) {
  .widget-header .widget-header-filters {
    clear: both;
    overflow: auto;
    padding: 6px;
  }
}
.widget-header .widget-header-filters label {
  padding-right: 5px;
  font-weight: 300;
  font-size: 11px;
}
.widget-header .widget-title {
  float: left;
  padding-left: 15px;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .widget-header .widget-title {
    font-size: 16px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .widget-header .widget-header-items {
    flex: 1;
    padding-left: 12px;
  }
}
.widget-header .widget-actions {
  float: right;
  margin-right: 6px;
}
.widget-header .widget-actions .fa-filter + .popover {
  width: 290px;
  margin-left: 79px;
}
.widget-header .widget-actions .fa-filter + .popover .arrow {
  right: 79px !important;
}
.widget-header .widget-actions .widget-filter-wrapper.large .popover {
  width: 350px;
  max-width: 350px;
}
.widget-header .widget-actions span.fa {
  display: inline-block;
  height: 40px;
  width: 24px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  /*hide filter and refresh at phone size*/
}
@media (max-width: 767px) {
  .widget-header .widget-actions span.fa.fa-plus-circle,
  .widget-header .widget-actions span.fa.fa-minus-circle,
  .widget-header .widget-actions span.fa.fa-repeat {
    display: none;
  }
}
.widget-header .widget-actions .btn-group.global-type-filter-container {
  width: 100%;
  margin-top: 5px;
}
.widget-header .widget-actions .btn-group.global-type-filter-container.global-filters-not-showing {
  margin-bottom: 5px;
}
.widget-header .widget-actions .drop-down-header-filter-container .multi-select-global-filter-template {
  min-height: 25px;
}
.widget-header .widget-actions .drop-down-header-filter-container .multi-select-global-filter-template[disabled] {
  border: 1px solid #ddd;
  background: #eef1f3;
}
.widget-header .widget-actions .drop-down-header-filter-container .checkbox-wrapper input {
  vertical-align: middle;
  margin: 0;
}
.widget-header .widget-actions .drop-down-header-filter-container .checkbox-wrapper label {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .widget-header .widget-actions {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .widget-header {
    height: auto;
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .widget-header-filter-container:first-child {
    margin-bottom: 6px;
  }
}
@media (min-width: 480px) and (max-width: 1027px) {
  .widget-header-filter-container {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1027px) {
  .widget-actions-wrapper {
    flex: 1;
    float: right;
  }
}
.widget-body:not(.form-widget-body) {
  height: 290px;
  background: #fff;
}
.widget-body:not(.form-widget-body) ui-grid-top-panel {
  background: #fff;
}
.widget-body:not(.form-widget-body) .spinner {
  z-index: 1000 !important;
}
.widget-flags {
  color: #ff6600;
}
.flags-list ol {
  padding: 0 14px;
  counter-reset: list;
}
.flags-list ol li {
  padding: 6px 0;
  padding-left: 3px;
  list-style: none;
  margin-bottom: 5px;
}
.flags-list ol li::before {
  counter-increment: list;
  color: #ff6600;
  font-weight: 600;
  content: counter(list) '.';
  position: absolute;
  left: 15px;
}
.widget-paperclip {
  color: #00549d;
}
.widget-trashcan {
  color: #00549d;
}
.ui-grid-cell-contents .up-triangle {
  margin-left: -9px;
  margin-top: 2px;
  border-width: 0 9px 15px 9px;
}
.ui-grid-cell-contents .up-triangle p {
  top: -3px;
  cursor: pointer;
}
.ui-grid-cell-contents .up-triangle-outline {
  border-width: 0 10px 18px 10px;
  margin-left: -2px;
  margin-top: 2px;
}
.ui-grid-cell-contents.error-header {
  padding-bottom: 0;
}
.ui-grid-cell-contents.error-header .up-triangle-outline {
  margin-top: -1px;
}
.ui-grid-cell-contents .fa-download {
  float: left;
}
.ui-grid-cell-contents .icon-content {
  float: right;
  padding-right: 5px;
}
.ui-grid-header-cell .up-triangle-outline {
  margin-top: 0;
}
.ui-grid-header-cell .up-triangle p {
  top: 2px;
  font-size: 11px;
}
.widget-footer {
  min-height: 40px;
  border-top: 1px solid #c9c9c9;
  background: #eef1f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.widget-footer .widget-footer-right {
  display: flex;
  font-size: 0;
}
.widget-footer .widget-footer-right .dynamic-actions {
  display: flex;
}
@media (max-width: 768px) {
  .widget-footer .widget-footer-right .dynamic-actions {
    flex-wrap: wrap;
  }
  .widget-footer .widget-footer-right .dynamic-actions .widget-footer-action {
    padding-top: 5px;
  }
}
.widget-footer .btn-group {
  margin-left: 6px;
}
.widget-footer .btn-group .btn {
  margin-left: 0;
}
.widget-footer .action-item-btn {
  margin-left: 6px;
}
.widget-footer .widget-footer-left-selected-items {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 300;
}
.filter-widget-wrapper {
  padding-top: 24px;
}
.filter-widget-wrapper .filter-header {
  margin-top: 0;
}
.advanced-filter-widget .widget-wrapper {
  padding-top: 0;
}
.widget-advanced-filters-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 6px 0;
  /**
    * The filters contained inside filter-wrapper are multi-selects, which means that they can grow to various
    * heights. This is a problem because objects of different heights, when displayed inline using bootstrap's
    * grid classes, break the layout and create improper wrapping.
	*
    * To fix this we need to have certain elements have clear:both in order to wrap to the next line. The problem 
    * with this is that which elements have it depends on the number of columns - for instance if there are 2 columns
    * we want every other one clearing, if there are 3 then every 3rd, etc. Of course, the number of columns is based
    * on screen size, so that makes it even trickier.
    *
    * To solve this we give each of the filter-wrapper elements three special "mod" classes, one for each screen size 
    * breakpoint. These classes are in the format mod-size-X, where size is the bootstrap abbreviation (sm, md, lg) and 
    * where X is the ng-repeat iterator modulo the number of columns (i.e. $index % 4, $index % 3, etc). These mod classes, 
    * combined with manual media queries (using bootstrap's screen size variables, so they match) allows us
    * to have clear:both only appear in the places we want it to, based on screen width, at the same breakpoints that 
    * bootstrap's column classes trigger.
    *
    * Note that clear is actually applied to the first element of each row - so in the case of say 4 filters per line it's 
    * actually the 1st, 5th, 9th, etc elements (that is, mod-*-0) that have the clear since those are the first elements of 
    * each new row.
    */
  /** End of clear media queries */
}
.widget-advanced-filters-container .filter-wrapper {
  padding: 6px 12px;
}
.widget-advanced-filters-container .save-filter-wrapper {
  clear: both;
  padding-right: 12px;
}
.widget-advanced-filters-container .save-filter-wrapper a {
  font-size: 12px;
  float: right;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-advanced-filters-container .filter-wrapper.mod-sm-0 {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-advanced-filters-container .filter-wrapper.mod-md-0 {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .widget-advanced-filters-container .filter-wrapper.mod-lg-0 {
    clear: both;
  }
}
.widget-advanced-filters-container .checkbox-wrapper {
  float: right;
}
.widget-advanced-filters-container .checkbox-wrapper input {
  margin: 0;
  vertical-align: middle;
}
.widget-advanced-filters-container .checkbox-wrapper label {
  font-weight: 400;
}
.widget-advanced-filters-container .ui-select-multiple.ui-select-bootstrap.form-control {
  min-height: 25px;
  clear: both;
}
.widget-advanced-filters-container .ui-select-multiple.ui-select-bootstrap.form-control[disabled] {
  background-color: #eef1f3;
  border: 1px solid #ddd;
}
.widget-advanced-filters-container .ui-select-multiple.ui-select-bootstrap.form-control .ui-select-match-item {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bulk-progress-bar-body .col-md-10 {
  padding-left: 0 !important;
}
.ebis-widget-linked-drop-down-content .ui-select-container {
  display: inline-block;
}
/**
* Due to a bug in ui-grid tables with fixed columns contain a grey scrollbar placeholder box
* that blocks table data when there is no horizontal scrollbar present. Ideally this box
* is hidden by ui-grid itself when there is no scrollbar, but due to a bug with the library 
* the hiding logic does not properly work. To get around the issue we manually add a horizontal
* scrollbar to appear at all times, even when there is nothing to scroll.
**/
.widget-body .ui-grid-render-container:not(.left) .ui-grid-viewport {
  overflow-x: scroll !important;
}
.ui-flex-cell-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.message-wrapper {
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100%;
  top: 75px;
  z-index: 1050;
}
.message-wrapper .alert-dismissible .close {
  pointer-events: all !important;
}
.message-wrapper.example {
  left: 0;
}
@media (min-width: 768px) {
  .message-wrapper .alert-left-nav-opened div.message {
    margin-left: 165px;
  }
}
.login-messages {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  width: 100%;
}
.message {
  display: inline-block;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  width: 95%;
}
@media (min-width: 480px) {
  .message {
    width: auto;
    white-space: nowrap;
  }
}
.message button {
  opacity: 1;
}
.message.alert-danger {
  background: #d42307;
  border: 1px solid #9c1702;
  color: #fff;
}
.message.alert-info {
  background: #afcae1;
  border: 1px solid #00549d;
  color: #00549d;
}
@media (max-width: 1200px) {
  .modal-xl {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 1200px;
  }
}
.modal-backdrop {
  background-color: #eaeff2;
  opacity: 0.8;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-dialog {
  z-index: 1060;
  /* styling blocking modal like bulk modal - these may be redundant once modals are combined */
}
.modal-dialog .well {
  padding: 12px;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
}
.modal-dialog .well ul {
  padding-left: 20px;
}
.modal-dialog .well ul.bulk-errors li {
  color: #d42307;
}
.modal-dialog .well ul.bulk-warnings li {
  color: #ffcc00;
}
.modal-dialog .well ul li span {
  color: #000;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border-top: 1px solid #e6e7e8;
  padding: 24px;
}
.modal-header h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
}
.modal-header .close {
  cursor: pointer;
  font-size: 24px;
  color: #00549d;
  opacity: 1;
  line-height: 34px;
  outline: none;
  margin-left: 20px;
}
.modal-header .close:hover {
  color: #024681;
}
.modal-body {
  font-weight: 400;
  font-size: 13px;
  padding: 24px;
}
.modal-body h4 {
  font-size: 18px;
  color: #000;
  opacity: 1;
}
.modal-footer {
  border-bottom: 1px solid #e6e7e8;
  padding: 24px;
}
.message-hint-text {
  font-size: 11px;
  color: #999 !important;
}
.bulk-messages-backdrop .modal-dialog,
.bulk-messages-backdrop .modal-content,
.bulk-messages-backdrop #blockingBulkApprovalMessagesModal {
  max-height: calc(100vh - 120px);
  height: calc(100vh - 120px);
}
.bulk-messages-backdrop .modal-dialog {
  overflow: hidden;
}
#blockingBulkApprovalMessagesModal .bulk-approval-message-subheader {
  margin-bottom: 2px;
}
#blockingBulkApprovalMessagesModal .bulk-messages-table-wrapper {
  border-top: 1px solid #c9c9c9;
}
#blockingBulkApprovalMessagesModal .bulk-messages-table-wrapper:not(:last-of-type) {
  margin-bottom: 24px;
}
#blockingBulkApprovalMessagesModal .bulk-messages-table-wrapper tbody td:first-of-type {
  width: 15%;
}
#blockingBulkApprovalMessagesModal .modal-body {
  height: calc(100% - 132px);
  min-height: 200px;
}
#blockingBulkApprovalMessagesModal .modal-footer {
  position: absolute;
  width: 100%;
  background-color: white;
  bottom: 0;
}
#blockingBulkApprovalMessagesModal .messages-list-wrapper,
#blockingBulkApprovalMessagesModal .bulk-errors-list-container {
  overflow-y: auto;
  max-height: calc(100vh - 409px);
  height: calc(100vh - 409px);
  min-height: 84px;
  margin-bottom: 84px;
}
#blockingBulkApprovalMessagesModal .errors-column {
  text-align: center;
  width: 15%;
}
#blockingBulkApprovalMessagesModal .descriptions-column {
  width: 85%;
}
#blockingBulkApprovalMessagesModal .headers-table {
  padding-right: 17px;
}
#blockingBulkApprovalMessagesModal table {
  width: 100%;
}
#blockingBulkApprovalMessagesModal table.table-bordered {
  border: 1px solid transparent;
}
#blockingBulkApprovalMessagesModal table th,
#blockingBulkApprovalMessagesModal table tr {
  background-color: transparent;
}
#blockingBulkApprovalMessagesModal table thead,
#blockingBulkApprovalMessagesModal table tr,
#blockingBulkApprovalMessagesModal table th,
#blockingBulkApprovalMessagesModal table td,
#blockingBulkApprovalMessagesModal table th {
  border: none;
}
#blockingBulkApprovalMessagesModal table th {
  padding-bottom: 4px;
}
#blockingBulkApprovalMessagesModal table td {
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions {
  display: flex;
  width: 100%;
  background-color: #f2f3f4;
  border: 1px solid #c9c9c9;
  border-top: 0;
  padding: 6px 6px 6px 0;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions.no-bottom {
  border-bottom: none;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .up-triangle-outline {
  margin-left: 40%;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .descriptions-column ul {
  list-style: none;
  padding: 4px 0 0 0;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .descriptions-column li {
  padding-left: 1em;
  text-indent: -0.7em;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .descriptions-column li .message-hint-text {
  color: #999;
  font-weight: 300;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .descriptions-column li:before {
  content: "• ";
  color: #d42307;
}
#blockingBulkApprovalMessagesModal .bulk-error-descriptions .descriptions-column li.warning-bullet:before {
  color: #ffcc00;
}
#blockingBulkApprovalMessagesModal .bulk-errors-list-container ul {
  list-style: none;
  padding: 4px 0 0 0;
}
#blockingBulkApprovalMessagesModal .bulk-errors-list-container li {
  padding-left: 2em;
  text-indent: -0.7em;
}
#blockingBulkApprovalMessagesModal .bulk-errors-list-container li:before {
  content: "• ";
  color: #d42307;
}
#blockingBulkApprovalMessagesModal .bulk-errors-list-container li.warning-bullet:before {
  color: #ffcc00;
}
.up-triangle {
  margin-left: -10px;
  margin-top: 3px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #d42307 transparent;
  float: left;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.up-triangle.warning {
  border-color: transparent transparent #FFCC00 transparent;
}
.up-triangle-outline {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #9c1702 transparent;
  float: left;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.up-triangle-outline.warning {
  border-color: transparent transparent #FF9900 transparent;
}
.up-triangle p {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-align: center;
  top: 6px;
  left: -10px;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px;
}
.up-triangle.warning p {
  color: black;
}
ebis-quick-search {
  display: flex;
}
.int-player-suspect {
  color: #d42307;
}
.top-nav-search {
  float: right !important;
  padding: 12px 0;
  position: relative;
}
.top-nav-search .search-input-wrapper {
  width: 300px;
}
.top-nav-search .search-dropdown {
  height: 26px;
  width: 30px;
  background: #fff;
  color: #d42307;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #041e42;
  border-left: none;
}
.top-nav-search .search-dropdown .arrow {
  vertical-align: top;
  line-height: 20px;
}
.top-nav-search .search-dropdown .fa.fa-sort-desc {
  font-size: inherit;
}
.top-nav-search .fa-search {
  width: 25px;
  text-align: right;
  line-height: 25px;
  margin: 0;
  cursor: pointer;
}
.top-nav-search .popover {
  margin-left: -105px;
  width: 240px;
}
.top-nav-search .popover a {
  display: block;
}
.top-nav-search .popover .arrow {
  left: auto;
  right: 4px;
}
.top-nav-search .popover .search-type {
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-nav-search .popover .search-type .search-options {
  height: 13px;
  width: 20px;
  padding: 0;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 480px) {
  .top-nav-search {
    float: left !important;
    width: 100%;
  }
}
.quick-search-input {
  flex: 1;
}
.quick-search-input input {
  height: 26px;
  width: 100%;
  border: 1px solid #041e42;
  border-right: none;
  padding-left: 10px;
  color: #00549d;
  font-size: 11px;
  font-style: italic;
  outline: 0;
}
.quick-search-input .dropdown-menu {
  z-index: 1051;
}
/* quick search popover is appended to body */
.quick-search-popover {
  width: 240px;
}
/* quick search modal styles */
.quick-search-modal .quick-search-table-control input {
  width: 550px;
}
.quick-search-modal-dropdown .dropdown-menu.quick-search-wrapper {
  width: 550px !important;
}
/* quick search results are appended to body */
[uib-typeahead-popup].dropdown-menu {
  background-color: #fff;
  width: 228px;
  margin-left: 1px;
  border: 1px solid #afcae1;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  max-height: 300px;
  overflow: auto;
  z-index: 1061;
}
@media (max-width: 767px) {
  [uib-typeahead-popup].dropdown-menu {
    z-index: 1003;
  }
}
[uib-typeahead-popup].dropdown-menu li {
  color: #00549d;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
[uib-typeahead-popup].dropdown-menu li a {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  color: #00549d;
  width: 100%;
  display: inline-block;
}
[uib-typeahead-popup].dropdown-menu li a .secondary {
  color: #bbb;
}
[uib-typeahead-popup].dropdown-menu li.active a,
[uib-typeahead-popup].dropdown-menu li.active a:hover,
[uib-typeahead-popup].dropdown-menu li.active a:focus {
  background-color: #fbf8ca;
  color: #00549d;
}
.quick-jump {
  color: #00549d;
  width: 28px;
  margin-bottom: 12px;
  position: relative;
}
.quick-jump .quick-jump-handle {
  width: 28px;
  background-color: #fff;
  border: 1px solid #afc9e3;
  border-right: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  position: relative;
  z-index: 2;
  padding: 8px 0;
}
.quick-jump .quick-jump-handle i.fa-circle {
  width: 100%;
  padding: 0 10px;
}
.quick-jump .quick-jump-menu {
  background-color: #fff;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 235px;
  right: -235px;
  -webkit-transition: all 125ms linear 0s;
  -o-transition: all 125ms linear 0s;
  transition: all 125ms linear 0s;
}
.quick-jump .quick-jump-menu.open {
  right: 0;
  margin-left: -160px;
}
.quick-jump .quick-jump-menu ul {
  list-style: none;
  padding: 9px 0 0 0;
  font-size: 13px;
  font-weight: 600;
}
.quick-jump .quick-jump-menu ul li {
  padding: 3px 30px 3px 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quick-jump .quick-jump-menu ul li:nth-last-child(3) {
  padding-bottom: 8px;
  border-bottom: 1px solid #afc9e3;
}
.quick-jump .quick-jump-menu ul li:nth-last-child(1),
.quick-jump .quick-jump-menu ul li:nth-last-child(2) {
  padding: 8px 12px;
}
.ebis-flags {
  color: #00549d;
  width: 28px;
  margin-bottom: 12px;
  position: relative;
}
.ebis-flags .flag-handle {
  width: 28px;
  background-color: #fff;
  border: 1px solid #afc9e3;
  border-right: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  position: relative;
  z-index: 2;
  padding: 8px 0;
}
.ebis-flags .flag-handle i.fa-flag {
  width: 100%;
  text-align: center;
}
.ebis-flags .flag-handle .flag-count {
  font-size: 14px;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
}
.ebis-flags .flag-menu {
  background-color: #fff;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 235px;
  right: -235px;
  -webkit-transition: all 125ms linear 0s;
  -o-transition: all 125ms linear 0s;
  transition: all 125ms linear 0s;
  width: 228px;
  min-height: 82px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.ebis-flags .flag-menu.open {
  right: 0;
  margin-left: -200px;
}
.ebis-flags .flag-menu ol {
  margin: 0;
  padding: 9px 35px 9px 30px;
  counter-reset: list;
}
.ebis-flags .flag-menu ol li {
  padding: 6px 0;
  list-style: none;
}
.ebis-flags .flag-menu ol li::before {
  counter-increment: list;
  color: #ff6600;
  font-weight: 600;
  content: counter(list) '.';
  position: absolute;
  left: 15px;
}
.btn-group span.fa.fa-times-circle.ebis-text-input-close-btn {
  position: absolute;
  right: 0;
  top: -7px;
  margin: auto;
  font-size: 18px;
  cursor: pointer;
}
input.ebis-valid-number-control {
  text-align: right;
}
.ebis-errors-warnings {
  color: #00549d;
  width: 28px;
  margin-bottom: 12px;
  position: relative;
}
.ebis-errors-warnings.both .errors-warnings-handle {
  min-height: 60px;
}
.ebis-errors-warnings .errors-warnings-handle {
  width: 28px;
  background-color: #fff;
  border: 1px solid #afc9e3;
  border-right: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  position: relative;
  z-index: 2;
  padding: 3px 0;
  min-height: 33px;
}
.ebis-errors-warnings .up-triangle-outline {
  margin-left: 1px;
  margin-bottom: 2px;
}
.ebis-errors-warnings .popover-inner {
  background-color: #fff;
  border: 1px solid #afc9e3;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 235px;
  right: -235px;
  -webkit-transition: all 125ms linear 0s;
  -o-transition: all 125ms linear 0s;
  transition: all 125ms linear 0s;
  width: 228px;
  min-height: 82px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.ebis-errors-warnings .popover-inner.open {
  right: 0;
  margin-left: -200px;
}
.ebis-errors-warnings .popover-inner ol {
  margin: 0;
  padding: 9px 35px 9px 30px;
  counter-reset: list;
}
.ebis-errors-warnings .popover-inner ol li {
  padding: 6px 0;
  list-style: none;
}
.ebis-errors-warnings .popover-inner ol li::before {
  counter-increment: list;
  color: #d42307;
  font-weight: 600;
  content: counter(list) '.';
  position: absolute;
  left: 15px;
}
.ebis-errors-warnings .popover-inner ol li:nth-child(n+10) {
  padding: 6px 0 6px 6px;
  list-style: none;
}
.ebis-errors-warnings .popover-inner ol li:nth-child(n+10)::before {
  counter-increment: list;
  color: #d42307;
  font-weight: 600;
  content: counter(list) '.';
  position: absolute;
  left: 15px;
}
.ebis-errors-warnings .warnings-list .popover-title {
  border-top: 1px solid #c9c9c9;
}
.ebis-errors-warnings .warnings-list ol li::before {
  color: #ffcc00;
}
li.sub-bullet {
  padding-left: 10px;
  list-style-position: inside;
}
.roster-notes-padding {
  padding-top: 24px;
  display: block;
}
.roster-notes-wrapper.well {
  padding-top: 0 !important;
}
.roster-notes-wrapper .roster-notes-inner {
  border: 1px solid #c9c9c9;
  border-bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-header {
  background-color: #eef1f3;
  text-align: center;
  color: #00549d;
  font-style: italic;
  cursor: pointer;
  border-bottom: 1px solid #c9c9c9;
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-header.collapsed {
  background-color: #fff !important;
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-header .collapse-text i {
  padding-left: 4px;
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-body {
  background-color: #fff;
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-body .comments-wrapper {
  padding: 8px;
}
.roster-notes-wrapper .roster-notes-inner .roster-notes-body .comments-wrapper .text {
  min-height: 100px;
}
.file-attachments div.file-loading-indicator {
  float: left;
}
.file-attachments .browse-button-container {
  width: 75px;
  height: 34px;
  float: right;
}
.file-attachments .browse-button-container button {
  width: 100%;
  height: 100%;
}
.file-attachments .browse-button-container input.file-browse-button {
  position: absolute;
  top: 0;
  width: 75px;
  height: 34px;
  opacity: 0;
  cursor: pointer;
}
.file-attachments .browse-button-container:hover button {
  background-color: #eef1f3;
}
.file-attachments td.file-name-cell {
  /*		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;*/
}
.file-attachments .drop-zone-wrapper {
  width: 100%;
}
.file-attachments .drop-zone {
  margin-right: 87px;
  border: 1px dashed #ccc;
  background-color: #f2f3f4;
  color: #999;
  padding: 7px;
  text-align: center;
  box-sizing: border-box;
}
.file-attachments .drop-zone .drop-zone-title {
  font-size: 13px;
  font-weight: 300;
  font-style: oblique;
}
.file-attachments .drop-zone .drop-zone-subtitle {
  font-size: 11px;
  font-weight: 300;
  font-style: oblique;
}
.file-attachments .drop-zone.nv-file-over {
  border: 2px solid #0099ff;
  padding: 6px 7px;
}
.file-attachments .popover-content textarea {
  height: auto;
}
.file-attachments .popover-content textarea[disabled] {
  background-color: transparent;
  border: none;
  padding: 0;
}
.contractApprovedOrExpired {
  color: #000;
}
.contractPreliminary {
  color: #d42307;
}
.contractPending {
  color: #00a651;
}
.ui-grid-row div.minor-even .ui-grid-cell {
  background-color: #F6FAFF;
}
.ui-grid-row div.minor-odd .ui-grid-cell {
  background-color: #EDF2F9;
}
.ui-grid-row div.major-even .ui-grid-cell {
  background-color: #FFFFFF;
}
.ui-grid-row div.major-odd .ui-grid-cell {
  background-color: #F6F6F6;
}
.contract-history-widget .ui-grid .ui-grid-cell-contents .fa-check {
  cursor: auto;
}
.add-c-errors-warnings .table-bordered th:nth-child(1),
.add-c-errors-warnings .table-bordered td:nth-child(1) {
  width: 15%;
}
.add-c-errors-warnings .table-bordered th:nth-child(2),
.add-c-errors-warnings .table-bordered td:nth-child(2) {
  width: 40%;
}
.add-c-errors-warnings .table-bordered th:nth-child(3),
.add-c-errors-warnings .table-bordered td:nth-child(3) {
  width: 20%;
}
.approvals-widget .approvals-custom-language {
  cursor: pointer;
  height: 18px;
  position: relative;
  top: 10%;
  text-align: center;
  color: white;
  background-color: #d42307;
  border: 1px solid #9c1702;
}
.approvals-widget .approvals-custom-language p {
  line-height: 15px;
  margin: 0;
}
.approvals-list ol {
  padding: 0 14px;
  counter-reset: list;
}
.approvals-list ol li {
  padding: 6px 0;
  padding-left: 3px;
  list-style: none;
  margin-bottom: 5px;
}
.approvals-list ol li::before {
  counter-increment: list;
  color: #d42307;
  font-weight: 600;
  content: counter(list) '.';
  position: absolute;
  left: 15px;
}
.also-reg-by {
  color: #ff6600 !important;
}
.merge-message {
  margin: 10px;
}
@media (min-width: 768px) {
  .int-player-merge-modal-window .modal-dialog {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .int-player-merge-modal-window .modal-dialog {
    width: auto;
  }
  .player-merge-table {
    width: 100%;
  }
}
.player-merge-table {
  margin: 20px auto;
}
.player-merge-table > tbody > tr > td {
  width: 175px;
}
.leftcol {
  background-color: #f2f3f4 !important;
  width: 100px !important;
  left: 0;
  position: sticky;
}
.make-master-row {
  background-color: #E1E9F2;
  position: sticky;
  left: 0;
}
.make-master-row.left {
  z-index: 9;
}
.suspect-text {
  color: #d42307 !important;
}
.match-icon {
  padding: 3px 22px !important;
}
.notifications-widget .manage-notif-action .popover {
  margin-left: -95px;
}
.notifications-widget .manage-notif-action .popover .arrow {
  left: auto;
  right: 45px;
}
.notifications-widget .manage-notif-action .popover .radio-wrapper {
  padding: 0;
}
.notifications-widget .manage-notif-action .popover-content-inner {
  width: 300px;
  height: auto;
}
.notifications-widget .manage-notif-action .popover-content-inner input,
.notifications-widget .manage-notif-action .popover-content-inner label {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0;
}
.notifications-widget .manage-notif-action .popover-content-inner label {
  font-weight: 400;
}
.payment-tracker-widget .paidDateForPaymentTracker {
  display: inline-flex;
  padding-left: 12px;
}
.payment-tracker-widget .paidDateForPaymentTracker .ui-grid-cell-contents {
  padding: 2px 2px 0 2px;
}
.player-history-widget .row-inner[record-src="TX"][status-desc="Pending to Club"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="TX"][status-desc="Submitted to BOC"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .row-inner[record-src="SC"][status-desc="Submitted"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .row-inner[record-src="MNC"][status-desc="Pre-Approved"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MNC"][status-desc="Terms Accepted"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MNC"][status-desc="Terms Resubmitted"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MNC"][status-desc="Update Terms Accepted"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .row-inner[record-src="MJC"][status-desc="Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Pending Approval Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Update Pending Approval"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="MJC"][status-desc="Update Pending Approval Terms Confirmed"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .row-inner[record-src="ADD_C"][status-desc="Tendered"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="ADD_C"][status-desc="Tendered (Attached)"] .ui-grid-cell-contents:not(.description-column),
.player-history-widget .row-inner[record-src="ADD_C"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .row-inner[record-src="ADD_D"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.player-history-widget .multi-input-cell .ui-select-container {
  vertical-align: top;
}
.player-history-widget .multi-input-cell .ui-select-container:first-child {
  width: 65px;
}
.player-history-widget .multi-input-cell .ui-select-container:last-child {
  width: 110px;
  margin-left: 4px;
}
.player-history-widget .multi-input-cell .ui-select-match {
  height: 25px;
}
.player-history-widget .multi-input-cell .ui-select-placeholder {
  display: inline-block;
}
.player-history-widget .create-new-action .popover {
  margin-left: -95px;
}
.player-history-widget .create-new-action .popover .arrow {
  left: auto;
  right: 45px;
}
.player-history-widget .create-new-action .popover .radio-wrapper {
  padding: 0;
}
.player-history-widget .create-new-action .popover-content-inner {
  width: 300px;
  height: 170px;
}
.minor-league-roster-widget .row-inner[mn-roster-status="Pending Active"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.minor-league-roster-widget .row-inner[mn-optioned-status="1"] .ui-grid-cell-contents:not(.description-column) {
  font-weight: 600;
}
.minor-league-roster-widget .roster-limits {
  padding-left: 12px;
  font-size: 16px;
  color: #c9c9c9;
}
.minor-league-roster-widget .roster-limits span {
  cursor: pointer;
}
.minor-league-roster-widget .roster-limits .over-roster-limit {
  color: #d42307;
}
.minor-league-roster-widget .roster-limits .under-roster-limit {
  color: #00a651;
}
.major-league-roster-widget.no-padding {
  padding-top: 0 !important;
}
.major-league-roster-widget .roster-limits {
  padding-left: 12px;
  font-size: 16px;
  color: #c9c9c9;
}
.major-league-roster-widget .roster-limits span {
  cursor: pointer;
}
.major-league-roster-widget .roster-limits .over-roster-limit {
  color: #d42307;
}
.major-league-roster-widget .roster-limits .under-roster-limit {
  color: #00a651;
}
.major-league-roster-widget .redCell {
  color: #d42307;
}
.major-league-roster-widget .row-inner[mj-roster-status="Active pending contract"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.roster-count-widget .roster-counts-tooltip .counts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  width: 250px;
}
.roster-count-widget .roster-counts-tooltip .counts-wrapper .count-label .count {
  font-weight: bold;
}
.roster-count-widget .roster-counts-tooltip .counts-wrapper .count-padded-top {
  margin-top: 12px;
}
.roster-count-widget .roster-counts-tooltip .counts-wrapper .count-padded-bottom {
  margin-bottom: 12px;
}
.roster-count-widget .drop-down-header-filter-container {
  padding-left: 12px;
}
.roster-count-widget .widget-header {
  display: block;
}
@media (max-width: 1027px) {
  .roster-count-widget .widget-header .widget-header-filters {
    overflow: hidden;
  }
}
.roster-count-widget .widget-actions {
  width: 100%;
  text-align: right;
}
.roster-count-widget .widget-body {
  background-color: #e6e7e8;
  height: auto;
  min-height: 230px;
  padding: 4px;
}
.roster-count-widget .club-item-wrapper {
  padding: 4px;
}
@media (min-width: 1225px) {
  .roster-count-widget .club-item-wrapper {
    width: 33%;
  }
}
@media (min-width: 1560px) {
  .roster-count-widget .club-item-wrapper {
    width: 25%;
  }
}
.roster-count-widget .mj-summary.club-item {
  height: 145px;
}
.roster-count-widget .club-item {
  background-color: #fff;
  border: 1px solid #afcae1;
  height: 120px;
}
.roster-count-widget .club-item .left-cell {
  border-right: 1px solid #afcae1;
  width: 80px;
  float: left;
  height: 100%;
}
.roster-count-widget .club-item .right-cell {
  float: left;
  height: 100%;
  padding: 6px;
}
.roster-count-widget .club-item .club-name {
  color: #00549d;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.roster-count-widget .club-item .club-level {
  color: #666;
  font-size: 12px;
}
.roster-count-widget .club-item .club-info {
  margin-top: 10px;
  color: #666;
  font-size: 11px;
}
.roster-count-widget .club-item .club-info .club-info-item span:first-child {
  width: 20px;
  display: inline-block;
  color: #00549d;
}
.roster-count-widget .club-item .club-info .club-info-item .club-tx-search-item {
  cursor: pointer;
  color: #00549d;
}
.roster-count-widget .club-item .club-info .club-info-item .club-tx-search-item.no-link {
  cursor: default;
  color: unset;
}
.roster-count-widget .club-item .club-info .club-info-item .club-tx-search-item.over-limit {
  cursor: default;
  color: #d42307;
}
.roster-count-widget .club-item .club-logo {
  padding: 6px;
  height: 78px;
  cursor: pointer;
}
.roster-count-widget .club-item .club-logo img {
  width: 100%;
}
.roster-count-widget .club-item .club-counts {
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  width: 60px;
}
.roster-count-widget .club-item .club-counts .pitcher-count {
  font-weight: 100;
  font-size: 15px;
}
.roster-count-widget .club-item .club-counts .pitcher-count.no-reserve {
  float: none;
}
.roster-count-widget .club-item .club-counts div {
  float: left;
  padding: 0 4px;
  line-height: 18px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.roster-count-widget .club-item .club-counts div.active-count {
  border-right: 1px solid #afcae1;
}
.roster-count-widget .club-item .club-counts div.over-roster-limit {
  color: #d42307;
}
.roster-count-widget .club-item .club-counts div.under-roster-limit {
  color: #00a651;
}
.signature {
  border: 1px solid black;
  cursor: pointer;
}
.adv-search-main-wrapper {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .adv-search-main-wrapper {
    margin-top: 0;
  }
}
.adv-search-filters-wrapper .form-header {
  margin-top: 0;
}
.filters-collapsible-area {
  clear: both;
}
.adv-search-header {
  border: 1px solid #ddd;
  height: 38px;
  border-width: 1px 1px 0px 1px;
  margin-top: 0;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .adv-search-header {
    height: auto;
  }
}
.adv-search-page-title {
  margin-bottom: 12px;
}
.adv-search-search-for-arrow .arrow {
  padding: 3px;
}
.adv-search-search-for-arrow .arrow .line {
  width: 28px;
}
.adv-search-search-for-arrow .arrow .line.top {
  margin-top: -2px;
}
.adv-search-type-select {
  width: 300px;
  top: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .adv-search-type-select {
    display: block;
  }
}
@media (max-width: 991px) {
  .adv-search-type-select {
    width: 200px;
  }
}
.adv-search-filters-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-width: 0px;
  padding-top: 10px;
}
.adv-search-filters-title {
  margin-left: 12px;
}
.adv-search-remove-all-link {
  font-size: 12px;
  padding-right: 10px;
  cursor: pointer;
}
.adv-search-filter {
  margin-right: 8px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 4px 26px 4px 0;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .adv-search-filter {
    margin-right: 6px;
    margin-left: -6px;
  }
}
.adv-search-filter-nav {
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px;
  float: right;
  color: #bbb;
}
.adv-search-filter-nav li:after {
  content: '|';
  margin: 0 10px;
  color: #ddd;
}
.adv-search-filter-nav li:last-child:after {
  content: '';
}
.adv-search-filter-nav a {
  cursor: pointer;
}
.adv-search-filter-column {
  padding: 0 2px;
}
.adv-search-filter-operator {
  padding: 0 2px;
}
.adv-search-filter .operand-wrapper .col-md-6,
.adv-search-filter .operand-wrapper .col-md-3 {
  padding: 0 2px;
}
.adv-search-filter .operand-wrapper .ui-select-multiple .ui-select-match-item {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adv-search-filter .operand-wrapper .ui-select-multiple .ui-select-match-item .ui-select-match-close {
  position: relative;
}
.adv-search-filter .operand-wrapper .conditional-first-operand:not(.multiple-values) .ui-select-multiple {
  position: relative;
}
.adv-search-filter .operand-wrapper .conditional-first-operand:not(.multiple-values) .ui-select-multiple .ui-select-match {
  position: absolute;
}
.adv-search-filter .operand-wrapper .conditional-first-operand:not(.multiple-values) .ui-select-multiple .ui-select-search {
  width: 100% !important;
}
.adv-search-button-footer {
  background-color: #eaeff2;
  border: 1px solid #ddd;
  height: 40px;
  border-bottom: none;
}
.adv-search-button {
  vertical-align: middle;
  margin-left: 0 !important;
}
.adv-search-trashcan {
  width: 30px;
  height: 30px;
  color: #00549d;
  float: right;
  cursor: pointer;
  padding-top: 8px;
}
.adv-search-filter-collapser {
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  overflow: auto;
  border: 1px solid #c9c9c9;
  border-bottom: none;
}
.adv-search-filter-collapser-inner {
  position: relative;
  background-color: #f2f3f4;
}
.adv-search-filter-collapser-inner.collapsed {
  background-color: #fff;
}
.adv-search-filter-collapser-inner.collapsed a {
  position: relative;
  top: 1px;
}
.adv-search-filter-collapser-inner .fa {
  margin-left: 3px;
}
.adv-search-filter-collapser-inner .fa.fa-caret-down {
  vertical-align: top;
}
.adv-search-filter-collapser-inner .fa.fa-caret-up {
  position: relative;
  top: 1px;
}
.adv-search-results-title {
  padding: 8px;
  font-weight: 300;
  border: 1px solid #ddd;
}
.adv-search-results-widget {
  padding-top: 0px;
}
.adv-search-results-widget .widget-inner {
  box-shadow: none;
}
.adv-search-button-wrapper {
  height: auto;
  padding: 8px 10px 0 10px;
}
@media (max-width: 767px) {
  .adv-search-button-wrapper {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.player-profile-header .pending-roster-status {
  color: #00a651;
}
.player-profile-header .create-new-popover-wrapper {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.player-profile-header .create-new-popover-wrapper i {
  vertical-align: top;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .player-profile-header .create-new-popover-wrapper i {
    padding-top: 3px;
  }
}
.create-new-small-screen {
  margin-top: 15px !important;
  margin-left: -7px;
}
.form-tx .read-only-wrapper {
  display: inline;
}
.form-tx .addendum-c-table {
  margin: 0 !important;
}
.form-tx .addendum-c-table table {
  min-width: 600px;
}
.form-tx .form-field-tooltip {
  float: right;
}
@media (max-width: 767px) {
  .tx-header.no-header {
    margin-top: 0;
  }
}
.tx-header:not(.no-header) {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .tx-header:not(.no-header) {
    margin-top: 78px;
  }
}
.seven-day-dl-checkbox {
  min-width: 300px;
}
.hide-bulletin .popover-bulletin-tab {
  display: none !important;
}
.tx-recert-no-sfd,
.tx-recert-no-sfd a {
  color: #d42307;
  font-weight: 600;
}
.tx-no-sfd,
.tx-no-sfd a {
  color: #daa520;
  font-weight: 600;
}
.tx-recert-future {
  font-weight: normal;
}
.tx-recert-future a {
  color: black;
}
.tx-recert-table {
  margin-bottom: 100px !important;
}
.attention-required {
  color: #d42307 !important;
}
.auth-sig-link {
  cursor: pointer;
}
.waiver-request {
  margin-top: 24px;
}
.waiver-request .waiver-player {
  border-left: solid #ddd 1px;
  border-top: solid #ddd 1px;
  border-right: solid #ddd 1px;
  margin-top: 20px;
}
.waiver-request .waiver-type {
  border-top: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  background-color: #f2f3f4;
}
.waiver-row {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.waiver-row .waiver-discprepancy .discrepancy-text {
  color: #ff6600;
  font-weight: 300;
}
.waiver-opt-fields {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 24px;
}
.waiver-top-row {
  margin-right: 0px;
  margin-top: 12px;
  margin-left: 2px;
}
.waiver-irrevocable {
  color: #ff6600;
  padding-left: 10px;
}
.waiver-wrapper {
  min-height: 100px;
}
.waiver-field-padding {
  padding-top: 12px;
}
.waiver-trash {
  padding: 4px 2px;
}
.waiver-player-link {
  font-size: 16px;
  font-weight: 600;
}
.waiver-org-link {
  cursor: pointer;
  color: #00549d;
}
.waiver-additional-org-icon {
  font-size: 16px !important;
}
.waiver-request-comments {
  padding-top: 24px;
}
.waiver-pending {
  color: #ff6600;
}
#tradeAddOrgButton + .popover {
  width: 173px;
}
.ebis-form .consideration-actions-row {
  margin-left: 0;
}
.ebis-form .consideration-body .consideration-table-form-group {
  margin-bottom: 0;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table {
  margin-bottom: 0;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table td input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-top: 0;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.player-consideration-table table {
  width: 80%;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.player-consideration-table table tr td .ui-select-match-text {
  white-space: nowrap;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.payroll-table table {
  width: 480px;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.payroll-table table tr td .ui-select-match-text {
  white-space: nowrap;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.cash-consideration-table .ui-grid-cell-contents,
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.rule-4-draft-pick-consideration-table .ui-grid-cell-contents {
  padding: 0;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.intl-signing-bonus-consideration-table table thead th:last-child {
  border-right: 1px solid #ddd !important;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.intl-signing-bonus-consideration-table table tbody tr td:last-child {
  border-right: 1px solid #ddd !important;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.ptbnl-consideration-table table {
  width: 100%;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.ptbnl-consideration-table table tr td .ui-select-match-text {
  white-space: nowrap;
}
.ebis-form .consideration-body .consideration-table-form-group .table-responsive.consideration-table.player-consideration-table .ui-grid-cell-contents {
  padding-top: 0;
  padding-bottom: 0;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .subsection.ptbnl-subsection {
  margin-bottom: 0;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .ptbnl-action-items-row {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0px;
  margin-top: 5px;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .ptbnl-action-items-row button {
  margin-left: 8px;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .ptbnl-wrapper {
  margin-bottom: -5px;
  padding: 0;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .named-player-container {
  padding-left: 0;
  padding-right: 0;
}
.ebis-form .consideration-body .consideration-table-form-group.ptbnl-group .named-player-container .player-consideration-table table {
  width: 100%;
}
.pay-scheduler-modal .form-group:first-of-type + p {
  margin-bottom: 0;
}
.pay-scheduler-modal .table-responsive {
  margin-bottom: 0 !important;
}
.pay-scheduler-modal .table-responsive table {
  width: 100%;
}
.pay-scheduler-modal .table-responsive table tfoot th:first-of-type {
  border-right: none;
}
.pay-scheduler-modal .table-responsive table tfoot th:last-of-type {
  border-left: none;
}
.pay-scheduler-modal .table-responsive table tfoot .invalid-total {
  color: #d42307;
}
.file-attachment-label-select {
  z-index: 99999999 !important;
}
.flex {
  display: flex;
}
.waiver-ribbon {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 53px;
}
.waiver-in-flight {
  box-shadow: 1px 0 0 0 #afcae1, 0 1px 0 0 #afcae1, 1px 0 0 0 #afcae1 inset, 0 1px 0 0 #afcae1 inset;
  display: inline-block;
  text-align: center;
  min-height: 52px;
  float: left;
  position: relative;
}
@media (min-width: 777px) {
  .waiver-in-flight {
    width: 33.33%;
  }
}
.waiver-in-flight .status-icon-wrapper {
  position: absolute;
  left: 0;
  top: -11px;
}
.waiver-in-flight .status-icon {
  position: relative;
  float: left;
  width: 86px;
  font-size: 9px;
  color: white;
}
.waiver-in-flight .status-icon-dark {
  background-color: #00a651;
}
.waiver-in-flight .status-icon-light {
  background-color: #00549d;
}
.waiver-in-flight .bulletin-date {
  color: #00549d;
}
.waiver-in-flight .bulletin-details {
  color: #888;
  font-size: 11px;
  padding-top: 2px;
}
.waiver-in-flight .status-icon:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  border-style: solid;
  border-width: 6px 6px 0;
  display: block;
  width: 0;
  z-index: 1;
}
.waiver-in-flight .status-arrow-dark:after {
  border-color: #00a651 transparent;
}
.waiver-in-flight .status-arrow-light:after {
  border-color: #00549d transparent;
}
.waiver-in-flight:hover {
  cursor: pointer;
}
.waiver-result-headers {
  width: 10%;
}
.waiver-results-table,
.withdrawal-process-table {
  width: 100%;
}
.waiver-requested-table,
.waiver-claimed-table {
  width: 1100px;
}
.waiver-result-table-header {
  width: 185px;
  border-bottom: 0px;
}
.waiver-result-org-header {
  width: 50px;
}
.bulletin-selected {
  background-color: #fff !important;
}
.r4-slot {
  width: 224px;
}
.cdf-file-select-note {
  font-size: 11px;
  font-weight: 300;
  color: #9a9a9a;
}
.ptbnl-action-items {
  display: flex;
}
.intl-bonus-org {
  width: 39%;
}
.intl-bonus-amount {
  width: 53%;
}
.submitted-popover {
  padding-bottom: 11px;
}
.submitted-popover div {
  padding: 0px;
  line-height: 1.1;
}
.submitted-popover span {
  font-size: smaller;
  color: #9a9a9a;
}
.disqualified-attention-icon {
  margin-left: 8px;
  margin-top: 3px;
}
.dfa-roster-types {
  display: flex;
  justify-content: left;
}
.dfa-roster-types div {
  margin-right: 10px;
}
.dfa-roster-types div:last-child {
  margin-right: 0;
}
.emp-contract-table {
  width: 55%;
}
.emp-contract-table .emp-contract-year-col {
  width: 15%;
}
.emp-contract-table .emp-contract-exercised-col {
  width: 20%;
}
.invst-form .prelim-status {
  color: #d42307 !important;
}
.invst-form .rejected-status {
  color: #000 !important;
}
.invst-form .other-status {
  color: #00a651;
}
.invst-form .missing-file-wrapper {
  padding-left: 0;
}
.invst-form .contract-field {
  padding-left: 0;
}
.invst-form .bonus-wrapper .dollar-sign {
  width: 8%;
}
.invst-form .bonus-wrapper .bonus-input {
  width: 92% !important;
  display: inline !important;
}
.invst-form .trainer-wrapper {
  display: flex;
}
.invst-form .trainer-wrapper input {
  margin-right: 1em;
}
.invst-form .trainer-wrapper input:disabled {
  background-color: #eaeff2;
  border: 1px solid #ddd;
}
.invst-form .location-duration {
  width: 100px !important;
  display: inline-block;
}
.invst-form .location-frequency {
  width: 100px !important;
}
.invst-quick-search {
  display: block !important;
}
.investigation-submitted {
  color: #00a651;
}
.investigation-prelim {
  color: #d42307;
}
.trainer-search-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.trainer-search-wrapper .search-box {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .select-trainer-popover .modal-dialog {
    width: 98%;
  }
}
@media (min-width: 1024px) {
  .select-trainer-popover .modal-dialog {
    width: 70%;
  }
}
@media (min-width: 1920px) {
  .select-trainer-popover .modal-dialog {
    width: 50%;
  }
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper {
  overflow: auto;
  max-height: 200px;
  width: 100%;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper table {
  width: 100%;
  border-collapse: separate;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 26px;
  background-color: white;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 26px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 2) {
  position: sticky;
  left: 26px;
  z-index: 1;
  min-width: 275px;
  background-color: white;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 2) {
  position: sticky;
  left: 26px;
  z-index: 2;
  min-width: 275px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 3),
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 3) {
  left: 301px;
  min-width: 74px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 4),
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 4) {
  min-width: 245px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 5),
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 5) {
  min-width: 98px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 6),
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 6) {
  min-width: 150px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper td:nth-child(n + 7),
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper th:nth-child(n + 7) {
  min-width: 170px;
}
.select-trainer-popover .modal-dialog .pinned-col-table-wrapper thead tr th {
  position: sticky;
  top: 0;
  background-color: #f2f3f4;
}
.select-trainer-popover .modal-dialog .results-table-wrapper {
  overflow-x: auto;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody {
  display: block;
  max-height: 160px;
  overflow-y: auto;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 1) {
  min-width: 26px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 2) {
  min-width: 275px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 3) {
  min-width: 74px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 4) {
  min-width: 245px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 5) {
  min-width: 98px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 6) {
  min-width: 150px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table tbody tr td:nth-child(n + 7) {
  min-width: 170px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead {
  display: block;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 1) {
  min-width: 26px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 2) {
  min-width: 275px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 3) {
  min-width: 74px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 4) {
  min-width: 245px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 5) {
  min-width: 98px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 6) {
  min-width: 150px;
}
.select-trainer-popover .modal-dialog .results-table-wrapper table thead tr th:nth-child(n + 7) {
  min-width: 170px;
}
.arb-money-span {
  display: inline-block;
}
.arb-money-input {
  width: auto !important;
}
.money-wrapper .dollar-sign {
  width: 8%;
}
.money-wrapper .money-input {
  width: 92% !important;
  display: inline !important;
}
.arbitrator-field {
  width: 211px;
}
.decision-field {
  width: 201px;
}
i.popover-next-btn {
  position: relative;
  top: 2px;
  left: 6px;
}
i.popover-previous-btn {
  position: relative;
  top: 2px;
  left: -5px;
}
.arbitration-table-wrapper {
  max-width: 1602px;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.arbitration-table-wrapper table {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
.arbitration-table-wrapper table thead {
  border: 0;
  border-bottom: 1px solid #c9c9c9 !important;
  background-color: #f2f3f4;
}
.arbitration-table-wrapper table thead tr {
  display: block;
  background-color: transparent;
}
.arbitration-table-wrapper table thead th {
  border-bottom: 0 !important;
}
.arbitration-table-wrapper table tbody {
  overflow-y: scroll;
  max-height: 339px;
  min-height: 34px;
  display: block;
  border: 0px;
}
.arbitration-table-wrapper table tbody tr td {
  border-top: 0;
}
.arbitration-table-wrapper table tbody .fa-times-circle {
  color: #d42307;
}
.arbitration-table-wrapper table .arb-edit-col {
  min-width: 28px !important;
}
.arbitration-table-wrapper table .arb-hearing {
  min-width: 60px !important;
}
.arbitration-table-wrapper table .arb-player {
  min-width: 195px !important;
}
.arbitration-table-wrapper table .arb-player .quick-search-table-control input {
  width: 180px;
}
.arbitration-table-wrapper table .arb-org {
  min-width: 44px !important;
}
.arbitration-table-wrapper table .arb-eos-mls {
  min-width: 70px !important;
}
.arbitration-table-wrapper table .arb-pos {
  min-width: 35px !important;
}
.arbitration-table-wrapper table .arb-elig-count {
  min-width: 79px !important;
}
.arbitration-table-wrapper table .arb-lrd-group {
  min-width: 87px !important;
}
.arbitration-table-wrapper table .arb-status {
  min-width: 148px !important;
  white-space: nowrap;
}
.arbitration-table-wrapper table .arb-status-col {
  max-width: 148px !important;
  min-width: 148px !important;
  white-space: nowrap;
}
.arbitration-table-wrapper table .arb-tender {
  min-width: 54px !important;
}
.arbitration-table-wrapper table .arb-club-rec {
  min-width: 168px !important;
}
.arbitration-table-wrapper table .arb-filing-number {
  min-width: 168px !important;
}
.arbitration-table-wrapper table .arb-filing-strat {
  min-width: 105px !important;
}
.arbitration-table-wrapper table .arb-high-lrd {
  min-width: 117px !important;
}
.arbitration-table-wrapper table .arb-py-salary {
  min-width: 81px !important;
}
.arbitration-table-wrapper table .arb-py-salary-two {
  min-width: 88px !important;
}
.arbitration-table-wrapper table .arb-del-header {
  min-width: 57px !important;
}
.arbitration-table-wrapper table .arb-del-col {
  min-width: 56px !important;
}
.align-money {
  display: inline-flex;
  align-items: baseline;
}
.height-field {
  float: left;
  width: 47.5%;
}
.height-field input {
  height: 26px;
}
form.tx-bulletin-form h5 {
  margin: 0;
}
form.tx-bulletin-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.tx-bulletin-form .tx-bulletin-row {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive {
  margin: 0;
  border: 1px solid #c9c9c9;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive table {
  width: 100%;
  border: 0;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive table thead,
form.tx-bulletin-form .tx-bulletin-row .table-responsive table tbody {
  border: 0;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive table tr {
  background-color: transparent;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .player-name-control {
  min-width: 180px;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .position-control {
  min-width: 180px;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .approval-date-control {
  min-width: 165px;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .description-control {
  min-width: 320px;
  height: auto;
  line-height: normal;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .inline-input-cell {
  white-space: nowrap;
}
form.tx-bulletin-form .tx-bulletin-row .table-responsive .fa-times-circle {
  color: #d42307;
}
form.tx-bulletin-form .tx-fa-row {
  margin-bottom: 10px;
}
form.tx-bulletin-form .add-row {
  background: #f2f3f4;
  padding: 3px 6px;
  margin-bottom: 24px;
  border: 1px solid #c9c9c9;
  border-top: 0;
}
form.tx-bulletin-form .add-row button {
  float: right;
}
.table-datepicker,
.table-timepicker {
  width: 115px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.current-mls {
  width: 120px;
}
.transaction-date {
  width: 140px;
}
.popover-content-inner.resend-bulletin {
  width: 250px;
}
.popover-content-inner.resend-bulletin .radio-wrapper {
  border-top: 1px solid #ddd;
  padding-top: 9px;
}
.popover-content-inner.resend-bulletin .radio-wrapper .form-group {
  float: left;
  width: 50%;
  white-space: nowrap;
}
.popover-content-inner.resend-bulletin .club-select {
  margin-bottom: 0;
}
.requested-waivers-table-wrapper {
  border: 1px solid #c9c9c9;
  max-width: 1102px;
  min-width: 100px;
  overflow: visible;
}
.requested-waivers-table-wrapper .waiver-result-text {
  white-space: normal;
}
.requested-waivers-table-wrapper table {
  border: 0px !important;
}
.requested-waivers-table-wrapper thead,
.requested-waivers-table-wrapper tbody {
  border-left: 0px;
  border-right: 0px;
}
.requested-waivers-table-wrapper thead .sorted-column,
.requested-waivers-table-wrapper tbody .sorted-column {
  background-color: #f2f3f4;
}
.requested-waivers-table-wrapper thead .flag-field,
.requested-waivers-table-wrapper tbody .flag-field {
  text-align: center;
}
.requested-waivers-table-wrapper thead {
  border-top: 0px;
  border-bottom: 0px;
}
.requested-waivers-table-wrapper thead th {
  color: #00549d;
  cursor: pointer;
}
.requested-waivers-table-wrapper thead th .ui-grid-icon-down-dir,
.requested-waivers-table-wrapper thead th .ui-grid-icon-up-dir {
  color: #d42307;
}
.requested-waivers-table-wrapper .comment-cell {
  width: 60px;
}
.requested-waivers-table-wrapper .button-cell {
  border-bottom: 0px;
  border-right: 0px;
  border-top: 1px solid #e6e7e8;
  width: 185px;
}
.requested-waivers-table-wrapper .button-cell-adjacent {
  border-left: 1px solid #e6e7e8;
}
.wv-bulletin-club-padding {
  padding-bottom: 12px;
}
.wv-add-player-btn {
  padding-top: 12px;
}
.waiver-content .panel-group .form-main {
  overflow: visible;
}
.wv-result-comments {
  margin-left: -12px;
  margin-right: -12px;
}
.waivers-form {
  overflow-x: visible !important;
}
.waivers-footer {
  border: 1px solid #ddd !important;
}
.tx-bulletin-printing p {
  margin-bottom: 12px;
  line-height: 19.5px;
}
.tx-bulletin-printing p.paragraph-break {
  margin-bottom: 0px;
}
.tx-bulletin-printing .warning-comment {
  font-weight: bold;
  font-size: 10pt;
  display: block;
}
.tx-bulletin-printing .tx-bulletin-page .bulletin-table {
  width: 800px;
  margin-bottom: 10px;
  font-size: 9pt;
}
.tx-bulletin-printing .tx-bulletin-page .bulletin-table .date-col {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tx-bulletin-printing .tx-bulletin-page .bulletin-table .player-col {
  width: 175px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tx-bulletin-printing .tx-bulletin-page .bulletin-table .position-col {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tx-bulletin-printing .tx-bulletin-page .bulletin-table .detail-col {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tx-bulletin-printing .tx-bulletin-page .total-label {
  font-weight: bolder;
  font-size: 10pt;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.tx-bulletin-printing .tx-bulletin-page .spacer {
  margin-bottom: 50px;
}
body.tx-bulletin-printing {
  font-family: 'Arial';
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
}
body.tx-bulletin-printing * {
  box-shadow: none !important;
  text-shadow: none !important;
}
body.tx-bulletin-printing .mlb-logo {
  height: 140pt;
  position: absolute;
  left: 15px;
}
body.tx-bulletin-printing .page-break-after {
  break-after: page;
}
body.tx-bulletin-printing .page-break-before {
  break-before: page;
}
@media print {
  body.tx-bulletin-printing .header,
  body.tx-bulletin-printing .header-space {
    height: 120px;
  }
  body.tx-bulletin-printing .footer,
  body.tx-bulletin-printing .footer-space {
    height: 10px;
  }
  body.tx-bulletin-printing .header {
    position: fixed;
    top: -50px;
  }
  body.tx-bulletin-printing .footer {
    position: fixed;
    bottom: 0;
  }
  @page {
    @bottom-right {
      content: '';
    }
  }
}
.free-agency-table-wrapper thead {
  border-bottom: 1px solid #c9c9c9 !important;
  color: #00549d;
  cursor: pointer;
  background-color: #f2f3f4;
}
.free-agency-table-wrapper thead tr {
  display: block;
}
.free-agency-table-wrapper thead th {
  border-bottom: 0 !important;
}
.free-agency-table-wrapper tbody {
  overflow-y: auto;
  max-height: 340px;
  min-height: 34px;
  display: block;
  border: 0;
}
.free-agency-table-wrapper tbody tr td {
  border-top: 0;
}
.free-agency-table-wrapper .tx-fa-checkbox {
  min-width: 25px;
}
.free-agency-table-wrapper .tx-fa-player-modal {
  width: 125px;
}
.free-agency-table-wrapper .tx-fa-roster-status-modal {
  min-width: 140px;
}
.free-agency-table-wrapper .tx-fa-org-modal {
  min-width: 45px;
}
.free-agency-table-wrapper .tx-fa-club-modal {
  min-width: 145px;
}
.tx-efa-xxb-table {
  border: 1px solid #d4d4d4;
}
.tx-efa-xxb-table .ui-grid {
  height: 415px;
}
.tx-efa-add-row {
  margin-top: 12px;
  margin-bottom: 12px;
}
.recert-header {
  color: #00549d;
  cursor: pointer;
}
td.sorted-column {
  background-color: #f2f3f4;
}
.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
  color: #d42307;
}
form.transaction-payments-form h5 {
  margin: 0;
}
form.transaction-payments-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.transaction-payments-form .green-text {
  color: #00a651;
}
form.transaction-payments-form .yellow-text {
  color: #daa520;
}
form.transaction-payments-form .red-text {
  color: #d42307;
}
form.transaction-payments-form .row {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
form.transaction-payments-form .row .table-responsive {
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}
form.transaction-payments-form .row .table-responsive table {
  width: 100%;
  border: 0;
}
form.transaction-payments-form .row .table-responsive table thead,
form.transaction-payments-form .row .table-responsive table tbody {
  border: 0;
}
form.transaction-payments-form .row .table-responsive table tr {
  background-color: transparent;
}
.email-utility-toggle {
  font-size: 13px;
  font-weight: 400;
  float: right;
}
.email-utility-toggle span {
  margin-right: 6px;
}
.email-utility-form .org-dropdown {
  width: 200px;
}
.email-utility-form .tabular-fieldset {
  padding: 0 12px;
  margin-bottom: 30px;
}
.email-utility-form .tabular-fieldset .row {
  margin: 0;
}
.email-utility-form .tabular-fieldset .tabular-header-row {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.email-utility-form .tabular-fieldset .tabular-header-row div:first-child {
  padding-left: 0;
}
.email-utility-form .tabular-fieldset .tabular-header-row div:not(:first-child) {
  font-size: 11px;
  line-height: 19px;
}
.email-utility-form .tabular-fieldset .tabular-body-row div {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.email-utility-form .tabular-fieldset .tabular-body-row div:first-child {
  padding-left: 12px;
  font-weight: 600;
}
.email-utility-form .tabular-fieldset .tabular-body-row div input[type="checkbox"] {
  margin: 0;
}
.email-utility-form .recipients-section .table-responsive {
  margin: 0 12px;
}
.email-utility-form .recipients-section .table {
  width: 100%;
}
.email-utility-form .recipients-section tr.top-header th {
  border-right: 1px solid #c9c9c9;
}
.email-utility-form .recipients-section tr.top-header th:first-child {
  border-right: none;
}
.email-utility-form .recipients-section tr.bottom-header th {
  font-weight: 400;
}
.email-utility-form .add-row {
  background: #f2f3f4;
  padding: 3px 6px;
  border: 1px solid #c9c9c9;
  border-top: 0;
}
.email-utility-form .add-row button {
  float: right;
}
form.new-player-form h5 {
  margin: 0;
}
form.new-player-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.new-player-form .new-player-form-row {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
form.new-player-form .new-player-form-row .note-text {
  color: #ff9900;
  font-weight: 700;
}
.dom-match-modal .modal-content {
  width: 600px;
}
.dom-match-modal .table {
  width: 561px;
}
.dom-match-modal .table td:nth-child(1) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.dom-match-modal .table td:nth-child(2) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.dom-match-modal .table td:nth-child(3) {
  width: 81px;
  min-width: 81px;
  max-width: 81px;
}
.dom-match-modal .table td:nth-child(4) {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.dom-match-modal .table td:nth-child(5) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.dom-match-modal .matches-label {
  margin-top: 20px;
}
.header-filter-choices .ui-select-choices-group .divider {
  display: none;
}
.header-filter-choices .ui-select-choices-group .dropdown-header {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding-left: 12px;
}
.header-filter-choices .ui-select-choices-group .ui-select-choices-row-inner {
  padding: 0;
}
.header-filter-choices .ui-select-choices-group .ui-select-choices-row-inner div {
  padding-left: 24px;
  height: 24px;
  line-height: 24px;
}
.player-match-modal .table {
  width: 100%;
}
.player-match-modal .table td:nth-child(1) {
  width: 20%;
}
.player-match-modal .table td:nth-child(2) {
  width: 15%;
}
.player-match-modal .table td:nth-child(3) {
  width: 15%;
}
.player-match-modal .table td:nth-child(4) {
  width: 36%;
}
.player-match-modal .table td:nth-child(5) {
  width: 14%;
}
.player-match-modal .matches-label {
  margin-top: 9px;
}
.school-match-modal .table {
  width: 100%;
}
.school-match-modal .table td:nth-child(2) {
  width: 6%;
  min-width: 6%;
  max-width: 6%;
}
.school-match-modal .table td:nth-child(3) {
  width: 14%;
  min-width: 14%;
  max-width: 14%;
}
.school-match-modal .table td:nth-child(4) {
  width: 18%;
  min-width: 18%;
  max-width: 18%;
}
.school-match-modal .table td:nth-child(5) {
  width: 13%;
  min-width: 13%;
  max-width: 13%;
}
.school-match-modal .table td:nth-child(6) {
  width: 18%;
  min-width: 18%;
  max-width: 18%;
}
.school-match-modal .table td:nth-child(7) {
  width: 7%;
  min-width: 7%;
  max-width: 7%;
}
.school-match-modal .matches-label {
  margin-top: 20px;
}
.form-static-info-header-wrapper {
  margin-top: 82px;
}
.form-static-info-header.row {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .form-static-info-header.row {
    margin: 0 -7px;
  }
}
.form-static-info-header label {
  overflow: hidden;
  white-space: nowrap;
  line-height: 26px;
}
.form-static-info-header .form-horizontal .form-group.employee {
  width: 33.33333333% !important;
}
.form-static-info-header .form-horizontal .form-group {
  margin: 0;
  padding: 0;
}
.form-static-info-header .form-horizontal .form-group .col-xs-7 {
  padding: 0 12px;
}
.form-static-info-header .form-horizontal .form-group .col-xs-7,
.form-static-info-header .form-horizontal .form-group .ui-select-match-text {
  white-space: nowrap;
  text-overflow: clip;
}
@media (min-width: 1400px) {
  .form-static-info-header .form-horizontal .form-group {
    width: 33.33333333%;
  }
}
@media (min-width: 1790px) {
  .form-static-info-header .form-horizontal .int-form-group {
    width: 33% !important;
  }
  .form-static-info-header .form-horizontal .form-group {
    width: 25%;
  }
}
.form-static-info-header .form-horizontal input {
  padding: 0;
}
.form-static-info-header .form-horizontal .form-control {
  padding: 0;
  line-height: 26px;
}
.form-static-info-header .form-horizontal .readonly {
  height: 26px;
  line-height: 26px;
}
.form-static-info-header .form-horizontal .control-label {
  text-align: left;
  padding-top: 0;
  padding: 0 12px;
}
.form-static-info-header .form-horizontal .agent-label {
  overflow: visible;
}
.no-secondary-header {
  margin-top: 94px;
}
.secondary-header-padding-small-tabs {
  height: 60px;
  width: auto;
}
.secondary-header-padding {
  width: auto;
}
.warning {
  color: #d42307;
}
.csp-table {
  width: 100%;
}
.csp-table th {
  font-weight: 700;
  width: 50%;
}
.csp-table td {
  text-align: right;
}
.csp-table td input {
  text-align: right;
}
.cep-score-popover-table .cell {
  font-size: 10px !important;
}
.analysis-table .popover-item {
  color: #024681;
  cursor: pointer;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid {
  margin-bottom: 20px;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-invisible {
  display: none !important;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid div.ui-grid-cell input[disabled] {
  border: none;
  padding: 0;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid div.ui-grid-cell input.ng-invalid {
  border: 1px solid #d4d4d4;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-viewport {
  border-right: none;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  border-left: none;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .header-cell-template-right {
  text-align: right;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .header-cell-template-center {
  text-align: center;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-header-cell {
  padding: 8px;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 0;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-header,
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-header-canvas {
  height: 34px !important;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-footer-panel {
  align-items: flex-end;
  font-weight: normal;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel {
  text-align: right;
  font-weight: normal;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div {
  margin-bottom: 3px;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div:last-of-type {
  font-weight: bold;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-footer-panel {
  height: 67px;
  display: flex;
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.analysis-table .analysis-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.cep-analysis-button {
  margin-top: 12px;
}
.cep-analysis-export-button {
  float: right;
}
.cep-temmplate-buttons {
  font-size: 12px;
  float: right;
  color: #bbb;
}
.cep-temmplate-buttons li {
  padding-left: 0px;
  padding-right: 0px;
}
.cep-temmplate-buttons li:after {
  content: '|';
  margin: 0 10px;
  color: #ddd;
}
.cep-temmplate-buttons li:last-child:after {
  content: '';
  margin: 0 0px;
}
.cep-temmplate-buttons a {
  cursor: pointer;
}
.cep-template-table {
  width: 100%;
}
.cep-template-table.cep-template-table-new th {
  white-space: normal;
}
.cep-template-table th {
  font-weight: 700;
  width: 75%;
}
.cep-template-table td {
  width: 25%;
  text-align: right;
}
.cep-template-table td input {
  text-align: right;
}
.csp-payment-history td {
  white-space: nowrap;
}
.csp-payment-history th {
  min-width: 70px;
}
.csp-payment-history th:first-child {
  min-width: 80px;
}
.csp-invoice-header {
  margin-top: 90px;
}
.csp-credit-header {
  margin-top: 90px;
}
.popover-title {
  padding: 5;
  margin: 0;
  background-color: #f2f3f4;
  font-size: 16px;
  font-weight: 300;
  border-bottom-color: #c9c9c9;
}
.csp-button-spacing {
  margin-bottom: 12px;
}
.cep-tracking-modal .modal-content {
  width: 650px;
}
.cep-config-template-modal .modal-body .cep-template-table td,
.cep-config-template-modal .modal-body .cep-template-table th {
  font-size: 10px !important;
}
.cep-payment-disclaimer {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #212529;
  font-weight: bold;
}
.club-rename-form {
  overflow: visible !important;
  border: 0px !important;
}
.blocking-overlay-visible .rename-popover-window {
  z-index: 1030 !important;
}
.reaffil-club-names {
  font-weight: 600;
}
.reaffiliation-form .new-club-wrapper {
  margin-right: 12px;
}
.reaffiliation-form .new-club-btn {
  margin-top: 12px;
}
.reaffiliation-form .new-club-btn-outside {
  margin-top: 6px;
  margin-right: 12px;
}
.reaffiliation-form .reaffiliation-container {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 24px;
  margin-right: 36px;
}
.reaffiliation-form .reaffiliation-container .new-club-wrapper .form-group {
  height: 44px;
}
.reaffiliation-form .reaffiliation-container .reaffiliation-content {
  padding-right: 12px;
}
.reaffiliation-form .reaffiliation-container .reaffiliation-header {
  margin: 12px;
}
.reaffiliation-form .reaffiliation-container .reaffiliation-field {
  padding-left: 0px;
}
.reaffiliation-form .reaffiliation-container .header-text {
  display: inline-block;
}
.reaffiliation-form .reaffiliation-container .file-upload-wrapper {
  position: relative;
}
.reaffiliation-form .reaffiliation-container .file-upload-wrapper .file-uploader {
  position: absolute;
  top: 18px;
  opacity: 0;
}
.reaffiliation-form .reaffiliation-container .file-upload-wrapper .btn-uploader {
  position: absolute;
  right: 25px;
  top: 18px;
}
.reaffiliation-form .reaffiliation-container .file-upload-wrapper .file-name {
  border: 1px solid #ddd;
}
.reaffiliation-form .reaffiliation-container .file-upload-wrapper .logo-subtext {
  color: #999;
  font-weight: 100;
}
.reaffiliation-form .reaffiliation-btn-wrapper {
  margin-right: 12px;
}
.reaffiliation-popover {
  margin-left: 24px;
  margin-right: 24px;
}
.reaffiliation-popover .heading {
  font-weight: 600;
}
.reaffiliation-popover .reaffiliation-table-wrapper table,
.reaffiliation-popover .new-club-table-wrapper table,
.reaffiliation-popover .inactive-table-wrapper table {
  width: 100%;
}
.reaffiliation-popover .reaffiliation-table-wrapper td,
.reaffiliation-popover .new-club-table-wrapper td,
.reaffiliation-popover .inactive-table-wrapper td {
  white-space: nowrap;
}
.club-aff-form .legal-name-wrapper {
  padding-top: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
.club-aff-form .legal-name-wrapper .club-legal-name-table-wrapper .btn-add-table {
  margin-top: 12px;
}
.club-aff-form .legal-name-wrapper .club-legal-name-table-wrapper .club-legal-name-table .primary-check {
  text-align: center;
  display: block;
}
.club-aff-form .logo-container {
  display: inline-block;
}
.club-aff-form .logo-container .club-affiliate-logo-wrapper {
  width: 204px;
  height: 204px;
  border: 1px solid #e6e7e8;
  padding: 0px;
  position: relative;
  /*addresses a chrome-only issue where the hidden button is both too big and also uses the default cursor
			Firefox has addressed this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=431524 */
}
.club-aff-form .logo-container .club-affiliate-logo-wrapper .fa.fa-pencil {
  position: absolute;
  top: 180px;
  left: 180px;
}
.club-aff-form .logo-container .club-affiliate-logo-wrapper .pencil-file-browse {
  position: absolute;
  top: 180px;
  left: 180px;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.club-aff-form .logo-container .club-affiliate-logo-wrapper input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.club-aff-form .logo-container .club-affiliate-logo-wrapper .club-logo {
  width: 204px;
  height: 204px;
}
.club-aff-form .logo-container .club-affiliate-logo-note {
  padding: 0px;
  width: 200px;
}
.club-aff-form .logo-container .club-affiliate-logo-note .club-template-download {
  padding-top: 10px;
}
.club-aff-form .logo-container .club-affiliate-logo-note .note {
  color: #ff6600;
}
.club-aff-form .affiliate-info {
  display: inline-block;
  max-width: 1449px;
  min-width: 300px;
  float: right;
  padding-left: 24px;
}
@media (min-width: 1623px) {
  .club-aff-form .affiliate-info {
    width: 85%;
  }
}
@media (max-width: 1622px) {
  .club-aff-form .affiliate-info {
    width: 70%;
  }
}
@media (max-width: 1282px) {
  .club-aff-form .affiliate-info {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .club-aff-form .affiliate-info {
    width: 100%;
    padding: 0;
  }
}
.mnfa-not-running {
  margin-top: 10px;
}
.mnfa-batch-title {
  margin-top: 10px;
  font-size: 13px !important;
  color: #000 !important;
}
.mnfa-no-padding {
  padding: 0 !important;
}
.mnfa-progess-fraction {
  color: black;
  font-weight: bold;
}
.mnfa-button {
  margin-top: 5px;
}
.mnfa-meta-text {
  color: #c9c9c9;
  font-size: 11px;
}
.mnfa-info-alert {
  margin-top: 24px;
  margin-bottom: -24px;
  height: 20px;
  background: #dde6f0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}
.mnfa-report-toggle-wrapper {
  flex: 1 0 auto;
}
.mnfa-report-toggle-wrapper .mnfa-report-toggle-parent {
  float: right;
}
.mnfa-report-toggle-wrapper .mnfa-report-toggle-parent .mnfa-report-toggle {
  margin-left: 10px;
}
.end-of-year-list-group {
  margin: 0 36px;
}
.end-of-year-list-group .row {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0px;
}
.end-of-year-list-group .end-of-year-list-group-item {
  padding: 12px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.end-of-year-list-group .end-of-year-list-group-item:first-child {
  padding-top: 0;
}
.end-of-year-list-group .end-of-year-list-group-item [class*="col-"] {
  padding-left: 0;
}
.end-of-year-list-group .type-dropdown {
  margin-top: 7px;
  max-width: 365px;
}
.nightly-batch-group {
  margin: 0 36px;
}
.nightly-batch-group .row {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0px;
}
.nightly-batch-group .nightly-batch-group-item {
  padding: 12px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.nightly-batch-group .nightly-batch-group-item:first-child {
  padding-top: 0;
}
.nightly-batch-group .nightly-batch-group-item [class*="col-"] {
  padding-left: 0;
}
.nightly-batch-group .type-dropdown {
  margin-top: 7px;
  max-width: 365px;
}
.nightly-batch-group .batch-run-border {
  outline: 1px solid #d42307;
}
.nightly-batch-group .batch-not-run-border {
  outline: 1px solid #FFFF00;
}
.nightly-batch-group .batch-failed-border {
  outline: 1px solid #FF0000;
}
.nightly-batch-group .batch-run-background {
  background-color: lightgreen;
}
.nightly-batch-group .batch-not-run-background {
  background-color: lightcoral;
}
.nightly-batch-group .batch-running-text {
  margin-top: 10px;
  color: #ff6600 !important;
}
.nightly-batch-group .batch-not-running-text {
  margin-top: 10px;
}
.nightly-batch-group .nightly-batch-title {
  margin-top: 10px;
  font-size: 13px !important;
  color: #000 !important;
  margin-left: 8px;
}
.nightly-batch-group .nightly-meta-text {
  font-size: 11px;
}
form.r5-draft-order-form h5 {
  margin: 0;
}
form.r5-draft-order-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.r5-draft-order-form .r5-draftorder-row {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive {
  margin: 0;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive table {
  border: 1px solid #c9c9c9;
  margin-bottom: 24px;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive table thead,
form.r5-draft-order-form .r5-draftorder-row .table-responsive table tbody {
  border: 0;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive table tr {
  background-color: transparent;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive table .pick-in-round {
  font-weight: bold;
  width: 40px;
  text-align: center;
}
form.r5-draft-order-form .r5-draftorder-row .table-responsive table .org {
  width: 150px;
}
form.r5-reserve-list-form h5 {
  margin: 0;
}
form.r5-reserve-list-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.r5-reserve-list-form .note-text {
  color: #ff9900;
  font-weight: 700;
}
form.r5-reserve-list-form .r5-reserve-list-row {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive {
  margin: 0;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table {
  border: 1px solid #c9c9c9;
  margin-bottom: 24px;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table thead,
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table tbody {
  border: 0;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table tr {
  background-color: transparent;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table .orgCode {
  width: 40px;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table .count {
  width: 40px;
  font-weight: bold;
  text-align: center;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table .name {
  text-align: right;
  width: 250px;
  cursor: pointer;
}
form.r5-reserve-list-form .r5-reserve-list-row .table-responsive table .checkmark {
  display: none;
}
form.r5-reserve-list-form.r5-draft-running .r5-reserve-list-row .table-responsive table .current-count {
  color: #00549d;
  cursor: pointer;
}
form.r5-reserve-list-form.r5-draft-running .r5-reserve-list-row .table-responsive table .roll-call {
  color: #ccc;
}
form.r5-reserve-list-form.r5-draft-running .r5-reserve-list-row .table-responsive table .roll-call:hover:after {
  font-family: FontAwesome;
  content: "\f05d";
  position: absolute;
  background-color: #fff;
  color: #00549d;
  margin-left: -24px;
  font-size: 24px;
  padding: 0 4px;
}
form.r5-reserve-list-form.r5-draft-running .r5-reserve-list-row .table-responsive table .count-cell {
  cursor: pointer;
}
form.r5-reserve-list-form.r5-draft-running .r5-reserve-list-row .table-responsive table .count-input[disabled] {
  pointer-events: none;
}
.reserve-count-popover .positive {
  color: #00a651;
}
.reserve-count-popover .negative {
  color: #d42307;
}
form.r5-selectables-form h5 {
  margin: 0;
}
form.r5-selectables-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #d4d4d4;
}
form.r5-selectables-form .form-main {
  padding: 24px;
}
form.r5-selectables-form .draft-button {
  margin-right: 20px;
}
form.r5-selectables-form .selectables-table {
  border: 1px solid #d4d4d4;
}
form.r5-selectables-form .selectables-table .ui-grid {
  height: 415px;
}
form.r5-selectables-form .selectables-table .ui-grid .ebis-grid-row-selected .ui-grid-cell {
  background-color: #E1E9F2  !important;
}
form.r5-selectables-form .selectables-table .ui-grid .ebis-grid-row-disabled .ui-grid-cell {
  background-color: #ffffff !important;
  color: #e6e7e8;
}
form.r5-selectables-form .selectables-table .sort-col {
  background-color: #f2f3f4;
}
form.r5-selectables-form .pick-ribbon .org-list {
  margin-left: 122px;
  position: relative;
}
form.r5-selectables-form .pick-ribbon .org-list .org-list-overlay {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #ddd;
  background: rgba(242, 243, 244, 0.7);
  color: #000;
  display: none;
  z-index: 1000;
}
form.r5-selectables-form .pick-ribbon .org-list .org-list-overlay .overlay-text-wrapper {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: table;
}
form.r5-selectables-form .pick-ribbon .org-list .org-list-overlay .overlay-text-inner {
  display: table-cell;
  vertical-align: middle;
}
form.r5-selectables-form .pick-ribbon .org-list.overlay-visible {
  color: #c9c9c9;
}
form.r5-selectables-form .pick-ribbon .org-list.overlay-visible .org-list-overlay {
  display: block;
}
form.r5-selectables-form .pick-ribbon .org-list.overlay-visible .org-logo {
  opacity: 0.05;
}
form.r5-selectables-form .pick-ribbon .org-list .pick {
  width: 60px;
  height: 98px;
  margin: 2px;
  float: left;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  position: relative;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .org-logo {
  margin-top: 2px;
  width: 60px;
  height: 50px;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .org-img {
  height: 50px;
  width: 50px;
  text-align: center;
  margin: auto;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .org-code {
  width: 60px;
  height: 16px;
  font-size: 13px;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .reserve-count {
  margin-top: 5px;
  width: 60px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .edit-values {
  display: none;
  position: absolute;
  top: 18px;
  width: 60px;
  font-size: 11px;
  text-align: center;
  height: 70px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .edit-values a {
  cursor: pointer;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .edit-values .club {
  margin-bottom: 40px;
  height: 15px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick.dimPick .org-logo,
form.r5-selectables-form .pick-ribbon .org-list .pick.dimPick .org-code,
form.r5-selectables-form .pick-ribbon .org-list .pick.dimPick .reserve-count {
  opacity: 0.15;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 0px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .cancel-edit {
  text-align: right;
  width: 60px;
  padding: 3px;
  margin-bottom: 5px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .cancel-edit .fa-times-circle {
  color: #d42307;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .save-edit {
  text-align: center;
  margin-bottom: 6px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .save-edit button {
  font-size: 11px;
  width: 50px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .input-edit-wrapper {
  width: 60px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick .editing-count .input-edit-wrapper .input-edit {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 50px;
  border: 1px solid #afcae1;
}
form.r5-selectables-form .pick-ribbon .org-list .pick.highlightedPick {
  background-color: #fff;
  border: 4px solid #afcae1;
}
form.r5-selectables-form .pick-ribbon .org-list .pick.highlightedPick .org-logo {
  width: 52px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick.highlightedPick .org-code {
  width: 52px;
}
form.r5-selectables-form .pick-ribbon .org-list .pick.highlightedPick .reserve-count {
  width: 52px;
  margin-top: 2px;
}
form.r5-selectables-form .pick-ribbon .draft-status {
  width: 112px;
  height: 200px;
  background-color: #f2f3f4;
  float: left;
  border: 1px solid #ddd;
  margin: 2px 0;
}
form.r5-selectables-form .pick-ribbon .draft-status .draft-year {
  text-align: center;
  padding: 3px;
}
form.r5-selectables-form .pick-ribbon .draft-status .draft-logo {
  width: 96px;
  height: 55px;
  margin-left: 8px;
}
form.r5-selectables-form .pick-ribbon .draft-status .phase {
  margin: 10px 2px 0 2px;
  height: 50px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-selectables-form .pick-ribbon .draft-status .phase .phase-text {
  color: #999;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .draft-status .phase .phase-obj {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick {
  min-width: 110px;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .round {
  float: left;
  width: 52px;
  height: 55px;
  margin: 2px 1px 2px 2px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .round .round-text {
  color: #999;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .round .round-obj {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .pick-in-round {
  float: left;
  width: 52px;
  height: 55px;
  margin: 2px 2px 2px 1px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .pick-in-round .pick-text {
  color: #999;
  text-align: center;
}
form.r5-selectables-form .pick-ribbon .draft-status .round-pick .pick-in-round .pick-obj {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
form.r5-selectables-form .selection-widget {
  margin-top: 12px;
}
form.r5-draft-admin-form .pick-ribbon .org-list {
  margin-left: 122px;
  position: relative;
}
form.r5-draft-admin-form .pick-ribbon .org-list .org-list-overlay {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #ddd;
  background: rgba(242, 243, 244, 0.7);
  color: #000;
  display: none;
  z-index: 1000;
}
form.r5-draft-admin-form .pick-ribbon .org-list .org-list-overlay .overlay-text-wrapper {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: table;
}
form.r5-draft-admin-form .pick-ribbon .org-list .org-list-overlay .overlay-text-inner {
  display: table-cell;
  vertical-align: middle;
}
form.r5-draft-admin-form .pick-ribbon .org-list.overlay-visible {
  color: #c9c9c9;
}
form.r5-draft-admin-form .pick-ribbon .org-list.overlay-visible .org-list-overlay {
  display: block;
}
form.r5-draft-admin-form .pick-ribbon .org-list.overlay-visible .org-logo {
  opacity: 0.05;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick {
  width: 60px;
  height: 98px;
  margin: 2px;
  float: left;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  position: relative;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .org-logo {
  margin-top: 2px;
  width: 60px;
  height: 50px;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .org-img {
  height: 50px;
  width: 50px;
  text-align: center;
  margin: auto;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .org-code {
  width: 60px;
  height: 16px;
  font-size: 13px;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .reserve-count {
  margin-top: 5px;
  width: 60px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .edit-values {
  display: none;
  position: absolute;
  top: 18px;
  width: 60px;
  font-size: 11px;
  text-align: center;
  height: 70px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .edit-values a {
  cursor: pointer;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .edit-values .club {
  margin-bottom: 40px;
  height: 15px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick.dimPick .org-logo,
form.r5-draft-admin-form .pick-ribbon .org-list .pick.dimPick .org-code,
form.r5-draft-admin-form .pick-ribbon .org-list .pick.dimPick .reserve-count {
  opacity: 0.15;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 0px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .cancel-edit {
  text-align: right;
  width: 60px;
  padding: 3px;
  margin-bottom: 5px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .cancel-edit .fa-times-circle {
  color: #d42307;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .save-edit {
  text-align: center;
  margin-bottom: 6px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .save-edit button {
  font-size: 11px;
  width: 50px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .input-edit-wrapper {
  width: 60px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick .editing-count .input-edit-wrapper .input-edit {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 50px;
  border: 1px solid #afcae1;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick:not(.highlightedPick):hover .edit-values {
  display: block;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick:not(.highlightedPick):hover .org-logo,
form.r5-draft-admin-form .pick-ribbon .org-list .pick:not(.highlightedPick):hover .org-code,
form.r5-draft-admin-form .pick-ribbon .org-list .pick:not(.highlightedPick):hover .reserve-count {
  opacity: 0.15;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick.highlightedPick {
  background-color: #fff;
  border: 4px solid #afcae1;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick.highlightedPick .org-logo {
  width: 52px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick.highlightedPick .org-code {
  width: 52px;
}
form.r5-draft-admin-form .pick-ribbon .org-list .pick.highlightedPick .reserve-count {
  width: 52px;
  margin-top: 2px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status {
  width: 112px;
  height: 200px;
  background-color: #f2f3f4;
  float: left;
  border: 1px solid #ddd;
  margin: 2px 0;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .draft-year {
  text-align: center;
  padding: 3px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .draft-logo {
  width: 96px;
  height: 55px;
  margin-left: 8px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .phase {
  margin: 10px 2px 0 2px;
  height: 50px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .phase .phase-text {
  color: #999;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .phase .phase-obj {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick {
  min-width: 110px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .round {
  float: left;
  width: 52px;
  height: 55px;
  margin: 2px 1px 2px 2px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .round .round-text {
  color: #999;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .round .round-obj {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .pick-in-round {
  float: left;
  width: 52px;
  height: 55px;
  margin: 2px 2px 2px 1px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .pick-in-round .pick-text {
  color: #999;
  text-align: center;
}
form.r5-draft-admin-form .pick-ribbon .draft-status .round-pick .pick-in-round .pick-obj {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
form.r5-draft-admin-form .draft-action-bar {
  margin-top: 12px;
  width: 1080px;
}
form.r5-draft-admin-form .draft-action-bar .approve-button {
  float: left;
  height: 96px;
  width: 112px;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info {
  margin-left: 12px;
  float: left;
  border: 1px solid #c9c9c9;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info.player-submitted {
  border: 1px solid #afcae1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info {
  padding: 12px;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-item {
  height: 70px;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-col-left {
  width: 480px;
}
@media (min-width: 1340px) {
  form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-col-left {
    float: left;
  }
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-col-right {
  width: 348px;
}
@media (min-width: 1340px) {
  form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-col-right {
    float: left;
  }
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .pick-info-label {
  width: 100%;
  color: #999;
  font-family: 'Helvetica Light', 'Helvetica';
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .to-org {
  width: 210px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .player {
  width: 200px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .position {
  width: 70px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .from-org {
  width: 210px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .level {
  width: 70px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .id {
  width: 68px;
  float: left;
}
form.r5-draft-admin-form .draft-action-bar .current-pick-info .inner-current-pick-info .display-text {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.2;
  padding: 4px 0;
}
form.r5-draft-admin-form .draft-action-bar .pass-reject-buttons {
  margin-left: 12px;
  float: left;
  width: 90px;
}
form.r5-draft-admin-form .draft-action-bar .pass-reject-buttons .pass-button {
  width: 90px;
  height: 40px;
}
form.r5-draft-admin-form .draft-action-bar .pass-reject-buttons .reject-button {
  margin-top: 16px;
  width: 90px;
  height: 40px;
}
form.r5-draft-admin-form .draft-history {
  margin-top: 12px;
}
form.r5-draft-admin-form .draft-history .draft-history-table {
  border: 1px solid #d4d4d4;
}
form.r5-draft-admin-form .draft-history .draft-history-table .ui-grid {
  height: 300px;
}
form.r5-draft-admin-form .draft-history .draft-history-table .pass-text {
  color: #999;
}
form.r5-draft-admin-form .draft-history .draft-history-table .summary-row {
  text-align: center;
  background-color: #f2f3f4;
  height: 30px;
  color: #1E1E1E;
  vertical-align: middle;
  padding-top: 5px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Helvetica';
}
.connections-table {
  width: 100%;
}
.connections-table td {
  text-align: center;
}
.connections-table th {
  text-align: center;
}
form.r5-draft-history-form h5 {
  margin: 0;
}
form.r5-draft-history-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.r5-draft-history-form .form-main {
  padding: 24px;
}
form.r5-draft-history-form .draft-history-table {
  border: 1px solid #d4d4d4;
}
form.r5-draft-history-form .draft-history-table .ui-grid {
  height: 415px;
}
form.r5-draft-history-form .draft-history-table .sort-col {
  background-color: #f2f3f4;
}
form.r5-draft-history-form .draft-history-table .pass-text {
  color: #999;
}
form.r5-draft-history-form .draft-history-table .summary-row {
  text-align: center;
  background-color: #f2f3f4;
  height: 30px;
  color: #1E1E1E;
  vertical-align: middle;
  padding-top: 5px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Helvetica';
}
.r4-pick-ribbon {
  margin-bottom: 12px;
}
.r4-pick-ribbon .draft-status {
  width: 112px;
  height: 200px;
  background-color: #f2f3f4;
  float: left;
  border: 1px solid #ddd;
  margin: 2px 0;
}
.r4-pick-ribbon .draft-status .logo-container {
  display: inline-block;
}
.r4-pick-ribbon .draft-status .logo-container .draft-logo-wrapper {
  position: relative;
  /*addresses a chrome-only issue where the hidden button is both too big and also uses the default cursor
Firefox has addressed this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=431524 */
}
.r4-pick-ribbon .draft-status .logo-container .draft-logo-wrapper .fa.fa-pencil {
  position: absolute;
  bottom: 4px;
  left: 88px;
}
.r4-pick-ribbon .draft-status .logo-container .draft-logo-wrapper .pencil-file-browse {
  position: absolute;
  bottom: 4px;
  left: 88px;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.r4-pick-ribbon .draft-status .logo-container .draft-logo-wrapper .draft-logo {
  width: 96px;
  height: 60px;
  margin: 8px;
}
.r4-pick-ribbon .draft-status .logo-container .draft-logo-wrapper input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.r4-pick-ribbon .draft-status .picking {
  margin: 0 2px;
  height: 58px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
.r4-pick-ribbon .draft-status .picking .picking-text {
  color: #999;
  text-align: center;
}
.r4-pick-ribbon .draft-status .picking .picking-obj {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  padding: 0 6px;
}
.r4-pick-ribbon .draft-status .round-pick {
  min-width: 110px;
}
.r4-pick-ribbon .draft-status .round-pick .round {
  float: left;
  width: 52px;
  height: 58px;
  margin: 2px 1px 2px 2px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
.r4-pick-ribbon .draft-status .round-pick .round .round-text {
  color: #999;
  text-align: center;
}
.r4-pick-ribbon .draft-status .round-pick .round .round-obj {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.r4-pick-ribbon .draft-status .round-pick .pick-in-round {
  float: left;
  width: 52px;
  height: 58px;
  margin: 2px 2px 2px 1px;
  background-color: white;
  border: 1px solid #c9c9c9;
}
.r4-pick-ribbon .draft-status .round-pick .pick-in-round .pick-text {
  color: #999;
  text-align: center;
}
.r4-pick-ribbon .draft-status .round-pick .pick-in-round .pick-obj {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.r4-pick-ribbon .org-list {
  margin-left: 122px;
  position: relative;
}
.r4-pick-ribbon .org-list .org-list-overlay {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #ddd;
  background: rgba(242, 243, 244, 0.7);
  color: #000;
  display: none;
  z-index: 1000;
}
.r4-pick-ribbon .org-list .org-list-overlay .overlay-text-wrapper {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: table;
}
.r4-pick-ribbon .org-list .org-list-overlay .overlay-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.r4-pick-ribbon .org-list.overlay-visible {
  color: #c9c9c9;
}
.r4-pick-ribbon .org-list.overlay-visible .org-list-overlay {
  display: block;
}
.r4-pick-ribbon .org-list.overlay-visible .org-logo {
  opacity: 0.05;
}
.r4-pick-ribbon .org-list.overlay-visible .pick {
  display: none;
}
.r4-pick-ribbon .org-list .pick {
  width: 60px;
  height: 98px;
  margin: 2px;
  float: left;
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  position: relative;
}
.r4-pick-ribbon .org-list .pick .org-logo {
  margin-top: 2px;
  width: 60px;
  height: 50px;
  text-align: center;
}
.r4-pick-ribbon .org-list .pick .org-img {
  height: 50px;
  width: 50px;
  text-align: center;
  margin: auto;
}
.r4-pick-ribbon .org-list .pick .org-code {
  width: 60px;
  height: 16px;
  font-size: 13px;
  text-align: center;
}
.r4-pick-ribbon .org-list .pick .pick-in-round {
  width: 60px;
  height: 16px;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}
.r4-pick-ribbon .org-list .pick.user-pick {
  background-color: #fff;
  border: 4px solid #afcae1;
}
.r4-pick-ribbon .org-list .pick.user-pick .org-logo {
  width: 52px;
}
.r4-pick-ribbon .org-list .pick.user-pick .org-code {
  width: 52px;
}
.r4-pick-ribbon .org-list .pick.user-pick .pick-in-round {
  width: 52px;
}
.r4-pick-ribbon .org-list .pick.highlighted-pick {
  background-color: #fbf8ca;
  border: 4px solid #afcae1;
}
.r4-pick-ribbon .org-list .pick.highlighted-pick .org-logo {
  width: 52px;
}
.r4-pick-ribbon .org-list .pick.highlighted-pick .org-code {
  width: 52px;
}
.r4-pick-ribbon .org-list .pick.highlighted-pick .pick-in-round {
  width: 52px;
}
.drop-target {
  margin: 0 20px;
  border: 4px dashed transparent;
}
.drop-target.drop-active {
  border-color: #999999;
}
.drop-target.drop-active.over-element {
  border: 4px solid #0099ff;
}
.pq-id {
  width: 90px;
}
.pq-pos {
  width: 60px;
}
.pq-trash {
  width: 30px;
}
.pq-trash .fa {
  float: right;
}
.ui-draggable-dragging.players-grid-row {
  border: 1px solid #ddd;
  background-color: #f0f9ff;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ui-draggable-dragging.players-grid-row .ui-grid-cell {
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 24px;
}
tr.ui-draggable-dragging {
  border: 1px solid #ddd;
  background-color: #f0f9ff;
  height: 32px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
tr.ui-draggable-dragging td {
  border-right: 1px solid #e6e7e8;
  padding: 3px 6px;
  line-height: 23px;
  vertical-align: middle;
}
tr.ui-draggable-dragging td:last-child {
  border-right: 0;
}
.r4-pre-draft-form .r4-draft-year {
  margin-bottom: 36px;
}
.r4-pre-draft-form .subsection {
  margin-bottom: 36px;
}
.r4-pre-draft-form .standard-selection-table .table {
  width: 100%;
}
.r4-pre-draft-form .table-responsive {
  overflow-y: hidden;
}
.r4-pre-draft-form .table-responsive .ui-grid-cell-contents {
  padding: 0;
}
.r4-pre-draft-form .table-responsive .form-control {
  height: 25px;
}
.r4-pre-draft-form .table-footer-buttons {
  margin-top: -12px;
  float: none;
}
.r4-pre-draft-form .table-footer-buttons button {
  outline: 0;
  float: right;
}
.r4-pre-draft-form .picks-section table {
  width: 100%;
}
@media (min-width: 992px) {
  .r4-pre-draft-form .picks-section {
    float: right;
  }
}
.r4-pre-draft-form .draft-comments-subtext {
  color: #999;
  font-style: italic;
  padding: 4px 0;
}
.r4-pre-draft-form td .ui-select-match-text {
  margin-top: 0;
  height: 26px;
}
.r4-pre-draft-form .comments-wrapper {
  clear: left;
}
.r4-pre-draft-form .ui-select-placeholder {
  width: auto !important;
}
.r4-pre-draft-form .comp-balance-picks-table td:nth-child(1),
.r4-pre-draft-form .comp-balance-picks-table th:nth-child(1) {
  width: 8%;
}
.r4-pre-draft-form .comp-balance-picks-table td:nth-child(2),
.r4-pre-draft-form .comp-balance-picks-table th:nth-child(2),
.r4-pre-draft-form .comp-balance-picks-table td:nth-child(3),
.r4-pre-draft-form .comp-balance-picks-table th:nth-child(3) {
  width: 45%;
}
.r4-pre-draft-form .supp-picks-table td:nth-child(1),
.r4-pre-draft-form .supp-picks-table th:nth-child(1) {
  width: 160px;
}
.r4-pre-draft-form .supp-picks-table td:nth-child(1) input,
.r4-pre-draft-form .supp-picks-table th:nth-child(1) input {
  text-align: center;
}
.r4-pre-draft-form .supp-picks-table td:nth-child(2),
.r4-pre-draft-form .supp-picks-table th:nth-child(2) {
  width: 80px;
}
.r4-pre-draft-form .supp-picks-table td:nth-child(3),
.r4-pre-draft-form .supp-picks-table th:nth-child(3) {
  min-width: 180px;
}
.r4-pre-draft-form .supp-picks-table td:nth-child(4),
.r4-pre-draft-form .supp-picks-table th:nth-child(4) {
  width: 140px;
}
.r4-pre-draft-form .qual-offers-table td:nth-child(1),
.r4-pre-draft-form .qual-offers-table th:nth-child(1) {
  min-width: 180px;
}
.r4-pre-draft-form .qual-offers-table td:nth-child(2),
.r4-pre-draft-form .qual-offers-table th:nth-child(2) {
  width: 80px;
}
.r4-pre-draft-form .qual-offers-table td:nth-child(3),
.r4-pre-draft-form .qual-offers-table th:nth-child(3) {
  width: 80px;
}
.r4-pre-draft-form .qual-offers-table td:nth-child(4),
.r4-pre-draft-form .qual-offers-table th:nth-child(4) {
  width: 130px;
}
.r4-pre-draft-form .lottery-picks-table td:nth-child(1),
.r4-pre-draft-form .lottery-picks-table th:nth-child(1) {
  width: 8%;
}
.r4-pre-draft-form .lottery-picks-table td:nth-child(1) .ui-select-match-text,
.r4-pre-draft-form .lottery-picks-table th:nth-child(1) .ui-select-match-text {
  text-align: center;
}
.r4-pre-draft-form .lottery-picks-table td:nth-child(2),
.r4-pre-draft-form .lottery-picks-table th:nth-child(2),
.r4-pre-draft-form .lottery-picks-table td:nth-child(3),
.r4-pre-draft-form .lottery-picks-table th:nth-child(3) {
  width: 45%;
}
.r4-draft-order-form .r4-draft-year,
.r4-draft-order-form .draft-comments {
  margin-bottom: 24px;
}
.r4-draft-order-form .draft-comments-subtext {
  color: #999;
  font-style: italic;
  padding: 4px 0;
}
.r4-draft-order-form .notes-row .form-group {
  margin-bottom: 24px;
}
.r4-draft-order-form .note-text {
  color: #ff9900;
  font-weight: 700;
}
.r4-draft-order-form .round-list-wrapper {
  float: left;
  max-width: 220px;
}
.r4-draft-order-form .round-list-wrapper .round-list-table {
  width: 100%;
}
.r4-draft-order-form .round-list-wrapper .round-list-table input {
  text-align: center;
}
.r4-draft-order-form .round-list-wrapper .round-list-table td.drag-handle {
  width: 32px;
}
.r4-draft-order-form .round-list-wrapper .round-list-table td.arrow {
  width: 45px;
  text-align: center;
  cursor: pointer;
}
.r4-draft-order-form .round-list-wrapper .round-list-table td.arrow .fa {
  vertical-align: middle;
  padding: 2px 0;
  font-size: 20px;
}
.r4-draft-order-form .round-list-wrapper .round-list-table tr.selected td {
  background: #e3eaf2;
}
.r4-draft-order-form .round-list-wrapper .round-list-table tr.selected td.arrow {
  text-align: right;
}
.r4-draft-order-form .round-list-wrapper button {
  margin-top: 6px;
  float: right;
}
.r4-draft-order-form .round-picks-wrapper {
  float: left;
  margin-left: 24px;
  max-width: 510px;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table {
  width: 100%;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table .angular-ui-tree-empty {
  display: none;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table th.p-overall,
.r4-draft-order-form .round-picks-wrapper .round-picks-table td.p-overall {
  min-width: 60px;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table th.p-pick,
.r4-draft-order-form .round-picks-wrapper .round-picks-table td.p-pick {
  min-width: 50px;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table th.p-org,
.r4-draft-order-form .round-picks-wrapper .round-picks-table td.p-org {
  min-width: 190px;
}
.r4-draft-order-form .round-picks-wrapper .round-picks-table th.p-type,
.r4-draft-order-form .round-picks-wrapper .round-picks-table td.p-type {
  min-width: 150px;
}
.r4-draft-order-form .round-picks-wrapper button {
  margin-top: 6px;
  float: right;
}
.r4-draft-order-form .border-collapse-fix {
  border-collapse: separate;
}
.r4-draft-order-form .border-collapse-fix td {
  border: 0;
  border-bottom: 1px solid #e6e7e8;
}
.r4-draft-order-form .border-collapse-fix td:not(:last-child) {
  border-right: 1px solid #e6e7e8;
}
.r4-draft-day-boc-form.mock-mode {
  border: 2px dashed #ffcc00;
}
.r4-draft-day-boc-form .current-pick-info {
  border: 1px solid #ddd;
}
.r4-draft-day-boc-form .current-pick-info table {
  width: 100%;
}
.r4-draft-day-boc-form .current-pick-info table th {
  padding: 12px 6px 2px 6px;
  color: #999;
  font-weight: 200;
  font-style: normal;
  font-size: 12px !important;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(1) {
  width: 60px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(2) {
  width: 60px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(3) {
  width: 60px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(4) {
  width: 70px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(6) {
  width: 75px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(9) {
  width: 45px;
}
.r4-draft-day-boc-form .current-pick-info table th:nth-child(10) {
  width: 45px;
}
.r4-draft-day-boc-form .current-pick-info table td {
  padding: 6px;
  padding-top: 2px;
  vertical-align: top;
  font-size: 16px !important;
  height: 60px;
}
.r4-draft-day-boc-form .current-pick-info table td .position-change {
  font-weight: 700;
  color: red;
}
.r4-draft-day-boc-form .current-pick-info.player-selected {
  border: 1px solid #afcae1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.r4-draft-day-boc-form #player-name-audio:hover {
  color: white !important;
}
.r4-draft-day-boc-form .draft-buttons {
  margin: 12px 0;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry {
  display: inline-block;
  height: 34px;
  width: 208px;
  position: relative;
  vertical-align: top;
  margin-left: 12px;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry span {
  display: inline-block;
  height: 34px;
  vertical-align: top;
  line-height: 34px;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry span.disabled {
  color: #c9c9c9;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry a {
  position: relative;
  left: 136px;
  top: 9px;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry .form-control {
  max-width: 150px;
  padding: 0 0 0 12px;
  font-size: 16px;
  display: inline-block;
  height: inherit;
  position: absolute;
  margin-left: 6px;
}
.r4-draft-day-boc-form .draft-buttons .draft-id-entry .form-error {
  border: solid red;
}
.r4-draft-day-boc-form .form-control[disabled] {
  border: 1px solid #c9c9c9;
  background-color: #f2f3f4;
  opacity: 0.65;
  color: #9a9a9a;
  font-style: italic;
}
.r4-draft-day-boc-form .subsection {
  margin-top: 24px;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .time-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .time-wrapper input {
  display: inline-block;
  width: 60px;
  text-align: center;
  height: 27px;
  font-size: 15px;
  padding: 4px;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .time-wrapper span {
  display: inline-block;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .btn-ebis-toggle-wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
  height: 27px;
  padding: 4px 12px;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .btn-ebis-toggle-wrapper span {
  display: inline-block;
}
.r4-draft-day-boc-form .clock-buttons-wrapper .btn-ebis-toggle-wrapper span.disabled {
  color: #c9c9c9;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper {
  float: left;
  width: 110px;
  margin-right: 6px;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper.org-dropdown {
  width: 180px;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper .ui-select-toggle {
  padding: 4px 6px;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled] .caret {
  display: block;
  color: #bbb;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled]:hover {
  background-color: #f2f3f4;
}
.r4-draft-day-boc-form .selections-dropdowns .selection-wrapper .ui-select-match-text {
  margin-top: 0;
}
.r4-draft-day-boc-form .edit-cell {
  position: relative;
}
.r4-draft-day-boc-form .edit-cell .edit-pos-select {
  max-width: 60px;
}
.r4-draft-day-boc-form .edit-cell .school-name {
  max-width: 120px;
}
.r4-draft-day-boc-form .edit-cell .update-school-btns {
  position: absolute;
  top: 6px;
  left: 140px;
}
.r4-draft-day-boc-form .edit-cell .update-school-btns a {
  padding-right: 6px;
}
.r4-draft-day-boc-form .edit-cell .update-school-btns .fa-check {
  cursor: pointer !important;
}
.r4-draft-day-boc-form .edit-cell .edit-school-class-select {
  max-width: 100px;
}
.r4-draft-day-boc-form .edit-cell .update-pos-btns {
  position: absolute;
  top: 6px;
  left: 80px;
}
.r4-draft-day-boc-form .edit-cell .update-pos-btns a {
  padding-right: 6px;
}
.r4-draft-day-boc-form .edit-cell .update-pos-btns .fa-check {
  cursor: pointer !important;
}
.r4-draft-day-boc-form .edit-cell .update-sc-btns {
  position: absolute;
  top: 6px;
  left: 120px;
}
.r4-draft-day-boc-form .edit-cell .update-sc-btns a {
  padding-right: 6px;
}
.r4-draft-day-boc-form .edit-cell .update-sc-btns .fa-check {
  cursor: pointer !important;
}
.r4-draft-day-boc-form .pos-cell {
  position: relative;
}
.r4-draft-day-boc-form .pos-cell a {
  position: absolute;
  left: 100px;
}
.r4-draft-day-boc-form .table-wrapper .grid {
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.r4-draft-day-boc-form .table-wrapper .ui-grid-header-cell-label {
  font-weight: normal;
  color: #000;
}
.r4-draft-day-boc-form .table-wrapper .ui-grid-filter-container {
  display: none!important;
}
.r4-draft-day-boc-form .table-wrapper.disabled .grid {
  background-color: #f2f3f4;
}
.r4-draft-day-boc-form .table-wrapper.disabled .ui-grid-header-cell-label {
  color: #9a9a9a;
}
.r4-draft-day-boc-form .selections-table {
  width: 100%;
  margin-top: 12px;
}
.r4-draft-day-boc-form .commissioner-buttons-wrapper .fa-external-link-square {
  vertical-align: middle;
  margin-left: 6px;
}
.mock-mode.form-header {
  background: #fbf8ca;
  border: 2px dashed #ffcc00;
  border-bottom: none;
}
.mock-mode.r4-draft-display-form {
  border: 2px dashed #ffcc00;
}
.mock-mode.arrow .line {
  background-color: black;
}
form.r4-draftday-club.mock-mode {
  border: 2px dashed #ffcc00;
}
form.r4-draftday-club .r4-pick-ribbon .draft-logo {
  width: 96px;
  height: 60px;
  margin: 8px 8px 0;
}
form.r4-draftday-club .r4-pick-ribbon .pick-time {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 3px 0 6px 0;
}
form.r4-draftday-club .r4-pick-ribbon .pick-time.disabled {
  color: #bbb;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .round-pick {
  min-width: 110px;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .round-pick .round,
form.r4-draftday-club .r4-pick-ribbon .draft-status .round-pick .pick-in-round {
  height: 46px;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .round-pick .round span,
form.r4-draftday-club .r4-pick-ribbon .draft-status .round-pick .pick-in-round span {
  display: block;
  line-height: 22px;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .picking {
  height: 42px;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .picking .picking-text {
  text-align: right;
  font-size: 11px;
  line-height: 12px;
  float: left;
  width: 66px;
  height: 40px;
  padding: 8px 0;
}
form.r4-draftday-club .r4-pick-ribbon .draft-status .picking .picking-obj {
  font-size: 11px;
  margin: 0;
  padding: 7px 0;
  float: right;
  width: 38px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper {
  height: 202px;
  overflow: hidden;
  white-space: nowrap;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick {
  width: 112px;
  height: 200px;
  margin: 2px 3px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick.user-pick {
  background-color: #fff;
  border-color: #afcae1;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick.highlighted-pick {
  background-color: #fbf8ca;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-color: #afcae1;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick.round-divider {
  background-color: #c9c9c9;
  border-color: #9a9a9a;
  color: #fff;
  width: 30px;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick.round-divider .pick-divider {
  transform: rotate(-90deg);
  width: 200px;
  text-align: center;
  transform-origin: 99px 100px;
  line-height: 30px;
  font-size: 18px;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick .pick-number {
  margin: 6px 0;
  height: 25px;
  line-height: 25px;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick .pick-number:not(.current-pick) {
  font-size: 18px;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick .pick-logo {
  height: 80px;
  width: 80px;
  margin: 8px 0;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .pick .pick-club {
  white-space: normal;
  padding: 0 10px;
}
form.r4-draftday-club .r4-pick-ribbon .picks-wrapper .fade-element {
  width: 70px;
  height: 202px;
  background: linear-gradient(to right, transparent, #fff 85%);
  position: absolute;
  top: 0;
  right: 0;
}
form.r4-draftday-club .awaiting-approval {
  color: #b6b4b4;
}
form.r4-draftday-club .approved {
  color: #009c47;
}
form.r4-draftday-club .rejected {
  color: #c53a24;
}
form.r4-draftday-club .reselect {
  box-shadow: 0 1px 1px 0.5px #c2d2FF;
}
form.r4-draftday-club .current-pick-info {
  border: 1px solid #ddd;
}
form.r4-draftday-club .current-pick-info .selected-player-title {
  background-color: #f2f3f4;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 4px 0;
}
form.r4-draftday-club .current-pick-info.player-selected {
  border: 1px solid #afcae1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
form.r4-draftday-club .current-pick-info table {
  width: 100%;
}
form.r4-draftday-club .current-pick-info table th {
  padding: 12px 6px 2px 6px;
  color: #999;
  font-weight: 200;
  font-style: normal;
  font-size: 12px !important;
}
form.r4-draftday-club .current-pick-info table th:nth-child(1) {
  width: 70px;
}
form.r4-draftday-club .current-pick-info table th:nth-child(3) {
  width: 75px;
}
form.r4-draftday-club .current-pick-info table th:nth-child(6) {
  width: 45px;
}
form.r4-draftday-club .current-pick-info table td {
  padding: 6px;
  padding-top: 2px;
  vertical-align: top;
  font-size: 16px !important;
  height: 60px;
}
form.r4-draftday-club .draft-buttons {
  margin: 12px 0;
}
form.r4-draftday-club .subsection {
  margin-top: 24px;
}
form.r4-draftday-club .subsection .subsection-buttons {
  float: right;
  margin-top: -10px;
}
form.r4-draftday-club .table-wrapper .grid {
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
form.r4-draftday-club .table-wrapper .ui-grid-header-cell-label {
  font-weight: normal;
}
form.r4-draftday-club .table-wrapper.disabled .grid {
  background-color: #f2f3f4;
}
form.r4-draftday-club .table-wrapper.disabled .ui-grid-header-cell-label {
  color: #9a9a9a;
}
form.r4-draftday-club .table-wrapper .picked {
  background: transparent url('../images/graystrike.png') 0 50% repeat-x;
  color: #bbb;
}
form.r4-draftday-club .table-wrapper .submitted {
  color: #bbb;
}
form.r4-draftday-club .table-wrapper .btn-ebis-toggle-wrapper span {
  vertical-align: middle;
}
form.r4-draftday-club .table-wrapper .btn-ebis-toggle-wrapper span.disabled {
  color: #c9c9c9;
}
form.r4-draftday-club .table-wrapper .btn-ebis-toggle-wrapper .btn-ebis-toggle {
  margin-left: 6px;
}
form.r4-draftday-club .table-wrapper .sort-col {
  background-color: #f2f3f4;
}
form.r4-draftday-club .avail-player-search-wrapper {
  width: 300px;
  float: left;
  position: relative;
}
form.r4-draftday-club .avail-player-search-wrapper .form-control[disabled] {
  border: 1px solid #c9c9c9;
  background-color: #f2f3f4;
  opacity: 0.65;
  color: #9a9a9a;
  font-style: italic;
  padding: 4px 6px;
}
form.r4-draftday-club .avail-player-search-wrapper .ebis-text-input-close-btn {
  position: absolute;
  right: 6px;
  top: 4px;
}
form.r4-draftday-club .ui-grid-cell-contents {
  position: relative;
}
form.r4-draftday-club .ui-grid-cell-contents .missing-consent-click {
  position: absolute;
  right: 4px;
  cursor: pointer !important;
}
form.r4-draftday-club .pick-queue-table .drop-target {
  margin: -4px -4px 8px -4px;
}
form.r4-draftday-club .pick-queue-table table {
  width: 100%;
  border: 0;
}
form.r4-draftday-club .pick-queue-table th {
  height: 25px;
  font-weight: 400;
  border-bottom: 0;
  padding: 0 6px;
  vertical-align: middle;
}
form.r4-draftday-club .pick-queue-table td {
  border-top: 0;
  cursor: pointer;
  height: 31px;
}
form.r4-draftday-club .pick-queue-table tbody {
  display: block;
  height: 265px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-top: 0;
}
form.r4-draftday-club .pick-queue-table thead {
  border: 1px solid #ddd;
}
form.r4-draftday-club .pick-queue-table thead,
form.r4-draftday-club .pick-queue-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
form.r4-draftday-club .pick-queue-table tr.highlighted td {
  background-color: #E1E9F2;
}
form.r4-draftday-club .pick-queue-table .drop-target-row:not(.active) {
  display: none;
}
form.r4-draftday-club .pick-queue-table .drop-target-row td {
  height: 36px;
  background-color: #afcae1;
}
.consent-popover .popover-inner {
  padding: 8px;
}
.mock-mode.form-header {
  background: #fbf8ca;
  border: 2px dashed #ffcc00;
  border-bottom: none;
}
.mock-mode.r4-draft-display-form {
  border: 2px dashed #ffcc00;
}
.mock-mode.arrow .line {
  background-color: black;
}
.r4-draft-display-form.mock-mode {
  border: 2px dashed #ffcc00;
}
.r4-draft-display-form .current-pick-info {
  border: 1px solid #ddd;
}
.r4-draft-display-form .current-pick-info table {
  width: 100%;
}
.r4-draft-display-form .current-pick-info table th {
  padding: 12px 6px 2px 6px;
  color: #999;
  font-weight: 200;
  font-style: normal;
  font-size: 12px !important;
}
.r4-draft-display-form .current-pick-info table th:nth-child(1) {
  width: 60px;
}
.r4-draft-display-form .current-pick-info table th:nth-child(3) {
  width: 70px;
}
.r4-draft-display-form .current-pick-info table th:nth-child(5) {
  width: 40px;
}
.r4-draft-display-form .current-pick-info table th:nth-child(8) {
  width: 45px;
}
.r4-draft-display-form .current-pick-info table td {
  padding: 6px;
  padding-top: 2px;
  vertical-align: top;
  font-size: 16px !important;
  height: 60px;
}
.r4-draft-display-form .form-control[disabled] {
  border: 1px solid #c9c9c9;
  background-color: #f2f3f4;
  opacity: 0.65;
  color: #9a9a9a;
  font-style: italic;
}
.r4-draft-display-form .subsection {
  margin-top: 24px;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper {
  float: left;
  width: 110px;
  margin-right: 6px;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper.org-dropdown {
  width: 180px;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper .ui-select-toggle {
  padding: 4px 6px;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled] .caret {
  display: block;
  color: #bbb;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled]:hover {
  background-color: #f2f3f4;
}
.r4-draft-display-form .selections-dropdowns .selection-wrapper .ui-select-match-text {
  margin-top: 0;
}
.r4-draft-display-form .table-wrapper .grid {
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.r4-draft-display-form .table-wrapper .ui-grid-header-cell-label {
  font-weight: normal;
  color: #000;
}
.r4-draft-display-form .table-wrapper .ui-grid-filter-container {
  display: none!important;
}
.r4-draft-display-form .table-wrapper.disabled .grid {
  background-color: #f2f3f4;
}
.r4-draft-display-form .table-wrapper.disabled .ui-grid-header-cell-label {
  color: #9a9a9a;
}
.r4-draft-display-form .selections-table {
  width: 100%;
  margin-top: 12px;
}
.mock-mode.form-header {
  background: #fbf8ca;
  border: 2px dashed #ffcc00;
  border-bottom: none;
}
.mock-mode.r4-draft-display-form {
  border: 2px dashed #ffcc00;
}
.mock-mode.arrow .line {
  background-color: black;
}
.r4-commissioners-editor .year-buttons {
  padding-top: 16px;
}
.r4-commissioners-editor .combinations-table {
  width: 100%;
  margin: 12px 0;
  border: 0;
}
.r4-commissioners-editor .combinations-table tbody {
  display: block;
  height: 264px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-top: 0;
}
.r4-commissioners-editor .combinations-table tbody td {
  border-top: 0;
}
.r4-commissioners-editor .combinations-table thead {
  border: 1px solid #ddd;
}
.r4-commissioners-editor .combinations-table thead th {
  overflow-x: hidden;
  border-bottom: 0;
}
.r4-commissioners-editor .combinations-table td.trash,
.r4-commissioners-editor .combinations-table th.trash {
  width: 30px;
}
.r4-commissioners-editor .combinations-table td.pencil,
.r4-commissioners-editor .combinations-table th.pencil {
  width: 30px;
}
.r4-commissioners-editor .combinations-table td.round,
.r4-commissioners-editor .combinations-table th.round {
  width: 80px;
}
.r4-commissioners-editor .combinations-table td.pick,
.r4-commissioners-editor .combinations-table th.pick {
  width: 60px;
}
.r4-commissioners-editor .combinations-table td.pass,
.r4-commissioners-editor .combinations-table th.pass {
  width: 70px;
}
.r4-commissioners-editor .combinations-table td.school,
.r4-commissioners-editor .combinations-table th.school {
  width: 70px;
}
.r4-commissioners-editor .combinations-table td.in-attendance,
.r4-commissioners-editor .combinations-table th.in-attendance {
  width: 140px;
}
.r4-commissioners-editor .combinations-table .fa-trash.disabled {
  color: #dddddd;
}
.r4-commissioners-editor .combinations-table .fa-pencil.disabled {
  color: #dddddd;
}
.r4-commissioners-editor .combinations-table .greenCheck {
  cursor: pointer !important;
}
.r4-commissioners-editor .combinations-table thead,
.r4-commissioners-editor .combinations-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.r4-commissioners-editor .combinations-table tr.highlighted td {
  background-color: #E1E9F2;
  border-right: 1px solid white;
}
.r4-commissioners-editor .combinations-table td .form-control[disabled] {
  cursor: default;
}
.r4-commissioners-editor .attendance-table {
  width: 100%;
  margin: 12px 0;
}
.r4-commissioners-editor .attendance-table .trash,
.r4-commissioners-editor .attendance-table .pencil {
  width: 30px;
}
.r4-commissioners-editor .commish-edit .editor {
  margin: 12px 0;
}
.r4-commissioners-editor .commish-edit .editor .editing-area {
  border: 1px solid #ddd;
  background-color: #f2f3f4;
  display: block;
  max-height: 294px;
  height: 294px;
  font-size: 14px;
  padding: 1em;
  overflow: scroll;
}
.r4-commissioners-editor .commish-edit .placeholder {
  width: 35%;
}
.r4-commissioners-editor .color-picker {
  width: 136px;
}
.r4-commissioners-editor .color-picker .color-title {
  font-weight: 600;
  margin: 0 5px;
}
.r4-commissioners-editor .color-picker .color-selected {
  height: 50px;
  border: 1px solid #000;
  margin: 10px 5px;
}
.r4-commissioners-editor .color-picker .color-options .color-border {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 2px;
  margin: 2px;
  float: left;
}
.r4-commissioners-editor .color-picker .color-options .color-border.selected {
  border-color: #000;
  background-color: #fbf8ca;
}
.r4-commissioners-editor .color-picker .color-options .color-inner {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  cursor: pointer;
}
.r4-commissioners-editor .color-picker .black {
  background-color: #000000;
}
.r4-commissioners-editor .color-picker .grey {
  background-color: #666666;
}
.r4-commissioners-editor .color-picker .white {
  background-color: #ffffff;
}
.r4-commissioners-editor .color-picker .blue {
  background-color: #0000CC;
}
.r4-commissioners-editor .color-picker .green {
  background-color: #006600;
}
.r4-commissioners-editor .color-picker .yellow {
  background-color: #FFFF00;
}
.r4-commissioners-editor .color-picker .red {
  background-color: #FF0000;
}
.r4-commissioners-editor .color-picker .purple {
  background-color: #990099;
}
.org-list-popover .popover-inner .popover-content {
  padding: 4px;
}
.org-list-cell {
  color: #024681;
  cursor: pointer;
}
.dapm-row.not-expanded .row-expansion {
  display: none;
}
.dapm-row.not-expanded .match-percent-cell .fa-minus-circle {
  display: none;
}
.dapm-row:not(.not-expanded) .match-percent-cell .fa-plus-circle {
  display: none;
}
.dapm-row .row-expansion .ui-grid-cell {
  border-right: 1px solid #f2f3f4 !important;
}
.dapm-row .row-expansion .ui-grid-cell-contents {
  background-color: #f2f3f4;
  box-shadow: 0 2px 0 inset rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .dom-player-merge-modal-window .modal-dialog {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .dom-player-merge-modal-window .modal-dialog {
    width: auto;
  }
  .player-merge-table {
    width: 100%;
  }
}
.merge-org-list-popover {
  z-index: 2000;
}
.dom-player-merge-modal-window .leftcol {
  background-color: #f2f3f4 !important;
  width: 100px !important;
}
.dapm-popover-content-inner {
  padding: 9px 14px;
}
.dapm-popover-content-inner ul {
  list-style-type: none;
  padding: 0;
}
.dapm-popover-content-inner ul a {
  color: #333333;
  cursor: pointer;
  line-height: 30px;
}
.text-input-edit-mode {
  height: 23px!important;
  margin-top: 3px!important;
  width: 190px !important;
}
.grid-text-field {
  padding-left: 12px!important;
}
.text-input-edit-mode {
  height: 23px!important;
  margin-top: 3px!important;
  width: 190px !important;
}
.grid-text-field {
  padding-left: 12px!important;
}
.org-connectivity-holder {
  margin: 5px;
  height: 61px;
}
.org-connectivity-holder.connected {
  border: 1px solid #afcae1;
  cursor: pointer;
}
.org-connectivity-holder.connected .org-img-holder {
  border-right: 1px solid #afcae1;
}
.org-connectivity-holder.disconnected {
  background-color: #f2f3f4;
  border: 1px solid #c9c9c9;
}
.org-connectivity-holder.disconnected .org-img-holder {
  border-right: 1px solid #c9c9c9;
}
.org-connectivity-holder .org-connectivity-content {
  height: 5px;
  padding: 5px;
  float: left;
}
.org-connectivity-holder .org-connectivity-content .org-name {
  margin-top: 5px;
  font-size: 14px;
  color: #00549d;
}
.org-connectivity-holder .org-connectivity-content .connected-submitter-text {
  color: #00a651;
  font-size: 10px;
}
.org-connectivity-holder .org-connectivity-content .connected-submitter-text-red {
  color: #d42307;
  font-size: 10px;
}
.org-connectivity-holder .org-connectivity-content .connected-viewer-text {
  color: #000;
  font-size: 10px;
}
.org-connectivity-holder .org-connectivity-content .disconnected-text {
  color: #d42307;
  font-size: 10px;
}
.org-connectivity-holder .org-connectivity-content-right {
  float: right;
  padding: 5px;
  font-size: 12px;
  color: #00549d;
  margin-top: 5px;
}
.org-connectivity-holder .org-connectivity-content-right .approaching {
  color: #ff9900;
  font-weight: 700;
}
.org-connectivity-holder .org-img-holder {
  height: 60px;
  width: 60px;
  margin-right: 5px;
  float: left;
}
.org-connectivity-holder .org-img-holder .org-img {
  margin-left: 5px;
  margin-top: 5px;
  height: 50px;
  width: 50px;
  text-align: center;
}
.connectivity-details-table-holder {
  overflow-y: scroll;
  height: 250px;
  width: 100%;
}
.ippForm .location-frequency {
  width: 100px !important;
}
.ippForm .location-duration {
  width: 100px !important;
  display: inline-block;
}
.ippForm .radio-select span {
  margin-right: 10px;
}
.ippForm .radio-select span input {
  margin-right: 2px;
}
.ippForm .new-trainer-agent {
  font-weight: 400;
  cursor: pointer;
}
.file-attachments-origin {
  padding-bottom: 24px;
}
.former-player-ids {
  color: #bbbbbb;
}
.overflow-ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden;
}
@media (max-device-width: 768px) {
  .overflow-break-line {
    height: auto !important;
    line-height: normal !important;
    word-wrap: break-word;
    white-space: normal !important;
  }
}
.country-select-radio {
  padding-right: 12px;
  padding-left: 6px;
}
.country-radio-wrapper {
  padding-left: 0;
}
.sys-form-country-popover .popover-inner .popover-content div {
  padding: 9px 14px;
}
.new-scouting-form .form-main {
  min-height: 130px;
}
.new-scouting-form .dropdown-fix {
  position: absolute;
}
.scouting-report-header {
  margin-top: 90px;
}
.new-trainer-agent {
  font-weight: 400;
  cursor: pointer;
}
.player-eval-table {
  border: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .player-eval-table .comments-col {
    display: none;
  }
  .player-eval-table .comments-row {
    height: 60px;
    padding-bottom: 12px !important;
  }
  .player-eval-table .comments-row .player-eval-comments {
    height: 60px;
  }
}
@media (min-width: 769px) {
  .player-eval-table .comments-row {
    display: none;
  }
}
.player-eval-table .player-eval-comments-wrapper {
  padding-bottom: 24px !important;
}
.player-eval-table thead {
  border: 0 !important;
}
.player-eval-table thead th {
  border: 0 !important;
  background-color: #FFF;
  padding: 2px !important;
}
.player-eval-table thead th.value-column {
  width: 60px;
}
.player-eval-table thead th.value-column label {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 20%;
}
.player-eval-table thead th.label-column {
  width: 150px;
}
.player-eval-table thead th.velocity-column {
  width: 80px;
}
.player-eval-table thead th.to-column {
  width: 20px;
}
.player-eval-table tbody {
  border: 0;
}
.player-eval-table tbody td {
  border: 0 !important;
  padding: 2px !important;
}
.player-eval-table tbody td input[disabled] {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding-left: 6px;
}
.other-pitch .ui-select-bootstrap .ui-select-match-text span {
  width: auto !important;
}
.pitch-info-required {
  position: absolute;
}
.scouting-create-new-form {
  padding-top: 12px;
}
.dialy-report-add-player-btn {
  margin-top: 18px;
}
.daily-report-player-text-field .label-wrapper label {
  color: #999;
  font-weight: 100;
  font-size: 11px;
}
.player-field-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.daily-report-player-group {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
  height: 22px;
}
.daily-report-player-group .bats-throws {
  font-size: 11px;
}
.daily-report-player-group .player-weight-input {
  width: 80%;
  display: inline-block;
}
.daily-report-player-group .input-group-addon {
  padding: 6px 1px 5px 1px !important;
}
.daily-report-player-group .label-wrapper {
  width: 50%;
  max-width: 120px;
  display: inline-block;
  text-align: right;
}
.daily-report-player-group .label-wrapper label {
  float: right;
  color: #999;
  font-weight: 100;
  font-size: 11px;
  padding-right: 5px;
}
@media (max-width: 469px) {
  .daily-report-player-group .data-field {
    width: 50%;
  }
}
@media (min-width: 470px) {
  .daily-report-player-group .data-field {
    width: 58%;
  }
}
@media (min-width: 584px) {
  .daily-report-player-group .data-field {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .daily-report-player-group .data-field {
    width: 60%;
  }
}
@media (min-width: 781px) {
  .daily-report-player-group .data-field {
    width: 61%;
  }
}
@media (min-width: 900px) {
  .daily-report-player-group .data-field {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .daily-report-player-group .data-field {
    width: 50%;
  }
}
@media (min-width: 1208px) {
  .daily-report-player-group .data-field {
    width: 59%;
  }
}
@media (min-width: 1455px) {
  .daily-report-player-group .data-field {
    width: 68%;
  }
}
@media (min-width: 1616px) {
  .daily-report-player-group .data-field {
    width: 72%;
  }
}
.daily-report-player-group .data-field {
  display: inline !important;
  float: right;
}
.daily-report-player-group .data-field .separated-selects {
  overflow: hidden;
}
.daily-report-player-group .data-field .separated-selects .bats-throws-field {
  display: inline-block;
  width: 46%;
}
.daily-report-player-group .data-field .separated-selects .bats-throws-field .ui-select-container {
  width: 100%;
}
.daily-report-player-group .data-field .separated-selects .ui-select-container {
  float: left;
}
.daily-report-player-group .data-field .separated-selects .ui-select-container * .ui-select-match-text {
  padding: 0px;
}
.daily-report-player-group .data-field .separated-selects .select-separator {
  float: left;
}
.daily-report-player-group .data-field .ui-select-toggle {
  font-size: 11px;
  height: 20px;
}
.daily-report-player-group .data-field input {
  height: 20px;
  font-size: 11px;
}
.daily-report-player-group .data-field .ebis-datepicker .input-group-btn button {
  height: 20px;
}
.daily-report-player-group .data-field .ebis-datepicker .input-group-btn .fa-calendar {
  position: relative;
  bottom: 3px;
}
.feed-modal .modal-content {
  width: 700px;
}
.user-accounts-form .subtitle {
  border-bottom: 1px solid #dedede;
  padding-left: 24px;
}
.user-accounts-form .info-circle-label {
  color: #FF8C00;
}
.user-accounts-form .user-details-wrapper {
  padding-top: 12px;
}
.user-accounts-form .user-details-wrapper .user-permission .panel-body .panel-title > a > span span {
  color: #00549d;
}
.user-accounts-form .user-details-wrapper .user-permission-view .panel-body .panel-title > a {
  cursor: default;
}
.user-accounts-form .user-details-wrapper .user-permission-view .text-muted {
  color: #000;
}
.user-accounts-form .user-details-wrapper .role-desc {
  padding: 0 0 12px 35px;
}
.user-accounts-form .user-accounts-table-wrapper .username:hover {
  cursor: pointer;
}
.user-accounts-form .user-permissions-wrapper .form-group {
  margin-bottom: 0;
  min-height: 20px;
}
.user-accounts-form .user-permissions-wrapper .form-group label {
  font-weight: 300;
}
.user-accounts-form .row-spacer-lg {
  margin-bottom: 20px;
}
.user-accounts-form .row-spacer-sm {
  margin-bottom: 6px;
}
.user-accounts-form .fa.fa-download {
  font-size: 15px;
}
.user-accounts-feature-table .feature-disabled {
  color: #bbb;
}
.user-accounts-feature-table .selections-dropdowns .selection-wrapper {
  float: left;
  width: 300px;
  margin-right: 6px;
}
.user-accounts-feature-table .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled] {
  background-color: #f2f3f4;
  padding-left: 6px;
  color: #bbb;
}
.user-accounts-feature-table .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled] .caret {
  display: block;
  color: #bbb;
}
.user-accounts-feature-table .selections-dropdowns .selection-wrapper .ui-select-toggle[disabled]:hover {
  background-color: #f2f3f4;
}
.user-accounts-feature-table .selections-dropdowns .selection-wrapper .ui-select-match-text {
  margin-top: 0;
}
/**
 * Pages
 */
.layout-static-header-mj-contract .status-indicator {
  height: auto;
  margin: 7px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .layout-static-header-mj-contract .status-indicator {
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.layout-static-header-mj-contract .status-bar {
  height: 7px;
  background-color: #DEE3E6;
  border: 1px solid #F2F3F4;
  margin-top: -8px;
}
.layout-static-header-mj-contract .indicator-box {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .layout-static-header-mj-contract .indicator-box {
    margin-top: -35px;
  }
}
.layout-static-header-mj-contract .indicator-box.five-base {
  width: 19%;
}
.layout-static-header-mj-contract .base {
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .layout-static-header-mj-contract .base {
    height: 10px;
    width: 10px;
  }
}
.layout-static-header-mj-contract .base.red {
  background-color: #D52307;
  border: 1px solid #9B1702;
}
.layout-static-header-mj-contract .base.green {
  background-color: #00A651;
  border: 1px solid #015E2E;
}
.layout-static-header-mj-contract .base.gray {
  background-color: #555;
  border: 1px solid #000;
}
.layout-static-header-mj-contract .base.black {
  background-color: #000;
  border: 1px solid #000;
}
.layout-static-header-mj-contract .progress-step-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 6px;
  color: #BBB;
}
@media (max-width: 767px) {
  .layout-static-header-mj-contract .progress-step-text {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.layout-static-header-mj-contract .progress-step-text.active {
  color: #000;
}
.layout-static-header-mj-contract .status-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  margin-top: 3px;
  line-height: 13px;
}
.layout-static-header-mj-contract .status-text.red {
  color: #D52307;
}
.layout-static-header-mj-contract .status-text.green {
  color: #00A651;
}
.layout-static-header-mj-contract .status-text.gray {
  color: #555;
}
.layout-static-header-mj-contract .status-text.black {
  color: #000;
}
@media (max-width: 767px) {
  .layout-static-header-mj-contract .status-text {
    background-color: #fff;
    padding: 6px;
    border: 1px solid #c9c9c9;
    margin: 0 24px;
  }
}
#aav-header {
  float: right;
}
.table-maximums {
  margin-bottom: 12px;
}
.table-footer-buttons {
  float: right;
}
.maximums-group-cell {
  width: 40%;
}
.maximums-group-cell-div {
  display: flex;
}
.maximums-group-field {
  width: 92%;
}
.maximum-amount-cell {
  width: 37.5%;
}
.maximum-amount-cell-div {
  display: flex;
}
.maximums-amount-flag-field {
  width: 8%;
}
.maximums-amount-field {
  width: 92%;
}
.or-spacer-cell {
  width: 5%;
}
.largest-clause-radio-cell {
  width: 15%;
}
.largest-clause-radio-field {
  width: 10%;
}
.delete-row-cell {
  width: 2.5%;
}
.maximums-table-radio-btn {
  margin: 0px !important;
}
.effective-date-from {
  padding-left: 0;
  padding-right: 0;
  width: 45%;
  float: left;
}
.effective-date-divider {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2.8%;
  width: 10%;
  float: left;
  text-align: center;
}
.effective-date-to {
  padding-left: 0;
  padding-right: 0;
  width: 45%;
  float: left;
}
.no-trade-padding {
  padding-left: 12px;
}
.no-trade-clause-types {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 10%;
  height: 15px;
}
.payroll-add-player-modal .subsection {
  padding-left: 17px;
  padding-right: 17px;
}
.assignment-bonuses .assignment-bonuses-clubs .ui-select-multiple.ui-select-bootstrap[disabled] {
  min-height: 26px !important;
  height: auto !important;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
}
.assignment-bonuses .assignment-bonuses-clubs .btn[disabled] {
  color: #00549d;
  background-color: #fff;
}
.assignment-bonuses .assignment-bonus-all-teams {
  margin-top: -39px;
  margin-left: 30px;
}
.assignment-bonuses .assignment-bonus-pay-sch-btn {
  padding-top: 19px;
  padding-left: 0px;
}
.assignment-bonuses .included-bonuses {
  padding-top: 12px;
}
.assignment-bonuses .ui-select-multiple.ui-select-bootstrap[disabled] {
  height: 26px !important;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
}
.assignment-bonuses .bonus-escalator-flag {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .assignment-bonuses .if-earned-flag {
    padding-left: 7px;
  }
}
.charitable-contributions .radio-button {
  float: left;
}
.charitable-contributions .radio-button-label {
  padding-left: 24px;
}
.charitable-contributions .radio-button-row {
  padding-left: 26px;
  margin-bottom: 12px;
}
.charitable-contributions .charitable-cont-years {
  padding-left: 13px;
  padding-right: 24px;
}
.charitable-contributions .charitable-cont-years .charitable-cont-years-cell {
  padding-bottom: 12px;
}
.view-guidelines-cell {
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .view-guidelines-cell {
    float: right;
    margin-right: 24px;
  }
}
span.text-muted .view-guidelines {
  font-size: 12px;
  font-weight: 600;
  color: #bbbbbb;
}
span:not(.text-muted) .view-guidelines {
  font-size: 12px;
  font-weight: 600;
}
.lang-mgmt-link {
  font-family: 'Helvetica';
  font-weight: 400;
}
.standard-language-view {
  background-color: #f2f3f4;
  border: 1px solid #dddddd;
  padding: 12px;
  overflow-y: auto;
}
.payments-view-button {
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.payment-parameters {
  padding-top: 10px;
}
.payments-search .row {
  margin-left: -12px;
  margin-right: 0px;
}
.payments-schedule-none {
  text-align: center;
}
.payments-schedule-summary {
  padding-left: 12px;
  padding-right: 12px;
}
.payments-schedule-row {
  padding-left: 12px;
  padding-right: 12px;
}
.payments-schedule-summary-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.payments-schedule-summary-title {
  padding-right: 0px;
  text-align: left;
  font-weight: bold;
}
.payments-schedule-payments {
  padding-left: 0px;
}
.payments-add-payment-button {
  float: right;
  margin-top: 10px;
}
.payments-calculate-numeric {
  padding: 0px;
}
.payments-calculate-numeric-number-div {
  padding: 0px;
  float: left;
}
.payments-button-div {
  padding: 0px;
  float: right;
}
.payments-button-div button {
  padding: 0px;
}
.pv-button-div {
  padding: 0px;
  float: right;
}
.pv-button-div button {
  padding: 0px;
}
@media all and (min-width: 992px) {
  .payments-schedule-summary-inner .row .col-md-6:last-child {
    text-align: right;
  }
  .payments-schedule-summary-date {
    padding-left: 0px;
  }
}
@media all and (max-width: 991px) {
  .payment-schedule-payments {
    padding-left: 12px;
  }
  .payments-schedule-summary-date {
    padding-left: 24px;
  }
}
.payroll-report-table-container {
  margin-bottom: 12px;
  overflow-x: auto;
  border-left: 1px solid #c9c9c9;
}
.payroll-report-table-container .top-left {
  width: 150px;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-bottom-width: 0px;
}
.payroll-report-table-container .top-left table {
  border-bottom-width: 0px;
  width: 100%;
  border-left: 0;
}
.payroll-report-table-container .top-left table thead {
  border-left: 0;
}
.payroll-report-table-container .top-right {
  overflow-x: hidden;
  border-bottom-width: 0px;
}
.payroll-report-table-container .top-right table th,
.payroll-report-table-container .top-right table td,
.payroll-report-table-container .top-right table thead,
.payroll-report-table-container .top-right table tbody,
.payroll-report-table-container .top-right table tr {
  border-bottom-width: 0px;
}
.payroll-report-table-container .bottom-left {
  width: 150px;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-left-width: 0px;
  border-top-width: 0px;
}
.payroll-report-table-container .bottom-left table {
  width: 100%;
  border-left-width: 0px;
  border-top-width: 0px;
}
.payroll-report-table-container .bottom-left table th,
.payroll-report-table-container .bottom-left table td,
.payroll-report-table-container .bottom-left table thead,
.payroll-report-table-container .bottom-left table tbody,
.payroll-report-table-container .bottom-left table tr {
  border-left-width: 0px;
  border-top-width: 0px;
}
.payroll-report-table-container .bottom-right {
  overflow: auto;
  white-space: nowrap;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}
.payroll-report-table-container .bottom-right table {
  border: 0;
}
.payroll-report-table-container .bottom-right table th,
.payroll-report-table-container .bottom-right table td,
.payroll-report-table-container .bottom-right table thead,
.payroll-report-table-container .bottom-right table tbody,
.payroll-report-table-container .bottom-right table tr {
  border-top-width: 0px;
}
.payroll-report-table-container .bottom-right table th:first-child,
.payroll-report-table-container .bottom-right table td:first-child,
.payroll-report-table-container .bottom-right table thead:first-child,
.payroll-report-table-container .bottom-right table tbody:first-child,
.payroll-report-table-container .bottom-right table tr:first-child {
  border-left: 0;
}
.payroll-report-table-container .bottom-right table th:last-child,
.payroll-report-table-container .bottom-right table td:last-child,
.payroll-report-table-container .bottom-right table thead:last-child,
.payroll-report-table-container .bottom-right table tbody:last-child,
.payroll-report-table-container .bottom-right table tr:last-child {
  border-right: 0;
}
.payroll-report-table-container .scrollable-body {
  max-height: 200px;
  overflow-y: auto;
  clear: both;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.payroll-report-table-container .payroll-report-scrollable-body {
  max-height: 300px;
  overflow-y: auto;
  clear: both;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.payroll-report-table-container .no-results {
  margin-left: 24px;
}
.payroll-report-table-container .shadow {
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.payroll-report-table-container .payroll-report-table tr {
  height: 33px;
  min-height: 33px;
}
.payroll-report-table-container .payroll-report-table th.player-col,
.payroll-report-table-container .payroll-report-table td.player-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.payroll-report-table-container .payroll-report-table th.player-col .player-name-div,
.payroll-report-table-container .payroll-report-table td.player-col .player-name-div {
  max-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.payroll-report-table-container .payroll-report-table th.org-col,
.payroll-report-table-container .payroll-report-table td.org-col {
  width: 43px;
  min-width: 43px;
}
.payroll-report-table-container .payroll-report-table th.mls-col,
.payroll-report-table-container .payroll-report-table td.mls-col {
  width: 55px;
  min-width: 55px;
}
.payroll-report-table-container .payroll-report-table th.cbt-base-wages,
.payroll-report-table-container .payroll-report-table th.lrd-base-wages,
.payroll-report-table-container .payroll-report-table td.cbt-base-wages,
.payroll-report-table-container .payroll-report-table td.lrd-base-wages {
  width: 119px;
  min-width: 119px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.non-cash,
.payroll-report-table-container .payroll-report-table td.non-cash {
  width: 115px;
  min-width: 115px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.earned-bonuses,
.payroll-report-table-container .payroll-report-table td.earned-bonuses {
  width: 116px;
  min-width: 116px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.cbt-total,
.payroll-report-table-container .payroll-report-table td.cbt-total,
.payroll-report-table-container .payroll-report-table th.lrd-total,
.payroll-report-table-container .payroll-report-table td.lrd-total {
  width: 121px;
  min-width: 121px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.wage-type,
.payroll-report-table-container .payroll-report-table td.wage-type {
  width: 160px;
  min-width: 160px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.sign-bonus,
.payroll-report-table-container .payroll-report-table td.sign-bonus {
  width: 107px;
  min-width: 107px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.currency-col,
.payroll-report-table-container .payroll-report-table td.currency-col {
  width: 100px;
  min-width: 100px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.flag-col,
.payroll-report-table-container .payroll-report-table td.flag-col,
.payroll-report-table-container .payroll-report-table th.select-col,
.payroll-report-table-container .payroll-report-table td.select-col {
  width: 30px;
  min-width: 30px;
  text-align: center;
}
.payroll-report-table-container .payroll-report-table th.arb-col,
.payroll-report-table-container .payroll-report-table td.arb-col {
  width: 140px;
  min-width: 140px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.pre-arb-col,
.payroll-report-table-container .payroll-report-table td.pre-arb-col {
  width: 120px;
  min-width: 120px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.total-col,
.payroll-report-table-container .payroll-report-table td.total-col {
  width: 125px;
  min-width: 125px;
  text-align: right;
}
.payroll-report-table-container .payroll-report-table th.manual-change-col {
  width: 130px;
  min-width: 130px;
}
.payroll-report-table-container .payroll-report-table td.manual-change-col {
  width: 130px;
  min-width: 130px;
  text-align: center;
}
.payroll-report-table-container .payroll-report-table td.gua-col,
.payroll-report-table-container .payroll-report-table th.gua-col {
  width: 100px;
  min-width: 100px;
  text-align: center;
}
.payroll-report-table-container .payroll-report-table .gua-col .ui-grid-cell-contents,
.payroll-report-table-container .payroll-report-table .flag-col .ui-grid-cell-contents {
  padding: 2px 0 0 0;
}
.payroll-report-table-container .payroll-report-table th.trash-col {
  width: 62px;
  min-width: 62px;
}
.payroll-report-table-container .payroll-report-table td.trash-col {
  width: 62px;
  min-width: 62px;
  text-align: center;
}
.payroll-report-table-container .payroll-report-table th.scrollbar-col {
  width: 17px;
  max-width: 17px;
}
.payroll-report-table-container .payroll-report-table th.scrollbar-forecast-col {
  width: 11px;
  max-width: 11px;
}
.payroll-report-table-container .payroll-report-table .deleted-cell {
  color: #C9C9C9 !important;
}
.payroll-report-table-container .payroll-report-table .deleted-cell input,
.payroll-report-table-container .payroll-report-table .deleted-cell a {
  color: #C9C9C9 !important;
}
.payroll-report-table-container .payroll-report-table .deleted-flag {
  color: #000;
}
.payroll-report-table-container .payroll-report-table .currency-cell {
  text-align: right;
}
.payroll-report-table-container .payroll-report-table input {
  height: 25px;
}
.payroll-report-table-container .payroll-report-table input.changed-col {
  color: orange;
}
.payroll-report-table-container .payroll-report-table th.scroll-placeholder {
  height: 17px;
}
.payroll-forecast-table-container .top-left {
  width: 180px;
}
.payroll-forecast-table-container .bottom-left {
  width: 180px;
}
.payroll-forecast-table-container .top-right {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
}
.payroll-forecast-table-container .top-right::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.payroll-forecast-table-container .bottom-right {
  overflow-x: auto;
}
.payroll-forecast-table-container .bottom-right::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.payroll-forecast-table-container .bottom-scroll {
  overflow-x: auto;
  margin-left: 180px;
  height: 11px;
}
.payroll-forecast-table-container .bottom-scroll div {
  height: 1px;
}
.payroll-forecast-table-container .col-correction {
  visiblility: false;
  width: 10px;
  height: 26px;
}
.payroll-forecast-table-container .payroll-report-table input {
  height: 17px;
}
.payroll-forecast-table-container .payroll-report-table th.manual-change-col {
  width: 130px;
  min-width: 130px;
  text-align: center;
}
.payroll-forecast-table-container .payroll-report-table td.manual-change-col {
  border-right: 0;
}
.payroll-forecast-table-container .payroll-report-table th.trash-col,
.payroll-forecast-table-container .payroll-report-table td.trash-col {
  width: 30px;
  min-width: 30px;
  text-align: center;
  border-right: 0;
}
.payroll-forecast-table-container .payroll-report-table th.trash-col {
  width: 38px;
}
.payroll-forecast-table-container .payroll-report-table td.scroll-bar-forecast-col {
  border-left: 0;
  min-width: 13px;
}
.payroll-forecast-table-container .payroll-report-table tr.deleted-row {
  color: #C9C9C9 !important;
}
.payroll-forecast-table-container .payroll-report-table tr.deleted-row td input,
.payroll-forecast-table-container .payroll-report-table tr.deleted-row td a {
  color: #C9C9C9 !important;
}
.as-of-date-row,
.comments-row,
.payroll-report-row {
  margin-right: 0px;
}
.mjc-season-days .left {
  width: 185px;
  float: left;
  display: inline-block;
  position: relative;
}
.mjc-season-days .left th {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.mjc-season-days .right {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: auto;
  white-space: nowrap;
  margin-right: 24px;
}
.mjc-season-days .no-pad {
  padding-right: 0;
}
.mjc-cbt-lrd .left {
  width: 221px;
  float: left;
  display: inline-block;
  position: relative;
}
.mjc-cbt-lrd .left th {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.mjc-cbt-lrd .right {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: auto;
  white-space: nowrap;
  margin-right: 0;
}
.mjc-cbt-lrd .cbt-lrd-row {
  margin-right: 0px;
}
.mjc-cbt-lrd .table-padding {
  padding-right: 24px;
}
.mjc-cbt-lrd .double-indent {
  text-indent: 50px !important;
}
.mjc-add-settings .percent-addon {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.payroll-label-asterisk {
  display: inline;
}
.modified-div {
  line-height: 3;
}
.modified-div .modified-flag {
  display: inline-block;
  vertical-align: middle;
}
.modified-div .modified-text {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.payroll-table-container {
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 0;
}
.payroll-table-container .shadow {
  z-index: 9999;
  -moz-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #bbb;
}
.payroll-table-container .right-table-div {
  display: inline-block;
}
.payroll-table-container .right-table-div td,
.payroll-table-container .right-table-div th,
.payroll-table-container .right-table-div tr,
.payroll-table-container .right-table-div tbody,
.payroll-table-container .right-table-div thead,
.payroll-table-container .right-table-div table {
  border-left: none !important;
}
.payroll-table-container .closed-col {
  display: none !important;
}
.payroll-table-container .even {
  background-color: white;
}
.payroll-table-container .odd {
  background-color: #f2f3f4;
}
.payroll-table-container i {
  cursor: pointer;
}
.payroll-table-container .payroll-table input {
  height: 20px;
}
.payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-container {
  padding-right: 6px;
  padding-top: 0px;
  margin-top: 0px;
  vertical-align: top;
}
.payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-lrd {
  color: #FF9900;
  float: right;
  line-height: 0.7;
  font-size: 12px;
}
.payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-season {
  color: #FF9900;
  float: right;
  line-height: 0.7;
  font-size: 12px;
  padding-bottom: 2px;
}
.payroll-table-container .payroll-table .modified-tbody input.modified {
  color: #FF9900;
}
.payroll-table-container .payroll-table td.no-border {
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.payroll-table-container .payroll-table td.first-row,
.payroll-table-container .payroll-table th.first-row {
  height: 34px;
  padding-top: 10px;
}
.payroll-table-container .payroll-table td {
  height: 24px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}
.payroll-table-container .payroll-table th {
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.payroll-table-container .payroll-table th.scroll-placeholder {
  height: 17px;
}
.payroll-table-container .payroll-table .fa {
  font-size: 16px;
}
.payroll-table-container .payroll-table th.col-header {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: none;
  border-top: none;
  text-align: center;
}
.payroll-table-container .payroll-table th.col-header span {
  font-weight: normal;
}
.payroll-table-container .payroll-table h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  display: inline;
  font-weight: 600;
}
.payroll-table-container .payroll-table .data-col {
  width: 150px;
  min-width: 150px;
}
.payroll-table-container .payroll-table .labels-col {
  width: 185px;
}
.payroll-table-container .payroll-table .no-bottom {
  border-bottom: none;
}
.payroll-table-container .payroll-table .no-top {
  border-top: none;
}
.payroll-table-container .payroll-table .cell {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.payroll-table-container .payroll-table .cell input {
  text-align: right;
}
.payroll-table-container .payroll-table .team-header,
.payroll-table-container .payroll-table .level-label {
  border-top: none;
  border-bottom: none;
  text-indent: 25px;
}
.payroll-table-container .payroll-table .misc-days-cell {
  border-top: none;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.payroll-table-container .payroll-table .level-header {
  border-top: none;
  padding-bottom: 0;
}
.payroll-table-container .payroll-table .last {
  border-top: none;
  border-right: 1px solid #c9c9c9;
}
.payroll-table-container .payroll-table .bold {
  font-weight: 600;
}
.payroll-forecast-footer {
  margin-left: 12px;
}
.payroll-forecast-footer div {
  width: 50%;
  float: left;
}
.payroll-forecast-footer .payroll-forecast-add-button {
  margin-right: 10px;
}
.options-section .table-responsive {
  margin-left: 24px;
  margin-right: 24px;
}
.payroll-forecast-cash-trans.table-bordered {
  border-left: none;
  border-right: none;
}
.payroll-forecast-cash-trans thead {
  border: none;
}
.payroll-forecast-cash-trans tbody {
  border: none;
}
.payroll-forecast-cash-trans tbody > tr:last-child:hover {
  background: none;
}
.payroll-forecast-cash-trans th {
  border-bottom: none !important;
}
.payroll-forecast-cash-trans th:first-child,
.payroll-forecast-cash-trans td:first-child {
  width: 75px;
  border-left: 1px solid #c9c9c9 !important;
}
.payroll-forecast-cash-trans th:nth-child(2),
.payroll-forecast-cash-trans td:nth-child(2) {
  width: 75px;
}
.payroll-forecast-cash-trans th:nth-child(3),
.payroll-forecast-cash-trans td:nth-child(3) {
  width: 120px;
}
.payroll-forecast-cash-trans th:nth-child(4),
.payroll-forecast-cash-trans td:nth-child(4) {
  width: 100px;
  text-align: right;
}
.payroll-forecast-cash-trans th:nth-child(5),
.payroll-forecast-cash-trans td:nth-child(5) {
  border-right: 1px solid #c9c9c9 !important;
}
.payroll-forecast-cash-trans th:nth-child(6),
.payroll-forecast-cash-trans td:nth-child(6) {
  min-width: 100px;
}
.payroll-forecast-cash-trans.edit-mode th:nth-child(5),
.payroll-forecast-cash-trans.edit-mode td:nth-child(5) {
  width: 100px;
  text-align: right;
  border-right: 0 !important;
}
.payroll-forecast-cash-trans th.trash-col,
.payroll-forecast-cash-trans td.trash-col {
  border-right: 1px solid #c9c9c9 !important;
  width: 30px;
  min-width: 30px;
  text-align: center;
}
.payroll-forecast-cash-trans .ui-select-bootstrap > .ui-select-match > .btn[disabled] {
  font-weight: 300;
}
.payroll-forecast-cash-trans .form-control[disabled] {
  font-weight: 300;
}
.player-loading {
  background-image: url(../loading.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
.pay-sch-total {
  text-align: right;
  margin-top: 2px;
}
.pay-sch-currency {
  min-width: 85px;
}
.form-overflow {
  overflow: visible !important;
}
.mjc-covenant-wrapper .ck-editor-padding {
  padding-left: 12px !important;
}
.adjusted-salary-override,
.valley-option-override {
  margin-left: 10px;
}
.adjusted-salary-override label,
.valley-option-override label {
  font-weight: 100;
}
.adjTerm {
  width: 60px;
}
.adjThreshold {
  width: 75px;
}
.bonus-package-panel .panel-heading {
  background-color: #E1E9F3;
  padding: 6px;
}
.bonus-package-panel .panel-body {
  background-color: #FFFFFF;
}
.bonus-package-panel .bonus-package-inner .panel-body {
  background-color: #F2F3F4;
}
/**
 * Deferred compensation styles
 */
.deferred-comp-wrapper {
  height: 348px;
  margin: 12px 0;
}
.deferred-comp-wrapper .scrollable-body {
  max-height: 300px;
  overflow-y: auto;
  clear: both;
}
.deferred-comp-wrapper .scrollable-body .table {
  border-top: 0;
  border-bottom: 0;
}
.deferred-comp-wrapper table {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
}
.deferred-comp-wrapper table:last-child {
  border-bottom: none;
}
.deferred-comp-wrapper table:last-child td {
  border-bottom: 1px solid #e6e7e8;
}
.deferred-comp-wrapper table tbody {
  border: 0;
}
.deferred-comp-wrapper table tr:last-child td {
  border-bottom: none;
}
.deferred-comp-wrapper table td {
  border-bottom: 1px solid #e6e7e8;
  line-height: 23px;
  height: 32px;
  vertical-align: top;
  padding: 3px 6px;
}
.deferred-comp-wrapper table td.payment-source-name {
  height: 96px;
  border-bottom: 1px solid #c9c9c9;
  white-space: normal;
}
.deferred-comp-wrapper table td.expanded {
  border-bottom: 1px solid #c9c9c9;
}
.deferred-comp-wrapper table.totals td {
  border-bottom: 1px solid #e6e7e8 !important;
}
.deferred-comp-wrapper table.totals tr:last-child td {
  border-bottom: none !important;
}
.deferred-comp-wrapper .table:first-child {
  margin-bottom: 0;
}
.deferred-comp-wrapper .table-cell {
  height: 33px !important;
}
.deferred-comp-wrapper .left {
  margin-bottom: 0;
  float: left;
  width: 645px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
}
.deferred-comp-wrapper .left .fa.fa-plus-circle,
.deferred-comp-wrapper .left .fa.fa-minus-circle {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.deferred-comp-wrapper .left .table-head:nth-child(5),
.deferred-comp-wrapper .left .table-head:nth-child(6) {
  text-align: right;
}
.deferred-comp-wrapper .left .table-cell {
  vertical-align: top !important;
  white-space: nowrap;
}
.deferred-comp-wrapper .left .table-cell:nth-child(5),
.deferred-comp-wrapper .left .table-cell:nth-child(6) {
  text-align: right;
}
.deferred-comp-wrapper .left .table-cell:last-child {
  font-weight: 600;
}
.deferred-comp-wrapper .left .table-cell.payment-source {
  padding: 0;
}
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(2) .table-cell:nth-child(6) {
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell {
  font-weight: 300;
}
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell:first-child,
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell:nth-child(2),
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell:nth-child(3),
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell:nth-child(4),
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row:nth-child(4) .table-cell:nth-child(5) {
  border-top: 2px solid #c9c9c9;
}
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row .table-cell:first-child,
.deferred-comp-wrapper .left .table-bordered > .table-footer > .table-row .table-cell:nth-child(2) {
  border-right: none;
}
.deferred-comp-wrapper .col-1 {
  width: 30px !important;
}
.deferred-comp-wrapper .col-1-footer {
  width: 30px !important;
}
.deferred-comp-wrapper .col-2 {
  width: 145px !important;
}
.deferred-comp-wrapper .col-3 {
  width: 40px !important;
}
.deferred-comp-wrapper .col-4 {
  width: 85px !important;
}
.deferred-comp-wrapper .col-4-footer {
  width: 270px !important;
}
.deferred-comp-wrapper .col-5 {
  width: 85px !important;
}
.deferred-comp-wrapper .col-6 {
  width: 100px !important;
}
.deferred-comp-wrapper .col-7 {
  width: 100px !important;
}
.deferred-comp-wrapper .col-8 {
  width: 60px !important;
}
.deferred-comp-wrapper .right {
  overflow-x: auto;
  overflow-y: hidden;
  border-right: 1px solid #c9c9c9;
  z-index: 1;
}
.deferred-comp-wrapper .right .table {
  border-left: none;
  border-right: none;
}
.deferred-comp-wrapper .right .table-head,
.deferred-comp-wrapper .right .table-cell {
  width: 85px;
}
.deferred-comp-wrapper .right .table-cell {
  text-align: right;
}
.deferred-comp-wrapper .right.top::-webkit-scrollbar,
.deferred-comp-wrapper .right.middle::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.deferred-comp-wrapper .right.middle .table-cell {
  padding: 0;
}
.deferred-comp-wrapper .right.middle .table-cell.expanded {
  border-bottom: 1px solid #e6e7e8;
}
.deferred-comp-wrapper .right.middle .table-cell table {
  table-layout: fixed;
  width: 100%;
}
.deferred-comp-wrapper .right.middle .table-cell table td {
  width: 85px !important;
  border-right: 1px solid #e6e7e8;
}
.deferred-comp-wrapper .right.middle .table-cell table td:last-child {
  border-right: none;
}
.deferred-comp-wrapper .right.middle .table-cell table td.expanded {
  padding: 0;
}
.deferred-comp-wrapper .right.middle .table-cell table td table td {
  line-height: 23px;
  height: 32px;
  padding: 3px 6px;
  border-right: 1px solid #e6e7e8 !important;
}
.deferred-comp-wrapper .right.middle .table-cell table td table tr:last-child td {
  /*border-bottom: none;*/
}
.deferred-comp-wrapper .table-bordered > .table-footer > .table-row > .table-cell {
  font-weight: 600;
  text-align: right;
}
.deferred-comp-exemptions.table-bordered {
  border: none;
}
.deferred-comp-exemptions.table-bordered > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #e6e7e8;
}
.deferred-comp-exemptions.table-bordered > tbody > tr > td:first-child {
  border-left: 1px solid #e6e7e8;
}
.deferred-comp-exemptions.table-bordered > tbody > tr > td:last-child {
  border-right: 1px solid #e6e7e8;
}
.deferred-comp-exemptions.table-bordered > tfoot {
  border-top: 1px solid #e6e7e8;
}
.deferred-comp-exemptions.table-bordered > tfoot > tr > th {
  border: none;
  text-align: right;
}
.as-of-date-left {
  padding-right: 0px;
}
.as-of-date-right {
  padding-left: 5px;
}
.year-input {
  border-right-width: 0px;
}
.year-button {
  padding: 0px;
}
/**
 * Payroll report utility
 */
.payroll-btn-container {
  float: right;
}
.payroll-cash-trans.table-bordered {
  border-left: none;
  border-right: none;
}
.payroll-cash-trans.scrollable-table th,
.payroll-cash-trans td {
  min-width: auto;
}
.payroll-cash-trans thead {
  border: none;
}
.payroll-cash-trans tbody {
  border: none;
}
.payroll-cash-trans tbody > tr:last-child:hover {
  background: none;
}
.payroll-cash-trans th {
  border-bottom: none !important;
}
.payroll-cash-trans .tx-date {
  float: left;
  width: 105px;
  margin-left: 5px;
}
.payroll-cash-trans th:first-child,
.payroll-cash-trans td:first-child {
  width: 75px;
  border-left: 1px solid #c9c9c9 !important;
}
.payroll-cash-trans th:nth-child(2),
.payroll-cash-trans td:nth-child(2) {
  width: 75px;
}
.payroll-cash-trans th:nth-child(3),
.payroll-cash-trans td:nth-child(3) {
  width: 140px;
}
.payroll-cash-trans th:nth-child(4),
.payroll-cash-trans td:nth-child(4) {
  width: 100px;
  min-width: 100px;
  text-align: right;
}
.payroll-cash-trans th:nth-child(5),
.payroll-cash-trans td:nth-child(5) {
  min-width: 100px;
  border-right: 1px solid #c9c9c9 !important;
}
.payroll-cash-trans.edit-mode th:nth-child(5),
.payroll-cash-trans.edit-mode td:nth-child(5) {
  width: 90px;
  border-right: 1px solid #e6e7e8 !important;
}
.payroll-cash-trans.edit-mode th:nth-child(6),
.payroll-cash-trans.edit-mode td:nth-child(6) {
  min-width: 100px;
}
.payroll-cash-trans.edit-mode th:nth-child(5) {
  border-right: none;
}
.payroll-cash-trans.edit-mode th:nth-child(7) {
  width: 28px;
  border-right: 1px solid #c9c9c9;
}
.payroll-cash-trans.edit-mode td:nth-child(7) {
  width: 14px !important;
  border-right: 1px solid #c9c9c9;
}
.cash-trans-table-footer {
  margin-top: 24px;
}
.cash-trans-table-footer div {
  width: 50%;
  float: left;
}
.cash-trans-table-footer div div {
  float: none;
}
.payroll-table-footer {
  width: 1516px;
}
.payroll-table-footer div {
  width: 50%;
  float: left;
}
.payroll-table-footer div div {
  float: none;
}
/**
 * Payroll report add transaction modal
 */
.payroll-add-trans-modal form {
  overflow: visible;
}
.payroll-add-trans-modal table tbody td:last-child {
  width: 28px;
}
.payroll-add-trans-modal .quick-search-input input {
  width: 100%;
  border-color: #ddd;
  border-right: 1px solid #ddd;
  color: #000;
}
.payroll-add-trans-modal .input-group-addon {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  border-right: none;
  color: #000;
}
/**
 * Payroll report add player modal
 */
.payroll-add-player-modal {
  overflow: hidden;
}
.payroll-add-player-modal .modal-dropdown {
  z-index: 1100;
}
.payroll-add-player-modal .player-search-input input {
  width: 100%;
  border-color: #ddd;
  color: #000;
}
.payroll-add-player-modal .player-search-input ul {
  background-color: #fff;
  width: 348px;
  margin-left: 1px;
  border: 1px solid #afcae1;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.payroll-add-player-modal .player-search-input ul li {
  color: #00549d;
  font-weight: 400;
  padding: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.payroll-add-player-modal .player-search-input ul li a {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  color: #00549d;
}
.payroll-add-player-modal .player-search-input ul li a .secondary {
  color: #bbb;
}
.payroll-add-player-modal .player-search-input ul li.active a,
.payroll-add-player-modal .player-search-input ul li.active a:hover,
.payroll-add-player-modal .player-search-input ul li.active a:focus {
  background-color: #fbf8ca;
  color: #00549d;
}
.payroll-add-player-modal .player-search-input .dropdown-menu {
  z-index: 1051;
}
.payroll-add-player-modal .subsection div {
  padding-left: 0px;
  padding-bottom: 4px;
  padding-right: 0px;
}
.payroll-add-player-modal .subsection div label {
  float: left;
}
.payroll-add-player-modal .subsection div input {
  width: 50%;
  float: right;
  text-align: right;
}
.lang-mgmt {
  overflow-x: hidden !important;
}
.lang-mgmt .sb-preview {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 44px;
  padding-bottom: 10px;
  margin-top: 16px;
}
.add-new-label-link input[type="button"] {
  background: none!important;
  color: #00549d;
  border: none;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
}
.add-new-label-link input[type="button"]:disabled {
  color: #dddddd;
}
.new-label {
  padding-left: 0px;
  display: flex;
}
.exists-warning {
  color: #D92F00;
  width: 10px;
  padding-left: 7px;
  padding-top: 4px;
}
.label-success {
  color: #2B7C37;
  width: 10px;
  padding-left: 7px;
  padding-top: 4px;
  background: inherit;
}
.lang-placeholder-div {
  padding-left: 13px;
}
.lang-placeholder-div label {
  padding-bottom: 4px;
}
body.lang-preview-printing {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  width: 8.5in;
}
body.lang-preview-printing * {
  box-shadow: none !important;
  text-shadow: none !important;
}
body.lang-preview-printing .language {
  margin: 50pt 18pt 50pt 18pt;
}
@media print {
  body.lang-preview-printing {
    width: 8.5in;
    float: none;
  }
  @page {
    margin: 0% 0% 0% 0%;
  }
}
form.player-agent-mapping .forty-man-roster-list {
  margin-bottom: 12px;
}
form.player-agent-mapping .player-col {
  width: 18%;
}
form.player-agent-mapping .club-col {
  width: 15%;
}
form.player-agent-mapping .position-col {
  width: 5%;
}
form.player-agent-mapping .roster-status-col {
  width: 6%;
}
form.player-agent-mapping .confirm-col {
  width: 8%;
}
form.player-agent-mapping .update-col {
  width: 5%;
}
form.player-agent-mapping .agency-col {
  width: 23%;
}
form.player-agent-mapping .agent-col {
  width: 17%;
}
form.player-agent-mapping .comments-col {
  width: 3%;
}
form.player-agent-mapping .popover-content textarea {
  height: auto;
}
form.player-agent-mapping .popover-content textarea[disabled] {
  background-color: transparent;
  border: none;
  padding: 0;
}
form.player-agent-mapping .comments-asterisk {
  margin-left: 40%;
}
.agent-agency-mapping-form {
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 150px;
  position: relative;
  min-height: 500px;
}
.name-in-system-field {
  min-width: 400px;
}
.pad-top {
  margin-top: 20px;
}
.agent-agency-table-wrapper {
  padding-bottom: 50px;
}
.agent-agency-error-table {
  width: 500px;
}
.spreadsheet-error-modal .spreadsheet-error-msg {
  font-weight: bold;
  margin-bottom: 12px;
}
.agent-agency-view .name-label {
  color: #00549d;
}
.hide-contracts .popover-contracts-tab {
  display: none !important;
}
.ppp-stats-filters {
  margin-left: -3px;
  margin-right: -3px;
}
.ppp-stats-filters .form-group {
  padding: 0 3px;
}
.ppp-stats-filters .ppp-stat-checkboxes {
  padding: 0 12px;
}
.ppp-stats-filters .ppp-stat-checkboxes div {
  display: inline-block;
  padding: 0 12px;
}
.ppp-stats th {
  text-align: center;
}
.ppp-stats th:nth-child(1),
.ppp-stats th:nth-child(2) {
  text-align: left;
}
.ppp-stats td {
  width: 50px;
  text-align: center;
}
.ppp-stats td:nth-child(1) {
  text-align: left;
}
.ppp-stats td:nth-child(2) {
  width: 150px;
  text-align: left;
}
.ppp-stats.post-season th:nth-child(3) {
  text-align: left;
}
.ppp-stats.post-season td:nth-child(3) {
  width: 120px;
  text-align: left;
}
.ppp-stats.game-level th:nth-child(3) {
  text-align: left;
}
.ppp-stats.game-level td:nth-child(1) {
  width: 100px;
  text-align: left;
}
.ppp-stats.game-level td:nth-child(3) {
  width: 150px;
  text-align: left;
}
.ppp-stats-totals th {
  text-align: center;
}
.ppp-stats-totals th:nth-child(1) {
  text-align: left;
}
.ppp-stats-totals td {
  width: 50px;
  text-align: center;
}
.ppp-stats-totals td:nth-child(1) {
  width: 200px;
  text-align: left;
}
.ppp-stats-totals.post-season td:nth-child(1) {
  width: 320px;
  text-align: left;
}
.ppp-stats-totals.post-season.game-level td:nth-child(1) {
  width: 450px;
  text-align: left;
}
.ppp-stats-totals.game-level td:nth-child(1) {
  width: 400px;
  text-align: left;
}
.ppp-draft-info td,
.ppp-draft-info .ui-select-bootstrap[disabled="disabled"] .ui-select-match-text {
  white-space: nowrap;
}
.rule-4-eligible {
  display: flex;
}
.rule-4-eligible input[type="checkbox"] {
  display: flex;
  flex: 0.06;
  height: 15px;
  margin-top: 5px;
}
.rule-4-eligible label {
  display: flex;
  flex: 1.5;
  padding-top: 4px;
}
.two-way-player {
  display: flex;
}
.two-way-player input[type="checkbox"] {
  display: flex;
  flex: 0.09;
  height: 15px;
  margin-top: 5px;
}
.two-way-player label {
  display: flex;
  flex: 1.5;
  padding-top: 4px;
}
.positions {
  display: flex;
}
.positions span {
  display: flex;
  margin-left: 3px;
}
.flex-field-wrapper {
  display: flex;
  justify-content: space-between;
  height: 45px;
}
@media (max-width: 767px) {
  .flex-field-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.flex-field-wrapper .flex-field {
  width: 47%;
}
@media (max-width: 767px) {
  .flex-field-wrapper .flex-field.left {
    padding-right: 0 !important;
  }
  .flex-field-wrapper .flex-field.right {
    padding-left: 0 !important;
  }
}
.eligible-to-sign-heading {
  color: #868686;
  font-size: 10px;
  padding-left: 12px;
  font-weight: 200;
  margin-left: 50%;
}
@media (min-width: 1400px) {
  .eligible-to-sign-heading {
    margin-left: 33%;
  }
}
@media (min-width: 768px) {
  .eligible-to-sign-label-heading {
    display: none;
  }
}
@media (max-width: 767px) {
  .eligible-to-sign-heading {
    display: none;
  }
  .eligible-to-sign-label-heading {
    color: #868686;
    font-size: 10px;
    padding-left: 12px;
    font-weight: 200;
  }
}
.eligible-to-sign {
  padding-top: 0px;
}
.previous-player-ids {
  color: #bbbbbb !important;
}
.new-passed-over-player-tab {
  margin-top: 82px;
}
.major-league-summary-widget,
.minor-league-summary-widget,
.mls-breakdown-widget,
.mls-contract-service-years-widget {
  padding: 24px 0;
  padding-top: 0;
}
.service-form-wrapper form[name="pppForm"] {
  margin-bottom: 24px;
}
.service-form-wrapper form[name="pppForm"] .note-wrapper {
  min-height: 40px;
  margin-top: -12px;
  margin-bottom: 8px;
}
.service-form-wrapper form[name="pppForm"] .note-wrapper .note-text {
  color: #ff6600;
}
.wl-history-table-wrapper {
  max-width: 857px;
  overflow-x: auto;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.wl-history-table tbody tr.prelim-row {
  color: #00a651;
}
.wl-history-table .wl-centered {
  text-align: center;
}
.wv-history-table-wrapper {
  max-width: 1177px;
  overflow-x: auto;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.wv-history-table {
  border-left: 0px;
  border-right: 0px;
}
.wv-history-table tbody {
  overflow-y: auto;
  height: 150px;
  display: block;
  width: 1177px;
  border: 0px;
}
.wv-history-table tbody tr td {
  border-top: 0px;
}
.wv-history-table thead {
  display: block;
  border: 0px;
}
.wv-history-table .wv-request-dt {
  min-width: 98px !important;
  max-width: 98px !important;
}
.wv-history-table .wv-claim-exp-dt {
  min-width: 117px !important;
  max-width: 117px !important;
}
.wv-history-table .wv-requesting-club {
  min-width: 117px !important;
  max-width: 117px !important;
}
.wv-history-table .wv-type {
  min-width: 40px !important;
  max-width: 40px !important;
}
.wv-history-table .wv-secured {
  min-width: 64px !important;
  max-width: 64px !important;
}
.wv-history-table .wv-claimed-by {
  min-width: 84px !important;
  max-width: 84px !important;
}
.wv-history-table .wv-awarded {
  min-width: 67px !important;
  max-width: 67px !important;
}
.wv-history-table .wv-withdrawal-dt {
  min-width: 117px !important;
  max-width: 117px !important;
}
.wv-history-table .wv-cancelled {
  min-width: 75px !important;
  max-width: 75px !important;
}
.wv-history-table .wv-cancellation-reason {
  min-width: 198px;
  max-width: 198px;
}
.wv-history-table .wv-cancellation-reason-header {
  min-width: 393px;
  max-width: 393px;
}
.wv-history-table .wv-cancellation-reason-col {
  min-width: 378px;
  max-width: 378px;
}
.dl-history-table-wrapper {
  max-width: 1177px;
  overflow-x: auto;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.dl-history-table {
  border-left: 0px;
  border-right: 0px;
}
.dl-history-table tbody {
  overflow-y: auto;
  height: 150px;
  display: block;
  width: 1177px;
  border: 0px;
}
.dl-history-table tbody tr td {
  border-top: 0px;
}
.dl-history-table thead {
  display: block;
  border: 0px;
}
.dl-history-table .placement-dt-col {
  min-width: 85px !important;
  max-width: 85px !important;
}
.dl-history-table .org-col {
  min-width: 45px !important;
  max-width: 45px !important;
}
.dl-history-table .club-col {
  min-width: 200px !important;
  max-width: 200px !important;
  word-wrap: break-word;
}
.dl-history-table .dl-type-col {
  min-width: 245px !important;
  max-width: 245px !important;
  word-wrap: break-word;
}
.dl-history-table .earliest-reinst-col {
  min-width: 164px !important;
  max-width: 164px !important;
}
.dl-history-table .reinst-col {
  min-width: 102px !important;
  max-width: 102px !important;
}
.dl-history-table .reason-th {
  min-width: 336px !important;
  max-width: 336px !important;
}
.dl-history-table .reason-col {
  min-width: 302px !important;
  max-width: 302px !important;
  word-wrap: break-word;
}
.mls-table .comments-cell .ui-grid-cell-contents {
  padding: 0;
}
.days-wrapper input {
  width: 30px;
  display: inline-block;
}
.days-wrapper div {
  height: 26px;
  display: inline-block;
  padding-bottom: 4px;
  vertical-align: top;
  line-height: 24px;
}
.print-profile-modal-body .row {
  margin-top: 25px;
  margin-bottom: 5px;
}
.print-profile-modal-body .row .print-field {
  height: 39px;
}
.agent-agency-row {
  margin-left: -36px;
  margin-right: -36px;
  margin-top: -12px;
}
@media (min-width: 1400px) {
  .file-attachments-form .form-group {
    width: 25%;
  }
}
.view-attachments {
  background-color: #fff;
}
/**
 * Service Breakdown styles
 */
.service-breakdown-wrapper {
  height: 348px;
  margin: 12px 0;
}
.service-breakdown-wrapper .scrollable-body {
  max-height: 300px;
  overflow-y: auto;
  clear: both;
}
.service-breakdown-wrapper .scrollable-body .table {
  border-top: 0;
  border-bottom: 0;
}
.service-breakdown-wrapper .table:first-child {
  margin-bottom: 0;
}
.service-breakdown-wrapper .left {
  margin-bottom: 0;
  float: left;
  width: 300px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
}
.service-breakdown-wrapper .left .table-cell {
  vertical-align: top !important;
  white-space: nowrap;
  height: 33px !important;
}
.service-breakdown-wrapper .left .table-bordered > .table-footer > .table-row .table-cell:first-child {
  border-right: none;
}
.service-breakdown-wrapper .right {
  overflow-x: auto;
  overflow-y: hidden;
  border-right: 1px solid #c9c9c9;
  z-index: 1;
}
.service-breakdown-wrapper .right .table {
  border-left: none;
  border-right: none;
}
.service-breakdown-wrapper .right .table-head,
.service-breakdown-wrapper .right .table-cell {
  width: 85px;
}
.service-breakdown-wrapper .right .table-cell {
  /*text-align: right;*/
}
.service-breakdown-wrapper .right.top::-webkit-scrollbar,
.service-breakdown-wrapper .right.middle::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.service-breakdown-wrapper .right.middle .table-cell {
  padding: 0;
}
.service-breakdown-wrapper .right.middle .table-cell table {
  height: 32px !important;
  table-layout: fixed;
  width: 100%;
}
.service-breakdown-wrapper .right.middle .table-cell table td {
  width: 85px !important;
  border-right: 1px solid #e6e7e8;
}
.service-breakdown-wrapper .right.middle .table-cell table td:last-child {
  border-right: none;
}
.service-breakdown-wrapper .right.middle .table-cell table td table td {
  line-height: 23px;
  padding: 3px 6px;
  border-right: 1px solid #e6e7e8 !important;
}
.service-breakdown-wrapper .right.middle .table-cell table td table tr td {
  height: 32px !important;
  border-bottom: none;
}
.service-breakdown-wrapper .right.bottom {
  border-bottom: 1px solid #e6e7e8;
}
.service-breakdown-wrapper .table-bordered > .table-footer > .table-row > .table-cell {
  font-weight: 600;
  /*text-align: right;*/
}
.util-lrd-section td span.input-group-addon {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
}
/* Examples page
	NOTE: these styles should only apply to the Examples page - all other styles used should come from 
 	shared app CSS so that this page can show proper usage.
*/
.ebis-color-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ebis-color-item {
  align-content: center;
  align-items: center;
  display: flex;
  flex-basis: 1;
  font-size: 1em;
  justify-content: center;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 70px;
  height: 50px;
  color: #fff;
  font-weight: 400;
}
.ebis-color-item.dark {
  color: #000;
}
.ebis-color-item.g1 {
  background-color: #f2f3f4;
}
.ebis-color-item.g2 {
  background-color: #eef1f3;
}
.ebis-color-item.g3 {
  background-color: #eaeff2;
}
.ebis-color-item.g4 {
  background-color: #e6e7e8;
}
.ebis-color-item.g5 {
  background-color: #ddd;
}
.ebis-color-item.g6 {
  background-color: #c9c9c9;
}
.ebis-color-item.g7 {
  background-color: #bbb;
}
.ebis-color-item.g8 {
  background-color: #9a9a9a;
}
.ebis-color-item.g9 {
  background-color: #666;
}
.ebis-color-item.g10 {
  background-color: #aaa;
}
.ebis-color-item.g11 {
  background-color: #ccc;
}
.ebis-color-item.g12 {
  background-color: #999;
}
.ebis-color-item.b1 {
  background-color: #afcae1;
}
.ebis-color-item.b2 {
  background-color: #00549d;
}
.ebis-color-item.b3 {
  background-color: #024681;
}
.ebis-color-item.b4 {
  background-color: #041e42;
}
.ebis-color-item.b5 {
  background-color: #041e42;
}
.ebis-color-item.b6 {
  background-color: #afc9e3;
}
.ebis-color-item.b7 {
  background-color: #89a3bd;
}
.ebis-color-item.b8 {
  background-color: #0099ff;
}
.ebis-color-item.b9 {
  background-color: #6899c2;
}
.ebis-color-item.b10 {
  background-color: #f0f9ff;
}
.ebis-color-item.r1 {
  background-color: #d42307;
}
.ebis-color-item.r2 {
  background-color: #9c1702;
}
.ebis-color-item.orange {
  background-color: #ff6600;
}
.ebis-color-item.orange2 {
  background-color: #ff9900;
}
.ebis-color-item.yellow {
  background-color: #fbf8ca;
}
.ebis-color-item.y2 {
  background-color: #ffcc00;
}
.ebis-color-item.green {
  background-color: #00a651;
}
.ebis-color-item.white {
  background-color: #fff;
  border: 1px solid #000;
}
.ebis-color-item.black {
  background-color: #000;
}
.drag-drop-example .col-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.drag-drop-example .player-select-row {
  margin-bottom: 200px;
}
.drag-drop-example .drag-target {
  border: 1px solid #ddd;
}
.drag-drop-example .drag-target .selected-player-title {
  background-color: #f2f3f4;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.drag-drop-example .drag-target table {
  width: 100%;
}
.drag-drop-example .drag-target table th {
  height: 26px;
  font-weight: 400;
  color: #ddd;
  padding: 4px 6px;
}
.drag-drop-example .drag-target table td {
  height: 26px;
  padding: 4px 6px;
}
.drag-drop-example .grid {
  border: 1px solid #ddd;
}
.drag-drop-example .grid .ui-grid-contents-wrapper {
  height: 250px;
}
.drag-drop-example .grid .players-grid-row {
  cursor: pointer;
}
.drag-drop-example .pick-table-wrapper table {
  width: 100%;
  border: 0;
}
.drag-drop-example .pick-table-wrapper table th {
  height: 24px;
  border-bottom: 0;
  padding: 0 6px;
  vertical-align: middle;
  color: #00549d;
}
.drag-drop-example .pick-table-wrapper table td {
  border-top: 0;
  cursor: pointer;
}
.drag-drop-example .pick-table-wrapper table tbody {
  display: block;
  height: 228px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}
.drag-drop-example .pick-table-wrapper table thead,
.drag-drop-example .pick-table-wrapper table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.drag-drop-example .pick-table-wrapper table .drop-target-row:not(.active) {
  display: none;
}
.drag-drop-example .pick-table-wrapper table .drop-target-row td {
  height: 36px;
  background-color: #afcae1;
}
.mn-insurance-form .note-wrapper .note-text {
  color: #ff6600;
}
.mn-insurance-form .row:not(:last-of-type) {
  margin-bottom: 12px;
}
.mn-insurance-form .current-status.prelim-status {
  color: #d42307;
}
.mn-insurance-form .current-status.submitted-status {
  color: #00a651;
}
.mn-insurance-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.mn-insurance-form .table-responsive table {
  width: 100%;
  table-layout: fixed;
}
.mn-insurance-form .table-responsive table .player-col {
  width: 183px;
}
.mn-insurance-form .table-responsive table .player-col .ui-grid-cell-contents {
  padding: 0;
}
.mn-insurance-form .table-responsive table .player-col .quick-search-table-control input {
  width: 170px;
}
.mn-insurance-form .table-responsive table .history-col {
  width: 65px;
}
.mn-insurance-form .table-responsive table .roster-status-col {
  width: 106px;
}
.mn-insurance-form .table-responsive table .effective-dt-col {
  width: 130px;
}
.mn-insurance-form .table-responsive table .reason-col {
  width: 180px;
}
.mn-insurance-form .table-responsive table .adj-col {
  width: 185px;
}
.mn-insurance-form .table-responsive table .comments-col {
  width: 34px;
}
.mn-insurance-form .table-responsive table .decision-col {
  width: 150px;
}
.mn-insurance-form .table-responsive table .ssn-col {
  width: 100px;
}
.player-history-modal {
  padding: 0 24px;
}
.not-a-real-widget {
  border: initial !important;
  background: initial !important;
}
.not-a-real-widget .bold-date {
  font-weight: bold;
}
.not-a-real-widget .widget-inner {
  border: initial;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.not-a-real-widget .widget-inner .widget-header {
  display: none;
}
.not-a-real-widget .widget-inner .widget-body {
  border: 1px solid #c9c9c9;
  height: initial;
}
.not-a-real-widget .widget-inner .widget-body .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: initial;
}
.not-a-real-widget .widget-inner .widget-body .ui-grid .ui-grid-top-panel .ui-grid-cell-contents .ui-grid-icon-down-dir,
.not-a-real-widget .widget-inner .widget-body .ui-grid .ui-grid-top-panel .ui-grid-cell-contents .ui-grid-icon-up-dir {
  display: none;
}
.not-a-real-widget .widget-inner .widget-body .ui-grid .ui-grid-row .ui-grid-cell.ebis-column-sorted {
  background-color: initial !important;
}
.not-a-real-widget .widget-inner .widget-body .ui-grid .ui-grid-row .ebis-grid-row-mouse-over .ui-grid-cell {
  background-color: #fbf8ca !important;
}
.not-a-real-widget .widget-inner .widget-footer {
  display: none;
}
.not-a-real-widget .row-inner[record-src="TX"][status-desc="Pending to Club"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="TX"][status-desc="Submitted to BOC"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.not-a-real-widget .row-inner[record-src="SC"][status-desc="Submitted"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.not-a-real-widget .row-inner[record-src="MNC"][status-desc="Pre-Approved"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MNC"][status-desc="Terms Accepted"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MNC"][status-desc="Update Terms Accepted"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Pending Approval Terms Confirmed"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Ready for Signature"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Update Pending Approval"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="MJC"][status-desc="Update Pending Approval Terms Confirmed"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.not-a-real-widget .row-inner[record-src="ADD_C"][status-desc="Tendered"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="ADD_C"][status-desc="Tendered (Attached)"] .ui-grid-cell-contents:not(.description-column),
.not-a-real-widget .row-inner[record-src="ADD_C"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.not-a-real-widget .row-inner[record-src="ADD_D"][status-desc="Pending Approval"] .ui-grid-cell-contents:not(.description-column) {
  color: #00a651;
}
.min-width-100 {
  min-width: 100px !important;
}
.pief-list-header {
  color: #00549d;
  cursor: pointer;
}
td.sorted-column {
  background-color: #f2f3f4;
}
.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
  color: #d42307;
}
.pief-header-row {
  margin-bottom: 0px !important;
}
.pief-header-row .form-group {
  margin-bottom: 0px !important;
}
.pief-list-form .row:not(:last-of-type) {
  margin-bottom: 12px;
}
.pief-list-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden !important;
}
.pief-list-form .table-responsive table {
  width: 100%;
  table-layout: fixed;
}
.pief-list-form .table-responsive table .warnings-col {
  width: 34px;
}
.pief-list-form .table-responsive table .trash-col {
  width: 34px;
}
.pief-list-form .table-responsive table .player-col {
  width: 250px;
}
.pief-list-form .table-responsive table .player-col .ui-grid-cell-contents {
  padding: 0;
}
.pief-list-form .table-responsive table .player-col .quick-search-table-control input {
  width: 170px;
}
.pief-list-form .table-responsive table .reason-col {
  width: 130px;
}
.pief-list-form .table-responsive table .boc-comments-col {
  width: 34px;
}
.pief-list-form .table-responsive table .details-col {
  width: 200px;
}
.pief-list-form .table-responsive table .country-col {
  width: 200px;
}
.pief-list-form .table-responsive table .decision-col {
  width: 95px;
}
.pief-list-form .table-responsive table .pos-col {
  width: 50px;
}
.pief-list-form .table-responsive table .level-col {
  width: 50px;
}
.pief-list-form .table-responsive table .games-pitched-col {
  width: 110px;
}
.pief-list-form .table-responsive table .innings-pitched-col {
  width: 110px;
}
.pief-list-form .table-responsive table .plate-app-col {
  width: 100px;
}
.pief-list-form .table-responsive table .innings-caught-col {
  width: 110px;
}
.pieflist-ui-grid-wrapper.has-proj-signings .ui-grid {
  margin-bottom: 40px;
}
.pieflist-ui-grid-wrapper.has-proj-signings .ui-grid-footer-panel {
  height: 89px;
  display: flex;
}
.pieflist-ui-grid-wrapper:not(.has-proj-signings) .ui-grid {
  margin-bottom: 20px;
}
.pieflist-ui-grid-wrapper:not(.has-proj-signings) .ui-grid-footer-panel {
  height: 67px;
  display: flex;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-invisible {
  display: none !important;
}
.pieflist-ui-grid-wrapper .ui-grid div.ui-grid-cell input[disabled] {
  border: none;
  padding: 0;
}
.pieflist-ui-grid-wrapper .ui-grid div.ui-grid-cell input.ng-invalid {
  border: 1px solid #d4d4d4;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-viewport {
  border-right: none;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  border-left: none;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.pieflist-ui-grid-wrapper .ui-grid .header-cell-template-right {
  text-align: right;
}
.pieflist-ui-grid-wrapper .ui-grid .header-cell-template-center {
  text-align: center;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-header-cell {
  padding: 8px;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 0;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-header,
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-header-canvas {
  height: 34px !important;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-footer-panel {
  align-items: flex-end;
  font-weight: normal;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel {
  text-align: right;
  font-weight: normal;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div {
  margin-bottom: 3px;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div:last-of-type {
  font-weight: bold;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-footer-panel {
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.pieflist-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.requests-status-btn {
  width: 25px;
  padding: 4px;
  height: 25px;
}
.requests-filter-selected {
  width: 5px;
  height: 17px;
  background-color: #00549D;
  float: left;
  margin-right: 5px;
}
.requests-filter-link {
  cursor: pointer;
}
.requests-ui-grid-wrapper.has-proj-signings .ui-grid {
  margin-bottom: 40px;
}
.requests-ui-grid-wrapper.has-proj-signings .ui-grid-footer-panel {
  height: 89px;
  display: flex;
}
.requests-ui-grid-wrapper:not(.has-proj-signings) .ui-grid {
  margin-bottom: 20px;
}
.requests-ui-grid-wrapper:not(.has-proj-signings) .ui-grid-footer-panel {
  height: 67px;
  display: flex;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-invisible {
  display: none !important;
}
.requests-ui-grid-wrapper .ui-grid div.ui-grid-cell input[disabled] {
  border: none;
  padding: 0;
}
.requests-ui-grid-wrapper .ui-grid div.ui-grid-cell input.ng-invalid {
  border: 1px solid #d4d4d4;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-viewport {
  border-right: none;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.requests-ui-grid-wrapper .ui-grid .submitted {
  color: #00a651;
}
.requests-ui-grid-wrapper .ui-grid .denied {
  color: #d42307;
}
.requests-ui-grid-wrapper .ui-grid .cancelled {
  color: #000;
}
.requests-ui-grid-wrapper .ui-grid .pending {
  color: #c9c9c9;
}
.requests-ui-grid-wrapper .ui-grid .header-cell-template-right {
  text-align: right;
}
.requests-ui-grid-wrapper .ui-grid .header-cell-template-center {
  text-align: center;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-header-cell {
  padding: 8px;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 0;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-header,
.requests-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-header-canvas {
  height: 34px !important;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-footer-panel {
  align-items: flex-end;
  font-weight: normal;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel {
  text-align: right;
  font-weight: normal;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div {
  margin-bottom: 3px;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div:last-of-type {
  font-weight: bold;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-footer-panel {
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.requests-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.new-wlp-request-modal th.error-warning-header {
  width: 30px;
}
.new-wlp-request-modal th .ui-grid-cell-contents .up-triangle p {
  top: 2px;
}
.new-wlp-request-modal td,
.new-wlp-request-modal th {
  white-space: nowrap;
}
.new-wlp-request-modal .table .ui-select-container {
  width: 80px;
}
.new-wlp-request-modal .table .ui-select-dropdown {
  position: fixed;
  top: auto;
  left: auto;
  min-width: auto;
  width: 80px;
}
.error-warning-popover {
  z-index: 1061;
}
.wlp-reserve-list-form .note-wrapper .note-text {
  color: #ff6600;
}
.wlp-reserve-list-form .row:not(:last-of-type) {
  margin-bottom: 12px;
}
.wlp-reserve-list-form .current-status.prelim-status {
  color: #d42307;
}
.wlp-reserve-list-form .current-status.submitted-status {
  color: #00a651;
}
.wlp-reserve-list-form .search-player-button {
  margin-bottom: 12px;
}
.wlp-reserve-list-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.wlp-reserve-list-form .table-responsive.reserve-list-wrapper {
  width: auto;
  max-width: 595px;
}
.wlp-reserve-list-form .table-responsive table {
  width: 594px;
}
.wlp-reserve-list-form .table-responsive table .player-col {
  width: 210px;
}
.wlp-reserve-list-form .table-responsive table .player-col .ui-grid-cell-contents {
  padding: 0px;
}
.wlp-reserve-list-form .table-responsive table .player-col .quick-search-table-control input {
  width: 190px;
}
.wlp-reserve-list-form .table-responsive table .tree-handle-col {
  width: 40px;
}
.wlp-reserve-list-form .table-responsive table .comments-col {
  width: 34px;
}
.wlp-reserve-list-form .table-responsive table .position-col {
  width: 110px;
}
.wlp-reserve-list-form .table-responsive table .dob-col {
  width: 130px;
}
.wlp-reserve-list-form .table-responsive table .org-col {
  width: 90px;
}
.wlp-reserve-list-form .table-responsive table .fa-exclamation-circle {
  cursor: pointer !important;
}
.wlp-reserve-list-form .table-responsive table th {
  margin-left: 0;
}
.wlp-reserve-list-form .player-search-table-wrapper table {
  width: 100%;
  border: 0;
}
.wlp-reserve-list-form .player-search-table-wrapper table .icon-col {
  width: 35px;
}
.wlp-reserve-list-form .player-search-table-wrapper table th {
  height: 24px;
  border-bottom: 0;
  vertical-align: middle;
  padding: 0 6px;
  color: #00549d;
}
.wlp-reserve-list-form .player-search-table-wrapper table td {
  border-top: 0;
  cursor: pointer;
}
.wlp-reserve-list-form .player-search-table-wrapper table tbody {
  display: block;
  height: 228px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}
.wlp-reserve-list-form .player-search-table-wrapper table thead,
.wlp-reserve-list-form .player-search-table-wrapper table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.wlp-reserve-list-form .player-search-table-wrapper table .angular-ui-tree-empty {
  display: none;
}
.wlp-reserve-list-form .player-search-table-wrapper table .general-col {
  width: 100px;
}
.wlp-reserve-list-form .new-player-search-buttons {
  float: right;
  padding-right: 30px;
}
.wlp-reserve-list-form .reserve-list-wrapper .reserve-list-table .angular-ui-tree-empty {
  visibility: hidden;
}
.wlp-reserve-list-form .border-collapse-fix {
  border-collapse: separate;
}
.wlp-reserve-list-form .border-collapse-fix td {
  border: 0;
  border-bottom: 1px solid #e6e7e8;
}
.wlp-reserve-list-form .border-collapse-fix td:not(:last-child) {
  border-right: 1px solid #e6e7e8;
}
.duplicate-player-trash {
  padding: 7px;
}
.wlp-users-form .view-button-test {
  float: right;
}
.wlp-users-form .float-right {
  float: right;
}
.wlp-users-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.wlp-users-form .table-responsive table {
  width: 825px;
  table-layout: fixed;
}
.wlp-users-form .table-responsive table .checkbox-col {
  width: 25px;
}
.wlp-users-form .table-responsive table .username-col {
  width: 320px;
}
.wlp-users-form .table-responsive table .roles-col {
  width: 480px;
}
.wlp-users-form .table-responsive table .clickable {
  color: #00549d;
}
.wlp-users-form .table-responsive table .clickable:hover {
  cursor: pointer;
}
.wlp-users-form .panel .panel-body {
  background-color: #f2f3f4;
  border: 1px solid #e6e7e8;
  padding-bottom: 24px;
  text-align: left;
}
.wlp-users-form .user-role-groups {
  padding: 0px;
}
.wlp-users-form .role-description-padding {
  padding-bottom: 12px;
}
.wlp-users-form .fa-minus-circle,
.wlp-users-form .fa-plus-circle {
  padding-right: 6px;
}
.wlp-users-form .role-alignment {
  padding-left: 29px;
}
.partner-league-users-form .view-button-test {
  float: right;
}
.partner-league-users-form .float-right {
  float: right;
}
.partner-league-users-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.partner-league-users-form .table-responsive table {
  width: 825px;
  table-layout: fixed;
}
.partner-league-users-form .table-responsive table .checkbox-col {
  width: 25px;
}
.partner-league-users-form .table-responsive table .username-col {
  width: 320px;
}
.partner-league-users-form .table-responsive table .roles-col {
  width: 200px;
}
.partner-league-users-form .table-responsive table .league-col {
  width: 220px;
}
.partner-league-users-form .table-responsive table .clickable {
  color: #00549d;
}
.partner-league-users-form .table-responsive table .clickable:hover {
  cursor: pointer;
}
.partner-league-users-form .panel .panel-body {
  background-color: #f2f3f4;
  border: 1px solid #e6e7e8;
  padding-bottom: 24px;
  text-align: left;
}
.partner-league-users-form .user-role-groups {
  padding: 0px;
}
.partner-league-users-form .role-description-padding {
  padding-bottom: 12px;
}
.partner-league-users-form .fa-minus-circle,
.partner-league-users-form .fa-plus-circle {
  padding-right: 6px;
}
.partner-league-users-form .role-alignment {
  padding-left: 29px;
}
.partner-league-users-form .no-results {
  text-align: center;
}
@media (max-width: 767px) {
  .wlp-add-unlisted-modal .modal-content {
    width: auto important;
  }
}
@media (min-width: 768px) {
  .wlp-add-unlisted-modal .modal-content {
    width: 543px;
    overflow: visible;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal {
    width: 543px;
    overflow: visible;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 24px;
    padding-top: 0px;
    width: 540px;
    overflow: visible;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form {
    width: 533px;
    border: none !important;
    overflow: visible;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main {
    overflow: visible;
    width: 530px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .month-drop-down {
    width: 81px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .month-drop-down-col {
    padding-left: 0px;
    padding-right: 2px;
    width: 83px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .day-drop-down {
    width: 60px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .day-drop-down-col {
    padding-left: 2px;
    padding-right: 2px;
    width: 64px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .year-drop-down {
    width: 81px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .year-drop-down-col {
    padding-left: 2px;
    padding-right: 0px;
    width: 83px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .batting-drop-down {
    width: 113px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .batting-drop-down-col {
    width: 115px;
    padding-left: 0px;
    padding-right: 2px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .throws-drop-down {
    width: 113px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .throws-drop-down-col {
    width: 115px;
    padding-left: 2px;
    padding-right: 0px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .league-drop-down-options {
    z-index: 1111;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper hr {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper p {
    font-size: 11px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper h2 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .low-padding {
    padding-left: 24px;
    padding-right: 10px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .left-col {
    padding-left: 24px;
    padding-right: 10px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .right-col {
    padding-left: 10px;
    padding-right: 24px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .dob-col {
    height: 40px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .form-group {
    margin-bottom: 8px;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-body .add-unlisted-player-form .form-main .row-wrapper .wide-dropdown {
    width: 130%;
  }
  .wlp-add-unlisted-modal .modal-content .add-unlisted-player-modal .add-unlisted-player-modal-footer {
    /*overflow: visible;
					.footer-button {
						float: right;
					}*/
  }
}
.wlp-comm-schedule-form .table-responsive {
  margin-bottom: 0 !important;
  overflow-y: hidden;
}
.wlp-comm-schedule-form .table-responsive.report-summary-wrapper {
  width: auto;
  max-width: 850px;
}
.wlp-comm-schedule-form .table-responsive table .player-col {
  width: 200px;
  background-color: #F2F3F4;
}
.wlp-comm-schedule-form .table-responsive table .org-col {
  width: 50px;
}
.wlp-comm-schedule-form .table-responsive table .report-col {
  width: 65px;
}
.wlp-comm-schedule-form .table-responsive table .pos-col {
  width: 50px;
}
.wlp-comm-schedule-form .table-responsive table .check-mark-col {
  width: 50px;
  text-align: center;
}
.wlp-comm-schedule-form .table-responsive .button-div-wrapper {
  padding: 4px;
}
.wlp-comm-schedule-form .caret.caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid #D42307;
}
.wlp-comm-schedule-form .right-button {
  margin-top: 10px;
  float: right;
}
@media (min-width: 768px) {
  .report-summary-modal .modal-content {
    overflow: visible;
  }
  .report-summary-modal .modal-content .report-modal-body {
    padding-top: 12px;
    overflow: visible;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form {
    background-color: #f2f3f4;
    border: none !important;
    overflow: visible;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form textarea:disabled {
    background-color: #eef1f3;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form textarea {
    border: 1px solid #c9c9c9;
    height: 48px;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form .bold {
    font-weight: bold;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form .tight {
    margin: 0 0 0;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form hr {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    border-color: #c9c9c9;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form .outer-border {
    border: 1px solid #c9c9c9;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form .row-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  .report-summary-modal .modal-content .report-modal-body .report-form .header {
    background-color: #f2f3f4;
    border: 0;
    text-align: right;
  }
  .report-summary-modal .modal-content .report-modal-footer {
    /*overflow: visible;
				.footer-button {
				float: right;
				}
				*/
  }
  .report-summary-modal .modal-content .highlight-red {
    border-color: #d42307 !important;
  }
  .report-summary-modal .modal-content .inline-error-text {
    color: #d42307;
    margin-left: 40px;
    padding-top: 5px;
  }
  .report-summary-modal .modal-content .inline-error-container {
    height: 32px;
    justify-content: baseline;
    margin-left: 10px;
  }
  .report-summary-modal .modal-content .inner-wrap {
    margin-left: 0px;
  }
}
.pitcher-breakout table {
  border-collapse: collapse;
  border: 0;
}
.pitcher-breakout table .small-col {
  width: 70px;
}
.pitcher-breakout table .wide-col {
  width: 100px;
}
.pitcher-breakout table thead {
  border: 0;
}
.pitcher-breakout table thead th {
  color: black;
}
.pitcher-breakout table tbody {
  border-left: 0;
  border-right: 0;
}
.pitcher-breakout table tbody .bordered-cell {
  border-bottom: 1px solid #ddd;
}
.pitcher-breakout table tbody .top-cell {
  border-top: 1px solid #ddd;
}
.pitcher-breakout table tbody tr {
  background-color: #f2f3f4;
}
.pitcher-breakout table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 1px 4px 1px 4px;
}
.pitcher-breakout table tbody tr td .bordered-cell {
  border-bottom: 1px solid #ddd;
}
.pitcher-breakout table tbody tr .row-name {
  border: 0;
  width: 110px;
}
.catcher-breakout #breakout-table .small-col {
  width: 30%;
}
.catcher-breakout #breakout-table .large-col {
  width: 70%;
  padding-left: 4px;
}
.catcher-breakout #throws-tables {
  height: 120px;
  display: block;
}
.catcher-breakout #throws-tables .throws-col {
  width: 55%;
}
.catcher-breakout #throws-tables .seconds-col {
  width: 30%;
  text-align: center;
}
.catcher-breakout #throws-tables .trash-col {
  width: 15%;
  text-align: center;
}
.catcher-breakout #add-throw-btn {
  float: right;
  margin-top: 25px;
}
.catcher-breakout .table-scroll {
  overflow-y: scroll;
}
.catcher-breakout table,
.catcher-breakout th,
.catcher-breakout td {
  border: 1px solid lightgray;
  padding: 2px;
}
.box-score-table table {
  width: 100%;
  border-collapse: collapse;
}
.box-score-table table tr.striped {
  background: white;
}
.box-score-table table tr.striped td {
  font-weight: 500;
}
.box-score-table table tr td {
  text-align: center;
  border: 0;
  height: 20px;
  line-height: 16px;
  font-size: 10px !important;
}
.layout-static-header-emp-contract .status-indicator {
  height: auto;
  margin: 7px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .layout-static-header-emp-contract .status-indicator {
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.layout-static-header-emp-contract .status-bar {
  height: 7px;
  background-color: #DEE3E6;
  border: 1px solid #F2F3F4;
  margin-top: -8px;
}
.layout-static-header-emp-contract .indicator-box {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .layout-static-header-emp-contract .indicator-box {
    margin-top: -35px;
  }
}
.layout-static-header-emp-contract .indicator-box.five-base {
  width: 19%;
}
.layout-static-header-emp-contract .base {
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .layout-static-header-emp-contract .base {
    height: 10px;
    width: 10px;
  }
}
.layout-static-header-emp-contract .base.red {
  background-color: #D52307;
  border: 1px solid #9B1702;
}
.layout-static-header-emp-contract .base.green {
  background-color: #00A651;
  border: 1px solid #015E2E;
}
.layout-static-header-emp-contract .base.gray {
  background-color: #555;
  border: 1px solid #000;
}
.layout-static-header-emp-contract .base.black {
  background-color: #000;
  border: 1px solid #000;
}
.layout-static-header-emp-contract .progress-step-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 6px;
  color: #BBB;
}
@media (max-width: 767px) {
  .layout-static-header-emp-contract .progress-step-text {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.layout-static-header-emp-contract .progress-step-text.active {
  color: #000;
}
.layout-static-header-emp-contract .status-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  margin-top: 3px;
  line-height: 13px;
}
.layout-static-header-emp-contract .status-text.red {
  color: #D52307;
}
.layout-static-header-emp-contract .status-text.green {
  color: #00A651;
}
.layout-static-header-emp-contract .status-text.gray {
  color: #555;
}
.layout-static-header-emp-contract .status-text.black {
  color: #000;
}
@media (max-width: 767px) {
  .layout-static-header-emp-contract .status-text {
    background-color: #fff;
    padding: 6px;
    border: 1px solid #c9c9c9;
    margin: 0 24px;
  }
}
.addendum-text {
  padding-bottom: 14px;
}
.duplicate-button {
  padding-top: 12px;
}
.translators-widget-footer {
  font-size: 13px;
  color: #FF9900;
}
.bench-elig-uniform {
  display: flex;
  justify-content: center;
}
.dropdown-td {
  min-width: 160px;
  max-width: 160px;
}
.grandfathered-text {
  color: #ff6600;
  padding-top: 19px;
}
.matched-players-table-wrapper {
  padding-top: 10px;
}
@media (max-width: 1600px) {
  .reviewed-by-label {
    display: inline-block;
    padding-top: 15px;
  }
}
.match-modal .modal-dialog .modal-content {
  min-width: 100%;
}
@media (min-width: 768px) {
  .match-modal .modal-dialog {
    width: 610px;
  }
}
.entered-player-table-wrapper,
.matched-players-table-wrapper {
  overflow-x: auto;
}
.entered-player-table-wrapper .national-id,
.matched-players-table-wrapper .national-id {
  white-space: nowrap;
}
.spreadsheet-uploader {
  height: 27px;
  position: absolute;
  left: 94px;
  width: 70%;
}
.spreadsheet-uploader-btn {
  width: 70.25px;
  height: 27px;
  opacity: 0;
  position: absolute;
  top: 0;
}
.summary-info-form .form-static-info-header-wrapper {
  margin-top: 0;
}
.popover-link {
  color: #00549d;
  cursor: pointer;
}
.program-event-header {
  min-width: 175px;
}
.program-year-header {
  min-width: 150px;
}
.ama-player-form .draft-eligible {
  height: 110px;
}
.socials {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
}
.socials .social-icon {
  padding-right: 0.25em;
}
.socials .social-icon img {
  width: 1.5em;
}
@media (max-width: 767px) {
  .schoolForm .subsection {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ext-reg-table .org-col {
  width: 250px;
}
.ext-reg-table .count-col {
  width: 250px;
}
.ext-reg-table .limit-col {
  width: 200px;
}
.ext-reg-signing-period {
  min-width: 200px;
}
.btn-gone {
  display: none !important;
}
.trade-info-option-bolded {
  font-weight: bold;
}
.trade-info-option-detail {
  padding-bottom: 5px;
}
.assignment-bonus-text {
  height: 100px;
  width: 260px;
  overflow-y: scroll;
  background-color: #f2f3f4;
  padding: 8px;
  border: 1px solid #ddd;
}
.tradeinfo-ui-grid-wrapper .popover-item {
  color: #024681;
  cursor: pointer;
}
.tradeinfo-ui-grid-wrapper .ui-grid-cell-focus {
  background-color: #FFFFFF;
  outline: 0px;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-invisible {
  display: none !important;
}
.tradeinfo-ui-grid-wrapper .ui-grid div.ui-grid-cell input[disabled] {
  border: none;
  padding: 0;
}
.tradeinfo-ui-grid-wrapper .ui-grid div.ui-grid-cell input.ng-invalid {
  border: 1px solid #d4d4d4;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-viewport {
  border-right: none;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  border-left: none;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.tradeinfo-ui-grid-wrapper .ui-grid .header-cell-template-right {
  text-align: right;
}
.tradeinfo-ui-grid-wrapper .ui-grid .header-cell-template-center {
  text-align: center;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-header-cell {
  padding: 8px;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 0;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-header,
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-header-canvas {
  height: 34px !important;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-footer-panel {
  align-items: flex-end;
  font-weight: normal;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel {
  text-align: right;
  font-weight: normal;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div {
  margin-bottom: 3px;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div:last-of-type {
  font-weight: bold;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-footer-panel {
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.tradeinfo-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.roles-and-permissions-form .group-heading {
  background-color: white;
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 4px;
}
.roles-and-permissions-form .club-role-title {
  font-weight: 300;
  font-size: 12px;
  color: black;
}
.roles-and-permissions-form .panel-header-checkbox {
  margin-top: 6px;
}
.roles-and-permissions-form .delete-permission {
  float: right;
  margin-top: -2px;
}
.roles-and-permissions-form .permission-grouping {
  margin-top: 5px;
}
.roles-and-permissions-form .row-spacer {
  margin-bottom: 12px;
}
.roles-and-permissions-form .role-trash-anchor {
  margin-left: 10px;
}
.roles-and-permissions-form .role-trash-anchor .role-trash-icon {
  top: 0px !important;
}
.drug-test-request-form .btn.btn-add-player {
  margin-top: 17px;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 12px 0;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection {
  padding: 0 12px;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .address-group input {
  margin-bottom: 2px;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .address-group input:last-child {
  margin-bottom: 0;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .contact-info-group .form-group {
  padding: 0;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .phone-numbers-group {
  width: 100%;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .phone-numbers-group .inner-form {
  background-color: transparent;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .player-arrival-wrapper {
  display: flex;
  width: 100%;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .player-arrival-wrapper .separator {
  margin-left: 5px;
  margin-right: 5px;
}
.drug-test-request-form .player-info-wrapper .player-info-subsection .subsection .at-academy-wrapper .at-academy {
  margin-right: 12px;
}
.other-requests {
  color: #00549d;
  cursor: pointer;
}
.drug-reg-analyst-popover {
  width: 230px;
}
.perm-request-form .time-wrapper {
  display: flex;
  align-items: center;
}
.perm-request-form .time-wrapper .timezone-code {
  width: 12%;
  float: left;
  padding-left: 0px;
  margin-left: 10px;
}
.perm-request-form .salary-wrapper {
  display: flex;
  align-items: center;
}
.perm-request-form .salary-wrapper .salary-start {
  margin-right: 5px;
}
.perm-request-form .salary-wrapper .dollar-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #f2f3f4;
  color: #9a9a9a;
  border: 1px solid #ddd;
  border-right: 0;
  padding-top: 4px;
  padding-left: 3px;
}
.perm-request-form .salary-wrapper .dollar-icon.end {
  margin-left: 5px;
}
.perm-request-form .salary-wrapper .dollar-icon.disabled {
  background-color: #fff;
  color: #000;
  border: 0px;
}
.perm-request-form .download-icon {
  font-size: 15px;
}
.perm-request-form .current-org-contacts .org-contact-dropdown {
  float: left;
  width: 90%;
  padding-top: 6px;
}
.perm-request-form .current-org-contacts .remove-org-contact {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
.perm-request-form .current-org-contacts .add-org-contact {
  float: right !important;
  padding-top: 6px;
}
.starts-as-pos-player .fa-info-circle {
  color: #024681;
}
.two-way-player .twp-wrapper {
  width: 100%;
}
.two-way-player .twp-flag {
  width: 30%;
  float: left;
}
.two-way-player .secondary-position {
  width: 70%;
  float: left;
}
.player-pools-bold {
  font-weight: bold;
}
.bold-foot-note {
  padding-top: 12px;
  font-weight: bold;
}
.club-totals-table tbody tr .left-column {
  background-color: #f2f3f4;
  font-weight: bold;
}
.club-totals-table tbody tr .right-column {
  min-width: 50px;
}
.award-bonus-package-form .btn.btn-add-player {
  margin-top: 17px;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
  padding: 12px 0;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection {
  padding: 0 12px;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .address-group input {
  margin-bottom: 2px;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .address-group input:last-child {
  margin-bottom: 0;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .contact-info-group .form-group {
  padding: 0;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .phone-numbers-group {
  width: 100%;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .phone-numbers-group .inner-form {
  background-color: transparent;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .player-arrival-wrapper {
  display: flex;
  width: 100%;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .player-arrival-wrapper .separator {
  margin-left: 5px;
  margin-right: 5px;
}
.award-bonus-package-form .player-info-wrapper .player-info-subsection .subsection .at-academy-wrapper .at-academy {
  margin-right: 12px;
}
.other-requests {
  color: #00549d;
  cursor: pointer;
}
.drug-reg-analyst-popover {
  width: 230px;
}
.projected-payroll-impact-form .quick-search-input input {
  width: 100%;
  border-color: #ddd;
  color: #000;
  border-right-style: solid;
  border-right-width: 1px;
}
.projected-payroll-impact-form .quick-search-input .selected-player {
  border-right-style: none;
}
.projected-trade-impact-form ebis-quick-search {
  display: block;
}
.projected-trade-impact-form .popover-item {
  color: #024681;
  cursor: pointer;
}
.projected-trade-impact-form .assignment-bonus-text {
  height: 100px;
  width: 260px;
  overflow-y: scroll;
  background-color: #f2f3f4;
  padding: 8px;
  border: 1px solid #ddd;
}
.projected-trade-impact-form .contract-flags {
  margin-bottom: 5px;
}
.projected-trade-impact-form .player-header {
  width: 75%;
}
.projected-trade-impact-form .org-select {
  width: 200px;
}
.projected-trade-impact-form .quick-search-input input {
  width: 100%;
  border-color: #ddd;
  color: #000;
  border-right-style: solid;
  border-right-width: 1px;
}
.projected-trade-impact-form .selected-player {
  border-right-style: none;
}
.projected-trade-impact-form .summary-header {
  text-align: right;
}
.projected-trade-impact-form .summary-cell {
  text-align: right;
}
.projected-trade-impact-form .pti-assignment-date {
  padding-bottom: 24px;
}
.projected-trade-impact-form .table-responsive {
  margin-bottom: 10px !important;
}
.projected-trade-impact-form .pti-btn-row {
  display: flex;
  justify-content: flex-end;
}
.projected-trade-impact-form .pti-btn-row button {
  margin: 0px 0px 10px 10px;
}
.projected-trade-impact-form .impact-table .table {
  width: 50%;
}
.projected-trade-impact-form .contact-head {
  padding-top: 24px !important;
}
.projected-trade-impact-form table .no-top {
  border-top: none;
}
.projected-trade-impact-form .payroll-report-table-container {
  margin-bottom: 12px;
  overflow-x: auto;
  border-left: 1px solid #c9c9c9;
}
.projected-trade-impact-form .payroll-report-table-container .top-left {
  width: 150px;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-bottom-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .top-left table {
  border-bottom-width: 0px;
  width: 100%;
  border-left: 0;
}
.projected-trade-impact-form .payroll-report-table-container .top-left table thead {
  border-left: 0;
}
.projected-trade-impact-form .payroll-report-table-container .top-right {
  overflow-x: hidden;
  border-bottom-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .top-right table th,
.projected-trade-impact-form .payroll-report-table-container .top-right table td,
.projected-trade-impact-form .payroll-report-table-container .top-right table thead,
.projected-trade-impact-form .payroll-report-table-container .top-right table tbody,
.projected-trade-impact-form .payroll-report-table-container .top-right table tr {
  border-bottom-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-left {
  width: 150px;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-left-width: 0px;
  border-top-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-left table {
  width: 100%;
  border-left-width: 0px;
  border-top-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-left table th,
.projected-trade-impact-form .payroll-report-table-container .bottom-left table td,
.projected-trade-impact-form .payroll-report-table-container .bottom-left table thead,
.projected-trade-impact-form .payroll-report-table-container .bottom-left table tbody,
.projected-trade-impact-form .payroll-report-table-container .bottom-left table tr {
  border-left-width: 0px;
  border-top-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-right {
  overflow: auto;
  white-space: nowrap;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-right table {
  border: 0;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-right table th,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table td,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table thead,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tbody,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tr {
  border-top-width: 0px;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-right table th:first-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table td:first-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table thead:first-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tbody:first-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tr:first-child {
  border-left: 0;
}
.projected-trade-impact-form .payroll-report-table-container .bottom-right table th:last-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table td:last-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table thead:last-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tbody:last-child,
.projected-trade-impact-form .payroll-report-table-container .bottom-right table tr:last-child {
  border-right: 0;
}
.projected-trade-impact-form .payroll-report-table-container .scrollable-body {
  max-height: 200px;
  overflow-y: auto;
  clear: both;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-scrollable-body {
  max-height: 300px;
  overflow-y: auto;
  clear: both;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.projected-trade-impact-form .payroll-report-table-container .no-results {
  margin-left: 24px;
}
.projected-trade-impact-form .payroll-report-table-container .shadow {
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table tr {
  height: 33px;
  min-height: 33px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.player-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.player-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.player-col .player-name-div,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.player-col .player-name-div {
  max-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.org-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.org-col {
  width: 43px;
  min-width: 43px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.mls-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.mls-col {
  width: 55px;
  min-width: 55px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.cbt-base-wages,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.lrd-base-wages,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.cbt-base-wages,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.lrd-base-wages {
  width: 119px;
  min-width: 119px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.non-cash,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.non-cash {
  width: 115px;
  min-width: 115px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.earned-bonuses,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.earned-bonuses {
  width: 116px;
  min-width: 116px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.cbt-total,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.cbt-total,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.lrd-total,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.lrd-total {
  width: 121px;
  min-width: 121px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.wage-type,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.wage-type {
  width: 160px;
  min-width: 160px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.sign-bonus,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.sign-bonus {
  width: 107px;
  min-width: 107px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.currency-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.currency-col {
  width: 100px;
  min-width: 100px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.flag-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.flag-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.select-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.select-col {
  width: 30px;
  min-width: 30px;
  text-align: center;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.arb-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.arb-col {
  width: 140px;
  min-width: 140px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.pre-arb-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.pre-arb-col {
  width: 120px;
  min-width: 120px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.total-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.total-col {
  width: 125px;
  min-width: 125px;
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.manual-change-col {
  width: 130px;
  min-width: 130px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.manual-change-col {
  width: 130px;
  min-width: 130px;
  text-align: center;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.gua-col,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.gua-col {
  width: 100px;
  min-width: 100px;
  text-align: center;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .gua-col .ui-grid-cell-contents,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .flag-col .ui-grid-cell-contents {
  padding: 2px 0 0 0;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.trash-col {
  width: 62px;
  min-width: 62px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table td.trash-col {
  width: 62px;
  min-width: 62px;
  text-align: center;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.scrollbar-col {
  width: 17px;
  max-width: 17px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.scrollbar-forecast-col {
  width: 11px;
  max-width: 11px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .deleted-cell {
  color: #C9C9C9 !important;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .deleted-cell input,
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .deleted-cell a {
  color: #C9C9C9 !important;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .deleted-flag {
  color: #000;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table .currency-cell {
  text-align: right;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table input {
  height: 25px;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table input.changed-col {
  color: orange;
}
.projected-trade-impact-form .payroll-report-table-container .payroll-report-table th.scroll-placeholder {
  height: 17px;
}
.projected-trade-impact-form .payroll-forecast-table-container .top-left {
  width: 180px;
}
.projected-trade-impact-form .payroll-forecast-table-container .bottom-left {
  width: 180px;
}
.projected-trade-impact-form .payroll-forecast-table-container .top-right {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
}
.projected-trade-impact-form .payroll-forecast-table-container .top-right::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.projected-trade-impact-form .payroll-forecast-table-container .bottom-right {
  overflow-x: auto;
}
.projected-trade-impact-form .payroll-forecast-table-container .bottom-right::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.projected-trade-impact-form .payroll-forecast-table-container .bottom-scroll {
  overflow-x: auto;
  margin-left: 180px;
  height: 11px;
}
.projected-trade-impact-form .payroll-forecast-table-container .bottom-scroll div {
  height: 1px;
}
.projected-trade-impact-form .payroll-forecast-table-container .col-correction {
  visiblility: false;
  width: 10px;
  height: 26px;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table input {
  height: 17px;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table th.manual-change-col {
  width: 130px;
  min-width: 130px;
  text-align: center;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table td.manual-change-col {
  border-right: 0;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table th.trash-col,
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table td.trash-col {
  width: 30px;
  min-width: 30px;
  text-align: center;
  border-right: 0;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table th.trash-col {
  width: 38px;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table td.scroll-bar-forecast-col {
  border-left: 0;
  min-width: 13px;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table tr.deleted-row {
  color: #C9C9C9 !important;
}
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table tr.deleted-row td input,
.projected-trade-impact-form .payroll-forecast-table-container .payroll-report-table tr.deleted-row td a {
  color: #C9C9C9 !important;
}
.projected-trade-impact-form .as-of-date-row,
.projected-trade-impact-form .comments-row,
.projected-trade-impact-form .payroll-report-row {
  margin-right: 0px;
}
.projected-trade-impact-form .mjc-season-days .left {
  width: 185px;
  float: left;
  display: inline-block;
  position: relative;
}
.projected-trade-impact-form .mjc-season-days .left th {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.projected-trade-impact-form .mjc-season-days .right {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: auto;
  white-space: nowrap;
  margin-right: 24px;
}
.projected-trade-impact-form .mjc-season-days .no-pad {
  padding-right: 0;
}
.projected-trade-impact-form .mjc-cbt-lrd .left {
  width: 200px;
  float: left;
  display: inline-block;
  position: relative;
}
.projected-trade-impact-form .mjc-cbt-lrd .left th {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.projected-trade-impact-form .mjc-cbt-lrd .right {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: auto;
  white-space: nowrap;
  margin-right: 0;
}
.projected-trade-impact-form .mjc-cbt-lrd .cbt-lrd-row {
  margin-right: 0px;
}
.projected-trade-impact-form .mjc-cbt-lrd .table-padding {
  padding-right: 24px;
}
.projected-trade-impact-form .mjc-cbt-lrd .double-indent {
  text-indent: 50px !important;
}
.projected-trade-impact-form .mjc-add-settings .percent-addon {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.projected-trade-impact-form .payroll-label-asterisk {
  display: inline;
}
.projected-trade-impact-form .modified-div {
  line-height: 3;
}
.projected-trade-impact-form .modified-div .modified-flag {
  display: inline-block;
  vertical-align: middle;
}
.projected-trade-impact-form .modified-div .modified-text {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.projected-trade-impact-form .payroll-table-container {
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 0;
}
.projected-trade-impact-form .payroll-table-container .shadow {
  z-index: 9999;
  -moz-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #bbb;
}
.projected-trade-impact-form .payroll-table-container .right-table-div {
  display: inline-block;
}
.projected-trade-impact-form .payroll-table-container .right-table-div td,
.projected-trade-impact-form .payroll-table-container .right-table-div th,
.projected-trade-impact-form .payroll-table-container .right-table-div tr,
.projected-trade-impact-form .payroll-table-container .right-table-div tbody,
.projected-trade-impact-form .payroll-table-container .right-table-div thead,
.projected-trade-impact-form .payroll-table-container .right-table-div table {
  border-left: none !important;
}
.projected-trade-impact-form .payroll-table-container .closed-col {
  display: none !important;
}
.projected-trade-impact-form .payroll-table-container .even {
  background-color: white;
}
.projected-trade-impact-form .payroll-table-container .odd {
  background-color: #f2f3f4;
}
.projected-trade-impact-form .payroll-table-container i {
  cursor: pointer;
}
.projected-trade-impact-form .payroll-table-container .payroll-table td {
  height: 20px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-container {
  padding-right: 6px;
  padding-top: 0px;
  margin-top: 0px;
  vertical-align: top;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-lrd {
  color: #FF9900;
  float: right;
  line-height: 0.7;
  font-size: 12px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .modified-tbody .modified-bkmrk-season {
  color: #FF9900;
  float: right;
  line-height: 0.7;
  font-size: 12px;
  padding-bottom: 2px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .modified-tbody input.modified {
  color: #FF9900;
}
.projected-trade-impact-form .payroll-table-container .payroll-table td.no-border {
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}
.projected-trade-impact-form .payroll-table-container .payroll-table td.first-row,
.projected-trade-impact-form .payroll-table-container .payroll-table th.first-row {
  height: 34px;
  padding-top: 10px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table td {
  height: 24px;
  text-align: center;
  padding: 0px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table th {
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table th.scroll-placeholder {
  height: 17px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .fa {
  font-size: 16px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table th.col-header {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: none;
  border-top: none;
  text-align: center;
}
.projected-trade-impact-form .payroll-table-container .payroll-table th.col-header span {
  font-weight: normal;
}
.projected-trade-impact-form .payroll-table-container .payroll-table h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  display: inline;
  font-weight: 600;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .data-col {
  width: 150px;
  min-width: 150px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .space {
  height: 42px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .labels-col {
  width: 185px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .no-bottom {
  border-bottom: none;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .no-top {
  border-top: none;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .cell {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  text-align: right;
  padding-right: 5px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .team-header,
.projected-trade-impact-form .payroll-table-container .payroll-table .level-label {
  border-top: none;
  border-bottom: none;
  text-indent: 25px;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .misc-days-cell {
  border-top: none;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .level-header {
  border-top: none;
  padding-bottom: 0;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .last {
  border-top: none;
  border-right: 1px solid #c9c9c9;
}
.projected-trade-impact-form .payroll-table-container .payroll-table .bold {
  font-weight: 600;
}
.projected-trade-impact-form .payroll-forecast-footer {
  margin-left: 12px;
}
.projected-trade-impact-form .payroll-forecast-footer div {
  width: 50%;
  float: left;
}
.projected-trade-impact-form .payroll-forecast-footer .payroll-forecast-add-button {
  margin-right: 10px;
}
.projected-trade-impact-form .options-section .table-responsive {
  margin-left: 24px;
  margin-right: 24px;
}
.projected-trade-impact-form .payroll-forecast-cash-trans.table-bordered {
  border-left: none;
  border-right: none;
}
.projected-trade-impact-form .payroll-forecast-cash-trans thead {
  border: none;
}
.projected-trade-impact-form .payroll-forecast-cash-trans tbody {
  border: none;
}
.projected-trade-impact-form .payroll-forecast-cash-trans tbody > tr:last-child:hover {
  background: none;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th {
  border-bottom: none !important;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:first-child,
.projected-trade-impact-form .payroll-forecast-cash-trans td:first-child {
  width: 75px;
  border-left: 1px solid #c9c9c9 !important;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:nth-child(2),
.projected-trade-impact-form .payroll-forecast-cash-trans td:nth-child(2) {
  width: 75px;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:nth-child(3),
.projected-trade-impact-form .payroll-forecast-cash-trans td:nth-child(3) {
  width: 120px;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:nth-child(4),
.projected-trade-impact-form .payroll-forecast-cash-trans td:nth-child(4) {
  width: 100px;
  text-align: right;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:nth-child(5),
.projected-trade-impact-form .payroll-forecast-cash-trans td:nth-child(5) {
  border-right: 1px solid #c9c9c9 !important;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th:nth-child(6),
.projected-trade-impact-form .payroll-forecast-cash-trans td:nth-child(6) {
  min-width: 100px;
}
.projected-trade-impact-form .payroll-forecast-cash-trans.edit-mode th:nth-child(5),
.projected-trade-impact-form .payroll-forecast-cash-trans.edit-mode td:nth-child(5) {
  width: 100px;
  text-align: right;
  border-right: 0 !important;
}
.projected-trade-impact-form .payroll-forecast-cash-trans th.trash-col,
.projected-trade-impact-form .payroll-forecast-cash-trans td.trash-col {
  border-right: 1px solid #c9c9c9 !important;
  width: 30px;
  min-width: 30px;
  text-align: center;
}
.projected-trade-impact-form .payroll-forecast-cash-trans .ui-select-bootstrap > .ui-select-match > .btn[disabled] {
  font-weight: 300;
}
.projected-trade-impact-form .payroll-forecast-cash-trans .form-control[disabled] {
  font-weight: 300;
}
.projected-trade-impact-form .player-loading {
  background-image: url(../loading.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
.projected-trade-impact-form .pay-sch-total {
  text-align: right;
  margin-top: 2px;
}
.projected-trade-impact-form .pay-sch-currency {
  min-width: 85px;
}
.projected-trade-impact-form .form-overflow {
  overflow: visible !important;
}
.projected-trade-impact-form .mjc-covenant-wrapper .ck-editor-padding {
  padding-left: 12px !important;
}
.projected-trade-impact-form .adjusted-salary-override label {
  font-weight: 100;
}
.projected-trade-impact-form .adjTerm {
  width: 60px;
}
.projected-trade-impact-form .adjThreshold {
  width: 75px;
}
.projected-trade-impact-form .bonus-package-panel .panel-heading {
  background-color: #E1E9F3;
  padding: 6px;
}
.projected-trade-impact-form .bonus-package-panel .panel-body {
  background-color: #FFFFFF;
}
.projected-trade-impact-form .bonus-package-panel .bonus-package-inner .panel-body {
  background-color: #F2F3F4;
}
/**
 * 3rd-party scripts that must be loaded after parent 3rd party scripts
 */
.japanese-addendum-header {
  font-weight: bold;
  font-size: 17pt;
}
table tfoot .footer-display {
  display: flex;
  justify-content: flex-end;
}
table tfoot .footer-display button:first-of-type {
  margin-right: 6px;
}
.terms-table {
  margin-bottom: 12px;
}
.bonus-fields {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
form[name="mncForm"] input:disabled {
  text-overflow: ellipsis;
}
.additional-info-needed-body .row-wrapper {
  margin-left: 0;
}
.gray-text {
  color: #808080;
}
.black-text {
  color: #000000;
}
.formatOverUnder {
  display: flex;
  justify-content: flex-end;
}
.formatOverUnder .ui-grid-cell-contents {
  padding: 0;
}
.inherit-width {
  width: inherit;
}
.notification-period-td {
  width: 305px;
}
.notification-period-td div {
  display: flex;
}
.notification-period-td div div {
  flex: 4;
  margin-right: 4px;
}
.notification-period-td div input {
  flex: 1;
}
.club-response-td {
  width: 219px;
}
.note-text {
  color: #ff9900;
  font-weight: 700;
}
.widget-header.addc-disclaimer {
  background-color: #ffffff;
  border-bottom: initial;
}
.widget-title.addc-disclaimer-text {
  line-height: 1.42857143;
  font-size: 13px;
  font-weight: 400;
}
.mnc-printing .page {
  margin-top: 10pt;
  margin-bottom: 50pt;
  margin-left: 30.24pt;
  margin-right: 27.36pt;
}
.mnc-printing .dsl-upc {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-a {
  break-after: page;
  margin-left: 12pt;
  margin-right: 12pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-a .status-of-player {
  padding: 5px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  font-family: Calibri, sans-serif !important;
  font-size: 11pt !important;
  font-style: normal !important;
  line-height: 1.5;
}
.mnc-printing .addendum-a .status-of-player .circled {
  border: 2px solid red;
  border-radius: 5px;
}
.mnc-printing .addendum-a .status-of-player .spacer {
  height: 9pt;
}
.mnc-printing .addendum-a table {
  border: 2px solid black;
  width: 100%;
}
.mnc-printing .addendum-a table td {
  padding: 5px;
  border: 2px solid black;
  font-family: Calibri, sans-serif !important;
  font-size: 11pt !important;
  font-style: normal !important;
}
.mnc-printing .addendum-a .first-indent {
  margin-left: 145px;
}
.mnc-printing .addendum-a .add-a-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 450px;
  font-weight: bold;
  padding-left: 5px;
}
.mnc-printing .addendum-a .add-a-inline-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 140px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 10px;
}
.mnc-printing .addendum-a .add-a-inline-subtext {
  position: relative;
  width: 140px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 8pt;
}
.mnc-printing .addendum-a .add-a-subtext {
  font-size: 8pt;
  position: relative;
}
.mnc-printing .addendum-a .add-a-labeled-sub-text-box {
  margin-top: -2px;
}
.mnc-printing .addendum-b {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-b .add-b-list {
  font-family: Calibri, sans-serif;
  font-size: 10pt;
  font-style: normal;
  margin-top: 20px;
}
.mnc-printing .addendum-b .add-b-list .add-b-group-header {
  font-weight: bold;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 5px;
  page-break-inside: avoid;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div {
  font-weight: normal;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.payment-table {
  width: 700px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.payment-table .date-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.payment-table .daysOfApp-col {
  width: 185px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.payment-table .payable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.payment-table .visa-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.contingency-table {
  width: 650px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.contingency-table .payable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.contingency-table .days-retained-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.contingency-table .classification-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.contingency-table .club-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table {
  width: 710px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table .roster-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table .amount-col {
  width: 210px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table .deadline-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table .country-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.foreign-team-table .type-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-term-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-term-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-term-table .year-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-term-table .amount-label-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-term-table .amount-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-release-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-release-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-release-table .year-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-release-table .amount-label-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.spring-release-table .amount-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.championship-release-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.championship-release-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.championship-release-table .year-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.championship-release-table .amount-label-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.championship-release-table .amount-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.offset-term-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.offset-term-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.offset-term-table .year-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.offset-term-table .amount-label-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.offset-term-table .amount-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.fixed-term-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.fixed-term-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.fixed-term-table .year-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.fixed-term-table .amount-label-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.fixed-term-table .amount-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.unearned-term-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.unearned-term-table .year-lable-col {
  width: 150px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.unearned-term-table .year-col {
  width: 100px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mj-base-table {
  width: 600px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mj-base-table .year-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mj-base-table .amount-col {
  width: 200px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table {
  width: 680px;
  text-align: center;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .year-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .aaa-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .aa-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .a-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .f-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .sa-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .rs-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .r-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .dsl-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-b .add-b-list .add-b-list-item div.mn-assign-table .vsl-col {
  width: 60px;
  display: inline-block;
}
.mnc-printing .addendum-c {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-c table {
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8pt;
}
.mnc-printing .addendum-c table td,
.mnc-printing .addendum-c table th {
  padding: 4px;
  border: 1px solid black;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 12pt !important;
  font-style: normal !important;
  text-align: center;
}
.mnc-printing .addendum-c .dom-dsl-salary-table td,
.mnc-printing .addendum-c table {
  border: none;
  padding: 0px 25px 12px 12px;
  margin-bottom: 60px;
}
.mnc-printing .addendum-c .dom-dsl-salary-table th {
  border: none;
  padding: 0px 25px 12px 12px;
}
.mnc-printing .addendum-c .add-c-language {
  font-family: Calibri, sans-serif;
  font-size: 10pt;
  font-style: normal;
  width: 700px;
}
.mnc-printing .addendum-c .widetable {
  padding: 3px;
}
.mnc-printing .addendum-d {
  break-after: page;
  margin-left: 23pt;
  margin-right: 23pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-f {
  break-after: page;
  margin-left: 23pt;
  margin-right: 23pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-f .add-f-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-f .add-f-text-box-under-label {
  position: relative;
  width: 350px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-f .add-f-small-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 250px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
}
.mnc-printing .addendum-f .space-to-sign-f {
  margin-bottom: 25px;
}
.mnc-printing .addendum-g {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-g .padded-multi-line {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-left: 5px;
}
.mnc-printing .addendum-g .line-letter {
  display: inherit;
}
.mnc-printing .addendum-g .add-g-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-g .add-g-text-box-under-label {
  position: relative;
  width: 350px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-g .add-g-small-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 250px;
  font-weight: bold;
  padding-left: 5px;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-g .space-to-sign-g {
  margin-bottom: 20px;
}
.mnc-printing .addendum-h {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .addendum-h .padded-multi-line {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-left: 5px;
}
.mnc-printing .addendum-h .line-letter {
  display: inherit;
}
.mnc-printing .addendum-h .add-h-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-h .add-h-text-box-under-label {
  position: relative;
  width: 350px;
  padding-left: 5px;
  margin-top: 10px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-h .add-h-small-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 250px;
  font-weight: bold;
  padding-left: 5px;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
}
.mnc-printing .addendum-h .space-to-sign-h {
  margin-bottom: 40px;
}
.mnc-printing .addendum-h .space-to-sign-h-spanish {
  margin-bottom: 30px;
}
.mnc-printing .life-insurance-notice {
  break-after: page;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .life-insurance-notice .padded-multi-line {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-left: 5px;
}
.mnc-printing .life-insurance-notice .line-letter {
  display: inherit;
}
.mnc-printing .life-insurance-notice .add-life-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
}
.mnc-printing .life-insurance-notice .add-life-text-box-under-label {
  position: relative;
  width: 350px;
  padding-left: 5px;
  margin-top: 10px;
  margin-right: 20px;
  font-style: italic;
}
.mnc-printing .life-insurance-notice .space-to-sign-life-insurance {
  margin-bottom: 25px;
}
.mnc-printing .execution-of-contract {
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.mnc-printing .execution-of-contract .add-exe-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
}
.mnc-printing .execution-of-contract .add-exe-text-box-under-label {
  position: relative;
  width: 350px;
  margin-top: 10px;
  margin-right: 20px;
}
.mnc-printing .execution-of-contract .add-exe-small-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 250px;
  font-weight: bold;
  padding-left: 5px;
}
.mnc-printing .execution-of-contract .space-to-sign-exe {
  margin-bottom: 25px;
}
.mnc-printing .execution-of-contract .space-for-stamp {
  padding-bottom: 140px;
}
.mnc-printing p {
  margin-bottom: 8pt;
  line-height: normal;
}
.mnc-printing p.paragraph-break {
  margin-bottom: 0px;
}
.mnc-printing p.multi-spaced {
  line-height: 1.08;
}
body.mnc-printing {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  width: 8.5in;
  margin: 0pt;
}
body.mnc-printing * {
  box-shadow: none !important;
  text-shadow: none !important;
}
body.mnc-printing .club-logo {
  height: 84pt;
  position: absolute;
  left: 18px;
}
body.mnc-printing .page-break-after {
  break-after: page;
}
body.mnc-printing .esign {
  color: white;
  text-shadow: 0 0 5px #ffffff;
}
@media print {
  body.mnc-printing {
    width: 8.5in;
    float: none;
  }
  body.mnc-printing .esign {
    color: white !important;
    text-shadow: none !important;
    -webkit-print-color-adjust: exact !important;
  }
  @page {
    margin: 40px 0px 35px 0px;
    @bottom-right {
      content: '';
    }
  }
}
.pb-bonus-term {
  display: inline-block;
  width: 100px;
  border-right: 1px solid black;
}
.pb-threshold-term {
  display: inline-block;
  width: 100px;
}
.printable-awd .bonus-table {
  width: 100%;
}
.printable-awd .bonus-table:last-child {
  border-bottom: 1px solid black;
}
.printable-awd .bonus-table tbody tr {
  border: 1px solid black;
}
.printable-awd .bonus-table tbody tr:last-child {
  border-bottom: 0;
}
.printable-awd .bonus-table tbody td {
  border-right: 1px solid black;
}
.printable-awd .bonus-table th {
  text-align: center;
}
.printable-awd-total-offered {
  display: flex;
  flex-direction: row;
}
.printable-awd-total-offered .total-offered-table {
  margin-left: 30px;
}
.printable-awd-total-offered .total-offered-table tbody tr {
  border: 1px solid black;
}
.printable-awd-total-offered .total-offered-table tbody td {
  width: 120px;
  border-right: 1px solid black;
}
.printable-awd-total-offered .total-offered-table th {
  text-align: center;
}
.awd-bonus-term {
  display: inline-block;
  width: 150px;
  border-right: 1px solid black;
}
.awd-threshold-term {
  display: inline-block;
  width: 100px;
}
.bonus-total-offered {
  padding-top: 3px;
  padding-right: 1px;
}
.bonus-amount-wrapper {
  align-items: center;
}
.bonus-amount-wrapper .amount-field {
  margin-left: 12px;
  align-items: center;
}
.complex-bonus-lang {
  width: 100%;
}
.max-amount {
  margin-left: 6px;
}
.bonus-max-amount-payable {
  padding-bottom: 3px;
  padding-right: 1px;
}
.include-max-payable {
  margin-left: 30px;
}
.max-amount-payable-section {
  margin-top: 20px;
  margin-bottom: 25px;
}
.max-amount-detail-section {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
}
.single-c-printing .page {
  padding-top: 66pt;
  padding-bottom: 66pt;
}
.single-c-printing p {
  margin-bottom: 12px;
  line-height: 19.5px;
}
.single-c-printing p.paragraph-break {
  margin-bottom: 0px;
}
.single-c-printing p.multi-spaced {
  line-height: 21.06pt;
}
.single-c-printing .salary-table {
  width: 800px;
  text-align: center;
  margin-bottom: 10px;
}
.single-c-printing .salary-table .class-col {
  width: 250px;
  display: inline-block;
  text-align: left;
}
.single-c-printing .salary-table .salary-col {
  width: 185px;
  display: inline-block;
  text-align: left;
}
.single-c-printing .salary-table .club-col {
  width: 265px;
  display: inline-block;
  text-align: left;
}
.single-c-printing .single-c-page {
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.single-c-printing .single-c-page .padded-multi-line {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-left: 5px;
}
.single-c-printing .single-c-page .line-letter {
  display: inherit;
}
.single-c-printing .single-c-page .single-c-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 350px;
  font-weight: bold;
  padding-left: 5px;
  margin-right: 20px;
  text-align: center;
}
.single-c-printing .single-c-page .single-c-text-box-under-label {
  position: relative;
  width: 350px;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 20px;
  text-align: center;
}
.single-c-printing .single-c-page .single-c-small-text-box {
  border-bottom: 1px solid black;
  position: relative;
  width: 250px;
  font-weight: bold;
  padding-left: 5px;
  margin-left: 10px;
  margin-right: 20px;
}
.single-c-printing .single-c-page .single-c-language {
  font-family: Calibri, sans-serif;
  font-size: 10pt;
  font-style: normal;
  width: 700px;
}
.single-c-printing .single-c-page .space-to-sign-c {
  margin-bottom: 20px;
}
body.single-c-printing {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  width: 8.5in;
  margin: 0pt;
}
body.single-c-printing * {
  box-shadow: none !important;
  text-shadow: none !important;
}
body.single-c-printing .club-logo {
  height: 93pt;
  position: absolute;
  top: 0;
  left: 18px;
}
body.single-c-printing .page-break-after {
  break-after: page;
}
body.single-c-printing .esign {
  color: white;
  text-shadow: 0 0 5px #ffffff;
}
@media print {
  body.single-c-printing {
    width: 8.5in;
    float: none;
  }
  body.single-c-printing .esign {
    color: white !important;
    text-shadow: none !important;
    -webkit-print-color-adjust: exact !important;
  }
  @page {
    margin: 40px 0px 35px 0px;
    @bottom-right {
      content: '';
    }
  }
}
.mn-payroll-form .mn-payroll-table .player-col {
  box-shadow: 3px 0px 7px -5px black;
}
.mn-payroll-form .mn-payroll-table th.org {
  width: 169px;
}
.mn-payroll-form .mn-payroll-table .expanded-row {
  background-color: #f2f3f4;
}
.mn-payroll-form .mn-payroll-table .expanded-row.first {
  box-shadow: inset 0px 8px 6px -8px black;
}
.mn-payroll-form .mn-payroll-table .expanded-row td {
  border: 0;
  font-style: italic;
}
.mn-payroll-form .mn-payroll-table .expanded-row td div {
  font-size: 12px;
}
.overridden-indicator {
  margin: 5px 5px 0px 0px;
  cursor: unset;
  color: #ff6600;
}
.mn-payroll-dates-table {
  width: 100%;
}
.total-offered {
  margin-bottom: 6px;
}
.total-offered .total-offered-table td {
  width: 120px;
}
form.system-dates-form.lrd-form .percentage-input:disabled {
  width: 40px;
}
form.system-dates-form.lrd-form .enabled-percentage-addon {
  position: relative;
  top: 3px;
  left: -3px;
  padding: 6px 12px 5px 0;
}
form.system-dates-form.lrd-form .lrd-percentage {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
form.system-dates-form.lrd-form .lrd-item .col-md-4:last-of-type span {
  font-size: 11px;
  color: #c9c9c9;
}
form.system-dates-form h5 {
  margin: 0;
}
form.system-dates-form hr {
  margin-top: 4px;
  margin-bottom: 8px;
  border-top: 1px solid #e6e7e8;
}
form.system-dates-form .system-dates-year-row {
  margin-left: 0;
  margin-right: 0;
}
form.system-dates-form .system-dates-year-wrapper {
  padding: 12px;
}
form.system-dates-form .system-date-category-row .system-date-category:not(:first-of-type) {
  margin-top: 8px;
}
form.system-dates-form .system-dates-form-row {
  padding-left: 24px;
  padding-bottom: 8px;
  overflow: auto;
  zoom: 1;
}
form.system-dates-form .system-dates-form-row div.system-dates-col {
  float: left;
  width: 33%;
}
form.system-dates-form .system-dates-form-row div.system-dates-first-col {
  font-weight: bold;
}
form.system-dates-form .system-dates-form-row + span {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
}
form.system-dates-form .system-dates-col .ebis-datepicker,
form.system-dates-form .system-dates-col .ebis-timepicker {
  width: 48%;
  float: left;
}
form.system-dates-form .system-dates-col .fa-trash {
  padding: 4px 0 4px 12px;
}
form.system-dates-form .date-range-picker-disabled > div.ebis-datepicker {
  width: 67px;
  min-width: auto;
}
form.system-dates-form .date-range-picker-disabled.input-group {
  width: 67px;
  min-width: auto;
  float: left;
}
form.system-dates-form .date-time-separator.horizontal {
  width: 4%;
  height: 26px;
  float: left;
}
form.system-dates-form .date-time-separator.vertical {
  height: 6px;
}
form.system-dates-form .form-control.approval-date-control {
  width: 67px;
  vertical-align: top;
  float: left;
}
form.system-dates-form .ebis-daterange-picker .ebis-datepicker {
  width: 48%;
}
form.system-dates-form .ebis-daterange-picker .date-range-seperator {
  width: 4%;
  margin: 0;
  text-align: center;
  padding-bottom: 4px;
}
form.system-dates-form .holiday-item {
  padding-bottom: 6px;
}
form.system-dates-form .holiday-item .holiday-column {
  padding-bottom: 6px;
}
form.system-dates-form .holiday-item .holiday-label input:disabled {
  font-weight: 600;
}
form.system-dates-form .button-container {
  padding-right: 12px;
  padding-top: 12px;
}
form.system-dates-form .button-container .btn {
  margin-right: 2%;
}
form.club-system-dates-form .filter-row {
  margin-left: 0;
  margin-right: 0;
}
form.club-system-dates-form .form-row {
  margin-left: 0;
  margin-right: 0;
}
form.club-system-dates-form .filter-wrapper {
  padding: 12px 24px;
}
form.club-system-dates-form .bulkDatePopulate {
  display: block;
  font-weight: bold;
  letter-spacing: 0.02em;
}
form.club-system-dates-form .bulkDatePopulate .caret {
  color: #d42307;
}
/* Batches */
.batch-list .col-md-6:last-child {
  color: #c9c9c9;
  font-size: 11px;
}
.running {
  color: #ff6600 !important;
}
.ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 26px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 26px;
  }
}
.batch-utility-wrapper .adv-search-results-widget {
  margin-top: 24px;
}
.batch-params-wrapper {
  padding-bottom: 60px;
}
.batch-params {
  margin: 12px 0;
}
.batch-progress {
  margin: 12px 0;
}
.batch-progress .col-md-10 {
  padding-left: 24px;
}
.batch-progress .col-md-2,
.batch-progress .col-sm-3 {
  padding-left: 0;
  font-weight: 600;
}
.batch-progress-timestamp {
  margin: 12px 0;
  color: #c9c9c9;
}
.batch-progress-timestamp .col-md-12 {
  padding-left: 24px;
}
.system-admin-page {
  /*.system-admin-tabs {
		@media (min-width: 1200px) {
			.hidden-md {
				display: block !important;
			}
			.hidden-sm {
				display: block !important;
			}
			.hidden-xs {
				display: block !important;
			}
			.visible-md {
				display: none !important;
			}
			.visible-sm {
				display: none !important;
			}
			.visible-xs {
				display: none !important;
			}				
			.tab-dropdown {
				&.hidden-md {
					display: none !important;
				}
			}		
		}
	
		
		@media (min-width: 1032px) and (max-width: 1199px) {
			.hidden-md {
				display: none !important;
			}
			.hidden-sm {
				display: block !important;
			}
			.hidden-xs {
				display: block !important;
			}
			.visible-md {
				display: block !important;
			}
			.visible-sm {
				display: none !important;
			}
			.visible-xs {
				display: none !important;
			}			
			.tab-dropdown {
				&.hidden-md {
					display: block !important;
				}
			}		
		}
		
		@media (min-width: 777px) and (max-width: 1031px) {
			.hidden-md {
				display: none !important;
			}
			.hidden-sm {
				display: none !important;
			}
			.hidden-xs{
				display: block !important;
			}
			.visible-md {
				display: block !important;
			}
			.visible-sm {
				display: block !important;
			}
			.visible-xs {
				display: none !important;
			}			
			.tab-dropdown {
				&.hidden-md {
					display: block !important;
				}
			}		
		}
		
		@media (max-width: 776px) {
			.hidden-md {
				display: none !important;
			}
			.hidden-sm {
				display: none !important;
			}
			.hidden-xs{
				display: none !important;
			}
			.visible-md {
				display: block !important;
			}
			.visible-sm {
				display: block !important;
			}
			.visible-xs {
				display: block !important;
			}		
			.tab-dropdown {
				&.hidden-md {
					display: block !important;
				}
			}		
		}
		
		
		
		
	}*/
}
.system-admin-page.club-user .system-admin-tabs {
  /*			:not(.boc-only) {
				@media (min-width: 768px) {
					&.hidden-md {
						display: block !important;
					}
					&.visible-md {
						display: none !important;
					}
					.tab-dropdown {
						&.hidden-md {
							display: none !important;
						}
					}		
				}
				
				@media (max-width: 767px) {
					&.hidden-md {
						display: none !important;
					}
					&.visible-md {
						display: block !important;
					}
					.tab-dropdown {
						&.hidden-md {
							display: block !important;
						}
					}		
				}
			}*/
}
.system-admin-page.club-user .system-admin-tabs .boc-only {
  display: none !important;
}
.frozen-message {
  color: #ff9900;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 20px;
}
form.central-tender-form .central-tender-input-row {
  margin-left: 0;
  margin-right: 0;
}
form.central-tender-form .central-tender-input-wrapper {
  padding: 12px;
}
form.central-tender-form .central-tender-header-wrapper {
  display: flex;
}
form.central-tender-form .view-button {
  display: block;
  width: 70 px;
}
form.central-tender-form .add-player-button {
  float: right;
  margin-right: 12px;
}
.central-tender-table {
  border: 1px solid #d4d4d4;
}
.central-tender-table .ui-grid {
  height: 300px;
}
.central-tender-table .sorted-column {
  background-color: #f2f3f4;
}
.print-dropdown {
  width: 182px;
}
.central-tender-table-header {
  width: 185px;
  border-bottom: 0px;
}
.tender-status-grid-cell {
  overflow: visible !important;
}
.ct-salary-col {
  border: none !important;
  text-align: right;
}
.salary-info-modal-window .modal-dialog {
  width: 500px;
}
.salary-info-footer-button {
  width: 100%;
  height: 40px;
  font-weight: bold;
}
.salary-info-footer-button-wrapper {
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
}
.salary-info-footer-button-wrapper .footer-button {
  width: 100%;
}
.salary-info-ok-button-wrapper {
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.salary-info-ok-button-wrapper .footer-button {
  width: 100%;
}
.salary-info-footer-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.ct-salary-info-table-wrapper .table {
  width: 100%;
}
.salary-info-left-col {
  width: 65%;
  background: #f2f3f4;
}
.salary-info-right-col,
.salary-info-right-col .form-control {
  text-align: right;
}
.box-highlight {
  border: 1px solid #fc8f8f !important;
}
.changed-value {
  color: #ff9900;
}
/* NOTE: if any of these styles are common to all widgets. please move into common/widgets/widgets.less instead */
.system-forms-widget .ui-grid-region-dropdown {
  padding: 0 !important;
}
.system-forms-widget .widget-file-attachment-selector {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.system-forms-widget .widget-file-attachment-text {
  position: relative;
  top: -25px;
}
.multi-add-c-widget .global-filter-ui-select .ui-select-choices,
.salary-structures-widget .global-filter-ui-select .ui-select-choices,
.signatories-negotiators-widget .global-filter-ui-select .ui-select-choices,
.club-esig-widget .global-filter-ui-select .ui-select-choices,
.major-league-summary-widget .global-filter-ui-select .ui-select-choices,
.mls-breakdown-widget .global-filter-ui-select .ui-select-choices,
.wlp-club-comm-widget .global-filter-ui-select .ui-select-choices {
  margin-bottom: 0;
  padding-left: 0;
}
.multi-add-c-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .approved-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .approved-status .ui-grid-cell-contents:not(.status-field) {
  color: #000;
}
.multi-add-c-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .preliminary-status .ui-grid-cell-contents:not(.status-field),
.multi-add-c-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .missing-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .missing-status .ui-grid-cell-contents:not(.status-field) {
  color: #d42307;
}
.multi-add-c-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .tendered-status .ui-grid-cell-contents:not(.status-field),
.multi-add-c-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .pending-status .ui-grid-cell-contents:not(.status-field),
.multi-add-c-widget .update-status .ui-grid-cell-contents:not(.status-field),
.salary-structures-widget .update-status .ui-grid-cell-contents:not(.status-field),
.signatories-negotiators-widget .update-status .ui-grid-cell-contents:not(.status-field),
.club-esig-widget .update-status .ui-grid-cell-contents:not(.status-field),
.major-league-summary-widget .update-status .ui-grid-cell-contents:not(.status-field),
.mls-breakdown-widget .update-status .ui-grid-cell-contents:not(.status-field),
.wlp-club-comm-widget .update-status .ui-grid-cell-contents:not(.status-field) {
  color: #00a651;
}
.multi-add-c-widget .ui-grid-cell .fa-arrow-up,
.salary-structures-widget .ui-grid-cell .fa-arrow-up,
.signatories-negotiators-widget .ui-grid-cell .fa-arrow-up,
.club-esig-widget .ui-grid-cell .fa-arrow-up,
.major-league-summary-widget .ui-grid-cell .fa-arrow-up,
.mls-breakdown-widget .ui-grid-cell .fa-arrow-up,
.wlp-club-comm-widget .ui-grid-cell .fa-arrow-up {
  color: #00549d;
}
.multi-add-c-widget .ui-grid-cell .ui-select-match,
.salary-structures-widget .ui-grid-cell .ui-select-match,
.signatories-negotiators-widget .ui-grid-cell .ui-select-match,
.club-esig-widget .ui-grid-cell .ui-select-match,
.major-league-summary-widget .ui-grid-cell .ui-select-match,
.mls-breakdown-widget .ui-grid-cell .ui-select-match,
.wlp-club-comm-widget .ui-grid-cell .ui-select-match {
  height: 24px;
}
.multi-add-c-widget .ui-grid-cell-contents div.file-loading-indicator img,
.salary-structures-widget .ui-grid-cell-contents div.file-loading-indicator img,
.signatories-negotiators-widget .ui-grid-cell-contents div.file-loading-indicator img,
.club-esig-widget .ui-grid-cell-contents div.file-loading-indicator img,
.major-league-summary-widget .ui-grid-cell-contents div.file-loading-indicator img,
.mls-breakdown-widget .ui-grid-cell-contents div.file-loading-indicator img,
.wlp-club-comm-widget .ui-grid-cell-contents div.file-loading-indicator img {
  height: 24px;
  width: 24px;
  margin-left: -3px;
}
.multi-add-c-widget .ui-grid-cell-contents .arrow-disabled,
.salary-structures-widget .ui-grid-cell-contents .arrow-disabled,
.signatories-negotiators-widget .ui-grid-cell-contents .arrow-disabled,
.club-esig-widget .ui-grid-cell-contents .arrow-disabled,
.major-league-summary-widget .ui-grid-cell-contents .arrow-disabled,
.mls-breakdown-widget .ui-grid-cell-contents .arrow-disabled,
.wlp-club-comm-widget .ui-grid-cell-contents .arrow-disabled {
  color: #c9c9c9;
  cursor: auto;
}
.multi-add-c-widget .ui-grid-cell-contents.flags-header .fa-flag,
.salary-structures-widget .ui-grid-cell-contents.flags-header .fa-flag,
.signatories-negotiators-widget .ui-grid-cell-contents.flags-header .fa-flag,
.club-esig-widget .ui-grid-cell-contents.flags-header .fa-flag,
.major-league-summary-widget .ui-grid-cell-contents.flags-header .fa-flag,
.mls-breakdown-widget .ui-grid-cell-contents.flags-header .fa-flag,
.wlp-club-comm-widget .ui-grid-cell-contents.flags-header .fa-flag {
  color: #00549d;
}
.contract-language-widget .language-status-field.pending-english-status,
.contract-language-widget .language-status-field.pending-spanish-status {
  color: #00a651;
}
.contract-language-widget .language-status-field.preliminary-english-status,
.contract-language-widget .language-status-field.preliminary-spanish-status {
  color: #d42307;
}
.signatories-negotiators-widget .ui-grid-cell-contents .btn-default {
  line-height: 15px;
  margin-top: -3px;
}
.signature-pad-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.signature-pad-header h3 {
  margin-right: 10px;
}
.signature-pad-header span {
  margin-top: 10px;
}
.signature-pad-header .stored-signature-clear-btn {
  background: none!important;
  border: none;
  padding: 0!important;
  height: 18px;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: -1px;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multi-add-c-widget .esign-split-button .btn-link {
  text-align: left;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
ul.req-field-errors li {
  color: #000 !important;
  list-style-type: disc;
}
.warning-bullet .req-field-errors li {
  list-style-type: none;
}
.padding-left-6 {
  padding-left: 6px;
}
.padding-left-12 {
  padding-left: 12px !important;
}
.padding-right-32 {
  padding-right: 32px !important;
}
.padding-right-8 {
  padding-right: 32px !important;
}
.payment-tracker-amount-due {
  display: flex;
  letter-spacing: 0.01em;
}
.payment-tracker-amount-due div {
  padding: 17px 10px;
  font-size: 14px;
}
.payment-tracker-amount-due h2 {
  font-weight: 600;
}
.mnc-static-header {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .mnc-static-header {
    margin-top: 52px;
  }
  .mnc-static-header .form-static-info-header.row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .mnc-form-wrapper .form-header {
    margin-top: 6px;
  }
}
.single-c-form-wrapper {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .single-c-form-wrapper {
    margin-top: 36px;
  }
}
.single-c-form-wrapper .form-header {
  display: flex;
  align-items: center;
}
.single-c-form-wrapper .form-header .arrow {
  margin-top: 9px;
}
.single-c-form-wrapper .form-header .ui-select-container {
  width: 100px;
}
.single-c-form .exec-contract-link,
.mnc-form .exec-contract-link {
  font-size: 13px;
}
.single-c-form .foreign-inq-table-wrapper,
.mnc-form .foreign-inq-table-wrapper {
  margin-right: 0 !important;
}
.single-c-form .cep-table .label-cell,
.mnc-form .cep-table .label-cell {
  background-color: #f2f3f4;
}
.single-c-form .cep-table .value-cell,
.mnc-form .cep-table .value-cell {
  text-align: right;
}
.single-c-form .cep-table .total-cell,
.mnc-form .cep-table .total-cell {
  text-align: right;
  font-weight: bold;
}
.single-c-form .cep-table .input-group-addon,
.mnc-form .cep-table .input-group-addon {
  padding: 4px 8px;
  background-color: #f2f3f4;
  border: 1px solid #dddddd;
  border-right: none;
}
.single-c-form .cep-table input,
.mnc-form .cep-table input {
  text-align: right;
}
.single-c-form td .foreign-inquiry-group-field,
.mnc-form td .foreign-inquiry-group-field {
  float: left;
  width: 49%;
}
.single-c-form td .foreign-inquiry-group-field.full,
.mnc-form td .foreign-inquiry-group-field.full {
  width: 100%;
}
.single-c-form td .foreign-inquiry-group-field:first-of-type,
.mnc-form td .foreign-inquiry-group-field:first-of-type {
  margin-right: 2%;
}
.single-c-form td .foreign-inquiry-group-field.inquiryDateOpDD,
.mnc-form td .foreign-inquiry-group-field.inquiryDateOpDD {
  width: 105px;
}
.single-c-form td .foreign-inquiry-group-field.amount-acq-dd,
.mnc-form td .foreign-inquiry-group-field.amount-acq-dd {
  width: 110px;
}
.single-c-form td .foreign-inquiry-group-field.amount-container,
.mnc-form td .foreign-inquiry-group-field.amount-container {
  width: 220px;
}
.single-c-form td .foreign-inquiry-group-field .acquisition-amount-container input,
.mnc-form td .foreign-inquiry-group-field .acquisition-amount-container input {
  width: 100px;
  float: left;
}
.single-c-form td .foreign-inquiry-group-field .acquisition-amount-container span,
.mnc-form td .foreign-inquiry-group-field .acquisition-amount-container span {
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.single-c-form .ebis-daterange-picker .ebis-datepicker,
.mnc-form .ebis-daterange-picker .ebis-datepicker {
  width: 110px;
}
.single-c-form .foreign-inq-table,
.mnc-form .foreign-inq-table {
  table-layout: fixed;
}
.single-c-form .foreign-inq-table thead tr th:last-of-type,
.mnc-form .foreign-inq-table thead tr th:last-of-type {
  width: 28px;
}
.single-c-form .foreign-inq-table .country-col,
.mnc-form .foreign-inq-table .country-col {
  width: 110px;
}
.single-c-form .foreign-inq-table .inquiryDate-col,
.mnc-form .foreign-inq-table .inquiryDate-col {
  width: 228px;
}
.single-c-form .foreign-inq-table .inquiryDate-col.lg,
.mnc-form .foreign-inq-table .inquiryDate-col.lg {
  width: 370px;
}
.single-c-form .foreign-inq-table .amount-col,
.mnc-form .foreign-inq-table .amount-col {
  width: 238px;
}
.single-c-form .foreign-inq-table .amount-col.lg,
.mnc-form .foreign-inq-table .amount-col.lg {
  width: 350px;
}
.single-c-form .foreign-inq-table .deadline-col,
.mnc-form .foreign-inq-table .deadline-col {
  width: 200px;
}
.single-c-form .foreign-inq-table .rosterType-col,
.mnc-form .foreign-inq-table .rosterType-col {
  width: 175px;
}
.single-c-form i.text-muted,
.mnc-form i.text-muted {
  color: #bbbbbb;
}
.single-c-form .fixed-buttons,
.mnc-form .fixed-buttons {
  display: flex;
}
.single-c-form .fixed-buttons.affix .dynamic-actions .action-item-btn,
.mnc-form .fixed-buttons.affix .dynamic-actions .action-item-btn {
  margin-left: 2px;
}
.single-c-form .fixed-buttons .dynamic-actions,
.mnc-form .fixed-buttons .dynamic-actions {
  display: flex;
  float: left;
}
.single-c-form .fixed-buttons .dynamic-actions > div:first-child:not(.esign-group) button:not(.btn-link),
.mnc-form .fixed-buttons .dynamic-actions > div:first-child:not(.esign-group) button:not(.btn-link) {
  color: #ffffff !important;
  background-color: #00549d !important;
  border-color: #024681 !important;
}
.single-c-form .fixed-buttons .dynamic-actions .add-section-group .btn-group,
.mnc-form .fixed-buttons .dynamic-actions .add-section-group .btn-group {
  margin-left: 6px;
}
.single-c-form .fixed-buttons .edit-actions,
.mnc-form .fixed-buttons .edit-actions {
  display: flex;
  float: left;
}
.single-c-form .fixed-buttons .action-item-btn,
.mnc-form .fixed-buttons .action-item-btn {
  margin-left: 6px;
}
.single-c-form .fixed-buttons .esign-split-button .btn-link,
.mnc-form .fixed-buttons .esign-split-button .btn-link {
  text-align: left;
  margin-left: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.single-c-form .approved-status,
.mnc-form .approved-status {
  color: #000;
}
.single-c-form .preliminary-status,
.mnc-form .preliminary-status,
.single-c-form red-text,
.mnc-form red-text {
  color: #d42307;
}
.single-c-form .tendered-status,
.mnc-form .tendered-status,
.single-c-form .pending-status,
.mnc-form .pending-status {
  color: #00a651;
}
.single-c-form .mn-assig-sal-frequency-wrapper,
.mnc-form .mn-assig-sal-frequency-wrapper {
  width: 100%;
}
.single-c-form .mn-assig-sal-frequency,
.mnc-form .mn-assig-sal-frequency {
  float: left;
}
.single-c-form .mn-assig-sal-frequency:first-child,
.mnc-form .mn-assig-sal-frequency:first-child {
  padding-right: 60px;
}
.single-c-form .minor-league-sals-table,
.mnc-form .minor-league-sals-table {
  margin-left: 0 !important;
}
.single-c-form .minor-league-sals-table table,
.mnc-form .minor-league-sals-table table {
  width: 100%;
}
.single-c-form .minor-league-sals-table table th.salary-header,
.mnc-form .minor-league-sals-table table th.salary-header {
  padding-right: 12px;
}
.single-c-form .minor-league-sals-table table th.salary-header.cba-salary,
.mnc-form .minor-league-sals-table table th.salary-header.cba-salary {
  width: 80px;
}
.single-c-form .minor-league-sals-table table th.salary-header.cba-salary-nfy,
.mnc-form .minor-league-sals-table table th.salary-header.cba-salary-nfy {
  width: 105px;
}
.single-c-form .enter-salary-button-container,
.mnc-form .enter-salary-button-container {
  text-align: right;
  margin-right: 24px;
}
.single-c-form .delete-row-cell,
.mnc-form .delete-row-cell {
  text-align: center;
}
.single-c-form .delete-row-cell i.fa,
.mnc-form .delete-row-cell i.fa {
  cursor: pointer;
  vertical-align: bottom;
}
.single-c-form .signing-bonus-payments-table,
.mnc-form .signing-bonus-payments-table {
  margin-bottom: 12px !important;
}
.single-c-form .signing-bonus-payments-table th.input-col:not(.input-col-4),
.mnc-form .signing-bonus-payments-table th.input-col:not(.input-col-4) {
  width: 30%;
}
.single-c-form .signing-bonus-payments-table th.input-col.input-col-4,
.mnc-form .signing-bonus-payments-table th.input-col.input-col-4 {
  width: 22%;
}
.single-c-form .college-scholarship-table .total-input,
.mnc-form .college-scholarship-table .total-input {
  display: inline-block;
  width: 91%;
}
.single-c-form .signing-bonus-payment-total-table,
.mnc-form .signing-bonus-payment-total-table {
  margin-bottom: 0 !important;
}
.single-c-form .table-no-bottom-margin,
.mnc-form .table-no-bottom-margin {
  margin-bottom: 0 !important;
}
.single-c-form .addendum-b-group .required-wrapper,
.mnc-form .addendum-b-group .required-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-c-form .addendum-b-group .ord-1,
.mnc-form .addendum-b-group .ord-1 {
  order: 1;
}
.single-c-form .addendum-b-group .ord-3,
.mnc-form .addendum-b-group .ord-3 {
  order: 3;
}
.single-c-form .addendum-b-group .display-amount,
.mnc-form .addendum-b-group .display-amount {
  margin-top: -4px;
}
.single-c-form .addendum-b-group .required,
.mnc-form .addendum-b-group .required {
  order: 2;
  margin-left: 5px;
}
.single-c-form .addendum-b-group .amount-group-input[disabled],
.mnc-form .addendum-b-group .amount-group-input[disabled] {
  padding-top: 4px;
  margin-left: -8px;
}
.single-c-form .radio-form-vertical,
.mnc-form .radio-form-vertical {
  margin-top: 15px;
  margin-bottom: 18px;
}
.single-c-form .radio-form-vertical .form-inline,
.mnc-form .radio-form-vertical .form-inline {
  display: inline-block;
}
.single-c-form .radio-form-vertical .form-inline label,
.mnc-form .radio-form-vertical .form-inline label {
  margin-right: 8px;
}
.single-c-form .preview-button,
.mnc-form .preview-button {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 24px;
  padding-bottom: 10px;
  margin-top: 16px;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell {
  padding-top: 8px;
  text-align: right;
  width: 100%;
  font-weight: bold;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell > span {
  white-space: nowrap;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell .footer-item {
  font-weight: normal;
  margin-top: 4px;
  padding: 8px 0 8px 4px;
  background-color: #f2f3f4;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell .footer-item .equation-number {
  background-color: #fff;
  padding: 8px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell .flex {
  height: 18px;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell:first-of-type .footer-item {
  border-left: 1px solid #ddd;
  padding-left: 12px;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell:last-of-type span {
  padding-right: 12px;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell:last-of-type .footer-item {
  padding-right: 12px;
  border-right: 1px solid #ddd;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell.operand {
  padding-right: 0;
  padding-left: 0;
  width: 16px;
}
.intl-signing-bonuses-form .signing-bonus-pool-math-wrapper .math-cell.operand .footer-item {
  padding: 0;
  padding-left: 4px;
  height: 54px;
  display: flex;
  align-items: center;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper {
  max-height: 348px;
  margin: 12px 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .scrollable-body {
  max-height: 300px;
  overflow-y: auto;
  clear: both;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .scrollable-body .table {
  border-top: 0;
  border-bottom: 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .scrollable-body .sb-input-wrapper {
  padding: 3px 5px;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table:last-child {
  border-bottom: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table:last-child td {
  border-bottom: 1px solid #e6e7e8;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table tbody {
  border: 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table tr:last-child td {
  border-bottom: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table tr:last-child td.align-left {
  text-align: left;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table td {
  border-bottom: 1px solid #e6e7e8;
  line-height: 23px;
  height: 32px;
  padding: 0 6px;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper table td.trash-bin-cell {
  text-align: center;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .table:first-child {
  margin-bottom: 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .table-cell {
  height: 33px !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left {
  margin-bottom: 0;
  float: left;
  width: 200px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 0 12px -2px rgba(0, 0, 0, 0.2);
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .fa.fa-plus-circle,
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .fa.fa-minus-circle {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-head:nth-child(5),
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-head:nth-child(6) {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-head.right {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-cell {
  padding: 0 6px !important;
  vertical-align: top !important;
  white-space: nowrap;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-cell:nth-child(5),
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-cell:nth-child(6) {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .table-bordered > .table-footer > .table-row .table-cell {
  border: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .left .manually-added-player-name {
  font-weight: 300;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .col-1 {
  width: 200px !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right {
  overflow-x: auto;
  overflow-y: hidden;
  border-right: 1px solid #c9c9c9;
  z-index: 1;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .table-head.right {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .total-sb {
  width: 161px;
  float: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .comment-align {
  text-align: center;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .table {
  border-left: none;
  border-right: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .table-cell {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .table-bordered > .table-footer > .table-row .table-cell {
  border: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right .table-bordered > .table-footer > .table-row .table-cell.total-cell {
  font-weight: 600;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.top,
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle {
  overflow-x: hidden;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.top::-webkit-scrollbar,
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.top {
  border-right: none;
  padding-right: 14px;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.top .table-head:last-of-type {
  border-right: 1px solid #c9c9c9;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-head.right {
  text-align: right;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell {
  padding: 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell.expanded {
  border-bottom: 1px solid #e6e7e8;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table {
  table-layout: fixed;
  width: 100%;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table .comment-box {
  width: 1% !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table td {
  border-right: 1px solid #e6e7e8;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table td:last-child {
  border-right: none;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table td.expanded {
  padding: 0;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table td table td {
  line-height: 23px;
  height: 32px;
  padding: 0 6px;
  border-right: 1px solid #e6e7e8 !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.middle .table-cell table td table tr:last-child td {
  /*border-bottom: none;*/
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .right.bottom {
  border-right: none;
  padding-right: 14px;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .table-footer .table-cell {
  line-height: normal;
  height: 22px !important;
}
.intl-signing-bonuses-form .signing-bonuses-wrapper .table-footer .table-row {
  border-right: 1px solid #c9c9c9;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper.has-proj-signings .ui-grid {
  margin-bottom: 40px;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper.has-proj-signings .ui-grid-footer-panel {
  height: 89px;
  display: flex;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper:not(.has-proj-signings) .ui-grid {
  margin-bottom: 20px;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper:not(.has-proj-signings) .ui-grid-footer-panel {
  height: 67px;
  display: flex;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-invisible {
  display: none !important;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid div.ui-grid-cell input[disabled] {
  border: none;
  padding: 0;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-viewport {
  border-right: none;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  border-left: none;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .header-cell-template-right {
  text-align: right;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .header-cell-template-center {
  text-align: center;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-header-cell {
  padding: 8px;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 0;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-header,
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-header-canvas {
  height: 34px !important;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-pinned-container .ui-grid-footer-panel {
  align-items: flex-end;
  font-weight: normal;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel {
  text-align: right;
  font-weight: normal;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div {
  margin-bottom: 3px;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-render-container-body .ui-grid-footer-panel .ui-grid-cell-contents div:last-of-type {
  font-weight: bold;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-footer-panel {
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.intl-signing-bonuses-form .signingbonus-ui-grid-wrapper .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.modal-form .row {
  margin-bottom: 10px;
}
.modal-form {
  margin-top: 10px;
}
.force-green-anchor a {
  color: #00a651;
}
.sub-header-view {
  color: #00549d;
  padding-left: 10px;
}
.level-of-play-td {
  min-width: 160px;
  max-width: 160px;
}
.release-date-view {
  max-width: 385px;
  min-width: 385px;
}
.signing-bonus-pool input[type="checkbox"] {
  display: flex;
  flex: 0.06;
  height: 15px;
  margin-top: 5px;
}
.signing-bonus-pool .hide-border-right {
  border-right-style: hidden;
}
.signing-bonus-pool .hide-border-right .total-pool-amount {
  font-weight: 600;
  float: right;
}
.signing-bonus-pool .float-add-row-right {
  float: right;
}
.signing-bonus-pool td:last-child {
  border-right: 1px solid #C9C9C9 !important;
}
.signing-bonus-pool th:last-child {
  border-right: 1px solid #C9C9C9 !important;
}
.signing-bonus-pool .negative-num-display {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 400;
}
.signing-bonus-pool .desc-text {
  width: 500px;
  line-height: 1.42857143;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.signing-bonus-pool .desc-text:disabled {
  background-color: white;
  border: 0px;
}
.signing-bonus-pool .sb-td {
  vertical-align: top;
}
.sb-add-row {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 24px;
  padding-bottom: 10px;
  margin-top: 16px;
}
.intl-export-dd li button {
  text-align: left;
  margin-left: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks {
  margin-left: 0px;
  margin-top: 20px;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks input[type="checkbox"] {
  display: flex;
  flex: 0.06;
  height: 15px;
  margin-top: 5px;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks table {
  width: 100%;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks table tbody tr td {
  border-right: 1px solid #E6E7E8 !important;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-top-panel .ui-grid-cell-contents {
  color: inherit;
  font-weight: normal;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-invisible {
  display: none !important;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .header-cell-template-right {
  text-align: right;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .header-cell-template-center {
  text-align: center;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-cell-contents ebis-url .ui-grid-cell-contents {
  padding: 0;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-header-cell-primary-focus {
  cursor: default;
  padding: 8px;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-header,
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-viewport {
  border: 1px solid #d4d4d4;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-viewport {
  border-top: 0;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-footer-panel {
  background: #f2f3f4;
  font-weight: bold;
  border: 1px solid #d4d4d4;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell {
  border-right: 0;
}
.rule4-signing-bonuses-form .signing-bonuses-draft-picks .ui-grid .ui-grid-footer-panel .ui-grid-footer-cell:not(:first-of-type) {
  text-align: right;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section {
  padding-right: 24px;
  margin-left: 0;
  margin-top: 10px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .left-head {
  display: flex;
  margin-right: 10px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .left-header-body {
  margin-top: 5px;
  border: 1px solid #ddd;
  min-width: 82px;
  min-height: 94px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .left-header-body div {
  margin-top: 5px;
  text-align: right;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .left-header-body div label {
  margin-right: 10px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .align-right {
  text-align: right;
}
@media all and (min-width: 990px) and (max-width: 1226px) {
  .rule4-signing-bonuses-form .signing-bonuses-cal-section .right-Head {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 664px) and (max-width: 850px) {
  .rule4-signing-bonuses-form .signing-bonuses-cal-section .right-Head {
    margin-bottom: 0 !important;
  }
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-Head {
  margin-bottom: -10px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-Head span {
  display: flex;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-Head .col-md-1:first-of-type {
  padding-right: 4px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-body .col-md-1:first-of-type {
  background-color: #fff;
  padding-right: 4px;
  padding-left: 4px;
  text-align: right;
  border-right: 1px solid #ddd;
  font-size: 11px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-body .col-md-1:first-of-type label {
  word-wrap: break-word;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-body div span {
  display: table-cell;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-body > [class*='col-'] {
  padding-top: 8px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .right-body:last-of-type > [class*='col-'] {
  padding-bottom: 8px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .row {
  display: flex;
  flex-wrap: nowrap;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  padding-left: 16px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .operator {
  width: 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .operator .fa {
  font-size: 14px;
  color: black;
  margin-left: -5px;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .calc-body {
  background-color: #f2f3f4;
  border: 1px solid #ddd;
}
.rule4-signing-bonuses-form .signing-bonuses-cal-section .calc-body .equation-number {
  background-color: #fff;
  padding: 8px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  text-align: right;
}
.ass-clause-margin-10 {
  margin-top: 10px;
}
.language-form .preview-button {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 24px;
  padding-bottom: 10px;
  margin-top: 16px;
}
.intl-bonus-mobile-table {
  width: 100%;
}
.intl-bonus-mobile-table td:first-child {
  background-color: #f2f3f4;
}
.intl-bonus-mobile-table td.red {
  color: #d42307;
}
.intl-bonus-mobile-table-wrapper {
  border-top: 0;
}
.mobile .ui-grid .ui-grid-contents-wrapper .ui-grid-render-container-body .ui-grid-viewport {
  border-left: 1px solid #d4d4d4 !important;
}
.waivers-bulletin-printing p {
  margin-bottom: 12px;
  line-height: 19.5px;
}
.waivers-bulletin-printing p.paragraph-break {
  margin-bottom: 0px;
}
.waivers-bulletin-printing .warning-comment {
  font-weight: bold;
  font-size: 10pt;
  display: block;
  margin-left: 20px;
}
.waivers-bulletin-printing .waivers-bulletin-page {
  margin-top: -30px;
  margin-left: 18pt;
  margin-right: 18pt;
  margin-bottom: 28.08pt;
}
.waivers-bulletin-printing .waivers-bulletin-page .bulletin-table {
  width: 800px;
  margin-bottom: 10px;
  font-size: 9pt;
}
.waivers-bulletin-printing .waivers-bulletin-page .bulletin-table .player-col {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.waivers-bulletin-printing .waivers-bulletin-page .bulletin-table .org-col {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.waivers-bulletin-printing .waivers-bulletin-page .bulletin-table .type-col {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.waivers-bulletin-printing .waivers-bulletin-page .bulletin-table .result-col {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.waivers-bulletin-printing .waivers-bulletin-page .spacer {
  margin-bottom: 50px;
}
.waivers-bulletin-printing .waivers-bulletin-page .small-spacer {
  margin-bottom: 40px;
}
body.waivers-bulletin-printing {
  font-family: 'Arial';
  font-size: 12pt;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  width: 8.5in;
  margin: 0pt;
}
body.waivers-bulletin-printing * {
  box-shadow: none !important;
  text-shadow: none !important;
}
body.waivers-bulletin-printing .mlb-logo {
  height: 130pt;
  position: absolute;
  left: 30px;
}
body.waivers-bulletin-printing .page-break-before {
  break-before: page;
}
body.waivers-bulletin-printing .empty-request-space {
  margin-top: 100px;
}
@media print {
  body.waivers-bulletin-printing {
    width: 8.5in;
    float: none;
  }
  @page {
    margin: 35px 0px 50px 0px;
    @bottom-right {
      content: '';
    }
  }
}
