﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Set widths on the form inputs since otherwise they're 100% wide */

select {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        max-width: 1280px;
    }
}


   /*Show message*/
    .alert-box {
        color: #555;
        border-radius: 10px;
        font-family: Tahoma,Geneva,Arial,sans-serif;
        font-size: 11px;
        padding: 10px 10px 10px 36px;
        margin: 10px;
        width: 500px;
        height: 80px;
        text-align: center;
        position: fixed;
        top: 30%;
        left: 30%;
        font-size: 20px;
        z-index: 999;
    }

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

    .error {
        /*background: #ffecec url('../Images/Alert-error.png') no-repeat 10px 50%;*/
        background: #ee1212 no-repeat 10px 50%;
        color: white;
        border: 1px solid #f5aca6;
    }

    .success {
        /*background: #e9ffd9 url('../Images/Alert-success.png') no-repeat 10px 50%;*/
        background: #e9ffd9 no-repeat 10px 50%;
        border: 1px solid #a6ca8a;
    }

    .warning {
        background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
        border: 1px solid #f2c779;
    }

    .notice {
        background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
        border: 1px solid #8ed9f6;
    }

    .dialogWithDropShadow {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
    /*End Show message*/



/*<<<<<<< Table Style START  */
.tableStyle2 a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.tableStyle2 a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.tableStyle2 a:active,
.tableStyle2 a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.tableStyle2 {
    font-family: Arial, Helvetica, sans-serif;
    /*color: #666;*/
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    /*background: #eaebec;*/
    margin: 10px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.tableStyle2 th {
    padding: 8px 9px 8px 9px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.tableStyle2 th:first-child {
    text-align: left;
    padding-left: 10px;
}

.tableStyle2 tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tableStyle2 tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tableStyle2 tr {
    text-align: center;
    padding-left: 10px;
}

.tableStyle2 tr td:first-child {
    text-align: left;
    padding-left: 5px;
    border-left: 0;
}

.tableStyle2 tr td {
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    /*background: #fafafa;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.tableStyle2 tr td.content {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    /*background: #ffffff;*/
}

/*.ableStyle tr.even td {
   background: #f6f6f6;
   background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
   background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}*/

/*.tableStyle tr.even td.content {
   background: #ffffff;
}*/

.tableStyle2 tr:last-child td {
   border-bottom: 0;
}

.tableStyle2 tr:last-child td:first-child {
   -moz-border-radius-bottomleft: 3px;
   -webkit-border-bottom-left-radius: 3px;
   border-bottom-left-radius: 3px;
}

.tableStyle2 tr:last-child td:last-child {
   -moz-border-radius-bottomright: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-bottom-right-radius: 3px;
}
/*Table Style END >>>>>>>>> */

/* ---------- For div ----------------------------------------------------- START */
.bs-docs-example > p {
  margin-top: 20px;
}

.bs-docs-example > p:last-child {
  margin-bottom: 0;
}

.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}

.bs-docs-example .pagination {
  margin-top: 0;
}

.special {
  font-weight: bold !important;
  color: #fff !important;
  background: #bc0000 !important;
  text-transform: uppercase;
}

.bs-docs-example {
  position: relative;
  padding: 15px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

/* Echo out a label for the example */
.bs-docs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*content: "Example";*/
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.bs-docs-example + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.carbonad {
  margin-top: 80px;
}

.carbonad-inner {
  width: auto!important;
  height: auto!important;
  padding: 20px!important;
  margin: 30px -15px 0!important;
  overflow: hidden;
  font-size: 13px!important;
  line-height: 16px!important;
  text-align: left;
  background: 0 0!important;
  border: solid rgba(255, 255, 255, 0.50) !important;
  border-width: 1px 0!important;
}

.carbon-poweredby,
.carbon-text {
  display: block!important;
  float: none!important;
  width: auto!important;
  height: auto!important;
  margin-left: 145px!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
  color: #fff!important;
}

.carbon-poweredby {
  float: left;
  margin-top: 9px;
  text-align: left;
  width: 142px;
  opacity: 0.5;
}

.charity {
  opacity: 0.5;
  padding: 4px;
  margin-bottom: -31px;
}

.charity a {
  color: #fff;
}

.carbon-img img {
    border: none;
    display: inline;
    float: left;
    height: 100px;
    margin: 0 !important;
    width: 130px;
}

.logo-block a {
  display: block;
  padding: 5px;
  margin: 5px 0;
}

.logo-block img {
  height: auto;
  max-width: 100%;
  max-height: 40px;
}

.logo-container {
  float: left;
  max-width: 25%;
  margin: 0 15px;
}

.logo-block + div {
  margin: 5px 0;
}

@media (min-width: 480px){
  .carbonad-inner {
    width: 330px!important;
    margin: 50px auto 0 !important;
    border-width: 1px!important;
    border-radius: 4px;
  }

  .charity {
    margin-bottom: 0;
  }

  .logo-container {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .bs-docs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .bs-docs-example.no-code {
    border-radius: 4px;
  }

  .bs-docs-example + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .logo-container {
    max-width: 33.3333%;
  }

  .gh-btns {
    margin-bottom: -48px;
  }
}

@media (min-width: 992px){
  .bs-docs-header .lead {
      width: 80%;
  }

  .carbonad-inner {
    top: 0;
    right: 15px;
    width: 330px!important;
    padding: 15px!important;
  }

  .logo-container {
    max-width: 25%;
  }
}
/* ---------- For div ---------------- END */

/* ---------- For User's issue list ---------------- BEGIN VVVV */
.issuelist{
    font-size:16px;
    pointer-events: none;
}

.tag4issuelist{
    background-color: #E1ECF4;
    padding: .2em .3em;
    pointer-events: none;
    border-radius: 5px;
}

.tag4issuelistWarning{
    background-color: #FC8A8A;
    color: white;
    padding: .2em .3em;
    pointer-events: none;
    border-radius: 5px;
}

.tag4issuelist2{
    background-color: #E1ECF4;
    padding: .1em .1em;
    pointer-events: none;
}

.date4issuelist{
    text-align: right;
    pointer-events: none;
}

.company4issuelist{
    background-color: #9FF781;
    padding: .2em .3em;
    pointer-events: none;
}

.user4issuelist{
    background-color: #F2F2F2;
    padding: .2em .3em;
    pointer-events: none;
}

.user4issuelist2{
    background-color: #F2F2F2;
    padding: .1em .1em;
    pointer-events: none;
}

.number4issuelist{
    background-color:cadetblue;
    font-size:larger;
    color:white;
    padding: .2em .3em;
    pointer-events: none;
}

.activity4list{
    background-color:#F5ECCE;
    font-size:larger;
    color:#424242;
    padding: .2em .3em;
    pointer-events: none;
}
/* ---------- For User's issue list ---------------- END ^^^^^^ */


.issueno_span {
    display: inline-block;
    height: 28px;
    border-radius: 5px;
    border-style: solid;
    border-width:1px;
    padding:5px;
    font-size:medium;
    font-family: sans-serif;
    background-color:#CEECF5;
}

.issueStatus_process_span {
    display: inline-block;
    height: 20px;
    border-style: solid;
    border-width:1px;
    padding:2px;
    font-size:small;
    font-family: sans-serif;
    color:red;
}

.issueStatus_close_span {
    display: inline-block;
    height: 20px;
    border-style: solid;
    border-width:1px;
    padding:2px;
    font-size:small;
    font-family: sans-serif;
    color:blue;
}

.issueStatus_notdispatch_span {
    display: inline-block;
    height: 20px;
    border-style: solid;
    border-width:1px;
    padding:2px;
    font-size:small;
    font-family: sans-serif;
    color:black;
}

.issueSpecGroup {
    background-color: #E0F8E0;
    color: black;
    padding: 3px;
    font-family: Verdana,Arial,sans-serif;
    border: 1px solid #5cb85c;
    border-radius: 5px;
    font-size: 12px;
}

.title4Input {
    background-color: gray;
    color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 4px;
    width: 100px;
    float: left;
}

.span4InputReadyonly {
    background-color:#E6E6E6;
    color: black;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px;
    width: 150px;
    float: left;
}

.currentPage4Search {
    cursor: pointer;
    padding:3px;
    border-radius:5px;
    background-color: lightsteelblue;
}

.page4Search {
    cursor: pointer;
    padding:3px;
    border-radius:5px;
}
    .page4Search:hover {
        background-color: pink;
    }

.pic_shadow {
}
    .pic_shadow:hover {
        -moz-box-shadow: 0 0 2px 2px #888;
        -webkit-box-shadow: 0 0 2px 2px#888;
        box-shadow: 0 0 2px 2px #888;
        background-color: #5599FF;
        margin-left:2px;
    }

span.tooltip2 {outline:none; }
span.tooltip2 strong {line-height:30px;}
span.tooltip2:hover {text-decoration:none;} 
span.tooltip2 span {
    z-index:10;display:none; padding:5px 10px; color:Blue;
    margin-top:-20px; margin-left:8px;
    line-height:16px;
}
span.tooltip2:hover span{
    font-family: Verdana,Arial,sans-serif;
    width:300px;
    display:inline; position:absolute; color:#111;TEXT-ALIGN: left;FONT-WEIGHT: normal;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:20px;border:0;left:-12px;}
    

/*VVVVV Switch style begin VVVVV*/
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tg-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tg-list-item {
  margin: 0 2em;
}

h2 {
  color: #777;
}

h4 {
  color: #999;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
/*^^^^^^^ Switch style end ^^^^^^^*/

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;

}

#MsgArea {
    width: 400px;
    border: 4px solid #666666;
    position: fixed;
    top: 80%;
    right: 15px;
    background: #ffffff;
    /*padding: 5px 10px;*/
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

    .steelBlueSpan4String {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px!important;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    color: white;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: baseline;*/
    background-color:white;
    border-radius: 5px;
    border-color:blue;
    background-color:steelblue;
    margin-right:3px;
    margin-top:3px;
    cursor:move;
    white-space:nowrap;
}
.modal-header {
    padding: 5px 15px;
}
.modal-footer {
    padding: 10px 20px;
    margin-top: 0;
}
h1, h2, h3, h4 {
    font-weight: 500;
    font-size: 22px;
    /*letter-spacing: normal;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.modal-rma-request-detail .modal-body.custom-scroll {
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    padding-top: 10px;
}
.SmallBox {
    border-left: 5px solid rgba(0,0,0,.15);
}
.file-list .file-list-remove, .file-list .file-download {
    cursor: pointer;
}
.file-list li {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-bottom: 5px;
    margin-top: 5px;
    word-wrap: break-word;
}

pre.disable-border-background {
    background-color: transparent;
    border: none;
    white-space: pre-wrap;
    width: 250px;
    margin-top: -8px;
}

.rma-status {
    display: inline-block;
    font-weight: bold;
    border: 1px solid transparent;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
}
.rma-status-0 {
    color: #1c509a;
    border-color: #9cb4c5;
}

.rma-status-5 {
    color: #ad3f81;
    border-color: #ad7cb3;
}

.rma-status-10, .rma-status--101 {
    color: #953b39;
    border-color: #c26565;
}

.rma-status-15 {
    color: #8f4e93;
    border-color: #6e3671;
}

.rma-status-20 {
    color: #c79121;
    border-color: #c79121;
}

.rma-status-100 {
    color: #659265;
    border-color: #659265;
}

.rma-status--100 {
    color: #92a2a8;
    border-color: #92a2a8;
}

.rma-status-200 {
    color: #c79121;
    border-color: #c79121;
}
.rma-status-300 {
    color: #953b39;
    border-color: #953b39;
}

.label-status-100 {
    color: #fff;
    background-color: #659265;
}

.label-status-200 {
    color: #fff;
    background-color: #c79121;
}

.label-status-300 {
    color: #fff;
    background-color: #953b39;
}


body.sticky-subnav #dvMenu {
    position: fixed;
    top: 0;
    width: 100%;
}
    body.sticky-subnav.web-type-external #dvMenu {
        /*top: 88px;*/
    }
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
body .container.body-content {
    /*padding-top: 50px;*/
}
body.sticky-subnav .container.body-content {
    padding-top: 70px;
}


#dvMenu.navbar {
    border-radius: 0;
}


.web-type-external #dvMenu.navbar-inverse {
    background-color: #002248;
    border-color: #002248;
}

    #dvMenu.navbar-inverse .navbar-brand {
        color: #c8c8c8;
        font-weight: 500;
        padding-top: 12px;
        padding-bottom: 15px;
        letter-spacing: -0.5px;
        word-spacing: -0.5px;
    }

    #dvMenu.navbar-inverse .navbar-nav > li > a {
        /*color: #e3e3e3;*/
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

#divCorpMenu .navbar-inverse .navbar-brand {
    color: white;
    font-size: 18px;
}

#divCorpMenu .navbar-inverse .navbar-nav > li > a {
    font-weight: normal;
}

body.web-type-external #dvMenu.navbar-inverse .level1.navbar-nav > li > a:hover, body.web-type-external #dvMenu.navbar-inverse .navbar-header > a:hover {
    color: white !important;
    background-color: #003a70 !important;
}

#dvMenu {
    z-index: 98;
}

#divCorpHeader {
    /*height:88.69px*/
}

#header {
    /*all:initial;*/
}

@media (min-width: 992px) {
    .header-main.stuck {
        /*position:relative;*/
    }
}

#divCorpFooter .breadcrumbs {
    display: none;
}


/* Official site*/

body.web-type-external .dropdown-menu > li > a:hover, body.web-type-external .dropdown-menu > li > a:focus {
    /*color: #961919;*/
    font-weight: 500;
}

/* Official site end ---------------- */

.page-title {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    color:black;
    line-height: 1.2;
}

