
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  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"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #111111;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  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, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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 > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(jquery-ui/images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(jquery-ui/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(jquery-ui/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(jquery-ui/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(jquery-ui/images/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(jquery-ui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(flat-ui/fonts/lato/lato-black.eot);
  src: url(flat-ui/fonts/lato/lato-black.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-black.woff) format('woff'), url(flat-ui/fonts/lato/lato-black.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-black.svg#latoblack) format('svg');
  }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: url(flat-ui/fonts/lato/lato-bold.eot);
  src: url(flat-ui/fonts/lato/lato-bold.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-bold.woff) format('woff'), url(flat-ui/fonts/lato/lato-bold.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-bold.svg#latobold) format('svg');
  }
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: bold;
  src: url(flat-ui/fonts/lato/lato-bolditalic.eot);
  src: url(flat-ui/fonts/lato/lato-bolditalic.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-bolditalic.woff) format('woff'), url(flat-ui/fonts/lato/lato-bolditalic.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-bolditalic.svg#latobold-italic) format('svg');
  }
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: normal;
  src: url(flat-ui/fonts/lato/lato-italic.eot);
  src: url(flat-ui/fonts/lato/lato-italic.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-italic.woff) format('woff'), url(flat-ui/fonts/lato/lato-italic.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-italic.svg#latoitalic) format('svg');
  }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(flat-ui/fonts/lato/lato-light.eot);
  src: url(flat-ui/fonts/lato/lato-light.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-light.woff) format('woff'), url(flat-ui/fonts/lato/lato-light.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-light.svg#latolight) format('svg');
  }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: url(flat-ui/fonts/lato/lato-regular.eot);
  src: url(flat-ui/fonts/lato/lato-regular.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/lato/lato-regular.woff) format('woff'), url(flat-ui/fonts/lato/lato-regular.ttf) format('truetype'), url(flat-ui/fonts/lato/lato-regular.svg#latoregular) format('svg');
  }
@font-face {
  font-family: 'Flat-UI-Icons';
  src: url(flat-ui/fonts/glyphicons/flat-ui-icons-regular.eot);
  src: url(flat-ui/fonts/glyphicons/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'), url(flat-ui/fonts/glyphicons/flat-ui-icons-regular.woff) format('woff'), url(flat-ui/fonts/glyphicons/flat-ui-icons-regular.ttf) format('truetype'), url(flat-ui/fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg');
  }
[class^="fui-"],
[class*="fui-"] {
  font-family: 'Flat-UI-Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.fui-triangle-up:before {
  content: "\e600";
  }
.fui-triangle-down:before {
  content: "\e601";
  }
.fui-triangle-up-small:before {
  content: "\e602";
  }
.fui-triangle-down-small:before {
  content: "\e603";
  }
.fui-triangle-left-large:before {
  content: "\e604";
  }
.fui-triangle-right-large:before {
  content: "\e605";
  }
.fui-arrow-left:before {
  content: "\e606";
  }
.fui-arrow-right:before {
  content: "\e607";
  }
.fui-plus:before {
  content: "\e608";
  }
.fui-cross:before {
  content: "\e609";
  }
.fui-check:before {
  content: "\e60a";
  }
.fui-radio-unchecked:before {
  content: "\e60b";
  }
.fui-radio-checked:before {
  content: "\e60c";
  }
.fui-checkbox-unchecked:before {
  content: "\e60d";
  }
.fui-checkbox-checked:before {
  content: "\e60e";
  }
.fui-info-circle:before {
  content: "\e60f";
  }
.fui-alert-circle:before {
  content: "\e610";
  }
.fui-question-circle:before {
  content: "\e611";
  }
.fui-check-circle:before {
  content: "\e612";
  }
.fui-cross-circle:before {
  content: "\e613";
  }
.fui-plus-circle:before {
  content: "\e614";
  }
.fui-pause:before {
  content: "\e615";
  }
.fui-play:before {
  content: "\e616";
  }
.fui-volume:before {
  content: "\e617";
  }
.fui-mute:before {
  content: "\e618";
  }
.fui-resize:before {
  content: "\e619";
  }
.fui-list:before {
  content: "\e61a";
  }
.fui-list-thumbnailed:before {
  content: "\e61b";
  }
.fui-list-small-thumbnails:before {
  content: "\e61c";
  }
.fui-list-large-thumbnails:before {
  content: "\e61d";
  }
.fui-list-numbered:before {
  content: "\e61e";
  }
.fui-list-columned:before {
  content: "\e61f";
  }
.fui-list-bulleted:before {
  content: "\e620";
  }
.fui-window:before {
  content: "\e621";
  }
.fui-windows:before {
  content: "\e622";
  }
.fui-loop:before {
  content: "\e623";
  }
.fui-cmd:before {
  content: "\e624";
  }
.fui-mic:before {
  content: "\e625";
  }
.fui-heart:before {
  content: "\e626";
  }
.fui-location:before {
  content: "\e627";
  }
.fui-new:before {
  content: "\e628";
  }
.fui-video:before {
  content: "\e629";
  }
.fui-photo:before {
  content: "\e62a";
  }
.fui-time:before {
  content: "\e62b";
  }
.fui-eye:before {
  content: "\e62c";
  }
.fui-chat:before {
  content: "\e62d";
  }
.fui-home:before {
  content: "\e62e";
  }
.fui-upload:before {
  content: "\e62f";
  }
.fui-search:before {
  content: "\e630";
  }
.fui-user:before {
  content: "\e631";
  }
.fui-mail:before {
  content: "\e632";
  }
.fui-lock:before {
  content: "\e633";
  }
.fui-power:before {
  content: "\e634";
  }
.fui-calendar:before {
  content: "\e635";
  }
.fui-gear:before {
  content: "\e636";
  }
.fui-bookmark:before {
  content: "\e637";
  }
.fui-exit:before {
  content: "\e638";
  }
.fui-trash:before {
  content: "\e639";
  }
.fui-folder:before {
  content: "\e63a";
  }
.fui-bubble:before {
  content: "\e63b";
  }
.fui-export:before {
  content: "\e63c";
  }
.fui-calendar-solid:before {
  content: "\e63d";
  }
.fui-star:before {
  content: "\e63e";
  }
.fui-star-2:before {
  content: "\e63f";
  }
.fui-credit-card:before {
  content: "\e640";
  }
.fui-clip:before {
  content: "\e641";
  }
.fui-link:before {
  content: "\e642";
  }
.fui-tag:before {
  content: "\e643";
  }
.fui-document:before {
  content: "\e644";
  }
.fui-image:before {
  content: "\e645";
  }
.fui-facebook:before {
  content: "\e646";
  }
.fui-youtube:before {
  content: "\e647";
  }
.fui-vimeo:before {
  content: "\e648";
  }
.fui-twitter:before {
  content: "\e649";
  }
.fui-spotify:before {
  content: "\e64a";
  }
.fui-skype:before {
  content: "\e64b";
  }
.fui-pinterest:before {
  content: "\e64c";
  }
.fui-path:before {
  content: "\e64d";
  }
.fui-linkedin:before {
  content: "\e64e";
  }
.fui-google-plus:before {
  content: "\e64f";
  }
.fui-dribbble:before {
  content: "\e650";
  }
.fui-behance:before {
  content: "\e651";
  }
.fui-stumbleupon:before {
  content: "\e652";
  }
.fui-yelp:before {
  content: "\e653";
  }
.fui-wordpress:before {
  content: "\e654";
  }
.fui-windows-8:before {
  content: "\e655";
  }
.fui-vine:before {
  content: "\e656";
  }
.fui-tumblr:before {
  content: "\e657";
  }
.fui-paypal:before {
  content: "\e658";
  }
.fui-lastfm:before {
  content: "\e659";
  }
.fui-instagram:before {
  content: "\e65a";
  }
.fui-html5:before {
  content: "\e65b";
  }
.fui-github:before {
  content: "\e65c";
  }
.fui-foursquare:before {
  content: "\e65d";
  }
.fui-dropbox:before {
  content: "\e65e";
  }
.fui-android:before {
  content: "\e65f";
  }
.fui-apple:before {
  content: "\e660";
  }
.checkbox .icon-checked:before {
  content: "\e60e";
  }
.checkbox .icon-unchecked:before {
  content: "\e60d";
  }
.radio .icon-checked:before {
  content: "\e60c";
  }
.radio .icon-unchecked:before {
  content: "\e60b";
  }
.checkbox .icons,
.radio .icons {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #bdc3c7;
  text-align: center;
  cursor: pointer;
  }
.checkbox .icons .icon-checked,
.radio .icons .icon-checked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox .icon-checked,
.radio .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-unchecked {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-table;
  margin: 0;
  background-color: transparent;
          filter: none;
  opacity: 1;
  -webkit-transition: color .25s linear;
          transition: color .25s linear;
  -webkit-filter: none;
  }
.checkbox .icon-checked:before,
.radio .icon-checked:before,
.checkbox .icon-unchecked:before,
.radio .icon-unchecked:before {
  font-family: 'Flat-UI-Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.checkbox .icon-checked:before {
  content: "\e60e";
  }
.checkbox .icon-unchecked:before {
  content: "\e60d";
  }
.radio .icon-checked:before {
  content: "\e60c";
  }
.radio .icon-unchecked:before {
  content: "\e60b";
  }
.checkbox input[type="checkbox"].custom-checkbox,
.radio input[type="checkbox"].custom-checkbox,
.checkbox input[type="radio"].custom-radio,
.radio input[type="radio"].custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  outline: none !important;
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
.radio input[type="radio"].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked {
          filter: none;
  opacity: 1;
  -webkit-filter: none;
  }
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox input[type="radio"].custom-radio:checked + .icons,
.radio input[type="radio"].custom-radio:checked + .icons {
  color: #1abc9c;
  }
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-unchecked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
  color: #1abc9c;
          filter: none;
  opacity: 1;
  -webkit-filter: none;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox input[type="radio"].custom-radio:disabled + .icons,
.radio input[type="radio"].custom-radio:disabled + .icons {
  color: #e6e8ea;
  cursor: default;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-unchecked {
          filter: none;
  opacity: 1;
  -webkit-filter: none;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-checked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons,
.radio input[type="radio"].custom-radio:disabled:checked + .icons {
  color: #e6e8ea;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked {
  color: #e6e8ea;
          filter: none;
  opacity: 1;
  -webkit-filter: none;
  }
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons,
.radio input[type="radio"].custom-radio:indeterminate + .icons {
  color: #bdc3c7;
  }
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked {
          filter: none;
  opacity: 1;
  -webkit-filter: none;
  }
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-checked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-checked {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons:before,
.radio input[type="radio"].custom-radio:indeterminate + .icons:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 20px;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "\2013";
  }
.checkbox.primary input[type="checkbox"].custom-checkbox + .icons,
.radio.primary input[type="checkbox"].custom-checkbox + .icons,
.checkbox.primary input[type="radio"].custom-radio + .icons,
.radio.primary input[type="radio"].custom-radio + .icons {
  color: #34495e;
  }
.checkbox.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox.primary input[type="radio"].custom-radio:checked + .icons,
.radio.primary input[type="radio"].custom-radio:checked + .icons {
  color: #1abc9c;
  }
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons,
.radio.primary input[type="radio"].custom-radio:disabled + .icons {
  color: #bdc3c7;
  cursor: default;
  }
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons.checked,
.radio.primary input[type="radio"].custom-radio:disabled + .icons.checked {
  color: #bdc3c7;
  }
.checkbox.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox.primary input[type="radio"].custom-radio:indeterminate + .icons,
.radio.primary input[type="radio"].custom-radio:indeterminate + .icons {
  color: #34495e;
  }
.input-group-addon .radio,
.input-group-addon .checkbox {
  padding-left: 20px;
  margin: -2px 0;
  }
.input-group-addon .radio .icons,
.input-group-addon .checkbox .icons {
  color: #e6e8ea;
  }
.input-group-addon .radio input[type="checkbox"].custom-checkbox:checked + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:checked + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:checked + .icons {
  color: #fff;
  }
.input-group-addon .radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.input-group-addon .radio input[type="radio"].custom-radio:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked {
  color: #fff;
  }
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:disabled + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled + .icons {
  color: rgba(230, 232, 234, .6);
  }
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons,
.input-group-addon .radio input[type="radio"].custom-radio:disabled:checked + .icons,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled:checked + .icons {
  color: rgba(230, 232, 234, .6);
  }
.input-group-addon .radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.input-group-addon .radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked,
.input-group-addon .checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked {
  color: rgba(230, 232, 234, .6);
  }
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
  }
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 32px;
  }
@font-face{font-family:'FontAwesome';src:url(font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-2_5x{font-size:2.5em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
label.checkbox .toggle,
label.checkbox.inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}
.toggle {
	min-width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}
.toggle-handle.btn-mini {
	top: -1px;
}
.toggle.btn { min-width: 30px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }
.toggle.btn-large { min-width: 40px; }
.toggle-on.btn-large { padding-right: 35px; }
.toggle-off.btn-large { padding-left: 35px; }
.toggle.btn-small { min-width: 25px; }
.toggle-on.btn-small { padding-right: 20px; }
.toggle-off.btn-small { padding-left: 20px; }
.toggle.btn-mini { min-width: 20px; }
.toggle-on.btn-mini { padding-right: 12px; }
.toggle-off.btn-mini { padding-left: 12px; }
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #ffffff;
    min-width: 300px;
    font-weight: normal;
}
a {
    outline: none;
    
    color:#07679B;
}
    a:hover, a:focus {
        
         color:#005179;
    }
    a:focus {
    outline: dotted thin;
    outline-offset: -1px;
    }
    
    a.more-link {
        color: #1e8fcb;
        font-size: 0.9em;
    }
    a.js-link:hover,a.js-link:active,a.js-link:focus,a.js-link:visited{
        text-decoration:none !important;
    }
.pge_coc-common-app_container{
    padding-left:30px;
    padding-right:30px;
}
.pge_coc-common-highlight_msg_block {
    padding: 10px;
    background-color: #fff2b3;
    margin-bottom: 15px;
    font-family:'DINWeb';
}
    .pge_coc-common-highlight_msg_block > p {
        font-style: italic;
        color: #333;
    }
        .pge_coc-common-highlight_msg_block > p:first-child {
            margin-bottom: 0px;
        }
.NoWrap {
    white-space: nowrap;
}
.CursorPointer {
    cursor: pointer;
}
.pge_coc-common-dollar_btn_dropdown {
    padding: 3px 8px;
    color: #666666;
}
    .pge_coc-common-dollar_btn_dropdown:hover, .pge_coc-common-dollar_btn_dropdown:focus, .pge_coc-common-dollar_btn_dropdown:active {
        cursor: text;
        background-color: #f5f5f5;
        border-color: #cccccc;
        box-shadow: none;
        color: #666666;
    }
.DisplayDropdown {
    display: none;
}
.pge_nav-second-level li,
.pge_nav-third-level li {
    border-bottom: none !important;
}
    .pge_nav-second-level li a {
        padding-left: 37px;
        color: #666666;
    }
    .pge_nav-third-level li a {
        padding-left: 52px;
    }
#side-menu li a {
    color: #333333;
    margin-bottom: -1px;
    border: 1px solid #DDD;
}
.FirstItem {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
#side-menu li ul li a {
    color: #666666;
}
.leftMarginP2Em {
    margin-left: .2em;
}
.marginTop0 {
    margin-top: 0px;
}
.marginTop5 {
    margin-top: 5px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop35 {
    margin-top: 35px;
}
.marginTop50 {
    margin-top: 50px;
}
.marginTopMinus7
{
	margin-top: -7px;
}
.marginTopMinus3
{
    margin-top: -3px;
}
.marginTop25 {
    margin-top: 25px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginTop-35D-35M {
    margin-top: 35px;
}
.marginTop-30D-30M {
    margin-top: 30px;
}
.marginTop-35D-30M {
    margin-top: 35px;
}
.marginTop-25D-10M {
    margin-top: 25px;
}
.marginBottom-30D-15M{
    margin-bottom: 30px;
}
.marginTop-25D-20M {
    margin-top: 25px;
}
.margintop-30D-15M{
    margin-top: 30px;
}
.marginTopnegative10 {
    margin-top: -10px;
}
.marginTopnegative5 {
    margin-top: -5px;
}
.marginTopnegative3 {
    margin-top: -3px;
}
.marginBottom0 {
    margin-bottom: 0px;
}
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom10 {
    margin-bottom: 10px;
}
.marginBottom15 {
    margin-bottom: 15px;
}
.marginbottom35{
    margin-bottom: 35px;
}
.marginbottom30{
    margin-bottom: 30px;
}
.marginTop15 {
    margin-top: 15px;
}
.pge_coc-common-margin_top15_element {
    margin-top: 15px;
}
.marginBottom20 {
    margin-bottom: 20px;
}
.marginBottom40 {
    margin-bottom: 40px;
}
.MarginLeft10Per {
    margin-left: 10%;
}
.MarginRight20Per {
    margin-right: 20%;
}
.pge_coc-common-padding_top3_element {
    padding-top: 3px;
}
.LeftPadding0 {
    padding-left: 0px;
}
.LeftPadding5 {
    padding-left: 5px;
}
.RightPadding0 {
    padding-right: 0px;
}
.TopPadding5 {
    padding-top: 5px;
}
.BorderRadius0 {
    border-radius: 0px;
}
.PaddingDropdown li a {
    padding: 3px 3px 3px 37px !important;
}
.marginLeftRightchkbox {
    margin-left: 10px;
    margin-right: 30px;
}
.Width100per {
    width: 100%;
}
.Width100perimp {
    width: 100% !important;
}
.Width110 {
    width: 110px;
}
.Height28 {
    height: 28px;
}
.errorStyle {
    color: #B02621;
}
.errorStyleHeading {
    font-family: FFDINWebBold;
    font-size: 14px;
    color: #B02621;
    text-transform: uppercase;
}
.errorListStyle {
}
.listStyleNone{
    list-style-type:none
}
.errorStyleBlack {
    font-family: FFDINWeb;
    font-size: 14px;
    color: #333333;
}
.errorStyleBlackLink {
    font-family: FFDINWeb;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}
.errorStyleBlueLink {
    font-family: FFDINWeb;
    font-size: 14px;
    color: #07679B;
    font-weight: bold;
    text-decoration: underline;
}
.pge_coc-form-success_box {
    border: solid 2px #14993F !important;
    background: url(../img/icon-form-sucess.png) no-repeat scroll 5px 5px;
    background-position: center right 5px;
    padding-right: 40px !important;
}
.pge_coc-form-success_box_noimage {
    border: solid 2px #14993F !important;
}
.pge_coc-form-error_box {
    border: solid 2px #B02621 !important;
    background: url(../img/icon-form-error.png) no-repeat scroll 5px 5px;
    background-position: center right 5px;
    padding-right: 40px !important;
}
.pge_coc-form-error_box_noimage {
    border: solid 2px #B02621 !important;
}
.pge_coc-common-error_box {
    padding: 10px;
    margin: 10px 0;
    color: #B02621;
    border: 1px solid #B02621;
}
    .pge_coc-common-error_box > p {
        margin: 0;
    }
.DisplayInlineTable {
    display: inline-table;
}
.show-more-less-icon {
    font-size: 0.7em;
    color: #666666;
}
.show-more-less-content {
    display: none;
}
.pge_coc-common-radio_chkbox input[type="radio"], .pge_coc-common-radio_chkbox input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}
.pge_coc-common-capitalize_txt {
    text-transform: uppercase;
}
.pge_coc-common-title {
    font-size: 1.19em;
    display: block;
    font-weight: normal;
    word-wrap: break-word;
    color: #666666;
}
.pge_coc-common-value {
    color: #666666;
    font-size: 1.1em;
    font-weight: normal;
}
.pge_coc-common-alert_img_container {
    float: left;
}
.pge_coc-common-alert_img {
    border: 0px;
    height: 25px;
    width: 28px;
}
.pge_coc-common-alert_content_container {
    margin-left: 35px;
}
ul.ui-autocomplete.ui-menu.ui-widget {
    
    max-height: 568px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px;
    background: #ffffff;
    font-family: 'DIN-Regular';
    padding: 0px;
    border: 1px solid #CCCCCC;
   
}
    ul.ui-autocomplete.ui-menu.ui-widget > li.ui-menu-item {
        margin: 0px;
    }
    ul.ui-autocomplete.ui-menu.ui-widget > li > a.ui-corner-all.ui-state-focus {
        border: none;
        border-bottom: 1px solid #CCCCCC;
        border-radius: 0px;
        background: #DADADA;
        color: #333;
        margin: 0px;
    }
        ul.ui-autocomplete.ui-menu.ui-widget > li > a.ui-corner-all.ui-state-focus > .pge_coc-autocomplete-item-select {
            display: block;
        }
.ui-menu .ui-menu-item a {
    padding: 5px 9px;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}
.pge_coc-autocomplete-item-street {
    font-family: 'DIN-Regular';
    font-size: 13px;
    color: #000000;
}
.pge_coc-autocomplete-item-city {
    font-family: 'DIN-Regular';
    font-size: 11px;
    color: #666;
    margin-top: 0px;
}
.pge_coc-autocomplete-item-select {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    font-family: 'DINWeb';
    color: #666666;
    right: 10px;
    display: none;
}
    .pge_coc-autocomplete-item-select > span {
        font-size: 14px;
        vertical-align: middle;
    }
    .pge_coc-autocomplete-item-select > i.fa {
        font-size: 18px;
        vertical-align: middle;
    }
ul.ui-autocomplete.ui-menu.ui-widget + div#addressNote {
    font-style: italic;
    font-weight: normal;
    font-family: 'DIN-Regular';
    border-radius: 0px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 0.4em;
}
.pge_coc-common-mob_tab_txtbox {
    width: 50% !important;
    float: left !important;
}
.pge_coc-common-mob_tab_txtbox_lrg {
    width: 80% !important;
    float: left !important;
}
.pge_coc-common-mob_tab_lbl {
    width: 50.5% !important;
    float: left !important;
}
.btn_equal_to_text{
    width: 50% !important;
    float: left !important;
}
.btn_equal_to_text > span.fa{
    float: right !important;
}
.pge_coc-common-mob_tab_inputgp {
    width: 400px;
}
.pge_coc-common-closed_acc_partition {
    margin: 5px 0px;
    border-color: #cccccc;
}
.glyphicon-remove {
    cursor: pointer;
}
.custom-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #666;
}
.btn-default .pgeOrange {
    color: #333333;
    background-color: #ffa100;
    border-color: #cccccc;
}
.pge-alert-error {
    color: #fff;
    background-color: #C00;
    margin-top: 3px;
}
.pge-alert-2 {
    color: #fff;
    background-color: #07679B;
    padding: 0.5em;
}
.pge_coc-common-alert.alert-danger {
    color: #B94A48;
    border-radius: 0px;
}
    .pge_coc-common-alert.alert-danger .close {
        color: #B94A48;
        font-size: 14px;
        opacity: 1;
    }
.voffset {
    margin-top: 2px;
}
.voffset1 {
    margin-top: 5px;
}
.voffset2 {
    margin-top: 10px;
}
.voffset3 {
    margin-top: 15px;
}
.voffset4 {
    margin-top: 30px;
}
.voffset5 {
    margin-top: 40px;
}
.voffset6 {
    margin-top: 60px;
}
.voffset7 {
    margin-top: 80px;
}
.voffset8 {
    margin-top: 100px;
}
.voffset9 {
    margin-top: 150px;
}
.voffset10 {
    margin-top: 35px;
}
.pge_coc-common-disabled_comp_block{
    opacity:0.5;
    pointer-events:none;
}
#mainContent {
    min-height: 300px;
}
.pge_coc-common-cnt_loading {
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 300px;
}
    #content.pge_coc-common-app_container{
        padding-left:30px;
        padding-right:30px;
    }
.pge_coc-common-warning_icon{
    color:#EF6C00;
    padding-right:5px;
    font-size:16px;
}
.payTextDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.paddingL5 {
    padding-left: 5px;
}
.marginT20 {
    margin-top: 20px;
}
.marginT30 {
    margin-top: 30px;
}
.padding0{
    padding:0px;
}
.pge_coc-custom-error_box {
    padding: 10px;
    margin: 10px 0;
    color: #B02621;
    border: 1px solid #B02621;
}
.pge_coc-custom-error_box > p {
    margin: 0;
}
.pge_coc-custom-error_no_box {
    padding: 10px;
    margin: 10px 0;
    color: #B02621;
}
.pge_coc-custom-error_no_box > p {
    margin: 0;
}
.pge_sst-div-margin {
    margin-top: 50px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body,
body.modal-open{
    padding-right: 0px !important;
}
::-ms-clear {
    display: none;
}
@media (min-width: 768px) {
    .pge_coc-common-container .container {
        width: auto;
    }
}
@media (min-width: 992px) {
    .pge_coc-common-container .container {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .pge_coc-common-container .container {
        width: auto;
    }
}
@media (min-width: 1240px) {
    .pge_coc-common-container .container {
        width: 1240px;
        padding: 0px 100px;
    }
    .pge_coc-footer-main_lnk_container .container{
        width:100% !important;
    }
}
@media (max-width: 991px) {
    
    .pge_coc-common-mob_tab_txtbox,.pge_coc-common-mob_tab_txtbox_lrg {
        width: 60% !important;
    }
    .pge_coc-common-mob_tab_lbl {
        width: 60.5% !important;
    }
    .pge_coc-common-container .container {
        
        padding-left:20px;
        padding-right:20px;
        
    }
    .btn_equal_to_text{
        width: 60% !important;
    }
}
@media (max-width: 767px) {
    
    .pge_coc-common-container .container {
        padding-left:15px;
        padding-right:15px;
    }
    .mbmarginTop35 {
        margin-top: 35px;
    }
    .mbmarginTop20{
        margin-top: 20px;
    }
    
    
    ul.ui-autocomplete.ui-menu.ui-widget {
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0px;
        background: #ffffff;
        font-family: 'DIN-Regular';
    }
    
    
    .pge_coc-common-mob_tab_txtbox ,.pge_coc-common-mob_tab_txtbox_lrg{
        width: 100% !important;
    }
    .pge_coc-common-mob_tab_lbl {
        width: 100% !important;
    }
    .btn_equal_to_text{
        width: 100% !important;
    }
    
    
    .pge_coc-common-mob_tab_inputgp {
        width: 100%;
    }
    
    
    .pge_coc-common-container {
        position: relative;
        overflow: hidden;
    }
    .marginTop-35D-30M {
        margin-top: 30px;
    }
    .marginTop-25D-20M {
        margin-top: 20px;
    }
    .marginBottom-30D-15M{
        margin-bottom: 15px;
    }
    .marginTop-25D-10M {
        margin-top: 10px;
    }
    .margintop-30D-15M{
        margin-top: 15px;
    }
    .pge_sst-div-margin {
        margin-top: 35px;
    }
    
    #footer {
        padding: 0px;
    }
    
    
    #content.pge_coc-common-app_container{
        padding-left:15px;
        padding-right:15px;
    }    
}
#upgradeBrowser {
                width: 330px;
                height: 200px;
                position: fixed;
                color: #000000;
                
                top: 50%;
                left: 50%;
                margin-top: -100px;
                margin-left: -150px;
            }
            #upgradeBrowser .modal-content{
                border-radius:0px !important;
            }
            
           #upgradeBrowser .modal-header{
                border-bottom:none !important;
            }
            .fca-custom{
                font-size: 1.2em;
                vertical-align: middle;
                margin-bottom: 1px;
            }
            h2 .fca-custom{
                font-size: 1.0em;
                vertical-align: middle;
                margin-bottom: 1px;
            } 
@font-face {
    font-family: 'DIN-Regular';
    src: url(../fonts/DIN%20Web%20Regular/DINWeb.eot) format('embedded-opentype');
    src: url(../fonts/DIN%20Web%20Regular/DINComp.ttf) format('truetype');
    src: url(../fonts/DIN%20Web%20Regular/DINWeb.woff) format('woff');
}
@font-face {
    font-family: 'DINWeb';
    src: url(../fonts/DIN%20Web%20Medium/DINWeb-Medium.eot) format('embedded-opentype');
    src: url(../fonts/DIN%20Web%20Medium/DINComp-Medium.ttf) format('truetype');
    src: url(../fonts/DIN%20Web%20Medium/DINWeb-Medium.woff) format('woff');
}
@font-face {
    font-family: 'DINWeb-Bold';
    src: url(../fonts/DIN%20Web%20Bold/DINWeb-Bold.eot) format('embedded-opentype');
    src: url(../fonts/DIN%20Web%20Bold/DINComp-Bold.ttf) format('truetype');
    src: url(../fonts/DIN%20Web%20Bold/DINWeb-Bold.woff) format('woff');
}
body {
    font-size: 1.4em;
    font-family: 'DIN-Regular';
}
h1{
    font-size:1.7em;
}
h2{
    font-size:1.5em;
}
h3{
    font-size: 1.19em;
}
.pge-font {
    font-family: 'DIN-Regular';
    text-align: left;
    color:#666666;
}
.pge-font-txt-right{
    font-family: 'DIN-Regular';
    text-align: right;
    color:#666666;
}
.pgeBlue {
    color: #07679b;
    font-family: 'DIN-Regular';
    text-align: left;
}
.pgeOutage {
    color: #333333;
    background-color: #FFFFFF;
    font-family: FFDINWeb;
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
}
.BiggerFont {
    font-size: 1.5em;
    line-height: 1em;
}
.Font_Size_dot9em {
    font-size: 0.9em;
}
.FontColorRed{
    color:#B02621 !important;
}
.FontColorGray{
    color:#666666 !important;
}
.FontColorBlack{
    color: #333333 !important;
}
.FontColorOrange{
    color:#FFA100;
}
.FontColorBlue{
    color:#07679B; 
}
.FontNormal {
    font-weight: normal !important;
}
.FontStyleNormal{
    font-style:normal;
}
.FontStyleItalic{
    font-style:italic;
}
.FontBold{
    font-family:DINWeb-Bold;
}
.TextDecorationUnderline{
    text-decoration:underline;
}
.TextDecorationNone{
    text-decoration:none;
}
.glyphicon{
    font-family:Glyphicons Halflings !important;
}
.pgeOrange
{
    color:#ff8600;
    font-family: 'DIN-Regular';
}
.pge-DIN
{
    font-family: DINWeb;
}
fa-link-angle-icons {
font-size: 0.7em;
vertical-align: middle;
}
.font_0_8em{font-size:0.8em}
.font_0_9em{font-size:0.9em}
.font_1em{font-size: 1em;}
.font_1_2em{font-size:1.2em}
.font_1_3em{font-size: 1.4em;}
.font_1_4em{font-size: 1.4em;}
.font_1_5em{font-size: 1.5em;}
.labelText {
    color:#111111 !important;
    font-weight:normal !important;
}
  
#content hr{
    border-top:1px solid #CCCCCC;
}
.colorText333{
    color:#333 !important;
}
.labelText {
    color:#111111;
}
.colorText333{
    color:#333 !important;
}
@media (max-width: 767px) {
    .pge-font {
        text-align: left;
    }
    .pgeBlue {
        text-align: left;
    }
}
@media (max-width: 530px) {
    h1.pgeBlue {
         
        color: #07679B;
        text-align: left;
    }
    h2.pge-font {
        text-align: left;
         
        color:#666666;
    }
    .pgeBlue, h2.pgeBlue {
        color: #07679B;
    }
}
.pge_btn-default {
    color:#666666;
    background-color:#f5f5f5;
    font-size:1em;
}
.pge_btn-default.dropdown-toggle + ul.dropdown-menu > li > a.pge_coc-common-acc_grey{
    color:#bbbbbb;
}
.btn-orange {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc766  ), to( #ff8600  )); 
    background: -webkit-linear-gradient(#ffc766,#ff8600); 
    background: -o-linear-gradient(#ffc766,#ff8600); 
    background: -moz-linear-gradient(#ffc766,#ff8600); 
    background: linear-gradient(#ffc766,#ff8600); 
    color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    padding:6px 20px;
    font-family: 'DINWeb';
    font-size:1.1em;
}
    .btn-orange:hover {       
        background: -webkit-gradient(linear, left top, left bottom, from(#ffc766  ), to( #ff8600  )); 
        background: -webkit-linear-gradient(#ffc766,#ff8600); 
        background: -o-linear-gradient(#ffc766,#ff8600); 
        background: -moz-linear-gradient(#ffc766,#ff8600); 
        background: linear-gradient(#ffc766,#ff8600);   
        color:#ffffff;  
    }
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        background: -webkit-gradient(linear, left top, left bottom, from(#feb435  ), to( #ff6600  )); 
        background: -webkit-linear-gradient(#feb435,#ff6600); 
        background: -o-linear-gradient(#feb435,#ff6600); 
        background: -moz-linear-gradient(#feb435,#ff6600); 
        background: linear-gradient(#feb435,#ff6600); 
        color:#ffffff;
    }
.btn-gray {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#CECECE  ), to( #919191  )); 
    background: -webkit-linear-gradient(#CECECE,#919191); 
    background: -o-linear-gradient(#CECECE,#919191); 
    background: -moz-linear-gradient(#CECECE,#919191); 
    background: linear-gradient(#CECECE,#919191); 
    color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    padding:6px 20px;
    font-family: 'DINWeb';
    font-size:1.1em;
}
    .btn-gray:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#CECECE  ), to( #919191  )); 
        background: -webkit-linear-gradient(#CECECE,#919191); 
        background: -o-linear-gradient(#CECECE,#919191); 
        background: -moz-linear-gradient(#CECECE,#919191); 
        background: linear-gradient(#CECECE,#919191); 
        color: #ffffff;
    }
    .btn-gray:focus,
    .btn-gray:active,
    .btn-gray:active,
    .btn-gray.active,
    .open .dropdown-toggle.btn-gray {
        background: -webkit-gradient(linear, left top, left bottom, from(#ABABAB  ), to( #777777  )); 
        background: -webkit-linear-gradient(#ABABAB,#777777); 
        background: -o-linear-gradient(#ABABAB,#777777); 
        background: -moz-linear-gradient(#ABABAB,#777777); 
        background: linear-gradient(#ABABAB,#777777); 
        color: #ffffff;
    }
.btn_padding6_24{
    padding: 6px 24px;
}
.btn-pgeBlue{
    background:#07679B;
    color:#fff;
    border:1px solid #07679B;
}
.pge_coc-common-orange_btn {
     padding:6px 25px;
    color: #043027;
    font-size: 14px;
    text-shadow:0px 2px 3px rgba(0,0,0,0.10);
    background: #FBBB36;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    font-family: 'DINWeb-Bold';
}
 .pge_coc-common-orange_btn:hover,
    .pge_coc-common-orange_btn:focus{
        color: #042037;
        background: #E59902;
        border: 2px solid #E59902;
    }
    .pge_coc-common-orange_btn:active{
        background: #BF7E2A;
    }
    
    
    
.pge_coc-common-blue_btn {
    padding:6px 25px;
    color: #ffffff;
    font-size: 15px;
    background: #07679B;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    font-family: 'DINWeb-Bold';
}
.pge_coc-common-blue_btn:hover, .pge_coc-common-blue_btn:focus, .pge_coc-common-blue_btn:active {
        color: #ffffff;
        background:#007EB2;
    }
    
.pge_par_coc-common-blue_btn {
     padding:6px 25px;
    color:  #07679B;
    font-size: 15px;
    background: #fff;
    border-radius: 0px;
    border:1px solid #07679B;
    box-shadow: none;
    font-family: 'DINWeb-Bold';
}
.pge_par_coc-common-blue_btn:hover, .pge_par_coc-common-blue_btn:focus, .pge_par_coc-common-blue_btn:active {
        color: #ffffff;
        background:#07679B;
        border:1px solid #07679B;
    }
    
.customModal .modal-dialog {
    
    top: 80px;
    
    height: 300px;
}
.customModal .modal-content {
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    margin-left:20px;
    margin-right:20px;
}
.customModal .modal-header .close {
    top: 4px;
    right: 5px;
    position: absolute;
}
.customModal .modal-header {
    border-bottom: none;
    color: #333333;
}
.customModal .modal-body {
    padding: 0px 15px 0px 15px;
}
.customModal .modal-footer {
    padding: 20px 15px 40px 15px;
    border-top: none;
    text-align: center;
}
.errorModal .modal-dialog {
    
    top: 80px;
    
    height: 300px;
}
.errorModal .modal-content {
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    margin-left:20px;
    margin-right:20px;
}
.errorModal .modal-header .close {
    top: 4px;
    right: 5px;
    position: absolute;
}
.errorModal .modal-header {
    border-bottom: none;
    color:#666666;
}
.errorModal .modal-title{
    border-bottom:1px solid #cccccc;
}
.errorModal .modal-body {
    padding: 0px 15px 0px 15px;
    color:#B02621;
}
.errorModal .modal-footer {
    border-top: none;
    text-align: center;
}
.sessionModal .modal-dialog {
    
    top: 80px;
    
    height: 300px;
}
.sessionModal .modal-content {
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    margin-left:20px;
    margin-right:20px;
}
.sessionModal .modal-header {
    border-bottom: none;
    color: #07679B;
}
.sessionModal .modal-title{
    border-bottom:1px solid #cccccc;
}
.sessionModal .modal-body {
    padding: 0px 15px 0px 15px;
}
.sessionModal .modal-footer {
    border-top: none;
    text-align: center;
}
.pge_coc-common-usr_pass_req_modal{
    overflow:auto;
    font-size:17px;
}
.pge_coc-common-usr_pass_req_modal .modal-dialog {
    
    
    top: 80px;
    
    
    
    height: 300px;
}
    .pge_coc-common-usr_pass_req_modal .modal-content {
        border-radius: 0px;
        margin-left: 20px;
        margin-right: 20px;
        background: #FAFAFA;
        border: 1px solid #D8D8D8;
        box-shadow: 2px 2px 4px 0px #9B9B9B;
        width:600px;
    }
.pge_coc-common-usr_pass_req_modal .modal-header {
    border-bottom: none;
    color: #333333;
    padding:22px 15px 18px;
}
.pge_coc-common-usr_pass_req_modal .modal-header > .close {
    top: 8px;
    right: 8px;
    position: absolute;
    color:#666666;
    font-size:13px;
    opacity:1;
}
.pge_coc-common-usr_pass_req_modal .modal-header > .modal-title{
    font-family: 'DINWeb-Bold';
font-size: 17px;
color: #333333;
}
.pge_coc-common-usr_pass_req_modal .modal-body {
    padding: 0px 15px 22px 15px;
}
.pge_coc-common-usr_pass_req_modal .modal-body > p{
    margin: 0 0 18px;
    color:#333333;
}
.pge_coc-common-usr_pass_req_modal .modal-body > p:last-of-type{
    margin: 0;
}
.pge_coc-common-tc_modal .modal-dialog {
    
    top: 80px;
    
    height: 500px;
}
.pge_coc-common-tc_modal .modal-content {
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    margin-left:15px;
    margin-right:15px;
}
.pge_coc-common-tc_modal .modal-header .close {
    top: 4px;
    right: 5px;
    position: absolute;
}
.pge_coc-common-tc_modal .modal-header {
    color: #07679B;
}
.pge_coc-common-tc_modal .modal-body {    
    padding:15px;
    max-height:298px;
    overflow-y:auto;
}
.pge_coc-common-tc_modal .modal-footer {
    margin-top:0px;
    padding: 20px 15px 20px 15px;
    text-align: right;
}
.pge_coc-modals-timeout_popup .modal-dialog {
    
    top: 80px;
    
    
    
    height: 300px;
    max-width: 380px;
    
    
}
.pge_coc-modals-timeout_popup .modal-content {
    border-radius: 0px;    
    
    border: 1px solid #bbbbbb;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
}
.pge_coc-modals-timeout_popup .modal-header {
    border-bottom: none;
    color: #333333;
    padding: 20px 15px 15px;
    font-family: 'DINWeb';
}
.pge_coc-modals-timeout_popup .modal-body {
    padding: 0px 15px 10px 15px;
    font-style:italic;
}
.pge_coc-modals-timeout_popup .modal-body > p{
    font-size:16px;
}
.pge_coc-modals-timeout_popup .modal-body > p:last-of-type {
   margin: 20px 0 10px;
   font-size:18px;
   font-family: 'DINWeb';
}
.appModalRegion.modal{
    overflow-x:auto;
    overflow-y:auto;
}
.pge_cpan-common-custom_modal.stackedSchedule .modal-dialog {
    top:215px;
    padding-right: 0;
    padding-left: 0;
}
 .pge_cpan-common-custom_modal.stackedSchedule .modal-content{
     background-color:#f1f1f1;
     border:none;
     box-shadow:none;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .modal-header{
     padding:60px 70px 0;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .modal-header > .modal-title {
     color:#333;
     font-size:18px;
        line-height:1;
        text-transform:uppercase;
        margin-bottom:10px;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .modal-header > .close{
     top:18px;
     right:18px;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .modal-header > .close > img{
     width:18px;
     height:18px;
 }
.pge_cpan-common-custom_modal.stackedSchedule .modal-body {
    padding: 0 70px;
}
.pge_cpan-common-custom_modal.stackedSchedule .modal-footer {
    padding: 20px 20px 15px;
}
 .pge_cpan-common-custom_modal.stackedSchedule table.ppsTableBorderless.pge_coc-dashboard-viewPay_pa_table{
     border:none;
 }
 
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > th, 
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tfoot > tr > th,
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > thead > tr > td, 
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > td, 
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tfoot > tr > td{
     padding:10px 0;
     line-height:1.75;
     text-align:left;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > td .amtPaid{
     color:#417505;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > td .amtPaid{
     font-family:'DINWeb-Bold';
     text-transform:uppercase;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > td:first-child{
     width:133px;
 }
 .pge_cpan-common-custom_modal.stackedSchedule .balInfo_para{
     font-style:italic;
     text-align:center;
     line-height:1.75;     
 }
  
  
@media(max-width:992px){    
    .pge_coc-modals-timeout_popup .modal-dialog { 
        
    }
}
@media(max-width:767px){
    .pge_coc-common-tc_modal .modal-dialog {        
        height: 300px;
    }
    .pge_coc-common-tc_modal .modal-body {       
        max-height: 155px;
    }
    .pge_coc-common-usr_pass_req_modal .modal-content{
        width:auto;
    }
    .pge_coc-modals-timeout_popup .modal-dialog {        
        max-width: 100%;
        padding:0px 5px;
        
    }
    
    .pge_cpan-common-custom_modal.stackedSchedule .modal-dialog{
        top:80px;
        margin:0;
        padding-right:10px;
        padding-left:10px;
        width:auto;
    }
    .pge_cpan-common-custom_modal.stackedSchedule .modal-header {
        padding: 60px 20px 0;
    }
    .pge_cpan-common-custom_modal.stackedSchedule .modal-body {
        padding: 0 20px;
    }
    .pge_cpan-common-custom_modal.stackedSchedule .ppsTableBorderless > tbody > tr > td:first-child {
        width: 143px;
    }
    .pge_cpan-common-custom_modal.stackedSchedule .modal-footer {
        padding: 20px 10px 15px;
    }
    
}
@media(max-width:640px) and (orientation:portrait){
    .pge_coc-common-tc_modal .modal-dialog {        
        height: 400px;
    }
    .pge_coc-common-tc_modal .modal-body {       
        max-height: 250px;
    }
}
@media(max-width:640px) and (orientation:landscape){
    .pge_coc-common-tc_modal .modal-dialog {        
        height: 300px;
    }
    .pge_coc-common-tc_modal .modal-body {       
        max-height: 155px;
    }
}
@media(max-width:320px) and (orientation:portrait){
    .pge_coc-common-tc_modal .modal-dialog {        
        height: 400px;
    }
    .pge_coc-common-tc_modal .modal-body {       
        max-height: 250px;
    }
}
@media(max-width:320px) and (orientation:landscape){
    .pge_coc-common-tc_modal .modal-dialog {        
        height: 300px;
    }
    .pge_coc-common-tc_modal .modal-body {       
        max-height: 155px;
    }
}
.pge_coc-common-input-gray{
    background-color:#f5f5f5;
}
.pge_form-control + .glyphicon {
    position: absolute;
    right: 0px;
    padding: 8px 12px;
}
.pge_form-control {
    box-shadow: none;
    font-size: 1em;
}
.pge_form-control[disabled], .pge_form-control[readonly] {    
    background-color: #f5f5f5;
    opacity: 1;
}
.form-disabled{
    background-color: #f5f5f5 !important;
    opacity: 1;
}
.pge_form-horizontal .pge_control-label {
    text-align: left;
    margin-left: 50px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
     
    
}
.pge_form_car-label {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    font-family: DINWEb-Bold;
    color: #333333;
    font-size: 1.19em;
    display: block;
}
.pge_form_car-label-hint {
    font-family: DIN-Regular;
    color: #333333;
    font-size: 0.9em;
 
}
.pge_form_static-content-label {
    font-family: DINWEb-Bold;
    color: #333333;
    font-size: 1.15em;
}
.marginTop3 {
    margin-top: 3px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop45 {
    margin-top: 45px;
}
.margintop-10{
   margin-top: -10px;
}
.marginbottom10{
   margin-bottom: 10px;
}
.marginbottom0{
   margin-bottom: 0px;
}
.marginbottom-10{
   margin-bottom: -10px;
}
.nowrap {
    white-space: wrap;
}
.pge_form_car_label_top35{
    margin-top: 30px;
}
legend {
    display: block;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    border-width: 0px 0px 1px !important;
    border-style: none none solid !important;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5 !important;
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-image: none !important;
}
fieldset {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px none !important;
    min-width: 0px !important;
}
.FormAnd {
    line-height: 40px;
}
@media (max-width: 767px) {
     .pge_input-group-addon {
        padding: 6px 8px;
        font-size: inherit;
    }
    .pge_form-group {
        margin-bottom: 5px;
    }
    .FormAnd {
        line-height: 0px;
    }
}
.pge_cpan-common-content_container{
    color:#424242;
    font-size:16px;
}
.pge_cpan-common-content_container h2{
    color:#454545;
    font-size:32px;
}
.pge_cpan-common-content_container a{
    cursor:pointer;
}
a.pge_cpan-common-page_back_lnk {
    font-size: 16px;
    font-family: 'DINWeb';
    line-height: 1;
    margin-bottom: 14px;
    display: table;
    cursor:pointer;
}
    a.pge_cpan-common-page_back_lnk > .fa-chevron-left {
        padding-right: 5px;
        font-size: 13px;
        vertical-align: top;
        padding-top: 1px;
        cursor: pointer;
    }
.pge_cpan-common-content_container .disabled{
    pointer-events:none;
}
.pge_cpan-common-bold_font{
    font-family: 'DINWeb-Bold';
}
.pge_cpan-common-heading_block{
    background-color:#07679B;
    color:#fff;
    padding:45px 20px;
}
.pge_cpan-common-heading_block > span{
    text-transform:uppercase;
    font-size:15px;
    padding-left: 4px;
    display:block;
}
.pge_cpan-common-heading_block > h1{
    font-size:48px;
    margin:14px 0 0;
    display:inline-block;
}
.pge_cpan-common-heading_block > a{
    color:#fff;
    float: right;
    margin-top: 39px;
    font-size: 16px;
    line-height: 1;
    font-family: 'DINWeb';
    text-decoration:underline;
    cursor: pointer;
    display:inline-block;
}
.pge_cpan-common-success_msg_container{
    background-color:#1C7A6E;
    color:#ffffff;
    margin-top:9px;
    padding:10px;
}
.pge_cpan-common-success_msg_container > span.fa-check-circle{
    font-size:22px;
    padding-right:5px;
    vertical-align:bottom;
}
.pge_cpan-common-error_txt{
    color: #B02621;
}
.pge_cpan-common-glb_alert_box_block {
    padding: 15px 15px 5px;
    border: 1px solid #B02621;
}
.pge_cpan-common-action_container > hr{
    border-color: #bababa;
    margin:40px 0 35px;
}
.pge_cpan-common-action_container > div.btn-group{
    display:block;
    text-align:center;
}
.pge_cpan-common-action_container > div.btn-group > button.btn{
    float:none;
    width:200px;
}
.pge_cpan-common-action_container > div.btn-group > button.btn + button.btn{
    margin-left:16px;
}
.mt50D35M {
    margin-top: 50px;
}
.marginTop30D0M{
    margin-top: 30px;
}
.google-map-container{
    margin-top: 23px;
}
.pge_cpan-common-app_container{
    margin: 45px 15px 80px;
}
@media (max-width: 767px) {
    .mt50D35M {
        margin-top: 50px;
    }
    .google-map-container{
        margin-top: 10px;
    }
    .marginTop30D0M{
        margin-top: 0px;
    }
    
    .pge_cpan-common-heading_block > h1 {
        display: block;
    }
    
    .pge_cpan-common-heading_block > h1#addCommHeading {
        font-size: 38px;
    }
    .pge_cpan-common-heading_block > a {
        float: none;
        margin: 40px 0 0 4px;
        display: table;
    }
    
    
    .pge_cpan-common-action_container {
        padding: 35px 0px;
        
    }
        .pge_cpan-common-action_container > hr {
            
            margin:5px 0px 35px;
        }
        .pge_cpan-common-action_container > div.btn-group {
            display: block;
            text-align: center;
        }
            .pge_cpan-common-action_container > div.btn-group > button.btn {
                
                    width: 50%;
                    font-size: 13px;
            }
                .pge_cpan-common-action_container > div.btn-group > button.btn + button.btn {
                    float: right;
                    width: calc(50% - 12px);
                    padding: 16px;
                    margin-left: 12px;
                }
    
}
.pge_cpan-common-widget_container {
    display:table;
    table-layout:fixed;
    width:100%;
    height:100%;
    margin:0;
}
.pge_cpan-common-widget_container.pge_cpan-common-single_widget{
    display:block;
}
    .pge_cpan-common-widget_container > div.col-sm-6:nth-child(2n+1) {
        padding-right: 8px;
        padding-left: 0px;
    }
    .pge_cpan-common-widget_container > div.col-sm-6:nth-child(2n) {
        padding-left: 8px;
        padding-right: 0px;
    }
    .pge_cpan-common-widget_container > div.col-sm-6 {
        display:table-cell;
        float:none;
        height:100%;
        padding-bottom:18px;
        vertical-align: top;
    }
    .pge_cpan-common-widget_container > div.col-sm-6 > div, .pge_cpan-common-widget_container > div.col-sm-6 > div > div{display: table; height: 100%; width: 100%}
    .pge_cpan-common-widget_container.pge_cpan-common-single_widget > div.col-sm-6{
        float:left;
    }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pge_cpan-common-form_container{height: 100% !important;}
    .pge_cpan-common-widget_container{height: 100% !important;}
    .pge_cpan-common-form_container .pge_cpan-common-form_container{height: 100% !important;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width:767px){
    .pge_cpan-common-widget_container{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;  display: flex;}
    .pge_cpan-common-widget_container > div.col-sm-6{float: left; height: auto;  }
    .pge_cpan-common-widget_container > div.col-sm-6 > div{height: 100%}
}
.pge_cpan-common-widget_block {
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.30);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.30);
    height: 100%;
}
a.pge_cpan-common-widget_navigator_btn {
    color: #424242;
    padding: 20px 52px 20px 20px;
    display: block;
    
    height:100%;
    position: relative;
}
span.energyManageBUSDesc{
  text-decoration: underline;  
}
    a.pge_cpan-common-widget_navigator_btn:hover,
    a.pge_cpan-common-widget_navigator_btn:focus {
        cursor: pointer;
        text-decoration: none;
    }
    a.pge_cpan-common-widget_navigator_btn:after {
        display: block;
        content: "\f105";
        color: #bababa;
        position: absolute;
        top: 20px;
        right: 0;
        font-family: 'FontAwesome';
        font-size: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    a.pge_cpan-common-widget_navigator_btn h3 {
        font-family: 'DINWeb-Bold';
        font-size: 20px;
        color: #07679B;
        margin-top: 15px;
        margin-bottom: 7px;
    }
a.pge_cpan-common-widget_navigator_btn h3.pge_cpan-landing-contact_unavail_heading{
    color: #333333;
}
a.pge_cpan-common-widget_navigator_btn.defaultPointer{
    cursor: default !important;
}
.energyManageBUSDesc.defaultPointer{
    cursor: pointer !important;
    color: #07679B;
}
    @media(max-width:767px) {
    .pge_cpan-common-widget_container {
        display: block;
    }
        .pge_cpan-common-widget_container > div.col-sm-6:nth-child(2n+1) {
            padding-right: 0px;
        }
        .pge_cpan-common-widget_container > div.col-sm-6:nth-child(2n) {
            padding-left: 0px;
            padding-right: 0;
        }
        .pge_cpan-common-widget_container > div.col-sm-6 {
            display: block;
        }
    .pge_cpan-common-widget_container > div.col-sm-6{padding-bottom: 18px}
}
.pge_cpan-common-form_container {    
    padding:20px;
}
.pge_cpan-common-form_container > h3,
.pge_cpan-common-switch_notDetails_block > h3{
    color:#07679B;
    font-size:20px;
    font-family:'DINWeb-Bold';
    margin-top:15px;
    margin-bottom:7px;
}
.pge_cpan-common-form_container .form-group{
    margin-bottom:16px;
}
.pge_cpan-common-form_container .form-group label{
    margin:16px 0;
    font-weight:normal;
}
.pge_cpan-common-form_container .form-group:first-of-type > label{
    margin:35px 0 16px;
}
.pge_cpan-common-form_container .form-group label[data-type="title"]{
    font-family:'DINWeb-Bold';
}
.pge_cpan-common-form_container .form-group label[data-type="value"]{
    font-family:'DIN-Regular';
}
.pge_cpan-common-form_container .form-group input.form-control{
    border-radius:0px;
    color:#424242;
    border: 1px solid #424242;
    font-size:15px;
    font-family:'DINWeb';
    height:48px;
}
input.pge_cpan-common-form_gen_comp_control{
    max-width:348px;
}
div.btn-group.pge_cpan-common-form_gen_comp_control{
    max-width:348px;
    display:block;
}
div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn{
    position:relative;
    border-radius:0px;
    border-color:#424242; 
    border-right:none;   
    color:#424242;
    font-size: 15px;
    text-align:left;
    float:none;
    font-family:'DINWeb';
    width:100%;
    height:48px;
}
    div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn:hover,
    div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn:focus,
    div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn:active,
    div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn.active {
        background-color: transparent;
    }
    div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn > span.fa-chevron-down {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 15px;
        height: 100%;
        padding: 16px;
        border-right:1px solid #424242;
        background-color: #f5f5f5;
    }
    div.btn-group.open.pge_cpan-common-form_gen_comp_control > button.btn > span.fa-chevron-down {
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
    }
    div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu{
        margin: 0;
        top:48px;
        border: 1px solid #424242;
        border-top:none;        
        border-radius: 0px;
        width: 100%;
        font-size:15px;
    }
    
    div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a{
        padding:5px 12px;
        color:#424242;
        font-family: 'DINWeb';
    }    
    div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-contact{
        color: #07679B; 
        font-size: 16px;
    }
    div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-contact .fa{
        font-size: 18px; 
        padding-right: 5px;
    }
@media(max-width:767px) {
    
    
    input.pge_cpan-common-form_gen_comp_control,
    div.btn-group.pge_cpan-common-form_gen_comp_control{
        max-width: 100%;
    }
    
}
.form-element-container .marginTop45D30M .col-md-6 .col-sm-12 {
    padding-left: 0px !important;
}
.dropdown-toggle:focus{border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    -ms-box-shadow: 0 0 8px rgba(102, 175, 233, .6); 
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6); 
    -o-box-shadow: 0 0 8px rgba(102, 175, 233, .6); 
}
.pge_coc-cpan-orange_btn {    
    color: #005179;
    font-size: 16px;
    font-family: 'DINWeb-Bold';
    background: #FBBB36;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding:16px 9px;
    line-height:1;    
    text-shadow:0px 2px 3px rgba(0,0,0,0.10);
}
    .pge_coc-cpan-orange_btn:hover, .pge_coc-cpan-orange_btn:focus, .pge_coc-cpan-orange_btn:active {
        color:  #005179;
        background: #E59902;
    }
.pge_coc-cpan-gray_btn {
    color:  #07679B;
    font-size: 16px;
    font-family: 'DINWeb-Bold';
      background: #fff;
    border-radius: 0px;
    box-shadow: none;
     border:1px solid #07679B;
    padding:16px;
    line-height:1;      
}
.pge_coc-cpan-gray_btn:hover, .pge_coc-cpan-gray_btn:focus, .pge_coc-cpan-gray_btn:active {
         color: #ffffff;
        background:#07679B;
        border:1px solid #07679B;
    }
﻿
.pge_cpan-common-form_container.pge_cpan-common-switch_form{
    padding: 20px 20px 35px;
}
.pge_cpan-common-switch_form > div.pge_cpan-common-switch_comp_block,
.pge_cpan-common-switch_form > div.pge_cpan-common-switch_notDetails_block{
    display:inline-table;
}
.pge_cpan-common-switch_form > div.pge_cpan-common-switch_comp_block{
    padding-right:40px;
}
.pge_cpan-common-switch_form > div.pge_cpan-common-switch_notDetails_block{
    width:768px;
}
.pge_cpan-common-switch_notDetails_block > p{
    margin:0 0 18px;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group{
   
}
.pge_cpan-common-switch_notDetails_block > dl.form-group:first-of-type label {
    margin: 18px 0 10px;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt{
    display:block;
    position:relative;
    margin-bottom:10px;
    font-weight: normal;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt:last-child,
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt:last-child > address{
    margin-bottom:0px;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address{
    background-color:#ededed;
    padding:0 20px 35px;
    width:768px;
    display:inline-table;
}
#hbaEnergyAlertsContainer > .pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address{
    background-color:#ededed;
    padding:0 20px 35px;
    width:1039px;
    display:inline-table;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address:after{
    clear:both;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address > section{
    display:inline-block;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address > section .pge_cpan-common-error_txt{clear: left; display: block}
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp{
    display:block;
}
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn{
   
   margin-left:10px;
    width:130px;
     color:  #07679B;
    font-size: 16px;
    font-family: 'DINWeb-Bold';
      background: #fff;
    border-radius: 0px;
    box-shadow: none;
     border:1px solid #07679B;
    padding:16px;
    line-height:1;  
}
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn:focus,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn:focus{
    color: #ffffff;
    background:#07679B;
    border:1px solid #07679B;
    
}
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn:hover,
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn:active,
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn.active,
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn.active:hover,
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn.active:focus,
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn.active:active,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn:hover,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn:active,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn.active,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn.active:hover,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn.active:focus,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn.active:active{
    color: #ffffff;
    background: #07679B;
}
@media screen and (max-width:900px){
    div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn:hover,
    .pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn:hover{
        background: #999999;
    }
}
.pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn:first-child,
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn:first-child{    
    margin-left:0px;
}
section.pge_cpan-common-switch_notDetails_cnct_mode_value_block{
    width: calc(100% - 455px);
    float:right;
}
.pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn:hover,
.pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn:focus{
    background-color:#ffffff;
}
.pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > button.btn > span:first-child{
    width: calc(100% - 43px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.pge_cpan-common-switch_notDetails_cnct_mode_value_block  > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu {
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}
.pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a{
    text-overflow:ellipsis;
    overflow:hidden;
}
    .pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-phone,
    .pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-email {
        color: #07679B;
        font-size: 16px;
    }
        .pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-phone > span.fa-plus-circle,
        .pge_cpan-common-switch_notDetails_cnct_mode_value_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu > li > a.add-new-email > span.fa-plus-circle {
            font-size: 18px;
            padding-right: 5px;
        }
.pge_cpan-common-switch_notDetails_cnct_mode_value_block > input.pge_cpan-common-form_gen_comp_control{
    max-width:100%;
}
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn{
    width:90.33333px;
    padding:16px 8px;
    margin-left:1px;
}
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn > span{
    display:block;
}
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn > span:first-child{
    padding-bottom:5px;
}
div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn > span:last-child{
    font-family: 'DIN-Regular';
}
.pge_cpan-common-switch_notDetails_add_btn{
    display:inline-block;
    padding-top:9px;
}
.pge_cpan-common-switch_notDetails_add_btn > span.fa{
    font-size:26px;
    vertical-align:bottom;
    padding-right:5px;
}
.pge_cpan-common-switch_notDetails_add_btn > span:last-child{
    font-family:'DINWeb';
    font-size:17px;
    line-height: 20px;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > .pge_cpan-common-switch_notDetails_comp_remove_block{
    display:inline-table;
    position: absolute;
    top: -18px;
    right: -18px;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > .pge_cpan-common-switch_notDetails_comp_remove_block > a{
    color:#666;
    font-size: 30px;
    line-height: 1;
}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > .pge_cpan-common-switch_notDetails_comp_remove_block > a:hover,
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > .pge_cpan-common-switch_notDetails_comp_remove_block > a:focus{
    text-decoration:none;
    outline:none;
    color:#999;
}
.pge_cpan-common-switch_form .toggle.btn {
    width: 73px !important;
    height: 34px !important;
    background-color: #FBBB36;
    border-color: none;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'DINWeb';
    -webkit-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
    box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
}
   
    .pge_cpan-common-switch_form .toggle.btn > .toggle-group {
        padding: 4px;
    }
        .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-on {
            padding-top: 7px;
            text-align: left;
            background-color: #FBBB36;
            color: #005179;
            border-radius: 20px;
        }
        .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-off {
            padding-top: 7px;
            text-align: right;
            padding-right: 10px;
            background-color: #fff;
              color:  #07679B;
              border:2px solid #07679B;
              border-radius: 20px;
        }
        .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-handle {
            border-radius: 50%;
            background-color: #fff;
            border-color: #fff;
            margin-left: -35px;
        }
            .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-handle:before {
                display: inline-block;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                content: "\f00c";
                color: #FBBB36;
                font-family: 'FontAwesome';
                font-size: 16px;
                margin-left: -7px;
                margin-top: 2px;
            }
            .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-handle:hover,
            .pge_cpan-common-switch_form .toggle.btn > .toggle-group > .toggle-handle:focus {
                background-color: #fff;
                border-color: #fff;
                box-shadow: none;
            }
    .pge_cpan-common-switch_form .toggle.btn.off > .toggle-group > .toggle-handle {
        margin-left: 35px;
    }
        .pge_cpan-common-switch_form .toggle.btn.off > .toggle-group > .toggle-handle:before {
            content: "\f00d";
            color: #07679B;
            font-size: 17px;
            margin-left: -7px;
            margin-top: 1px;
        }
@media(max-width:991px) {    
    .pge_cpan-common-switch_form > div.pge_cpan-common-switch_notDetails_block,
    .pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address{
        width:100%;
    }
    .pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address > section {
        display: block;
        clear:both;
    }
    section.pge_cpan-common-switch_notDetails_cnct_mode_value_block{
        width:100%;
        float:none;
    }
    
    .pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn {
        width: 90.33333px;
        margin-left: 1px;
    }
    
    div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn {
        width: 115.33333px;
    }
    
    
}
@media(max-width:767px) {
    .pge_cpan-common-switch_form > div.pge_cpan-common-switch_comp_block, 
    .pge_cpan-common-switch_form > div.pge_cpan-common-switch_notDetails_block{
        display:block;
    }
    .pge_cpan-common-switch_notDetails_block{
        width:100%;
        display:block;
    }
    .pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address{
        display:block;
    }
    .pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group, 
    div.btn-group.pge_cpan-common-switch_notDetails_timing_gp{
        display:inline-block;
        width:100%;
    }
    .pge_cpan-common-switch_notDetails_cnct_mode_block > div.btn-group > button.btn{
        width:auto;
        padding:15px;
    }
    div.btn-group.pge_cpan-common-switch_notDetails_timing_gp > button.btn{
        width:auto;
        padding: 15px 5.5px;
        font-size:14px;
    }
    .pge_cpan-common-switch_notDetails_add_btn{
        white-space:nowrap;
    }
    .pge_cpan-common-switch_notDetails_add_btn > span.fa{
        font-size: 18px;
        vertical-align:top;
    }
    .pge_cpan-common-switch_notDetails_add_btn > span:last-child{
        font-size: 16px;
        line-height: 1;
    }
}
@media(max-width:370px) {
    .pge_cpan-common-switch_notDetails_add_btn{white-space: normal; padding-left: 20px}
    .pge_cpan-common-switch_notDetails_add_btn > span.fa{margin-left: -20px}
}
.pge_cpan-common-custom_modal {
    font-size: 16px;
}
    .pge_cpan-common-custom_modal .modal-dialog {        
        top: 10px;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 591px;
    }
    .pge_cpan-common-custom_modal .modal-content {
        border-radius: 0px;        
        background: #ffffff;
        border: 1px solid #D8D8D8;
        box-shadow: 2px 2px 4px 0px #9B9B9B;        
    }
    .pge_cpan-common-custom_modal .modal-header {
        border-bottom: none;
        padding: 35px 70px 7px 70px;
    }
        .pge_cpan-common-custom_modal .modal-header > .close {
            top: 20px;
            right: 20px;
            position: absolute;
            color: #666666;
            font-size: 20px;
            opacity: 1;
        }
        .pge_cpan-common-custom_modal .modal-header > .modal-title {
            font-family: 'DINWeb-Bold';
            font-size: 20px;
            color: #07679B;
            line-height: 1;
        }
        .otaLogoutPopup .modal-header > .modal-title {
            font-family: 'DINWeb-Bold';
            font-size: 17px;
            color: #333333;
        }
    .pge_cpan-common-custom_modal .modal-body {
        padding: 0px 70px 50px 70px;
    }
    
    .pge_cpan-common-custom_modal .modal-footer {
        padding: 0px 70px 50px 70px;
        border-top: none;
        text-align: left;
    }
        .pge_cpan-common-custom_modal .modal-footer > button.btn {
            min-width: 150px;
        }
            .pge_cpan-common-custom_modal .modal-footer > button.btn + button.btn {
                margin-left: 16px;
            }
    .pge_cpan-common-custom_modal.addNewContact .modal-body {
        padding: 0px 20px 35px 20px;
    }
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container {
        padding: 0;
    }
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container .form-group{
        margin-bottom: 0;
        padding-bottom:28px;
        max-width:368px;
        border-bottom: 1px solid #bababa;
    }
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container .form-group label{
        margin:28px 0 16px;
    }
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container .form-group:first-of-type > label{
        margin:25px 0 16px;
    }
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container input.pge_cpan-common-form_gen_comp_control,
    .pge_cpan-common-custom_modal.addNewContact .modal-body > form.pge_cpan-common-form_container div.btn-group.pge_cpan-common-form_gen_comp_control{
        max-width:100%;
    }
 
 
@media(max-width:767px) {
    .pge_cpan-common-custom_modal .modal-dialog {
        width: auto;
    }
    .pge_cpan-common-custom_modal .modal-body {
        padding: 0px 15px 35px 15px;
    }
    .pge_cpan-common-custom_modal .modal-header {
        border-bottom: none;
        padding: 35px 15px 7px 15px;
    }
    .pge_cpan-common-custom_modal .modal-footer {
        padding: 0px 15px 35px 15px;
        border-top: none;
        text-align: left;
    }
    .pge_cpan-common-custom_modal .modal-dialog {
        top: 10px;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin:0px;
        }
}
@media(max-width:400px) {
    .pge_cpan-common-custom_modal .modal-footer > button.btn {
        min-width: 100px;
    }
}
#AlertDiv div {
  text-align: left;
}
#AlertDiv a {
    color: #ffffff;
    text-decoration: underline !important;
}
.alert .fa.fa-chevron-right {
  font-size: 13px;
}
#AlertDiv div {
  text-align: left;
}
#AlertDiv .alert {
  padding: 15px 15px 15px 20px;
  height: 52px;
  margin-bottom: 0px !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}
.alertbold {
  font-family: DINWEb-Bold;
  font-size: 18px;
  color: #FFFFFF;
    padding-right: 10px;
  line-height: 19px;
  padding-right: 10px;
}
.alertregular {
  font-family: DIN-Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.pgealert-success {
  background-color: #00796B;
  filter: alpha(opacity=100) !important;
  opacity: 1.0  !important;
}
.pgealert-info {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #01579B;
  filter: alpha(opacity=100) !important;
  opacity: 1.0  !important;
}
.pgealert-warning {
  background-color: #EF6C00;
  filter: alpha(opacity=100) !important;
  opacity: 1.0  !important;
}
.pgealert-danger {
  background-color: #B02621;
  filter: alpha(opacity=100) !important;
  opacity: 1.0  !important;
}
.pge-coc-global-error-container{
    
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .pge-coc-global-error-container {
        width: auto;
    }
}
@media (min-width: 992px) {
    .pge-coc-global-error-container {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .pge-coc-global-error-container {
        width: auto;
    }
}
@media (min-width: 1240px) {
    .pge-coc-global-error-container {
        width: 1240px;
    }
}
@media (max-width: 991px) {
    .pge-coc-global-error-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  
  #AlertDiv .alert {
        height: auto;
  }
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
    #AlertDiv .alert {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
  #AlertDiv .alert {
        height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}
@media only screen and (min-width: 1224px) {
  .pgealert-success {
    background-color: #00796B;
    filter: alpha(opacity=100);
  }
  .pgealert-info {
    background-color: #01579B;
    filter: alpha(opacity=100) !important;
    opacity: 1.0  !important;
  }
  .pgealert-warning {
    background-color: #EF6C00;
    filter: alpha(opacity=100) !important;
    opacity: 1.0  !important;
  }
  .pgealert-danger {
    background-color: #B02621;
    filter: alpha(opacity=100) !important;
    opacity: 1.0  !important;
  }
}
.pge_coc-transactional_info_alert {
    padding:15px 20px;
    color:#01579B;
    font-size:18px;
    border:1px solid #07679B;
    border-radius:0px;
    background-color:#E2F6FF;
    margin-bottom:5px;
}
.pge_coc-transactional_info_alert > p:last-child{
    margin:0;
}
.pge_coc-transactional_danger_alert a,
.pge_coc-transactional_danger_alert a:hover,
.pge_coc-transactional_danger_alert a:focus{
    color:#01579B;
}
.pge_coc-transactional_danger_alert{
    padding:15px 20px;
    color: #B02621;
    font-size:18px;
    border:1px solid #B02621;
    border-radius:0px;
    background-color: #F2E9E9;
    margin-bottom:5px;
}
.pge_coc-transactional_danger_alert > p:last-child{
    margin:0;
}
.pge_coc-transactional_danger_alert a,
.pge_coc-transactional_danger_alert a:hover,
.pge_coc-transactional_danger_alert a:focus{
    color: #B02621;
}
.pge_coc-transactional_success_alert{
    padding:15px 20px;
    color: #00796A;
    font-size:18px;
    border:1px solid #00796B;
    border-radius:0px;
    background-color: #DFF0D8;
    margin-bottom:5px;
}
.pge_coc-transactional_success_alert > p:last-child{
    margin:0;
}
.pge_coc-transactional_success_alert a,
.pge_coc-transactional_success_alert a:hover,
.pge_coc-transactional_success_alert a:focus{
    color: #00796A;
}
.pge_coc-transactional_warning_alert{
    padding:15px 20px;
    color: #C35000;
    font-size:18px;
    border:1px solid #FFF9C4;
    border-radius:0px;
    background-color: #FCF8E3;
    margin-bottom:5px;
}
.pge_coc-transactional_warning_alert a,
.pge_coc-transactional_warning_alert a:hover,
.pge_coc-transactional_warning_alert a:focus{
    color: #C35000;
}
.pge_coc-transactional_info_alert a,
.pge_coc-transactional_danger_alert a,
.pge_coc-transactional_success_alert a,
.pge_coc-transactional_warning_alert a{
    text-decoration:underline;
}
.pge_coc-transactional_info_alert a > span.fa-chevron-right,
.pge_coc-transactional_danger_alert a > span.fa-chevron-right,
.pge_coc-transactional_success_alert a > span.fa-chevron-right,
.pge_coc-transactional_warning_alert a > span.fa-chevron-right{
    font-size:10px;
}
.pge_coc-transactional_warning_alert > p:last-child{
    margin:0;
}
#alertContainer > div > div:last-of-type{
    margin-bottom:20px;
} 
.pge_coc-common-alert.alert-danger {
    color: #B94A48;
    border-radius: 0px;
}
    .pge_coc-common-alert.alert-danger .close {
        color: #B94A48;
        font-size: 14px;
        opacity: 1;
    }
@media(max-width:767px) {
    .pge_coc-transactional_info_alert,
    .pge_coc-transactional_danger_alert,
    .pge_coc-transactional_success_alert,
    .pge_coc-transactional_warning_alert{
        margin-left:-15px;
        margin-right:-15px;
    }
}
.pge_coc-header-nav {
    color: #666666;
    background-color: #f1f1f1;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
    .pge_coc-header-nav .navbar-brand {
        height: 80px;
        width: 75px;
        margin-left: 0px !important;
        margin-bottom: -50px;
        padding: 20px 0px 0px;
            margin-top: 5px;
    }
        .pge_coc-header-nav .navbar-brand > img {
            height: 100%;
        }
.pge_coc-header-nav_lang_cntct_auth_container {
    margin-top: 20px;
    float: right;
    font-size: 16px;
}
.pge_coc-header-emg_gp {
    position: relative;
    font-family: 'DINWeb';
}
    .pge_coc-header-emg_gp > .btn {
        color: #a70024;
        font-size: 12px;
        line-height: 1;
        border-color: #a70024;
        border-radius: 0px;
        background-color: transparent;
        text-transform: uppercase;
        padding: 10px 10px;
        font-family: 'DINWeb';
        height: 30px;
    }
        .pge_coc-header-emg_gp > .btn:hover,
        .pge_coc-header-emg_gp > .btn:focus,
        .pge_coc-header-emg_gp > .btn:active,
        .pge_coc-header-emg_gp > .btn.active,
        .pge_coc-header-emg_gp.open > .dropdown-toggle.btn {
            color: #a70024;
            border-color: #a70024;
        }
        .pge_coc-header-emg_gp > .btn > .fa-angle-down {
            padding-left: 56px;
        }
    .pge_coc-header-emg_gp > ul.dropdown-menu {
        color: #a70024;
        font-size: 12px;
        line-height: 1;
        border: 1px solid #a70024;
        border-top: none;
        border-radius: 0px;
        margin: 0;
        padding: 0;
        width: 100%;
        text-transform: uppercase;
        font-family: 'DINWeb';
        min-width:100px;
    }
        .pge_coc-header-emg_gp > ul.dropdown-menu > li {
            border-bottom: 1px solid #a70024;
            padding: 7px 0px;
            background:#F1F1F1;
        }
            .pge_coc-header-emg_gp > ul.dropdown-menu > li:last-child {
                border-bottom: none;
            }
            .pge_coc-header-emg_gp > ul.dropdown-menu > li > a {
                color: #a70024;
                line-height: 1;
                padding: 6px 12px;
                white-space: initial;
                cursor: pointer;
            }
                .pge_coc-header-emg_gp > ul.dropdown-menu > li > a:hover {
                    background-color: #F1F1F1;
                }
.pge_coc-header-safety_btn {
    color: #333;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #005179;
    background-color: transparent;
    border-radius: 0px;
    margin:0px 20px;
    padding: 10px 10px;
    height: 30px;
}
.pge_coc-header-safety_btn:hover{
    background-color: #07679B;
    border-color: #07679B;
    color:#fff;
}
    .pge_coc-header-safety_btn > span {
        font-size: 12px;
        font-family: 'FFDINWebMedium';
    }
.pge_coc-header-lang_gp {
    position: relative;
    font-family: 'DINWeb';
    padding-left: 10px;
}
    .pge_coc-header-lang_gp > .btn {
        color: #333;
        font-size: 12px;
        line-height: 1;
        border-color: transparent;
        border-radius: 0px;
        background-color: transparent;
        padding: 6px 0;
        text-transform: uppercase;
    }
        .pge_coc-header-lang_gp > .btn:hover,
        .pge_coc-header-lang_gp > .btn:focus,
        .pge_coc-header-lang_gp > .btn:active,
        .pge_coc-header-lang_gp > .btn.active,
        .pge_coc-header-lang_gp.open > .dropdown-toggle.btn {
            color: #333;
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        .pge_coc-header-lang_gp > .btn > .fa-angle-down {
            padding-left: 3px;
        }
    .pge_coc-header-lang_gp > ul.dropdown-menu {
        font-size: 12px;
        line-height: 1;
        border-radius: 0px;
        margin: 0;
        padding: 0;
        min-width: 100px;
        text-transform: uppercase;
    }
        .pge_coc-header-lang_gp > ul.dropdown-menu > li > a {
            color: #333;
            line-height: 1;
            padding: 6px 12px;
            white-space: initial;
            cursor: pointer;
            font-family: 'FFDinWeb';
        }
#pge_coc-header_navbar_desk_collapse {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.pge_coc-header-nav_lang_cntct_auth_container > span.pge_coc-header-nav_lang_cntct_block > a {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "DINWeb";
    margin-left: 20px;
}
.pge_coc-header-nav_lang_cntct_auth_container > span.pge_coc-header-nav_lang_cntct_separator {
    padding: 0 16px;
}
.pge_coc-header-nav_lang_cntct_separator.header-nav-hide.hide + .pge_coc-header-nav_lang_cntct_block {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}
.pge_coc-header-nav_lang_cntct_auth_container > .navbar-form > .form-group > input.form-control {
    background: url(../img/header-search-icon.svg) no-repeat right 3px bottom 5px;
    padding-right: 30px;
    border-width: 2px;
    border-radius: 0px;
}
.pge_coc-header-nav_lang_cntct_auth_container > .pge_coc-header-nav_auth_settings_block, .pge_coc-header-nav_lang_cntct_auth_container > .navbar-form {
    display: inline-table;
    vertical-align: middle;
}
    .pge_coc-header-nav_lang_cntct_auth_container > .pge_coc-header-nav_auth_settings_block a.pge_coc-common-orange_btn {
        margin-left: 15px;
    }
.pge_coc-header-nav_auth_settings_block > .dropdown > span.dropdown-toggle {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    background: url(../img/header-profile-icon-closed.svg) no-repeat;
    width: 58px;
    height: 36px;
}
#mPgeLogoutBtn.btn_logout{
}
.pge_coc-header-nav_auth_settings_block > .dropdown.open > span.dropdown-toggle {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    background: url(../img/header-profile-icon-opened.svg) no-repeat;
    width: 58px;
    height: 36px;
}
.pge_coc-header-nav_auth_settings_block > .dropdown > span.dropdown-toggle:hover,
.pge_coc-header-nav_auth_settings_block > .dropdown > span.dropdown-toggle:focus {
    text-decoration: underline;
}
.pge_coc-header-nav_auth_settings_block > .dropdown > span.fa-gear {
    margin-right: 2px;
    font-size: 18px;
}
.pge_coc-header-nav_auth_settings_block > .dropdown > span.dropdown-toggle > span.glyphicon-chevron-down {
    margin-left: 3px;
    top: 3px;
}
.pge_coc-header-nav_settings_menu {
    padding: 10px 0px;
    border: 1px solid #9b9b9b;
    top: 50px;
}
    .pge_coc-header-nav_settings_menu.settingsMenuOTA {
        min-width: 50px;
    }
    .pge_coc-header-nav_settings_menu > li > span.pge_coc-header-nav_settings_menu_profile {
        padding: 0px 15px 5px;
        color: #666666;
        display: block;
        white-space: nowrap;
    }
.pge_coc-header-nav_settings_menu_txt_partition {
    color: #333333;
    padding: 0px 13px;
}
.pge_coc-header-nav_settings_menu > li > a {
    color: #0277BD;
    padding: 1px 15px;
}
.pge_coc-header-nav_settings_menu > li:last-child > a {
    padding: 1px 15px 0px;
}
.pge_coc-header-nav_settings_menu > li > a:hover,
.pge_coc-header-nav_settings_menu > li > a:focus {
    color: #0277BD;
    background-color: transparent;
    text-decoration: underline;
}
.pge_coc-header-nav_settings_menu > li.divider {
    margin: 2px 0;
}
.pge_coc-header-nav_settings_menu:before {
    position: absolute;
    top: -10px;
    right: 24px;
    display: inline-block;
    border-left: 16px solid transparent;
    border-bottom: 10px solid #9b9b9b;
    border-right: 16px solid transparent;
    border-bottom-color: rgba(124,124,124,0.9);
    content: '';
    -moz-box-sizing: border-box;
}
.pge_coc-header-nav_settings_menu:after {
    position: absolute;
    top: -9px;
    right: 25px;
    display: inline-block;
    border-left: 15px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-right: 15px solid transparent;
    content: '';
    -moz-box-sizing: border-box;
}
div.content {
    background: #ccc;
    padding: 20px;
    width: 100%;
    height: 2000px;
}
.pge_coc-header-mob_brand_container {
    display: none;
}
@media(max-width:1000px) {
    .pge_coc-header-nav {
        display: none;
    }
    .pge_coc-header-mob_brand_container {
        display: block;
        background-color: #f1f1f1;
    }
        .pge_coc-header-mob_brand_container:after {
            clear: both;
        }
        .pge_coc-header-mob_brand_container section.pge_coc-header-mob_emg_search_block {
            float: right;
            margin-top: 22px;
        }
    section.pge_coc-header-mob_emg_search_block > .pge_coc-header-emg_gp > .btn {
        height: 30px;
        margin-right: 20px;
        font-size: 10px;
        font-family: 'FFDINWeb';
        padding: 10px 10px;
    }
    .pge_coc-header-emg_gp > .btn > .fa-angle-down {
            padding-left: 10px;
        }
    section.pge_coc-header-mob_emg_search_block > .pge_coc-header-emg_gp > ul.dropdown-menu {
        margin-top: 2px;
        border-top: 1px solid;
        font-family: 'FFDINWebMedium';
        font-size: 10px;
    }
    a.pge_coc-header-mob_search_block {
        margin: 0 15px;
    }
        a.pge_coc-header-mob_search_block:hover {
            cursor: pointer;
        }
        a.pge_coc-header-mob_search_block:hover,
        a.pge_coc-header-mob_search_block:focus,
        a.pge_coc-header-mob_search_block:active {
            text-decoration: none;
        }
        a.pge_coc-header-mob_search_block > img {
            width: 18px;
            height: 20px;
        }
    .pge_coc-header-mob_brand_container > .container-fluid > .navbar-header {
        float: none;
    }
        .pge_coc-header-mob_brand_container > .container-fluid > .navbar-header > .navbar-brand {
            height: 70px;
            width: auto;
            padding: 10px 15px;
        }
            .pge_coc-header-mob_brand_container > .container-fluid > .navbar-header > .navbar-brand > img {
                height: 50px;
                width: 47px;
            }
    .pge_coc-mob_main_menu_pusher_trigger {
        position: relative;
        float: left;
        padding: 13px 24px;
        cursor: pointer;
        
        background: #FBBB36;
    }
        .pge_coc-mob_main_menu_pusher_trigger[data-state="neutral"] > .pge_coc-header-nav_mob_main_menu_icon {
            background: #FBBB36 url(../img/header-menu-icon.png) no-repeat;
            background-size: 100% 100%;
            width: 40px;
            height: 45px;
            display: block;
        }
        .pge_coc-mob_main_menu_pusher_trigger[data-state="active"] {
            background-color: #FBBB36;
            z-index: 2;
            
            
            
            padding: 22px 22px;
            
            
            
        }
            .pge_coc-mob_main_menu_pusher_trigger[data-state="active"] > .pge_coc-header-nav_mob_main_menu_icon {
                background: #FBBB36 url(../img/header-mob_close_icon.png) no-repeat;
                background-size: 100% 100%;
                width: 25px;
                height: 25px;
                display: block;
            }
}
@media(max-width:380px) {
    .pge_coc-header-mob_brand_container {
        width: 100%;
    }
        .pge_coc-header-mob_brand_container.pge_coc-header-nav_mob_main_menu_pusher_trigger {
            width: 60px;
            height: 66px;
        }
}
.pge_coc-header-nav_drpdwn_menu > li.dropdown-header{
    font-size:14px;
}
.pge_coc-header-nav_drpdwn_menu > li > a {
    padding: 5px 22px;
}
.pge_coc-header-nav_drpdwn_menu > li > a:hover,
.pge_coc-header-nav_drpdwn_menu > li > a:focus {
    color: #ffffff;
    background-color: #07679B;
}
.pge_coc-header-nav_drpdwn_menu > li > a[menuidentifier="outage-gas-outages"]{
    font-family:'DINWeb-Bold';
}
.pge_coc-header-nav_settings_menu {
    padding: 10px 0px;
    border:1px solid #9b9b9b;
    top:50px;
}
.pge_coc-header-nav_settings_menu > li > span.pge_coc-header-nav_settings_menu_profile {
    padding: 0px 15px 5px;
    color: #666666;
    display:block;
    white-space: nowrap;
}
.pge_coc-header-nav_settings_menu_txt_partition{
    color:#333333;
    padding:0px 13px;
}
.pge_coc-header-nav_settings_menu > li > a {
    color:#0277BD;
    padding: 1px 15px;
}
.pge_coc-header-nav_settings_menu > li:last-child > a {
    padding: 1px 15px 0px;
}
.pge_coc-header-nav_settings_menu > li > a:hover,
.pge_coc-header-nav_settings_menu > li > a:focus {
    color:#0277BD;
    background-color: transparent;
    text-decoration:underline;
}
.pge_coc-header-nav_settings_menu > li.divider {
    margin: 2px 0;
}
.pge_coc-header-nav_settings_menu:before {
    position: absolute;
    top: -10px;
    right: 24px;
    display: inline-block;
    border-left: 16px solid transparent;
    border-bottom: 10px solid #9b9b9b;
    border-right: 16px solid transparent;
    border-bottom-color: rgba(124,124,124,0.9);
    content: '';
    -moz-box-sizing: border-box;
}
.pge_coc-header-nav_settings_menu:after {
    position: absolute;
    top: -9px;
    right: 25px;
    display: inline-block;
    border-left: 15px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-right: 15px solid transparent;
    content: '';
    -moz-box-sizing: border-box;
}
.pge_coc-header-nav_main_menu {
    float: none;
    padding: 0 15px;
}
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a {
    color: #111111;
    border-radius: 0px;
    margin:0 15px;
    padding: 5px 0px 2px;
    font-size: 16px;
    font-family: 'DIN-Regular';
    
    line-height:1;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    letter-spacing:1px;
}
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a:hover {
        background-color: transparent;
        
    }
    
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a > span.fa-chevron-down,
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a > span.fa-chevron-down {
        margin-left: 6px;
        font-size: 16px;
        margin-top: 3px;
        vertical-align: top;
    }
    
.pge_coc-header-nav .pge_coc-header-nav_main_menu_container > ul.pge_coc-header-nav_main_menu > li.active > a,
.pge_coc-header-nav .pge_coc-header-nav_main_menu_container > ul.pge_coc-header-nav_main_menu > li.active > a:hover {
    color: #111;
    font-family: 'DINWeb';
    background-color: transparent;
    
}
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .active > a:before{
    position: absolute;
    bottom: -11px;
    right: calc(50% - 11px);
    display: inline-block;
    border-left: 14px solid transparent;
    border-bottom: 11px solid #005179;
    border-right: 14px solid transparent;
    border-bottom-color: #005179;
    content: '';
}
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .active > a:after {
        position: absolute;
        bottom: -11px;
        right: calc(50% - 11px);
        display: inline-block;
        border-left: 13px solid transparent;
        border-bottom: 11px solid #005179;
        border-right: 13px solid transparent;
        content: '';
    }
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .dropdown > a.dropdown-toggle > span.glyphicon-chevron-down,
.pge_coc-header-nav_sub_menu .dropdown > a.dropdown-toggle > span.glyphicon-chevron-down {
    top: 2px;
    font-size: 12px;
}
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .open > a,
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .open > a:focus,
.pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > .open > a:hover {
    color: #111;
    font-family: 'FFDINWeb';
    background-color: transparent;
    
}
.pge_coc-header_navbar_desk > .container >.top-nav{
    width:620px;
    display:inline-block;
    margin-left:45px;
}
.pge_coc-header_navbar_desk > .container > .pge_coc-header-auth_srch_block{
    float:right;
    display:inline-block;
    margin-right: 3px;
}
.pge_coc-header-auth_srch_block > div,
.pge_coc-header-auth_srch_block section.pge_coc-header-auth_container{
    display:inline-block;
}
.pge_coc-header-auth_container > a.pge_coc-header-sigin_block,
.pge_coc-header-auth_srch_block > a.pge_coc-header-search_block{
    display:inline-block;
    color:#111;
    cursor:pointer;
    height:34px;
    line-height:34px;    
}
.pge_coc-header-auth_container > a.pge_coc-header-sigin_block:hover,
.pge_coc-header-auth_srch_block > a.pge_coc-header-sigin_block:focus,
.pge_coc-header-auth_srch_block > a.pge_coc-header-search_block:hover,
.pge_coc-header-auth_srch_block > a.pge_coc-header-search_block:focus{
    text-decoration:none;    
}
.pge_coc-header-auth_container > a.pge_coc-header-sigin_block > img{
    width:21px;
    height:21px;
}
.pge_coc-header-auth_srch_block > a.pge_coc-header-search_block > img{
    width:19px;
    height:20px;
}
a.pge_coc-header-sigin_block > span,
a.pge_coc-header-search_block > span{
    text-transform:uppercase;
    font-size:14px;
    font-family: 'DIN-Regular';
    line-height:16px;
    padding-top: 10px;
    padding-left:10px;
    display: inline-block;
    vertical-align: top;
}
.pge_coc-header-siginedin_gp{
    position:relative;
    font-family: 'FFDINWebMedium';
    margin-right:0px;
}
.pge_coc-header-siginedin_gp div > .btn{
    color:#111;
    line-height:1; 
    border-color: transparent;    
    border-radius:0px;
    background-color:transparent;
    padding:6px 0;
    text-transform:uppercase;   
}
.pge_coc-header-siginedin_gp > div > .btn:hover,
.pge_coc-header-siginedin_gp > div > .btn:focus,
.pge_coc-header-siginedin_gp > div > .btn:active, 
.pge_coc-header-siginedin_gp > div > .btn.active,
 .pge_coc-header-siginedin_gp > div.open > .dropdown-toggle.btn{
    color:#111;
    background-color:transparent;
    border-color: transparent;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.pge_coc-header-siginedin_gp > div > .btn > .fa-angle-down{
    padding-left: 5px;
    font-size:16px;
    font-weight:bold;
}
.pge_coc-header-siginedin_gp > div > .btn > span.pge_coc-header-siginedin_img_container{
    display:inline-block;
    margin-right:5px;
}
span.pge_coc-header-siginedin_img_container > img{
    width:20px;
    height:20px;
}
.pge_coc-header-siginedin_gp >div > ul.dropdown-menu{
    line-height:1; 
    border-radius:0px;
    margin:0;
    padding:0;
    font-family: 'FFDINWeb';
}
.pge_coc-header-siginedin_gp > span > ul.dropdown-menu > li > a,.pge_coc-header-signout_external{
    color:#111;
    line-height:1;
    padding:6px 12px;    
    white-space:initial;
    cursor:pointer;
}
.pge_coc-header-signout_external{
    border: none;
    background-color: #f1f1f1;
    text-transform: uppercase;
}
span.pge_coc-header-signout_external{
    background-color: transparent;
    color:#fff;
	position:relative;
	bottom:4px;
}
.pge_pipeline{
    margin: 0px 0px 0px 13px;
    padding-bottom: 0;
}
    .pge_coc-header_navbar_desk > .second-nav .tab-content > div#oscContent {
        background-color: #0089c4;
        height: 22px;
    }
.pge_coc-header-nav_sub_menu {
    background-color: #005179;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'FFDINWeb';
    margin-bottom: -1px;
    min-height:30px;
    text-transform:uppercase;
}
ul.navbar-nav.pge_coc-header-nav_sub_menu{
    margin-left:45px;
    margin-bottom: 0px;
}
    .pge_coc-header-nav_sub_menu > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a {
            color: #ffffff;
            margin:0 20px;
            padding: 13px 0px 13px;
            cursor:pointer;
        }
             
            .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a:hover {
                color: #ffffff;
                
            }
            .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a:hover {
                
                background-color: transparent;
            }
            .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a:focus {
                
                    outline: dotted thin;
                    outline-offset: -1px;
            }            
         
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .active > a,        
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .active > a:hover {
            color: #ffffff;
            
            background-color: transparent;
        }
         
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .open > a,        
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .open > a:hover {
            color: #ffffff;
            background-color: #005179;
        }
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .open > a:before{
            position: absolute;
    bottom: -1px;
    right: calc(50% - 10px);
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 10px solid #e2e2e2;
    border-right: 12px solid transparent;
    border-bottom-color: #e2e2e2;
    content: '';
        }
        .pge_coc-header-nav_sub_menu > .container > .navbar-nav > .open > a:after{
            position: absolute;
    bottom: 0px;
    right: calc(50% - 9px);
    display: inline-block;
    border-left: 11px solid transparent;
    border-bottom: 9px solid #e2e2e2;
    border-right: 11px solid transparent;
    content: '';
        }
    .pge_coc-header-nav_sub_menu .nav,
    .pge_coc-header-nav_sub_menu .collapse,
    .pge_coc-header-nav_sub_menu .dropup,
    .pge_coc-header-nav_sub_menu .dropdown {
        position: static;
    }
    .pge_coc-header-nav_sub_menu .dropdown-menu {
        left: auto;
    }
    .pge_coc-header-nav_sub_menu .dropdown.pge_coc-header-nav_sub_menu_fw_drpdwn .dropdown-menu {        
        left: 0;
        right: 0;        
        border-radius: 0px;
        border:none;
        padding: 52px 0px;
        background-color:#e2e2e2;
    }
    .pge_coc-header-nav_sub_menu .dropdown-menu > li > .pge_coc-header-nav_sub_menu_fw_drpdwn_content {
        
    }
.pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav {
    width: 280px;
    
    font-size: 18px;
    padding-bottom: 40px;
}
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > li {
        float: none;
    }
        .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > li > a {
            color: #333333;
            padding-top: 18px;
            padding-bottom: 18px;
            cursor:pointer;
            line-height:24px;
        }
            .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > li > a:focus,
            .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > li > a:hover {
                background-color: #ebebeb;
            }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > .active > a,
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > .active > a:focus,
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > .active > a:hover {
        color: #333333;
        background-color: #ebebeb;
    }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav > li > a > span.fa-chevron-right {
        font-size: 14px;
        float: right;
        margin-top: 5px;
    }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content {
        padding: 27px 34px 27px 34px;
        
        font-size: 18px;
        line-height:20px;
        margin-left: 280px;
        border-left: 1px solid #cccccc;
        min-height: 200px;
    }
    
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane > div > div.col-md-6{
        float:none;
    }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane > div > div.col-md-6:nth-child(n+6){
        margin-left:auto;
    }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane > div > div.col-md-6:nth-child(6){
        margin-top:-180px;
    }        
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane > div > div.col-md-6 > p{
        margin: 0 0 20px;
    }
    .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane > div > div.col-md-6:nth-child(5) > p{
        margin: 0;
    } 
    
        .pge_coc-header-nav_sub_menu_fw_drpdwn_content > .navbar-nav + .tab-content > .tab-pane a {
            
            cursor:pointer;
        }
.pge_coc-header-nav_drpdwn_submenu {
    position: relative;
}
    .pge_coc-header-nav_drpdwn_submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        min-width:301px;
    }
    .pge_coc-header-nav_drpdwn_submenu:hover > .dropdown-menu {
        display: block;
    }
    .pge_coc-header-nav_drpdwn_submenu > a > span.fa-chevron-right {
        margin-top: 7px;
        font-size: 12px;
        float: right;
        margin-right: -16px;
    }
.pge_coc-header-nav_drpdwn_menu {
    padding: 5px 0px 5px;
    font-size: 16px;
    min-width: 252px;
}
    .pge_coc-header-nav_drpdwn_menu > li.dropdown-header {
        font-size: 14px;
    }
    .pge_coc-header-nav_drpdwn_menu > li > a {
        padding: 5px 22px;
        cursor:pointer;
        line-height:26px;
    }
        .pge_coc-header-nav_drpdwn_menu > li > a:hover,
         .pge_coc-header-nav_drpdwn_menu > li.active > a,
        .pge_coc-header-nav_drpdwn_menu > li.active > a:hover,
        .pge_coc-header-nav_drpdwn_menu > li.active > a:focus{
            color: #ffffff;
            background-color: #0089c4;
        }
        .pge_coc-header-nav_drpdwn_menu > li > a:focus {
            color: #111;
            background-color: #fff;
               outline: dotted thin;
               outline-offset: -1px;
        }
.pge_coc-header-nav_settings_menu {
    padding: 10px 0px;
    border: 1px solid #9b9b9b;
    top: 50px;
}
    .pge_coc-header-nav_settings_menu > li > span.pge_coc-header-nav_settings_menu_profile {
        padding: 0px 15px 5px;
        color: #666666;
        display: block;
        white-space: nowrap;
    }
.pge_coc-header-nav_settings_menu_txt_partition {
    color: #333333;
    padding: 0px 13px;
}
.pge_coc-header-nav_settings_menu > li > a {
    color: #0277BD;
    padding: 1px 15px;
}
.pge_coc-header-nav_settings_menu > li:last-child > a {
    padding: 1px 15px 0px;
}
.pge_coc-header-nav_settings_menu > li > a:hover,
.pge_coc-header-nav_settings_menu > li > a:focus {
    color: #0277BD;
    background-color: transparent;
    text-decoration: underline;
}
.pge_coc-header-nav_settings_menu > li.divider {
    margin: 2px 0;
}
.pge_coc-header-nav_settings_menu:before {
    position: absolute;
    top: -10px;
    right: 24px;
    display: inline-block;
    border-left: 16px solid transparent;
    border-bottom: 10px solid #9b9b9b;
    border-right: 16px solid transparent;
    border-bottom-color: rgba(124,124,124,0.9);
    content: '';
    -moz-box-sizing: border-box;
}
.pge_coc-header-nav_settings_menu:after {
    position: absolute;
    top: -9px;
    right: 25px;
    display: inline-block;
    border-left: 15px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-right: 15px solid transparent;
    content: '';
    -moz-box-sizing: border-box;
}
.pge_coc-header-nav_lvl3_container{
  
}
a.pge_coc-header-nav_lvl3_close_lnk{
    position:absolute;
    top:10px;
    right:30px;
    cursor:pointer;
}
a.pge_coc-header-nav_lvl3_close_lnk img{
    height: 30px;
}
a.pge_coc-header-nav_lvl3_close_lnk:hover,
a.pge_coc-header-nav_lvl3_close_lnk:focus{
    text-decoration:none;
}
.pge_coc-header-nav_lvl3_row{
    margin-right:-10px;
    margin-left:-10px;
    font-size:16px;
}
.pge_coc-header-nav_lvl3_row > div.pge_coc-header-nav_lvl3_col{
    padding-right:10px;
    padding-left:10px;
}
div.pge_coc-header-nav_lvl3_col > ul{
    list-style:none;
    padding-left:0px;
}
div.pge_coc-header-nav_lvl3_col > .h6{
    color:#333;
    padding-bottom:60px;
    border-bottom:1px solid #bebebe;
    margin-top:0px;
    margin-bottom:10px;
    height:33px;
    text-transform:uppercase;
}
div.pge_coc-header-nav_lvl3_col > ul > li{
    
}
div.pge_coc-header-nav_lvl3_col > ul > li > a{
    cursor:pointer;
    color:#333;
    padding:10px 0px;
    display: inline-block;
    text-transform:none;
    font-family: "DIN-Regular";
        
}
div.pge_coc-header-nav_lvl3_col > ul > li > a:hover,
div.pge_coc-header-nav_lvl3_col > ul > li > a:focus{
    text-decoration: none;
    color: #005179;
    background: url(../img/right_arrow_selection.png) center left no-repeat;
    padding-left: 15px;
    margin-left: -15px;
    text-decoration:none;
}
.pge_coc-header-nav_mob_main_menu, .pge_coc-header-nav_mob_main_menu + .container {
    display: none;
}
@media(max-width:1240px){
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a,
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0 10px;
    } 
}
@media(max-width:1100px) {
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a[data-event="inyourcommunity"] + ul.dropdown-menu{
        left: auto;
        right: 0px;
    }
    .pge_coc-header-nav_drpdwn_submenu > .dropdown-menu {
        left:auto;
        right:100%;
    }
    
    
    ul.navbar-nav.pge_coc-header-nav_sub_menu {
        margin-left: 45px;
    }
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        font-size:14px;
    }  
}
@media(max-width:991px) {
    .pge_coc-header-nav_sub_menu > .container {
        padding-left: 0px;
        padding-right:0px;
    }
    ul.navbar-nav.pge_coc-header-nav_sub_menu {
        margin-left: 15px;        
    }
    .pge_coc-header-nav_main_menu_container > .pge_coc-header-nav_main_menu > li > a,
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0 10px;
    }  
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        font-size:14px;
    }    
}
@media(max-width:990px){
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0 5px;
        font-size:13px;
    }    
}
@media(max-width:935px) {
    div.col-sm-2.col-md-2.pge_coc-header-nav_lvl3_col > .h6 {
        height: 40px;
    }
}
@media(max-width:868px){
    .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        font-size:11px;
    }    
}
@media(max-width:1001px){
    .smBusinessClass ul.navbar-nav.pge_coc-header-nav_sub_menu {
        margin-left: 15px;
    }    
}
@media(min-width:1001px) and (max-width:1100px){
    .smBusinessClass .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0px 5px;
        max-width: 21ch;
        text-align: center;
    }    
}
@media(min-width:1101px) and (max-width:1239px){
    .smBusinessClass .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0px 5px;
        max-width: 23ch;
        text-align: center;
    }    
}
@media screen\0 {
    .smBusinessClass .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
         max-width: 33ch!important;
    }
}
@media(min-width:1240px){
    .smBusinessClass .pge_coc-header-nav_sub_menu > .container > .navbar-nav > li > a  {
        margin: 0px 10px;
        max-width: 27ch;
        text-align: center;
    }    
}
.socialicons {
    height: 22px;
    border: 0px;
}
.footer {
    font-size: 0.9em;
}
.footer-pipe{
    padding:0px 10px;
}
.pge_coc-footer-links, .pge_coc-footer-links:hover, .pge_coc-footer-links:focus{
    text-decoration: none;font-weight:normal; color:#666;
}
.pge_coc-footer-copyright{
    color: #07679B; margin-bottom:0.938em;
}
.contactUsUrl , .footer-section-heading{
    font-size:14px !important;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .pge-font {
        text-align: left;
    }
    .pgeBlue {
        text-align: left;
    }
    .footer-pipe {
        padding: 0px 5px;
    }
}
.pge_coc-footer-main_lnk_container{
    padding: 100px 0;
    background-color:#042138;
}
.pge_coc-footer-main_lnk_container p{
    margin:0;
}
.pge_coc-footer-main_lnk_container p > a{
    color:#fff;
    font-size:18px;
    font-family: 'FFDINWebMedium';
    
    display:block;  
    position:relative;
}
.pge_coc-footer-main_lnk_container p > a:hover,
.pge_coc-footer-main_lnk_container p > a:focus{
    color:#FBBB36;   
    text-decoration:none;
}
.pge_coc-footer-main_lnk_container p > a:after{
    clear:both;
}
.pge_coc-footer-main_lnk_container p > a > span:first-child{
    padding-right:10px;
    width: 90%;
}
.pge_coc-footer-main_lnk_container p > a > span.fa-angle-right{
    position:absolute;
    margin-top:4px;
    right:0;
    
}
.pge_coc-footer-main_lnk_container div > p:last-of-type > a{
    margin-bottom:0px;
}
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > span{
    display:block;
    margin-bottom:23px;
    color:#fff;
    font-family: 'FFDINWebBold';
    text-transform:uppercase;
    letter-spacing:1px;
}
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a,
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block:last-of-type > a{  
    display:inline-block;  
    margin-right:20px;
    margin-bottom:24px;
}
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a:last-child{  
    margin-right:0px;
    margin-bottom:0px;
}
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a:hover,
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a:focus,
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a:active{
    text-decoration:none;
}
.pge_coc-footer-main_lnk_container p.pge_coc-footer-social_lnk_block > a > img{
    width:auto;
    height:15px;
}
.pge_coc-footer-phone_lnk_container{
    padding:15px;
    font-size:16px;
}
.pge_coc-footer-phone_lnk_container > div:first-child{
    text-align:right;
    padding-right: 50px;
}
.pge_coc-footer-phone_lnk_container > div:last-child{
    text-align:left;
}
.pge_coc-footer-phone_lnk_container > div > span{
    font-family: 'FFDINWebBold';
}
.pge_coc-footer-copyright_container{
    background-color:#031A2D;
    text-align: center;
    padding:40px 0;
    font-size:14px;
    font-family: 'FFDINWeb';
    color:#848B93;
}
.pge_coc-footer-copyright_container p {
        margin: 0;
    }
    .FooterSectionColView p span{
    display: inline-block;
    margin-bottom: 24px;
    }
    .FooterSectionColView p img{
    display: inline-block;
    margin-right: 20px;
    width:auto;
    height:15px;
    }
    .footer-section-heading{
        display: block;
        color: #fff;
        font-family: 'FFDINWebBold';
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor:text;
    }
    .footer-section-heading:hover{
        color:#fff !important;
    }
    .footer-section-heading > .fa{
        display:none !important;
    }
@media(max-width:991px){
    
    
}
@media(max-width:767px) {
    .pge_coc-footer-main_lnk_container{
        padding: 70px 42px 42px 42px;
}
    .pge_coc-footer-main_lnk_container hr[role="separator"]{
        margin:40px 15px;
        border-top:1px solid #5E7C92;
    }
    
    .FooterSectionColView{
          padding:40px 15px;
        border-bottom:1px solid #5E7C92;
    }
    .pge_coc-footer-main_lnk_container p > a{
    font-size:16px;
}
.last-section .FooterSectionColView{
    border:none;
}
    
     
        
        
         
         
   
    
    
    
    
    
}
.pge_carousel-caption {
    top: 0;
    bottom: auto;
    right: 0;
    text-align: right;
    padding-right: 0.8em;
    white-space: nowrap;
    padding-top: 0;
    line-height: 1em;
    margin-top: 0.2em;
    text-shadow:0px;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);
}
.carousel-control.left,.carousel-control.right{
    background:none;
}
.h1carousel{
	 margin-top: 0.2em;
}
.pge_coc-home-contact_emergency_block > .media > .pull-left{
    margin-right:20px;
}
.pge_coc-home-contact_emergency_block > .media > span > span.fa-exclamation-circle{
    color:#ED1C24; 
    font-size:50px;
}
.pge_coc-home-contact_emergency_block > .media > .media-body > h3.media-heading{
    font-size:18px;
    margin: 5px 0px 5px;
}
.pge_coc-home-contact_list_container{
}
.pge_coc-home-contact_list_container h3{
    font-size:18px;
}
.pge_coc-home-contact_list_container hr{
    border-color:#cccccc;
    margin-top: 10px;
    margin-bottom: 10px
}
.pge_coc-home-contact_list_container .pge_coc-home-contact_send_msg_heading{
    font-family:'DINWeb-Bold';
}
.pge_coc-home-contact_list_container .pge_coc-home-contact_send_msg_heading + hr{
    width:80%;
    margin-left:0px;
    border-color:#666666;
}
#report-emergency .panel-title a{
    color:#07679B;
}
#report-emergency .panel-title a:hover{
    color:#005179;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {    
    .carousel-caption .h1carousel {
        font-size: 1.2em;
    }
}
@media only screen and (max-width : 320px) {
    
    .carousel-caption .h1carousel {
        font-size: 1.2em;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
    .carousel-caption .h1carousel {
        font-size: 3.4em;
    }
    
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    .carousel-caption .h1carousel {
        font-size: 3.4em;
    }
}
@media only screen and (min-width : 1224px) {
    .carousel-caption .h1carousel {
        font-size: 3.4em;
    }
}
@media only screen and (min-width : 1824px) {
    
    .carousel-caption .h1carousel {
        font-size: 3.4em;
    }
}
.pge_coc-login-acc-ota_container {
    padding: 13px 28px;
    padding:50px 27px;
    font-size: 16px;
    color: #333333;
    font-family: 'FFDINWeb';
    
}
.pge_coc-login-acc-ota_container > h2{
   
    font-size: 36px;
    margin-top: 0px;
}
.ota_login_help_list {
    padding-left: 15px;
    line-height: 1.75;
}
.pge_coc-login-acc_container {
    padding: 13px 28px;
    padding: 0px 27px;
    font-size: 16px;
    
}
    .pge_coc-login-acc_container > h1 {
        color: #333333;
        margin-top: 0px;
        margin-bottom: 5px;
        font-family: 'DINWeb';
        font-size: 26px;
    }
    .pge_coc-login-acc_container ul.nav-tabs {
        margin-top: 35px;
        border-bottom: 7px solid #07679B !important;
    }
        .pge_coc-login-acc_container ul.nav-tabs > li {
            width: 50%;
        }
            .pge_coc-login-acc_container ul.nav-tabs > li > a {
                margin-right: 0px;
                text-align: center;
                border-radius: 0px;
                background-color: #ffffff;
                color: #333333;
                border-color: #ffffff;
                padding: 7px 0px;
                outline: none;
            }
            .pge_coc-login-acc_container  ul.nav-tabs > li.active > a,
            .pge_coc-login-acc_container  ul.nav-tabs > li.active > a:focus,
            .pge_coc-login-acc_container  ul.nav-tabs > li.active > a:hover {
                font-family: 'DINWeb';
                border-color: #07679B;
                background-color: #07679B;
                color: #ffffff;
            
            }
            .pge_coc-login-acc_container  ul.nav-tabs > li.active > a:focus{
                    outline: dotted thin;
    outline-offset: -1px;
            }
.pge_coc-common-orange_btn.pge_coc-login-signInOTA_btn {
    text-shadow: none;
    font-size: 14px;
    background:#fbbb36;
    width:50%;
    height:44px;
    font-family:FFDINWebBold;
    color:#042037;
    letter-spacing:0.5px;
    text-align:center;
}
.pge_coc-login-acc_container  .tab-content > .tab-pane#myAccSignIn > form,
.pge_coc-login-acc_container  .tab-content > .tab-pane#myAccOTA > form {
    margin-top: 10px;
}
    .pge_coc-login-acc_container  .tab-content > .tab-pane#myAccSignIn > form > .form-group {
        margin-bottom: 10px;
    }
.pge_coc-login-acc_container  .tab-content > .tab-pane > form > .form-group > input.form-control {
    border-radius: 0px;
        font-family: 'FFDinWeb';
        color:#333;
        font-size:17px;
}
    .pge_coc-login-acc_container  .tab-content > .tab-pane > form > .form-group > input.form-control::-moz-placeholder {
        font-size: 16px;
        font-family: 'FFDinWebItalic';
    }
    .pge_coc-login-acc_container  .tab-content > .tab-pane > form > .form-group > input.form-control:-ms-input-placeholder {
        font-size: 16px;
        font-family: 'FFDinWebItalic';
    }
    .pge_coc-login-acc_container  .tab-content > .tab-pane > form > .form-group > input.form-control::-webkit-input-placeholder {
        font-size: 16px;
        font-family: 'FFDinWebItalic';
    }
.pge_coc-login-acc_container  .tab-content > .tab-pane#myAccSignIn > form > .checkbox input[type="checkbox"] {
    margin-top: 5px;
}
li.myAccSignIn,li.myAccOTA{
    font-size: 14px;
     font-family: 'FFDINWebbold';
   
}
.pge_coc-login-fgt_usr_pwd_container {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    font-size:18px;
    color: #333333;
}
.pge_coc-login-register_container {
    margin-bottom: 70px;
    font-size:18px;
}
.pge_coc-login-register_container > p:first-child {
    color: #333333;
    font-family: 'DIN-Regular';
    
    
    margin: 12px 0px 5px;
}
.pge_coc-login-register_container > p:last-child {
    clear: both;
    margin: 0px;
}
    .pge_coc-login-register_container > p:last-child > a {
        width: 50%;
        float: left;
    }
.pge-banner > #myCarousel.carousel > .carousel-inner > div.item > img {
    height: 445px;
}
.pge_coc_signin_rememberme {
    margin: 0px 0px 0px 0;
}
.pge_coc_signin_rememberme > input[type=checkbox].pge_coc_signin_rememberme-css-checkbox {
    position:absolute;
    z-index:-1000;
    
    overflow: hidden; clip: rect(0 0 0 0);
    height:1px; width:1px; margin:-1px;
    padding:0; border:0;
}
input[type=checkbox].pge_coc_signin_rememberme-css-checkbox + label.pge_coc-rememberme-css-label {
    padding-left:30px;
    height:30px;
    display:inline-block;
    line-height:27px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    color: #333333;
    vertical-align:middle;
    cursor:pointer;
    font-weight: normal;
}
input[type=checkbox].pge_coc_signin_rememberme-css-checkbox:checked + label.pge_coc-rememberme-css-label {
    background-image:url(../img/rememberme-checkbox_selected.png);
}
label.pge_coc-rememberme-css-label {
    background-image:url(../img/rememberme-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pge_coc_account_type > input[type=radio].radio-identification {
    position:absolute;
    z-index:-1000;
    
    overflow: hidden; clip: rect(0 0 0 0);
    height:1px; width:1px; margin:-1px;
    padding:0; border:0;
    
}
input[type=radio].radio-identification + label.ota-res-radio-css-label {
    padding-left:30px;
    
    display:inline-block;
    line-height:27px;
    background-repeat:no-repeat;
    background-position: 0px 3px;
    font-size:18px;
    color: #111 !important;
    vertical-align:middle;
    cursor:pointer;
    font-family: FFDINWebMedium;
}
input[type=radio].radio-identification:checked + label.ota-res-radio-css-label {
    color: #111 !important;
    background-image:url(../img/General-Forms-RadioSelected.svg);
     font-family: FFDINWebMedium;
}
label.ota-res-radio-css-label {
    background-image:url(../img/General-Forms-Radio.svg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pge_coc-login-acc_container > .tab-content > .tab-pane#myAccOTA > form > .form-group {
    margin-bottom: 10px;
    margin-top:10px;
}
.pge_coc-login-ota_or_separation_container {
    font-family: 'FFDINWebMedium';
    font-size: 18px;
    color: #666;
    text-align: center;
}
    .pge_coc-login-ota_or_separation_container > .pge_coc-login-ota_or_divider {
        height: 3px;
        background-color: #666666;
        width: calc(50% - 20px);
        margin-top: 10px;
    }
.pge_coc-login-ota_res_bus_btn_gp > button.btn-default {
    color: #666666;
    border-radius: 0px;
    width: 50%;
    font-size: 16px;
    float: left;
}
    .pge_coc-login-ota_res_bus_btn_gp > button.btn-default.active,
    .pge_coc-login-ota_res_bus_btn_gp > button.btn-default:active,
    .pge_coc-login-ota_res_bus_btn_gp > button.btn-default:focus {
        background-color: #004562;
        color: #ffffff;
        font-family: 'DINWeb';
           outline: dotted thin;
    outline-offset: -1px;
    }
    
    .pge_coc-login-ota_res_bus_radio_gp {
        background-color: #B8D7ED;
        padding: 10px 20px;
        font-size: 18px;
         border: 1px solid #B8D7ED;
        border-radius: 0px;
        margin-bottom: 2px;
    }
   .pge_coc-login-ota_res_bus_radio_gp .pge_coc_account_type:first-child {
    text-align: right;
    }
    .care-heading{
        font-family: 'FFDINWeb';
        size: 48px;
        line-height: 1.2;
        color:#333333;
        font-weight: normal;
        margin-top:45px !important;
        padding:0px;
}
    .care-heading-message{
        font-family: 'FFDINWeb';
        size: 16px;
        line-height: 1.75;
        color:#B02621;
        margin-top:33px;
        margin-bottom:40px;
        padding:0px;
        
}
.height250{
    height:250px !important;
    margin-bottom: 47px !important;
    margin-top: -50px !important
}
@media(max-width:500px) {
    
	.pge_coc-login-acc-ota_container {
    padding: 1px 2px;
    padding:5px 2px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    border-top: 1px solid #999999;
    font-family: 'FFDINWeb';
     margin-left: 10px;
    margin-right: 11px;
    
	}
	
    
    
}
@media(max-width:767px) {
    
    
    .pge_coc-login-acc_mobile_container {
         max-height: 200px; 
    }
	.pge_coc-login-acc-ota_container {
    padding: 1px 2px;
    padding:5px 2px;
    padding-left: 0px;
    font-size: 16px;
    color: #333333;
    font-family: 'FFDINWeb';
    
	}
	.pge_coc-login-acc_container {
		padding: 1px 2px;
		padding:5px 2px;
		font-size: 16px;
		
	}   
    
    .pge_coc-common-par-heading_block{
        padding:119px 4px !important;
    }
    .pge_coc-login-acc_container {
        
        padding-left:10px;
        padding-right:10px;
        padding-top:35px;
    }
       .pge_coc-login-acc_container > .tab-content > .tab-pane > form > .form-group > input.form-control::-moz-placeholder {
        font-size: 14px;
    }
    .pge_coc-login-acc_container > .tab-content > .tab-pane > form > .form-group > input.form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .pge_coc-login-acc_container > .tab-content > .tab-pane > form > .form-group > input.form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
        .pge_coc-login-acc_container > ul.nav-tabs > li > a {
            padding: 7px 0px;
            font-size: 0.9em;
        }
        .pge_coc-login-acc_container label{
            
        }
    .care-heading{
        font-family: 'FFDINWeb';
        size: 48px;
        line-height: 1.2;
        color:#333333;
        font-weight: normal;
         margin-top:30px !important;
         padding:0px;
   }
    .care-heading-message{
        font-family: 'FFDINWeb';
        size: 16px;
        line-height: 1.75;
        color:#B02621;
        margin-top:18px;
        margin-bottom:25px;
        padding:0px;
        
    }
    .height250{
        height:250px !important;
        margin-bottom: 32px !important;
        margin-top: -36px !important
    }
    .login-common-header h1 {
        font-size: 36px !important;
        color:#333;
        margin-top: 30px !important;
    }
    
    
}
.login-common-header{
    font-size: 16px;
    font-family: 'FFDINWeb';
    color: #333;
    margin: auto !important;
}
.login-sub-header {
    padding: 0px;
}
.login-sub-header h2 {
    margin-top: 10px;
}
.login-common-header h1 {
    font-size: 36px !important;
    color:#333;
    margin-top: 45px;
}
.login-form-control {
    height: 35px !important;
    padding: 0px 5px 0px 10px !important;
    border-radius: 0 !important;
    color:#333;
}
.login-form-padding {
    padding-left:3%;
    padding-right:3%;
}
.login-validation-table {
    margin-left: -5px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.login-error-validation {
    font-weight: normal;
    margin-bottom: auto;
}
.myAccOTA .errorStyleBlack {
    margin-left: -5px;
}
.login-links {
    font-family: FFDINWebBold;
    font-size: 14px;
    text-decoration: none;
}
.pge_coc-login-acc_container .pge_form_car-label {
    font-size: 16px !important;
}
@media (max-width: 767px) and (min-width: 360px){
    .pge_coc-login-acc_container .marginTop30 {
        margin-top: 30px !important;
    }
}
    
div.content {
    background: #ccc;
    padding: 20px;
    width: 100%;
    height: 2000px;
}
.pge_coc-mob-menu_nav_no_border_list > li{
        border-bottom:none
}
.pge_coc-mob-menu_nav{
    
    display:none;
    
    
    
}
    
        
        
        
    
@media(max-width:335px) {
    .pge_coc-mob-menu_nav_content .nav-tabs > li > a{
        font-size: 8px!important;
    }
}
@media(max-width:480px) {
      .pge_coc-mob_main_menu_pusher_trigger {
    margin-left:0px !important;
    }
    .pge_coc-mob-menu_nav_content > .tab-content{
        top:115px!important;
    }
    .pge_coc-mob-menu_nav_content .nav-tabs > li > a{
        font-size: 10px!important;
    }
}
@media(max-width:1000px) {
    .pge_coc-mob-menu_nav{
        display: block;
    }
    .pge_coc-mob_main_menu_pusher_trigger {
    margin-left:-15px;
    }
    .pge_coc-mob-menu_nav > div,
    .pge_coc-mob-menu_nav > ul{
        border-left:1px solid #042037;
        height:100%;
    }
    
    .pge_coc-mob-menu_nav_content > .tab-content{
        position:absolute;
        width:100%;
    }  
    .pge_coc-mob-menu_nav_content .nav-tabs{
        border-bottom:none;
    }
    .pge_coc-mob-menu_nav_content .nav-tabs > li{
        width:33.2%;
        text-align:center;
    }
    .lbusinesslist{
        padding-bottom: 42px;
    }
    .pge_coc-mob-menu_nav_content .nav-tabs > li > a {
        font-size:13px;
        font-family: 'FFDinWebBold';
        margin-right: 0px;
        background-color:#333;
        color:#ccc;
        border: none;
        border-bottom-color: transparent;
        border-top: 2px solid #333;
        border-radius:0px;
        padding: 24px 20px 40px 20px;
        
        width:100%;
       
    }
    .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a, 
    .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a:hover,
    .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a:focus {
        color: #fff;        
        cursor: default;
        background-color: #042037;
        border: none;
        border-bottom-color: transparent;
        border-top: 2px solid #0089c4;
    }
    
    .pge_coc-mob-menu_nav_content .nav-tabs > li > a > section{
        display:block; 
    }
        .pge_coc-mob-menu_nav_content .nav-tabs > li > a[aria-controls="Residential"] > section > span {
            background-image: url(../img/mob-residential-icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 10px auto;
        }
        .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a[aria-controls="Residential"] > section > span {
            background-image: url(../img/mob-residential-icon-active.png);
        }
        .pge_coc-mob-menu_nav_content .nav-tabs > li > a[aria-controls="Small Medium Business"] > section > span {
            background-image: url(../img/mob-smb-icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 10px auto;
        }
        .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a[aria-controls="Small Medium Business"] > section > span {
            background-image: url(../img/mob-smb-icon-active.png);
        }
        .pge_coc-mob-menu_nav_content .nav-tabs > li > a[aria-controls="Business"] > section > span {
            background-image: url(../img/mob-business-icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 10px auto;
        }
        .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a[aria-controls="Business"] > section > span {
            background-image: url(../img/mob-business-icon-active.png);
        }
    .pge_coc-mob-menu_nav_content .nav-tabs > li > a > label{
        font-weight:normal;
        text-transform:uppercase;
        display:block;
        margin-top:10px;
        margin-bottom:0px;
        letter-spacing:1px;
    }
    .pge_coc-mob-menu_nav_content .nav-tabs > li.active > a > label{
        cursor:pointer;
    }
    
    
    
    
    
    
    #topMenuContainer #mobile-menu-1,
    #topMenuContainer #mobile-menu-2,
    #topMenuContainer #mobile-menu-3,
    #topMenuContainer #mobile-menu-4,
    .pge_coc-mob-menu_nav_content > .tab-content{
        top:108px;
    }
    .pge_coc-mob-menu_nav.hardware-accelarate,
    .pge_coc-common-container.hardware-accelarate {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .pge_coc-common-container.animated-wrapper {
        overflow: hidden;
        position: relative;
        background:#ffffff;
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        -o-transition: -o-transform 0.5s ease;
        transition: transform 0.5s ease;
    }
    .pge_coc-mob-menu_nav {
        background-color: #042037;
        
        visibility: visible;
        position: absolute;
        
        top: 0px;
        
        z-index: 0;
        
        
        
        -webkit-transition: -webkit-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        -o-transition: -o-transform 0.5s ease;
        transition: transform 0.5s ease;
    }
    .pge_coc-mob-menu_nav_child {
        background-color: #042037;
        
        visibility: visible;
        position: absolute;
        
        top: 0px;
        
        z-index: 0;
        
        
        -webkit-transition: -webkit-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        -o-transition: -o-transform 0.5s ease;
        transition: transform 0.5s ease;
    }
    
    .pge_coc-common-container.animated-wrapper[data-state = "slide-right"] {
        
        background: #ffffff;
        position: relative;
        z-index: 2;
    }
    .pge_coc-common-container.animated-wrapper[data-state = "slide-right"]:after {
        content: '';
        background: rgba(0,0,0,0.30);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .pge_coc-mob-menu_nav[data-state="neutral"] {
        right: 0px;
        visibility: hidden;
        overflow: hidden;
        position: absolute;
        width: 0px;
        height: 0px;
        -webkit-transform: translateX(255px);
        -moz-transform: translateX(255px);
        -o-transform: translateX(255px);
        transform: translateX(255px);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .pge_coc-mob-menu_nav[data-state="slide-right"] {
        right: -255px;
        visibility: visible;
        z-index:2;
        -webkit-transform: translateX(-255px);
        -moz-transform: translateX(-255px);
        -o-transform: translateX(-255px);
        transform: translateX(-255px);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .pge_coc-mob-menu_nav_child[data-state="slide-right"] {
        right: -255px;
        -webkit-transform: translateX(-255px);
        -moz-transform: translateX(-255px);
        -o-transform: translateX(-255px);
        transform: translateX(-255px);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        visibility: visible;
    }
    body.modal-open .pge_coc-common-container.animated-wrapper{
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
    }
    .pge_coc-mob-menu_nav ul{
        width: 100%;
    }
    
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul{
        list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:#005179;
    }
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a{
     color: #ffffff;
    margin: 0 15px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255,255,255,0.2);
    padding: 20px 0 20px 0;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    
    letter-spacing:2px;
    display: block;
    }
    
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a:before{
        
    }
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a:hover,
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a:focus {
        background-color:transparent;
        text-decoration: none;
        outline: none;
    }
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a:hover
    {
           outline: dotted thin;
    outline-offset: -1px;
    }
        .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li:last-of-type > a {
            border-bottom:none;
        }
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a.change-level > span.pge_coc-mob-menu-nav_arr_rt_container{
        display:inline-block;
        margin:0px 10px 0;
    }
    .pge_coc-mob-menu_nav .pge_coc-mob-menu-auth_scl_block > ul > li > a.change-level > span.pge_coc-mob-menu-nav_arr_rt_container > img{
        width:4px;
        height:8px;
    }
    
    .pge_coc-mob-menu_sign_in_block > span:first-child{
        position:absolute;
        top:12px;
    }
    .pge_coc-mob-menu-nav_bck_block > .mobile-menu-back > span.OTAIcon{
        margin-top: -10px;
        display: inline-block;
    }
    .pge_coc-mob-menu-nav_bck_block > .mobile-menu-back > span.OTAIcon > img {
        width:30px;
        height:30px;
    }
    .pge_coc-mob-menu_sign_in_block > span:first-child > img{
        width:30px;
        height:30px;
    }
    .pge_coc-mob-menu_sign_in_block > span:last-child{
        padding-left:40px;
    }
     .pge_coc-mob-menu_sign_in_block.signedIn > span.name{
        padding-left:40px;
    }
    .pge_coc-mob-menu_sign_in_block.signedIn > span:last-child{
        padding-left:0px;
    }
    
    
    
    
    
    
    
    
        
    
    
    
    
    
    .pge_coc-mob-menu_nav .mobile-navigation-list {
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul {
        padding: 0;
        margin: 0;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list a {
        color: #ffffff;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list a.change-level > span.fa-chevron-right {
        font-size: 15px;
        float: right;
        margin-top: 2px;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list {
        padding-left: 0;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li {
        list-style: none;
        outline: none;
        border-bottom: 1px solid #006A97;
    }
    
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:nth-child(6),
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:nth-child(7),
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:last-of-type{
        border-bottom:none;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:nth-child(6) > a,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:nth-child(7) > a,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:last-of-type > a{
        font-family: 'DIN-Regular';
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a {
        display: block;
        padding: 14px 13px 13px 10px;
        line-height: 1;
        cursor: pointer;
        outline: none;
        font-size: 18px;
        -webkit-transition: background 0.5s, box-shadow 0.5s;
        -moz-transition: background 0.5s, box-shadow 0.5s;
        transition: background 0.5s, box-shadow 0.5s;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a:hover,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a:focus {
        
        background-color:transparent;
        text-decoration: none;
       
    }
    
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[data-event="residential"]:hover,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[data-event="residential"]:focus,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[data-event="business"]:hover,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[data-event="business"]:focus {
        
        text-decoration: none;
        background-color: transparent;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:first-child > a,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li:nth-child(2) > a{
        font-family: 'FFDINWebBold';
        padding:20px 13px 7px 10px;
    }
    
    
    
    
    
    
    
        .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a > span.pge_coc-mob-menu_nav_rb_arrow{
            font-size: 15px;
            float: right;
            margin-top: 5px;
        }
        .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[aria-expanded="false"] > span.pge_coc-mob-menu_nav_rb_arrow:before{
            content:"\f054";
        }
        .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a[aria-expanded="true"] > span.pge_coc-mob-menu_nav_rb_arrow:before {
            content:"\f078";
        }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a + div.child-items > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a + div.child-items > ul a {
        padding: 14px 13px 13px 30px;
        display: block;
        font-size: 18px;
        line-height:1;
    }
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a + div.child-items > ul a:hover,
    .pge_coc-mob-menu_nav .mobile-navigation-list > ul > div.mobile-menu-list > li > a + div.child-items > ul a:focus {
        
        background-color:transparent;
        text-decoration: none;
    }
    
    .pge_coc-mob-menu_nav > ul,
    .pge_coc-mob-menu_nav ul.mobile-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    
    
    
    
    .pge_coc-mob-menu_nav ul.mobile-menu-list,
    .pge_coc-mob-menu_nav ul,
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back,
    .pge_coc-mob-menu_nav ul > li > h2,
    .pge_coc-mob-menu_signin_container{
        width: 100%;
        background-color: #042037;
    }
    
    
    .pge_coc-mob-menu_nav ul > li.pge_coc-mob-menu-nav_bck_block{
        margin:5px 15px 0 15px;
        border-bottom:1px solid;
        border-bottom-color:rgba(255,255,255,0.2);
    }
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back {
        color: #FBBB36;        
        padding: 20px 0 20px 0;        
        cursor: pointer;
        font-size: 14px;
        display: block;
        font-family: 'FFDINWebMedium';
        text-transform:uppercase;
        
        text-align: left;
    }
    
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back:hover,
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back:focus{
        text-decoration:none;
    }
    
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back > span.pge_coc-mob-menu-nav_arr_bck_lt_container{        
        float: left;
        margin-top:-2px;
        margin-right: 10px;
    }
    .pge_coc-mob-menu_nav ul > li > a.mobile-menu-back > span.pge_coc-mob-menu-nav_arr_bck_lt_container > img{
        width:9px;
        height:16px;
    }
    
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li:last-of-type {
        padding-bottom:100px;
    }
        .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a {
            color: #ffffff;
            margin:0 25px;
            border-bottom:1px solid #fff;
            
            padding: 20px 0 20px 0;
            line-height: 1;
            cursor: pointer;
            font-size: 14px;
            text-transform:uppercase;
           
            display: block;
            letter-spacing: 2px;
            font-weight: 400;
            
        }
        
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a:hover,
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a:focus {
        
        background-color:transparent;
        text-decoration: none;
    }
    
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a.change-level > span.pge_coc-mob-menu-nav_arr_rt_container{
        display:inline-block;
        float:right;
        margin-top:-2px;
        margin-right:5px;
    }
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a.change-level > span.pge_coc-mob-menu-nav_arr_rt_container > img{
        width:9px;
        height:16px;
    }
    .pge_coc-mob-menu_nav ul.mobile-menu-list > li > a.change-level > span.pge_coc-mob-menu-nav_txt_container{
        width: calc(100% - 55px);
        display:inline-block;
    }
    .pge_coc-mob-menu-nav_txt_container_rt{
        font-size:14px;
    }
    
    .pge_coc-mob-menu_nav ul.mobile-menu-list.pge_coc-mob-menu_nav_no_border_list > li{
        border-bottom: none;
    }
    .pge_coc-mob-menu_nav ul.mobile-menu-list.pge_coc-mob-menu_nav_no_border_list > li > a.pge_coc-mob-menu_nav_drpdwn_header{
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        cursor:text;
        pointer-events:none;
    }
    .pge_coc-mob-menu_nav ul.mobile-menu-list.pge_coc-mob-menu_nav_no_border_list > li > a.pge_coc-mob-menu_nav_drpdwn_header:hover,
    .pge_coc-mob-menu_nav ul.mobile-menu-list.pge_coc-mob-menu_nav_no_border_list > li > a.pge_coc-mob-menu_nav_drpdwn_header:focus{
        background: transparent;
    }
    .pge_coc-mob-menu_nav ul.mobile-menu-list.pge_coc-mob-menu_nav_no_border_list > li > a.divider{
        height: 1px;
        
        padding: 0;
        margin: 0;
    }
    
    ul#language-list{
        margin:0;
        padding:0;
    }
    ul#language-list > li > ul.pge_coc-mob-menu_lang_child_nav{
        background-color:#005179;        
    }
    ul#language-list > li > ul.pge_coc-mob-menu_lang_child_nav > li:first-of-type > a{
        border-top: 1px solid;
        border-top-color: rgba(255,255,255,0.2);
    }
    
    
}
    
.pge_coc-account-container {
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #042037;
    color: #ffffff;
    clear: both;
    font-family: 'FFDINWeb';
}
.pge_coc-account-srvce_acc_row > span:first-child {
    font-family: 'FFDINWebBold';
    font-size: 20px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.pge_coc-account-srvce_acc_row > section.pge_coc-account-premAdd_accDropdown {
    display: inline-block;
}
section.pge_coc-account-premAdd_accDropdown > label.pge_coc-account-srvce_acc_lbl {
    font-weight: normal;
    margin-right: 5px;
}
section.pge_coc-account-premAdd_accDropdown > div.btn-group {
    margin-right: 15px;
}
.pge_coc-account-service_address_container {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 8px;
}
.pge_coc-account-pro_acc_lnk_row {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
    .pge_coc-account-pro_acc_lnk_row > .pge_coc-common-active_orange_btn {
        padding: 6px 16px 7px;
        font-family: 'FFDINWebBold';
    }
a.pge_coc-account-my_acc_srv_lnk {
    display: none;
}
.pge_coc-account-dropdown_btn {
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    height: 34px;
    padding: 6px 8px;
}
    .pge_coc-account-dropdown_btn > span.fa-angle-down {
        font-size: 18px;
        padding-left: 20px;
        vertical-align: bottom;
    }
ul.pge_coc-account-dropdown_btn_menu {
    overflow-y: scroll;
    border-radius: 0px;
    margin: 0px;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    border: 2px solid #cccccc;
    border-top: none;
}
    
    ul.pge_coc-account-dropdown_btn_menu::-webkit-scrollbar {
        width: 15px;
    }
    ul.pge_coc-account-dropdown_btn_menu::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }
    ul.pge_coc-account-dropdown_btn_menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }
    ul.pge_coc-account-dropdown_btn_menu::-webkit-scrollbar-button {
        background-color: #f5f5f5;
        height: 0px;
    }
    ul.pge_coc-account-dropdown_btn_menu::-webkit-scrollbar-corner {
        background-color: black;
    }
    
    ul.pge_coc-account-dropdown_btn_menu > li > a {
        padding: 3px 12px;
        font-size: 13px;
    }
        ul.pge_coc-account-dropdown_btn_menu > li > a:focus,
        ul.pge_coc-account-dropdown_btn_menu > li > a:hover {
            color: #333333;
            background-color: #dadada;
        }
ul.dropdown-menu > li.pge_coc-account-dropdown_heading_lnk > a {
    color: #07679B;
}
    ul.dropdown-menu > li.pge_coc-account-dropdown_heading_lnk > a:hover,
    ul.dropdown-menu > li.pge_coc-account-dropdown_heading_lnk > a:focus {
        background-color: transparent;
        text-decoration: underline;
        color:#005179;
    }
.pge_coc-account-dropdown_btn:active,
.pge_coc-account-dropdown_btn.active,
.open .dropdown-toggle.pge_coc-account-dropdown_btn {
    background-image: none;
}
.pge_coc-account-dropdown_btn.disabled,
.pge_coc-account-dropdown_btn[disabled],
fieldset[disabled] .pge_coc-account-dropdown_btn,
.pge_coc-account-dropdown_btn.disabled:hover,
.pge_coc-account-dropdown_btn[disabled]:hover,
fieldset[disabled] .pge_coc-account-dropdown_btn:hover,
.pge_coc-account-dropdown_btn.disabled:focus,
.pge_coc-account-dropdown_btn[disabled]:focus,
fieldset[disabled] .pge_coc-account-dropdown_btn:focus,
.pge_coc-account-dropdown_btn.disabled:active,
.pge_coc-account-dropdown_btn[disabled]:active,
fieldset[disabled] .pge_coc-account-dropdown_btn:active,
.pge_coc-account-dropdown_btn.disabled.active,
.pge_coc-account-dropdown_btn[disabled].active,
fieldset[disabled] .pge_coc-account-dropdown_btn.active {
    background-color: #666666;
    border-color: #333333;
}
.pge_coc-account-err_container {
    border: 1px solid #B02621;
    padding: 10px;
    color: #B02621;
}
.pge_coc-account-msg_container {
    border: 1px solid #cccccc;
    padding: 10px;
    color: #333;
    line-height:16px;
}
.pge_coc-account-err_tel_lnk {
    color: #B02621;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .pge_coc-account-pro_acc_lnk_row:after {
        clear: both;
    }
    .pge_coc-account-srvce_acc_row > span:first-child {
        vertical-align: top;
        margin-top: 1px;
        line-height: 1;
    }
    .pge_coc-account-srvce_acc_row > section.pge_coc-account-premAdd_accDropdown {
        width: 300px;
    }
    section.pge_coc-account-premAdd_accDropdown > label.pge_coc-account-srvce_acc_lbl {
        margin-top: 2px;
    }
    section.pge_coc-account-premAdd_accDropdown > div.btn-group {
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .pge_coc-account-srvce_acc_row > span:first-child,
    .pge_coc-account-service_address_container {
        display: block;
    }
    .pge_coc-account-srvce_acc_row > h2 {
        margin-bottom: 5px;
        display: block;
    }
    .pge_coc-account-srvce_acc_row > div.btn-group {
        width: calc(100% - 60px);
        float: right;
        margin-right: 0px;
    }
    .pge_coc-account-srvce_acc_row > .btn-group > .pge_coc-account-dropdown_btn {
        width: 100%;
        text-align: left;
        position: relative;
    }
    ul.pge_coc-account-dropdown_btn_menu {
        min-width: 100%;
        overflow-x: auto;
    }
    .pge_coc-account-srvce_acc_row > label.pge_coc-account-srvce_acc_lbl {
        padding-top: 5px;
    }
    .pge_coc-account-service_address_container,
    .pge_coc-account-pro_acc_lnk_row {
        margin-left: 0px;
        display: block;
    }
    .pge_coc-account-pro_acc_lnk_row {
        float: none;
    }
    .pge_coc-account-srvce_acc_row > section.pge_coc-account-premAdd_accDropdown {
        width: 100%;
    }
    section.pge_coc-account-premAdd_accDropdown {
        margin-top: 10px;
    }
    .pge_coc-account-pro_acc_lnk_row > .pge_coc-common-active_orange_btn {
        margin-top: 15px;
    }
}
.pge_coc-dashboard-panel_gp:before{
    content: " ";
    display: table;
}
.pge_coc-dashboard-panel_gp:after{
    clear:both;
}
.pge_coc-dashboard-panel_gp > div > div.col-md-4.col-sm-6{
    padding-left:5px;
}
.pge_coc-dashboard-panel_gp > div > div.col-md-4.col-sm-6:first-child{
    padding-left:15px;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel {
    border-radius: 0px;
    
    
    
    border: 1px solid #ccc; 
    
    margin-bottom: 20px;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel + .pge_coc-dashboard-panel {
    margin-top: 0px;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel > .panel-heading {
    background-color: #005179;
    border: none;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid #bbbbbb;
    border-bottom:none;
    height:43px;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel .panel-body {
    border: 1px solid #bbbbbb;
    border-top: none;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel > .panel-heading + .panel-collapse{
    
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel.pge_coc-dashboard-panel_summary .panel-body {
    padding:0;
    margin:0;
    border-top:none;
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-panel.pge_coc-dashboard-panel_dig_safety .panel-body {
    border-top: 1px solid #bbbbbb;
}
.pge_coc-dashboard-panel_dig_safety p{
    font-size:16px;
}
.pge_coc-dashboard-panel > .panel-heading > .panel-title {
    font-family: 'DINWeb-Bold';
    padding: 0;
    cursor: text;
    font-size:20px;
    color: #fff;
}
.pge_coc-dashboard-panel_title_arrow_icon {
    color: #fff;
    float: right;
    font-size:18px;
    padding-top:2px;
    
}
.pge_coc-dashboard-panel .panel-title > span.pge_coc-dashboard-panel_title_arrow_icon:before {
    
    content: "\f077";
}
.pge_coc-dashboard-panel .panel-title.collapsed > span.pge_coc-dashboard-panel_title_arrow_icon:before {
    
    content: "\f078";
}
.pge_coc-dashboard-panel .media > a > img.media-object {
    width: 52px;
    height:70px;
}
.pge_coc-dashboard-panel .media > .media-body > h2.media-heading {
    
    color: #07679b;
    font-size:20px;
}
.pge_coc-dashboard-panel_tab {
    float: none;
    background-color:#005179;
    padding:0;
}
.pge_coc-dashboard-panel_tab > li{
    display:inline-block;
    float:left;
    padding-top:3px;
}
.pge_coc-dashboard-panel_tab > li:first-of-type{
    width:40%;
}
.pge_coc-dashboard-panel_tab > li:last-of-type{
    width:60%;    
}
.pge_coc-dashboard-panel_tab > li > a {
    padding: 0px 20px 13px;
    font-size:18px;
    font-family: 'DINWeb-Bold';
    text-transform: uppercase;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #444444;
    color: #fff;
    background-color:#666666;
    white-space:nowrap;
    width:100%;
    height:35px;
    line-height:31px;
    text-align:center;
}
.pge_coc-dashboard-panel_tab > li > a:focus,
.pge_coc-dashboard-panel_tab > li > a:hover {
    background-color: #666666;
}
.pge_coc-dashboard-panel_tab > li.active{
    padding-top:0px;
}
.pge_coc-dashboard-panel_tab > li.active > a {    
    color: #042037;
    background-color:#ffffff;
    border-top:3px solid #FBBB36;
    border-bottom: 2px solid #ffffff;
    height:38px;
    line-height:33px;
}
.pge_coc-dashboard-viewPay_billPay_container{
    padding:5px 0px;
}
.pge_coc-dashboard-viewPay_billPay_container .btn-block.pge_coc-common-orange_btn {
    
    font-size:14px;
    text-shadow:none;
}
.pge_coc-dashboard-viewPay_billPay_container .btn-block.pge_coc-common-orange_btn:hover,
.pge_coc-dashboard-viewPay_billPay_container .btn-block.pge_coc-common-orange_btn:focus,
.pge_coc-dashboard-viewPay_billPay_container .btn-block.pge_coc-common-orange_btn:active {
    
}
.pge_coc-dashboard-panel_gp .pge_coc-dashboard-viewPay_billed_summary_panel{
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow:none;
    color:#333333;
    margin-bottom:30px;
}
.pge_coc-dashboard-viewPay_billed_summary_panel > .panel-heading {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: #333333;
    border-bottom: none;
}
.pge_coc-dashboard-nem_bill_presentment_panel{
    background: #FFF;
    border: 2px solid #749D25 !important;
    border-radius: 0px;
    box-shadow: none;
    margin:20px 0px !important;
    text-align: center; 
    color: #333 !important;
}
.pge_coc-dashboard-nem_bill_presentment_panel .nem-desc{
    display:block;
    font-family:'DINWeb-Bold';
    font-size: 18px;
    margin: 2px 0px;
    padding-top: 10px;
}
.pge_coc-dashboard-nem_bill_presentment_panel .nem-amount{
    display:block;
    font-family:'DINWeb-Bold';
    font-size: 22px;
    color: #749D25;
    margin: 2px 0px;
}
.pge_coc-dashboard-nem_bill_presentment_panel .nem-date{
    display:block;
    font-family:'DIN-regular'; 
    font-size: 16px;
    margin: 2px 0px;
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title > button.fa,
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title > span.fa{
    width:16px;
    height:16px;
    vertical-align: top;
    margin-right:8px;
    margin-top:-1px;
    
    border: none;
    background-color: #fff;
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title > button.fa.pge_coc-dashboard-panel_viewPay_billed_summary_arrow_icon {
    
    
    width:16px;
    height:16px;
    vertical-align: top;
    margin-right:8px;
    color:#07679B;
    background:none;
    border:none;
    padding:0;
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title > button.fa.pge_coc-dashboard-panel_viewPay_billed_summary_arrow_icon:before{
    content:"\f147";
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title.collapsed > button.fa.pge_coc-dashboard-panel_viewPay_billed_summary_arrow_icon {
    
    width: 16px;
    height:16px;
    vertical-align: top;
    color:#07679B;
    background:none;
    border:none;
    padding:0;
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title.collapsed > button.fa.pge_coc-dashboard-panel_viewPay_billed_summary_arrow_icon:before{
    content: "\f196";
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title{
    font-size: 15px;
    font-family:'DIN-Regular';
    padding: 8px 6px;
    cursor:pointer;
}
.pge_coc-dashboard-viewPay_billed_summary_panel .panel-title.pge_coc-dashboard-viewPay_billed_panel_nonCollapsible{
    cursor:text;
}
.pge_coc-dashboard-viewPay_billed_summary_panel > .panel-heading + .panel-collapse{
    border-top:none;
}
.pge_coc-dashboard-viewPay_billed_summary_panel  > .panel-heading + .panel-collapse > .panel-body{
    box-shadow:none;
    border: 1px solid #bbbbbb;
    border-top-color:none;
    border:none;
    padding: 0px 15px 5px 35px;
}
.pge_coc-dashboard-viewPay_billed_summary_panel  > .panel-heading + .panel-collapse > .panel-body > p{
    margin:0 0 2px;
}
.pge_coc-dashboard-viewPay_lastPayment_block{
    margin:0px 10px 15px 10px;
}
.pge_coc-dashboard-viewPay_paymentInfo_block{
    margin:20px 0 0 ;
    text-align:center;
}
.pge_coc-dashboard-viewPay_paymentInfo_block p{
    margin:0;
    padding: 0 15px;
}
.pge_coc-dashboard-viewPay_paymentInfo_txt{
    font-style:italic;
    font-size:14px;
    line-height:16px;
}
.pge_coc-dashboard-viewPay_lastPayment_thankyou_txt{
    font-style:italic;
    font-size:12px;
}
.pge_coc-dashboard-viewPay_view_action_para{
    margin-top:20px;
}
.pge_coc-dashboard-viewPay_view_action_block{
    margin-top:20px;
}
.pge_coc-dashboard-viewPay_view_action_block > a{
    color:#07679B;
    cursor:pointer;
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_view_action_block > a.hrefViewPayPlanSchedule{
    margin-left:5px;
}
.pge_coc-dashboard-viewPay_view_action_block > a.installmentViewBill{
    margin-right:5px;
    margin-left:20px;
}
.pge_coc-dashboard-viewPay_total_bal_block{
    margin:0px 10px 15px 10px;
}
.pge_coc-dashboard-viewPay_total_bal_block > span{
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_prev_unpaid_block{
    color:#B02621;
    font-size:15px;
    font-family:'DINWeb';
    margin: 0px 10px 15px 10px;
}
.pge_coc-dashboard-viewPay_prev_unpaid_block > span:first-child{
    width: calc(100% - 90px);
    display:inline-block;
}
.pge_coc-dashboard-viewPay_prev_unpaid_block .fa-warning{
    padding-right:5px;
}
.pge_coc-dashboard-viewPay_prev_unpaid_txt{
    font-size:15px;
}
.pge_coc-dashboard-viewPay_prev_payChk_container{
    text-align:right;
}
.pge_coc-dashboard-viewPay_prev_payChk_container:before{
    display:table;
    content:"";
}
.pge_coc-dashboard-viewPay_prev_payChk_container:after{
    clear:both;
}
.pge_coc-dashboard-viewPay_prev_payChk_container > label{
    font-weight:normal;
    font-family:'DINWeb';
    padding-top:5px;
    margin-bottom:0px;    
}
.pge_coc-dashboard-viewPay_prev_payChk_container > label > span {
    padding-right:5px;
}
.pge_coc-dashboard-viewPay_makeAddPayment_block{
    padding:20px 0px 0px 10px;
}
.pge_coc-dashboard-viewPay_total{
    padding:10px;
    border:1px solid #ccc;
    background-color:#f1f1f1;
}
.pge_coc-dashboard-viewPay_total > p{
    text-align:center;
    
}
.pge_coc-dashboard-viewPay_total > p.pge_coc-dashboard-viewPay_total_balInfo_para{
    margin:10px 0;
}
p.pge_coc-dashboard-viewPay_total_balInfo_para > .lblPAInfo{
    font-weight:normal;
    font-family:'DINWeb';
    font-size:16px;
}
p.pge_coc-dashboard-viewPay_total_balInfo_para > .lblPAInfo > span {
    font-family:'DIN-Regular';
}
.pge_coc-dashboard-viewPay_total > p.pge_coc-dashboard-viewPay_amt_para{    
    margin:0px;
}
.pge_coc-dashboard-viewPay_amt_para > label{
    font-weight:normal;    
}
.pge_coc-dashboard-viewPay_amt_para.notPaid > label{
    color:#333;
}
.pge_coc-dashboard-viewPay_amt_para.amtPaid > label{
    color:#417505;
}
.pge_coc-dashboard-viewPay_amt_para > label[for="title"]{        
    display:block;
    font-size:20px;
    text-transform:uppercase;
}
.pge_coc-dashboard-viewPay_amt_para > label[for="title"] > span.fa-check{        
    padding-right:5px;
}
.pge_coc-dashboard-viewPay_amt_para > label[for="value"]{
    font-family:'DINWeb-Bold';
    font-size:48px;
    line-height:1;
    margin-bottom:0px;
}
.pge_coc-dashboard-viewPay_paid_due_block > p{
    margin:10px auto;
    font-size:20px;
    text-transform:uppercase;
}
p.pge_coc-dashboard-viewPay_paid_para{
    color: #417505;    
    width:140px;
}
p.pge_coc-dashboard-viewPay_due_para{
    color: #B02621;
    width:198px;
}
p.pge_coc-dashboard-viewPay_paid_para > label,
p.pge_coc-dashboard-viewPay_due_para > label{
    font-weight:normal;
    line-height:1;
}
p.pge_coc-dashboard-viewPay_due_para > label[for="title"] > span.fa-warning{
    padding-right:8px;
}
p.pge_coc-dashboard-viewPay_paid_para > label[for="value"],
p.pge_coc-dashboard-viewPay_due_para > label[for="value"]{    
    padding-left:10px;
    font-family: "DINWeb-Bold";
}
.pge_coc-dashboard-viewPay_dueDate_amt_block,
.pge_coc-dashboard-viewPay_tot_bal_block{
    margin-top:10px;
}
.pge_coc-dashboard-viewPay_dueDate_amt_block > p,
.pge_coc-dashboard-viewPay_tot_bal_block > p{
    text-align:center;
    margin:0px;
}
.pge_coc-dashboard-viewPay_dueDate_amt_block > p > label,
.pge_coc-dashboard-viewPay_tot_bal_block > p.pge_coc-dashboard-viewPay_tot_bal_info > label{
    font-weight:normal;   
}
.pge_coc-dashboard-viewPay_dueDate_amt_block > p > label{
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_tot_bal_block > p.pge_coc-dashboard-viewPay_tot_bal_info > label{
    font-family:'DINWeb';
}
.pge_coc-dashboard-viewPay_dueDate_amt_block > p > label[for="title"],
.pge_coc-dashboard-viewPay_tot_bal_block > p.pge_coc-dashboard-viewPay_tot_bal_info > label[for="title"]{        
    display:block;
    font-size:20px;
    line-height:1;
    margin-bottom:10px;
}
.pge_coc-dashboard-viewPay_tot_bal_block > p.pge_coc-dashboard-viewPay_tot_bal_info > label[for="title"]{
    font-family:'DINWeb';
}
.pge_coc-dashboard-viewPay_dueDate_amt_block > p > label[for="value"],
.pge_coc-dashboard-viewPay_tot_bal_block > p.pge_coc-dashboard-viewPay_tot_bal_info > label[for="value"]{
    font-size:48px;
    line-height:1;
}
p.pge_coc-dashboard-viewPay_tot_bal_pa_lnk_para > label{
    display:block;    
    font-weight:normal;
    font-size:16px;
    font-family:'DINWeb';
    margin-bottom:0;
}
p.pge_coc-dashboard-viewPay_tot_bal_pa_lnk_para > label[for="title"]{
    color:#B02621;
    margin-top:5px;
}
p.pge_coc-dashboard-viewPay_tot_bal_pa_lnk_para > label[for="value"]{
    color:#333;
}
p.pge_coc-dashboard-viewPay_tot_bal_pa_lnk_para > label[for="value"] > a{
    border-color:#07679B;
}
.pge_coc-dashboard-viewPay_partition{
    border-color:#ccc;
}
.pge_coc-dashboard-viewPay_total > p.pge_coc-dashboard-viewPay_bill_due_para{
    margin: 10px 0px 0px;
    font-size:14px;
    line-height:1;
}
.pge_coc-dashboard-viewPay_pa_container{
    margin-top:10px;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom:10px;
    background-color:#f1f1f1;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments:last-of-type{
    margin-bottom:0px;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments .checkbox-inline{
    margin-right:1px;
    padding-left:0;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments .checkbox-inline label{
    padding-right:20px;
    float:left;
    cursor:pointer;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments .checkbox-inline input[type="checkbox"] {
    float: right;
    margin-left: -12px;
    top:0;
    cursor:pointer;
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments > div.pge_coc-dashboard-viewPay_stackedPayments_row:before,
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments > div.pge_coc-dashboard-viewPay_stackedPayments_row:after{
    display: table;
    content: " ";
}
.pge_coc-dashboard-viewPay_pa_container > div.stackedPayments > div.pge_coc-dashboard-viewPay_stackedPayments_row:after{
    clear:both;    
}
.pge_coc-dashboard-viewPay_stackedPayments_row label{
    font-weight:normal;
    margin-bottom:0px;
}
.pge_coc-dashboard-viewPay_stackedPayments_row > .pge_coc-dashboard-viewPay_stackedPayments_value_block {
    float:right;
    width:calc(100% - 200px);
    text-align:right;
}
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtPaid{
    color:#417505;
}
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtDue{
    color:#B02621;
    white-space:nowrap;
}
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtPaid,
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtDue{
    display:block;
    text-transform:uppercase;
}
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtPaid > span:last-child,
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtDue > span:last-child{
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_stackedPayments_value_block label.amtDue > span.fa-exclamation-triangle{
    padding-right:5px;
}
.pge_coc-dashboard-viewPay_stackedPayments_row > .pge_coc-dashboard-viewPay_stackedPayments_title_block {
    float:left;
    width:200px;
}
.pge_coc-dashboard-viewPay_stackedPayments_title_block > label{
    display:block;
}
.pge_coc-dashboard-viewPay_stackedPayments_title_block > label.primayTitle{    
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_stackedPayments_title_block > label.primayTitle > span:first-of-type{    
    font-family: 'DIN-Regular';
}
.pge_coc-dashboard-viewPay_stackedPayments_action_block{
    margin-top:15px;
}
.pge_coc-dashboard-viewPay_stackedPayments_action_block a{
    font-family:'DINWeb-Bold';
    cursor:pointer;
}
input[type=checkbox].pge-coc-custom-checkbox-black {
    position:absolute;
    z-index:-1000;
    
    overflow: hidden; clip: rect(0 0 0 0);
    height:1px; width:1px; margin:-1px;
    padding:0; border:0;
}
input[type=checkbox].pge-coc-custom-checkbox-black + label.pge-coc-custom-checkbox-black-label {
    padding-left: 10px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: 44px 0;
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    width: 69px;
}
input[type=checkbox].pge-coc-custom-checkbox-black:checked + label.pge-coc-custom-checkbox-black-label {
    background-image:url(../img/checkbox_on_icon.svg);
}
label.pge-coc-custom-checkbox-black-label {
    background-image:url(../img/checkbox_off_icon.svg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table.ppsTableBorderless.pge_coc-dashboard-viewPay_pa_table{
    background-color:transparent;
    border:1px solid #bbbbbb;
    color:#333333;
    margin-bottom:0px;
}
table.ppsTableBorderless.pge_coc-dashboard-viewPay_pa_table > thead > tr > th{
    font-family: 'DINWeb-Bold';
    font-weight:300;
}
.pge_coc-dashboard-viewPay_goPaperless_container{
    padding:20px 0px 0px 10px;
}
.pge_coc-dashboard-viewPay_goPaperless_container > a.fa-square-o,
.pge_coc-dashboard-viewPay_goPaperless_container > a.fa-check-square-o{
    color:#888888;
    font-size:22px;
    vertical-align: middle;
    margin-top: -5px;
    cursor:pointer;
}
.pge_coc-dashboard-viewPay_goPaperless_container > img.pge_coc-dashboard-viewPay_goPaperless_leaf_icon{
    border:0px;
    margin-left:5px;
}
.pge_coc-dashboard-viewPay_goPaperless_container > h4{
    font-family:"DINWeb";
    font-size:17px;
    display:inline-block;
    margin:0px 0px 10px 8px;
}
.pge_coc-dashboard-viewPay_goPaperless_container > p.pge_coc-dashboard-viewPay_goPaperless_msg{
    font-size:16px;
    
}
.pge_coc-dashboard-viewPay_goPaperless_container > span.fa-square-o.hide ~ p.pge_coc-dashboard-viewPay_goPaperless_msg{
    
}
.pge_coc-dashboard-viewPay_goPaperless_container > a.pge_coc-dashboard-viewPay_goPaperless_msg_lnk{
    font-size:14px;
}
.pge_coc-dashboard-viewPay_billing_hist_info{
    
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title{
    clear:both;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .pge_coc-dashboard-billed_history_24m_activity_cntrl_block{
    padding:8px 6px;
}
.pge_coc-dashboard-billed_history_24m_activity_cntrl_block > p{
    margin:0;
}
.pge_coc-dashboard-billed_history_24m_activity_cntrl_block > p > a{
    font-family:'DINWeb-Bold';
    font-size:15px; 
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading{
    padding:1px 25px 1px 9px;
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span{
    width:25%;
    
    text-align:right;
    float:left;
    font-family:'DINWeb';
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child{
    text-align:left;
    margin:0px 22px 0px 0px;
    width:40%;
    
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:last-of-type{
    float:right;
    margin-right:4px;
    width:auto;
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp{
    height:280px;
    overflow-x:hidden;
    overflow-y:auto;
    border: 1px solid #bbbbbb;
    margin-bottom:15px;
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp > .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel{
    border-radius: 0px;
    box-shadow:none;
    color:#333333;
    margin-bottom:0px;
    border-top: 1px solid #bbbbbb;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
.pge_coc-dashboard-viewPay_billing_hist_panel_gp > div.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel:first-of-type{
    border-top: none;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa{
    float:left;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span{
    width:25%;
    
    text-align:right;
    float:left;
    white-space:nowrap;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span{
    width:40%;
    
    text-align:left;
    white-space:normal;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span > span,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span > span{
    display:block;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span:last-of-type,
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span:last-of-type{
    float:right;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading + .panel-collapse > .panel-body{
    box-shadow:none;
    border: 1px solid #bbbbbb;
    border-top-color:none;
    border:none;
    padding:0px 5px 0px 9px;
}
.pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading + .panel-collapse > .panel-body > div.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block{
    padding:10px 0px;
}
.pge_coc-dashboard-viewPay_billed_summary_panel > .panel-heading + .panel-collapse > .panel-body > div.pge_coc-dashboard-viewPay_summary_panel_billed_charges_block{
    padding:10px 0px 10px 22px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block > section,
.pge_coc-dashboard-viewPay_summary_panel_billed_charges_block> section{
    margin:0 0 2px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block > section:last-of-type,
.pge_coc-dashboard-viewPay_summary_panel_billed_charges_block> section:last-of-type{
    margin:0 0 0;
}
.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block > section > span{
    width:25%;
    
    text-align:right;
    float:left;
}
.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block > section > span:first-of-type{
    width:40%;
    
    text-align:left;
    margin:0px 0px 0px 22px;
    padding: 0px 0px 0px 20px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_billed_charges_block > section > span:last-of-type{
    float:right;
}
.pge_coc-dashboard-viewPay_billed_history_panel_viewBill_para_block{
    margin:0px 0px 0px 30px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_viewBill_para_block > p{
    margin:-5px 0 0;
    padding-bottom:5px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_viewBillMsg_para_block{
    margin:0px 0px 0px 22px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_viewBillMsg_para_block > p{
    margin:0 0 5px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_cncl_block{
    margin:0px 0px 5px 22px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_cncl_block > p{
    margin:0 0 0;
}
.pge_coc-dashboard-viewPay_billed_history_panel_kpd_block{
    margin:0px 0px 0px 22px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_kpd_block > p,
.pge_coc-dashboard-viewPay_billed_history_panel_kps_block > p{
    margin: 0 0 2px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_kpd_block > p > span:first-child{
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_billed_history_panel_kps_block{
    margin:5px 0px 5px 22px;
}
.pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span{
    display:inline-table;
}
.pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span.stageDate{
    width:calc(100% - 110px);
}
.pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span.stageStatus{
    width:90px;
    text-align:right;
}
.pge_coc-dashboard-viewPay_billed_download_hist_container > p{
    padding-left:10px;
}
.pge_coc-dashboard-viewPay_billed_download_hist_container > p:first-child{
    margin: 0 0 5px;
}
.pge_coc-dashboard-viewPay_no_billing_hist_container {
    margin: 0px 10px 20px;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
}
.pge_coc-dashboard-viewPay_no_billing_hist_container > p {
    margin: 0 0 0;
}
.pge_coc-dashboard-viewPay_no_billing_hist_container ~ p{
    margin-left:10px;
}
.pge_coc-dashboard-viewPay_no_billing_alt_hist_container{
    font-size:16px;
}
.pge_coc-dashboard-viewPay_no_billing_alt_hist_container > p {
    margin: 0 0 0;
}
.pge_coc-dashboard-viewPay_no_billing_alt_hist_container ~ p{
    margin-left:10px;
}
.pge_coc-dashboard_viewPay_pay_amt_heading{
    margin-top:5px;
    margin-bottom:10px;
    padding-left:15px;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_container{
    border-top:1px solid #cccccc;
    padding-top:5px;
    margin-top:15px;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxGroupAddon_Dollar,
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxGroupAddon_Calendar,
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxTxtBox,
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxBtn_BorderLeft,
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxBtn_BorderRight,
.pge_coc-dashboard-viewPay_billed_paymentInput_container .pge_btn-default{
    border-radius:0px;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_container .pge_list-group-item {
    color:#333333;
}
.pge_coc-dashboard-viewPay_billPay_container .ListBox .pge_list-group-item {
    color:#333333;
    padding:10px 0px;
}
.pge_coc-dashboard-viewPay_billPay_container .ListBox_TotalPayment{
    margin:0px;
    font-style:normal;
}
.pge_coc-dashboard-viewPay_billPay_container ul.dropdown-menu.payment-account-list {
    overflow-y: scroll;
    border-radius: 0px;
    margin: 0px;
    height: auto;
    max-height: 135px;
    overflow-x: hidden;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxAdjust .pge_list-group-item {
    padding: 10px 0px 10px 0px;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_container .ListBoxAdjust .pge_list-group-item > .btn-group > button#paymentAccountsDropDownButton,
.btn-group > button#paymentAccountsDropDownButtonPayM {
    text-overflow:ellipsis;
    overflow:hidden;
    text-align:left;
}
#paymentAccountsToggleButton{
    margin-left:5px;
    width:215px;
}
.BankCreditBtnGroup{
    margin-left:5px
}
.pge_coc-dashboard-viewPay_billPay_container .ListGroup_Color .pge_list-group-item{
    border:1px solid #cccccc;
    background-color:#ffffff;
    padding:5px;
}
.pge_coc-dashboard-viewPay_billPay_container .ListGroup_Color .pge_list-group-item:last-child {
    border-radius:0px;
}
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > thead > tr > th{
    padding: 5px 10px 0px;
}
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > tbody > tr > th,
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > tfoot > tr > th,
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > thead > tr > td,
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > tbody > tr > td,
.pge_coc-dashboard-viewPay_billPay_container .ppsTableBorderless > tfoot > tr > td{
    padding: 2px 10px 5px;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_btn_container > .pge_par_coc-common-blue_btn{
    width:calc(50% - 5px);
    float:left;
}
.pge_coc-dashboard-viewPay_billed_paymentInput_btn_container > .pge_coc-common-orange_btn{
    width:calc(50% - 5px);
    float:right;
    text-shadow:none;
}
.pge_coc-dashboard-widget_loading_container{
    border:1px solid #bbbbbb;
    
    margin-bottom: 20px;
    min-height: 100px;
    vertical-align: middle;
    padding: 50px;
}
.pge_coc-dashboard-widget_loading_container > img{
    margin-left: auto;
    margin-right: auto;
    width:20px;
    display: block;
}
.pge_coc-dashboard-unability_err{
    margin-top:5px;
    margin-bottom:5px;
    font-size:18px;    
    font-style:italic;
}
.pge_coc-dashboard-unability_err > p{
    margin:0;
}
.pge_coc-dashboard-unability_err > hr{
    border-color:#cccccc;
}
.pge_coc-dashboard-viewPay_billPay_processed_pay_txt{
    color: #417505;
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-ota_payment_options_disabled{
    color:#666; 
    
}
.pge_coc-dashboard-ota_payment_options_disabled p,
.pge_coc-dashboard-ota_payment_options_disabled .custom-right-arrow-fa4{
    color:#666;
}
.pge_coc-dashboard-pay_opt_err_container{
    margin-left: -15px;
    margin-right: -15px;
}
.pge_coc-dashboard-pay_opt_err_container:after{
    clear:both;
}
.pge_coc-dashboard-pay_opt_err_container .pge_coc-unavailable-msg{
    padding: 37px 15px 47px;
}
.pge_coc-dashboard-viewPay_billPay_success_container:after,
.pge_coc-dashboard-viewPay_billPay_success_title_btn_block:after{
    clear:both;
}
.pge_coc-dashboard-viewPay_billPay_success_title_btn_block > h4,
.pge_coc-dashboard-viewPay_billPay_success_prnt_container{
    display:inline-block;
}
.pge_coc-dashboard-viewPay_billPay_success_prnt_container{
    float:right;
}
.pge_coc-dashboard-viewPay_billPay_success_prnt_container > span{
    font-family:'DINWeb-Bold';
}
.pge_coc-dashboard-viewPay_billPay_success_prnt_container > a{
    color:#333;
    font-size:24px;
}
.pge_coc-dashboard-viewPay_billPay_success_pay_details_block{
    margin-top:30px;
}
.pge_coc-dashboard-viewPay_billPay_success_pay_details_block > p{
    margin:0 0 5px;
}
.pge_coc-dashboard-viewPay_billPay_success_pay_details_block > p:last-of-type{
    margin:0;
}
.pge_coc-dashboard-viewPay_billPay_success_pay_details_block > p > label{
    font-weight:normal;
}
.pge_coc-dashboard-viewPay_billPay_success_pay_details_block > p > label:first-child{
    font-family:'DINWeb-Bold';
}
.pge_coc-unavailable-msg{padding:36px 15px 46px;}
.pge_coc-unavailable-msg h2{margin:0; padding:0; font-family: DINWeb; font-size: 18px; color: #333333; line-height: 20px; font-weight:normal; padding-bottom:17px}
.pge_coc-unavailable-msg p{font-family: DIN-Regular; font-size: 18px; color: #333333; line-height: 20px;}
.pge_coc-alert-msg{margin-bottom:20px;background:#EAD9D3; border:1px solid #E1B8AA; padding:15px; color:#C35000; box-shadow:0 2px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);}
.pge_coc-alert-msg a{color:#C35000 !important; text-decoration:none !important}
.hidden-desktop{display:block; padding-bottom:2px}
.hidden-desktop.pge_coc-account-pro_acc_lnk a{display:inline-block; width:auto !important}
.hidden-desktop.pge_coc-account-pro_acc_lnk_row a{display:inline-block; width:auto !important}
.go-paperless-spinner{
    background: url(../img/ajax-loader-dashboard.gif) no-repeat;
}
.pge_coc-dashboard-service_request_list{
    margin:0;
    padding:0;
    list-style-type:none;
}
.pge_coc-dashboard-pannel-padding-listView{
    padding:20px 15px 25px 15px;
}
.pge_coc-dashboard-service_request_list_item{
    cursor:pointer;
}
.pge_coc-dashboard-service_request_list_item.serviceReqNavigate{
    border-bottom:1px solid #cccccc;
}
.pge_coc-dashboard-service_request_list_item.pilotLightNavigate{
    padding-top:20px;
}
.pge_coc-dashboard-service_request_list_item > .row > div.col-xs-10{
    padding-right: 0px;
    width: calc(100% - 3em);
}
.pge_coc-dashboard-service_request_list_item > .row > div.col-xs-2{
    width: auto;
    margin-left: 10px;
    padding: 0px;
    text-align: right;
}
.pge_coc-media-heading-h4{
    color: #07679B;
    font-size: 18px;
    margin: 0 0 5px;
    font-family:DINWeb;
    line-height:24px;
}
#noServiceRequestDiv.pge_coc-dashboard_transfer_img{
    width:54px;
    height:70px;
    margin-right:10px;
    margin-left: 10px;
    
}
#noServiceRequestDiv p.testclass{
   
    
}
.pge_coc-dashboard_transfer_img{
    width:54px;
    height:50px;
    margin-right:10px;
    margin-left: 10px;
    
}
#noServiceRequestDiv>pge_coc-dashboard_transfer_img > img.twoHouseImg{
    width:50px;
    height:50px;
}
.pge_coc-dashboard_transfer_text{
    font-size:16px;
    color:#333333;
    line-height:24px;
    font-family:DIN-Regular;
}
.pge_coc-dashboard-pannel-new-head{
    font-family:DINWeb-Bold;
    font-size:18px;
    color:#666;
}
.pge_coc-dashborad-pannel-expanded-list{
    border:1px solid #bbbbbb;
    background-color:#ebebeb;
}
.pge_coc-dashborad-pannel-list_padding0{
    padding:0;
    margin:0;
    list-style-type:none;
    margin-top:10px;
}
.pge_coc-dashborad-pannel-expanded-list li:not(:last-child){
    border-bottom:1px solid #bbbbbb;
}
.pge_coc-dashborad-pannel-expanded-list li{
    padding:15px 10px 15px 10px;
}
.pge_coc-dashboard-pannel-list-sertext{
    font-family:DIN-Regular;
    font-size:16px;
    color:#333333;
    line-height:20px;
}
.pge_coc-dashboard-pannel-list-seraddr{
    font-family:DINWeb-Bold;
    font-size:14px;
    color:#666666;
    line-height:18px;
}
.pge_coc-dashboard-pannel-list-trsertext{
    font-family:DIN-Regular;
    font-size:16px;
    line-height:24px;
}
.pge_coc-dashboard-pannel-list-lineborder{
    border:none;
    border-top:1px solid #999999;
}
.pge_coc-dashboard-pannel-list-pilottext{
    font-family:DIN-Regular;
    font-size:16px;
    color:#333333;
    line-height:26px;
}
.pge_coc-dashboard-pannel-list-pilotaddr{
    font-family: DINWeb-Bold;
    font-size:14px;
    color: #666666;
    line-height:17px;
    margin-top:10px;
}
.pge_coc-dashboard-service-middle-div{
    margin-left:55px;
    margin-top: -80px;
}
.pge_coc-dashboard-service-middle-div{
    margin-left:55px;
    margin-top: -58px;
}
.pge_coc-dashboard-service-middle-div-pl{
    margin-left:55px;
    margin-top: -78px;
}
.pge_coc-dashboard-service-middle-div-pl{
    margin-left:55px;
    margin-top: -57px;
}
.pge_coc_dashboard-panel-padding0{
    padding:0 !important;
}
.pge_coc-dashboard-pannel-ucase{
    text-transform:uppercase;
}
.pge_coc-dashborad-pannel-nopilot-ser{
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
}
.otaShow{
    margin-right: 25px;
}
.pge_coc-viewPay_view_bill_pdf_block{
    margin-left: 30px;
    margin-top: -5px;
}
.pge_coc-viewPay_view_bill_pdf_info_block{
    margin-left: -5px;
}
@media (min-width: 766px) {
    .hidden-desktop{display:none}
}
@media (min-width: 766px) {
    .hidden-desktop{display:none}
}
@media(max-width:1199px) {
    .pge_coc-dashboard-panel_tab > li > a {
        font-size: 18px;
    }
    .pge_coc-dashboard-panel_tab > li > a {
        padding: 2px 10px;
        font-size: 16px;
    }
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child {
        margin: 0px 25px 0px 0px;
        width: 37%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span {
        width: 37%;
        padding-right: 5px;
    }
    
    .pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span.stageDate {
        width: calc(100% - 90px);
    }
    
}
@media(max-width:1110px) {
    
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child {
        margin: 0px 35px 0px 0px;
        width: 30%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span{
        width:30%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span  {
        width: 30%;
        padding-right: 5px;
    }
    
}
@media(max-width:1090px) {
    
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child {
        margin: 0px 40px 0px 0px;
        width: 25%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span{
        width:32%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span {
        width: 25%;
        padding-right: 5px;
    }
    
}
@media(max-width:991px) {
    .pge_coc-dashboard-service-middle-div{
         margin-left:55px;
        margin-top: -80px;
    }
    .pge_coc-dashboard-service-middle-div-pl{
    margin-left:55px;
    margin-top: -78px;
    }
    .NDB-thumbnail-tiles-body {
    height: 100%;
    background: #fff;
    padding: 25px 10px 15px 0px !important;
    margin-bottom: 20px;
    }
    
    .NDB-group-widgets-non-res {
        padding: 5px 0px 20px 0px!important;
    }
    .NDB-group-widgets-non-res .NDB-thumbnail-tiles-body {
        height: 100%;
        background: #fff;
        padding: 10px 10px 0px 0px !important;
        margin-bottom: 20px;
    }
    .pge_coc-dashboard_transfer_img{
    width:54px;
    height: 75px;
    margin-right:10px;
    margin-left: 10px;
    }
    #myRatePlan .NDB-group-widgets.ratePlan {
        text-align: center;
        padding: 15px;
        background:#fff;
    }
    #myRatePlan .marginTop {
    margin-top: 0px !important;    
    }
   #myRatePlan .marginTopGas {
       margin-top: 0px !important; 
   }
    .pge_coc-dashboard-panel_tab > li > a{
        padding: 2px 12px;
    }
    
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child {
        margin: 0px 22px 0px 0px;
        width: 40%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span{
        width:25%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span {
        width:40%;
        padding-right:0px;
    }
    
     .NDB-thumbnail-tiles-body.NDB-pannel-no-background {
        margin-bottom: 0px !important;
    }
    .bec-section {
        padding-left: 25px !important;
    }
}
@media(max-width:768px) {
    .pge_coc-dashboard-panel .panel-title {
        cursor: pointer;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
    .pge_coc-dashboard-nem_bill_presentment_panel .nem-desc{
        display:block;
        font-family:'DINWeb-Bold';
        font-size: 16px;
        margin: 2px 0px;
        padding-top: 10px;
    }
}
@media(max-width:767px){
    
    .pge_coc-dashboard-service-middle-div-pl{
        margin-left:0px !important;
        margin-top: 0px !important;
    }
    .pge_coc-dashboard-panel_tab {
        margin:0;
    }
    .pge_coc-dashboard-panel_tab > li > a {
        font-size: 20px;
    }
    .pge_coc-dashboard-panel_tab > li > a{
        padding: 2px 20px;
        font-size: 18px;
        float:left;
    }
    .pge_coc-dashboard-panel_gp > div > div.col-md-4.col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pge_coc-dashboard-panel_gp > div > div.col-md-4.col-sm-6:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span.stageDate {
        width: calc(100% - 110px);
    }
    
    
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading {
        padding: 1px 4px 1px 9px;
    }
    
    .pge_coc-dashboard-service-middle-div {
        margin-left: 0px;
        margin-top: 0px;
    }
    .NDB-pge_coc-dashboard-panel-open.mobile-view-usage{
        border-radius:0px !important;
        background:#969490 !important;
        border:none !important;
    }   
   
   .pge_coc-dashboard-service-middle-div{
        margin-left: 0px !important;
        margin-top:  0px !important;
    }
}
@media(max-width:471px){
    .pge_coc-dashboard-service-middle-div-pl{
        margin-left:55px !important;
        margin-top: -95px !important;
    }
    .pge_coc-dashboard-service-middle-div{
        margin-left:55px !important;
        margin-top: -95px !important;
    }
    .pge_coc-dashboard_transfer_img{
        height: 95px;
    }
    .usage-rates-savings {
        padding: 10px 0px 0px 15px !important;
        margin-top: 35px;
    }
    
}
@media(max-width:374px){
    .usage-rates-savings {
        padding: 10px 0px 0px 0px !important;
        margin-top: 35px;
    } 
}
@media(max-width:380px){
    .pge_coc-dashboard-panel_tab > li > a {
        font-size: 18px;
    }
    .pge_coc-dashboard-panel_tab > li > a {
        padding: 2px 14px;
        font-size: 16px;
    }
    
    .pge_coc-dashboard-viewPay_billed_history_panel_kps_block > span.stageDate {
        width: calc(100% - 90px);
    }
    
    
    .pge_coc-dashboard-viewPay_billing_hist_panel_gp_heading > span:first-child {
        margin: 0px 35px 0px 0px;
        width: 30%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa ~ span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa ~ span{
        width:25%;
    }
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > button.fa + span,
    .pge_coc-dashboard-viewPay_billed_summary_panel.billed_history_panel > .panel-heading > .panel-title > span.fa + span  {
        width: 35%;
        padding-right: 0px;
    }
   
    
}
.font21{
    font-size:21px !important;
}
.font30{
    font-size:30px !important;
}
#content{
    padding-bottom:10px;
}
.pge_coc-dashboard-container{
    padding:20px !important;
    width:100% !important;
}
.pge_coc-dashboard-back-drop{
    background: url(../img/3840x2250-edm-bkgrnd.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.NDB-pge_coc-dashboard-panel > .panel-heading > .panel-title {
    font-family: 'DINWeb-Bold';
    padding: 0;
    cursor: text;
    font-size: 20px;
    color: #fff;
    cursor: pointer; 
}
.pge_coc-dashboard-panel_title_arrow_icon {
    font-size: 34px;
    position: absolute;
    top: 26%;
    right: 33%;
}
.NDB-pge_coc-dashboard-panel .panel-title > div.pannel-title-arrow > div.pge_coc-dashboard-panel_title_arrow_icon:before {
    
    content: "\f077";
}
.NDB-pge_coc-dashboard-panel .panel-title.collapsed > div.pannel-title-arrow > div.pge_coc-dashboard-panel_title_arrow_icon:before {
    
    content: "\f078";
}
.NDB-pge_coc-dashboard-panel .panel-title{
    
    width:100%;
}
.NDB-pge_coc-dashboard-panel .panel-title > .pannel-title-text{
    float:left;
    width:80%;
    padding:20px;
}
.NDB-pge_coc-dashboard-panel .panel-title > .pge_coc-dashboard-panel_title_arrow_icon{
    height: auto;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel > .panel-heading {
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-bottom: none;
    height:auto;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel > .panel-heading {
    
    width: 100%;
}
.NDB-pge_coc-dashboard-panel > .panel-heading > .panel-title >.pannel-title-text > p {
    font-size:16px;
    margin:0px;
    font-family: "DIN-Regular";
    
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel > .payment-option-panel-heading{
    background-color:#041f37;
}
.NDB-pge_coc-dashboard-panel .payment-option-panel-heading .panel-title > .pge_coc-dashboard-panel_title_arrow_icon{
    background-color:#042037;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel > .bill-payment-history-panel-heading{
    background-color:#005179;
}
.NDB-pge_coc-dashboard-panel .bill-payment-history-panel-heading .panel-title > .pge_coc-dashboard-panel_title_arrow_icon{
    background-color:#333;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel > .service-request-panel-heading{
    background-color:#B8D7ED;
}
.NDB-pge_coc-dashboard-panel .service-request-panel-heading .panel-title > .pge_coc-dashboard-panel_title_arrow_icon{
    color:#333;
}
.NDB-pge_coc-dashboard-panel > .service-request-panel-heading > .panel-title >.pannel-title-text > h2,
.NDB-pge_coc-dashboard-panel > .service-request-panel-heading > .panel-title >.pannel-title-text > p{
    color:#042037;
}
.NDB-pge_coc-dashboard-panel > .panel-heading > .panel-title >.pannel-title-text > h2 {
    font-size: 20px;
    margin:0px;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel-open{
    border-radius:0px !important;
    background:#f0f0f0;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel-open > .panel-heading {
    background-color: #e6e6e6;
    color: #000;
    border-radius:0px;
    height:50px !important;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel{
    margin-bottom:1px !important;
    border: none;
}
.NDB-pge_coc-dashboard-panel-open > .panel-heading > .panel-title >.pannel-title-text > h2 {
    font-size: 30px;
    margin: 0px;
}
.pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel-open > .group-2-panel-body {
    border: none;
    background-color:#f0f0f0;
}
.group-2-panel-body {
    border: none;
    background-color:#f0f0f0;
    position: inherit;
    padding:15px;
}
.pge_coc-account-container {
    margin-bottom: 0px !important;
}
.NDB-thumbnail-tiles-body {
    height: 100%;
    background: #fff;
    padding: 35px 10px 35px 0px;
    margin-bottom: 20px;
}
.NDB-thumbnail-tiles-body.NDB-pannel-no-background{
    padding: 0px 10px 35px 0px !important;
}
.NDB-footer-links {
    padding-top: 30px !important;   
}
 .pge_coc-dashboard-panel_gp > div > div.col-md-4.col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
 .NDB-thumbnail-tiles-body-nobottom {
    height: 100%;
    background: #fff;
    
    margin: 0px 20px;
 }   
.ota_button{
text-align: center;
}
.pge_coc-common-active_orange_btn.pge_coc-login-signInOTA_btn {
    padding: 10px 100px 10px 100px;
    text-shadow: none;
    font-size: 14px;
    font-family: 'FFDINWebBold';
}
.NDB-thumbnail-tiles-body-nobottom h3{
    font-family:'DINWeb-Bold';
    font-size:18px;
    line-height:1.2;
    color:#333;
}
.NDB--thumbnail-body-section > div.col-xs-10 {
    padding-right: 10px;
    width: calc(100% - 48px);
}
.NDB--thumbnail-body-section > div.col-xs-2 {
    width: auto;
    margin-left: 15px;
    padding: 0px;
    text-align: right;
}
.NDB--thumbnail-body-section > div.col-xs-10 {
    padding-right: 10px;
    width: calc(100% - 48px);
    
}
.NDB--thumbnail-body-section > div.col-xs-2 {
    width: auto;
    margin-left: 15px;
    padding: 0px;
    text-align: right;
}
.NDB-custom-right-arrow-fa4 {
    top: 50%;
    margin: 0.5em auto 0px;
    color: #ccc;
}
.NDB-panel-sub-description {
    font-size: 16px;
    color: #333 !important;
    
    margin-bottom: 0px !important;
    
}
.NDB-panel-description2 {
    font-family: 'DINWEb-Bold';
    font-size: 18px !important;
    color: #333;
    text-transform: uppercase;
    
    margin-bottom:0px;
}
.rebates-marketing-section{
    padding:35px 20px;
    background:#fff;
}
.NDB-pannel-no-background{
    background:none;
}
.NDB-marketing-heading{
    font-size:30px;
    color:#333;
    text-align:center;
    font-family: 'DINWEb-Bold';
    line-height:1.75;
}
.NDB-rebates-marketing-section{
    background:#fff;
    padding:20px;
}
.NDB-rebates-marketing-section p{
    font-size:21px;
    text-align:center;
}
.NDB-rebates-marketing-images{
    text-align:center;
}
.NDB-rebates-marketing-images img{
    height:100px;
   margin: 8px;
}
.NDB-pge_coc-dashboard-panel .panel-title{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.NDB-pge_coc-dashboard-panel .panel-title .pannel-title-arrow {
    height: 100%;
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(245, 245, 245, 0.25);
}
.NDB-group-2-subtext{
    font-size: 20px;
    padding: 5px;
    text-align: center;
    background: #FFF;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 4px;
}
.homeEnegyIconContainer{
    height:80px;
}
.NDB-group-2-subtext .bold-text ,
.NDB-group-2-subtext a {
    font-family: 'DINWEb-Bold';
}
.NDB-pannel-no-background a {
    font-family: 'DINWEb-Bold';
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}
.NDB-group-widgets {
}
.NDB-business-energy-checkup{
    
       
    background: #fff;
    padding: 15px 20px 0px 15px;
}
.NDB-business-energy-checkup a{
  cursor: default;
}
.NDB-business-energy-checkup .becu-btn-container{
    text-align:center;
}
.NDB-business-energy-checkup button{
       margin: 35px 0px 0px 0px;
}
.energy-checkup-suggestion p.rateplan-suggestion {
    font-family: 'DIN-Regular';
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    margin: 35px 0px 0px 0px;
}
img.energyCheckImg{
    width: 50px;
    position: relative;
    top: 4px;
}
.NDB-group-widgets.ratePlan {
    text-align: center;
    padding: 45px 10px 45px 10px;
    background:#fff;
    margin-bottom: 20px;
}
#myRatePlan .marginTop {
    margin-top: 100px;    
}
 #myRatePlan .marginTopGas {
       margin-top: 45px;
 }
.group-2-main-panel-body{
    background:#ddd;
}
.NDB-pge_coc-dashboard-panel-non-res .group-2-panel-body{
}
.NDB-non-res-panel-separator {
    border-bottom: 5px solid #eee;
    margin: 20px 0px !important;
}
.NDB-pge_coc-dashboard-panel-non-res .NDB-thumbnail-tiles-body{
    margin-bottom:0px !important;
}
.NDB-group-widgets-non-res{
    padding:35px 0px;
    background:#fff;
}
.NDB-pge_coc-dashboard-panel-non-res .NDB-group-widgets{
    background:#FFF;
}
.NDB-group-widgets-non-res .NDB-thumbnail-tiles-body{
       padding: 0px 10px;
}
#myRatePlan .NDB-group-widgets .title-name{
    font-family: 'DINWEb-Bold';
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin: 0px !important; 
}
.NDB-group-widgets .title-name {
    font-family: 'DINWEb-Bold';
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin: 20px 0px;
}
.group-2-panel-body-section1{
    background:#fff;
}
.icon-blue{
        color: #005179;
    font-size: 34px;
    padding-right: 5px;
    vertical-align: middle;
}
.NDB-group-2-subtext a {
    text-decoration: underline;
}
.NDB-rebates-marketing-section a {
    text-decoration: underline;
    font-family: 'DINWEb-Bold';
}
.pge_coc-button-disable_links {
    font-family: 'FFDinWebBold';
    font-size: 14px;
    color: #4C4C4C;
    background: #CCCCCC;
}
.pge_coc-dashboard_transfer_img > img.NDB-image-icon{
   
}
.becu-btn-container button{
    width:100%;
}
@media(max-width:767px){
    .pge_coc-dashboard-container {
        padding: 20px 0px !important;
        width: 100% !important;
    }
    .NDB-group-widgets.ratePlan {
        text-align: center;
        padding: 15px;
        background:#fff;
    }
    .NDB-pge_coc-dashboard-panel-open > .panel-heading > .panel-title >.pannel-title-text > h2 {
        font-size: 30px;
    }
    .pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel-open > .panel-heading {
        height:80px;
    }
    .pge_coc-dashboard-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .group-2{
        padding:0px !important;
    }
    .NDB-group-widgets-non-res {
    padding: 0px 0px 20px 0px;
    background: #fff;
    }
    .pge_coc-dashboard-back-drop{
        background:#969490;
    }
   
    .NDB-thumbnail-tiles-body-nobottom .voffset35 {
        margin-top: 35px !important;
    }
    
}
@media (min-width:992px) {
    .pge_coc-dashboard-panel_gp .NDB-pge_coc-dashboard-panel-open .group-2-2 {
        padding-left: 5px !important; 
    }
}
@media(min-width: 992px)  and (max-width:1100px) {
    .NDB-pge_coc-dashboard-panel-non-res .pge_coc-dashboard_transfer_img{
        width:54px;
        height:120px;
        margin-right:10px;
        margin-left: 10px;
    }
    .NDB-pge_coc-dashboard-panel-non-res .pge_coc-dashboard_transfer_img{
        width:54px;
        height:120px;
        margin-right:10px;
        margin-left: 10px;
    }
}
@media (min-width: 1240px) {
    .pge_coc-dashboard-container {
        width: 1240px !important;
        padding: 20px 0px !important;
    }
}
#myRatePlan hr,#payOptions hr{
    border-top: 1px solid #ccc !important;
    margin: 10px 0px 10px 0px;
}
#myRatePlan a{
    font-size:16px;
}
#myRatePlan H3{
    font-family:'DINWEb-Bold' !important;
    font-size:18px;
    color:#333;
    line-height:30px;
    list-style-type:none;
}
.panel-options{
    font-family:'DIN-Regular';
    font-size:20px;
    color:#666;
    line-height:30px;
    list-style-type:none;
}
.option-links{
    font-family:'DIN-Regular';
    font-size:16px;
    color:#07679B;
    line-height:24px;
    list-style-type:none;
    border-top: 1px solid #bbb;
    padding-top: 10px;
    margin-bottom:0px;
}
.option-links-with{
    font-family:'DIN-Regular';
    font-size:16px;
    color:#07679B;
    line-height:24px;
    list-style-type:none;
    padding-top: 10px;
    margin-bottom:0px;
    margin: 20px 0px 20px 0px;
}
.thumbnail-tiles-body >* {
    padding-left:0px !important;
}
.thumbnail-tiles-body{
    height:100%;
}
.thumbnail-body-section {
    cursor:pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.thumbnail-body-section.otaSection{
    display:block;
}
    .thumbnail-body-section > div.col-xs-10 {
        padding-right: 10px;
        
        width: calc(100% - 48px);
        
    }
    .thumbnail-body-section > div.col-xs-2 {
        width: auto;
        margin-left: 15px;
        padding: 0px;
        text-align: right;
    }
    
    
.panel-description{
    font-family: 'DINWEb-Bold';
    font-size: 21px !important;
    color: #666;
}
.panel-option-text{
    font-size: 21px !important;
       color: #666;
       line-height: 18px;
}
.panel-description2{
    font-family:'DINWEb-Bold';
    font-size:18px !important;
   
    color:#07679B;
}
.panel-sub-description{
    font-size:16px;
    color:#333 !important;
    line-height:24px;
    margin-bottom:0px !important;
}
.panel-options-title{
    font-family:'DIN-Regular';
    font-size:16px;
    color:#666;
    line-height:25px;
}
.pge_myrate_transfer_img{
   
}
.custom-right-arrow {
    font-size: 30px;
    display: inline-block;
    top: 3px;
    position: relative;
}
.custom-right-arrow-fa4{
    top: 50%;
    margin: 0.5em auto 0px;
    color: #ccc;
}
.pge_coc-dashboard-ViewPay_modFooter{
    border:none !important;
    text-align:center;
}
#myRatePlan p{font-size:16px;}
#myRatePlan .pge_coc-ratePlan-pending_txt{
    font-size:16px;
    color:#666;
}
#payOptions p{
    margin-bottom:6px;
}
#myRatePlan .panel-body{
    text-align:center;
    background: #FFF;
    padding: 0px;
}
#myRatePlan .panel-body a {
    font-family: 'DINWEb-Bold';
    font-size: 16px;
    line-height: 1;
    color:#07679B;
    text-decoration: underline
}
#myRatePlan h3{
    font-family:'DIN-Regular';
    font-size:18px;
    line-height:1.2;
    color:#333;
}
#myRatePlan p.rate-plan-name{
    font-family: 'DINWEb-Bold';
    font-size:30px;
    line-height:36px;
    color:#333;
    margin:20px 0px;
}
#myRatePlan button {
    margin:0px 0px;
}
#myRatePlan voffset4{
    margin-top: 35px;
}
#myRatePlan voffset11{
    margin-top: 20px;
}
#myRatePlan p.rateplan-suggestion{
font-family:'DIN-Regular';
font-style: normal;
font-size:21px;
line-height: 30px;
color: #333333;
margin:20px 0px 20px 0px;
}
#myRatePlan p.rateplan-suggestion-medium{
font-family:'FFDINWebMedium';
font-style: normal;
font-size:16px;
line-height: 30px;
color: #333333;
margin:20px 0px 20px 0px;
}
@media(max-width:991px) {
    #myRatePlan .panel-body{
    text-align:center;
    background: #FFF;
    padding: 20px;
}
}
.bill-protection-link{
    font-family: 'DIN-Regular';
    font-style: normal;
    
    line-height: 30px;
    color: blue;    
    font-weight: bold;
}
.bill-protection-singlesa-text{
     font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;  
    color: #333333;
    text-align: center;
    padding-top: 8px;
}
.bill-protection-singlesa-link-text{
    font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;
    line-height: 30px;
    color: #333333;
}
.bill-protection-multisa-text1{
     font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;  
    color: #333333;
    text-align: center;
    padding-top: 74px;
}
.bill-protection-multisa-link-text1{
    font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;
    line-height: 30px;
    color: #333333;
}
.bill-protection-multisa-text2{
     font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;  
    color: #333333;
    text-align: center;
    padding-top: 122px;
}
.bill-protection-multisa-link-text2{
    font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;
    line-height: 30px;
    color: #333333;
}
.bill-protection-text1{
    font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;
    line-height: 30px;
    color: #333333;
}
.bill-protection-text2{
     font-family:'DIN-Regular';
    font-style: normal;
    font-size:21px;  
    color: #333333;
    text-align: center;
    padding-top: 8px;
}
.pge_coc-sst_container{
    color: #333;
    font-size:inherit;
}
.help-me-move-container{
    color:#666666;
    margin-bottom:60px;
}
.help-me-move-account-container{
    padding-bottom:10px;
}
.help-me-move-item-container{
    border-top: 1px solid #c1c1c1;
    padding-top:10px;
    padding-bottom:10px;
    height:120px;
}
.help-me-move-item-border-bottom{
    border-bottom:1px solid #c1c1c1;
}
.help-me-move-img-container{
    float:left;
    width:70px;
}
.pge_coc-helpmemove-service_img{
    border:0;
}
.help-me-move-content-container{
    height:100%;
    margin-left:70px;
}
.pge_coc-helpmemove-plan_title{
    font-size:1.12em;
}
h2.pge_coc-helpmemove-plan_title{
    margin-top:5px !important;
}
.pge_coc-helpmemove-title{
    font-size:1.19em;
}
.pge_coc-helpmemove-value{
    
}
.pge_coc-helpmemove-section_heading{
    font-size:1.5em;
}
.pge_coc-helpmemove-alert_option_button{
    font-weight:normal;
    height:28px;
    width:100px;
    text-align:left;
}
.pge_coc-helpmemove-alert_img_container{
    float:left;
}
.pge_coc-helpmemove-alert_img{
    border:0px;
    height:25px;
    width:28px;
}
.pge_coc-helpmemove-alert_content_container{
    margin-left:40px;
}
.pge_coc-helpmemove-textarea{
    resize:none;
    background-color:#f5f5f5;
}
.pge_coc-helpmemove-list_container{
    margin-bottom:20px;
    padding-left:15px;
}
.pge_coc-helpmemove-list_container ul{
    margin-top:5px;
    padding-left:15px;
    list-style:inherit;
}
.pge_coc-helpmemove-list_container ul li{
    margin-bottom:5px;
}
.pge_coc-helpmemove-list_container li{
    margin-bottom:10px;
}
    
#thumbnails{
    padding: 0px 10px 10px !important;
}
.serviceAddressTitle{
    display: block !important;
}
.start-service-content-container{
    margin-top:10px;
    margin-bottom:10px;
}
.start-service-content-container .heading{
    font-size:1.1em;
    font-family:DINWeb-Bold;
}
.start-service-phone-phonetype-btn-container{
    margin-top:-35px;
    font-size:inherit;
    margin-right:50%;
}
.start-service-phone-phonetype-btn{
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    font-size:inherit;
    font-weight:normal;
    color:#666666;
    height: 35px !important;
    padding: 3px !important;
}
.start-service-alert-info-container{
    background-color:#f5f5f5;
    border-bottom:2px solid #cccccc;
    padding:10px;
    margin-top:15px;
    margin-bottom:15px;
}
.pge_coc-startservice-checked_ok{
    background-color: #F5F5F5;
    padding: 3px 4px 0px 3px;
    margin-right: 2px;
}
.pge_coc-startservice-checked_ok_text{
    margin-left:35px;
    display:block;
    margin-top:-22px;
}
.pge_coc-startservice-error_box{
    border: 1px solid #B02621;
    padding: 10px;
    color:#B02621;
    border-radius: 0px;
}
.pge_coc-startservice-thankyou_cca_box{
    border: 1px solid #c1c1c1;
    padding: 10px;
    margin-top:20px;
    margin-bottom:30px;
    color:#333333;
    border-radius: 2px;
}
.pge_coc-startservice-search_group_addon{
    padding: 2px 10px;
    background-color:#07679B;
    color: #ffffff;
    border: none;
    cursor:pointer;
}
.navLearnmore{
    font-family:DINWeb-Bold;
    font-size:14px;
    color:#07679b;
    letter-spacing:0.5px;
    text-align:right;
    padding-top:10px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.learnpadding{
    padding: 5px 0 40px 0;
}
.pge_coc-startservice-add_icon_btn{
    padding: 4px 7px;
    background-color:#07679B;
    color: #ffffff;
    font-size:0.9em;
}
.pge_coc-startservice-add_text_btn{
    padding: 4px 10px;
    font-size: 1em;
    color:#07679B;
}
.pge_coc-startservice-lnk_decor{
    text-decoration:underline;
}
.rate-plan-toggle-link{
    display: none;
}
.pge_coc-startservice-success_welcome_block{
    margin-top:-20px;
    margin-bottom:20px;
}
.btn-group > btn#countryDropdownButton,
.btn-group > btn#stateDropdownButton {
    width: 50px;
    text-align: left;
}
.btn-group > .dropdown-menu.country-list,
.btn-group > .dropdown-menu.state-list {
    min-width: 76px;
    max-height: 200px;
    overflow-y: auto;
}
.btn-group > .dropdown-menu.country-list > li > a,
.btn-group > .dropdown-menu.state-list > li > a{
    padding:3px 10px;
}
.wildfireclosebutton{
    margin-top: -45px;
    margin-left: 35px
}
.wildfirepopupcontent{
    padding: 50px 70px;
}
.wildfire-h3{
    font-family: FFDINWebbold;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
}
.wildfire-button{
    width:100%;
    margin-left: 0px;
}
.wildfire-link{
    font-family: FFDINWeb;
    font-size:16px;
    line-height: 1;
    color: #07679B;
    text-decoration: underline;
}
.stop-service-content-container{
    margin-top:10px;
    margin-bottom:10px;
}
.stop-service-alert-img-container{
    float:left;
}
.stop-service-alert-img{
    border:0px;
    height:25px;
    width:28px;
}
.stop-service-alert-content-container{
    margin-left:40px;
    padding-top:2px;
}
.stop-service-textarea{
    resize:none;
    background-color:#f5f5f5;
}
.stop-service-address-btn-group{
    white-space:nowrap;
    width:250px;
}
.stop-service-address-btn{
    width: 220px;
    padding:3px 5px;
}
.stop-service-address-btn > span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 210px;
    text-align: left;
    display:block;
}
.pge_sst-flexbox-alert-icon-container{
    display: flex;
    align-items:center;
}
.pge_sst-alert-icon-txt{
    font-size: 18px;
    margin-left: 10px;
    margin-top: 10px;    
}
.pge_orange-font-color{
    color:#EC720E;
}
.pge_green-font-color{
    color:#4B7F27;
}
.pge_blue-font-color{
    color:#0C517A;
}
.pge_coc-radio-button-align{
}
.pge_coc-check-box-align{
}
@media(max-width:1199px) {
    .help-me-move-item-container {
        height: 140px;
    }
    
}
@media(max-width:991px) {
    .help-me-move-item-container {
    }
    .start-service-phone-phonetype-btn-container, .pge_coc-carefera-phone_phonetype_container {
        
        margin-right:40%;
    }
}
@media(min-width:768px){
	.bridgevineSubText{
		white-space: nowrap;
}
.wildfire-button{
    width:50%;
    margin-left: 100px;
}
}
@media(max-width:767px){
	.bridgevineSubText{
		white-space: normal;
	}
    .help-me-move-item-container{
        height:150px;
    }
    .help-me-move-item-border-bottom{
        border-bottom:none;
    }
    .start-service-phone-phonetype-btn-container, .pge_coc-carefera-phone_phonetype_container {
        
        margin-right:auto;
    }
    .pge_coc-radio-button-align{
        font-size:1.19em;
    }
    .pge_coc-check-box-align{
        font-size:1.22em;
    }
}
.start-service-content-container input.ListBoxTxtBox2{
    padding: 0px 5px 0px 10px;
}
.pge_coc-outages-title {
    font-size: 1.19em;
    display: block;
    font-weight: normal;
    word-wrap: break-word;
    color: #666666;
}
.pge_coc-outages-sa_txt {
    color: #666666;
    font-size: 1em;
    font-weight: normal;
}
.pge_coc-outages-sa_separator {
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pge_coc-outages-or_txt {
    color: #666666;
    font-weight: normal;
    line-height: 34px;
}
.pge_coc-outages-city_list_btn {
    margin-right: -15px;
}
.pge_coc-outages-btn_gp_layer{
    z-index:9999;
}
.pge_coc-outages-input_block_layer{
    z-index:99;
}
.pge_coc-outages-btn{
    border-radius:0px;
}
.pge_coc-outages-report_btn{
    border-radius:0px;
    font-size:1em;
    padding:5px 10px;
    margin-top:5px;
}
.pge_coc-outage-alert_img_txt{
    margin-bottom:15px;
    color:#B02621;
}
.pge_coc-outage-alert_img_txt .media-object{
    font-size:18px;
    padding-top:2px;
}
.pge_coc-outage-alert_img_txt > .media-body{
    font-size:16px;
}
.pge_coc-outage-alert_img_txt > .media-body a{
    font-family:'DINWeb';    
}
#NMap {   
    height: 37em;
    box-shadow: 1px 1px 8px 1px #ccc;
}
#TermsModal{
    z-index: 10000;
}
.an_c2_customers_legend {
    text-align: left;
}
.an_c2_customers_legend img { margin-bottom: 3px; }
.an_c2_customers_legend_label {
	font-size: 0.9em;
}
.an_c2_customers_legend_span {
    font-size: 0.750em;
    margin-left: 6px;
    margin-right: 13px;
}
.mainContents{
    color:#666;
}
#addSettings .btn1 {
    color: #fff;
    background: #07679B;
    border-radius: 4px 0px 0px 4px;
}
#addSettings .btn2 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
}
.overlay {
    
    position: absolute !important;
    background:#FFF;
    top: 10px;
    
    position: absolute;
    position: fixed;
    top: 1;
    left: 0;
    right: 0;
    z-index: 2000;
    
    left:100%; 
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding: 0;
    box-shadow: 5px 5px 10px #888888;
}
.overlay.on {
    width: 84%;
    left: 13%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.gm-contentwrapper {
    position: absolute;
    left: 12px;
    top: 9px;
    overflow: auto;
    width: 310px;
    height: 241px;
    font-size: 0.563em;
}
.gm-overflow {
    margin: 20px 3px;
}
.gm-wrapperinner {
    width: 100%;
    height: auto;
}
.gm-outageheader {
    padding-bottom: 10px;
    margin-top: 3px;
    border-bottom: 1px solid #cccccc;
    font-size: 1.375em !important;
    margin-bottom: 10px;
    color: #07679B;
    font-family: DINWeb;
    text-align: left;
    
}
.gm-outageheader .glyphicon-remove{
        float: right;
        color:#333;
}
.ClearBoth {
    clear: both;
}
.gm-topoutageheader {
    float: left;
    font-weight: bold !important;
    color: #666666;
    text-transform:uppercase;
    
}
.gm-topoutagevalue {
    color: #666666;
    margin-left: 210px;
    text-transform:uppercase;
    
}
.gm-outagescause, .gm-outagesstatus {
font-weight: bold !important;
padding-top: 14px;
color: #666666;
text-transform:uppercase;
}
.gm-outagescausevalue, .gm-outagesstatusvalue {
clear: both;
color: #666666;
line-height:11px !important;
}
.gm-lastupdatecontainer {
    color: #666666;
    border-bottom: 1px solid #CCCCCC;
}
.gm-lastupdate {
    padding-bottom: 10px;
    padding-top: 14px;
    clear: both;
    color: #666666;
    
}
.subscribeContactMethods{
    width:100%;
}
.contactMethodsLabel{
    width:80%;
    text-align:left;
}
#subscribeToggleButton{
    width: 40%; 
}
#subscribeInputs{
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
}
#settings-list, #subscribeInputs{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px 0px;
    margin:5px 0px;
}
#btn-container {
    padding-bottom: 2px;
    padding-top: 8px;
    color:white !important;
    float:right;
    
}
#btn-container a.btn-small {
    font-size: 0.813em !important;
    font-weight: normal !important;
}
#outageMapCityListViewContainer{
position: absolute;
z-index: 999;
background: #fff;
border-radius:4px;
border: 1px solid #ccc;
}
.pge-list-item{
    height: 330px;
    overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
     margin-bottom: 10px;
}
.citilist-header{
padding-bottom: 10px;
margin-top: 3px;
border-bottom: 1px solid #cccccc;
font-size: 1.375em !important;
margin-bottom: 10px;
color: #07679B;
}
.cityListFoot{
    padding: 20px 10px;
    border-top:1px solid #eee;
}
.subscribe-carrier-charges{
    margin-bottom: 10px;
}
.search-result{
    overflow-x:hidden;
     -webkit-overflow-scrolling: touch;
    max-height:330px;
}
.outageStatus{
    text-transform:uppercase;
}
.reportOutage .containerList ul{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-x:hidden;
     -webkit-overflow-scrolling: touch;
    max-height: 330px;
    list-style-type: none;
    padding: 10PX 0PX;
}
.nameRequired,.phoneRequired{
    color:#B02621;
    display:none;
}
.errorRed{
    color:#B02621;
}
.auth-outage-details {
    border: 1px solid #B02621;
    padding: 10px;
    margin-bottom: 10px;
    color: #B02621;
}
.row-separator{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}
#outage-details-box{
    width: 31.58% !important;
}
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1.5em;
    font-family: DINWeb;
}
#modalContainer {
    position: absolute;
    z-index: 999;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #cccccc;    
    overflow:hidden;
    width:84%;
    left:13%;
    min-height:300px;
    margin-top:25px;
    margin-left:auto;
    right:15px;
    box-shadow: 5px 5px 10px #888888;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;    
}
#modalContainer.pge_coc-outages-city_list_modal{
    border-radius: 4px;
    max-width:460px;
    margin-top:0px !important;
    box-shadow:none;
    transition:none;
    -webkit-transition:none;
}
.modalContainerBox{
    
    min-height:0px !important;
}
.pge_coc-outages-popup_notify_hrs_para{
    margin-left:20px;
}
.pge_coc-outages-title {
    font-size: 1.19em;
    display: block;
    font-weight: normal;
    word-wrap: break-word;
    color: #666666;
}
.pge_coc-outages-118em{
    font-size: 1.18em;
}
.pge_coc-outages-sa_txt {
    color: #666666;
    font-size: 1em;
    font-weight: normal;
}
.pge_coc-outages-sa_separator {
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pge_coc-outages-or_txt {
    color: #666666;
    font-weight: normal;
    line-height: 34px;
}
.pge_coc-outages-city_list_btn {
    margin-right: -15px;
}
.pge_coc-outages-btn_gp_layer{
    z-index:9999;
}
.pge_coc-outages-input_block_layer{
    z-index:99;
}
.pge_coc-outages-btn{
    border-radius:0px;
}
#cityListAnchor{
    font-size: 18px;
    line-height: 26px;
    padding: 3px 0px;
}
.searchAddressFireOverlay {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 45px;
    right: 25px;
}
.searchAddress {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 95px;
    right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .searchAddress { 
     position: absolute;
     width: 20px;
     height: 20px;
     top: 80px;
     right: 40px;
 }
}
@media (min-width: 320px) and (max-width: 767px) {
    .searchAddress { 
     position: absolute;
     width: 20px;
     height: 20px;
     top: 95px;
     right: 40px;
 }
}
.searchAddress .fa-search, .searchAddress .fa-spin {
    color: #888;
    font-size: 22px;
}
.searchAddress .fa-spin {
    display: none;
    margin-top: 1px;
    margin-right: 2px;
}
.signupAlertSearchAddress { 
    position: absolute;
    width: 20px;
    height: 20px;
    top: 52px;
    right: 40px;
}
.signupAlertSearchAddress .fa-search, .signupAlertSearchAddress .fa-spin {
    color: #888;
    font-size: 22px;
}
.signupAlertSearchAddress .fa-spin {
    display: none;
    margin-top: 1px;
    margin-right: 2px;
}
.pge_coc-outage-view-instruction {
    font-family: 'DIN-Regular';
    font-size: 16px;
    color: #333333;
    margin-top:10px;
    
}
.pge_coc-outages-report_btn{
    border-radius:0px;
    font-size:14px;
    color: #FFFFFF;
    font-family: 'DINWeb';
    padding:5px 10px;
    margin-top:5px;
}
#searchAddressInput, #inputAddress {
    font-family: 'DIN-Regular';
    
    color: #888888;
    padding: 2px 30px 0px 7px;
    line-height: 1.7;
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 36px;
}
#signupSearchAddressInput, #inputAddress {
    font-family: 'DIN-Regular';
    
    color: #888888;
    padding: 2px 30px 0px 7px;
    line-height: 1.7;
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 36px;
}
.pge_coc-searchAddress-container {
    position: relative;
}
.pge_coc-outages-premise_add_report_block{
    text-align:left;
    padding:0;
}
#outage-account-list #accountlabel{
    color:#333333 !important;
}
#outage-account-list > div > label.pge_coc-common-title,
#outage-account-list + label.pge_coc-common-title{
    font-family:'DINWeb-Bold';
}
.pge_coc-outages_marginTop15{
    margin-top:15px;
}
.pge_coc-outages-sa_txt > div.pge_coc-outages_marginTop15:first-of-type{
    margin-top:0px;
}
.pge_coc-outages-txt_msg{
    text-align:right;
}
@media (max-width: 991px) {
    #modalContainer {       
        width: 84%;
    }
}
@media (max-width: 767px) {
    .pge_coc-outages-or_txt {
        line-height: 1.42857;
    }
    
    .pge_coc-outages-city_list_btn, .pge_coc-outages-mob_title_txt {
        margin-right: -15px;
        margin-left:-15px;
    }
    .pge_coc-outages-city_list_btn{
        margin-top:10px;
    }
    .pge_coc-outages-sa_separator_mob{
        border-bottom: 1px solid #cccccc;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pge_coc-outages-premise_add_report_block {
        padding-left:0px;
        padding-right:0px;
    }
    
    .pge_coc-outages-txt_msg {
        text-align: left;
    }
    
}
    
    
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 0.8em;
}
}
@media only screen 
and (min-width : 321px) {
div.overlay,.cityListContainer,#modalContainer{
     font-size: 0.8em;
}
}
@media only screen 
and (max-width : 320px) {
div.overlay,.cityListContainer,#modalContainer{
      font-size: 0.8em;
}
 #NMap{
       margin: 0px 15px 0px 15px;
      }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1em;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1em;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1em;
}
}
@media only screen 
and (min-width : 1224px) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1em;
}
}
@media only screen 
and (min-width : 1824px) {
div.overlay,.cityListContainer,#modalContainer{
    font-size: 1em;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    
    div.overlay, .cityListContainer, #modalContainer {
        font-size: 1em;
    }
    #NMap {
        margin: 0px 15px 0px 15px;
    }
}
@media (min-width: 768px) {
    .pge_coc-outages-sa_separator {
        width: 66.66666667%;
    }
}
.pge_coc-outages-sa_separator_border{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 767px){
    .pge_coc-text-left{
        text-align:left;
    }
    .pge_coc-text-left_padding0{
        padding-left:0px;
        margin-top:10px;
    }
}
.outage-title {
    color: #333333;
    background-color: #FFFFFF;
    font-family: FFDINWeb;
    font-size: 30px;
    line-height: 1.2;
}
.panel-group .outage-panel + .outage-panel {
    margin-top: -1px !important;
}
.panel-group .outage-panel {
    border: 1px solid #CCC !important;
    border-radius: 0;
}
.panel-default > .outage-heading {
    color: #042037;
    font-family: FFDINWebBold;
    font-size: 18px;
    line-height: 1.2;
    background-color: #FFFFFF;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}
.panel-default > .outage-heading a {
    display: block;
    padding: 20px 20px;
    color: #042037;
    background-color: #f4f4f4;
    font-family: FFDINWebBold;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none !important;
}
.panel-default > .outage-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default > .outage-heading a[aria-expanded="true"] {
    color: #042037;
    background-color: #FBBB36;
    stroke: #CCCCCC;
    font-family: FFDINWebBold;
    font-size: 18px;
    line-height: 1.2;
}
.cte_btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    text-decoration: none;
}
.pge_coc_outage_cte_button {
    color: #07679B !important;
    background-color: #FFFFFF;
    stroke: #07679B;
    font-family: 'FFDINWebBold';
    font-size: 14px;
    line-height: 1.2;
    min-height: 40px;
    box-shadow: none;
    border: 1px solid #07679B;
    border-radius: 0px;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.pge_coc_outage_cte_button:hover {
    color: #FFFFFF !important;
    background-color: #07679B;
    font-size: 14px;
    border: 1px solid #07679B;
    text-decoration: none;
}
.pge_coc_outage_cte_button:active {
    color: #FFFFFF !important;
    background-color: #042037;
    font-size: 14px;
    border: 1px solid #042037;
    text-decoration: none;
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
    background: url(../img/expand-up.png) right center no-repeat;
    height:21.11px;
    width:26px;
    
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
    background: url(../img/expand-down.png) right center no-repeat;
    height:21.11px;
    width:26px;
    
    
}
.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}
.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}
.toggle-accordion {
    color: #07679b;
    font-family: FFDINWebBold;
    font-size: 12px;
    line-height: 1.2;
    float: right;
}
.outage-header-title {
    margin: 20px 0;
}
ul.expansion-links {
    list-style-type: none;
    overflow: hidden;
    float: right;
}
ul.expansion-links > li {
    float: left;
    border-right: 1px solid #fff;
}
ul.expansion-links > li > a {
    font-family: FFDINWebBold;
    font-size: 12px;
    line-height: 1.2;
    color: #07679b;
    text-decoration: none;
    text-transform: uppercase;
}
ul.expansion-links > li > a:focus {
    color: #005179;
}
ul.expansion-links > li > a:visited {
    color: #042037;
}
.divider-vertical {
    margin-top: 2px;
    height: 10px;
    line-height: 1.2;
    border-left: 2px solid gray;
    opacity: 0.5;
    margin: 0 5px;
}
h3.pge_coc_outage-search-header {
    color: #333333;
    font-family: FFDINWebBold;
    font-size: 18px;
    line-height: 1.2;
}
p.pge_coc_outage-search-body {
    color: #333333;
    background-color: #ffffff;
    font-family: FFDINWeb;
    font-size: 16px;
    line-height: 1.75;
}
.map-feature-links {
    font-family: FFDINWebBold;
    font-size: 14px !important;
    line-height: 1.2;
    color: #07679b;
    text-transform: uppercase;
    cursor: pointer;
}
.map-feature-links:focus {
    color: #005179;
}
.map-feature-links:active {
    color: #042037;
}
.map-feature-links-span{
    padding-left:5px;
}
.arrow-image-link{
    padding:0px 0px 2px 0px;
}
#searchAddressInput {
    color: #333333;
    background-color: #ffffff;
    stroke: #CCCCCC;
    font-family: DIN-Regular;
    font-size: 18px;
    line-height: 1.2;
}
#signupSearchAddressInput {
    color: #333333;
    background-color: #ffffff;
    stroke: #CCCCCC;
    font-family: DIN-Regular;
    font-size: 18px;
    line-height: 1.2;
}
.no-address-found {
    padding-top: 10px;
	text-decoration: underline;
	font-family: FFDINWebBold;
}
.outage-modal-header {
    padding: 0px 35px;
}
.outage-modal-close {
    margin-top: 15px;
    margin-right: 15px;
}
.outage-modal-close > button.close {
    background-color: transparent;
    opacity: 1 !important;
}
.outage-modal-title {
    color: #333333 !important;
    background-color: #FFFFFF !important;
    font-family: FFDINWebBold;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 60px;
}
.outage-modal-body {
    color: #333333 !important;
    background-color: #FFFFFF !important;
    font-family: FFDINWeb;
    font-size: 16px;
    line-height: 1.75;
    padding: 10px 35px 60px 35px;
}
.off-screen-city-list{
	position: absolute; 
    left:-500px; 
	top:0; 
	width:1; 
	height:1; 
	overflow:hidden; 
}
.city-list-region-name{
	margin-bottom: 5px;
    font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
    .map-feature-links {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .map-feature-links {
        margin-top: 20px;
    }
}
#outage-map-region > div > div#modalContainer {
    margin-top: -140px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -10px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -30px !important;
    }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -160px !important;
    }
}
@media only screen and (device-width: 1024px) and (device-height: 1336px) and (orientation : landscape) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -160px !important;
    }
}
.pge_coc-meter-ping-title {
    font-family: DINWeb;
    font-size: 1.375em !important;
    font-weight: normal;
    text-align: left;
    color: #07679B;
}
.pge_coc-meter-ping-text {
    font-family: DINWeb;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    margin-bottom: 20px;
}
.pge_coc-meter-ping-phone {
    font-family: DINWeb-Bold;
    color: #07679B;
    text-decoration: underline;
    white-space: nowrap;
}
a.pge_coc-meter-ping-link {
    font-family: FFDINWebBold;
    font-size: 14px;
    text-transform: uppercase;
}
a.pge_coc-meter-ping-link:active {
    color: #07679B;
}
a.pge_coc-meter-ping-link:hover {
    color: #005179;
}
a.pge_coc-meter-ping-link:active {
    color: #042037;
}
#outage-map-region > div > div#modalContainer {
    margin-top: -140px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -10px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -30px !important;
    }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -160px !important;
    }
}
@media only screen and (device-width: 1024px) and (device-height: 1336px) and (orientation : landscape) {
    #outage-map-region > div > div#modalContainer  {
        margin-top: -160px !important;
    }
}
.generic-event-container .no-address-found{
    color:#07679B;
    font-size:16px;
}
.generic-event-container .med-base-para{
    font-size:16px;
}
.generic-event .hm5035{
    margin-top:50px;
}
.generic-event .google-map-container{
    margin-top:50px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .generic-event .google-map-container{
        margin-top:35px;
    }
}
#viewWaysToSave p{
 line-height: 24px;
}
#viewWaysToSave hr{
    
}
#viewWaysToSave p{
    font-size:16px;
    color: #333333;
   
}
#viewWaysToSave a{
    font-size: 16px;
    
}
.homeIcon{
    background: url(../img/helpmemove-sprite.png) no-repeat right 3px bottom 5px;
    width: 40px;
    height: 60px;
    display: inherit;
    background-position: 0px -1px;
}
.hardCapIcon{
    background: url(../img/hardhat-icon-grad-43x23@1x.png) no-repeat right 3px bottom 5px;
    width: 40px;
    height: 60px;
    display: inherit;
    background-position: 0px -1px;
}
.barChartIcon{
    background: url(../img/bar-chart-icon.svg) no-repeat right 3px bottom 5px;
    width: 40px;
    height: 60px;
    display: inherit;
    background-position: 0px -1px;
}
#viewWaysToSave i{
    color:#07679B;
}
.pge_coc-waysToSave-dwnld_icon{
    font-size: 43px;
    color: #07679B;
    width:43px;
}
img.pge_coc-waysToSave-hardhat_icon{
    width:40px;
    height:21px;
}
img.pge_coc-waysToSave-house_icon{
    width:40px;
    height:59px;
}
img.pge_coc-waysToSave-barchart_icon{
    width:40px;
    height:32px;
}
.pge_coc-waysToSave-disable_links{
    opacity: 0.5;
    cursor:default !important;
}
.pge_coc-waysToSave-disable_links a{
  cursor: default;
}
.pge_coc-waysToSave-disable_links a:hover,a.pge_coc-waysToSave-disable_links:hover{
    text-decoration: none;
}
.pge_coc-ratePlan-disable_links {
    font-family: 'FFDinWebBold';
    font-size: 14px;
    color: #4C4C4C;
    background: #CCCCCC;
}
div.redirectLinks:hover {
    cursor:pointer;
}
.MUWSGetstartedBtn{
    text-align: left;
    padding-left: 35px;
}
.pge_coc-appointments-container {
        color: #666666;
        margin-bottom: 60px;
    }
.pge_coc-appointments-account_container{
    padding:15px 0 0 0;
}
    .pge_coc-appointments-error_box {
        padding: 10px;
        color:#B02621;
        border:1px solid #B02621;
    }
        .pge_coc-appointments-error_box > p {
            margin: 0;
        }
    .pge_coc-appointments-content_container {
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .pge_coc-appointments-title {
        font-size: 1.19em;
        display: block;
        font-weight: normal;
        word-wrap:break-word;
    }
    .pge_coc-appointments-value {
        font-size: 1.1em;
        font-weight: normal;
        word-wrap:break-word;
    }
    .pge_coc-appointments-textarea {
        resize: none;
        background-color: #f5f5f5;
    }    
        
.pge_coc-appointments-address_btn {
    padding:3px 5px;
    width: 300px;
}
.pge_coc-appointments-address_btn > .dropdown-label-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 270px;
    text-align: left;
    display:block;
}  
    .pge_coc-appointments-sa_panel{
        border-color:#cccccc;
        border-radius:0px;
        box-shadow:none;
    }
        .pge_coc-appointments-sa_panel > .panel-heading {
            color: #ffffff;
            font-family: 'DINWeb-Bold';
            border-color:#07679B;
            background-color:#07679B;
            border-radius:0px;
            padding:6px 10px 5px 10px;
        }
        .pge_coc-appointments-sa_panel > .panel-body {
            padding: 0px 10px 0px 10px;
            border-top: 1px solid #cccccc;
        }
    .pge_coc-appointments-sa_panel_content {
        border-top: 1px solid #cccccc;
        padding:10px 0px 10px 0px; 
        clear: both;
    }
    .pge_coc-appointments-sa_panel > .panel-body > .pge_coc-appointments-sa_panel_content:first-child {
        border-top:none;
    }
     
     
    .pge_coc-appointments-thankyou_container {
        border: 1px solid #cccccc;
        border-right: none;
        border-left: none;
        border-radius: 0px;
    }
    .pge_coc-appointments-checked_ok {
        background-color: #F5F5F5;
        padding: 3px 4px 0px 3px;
        margin-right: 2px;
    }
    .pge_coc-appointments-checked_ok_text {
        margin-left: 35px;
        display: block;
        margin-top: -20px;
    }
.pge_coc-appointments-alert_img_container {
    float: left;
}
.pge_coc-appointments-alert_img {
    border: 0px;
    height: 25px;
    width: 28px;
}
.pge_coc-appointments-alert_img_cnt_container {
    margin-left: 35px;
}
  .pge_coc-appointments-sa_panel h3,.pge_coc-appointments-content_container h3{
  margin: 1px;
  }
  
.blue-box-header {
    background-color: #005179 !important;
    border: 1px solid #005179 !important;
    color: #fff !important;
}
      
      
      
      
 #gasLeakEmerModal .modal-header {
        font-size: 32px;
    font-family: FFDINWebBold;
    margin-left: 70px;
    margin-bottom: 30px;
    margin-top: 50px;
    margin-right: 70px;
    padding-top:0px;
    padding-left:0px;
}
 #gasLeakEmerModal .modal-header .close {
    margin-top: -5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 32px;
    color: #333333;
    opacity: .5;
}
 #gasLeakEmerModal .modal-header h3 {
   color: #333333;
    font-size: 32px;
    font-family: FFDINWebBold;
    opacity: 1;
    Line-height:1.2;
   
}
 #gasLeakEmerModal .modal-body {
    font-family: FFDINWeb;
    font-size: 16px;
    color: #333333;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom: 1px;
    padding-left: 0px;
}
 #gasLeakEmerModal .modal-body a {
    color: #07679b;
    text-decoration: underline;
    font-family: FFDINWebBold;
}
#gasLeakEmerModal .small-para{
    color:#333333;
    font-family: FFDINWeb;
    font-size: 16px;
    Line-height:1.75;
}
#gasLeakEmerModal .modal-body p {
    margin-bottom: 35px;    
}
.MyAccountLabelContainer {
    margin-top: 5px;
}
.MyAccountLabel {
    color: #666666;
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
}
.account-title {
    color: #666666;
    font-size: 1.1em;
}
.InfoBox {
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #cccccc;
    padding: 10px;
    color: #666666;
}
    .InfoBox h2 {
        margin-top: 5px;
    }
.HelpBox {
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #cccccc;
    padding: 10px;
    color: #666666;
}
    .HelpBox h2 {
        margin-top: 5px;
    }
.PaymentArrangements_DeclineBox {
    color: #666666;
}
    .PaymentArrangements_DeclineBox h5 {
        margin-top: 20px;
        margin-bottom: 5px;
        font-family: DINWeb-Bold;
    }
.ppsTable {
    max-width: 350px;
    border: 1px solid #cccccc;
    color: #666666;
}
    .ppsTable thead {
        background-color: #f5f5f5;
    }
    .ppsTable > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #cccccc;
    }
    .ppsTable > thead > tr > th, .ppsTable > tbody > tr > th, .ppsTable > tfoot > tr > th, .ppsTable > thead > tr > td, .ppsTable > tbody > tr > td, .ppsTable > tfoot > tr > td {
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #cccccc;
        padding: 5px 10px 5px 10px;
    }
    .ppsTable thead th:first-child {
        text-align: left;
    }
    .ppsTable thead th {
        text-align: center;
    }
        .ppsTable thead th:last-child {
            text-align: right;
        }
    .ppsTable tbody td:first-child {
        text-align: left;
    }
    .ppsTable tbody td {
        text-align: center;
    }
        .ppsTable tbody td:last-child {
            text-align: right;
        }
.payplan-defn {
    max-width: 350px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ppsDivision {
    max-width: 350px;
    display: block;
    clear: both;
    color: #666666;
}
#pa-messages p {
    padding: 8px 0px 0px 0px;
    
    color: #666666;
    font-style: italic;
    font-weight: normal;
    color:#B02621;
}
.pge_coc-boldtext {
    display: block;
}
    .pge_coc-boldtext p {
        font-size: 18px;
        color: #333333;
        text-align: center;
    }
    .pge_coc-boldtext a {
        font-size: 18px;
        color: #07679B;
    }
.ForValidationContainer {
    border: 1px solid #B02621;
    border-radius: 0px;
    padding: 5px 12px;
    margin-top: 8px;
    width: 70%;
}
.ForValidation {
    font-weight: normal;
    color:#B02621;
    margin-bottom: auto;
}
.super-rules {
    margin-top: 8px;
}
    .super-rules .messages {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .super-rules .messages li div {
            border: 1px solid #B02621;
            border-radius: 0px;
            color:#B02621;
            list-style: none;
            padding: 6px 12px;
            width: 70%;
            font-style: italic;
        }
.ForThumbnails {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #c1c1c1; 
    padding: 10px;
}
    .ForThumbnails input[type="radio"], .ForThumbnails input[type="checkbox"] {
        margin: 3px 0 0 -20px;
    }
.TopMessage {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
}
.TopMessage-error {
    border: 1px solid #B02621;
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
    color:#B02621;
}
.account-rules-info {
    font-size: 1.1em;
}
    .account-rules-info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .account-rules-info .messages .message-info {
        border: 1px solid #cccccc;
        padding: 5px;
        margin-bottom: 10px;
        font-style: italic;
        color: #333333;
    }
    .account-rules-info .messages .message-alert {
        border: 1px solid #B02621;
        padding: 5px;
        margin-bottom: 10px;
        font-style: italic;
        color:#B02621;
    }
.ppsTableBorderless {
    border: none;
    color: #666666;
    background-color: #f5f5f5;
}
    .ppsTableBorderless > thead > tr > th {
        vertical-align: bottom;
        border-bottom: none;
    }
    .ppsTableBorderless > thead > tr > th {
        line-height: 1.42857;
        vertical-align: top;
        border-top: none;
        padding: 10px 15px 5px 15px;
    }
    .ppsTableBorderless > tbody > tr > th, .ppsTableBorderless > tfoot > tr > th, .ppsTableBorderless > thead > tr > td, .ppsTableBorderless > tbody > tr > td, .ppsTableBorderless > tfoot > tr > td {
        line-height: 1.42857;
        vertical-align: top;
        border-top: none;
        padding: 2px 15px 5px 15px;
    }
    .ppsTableBorderless thead th:first-child {
        text-align: left;
    }
    .ppsTableBorderless thead th {
        text-align: center;
    }
        .ppsTableBorderless thead th:last-child {
            text-align: right;
        }
    .ppsTableBorderless tbody td:first-child {
        text-align: left;
    }
    .ppsTableBorderless tbody td {
        text-align: center;
    }
        .ppsTableBorderless tbody td:last-child {
            text-align: right;
        }
.ppsDisabledRow {
    color: #cccccc;
}
.ListBox .pge_list-group-item {
    border-radius: 0px;
    border: none;
    color: #666666;
    padding: 10px 10px;
}
.ListBoxAdjust .pge_list-group-item {
    padding: 10px 0px 10px 10px;
}
.ListBox .pge_input-group {
    width: 110px;
}
.ListBoxBtnContainer {
    white-space: nowrap;
}
.pge_coc-common-error_listboxbtn_container {
    border: 1px solid #B02621;
    clear: both;
    border-radius: 3px;
    display: inline-block;
}
.ListBoxBtnStyle {
    color: #666666;
    border: 1px solid #c1c1c1;
    font-size: 0.9em;
    padding: 4px 15px 4px 15px;
    background-color: #ffffff;
}
    .ListBoxBtnStyle:hover {
        background-color: #f5f5f5;
    }
.ListBoxBtn_BorderLeft {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ListBoxBtn_BorderRight {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ListBoxBtn_BorderLeftRight {
    border-radius: 3px;
}
.pge-active {
    color: #ffffff;
    background-color: #07679b;
    border-color: #07679b;
}
    .pge-active:hover {
        
        background-color: #005179;
    }
.pge-disabled {
    opacity: .5;
}
a.pge-disabled {
    opacity: .5;
    text-decoration:none;
    
}
.ListBoxTxtBox {
    font-size: inherit;
    white-space: nowrap;
    padding: 2px 5px 0px 5px;
    width: 110px !important;
    color: #666666;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    background-color: #f5f5f5;
}
.ListBoxTxtBox2 {
    font-size: inherit;
    white-space: nowrap;
    
    color: #666666;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #c1c1c1;
    
    width: 140px;
    float: right;
}
.ListBoxGroupAddon_Dollar {
    font-size: inherit;
    white-space: nowrap;
    padding: 3px 8px 0px 8px;
    color: #666666;
    height: 23px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border:1px solid #c1c1c1;
}
.ListBoxGroupAddon_Calendar {
    font-size: inherit;
    white-space: nowrap;
    padding: 2px 5px 2px 5px;
    color: #666666;
    height: 23px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border:1px solid #c1c1c1;
}
.ListBox_PaymentMessage {
    font-size: 0.8em;
    font-style: italic;
    display: block;
    clear: both;
}
.ListBox_ControlValidationContainer {
    font-size: 0.8em;
    padding-left: 5px;
    width: 140px;
    color: #B02621;
    display: block;
    clear: both;
}
.ListBox_ControlConfirmationModeContainer {
    display: block;
    clear: both;
}
.ListBox_TotalPayment {
    margin: 5px 0px 0px 0px;
    font-style: italic;
    float: left;
}
.ListBox_TotalPaymentRight {
    padding-right: 20px;
    float: right;
}
.ListBox_LeftText {
    margin: 5px 0px 0px 0px;
    float: left;
}
.ListBox .pge_form-control::-webkit-input-placeholder {
    color: #666666;
}
.ListBox .pge_form-control::-moz-placeholder {
    color: #666666;
}
.ListBox .pge_form-control::-ms-input-placeholder {
    color: #666666;
}
.ListBox .input-account-name::-webkit-input-placeholder {
	font-size:11px;
    color:#999999;
    padding-top:2px;
}
.ListBox .input-account-name::-moz-placeholder {
	font-size:11px;
    color:#999999;
    padding-top:2px;
}
.ListBox .input-account-name::-ms-input-placeholder {
    font-size:11px;
    color:#999999;
    padding-top:2px;
}
.ListGroup_Color .pge_list-group-item {
    background-color: #f5f5f5;
}
.ListGroupItem_Message {
    color:#B02621 !important;
}
.ListGroupItem_Total_BorderTop {
    border-top: 1px solid #cccccc !important;
}
.amount-width {
    width: 75px;
}
.IconSizeAddPayment {
    font-size: 0.8em;
    padding: 0px 0px 0px 5px;
}
    .AddPaymentColor:hover {
        cursor: pointer;
    }
#rpaymentsListElement,
#rpaymentsListElement button,
#rpaymentsListElement .mrpayment-account-list{
    width:100%;
}
#mrpaymentsToggleButton .fa-angle-down{
    float:right;
}
.list-card-expired{ 
    background: #666;
    border-top:2px solid #fff;
}
.expired-line-separator {
    border-top: 2px solid #333;
    font-family: 'FFDINWebBold';
    background: #666;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
}
.list-card-expired a{
    color: #FFF !important;
 }
.add-new-account{
	font-weight:bold !important;
}
.ListBoxDivStyle {
    color: #666666;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .ListBoxDivStyle .pge_list-group-item {
        padding: 10px 10px 10px 0px;
    }
    .ListBoxDivStyle .heading {
        font-size: 1.1em;
        font-family: DINWeb-Bold;
    }
	.rec-paymentDropDropDiv{
		padding-bottom:25px;
		
	}
	.rec-noteField{
		font-family: DINWeb-Bold;
		font-size: 14px;
        margin-bottom: 20px;
    }
    .label-note{
        font-size: 14px;
        display:inline-block;
        margin-top:10px;
    }
	.rec-dropdown-btn{
		width:50%;
	}
	
	.thumbnailHeaderTitle .heading{
    font-family: DINWeb-Bold;
	font-size:16px;
	}
	.rec-alert-box{
	background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);
    width: auto;
    height: auto;
    min-height: 20px;
    padding: 10px 19px 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
   }
	
	.rec-alert-box-para-text {
    font-family: DIN-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.3px;
    line-height: 22px;
    text-align: left;
	padding-left: 12px;
	}
	
	.rec-alert-box img{
		   vertical-align: middle;
		   max-width:none;
		   display: inline;
		   margin-top:10px
	}
	.rec-error-alert-box{
    padding:15px 15px 0 15px;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);
	border: 1px solid #e3e3e3;
		
	}
	
	.rec-successDiv{
		border: 2px solid #c1c1c1;
		padding:10px 10px 10px 15px;
		
	}
	.rec-success-img,.rec-failure-img{
		float:left;
		margin-right:5px;
		width: 40px;
    }
    .paymentAccountListItem.list-card-expired:not(.disabled) a:focus,
    .paymentAccountListItem.list-card-expired:not(.disabled) a:hover {
        color: #262626 !important
    }
	.rec-success-img,.rec-failure-img img{
        color: #262626 !important;
	}
	.rec-success-para,.rec-failure-para {
		margin-top:10px;
	}
	.rec-success-para{
		color: #417505;
		font-size:18px;
		
	}
	#rec-errorPageAlert{
		width:100%;
		margin-top: 0;
    }
    .paddingBottom10{
        padding-bottom:10px
    }
    .paddingBottom15{
        padding-bottom:15px
    }
	.amountPaymentDateReview .marginBottom35{
        margin-bottom:35px
    }
    #rec-RadioContainer legend{
        border:none !important
    }
	
	
	
.ListBoxDivStyle {
    color: #666666;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .ListBoxDivStyle .pge_list-group-item {
        padding: 10px 10px 10px 0px;
    }
    .ListBoxDivStyle .heading {
        font-size: 1.1em;
        font-family: DINWeb-Bold;
    }
.GoPaperlessContainer {
    color: #666666;
    font-size: 0.95em;
}
    .GoPaperlessContainer table {
        border: 0px;
        width: 100%;
    }
    .GoPaperlessContainer h5 {
        font-size: 1.05em;
        padding: 0px 15px 0px 5px;
        display: inline-block;
    }
    .GoPaperlessContainer p {
        padding: 0px 5px 0px 5px;
        font-size: inherit;
        margin-top: 0px;
    }
.pge_coc-common-go_ppr_less_input {
    float: none;
}
input[type="checkbox"].pge_coc-common-go_ppr_less_input {
    margin-left: 0px;
}
.PaymentOptionsLinks {
    font-size: 0.95em;
}
    .PaymentOptionsLinks h5 {
        font-size: 1.05em;
        color: #666666;
        margin-top: 20px;
        margin-bottom: 5px;
        padding: 0px 5px 0px 5px;
    }
    .PaymentOptionsLinks p {
        font-size: inherit !important;
        margin: 0px 0px 3px !important;
    }
    .PaymentOptionsLinks .pge_list-group-item {
        border-radius: 0px;
        border: none;
        font-size: inherit;
        padding: 1px 5px 1px 5px;
    }
.PartitionTop {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}
.TopBorder {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}
.removeBorder {
    border: 0px !important;
    margin-top: -36px;
}
.align-left {
    padding-left: 18px !important;
}
.paymentTable {
    border: 0px !important;
    margin-top: 10px;
    font-size: 12px;
}
#noBillHistory {
    margin-top: -14px;
}
.pge_coc-account-acc_lookup_container{
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media(max-width:480px) {
    .rec-btn-group #add-payment-account{
        padding:6px;
    }
    .rec-error-alert-box .rec-sysUnavail-text{
        display:table-cell;
    }
    .rec-error-container{
       padding-bottom:0;
    }
}
@media(max-width:991px) {
    .AboutRecurringPayment_TopAdjust {
        margin-top: 135px;
    }
    #sidebar {
        display: none;
    }
    .DisplayDropdown {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .AboutRecurringPayment_TopAdjust {
        margin-top: 0px;
    }
	.rec-dropdown-btn{
		width:100%;
	}
    .ForValidationContainer {
        width: 100%;
    }
    .super-rules .messages li div {
        width: 100%;
    }
    
    .DisplayDropdown {
        display: inline-block;
    }
    #sidebar {
        display: none;
    }
    
    
    .ListBox .pge_list-group-item {
        padding: 10px 5px;
        font-size: inherit;
    }
    .ListBoxAdjust .pge_list-group-item {
        padding: 10px 0px 10px 10px;
        font-size: inherit;
    }
    .ListBoxTxtBox {
        font-size: inherit;
        
        width: 100px;
    }
    .ListBoxTxtBox2 {
        font-size: inherit;
        
    }
    .ListBoxGroupAddon_Dollar {
        font-size: inherit;
        padding: 3px 8px 0px 8px;
    }
    .ListBoxGroupAddon_Calendar {
        font-size: inherit;
        padding: 2px 5px 2px 5px;
    }
    .ListBoxBtnStyle {
        padding: 4px 10px 4px 10px;
    }
    
}
.pge_coc-carefera-header {
    background-size: auto 100%;
    color: #333;
    text-align: center;
    margin: 0px -100% 0 !important;
    height: 250px;
    line-height: 250px;
    background: url(../img/heading-block_bg.png);
    font-size: 16px;
    font-family: 'FFDINWeb';
    background-repeat: round;
}
.pge_coc-carefera-header-name h1{
  resize: vertical;
  font-size: 60px;
  font-family: 'FFDINWeb';
  color: #fff;
  font-style: normal;
  font-weight: normal;  
  margin: auto !important;
  display: inline-block;
  vertical-align: middle;  
}
.pge_coc-carefera-container{
    color:#666666;
    margin-bottom:60px;
}
.no-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
.marginTop41 {
    margin-top: 41px;
}
.marginRight10 {
    margin-right: 10px;
}
.pge_coc-carefera-account_container{
    padding-top:10px;
    padding-bottom:10px;
}
.pge_coc-carefera-content_container{
    margin-top:10px;
    margin-bottom:10px;
}
.pge_coc-carefera-title{
    font-size:1.19em;
    display:block;
    font-weight:normal;
    color:#333333;
}
.pge_coc-carefera-title-inline{
    font-size:1.19em;
    font-weight:normal;
    color:#333333;
}
.pge_coc-carefera-value{
    font-size:1.1em;
}
.pge_coc-carefera-pcm_block div.checkbox:first-of-type{
    margin-top:0px;
}
.pge_coc-carefera-pcm_oncheck_controls{
    margin-top:-5px;
    margin-bottom:15px;
}
.pge_coc-carefera-controls_title{
    display:block;
    font-weight:normal;
}
.pge_coc-carefera-phone_phonetype_container{
    margin-top:-28px;
    font-size:inherit;
    
     margin-right:50%;
}
    .pge_coc-carefera-par-pev-help-text1 {
    margin-top: -6px;
}  
.pge_coc-carefera-phone_phonetype_btn{    
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    font-size:inherit;
    font-weight:normal;
    color:#666666;
    height:28px;
}
.pge_coc-carefera-note_txt{
    font-size:0.9em;
    font-weight:normal;
    display:block;
}
.pge_coc-carefera-error_box{
    border: 1px solid #B02621;
    padding: 10px;
    color:#B02621;
    border-radius: 0px;
}
.pge_coc-carefera-error{
    padding: 10px;
    color:#B02621;
    border-radius: 0px;
}
.pge_coc-carefera-program_list .checkbox + .checkbox {
    margin-top: 4px;
}
.pge_coc-carefera-address_btn {
    width: 245px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding: 2px 5px 0px 5px;
}
.pge_coc-carefera-confirm_agreement_block{
    color:#333333;
}
.pge_coc-carefera-confirm_agreement_block > ol{
    padding-left:20px;
}
.pge_coc-carefera-fin_asst_lnk_container{
    margin-top:20px;
}
.pge_coc-carefera-fin_asst_lnk_container > p{
    margin:0;
}
.hr-margin-0{
    margin:0px !important;
}
.account-rules-info ul.care-fera-messages > li .pge_coc-common-alert_content_container{
    margin-left: 30px;
}
.account-rules-info ul.care-fera-messages > li .pge_coc-carefera-title{
    font-size:1em;
    font-style:normal;
    padding-top:4px;
    margin-bottom:2px;
}
.account-rules-info ul.care-fera-messages > li > div > div:last-child{
    font-size:0.95em;
}
.OptionsBox {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 10px;
    border:1px solid #cccccc;
}
.OptionsBox h2{
    margin-top:5px;
    font-size:1.4em;
    line-height:1.1;
    color:#07679B;
    font-weight:normal;
}
.AP-carousel-caption{
    top: 0.5em;
    bottom: auto;
    left: 0;
    text-align: left;
    padding-left: 0.5em;
    white-space: nowrap;
    padding-top: 0;
    line-height: 1em;
    margin-top: 0.2em;
    text-shadow:0px;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);
    font:DIN-Regular;
    font-size:3.2em;
    font-weight:normal;
    line-height:1.1;
}
.AP-content p{
   margin-top: 1em;	
}
.care-fera-content p{
   margin-top: 1em;	
}
span.OrangeCircle {
   
    background: -o-linear-gradient(#ffc766,#ff8600);
    background: -moz-linear-gradient(#ffc766,#ff8600);
    
    
    -moz-border-radius: 0.8em;
    
    color: #005179;
    display: inline-block;
    font-weight: bold;
    font-size: 2.375em;
    font:DIN-Regular;
    line-height: 1.4em;
    margin-right: 15px;
    text-align: center;
    width: 1.4px;
    margin-top: 15px;
    vertical-align: top;
    }
.thankyou-info-blocks{
height: 180px;
min-height: 115px;
}
.thankyou-info-hr{
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #eee;
vertical-align: bottom;
float: none;
}
.fontSize-33{
	font-size:33px;
}
.MarginLeft17 {
    margin-left: 17px;
}
.marginLeft10{
	margin-left: 10px;
}
.pSubmitAgreeUnenrollMsg{
	font-family:FFDINWebMedium;
	font-size: 18px;
	color:#111111;
	display:inline;
}
.borderbtnUnenroll{
	 
	    border: 2px solid #07679B;
    padding: 12px;
    width: 20%;
}
.pge_coc-common-par-action_block_status {
    margin: 11px 0 10px;
}
 .pge_coc-common-par-action_block_status1 {
    margin: -6px 0 10px;
}
.pge_coc-common-par-action_block_status2 {
    margin: 40px 0 10px;
}
.pge_coc-common-par-action_block_status3 {
    margin: 31px 0 10px;
}
.pge_coc-common-par-action_block_status a.pge_coc-common-par-back_lnk_status{
    text-transform:uppercase;
    font-family: 'FFDINWebBold';
    margin-top:5px;     
    font-size:14px;
}
.pge_coc-common-par-action_block_status a.pge_coc-common-par-back_lnk_status_lower{    
    font-family: 'FFDINWebBold';
    margin-top:5px;     
    font-size:14px;
}
.pge_coc_carefera .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background: url(../img/modal_close.png) no-repeat scroll 5px 2px;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    background-size: 18px 18px;
    height: 24px;
    width: 24px;
}
.pge_coc_carefera .PEV_close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    background-size: 18px 18px;
    height: 24px;
    width: 24px;
	border: 0;
    background: #FFFFFF;
}
.enrollStartbtnStatus{
	padding:10px;
	width:29%;
	 border: 2px solid #07679B;
	 margin-bottom:78px;	
}
.commonParActionLine{
	width: 100%;
	margin-left: -16px;
}
	.enrollStartbtnStatusDiv{
		padding-left:0px;
		margin-bottom: 45px;
	} 
	.lnkHelpStatusSpan{
		width:88%;display:inline-block
	}
	.pge_coc_carefera_container .information_care_pcs{
		font-size: 20px;		
		font-family: 'DINWeb-Bold';
		padding-top:30px;
		margin-bottom:30px;
	}
	.paddingTop0{
		padding-top:0px !important;
	}
	.actionMessageRgt{
		width: 73%;
		text-align: justify;
	}
	.fontSize30{
		font-size:30px;
	}
	.statusLnkRgt{
		font-weight:bold;
		text-decoration:underline;
	}
	.statusRgtHelpTbl{
		 background-color:#F1F1F1;
		 margin-top:-56px;
		 padding-left:4%;
	}
	.notEnrollPaymentPgm{
		width: 100%;
		margin-left: -16px;
	}
	.statusHelpPhoneIcon{
		width:66px;
		height:66px;
		margin-top:10px;
	}
	.fontWtBold{
		font-weight:bold;
	}
	.HelpViewPEVhus{
		width:95%;
	}
.carefera-active_blue_btn_medium{
	height:45px;
}
.pge_par-carefera-active_blue_btn{
    padding: 6px 10px 8px;
    color: #07679B;
    font-size: 14px;
    background: Transparent;
    border-radius: 0px;
    box-shadow: none;
    text-transform:uppercase;
    border: 1px solid #07679B;
    font-family:'FFDINWebBold';
}
.pge_par-carefera-active_blue_btn:hover{
    padding: 6px 10px 8px;
    color: #fff;
    font-size: 14px;
    background: #07679B;
    border-radius: 0px;
    box-shadow: none;
    text-transform:uppercase;
    border: 1px solid #07679B;
    font-family:'FFDINWebBold';
}
.pge_par-carefera-active_blue_btn:active{
    padding: 6px 10px 8px;
    color: #fff;
    font-size: 14px;
    background: #042037;
    border-radius: 0px;
    box-shadow: none;
    text-transform:uppercase;
    border: 1px solid #042037;
    font-family:'FFDINWebBold';
}
        .lblTextTransform{
                text-transform: capitalize; 
        }
         .pevErrorBasicInfo{
                border:solid 1px red;
        }
        .pevSuccessBasicInfo{
                border:solid 1px green;
        }
        .care-pev-input-error{
            border:solid 2px #B02621;
            background: url(../img/icon-form-error.png) no-repeat scroll 5px 5px;
            background-position: right center;
            background-origin: content-box;
            padding-right: 5px;                
	}
	.care-pev-input-success{
            border:solid 2px #14993F;
            background: url(../img/icon-form-sucess.png) no-repeat scroll 5px 5px;
            background-position: right center;
            background-origin: content-box;
            padding-right: 5px;                
	}      
        
	.care-pev-input-readonly{
            background-color: #ffffff;
            opacity: 1;               
	}          
        
	.care-pev-error-heading{
		font-family : 'FFDINWebBold';
		font-size : 14px;
		color : #B02621
	}
	
	.care-pev-error-message{
		font-family : 'FFDINWeb';
		font-size : 14px;
		color : #333333;
	}
	
	.pevTextBasicSyl{
		color: #333333;
		font-size: 18px;
		border-radius: 0px;
		font-family: FFDINWeb; 
		height: auto;
	}
	.smallWidth{width:38%;}
	.authoEmailContent{
		color: #111111;
		font-size: 18px;		 
		font-family: FFDINWebMedium; 		 
	}
	.lrgParagraphTxt{
		color: #333333;
		font-size: 18px;
		font-family: DIN-Regular; 	
	}
	.marginLeft0{
		margin-left:0px;
	}
	.floatLeft{
		float:left;
	}
	.floatRight{
		float:right;
	}
	.emaiContentWidth{
		width:96%
	}
	.fake-input,.fake-input-small { 
		position: relative;
	}	 
	.fake-input img { 
		position: absolute; 
		top: 8px; 
		right: 5px;		
	}
	 
	.fake-input-small img { 
		position: absolute; 
		top: 8px; 
		left:31%;
	}
	
	.marginTop66{
		margin-top:66px;
	}
	.enrollbasicbtnStatus{
		padding:10px;
		width:16%;
		border: 2px solid #07679B;
		margin-bottom:78px;	
	}
	.enrollbasicbtnStatusDiv{
		padding-left:0px;
	}
	.household_print{
		    text-decoration: underline;
		font-weight: bold;
	}
	.borderTop0{
		border-top:0;
	}
	.borderBottom0{
		border-bottom:0;
	}
	.txtAlignCenter{
		text-align:center;
	}
	.padding30{
		padding:30px;
	}
	.attachWidth100{
		width:100%;
	}
	.displayNone{
		display:none;
	}
	 .marginLeft15{
		margin-left:15px;
	}
	.postionInherit{
		position:inherit !important;
		top:0px !important;
	}
	.paddingLeft5{
		padding-left:5px;
	}
	.pge_par-carefera-unenrollCheckbox{
		display:inline;
		position:static;
	}
	.marginBottom30{
		margin-bottom:30px;
	}
	
	.pge_coc-carefera-confirm_email_text{ 
		font-weight: bold;
		font-size: 18px;
	}
	.pge_coc-common-basic-pev-section {
		margin-top: 25px;
	}
	.pge_coc-common-help-hus-section-margin{
		margin-top:7px;
	}
	.pge_coc-common-help-hus-section-faq{
		margin-top:-17px;
	}
	.pge_coc-common-hus-help-contact-care{
		margin-top:-9px;
	}
	
    .pge_coc-carefera-pev-container{
        padding:20px !important;
        width:100% !important;
    } 
    .pge_coc_carefera-pev-help_block {
        background-color:#F1F1F1;
    }       
    
    .pge_coc-common-par-pev-back_link {
        margin-top: 50px;
    }
	.pge_coc-common-par-pev-back_link_cancel {
        margin-top: 49px;
    }
     .pge_coc-common-par-pev-confirm_cancel{
        margin-bottom: -4px;
    }
	#divAccountSummary > .field-label{
		padding-bottom:0px;
	}
	.pge_coc-common-par-pev-common_margin {
        margin-top: 30px; 
    }
	.pge_coc-common-par-pev-CancelConfirmMsgCare {
        margin-top: 32px;
    }
	.pge_coc-common-par-pev-button_base {
        margin-bottom: 40px;
    }
	.pge_coc-common-par-pev-common_base {
        margin-top: 45px;
    }
	.pge_coc-common-par-pev-pUnEnrollDesc {
        margin-top: 33px;
    }
    .pge_coc-common-par-pev-section {
       margin-top: 40px;
    }
	 .pge_coc-common-par-pev-section1 {
       margin-top: 36px;
    }
	   .pge_coc-common-par-pev-section2 {
       margin-top: 30px;
    }
	.pge_coc-common-par-pev-section3 {
    margin-top: 34px;
} 
	.pge_coc-common-par-pev-review {
        margin-top: 41px;
    }
	.pge_coc-common-par-pev-common-review {
        margin-top: 35px;
    }
	.pge_coc-common-par-pev-review-back_link {
        margin-top: 46px;
    }
	.pge_coc-common-par-pev-review_editbasicinfo {
        margin-top: 20px;
    }
	.pge_coc-common-par-pev-review_common-info {
        margin-top: 28px;
    }
	.pge_coc-common-par-pev-yourAccount {
       margin-bottom: 25px;
    } 
	.pge_coc-common-par-pev-popup-close{
      margin-top: 7px;
	  margin-bottom: -18px;
	  margin-right: 5px;
    }
	.pge_coc-common-par-pev-popup-align{
      padding-left: 60px;
    padding-right: 19px;
    } 
   
	.pge_coc-common-par-pev-popup-link {
	  margin-top: -15px;
    }	
	.pge_coc-common-par-pev-popup-button{
	margin-top: 21px;
    margin-bottom: 24px;
	margin-left: 50px;
	}
	.pge_coc-common-par-pev-popup-button-space{
	margin-left: 10px;
    margin-right: 13px;
	}
	.pge_coc-common-par-pev-popup-modal-content{
	    padding-left: 62px;
	}
	.pge_coc-common-par-pev-popup-modal-body{
		padding-bottom: 35px;
	    padding-right: 55px;
	}
	.pge_coc-common-par-pev-popup-modal-header{
	   padding-top: 25px;
	   padding-bottom: 0px;
       border-bottom: 0px solid #e5e5e5 !important;
    }
    .pge_coc-common-par-pev-popup-confirm-modal-header{
       padding-top: 15px;
        padding-bottom: 0px;
    }
    .pge_coc-common-par-pev-popup-confirm-attach-modal{
       margin-top: 42px;
    padding-bottom: 3px;
    }
    
    .pge_coc-common-par-pev-popup-attach-modal-header{
        margin-right: 7px;
    }   
	.pge_coc-common-par-pev-popup-modal-footer{
	   padding-bottom: 55px;
	   border-top: 0px solid #e5e5e5 !important;
    }
    .pge_coc-common-par-pev-popup-button-alignment{
       margin-left: 150px;
    }
    .pge_coc-common-par-pev-popup-modal-button-space{
       margin-left: 20px !important;
    }
    .pge_coc-common-par-pev-popup-button-space-align{
           margin-left: 30px
    }
    .pge_coc-common-par-pev-popup-button-alignment{
           margin-left: 100px;
        } 
	.pge_coc-common-par-pev-members-numberofadultsplace > .pge_coc-common-par-pev-household-dropdown , .pge_coc-common-par-pev-attach-doctypeselect > .pge_coc-common-par-pev-household-dropdown , .pge_coc-common-par-pev-members-pubassitance-select > .pge_coc-common-par-pev-household-dropdown{
	   border: 1px solid #ccc;
       border-radius: 0px; 
	   background: url(../img/form_select.png) no-repeat scroll 5px 5px;
       background-position: right center;
       background-origin: content-box;
       padding-right: 5px;
       height: 43px;
	   
	   -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	  
    }
	select.pge_coc-common-par-pev-household-dropdown::-ms-expand {
    display: none;
}
	.pge_coc-common-par-pev-attach-attachfile > .pge_coc-common-par-pev-attach{
		 border-radius: 0px;
		 height: 40px;
	}
     .pge_coc-common-par-pev-action-message {
       margin-top: 35px;
       width:95%;
    }     
     .pge_coc_carefera-status-footer{
		margin-bottom: -115px; 
	}
	 .pge_coc_carefera-hus-footer{
		margin-bottom: 94px; 
	}
    .pge_coc_carefera-information_care {
        font-size: 20px;
        font-family: 'DINWeb-Bold';
    }
    
    .pge_coc_coomon-par-section-h2 {
        font-family: FFDINWeb;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        line-height: 1.2em;
        color: #333333;   
    }
	.pge_coc_coomon-par-section-header-h2 {
        font-family: FFDINWeb;
        font-size: 36px;
        color: #666666;   
    }
    .pge_coc_carefera_checkbox_label {
        padding-right: 10px;
    }
    
	.pge_coc_carefera_AccountsRadioBtn {
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    outline: none;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	}
	.valign-top {
    vertical-align: top;
	}
	.pge_coc_carefera_AccountsRadioBtn:checked:before {
    background: #00638E;
	}
	.pge_coc_carefera_AccountsRadioBtn:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
	}
	
	.pge_coc_carefera_AccountsCheckboxBtn {
    width: 16px;
    height: 16px;
    border: 1px solid #333;
	border-radius: 20%;
    outline: none;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	}
	.pge_coc_carefera_AccountsCheckboxBtn:checked:before {
   content: "\f00c";
   font-family: 'FontAwesome';
   font-size: larger;
   color: #00638E;
	}
	.pge_coc_carefera_AccountsCheckboxBtn:before {
    display: block;
    border-radius: 50%;
	}
	.pge_coc-common-par-help-text-align{
      width:100%
    } 
	.pge_coc-common-par-pev-basic-backlink{
		margin-top:40px;
		color:#333;
	}
	.pge_coc-common-par-pev-basic-backlink a{
	    text-transform: uppercase;
		font-family: 'FFDINWebBold';
		margin-top: 5px;
		float: left;
		font-size: 14px;
	}
    .pge_coc-common-pev-small-txt{
        font-family:FFDINWeb;
        font-size:14px;
        color:#111111;
        line-height: 1.75em;
    }
    .pge-care-post-spacing{
        padding-left:15px;
        margin-bottom: 0px;
    }
	.pge_coc-common-par-pev-basic-header{   
	   margin-top:17px;
	}
	 .pge_coc-common-par-pev-income-lable{   
        margin-top: -24px;
        margin-bottom: 2px;
    }
	 .pge_coc-common-par-pev-income-lable-pev{   
        margin-top: -24px;
        margin-bottom: 2px;
    }
	 
    .pge_coc-common-par-pev-income-delete-lable{   
            margin-top: -2px;
            
    }
	.pge_coc-common-par-pev-basic-hrline{
		margin-top:0px;
		margin-bottom:14px;
	}
	.pge_coc-common-par-pev-basic-required{
		margin-top:0px; 
	}
	.pge_coc-common-par-pev-basic-firstname{
		margin-top:14px;
	}
	.pge_coc-common-par-pev-basic-firstnamevalue{
		margin-top:9px;
	}
	.pge_coc-common-par-pev-basic-email{
		margin-top:38px;
	}
	.pge_coc-common-par-pev-basic-email-label{
		margin-bottom:0px;
	}
	.pge_coc-common-par-pev-basic-email-text,.pge_coc-common-par-pev-basic-phone-input,.pge_coc-common-par-pev-basic-totchild{
		margin-top:7px;
	}
	.pge_coc-common-par-pev-basic-authorizeemail,.pge_coc-common-par-pev-basic-totalhold{
		margin-top:44px;
	}
	.pge_coc-common-par-pev-basic-checkbox{
		margin-top:9px;
                display: inline;
	}
	
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	   .pge_coc-common-par-pev-basic-checkbox{
		margin-top:5px;
                display: inline;
	}
	.pge_coc-common-par-pev-income-lable{   
        margin-left: 232px;
        margin-top: -28px;
        margin-bottom: 2px;
		}
	 .pge_coc-common-par-pev-income-lable-pev{   
        margin-left: 274px;
        margin-top: -26px;
        margin-bottom: 2px;
		}	
	}	
	.pge_coc-common-par-pev-basic-emaiContent{
		width:96%;
		margin-top:6px;
		text-align:justify;
	}
	.pge_coc-common-par-pev-basic-phone{
		margin-top:40px;
	}
	.pge_coc-common-par-pev-basic-phone-label,.pge_coc-common-par-pev-basic-totalhold-label,.pge_coc-common-par-pev-basic-child-label{
		margin-bottom:0px;
	}
	.pge_coc-common-par-pev-basic-adult{
		margin-top:4px;
	}
	.pge_coc-common-par-pev-basic-child{
		margin-top:44px;
	}
	.pge_coc-common-par-pev-basic-totchild{
		margin-top:5px;
	}
	.pge_coc-common-par-pev-basic-nextbtn{
		margin-top:50px;
	} 
	
	
	.pge_coc-common-par-pev-common-required{
		font-family:FFDINWeb;
		font-size:14px;
		color:#111111;
	}
    .pge_coc-common-par-pev-common-review-lrgParagraphTxt{
	color: #333333;
    font-size: 18px;
    font-family: DIN-Regular;
	line-height:18px;	
	}
	.pge_coc-common-par-pev-common-label{
		font-family:FFDINWebbold;
		font-size:18px;
		font-style:normal;
		color:#111111;
		line-height:1.2em;
	}
	.pge_coc-common-par-pev-common-large-paragraph-text{
		font-family:FFDINWeb;
		font-weight:bold;
		font-size:18px;
		font-style:normal;
		color:#333333;
		line-height:1.75em;
	}
	.pge_coc-common-par-pev-common-hint-text{
		font-family:FFDINWeb;
		font-size:14px;
		color:#111111;	
	}
	.pge_coc-common-par-pev-common-form-field{
		font-family:FFDINWebItalic;
		font-size:18px;
		color:#666666;	
	}
	.pge_coc-common-par-pev-common-large-option-text,.pge_coc-common-par-pev-common-radio-text{
		font-family:FFDINWebMedium;
		font-size:18px;
		color:#111111;	
	}
	.pge_coc-common-par-pev-common-default-paragraph{
		font-family:FFDINWeb;
		font-weight:normal;
		font-size:16px;
		font-style:normal;
		color:#333333;
		line-height:1.75em;
	}
	.pge_coc-common-par-pev-common-checkbox{
		font-family:FFDINWebMedium; 
		font-size:18px; 
		color:#111111; 
		font-weight:normal;
	}
	.pge_coc_common-par-pev-confirm-h3{
		font-family:FFDINWebbold;
		font-weight:bold;
		font-size:18px;
		font-style:normal;
		color:#333333;
		line-height:1.2em;
	}
	.pge_coc-common-par-pev-common-small-paragraph{
		font-family:FFDINWeb;
		font-weight:normal;
		font-size:14px;
		font-style:normal;
		color:#333333;
		line-height:1.75em;
	}
	.pge_coc-common-par-pev-common-tertiary_cta{
		font-family:FFDINWeb;
		font-size:14px;
		color:#07679B;
		text-transform:uppercase;
	}
	.pge_coc-common-par-pev-common-tertiary_cta a{
		font-family:FFDINWeb;
		font-size:14px;
		color:#005179;
		text-transform:uppercase;
	}
	
	 
	 
	.pge_coc_common-par-members-h2{
		margin-bottom:2px;
	}
	.pge_coc-common-par-pev-members-textcontent{
		margin-top:11px;
	}
	.pge_coc-common-par-pev-members-numberofadults{
		margin-top:31px;
	}
	.pge_coc-common-par-pev-members-numberofadultsplace {
		margin-top:12px;
	}
	.pge_coc-common-par-pev-members-contentdetails{
		margin-top:42px;
	}
	.pge_coc-common-par-pev-members-personlabel{
		margin-top:25px;
	}
	.pge_coc-common-par-pev-members-person-field{
		margin-top:11px;
	}
	.pge_coc-common-par-pev-members-source-income{
		margin-top:45px;
	}
	.pge_coc-common-par-pev-members-source-income-check{
		margin-top:5px;
	}
	.pge_coc-common-par-pev-members-source-income-income{
		margin-left:5px;
		padding-right:17px;
	}
	.pge_coc-common-par-pev-members-source-income-public{
		margin-left:5px; 
	}
	.pge_coc-common-par-pev-members-nextbtn{
		margin-top:40px;
	}
	.pge_coc-common-par-pev-members-pubassitance{
		margin-top:17px;
	}
	.pge_coc-common-par-pev-members-pubassitance-content{
		margin-top:6px;
	}
	 .pge_coc-common-par-pev-members-pubassitance-select{
		margin-top:17px;
		margin-bottom:10px;
	}
	.pge_coc-common-par-pev-adults-source{
		margin-top:44px;
	}
	.pge_coc-common-par-hus-members-income{
		margin-top:2px;
	}
	.pge_coc-common-par-hus-radio-income-source{
		margin-top:7px;
	}
	.pge_coc-common-par-hus-common-hrline-source{
		margin-top:40px;
	}
	 
	 
	 
	 .pge_coc-common-par-pev-attach-header-h2{
		 font-family:FFDinWeb;		 
		font-size:30px;
		color:#666666;
	 }
	 .pge_coc-common-orange_btn .verifybtnwdth {
		 height :45px;
	 }
	 .pge_coc-common-orange_btn_verifybtnwdthButton {
		 height :45px;
	 }
	 .pge_coc-common-par-pev-attach-deletelink {
		font-family:DINWeb-bold;		 
		font-size:16px;		 
		color:#07679B;
		font-weight:bold;
		text-decoration:underline;
	 }
	 .pge_coc-common-par-pev-attach-hrline{
		 margin-top: -7px;
		margin-bottom: 3px;
	 }
	 .pge_coc-common-par-pev-attach-required{
		margin-top:10px
	  }
	 
	 
	 .pge_coc-common-par-pev-attach-content{
		margin-top:10px
	  }
	  .pge_coc-common-par-pev-attach-documentSize{
		margin-top:6px
	  }
	    .pge_coc-common-par-pev-attach-addanotherattach{
		margin-top:26px;
		margin-bottom:19px
	  }
	  .pge_coc-common-par-pev-attach-pevaddanotherattach{
		margin-top:26px;
		margin-bottom:19px
	  }
	  
	  .pge_coc-common-par-pev-attach-husaddanotherattach{
		margin-top:8px;
		margin-bottom:19px
	  }
	  .pge_coc-common-par-pev-attach-attachhr{
		margin-top:-17px
	  }
	  .pge_coc-common-par-pev-attach-dynamicrequired{
		margin-top:-7px
	  }
	  .pge_coc-common-par-pev-attach-legal{
		margin-top:14px
	  }
	  .pge_coc-common-par-pev-attach-terms-checkbox{
		margin-top:37px
	  }
	  
	  .pge_coc-common-par-pev-attach-termsconditions{
		margin-top:3px;
	  }
	  
	  .pge_coc-common-par-pev-attach-btnsubmit{
		margin-top:46px
	  }
	  
	  .pge_coc-common-par-pev-attach-incomedocumentbtn{
		margin-top:37px
	  }
	  .pge_coc-common-par-pev-attach-incomedocumentlbl{
		margin-bottom:-7px
	  }
	  .pge_coc-common-par-pev-attach-attachfile{
		margin-top:5px;
	  }
	  .pge_coc-common-par-pev-attach-lbldocumenttype{
		margin-top:44px;
	  }
	  .pge_coc-common-par-pev-attach-doctypeselect{
		margin-bottom:-12px;
	  }
	  .pge_coc-common-par-pev-incomeradio-text{
		margin-top:-3px;
	  }
	  .pge_coc-common-par-pev-confirm-message{ 
		float:right
	  }
	   
		
	
	 
	.pge_coc-common-par-pev-confirm-header,.pge_coc-common-par-pev-confirm-textcontent,.pge_coc-common-par-pev-confirm-emaillabel{
	margin-top:40px;
	}
	 
	.pge_coc-common-par-pev-confirm-emailaddress{
		margin-top:12px;
	}
	.pge_coc-common-par-pev-confirm-myaccount{
		margin-top:31px !important;
	}	
	  
	  
	.pge_coc-common-par-status-noaction-message{
		margin-top:26px;
		margin-bottom:31px;
	}	
	.pge_coc-common-par-status-notenrolled-message{
		margin-top:16px;
	}	
	.pge_coc-common-par-status-notenrolled-link{
		margin-top:47px;
	}  
	.pge_coc-common-par-status-notenrolled-assitance{
		margin-top:31px !important;	
	} 
	 .pge_coc-common-pev-help {
        background-color: #F1F1F1;
     }
    .pge_coc-common-par-pev-default-para {
        font-family: FFDINWeb;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75em;
        color: #333333;
    }    
    
    .pge_coc-carefera-par-h3 {
        font-family: 'FFDINWebBold';
        font-style: normal;
        font-size: 18px;
        line-height: 1.2em;
        color: #333333
    }    
    
    .pge_coc-carefera-par-pev-help-anchor {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-family: 'FFDINWebBold';
        font-size: 14px;
    }    
    
    .pge_coc-carefera-par-pev-info-anchor {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        font-family: 'FFDINWebBold';
        font-size: 14px;        
    }     
    .pge_coc-carefera-par-pev-icon {
        display: table-cell;
        vertical-align: middle;
        color: #07679B;
    }    
    
    .pge_coc_carefera-par-pev_hr {
		width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;        
    }
	.pge_coc_carefera-cancel-submitmessage{
		margin-left:-10px;
	}
	.pge_coc_coomon-par-section-unenroll h2 {
        font-family: FFDINWeb !important;
        font-weight: normal;
        font-style: normal;
        font-size: 36px !important;
        line-height: 1.2em !important;
        color: #333333 !important; 
    }
	.pge_par-carefera-unenrollbutton-yes{
		margin-left:10px;
	}
    .pge_carefera-tnc-checkbox{
    transform:scale(1.5);
    }
    .pge_carefera-submit-orange_btn {
    padding:6px 25px;
    color: #043027;
    font-size: 14px;
    text-shadow:0px 2px 3px rgba(0,0,0,0.10);
    background: #FBBB36;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    font-family: 'DINWeb-Bold';
}
    .pge_par-carefera-margin-left{
      margin-left:10px;
    }
    .pge_par-carefera-pev-margin-left{
    margin-left:5px;
    }
	.pge_coc_coomon-par-section-unenroll{
		margin-top:35px;
	}
	.pge_coc_carefera-par-unenroll-confirm-cancel{
		margin-top:41px;
	}
	.pge_coc_carefera-unenroll-complete-header{
		margin-left:20px;
	}
	.pge_coc_carefera-unenroll-cancel-header{
		margin-left:10px;
	}
	
	
@media (max-width: 530px) {    
    .pge_coc-ap-caption_heading.AP-carousel-caption {
        padding-top:0px;
    }
	.borderbtnUnenroll{	 
	   margin-top:10px;
		width: 75%;
		margin-left: 0px;
	}
	.btnStartSm{
		padding-top: 5px;
		width: 100%;
	}
	.enrollStartbtnStatusDiv,.enrollbasicbtnStatusDiv{		 
		margin-bottom: 65px;	 
	} 
	.enrollStartbtnStatus,.enrollbasicbtnStatus,.verifybtnwdth{	 
		width:100%;	 
	}
	.statusRgtHelpTbl{
		margin-left:-6%;
	}
}
@media (max-width: 420px) {
    
    .pge_coc-ap-caption_heading.AP-carousel-caption {
        font-size: 1.1em;
    }
    
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {    
    
    .AP-carousel-caption {
        font-size: 1.1em;
    }
	.pge_coc-common-par-heading_block{
		margin:0 !important;
	}
	.pge_coc-common-par-pev-basic-backlink{
		margin-top:25px !important; 
	}
	.pge_coc-common-par-pev-basic-header{   
	   margin-top:2px;
	}
	.pge_coc-common-par-pev-basic-email{
		margin-top:21px;
	}
	.pge_coc-common-par-pev-basic-authorizeemail,.pge_coc-common-par-pev-basic-totalhold,.pge_coc-common-par-pev-basic-child{
		margin-top:28px;
	}
	.pge_coc-common-par-pev-basic-phone{
		margin-top:26px;
	} 
	.pge_coc-common-par-pev-basic-nextbtn{
		margin-top:35px;
	}
	.pge_coc_coomon-par-section-h2,.pge_coc_common-par-members-h2 {        
 	        font-size: 30px; 
 	 }
	 .pge_coc_common-par-members-h2{
		margin-bottom:4px;
	}
	.pge_coc-common-par-pev-members-numberofadults{
		margin-top:14px;
	}
	.pge_coc-common-par-pev-members-contentdetails{
		margin-top:27px;
	}
	.pge_coc-common-par-pev-members-personlabel{
		margin-top:9px;
	}
	.pge_coc-common-par-pev-members-source-income{
		margin-top:30px;
	}
	.pge_coc-common-par-pev-members-pubassitance{
		margin-top:9px;
	}
	.pge_coc-common-par-pev-members-pubassitance-select{
		margin-bottom:-3px;
	}
	#errorPublicAssistanceProgramType{
		margin-top:0 !important;
	}
	.pge_coc-common-par-pev-members-nextbtn{
		margin-top:18px;
	}
	 .pge_coc-common-par-pev-confirm-header{
	margin-top:27px;
	}
	.pge_coc-common-par-pev-confirm-textcontent,.pge_coc-common-par-pev-confirm-emaillabel{
	margin-top:23px;
	}
	.pge_coc-common-par-pev-confirm-myaccount{
		margin-top:17px !important;
	}
	
	 .pge_coc-common-par-pev-attach-header-h2{		 	 
		font-size:30px; 
	 }
	.pge_coc-common-par-pev-attach-required {
    margin-top: 12px;
	}
	.pge_coc-common-par-pev-attach-content {
		margin-top: 10px;
	}
	.errorDocumentType{
		margin-top:16px;
	}
	.pge_coc-common-par-pev-attach-declaration{
		margin-top:4px;
	}
	.pge_coc-common-par-pev-attachdoc-emaiContent{
		padding-left:7px;
	}
	.pge_coc-common-par-pev-attach-terms-checkbox {
		margin-top: 16px;
	}	
	.pge_coc-common-par-pev-attach-btnsubmit {
		margin-top: 28px;
	}
	.pge_coc-common-par-pev-basic-emaiContent{
		width:93%;
		margin-top:6px;
		text-align:initial;
	}
	 .pge_coc-common-par-status-noaction-message{
		margin-top:11px;
		margin-bottom:31px;
	}
	.pge_coc-common-par-status-notenrolled-message{
		margin-top:2px; 
	}	
	.pge_coc-common-par-status-notenrolled-assitance{
		margin-top:16px !important;
		margin-bottom:72px !important;
	}
	.pge_par-carefera-unenrollbutton-yes{
		margin-top:20px;
		margin-left:0px;		 
	}
	
}
@media only screen and (min-width : 321px) {    
    .AP-carousel-caption {
        font-size: 2em;
        padding-top: 0.5em;
        padding-left: 1.0em;
    }
}
@media only screen and (max-width : 320px) {
   
    .AP-carousel-caption {
        font-size: 1.3em;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
    .AP-carousel-caption {
        font-size: 2.4em;
    }
	.borderbtnUnenroll{	 
	   margin-top:10px;
		width: 75%;
		margin-left: 0px;
	}
	.contentTabletView{
		margin-bottom: 94px;
		margin-top: 21px;
	} 
	.enrollStartbtnStatus,.enrollbasicbtnStatusDiv,.verifybtnwdth{	 
		width:100%;	 
	}
	.pge_coc-common-par-heading_block{
		margin:0 !important;
		padding:50px 20px !important;
	}
	.pge_coc-common-par_app_container{
		margin-left:-36px;
		margin-right:-36px;
	}
	.pge_coc_carefera-unenroll-cancel-header,.pge_coc_carefera-unenroll-complete-header{
		margin-left:30px;
	}
        
        .pge_coc-common-par-help-text-align{
      margin-bottom: 80px;
          
    }
    .pge_coc-ap-rwd-md-break {
        display: none;
    }
    
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
    .AP-carousel-caption {
        padding-top: 0.5em;
        padding-left: 1.0em;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    .AP-carousel-caption {
        font-size: 2.7em;
    }
	.pge_coc-common-par-pev-back_link_cancel {
        margin-top: 43px !important;
    }
	.pge_coc-common-par-pev-pUnEnrollDesc {
        margin-top: 31px !important;
    }
    
    .pge_coc-carefera-container {
        padding-left: 20px;
    }
    .pge_coc-carefera-padding-left {
        padding-left: 20px;
    }
    .pge_coc-carefera-header {
            height: 150px;
            line-height: 150px;
        }
         
        .pge_coc-carefera-header-name h1{
            font-size: 30px;
        }    
}
@media only screen and (min-width : 1224px) {
    
    .AP-carousel-caption {
        font-size: 3.2em;
    }
}
@media only screen and (max-width : 1240px) {
    
    .pge_coc-ap-rwd-md-break {
        display: none;
    }
}
@media only screen and (min-width : 1824px) {
    
    .AP-carousel-caption {
        font-size: 3.2em;
    }
}
 
    
@media (min-width: 1240px) {
    .pge_coc-common-container .pge_coc-carefera-container {
        padding: 0px 0px 0px 50px;
    }
    .pge_coc-carefera-padding-left{
        padding: 0px 0px 0px 50px;
    }
    
    .borderbtnUnenroll{
        width:35%;
    }
    .no-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }    
    
    .pge_coc-ap-rwd-break {
        display: none;
    }
    .pge_coc-carefera-par-pev-help-text {
        padding-right: 80px; 
		margin-top:49px;
    }
    
    
    .pge_coc-common-par-pev-section-v2 {
        margin-top: 50px;
    }      
 }    
    
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
    .pge_coc-carefera-par-pev-icon {
         display: table-cell;
         vertical-align: middle;
     }
     
     .pge_coc-carefera-container #mainContent {
        padding-right: 0 !important;
        padding-left: 0 !important;
     }
     
     .pge_coc-carefera-par-pev-help-anchor {
         display: table-cell;
         vertical-align: middle;
         width: 100%;
     }    
  .pge_coc-carefera-par-pev-help-text {
        
		margin-top:46px;
    }
 .pge_coc-carefera-par-pev-help-text1 {
    margin-top: -6px;
}	
}
@media (max-width: 767px) {    
        .pge_coc-common-par-heading_block{
            padding:40px 4px !important;
        }
        .pge_coc-ap-rwd-break {
            display: block;
        }
        
        #mainContent .pge_coc-carefera-container {
            padding-left: 20px;
        }
        .pge_coc-carefera-pev-container{
            padding:20px !important;
            width:100% !important;
        }
    
        .pge_coc-common-par-pev-section {
           margin-top: 20px;
        }        
        .pge_coc-common-par-pev-info-link {
           margin-top: 20px;
        }         
        
        .pge_coc-common-par-pev-action-message {
            margin-top: 30px;
            width:95%;
        }          
        
        .pge_coc-carefera-par-pev-info-anchor {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }         
        
        .pge_coc-common-par-pev-back_link {
            margin-top: 30px;
        }    
     .pge_coc-carefera-par-pev-help-anchor {
         display: table-cell;
         vertical-align: middle;
         width: 100%;
     } 
	.pge_coc-common-par-pev-income-delete-lable{   
         
        margin-top: -2px;
        margin-right: 235px;
    } 	
     .pge_coc-carefera-par-pev-help-text {
        padding-left: 30px; 
		margin-top: -8px;
		
    }
	.pge_coc-common-par-action_block_status {
    margin: 16px 0 10px;
}
	.pge_coc-common-par-action_block_status3 {
    margin: 16px 0 10px;
}
	.pge_coc-common-par-action_block_status2 {
    margin: 25px 0 10px;
}
 .pge_coc-common-par-pev-section1 {
       margin-top: 21px;
    }
	.marginTop30 {
    margin-top: 15px;
}
  .pge_coc-common-par-pev-section {
           margin-top: 26px;
        } 	
   
}
    
@media (min-width: 523px) and (max-width:766px) {
	.borderbtnUnenroll{
		width:35%;
	} 	
	  
}
     
	
	@media (min-width:360px) and (max-width:667px) {
	.pge_coc-common-par-pev-common_base {
        margin-top: 30px;
    }
     
        .pge_coc-carefera-header {
            height: 150px;
            line-height: 150px;
        }
         
        .pge_coc-carefera-header-name h1{
            font-size: 30px;
        }     
    
    .pge_coc-ap-rwd-break {
        display: block;
    }
    
    .pge_coc-common-par-heading_block {
        height: 150px;
        padding: 50px 20px !important;
    }    
	.pge_coc-common-par-pev-common_margin {
        margin-top: 9px; 
    }
	.pge_coc-common-par-pev-pUnEnrollDesc {
        margin-top: 20px;
    }
	.pge_coc-common-par-pev-button_base {
        margin-bottom: 27px;
		margin-top:11px;
    }
	.pUnEnrollDesc > p{
		 margin-bottom: 15px;
	}
	.pge_coc-common-par-pev-back_link_cancel {
            margin-top: 23px;
    }
	.pCancelConfirmMsgCare > p{
	 margin-bottom: 15px;
	}
	.pge_coc-common-par-pev-yourAccount {
       margin-bottom: 10px;
    }	
	 .pge_coc-common-par-pev-CancelConfirmMsgCare{
		margin-top: 19px;
	}
	.pge_coc-common-par-pev-review {
        margin-top: 28px;
    }
	.pge_coc-common-par-pev-review_editbasicinfo {
        margin-top: 21px;
    }
	.pge_coc-common-par-pev-review_common-info {
        margin-top: 26px;
    }
	.pge_coc-common-par-pev-review-back_link {
        margin-top: 31px;
    }
	.pge_coc-common-par-pev-common-review {
        margin-top: 22px;
    }
	.pge_coc-common-par-pev-popup-close {
      margin-top: 7px;
	  margin-bottom: -20px;
	  margin-right: 5px;
    }
	.pge_coc-common-par-pev-popup-link {
	  margin-top: -15px;
    }	
	.pge_coc-common-par-pev-popup-button{
	margin-top: 6px;
    margin-bottom: 10px;
	margin-left: 0px;
	}
	.pge_coc-common-par-pev-popup-align{
      padding-left: 3px;
    padding-right: 3px;
    }
	.pge_coc-common-par-pev-popup-modal-content{
	    padding-left: 8px;
	}
	.pge_coc-common-par-pev-popup-modal-body{
        padding-bottom: 20px;
        padding-right: 8px;
    }
    .pge_coc-common-par-pev-popup-modal-header{
       padding-top: 22px;
       padding-bottom: 0px;
      border-bottom: 0px solid #e5e5e5 !important;
    } 
    .pge_coc-common-par-pev-popup-modal-footer{
       padding-bottom: 42px;
       border-top: 0px solid #e5e5e5 !important;
	}
	.pge_coc-common-par-pev-popup-button-space-align{
           margin-left: 0px
    }
    .pge_coc-common-par-pev-popup-modal-button-space{
       margin-left: 20px !important;
    }
    .pge_coc-common-par-pev-popup-button-alignment{
           margin-left: 100px;
        }
	.pge_coc-common-par-pev-popup-confirm-modal-header{
		padding-top: 8px;
        padding-bottom: 0px;
	}	
	.pge_coc-common-par-pev-popup-confirm-attach-modal{
       margin-top: 25px;
    padding-bottom: 3px;
    }       
    .pge_coc_coomon-par-section-header-h2 {
        font-family: FFDINWeb;
        font-size: 30px;
        color: #666666;   
    }
	.pge_coc_coomon-par-section-header-h2 {
        font-family: FFDINWeb;
        font-size: 30px;
        color: #666666;   
    }
	
	.pge_coc-common-par-heading_block{
		margin:0 !important;
	}
	.pge_coc-common-par-pev-basic-backlink{
		margin-top:25px !important; 
	}
	.pge_coc-common-par-pev-basic-header{   
	   margin-top:2px;
	}
	.pge_coc-common-par-pev-basic-email{
		margin-top:21px;
	}
	.pge_coc-common-par-pev-basic-authorizeemail,.pge_coc-common-par-pev-basic-totalhold,.pge_coc-common-par-pev-basic-child{
		margin-top:28px;
	}
	.pge_coc-common-par-pev-basic-phone{
		margin-top:26px;
	} 
	.pge_coc-common-par-pev-basic-nextbtn{
		margin-top:35px;
	}
	.pge_coc_coomon-par-section-h2,.pge_coc_common-par-members-h2 {        
 	        font-size: 30px; 
 	 }
	 .pge_coc_common-par-members-h2{
		margin-bottom:4px;
	}
	.pge_coc-common-par-pev-members-numberofadults{
		margin-top:14px;
	}
	.pge_coc-common-par-pev-members-contentdetails{
		margin-top:27px;
	}
	.pge_coc-common-par-pev-members-personlabel{
		margin-top:9px;
	}
	.pge_coc-common-par-pev-members-source-income{
		margin-top:30px;
	}
	.pge_coc-common-par-pev-members-pubassitance{
		margin-top:9px;
	}
	.pge_coc-common-par-pev-members-pubassitance-select{
		margin-bottom:-3px;
	}
	#errorPublicAssistanceProgramType{
		margin-top:0 !important;
	}
	.pge_coc-common-par-pev-members-nextbtn{
		margin-top:18px;
	}
	 .pge_coc-common-par-pev-confirm-header{
	margin-top:27px;
	}
	.pge_coc-common-par-pev-confirm-textcontent,.pge_coc-common-par-pev-confirm-emaillabel{
	margin-top:23px;
	}
	.pge_coc-common-par-pev-confirm-myaccount{
		margin-top:17px !important;
	}
	
	 .pge_coc-common-par-pev-attach-header-h2{		 	 
		font-size:30px; 
	 }
	.pge_coc-common-par-pev-attach-required {
    margin-top: 12px;
	}
	.pge_coc-common-par-pev-attach-content {
		margin-top: 10px;
	}
	.errorDocumentType{
		margin-top:16px;
	}
	.pge_coc-common-par-pev-attach-declaration{
		margin-top:4px;
	}
	.pge_coc-common-par-pev-attachdoc-emaiContent{
		padding-left:7px;
	}
	.pge_coc-common-par-pev-attach-terms-checkbox {
		margin-top: 16px;
	}	
	.pge_coc-common-par-pev-attach-btnsubmit {
		margin-top: 28px;
	}	
	.pge_coc-common-par-hus-common-hrline-source{
		margin-top:25px;
	}
	.pge_coc-common-par-pev-adults-source{
		margin-top:28px;
	}
	 
	.pge_coc-common-par-pev-basic-emaiContent{
		width:93%;
		margin-top:6px;
		text-align:initial;
	}	
	.pge_coc-carefera-par-pev-help-text {
        padding-left: 30px; 
		margin-top: -8px;
		
    }
	.pge_coc-common-par-action_block_status {
    margin: 16px 0 10px;
}
	.pge_coc-common-par-action_block_status3 {
    margin: 16px 0 10px;
}
	.pge_coc-common-par-action_block_status2 {
    margin: 25px 0 10px;
}
 .pge_coc-common-par-pev-section1 {
       margin-top: 21px;
    }
	.marginTop30 {
    margin-top: 15px;
}
  .pge_coc-common-par-pev-section {
           margin-top: 26px;
        } 
		.pge_coc-common-hus-help-contact-care {
    margin-top: -7px;
}
.pge_coc-common-par-pev-section2 {
       margin-top: 15px;
    }
	 .pge_coc-common-par-status-noaction-message{
		margin-top:11px;
		margin-bottom:31px;
	}
	.pge_coc-common-par-status-notenrolled-message{
		margin-top:2px; 
	}	
	.pge_coc-common-par-status-notenrolled-assitance{
		margin-top:16px !important;
		margin-bottom:72px !important;
	}
	.pge_par-carefera-unenrollbutton-yes{
		margin-top:20px;
		margin-left:0px;
	}
	.pge_coc_coomon-par-section-unenroll{
		margin-top:0px;
	}
	.pge_coc_carefera-par-unenroll-confirm-cancel{
		margin-top:23px;
	}
	.pge_coc-common-par-pev-income-lable{   
        margin-top: -23px;
        margin-bottom: 3px;
    }
	.pge_coc-common-par-pev-income-lable-pev{   
        margin-top: -23px;
        margin-bottom: 3px;
    }
    .pge_coc-common-par-pev-income-delete-lable{   
          margin-top: -2px;
          margin-right: 5px;
    }
	.pge_coc-common-par-help-text-align{
      width:100%;
          
    } 
	.pge_coc-common-par-review-base_align{
      margin-left: -15px;
    } 
	.pge_coc-common-par-hus-status_align{
      margin-left: 12px;
	  margin-right: 20px;
    } 
	
	
} 
.manage-payment-container {
    padding: 0px 15px;
}
.pge_coc-managePayment-warning_para {
    margin: 0;
}
.manage-payment-container > .add-payment-account-section,
.manage-payment-container > .existing-payment-account-section {
    border-top: 1px solid #cccccc;
    color: #666666;
}
.existing-payment-account-section .accounts-show {
    padding: 15px;
    text-align: center;
}
    .existing-payment-account-section .accounts-show > .nickname_show > .nickname {
        margin-right: 20px;
        display: inline-block;
    }
.existing-payment-account-section > .account_container {
    border-bottom: 1px solid #cccccc;
}
.existing-payment-account-section .account_container > .ForThumbnails > .operMode {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    white-space: nowrap;
}
    .existing-payment-account-section .account_container > .ForThumbnails > .operMode > section {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
.existing-payment-account-section .ListBox > ul.list-group > li.pge_list-group-item {
    padding: 15px 10px 0px;
}
.existing-payment-account-section .ListBox > ul.list-group > li.pge_list-group-item {
    padding: 15px 10px 5px;
}
.manageAcctModalHeader {
    border-bottom: 0px !important;
}
.manageAcctModalFooter {
    border-top: 0px !important;
}
.nickNameField {
    border-radius: 0px !important;
}
.pge_coc-account-manage_pay_separator {
    border-color: #cccccc;
    margin-top: 0px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
#registerResidential.active,
#registerBusiness.active,
#accountHolderYes.active,
#accountHolderNo.active{
    color: #ffffff;
    background: #07679B;
    border: 1px solid #07679B;
}
#registration-page .btn-first{
        margin-right: 10px;
}
.accountVerificationError{
    padding-top:10px;
    padding-left: 15px;
}
.registration-link-decor{
      text-decoration:underline;
}
.registration-font-bold{
     font-family: 'FFDINWebBold';
}
.registration-and-seperator{
           
     font-size: 14px !important;
     color: #333333 !important;
}
.registration-dropdown div > button {
        width: 100% !important;
       
    }
 .registration-dropdown   div > button span.fa {
            float: right !important;
    }
 .registration-dropdown   ul.dropdown-menu{
        width: 100% !important;
    }
.registration-form input[type="text"]{
    padding: 0px 5px 0px 10px;
}
.register-content-container input.ListBoxTxtBox2{
    padding: 0px 5px 0px 10px;
}
.pge_cpan-landing-contact_block > h2{
    margin-top:45px;
    margin-bottom:22px;
}
.pge_cpan-landing-contact_block > div.pge_cpan-common-widget_container > div.col-sm-6,
.pge_cpan-landing-settings_block > div.pge_cpan-common-widget_container:last-of-type > div.col-sm-6 {
    padding-bottom: 0px;
}
hr.pge_cpan-landing-contact_settings_partition{
    border-color: #bababa;
    margin:45px 0;
}
.pge_cpan-landing-settings_block > h2{
    margin-top:0px;
    margin-bottom:14px;
}
.pge_cpan-landing-settings_block.pge_cpan-landing-noContact_block > h2{
    margin-top:45px;
    margin-bottom:22px;
}
.pge_cpan-landing-settings_block > p:last-of-type{
    margin: 0 0 28px;
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media{
    height:100%;
    display:table;
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > button{
    margin:15px 20px 0 0;
    text-transform:uppercase;
    font-family: 'DINWeb-Bold';
    font-size:12px;
    color:#ffffff;
    padding:4px 2px 2px;
    width:38px;
    height:39px;
    border:none;
    -webkit-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
    box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.8);
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > button.off{
    background-color:#fff;
    border:2px solid #07679B;
    color:#07679B;
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > button.on{
    background-color:#FBBB36;
    color:#005179;
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > span.pge_cpan-common_alertText{display: block;}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > .media-body{
    padding-left:20px;
    border-left:1px solid #bababa;
    height:100%;
}
.pge_cpan-landing-settings_block a.pge_cpan-common-widget_navigator_btn > .media > button.blank_OTA{
    background-color:#ffffff;
    box-shadow: inset 0 2px 2px -2px #ffffff;
}
@media(max-width:767px) {
    .pge_cpan-landing-contact_block > div.pge_cpan-common-widget_container > div.col-sm-6:first-of-type,
    .pge_cpan-landing-settings_block > div.pge_cpan-common-widget_container:last-of-type > div.col-sm-6:first-of-type {
        padding-bottom: 18px;
    }
    .pge_cpan-landing-contact_block > div.pge_cpan-common-widget_container > div.col-sm-6:last-of-type,
    .pge_cpan-landing-settings_block > div.pge_cpan-common-widget_container:last-of-type > div.col-sm-6:last-of-type {
        padding-bottom: 0px;
    }
}
.pge_cpan-profile-comp_block{
    margin-top:45px;
}
.pge_cpan-mailingAdd-comp_block{
    margin-top:45px;
}
.pge_cpan-mailingAdd-city_block,
.pge_cpan-mailingAdd-state_zip_block{
    display:inline-table;    
}
.pge_cpan-mailingAdd-city_block{
    width:calc(100% - 207px);
}
.pge_cpan-mailingAdd-state_zip_block_container{    
    display: inline-table;
    float: right;
    width: 207px;
}
.pge_cpan-mailingAdd-state_zip_block{           
    padding-left:10px; 
    width:103.5px;
}
.pge_cpan-mailingAdd-state_zip_block.zipBlock{ 
    width:99.5px;
}
.pge_cpan-mailingAdd-city_block > input.pge_cpan-common-form_gen_comp_control
.pge_cpan-mailingAdd-state_zip_block > input.pge_cpan-common-form_gen_comp_control{
    width:100%;
    max-width:100%;
}
.pge_cpan-mailingAdd-state_zip_block > div.btn-group.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu {
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}
@media(max-width:767px) {    
    .pge_cpan-mailingAdd-city_block{
        width:100%;
    }
    .pge_cpan-mailingAdd-state_zip_block_container{
        display: block;
        float: none;
        width:100%;
    }
    .pge_cpan-mailingAdd-state_zip_block{
        padding-left:0px;
        width:calc(100% - 120px);
    }
    .pge_cpan-mailingAdd-state_zip_block + div.pge_cpan-mailingAdd-state_zip_block{
        width:103.5px;        
        float:right;
    }
}
.pge_cpan-epl-contact_block{
    padding: 10px 0 29px;
}
.pge_cpan-epl-contact_block > form.pge_cpan-common-form_container{
    padding:0;
}
hr.pge_cpan-epl-contact_eplComp_partition{
    border-color: #bababa;
    margin:0 0 45px;
}
.pge_cpan-epl-comp_block > .pge_cpan-common-glb_alert_box_block {
    margin-bottom: 45px;
}
.pge_cpan-epl-comp_block form.pge_cpan-common-form_container .form-group label{
  margin:0;     
}
.pge_cpan-epl-comp_block form.pge_cpan-common-form_container > button.pge_coc-cpan-orange_btn{
    margin-top:19px;
}
dl.pge_cpan-epl-comp_usr_input_control_list{
    counter-reset: epl-counter;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt{
    font-weight:normal;
    border-bottom:1px solid #bababa;
    margin-bottom:16px;
}
dl.pge_cpan-epl-comp_usr_input_control_list dt:before{
    content: counter(epl-counter);
	counter-increment: epl-counter;
    float:left;
    padding:8px 8px 40px;
    background-color:#ededed;
    color:#aaa;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address{
    padding-left:44px;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > div.pge_cpan-epl-comp_control_block{
    width:calc(100% - 43px);
    display:inline-table;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > div.pge_cpan-epl-comp_control_block input.pge_cpan-common-form_gen_comp_control,
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > div.pge_cpan-epl-comp_control_block div.btn-group.pge_cpan-common-form_gen_comp_control{
    max-width:100%;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > div.pge_cpan-epl-comp_control_block > div.pge_cpan-epl-comp_ph_type_block{
    width:calc(50% - 5px);
    display:inline-table;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > div.pge_cpan-epl-comp_control_block > div.pge_cpan-epl-comp_ph_type_block:last-of-type{
    float:right;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block{
    color:#666;
    margin-left:10px;
    display:inline-table;
    font-size: 30px;
    line-height: 1;
    vertical-align: bottom;
    padding-bottom: 5px;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block:hover,
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block:focus{
    text-decoration:none;
    outline:none;
    color:#999;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block.disabled,
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block[disabled]{
    color:#ccc;    
    pointer-events:all;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block.disabled:hover,
dl.pge_cpan-epl-comp_usr_input_control_list > dt > address > a.pge_cpan-epl-comp_remove_block.disabled:focus{
    text-decoration:none;
    color:#ccc;
}
.pge_cpan-epl-comp_remove_block_tooltip {
    margin-left:auto;
    margin-right:auto;
    padding: 10px;
    max-width: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bbb;
    font-family:'DIN-Regular';
    background:#f8f8f8;
    color:#666;
    border-radius:0px;
}
dl.pge_cpan-epl-comp_usr_input_control_list dt.newEmailAddress:before{
    padding: 8px 8px 127px;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt.newEmailAddress > address > div.pge_cpan-epl-comp_control_block > div#confirmEmailBlock{
    padding-top:16px;
}
dl.pge_cpan-epl-comp_usr_input_control_list > dt.newEmailAddress > address > a.pge_cpan-epl-comp_remove_block {
    margin-bottom: 45px;
}
@media(max-width:1199px) {
    dl.pge_cpan-epl-comp_usr_input_control_list > dt.pge_cpan-epl-comp_ph_type_list:before {
        padding: 8px 8px 127px;
    }
    dl.pge_cpan-epl-comp_usr_input_control_list > dt.pge_cpan-epl-comp_ph_type_list > address > div.pge_cpan-epl-comp_control_block > div.pge_cpan-epl-comp_ph_type_block {
        width: 100%;
        display: block;
    }
        dl.pge_cpan-epl-comp_usr_input_control_list > dt.pge_cpan-epl-comp_ph_type_list > address > div.pge_cpan-epl-comp_control_block > div.pge_cpan-epl-comp_ph_type_block:last-of-type {
            float: none;
            padding-top: 16px;
        }
    dl.pge_cpan-epl-comp_usr_input_control_list > dt.pge_cpan-epl-comp_ph_type_list > address > a.pge_cpan-epl-comp_remove_block {
        margin-bottom: 45px;
    }
}
.pge_cpan-outageAlerts-comp_block{
    margin-top:45px;
}
.pge_cpan-highBillAlerts-comp_block{
    margin-top:45px;
}
.pge_cpan-highBillAlerts-threshold_amt_container{
    width:768px;
}
.pge_cpan-highBillAlerts-threshold_amt_block{    
    margin-bottom:14px;
    padding: 0 20px 35px;
    background-color: #ededed;
    display:inline-block;
    width:280px;
}
.pge_cpan-highBillAlerts-threshold_amtInfo_block{
    
    float: right;
    padding: 18px 0 35px 20px;
    display:inline-table;
    width:calc(100% - 300px);
}
.pge_cpan-highBillAlerts-threshold_amtInfo_block > p{
    margin:0;
    font-size:14px;
}
.pge_cpan-highBillAlerts-threshold_amtInfo_block > p:last-child{
    margin:5px 0 10px;
}
@media(max-width:460px) {
    .pge_cpan-highBillAlerts-threshold_amt_block,
    .pge_cpan-highBillAlerts-threshold_amtInfo_block {
        display: block;
    }
}
.pge_cpan-highBillAlerts-threshold_amt_block > label[data-type="title"] {
    margin: 18px 0 10px;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group{
    width:240px;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon{    
    border-radius:0px; 
    border: 1px solid #424242;   
    height:48px;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:first-child {
    
    border-right: 0;
    padding:6px 16px;
    font-size:16px;
    font-family:'DINWeb';
    color:#424242;
    background-color: #f5f5f5;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:last-child {
    border:none;
    padding:0;
    background-color: transparent;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:last-child > a.fa-info-circle {    
    padding:6px 12px;
    font-size:20px;
    color:#07679B;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:last-child > a.fa-info-circle:hover,
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:last-child > a.fa-info-circle:focus {    
    color:#32a0cf;
    text-decoration:none;
}
.pge_cpan-highBillAlerts-threshold_amt_block > .input-group > input.form-control{
    border-left:0;
}
@media(max-width:991px) {
    .pge_cpan-highBillAlerts-threshold_amt_container{
        width: 100%;
    }
    .pge_cpan-highBillAlerts-threshold_amtInfo_block {
        width: 100%;
        padding: 4px 0 10px 0;
        float: none;
    }
}
@media(max-width:767px) {
   .pge_cpan-highBillAlerts-threshold_amt_block,
    .pge_cpan-highBillAlerts-threshold_amt_block > .input-group{
    width:auto;
}
     
    .pge_cpan-highBillAlerts-threshold_amt_block > .input-group > span.input-group-addon:last-child > a.fa-info-circle {
        margin-right:12px;
    }
}
.pge_cpan-kubraAlerts-desc_contact_container{padding: 41px 20px 2px 0; margin-bottom: 0}
.pge_cpan-kubraAlerts-desc_contact_container h3{margin: 0; padding: 0; font-size: 32px;}
.pge_cpan-kubraAlerts-desc_contact_container .pge_cpan-kubraAlerts-desc_contact_left p{font-size: 16px; line-height: 24px; color: #424242}
.pge_cpan-kubraAlerts-desc_contact_container .pge_cpan-kubraAlerts-desc_contact_right label{font-family: 'DINWeb-Bold'; font-weight: normal; margin-bottom: 7px}
.pge_cpan-kubraAlerts-desc_contact_container div.btn-group.pge_cpan-common-form_gen_comp_control{max-width: none;}
.pge_cpan-kubraAlerts_separator{height: 1px; background: #CCC; margin: 33px 0 29px 0;}
.pge_cpan-kubraAlerts-desc_contact_container .text-muted{font-size: 13px; line-height: 16px;}
.pge_cpan-kubra_kubraComp_partition{border-color: #ababab; margin-bottom: 18px;}
.pge_cpan-outageAlerts-comp_block{margin-top: 43px;}
.pge_cpan-common-plus_minus_group{display: block;}
.pge_cpan-common-plus_minus_group > .btn{background: #fff;color:#07679B;border:1px solid #07679B; height: 48px; border-radius: 0; font-family: 'DINWeb-Bold'; font-size: 25px; line-height: 20px; width: 36px; padding: 0;}
.pge_cpan-common-plus_minus_group > .btn:hover{background: #07679B;color:#fff;}
.pge_cpan-common-plus_minus_group .form-control{width: 90px; display: inline-block; float: left; margin: 0 10px; text-align: center;}
.pge_cpan-common-switch_notDetails_block > dl.form-group > dt > address > section{vertical-align: top;}
.pge_cpan-common-last{margin-left: 40px; width: 271px; vertical-align: top;}
.pge_cpan-common-last .text-muted{display: block; font-size: 14px; line-height: 21px; padding-top: 10px}
.pge_cpan-common-last .btn-group{display: block;}
.form-group .input-block-level{width: 100% !important}
.pge_cpan-common-form_gen_comp_control > ul.dropdown-menu.mobile-carriers-list{height: 200px; overflow-y: scroll;}
@media screen and (max-width:990px){
    .pge_cpan-kubraAlerts_container .pge_cpan-common-switch_form > div.pge_cpan-common-switch_notDetails_block{display: block;}
    .pge_cpan-common-last{margin-left: 0;}
}
.pge_coc-common-par_app_container,.pge_coc-common-par_app_container-carefera-header{
    font-size:16px;
    font-family: 'FFDINWeb';
    color:#333;
    margin: auto !important;
}
.pge_coc-common-par_app_container h1,.pge_coc-common-par_app_container-carefera-header h1{
    font-size:60px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container h2{
    font-size:48px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container h3{
    font-family: 'FFDINWebBold';
    font-size:18px;
    line-height:1;
}
.pge_coc-common-par_app_container h4{
    font-family: 'FFDINWebBold';
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container h5{
    font-family: 'FFDINWebBold';
    font-size:14px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container h6{
    font-family: 'FFDINWebBold';
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container .h6{
    font-family: 'FFDINWebBold';
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    line-height:1;
}
.pge_coc-common-par_app_container p{    
    line-height:1.75;
}
.pge_coc-common-par-heading_block {
    background: url(../img/heading-block_bg.png);
    background-size: auto 100%;
    color: #fff;
    text-align: center;
    margin: 0px -100% 0 !important;
    padding: 95px 20px !important;
    height: 250px;
}
.pge_coc-common-par-heading_block > h1 {
    font-family: 'FFDINWeb';
    margin: 0;
    display: inline-block;
}
.pge_coc-common-par-content_block{
    font-size:16px;
}
.pge_coc-common-par-content_block ,
.pge_coc-common-par-content_block > h2{
    font-family: 'FFDINWeb';
}
.pge_coc-common-par-inner_container{
    border:1px solid #ccc;
    padding:50px 0;
}
.pge_coc-common-par-inner_container h3{
    text-transform:uppercase;
    margin:0 0 20px;
    line-height:1;
}
.pge_coc-common-par_app_container hr{
    border-color:#ccc;
}
.pge_coc-common-par-info_block{
    background-color:#f1f1f1;
    padding:20px 5px;
}
.pge_coc-common-par-preview_block{
    background-color:#FEEDC7;
    padding:0 5px 20px;
}
.pge_coc-common-par-preview_block > hr{
    margin-top:0px;
    border-color:#666;
}
.pge_coc-common-par-top5_block{
    margin-top:5px;
}
.pge_coc-common-par-top10_block{
    margin-top:10px;
}
.pge_coc-common-par-top15_block{
    margin-top:15px;
}
.pge_coc-common-par-top20_block{
    margin-top:20px;
}
.pge_coc-common-par-top30_block{
    margin-top:30px;
}
.pge_coc-common-par-top40_block{
    margin-top:40px;
}
.pge_coc-common-par-bottom0_block{
    margin-bottom:0;
}
.pge_coc-common-par-negBottom15_block{
    margin-bottom:-15px;
}
.pge_coc-common-par-vs2_block{
    margin-top:50px;
    color:#333;
}
.pge_coc-common-par_cursor_pointer_elem{
    cursor:pointer;
}
.pge_coc-common-par_center_elem{
    display:block;
    margin-right:auto;
    margin-left:auto;
    float:none;
}
.pge_coc-common-par-action_block {
    margin: 20px 0 10px;
}
.pge_coc-common-par-action_block.pge_coc-common-par-vs2_block{
    margin-top:50px;
}
.pge_coc-common-par-action_block a.pge_coc-common-par-back_lnk{
    text-transform:uppercase;
    font-family: 'FFDINWebBold';
    margin-top:5px;
    float:left;
    font-size:14px;
}
.pge_coc-common-par-action_block a.pge_coc-common-par-back_lnk:focus{
    color:#005179;
}
.pge_coc-common-par-action_block a.pge_coc-common-par-back_lnk:active,
.pge_coc-common-par-action_block a.pge_coc-common-par-back_lnk:visited{
   
}
.pge_coc-common-par-action_block .pge_coc-common-active_blue_btn,
.pge_coc-common-par-action_block .pge_par_coc-common-blue_btn 
{
    width:150px;
    float:left;
    text-transform: uppercase;
}
.pge_coc-common-par-action_block .pge_coc-common-active_orange_btn{    
    width:150px;
    float:right;
    font-family:'FFDINWebBold';
    padding:6px 10px 8px;
}
.pge_coc-common-par-err_txt{
    color:#B02621;
}
.pge_coc-common-par-minGoodFaithAmt{
    margin:5px 0;
}
.pge_coc-common-par-err_colonized_block{
    color:#B02621;
}
.pge_coc-common-par-err_colonized_block > p:last-of-type{
    margin-bottom:0px;
}
.pge_coc-common-par-err_colonized_block a,
.pge_coc-common-par-err_colonized_block a:hover,
.pge_coc-common-par-err_colonized_block a:focus,
.pge_coc-common-par-err_colonized_block a:active,
.pge_coc-common-par-err_colonized_block a:visited{
    color:#B02621;
    text-decoration:underline;
}
.pge_coc-common-par_warn_para{
    margin: 20px 0 0;
}
.pge_coc-common-par_warn_para > .fa-warning{
    padding-right:5px;
}
@media (max-width: 767px) {
    .pge_coc-common-par_app_container h1 {
        font-size: 30px;
    }
    .med-base-top-header h1{
    font-size: 36px!important;
    }
    .pge_coc-common-par_app_container h2 {
        
    }
    .pge_coc-common-par-heading_block {
        height: 150px;
        padding: 60px 20px !important;
    }
    .pge_coc-common-par-vs2_block {
        margin-top: 35px;
    }
    .pge_coc-common-par-inner_container {
        padding: 20px 10px;
    }
    .pge_coc-common-par-action_block.pge_coc-common-par-vs2_block {
        margin-top: 35px;
    }
    .pge_coc-common-par-action_block .pge_coc-common-par-back_lnk{
        clear:both;
    }
    .pge_coc-common-par-action_block.mobBtns .pge_coc-common-active_blue_btn {
        width:50%;
    }
    .pge_coc-common-par-action_block.mobBtns .pge_coc-common-active_orange_btn {
        width:calc(50% - 20px);
    }
}
@media (min-width: 320px)
and (max-width: 767px) {
    .med-base-top-header{
        margin: 0 !important;
        padding: 20px 0 !important;
    }
    .heading-parent-h1{
        margin: 0px 5% 0px!important;
    }
    .heading-parent-h1 h1{
        font-size: 30px !important;
    }
    .hm5035{
        margin-top: 25px !important;
    }
}
@media (max-width: 350px) {
    .pge_coc-common-par-heading_block {
        padding: 45px 20px;
    }
}
.par-skip-link a
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    margin: 0 0 0px;
}
.par-skip-link a:focus
{
    position:static;
    width:auto;
    height:auto;
}
.med-base-top-header{
    background: url(../img/heading-block_bg.png);
    background-size: auto 100%;
    padding: 60px 0;
    text-align: center;
    margin: 0px -100% 0;
}
.med-base-top-header h1{
    color: #FFF;
    font-size: 60px;
}
.heading-parent-h1{
    margin: 0px 33% 0px;
}
.heading-parent-h1 h1{
    color: #FFF;
    font-size: 60px;
}
.med-base-sub-header{
    font-family: FFDINWeb;
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    text-align: left;
}
.med-base-sub-para {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
}
.hm5035{
    margin-top: 45px;
}
.pge-field-label {
    font-size: 18px;
    color: #111111;
    font-family: 'FFDINWebBold';
    font-weight: normal;
}
.med-base-input-text {
    height: 50px !important;
    padding: 0px 30px 0px 10px !important;
    border-radius: 0 !important;
    word-wrap: break-word;
    word-break: break-all;
}
div.radio-section {
    
    align-items: center;
}
.radio-section > .radio_btn_options{
    display: block;
    padding-top:10px;
}
.custom-box{
    height: 130px;
    width: 200px;
    background-color: #eae5e5;
    margin-left: 27px;
}
.right-side-box{
    margin-left: 50px;
}
.electric-inform{
    margin-top: 30px;
}
.electric-inform > h2,  .electric-inform > p{
    padding: 15px 0 10px 0;
}
#ore-confirmation-mail-input{
    height: 54px;
    border-radius: 0;
    border: 1px solid #CCC ;
}
#ore-reveiwsubmit-termcond{
    margin-left: 5px;
}
.custom-left-space{
    margin-left: 10px;
}
.error-message{
    border: 2px solid #B02621 !important;
}
.pge_coc-common-active_orange_btn {
    padding: 6px 10px 4px;
    color: #042037;
    font-size: 14px;
    background: #FBBB36;
    border-radius: 0px;
    box-shadow: none;
    text-transform:uppercase;
    border: 2px solid #FBBB36;
    font-family:'DINWeb-Bold';
}
    .pge_coc-common-active_orange_btn:hover,
    .pge_coc-common-active_orange_btn:focus{
        color: #042037;
        background: #E59902;
        border: 2px solid #E59902;
    }
    .pge_coc-common-active_orange_btn:active{
        background: #BF7E2A;
    }
.pge_coc-common-right_angle_lnk {
    font: FFDINWebBold;
    font-size: 14px;
    color: #07679B;
    text-transform: uppercase;
}
    
.pge_coc-common-active_blue_btn {
    padding: 6px 10px 8px;
    color: #042037;
    font-size: 14px;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    text-transform:uppercase;
    border: 1px solid #07679B;
    font-family:'FFDINWebBold';
}
    .pge_coc-common-active_blue_btn:hover,
    .pge_coc-common-active_blue_btn:focus,
    .pge_coc-common-active_blue_btn:active{
        color: #07679B;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
       
       
    }
    .pge_coc-common-active_blue_btn.active,
    .pge_coc-common-active_blue_btn.active:hover,
    .pge_coc-common-active_blue_btn.active:focus,
    .pge_coc-common-active_blue_btn.active:active {        
        color: #fff;
        background: #07679B;
        border:1px solid #07679B;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .pge_coc-common-active_blue_btn.active:focus,
    .pge_coc-common-active_blue_btn.active:active {        
        color: #fff;
        background: #07679B;
        border:1px solid #07679B;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: dotted thin;
        outline-offset: -1px;
    }
    
    .pge_coc-common-active_blue_btn + .pge_coc-common-active_blue_btn{
       margin-left:20px;
    }
   
@media (max-width: 767px) {
    .pge_coc-common-active_blue_btn + .pge_coc-common-active_blue_btn{
       margin-left:10px;
    }
}
.pge_coc-common-dropdown_btn {
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
    height: 34px;
    padding: 6px 6px;
    
}
.pge_coc-common-dropdown_btn .fa-angle-down{
   
    font-size: 18px;
    
}
.dropdown-label-text{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    float: left;
    padding-right: 5px;
}
  
@font-face {
    font-family: 'FFDINWeb';
	src: local("DINOT"),
	 url(../fonts/DINOT/DINOT.eot?),
     url(../fonts/DINOT/DINOT.otf) format('opentype'),
     url(../fonts/DINOT/DINOT.eot) format('embedded-opentype'),
     url(../fonts/DINOT/DINOT.ttf) format('truetype'),
     url(../fonts/DINOT/DINOT.woff) format('woff');   
}
@font-face {
    font-family: 'FFDINWebItalic';
	src: local("DINOT-Italic"),
		url(../fonts/DINOT-Italic/DINOT-Italic.eot?),
		url(../fonts/DINOT-Italic/DINOT-Italic.otf) format('opentype'),
		url(../fonts/DINOT-Italic/DINOT-Italic.eot) format('embedded-opentype'),
		url(../fonts/DINOT-Italic/DINOT-Italic.ttf) format('truetype'),
		url(../fonts/DINOT-Italic/DINOT-Italic.woff) format('woff');
}
@font-face {
    font-family: 'FFDINWebMedium';
	src: local("DINOT-Medium"),
		url(../fonts/DINOT-Medium/DINOT-Medium.eot?),
		url(../fonts/DINOT-Medium/DINOT-Medium.otf) format('opentype'),
		url(../fonts/DINOT-Medium/DINOT-Medium.eot) format('embedded-opentype'),
		url(../fonts/DINOT-Medium/DINOT-Medium.ttf) format('truetype'),
		url(../fonts/DINOT-Medium/DINOT-Medium.woff) format('woff');
}
@font-face {
    font-family: 'FFDINWebMediumItalic';
	src: local("DINOT-MediumItalic"),
		url(../fonts/DINOT-MediumItalic/DINOT-MediumItalic.eot?),
		url(../fonts/DINOT-MediumItalic/DINOT-MediumItalic.otf) format('opentype'),
		url(../fonts/DINOT-MediumItalic/DINOT-MediumItalic.eot) format('embedded-opentype'),
		url(../fonts/DINOT-MediumItalic/DINOT-MediumItalic.ttf) format('truetype'),
		url(../fonts/DINOT-MediumItalic/DINOT-MediumItalic.woff) format('woff');
}
@font-face {
    font-family: 'FFDINWebBold';
	src: local("DINOT-Bold"),
		url(../fonts/DINOT-Bold/DINOT-Bold.eot?),
		url(../fonts/DINOT-Bold/DINOT-Bold.otf) format('opentype'),
		url(../fonts/DINOT-Bold/DINOT-Bold.eot) format('embedded-opentype'),
		url(../fonts/DINOT-Bold/DINOT-Bold.ttf) format('truetype'),
		url(../fonts/DINOT-Bold/DINOT-Bold.woff) format('woff');
}
@font-face {
    font-family: 'FFDINWebBoldItalic';
	src: local("DINOT-BoldItalic"),
		url(../fonts/DINOT-BoldItalic/DINOT-BoldItalic.eot?),
		url(../fonts/DINOT-BoldItalic/DINOT-BoldItalic.otf) format('opentype'),
		url(../fonts/DINOT-BoldItalic/DINOT-BoldItalic.eot) format('embedded-opentype'),
		url(../fonts/DINOT-BoldItalic/DINOT-BoldItalic.ttf) format('truetype'),
		url(../fonts/DINOT-BoldItalic/DINOT-BoldItalic.woff) format('woff');
}
.pgeOutage {
    color: #333333;
    background-color: #FFFFFF;
    font-family: FFDINWeb;
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
}
.pge_coc-common-par-bold_font{
    font-family: 'FFDINWebBold';
}
.pge_coc-common-par-dueAmtFont{
    font-family: 'FFDINWebBold';
    font-size:18px;
}
.pge_coc-common-par-form .form-control{
    font-size:16px;
}
.pge_coc-common-par-form input.form-control,
.pge_coc-common-par-form .input-group > .input-group-addon,
.pge_coc-common-par-form .btn-group > .btn{
    border-radius:0px;
    border:1px solid #c1c1c1;
}
.pge_coc-common-par-form .input-group > .input-group-addon{
    border-right:none;
}
.pge_coc-common-par-form_pay_amt_gp > .input-group-addon {
    background-color:#fff;
    padding:6px 12px;
}
.pge_coc-common-par-form_date_gp > .input-group-addon{
    background-color:#fff;
    padding:6px 8px;
}
    .pge_coc-common-par-form_date_gp > .input-group-addon[disabled],
    .pge_coc-common-par-form_date_gp > .input-group-addon.disabled {
        background-color: #eee;
        opacity: 1;
        cursor: not-allowed;
    }
.pge_coc-common-par-form_date_gp > .input-group-addon > .fa-calendar{
    font-size:18px;
    padding: 0;
}
.pge_coc-common-par-form input.form-control,
.pge_coc-common-par-form_pay_amt_gp ,
.pge_coc-common-par-form_date_gp{
    width:150px;
}
.pge_coc-common-par-form_pay_amt_gp input.form-control,
.pge_coc-common-par-form_date_gp input.form-control{
    width:115px;
    text-align:right;
}
.pge_coc-common-par-form .btn-group > .btn > .fa-chevron-down{
    margin-left:8px;
    font-size:12px;
}
.pge_coc-common-par-form .btn-group > .dropdown-menu{
    left:auto;
    right:0;
    border-radius:0px;
    border:1px solid #ccc;
}
.pge_coc-common-par-form > .form-group > section > .pull-left{
    width:calc(100% - 155px);    
}
.pge_coc-common-par-form > .form-group > section > .pull-left.additionalInst{
    width:calc(100% - 70px);
}
.pge_coc-common-par-info_block.pge_coc-common-par-form > .form-group{
    margin-bottom:20px;
    clear:both;
}
.pge_coc-common-par-info_block.pge_coc-common-par-form > .form-group:last-of-type{
    margin-bottom:0px;
}
.pge_coc-common-par-form_pay_amt_gp.error > .input-group-addon{
    border-top-color:#B02621;
    border-bottom-color:#B02621;
    border-left-color:#B02621;
}
.pge_coc-common-par-form_pay_amt_gp.error > input.form-control{
    border-top-color:#B02621;
    border-bottom-color:#B02621;
    border-right-color:#B02621;
}
@media (max-width: 767px) {
    .pge_coc-common-par-form input.form-control{
        padding:6px 10px;
    }
    .pge_coc-common-par-form input.form-control,
    .pge_coc-common-par-form_pay_amt_gp,
    .pge_coc-common-par-form_date_gp {
        width: 135px;
    }
        .pge_coc-common-par-form_pay_amt_gp input.form-control,
        .pge_coc-common-par-form_date_gp input.form-control {
            width: 100px;
        }
    .pge_coc-common-par-form > .form-group > section > .pull-left {
        width: calc(100% - 140px);
    }
}
  
.pge_coc-payArr-heading_block{
    background-color: #07679B;
    color: #fff;
    padding: 100px 20px;
    text-align:center;
}
.pge_coc-payArr-heading_block > h1 {
    margin: 0;
    display: inline-block;
}
.pge_coc-payArr-content_block{
    border:1px solid #bbb;
    padding:15px 10px;
}
.pge_coc-payArr-content_block > h3{
    text-transform:uppercase;
    margin:0 0 15px;
    line-height:1;
}
.pge_coc-payArr-inst_ext_block{
    margin:50px 0 0;
}
.pge_coc_instalmnt_error{
    background-image: url(../img/icon-text-error.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: right;
    padding-right: 25px;
}
.pge_coc-payArr-inst_ext_block:after{
    clear:both;
}
.pge_coc-payArr-inst_ext_block > button.btn:first-of-type{
    width:50%;
}
.pge_coc-payArr-inst_ext_block > button.btn:last-of-type{
    width:calc(50% - 20px);
    float:right;
}
.pge_coc-payArr-inst_ext_form_container > h4{
    margin:20px 0;
}
@media (max-width: 767px) {
    .pge_coc-payArr-inst_ext_block {
        margin: 20px 0 0;
    }
        .pge_coc-payArr-inst_ext_block > button.btn:last-of-type {
            width: calc(50% - 10px);
            float: right;
        }
}
  
#convenienceFeeModal .modal-content{
  width:70%;
  margin:0px auto;
}
#convenienceFeeModal .modal-body{
  padding:0px 70px;
}
#convenienceFeeModal .modal-header button .popup_close{
  padding:18px;
}
#convenienceFeeModal .modal-body h3{
  font-family: "FFDINWebbold";
  font-size: 18px;
  line-height:1.2;
  color: #333;
  padding:20px 0px 18px 0px;
}
#convenienceFeeModal .closeBtnContainer {
  padding:50px 0px;
  text-align:center;
}
#convenienceFeeModal .closeBtnContainer button{
  width:33.33%;
}
#kubraAddCardFrame{
  border:none;
  width:100%;
  height:1590px;
}
#convenienceFeeContainer{
  margin-left:25px;
}
@media (max-width: 590px) {
  #convenienceFeeModal .modal-body{
    padding:0px 10px;
  }
  #convenienceFeeModal .closeBtnContainer {
    padding:35px 0px;
    text-align:center;
  }
}
#kubraIframe{
  width: 82%;
}
@media (max-width: 991px) {
  #kubraIframe{
    width: 60% !important;
  }
}
@media (max-width: 768px) {
  #kubraIframe{
    width: 100% !important;
  }
}
@media (min-width: 1099px) {
#kubraIframeContainer .kubra-error-msg-img{
  margin-top:0;
}
}
.pt40 {
  padding-top: 40px;
}
.pt3 {
  padding-top: 3px;
}
.pt2 {
  padding-top: 2px;
}
.pt20 {
  padding-top: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pl12 {
  padding-left: 12px;
}
.pb1 {
  padding-bottom: 1px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt0 {
  padding-top: 0px !important;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pr5 {
  padding-right: 5px;
}
.pr15 {
  padding-right: 15px;
}
.pr12 {
  padding-right: 12px;
}
.pr10 {
  padding-right: 10px;
}
.pl2 {
  padding-left: 2px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl23 {
  padding-left: 23px !important;
}
.pl29 {
  padding-left: 29px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.error-alignment {
  padding-left: 32px;
}
.pl38 {
  padding-left: 38px !important;
}
.pl60 {
  padding-left: 60px;
}
.pl25 {
  padding-left: 25px;
}
.p14 {
  padding: 14px;
}
.p40 {
  padding: 40px;
}
.pr20 {
  padding-right: 20px;
}
.p0 {
  padding: 0;
}
.error-position {
  padding: 1.1% 0px;
  width: 5%;
}
.warning-position {
  padding: 1.3% 0px;
  width: 5%;
}
.warning_style {
  background-image: url(../img/icon-warning.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  padding: 25px;
}
.width700 {
  width: 700px;
}
.width100 {
  width: 100%;
}
.width200 {
  width: 200px;
}
.width220 {
  width: 220px;
}
.h44 {
  height: 44px;
}
.h54 {
  height: 54px;
}
.h20 {
  height: 20px;
}
.w110 {
  width: 110%;
}
.w20 {
  width: 20px;
}
.wid-99 {
  width: 99%;
}
table.pge_myacc_table > thead >tr {
  margin-bottom: 10px;
}
table.pge_myacc_table > tbody >tr:nth-child(even) {
  background-color: #FFFFFF
}
table.pge_myacc_table > tbody >tr:nth-child(odd) {
  background-color: #F1F1F1
}
table.pge_myacc_table > tbody:before {
  line-height: 10px;
  content: "_";
  color: white;
  display: block;
}
table.pge_myacc_table {
  border-collapse: separate;
  border-spacing: 5px 0px;
}
.tableScroll {
  overflow-y: auto;
  
  height: auto;
  max-height: 400px;
  display: block;
}
.disBlock {
  display: block;
}
.disFlex {
  display: flex;
}
.bgcolor_header_dark_grey {
  background-color: #DEDEDE;
}
.fwnormal {
  font-weight: normal;
}
.fwbold {
  font-weight: bold !important;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px !important;
}
.font-20 {
  font-size: 20px;
}
.form-control-feedback {
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: auto;
}
m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt26 {
  margin-top: 26px;
}
.mt11 {
  margin-top: 11px;
}
.mt27 {
  margin-top: 27px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt17 {
  margin-top: 17px;
}
.mt32 {
  margin-top: 32px;
}
.mt43 {
  margin-top: 43px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.mt38 {
  margin-top: 38px;
}
.mb-10 {
  margin-bottom: -10px;
}
.mb-5 {
  margin-bottom: -5px;
}
.mb-3 {
  margin-bottom: -3px;
}
.mb-8 {
  margin-bottom: -8px;
}
.mt37 {
  margin-top: 37px;
}
.mt28 {
  margin-top: 28px;
}
.mt23 {
  margin-top: 23px;
}
.mt35 {
  margin-top: 35px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt40 {
  margin-top: 40px;
}
.mt42 {
  margin-top: 42px;
}
.mt43 {
  margin-top: 43px;
}
.mt48 {
  margin-top: 48px;
}
.mt29 {
  margin-top: 29px;
}
.mt39 {
  margin-top: 39px;
}
.mt43 {
  margin-top: 43px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt12 {
  margin-top: 12px;
}
.mt10 {
  margin-top: 10px;
}
.mt39 {
  margin-top: 39px;
}
.mt5 {
  margin-top: 5px;
}
.pge-mt50-35 {
  margin-top: 40px;
}
.pge-mt35 {
  margin-top: 35px;
}
.pge-mt28 {
  margin-top: 28px;
}
.pge-mt30-15 {
  margin-top: 20px;
}
.pge-mb30-15 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pge-mt40 {
    margin-top: 40px;
  }  
  .pge-mt50-35 {
    margin-top: 35px;
  }
  .pge-mt30-15 {
    margin-top: 15px;
  }
  .pge-mb30-15 {
    margin-bottom: 15px;
  }
  .mb-mt25 {
    margin-top: 25px;
  }
  .error-alignment {
    padding-left: 28px
  }
  .pl10M {
    padding-left: 10px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb34 {
  margin-bottom: 34px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb9 {
  margin-bottom: 9px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb10 {
  margin-bottom: 10px
}
.mb25 {
  margin-bottom: 25px
}
.mb15 {
  margin-bottom: 15px
}
.ml-10 {
  margin-left: -10px;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-5 {
  margin-left: -5px;
}
.ml-2 {
  margin-left: -2px;
}
.ml10 {
  margin-left: 10px;
}
.mr5 {
  margin-right: 5px;
}
.text-underline {
  text-decoration: underline;
}
.text_align_center {
  text-align: center !important;
}
.text_align_right {
  text-align: right !important;
}
@media screen and (min-width:501px) and (max-width:999px) {
  .tabScroll {
    overflow-x: scroll;
  }
  .error-alignment {
    padding-left: 28px
  }
}
@media (max-width: 767px) {
  .mobilemt27 {
    margin-top: 27px;
  }
  .mobilemt35 {
    margin-top: 40px;
  }
  .mobilemt0 {
    margin-top: 0px;
  }
  .mobilemt20 {
    margin-top: 20px;
  }
  .mobilemt8 {
    margin-top: 8px;
  }
  .mobilemt10 {
    margin-top: 10px;
  }
  .mobilemt6 {
    margin-top: 6px;
  }
  .mobileViewmt12 {
    margin-top: 12px;
  }
  .mobileViewmt14 {
    margin-top: 14px;
  }
  .mobileViewmt18 {
    margin-top: 18px;
  }
  .mobileViewmt16 {
    margin-top: 16px;
  }
  .mobileViewmt35 {
    margin-top: 35px;
  }
  .mobileViewmt15 {
    margin-top: 15px;
  }
  .mobileViewmt20 {
    margin-top: 20px;
  }
  .mobileViewmt22 {
    margin-top: 22px;
  }
  .mobileViewmt25 {
    margin-top: 25px;
  }
  .mobileViewmt24 {
    margin-top: 24px;
  }
  .mobileViewmt32 {
    margin-top: 32px;
  }
  .mobileViewmt31 {
    margin-top: 31px;
  }
  .mobileViewmt28 {
    margin-top: 28px;
  }
  .mobileViewmt5 {
    margin-top: 5px !important;
  }
  .mobileViewmt-1 {
    margin-top: -1px;
  }
  .mobileViewmt2 {
    margin-top: 2px;
  }
  .mobileViewmt10 {
    margin-top: 10px;
  }
  .mobileViewmt0 {
    margin-top: 0px;
  }
  .mobileViewmb10 {
    margin-bottom: 10px;
  }
  .mobileViewmb25 {
    margin-bottom: 25px;
  }
  .mobileViewmb30 {
    margin-bottom: 30px;
  }
  .mobileViewmb18 {
    margin-bottom: 18px;
  }
  .mobileViewmb0 {
    margin-bottom: 0px;
  }
  .mobileViewwd150 {
    width: 100%;
  }
  .mobileml4 {
    margin-left: 4px;
  }
  .img_width_mobile {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  h1.han-header2 {
    font-size: 45px;
    color: #FFFFFF;
    font-family: 'DIN-Regular';
  }
  .pge-mb30-15 {
    margin-bottom: 15px;
  }
  .ipadmt35 {
    margin-top: 35px;
  }
  .ipadmt20 {
    margin-top: 20px;
  }
  .ipadpt0 {
    padding-top: 0px;
  }
  .ipadpt25 {
    padding-top: 25px !important;
  }
  .ipadpr0 {
    padding-right: 0px;
  }
  .ipadpb0 {
    margin-bottom: 0px;
  }
  .ipl0 {
    padding-left: 0px;
  }
  .ipl2 {
    padding-left: 2px;
  }
  .ipadpl10 {
    padding-left: 10px;
  }
  .ipl15 {
    padding-left: 15px;
  }
  .scrollTab {
    display: block;
    overflow-x: scroll;
    max-width: 100%;
  }
  .ih40 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .desktop-plr0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.acs_filter_style {
  height: 54px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-style: italic;
  color: #666666;
  font-size: 18px;
  padding-left: 18px;
}
.acs_filter_style:focus::placeholder {
  font-style: normal;
  color: #333333;
  font-size: 18px;
}
.helptext_16 {
  font-family: 'DIN-Regular';
  color: #111111;
  font-size: 16px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.hrTag {
  height: 1px;
  color: #CCCCCC;
}
body {
  
}
.navigateToBack {
  font-size: 14px;
  color: #07679b;
  font-family: 'FFDINWebBold';
}
.links-style {
  font-size: 14px;
  color: #07679b;
  font-family: 'FFDINWebBold';
}
.policy_links {
  text-decoration: underline;
  font-family: 'FFDINWebBold';
  line-height: 1;
}
.pge-error-display {
  font-size: 14px;
  color: #b02621;
  font-family: 'FFDINWebBold';
  font-weight: normal;
}
.pge-warning-display {
  font-size: 14px;
  color: #EA6F0D;
  font-family: 'FFDINWebBold';
  font-weight: normal;
}
.error-style {
  color: #b02621;
  text-transform: uppercase;
  font-family: 'DINWeb-Bold';
  font-size: 14px;
}
.error-input-cross {
  float: left;
  top: 14px;
  margin-left: -32px;
  font-size: 24px;
  color: #B02621;
  position: relative;
}
h2.myAccPopUpheaders {
  font-size: 36px;
  color: #333333;
  font-family: 'DIN-Regular';
}
th.h3_style {
  font-family: 'FFDINWebBold';
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.valign-middle {
  vertical-align: middle;
}
.valign-top {
  vertical-align: top;
}
.position_relative {
  position: relative;
}
.icon-clear-filter {
  position: absolute;
  right: 18px;
  top: 18px;
}
.popup_close {
  position: absolute;
  right: -3px;
  top: 1px;
}
.h175 {
  height: 175px;
}
.h77 {
  height: 77px;
}
.h303 {
  height: 303px;
}
.h17 {
  height: 17px;
}
.h50 {
  height: 50px;
}
.h500 {
  height: 500px;
}
.h25 {
  height: 25px
}
.w778 {
  width: 778px;
}
.width15 {
  width: 15%;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: inherit;
  overflow: hidden;
}
.hidden-overflow-x {
  overflow-x: hidden;
}
a.text_underline {
  text-decoration: underline;
}
.header1 {
  font-size: 60px;
  color: #FFFFFF;
  font-family: 'FFDINWeb' !important;
  line-height: 1.2 !important;
  
}
.header2 {
  font-size: 36px !important;
  color: #333333;
  font-family: 'FFDINWeb';
  line-height: 1.2 !important;
  margin: 0;
}
.grey {
  color: #666666;
}
.white {
  color: #FFFFFF;
}
.header3 {
  font-size: 18px;
  color: #333333;
  font-family: 'FFDINWebBold';
  line-height: 1.2 !important;
  font-weight: bold;
}
.header4 {
  font-size: 16px;
  color: #333333;
  font-family: 'FFDINWebBold';
  line-height: 1;
  background-color: #FFFFFF;
}
.pgh_text {
  font-size: 16px;
  color: #333333;
  font-family: 'FFDINWeb';
  line-height: 1.75;
}
.small_pgh_txt {
  font-size: 14px;
  color: #333333;
  font-family: 'FFDINWeb';
  line-height: 1.75;
}
.imp_txt {
  font-size: 14px;
  color: #b02621;
  font-family: 'FFDINWebBold';
  font-weight: normal;
}
.care_small_pgh_txt {
  font-size: 14px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.care_pge-field-text {
  font-size: 16px;
  color: #333333;
  font-family: 'DIN-Regular';
  font-weight: normal;
}
.note_or_disclaimer {
  font-size: 12px;
  color: #333333;
  font-family: 'FFDINWeb';
  line-height: 1.25 !important;
}
.field_label {
  font-family: 'FFDINWebBold';
  font-size: 18px;
  color: #111111;
  text-transform: uppercase;
}
.field_label_val_text {
  font-family: 'FFDINWeb';
  font-size: 18px;
  color: #333333;
}
.radio_btn_options {
  font-family: 'FFDINWebMedium';
  font-size: 18px;
  color: #111111;
  font-weight: unset;
  margin-bottom: 0px;
}
.bullet_txt {
  font-family: 'FFDINWeb';
  line-height: 1.75;
  font-size: 16px;
}
.italic_16px {
  font-size: 16px;
  color: #333333;
  font-family: 'FFDINWebItalic';
}
.inline_text_link {
  color: #07679B;
  
  font-family: 'FFDINWebBold';
  font-size: 16px;
  line-height: 1;
}
.ch1vin-customwidth {
   word-break: break-all;
}
.tertiary_cta {
  font-family: 'FFDINWebBold';
  font-size: 14px;
  color: #07679B;
  text-transform: uppercase;
}
.tertiary_cta:active {
  color: #042037;
}
.tertiary_cta:focus {
  color: #005179;
}
.secondary_cta {
  font-family: 'FFDINWebBold';
  font-size: 14px;
  color: #07679B;
  background: transparent;
  border: 1px solid #07679B;
  border-radius: 0px;
  padding: 9px 16px;
}
.secondary_cta:focus,
.secondary_cta:hover {
  color: #FFFFFF;
  background: #07679B;
}
.secondary_cta:active {
  color: #FFFFFF;
  background: #042037;
}
.primary_cta {
  font-family: 'FFDINWebBold';
  font-size: 14px;
  color: #042037;
  background: #FBBB36;
  border-radius: 0px;
  border: none;
  padding: 9px 16px;
}
.primary_cta:focus,
.primary_cta:hover {
  background: #E59902;
  color: #042037;
}
.primary_cta:active {
  background: #BF7E2A;
  color: #042037;
}
.primary_cta[disabled],
.primary_cta.disabled {
  color: #4C4C4C;
  background-color: #CCCCCC;
}
.btn-inactive-cta {
  font-family: 'FFDINWebBold';
  font-size: 14px;
  color: #4C4C4C;
  background-color: #CCCCCC;
  border-radius: 0;
}
.header1_division_vs {
  margin-top: 43px;
}
.header1_division_vs1 {
  margin-top: 30px;
}
.header1_division_vs2 {
  margin-top: 43px;
}
.header2_division_vs {
  margin-top: 45px;
}
.header2_division_vs1 {
  margin-top: 40px;
}
.header2_division_vs2 {
  margin-top: 50px;
}
.header2_division_vs3 {
  margin-top: 35px;
}
.header-separator-margin {
  margin-top: 50px !important;
}
.header-separator-margin-bottom {
  margin-bottom: 50px !important;
}
.vin-display{
  display: inline-block;
}
#ore-subtext{
  margin-top: 10px;
  font-weight: bold;
}
#pdpore-comparerates-btn{
    background-color: #FBBB36;
    color: #042037;
    border-color: #FBBB36;
    padding: 15px 50px 15px 50px;
    height: 50px;
    margin-bottom: 30px;
}
.bgcolor_header_dark_grey .sortSDTable .residentalOnly{
  background-color: #e2eff7 !important;
}
table.scrollTableBody tr:nth-of-type(odd) {
  background-color: #fff!important;
}
tr:nth-child(even) {
  background-color: #E2F3FF!important;
}
.fa .fa-sort .sorting_pdpore-currentRate .pull-right{
  color: #0f96e8 !important;
}
.header2_label_vs {
  margin-top: 45px;
}
.pgh_list_vs {
  margin-top: 30px;
}
.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-top-bottom-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-28 {
  margin-bottom: 28px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
   margin-bottom: 15px;
}
.horiznta_line_pgh_vs {
  margin-top: 25px;
}
.li_btw_li_vs {
  margin-top: 5px;
}
.label_to_input_vs {
  margin-top: 10px;
}
.label_to_required_vs {
  margin-top: 40px;
}
.pgh_to_pgh_vs {
  margin-top: 20px;
}
.review-submit-tnc {
  margin-top: 20px;
}
.pgh_to_footer_sec_vs3 {
  margin-bottom: 40px;
}
.pgh_to_footer_sec_vs {
  margin-bottom: 30px;
}
.pgh_to_footer_sec_vs2 {
  margin-bottom: 35px;
}
.divi_divi_vs2 {
  margin-top: 15px;
}
.divi_divi_vs3 {
  margin-top: 8px;
}
.img_div_vs {
  margin-top: 25px
}
.img_div_vs1 {
  margin-top: 20px
}
.div_div_vs {
  margin-top: 30px;
}
.div_div_vs1 {
  margin-top: 38px;
}
.div_div_vs2 {
  margin-top: 42px;
}
.div_div_vs3 {
  margin-top: 30px;
}
.pgh_btn_vs1 {
  margin-top: 35px;
}
.pgh_btn_vs2 {
  margin-bottom: 50px;
}
.pgh_input_vs1 {
  margin-top: 20px;
}
.div_div_vs4 {
  margin-top: 26px;
}
.radio_btn {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 50%;
  outline: none;
  background-color: white;
}
.radio_btn:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.radio_btn:checked:before {
  background: #00638E;
}
.input_std_padding_left {
  padding-left: 18px
}
.subText3 {
  bottom: 0;
  font-size: 50%
}
.header_sort_icon_padding {
  padding: 20px 0px;
}
.step-header {
  font-family: 'FFDINWebBold';
  font-size: 24px !important;
  color: #005179;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.steps-main-header {
  font-family: 'FFDinWeb';
  font-size: 48px !important;
  color: #005179;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ipadmb40 {
    margin-bottom: 40px;
  }
  .grid_tab {
    margin-top: -12px !important;
  }
  .tab_scroll {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .adjacent_btns_margin {
    padding-right: 10px;
  }
}
.styleDropDown {
  border: 2px solid lightgray !important;
}
.height_steps_indicator {
  height: 185px !important;
}
@media (max-width: 767px) {
  .margin-bottom-28 {
    margin-bottom: 0px;
  }
  .header1 {
    
    font-size: 30px;
  }
  .header2 {
    font-size: 30px !important;
  }
  .header1_division_vs {
    margin-top: 28px;
  }
  .header1_division_vs1 {
    margin-top: 18px;
  }
  .header1_division_vs2 {
    margin-top: 24px;
  }
  .header2_division_vs {
    margin-top: 30px;
  }
  .header2_division_vs1 {
    margin-top: 25px;
  }
  .header2_division_vs2 {
    margin-top: 35px;
  }
  .header2_division_vs3 {
    margin-top: 22px;
  }
  .header-separator-margin {
    margin-top: 35px !important;
  }
  .header-separator-margin-bottom{
    margin-bottom: 35px !important;
  }
  .clear-right-float{
    clear:right;
  }
  .padding-left-zero{
    padding-left:0px;
   }
  .padding-left-15{
    padding-left: 15px;
  }
  .header2_label_vs {
    margin-top: 23px;
  }
  .pgh_to_footer_sec_vs2 {
    margin-bottom: 20px;
  }
  .pgh_to_footer_sec_vs3 {
    margin-bottom: 25px;
  }
  .btn2_btn_margin_mobile {
    margin-top: 20px;
  }
  .img_div_vs {
    margin-top: 10px;
  }
  .img_div_vs1 {
    margin-top: 5px
  }
  .div_div_vs {
    margin-top: 10px;
  }
  .div_div_vs1 {
    margin-top: 23px;
  }
  .div_div_vs2 {
    margin-top: 28px;
  }
  .pgh_btn_vs1 {
    margin-top: 19px;
  }
  .pgh_btn_vs2 {
    margin-bottom: 35px;
  }
  .pgh_input_vs1 {
    margin-top: 15px;
  }
	.step-header {
		font-size: 16px !important;
	}
  .steps-main-header {
    font-size: 30px !important;
  }
  .div_div_vs4 {
    margin-top: 22px;
  }
  .ch1vin-customwidth {
    width : 44.66%;
    word-break: break-all;
  }
  .rate-enroll-complete {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-submit-tnc {
    margin-top: 10px;
  }
}
.terms_cond {
  margin: 0;
  margin-top: 30px;
  padding: 10px;
  border: 2px solid lightgray;
  max-height: 400px;
  height: auto;
  overflow-y: scroll;
}
h2.payment-summary-account {
  font-size: 30px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.pge-field-label {
  font-size: 18px;
  color: #111111;
  font-family: 'FFDINWebBold';
  font-weight: normal;
}
.pge-field-text {
  font-size: 18px;
  color: #333333;
  font-family: 'DIN-Regular';
  font-weight: normal;
}
.pge-address-header {
  font-size: 18px;
  color: #333333;
  font-family: 'FFDINWebBold';
}
.pge-number-text {
  font-size: 48px;
  color: #333333;
  font-family: 'Arial Regular';
  padding: 0px;
  top: -5px;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .pge-number-text {
    font-size: 48px !important;
    top: 15px;
    position: relative;
  }
  .MobileViewTop {
		top: 0px;
	}
}
@media (max-device-width:1334px) {
  .MobileViewTop {
		top: -10px;
	}
}
table.pge-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
table.pge-table > tbody >tr {
  background-color: #f1f1f1;
  height: 75px;
}
table.pge-table > thead >tr,
table.select-td > tbody > tr:nth-child(4n+1) {
  background-color: #dedede;
}
table.pge-table > thead > tr > th,
table.pge-table > tbody > tr > th,
table.pge-table > tfoot > tr > th,
table.pge-table > thead > tr > td,
table.pge-table > tbody > tr > td,
table.pge-table > tfoot > tr > td {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
@media print {
  table.pge-table > thead > tr > th,
  table.pge-table > tbody > tr > th,
  table.pge-table > tfoot > tr > th,
  table.pge-table > thead > tr > td,
  table.pge-table > tbody > tr > td,
  table.pge-table > tfoot > tr > td {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    padding: 0px;
  }
}
div.p20 {
  padding: 2rem;
}
span.font-30 {
  font-size: 3rem;
}
table.scrollTableBody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}
.paragraph-text {
  font-size: 16px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.darkGrey {
  background-color: #CCCCCC;
}
.lightGrey {
  background-color: #F1F1F1;
}
.table-header-text {
  font-size: 16px;
  color: #111111;
  font-family: 'FFDINWebBold';
}
.summary {
  color: #111111;
  font-family: 'FFDINWebBold';
}
a.link-style {
  font-size: 16px;
  color: #07679B;
  font-family: 'FFDINWebBold';
  text-decoration: underline;
}
#budgetBillingTips{
  background-color: #f1f1f1; 
}
table.bb-table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-bottom: 5px;
}
table.bb-table > tbody >tr {
  background-color: #ffffff;
  border-spacing: 50px
}
table.bb-table > thead >tr,
table.select-td > tbody > tr:nth-child(4n+1) {
  background-color: #dedede;
}
table.group-margin > div:nth-child(4n+1) > div {
  background-color: #CCC;
  margin-top: 35px;
  height: auto;
  padding: 8px;
  min-height: 75px;
}
table.group-margin > div:nth-child(1) > div{
  margin-top: 28px;
}
table.group-margin > div >div {
  background-color: #f1f1f1;
  height: auto;
  margin-top: 10px;
  padding: 8px;
  min-height: 75px;
}
.p0 {
  padding: 0px;
}
h3.bb-header {
  font-size: 18px;
  color: #333333;
  font-family: 'FFDINWebBold';
  line-height: 1.2;
  font-weight: bold;
}
h2.bb-header-main {
  font-size: 36px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.bb-tips-header {
  font-size: 18px;
  color: #333333;
  font-family: 'FFDINWebBold';
  font-weight: bold;
  line-height: 1.2 !important;
}
.border-styling {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
}
.btn-height44 {
  height: 44px;
}
.disclaimer-para-text {
  font-size: 14px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.ul-padding-left {
  padding-left: 16px;
}
@media (max-width: 768px) {
  .disFlex {
    display: block;
  }
}
@media (max-width: 767px) {
  .borderMob {
    border: 1px solid #333333;
    background-color: transparent;
  }
  .pull-right-xs {
    float: right !important;
  }
  h2.bb-header-main {
    font-size: 30px;
    color: #333333;
    font-family: 'DIN-Regular';
  }
  .ul-padding-left {
    padding-left: 18px;
  }
  .width-100-xs {
    width: 100%;
  }
	.budget_billing_header_vs_mobile
	{
		margin-top: 25px !important;
	}
	.budget_billing_pgh_vs_mobile
	{
		margin-top: 15px !important;
	}
	.budget_billing_back_vs_mobile
	{
		margin-top: 20px !important;
	}
	.budget_billing_button_vs_mobile
	{
		margin-bottom: 5px !important;
	}
	.budget_billing_margin_bottom
	{
		margin-bottom: 15px !important;
	}
	
}
.back-arrow-style {
  font-size: 1.2em;
  vertical-align: middle;
  margin-bottom: 2px;
}
table.bb-table > thead > tr > th,
table.bb-table > tbody > tr > th,
table.bb-table > tfoot > tr > th,
table.bb-table > thead > tr > td,
table.bb-table > tbody > tr > td,
table.bb-table > tfoot > tr > td {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  vertical-align: middle;
}
.pge-gray-btn {
  color: #07679B;
  font-size: 14px;
  font-family: 'DINWeb-Bold';
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #07679B;
  line-height: 1;
  height: 44px;
}
.pge-gray-btn:hover,
.pge-gray-btn:active {
  color: #ffffff;
  background: #042037;
  border: 1px solid #07679B;
}
.pge-gray-btn:focus {
  background: #07679B;
  border: 1px solid #07679B;
  color: #ffffff;
}
.bb-tips-li {
  font-size: 16px;
  font-family: 'DIN-Regular';
  color: #333333;
}
@media (max-width:590px) {
  .error-position {
    width: 12%;
    margin-left: -1%;
  }
  .bb-error-div.error-position {
    width: 10%;
    margin-left: -1%;
  }
  .mobileml5 {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .mobilepadding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.myAccServMainHeader {
  font-size: 60px;
  color: #FFFFFF;
  font-family: 'DIN-Regular';
}
h2.sectionHeader {
  font-size: 36px;
  color: #333333;
  font-family: 'DIN-Regular';
}
#confUnlink-no-btn:target {
  background-color: #07679B;
}
.paragraphText {
  font-size: 14px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.paragraphText2 {
  font-size: 14px;
  color: #333333;
  font-family: 'DIN-Regular';
}
#serFilter_container {
  position: relative;
  padding: 0;
}
#serFilterClear_img {
  position: relative;
  bottom: 35px;
  left: 0px;
  padding-right: 10px;
}
#accFilter_container {
  position: relative;
  padding: 0;
}
#accFilterClear_img {
  position: relative;
  bottom: 35px;
  left: 0px;
  padding-right: 10px;
}
h3.acs_field_label {
  font-family: "FFDINWebBold";
  font-size: 18px;
  color: #111111;
}
.acs_paragraph_text {
  font-family: "DIN-Regular";
  font-size: 18px;
  color: #333333;
}
.acs_max_character {
  font-family: "DIN-Regular";
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 5px;
}
.acs_link_font_14 {
  font-size: 14px;
  color: #07679B;
  font-family: 'FFDINWebBold';
}
.acs_link_font_18 {
  font-size: 18px;
  color: #07679B;
  font-family: 'FFDINWebBold';
}
.acs_text_align_center {
  text-align: center;
}
.ml10 {
  margin-left: 10px;
}
.acs_radio_btn {
  height: 20px;
  width: 20px;
}
.acs_text_field {
  height: 54px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-family: 'DIN-Regular';
  color: #111111;
  font-size: 16px;
}
.acs_text_field:focus::placeholder {
  color: transparent;
}
.acs_field_label_bgcolor_none {
  font-family: "DIN-Regular";
  font-size: 18px;
  color: #111111;
}
.acs_field_label_bgcolor_filter {
  font-family: "FFDINWebBold";
  font-size: 18px;
  color: #111111;
}
#thityFiveCharacter {
  margin-bottom: 20px;
  margin-top: 20px
}
.editAcc,
.editservice {
  display: inline;
}
h2.view-services-header {
  font-size: 36px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.acs_helptip_text {
  font-size: 14px;
  color: #111111;
  font-family: 'DIN-regular';
}
.acs_helptip_text {
  font-size: 14px;
  color: #111111;
  font-family: 'DIN-regular';
}
.primaryImage {
  margin-top: -4px;
  margin-right: 5px;
}
.wordBreakAll {
  word-break: break-all;
}
.pge_coc-cpan-gray_btn {
  font-size: 14px;
}
.pge_coc-cpan-gray_btn:active {
  color: #FFFFFF;
  background-color: #042037;
  border: 1px solid #042037;
}
#authHeader {
  font-family: 'DIN-Regular';
  font-size: 36px;
  font-weight: normal;
}
.modal-paragraph {
  font-family: 'DIN-Regular';
  font-size: 14px;
}
.borders {
  border: 1px solid #CCC;
}
@media( min-width: 768px) {
  .custom-width-700 {
    width: 700px;
  }
  #authHeader {
    margin-top: 3px !important;
  }
}
@media (min-width:800px) {
  .custom-width-800 {
    width: 800px;
  }
}
@media (max-width:799px) {
  #unlinkModal {
    width: 100%;
  }
}
@media (max-width:991px) {
  .w110 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .accservices-block #myaccnserv-linkAccounts {
    width: inherit;
    margin-bottom: 20px;
  }
  
  #div-cancel-button,
  #div-save-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .editaccmodel {
    width: 100%;
  }
  
  #div-cancelservice-button,
  #div-saveservice-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #div-saveservice-button {
    margin-top: 20px;
  }
  .editservicemodel {
    width: 100%;
  }
  
  #authHeader {
    font-size: 30px;
  }
  #idBtnNo,
  #idBtnYes {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  #div-save-button,
  #div-unlink-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  #PrimaryAccNo,
  #PrimaryAccYes,
  .footerBtns {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  #linkaccountsFilter {
    width: 100%;
  }
  paddingLeft50 {
    padding-left: 50px;
  }
  #idAddAccountName {
    margin-bottom: 0px;
  }
  .width90p {
    width: 90%;
  }
  .width88p {
    width: 88%;
  }
  .width89p {
    width: 89%;
  }
  .success-back-bottom {
    margin-top: 40px;
  }
}
#firstRowService {
  margin-top: 42px;
}
.mt0 {
  margin-top: 0px;
}
.view-services-block .selectFilters {
  height: 54px;
  border: 1px solid #CCC;
}
.downloadDropdown {
  height: 54px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1;
}
select[name=downloadPdf] {
  padding-left: 8px;
  background: #ffffff;
}
select[name=downloadPdf]:disabled {
  background: #F1F1F1;
  color: #666666;
}
.selectedDocDiv.selectStyleLabel:after {
  right: 8.5%;
}
.view-services-block .form-control-feedback {
  top: 10px;
}
.errorband {
  color: #B02621;
  background-color: #FFF2F2;
  border: 1px solid #B02621;
  zoom: 1;
  padding: 16px;
}
.childCheckBox input[type="checkbox"],
.parentCheckBox input[type="checkbox"] {
  visibility: hidden;
}
.childCheckBox input[type="checkbox"] + label:before,
.parentCheckBox input[type="checkbox"] + label:before {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0 0 -.25em;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background: #fff;
  color: #07679B;
  margin-top: 5px;
}
.childCheckBox input[type="checkbox"]:checked + label:before,
.parentCheckBox input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #07679B;
  content: "\2713";
  text-align: center;
  font-weight: bold;
}
.inner_p {
  width: inherit;
  
  word-break: break-word;
}
.inner_p_mob {
  word-break: break-word;
}
.inner_p_break_all{
  word-break: break-all;
}
.align-right {
  text-align: right;
}
.linkAccountsRadioBtn {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 50%;
  outline: none;
  background-color: white;
}
.linkAccountsRadioBtn:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.linkAccountsRadioBtn:checked:before {
  background: #00638E;
}
.label-din-medium-18 {
  font-family: 'FFDINWebMedium';
  font-size: 18px;
  font-weight: normal;
}
.linkAccountsInputBox::placeholder {
  font-family: 'DIN-Regular';
  font-size: 18px;
  color: #333333;
}
.linkAccountsInputBox {
  padding-left: 16px;
}
.cross_linkAccName {
  padding-bottom: 0px;
}
.account-list-tbody {
  word-break: break-all;
}
.tableScroll {
  
  overflow-y: scroll;
  
}
.error-input-cross-accno {
  float: left;
  top: 14px;
  margin-left: -32px;
  font-size: 24px;
  color: #B02621;
  position: relative;
}
.width101 {
  width: 101%;
}
@media(min-width:1100px) {
  .desktop-ml-10 {
    margin-left: -10px;
  }
}
@media(min-width: 992px) {
  .error-left {
    margin-left: -20px;
  }
}
@media(min-width: 728px) and (max-width: 992px) {
  .error-left {
    margin-left: -8px;
  }
  .error_enrollaccounts_div .error-position,
  .error_linkaccounts_div .error-position {
    margin-top: 8px;
  }
}
#accountTable {
  min-width: 100% !important;
}
@media (max-width:1239px) {
  .tableWrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
}
@media (max-width:991px) {
  .remove-rpadding-tab {
    padding-right: 0 !important;
  }
  .remove-lpadding-tab {
    padding-left: 0 !important;
  }
  .remove-lmargin {
    margin-left: 0 !important;
  }
}
.pge_coc-cpan-orange_btn,
.pge_coc-cpan-orange_btn:hover,
.pge_coc-cpan-orange_btn:focus,
.pge_coc-cpan-orange_btn:active {
  color: #042037;
  font-size: 14px;
}
@media (min-width:768px) and (max-width:991px) {
  #payBillTblContainer .childCheckBox input[type="checkbox"] + label:before,
  #payBillTblContainer .parentCheckBox input[type="checkbox"] + label:before {
    margin: 0 0 0 -0.75em;
  }
}
@media (min-width:768px) {
  #divAccountLink .childCheckBox input[type="checkbox"] + label:before,
  #divAccountLink .parentCheckBox input[type="checkbox"] + label:before {
    margin-left: calc(100% + 0px);
  }
}
table.group-margin-3 > div:nth-child(3n+1) > div {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  padding: 8px;
  min-height: 100px;
}
table.group-margin-3 > div >div {
  background-color: #f1f1f1;
  overflow: auto;
  margin-top: 10px;
  padding: 8px;
  min-height: 75px;
}
table.group-margin-4 > div:nth-child(4n+1) > div {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  padding: 8px;
  min-height: 75px;
}
table.group-margin-4 > div >div {
  background-color: #f1f1f1;
  overflow: auto;
  margin-top: 10px;
  padding: 8px;
  min-height: 75px;
}
.pagination-style {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.pagination-style li {
  display: inline;
}
.pagination-style> li>a.arrows {
  background-color: white;
  padding: 8px 8px;
  margin-top: -6px;
  color: #07679B;
}
.pagination-style> li>a {
  padding: 8px 8px;
  text-decoration: none;
}
.pagination-style>li>a:hover {
  
  background-color: #07679B;
  color: #FFFFFF;
}
.pagination-style>li>a:active {
  background-color: #07679B;
  color: #FFFFFF;
}
.activeElement {
  background-color: #07679B;
  color: #FFFFFF;
  padding: 8px 8px;
}
.ml-calc {
  left: calc(100% - 101%);
}
@media (max-width:590px) {
  .error-position {
   
    margin-left: 0px;
    
  }
  .error_linkaccounts {
    padding-left: 10px;
  }
}
table th,
table td {
  border: 5px solid #fff;
}
table.scrollTableHead th,
table.scrollTableBody td {
  text-align: left;
  
}
table.scrollTableHead th {
  background-color: #CCCCCC;
}
table.scrollTableBody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}
table.SuccessScrollTableHead th,
table.SuccessscrollTableBody td {
  text-align: left;
  vertical-align: top;
}
table.SuccessScrollTableHead th {
  background-color: #CCCCCC;
}
table.SuccessscrollTableBody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}
#divAccountTable table.scrollTableHead thead th:nth-of-type(1) {
  width: 240px;
  padding: 8px;
  box-sizing: content-box;
}
#divAccountTable table.scrollTableBody tbody td:nth-of-type(1) {
  width: 233px;
  padding: 8px;
}
#divAccountTable table.scrollTableHead thead th:nth-of-type(2),
#divAccountTable table.scrollTableBody tbody td:nth-of-type(2) {
  width: 240px;
  padding: 8px;
  
}
#divAccountTable table.scrollTableHead thead th:nth-of-type(3),
#divAccountTable table.scrollTableBody tbody td:nth-of-type(3) {
  width: 300px;
  padding: 8px;
}
#divAccountTable table.scrollTableHead thead th:nth-of-type(4),
#divAccountTable table.scrollTableBody tbody td:nth-of-type(4) {
  width: 120px;
  padding: 8px;
}
#divAccountTable table.scrollTableHead thead th:nth-of-type(5) {
  width: 140px;
  padding: 8px;
}
#divAccountTable table.scrollTableBody tbody td:nth-of-type(5) {
  width: 121px;
  padding: 8px;
  text-align: center
}
#services-table table.scrollTableHead thead th:nth-of-type(1),
#services-table table.scrollTableBody tbody td:nth-of-type(1) {
  width: 150px;
  padding: 8px;
}
#services-table table.scrollTableHead thead th:nth-of-type(2) {
  width: 300px;
  padding: 8px;
}
#services-table table.scrollTableBody tbody td:nth-of-type(2) {
  width: 278px;
  padding: 8px;
}
#services-table table.scrollTableHead thead th:nth-of-type(3),
#services-table table.scrollTableBody tbody td:nth-of-type(3) {
  width: 135px;
  padding: 8px;
}
#services-table table.scrollTableHead thead th:nth-of-type(4) {
  width: 98px;
  padding: 8px;
}
#services-table table.scrollTableBody tbody td:nth-of-type(4) {
  width: 99px;
  padding: 8px;
}
#services-table table.scrollTableHead thead th:nth-of-type(5),
#services-table table.scrollTableBody tbody td:nth-of-type(5) {
  width: 195px;
  padding: 8px;
}
#services-table table.scrollTableHead thead th:nth-of-type(6),
#services-table table.scrollTableBody tbody td:nth-of-type(6) {
  padding: 8px;
}
#divAccountLink table.scrollTableHead thead th:nth-of-type(1),
#divAccountLink table.scrollTableBody tbody td:nth-of-type(1) {
  width: 100px;
  padding: 8px;
}
#divAccountLink table.scrollTableHead thead th:nth-of-type(2),
#divAccountLink table.scrollTableBody tbody td:nth-of-type(2) {
  width: 250px;
  padding: 8px;
}
#divAccountLink table.scrollTableHead thead th:nth-of-type(3),
#divAccountLink table.scrollTableBody tbody td:nth-of-type(3) {
  width: 350px;
  padding: 8px;
}
#divAccountLink table.scrollTableHead thead th:nth-of-type(4),
#divAccountLink table.scrollTableBody tbody td:nth-of-type(4) {
  padding: 8px;
}
#divLinkAccountsTable table.scrollTableHead thead th:nth-of-type(1),
#divLinkAccountsTable table.scrollTableBody tbody td:nth-of-type(1) {
  padding: 8px;
}
#divLinkAccountsTable table.scrollTableHead thead th:nth-of-type(2),
#divLinkAccountsTable table.scrollTableBody tbody td:nth-of-type(2) {
  padding: 8px;
}
#divLinkAccountsTable table.scrollTableHead thead th:nth-of-type(3),
#divLinkAccountsTable table.scrollTableBody tbody td:nth-of-type(3) {
  padding: 8px;
}
#divLinkAccountsTable table.scrollTableHead thead th:nth-of-type(4),
#divLinkAccountsTable table.scrollTableBody tbody td:nth-of-type(4) {
  padding: 8px;
}
#subRegion table.SuccessScrollTableHead thead th:nth-of-type(1) {
  width: 273px;
  padding: 8px;
}
#subRegion table.SuccessscrollTableBody tbody td:nth-of-type(1) {
  width: 250px;
  padding: 8px;
}
#subRegion table.SuccessScrollTableHead thead th:nth-of-type(2) {
  width: 274px;
  padding: 8px;
}
#subRegion table.SuccessscrollTableBody tbody td:nth-of-type(2) {
  width: 274px;
  padding: 8px;
}
#subRegion table.SuccessScrollTableHead thead th:nth-of-type(3) {
  width: 300px;
  padding: 8px;
}
#subRegion table.SuccessscrollTableBody tbody td:nth-of-type(3) {
  width: 300px;
  padding: 8px;
}
#subRegion table.SuccessScrollTableHead thead th:nth-of-type(4) {
  width: 205px;
  padding: 8px;
}
#subRegion table.SuccessscrollTableBody tbody td:nth-of-type(4) {
  width: 187px;
  padding: 8px;
}
#divserviceAccountTable table.scrollTableHead thead th:nth-of-type(1) {
  width: 260px;
  padding: 8px;
  box-sizing: content-box;
  
}
#divserviceAccountTable table.scrollTableBody tbody td:nth-of-type(1) {
  width: 250.9px;
  padding: 8px;
}
#divserviceAccountTable table.scrollTableHead thead th:nth-of-type(2),
#divserviceAccountTable table.scrollTableBody tbody td:nth-of-type(2) {
  width: 150px;
  padding: 8px;
}
#divserviceAccountTable table.scrollTableHead thead th:nth-of-type(3),
#divserviceAccountTable table.scrollTableBody tbody td:nth-of-type(3) {
  width: 150px;
  padding: 8px;
}
#divserviceAccountTable table.scrollTableHead thead th:nth-of-type(4) {
  width: 480px;
  padding: 8px;
}
#divserviceAccountTable table.scrollTableBody tbody td:nth-of-type(4) {
  width: 450px;
  padding: 8px;
}
span.fa-sort {
  margin-right: 5px;
  color: #07679b;
}
table.scrollTableBody {
  
  overflow: hidden;
}
.TableBodyVscroll {
  
  max-height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#divserviceAccountTable .TableBodyVscroll,
#divAccountLink .TableBodyVscroll,
#subRegion .TableBodyVscroll,
#divLinkAccountsTable .TableBodyVscroll,
#divAccountTable .TableBodyVscroll,
#services-table .TableBodyVscroll,
#meterTable .TableBodyVscroll,
#bulkPaymentTblContainer .TableBodyVscroll,
#bulkPaymentReviewTblContainer .TableBodyVscroll,
#bulkPaymentSuccessTblContainer .TableBodyVscroll,
#payBillTblContainer .TableBodyVscroll {
  overflow-y: auto;
}
table.group-margin-myaccounts > div > div:nth-child(5n+1),
table.group-margin-myservices > div > div:nth-child(4n+1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  overflow: auto;
  min-height: 80px;
  padding: 8px;
}
table.group-margin-myaccounts > div >div,
table.group-margin-myservices > div >div {
  background-color: #f1f1f1;
  overflow: auto;
  min-height: 80px;
  margin-top: 10px;
  padding: 8px;
}
table.group-margin-viewservices > div > div:nth-child(6n+1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  min-height: 80px;
  padding: 8px;
}
table.group-margin-viewservices > div >div {
  background-color: #f1f1f1;
  min-height: 80px;
  margin-top: 10px;
  padding: 8px;
  padding-left: 30px;
}
h2.sectionHeader {
  font-size: 36px;
  color: #333333;
  font-family: 'DIN-Regular';
}
.pgh_text1 {
  font-size: 16px;
  color: #333333;
  font-family: 'FFDINWebBold';
}
h2.header_txt {
  font-size: 36px;
  color: #666666;
  font-family: 'DIN-Regular';
}
h3.han_field_label {
  font-family: "FFDINWebBold";
  font-size: 18px;
  color: #111111;
}
.steps_style {
  font-family: "FFDINWebBold";
  font-size: 24px;
  color: #FFFFFF;
}
ul.steps_ul {
  text-align: justify;
  position: relative;
  overflow: hidden;
}
li.steps:after {
  content: '';
  width: 100%;
  border: 1px dotted #979797;
  position: absolute;
  top: 25px;
  margin-top: -2px;
  z-index: -1;
}
li.han-active-step:after {
  content: '';
  width: 100%;
  border: 1px solid #00517A;
  position: absolute;
  top: 1.2em;
  margin-top: -6px;
  z-index: -1;
}
.zindex-2 {
  z-index: -2;
}
ul.steps_ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
li.steps {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-block;
  color: grey;
  border: 1px solid grey;
}
li.han-active-step {
  background: #003366;
  color: white;
}
.circle-style-green {
  width: 30px;
  height: 30px;
  background: green;
  border-radius: 50px;
}
.circle-style-yellow {
  width: 30px;
  height: 30px;
  background: #ffd11a;
  border-radius: 50px;
}
.han-heading-text {
  font-family: "FFDINWebBold";
  font-size: 14px;
  color: #333333;
}
.han-text {
  font-family: "FFDINWebBold";
  font-size: 14px;
  color: #333333;
}
h2.han-text2 {
  font-family: "DIN-Regular";
  font-size: 36px;
  color: #666666;
}
.han-text3 {
  font-family: "FFDINWebMedium";
  font-size: 16px;
  color: #333333;
}
.han-inactive3 {
  font-family: "FFDINWebBold";
  font-size: 24px;
  color: #979797;
}
.sub_steps_ul li {
  display: inline;
}
ul.displayInline {
  display: flex;
  justify-content: space-between;
}
.displayInline li {
  display: inline;
}
.subText {
  bottom: 0px;
  font-size: 16px;
}
.subText2 {
  bottom: 0px;
  font-size: 10px;
}
.label-din-bold-14 {
  font-family: 'FFDINWebBold';
  font-size: 14px;
  font-weight: normal;
}
#meterTable table.scrollTableHead thead th:nth-of-type(1) {
  width: 384px;
  padding: 8px;
}
#meterTable table.scrollTableBody tbody tr:nth-of-type(1)>td:nth-of-type(1) {
  width: 383px;
  padding: 8px;
}
#meterTable table.scrollTableBody tbody tr:nth-of-type(1)>td:nth-of-type(2) {
  width: 444px;
  padding: 8px;
}
#meterTable table.scrollTableBody tbody tr:nth-of-type(1)>td:nth-of-type(3) {
  width: 204px;
  padding: 8px;
}
#meterTable table.scrollTableHead thead th:nth-of-type(2) {
  width: 445px;
  padding: 8px;
}
#meterTable table.scrollTableBody tbody td:nth-of-type(1) {
  width: 444px;
  padding: 8px;
}
#meterTable table.scrollTableBody tbody td:nth-of-type(2) {
  width: 204px;
  padding: 8px;
}
#meterTable table.scrollTableHead thead th:nth-of-type(3) {
  width: 225px;
  padding: 8px;
}
#meterTable .TableBodyVscroll {
  overflow-y: auto;
}
.alignToTop {
  vertical-align: top;
  text-align: left;
}
.rPadding_dropdown {
  padding-right: 30px;
}
@media (max-width:799px) {
  .unJoinPopUp {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rPadding_dropdown {
    padding-right: 22px;
  }
  h1.han-header1 {
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'DIN-Regular';
  }
  .mobh0 {
    height: 0px;
  }
  ul.mediaSteps {
    list-style: none;
    margin: -47px;
    padding: 0;
    font: normal 16px/22px Arial;
    color: #999;
  }
  h2.header_txt1 {
    font-size: 30px;
    color: #666666;
    font-family: 'DIN-Regular';
  }
}
.br0 {
  border-radius: 0px
}
li.bullets {
  list-style: none;
  display: list-item;
}
li.bullets:before {
  content: "";
  border: 3px #333333 solid !important;
  border-radius: 50px;
  margin-top: 7px;
  margin-left: -20px;
  position: absolute;
}
li.bullets_withlineheight {
  list-style: none;
  display: list-item;
}
li.bullets_withlineheight:before {
  content: "";
  border: 5px #333333 solid !important;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: -20px;
  position: absolute;
}
.underline {
  text-decoration: underline;
}
.han-paragraph-default {
  color: #333333;
  font-family: 'FFDINWeb';
  font-size: 16px;
  line-height: 1.75;
}
.han-paragraph-small {
  color: #333333;
  font-family: 'FFDINWeb';
  font-size: 14px;
  line-height: 1.75;
}
.han-paragraph-note {
  color: #333333;
  font-family: 'FFDINWeb';
  font-size: 12px;
  line-height: 1.25;
}
.han-form-header {
  color: #111111;
  font-family: 'FFDINWebBold';
  font-size: 18px;
  text-transform: uppercase;
}
.han-header-align {
  padding: 50px 0px !important;
}
.back_nav_han_desk {
  margin-top: 12px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .han-header-align {
    padding: 60px 20px !important;
  }
}
@media (max-width: 767px) {
  .mob_select_icon_left:after {
    right: 8% !important;
  }
  .han-header-align {
    padding: 55px 0px !important;
  }
  .han_heading {
    margin: -38px !important;
  }
  .han-text2 {
    font-size: 30px !important;
  }
  .han_header_txt_mobile {
    margin-top: -15px !important;
  }
  .han_bck_nav_mobile {
    margin-top: 35px !important;
  }
  .han_bck_nav_mobile_2 {
    margin-top: 30px !important;
  }
  .common_header_han_mobile {
    margin-top: 13px !important;
  }
  .han_step_header_mobile {
    margin-top: 5px !important;
  }
  .han_no_margin_mob {
    margin-top: 0px !important;
  }
  .terms_cond_mob {
    margin-left: 0px;
    width: none !important;
  }
  .steps-main-header {
    font-size: 30px !important;
  }
  .header2_division_mob_vs3 {
    margin-top: 15px !important;
  }
  .pgh_to_pgh_vs_mob {
    margin-top: 20px !important;
  }
  .install_code_margin {
    margin-bottom: 20px !important;
  }
  .div_margin_left {
    margin-left: 16px !important;
  }
  .header_txt {
    font-size: 30px !important;
  }
  .div_margin_bottom {
    margin-bottom: 35px !important;
  }
  .div_mob_margin_top {
    margin-top: 10px !important;
  }
  .han_back_margin_bot {
    margin-bottom: 12px !important;
  }
  .han_mob_margin_special_bottom {
    margin-bottom: 30px !important;
  }
  .han_mob_margin_special_bottom_2 {
    margin-bottom: 25px !important;
  }
  .han_configure_back_mob {
    margin-bottom: 15px !important;
  }
  .han_edit_text_over_mob {
    margin-top: 8px !important;
  }
  .meter_mob_margin {
    margin-top: -10px !important;
  }
  .unjoin_button_mobile {
    margin-left: 15px;
    width: 92% !important;
  }
  .han_unjoin_mob_footer {
    margin-top: -25px !important;
    margin-left: 0px;
  }
  .han_no_margin_mob_1 {
    margin-top: 5px !important;
  }
  .han_no_margin_bottom_button {
    margin-bottom: 0px !important;
  }
  .steps_sub_header {
    font-size: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .steps_sub_header_register {
    font-size: 30px !important;
  }
  .steps_sub_header_margin {
    margin-top: 15px;
  }
  .han_margin_configure_heading {
    margin-top: 0px !important;
  }
}
.margin_left_2 {
  margin-left: -2px;
}
.success_left_margin {
  margin-left: -16px;
}
.han_hr {
  margin-top: 5px;
}
.han_popup_margin {
  margin-top: -5px;
}
.han_disconnect_button {
  margin-top: -10px;
}
.han_unjoin_mob_footer {
  margin-top: -10px;
}
.han_margin_configure_heading {
  margin-top: -10px;
}
.han_header_termsandcond {
  margin-top: 5px !important;
  color: #111111 !important;
}
.han_margin_horizontal_lines {
  margin-top: -10px !important;
}
.han_margin_horizontal_lines_bot {
  margin-bottom: 15px !important;
}
.configure_top_margin {
  margin-top: 50px !important;
}
.feild_label_text_not_uppercase {
  text-transform: none !important;
}
.steps_sub_header {
  font-size: 48px;
  font-family: 'FFDINWeb';
  color: #005179;
  margin-top: -10px;
  margin-bottom: -5px;
}
.steps_sub_header_register {
  font-size: 48px;
  font-family: 'FFDINWeb';
  color: #005179;
}
.special_dropdown {
  white-space: normal !important;
  background-color: white;
  text-align: left;
}
.special_dropdown_height {
  min-height: 54px;
  height: auto;
  white-space:normal !important; 
}
.dropdown_scroll {
  overflow: auto;
  max-height: 200px;
}
.dropdown-border {
  border: 1px solid lightgray;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .han-header-align {
    padding: 40px 0px !important;
  }
}
.pge-coc-interstitial-error{
    margin:100px 0px;
}
.pge-coc-interstitial-error h2{
    font-size:36px;
    color:#333;
    line-height: 1.2;
}
.pge-coc-interstitial-error p,.interstitial-account-selection-container p{
    
    font-size:16px;
    
    line-height: 1.75;
}
.interstitial-account-selection-container{
}
.interstitial-account-selection-container #accountDropdownList{
    margin-top:50px;
}
.interstitial-account-selection-container #errorMessageContainer{
    width:150%;
    border:none;
}
.interstitial-back-link-container{
    margin-top:20px;
}
.interstitial-account-selection-container .account-heading{
    margin:50px 0px;
}
.interstitial-account-selection-container #accountListElement,.interstitial-account-selection-container .pge_coc-common-dropdown_btn{
    width:100%;
}
.interstitialAccountlabel{
    margin-bottom:20px;
    font-family:"FFDinWebBold";
}
.interstitialAccountListItems{
    font-size:18px;
    color:#666;
}
.interstitial-account-selection-container #accountListItems > li > a{
    padding:5px;
    font-size:14px;
}
.interstitial-account-selection-container #accountListItems > li > a:focus,
.interstitial-account-selection-container #accountListItems > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #07679B;
}
.interstitial-account-selection-container #accountListItems{
    width:100%;
}
.interstitial-account-selection-container .pge_coc-common-dropdown_btn{
    height:auto;
    padding:6px 8px;
    font-size:14px;
    font-family: "FFDinWebItalic";
    color:#666;
}
.interstitial-account-selection-container .pge_coc-common-dropdown_btn span.fa-angle-down{
    float: right; 
    font-size: 18px;
    vertical-align: bottom;
}
.interstitial-account-selection-container .btnContinue{
    margin:50px 0px;
}
.interstitial-section-header{
    font-family: "FFDinWeb";
    font-size: 36px;
    color: #666666;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
    margin-bottom:20px;
}
.field-label{
    padding-bottom:15px;
    font-family: "FFDinWebBold";
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
}
.thumnail-overflow-hidden{
    border: 1px solid #CCC;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    height: 100px;
    overflow-x: hidden;
    width: 100%;
    margin-bottom:50px;
}
.thumnail-overflow-hidden ul{
    padding-left:10px;
    margin-bottom:50px;
}
ul.tool-functions-list{padding-left: 15px;line-height: 1.75;font-size: 16px;min-height: 145px;}
.thumnail-overflow-hidden ul li{
    list-style-type: none;
}
section.pge-coc-business-energy-container button{
    width:75%;
    margin: 40px 0px 50px 0px;
}
.section-account-info{
    margin:30px 0px;
}
.interstitial-btn-container button{
    width:100% !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {   
    .pge-coc-interstitial-error{
        margin:70px 0px;
    }
    .pge-coc-interstitial-error p,.interstitial-account-selection-container p,.interstitial-account-selection-container .btnContinue{
        margin-top:35px;
    }
    .interstitial-account-selection-container #accountDropdownList{
        margin-top:35px;
    }
    .section-account-info{
        margin:15px 0px;
    }
    section.pge-coc-business-energy-container button{
        width:auto;
        margin: 25px 0px 35px 0px;
        font-size:15px;
    }
    .thumnail-overflow-hidden,
    .tool-functions-list{
        margin-bottom:35px;
    }
}
@media only screen and (max-device-width : 374px) {
    .interstitial-account-selection-container .pge_coc-common-dropdown_btn{
        height:auto;
        padding:2px 3px;
        font-size:13px;
        font-family: "FFDinWebItalic";
        color:#666;
    }
}
#BulkPayTotalAmount,
#bulkPaymentReviewTotal,
#bulkPaymentSuccessTotal,
#MBulkPayTotalAmount,
#MbulkPaymentReviewTotal,
#bulkPaymentSuccessTotalM {
  font-size: 30px;
  font-family: 'FFDINWeb';
  color: #333333;
}
.recurringTxt {
  padding-left: 20px;
}
.legendDiv {
  padding-bottom: 15px;
  
  width: 99.2%;
}
#payBillFilter {
  width: 25%;
  float: right;
  margin: 20px 5px 20px 0px;
  border-radius: 0px;
  border-width: 2px;
}
.step1Img {
  width: 3%;
}
.dropDownArrow {
  float: right;
  padding-right: 5px;
}
.totalAmtDiv {
  margin-top: 5px;
  
  text-align: center;
  padding-top: 13px;
  padding-bottom: 15px;
  width: 99.2%;
  border: 1px solid #666666;
}
#cancelBtn {
  float: right;
  border-color: #005179;
  background-color: white;
}
#paybillsHeading {
  margin-left: -2px;
}
.paybill-table {
  border-collapse: separate;
  border-spacing: 5px 5px;
  margin-bottom: 5px;
}
table.paybill-table > tbody >tr {
  border-spacing: 50px
}
#addPaybillPaymentAcc {
  margin-top: 15px;
}
#selectedPayment {
  
  height: 54px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1;
}
select[name=selectedPayment] {
  
  padding-left: 8px;
  background: #ffffff !important;
}
select[name=selectedPayment]:disabled {
  background: #F1F1F1 !important;
  color: #666666;
}
.paybill-table tr:nth-child(odd) {
  background-color: #F1F1F1;
}
.paybill-table th,
.paybill-table tr:nth-child(even) {
  background-color: #DEDEDE;
}
.paybilletableaccountnicknamepadding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#choosePaymentLink{
	margin-top:20px;
}
#bulkPaymentTblContainer {
  
  display: inline-block;
}
#paymentAccountSection {
  margin-top: 42px;
}
.currency {
  position: relative;
  margin-right: 5px;
  margin-top: 6px;
}
.dispCurrency {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.legendDataText {
  margin-top: 5px;
}
#payBillTblContainer tr,
#bulkPaymentTblContainer tr,
#bulkPaymentReviewTblContainer tr,
#bulkPaymentSuccessTblContainer tr {
  height: 77px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(1) {
  width: 55px;
  padding: 8px;
  padding-left: 0px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(1) {
  width: 56px;
  padding: 8px;
  padding-left: 0px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(2) {
  width: 184px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(2) {
  width: 189px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(3) {
  width: 188px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(3) {
  width: 189px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(4) {
  width: 210px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(4) {
  width: 212px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(5) {
  width: 169px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(5) {
  width: 170px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(6) {
  width: 130px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(6) {
  width: 128px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(7) {
  width: 113px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(7) {
  width: 115px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableHead thead th:nth-of-type(8) {
  width: 200px;
  padding: 8px;
}
#payBillTblContainer table.scrollTableBody tbody td:nth-of-type(8) {
  width: 182px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(1),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(1) {
  width: 160px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(2),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(2) {
  width: 200px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(3),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(3) {
  width: 101px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(4),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(4) {
  width: 200px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(5),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(5) {
  width: 160px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(6),
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(6) {
  width: 240px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableHead thead th:nth-of-type(7) {
  width: 166px;
  padding: 8px;
}
#bulkPaymentTblContainer table.scrollTableBody tbody td:nth-of-type(7) {
  width: 145px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(1) {
  width: 138px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(1) {
  width: 137px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(2) {
  width: 164px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(2) {
  width: 164px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(3) {
  width: 95px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(3) {
  width: 95px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(4) {
  width: 180px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(4) {
  width: 180px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(5),
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(5) {
  width: 150px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(6),
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(6) {
  width: 150px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableHead thead th:nth-of-type(7) {
  width: 175px;
  padding: 8px;
}
#bulkPaymentReviewTblContainer table.scrollTableBody tbody td:nth-of-type(7) {
  width: 155px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody tr {
  height: 77px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(1) {
  width: 170px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(1) {
  width: 170px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(2),
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(2) {
  width: 170px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(3),
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(3) {
  width: 160px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(4),
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(4) {
  width: 170px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(5),
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(5) {
  width: 220px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableHead thead th:nth-of-type(6) {
  width: 150px;
  padding: 8px;
}
#bulkPaymentSuccessTblContainer table.scrollTableBody tbody td:nth-of-type(6) {
  width: 132px;
  padding: 8px;
}
.width80 {
  width: 80%;
}
.width95 {
  width: 95%;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.widthp100 {
  width: 100px;
}
.notes {
  padding-left: 8px;
  font-size: 14px;
  resize: none;
  border-radius: 0px;
}
.acs_max_character{
	font-weight: normal;
}
@media (max-width: 991px) {
  .totalAmtDiv,
  .legendDiv {
    width: 100%;
  }
  #payBillTblContainer table.scrollTableHead thead th:nth-of-type(1),
  #payBillTblContainer table.scrollTableBody tbody td:nth-of-type(1) {
    padding-left: 4px;
  }
}
.group-margin-paybills {
  margin-bottom: 0px;
}
div.group-margin-paybills > div > div:nth-child(8n+1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  min-height: 75px;
  padding: 8px;
}
div.group-margin-paybills > div >div {
  background-color: #f1f1f1;
  min-height: 75px;
  margin-top: 10px;
  padding: 8px;
  padding-left: 10px;
}
div.group-margin-paybills > div:nth-child(1) > div:nth-child(1) {
  margin-top: 5px;
}
div.group-margin-bulkreview > div:nth-child(7n+1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  min-height: 75px;
  padding: 8px;
}
div.group-margin-bulkreview > div {
  background-color: #f1f1f1;
  height: auto;
  min-height: 75px;
  margin-top: 10px;
  padding: 8px;
}
div.group-margin-bulkreview > div:nth-child(1) {
  margin-top: 30px;
}
#mBillPayHeader{
  font-size:30px
}
.group-margin-bulkpayment {
  margin-bottom: 0;
}
div.group-margin-bulkpayment > div > div:nth-child(1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  min-height: 75px;
  padding: 8px;
}
div.group-margin-bulkpayment > div > div {
  background-color: #f1f1f1;
  height: auto;
  min-height: 75px;
  margin-top: 10px;
  padding: 8px;
}
div.group-margin-bulkpayment > div:nth-child(1) > div:nth-child(1) {
  margin-top: 10px;
}
div.group-margin-bulksuccess > div > div:nth-child(6n+1) {
  background-color: #CCCCCC;
  margin-top: 35px;
  height: auto;
  min-height: 75px;
  padding: 8px;
}
div.group-margin-bulksuccess > div > div {
  background-color: #f1f1f1;
  height: auto;
  min-height: 75px;
  margin-top: 10px;
  padding: 8px;
}
#payBillTblContainer .childCheckBox,
#payBillTblContainer .parentCheckBox {
  text-align: center !important;
}
#payBillTblContainer .childCheckBox input[type="checkbox"],
#payBillTblContainer .parentCheckBox input[type="checkbox"],
#mpayBillTblContainer .childCheckBox input[type="checkbox"],
#mpayBillTblContainer .parentCheckBox input[type="checkbox"] {
  opacity: 0;
	visibility: visible;
}
#payBillTblContainer .childCheckBox input[type="checkbox"]:focus + label:before,#payBillTblContainer .parentCheckBox input[type="checkbox"]:focus + label:before,
#mpayBillTblContainer .childCheckBox input[type="checkbox"]:focus + label:before, #mpayBillTblContainer .parentCheckBox input[type="checkbox"]:focus + label:before{
	outline: rgb(59, 153, 252) auto 5px;
}
.paybill-sort-icon {
  font-size: 18px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.text_right {
  text-align: right !important;
}
input[type="text"].datePicker::-webkit-inner-spin-button {
  display: none;
}
input[type="text"].datePicker {
  background-image: url(../img/calendarpicker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: block;
}
input[type="text"].datePickerIE {
  background-position: 65px !important;
}
input[type="text"].datePicker::-webkit-calendar-picker-indicator {
  background-color: transparent;
  color: transparent;
}
input[type="text"].datePicker::-webkit-clear-button {
  display: none;
}
select.paybillSelect {
  -moz-appearance: none;
  
  -webkit-appearance: none;
  
  appearance: none;
  background-color: inherit;
  width: 100%;
  font-weight: normal;
}
select::-ms-expand {
  
  display: none;
}
.selectStyleLabel,
.selectStyleLabel_error {
  position: relative;
  width: 100%;
}
.selectStyleLabel:after {
  content: '>';
  font: 23px "Consolas", monospace;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5%;
  top: 5%;
  bottom: 5%;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.selectStyleLabel_disabled:after{
 color:lightgrey;
}
.selectStyleLabel_error:after {
  content: '>';
  font: 23px "Consolas", monospace;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10%;
  top: 5%;
  bottom: 5%;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.selectStyleLabel:disabled:after {
  color: #666666;
}
.selectedPaymentdiv.selectStyleLabel:after {
  right: 4.5%;
}
.common_underline {
  text-decoration: underline;
}
.bulkpaybillDropDown {
  border: 1px solid #CCC !important;
}
.error-border {
  border: 2px solid #b02621 !important;
}
#bulkPaymentTblContainer input,
#bulkPaymentTblContainer select {
  border-radius: 0px;
  height: 32px;
}
li.paybillsBullets {
  list-style: disc;
  color: #333333;
  font-family: 'FFDinWeb';
  font-size: 16px;
  }
#mbulkPaymentTblContainer input {
  border-radius: 0px;
  padding-left: 8px;
}
.larger_div {
  height: 100px !important;
}
.date_div input {
  padding-bottom: 0px;
}
.clickDownloadPdf:hover,
.clickDownloadPdf:focus,
.mclickDownloadPdf:hover,
.mclickDownloadPdf:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  #errorTwiceCurrentAmt .footerBtns {
    margin-bottom: 3px;
  }
  .date_div {
    padding-top: 15px;
    padding-left: 8px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .selectStyleLabel_error:after {
    right: 7%;
  }
  .warning-position {
    
    padding: 2.2% 4px;
    width: 10.5%;
  }
  .warning_style {
    padding: 45px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) {
  .selectStyleLabel_error:after {
    right: 7%;
  }
  .warning-position {
    padding: 1.2% 0px;
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .warning-position {
    padding: 3.7% 0px;
    width: 16%;
  }
  .autopaytxt_padding_table {
    padding-left: 0px !important;
  }
  .mobilepadding_paybills {
    padding-left: 15px;
    padding-right: 15px;
  }
  .totalAmtDiv {
    border: 2px solid #111111;
    margin-top: 35px;
  }
  .select_dropdown15:after {
    right: 15%;
  }
  .select_dropdown7:after {
    right: 7%;
  }
  #BulkPayTotalAmount,
  #bulkPaymentReviewTotal,
  #bulkPaymentSuccessTotal,
  #MBulkPayTotalAmount,
  #MbulkPaymentReviewTotal,
  #bulkPaymentSuccessTotalM {
    display: block;
    text-align: center;
  }
  .legendData,
  .legendDataText {
    font-size: 14px;
  }
  .currency {
    margin-top: 14px;
  }
  #addPaybillPaymentAcc {
    margin-top: 22px;
  }
  .mob_margin_wpaginate {
    margin-top: 17px;
  }
  .paginate_margin>div:first-child {
    margin-bottom: 4px;
  }
  #paymentAccountSection {
    margin-top: 28px;
    margin-bottom: -5px
  }
  .mob_label2_radio_vs {
    margin-top: 12px;
  }
  .popup_header {
    margin-top: -15px;
  }
  #bulkpayment-container .selectStyleLabel:after {
    right: 9%;
  }
  .selectStyleLabel_error:after {
    right: 15%;
  }
  #mpayBillTblContainer .childCheckBox input[type="checkbox"] + label:before,
  #mpayBillTblContainer .parentCheckBox input[type="checkbox"] + label:before {
    margin-left: 0px;
    margin-right: 8px;
  }
  input[type="date"] {
    background-position: calc(100% - 12%) center;
    background-size: 13%;
    padding-right: 30px;
  }
}
@media (max-width: 590px) {
  #paybills_error .error-position {
    width: 8%;
  }
}
@media (max-width: 967px) {
  .plOD0 {
    padding-left: 0px;
  }
}
.mobPdfDownload {
  width: 13%;
  height: 30px;
  margin-top: 8px;
}
.clickDownloadPdf img {
  margin-top: 7px;
}
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: 47%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}
.input-icon > input {
  padding-left: 20px !important;
  padding-right: 0;
}
.input-icon-right > i {
  right: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .autopaytxt_margin_left_table {
    margin-left: 15px !important;
  }
  .autopaytxt_padding_table {
    padding-right: 0px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .autopaytxt_padding_table {
    padding-left: 0px !important;
  }
}
.redHighlight {
  border: 6px solid red;
}
.warningHighlight {
  border: 6px solid #EA6F0D;
}
.par-common-sub-header {
    font-family:FFDINWeb;
    font-size:30px;
    color:#333333;
    letter-spacing:0;
    line-height:36px;
    text-align:left;
    margin-top: 35px;
}
.med-base-sub-header-orange{
    color: #ec720e;
    font-family:FFDINWebBold;
    font-size:14px;
    letter-spacing:0;
    line-height:18px;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.md-display-cell{
    display: table-cell;
}
.md-orange-exclamation-icon{
    display:inline-block;
    float:left;
    margin-right: 10px;
}
.med-base-sub-header {
    font-family:FFDINWeb;
    font-size:36px;
    color:#333333;
    letter-spacing:0;
    line-height:36px;
    text-align:left;
}
.med-base-a-tag{
    text-decoration:underline;
    font-size: 18px;
}
.med-base-auth-tag{
    text-decoration:underline;
    font-size: 16px;
}
.med-base-checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.med-base-checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.medbaseCheckmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #000;
    background-color: #fff;
}
.med-base-checkboxContainer:hover input ~ .medbaseCheckmark {
    background-color: #fff;
}
.med-base-checkboxContainer input:checked ~ .medbaseCheckmark {
    background-color: #fff;
}
.medbaseCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
.med-base-checkboxContainer input:checked ~ .medbaseCheckmark:after {
    display: block;
}
.med-base-checkboxContainer .medbaseCheckmark:after {
    left: 5px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.med-base-hr{
    margin-top: 10px;
}
.word-break{
    word-break: break-all;
}
.med-base-section-header {
    font-family:FFDINWeb;
    font-size:36px;
    color:#666666;
    letter-spacing:0;
    line-height:36px;
    text-align:left;
}
.med-base-sub-para-head {
    font-family:FFDINWebBold;
    font-size:18px;
    color:#333333;
    letter-spacing:0.5px;
    line-height:24px;
    text-align:left;
}
.med-base-sub-para-main-text {
    font-family:FFDINWebBold;
    font-size:16px;
    color:#333333;
    letter-spacing:-0.22px;
    line-height:22px;
    text-align:left;
}
.error-box{
    background:#ffffff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.50);
    width:auto;
    height:auto;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}
.med-base-sub-para-text {
    font-family:DIN-Regular;
    font-size:16px;
    color:#333333;
    letter-spacing:-0.3px;
    line-height:22px;
    text-align:left;
}
.med-base-para-list {
    font-family:DIN-Regular;
    font-size:14px;
    color:#333333;
    letter-spacing:0.5px;
    text-align:left;
    padding-left: 15px;
}
.med-base-para {
    font-family:FFDINWeb;
    font-size:14px;
    color:#333333;
    letter-spacing:-0.02px;
}
.medbase-padding{
    padding-left:12px;
}
.med-base-button {
    text-shadow: none;
    font-size: 14px;
    background:#fbbb36;
    width:50%;
    height:44px;
    font-family:FFDINWebBold;
    color:#042037;
    letter-spacing:0.5px;
    text-align:center;
    margin-top: 45px;
    margin-bottom: 40px;
}
.med-base-sec-button{
    width:100%!important;
    margin-top: 35px;
}
.med-base-input-text{
    height:50px;
    padding: 0px 30px 0px 10px !important;
    border-radius: 0 !important;
    word-wrap: break-word;
    word-break: break-all;
}
.float-right{
    float:right;
}
     .navigateToBackMobile {
        display: none;
    }
    .navigateToBackMobile{
        
    }
#medicalAccountRegion .btn-group > .btn > .dropdown-label-text {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-family: FFDINWeb;
}
#medicalAccountRegion .btn-group > .btn {
    height: 50px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #medicalAccountRegion .btn-group {
        width: 100%
    }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
    .navigateToBackDesktop{
        display: none;
    }
     .navigateToBackMobile {
        display: block;
    }
}
#medicalAccountRegion .btn-group {
    width: 100%;
}
#medicalAccountRegion .btn-group > .btn {
    width: 100%;
}
#medicalAccountRegion .btn-group > .dropdown-menu {
    width: 100%;
}
#medicalAccountRegion .btn-group > .btn > .dropdown-label-text {
    width: 95%;
}
#medicalAccountRegion #singleAccountTitle {
    font-size: 18px;
    font-family: DIN-Regular;
    color: #333333;
    font-weight: normal;
}
.med-base-hint-test {
    font-family:DIN-Regular;
    font-size:14px;
    color:#111111;
    letter-spacing:0;
    text-align:left;
}
.med-field-value {
    font-family:FFDinWeb;
    font-size:18px;
    color:#333333;
    line-height:16px;
    text-align:left;
}
.ota-access {
    margin-top: 50px;
}
.login-button {
    margin-top: 35px;
    margin-bottom: 45px;
}
.marginTop40D25M {
    margin-top: 40px;
}
.marginTop20D20M {
    margin-top: 20px;
}
.marginTop45D30M{
    margin-top: 45px;
}
.marginTop-10 {
    margin-top: -10px!important;
}
.marginTop10 {
    margin-top: 10px;
}
.marginBottom-10 {
    margin-bottom: -10px!important;
}
.marginBottom-0 {
    margin-bottom: 0px!important;
}
.marginTop50D35M {
    margin-top: 50px;
}
.marginBottom-50D35M {
    margin-top: -30px;
    margin-bottom: 35px;
}
.marginBottom_50D35M{
     margin-bottom: 35px;
}
.marginBottom8045M{
    margin-bottom: 80px;
}
.marginBottom25M{
     margin-bottom: 25px;
}
.marginBottom5025M{
     margin-bottom: 50px;
}
.md-error-heading{
    color: #b02621;
    margin-top: 20px;
}
.md-error-para{
    font-family: FFDinWeb;
    color: #333;
    font-size: 16px;
    margin-top: 40px;
}
.marginTop35D20M{
        margin-top: 35px;
    }
.med-base-button-blue {
    height:43px !important;
    font-family:FFDINWebbold;
    font-size:14px !important;
    letter-spacing:0.5px;
    text-align:center;
    width: 50%;
}
.med-base-label {
    font-family:FFDINWebMedium;
    font-size:18px;
    color:#333333;
    text-align:left;
}
.med-base-notification-button {
    width: 150px;
}
.md-exclamation-icon{
    display:inline-block;
    width:15%;
    height:100%;
    float:left;
    margin-right: 10px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #medicalHeaderRegion .pge_coc-common-par-heading_block {
        margin: 0 !important;
    }
    
    .medical-baseline-allowance-container {
    }
    .marginT10{
        margin-top: 10px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #medicalHeaderRegion .pge_coc-common-par-heading_block {
        margin: 0 !important;
    }
   
    .medical-baseline-allowance-container {
    }
    .md-button-ipad{
        width:50%;
    }
   
    .marginTop45D30M{
        margin-top: 45px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 600px) and (max-width : 891px){
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  
}
@media (min-width: 768px) {
}
@media(max-width:768px) {
    .navigateToBackMobile {
        margin-bottom: 35px;
    }
     .md-exclamation-icon{
        width:20% !important;
    }
    .med-base-sub-header,.med-base-section-header{
        font-size: 30px!important;
    }
    .med-base-button-blue{
        width: 100%;
    }
    .marginTop35D20M{
        margin-top: 20px;
    }
    .marginTop40D25M {
        margin-top: 25px;
    }
    .marginBottom8045M{
        margin-bottom: 45px;
    }
    .marginTop50D35M {
    margin-top: 35px;
    }
    .marginBottom-50D35M{
        margin-top:-50px;
        margin-bottom: 20px!important;
    }
    .marginBottom5025M{
        margin-bottom: 25px;
    }
    .med-base-button {
        width:100%;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .base-button{
        width:100%;
    }
    #medicalHeaderRegion .pge_coc-common-par-heading_block {
        margin: 0 !important;
    }
    .ota-access {
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }
    .login-button {
        margin-top: 23px !important;
        margin-bottom: 30px !important;
    }
    .marginBotom50D35M{
        margin-top: 35px;
    }
    .md-error-heading{
        margin-top: 30px;
    }
    .md-error-para{
        margin-top: 25px;
    }
    .marginTop45D30M{
        margin-top: 30px;
    }
}
body{
    background-color:transparent;
}
.pge_al-common-modal .modal-content{
    border-radius:0;    
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:#f1f1f1;
}
.pge_al-common-modal .modal-header{
    position:relative;
    padding:30px 30px 20px;
    border-bottom:none;
}
.pge_al-common-modal .modal-header .close{
    position:absolute;
    margin:10px 0;
    top:0;
    right:10px;
    line-height:1;
    font-size:28px;
}
.pge_al-common-modal .modal-title{
    font-size: 36px;
    color: #333;
    line-height:1;
}
.pge_al-common-modal .modal-body{
    padding:0 30px;
}
.pge_al-common-modal .modal-footer{
    padding: 20px 30px 30px;
    border-top:none;
}
.pge_al-common-modal_spacings_vs1{
    margin-top:100px;
}
.pge_al-common-modal_spacings_vs2{
    margin-top:50px;
}
.pge_al-common-modal_spacings_vs3{
    margin-top:20px;
}
.pge_al-common-modal_spacings_vs30{
    margin-top:30px;
}
@media (max-width: 767px) {
    
    .pge_al-common-modal .modal-header {
        padding: 20px 20px 15px;
    }
    .pge_al-common-modal .modal-footer {
        padding: 20px;
    }
    .pge_al-common-modal .modal-title {
        font-size: 16px;  
        font-family: 'FFDINWebBold';     
        text-transform: uppercase;
    }
    .pge_al-common-modal .modal-body{
        padding: 0 20px;
    }    
     
    
    .pge_al-common-modal_spacings_vs1 {
        margin-top: 70px;
    }
    .pge_al-common-modal_spacings_vs2 {
        margin-top: 35px;
    }
    .pge_al-common-modal_spacings_vs3 {
        margin-top: 15px;
    }
    .pge_al-common-modal_spacings_vs30{
        margin-top:20px;
    }
    
}
.pge_al-common-active_orange_btn {
    padding: 15px;
    color: #042037;
    font-size: 14px;
    background: #FBBB36;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px solid #FBBB36;
    font-family: 'FFDINWebBold';
    height:50px;
    min-width: 150px;
}
.pge_al-common-active_orange_btn:hover,
.pge_al-common-active_orange_btn:focus,
.pge_al-common-active_orange_btn:active:hover {
    color: #042037;
    background: #E59902;
    border: 1px solid #E59902;
}
.pge_al-common-active_orange_btn:active,
.pge_al-common-active_orange_btn:visited {
    color:#042037;
    background: #BF7E2A;
    border: 1px solid #E59902;
}
.pge_al-common-form{
    color:#111;
}
.pge_al-common-form fieldset > legend{
    border-bottom:1px solid #ccc;
    font-family:'FFDINWeb';
    font-size:16px;
    line-height:1.75;
    padding-bottom:20px !important;
    margin-bottom:0;
}
.pge_al-common-form .form-group{
    position:relative;
    margin-bottom:0;
}
.pge_al-common-form label.info{    
    font-size:14px;
    line-height:1;
    font-weight:normal;
    font-family:'FFDINWebItalic';
    display:block;
}
.pge_al-common-form label.info.lblReq{
    margin-bottom:0;
}
.pge_al-common-form label[data-type=title]{    
    font-size:18px;
    font-family:'FFDINWebBold';
    margin:0;
    padding:0 0 10px;
    text-transform:uppercase;
    line-height: 1;
    font-weight: normal;
}
    .pge_al-common-form .lblValue {
        font-family: 'FFDINWeb';
        font-size: 16px;
        color: #333333;
        letter-spacing: 0.5px;
        line-height: 18px;
    }
.pge_al-common-form label[data-type=title] + label.info{
    margin-top:-10px;
    margin-bottom:10px;
    line-height:1.75;
}
.pge_al-common-form .form-control{
    border-radius:0;
    font-size:16px;
}
.pge_al-common-form .form-control::-moz-placeholder {
  font-family:'FFDinWebItalic';
}
.pge_al-common-form .form-control:-ms-input-placeholder {
  font-family:'FFDinWebItalic';
}
.pge_al-common-form .form-control::-webkit-input-placeholder {
  font-family:'FFDinWebItalic';
}
.pge_al-common-form input[type=text]{
    color:#666;
    padding: 10px 15px;
    min-height:50px;
}
.pge_al-common-form .form-group .dropdown > .btn{
    color:#999;
    width:100%;
    border-radius:0; 
    font-size:16px;
    
    text-align:left;
    padding: 10px 35px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/form_select.png) right center no-repeat #fff;    
    min-height: 50px;
}
.pge_al-common-form .form-group .dropdown > .btn:active:hover,
.pge_al-common-form .form-group .dropdown > .btn.active:hover,
.pge_al-common-form .form-group .dropdown.open > .dropdown-toggle.btn-default:hover, 
.pge_al-common-form .form-group .dropdown > .btn:active:focus,
.pge_al-common-form .form-group .dropdown > .btn.active:focus,
.pge_al-common-form .form-group .dropdown.open > .dropdown-toggle.btn-default:focus, 
.pge_al-common-form .form-group .dropdown > .btn:active.focus,
.pge_al-common-form .form-group .dropdown > .btn.active.focus,
.pge_al-common-form .form-group .dropdown.open > .dropdown-toggle.btn-default.focus,
.pge_al-common-form .form-group .dropdown > .btn:hover,
.pge_al-common-form .form-group .dropdown > .btn:focus{
    color:#999;
    background-color: #fff;
    border:1px solid #ccc;
}
.pge_al-common-form .form-group .dropdown > .btn > option{
     color:#666;
     font-style:normal;
 }
.pge_al-common-form .form-group .dropdown > ul.dropdown-menu{
    width:100%;
}
.pge_al-common-form .form-group .dropdown > .btn > li{
    color:#666;
    font-style:normal;
}
.pge_al-common-form .form-group .dropdown > .btn > li > a{
    color:#666;
    font-style:normal;
}
.pge_al-common-form > .msgContainer > label{
    font-weight:normal;
    font-family: 'FFDINWeb';
    margin-bottom:0;
    font-size:21px;
}
.pge_al-common-form > .msgContainer > label:first-of-type + label{
    margin-left:10px;
}
.pge_al-common-form > .msgContainer > div.dropdown{
    display:inline-table;
    margin: 0 0 5px 10px;    
    vertical-align:middle;
}
.pge_al-common-form div.error{
    color: #B02621;
    display:block;
    font-size:14px;
    font-family: 'FFDINWebBold';
    font-weight:normal;
    margin-top:20px;
}
@media (max-width: 767px){
    .pge_al-common-form fieldset > legend{
        font-size:16px;
        padding-bottom:15px !important;
    }
    .pge_al-common-form label[data-type=title]{
        padding: 0 0 5px;
    }
    .pge_al-common-form input[type=text]{
        min-height:40px;
    }
}
.step-view ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.step-font-number {
  font-family: 'FFDinWeb';
  font-size: 14px;
  line-height: 1;
}
.step-desc {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "FFDinWeb";
  line-height: 1.25;
}
.step-current-name {
  font-family: 'FFDinWebBold';
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.step-font-name {
  margin-top: 10px;
}
.step {
  font-family: 'FFDinWeb';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.steps-ul-el {
  padding-left: 20px;
  padding-right: 20px;
  color: #888888;
  overflow: auto;
}
.steps-ul-el li {
  display: inline-block;
  margin-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  
  width: 125px;
  min-height: 175px;
  height: auto;
  float: left;
}
li .each-step {
  font-family: 'FFDinWebBold';
  font-size: 20px;
  width: 43px;
  height: 43px;
  text-align: center;
  padding-top: 10px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-block;
  border: 2px solid #888888;
  position: relative;
}
li.active-li {
  color: #005179;
}
li.active-li .each-step {
  background: #005179;
  color: #FFFFFF;
  border: 1px;
}
.steps-ul-el .each-step:after {
  content: '';
  width: 65px;
  border: 1px dashed grey;
  position: absolute;
  margin-top: 10px;
  margin-left: 30px;
}
.steps-ul-el li.active-li .each-step:after {
  border: 1px solid #003366;
}
.steps-ul-el li:last-child .each-step:after {
  content: '';
  width: 0;
  border: 0 dashed grey;
  position: absolute;
  margin-top: 10px;
  margin-left: 35px;
}
.page-number-container {
  text-align: center;
}
.page-number-container .active-page {
  display: inline-block;
  color: #FFFFFF;
  background: #07679b;
  width: 22px;
}
.extendBgLeft,
.extendBgRight {
  background-color: #F1F1F1;
}
.extendBgLeft:before,
.extendBgRight:after {
  background-color: #F1F1F1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.extendBgRight:after {
  left: 100%;
  margin-left: -15px;
  z-index: -2;
}
.extendBgLeft:before {
  right: 100%;
  margin-right: -15px;
  z-index: -2;
}
.offscreen {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px)!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    clip-path: inset(50%)!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important; 
    width: 1px!important; 
    overflow: hidden!important;
    white-space: nowrap!important;
}
@media (max-width: 767px) {
  .steps-ul-el {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .steps-ul-el li {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 5px;
    width: 15%;
    min-height: inherit;
    height: auto;
  }
  .steps-ul-el .each-step:after {
    width: 25px;
    margin-left: 20px;
  }
  .mExtendBgRight:after {
    background-color: #F1F1F1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    left: 100%;
    margin-left: -15px;
    z-index: -2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mExtendBgRight:after {
    background-color: #F1F1F1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    left: 100%;
    margin-left: -15px;
    z-index: -2;
  }
}
#pdpore-table table {
  border-color: white;
}
.evorblable{
  padding-left: 5px;
  line-height: 20px;
  vertical-align: bottom;
}
.ev2vinmargin-bottom{
  margin-bottom:10px;
}
.ev2vinmargin{
  margin-top:25px;
}
.email-verification-error{
  clear:both;
  padding-top:10px;
  padding-left: 15px;
}
#pdpore-table table.scrollTableHead thead th,
#pdpore-table table.scrollTableBody tbody td {
  padding: 8px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(1) {
  width: 265px;
}
#pdpore-table table.scrollTableBody tbody td:nth-of-type(1) {
  width: 265px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(2),
#pdpore-table table.scrollTableBody tbody td:nth-of-type(2) {
  width: 240px;
	padding-left: 6px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(3),
#pdpore-table table.scrollTableBody tbody td:nth-of-type(3) {
	width: 230px;
	padding-left: 6px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(4),
#pdpore-table table.scrollTableBody tbody td:nth-of-type(4) {
  width: 296px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(5),
#pdpore-table table.scrollTableBody tbody td:nth-of-type(5) {
  width: 80px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(6) {
  width: 94px;
}
#pdpore-table table.scrollTableBody tbody td:nth-of-type(6) {
  width: 75px;
}
table.scrollTableBody td.pdpChangeRateCol {
  position: relative;
}
table.scrollTableBody td.pdpChangeRateCol .pdp-change-rate-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
table.scrollTableBody td.pdporeTableCheckbox {
  vertical-align: middle;
}
.pdporeTableCheckbox.childCheckBox input[type="checkbox"] + label:before,
.pdporeTableCheckbox.parentCheckBox input[type="checkbox"] + label:before {
  margin: 0 auto;
}
.pdpore-mobile-columns {
    padding: 10px;
    margin: 10px 0;
    min-height: 70px;
}
.pdpore-mobile-columns.first-column:not(:first-child) {
    margin-top: 35px;
}
.pdpore-mobile-columns.first-column:first-child{
    margin-top: 0px;
}
.pdpore-mobile-columns:last-child {
    margin-bottom: 0px;
}
.pdpore-mobile-columns .field_label {
  margin-top: 0;
}
#pdpore-manage-your-service{
  margin-left: -2px !important;
}
.mobile-pdpore-table.table {
    margin-bottom: 0;
}
#pdpore-table table.scrollTableHead thead th{
  background-color: #e2eff7;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(1).residentalOnly {
  width: 290px;
  box-sizing: content-box;
}
#pdpore-table table.scrollTableBody tbody td:nth-of-type(1).residentalOnly {
  width: 310px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(2).residentalOnly,
#pdpore-table table.scrollTableBody tbody td:nth-of-type(2).residentalOnly {
  width: 360px;
}
#pdpore-table table.scrollTableHead thead th:nth-of-type(3).residentalOnly {
  width: 555px;
}
#pdpore-table table.scrollTableBody tbody td:nth-of-type(3).residentalOnly {
  width: 533px;
}
@media (max-width: 767px) {
  .mobile-rateAnalysis-btn {
    width: inherit;
		margin-bottom: 34px;
  }
  
  #pdpore-search-filter-mobile{
    margin-bottom: 34px;
  }
  
  .ore-mobile-submit-btn {
    padding-left: 0;
    padding-right: 0;
  }
	
	.apply_all_checkbox{
		width: 10%;
		margin-left: -10px;
	}
	.apply_all_label{
		width: 90%;
    margin-left: 5px;
    margin-top: 3px;
	}
}
@media all and (max-width: 1690px) {
  .pdp_enroll4step_layout, .ore_steps_layout, #pdp-optout-view-region{
    display: flex;
  }
  .pdp_enroll4step_layout .pdp_enroll4step_main_region,
	.ore_steps_layout .ore_steps_main_region,
	#pdp-optout-view-region pdp_enroll4step_main_region{
    order: 1;
  }
  .pdp_enroll4step_placeholder_region, .ore_steps_placeholder_region {
    order: 2;
  }
}
@media all and (max-width: 1280px) {}
@media all and (max-width: 980px) {
  .pdp_enroll4step_layout, .ore_steps_layout, #pdp-optout-view-region {
    display: block;
  }
  .pdp_enroll4step_placeholder_region .pdp_enroll4step_placeholder_block,
	.ore_steps_placeholder_region .pdp_enroll4step_placeholder_block{
    margin-bottom: -10px;
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media all and (max-width: 736px) {}
@media all and (max-width: 480px) {}
.pdp_enroll4step_placeholder_region .pdp_enroll4step_placeholder_block,
.ore_steps_placeholder_region .pdp_enroll4step_placeholder_block{
  background-color: #F1F1F1;
  height: calc(100% + 10px);
}
.pdp_enroll4step_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block,
.ore_steps_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.ore_learnmore_btn_region{
  text-align: center !important;
}
.pdp_enroll4step_secondary_heading {
  color: #666666;
  font-size: 36px;
  font-family: 'FFDINWeb';
  padding-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
}
.pdp_optout_secondary_heading {
	color: #666666;
  font-size: 36px;
  font-family: 'FFDINWeb';
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}
.pdp_enroll4step_step_heading_region .pdp_enroll4step_step_number {
  font-family: FFDINWebBold;
}
.pdp_enroll4step_step_heading_region .pdp_enroll4step_step_heading {
  font-family: DIN-Regular;
  font-size: 36px;
}
#pdp-enroll4step-ore-cancelpendingchanges-popup .modal-header, #pdp-enroll4step-stepone-ratedetails-popup .modal-header {
  border-bottom: none;
}
#pdp-enroll4step-ore-cancelpendingchanges-popup .modal-footer, #pdp-enroll4step-stepone-ratedetails-popup .modal-footer {
  border-top: none;
  text-align: center;
}
.ore_hearfrom_content .modal-body{
	padding-bottom: 0;
}
.ore_hearfrom_content .modal-footer{
	padding-bottom: 50px;
}
.pdp-enroll4step-step3-contact-method-divisions {
  margin-top: 20px;
}
.pdp_enroll4step_setnoti_contact_method_divisions .pdp_enroll4step_setnoti_contact_remove_region {
  text-align: right;
}
.pdp_enroll4step_setnoti_contact_method_region .pdp_enroll4step_setnoti_contact_method_divisions:first-child .pdp_enroll4step_setnoti_contact_remove_region {
  display: none;
}
.pdp_enroll4step_fieldset_block>legend {
  border: none !important;
  margin: 0px;
}
.pdp_enroll4step_stepone_radio_block label.h3style {
  font-family: 'FFDINWebMedium';
  line-height: 1.42857143;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 8%;
  margin-top: -30px;
  display: inline-block;
  font-size: 18px;
	font-weight: 500;
}
.ore_rates .pdp_enroll4step_stepone_radio_block label.h3style{
	padding-left: 26px;
	width: 100%;
	float: left;
	padding-top: 3px;
}
.pdp_enroll4step_stepone_radio_block p {
  padding-left: 8%;
}
.pdp_enroll4step_steptwo_radio_block p.h3style {
  font-family: FFDINWeb;
  line-height: 1.42857143;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 5%;
  margin-top: -30px;
  display: inline-block;
	font-weight: 500;
}
.pdp_enroll4step_steptwo_radio_block label {
  display: block;
}
 
#optout-table-region table {
  border-color: white;
  border: 2;
}
table.scrollTableHead.rate-change-table-header {
    width: 667px;
}
.rate-change-table-body-div.TableBodyVscroll table{
  width: 647px;  
}
.rate-change-table-body-div.TableBodyVscroll {
  width: 662px;
}
 
table.rate-change-table-header.scrollTableHead thead th,
table.rate-change-table-body-header.scrollTableBody tbody td {
  padding: 8px;
}
 
table.rate-change-table-header.scrollTableHead thead th:nth-of-type(1),
table.rate-change-table-body-header.scrollTableBody tbody td:nth-of-type(1) {
  width: 180px;
}
 
table.rate-change-table-header.scrollTableHead thead th:nth-of-type(2),
table.rate-change-table-body-header.scrollTableBody tbody td:nth-of-type(2) {
  width: 200px;
}
 
table.rate-change-table-header.scrollTableHead thead th:nth-of-type(3){
  width: 308px;
}
table.rate-change-table-body-header.scrollTableBody tbody td:nth-of-type(3) {
  width: 287px;
}
 
 
table.scrollTableHead.submitted-optout-table-header {
  width: 1040px;
}
.submitted-optout-table-body-div.TableBodyVscroll table{
  width: 1020px;  
}
.submitted-optout-table-body-div.TableBodyVscroll {
  width: 1035px;
}
table.submitted-optout-table-header.scrollTableHead thead th,
table.submitted-optout-table-body-header.scrollTableBody tbody td {
  padding: 8px;
}
 
table.submitted-optout-table-header.scrollTableHead thead th:nth-of-type(1),
table.submitted-optout-table-body-header.scrollTableBody tbody td:nth-of-type(1) {
  width: 230px;
}
 
table.submitted-optout-table-header.scrollTableHead thead th:nth-of-type(2),
table.submitted-optout-table-body-header.scrollTableBody tbody td:nth-of-type(2) {
  width: 210px;
}
table.submitted-optout-table-header.scrollTableHead thead th:nth-of-type(3),
table.submitted-optout-table-body-header.scrollTableBody tbody td:nth-of-type(3) {
  width: 300px;
}
table.submitted-optout-table-header.scrollTableHead thead th:nth-of-type(4)
table.submitted-optout-table-body-header.scrollTableBody tbody td:nth-of-type(4) {
  width: 300px;
}
.rate_change_section1{
  margin-top: 42px;
}
.rate-change-ev2a-h3 {
  margin-top:35px;
  margin-bottom:0px;
}
.rate_change_section2{
  margin-top: 30px;
}
 
table.scrollTableHead.submitted-optout-table-header {
    margin-top: 14px;
}
#pdp-optout-mobile-table .table{
  margin-bottom: 0px;
}
 
 
.pdp_enroll4step_selectrateotpions_usagerow {
  background-color: #F1F1F1;
  border: 1px solid #888888;
}
.pdp_enroll4step_serviceId_heading{
  margin-top: 40px;
}
.pdp_enroll4step_stepcontent_region {
  margin-top: 42px;
}
.pdp_enroll4step_placeholder_content_text{
  margin-top: 32px;
  padding-bottom: 25px;
}
.pdp_enroll4step4_review_para{
	margin-top: 32px;
}
#pdp-enroll4step-stepone-ratedetails-popup .modal-footer {
  padding-bottom: 50px;
}
.pdp_enroll4step_step2_options {
  margin-top: 10px;
}
.pdp_enroll4step_step2_options_note {
  margin-top: 12px;
}
.pdp_enroll4step_step2_reservation_block {
  
}
.pdp_enroll4step_step2_reservation_block p {
  margin-top: 10px;
}
.pdp_enroll4step_step2_guidelines_block {
  margin-top: 45px;
}
.pdp_enroll4step_step2_textboxkw {
  margin-top: 15px;
}
.pdp_enroll4step_setnoti_contact_method_divisions:first-child {
  margin-top: 5px;
}
.pdp_enroll4step_setnoti_contact_method_divisions {
  margin-top: 40px;
}
.pdp_enroll4step_setnoti_addcontact_method_region {
  margin-top: 40px;
}
.pdp_enroll4step_revsub_infoblock>div.row>div {
  margin-top: 25px;
}
.pdp_enroll4step_revsub_infoblock>div.row div.first_row {
  margin-top: 0px;
}
.pdp_enroll4step_revsub_terms_content {
  margin-top: 35px;
}
.pdp_enrollcomplete_heading {
  margin-top: 35px;
}
.pdp_enrollcomplete_nextsteps_region,
.pdp_enrollcomplete_nextsteps_list,
.pdp_enrollcomplete_rateinfo_region {
  margin-top: 35px;
}
.pdp_enrollcomplete_rateinfo_content {
  margin-top: 40px;
}
.pdp_enrollcomplete_rateinfo_content .first_row {
  margin-top: 0px;
}
.pdp_enrollcomplete_rateinfo_item {
  margin-top: 25px;
}
.pdp_enroll4complete_rateinfo .row>div:not(.first_row) {
    margin-top: 25px;
}
.pdp_enrollcomplete_impnote_reigon {
  margin-top: 30px;
}
.pdp_enrollcomplete_impnote_content {
  margin-top: 45px;
}
 
.pdp_optout_ratechange_region {
  margin-top: 35px;
}
.pdp_optout_ratechange_table_region {
  margin-top: 30px;
}
.pdp_optout_ratechange_btn_region {
  margin-top: 50px;
}
 
 
 
.pdp_enroll4step_ore_reviewsubmit_infoblock {
  margin-top: 25px;
}
.pdp_enroll4step_ore_reviewsubmit_terms_block {
  margin-top: 35px;
}
.pdp_enroll4step_ore_reviewsubmit_infoblock>div.row>div {
  margin-top: 25px;
}
.pdp_enroll4step_ore_reviewsubmit_infoblock>div.row>div.first_row {
  margin-top: 40px;
}
 
 
 
.pdp_ore_enrollcomplete_currentrate_reigon {
  margin-top: 25px;
}
.pdp_ore_enrollcomplete_currentrate_text {
  margin-top: 45px;
}
 
 
.pdp_enroll4step_ore_entervin_block {
  margin-top: 25px;
}
 
.pdp_enroll4step_ore_entervin_block>p {
  margin-top: 40px;
}
.pdp_enroll4step_ore_entervin_block div.field_label {
  margin-top: 35px;
}
 
@media all and (max-width: 1024px) {
  .pdp_enroll4step_serviceId_heading{
    margin-top: 25px;
  }
  .pdp_enroll4step_step_heading_region .step-header {
    margin-bottom: 0;
  }
  .pdp_enroll4step_stepcontent_region {
    margin-top: 15px;
  }
  
  
  #pdp-enroll4step-stepone-ratedetails-popup .modal-footer {
    padding-bottom: 35px;
  }
  
  
  
  .pdp_enroll4step_step2_reservation_block {
    margin-top: 10px;
  }
  .pdp_enroll4step_step2_guidelines_block {
    margin-top: 30px;
  }
  
  
  .pdp_enroll4step_setnoti_contact_method_divisions:first-child {
    margin-top: 5px;
  }
  .pdp_enroll4step_setnoti_contact_method_divisions {
    margin-top: 25px;
  }
  .pdp_enroll4step_setnoti_addcontact_method_region {
    margin-top: 25px;
  }
  
  
  .pdp_enroll4step_revsub_infoblock>div.row>div {
    margin-top: 10px;
  }
  .pdp_enroll4step_revsub_infoblock>div.row>div:first-child {
    margin-top: 0px;
  }
  .pdp_enroll4step_revsub_terms_content {
    margin-top: 20px;
  }
  
  
  .pdp_enrollcomplete_nextsteps_region,
  .pdp_enrollcomplete_nextsteps_list,
  .pdp_enrollcomplete_rateinfo_region {
    margin-top: 20px;
  }
  .pdp_enrollcomplete_rateinfo_content {
    margin-top: 25px;
  }
  .pdp_enrollcomplete_rateinfo_content .first_row {
    margin-top: 0px;
  }
  .pdp_enrollcomplete_rateinfo_item {
    margin-top: 10px;
  }
  .pdp_enrollcomplete_impnote_content {
    margin-top: 30px;
  }
  
  
  
 
.pdp_optout_ratechange_region {
  margin-top: 35px;
}
.pdp_optout_ratechange_table_region {
  margin-top: 30px;
}
.pdp_optout_ratechange_btn_region {
  margin-top: 50px;
}
 
 
 
.pdp_enroll4step_ore_reviewsubmit_infoblock {
  margin-top: 25px;
}
.pdp_enroll4step_ore_reviewsubmit_terms_block {
  margin-top: 35px;
}
.pdp_enroll4step_ore_reviewsubmit_infoblock>div.row>div {
  margin-top: 25px;
}
.pdp_enroll4step_ore_reviewsubmit_infoblock>div.row>div.first_row {
  margin-top: 40px;
}
 
 
 
.pdp_ore_enrollcomplete_currentrate_reigon {
  margin-top: 25px;
}
.pdp_ore_enrollcomplete_currentrate_text {
  margin-top: 45px;
}
 
 
.pdp_enroll4step_ore_entervin_block {
  margin-top: 25px;
}
 
.pdp_enroll4step_ore_entervin_block>p {
  margin-top: 40px;
}
.pdp_enroll4step_ore_entervin_block div.field_label {
  margin-top: 35px;
}
 
}
@media all and (max-width: 480px) {
  .pdp_enroll4step_btnregion .row div:last-child {
    margin-top: 20px;
  }
  .pdp_enroll4step_setnoti_contact_method_divisions>div:last-child {
    margin-top: 25px;
  }
  .pdp_enroll4step_selectrateotpions_usagerow:last-child {
    margin-top: 35px;
  }
}
.pdp-enroll-multiple-table {
  border-color: white;
}
.pdp-enroll-multiple-table .scrollTableHead thead th,
.pdp-enroll-multiple-table .scrollTableBody tbody td {
  padding: 8px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(1) {
  width: 200px;
}
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(1) {
  width: 200px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(2),
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(2) {
  width: 200px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(3),
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(3) {
  width: 150px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(4),
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(4) {
  width: 150px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(5) {
  width: 290px;
}
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(5) {
  width: 270px;
}
.pdp-enroll-multiple-table .scrollTableHead thead th:nth-of-type(3).notification-col-head {
  width: 560px;
}
.pdp-enroll-multiple-table .scrollTableBody tbody td:nth-of-type(3).notification-col-body {
  width: 541px;
}
.ore_learnmore_heading{
	margin-top: 10px;
}
.terms-conditions-header{
  color: #666666;
}
.required_field{
	font-family:'FFDINWeb';
	font-size:14px;
	color:#111111;
}
.ore_solarcheckbox_label{
	font-size: 18px;
	color: #111111;
	font-family: 'FFDINWebMedium';
	font-weight: normal;
}
.pdp-multiple-accept-check-label{
  font-weight: normal;
}
.pdp_enrollcomplete_nextsteps_list {
  padding-left: 20px;
}
#pdpmultiple-step-header-region h2.steps-main-header,
#oreStepsRegion h2.steps-main-header{
	margin-top: 2px;	
}
.ore_hearfrom_header{
	margin-top: 4px;	
}
.childCheckBox input[type="checkbox"] + label.pdp-multiple-accept-check-label:before {
  margin-right: 10px;
  margin-left: 0;
}
.decision-btns {
  text-align: center;
}
.decision-btn {
  white-space: normal;
  padding: 8px 0;
  line-height: 1;
}
.opted_out_section{
  margin-top: 22px;
}
.pdp_label18{
  font-size: 18px;
  font-weight: normal;
}
.header_left{
	margin-left: -2px;
}
.header_left4_mob2{
	margin-left: -4px;
}
.block_style{
	display: inline-block;
}
li.nextStepsBullets{  
list-style: disc;
color: #333333;
font-family: 'FFDinWeb';
font-size: 16px; 
}
.pdp_enroll4step_setnoti_contact_method_region select,.pdp_enroll4step_setnoti_contact_method_region input[type="text"],.pdp_enroll4step_step2_textboxkw input,
#pdpmultiple-enroll-table input[type="text"], #pdpmultiple-enroll-table select,
#pdpmultiple-mobile-table input[type="text"], #pdpmultiple-mobile-table select,
#pdp-optout-table select, #pdp-optout-mobile-table select,
#ore_smartRateContact_region input[type="text"], #ore_smartRateContact_region select,
#solar-choice-heard-from,#solar-choice-heard-from-other, .kwhValue,
.vinInputType, .vehiclemakeInputType, .vehicledateInputType, .vehiclemodelInputType{
  height: 54px;
  border-radius: 0;
  border: 1px solid #CCC ;
}
#pdpmultiple-enroll-table input[type="text"], #pdpmultiple-enroll-table select,
#pdpmultiple-mobile-table input[type="text"], #pdpmultiple-mobile-table select,
#pdp-optout-table select, #pdp-optout-mobile-table select,
#pdpEnroll4StepsRegion select,#pdpEnroll4StepsRegion input[type="text"],
#ore_smartRateContact_region input[type="text"], #ore_smartRateContact_region select, .kwhValue,
.vinInputType, .vehiclemakeInputType, .vehicledateInputType, .vehiclemodelInputType{
	font-family: 'FFDinWeb';
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}
#solar-choice-heard-from,#solar-choice-heard-from-other{
	font-family: 'FFDinWeb';
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}
#pdp-optout-table select {
    padding-right: 35px;
}
#pdp-optout-mobile-table select {
	padding-right: 32px;
}
#pdpmultiple-enroll-table .selectStyleLabel:after {
    right: 21%;
}
#pdp-optout-mobile-table .selectStyleLabel:after,
#pdpmultiple-mobile-table .selectStyleLabel:after{
	right: 8.5%;
}
.pdp_enroll4step_setnoti_contact_method_region .selectStyleLabel:after,
#pdp-optout-table .selectStyleLabel:after {
  right: 10%;
}
#solar-choice-heard-from-div .selectStyleLabel:after{
	right: 11%;
}
.styledSelect{
	-webkit-appearance: none;
  	-moz-appearance: none;
    		appearance: none;
}
.styledSelect::-ms-expand {
    display: none;
}
.pdp_enroll4step_revsub_infoblock>div.row>div p.field_label{
  margin-bottom: 4px;
}
.pdp_enrollstep1_review{
	margin-top: 2px;
}
.pdp_enrollstep4_condition{
  padding-left: 4px;
}
.pdp_enrollstep4_condition>div.childCheckBox{
  display: inline;
}
.pdp_mul_enroll_step3_comment{
  margin-bottom: 25px;
}
.pdp_cancel_footer{
  margin-bottom: 14px;
}
.pgh_text1_table{
  font-size: 18px;
  color: #333333;
	font-family: 'FFDINWebBold';
}
.next_steps_label{
	color: #333333;
	font-family: 'FFDINWebBold';
	font-size: 16px;
	line-height: 1 !important;
}
.pdp-enroll-multiple-table .notification-col-body .errorRegion {
    margin-top: -4px;
    margin-bottom: 13px;
}
.pdp-enroll-multiple-table .add_notification_row{
	margin-top: -6px;	
}
.btn_wrap_anchor{
	width: auto;
}
.steps_heading{
	font-family: 'FFDinWebBold';
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
.rate_change_section1 h3,.rate_change_section2 h3{
	margin-top: 0;
	margin-bottom: 12px;
}
#pdpore-container .acs_field_label_bgcolor_filter{
	margin-top: -4px;	
}
.accept-checkbox-enroll-multiple{
	margin-left: 3px;
}
.label-accept-checkbox-enroll-multiple{
	margin-bottom: -8px;	
}
.apply_all_label{
	font-size: 14px;
  font-family: 'FFDINWeb';	
	font-weight: normal;
}
.oretermsModal{
	margin-top: 44px;
	max-height: 365px;
}
.ore_fieldset_radio{
	margin-top: 16px;
}
.desktop-pdpore-table.TableBodyVscroll{
	max-height: 389px;
}
.green_font{
	color: green;
}
.ore_first_pghs{
	margin-top: 10px;
}
.ore_step2_disclaimer{
	background: #F1F1F1;
}
.ore_solar_pgh_note p:nth-of-type(2) {
	padding-top: 12px;
}
#solar-choice-heard-from-div,#solar-choice-heard-from-other-div{
	margin-top: 14px;	
}
.ore_pending_popup_btnregion{
	margin-top: 10px;
	margin-bottom: 12px;
}
.pdp_enroll4step_ore_reviewsubmit_infoblock .required_field {
    margin-bottom: 10px;
	  margin-top: 4px;
}
.remove-button{
  margin-top: 53px!important;
}
.ore_help_text14px{
	font-family: 'FFDINWebItalic';
	font-size: 14px;
	color: #111111;
}
.ore_smartrate_radio .childCheckBox input[type="checkbox"] + label:before{
	margin-top: 3px;
	margin-right: 10px;
}
.pdp_enrollstep4_condition .childCheckBox input[type="checkbox"] + label:before{
	margin-right: 10px;
}
.ore_solarplan_check .childCheckBox input[type="checkbox"] + label:before{
	margin-right: 14px;
}
.ore_smartrate_text {
  margin-left: 25px;
}
@media (max-width: 767px){
  .decision-btns span:nth-of-type(2),.pdp_enroll4step_btnregion span:nth-of-type(2),.pdp_enroll4step_btnregion span:nth-of-type(3),
  #enroll-submit-btn,#mul-enroll-submit-btn,#enroll-next-btn,#mul-enroll-next-btn,#optout-submit-btn,#ore-step-next-btn,#ore-step-submit-btn{
    padding-top: 20px;
    display: block;  
  } 
  
	#ore-rate-selection-Note-btn-ok, #pdp-enroll4step-ore-cancelpendingchanges-popup-continue, .battery-btn{
		margin-top: 20px;
		margin-left: 0;
	}
	
  .decision-btns button, #pdpmultiple-step-footer-region button,.pdp_optout_btnregion button,#ore-stepone-ratedetails-popup-continue,.ore_ratechange_popup_btnregion button{
    width: 100%;
  }
  
  .decision_back_margin{
    margin-bottom: 30px;
  }
  
  .optout_back_bottom, .enroll_4step_back, .ore_steps_back{
    margin-bottom: 30px;
  }
  
  .rate_change_section1{
    margin-top: 23px;
  }
  .rate_change_section2{
    margin-top: 14px;
  }
  
  .opted_out_section{
    margin-top: 7px;
  }
  
  .pdp_enroll4step_btnregion button,
	.ore_steps_btnregion button,
	.ore_pending_popup_btnregion button{
    width: 100%;
  }
  
  .pdp_checkbox_group > div:nth-child(n+2){
    margin-top: 13px;
  }
  
	.pdp_enrollstep1_review{
		margin-top: 10px;
	}
	
	.pdp_enroll4step4_review_para{
		margin-top: 21px;
	}
  .pdp_enroll4step_revsub_infoblock>div.row div.first_row{
    margin-top: 12px;
  }
	.pdp_enroll4step_revsub_infoblock>div.row div.first_row:nth-of-type(1){
		margin-top: -2px;
	}
  .pdp_enroll4step_revsub_infoblock>div.row>div{
    margin-top: 7px;
  }
  
  .pdp_enroll4step_revsub_infoblock>div.row>div:last-child {
    margin-top: 17px;
  }
  .pdp_enroll4step_step2_options>div:nth-child(2){
    margin-top: 14px;
  } 
  
  .pdp_enroll4complete_rateinfo .row>div:nth-child(n+2) {
    margin-top: 9px;
  }
  
  .pdp_enroll4step_placeholder_content_text{
    margin-top: 17px;
    padding-bottom: 17px;
  }
	#pdpore-subtext{
		margin-top: 22px;
	}
	.header_left4_mob2{
		margin-left: -2px;
	}
	
	.ore_steps_placeholder_region .pdp_enroll4step_placeholder_content_text{
		padding-bottom: 30px;
	}
	
  #pdpmultiple-mobile-table .table{
    margin-bottom: 0px;
  }
  
  .pdp_mul_enroll_step3_comment{
    margin-bottom: 10px;
  }
  
	#pdpmultiple-step-header-region h2.steps-main-header{
		margin-top: 8px;	
	}
	
	#pge-pdpore-mobile-table-pagination {
    margin-top: 30px;
    margin-bottom: -6px;
	}
	.accept-checkbox-enroll-multiple span:nth-child(1){
		width: 8%;
		float: left
	}
	.accept-checkbox-enroll-multiple span:nth-child(2){
		width: 92%;
		float: left;
	}
  
  .pdp_cancel_footer{
    margin-bottom: 0px;
  }
  
  .optout_desc{
    margin-top: 22px;
  }
	
	.btn_wrap_anchor{
		width: 100%;
	}
	
	.required_field{
		font-family: 'FFDINWebItalic';
	}
	
	#pdpEnrollMultipleLayout .required_field{
		margin-top: 22px;
	}
	
	.required_field:first-letter {
    text-transform: capitalize;
	}
	
	#oreStepsRegion .pdp_checkbox_group {
    margin-top: 17px;
	}
	
	.open-ratechange-help.primaryImage{
		
	}
	
	.ore_smartrate_radio {
    margin-left: -13px;
		margin-top: 1px;
	}
	.ore_solarplan_check {
    margin-left: -12px;
    margin-right: -10px;
	}
	#ore-usage-region {
    margin-left: 0;
    margin-right: 0;
	}
	.ore_solar_pgh{
		padding-left: 46px;
	}
	.ore_pending_popup_btnregion {
    margin-top: -4px;
    margin-bottom: 0px;
	}
	.ore_hearfrom_content .modal-footer{
		padding-bottom: 35px;
	}
	.oreNotificationRemove{
		float: right;
	}
	.ore_notifications {
		margin-bottom: 26px;
	}
	.ore_notifications div:nth-of-type(2) {
		margin-top: 7px;
	}
	.ore_notifications>div:nth-of-type(3){
		margin-top: 12px;
	}
	.pdp_enrollstep4_condition{
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
  .pdp_enroll4step_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block ,
  .ore_steps_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block {
    margin-left: 3%;
    margin-right: 3%;
  }
  
	.ore_steps_placeholder_region .pdp_enroll4step_placeholder_content_text{
		padding-bottom: 45px;
	}
	
  .optout_back_bottom,.ore_steps_back,.enroll_4step_back{
    margin-bottom: 45px;
  }
  
  .pdp_checkbox_group > div:nth-child(n+2){
    margin-top: 28px;
  }
  
  .pdp_enroll4step_btnregion {
    margin-top: 35px;
  }
  
  .pdp_enroll4complete_rateinfo .row>div:nth-child(n+2) {
    margin-top: 25px;
  }
	
	.ore_rate_desc{
		padding-left: 0px;
	}
	
	#oreStepsRegion .pdp_checkbox_group {
    margin-top: 32px;
	}
	
	.pdp_enroll4step_stepone_radio_block p{
		padding-left: 4%;
	}
	
	.ore_steps_btnregion {
    margin-top: 32px;
	}
	.oreNotificationRemove{
		float: right;
	}
}
@media (min-width: 768px){
  .adjacent_btns_margin_pdpore{
    padding-right: 6px;
  }
  .decision_back_margin{
    margin-bottom: 45px;
  }
 
  .btn-filter-row{
    display: table;
  }
  .btn-filter-row>div{
    display: table-cell;
    float: none;
  }
  .btn-filter-row>div:last-child.hidden{
    float: left;
  }
	
	.apply_all_label{
		margin-top: 3px;
		margin-left: -12px;
	}
	
	#pdpmultiple-enroll-table .childCheckBox{
		margin-left: -13px;
	}
	#ore-stepone-ratedetails-popup-continue,.ore_ratechange_popup_btnregion{
		margin-bottom: 14px;
	}
	
	#ore-rate-selection-Note-btn-ok{
		margin-left: 10px;
	}
	
	.ore_solar_pgh,.ore_solar_pgh_note{
		padding-left: 46px;
	}
	.ore_smartrate_radio,.ore_solarplan_check {
    padding-left: 3px;
	}
	#ore-usage-region {
    margin-left: 30px;
    margin-right: 0px;
	}
	#ore-usage-region .pdp_enroll4step_selectrateotpions_usagerow:last-child {
    border-top: none;
	}
	#ore_smartRateContact_region label.selectStyleLabel:after {
    right: 10%;
	}
	.ore_notifications {
		margin-bottom: 36px;
	}
	.ore_notifications>div:nth-of-type(3) {
		margin-top: 8px;
	}
}
@media (min-width: 992px){
  .decision_back_margin{
    margin-top: calc(100% - 186px);
    margin-bottom: 35px;
  }
  
  .pdp_checkbox_group > div:nth-child(odd), .pdp_enroll4step_revsub_infoblock > div.row > div:nth-child(odd){
    clear: both;
  }
  
  .pdp_checkbox_group > div:nth-child(n+3) {
    margin-top: 28px;
  }
  
  .pdp_enroll4step_setnoti_contact_remove_region{
    margin-top: 13px;
  }
  
	.pdp_enroll4step_setnoti_contact_method_divisions:nth-of-type(4) {
    margin-bottom: 3px;
	}
	
  .rightPadding-multiplepdp-input{
    padding-right: 0;
  }
  
  .leftPadding-multiplepdp-input{
    padding-left: 0;
  }
	.ore_notifications>div:nth-of-type(3) {
		margin-top: 34px;
	}
	.pdp_enroll4step_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block, .ore_steps_placeholder_region .pdp_enroll4step_placeholder_block .pdp_enroll4step_placeholder_content_block{
		margin-top: 105px;
	}
}
.notification-list-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.word_break{
	word-break: break-word;
}
#pdpore-container .childCheckBox input[type="checkbox"].disabled+ label:before, #pdpore-container .childCheckBox input[type="checkbox"][disabled] + label:before {
    border: 1px solid #CCC;
    cursor: not-allowed;
}
#pdpore-container .childCheckBox input[type="checkbox"],
.pdp_enrollstep4_condition .childCheckBox input[type="checkbox"],
#pdpEnrollMultipleLayout .childCheckBox input[type="checkbox"],
.ore_smartrate_radio .childCheckBox input[type="checkbox"],
.ore_solarplan_check .childCheckBox input[type="checkbox"]{
	opacity: 0;
	visibility: visible;
}
#pdpore-container .childCheckBox input[type="checkbox"]:focus + label:before,
.pdp_enrollstep4_condition .childCheckBox input[type="checkbox"]:focus + label:before,
.ore_smartrate_radio .childCheckBox input[type="checkbox"]:focus + label:before,
.ore_solarplan_check .childCheckBox input[type="checkbox"]:focus + label:before,
#pdpEnrollMultipleLayout .childCheckBox input[type="checkbox"]:focus + label:before{
	outline: rgb(59, 153, 252) auto 5px;
}
#pdpore-table .TableBodyVscroll,
.rate-change-table-body-div.TableBodyVscroll,
.submitted-optout-table-body-div.TableBodyVscroll,
.pdp-enroll-multiple-table .TableBodyVscroll{
  overflow-y: auto;
}
#faqAccordion .ui-accordion-header{
    background: #F1F1F1;
    border: 1px solid #CCC;
    margin-top: -1px;
    cursor: pointer;
    width: 100%;
    padding: 28px 25px 28px 40px;
    border-radius: 0;
}
.faqAccordionhead{
    font-family: FFDINWebBold,Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #042037;
    background: url(../img/expand-down.png) right center no-repeat;
    text-transform: uppercase;
    padding: 0 38px 0 0;
    margin: 0;
}
#faqAccordion .ui-accordion-content{
  padding: 30px 45px;
  background: #ffffff;
}
#faqAccordion .ui-accordion-header.ui-state-active{
    background: #FBBB36;
    cursor: auto;
}
.faqAccordionDiv.ui-state-active .faqAccordionhead{
    background: url(../img/expand-up.png) right center no-repeat;
}
@media (max-width: 767px){
  #faqAccordion .ui-accordion-content{
      padding: 20px 15px;
  }
  .rate-change-ev2a-h3 {
    margin-top:35px;
    margin-bottom:0px;
  }
}
@media (max-width: 1199px){
  #faqAccordion{
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1239px){
  #faqAccordion .ui-accordion-header{
      padding: 20px 15px;
  }
}
#pdpmultiple-mobile-table input[type="text"].pdp-enroll-notification-value-error-display {
  border-color: red !important;
}
.pdp_closed_rate_txt {
  font-weight: bold;
  color:red;
}
.pdp_step2_help_guide_txt {
  font-family: 'FFDINWebItalic';
  color:#111111;
}
#required-email{
  display:none;
 
}
.charge-level-error-heading{
  color: #B02621;
  font-weight:bold;
}
.charge-level-error-desc{
  color: #333333;
  font-weight: bold;
}
.new-wild-fire {
}
body{
    background-color:transparent;
}
.interstitial-link-decor{
    text-decoration: underline;
    color:#07679B !important;
}
.interstitial-font{
    font-size: 16px !important;
    font-family: 'FFDINWeb';
}
.interstitial-h3{
    font-family: 'FFDINWebbold';
    font-size: 18px !important;
    color:#333333 !important;
}
.interstitial-common-modal .modal-content{
    border-radius:0;    
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:#f1f1f1;
}
.interstitial-common-modal .modal-header{
    position:relative;
    padding:30px 30px 20px;
    border-bottom:none;
}
.interstitial-common-modal .modal-header .close{
    position:absolute;
    margin:10px 0;
    top:0;
    right:10px;
    line-height:1;
    font-size:28px;
}
.interstitial-common-modal .modal-title{
    font-size: 36px;
    color: #333;
    line-height:1;
}
.interstitial-common-modal .modal-body{
    padding:0 30px;
}
.interstitial-common-modal .modal-footer{
    padding: 20px 30px 30px;
    border-top:none;
}
.interstitial-common-modal_spacings_vs1{
    margin-top:100px;
}
.interstitial-common-modal_spacings_vs2{
    margin-top:50px;
}
.interstitial-common-modal_spacings_vs3{
    margin-top:20px;
}
.interstitial-common-modal_spacings_vs30{
    margin-top:30px;
}
@media (max-width: 767px) {
    
    .interstitial-common-modal .modal-header {
        padding: 20px 20px 15px;
    }
    .interstitial-common-modal .modal-footer {
        padding: 20px;
    }
    .interstitial-common-modal .modal-title {
        font-size: 16px;  
        font-family: 'FFDINWebBold';     
        text-transform: uppercase;
    }
    .interstitial-common-modal .modal-body{
        padding: 0 20px;
    }    
     
    
    .interstitial-common-modal_spacings_vs1 {
        margin-top: 70px;
    }
    .interstitial-common-modal_spacings_vs2 {
        margin-top: 35px;
    }
    .interstitial-common-modal_spacings_vs3 {
        margin-top: 15px;
    }
    .interstitial-common-modal_spacings_vs30{
        margin-top:20px;
    }
    
}
.bill-protection-header{
    font-size:60px;
    font-style:normal;
    font-weight:normal;    
}
.myaccount-link{
    padding-top: 2px;
}
.billprot-said-and-address-text{
    padding-top: 45px;
    font-weight: bold;
    font-size: 16px
}
.billprot-rateplan-text{
    padding-top: 3px;
    padding-bottom: 10px;
}
.billprot-said-and-address-arrow{
    position: relative;   
    vertical-align: top;
    float:top;
}
.billprotection-title {    
    font-size: 34px;
    padding-top: 43px;    
}
.billprotection-enroll-text1 {
    padding-top: 34px;
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-text{
    padding-top: 34px;
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-text1 {
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-cca-div{
    padding-top: 34px;
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-nem-div{
    padding-top: 34px;
    text-align: left;
    font-size: 16px;
}
.billprotection-enroll-text2 {
    padding-top: 13px;
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-cca-text {    
    text-align: left;
    font-size: 16px;
}
.billprotection-ended-nem-text {    
    text-align: left;
    font-size: 16px;
}
.savedorspend-image-dollar{
    height:70px;
    width:70px;
    margin-right: 1rem;
}
.saveorspent-text-actual {    
    text-align: left; 
    font-size: 20px;
    padding-top: 43px;
    font-weight: bold;
}
.saveorspent-projected-div {    
    text-align: left; 
    font-size: 20px;
    padding-top: 40px;
    font-weight: bold;
}
.span-saveorspent-text {    
    padding-left: 5px;
}
.projected-calendar-image {    
    float: none; 
    height:70px;
    width:70px;    
    margin-right: 1rem;
}
.table-header-title {    
    font-size: 30px;
    padding-top: 42px;    
}
.billprotection-table-container{
    width: 75%;
    text-align: left;
    padding-top: 15px;
    padding-bottom : 10px;
}
.billprotection-text-q{
    padding-top: 46px;
    font-weight:bold;
    font-size: 18px;
}
.billprotection-text-ans{
    padding-top: 0px;
    font-size: 16px;
}
.billprotection-compare-content{   
    margin-top: auto;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 30px;
    margin-left: -12px;
}
.billprotection-question-text {
    font-size: 18px;
    font-weight: bold;
}
.billprotection-question-answer-text{  
    font-size: 18px;
}
.billprotection-service-agreement-id-text{
    font-size: 16px;    
}
.billprotection-select-drop-down {    
    width:100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.billprotection-sa-id-content {    
    color: mediumblue;  
    font-size: 15px;
}
.billprotection-header {    
    font-size: 23px;
    padding-top: 29px;
}
.billprotection-paidamt-text {
    width: 75%;
    
    margin: 3px;
    text-align: left;
    margin-top: 16px;
    padding-top: 17px;
    padding-left: 25px;
}
.billprotection-paidamt {
    font-weight:bold;
    font-size: 19px;
    color: darkblue
}
.billprotection-paidamt-static-text{
    font-weight:bold;
    font-size: 19px;
    color: darkblue
}
.billprotection-maketouc-text {
    text-align: left;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 46px;
    font-weight: bold;
    color: blue;    
}
.billprotection-note-text {
    text-align: left;
    font-size: 12px;
}
.billprotection-guarantee-text {
    padding: 11px;
    margin-top: auto;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 9px
}
.billprotection-table-header {
    font-size: 20px;
    padding-top: 21px;
    color: black;
}
.billprotection-table-title-header{     
    padding-top: 15px;
    font-size: 20px;
    
}
.billprotection-compare-content-margin-bottom{     
    margin-bottom: 48px;   
}
@media(max-width:768px) {
    .bill-protection-header{
        font-size:30px;        
    }
    .SaDropDownButton-mobile-view{
        width: 85%;
        display: inline-block; 
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .SAToggleButton-mbl-view{
        float:right
    }
    .para-left-aling{
        text-align:left;
    }
    .myaccount-link{
        padding-top: 2px;
    }
    .billprot-said-and-address-text{
        padding-top: 35px;
    }
    .billprotection-title {     
        padding-top: 35px;    
    }
    .billprotection-enroll-text1 {
        padding-top: 25px;
    }
    .saveorspent-text {
        padding-top: 35px;
    }
    .savedorspend-image-dollar{
        float:left;
    }
    .saveorspent-text-actual{
        word-spacing:-1px;
    }
    .projected-calendar-image{
        float:none;
    }
    .table-header-title {
        padding-top: 35px; 
        padding-bottom: 20px; 
    }
    .billprotection-note-text {    
        padding-top: 35px;
    }
    #billProtectionSAList{
        width: 96% !important;
    }
    .billprotection-select-drop-down{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #saUlList .dropdown-header{
        padding: 0px !important;
    }
    
    
    .billprotection-table-container{
        padding-top: 0px;    
    }
    table.billprotection-table-content th{
        background: #005179;
        padding: 10px;
        width: 335px;
        height:60px;
        text-align: center;
        color:white;
        font-size: 16px;
    }
    #headerRow .billprotection-table-row-border-header {
        border-right: 0px solid white !important;
        border: 0px solid #ddd;
        text-align: left;
    }
    #headerRow .billprotection-table-row-border-header-last-col {
        border-top: 4px solid #005179 !important;
        border : 0px solid #005179;
        text-align: left;
    }
    #valueRowActual .billprotection-table-row-border {
        border: 0px solid #005179 !important;
    }
    #valueFooterRow .billprotection-table-row-border-footer {
        border-right: 0px solid white !important;
        border: 0px solid #ddd;
        border-top: 2px solid #005179 !important;
    }
    .bill-image-prot{
        display: inline-block;
        height: 100%;
        float: left;
        padding-right: 15px;
    }
    .bill-prot-para-text{
        display: inline-block;
        width: 75%;
        height: 100%;
        float: left;
        padding-bottom: 46px;
    }
    #billprotection-table-content .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 0px solid #ddd;
    }
    #valueFooterRow .billprotection-table-row-savings-footer-n {
        border-top: 2px solid #005179 !important;
    }
    #valueFooterRow .billprotection-table-row-savings-footer-p {
        border-top: 2px solid #005179 !important;
    }
    
    .saveorspent-projected-text{
        padding-left: 0px;
    }
    .saveorspent-projected-div{
        text-align: left;
        word-spacing: 3px;
    }
    .billprotection-text-q{
        padding-top: 35px;    
    }
    .billprotection-maketouc-text { 
        padding-bottom: 0px;
    }
}
#saUlList .dropdown-menu-for-sa li, .dropdown-menu-for-sa li a {
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    
}
#saUlList .dropdown-header-for-sa{
    padding: 0px;
}
tr:nth-child(even) {
    background-color: #E2F3FF;
}
table.billprotection-table-content th{
    background: #005179;
    
    width: 600px;
    height:50px;
    text-align: center;
    color:white;
    font-size: 16px;
}
table.billprotection-table-content td{
    
    padding: 11px;
    width: 600px;
    text-align: center;
    height: 40px;
    font-size: 16px;
}
.billprotection-table-footer-content td{
    background: #B8D7ED;    
    padding: 11px;
    width: 150px;
    text-align: center;
    font-weight:bold;
    font-size: 16px;
}
table.billprotection-table-content {
    border: 2px solid #005179;
}
.billprotection-table-row-border {
    border-right: 4px solid white !important
}
.billprotection-table-row-border-footer {
    border-right: 3px solid white !important;
    border-top: 5px solid #005179 !important;
    border-bottom: 4px solid #005179 !important;
}
.billprotection-table-row-savings-footer-n {
    color: #B02621; 
    border-top: 5px solid #005179 !important;
    border-bottom: 4px solid #005179 !important;
}
.billprotection-table-row-savings-footer-p {
    color: #00669D;
    border-top: 5px solid #005179 !important;
    border-bottom: 4px solid #005179 !important;
}
.billprotection-table-row-border-header {
    border-right: 3px solid white !important;
    border-top: 4px solid #005179 !important;    
}
.billprotection-table-row-border-header-last-col {
    border-top: 4px solid #005179 !important;
}
.billprot-detls-unavbl-hdr{
    padding-top: 40px;    
}
.billprot-detls-unavbl-hdr{    
    font-weight: bold;
    font-size: 16px
}
.billprot-detls-unavbl-text1{    
    font-size: 14px;
    padding-bottom :30px;
}
.cca-Note-Content-Contact-Info-ESP{
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}
.paragraph-css {
    margin: 0 0 1px;    
}
.billprot-blank-div{
    padding-bottom :36px;
}
.paragraph-css-cca {    
    padding-top: 9px;
}
