@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
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;
  }

  .tableBordered th,
  .tableBordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.icon {
  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;
}


.iAsterisk:before {
  content: "\2a";
}
.iPlus:before {
  content: "\2b";
}
.iEuro:before,
.iEur:before {
  content: "\20ac";
}
.iMinus:before {
  content: "\2212";
}
.iCloud:before {
  content: "\2601";
}
.iEnvelope:before {
  content: "\2709";
}
.iPencil:before {
  content: "\270f";
}
.iGlass:before {
  content: "\e001";
}
.iMusic:before {
  content: "\e002";
}
.iSearch:before {
  content: "\e003";
}
.iHeart:before {
  content: "\e005";
}
.iStar:before {
  content: "\e006";
}
.iStarEmpty:before {
  content: "\e007";
}
.iUser:before {
  content: "\e008";
}
.iFilm:before {
  content: "\e009";
}
.iThLarge:before {
  content: "\e010";
}
.iTh:before {
  content: "\e011";
}
.iThList:before {
  content: "\e012";
}
.iOk:before {
  content: "\e013";
}
.iRemove:before {
  content: "\e014";
}
.iZoomIn:before {
  content: "\e015";
}
.iZoomOut:before {
  content: "\e016";
}
.iOff:before {
  content: "\e017";
}
.iSignal:before {
  content: "\e018";
}
.iCog:before {
  content: "\e019";
}
.iTrash:before {
  content: "\e020";
}
.iHome:before {
  content: "\e021";
}
.iFile:before {
  content: "\e022";
}
.iTime:before {
  content: "\e023";
}
.iRoad:before {
  content: "\e024";
}
.iDownloadAlt:before {
  content: "\e025";
}
.iDownload:before {
  content: "\e026";
}
.iUpload:before {
  content: "\e027";
}
.iInbox:before {
  content: "\e028";
}
.iPlayCircle:before {
  content: "\e029";
}
.iRepeat:before {
  content: "\e030";
}
.iRefresh:before {
  content: "\e031";
}
.iListAlt:before {
  content: "\e032";
}
.iLock:before {
  content: "\e033";
}
.iFlag:before {
  content: "\e034";
}
.iHeadphones:before {
  content: "\e035";
}
.iVolumeOff:before {
  content: "\e036";
}
.iVolumeDown:before {
  content: "\e037";
}
.iVolumeUp:before {
  content: "\e038";
}
.iQrcode:before {
  content: "\e039";
}
.iBarCode:before {
  content: "\e040";
}
.iTag:before {
  content: "\e041";
}
.iTags:before {
  content: "\e042";
}
.iBook:before {
  content: "\e043";
}
.iBookmark:before {
  content: "\e044";
}
.iPrint:before {
  content: "\e045";
}
.iCamera:before {
  content: "\e046";
}
.iFont:before {
  content: "\e047";
}
.iBold:before {
  content: "\e048";
}
.iItalic:before {
  content: "\e049";
}
.iTextHeight:before {
  content: "\e050";
}
.iTextWidth:before {
  content: "\e051";
}
.iAlignLeft:before {
  content: "\e052";
}
.iAlignCenter:before {
  content: "\e053";
}
.iAlignRight:before {
  content: "\e054";
}
.iAlignJustify:before {
  content: "\e055";
}
.iList:before {
  content: "\e056";
}
.iIndentLeft:before {
  content: "\e057";
}
.iIndentRight:before {
  content: "\e058";
}
.iFacetimeVideo:before {
  content: "\e059";
}
.iPicture:before {
  content: "\e060";
}
.iMapMarker:before {
  content: "\e062";
}
.iAdjust:before {
  content: "\e063";
}
.iTint:before {
  content: "\e064";
}
.iEdit:before {
  content: "\e065";
}
.iShare:before {
  content: "\e066";
}
.iCheck:before {
  content: "\e067";
}
.iMove:before {
  content: "\e068";
}
.iStepBackward:before {
  content: "\e069";
}
.iFastBackward:before {
  content: "\e070";
}
.iBackward:before {
  content: "\e071";
}
.iPlay:before {
  content: "\e072";
}
.iPause:before {
  content: "\e073";
}
.iStop:before {
  content: "\e074";
}
.iForward:before {
  content: "\e075";
}
.iFastForward:before {
  content: "\e076";
}
.iStepForward:before {
  content: "\e077";
}
.iEject:before {
  content: "\e078";
}
.iChevronLeft:before {
  content: "\e079";
}
.iChevronRight:before {
  content: "\e080";
}
.iPlusSign:before {
  content: "\e081";
}
.iMinusSign:before {
  content: "\e082";
}
.iRemoveSign:before {
  content: "\e083";
}
.iOkSign:before {
  content: "\e084";
}
.iQuestionSign:before {
  content: "\e085";
}
.iInfoSign:before {
  content: "\e086";
}
.iScreenshot:before {
  content: "\e087";
}
.iRemoveCircle:before {
  content: "\e088";
}
.iOkCircle:before {
  content: "\e089";
}
.iBanCircle:before {
  content: "\e090";
}
.iArrowLeft:before {
  content: "\e091";
}
.iArrowRight:before {
  content: "\e092";
}
.iArrowUp:before {
  content: "\e093";
}
.iArrowDown:before {
  content: "\e094";
}
.iShareAlt:before {
  content: "\e095";
}
.iResizeFull:before {
  content: "\e096";
}
.iResizeSmall:before {
  content: "\e097";
}
.iExclamationSign:before {
  content: "\e101";
}
.iGift:before {
  content: "\e102";
}
.iLeaf:before {
  content: "\e103";
}
.iFire:before {
  content: "\e104";
}
.iEyeOpen:before {
  content: "\e105";
}
.iEyeClose:before {
  content: "\e106";
}
.iWarningSign:before {
  content: "\e107";
}
.iPlane:before {
  content: "\e108";
}
.iCalendar:before {
  content: "\e109";
}
.iRandom:before {
  content: "\e110";
}
.iComment:before {
  content: "\e111";
}
.iMagnet:before {
  content: "\e112";
}
.iChevronUp:before {
  content: "\e113";
}
.iChevronDown:before {
  content: "\e114";
}
.iRetweet:before {
  content: "\e115";
}
.iShoppingCart:before {
  content: "\e116";
}
.iFolderClose:before {
  content: "\e117";
}
.iFolderOpen:before {
  content: "\e118";
}
.iResizeVertical:before {
  content: "\e119";
}
.iResizeHorizontal:before {
  content: "\e120";
}
.iHdd:before {
  content: "\e121";
}
.iBullhorn:before {
  content: "\e122";
}
.iBell:before {
  content: "\e123";
}
.iCertificate:before {
  content: "\e124";
}
.iThumbsUp:before {
  content: "\e125";
}
.iThumbsDown:before {
  content: "\e126";
}
.iHandRight:before {
  content: "\e127";
}
.iHandLeft:before {
  content: "\e128";
}
.iHandUp:before {
  content: "\e129";
}
.iHandDown:before {
  content: "\e130";
}
.iCircleArrowRight:before {
  content: "\e131";
}
.iCircleArrowLeft:before {
  content: "\e132";
}
.iCircleArrowUp:before {
  content: "\e133";
}
.iCircleArrowDown:before {
  content: "\e134";
}
.iGlobe:before {
  content: "\e135";
}
.iWrench:before {
  content: "\e136";
}
.iTasks:before {
  content: "\e137";
}
.iFilter:before {
  content: "\e138";
}
.iBriefcase:before {
  content: "\e139";
}
.iFullscreen:before {
  content: "\e140";
}
.iDashboard:before {
  content: "\e141";
}
.iPaperclip:before {
  content: "\e142";
}
.iHeartEmpty:before {
  content: "\e143";
}
.iLink:before {
  content: "\e144";
}
.iPhone:before {
  content: "\e145";
}
.iPushpin:before {
  content: "\e146";
}
.iUsd:before {
  content: "\e148";
}
.iGbp:before {
  content: "\e149";
}
.iSort:before {
  content: "\e150";
}
.iSortByAlphabet:before {
  content: "\e151";
}
.iSortByAlphabetAlt:before {
  content: "\e152";
}
.iSortByOrder:before {
  content: "\e153";
}
.iSortByOrderAlt:before {
  content: "\e154";
}
.iSortByAttributes:before {
  content: "\e155";
}
.iSortByAttributesAlt:before {
  content: "\e156";
}
.iUnchecked:before {
  content: "\e157";
}
.iExpand:before {
  content: "\e158";
}
.iCollapseDown:before {
  content: "\e159";
}
.iCollapseUp:before {
  content: "\e160";
}
.iLogIn:before {
  content: "\e161";
}
.iFlash:before {
  content: "\e162";
}
.iLogOut:before {
  content: "\e163";
}
.iNewWindow:before {
  content: "\e164";
}
.iRecord:before {
  content: "\e165";
}
.iSave:before {
  content: "\e166";
}
.iOpen:before {
  content: "\e167";
}
.iSaved:before {
  content: "\e168";
}
.iImport:before {
  content: "\e169";
}
.iExport:before {
  content: "\e170";
}
.iSend:before {
  content: "\e171";
}
.iFloppyDisk:before {
  content: "\e172";
}
.iFloppySaved:before {
  content: "\e173";
}
.iFloppyRemove:before {
  content: "\e174";
}
.iFloppySave:before {
  content: "\e175";
}
.iFloppyOpen:before {
  content: "\e176";
}
.iCreditCard:before {
  content: "\e177";
}
.iTransfer:before {
  content: "\e178";
}
.iCutlery:before {
  content: "\e179";
}
.iHeader:before {
  content: "\e180";
}
.iCompressed:before {
  content: "\e181";
}
.iEarphone:before {
  content: "\e182";
}
.iPhoneAlt:before {
  content: "\e183";
}
.iTower:before {
  content: "\e184";
}
.iStats:before {
  content: "\e185";
}
.iSdVideo:before {
  content: "\e186";
}
.iHdVideo:before {
  content: "\e187";
}
.iSubtitles:before {
  content: "\e188";
}
.iSoundStereo:before {
  content: "\e189";
}
.iSoundDolby:before {
  content: "\e190";
}
.iSound51:before {
  content: "\e191";
}
.iSound61:before {
  content: "\e192";
}
.iSound71:before {
  content: "\e193";
}
.iCopyrightMark:before {
  content: "\e194";
}
.iRegistrationMark:before {
  content: "\e195";
}
.iCloudDownload:before {
  content: "\e197";
}
.iCloudUpload:before {
  content: "\e198";
}
.iTreeConifer:before {
  content: "\e199";
}
.iTreeDeciduous:before {
  content: "\e200";
}
.iCd:before {
  content: "\e201";
}
.iSaveFile:before {
  content: "\e202";
}
.iOpenFile:before {
  content: "\e203";
}
.iLevelUp:before {
  content: "\e204";
}
.iCopy:before {
  content: "\e205";
}
.iPaste:before {
  content: "\e206";
}
.iAlert:before {
  content: "\e209";
}
.iEqualizer:before {
  content: "\e210";
}
.iKing:before {
  content: "\e211";
}
.iQueen:before {
  content: "\e212";
}
.iPawn:before {
  content: "\e213";
}
.iBishop:before {
  content: "\e214";
}
.iKnight:before {
  content: "\e215";
}
.iBabyFormula:before {
  content: "\e216";
}
.iTent:before {
  content: "\26fa";
}
.iBlackboard:before {
  content: "\e218";
}
.iBed:before {
  content: "\e219";
}
.iApple:before {
  content: "\f8ff";
}
.iErase:before {
  content: "\e221";
}
.iHourglass:before {
  content: "\231b";
}
.iLamp:before {
  content: "\e223";
}
.iDuplicate:before {
  content: "\e224";
}
.iPiggyBank:before {
  content: "\e225";
}
.iScissors:before {
  content: "\e226";
}
.iBitcoin:before {
  content: "\e227";
}
.iBtc:before {
  content: "\e227";
}
.iXbt:before {
  content: "\e227";
}
.iYen:before {
  content: "\00a5";
}
.iJpy:before {
  content: "\00a5";
}
.iRuble:before {
  content: "\20bd";
}
.iRub:before {
  content: "\20bd";
}
.iScale:before {
  content: "\e230";
}
.iIceLolly:before {
  content: "\e231";
}
.iIceLollyTasted:before {
  content: "\e232";
}
.iEducation:before {
  content: "\e233";
}
.iOptionHorizontal:before {
  content: "\e234";
}
.iOptionVertical:before {
  content: "\e235";
}
.iMenuHamburger:before {
  content: "\e236";
}
.iModalWindow:before {
  content: "\e237";
}
.iOil:before {
  content: "\e238";
}
.iGrain:before {
  content: "\e239";
}
.iSunglasses:before {
  content: "\e240";
}
.iTextSize:before {
  content: "\e241";
}
.iTextColor:before {
  content: "\e242";
}
.iTextBackground:before {
  content: "\e243";
}
.iObjectAlignTop:before {
  content: "\e244";
}
.iObjectAlignBottom:before {
  content: "\e245";
}
.iObjectAlignHorizontal:before {
  content: "\e246";
}
.iObjectAlignLeft:before {
  content: "\e247";
}
.iObjectAlignVertical:before {
  content: "\e248";
}
.iObjectAlignRight:before {
  content: "\e249";
}
.iTriangleRight:before {
  content: "\e250";
}
.iTriangleLeft:before {
  content: "\e251";
}
.iTriangleBottom:before {
  content: "\e252";
}
.iTriangleTop:before {
  content: "\e253";
}
.iConsole:before {
  content: "\e254";
}
.iSuperScript:before {
  content: "\e255";
}
.iSubScript:before {
  content: "\e256";
}
.iMenuLeft:before {
  content: "\e257";
}
.iMenuRight:before {
  content: "\e258";
}
.iMenuDown:before {
  content: "\e259";
}
.iMenuUp: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: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.imgResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.imgRounded {
  border-radius: 6px;
}

.imgThumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}

.imgCircle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.srOnlyFocusable:active, .srOnlyFocusable: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: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
}

.textNowrap {
  white-space: nowrap;
}

.textLowercase {
  text-transform: lowercase;
}

.textUppercase, .initialism {
  text-transform: uppercase;
}

.textCapitalize {
  text-transform: capitalize;
}

.textMuted {
  color: #777777;
}

.textPrimary {
  color: #337ab7;
}

a.textPrimary:hover,
a.textPrimary:focus {
  color: #286090;
}

.textSuccess {
  color: #3c763d;
}

a.textSuccess:hover,
a.textSuccess:focus {
  color: #2b542c;
}

.textInfo {
  color: #31708f;
}

a.textInfo:hover,
a.textInfo:focus {
  color: #245269;
}

.textWarning {
  color: #8a6d3b;
}

a.textWarning:hover,
a.textWarning:focus {
  color: #66512c;
}

.textDanger {
  color: #a94442;
}

a.textDanger:hover,
a.textDanger:focus {
  color: #843534;
}

.bgPrimary {
  color: #fff;
}

.bgPrimary {
  background-color: #337ab7;
}

a.bgPrimary:hover,
a.bgPrimary:focus {
  background-color: #286090;
}

.bgSuccess {
  background-color: #dff0d8;
}

a.bgSuccess:hover,
a.bgSuccess:focus {
  background-color: #c1e2b3;
}

.bgInfo {
  background-color: #d9edf7;
}

a.bgInfo:hover,
a.bgInfo:focus {
  background-color: #afd9ee;
}

.bgWarning {
  background-color: #fcf8e3;
}

a.bgWarning:hover,
a.bgWarning:focus {
  background-color: #f7ecb5;
}

.bgDanger {
  background-color: #f2dede;
}

a.bgDanger:hover,
a.bgDanger:focus {
  background-color: #e4b9b9;
}

.pageHeader {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.listUnstyled {
  padding-left: 0;
  list-style: none;
}

.listInline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.listInline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  /*font-weight: bold;*/
}

dd {
  margin-left: 0;
}

.dlHorizontal dd:before, .dlHorizontal dd:after {
  content: " ";
  display: table;
}
.dlHorizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dlHorizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dlHorizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquoteReverse,
blockquote.pullRight {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquoteReverse footer:before,
.blockquoteReverse small:before,
.blockquoteReverse .small:before,
blockquote.pullRight footer:before,
blockquote.pullRight small:before,
blockquote.pullRight .small:before {
  content: '';
}
.blockquoteReverse footer:after,
.blockquoteReverse small:after,
.blockquoteReverse .small:after,
blockquote.pullRight footer:after,
blockquote.pullRight small:after,
blockquote.pullRight .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.preScrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.containerFluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.containerFluid:before, .containerFluid:after {
  content: " ";
  display: table;
}
.containerFluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.colXs1, .colSm1, .colMd1, .colLg1, .colXs2, .colSm2, .colMd2, .colLg2, .colXs3, .colSm3, .colMd3, .colLg3, .colXs4, .colSm4, .colMd4, .colLg4, .colXs5, .colSm5, .colMd5, .colLg5, .colXs6, .colSm6, .colMd6, .colLg6, .colXs7, .colSm7, .colMd7, .colLg7, .colXs8, .colSm8, .colMd8, .colLg8, .colXs9, .colSm9, .colMd9, .colLg9, .colXs10, .colSm10, .colMd10, .colLg10, .colXs11, .colSm11, .colMd11, .colLg11, .colXs12, .colSm12, .colMd12, .colLg12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.colXs1, .colXs2, .colXs3, .colXs4, .colXs5, .colXs6, .colXs7, .colXs8, .colXs9, .colXs10, .colXs11, .colXs12 {
  float: left;
}

.colXs1 {
  width: 8.33333%;
}

.colXs2 {
  width: 16.66667%;
}

.colXs3 {
  width: 25%;
}

.colXs4 {
  width: 33.33333%;
}

.colXs5 {
  width: 41.66667%;
}

.colXs6 {
  width: 50%;
}

.colXs7 {
  width: 58.33333%;
}

.colXs8 {
  width: 66.66667%;
}

.colXs9 {
  width: 75%;
}

.colXs10 {
  width: 83.33333%;
}

.colXs11 {
  width: 91.66667%;
}

.colXs12 {
  width: 100%;
}

.colXsPull0 {
  right: auto;
}

.colXsPull1 {
  right: 8.33333%;
}

.colXsPull2 {
  right: 16.66667%;
}

.colXsPull3 {
  right: 25%;
}

.colXsPull4 {
  right: 33.33333%;
}

.colXsPull5 {
  right: 41.66667%;
}

.colXsPull6 {
  right: 50%;
}

.colXsPull7 {
  right: 58.33333%;
}

.colXspull8 {
  right: 66.66667%;
}

.colXspull9 {
  right: 75%;
}

.colXspull10 {
  right: 83.33333%;
}

.colXspull11 {
  right: 91.66667%;
}

.colXspull12 {
  right: 100%;
}

.colXsPush0 {
  left: auto;
}

.colXsPush1 {
  left: 8.33333%;
}

.colXsPush2 {
  left: 16.66667%;
}

.colXsPush3 {
  left: 25%;
}

.colXsPush4 {
  left: 33.33333%;
}

.colXsPush5 {
  left: 41.66667%;
}

.colXsPush6 {
  left: 50%;
}

.colXsPush7 {
  left: 58.33333%;
}

.colXsPush8 {
  left: 66.66667%;
}

.colXsPush9 {
  left: 75%;
}

.colXsPush10 {
  left: 83.33333%;
}

.colXsPush11 {
  left: 91.66667%;
}

.colXsPush12 {
  left: 100%;
}

.colXsOffset0 {
  margin-left: 0%;
}

.colXsOffset1 {
  margin-left: 8.33333%;
}

.colXsOffset2 {
  margin-left: 16.66667%;
}

.colXsOffset3 {
  margin-left: 25%;
}

.colXsOffset4 {
  margin-left: 33.33333%;
}

.colXsOffset5 {
  margin-left: 41.66667%;
}

.colXsOffset6 {
  margin-left: 50%;
}

.colXsOffset7 {
  margin-left: 58.33333%;
}

.colXsOffset8 {
  margin-left: 66.66667%;
}

.colXsOffset9 {
  margin-left: 75%;
}

.colXsOffset10 {
  margin-left: 83.33333%;
}

.colXsOffset11 {
  margin-left: 91.66667%;
}

.colXsOffset12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .colSm1, .colSm2, .colSm3, .colSm4, .colSm5, .colSm6, .colSm7, .colSm8, .colSm9, .colSm10, .colSm11, .colSm12 {
    float: left;
  }

  .colSm1 {
    width: 8.33333%;
  }

  .colSm2 {
    width: 16.66667%;
  }

  .colSm3 {
    width: 25%;
  }

  .colSm4 {
    width: 33.33333%;
  }

  .colSm5 {
    width: 41.66667%;
  }

  .colSm6 {
    width: 50%;
  }

  .colSm7 {
    width: 58.33333%;
  }

  .colSm8 {
    width: 66.66667%;
  }

  .colSm9 {
    width: 75%;
  }

  .colSm10 {
    width: 83.33333%;
  }

  .colSm11 {
    width: 91.66667%;
  }

  .colSm12 {
    width: 100%;
  }

  .colSmPull0 {
    right: auto;
  }

  .colSmPull1 {
    right: 8.33333%;
  }

  .colSmPull2 {
    right: 16.66667%;
  }

  .colSmPull3 {
    right: 25%;
  }

  .colSmPull4 {
    right: 33.33333%;
  }

  .colSmPull5 {
    right: 41.66667%;
  }

  .colSmPull6 {
    right: 50%;
  }

  .colSmPull7 {
    right: 58.33333%;
  }

  .colSmPull8 {
    right: 66.66667%;
  }

  .colSmPull9 {
    right: 75%;
  }

  .colSmPull10 {
    right: 83.33333%;
  }

  .colSmPull11 {
    right: 91.66667%;
  }

  .colSmPull12 {
    right: 100%;
  }

  .colSmPush0 {
    left: auto;
  }

  .colSmPush1 {
    left: 8.33333%;
  }

  .colSmPush2 {
    left: 16.66667%;
  }

  .colSmPush3 {
    left: 25%;
  }

  .colSmPush4 {
    left: 33.33333%;
  }

  .colSmPush5 {
    left: 41.66667%;
  }

  .colSmPush6 {
    left: 50%;
  }

  .colSmPush7 {
    left: 58.33333%;
  }

  .colSmPush8 {
    left: 66.66667%;
  }

  .colSmPush9 {
    left: 75%;
  }

  .colSmPush10 {
    left: 83.33333%;
  }

  .colSmPush11 {
    left: 91.66667%;
  }

  .colSmPush12 {
    left: 100%;
  }

  .colSmOffset0 {
    margin-left: 0%;
  }

  .colSmOffset1 {
    margin-left: 8.33333%;
  }

  .colSmOffset2 {
    margin-left: 16.66667%;
  }

  .colSmOffset3 {
    margin-left: 25%;
  }

  .colSmOffset4 {
    margin-left: 33.33333%;
  }

  .colSmOffset5 {
    margin-left: 41.66667%;
  }

  .colSmOffset6 {
    margin-left: 50%;
  }

  .colSmOffset7 {
    margin-left: 58.33333%;
  }

  .colSmOffset8 {
    margin-left: 66.66667%;
  }

  .colSmOffset9 {
    margin-left: 75%;
  }

  .colSmOffset10 {
    margin-left: 83.33333%;
  }

  .colSmOffset11 {
    margin-left: 91.66667%;
  }

  .colSmOffset12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .colMd1, .colMd2, .colMd3, .colMd4, .colMd5, .colMd6, .colMd7, .colMd8, .colMd9, .colMd10, .colMd11, .colMd12 {
    float: left;
  }

  .colMd1 {
    width: 8.33333%;
  }

  .colMd2 {
    width: 16.66667%;
  }

  .colMd3 {
    width: 25%;
  }

  .colMd4 {
    width: 33.33333%;
  }

  .colMd5 {
    width: 41.66667%;
  }

  .colMd6 {
    width: 50%;
  }

  .colMd7 {
    width: 58.33333%;
  }

  .colMd8 {
    width: 66.66667%;
  }

  .colMd9 {
    width: 75%;
  }

  .colMd10 {
    width: 83.33333%;
  }

  .colMd11 {
    width: 91.66667%;
  }

  .colMd12 {
    width: 100%;
  }

  .colMdPull0 {
    right: auto;
  }

  .colMdPull1 {
    right: 8.33333%;
  }

  .colMdPull2 {
    right: 16.66667%;
  }

  .colMdPull3 {
    right: 25%;
  }

  .colMdPull4 {
    right: 33.33333%;
  }

  .colMdPull5 {
    right: 41.66667%;
  }

  .colMdPull6 {
    right: 50%;
  }

  .colMdPull7 {
    right: 58.33333%;
  }

  .colMdPull8 {
    right: 66.66667%;
  }

  .colMdPull9 {
    right: 75%;
  }

  .colMdPull10 {
    right: 83.33333%;
  }

  .colMdPull11 {
    right: 91.66667%;
  }

  .colMdPull12 {
    right: 100%;
  }

  .colMdPush0 {
    left: auto;
  }

  .colMdPush1 {
    left: 8.33333%;
  }

  .colMdPush2 {
    left: 16.66667%;
  }

  .colMdPush3 {
    left: 25%;
  }

  .colMdPush4 {
    left: 33.33333%;
  }

  .colMdPush5 {
    left: 41.66667%;
  }

  .colMdPush6 {
    left: 50%;
  }

  .colMdPush7 {
    left: 58.33333%;
  }

  .colMdPush8 {
    left: 66.66667%;
  }

  .colMdPush9 {
    left: 75%;
  }

  .colMdPush10 {
    left: 83.33333%;
  }

  .colMdPush11 {
    left: 91.66667%;
  }

  .colMdPush12 {
    left: 100%;
  }

  .colMdOffset0 {
    margin-left: 0%;
  }

  .colMdOffset1 {
    margin-left: 8.33333%;
  }

  .colMdOffset2 {
    margin-left: 16.66667%;
  }

  .colMdOffset3 {
    margin-left: 25%;
  }

  .colMdOffset4 {
    margin-left: 33.33333%;
  }

  .colMdOffset5 {
    margin-left: 41.66667%;
  }

  .colMdOffset6 {
    margin-left: 50%;
  }

  .colMdOffset7 {
    margin-left: 58.33333%;
  }

  .colMdOffset8 {
    margin-left: 66.66667%;
  }

  .colMdOffset9 {
    margin-left: 75%;
  }

  .colMdOffset10 {
    margin-left: 83.33333%;
  }

  .colMdOffset11 {
    margin-left: 91.66667%;
  }

  .colMdOffset12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .colLg1, .colLg2, .colLg3, .colLg4, .colLg5, .colLg6, .colLg7, .colLg8, .colLg9, .colLg10, .colLg11, .colLg12 {
    float: left;
  }

  .colLg1 {
    width: 8.33333%;
  }

  .colLg2 {
    width: 16.66667%;
  }

  .colLg3 {
    width: 25%;
  }

  .colLg4 {
    width: 33.33333%;
  }

  .colLg5 {
    width: 41.66667%;
  }

  .colLg6 {
    width: 50%;
  }

  .colLg7 {
    width: 58.33333%;
  }

  .colLg8 {
    width: 66.66667%;
  }

  .colLg9 {
    width: 75%;
  }

  .colLg10 {
    width: 83.33333%;
  }

  .colLg11 {
    width: 91.66667%;
  }

  .colLg12 {
    width: 100%;
  }

  .colLgPull0 {
    right: auto;
  }

  .colLgPull1 {
    right: 8.33333%;
  }

  .colLgPull2 {
    right: 16.66667%;
  }

  .colLgPull3 {
    right: 25%;
  }

  .colLgPull4 {
    right: 33.33333%;
  }

  .colLgPull5 {
    right: 41.66667%;
  }

  .colLgPull6 {
    right: 50%;
  }

  .colLgPull7 {
    right: 58.33333%;
  }

  .colLgPull8 {
    right: 66.66667%;
  }

  .colLgPull9 {
    right: 75%;
  }

  .colLgPull10 {
    right: 83.33333%;
  }

  .colLgPull11 {
    right: 91.66667%;
  }

  .colLgPull12 {
    right: 100%;
  }

  .colLgPush0 {
    left: auto;
  }

  .colLgPush1 {
    left: 8.33333%;
  }

  .colLgPush2 {
    left: 16.66667%;
  }

  .colLgPush3 {
    left: 25%;
  }

  .colLgPush4 {
    left: 33.33333%;
  }

  .colLgPush5 {
    left: 41.66667%;
  }

  .colLgPush6 {
    left: 50%;
  }

  .colLgPush7 {
    left: 58.33333%;
  }

  .colLgPush8 {
    left: 66.66667%;
  }

  .colLgPush9 {
    left: 75%;
  }

  .colLgPush10 {
    left: 83.33333%;
  }

  .colLgPush11 {
    left: 91.66667%;
  }

  .colLgPush12 {
    left: 100%;
  }

  .colLgOffset0 {
    margin-left: 0%;
  }

  .colLgOffset1 {
    margin-left: 8.33333%;
  }

  .colLgOffset2 {
    margin-left: 16.66667%;
  }

  .colLgOffset3 {
    margin-left: 25%;
  }

  .colLgOffset4 {
    margin-left: 33.33333%;
  }

  .colLgOffset5 {
    margin-left: 41.66667%;
  }

  .colLgOffset6 {
    margin-left: 50%;
  }

  .colLgOffset7 {
    margin-left: 58.33333%;
  }

  .colLgOffset8 {
    margin-left: 66.66667%;
  }

  .colLgOffset9 {
    margin-left: 75%;
  }

  .colLgOffset10 {
    margin-left: 83.33333%;
  }

  .colLgOffset11 {
    margin-left: 91.66667%;
  }

  .colLgOffset12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: center;
}
tr {
  text-align: center;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.tableCondensed > thead > tr > th,
.tableCondensed > thead > tr > td,
.tableCondensed > tbody > tr > th,
.tableCondensed > tbody > tr > td,
.tableCondensed > tfoot > tr > th,
.tableCondensed > tfoot > tr > td {
  padding: 5px;
}

.tableBordered {
  border: 1px solid #ddd;
}
.tableBordered > thead > tr > th,
.tableBordered > thead > tr > td,
.tableBordered > tbody > tr > th,
.tableBordered > tbody > tr > td,
.tableBordered > tfoot > tr > th,
.tableBordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.tableBordered > thead > tr > th,
.tableBordered > thead > tr > td {
  border-bottom-width: 2px;
}

.tableStriped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.tableHover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.tableHover > tbody > tr > td.active:hover,
.tableHover > tbody > tr > th.active:hover, .tableHover > tbody > tr.active:hover > td, .tableHover > tbody > tr:hover > .active, .tableHover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.tableHover > tbody > tr > td.success:hover,
.tableHover > tbody > tr > th.success:hover, .tableHover > tbody > tr.success:hover > td, .tableHover > tbody > tr:hover > .success, .tableHover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.tableHover > tbody > tr > td.info:hover,
.tableHover > tbody > tr > th.info:hover, .tableHover > tbody > tr.info:hover > td, .tableHover > tbody > tr:hover > .info, .tableHover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.tableHover > tbody > tr > td.warning:hover,
.tableHover > tbody > tr > th.warning:hover, .tableHover > tbody > tr.warning:hover > td, .tableHover > tbody > tr:hover > .warning, .tableHover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.tableHover > tbody > tr > td.danger:hover,
.tableHover > tbody > tr > th.danger:hover, .tableHover > tbody > tr.danger:hover > td, .tableHover > tbody > tr:hover > .danger, .tableHover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.tableResponsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .tableResponsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .tableResponsive > .table {
    margin-bottom: 0;
  }
  .tableResponsive > .table > thead > tr > th,
  .tableResponsive > .table > thead > tr > td,
  .tableResponsive > .table > tbody > tr > th,
  .tableResponsive > .table > tbody > tr > td,
  .tableResponsive > .table > tfoot > tr > th,
  .tableResponsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tableResponsive > .tableBordered {
    border: 0;
  }
  .tableResponsive > .tableBordered > thead > tr > th:first-child,
  .tableResponsive > .tableBordered > thead > tr > td:first-child,
  .tableResponsive > .tableBordered > tbody > tr > th:first-child,
  .tableResponsive > .tableBordered > tbody > tr > td:first-child,
  .tableResponsive > .tableBordered > tfoot > tr > th:first-child,
  .tableResponsive > .tableBordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tableResponsive > .tableBordered > thead > tr > th:last-child,
  .tableResponsive > .tableBordered > thead > tr > td:last-child,
  .tableResponsive > .tableBordered > tbody > tr > th:last-child,
  .tableResponsive > .tableBordered > tbody > tr > td:last-child,
  .tableResponsive > .tableBordered > tfoot > tr > th:last-child,
  .tableResponsive > .tableBordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tableResponsive > .tableBordered > tbody > tr:last-child > th,
  .tableResponsive > .tableBordered > tbody > tr:last-child > td,
  .tableResponsive > .tableBordered > tfoot > tr:last-child > th,
  .tableResponsive > .tableBordered > 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: 20px;
  font-size: 21px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.formControl {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.formControl:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.formControl::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formControl:-ms-input-placeholder {
  color: #999;
}
.formControl::-webkit-input-placeholder {
  color: #999;
}
.formControl[disabled], .formControl[readonly], fieldset[disabled] .formControl {
  background-color: #eeeeee;
  opacity: 1;
}
.formControl[disabled], fieldset[disabled] .formControl {
  cursor: not-allowed;
}

textarea.formControl {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].formControl,
  input[type="time"].formControl,
  input[type="dateTimeLocal"].formControl,
  input[type="month"].formControl {
    line-height: 42px;
  }
  input[type="date"].inputSm, .inputGroupSm > input[type="date"].formControl,
  .inputGroupSm > input[type="date"].inputGroupAddon,
  .inputGroupSm > .inputGroupBtn > input[type="date"].btn, .inputGroupSm input[type="date"],
  input[type="time"].inputSm,
  .inputGroupSm > input[type="time"].formControl,
  .inputGroupSm > input[type="time"].inputGroupAddon,
  .inputGroupSm > .inputGroupBtn > input[type="time"].btn, .inputGroupSm
  input[type="time"],
  input[type="dateTimeLocal"].inputSm,
  .inputGroupSm > input[type="dateTimeLocal"].formControl,
  .inputGroupSm > input[type="dateTimeLocal"].inputGroupAddon,
  .inputGroupSm > .inputGroupBtn > input[type="dateTimeLocal"].btn, .inputGroupSm
  input[type="dateTimeLocal"],
  input[type="month"].inputSm,
  .inputGroupSm > input[type="month"].formControl,
  .inputGroupSm > input[type="month"].inputGroupAddon,
  .inputGroupSm > .inputGroupBtn > input[type="month"].btn, .inputGroupSm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].inputLg, .inputGroupLg > input[type="date"].formControl,
  .inputGroupLg > input[type="date"].inputGroupAddon,
  .inputGroupLg > .inputGroupBtn > input[type="date"].btn, .inputGroupLg input[type="date"],
  input[type="time"].inputLg,
  .inputGroupLg > input[type="time"].formControl,
  .inputGroupLg > input[type="time"].inputGroupAddon,
  .inputGroupLg > .inputGroupBtn > input[type="time"].btn, .inputGroupLg
  input[type="time"],
  input[type="dateTimeLocal"].inputLg,
  .inputGroupLg > input[type="dateTimeLocal"].formControl,
  .inputGroupLg > input[type="dateTimeLocal"].inputGroupAddon,
  .inputGroupLg > .inputGroupBtn > input[type="dateTimeLocal"].btn, .inputGroupLg
  input[type="dateTimeLocal"],
  input[type="month"].inputLg,
  .inputGroupLg > input[type="month"].formControl,
  .inputGroupLg > input[type="month"].inputGroupAddon,
  .inputGroupLg > .inputGroupBtn > input[type="month"].btn, .inputGroupLg
  input[type="month"] {
    line-height: 46px;
  }
}
.formGroup {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radioInline input[type="radio"],
.checkbox input[type="checkbox"],
.checkboxInline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radioInline,
.checkboxInline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radioInline + .radioInline,
.checkboxInline + .checkboxInline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radioInline.disabled, fieldset[disabled] .radioInline,
.checkboxInline.disabled, fieldset[disabled]
.checkboxInline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.formControlStatic {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 34px;
}
.formControlStatic.inputLg, .inputGroupLg > .formControltatic.formControl,
.inputGroupLg > .formControlStatic.inputGroupAddon,
.inputGroupLg > .inputGroupBtn > .formControlStatic.btn, .formControlStatic.inputSm, .inputGroupSm > .formControlStatic.formControl,
.inputGroupSm > .formControlStatic.inputGroupAddon,
.inputGroupSm > .inputGroupBtn > .formControlStatic.btn {
  padding-left: 0;
  padding-right: 0;
}

.inputSm, .inputGroupSm > .formControl,
.inputGroupSm > .inputGroupAddon,
.inputGroupSm > .inputGroupBtn > .btn {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.inputSm, .inputGroupSm > select.formControl,
.inputGroupSm > select.inputGroupAddon,
.inputGroupSm > .inputGroupBtn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.inputSm, .inputGroupSm > textarea.formControl,
.inputGroupSm > textarea.inputGroupAddon,
.inputGroupSm > .inputGroupBtn > textarea.btn,
select[multiple].inputSm,
.inputGroupSm > select[multiple].formControl,
.inputGroupSm > select[multiple].inputGroupAddon,
.inputGroupSm > .inputGroupBtn > select[multiple].btn {
  height: auto;
}

.formGroupSm .formControl {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.formGroupSm select.formControl {
  height: 30px;
  line-height: 30px;
}
.formGroupSm textarea.formControl,
.formGroupSm select[multiple].formControl {
  height: auto;
}
.formGroupSm .formControlStatic {
  height: 30px;
  min-height: 32px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 1.5;
}

.inputLg, .inputGroupLg > .formControl,
.inputGroupLg > .inputGroupAddon,
.inputGroupLg > .inputGroupBtn > .btn {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.inputLg, .inputGroupLg > select.formControl,
.inputGroupLg > select.inputGroupAddon,
.inputGroupLg > .inputGroupBtn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.inputLg, .inputGroupLg > textarea.formControl,
.inputGroupLg > textarea.inputGroupAddon,
.inputGroupLg > .inputGroupBtn > textarea.btn,
select[multiple].inputLg,
.inputGroupLg > select[multiple].formControl,
.inputGroupLg > select[multiple].inputGroupAddon,
.inputGroupLg > .inputGroupBtn > select[multiple].btn {
  height: auto;
}

.formGroupLg .formControl {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.formGroupLg select.formControl {
  height: 46px;
  line-height: 46px;
}
.formGroupLg textarea.formControl,
.formGroupLg select[multiple].formControl {
  height: auto;
}
.formGroupLg .formControlStatic {
  height: 46px;
  min-height: 38px;
  padding: 11px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

.hasFeedback {
  position: relative;
}
.hasFeedback .formControl {
  padding-right: 52.5px;
}

.formControlFeedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}

.inputLg + .formControlFeedback, .inputGroupLg > .formControl + .formControlFeedback,
.inputGroupLg > .inputGroupAddon + .formControlFeedback,
.inputGroupLg > .inputGroupBtn > .btn + .formControlFeedback,
.inputGroupLg + .formControlFeedback,
.formGroupLg .formControl + .formControlFeedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.inputSm + .formControlFeedback, .inputGroupSm > .formControl + .formControlFeedback,
.inputGroupSm > .inputGroupAddon + .formControlFeedback,
.inputGroupSm > .inputGroupBtn > .btn + .formControlFeedback,
.inputGroupSm + .formControlFeedback,
.formGroupSm .formControl + .formControlFeedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.hasSuccess .helpBlock,
.hasSuccess .controlLabel,
.hasSuccess .radio,
.hasSuccess .checkbox,
.hasSuccess .radioInline,
.hasSuccess .checkboxInline, .hasSuccess.radio label, .hasSuccess.checkbox label, .hasSuccess.radioInline label, .hasSuccess.checkboxInline label {
  color: #3c763d;
}
.hasSuccess .formControl {
  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);
}
.hasSuccess .formControl: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;
}
.hasSuccess .inputGroupAddon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.hasSuccess .formControlFeedback {
  color: #3c763d;
}

.hasWarning .helpBlock,
.hasWarning .controlLabel,
.hasWarning .radio,
.hasWarning .checkbox,
.hasWarning .radioInline,
.hasWarning .checkboxInline, .hasWarning.radio label, .hasWarning.checkbox label, .hasWarning.radioInline label, .hasWarning.checkboxInline label {
  color: #8a6d3b;
}
.hasWarning .formControl {
  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);
}
.hasWarning .formControl: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;
}
.hasWarning .inputGroupAddon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.hasWarning .formControlFeedback {
  color: #8a6d3b;
}

.hasError .helpBlock,
.hasError .controlLabel,
.hasError .radio,
.hasError .checkbox,
.hasError .radioInline,
.hasError .checkboxInline, .hasError.radio label, .hasError.checkbox label, .hasError.radioInline label, .hasError.checkboxInline label {
  color: #a94442;
}
.hasError .formControl {
  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);
}
.hasError .formControl: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;
}
.hasError .inputGroupAddon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.hasError .formControlFeedback {
  color: #a94442;
}

.hasFeedback label ~ .formControlFeedback {
  top: 25px;
}
.hasFeedback label.srOnly ~ .formControlFeedback {
  top: 0;
}

.helpBlock {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .formInline .formGroup {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formInline .formControl {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .formInline .formControlStatic {
    display: inline-block;
  }
  .formInline .inputGroup {
    display: inline-table;
    vertical-align: middle;
  }
  .formInline .inputGroup .inputGroupAddon,
  .formInline .inputGroup .inputGroupBtn,
  .formInline .inputGroup .formControl {
    width: auto;
  }
  .formInline .inputGroup > .formControl {
    width: 100%;
  }
  .formInline .controlLabel {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formInline .radio,
  .formInline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formInline .radio label,
  .formInline .checkbox label {
    padding-left: 0;
  }
  .formInline .radio input[type="radio"],
  .formInline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .formInline .hasFeedback .formControlFeedback {
    top: 0;
  }
}

.formHorizontal .radio,
.formHorizontal .checkbox,
.formHorizontal .radioInline,
.formHorizontal .checkboxInline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.formHorizontal .radio,
.formHorizontal .checkbox {
  min-height: 31px;
}
.formHorizontal .formGroup {
  margin-left: -15px;
  margin-right: -15px;
}
.formHorizontal .formGroup:before, .formHorizontal .formGroup:after {
  content: " ";
  display: table;
}
.formHorizontal .formGroup:after {
  clear: both;
}
@media (min-width: 768px) {
  .formHorizontal .controlLabel {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.formHorizontal .hasFeedback .formControlFeedback {
  right: 15px;
}
@media (min-width: 768px) {
  .formHorizontal .formGroupLg .controlLabel {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .formHorizontal .formGroupSm .controlLabel {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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;
}

.btnDefault {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btnDefault:focus, .btnDefault.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btnDefault:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btnDefault:active, .btnDefault.active, .open > .btnDefault.dropDownToggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btnDefault:active:hover, .btnDefault:active:focus, .btnDefault:active.focus, .btnDefault.active:hover, .btnDefault.active:focus, .btnDefault.active.focus, .open > .btnDefault.dropDownToggle:hover, .open > .btnDefault.dropDownToggle:focus, .open > .btnDefault.dropDownToggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btnDefault:active, .btnDefault.active, .open > .btnDefault.dropDownToggle {
  background-image: none;
}
.btnDefault.disabled, .btnDefault.disabled:hover, .btnDefault.disabled:focus, .btnDefault.disabled.focus, .btnDefault.disabled:active, .btnDefault.disabled.active, .btnDefault[disabled], .btnDefault[disabled]:hover, .btnDefault[disabled]:focus, .btnDefault[disabled].focus, .btnDefault[disabled]:active, .btnDefault[disabled].active, fieldset[disabled] .btnDefault, fieldset[disabled] .btnDefault:hover, fieldset[disabled] .btnDefault:focus, fieldset[disabled] .btnDefault.focus, fieldset[disabled] .btnDefault:active, fieldset[disabled] .btnDefault.active {
  background-color: #fff;
  border-color: #ccc;
}
.btnDefault .badge {
  color: #fff;
  background-color: #333;
}

.btnPrimary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btnPrimary:focus, .btnPrimary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btnPrimary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btnPrimary:active, .btnPrimary.active, .open > .btnPrimary.dropDownToggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btnPrimary:active:hover, .btnPrimary:active:focus, .btnPrimary:active.focus, .btnPrimary.active:hover, .btnPrimary.active:focus, .btnPrimary.active.focus, .open > .btnPrimary.dropDownToggle:hover, .open > .btnPrimary.dropDownToggle:focus, .open > .btnPrimary.dropDownToggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btnPrimary:active, .btnPrimary.active, .open > .btnPrimary.dropDownToggle {
  background-image: none;
}
.btnPrimary.disabled, .btnPrimary.disabled:hover, .btnPrimary.disabled:focus, .btnPrimary.disabled.focus, .btnPrimary.disabled:active, .btnPrimary.disabled.active, .btnPrimary[disabled], .btnPrimary[disabled]:hover, .btnPrimary[disabled]:focus, .btnPrimary[disabled].focus, .btnPrimary[disabled]:active, .btnPrimary[disabled].active, fieldset[disabled] .btnPrimary, fieldset[disabled] .btnPrimary:hover, fieldset[disabled] .btnPrimary:focus, fieldset[disabled] .btnPrimary.focus, fieldset[disabled] .btnPrimary:active, fieldset[disabled] .btnPrimary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btnPrimary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btnSuccess {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btnSuccess:focus, .btnSuccess.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btnSuccess:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btnSuccess:active, .btnSuccess.active, .open > .btnSuccess.dropDownToggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btnSuccess:active:hover, .btnSuccess:active:focus, .btnSuccess:active.focus, .btnSuccess.active:hover, .btnSuccess.active:focus, .btnSuccess.active.focus, .open > .btnSuccess.dropDownToggle:hover, .open > .btnSuccess.dropDownToggle:focus, .open > .btnSuccess.dropDownToggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btnSuccess:active, .btnSuccess.active, .open > .btnSuccess.dropDownToggle {
  background-image: none;
}
.btnSuccess.disabled, .btnSuccess.disabled:hover, .btnSuccess.disabled:focus, .btnSuccess.disabled.focus, .btnSuccess.disabled:active, .btnSuccess.disabled.active, .btnSuccess[disabled], .btnSuccess[disabled]:hover, .btnSuccess[disabled]:focus, .btnSuccess[disabled].focus, .btnSuccess[disabled]:active, .btnSuccess[disabled].active, fieldset[disabled] .btnSuccess, fieldset[disabled] .btnSuccess:hover, fieldset[disabled] .btnSuccess:focus, fieldset[disabled] .btnSuccess.focus, fieldset[disabled] .btnSuccess:active, fieldset[disabled] .btnSuccess.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btnSuccess .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btnInfo {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btnInfo:focus, .btnInfo.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btnInfo:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btnInfo:active, .btnInfo.active, .open > .btnInfo.dropDownToggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btnInfo:active:hover, .btnInfo:active:focus, .btnInfo:active.focus, .btnInfo.active:hover, .btnInfo.active:focus, .btnInfo.active.focus, .open > .btnInfo.dropDownToggle:hover, .open > .btnInfo.dropDownToggle:focus, .open > .btnInfo.dropDownToggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btnInfo:active, .btnInfo.active, .open > .btnInfo.dropDownToggle {
  background-image: none;
}
.btnInfo.disabled, .btnInfo.disabled:hover, .btnInfo.disabled:focus, .btnInfo.disabled.focus, .btnInfo.disabled:active, .btnInfo.disabled.active, .btnInfo[disabled], .btnInfo[disabled]:hover, .btnInfo[disabled]:focus, .btnInfo[disabled].focus, .btnInfo[disabled]:active, .btnInfo[disabled].active, fieldset[disabled] .btnInfo, fieldset[disabled] .btnInfo:hover, fieldset[disabled] .btnInfo:focus, fieldset[disabled] .btnInfo.focus, fieldset[disabled] .btnInfo:active, fieldset[disabled] .btnInfo.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btnInfo .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btnWarning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btnWarning:focus, .btnWarning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btnWarning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btnWarning:active, .btnWarning.active, .open > .btnWarning.dropDownToggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btnWarning:active:hover, .btnWarning:active:focus, .btnWarning:active.focus, .btnWarning.active:hover, .btnWarning.active:focus, .btnWarning.active.focus, .open > .btnWarning.dropDownToggle:hover, .open > .btnWarning.dropDownToggle:focus, .open > .btnWarning.dropDownToggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btnWarning:active, .btnWarning.active, .open > .btnWarning.dropDownToggle {
  background-image: none;
}
.btnWarning.disabled, .btnWarning.disabled:hover, .btnWarning.disabled:focus, .btnWarning.disabled.focus, .btnWarning.disabled:active, .btnWarning.disabled.active, .btnWarning[disabled], .btnWarning[disabled]:hover, .btnWarning[disabled]:focus, .btnWarning[disabled].focus, .btnWarning[disabled]:active, .btnWarning[disabled].active, fieldset[disabled] .btnWarning, fieldset[disabled] .btnWarning:hover, fieldset[disabled] .btnWarning:focus, fieldset[disabled] .btnWarning.focus, fieldset[disabled] .btnWarning:active, fieldset[disabled] .btnWarning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btnWarning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btnDanger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btnDanger:focus, .btnDanger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btnDanger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btnDanger:active, .btnDanger.active, .open > .btnDanger.dropDownToggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btnDanger:active:hover, .btnDanger:active:focus, .btnDanger:active.focus, .btnDanger.active:hover, .btnDanger.active:focus, .btnDanger.active.focus, .open > .btnDanger.dropDownToggle:hover, .open > .btnDanger.dropDownToggle:focus, .open > .btnDanger.dropDownToggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btnDanger:active, .btnDanger.active, .open > .btnDanger.dropDownToggle {
  background-image: none;
}
.btnDanger.disabled, .btnDanger.disabled:hover, .btnDanger.disabled:focus, .btnDanger.disabled.focus, .btnDanger.disabled:active, .btnDanger.disabled.active, .btnDanger[disabled], .btnDanger[disabled]:hover, .btnDanger[disabled]:focus, .btnDanger[disabled].focus, .btnDanger[disabled]:active, .btnDanger[disabled].active, fieldset[disabled] .btnDanger, fieldset[disabled] .btnDanger:hover, fieldset[disabled] .btnDanger:focus, fieldset[disabled] .btnDanger.focus, fieldset[disabled] .btnDanger:active, fieldset[disabled] .btnDanger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btnDanger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btnLink {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btnLink, .btnLink:active, .btnLink.active, .btnLink[disabled], fieldset[disabled] .btnLink {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btnLink, .btnLink:hover, .btnLink:focus, .btnLink:active {
  border-color: transparent;
}
.btnLink:hover, .btnLink:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btnLink[disabled]:hover, .btnLink[disabled]:focus, fieldset[disabled] .btnLink:hover, fieldset[disabled] .btnLink:focus {
  color: #777777;
  text-decoration: none;
}

.btnLg, .btnGroupLg > .btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btnSm, .btnGroupSm > .btn {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btnXs, .btnGroupXs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btnBlock {
  display: block;
  width: 100%;
}

.btnBlock + .btnBlock {
  margin-top: 5px;
}

input[type="submit"].btnBlock,
input[type="reset"].btnBlock,
input[type="button"].btnBlock {
  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;
}

.dropDownToggle:focus {
  outline: 0;
}

.dropDownMenu {
  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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}
.dropDownMenu.pullRight {
  right: 0;
  left: auto;
}
.dropDownMenu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropDownMenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropDownMenu > li > a:hover, .dropDownMenu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropDownMenu > .active > a, .dropDownMenu > .active > a:hover, .dropDownMenu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropDownMenu > .disabled > a, .dropDownMenu > .disabled > a:hover, .dropDownMenu > .disabled > a:focus {
  color: #777777;
}
.dropDownMenu > .disabled > a:hover, .dropDownMenu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropDownMenu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropDownMenuRight {
  left: auto;
  right: 0;
}

.dropDownMenuLeft {
  left: 0;
  right: auto;
}

.dropDownHeader {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropDownBackdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pullRight > .dropDownMenu {
  right: 0;
  left: auto;
}

.dropUp .caret,
.navBarFixedBottom .dropDown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropUp .dropDownMenu,
.navBarFixedBottom .dropDown .dropDownMenu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navBarRight .dropDownMenu {
    right: 0;
    left: auto;
  }
  .navBarRight .dropDownMenuLeft {
    left: 0;
    right: auto;
  }
}
.btnGroup,
.btnGroupVertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btnGroup > .btn,
.btnGroupVertical > .btn {
  position: relative;
  float: left;
}
.btnGroup > .btn:hover, .btnGroup > .btn:focus, .btnGroup > .btn:active, .btnGroup > .btn.active,
.btnGroupVertical > .btn:hover,
.btnGroupVertical > .btn:focus,
.btnGroupVertical > .btn:active,
.btnGroupVertical > .btn.active {
  z-index: 2;
}

.btnGroup .btn + .btn,
.btnGroup .btn + .btnGroup,
.btnGroup .btnGroup + .btn,
.btnGroup .btnGroup + .btnGroup {
  margin-left: -1px;
}

.btnToolbar {
  margin-left: -5px;
}
.btnToolbar:before, .btnToolbar:after {
  content: " ";
  display: table;
}
.btnToolbar:after {
  clear: both;
}
.btnToolbar .btn,
.btnToolbar .btnGroup,
.btnToolbar .inputGroup {
  float: left;
}
.btnToolbar > .btn,
.btnToolbar > .btnGroup,
.btnToolbar > .inputGroup {
  margin-left: 5px;
}

.btnGroup > .btn:not(:first-child):not(:last-child):not(.dropDownToggle) {
  border-radius: 0;
}

.btnGroup > .btn:first-child {
  margin-left: 0;
}
.btnGroup > .btn:first-child:not(:last-child):not(.dropDownToggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btnGroup > .btn:last-child:not(:first-child),
.btnGroup > .dropDownToggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btnGroup > .btnGroup {
  float: left;
}

.btnGroup > .btnGroup:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btnGroup > .btnGroup:first-child:not(:last-child) > .btn:last-child,
.btnGroup > .btnGroup:first-child:not(:last-child) > .dropDownToggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btnGroup > .btnGroup:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btnGroup .dropDownToggle:active,
.btnGroup.open .dropDownToggle {
  outline: 0;
}

.btnGroup > .btn + .dropDownToggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btnGroup > .btnLg + .dropDownToggle, .btnGroupLg.btnGroup > .btn + .dropDownToggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btnGroup.open .dropDownToggle {
  -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);
}
.btnGroup.open .dropDownToggle.btnLink {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btnLg .caret, .btnGroupLg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropUp .btnLg .caret, .dropUp .btnGroupLg > .btn .caret {
  border-width: 0 5px 5px;
}

.btnGroupVertical > .btn,
.btnGroupVertical > .btnGroup,
.btnGroupVertical > .btnGroup > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btnGroupVertical > .btnGroup:before, .btnGroupVertical > .btnGroup:after {
  content: " ";
  display: table;
}
.btnGroupVertical > .btnGroup:after {
  clear: both;
}
.btnGroupVertical > .btnGroup > .btn {
  float: none;
}
.btnGroupVertical > .btn + .btn,
.btnGroupVertical > .btn + .btnGroup,
.btnGroupVertical > .btnGroup + .btn,
.btnGroupVertical > .btnGroup + .btnGroup {
  margin-top: -1px;
  margin-left: 0;
}

.btnGroupVertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btnGroupVertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btnGroupVertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btnGroupVertical > .btnGroup:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btnGroupVertical > .btnGroup:first-child:not(:last-child) > .btn:last-child,
.btnGroupVertical > .btnGroup:first-child:not(:last-child) > .dropDownToggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btnGroupVertical > .btnGroup:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btnGroupJustified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btnGroupJustified > .btn,
.btnGroupJustified > .btnGroup {
  float: none;
  display: table-cell;
  width: 1%;
}
.btnGroupJustified > .btnGroup .btn {
  width: 100%;
}
.btnGroupJustified > .btnGroup .dropDownMenu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btnGroup > .btn input[type="radio"],
[data-toggle="buttons"] > .btnGroup > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.inputGroup {
  position: relative;
  display: table;
  border-collapse: separate;
}
.inputGroup[class*="col"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.inputGroup .formControl {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.inputGroupAddon,
.inputGroupBtn,
.inputGroup .formControl {
  display: table-cell;
}
.inputGroupAddon:not(:first-child):not(:last-child),
.inputGroupBtn:not(:first-child):not(:last-child),
.inputGroup .formControl:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.inputGroupAddon,
.inputGroupBtn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.inputGroupAddon {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.inputGroupAddon.inputSm,
.inputGroupSm > .inputGroupAddon,
.inputGroupSm > .inputGroupBtn > .inputGroupAddon.btn {
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 3px;
}
.inputGroupAddon.inputLg,
.inputGroupLg > .inputGroupAddon,
.inputGroupLg > .inputGroupBtn > .inputGroupAddon.btn {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 6px;
}
.inputGroupAddon input[type="radio"],
.inputGroupAddon input[type="checkbox"] {
  margin-top: 0;
}

.inputGroup .formControl:first-child,
.inputGroupAddon:first-child,
.inputGroupBtn:first-child > .btn,
.inputGroupBtn:first-child > .btnGroup > .btn,
.inputGroupBtn:first-child > .dropDownToggle,
.inputGroupBtn:last-child > .btn:not(:last-child):not(.dropDownToggle),
.inputGroupBtn:last-child > .btnGroup:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.inputGroupAddon:first-child {
  border-right: 0;
}

.inputGroup .formControl:last-child,
.inputGroupAddon:last-child,
.inputGroupBtn:last-child > .btn,
.inputGroupBtn:last-child > .btnGroup > .btn,
.inputGroupBtn:last-child > .dropDownToggle,
.inputGroupBtn:first-child > .btn:not(:first-child),
.inputGroupBtn:first-child > .btnGroup:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.inputGroupAddon:last-child {
  border-left: 0;
}

.inputGroupBtn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.inputGroupBtn > .btn {
  position: relative;
}
.inputGroupBtn > .btn + .btn {
  margin-left: -1px;
}
.inputGroupBtn > .btn:hover, .inputGroupBtn > .btn:focus, .inputGroupBtn > .btn:active {
  z-index: 2;
}
.inputGroupBtn:first-child > .btn,
.inputGroupBtn:first-child > .btnGroup {
  margin-right: -1px;
}
.inputGroupBtn:last-child > .btn,
.inputGroupBtn:last-child > .btnGroup {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #337ab7;
}
.nav .navDivider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.navTabs {
  border-bottom: 1px solid #ddd;
}
.navTabs > li {
  float: left;
  margin-bottom: -1px;
}
.navTabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.navTabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.navTabs > li.active > a, .navTabs > li.active > a:hover, .navTabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.navPills > li {
  float: left;
}
.navPills > li > a {
  border-radius: 4px;
}
.navPills > li + li {
  margin-left: 2px;
}
.navPills > li.active > a, .navPills > li.active > a:hover, .navPills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.navStacked > li {
  float: none;
}
.navStacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.navJustified, .navTabs.navJustified {
  width: 100%;
}
.navJustified > li, .navTabs.navJustified > li {
  float: none;
}
.navJustified > li > a, .navTabs.navJustified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.navJustified > .dropDown .dropDownMenu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .navJustified > li, .navTabs.navJustified > li {
    display: table-cell;
    width: 1%;
  }
  .navJustified > li > a, .navTabs.navJustified > li > a {
    margin-bottom: 0;
  }
}

.navTabsJustified, .navTabs.navJustified {
  border-bottom: 0;
}
.navTabsJustified > li > a, .navTabs.navJustified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.navTabsJustified > .active > a, .navTabs.navJustified > .active > a,
.navTabsJustified > .active > a:hover,
.navTabs.navJustified > .active > a:hover,
.navTabsJustified > .active > a:focus,
.navTabs.navJustified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .navTabsJustified > li > a, .navTabs.navJustified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .navTabsJustified > .active > a, .navTabs.navJustified > .active > a,
  .navTabsJustified > .active > a:hover,
  .navTabs.navJustified > .active > a:hover,
  .navTabsJustified > .active > a:focus,
  .navTabs.navJustified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tabContent > .tabPane {
  display: none;
}
.tabContent > .active {
  display: block;
}

.navTabs .dropDownMenu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navBar {
  position: relative;
  min-height: 55px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navBar:before, .navBar:after {
  content: " ";
  display: table;
}
.navBar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navBar {
    border-radius: 4px;
  }
}

.navBarHeader:before, .navBarHeader:after {
  content: " ";
  display: table;
}
.navBarHeader:after {
  clear: both;
}
@media (min-width: 768px) {
  .navBarHeader {
    float: left;
  }
}

.navBarCollapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navBarCollapse:before, .navBarCollapse:after {
  content: " ";
  display: table;
}
.navBarCollapse:after {
  clear: both;
}
.navBarCollapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navBarCollapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navBarCollapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navBarCollapse.in {
    overflow-y: visible;
  }
  .navBarFixedTop .navBarCollapse, .navBarStaticTop .navBarCollapse, .navBarFixedBottom .navBarCollapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navBarFixedTop .navBarCollapse,
.navBarFixedBottom .navBarCollapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navBarFixedTop .navBarCollapse,
  .navBarFixedBottom .navBarCollapse {
    max-height: 200px;
  }
}

.container > .navBarHeader,
.container > .navBarCollapse,
.containerFluid > .navBarHeader,
.containerFluid > .navBarCollapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navBarHeader,
  .container > .navBarCollapse,
  .containerFluid > .navBarHeader,
  .containerFluid > .navBarCollapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navBarStaticTop {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navBarStaticTop {
    border-radius: 0;
  }
}

.navBarFixedTop,
.navBarFixedBottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navBarFixedTop,
  .navBarFixedBottom {
    border-radius: 0;
  }
}

.navBarFixedTop {
  top: 0;
  border-width: 0 0 1px;
}

.navBarFixedBottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navBarBrand {
  float: left;
  padding: 17.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 55px;
}
.navBarBrand:hover, .navBarBrand:focus {
  text-decoration: none;
}
.navBarBrand > img {
  display: block;
}
@media (min-width: 768px) {
  .navBar > .container .navBarBrand, .navBar > .containerFluid .navBarBrand {
    margin-left: -15px;
  }
}

.navBarToggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navBarToggle:focus {
  outline: 0;
}
.navBarToggle .iconBar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navBarToggle .iconBar + .iconBar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navBarToggle {
    display: none;
  }
}

.navBarNav {
  margin: 8.75px -15px;
}
.navBarNav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navBarNav .open .dropDownMenu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navBarNav .open .dropDownMenu > li > a,
  .navBarNav .open .dropDownMenu .dropDownHeader {
    padding: 5px 15px 5px 25px;
  }
  .navBarNav .open .dropDownMenu > li > a {
    line-height: 20px;
  }
  .navBarNav .open .dropDownMenu > li > a:hover, .navBarNav .open .dropDownMenu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navBarNav {
    float: left;
    margin: 0;
  }
  .navBarNav > li {
    float: left;
  }
  .navBarNav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
}

.navBarForm {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navBarForm .formGroup {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navBarForm .formControl {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navBarForm .formControlStatic {
    display: inline-block;
  }
  .navBarForm .inputGroup {
    display: inline-table;
    vertical-align: middle;
  }
  .navBarForm .inputGroup .inputGroupAddon,
  .navBarForm .inputGroup .inputGroupBtn,
  .navBarForm .inputGroup .formControl {
    width: auto;
  }
  .navBarForm .inputGroup > .formControl {
    width: 100%;
  }
  .navBarForm .controlLabel {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navBarForm .radio,
  .navBarForm .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navBarForm .radio label,
  .navBarForm .checkbox label {
    padding-left: 0;
  }
  .navBarForm .radio input[type="radio"],
  .navBarForm .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navBarForm .hasFeedback .formControlFeedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navBarForm .formGroup {
    margin-bottom: 5px;
  }
  .navBarForm .formGroup:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navBarForm {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navBarNav > li > .dropDownMenu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navBarFixedBottom .navBarNav > li > .dropDownMenu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navBarBtn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navBarBtn.btnSm, .btnGroupSm > .navBarBtn.btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navBarBtn.btnXs, .btnGroupXs > .navBarBtn.btn {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

.navBarText {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navBarText {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navBarLeft {
    float: left !important;
  }

  .navBarRight {
    float: right !important;
    margin-right: -15px;
  }
  .navBarRight ~ .navBarRight {
    margin-right: 0;
  }
}
.navBarDefault {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navBarDefault .navBarBrand {
  color: #777;
}
.navBarDefault .navBarBrand:hover, .navBarDefault .navBarBrand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navBarDefault .navBarText {
  color: #777;
}
.navBarDefault .navBarNav > li > a {
  color: #777;
}
.navBarDefault .navBarNav > li > a:hover, .navBarDefault .navBarNav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navBarDefault .navBarNav > .active > a, .navBarDefault .navBarNav > .active > a:hover, .navBarDefault .navBarNav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navBarDefault .navBarNav > .disabled > a, .navBarDefault .navBarNav > .disabled > a:hover, .navBarDefault .navBarNav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navBarDefault .navBarToggle {
  border-color: #ddd;
}
.navBarDefault .navBarToggle:hover, .navBarDefault .navBarToggle:focus {
  background-color: #ddd;
}
.navBarDefault .navBarToggle .iconBar {
  background-color: #888;
}
.navBarDefault .navBarCollapse,
.navBarDefault .navBarForm {
  border-color: #e7e7e7;
}
.navBarDefault .navBarNav > .open > a, .navBarDefault .navBarNav > .open > a:hover, .navBarDefault .navBarNav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navBarDefault .navBarNav .open .dropDownMenu > li > a {
    color: #777;
  }
  .navBarDefault .navBarNav .open .dropDownMenu > li > a:hover, .navBarDefault .navBarNav .open .dropDownMenu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navBarDefault .navBarNav .open .dropDownMenu > .active > a, .navBarDefault .navBarNav .open .dropDownMenu > .active > a:hover, .navBarDefault .navBarNav .open .dropDownMenu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navBarDefault .navBarNav .open .dropDownMenu > .disabled > a, .navBarDefault .navBarNav .open .dropDownMenu > .disabled > a:hover, .navBarDefault .navBarNav .open .dropDownMenu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navBarDefault .navBarLink {
  color: #777;
}
.navBarDefault .navBarLink:hover {
  color: #333;
}
.navBarDefault .btnLink {
  color: #777;
}
.navBarDefault .btnLink:hover, .navBarDefault .btnLink:focus {
  color: #333;
}
.navBarDefault .btnLink[disabled]:hover, .navBarDefault .btnLink[disabled]:focus, fieldset[disabled] .navBarDefault .btnLink:hover, fieldset[disabled] .navBarDefault .btnLink:focus {
  color: #ccc;
}

.navBarInverse {
  background-color: #222;
  border-color: #090909;
}
.navBarInverse .navBarBrand {
  color: #9d9d9d;
}
.navBarInverse .navBarBrand:hover, .navBarInverse .navBarBrand:focus {
  color: #fff;
  background-color: transparent;
}
.navBarInverse .navBarText {
  color: #9d9d9d;
}
.navBarInverse .navBarNav > li > a {
  color: #9d9d9d;
}
.navBarInverse .navBarNav > li > a:hover, .navBarInverse .navBarNav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navBarInverse .navBarNav > .active > a, .navBarInverse .navBarNav > .active > a:hover, .navBarInverse .navBarNav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navBarInverse .navBarNav > .disabled > a, .navBarInverse .navBarNav > .disabled > a:hover, .navBarInverse .navBarNav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navBarInverse .navBarToggle {
  border-color: #333;
}
.navBarInverse .navBarToggle:hover, .navBarInverse .navBarToggle:focus {
  background-color: #333;
}
.navBarInverse .navBarToggle .iconBar {
  background-color: #fff;
}
.navBarInverse .navBarCollapse,
.navBarInverse .navBarForm {
  border-color: #101010;
}
.navBarInverse .navBarNav > .open > a, .navBarInverse .navBarNav > .open > a:hover, .navBarInverse .navBarNav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navBarInverse .navBarNav .open .dropDownMenu > .dropDownHeader {
    border-color: #090909;
  }
  .navBarInverse .navBarNav .open .dropDownMenu .divider {
    background-color: #090909;
  }
  .navBarInverse .navBarNav .open .dropDownMenu > li > a {
    color: #9d9d9d;
  }
  .navBarInverse .navBarNav .open .dropDownMenu > li > a:hover, .navBarInverse .navBarNav .open .dropDownMenu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navBarInverse .navBarNav .open .dropDownMenu > .active > a, .navBarInverse .navBarNav .open .dropDownMenu > .active > a:hover, .navBarInverse .navBarNav .open .dropDownMenu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navBarInverse .navBarNav .open .dropDownMenu > .disabled > a, .navBarInverse .navBarNav .open .dropDownMenu > .disabled > a:hover, .navBarInverse .navBarNav .open .dropDownMenu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navBarInverse .navBarLink {
  color: #9d9d9d;
}
.navBarInverse .navBarLink:hover {
  color: #fff;
}
.navBarInverse .btnLink {
  color: #9d9d9d;
}
.navBarInverse .btnLink:hover, .navBarInverse .btnLink:focus {
  color: #fff;
}
.navBarInverse .btnLink[disabled]:hover, .navBarInverse .btnLink[disabled]:focus, fieldset[disabled] .navBarInverse .btnLink:hover, fieldset[disabled] .navBarInverse .btnLink:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  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;
}

.paginationLg > li > a,
.paginationLg > li > span {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33333;
}
.paginationLg > li:first-child > a,
.paginationLg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.paginationLg > li:last-child > a,
.paginationLg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.paginationSm > li > a,
.paginationSm > li > span {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.paginationSm > li:first-child > a,
.paginationSm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.paginationSm > li:last-child > a,
.paginationSm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.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;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.labelDefault {
  background-color: #777777;
}
.labelDefault[href]:hover, .labelDefault[href]:focus {
  background-color: #5e5e5e;
}

.labelPrimary {
  background-color: #337ab7;
}
.labelPrimary[href]:hover, .labelPrimary[href]:focus {
  background-color: #286090;
}

.labelSuccess {
  background-color: #5cb85c;
}
.labelSuccess[href]:hover, .labelSuccess[href]:focus {
  background-color: #449d44;
}

.labelInfo {
  background-color: #5bc0de;
}
.labelInfo[href]:hover, .labelInfo[href]:focus {
  background-color: #31b0d5;
}

.labelWarning {
  background-color: #f0ad4e;
}
.labelWarning[href]:hover, .labelWarning[href]:focus {
  background-color: #ec971f;
}

.labelDanger {
  background-color: #d9534f;
}
.labelDanger[href]:hover, .labelDanger[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;
}
.btnXs .badge, .btnGroupXs > .btn .badge, .btnGroupXs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.listGroupItem.active > .badge, .navPills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.listGroupItem > .badge {
  float: right;
}
.listGroupItem > .badge + .badge {
  margin-right: 5px;
}
.navPills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.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: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .containerFluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .containerFluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alertLink {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alertDismissable,
.alertDismissible {
  padding-right: 35px;
}
.alertDismissable .close,
.alertDismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alertSuccess {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alertSuccess hr {
  border-top-color: #c9e2b3;
}
.alertSuccess .alertLink {
  color: #2b542c;
}

.alertInfo {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alertInfo hr {
  border-top-color: #a6e1ec;
}
.alertInfo .alertLink {
  color: #245269;
}

.alertWarning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alertWarning hr {
  border-top-color: #f7e1b5;
}
.alertWarning .alertLink {
  color: #66512c;
}

.alertDanger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alertDanger hr {
  border-top-color: #e4b9c0;
}
.alertDanger .alertLink {
  color: #843534;
}

@-webkit-keyframes progressBar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progressBar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}

.progressBar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
}

.progressStriped .progressBar,
.progressBarStriped {
  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 .progressBar,
.progressBar.active {
  -webkit-animation: progressBar-stripes 2s linear infinite;
  -o-animation: progressBar-stripes 2s linear infinite;
  animation: progressBar-stripes 2s linear infinite;
}

.progressBarSuccess {
  background-color: #5cb85c;
}
.progressStriped .progressBarSuccess {
  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);
}

.progressBarInfo {
  background-color: #5bc0de;
}
.progressStriped .progressBarInfo {
  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);
}

.progressBarWarning {
  background-color: #f0ad4e;
}
.progressStriped .progressBarWarning {
  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);
}

.progressBarDanger {
  background-color: #d9534f;
}
.progressStriped .progressBarDanger {
  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,
.mediaBody  {
  zoom: 1;
  overflow: hidden;
}

.mediaBody  {
  width: 10000px;
}

.mediaObject {
  display: block;
}
.mediaObject.imgThumbnail {
  max-width: none;
}

.mediaRight,
.media > .pullRight {
  padding-left: 10px;
}

.mediaLeft,
.media > .pullLeft {
  padding-right: 10px;
}

.mediaLeft,
.mediaRight,
.mediaBody  {
  display: table-cell;
  vertical-align: top;
}

.mediaMiddle {
  vertical-align: middle;
}

.mediaBottom {
  vertical-align: bottom;
}

.mediaHeading {
  margin-top: 0;
  margin-bottom: 5px;
}

.mediaList {
  padding-left: 0;
  list-style: none;
}

.listGroup {
  margin-bottom: 20px;
  padding-left: 0;
}

.listGroupItem {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.listGroupItem:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.listGroupItem:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.listGroupItem,
button.listGroupItem {
  color: #555;
}
a.listGroupItem .listGroupItemHeading,
button.listGroupItem .listGroupItemHeading {
  color: #333;
}
a.listGroupItem:hover, a.listGroupItem:focus,
button.listGroupItem:hover,
button.listGroupItem:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.listGroupItem {
  width: 100%;
  text-align: left;
}

.listGroupItem.disabled, .listGroupItem.disabled:hover, .listGroupItem.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.listGroupItem.disabled .listGroupItemHeading, .listGroupItem.disabled:hover .listGroupItemHeading, .listGroupItem.disabled:focus .listGroupItemHeading {
  color: inherit;
}
.listGroupItem.disabled .listGroupItemText, .listGroupItem.disabled:hover .listGroupItemText, .listGroupItem.disabled:focus .listGroupItemText {
  color: #777777;
}
.listGroupItem.active, .listGroupItem.active:hover, .listGroupItem.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.listGroupItem.active .listGroupItemHeading,
.listGroupItem.active .listGroupItemHeading > small,
.listGroupItem.active .listGroupItemHeading > .small, .listGroupItem.active:hover .listGroupItemHeading,
.listGroupItem.active:hover .listGroupItemHeading > small,
.listGroupItem.active:hover .listGroupItemHeading > .small, .listGroupItem.active:focus .listGroupItemHeading,
.listGroupItem.active:focus .listGroupItemHeading > small,
.listGroupItem.active:focus .listGroupItemHeading > .small {
  color: inherit;
}
.listGroupItem.active .listGroupItemText, .listGroupItem.active:hover .listGroupItemText, .listGroupItem.active:focus .listGroupItemText {
  color: #c7ddef;
}

.listGroupItemSuccess {
  color: #3c763d;
  background-color: #dff0d8;
}

a.listGroupItemSuccess,
button.listGroupItemSuccess {
  color: #3c763d;
}
a.listGroupItemSuccess .listGroupItemHeading,
button.listGroupItemSuccess .listGroupItemHeading {
  color: inherit;
}
a.listGroupItemSuccess:hover, a.listGroupItemSuccess:focus,
button.listGroupItemSuccess:hover,
button.listGroupItemSuccess:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.listGroupItemSuccess.active, a.listGroupItemSuccess.active:hover, a.listGroupItemSuccess.active:focus,
button.listGroupItemSuccess.active,
button.listGroupItemSuccess.active:hover,
button.listGroupItemSuccess.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.listGroupItemInfo {
  color: #31708f;
  background-color: #d9edf7;
}

a.listGroupItemInfo,
button.listGroupItemInfo {
  color: #31708f;
}
a.listGroupItemInfo .listGroupItemHeading,
button.listGroupItemInfo .listGroupItemHeading {
  color: inherit;
}
a.listGroupItemInfo:hover, a.listGroupItemInfo:focus,
button.listGroupItemInfo:hover,
button.listGroupItemInfo:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.listGroupItemInfo.active, a.listGroupItemInfo.active:hover, a.listGroupItemInfo.active:focus,
button.listGroupItemInfo.active,
button.listGroupItemInfo.active:hover,
button.listGroupItemInfo.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.listGroupItemWarning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.listGroupItemWarning,
button.listGroupItemWarning {
  color: #8a6d3b;
}
a.listGroupItemWarning .listGroupItemHeading,
button.listGroupItemWarning .listGroupItemHeading {
  color: inherit;
}
a.listGroupItemWarning:hover, a.listGroupItemWarning:focus,
button.listGroupItemWarning:hover,
button.listGroupItemWarning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.listGroupItemWarning.active, a.listGroupItemWarning.active:hover, a.listGroupItemWarning.active:focus,
button.listGroupItemWarning.active,
button.listGroupItemWarning.active:hover,
button.listGroupItemWarning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.listGroupItemDanger {
  color: #a94442;
  background-color: #f2dede;
}

a.listGroupItemDanger,
button.listGroupItemDanger {
  color: #a94442;
}
a.listGroupItemDanger .listGroupItemHeading,
button.listGroupItemDanger .listGroupItemHeading {
  color: inherit;
}
a.listGroupItemDanger:hover, a.listGroupItemDanger:focus,
button.listGroupItemDanger:hover,
button.listGroupItemDanger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.listGroupItemDanger.active, a.listGroupItemDanger.active:hover, a.listGroupItemDanger.active:focus,
button.listGroupItemDanger.active,
button.listGroupItemDanger.active:hover,
button.listGroupItemDanger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.listGroupItemHeading {
  margin-top: 0;
  margin-bottom: 5px;
}

.listGroupItemText {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panelBody {
  padding: 15px;
}
.panelBody:before, .panelBody:after {
  content: " ";
  display: table;
}
.panelBody:after {
  clear: both;
}

.panelHeading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panelHeading > .dropDown .dropDownToggle {
  color: inherit;
}

.panelTitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panelTitle > a,
.panelTitle > small,
.panelTitle > .small,
.panelTitle > small > a,
.panelTitle > .small > a {
  color: inherit;
}

.panelFooter {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .listGroup,
.panel > .panelCollapse > .listGroup {
  margin-bottom: 0;
}
.panel > .listGroup .listGroupItem,
.panel > .panelCollapse > .listGroup .listGroupItem {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .listGroup:first-child .listGroupItem:first-child,
.panel > .panelCollapse > .listGroup:first-child .listGroupItem:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .listGroup:last-child .listGroupItem:last-child,
.panel > .panelCollapse > .listGroup:last-child .listGroupItem:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panelHeading + .panelCollapse > .listGroup .listGroupItem:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panelHeading + .listGroup .listGroupItem:first-child {
  border-top-width: 0;
}

.listGroup + .panelFooter {
  border-top-width: 0;
}

.panel > .table,
.panel > .tableResponsive > .table,
.panel > .panelCollapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .tableResponsive > .table caption,
.panel > .panelCollapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .tableResponsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .tableResponsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .tableResponsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .tableResponsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .tableResponsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .tableResponsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .tableResponsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .tableResponsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .tableResponsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .tableResponsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .tableResponsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .tableResponsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .tableResponsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .tableResponsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .tableResponsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .tableResponsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .tableResponsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panelBody + .table,
.panel > .panelBody + .tableResponsive,
.panel > .table + .panelBody,
.panel > .tableResponsive + .panelBody {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .tableBordered,
.panel > .tableResponsive > .tableBordered {
  border: 0;
}
.panel > .tableBordered > thead > tr > th:first-child,
.panel > .tableBordered > thead > tr > td:first-child,
.panel > .tableBordered > tbody > tr > th:first-child,
.panel > .tableBordered > tbody > tr > td:first-child,
.panel > .tableBordered > tfoot > tr > th:first-child,
.panel > .tableBordered > tfoot > tr > td:first-child,
.panel > .tableResponsive > .tableBordered > thead > tr > th:first-child,
.panel > .tableResponsive > .tableBordered > thead > tr > td:first-child,
.panel > .tableResponsive > .tableBordered > tbody > tr > th:first-child,
.panel > .tableResponsive > .tableBordered > tbody > tr > td:first-child,
.panel > .tableResponsive > .tableBordered > tfoot > tr > th:first-child,
.panel > .tableResponsive > .tableBordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .tableBordered > thead > tr > th:last-child,
.panel > .tableBordered > thead > tr > td:last-child,
.panel > .tableBordered > tbody > tr > th:last-child,
.panel > .tableBordered > tbody > tr > td:last-child,
.panel > .tableBordered > tfoot > tr > th:last-child,
.panel > .tableBordered > tfoot > tr > td:last-child,
.panel > .tableResponsive > .tableBordered > thead > tr > th:last-child,
.panel > .tableResponsive > .tableBordered > thead > tr > td:last-child,
.panel > .tableResponsive > .tableBordered > tbody > tr > th:last-child,
.panel > .tableResponsive > .tableBordered > tbody > tr > td:last-child,
.panel > .tableResponsive > .tableBordered > tfoot > tr > th:last-child,
.panel > .tableResponsive > .tableBordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .tableBordered > thead > tr:first-child > td,
.panel > .tableBordered > thead > tr:first-child > th,
.panel > .tableBordered > tbody > tr:first-child > td,
.panel > .tableBordered > tbody > tr:first-child > th,
.panel > .tableResponsive > .tableBordered > thead > tr:first-child > td,
.panel > .tableResponsive > .tableBordered > thead > tr:first-child > th,
.panel > .tableResponsive > .tableBordered > tbody > tr:first-child > td,
.panel > .tableResponsive > .tableBordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .tableBordered > tbody > tr:last-child > td,
.panel > .tableBordered > tbody > tr:last-child > th,
.panel > .tableBordered > tfoot > tr:last-child > td,
.panel > .tableBordered > tfoot > tr:last-child > th,
.panel > .tableResponsive > .tableBordered > tbody > tr:last-child > td,
.panel > .tableResponsive > .tableBordered > tbody > tr:last-child > th,
.panel > .tableResponsive > .tableBordered > tfoot > tr:last-child > td,
.panel > .tableResponsive > .tableBordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .tableResponsive {
  border: 0;
  margin-bottom: 0;
}

.panelGroup {
  margin-bottom: 20px;
}
.panelGroup .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panelGroup .panel + .panel {
  margin-top: 5px;
}
.panelGroup .panelHeading {
  border-bottom: 0;
}
.panelGroup .panelHeading + .panelCollapse > .panelBody,
.panelGroup .panelHeading + .panelCollapse > .listGroup {
  border-top: 1px solid #eee;
}
.panelGroup .panelFooter {
  border-top: 0;
}
.panelGroup .panelFooter + .panelCollapse .panelBody {
  border-bottom: 1px solid #eee;
}

.panelDefault {
  border-color: #eee;
}
.panelDefault > .panelHeading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #eee;
}
.panelDefault > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #eee;
}
.panelDefault > .panelHeading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panelDefault > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #eee;
}

.panelPrimary {
  border-color: #337ab7;
}
.panelPrimary > .panelHeading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panelPrimary > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #337ab7;
}
.panelPrimary > .panelHeading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panelPrimary > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #337ab7;
}

.panelSuccess {
  border-color: #d6e9c6;
}
.panelSuccess > .panelHeading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panelSuccess > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #d6e9c6;
}
.panelSuccess > .panelHeading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panelSuccess > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #d6e9c6;
}

.panelInfo {
  border-color: #bce8f1;
}
.panelInfo > .panelHeading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panelInfo > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #bce8f1;
}
.panelInfo > .panelHeading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panelInfo > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #bce8f1;
}

.panelWarning {
  border-color: #faebcc;
}
.panelWarning > .panelHeading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panelWarning > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #faebcc;
}
.panelWarning > .panelHeading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panelWarning > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #faebcc;
}

.panelDanger {
  border-color: #ebccd1;
}
.panelDanger > .panelHeading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panelDanger > .panelHeading + .panelCollapse > .panelBody {
  border-top-color: #ebccd1;
}
.panelDanger > .panelHeading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panelDanger > .panelFooter + .panelCollapse > .panelBody {
  border-bottom-color: #ebccd1;
}

.embedResponsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embedResponsive .embedResponsive-item,
.embedResponsive iframe,
.embedResponsive embed,
.embedResponsive object,
.embedResponsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embedResponsive16by9 {
  padding-bottom: 56.25%;
}

.embedResponsive4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellLg {
  padding: 24px;
  border-radius: 6px;
}

.wellSm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  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;
}

.modalOpen {
  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 .modalDialog {
  -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 .modalDialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modalOpen .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modalDialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modalContent {
  position: relative;
  background-color: #fff;
  /*border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 8px;
  -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;
}

.modalBackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modalBackdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modalBackdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modalHeader {
  padding: 15px;
 /* border-bottom: 1px solid #e5e5e5;*/
  min-height: 16.42857px;
}

.modalHeader .close {
  margin-top: -2px;
}

.modalTitle {
  margin: 0;
  line-height: 1.42857;
}

.modalBody  {
  position: relative;
  padding: 15px;
}

.modalFooter {
  padding: 15px;
  text-align: right;
  /*border-top: 1px solid #e5e5e5;*/
}
.modalFooter:before, .modalFooter:after {
  content: " ";
  display: table;
}
.modalFooter:after {
  clear: both;
}
.modalFooter .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modalFooter .btnGroup .btn + .btn {
  margin-left: -1px;
}
.modalFooter .btnBlock + .btnBlock {
  margin-left: 0;
}

.modalScrollbarMeasure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modalDialog {
    width: 600px;
    margin: 30px auto;
  }

  .modalContent {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modalSm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modalLg {
    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.42857;
  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;
}

.toolTipInner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.toolTipArrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.toolTip.top .toolTipArrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.toolTip.topLeft .toolTipArrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.toolTip.topRight .toolTipArrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.toolTip.right .toolTipArrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.toolTip.left .toolTipArrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.toolTip.bottom .toolTipArrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.toolTip.bottomLeft .toolTipArrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.toolTip.bottomRight .toolTipArrow {
  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.42857;
  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: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
}

.popoverTitle {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popoverContent {
  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: rgba(0, 0, 0, 0.25);
  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: rgba(0, 0, 0, 0.25);
}
.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: rgba(0, 0, 0, 0.25);
  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: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carouselInner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carouselInner > .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;
}
.carouselInner > .item > img,
.carouselInner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carouselInner > .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;
  }
  .carouselInner > .item.next, .carouselInner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carouselInner > .item.prev, .carouselInner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carouselInner > .item.next.left, .carouselInner > .item.prev.right, .carouselInner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carouselInner > .active,
.carouselInner > .next,
.carouselInner > .prev {
  display: block;
}
.carouselInner > .active {
  left: 0;
}
.carouselInner > .next,
.carouselInner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carouselInner > .next {
  left: 100%;
}
.carouselInner > .prev {
  left: -100%;
}
.carouselInner > .next.left,
.carouselInner > .prev.right {
  left: 0;
}
.carouselInner > .active.left {
  left: -100%;
}
.carouselInner > .active.right {
  left: 100%;
}

.carouselControl {
  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);
}
.carouselControl.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);
}
.carouselControl.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);
}
.carouselControl:hover, .carouselControl:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carouselControl .iconPrev,
.carouselControl .iconNext,
.carouselControl .iChevronLeft,
.carouselControl .iChevronRight {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carouselControl .iconPrev,
.carouselControl .iChevronLeft {
  left: 50%;
  margin-left: -10px;
}
.carouselControl .iconNext,
.carouselControl .iChevronRight {
  right: 50%;
  margin-right: -10px;
}
.carouselControl .iconPrev,
.carouselControl .iconNext {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carouselControl .iconPrev:before {
  content: '\2039';
}
.carouselControl .iconNext:before {
  content: '\203a';
}

.carouselIndicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carouselIndicators 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: transparent;
}
.carouselIndicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carouselCaption {
  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);
}
.carouselCaption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carouselControl .iChevronLeft,
  .carouselControl .iChevronRight,
  .carouselControl .iconPrev,
  .carouselControl .iconNext {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carouselControl .iChevronLeft,
  .carouselControl .iconPrev {
    margin-left: -15px;
  }
  .carouselControl .iChevronRight,
  .carouselControl .iconNext {
    margin-right: -15px;
  }

  .carouselCaption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carouselIndicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.centerBlock {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pullRight {
  float: right !important;
}

.pullLeft {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.textHide {
  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;
}
.visibleXs {
  display: none !important;
}

.visibleSm {
  display: none !important;
}

.visibleMd {
  display: none !important;
}

.visibleLg {
  display: none !important;
}

.visibleXsBlock,
.visibleXsInline,
.visibleXsInlineBlock,
.visibleSmBlock,
.visibleSmInline,
.visibleSmInlineBlock,
.visibleMdBlock,
.visibleMdInline,
.visibleMdInlineBlock,
.visibleLgBlock,
.visibleLgInline,
.visibleLgInlineBlock {
  display: none !important;
}

@media (max-width: 767px) {
  .visibleXs {
    display: block !important;
  }

  table.visibleXs {
    display: table !important;
  }

  tr.visibleXs {
    display: table-row !important;
  }

  th.visibleXs,
  td.visibleXs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visibleXsBlock {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visibleXsInline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visibleXsInlineBlock {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visibleSm {
    display: block !important;
  }

  table.visibleSm {
    display: table !important;
  }

  tr.visibleSm {
    display: table-row !important;
  }

  th.visibleSm,
  td.visibleSm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visibleSmBlock {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visibleSmInline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visibleSmInlineBlock {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visibleMd {
    display: block !important;
  }

  table.visibleMd {
    display: table !important;
  }

  tr.visibleMd {
    display: table-row !important;
  }

  th.visibleMd,
  td.visibleMd {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visibleMdBlock {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visibleMdInline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visibleMdInlineBlock {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visibleLg {
    display: block !important;
  }

  table.visibleLg {
    display: table !important;
  }

  tr.visibleLg {
    display: table-row !important;
  }

  th.visibleLg,
  td.visibleLg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visibleLgBlock {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visibleLgInline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visibleLgInlineBlock {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hiddenXs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiddenSm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hiddenMd {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hiddenLg {
    display: none !important;
  }
}
.visiblePrint {
  display: none !important;
}

@media print {
  .visiblePrint {
    display: block !important;
  }

  table.visiblePrint {
    display: table !important;
  }

  tr.visiblePrint {
    display: table-row !important;
  }

  th.visiblePrint,
  td.visiblePrint {
    display: table-cell !important;
  }
}
.visiblePrintBlock {
  display: none !important;
}
@media print {
  .visiblePrintBlock {
    display: block !important;
  }
}

.visiblePrintInline {
  display: none !important;
}
@media print {
  .visiblePrintInline {
    display: inline !important;
  }
}

.visiblePrintInlineBlock {
  display: none !important;
}
@media print {
  .visiblePrintInlineBlock {
    display: inline-block !important;
  }
}

@media print {
  .hiddenPrint {
    display: none !important;
  }
}
