/*Lite Site CSS*/
body {
 font-family: Glober W01 Regular,sans-serif;
}
h1{
    font-size: 52px !important;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: normal;
}


h3 {
    color: #0c3b6c;
    font-size: 32px !important;
    letter-spacing: normal;
    line-height: 1.33;
    margin-top: 22px;
    margin-bottom: 11px;
    font-weight: 400;
}

h4 {
 color: #0c3b6c;
    font-family: inherit;
    font-size: 24px !important;
 font-weight: 100;
    letter-spacing: normal;
    line-height: 1.33;
    text-transform: none;
}

p{
color:#555;
font-family: Glober W01 Regular,sans-serif;
line-height:1.4;
font-size:16px;
}

ul li{
color:#555;
font-family: Glober W01 Regular,sans-serif;
line-height:1.4;
font-size:16px;
padding-left:15px;
}


/*Start-Heena CSS Code*/
table .symbolName{
pointer-events: none !important;
font-family: Glober W01 Bold,sans-serif !important;
}
.symbolName{
font-family: Glober W01 Bold,sans-serif !important;
}
.tableHeader {
    font-family: Glober W01 SemiBold,sans-serif !important;
}
.bottomBtn{
display:none !important;
}
.company-directory-btn{
margin-top:30px !important;
}

.navHeader{
    justify-content:space-between;
    display: flex;
    align-items:center;
    border-top: 2px solid #125af8;
    border-bottom: 1px solid #e6e9f1;
}

#collapsibleNavbar{
justify-content:center;
    
}

#collapsibleNavbar .login{
   width: 1170px;
   max-width: 1170px;
   margin-left: auto;
   margin-right: auto;
}

/* Accordion CSS*/

accordion {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 16px 0;
    border-radius: 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion__item {
    padding: 16px 0
}

.accordion__item .accordion__item__header {
    color: #555;
    position: relative;
    cursor: pointer
}

.accordion__item .accordion__item__header:first-child .asx-icon-down,.accordion__item .accordion__item__header:first-child .asx-icon-up {
    top: 24px
}

.accordion__item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.accordion__item__header {
    float: left;
    width: 100%;
    cursor: pointer;
    color: #16171a
}

.accordion__item__header .asx-icon-up {
    transform: rotate(90deg);
    display: inline-block
}

.accordion__item__header .asx-icon-down,.accordion__item__header .asx-icon-up {
    font-size: 8px;
    position: absolute;
    top: 26px
}

.accordion__item__header .asx-icon-down {
    top: 24px
}

.accordion__item__header h6 {
    font-family: "Albert Sans",sans-serif;
    font-weight: 600;
    font-size: .75rem;
    line-height: 25px;
    cursor: pointer;
    padding: 16px 16px 16px 32px;
    width: 100%;
    float: left;
    margin: auto
}

.accordion__item__header.active {
    color: #007fb1
}

.accordion__item__body {
    padding: 0 30px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
}

.accordion__item__body .container {
    width: 100%;
    margin: 0;
    padding: 0
}

.accordion {
    border: 0
}

.accordion__item {
    padding: 0
}

.accordion__item__header {
    border-bottom: 1px solid rgba(0,30,110,0.5)
}

.accordion__item__header:first-of-type {
    border-top: 1px solid rgba(0,30,110,0.5);
    margin: 20px;
}

.accordion__item__header:hover {
    background-color: #eaf0fe
}

.accordion__item__header.active {
    border-bottom: 0
}

.accordion__item__header:focus {
    border: 1px solid #2963e2
}

.accordion__item__header .asx-icon-down,.accordion__item__header .asx-icon-up {
    left: 9px
}

.accordion__item__header h6 {
    color: #16171a;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 16px 16px 32px;
    width: 100%
}

.accordion__item__header .asx-icon-down::before,.accordion__item__header .asx-icon-up::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background: #16171a;
    clip-path: polygon(0 17%,50% 83%,100% 17%,83% 0,50% 50%,17% 0);
    transform: rotate(-90deg)
}

.accordion__item__header .asx-icon-down::before {
    transform: rotate(180deg)
}

.accordion__item__body {
  display: none;
    padding: 16px;
    margin-top: 16px;
    border-bottom: 1px solid rgba(0,30,110,0.5)
}

.cmp-accordion {
    border: 0
}

.cmp-accordion__item {
    padding: 0
}

.cmp-accordion__header {
    border-bottom: 1px solid rgba(0,30,110,0.5)
}

.cmp-accordion__header:hover {
    background-color: #eaf0fe
}

.cmp-accordion__header.active {
    border-bottom: 0
}

.cmp-accordion__header:focus {
    border: 1px solid #2963e2
}

.login{
 padding: 10px 75px;
}

.navbar-toggler{
font-size:20px !important;
}
.bg-blue{
 background-color:#001e6e;
    color: #fff;
}
.footer{
background-color:#001e6e;
color: #fff;
margin-top: 48px;
padding-left: 170px;
padding-top:24px !important;
height : 85px !important;
}

.footer .footer-left {
    float: left;
    width: 100px;
padding-left :0px;
}
.footer a, .footer a:hover, .footer a:focus{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
margin-right : 20px;
}


}
.footer-link{
color: #fff;
 margin-left: 20px;
 margin-right: 20px;

}
.footer-link:hover, .footer-link:active, .footer-link:focus{
color: #fff !important;

}
.pull-right {
    float: right !important;
}
.asx-img img{
width: 60px;
margin: -10px 20px 0px 20px;
}
.nav-link{
    font-weight: bold;
}
.nav-link:hover{
color: #009fdf;
}
@media (min-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link {

    margin-right: 12px;
    margin-left: 12px;
}
}

@media (min-width :480px) and (max-width: 1169px){
.navbar-brand{
padding:0px !important;
margin:0px !important;
}
}

.footer .main-container{
  justify-content: center;
   padding-top: 25px;
}


.header-banner {
    background: url(http://image.marketing.asx.com.au/lib/fe8a1372726d027b75/m/2/817674b6-367c-427f-8f83-5745b7182664.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #232e45;
    height: 400px;
}   
.header-content-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.header-content {
    padding-left: 100px;
    border-left: 2px solid #009fdf;
}


@media (max-width: 991px){
  h1 {
      font-size: 40px !important;
  }
  .header-content {
      padding-left: 20px;
  }
 .footer-left {
    float: none;
    display: inline-block;
    margin-bottom: 25px;
}

}
.alert-banner{
 display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
 min-height: 40px;
 padding:6px;
background-color: #A1E3FF;
    color: #000000;
}
.blue {
  color: #009fdf !important;
}
.white {
  color: #fff !important;
}

/*End-Heena CSS Code*/

/*Start-Sowj CSS Code*/
.container {
    max-width: 1170px;
}
.market-information {
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.bg-gray, .bg-black {
    color: #fff;
    background-color: #000;
}
.market-information div:not(:last-of-type) {
    margin-right: 20px;
}
.market-information #marketTimeWidget {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}
.market-information #marketStatusWidget span.info {
    margin-left: 20px;
}
.market-information #marketStatusWidget .info {
    font-size: 14px;
    text-transform: uppercase;
}
.market-open {
    color: #00bd44;
}
.market-closed {
    color: #ff798b;
}
.tiles.bg-light-gray {
    border: 1px solid #fff;
}
.tiles {
    padding: 30px;
    position: relative;
    height: 175px;
}
.bg-light-gray {
    background-color: #f2f4f7;
}
a {
    color: #007fb1;
}
.tiles .tiles-content {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    word-break: break-word;
}
.tiles .tiles-content .tiles-title {
    font-size:16px;    
    color: #16171a;
    font-weight:700;
    position: relative;
    max-height: 2.85714286em;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tiles .tiles-content .desc {
    font-size: 14px;
    flex: 1 0 auto;
    margin-bottom: 20px;
    color: #16171a;
    width: 100%;
}
.tiles.bg-light-gray.has-link:hover {
    border-color: rgba(0,0,0,0.1);
    background-color: #eaf0fe;
}
.tiles.has-link:hover {
    cursor: pointer;
}
.tiles.bg-light-gray.has-link.nohover {
    border-color: none !important;
    background-color: #eaf0fe;
 cursor: initial !important;
}
*:focus, .focus {
    outline: none !important;
    opacity: 1 !important;
}
a:hover {
    text-decoration: none;
    color: #007fb1;
}
a:focus {
    outline-offset: -2px;
}
/*End-Sowj CSS Code*/


/*404 Page Styling*/

.img-div{
max-width: 640px;
margin-left: auto;
margin-right : auto;
}

/*ASx Global Styles*/
@charset "UTF-8";
    @font-face {
    font-family: icomoon;
    /*src: url("/fonts/Icons/icomoon.eot?nwsc3r");
    src: url("/fonts/Icons/icomoon.eot?nwsc3r#iefix") format("embedded-opentype"), url("/fonts/Icons/icomoon.ttf?nwsc3r") format("truetype"), url("/fonts/Icons/icomoon.woff?nwsc3r") format("woff"), url("/fonts/Icons/icomoon.svg?nwsc3r#icomoon") format("svg");*/
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
    content: "\e906"}
.icon-utilities:before {
    content: "\e928"}
.icon-consumer-staples:before {
    content: "\e91f"}
.icon-energy:before {
    content: "\e920"}
.icon-financials:before {
    content: "\e921"}
.icon-health-care:before {
    content: "\e922"}
.icon-industrials:before {
    content: "\e923"}
.icon-information-technology:before {
    content: "\e924"}
.icon-materials:before {
    content: "\e925"}
.icon-real-estate:before {
    content: "\e926"}
.icon-telecom-services:before {
    content: "\e927"}
.icon-add:before {
    content: "\e905"}
.icon-calendar .path1:before {
    content: "\e907";
    color: #223458;
}
.icon-calendar .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: #00a3da;
}
.icon-calendar .path3:before {
    content: "\e909";
    margin-left: -1em;
    color: #223458;
}
.icon-calendar .path4:before {
    content: "\e90a";
    margin-left: -1em;
    color: #00a3da;
}
.icon-calendar .path5:before {
    content: "\e90b";
    margin-left: -1em;
    color: #00a3da;
}
.icon-calendar .path6:before {
    content: "\e90c";
    margin-left: -1em;
    color: #00a3da;
}
.icon-calendar .path7:before {
    content: "\e90d";
    margin-left: -1em;
    color: #00a3da;
}
.icon-calendar .path8:before {
    content: "\e90e";
    margin-left: -1em;
    color: #00a3da;
}
.icon-caret:before {
    content: "\e900"}
.icon-checkmark-circled:before {
    content: "\e90f"}
.icon-close:before {
    content: "\e910"}
.icon-refresh:before {
    content: "\e91e"}
.icon-indicator-down:before {
    content: "\e901"}
.icon-indicator-up:before {
    content: "\e902"}
.icon-list-grid:before {
    content: "\e911"}
.icon-minus:before {
    content: "\e912"}
.icon-plus:before {
    content: "\e913"}
.icon-popup:before {
    content: "\e903"}
.icon-price-sensitive .path1:before {
    content: "\e914";
    color: #223458;
}
.icon-price-sensitive .path2:before {
    content: "\e915";
    margin-left: -1em;
    color: #00a3da;
}
#verificationEmailExistTextHeader h3{
     color: #ffffff; 
} 
.icon-price-sensitive-circled .path1:before {
    content: "\e916";
    color: #00a2d9;
}
.icon-price-sensitive-circled .path2:before {
    content: "\e917";
    margin-left: -1em;
    color: #223458;
}
.icon-price-sensitive-circled .path3:before {
    content: "\e918";
    margin-left: -1em;
    color: #223458;
}
.icon-report .path1:before {
    content: "\e91c";
    color: #223458;
}
.icon-report .path2:before {
    content: "\e91d";
    margin-left: -1em;
    color: #00a3da;
}
.icon-report-half-yearly .path1:before {
    content: "\e919";
    color: #223458;
}
.icon-report-half-yearly .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: #00a3da;
}
.icon-report-half-yearly .path3:before {
    content: "\e91b";
    margin-left: -1em;
    color: #00a3da;
}
.icon-spyglass:before {
    content: "\e904"}
.icon-indicator-up {
    color: #159d26;
}
.icon-indicator-down {
    color: #da4167;
}
.icon-play,
.icon-popup {
    color: #007fb1;
}
.icon-play:before {
    content: "\e902";
    display: inline-block;
    transform: rotate(90deg);
}
.icon-link:active,
.icon-link:focus,
.icon-link:hover {
    text-decoration: none;
}
.icon.icon-sm {
    height: 20px;
    width: 20px;
}
.icon.icon-md {
    height: 24px;
    width: 24px;
}
.icon.icon-lg {
    height: 28px;
    width: 28px;
}
.icon.icon-xl {
    height: 34px;
    width: 34px;
}
.icon.icon-reverse:before {
    transform: rotate(180deg);
    display: inline-block;
}
.icon-container {
    position: relative;
}
.icon-container.icon-xl .icon {
    height: 34px;
    width: 34px;
}
.icon-container.icon-xl .icon-value {
    top: -10px;
}
.icon-container.icon-xl .icon-badge {
    font-size: 12px;
    padding: 2px 8px;
}
.icon-container.icon-lg .icon {
    height: 28px;
    width: 28px;
}
.icon-container.icon-lg .icon-value {
    top: -7px;
}
.icon-container.icon-lg .icon-badge {
    font-size: 10px;
    padding: 2px 7px;
}
.icon-container.icon-md .icon {
    height: 24px;
    width: 24px;
}
.icon-container.icon-md .icon-value {
    top: -5px;
}
.icon-container.icon-md .icon-badge {
    font-size: 9px;
    padding: 1px 5px;
}
.icon-container.icon-sm .icon {
    height: 20px;
    width: 20px;
}
.icon-container.icon-sm .icon-value {
    top: -2px;
}
.icon-container .icon-value {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    top: -2px;
}
.icon-container .icon-badge {
    position: absolute;
    background: #215eac;
    border-radius: 80%;
    color: #fff;
    top: -8px;
    left: -8px;
}
.icon-new-announcement {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 1.3em;
    height: 1.3em;
    top: .15em;
}
.icon-new-announcement:before {
    content: "";
    background-color: #005cb9;
    position: absolute;
    display: block;
    width: 1.3em;
    height: 1.3em;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-new-announcement:after {
    font-family: Glober W01 Bold,sans-serif;
    position: absolute;
    display: block;
    content: "A";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -51%);
}
.svgicon {
    //position: relative;
    //top: .02em;
    //font-size: 75%}
*, :after, :before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Glober W01 Regular, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fff;
}
.main {
    border-bottom: 80px solid #0c3b6c;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #007fb1;
    text-decoration: none;
}
a:focus, a:hover {
    color: #004865;
    text-decoration: inherit;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a.link-dark {
    color: #0c3b6c;
}
a.more:hover {
    font-family: asxicon;
    content: "\e914";
    display: inline-block;
    position: relative;
    padding-left: 2px;
    font-size: 10px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
 width:100%;
}
.img-rounded {
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
.com_asx_watchlist .mk-ac-root.add-holding.focus .mk-ac-submit, .dpr-root .mk-dp-root:not(:first-of-type) .mk-dp-calendar, .dpr-root label, .mk-ac-alt .mk-ac-dismiss, .mk-dp-trigger, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role=button] {
    cursor: pointer;
}
@font-face {
    font-family: Glober W01 Regular,sans-serif;
    /*src: url("/fonts/Glober/4b8b7929-1c02-4b23-85af-79a604af2c64.eot?#iefix");
    src: url("/fonts/Glober/4b8b7929-1c02-4b23-85af-79a604af2c64.eot?#iefix") format("eot"), url("/fonts/Glober/57ddf22d-92ff-4a01-9ffa-06f22deb6d9d.woff2") format("woff2"), url("/fonts/Glober/f11e5662-da2a-4b18-b578-e5403430905a.woff") format("woff"), url("/fonts/Glober/d2e15b65-e366-42f4-b200-f3602580f772.ttf") format("truetype"), url("/fonts/Glober/f53190fc-bb1d-4992-ab9f-13594949ab4d.svg#f53190fc-bb1d-4992-ab9f-13594949ab4d") format("svg");*/
}
@font-face {
    font-family: Glober W01 SemiBold;
    /*src: url("/fonts/Glober/d2025e1d-ea9a-4284-8786-6c78509336b5.eot?#iefix");
    src: url("/fonts/Glober/d2025e1d-ea9a-4284-8786-6c78509336b5.eot?#iefix") format("eot"), url("/fonts/Glober/f41f903c-c3cf-4fc8-a988-263f75dea623.woff2") format("woff2"), url("/fonts/Glober/f6be8c7f-9daa-45e2-8925-7a2d26fa25c0.woff") format("woff"), url("/fonts/Glober/e9759b63-c41d-4ab5-b98b-568456716a47.ttf") format("truetype"), url("/fonts/Glober/a52ce9e2-3c4c-4eae-8aa9-4c16da1bad74.svg#a52ce9e2-3c4c-4eae-8aa9-4c16da1bad74") format("svg");*/
}
@font-face {
    font-family: Glober W01 Bold;
    /*src: url("/fonts/Glober/0f80ffd5-f4c0-4a08-bdfd-60263671212e.eot?#iefix");
    src: url("/fonts/Glober/0f80ffd5-f4c0-4a08-bdfd-60263671212e.eot?#iefix") format("eot"), url("/fonts/Glober/be35a785-48d4-434d-96ed-31b17caf9b7a.woff2") format("woff2"), url("/fonts/Glober/ea515bfe-168f-4be8-9ac4-f7dde1d150b8.woff") format("woff"), url("/fonts/Glober/fa18fb90-740d-44d2-8e9f-283b43048d14.ttf") format("truetype"), url("/fonts/Glober/a80d6bbb-9208-4690-8680-0b45c3001e04.svg#a80d6bbb-9208-4690-8680-0b45c3001e04") format("svg");*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Glober W01 Regular, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    text-transform: none;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #666;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
    font-weight: 400;
    font-family: Glober W01 Regular,sans-serif;
}
.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%;
    font-weight: 400;
    font-family: Glober W01 Regular,sans-serif;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.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: 56px;
}
.h1, .h1-inner, h1 {
    color: #0c3b6c;
    line-height: 1.25;
}
.h1-inner {
    font-size: 46px;
}
.h2, h2 {
    font-size: 36px;
    color: #0c3b6c;
    line-height: 1.33;
}
.h3, h3 {
    font-size: 28px;
    color: #0c3b6c;
    line-height: 1.42;
}
.h4, h4 {
    font-size: 22px;
    color: #0c3b6c;
    line-height: 1.33;
}
.h5, h5 {
    font-size: 18px;
}
/* .h6, h6, p {
    font-size: 16px;
} */
p {
    margin: 0 0 11px;
    color: #555;
    font-family: Glober W01 Regular, sans-serif;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 24px;
}
}.small, small {
    font-size: 87%}
.time, time {
    font-size: 14px;
}
.large, .text-large {
    font-size: 18px;
    color: #555;
    font-family: Glober W01 Regular, sans-serif;
}
.text-large-2 {
    font-size: 22px;
}
.text-semi-bold {
    font-weight: 400;
    font-family: Glober W01 SemiBold,sans-serif;
}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-lower, .text-lowercase {
    text-transform: lowercase;
}
.initialism, .text-upper, .text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.com_asx_etf_key_statistics .table-nv>tbody>tr>th, .mk-dp-heading, .text-strong, strong {
    font-weight: 400;
    font-family: Glober W01 SemiBold,sans-serif;
}
.text-bold {
    font-weight: 400;
    font-family: Glober W01 Bold,sans-serif;
}
.text-regular {
    font-weight: 400;
    font-family: Glober W01 Regular;
}
.text-small, small {
    font-size: 14px;
    color: #555;
    font-family: Glober W01 Regular, sans-serif;
}
.text-em, em {
    font-style: italic;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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-disclaimer {
    color: #666;
    font-size: 12px;
}
.com_asx_watchlist .nav-watchlists>ul>li>a, .com_asx_watchlist .watchlist-holdings-detail [role=button] .svgicon, .mk-dp-table th, .text-muted {
    color: #666;
}
.text-positive {
    color: #159d26;
}
.text-negative {
    color: #da4167;
}
.text-neutral {
    color: #555;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-ghost .btn-link-muted.drag-handle, .com_asx_watchlist .modal.modal-edit-watchlists .modal-dialog .btn-link-muted:hover, .com_asx_watchlist .nav-watchlists li.active a, .com_asx_watchlist .nav-watchlists li.active a:focus, .com_asx_watchlist .nav-watchlists li.active a:hover, .com_asx_watchlist .watchlist-holdings-detail [role=button]:focus .svgicon, .com_asx_watchlist .watchlist-holdings-detail [role=button]:hover .svgicon, .text-highlight {
    color: #007fb1 !important;
}
.text-primary {
    color: #0c3b6c;
}
a.text-primary:focus, a.text-primary:hover {
    color: #07223e;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #0c3b6c;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #07223e;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f5f5f5;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 11px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 22px;
}
dd, dt {
    line-height: 1.428571429;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #f1f3f5;
}
.initialism {
    font-size: 90%}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #f5f5f5;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #666;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \00A0"}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f5f5f5;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ""}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: "\00A0 \2014"}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
}
code, kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 0;
}
kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
 display:block;
    margin-left: -15px;
    margin-right: -15px;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 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-1 {
    width: 8.3333333333%}
.col-xs-2 {
    width: 16.6666666667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.3333333333%}
.col-xs-5 {
    width: 41.6666666667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.3333333333%}
.col-xs-8 {
    width: 66.6666666667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.3333333333%}
.col-xs-11 {
    width: 91.6666666667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%}
.col-xs-pull-2 {
    right: 16.6666666667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.3333333333%}
.col-xs-pull-5 {
    right: 41.6666666667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.3333333333%}
.col-xs-pull-8 {
    right: 66.6666666667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.3333333333%}
.col-xs-pull-11 {
    right: 91.6666666667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%}
.col-xs-push-2 {
    left: 16.6666666667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.3333333333%}
.col-xs-push-5 {
    left: 41.6666666667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.3333333333%}
.col-xs-push-8 {
    left: 66.6666666667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.3333333333%}
.col-xs-push-11 {
    left: 91.6666666667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%}
.col-xs-offset-2 {
    margin-left: 16.6666666667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.3333333333%}
.col-xs-offset-5 {
    margin-left: 41.6666666667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.3333333333%}
.col-xs-offset-8 {
    margin-left: 66.6666666667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.3333333333%}
.col-xs-offset-11 {
    margin-left: 91.6666666667%}
.col-xs-offset-12 {
    margin-left: 100%}
@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-1 {
    width: 8.3333333333%}
.col-sm-2 {
    width: 16.6666666667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.3333333333%}
.col-sm-5 {
    width: 41.6666666667%}
.col-sm-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;}
.col-sm-7 {
    width: 58.3333333333%}
.col-sm-8 {
    width: 66.6666666667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.3333333333%}
.col-sm-11 {
    width: 91.6666666667%}
.col-sm-12 {
    width: 100%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.3333333333%}
.col-sm-pull-2 {
    right: 16.6666666667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.3333333333%}
.col-sm-pull-5 {
    right: 41.6666666667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.3333333333%}
.col-sm-pull-8 {
    right: 66.6666666667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.3333333333%}
.col-sm-pull-11 {
    right: 91.6666666667%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.3333333333%}
.col-sm-push-2 {
    left: 16.6666666667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.3333333333%}
.col-sm-push-5 {
    left: 41.6666666667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.3333333333%}
.col-sm-push-8 {
    left: 66.6666666667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.3333333333%}
.col-sm-push-11 {
    left: 91.6666666667%}
.col-sm-push-12 {
    left: 100%}
.col-sm-offset-0 {
    margin-left: 0;
}
.col-sm-offset-1 {
    margin-left: 8.3333333333%}
.col-sm-offset-2 {
    margin-left: 16.6666666667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.3333333333%}
.col-sm-offset-5 {
    margin-left: 41.6666666667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.3333333333%}
.col-sm-offset-8 {
    margin-left: 66.6666666667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.3333333333%}
.col-sm-offset-11 {
    margin-left: 91.6666666667%}
.col-sm-offset-12 {
    margin-left: 100%}
}@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-1 {
    width: 8.3333333333%}
.col-md-2 {
    width: 16.6666666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.3333333333%}
.col-md-5 {
    width: 41.6666666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.3333333333%}
.col-md-8 {
    width: 66.6666666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.3333333333%}
.col-md-11 {
    width: 91.6666666667%}
.col-md-12 {
    width: 100%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.3333333333%}
.col-md-pull-2 {
    right: 16.6666666667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.3333333333%}
.col-md-pull-5 {
    right: 41.6666666667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.3333333333%}
.col-md-pull-8 {
    right: 66.6666666667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.3333333333%}
.col-md-pull-11 {
    right: 91.6666666667%}
.col-md-pull-12 {
    right: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.3333333333%}
.col-md-push-2 {
    left: 16.6666666667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.3333333333%}
.col-md-push-5 {
    left: 41.6666666667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.3333333333%}
.col-md-push-8 {
    left: 66.6666666667%}
.col-md-push-9 {
    left: 75%}
.col-md-push-10 {
    left: 83.3333333333%}
.col-md-push-11 {
    left: 91.6666666667%}
.col-md-push-12 {
    left: 100%}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.3333333333%}
.col-md-offset-2 {
    margin-left: 16.6666666667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.3333333333%}
.col-md-offset-5 {
    margin-left: 41.6666666667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.3333333333%}
.col-md-offset-8 {
    margin-left: 66.6666666667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.3333333333%}
.col-md-offset-11 {
    margin-left: 91.6666666667%}
.col-md-offset-12 {
    margin-left: 100%}
}@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-1 {
    width: 8.3333333333%}
.col-lg-2 {
    width: 16.6666666667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.3333333333%}
.col-lg-5 {
    width: 41.6666666667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.3333333333%}
.col-lg-8 {
    width: 66.6666666667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.3333333333%}
.col-lg-11 {
    width: 91.6666666667%}
.col-lg-12 {
    width: 100%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.3333333333%}
.col-lg-pull-2 {
    right: 16.6666666667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.3333333333%}
.col-lg-pull-5 {
    right: 41.6666666667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.3333333333%}
.col-lg-pull-8 {
    right: 66.6666666667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.3333333333%}
.col-lg-pull-11 {
    right: 91.6666666667%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.3333333333%}
.col-lg-push-2 {
    left: 16.6666666667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.3333333333%}
.col-lg-push-5 {
    left: 41.6666666667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.3333333333%}
.col-lg-push-8 {
    left: 66.6666666667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.3333333333%}
.col-lg-push-11 {
    left: 91.6666666667%}
.col-lg-push-12 {
    left: 100%}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.3333333333%}
.col-lg-offset-2 {
    margin-left: 16.6666666667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.3333333333%}
.col-lg-offset-5 {
    margin-left: 41.6666666667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.3333333333%}
.col-lg-offset-8 {
    margin-left: 66.6666666667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.3333333333%}
.col-lg-offset-11 {
    margin-left: 91.6666666667%}
.col-lg-offset-12 {
    margin-left: 100%}
}.row.row-rtl>[class^=col-] {
    float: right;
}
@media (min-width:992px) {
    .row-flex {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.row-flex>.col {
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}
.row-flex>.col:last-of-type {
    margin-right: 0;
}
}@media (min-width:992px) {
    .row-divided>.col {
    border-right: 1px solid #a1a4a7;
}
.row-divided>.col:last-of-type {
    border-right: none;
}
}.list, .list-bordered, .list-bulleted, .list-divided {
    padding-left: 0;
    list-style: none;
}
.list-flush.list-bordered li, .list-flush.list-bulleted li, .list-flush.list-divided li, .list.list-flush li {
    padding-left: 0;
    padding-right: 0;
}
.list-bulleted {
    padding-left: 15px;
    list-style: disc;
}
.list-bordered li {
    border-bottom: 1px solid #f1f3f5;
    padding: 10px;
}
.list-bordered li:first-child {
    border-top: 1px solid #f1f3f5;
}
.list-divided li {
    border-bottom: 1px solid #f1f3f5;
    padding: 10px;
}
.list-divided li:last-child {
    border-bottom-width: 0;
}
.list-inline li {
    float: left;
}
.list-inline-spacious>li+li {
    margin-left: 20px;
}
.list-inline.list-divided li {
    border: 1px solid #888;
    border-width: 0 1px 0 0;
    padding: 0 10px;
}
.list-inline.list-divided li:first-child {
    padding-left: 5px;
}
.list-inline.list-divided li:last-child {
    border-right-width: 0;
}
@media (max-width:480px) {
    .list-inline.list-divided li {
    border: none;
}
}.list-inline.list-bulleted {
    padding-left: 0;
}
.list-inline.list-bulleted li {
    position: relative;
    padding: 0 10px;
}
.list-inline.list-bulleted li:after {
    background-color: #888;
    border-radius: 80%;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -3px;
}
.list-inline.list-bulleted li:first-child {
    padding-left: 5px;
}
.list-inline.list-bulleted li:first-child:after {
    display: none;
}
.list-comma-delimited li {
    position: relative;
    padding: 0;
}
.list-comma-delimited li:not(:last-child):after {
    content: ",  ";
    white-space: pre;
}
.list-comma-delimited li:nth-last-child(2):after {
    content: " "}
.list-inline.list-comma-delimited {
    margin-left: 0;
}
.list-comma-delimited.oxford li:nth-last-child(2):after {
    content: ",  "}
.list-row {
    margin-left: -15px;
    margin-right: -15px;
}
.list-row>li {
    margin-bottom: 15px;
}
.rowflex-container {
    overflow-x: hidden;
}
.rowflex {
    display: table;
    width: "calc(100% + 15px)";
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: -15px;
}
.rowflex>[class*=col-] {
    display: block;
    float: none;
    padding: 0 15px;
}
@media (min-width:480px) {
    .rowflex.xs>[class*=col-] {
    display: table-cell;
}
}@media (min-width:768px) {
    .rowflex.sm>[class*=col-] {
    display: table-cell;
}
}@media (min-width:992px) {
    .rowflex.md>[class*=col-] {
    display: table-cell;
}
}@media (min-width:1200px) {
    .rowflex.lg>[class*=col-] {
    display: table-cell;
}
}table {
    background-color: transparent;
    font-size: 14px;
}
caption {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 12px;
    padding-bottom: 20px;
caption-side: top;
font-family : Glober W01 Bold,sans-serif !important;
font-weight : 600;
}
caption, th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dfe4e8;
}
.table>thead>tr>th {
    vertical-align: bottom;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Glober W01 Regular,,sans-serif;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody, .table thead.bordered tr:first-child>td, .table thead.bordered tr:first-child>th {
    border-top: 2px solid #dfe4e8;
}
.table tbody tr td span.value-with-arrow {
    display: inline-block;
    margin-left : 5px;
}
.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered.multi-row-head thead tr:first-child th {
    border-bottom: 2px solid #dfe4e8;
    font-weight: 700;
    font-size: 16px;
}
.table-bordered.multi-row-head thead tr:first-child th.text-legend {
    font-weight: 400;
    font-size: 90%}
.table-bordered tbody tr td, .table-bordered tbody tr th {
    border-bottom: 2px solid #dfe4e8;
    border-top: 2px solid #dfe4e8;
}
.table-bordered tbody tr td.highlight, .table-bordered tbody tr th.highlight {
    background-color: #eef2f5;
}
.table-bordered tbody tr td.prominent, .table-bordered tbody tr th.prominent {
    background-color: rgba(255, 180, 15, .1);
}
.table-bordered tbody tr td.bordered, .table-bordered tbody tr th.bordered, .table-bordered thead tr th.bordered {
    border-left: 2px solid #c3ced6;
    border-right: 2px solid #c3ced6;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eef2f5;
}
.table-primary>tbody>tr:last-of-type td, .table-primary>tbody>tr:last-of-type th {
    border-bottom: 1px solid #dfe4e8;
}
.table-primary th {
    background-color: transparent;
    vertical-align: middle;
    border: 0;
    color: #666;
    font-family: Glober W01 Regular, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px;
}
.table-primary td {
    padding: 12px;
    color: #555;
}
.table-primary tr:nth-of-type(2n) {
    background-color: #f1f3f5;
}
.table-primary tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 11px;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered thead tr th {
    line-height: 1;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}.table-nv>tbody>tr>td, .table-nv>tbody>tr>th {
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-nv>tbody>tr>th {
    font-weight: 400;
    padding-left: 0;
    text-align: left;
}
.table-nv>tbody>tr>td {
    text-align: right;
    padding-right: 0;
}
.table-nv>tbody>tr:last-child>td, .table-nv>tbody>tr:last-child>th {
    border-bottom: 1px solid #dfe4e8;
}
.table-nv-plain>tbody>tr>td, .table-nv-plain>tbody>tr>th {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table-nv-plain>tbody>tr>th {
    border: none;
    font-weight: 400;
    padding-left: 0;
    text-align: left;
}
.table-nv-plain>tbody>tr>td {
    border: none;
    color: #666;
    padding-right: 0;
    text-align: right;
}
.table thead tr th a.sortable {
    color: #000;
    position: relative;
    display: inline-block;
}
.table thead tr th a.sortable.active {
    padding-right: 1.5em;
}
.table thead tr th a.sortable.active:after {
    display: block;
    color: #007fb1;
    content: "›";
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.table thead tr th a.sortable.active.desc:after {
    transform: translateY(-50%) rotate(-90deg);
}
.mk-tablefloat {
    position: relative;
}
.mk-tablefloat .table-floater {
    position: fixed;
    display:none!important;
}
.mk-tablefloat .table-floater .text-legend {
    display: none;
}
.mk-tablefloat .table-floater .truncate {
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mk-tablefloat .table-floater table {
    background: #fff;
    margin-bottom: 0;
}
.mk-tablefloat.table-responsive .table-floater {
    position: absolute;
    top: 0;
}
.mk-tablefloat.table-responsive .table-floater .table-bordered tbody tr td.bordered, .mk-tablefloat.table-responsive .table-floater .table-bordered thead tr th.bordered {
    border-left: 0;
    border-right: 0;
    box-shadow: 5px 0 0 0 rgba(0, 0, 0, .1);
}
.table.valign-top tbody tr>*, .table.valign-top tfoot tr>*, .table.valign-top thead tr>*, .table tbody tr.valign-top>*, .table tbody tr>.valign-top, .table tfoot tr.valign-top>*, .table tfoot tr>.valign-top, .table thead tr.valign-top>*, .table thead tr>.valign-top {
    vertical-align: top;
}
.table.valign-middle tbody tr>*, .table.valign-middle tfoot tr>*, .table.valign-middle thead tr>*, .table tbody tr.valign-middle>*, .table tbody tr>.valign-middle, .table tfoot tr.valign-middle>*, .table tfoot tr>.valign-middle, .table thead tr.valign-middle>*, .table thead tr>.valign-middle {
    vertical-align: middle;
}
.table.valign-bottom tbody tr>*, .table.valign-bottom tfoot tr>*, .table.valign-bottom thead tr>*, .table tbody tr.valign-bottom>*, .table tbody tr>.valign-bottom, .table tfoot tr.valign-bottom>*, .table tfoot tr>.valign-bottom, .table thead tr.valign-bottom>*, .table thead tr>.valign-bottom {
    vertical-align: bottom;
}
.figure>figcaption {
    margin-bottom: 20px;
}
.figure>figcaption:after, .figure>figcaption:before {
    content: " ";
    display: table;
}
.figure>figcaption:after {
    clear: both;
}
.figure>figcaption>.legend-item {
    float: right;
}
fieldset {
    margin: 0;
    min-width: 0;
}
fieldset, legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
label, legend {
    width: 100%;
    color: #666;
}
label {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 0;
    /* padding: 14px 20px 6px; */
}
input[type=search] {
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
    color: #888;
}
.form-control, output {
    display: block;
    font-size: 16px;
    line-height: 1.428571429;
}
.form-control {
    width: 100%;
    height: 76px;
    padding: 40px 20px 10px;
    color: #151515;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 36px;
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 33px;
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
input[type=checkbox]+label:focus:before, input[type=checkbox]+label:hover:before, input[type=checkbox]:checked+label:before {
    border-color: #009fdf;
    background: #009fdf;
    border-radius: 0;
}
input[type=checkbox].checkbox {
    opacity: 0;
    position: absolute;
}
.f2-app-container input[type=checkbox].checkbox {
    display: none;
}
.f2-app-container input[type=checkbox].checkbox+label {
    padding-left: 2.5em;
}
.f2-app-container input[type='checkbox'] + label {
    display: inline;
}
.f2-app-container input[type=checkbox].checkbox+label:before {
    transform: translateY(-21%);
}
.f2-app-container input[type=checkbox].checkbox:checked+label:after {
    position: relative;
}
input[type=checkbox].checkbox+label {
    cursor: pointer;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0;
}
input[type=checkbox].checkbox+label:before {
    background: #f1f3f5;
    border: 2px solid #aaa;
    border-radius: 3px;
    font-size: 28px;
    content: " ";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all .1s ease-in;
}
input[type=checkbox].checkbox:checked+label:before {
    font-size: 31px;
    background: none;
    border: none;
    /* border-color: #009fdf; */
    /* background: #009fdf; */
    /* border-radius: 0; */
    margin-top: -4px;
}
input[type=checkbox].checkbox:checked+label:after {
    position: absolute;
    left: .5em;
    top: .6em;
    height: .6em;
    width: .4em;
    transform: translate(-50%, -50%) rotate(45deg);
    background: transparent;
    content: "";
    border: .15em solid #fff;
    border-left: none;
    border-top: none;
}
input[type=checkbox].checkbox:disabled+label {
    color: #ccc;
    cursor: default;
}
input[type=checkbox].checkbox:disabled+label:before {
    background: #eee;
    border-color: #ccc;
}
input[type=checkbox].checkbox:disabled:checked+label:after {
    color: #f5f5f5;
    background: transparent;
}
input[type=checkbox].checkbox:focus+label:before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
select.input-sm {
    height: 33px;
    line-height: 33px;
}
select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 45px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-success {
    border-bottom: 1px solid #009fdf;
    -webskit-box-shadow: none;
    box-shadow: none;
}
.has-danger {
    border-bottom: 1px solid #ef4136;
    box-shadow: none;
}
.has-feedback label~.form-control-feedback {
    top: 27px;
}
.com_asx_watchlist .mk-ac-root.add-holding.focus .has-feedback label.mk-ac-submit~.form-control-feedback, .dpr-root .has-feedback label~.form-control-feedback, .dpr-root .mk-dp-root:not(:first-of-type) .has-feedback label.mk-dp-calendar~.form-control-feedback, .has-feedback .com_asx_watchlist .mk-ac-root.add-holding.focus label.mk-ac-submit~.form-control-feedback, .has-feedback .dpr-root .mk-dp-root:not(:first-of-type) label.mk-dp-calendar~.form-control-feedback, .has-feedback .dpr-root label~.form-control-feedback, .has-feedback .mk-ac-alt label.mk-ac-dismiss~.form-control-feedback, .has-feedback label.mk-dp-trigger~.form-control-feedback, .has-feedback label.sr-only~.form-control-feedback, .mk-ac-alt .has-feedback label.mk-ac-dismiss~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: block;
    width: 100%}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox label, .form-inline .radio label {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.1px;
    font-weight: 400;
    color: #555;
    margin-bottom: 12px;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}
}@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
}
}.form-lookup {
    background: #f5f5f5;
}
.btn, .dpr-root, .mk-dp-input {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-width: 0 0 3px;
    min-width: 75px;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-family: Glober W01 Regular, sans-serif;
    font-size: 14px;
    align-items: center;
}

.btn:hover, .dpr-root:hover, .mk-dp-input:hover {
   color: #fff;     
   text-decoration: none;     
   border-color: none;    
   opacity: .8;
}

.active.dpr-root:focus, .active.focus.dpr-root, .active.focus.mk-dp-input, .active.mk-dp-input:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .dpr-root:active.focus, .dpr-root:active:focus, .dpr-root:focus, .focus.dpr-root, .focus.mk-dp-input, .mk-dp-input:active.focus, .mk-dp-input:active:focus, .mk-dp-input:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover, .dpr-root:focus, .dpr-root:hover, .focus.dpr-root, .focus.mk-dp-input, .mk-dp-input:focus, .mk-dp-input:hover {
    color: #007fb1;
    text-decoration: none;
}
.active.dpr-root, .active.mk-dp-input, .btn.active, .btn:active, .dpr-root:active, .mk-dp-input:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], .disabled.dpr-root, .disabled.mk-dp-input, .dpr-root[disabled], .mk-dp-input[disabled], fieldset[disabled] .btn, fieldset[disabled] .dpr-root, fieldset[disabled] .mk-dp-input {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled, a.disabled.dpr-root, a.disabled.mk-dp-input, fieldset[disabled] a.btn, fieldset[disabled] a.dpr-root, fieldset[disabled] a.mk-dp-input {
    pointer-events: none;
}
.btn-default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-width: 0 0 3px;
    min-width: 75px;
    max-width: 100%;
    padding: 15px 30px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-family: Glober W01 Regular, sans-serif;
    font-size: 14px;
}
.btn-accent {
    color: #000;
    background-color: #fff;
    border-color: #009fdf;
    border-bottom-width: 3px;
    border-width: 1px 1px 3px;
}
.btn-accent.focus, .btn-accent:focus {
    color: #000;
    background-color: #e6e5e5;
    border-color: #004460;
}
.btn-accent.active, .btn-accent:active, .btn-accent:hover, .open>.btn-accent.dropdown-toggle {
    color: #000;
    background-color: #e6e5e5;
    border-color: #0073a2;
}
.btn-accent.active.focus, .btn-accent.active:focus, .btn-accent.active:hover, .btn-accent:active.focus, .btn-accent:active:focus, .btn-accent:active:hover, .open>.btn-accent.dropdown-toggle.focus, .open>.btn-accent.dropdown-toggle:focus, .open>.btn-accent.dropdown-toggle:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #004460;
}
.btn-accent.active, .btn-accent:active, .open>.btn-accent.dropdown-toggle {
    background-image: none;
}
.btn-accent.disabled.focus, .btn-accent.disabled:focus, .btn-accent.disabled:hover, .btn-accent[disabled].focus, .btn-accent[disabled]:focus, .btn-accent[disabled]:hover, fieldset[disabled] .btn-accent.focus, fieldset[disabled] .btn-accent:focus, fieldset[disabled] .btn-accent:hover {
    background-color: #fff;
    border-color: #009fdf;
}
.btn-accent .badge {
    color: #fff;
    background-color: #000;
}
.btn-inverse {
    color: #fff;
    background-color: #0c3b6c;
    border-color: #89a0b3;
    border-bottom-width: 3px;
    border-width: 1px 1px 3px;
    border-bottom-color: #009fdf;
}
.btn-inverse.focus, .btn-inverse:focus {
    color: #fff;
    background-color: #07223e;
    border-color: #4a6073;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:hover, .open>.btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #07223e;
    border-color: #64829b;
}
.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse:active.focus, .btn-inverse:active:focus, .btn-inverse:active:hover, .open>.btn-inverse.dropdown-toggle.focus, .open>.btn-inverse.dropdown-toggle:focus, .open>.btn-inverse.dropdown-toggle:hover {
    color: #fff;
    background-color: #03101e;
    border-color: #4a6073;
}
.btn-inverse.active, .btn-inverse:active, .open>.btn-inverse.dropdown-toggle {
    background-image: none;
}
.btn-inverse.disabled.focus, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled].focus, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
    background-color: #0c3b6c;
    border-color: #89a0b3;
}
.btn-inverse .badge {
    color: #0c3b6c;
    background-color: #fff;
}
.btn-primary {
    color: #000;
    background-color: #007fb1;
    border-color: #89a0b3;
    border-bottom-width: 3px;
    font-weight: 400;
    border: 2px solid transparent;
}
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #005a7e;
    border-color: #4a6073;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #005a7e;
    border-color: #64829b;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #000;
    background-color: #00415a;
    border-color: #4a6073;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #007fb1;
    border-color: #89a0b3;
}
.btn-primary .badge {
    color: #007fb1;
    background-color: #000;
}
.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    border-color: none;
    opacity: .8;
}
.btn-primary-dark {
    background-color: #0c3b6c;
    font-weight: 400;
    border: 2px solid transparent;
}
.btn-primary-dark:hover {
    color: #fff;
    text-decoration: none;
    border-color: none;
    opacity: .8;
}
.btn-primary-white {
    background-color: #fff;
    color: #009fdf;
    font-weight: 400;
    border: 2px solid transparent;
}
.btn-primary-white:hover {
    color: #009fdf;
    text-decoration: none;
    border-color: none;
    opacity: .8;
}
.btn-secondary {
    color: #007fb1;
    border: 2px solid #009fdf;
}
.btn-secondary, .btn-secondary-dark {
    background-color: transparent;
    font-weight: 400;
}
.btn-secondary-dark {
    color: #0c3b6c;
    border: 2px solid #0c3b6c;
}
.btn-secondary-white {
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    border: 2px solid #fff;
}
.btn-success {
    color: #fff;
    background-color: #3bb249;
    border-color: #3bb249;
    border-bottom-width: 3px;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #2e8c39;
    border-color: #1b5222;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2e8c39;
    border-color: #2c8436;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #25712e;
    border-color: #1b5222;
}
.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #3bb249;
    border-color: #3bb249;
}
.btn-success .badge {
    color: #3bb249;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #001E6E;
    
}

.btn-info.hover, .btn-info:hover,.btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active {
    background-color: rgb(0, 17, 61);
    opacity: 1;
    color: rgb(255, 255, 255);

}
.btn-info.hover, .btn-info:hover{
    background-color: #00113d;
    opacity: 1;
    color: #fff;
    border-color: transparent;
}

.btn-warning {
    color: #fff;
    background-color: #ef4337;
    border-color: #ef4337;
    border-bottom-width: 3px;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #e12012;
    border-color: #9a160c;
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e12012;
    border-color: #d81e11;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #c01b0f;
    border-color: #9a160c;
}
.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ef4337;
    border-color: #ef4337;
}
.btn-warning .badge {
    color: #ef4337;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #ef4136;
    border-color: #ef4136;
    border-bottom-width: 3px;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #e01e12;
    border-color: #99150c;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e01e12;
    border-color: #d71d11;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #bf1a0f;
    border-color: #99150c;
}
.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #ef4136;
    border-color: #ef4136;
}
.btn-danger .badge {
    color: #ef4136;
    background-color: #fff;
}
.btn-link {
    color: #007fb1;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #004865 !important;
    text-decoration: none;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #f1f3f5;
    text-decoration: none;
}
.btn-lg, .mk-dp-lg+.mk-dp-shadow .dpr-root, .mk-dp-lg+.mk-dp-shadow .mk-dp-input {
    font-size: 18px;
    height: 60px;
}
.btn-sm, .mk-dp-sm+.mk-dp-shadow .dpr-root, .mk-dp-sm+.mk-dp-shadow .mk-dp-input {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-xs, .mk-dp-xs+.mk-dp-shadow .dpr-root, .mk-dp-xs+.mk-dp-shadow .mk-dp-input {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.btn-sequence>.btn+.btn, .btn-sequence>.btn+.dpr-root, .btn-sequence>.btn+.mk-dp-input, .btn-sequence>.dpr-root+.btn, .btn-sequence>.dpr-root+.dpr-root, .btn-sequence>.dpr-root+.mk-dp-input, .btn-sequence>.mk-dp-input+.btn, .btn-sequence>.mk-dp-input+.dpr-root, .btn-sequence>.mk-dp-input+.mk-dp-input {
    margin-left: 10px;
}
.btn .icon-caret, .dpr-root .icon-caret, .mk-dp-input .icon-caret {
    color: #007fb1;
    font-size: 8px;
    padding-left: 10px;
}
.btn-toggle.dpr-root, .btn-toggle.mk-dp-input, .btn.btn-toggle {
    text-transform: none;
    background-color: #fff;
    border: 1px solid #888;
}
.btn-toggle.dpr-root[aria-checked=true], .btn-toggle.mk-dp-input[aria-checked=true], .btn.btn-toggle[aria-checked=true] {
    background-color: #0c3b6c;
    color: #fff;
}
.btn-rounded.dpr-root, .btn-rounded.mk-dp-input, .btn.btn-rounded {
    border-radius: .25em;
}
.btn-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-fullwidth {
    width: 100%}
.has-arrow {
    padding-right: 40px;
}
.has-arrow:after {
    font-family: asxicon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
    font-size: 10px;
    position: absolute;
    top: 17px;
    right: 25px;
    position: inherit;
}
.dl>dt {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.dl-lg>dd {
    font-size: 23px;
}
.dl-inline>dt {
    display: inline;
    font-weight: 400;
}
.dl-inline>dd {
    color: #666;
}
.dl-inline-alt>dd, .dl-inline-alt>dt, .dl-inline>dd {
    display: inline;
}
.dl-inline-alt>dt {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 5px;
}
.dl-inline-alt>dd {
    margin-right: 5px;
}
.dl-inline-alt>dd+dt {
    margin-left: 5px;
}
.dl-group {
    display: inline-block;
}
.dl-group:after, .dl-group:before {
    content: " ";
    display: table;
}
.dl-group:after {
    clear: both;
}
.dl-group>.dl {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.dl-group>.dl:last-of-type {
    margin-right: 0;
}
.fade {
    opacity: 0;
    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;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown, .dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #666;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #595959;
    background-color: #cde8e7;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0c3b6c;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #f1f3f5;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #f1f3f5;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.pci-indicator .indicator {
    display: inline-block;
    position: relative;
    height: .8em;
    width: .8em;
    border-radius: 100%;
    margin-right: .2em;
}
.pci-indicator .indicator.green {
    background-color: #8cc63d;
}
.pci-indicator .indicator.blue {
    background-color: #01ace9;
}
.pci-indicator .indicator.yellow {
    background-color: #fa921c;
}
.pci-indicator .indicator.orange {
    background-color: #dfcd00;
}
.pci-indicator .indicator.red {
    background-color: #ee3a46;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav>li, .nav>li>a {
    position: relative;
    display: block;
}
.nav>li>a {
    color: #666;
    font-size: 14px;
    padding: 16px 6px 10px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}
.nav>li>a .small, .nav>li>a small {
    padding-left: 6px;
}
.nav>li.disabled>a {
    color: #f1f3f5;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #f1f3f5;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #007fb1;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}
.nav-tabs > li > a:hover {
    border-color: transparent transparent #dddddd;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
}
.nav-tabs>li {
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
   padding: 15px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    border: none;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border-bottom: 4px solid transparent;
    border-radius: 0 0 0 0;
}
/* .nav-tabs>li>a:hover {
    border-color: #009fdf #009fdf transparent;
} */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #007fb1;
    background-color: transparent;
    cursor: default;
    font-weight: 400;
    font-family: Glober W01 Bold,sans-serif;
    border: none;
    border-bottom: 3px solid #009fdf;
}
.nav-tabs>li.active:after {
    transform: scale(1);
}
.nav-tabs>li:after {
    content: "";
    background-color: #555;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transition: all .25s ease 0s;
    transform: scale(0);
}
.nav-pills>li {
    float: left;
    position: relative;
}
.nav-pills>li>a {
    background: #f5f5f5;
    border-radius: 0;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0c3b6c;
    font-weight: 400;
    font-family: Glober W01 Bold,sans-serif;
}
.nav-pills-em {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
}
.nav-pills-em>li {
    display: inline-block;
    float: none;
}
.nav-pills-em>li:after, .nav-pills-em>li:before {
    border-style: solid;
    border-width: 0 0 40px 20px;
    content: "";
    height: 0;
    width: 0;
    top: 0;
}
.nav-pills-em>li:before {
    border-color: transparent transparent #f5f5f5;
    position: absolute;
    left: -12px;
}
.nav-pills-em>li:after {
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    right: 0;
}
.nav-pills-em>li:first-of-type>a {
    margin-left: 0;
}
.nav-pills-em>li:first-of-type:before {
    display: none;
}
.nav-pills-em>li.active:before {
    border-bottom-color: #0c3b6c;
}
.nav-pills-em>li.active:after {
    border-left-color: #0c3b6c;
}
.nav-pills-em>li>.active a, .nav-pills-em>li>a {
    margin-left: 8px;
    margin-right: 20px;
    padding: 10px 19px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #000;
}
.nav-pills-em>li>.active a:hover, .nav-pills-em>li>a:hover {
    border: none;
    background-color: #f5f5f5;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%}
.nav-justified>li, .nav-tabs.nav-justified>li {
    float: none;
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li, .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-right: 0;
}
@media (min-width:768px) {
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a: focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #009fdf;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-inverse .nav-tabs>li+li, .navbar .nav-tabs>li+li {
    margin-left: 10px;
}
.header-primary {
    transition: height .1s;
}
.header-primary small {
    color: #fff;
}
.header-primary.affix {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .5);
    z-index: 3;
}
.header-primary.affix .hide-detached {
    display: none;
}
.header-primary.affix .show-detached {
    display: block;
}
.header-primary.affix .show-detached dl {
    margin-bottom: 0;
}
.header-primary.affix .panel-body {
    padding-top: 0;
}
.header-primary .mk-ac-notifications, .header-primary .show-detached {
    display: none;
}
.header-primary .well {
    margin-bottom: 0;
}
@media (max-width:767px) {
    .header-primary .panel-title {
    font-size: 26px;
    margin-bottom: 10px;
}
.header-primary h3 {
    font-size: 24px;
}
.header-primary .dl {
    margin-bottom: 0;
}
.header-primary .dl-lg dd {
    font-size: 18px;
}
.header-primary .text-disclaimer {
    font-size: 13px;
}
}.navbar {
    position: relative;
    min-height: 50px;
    justify-content: flex-start;
    
}
.navbar:after, .navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 0;
}
}.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after, .navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
}
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    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-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand, .navbar>.container .navbar-brand {
    margin-left: -15px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
}
}.navbar-form {
    margin: 7px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: block;
    width: 100%}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox label, .navbar-form .radio label {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.1px;
    font-weight: 400;
    color: #555;
    margin-bottom: 12px;
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}
.mk-dp-sm+.mk-dp-shadow .navbar-btn.dpr-root, .mk-dp-sm+.mk-dp-shadow .navbar-btn.mk-dp-input, .navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
.mk-dp-xs+.mk-dp-shadow .navbar-btn.dpr-root, .mk-dp-xs+.mk-dp-shadow .navbar-btn.mk-dp-input, .navbar-btn.btn-xs, .navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.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:focus, .navbar-default .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    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:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    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:focus, .navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #0c3b6c;
    border-color: #0c3b6c;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #07223e;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #08294c;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #07223e;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #0c3b6c;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c3b6c;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #07223e;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover, .navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.navbar-inverse .nav-tabs li a {
    color: #fff;
}
.pagination {
    list-style: none;
}
.pagination li {
    display: inline-block;
    padding: 4px;
}
.pagination li a {
    color: gray;
    padding: 2px 6px;
}
.pagination li a:focus {
    background-color: #e9ecef;
}
.pagination li.active a {
    color: #007FB1;
    background-color: transparent;
    font-weight: 300;
    border-radius: 3px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: transparent;
    border: 1px solid #eee;
}
.label:empty {
    display: none;
}
.btn .label, .dpr-root .label, .mk-dp-input .label {
    position: relative;
    top: -1px;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #f1f3f5;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #d3dae0;
}
.label-primary {
    background-color: #0c3b6c;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #07223e;
}
.label-success {
    background-color: #3bb249;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #2e8c39;
}
.label-info {
    background-color: #215eac;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #194781;
}
.label-warning {
    background-color: #ef4337;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #e12012;
}
.label-danger {
    background-color: #ef4136;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #e01e12;
}
.legend-item {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
}
.legend-item:before {
    background: #009fdf;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    width: 14px;
    left: 0;
    top: 4px;
}
.legend-item-lg {
    font-size: 20px;
    padding-left: 30px;
}
.legend-item-lg:before {
    height: 20px;
    width: 20px;
}
.legend-item-lg+.legend-item-lg {
    margin-top: 20px;
}
.legend-item-0:before {
    background-color: #009fdf;
}
.legend-item-1:before {
    background-color: #0c3b6c;
}
.legend-item-2:before {
    background-color: #89a0b3;
}
.legend-item-3:before {
    background-color: #215eac;
}
.legend-item-4:before {
    background-color: #00a58e;
}
.legend-item-5:before {
    background-color: #38b249;
}
.legend-item-6:before {
    background-color: #afdbce;
}
.legend-item-7:before {
    background-color: #ffc649;
}
.legend-item-8:before {
    background-color: #ef4437;
}
.legend-item-9:before {
    background-color: #cdcbd5;
}
.legend-item-10:before {
    background-color: #0c3b6c;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media>.pull-right {
    padding-left: 10px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    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;
}
.media-type {
    text-transform: uppercase;
    font-family: Glober W01 Bold,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.media-link, .media-type {
    color: #0c3b6c;
    font-weight: 400;
}
.media-link {
    font-size: 18px;
    font-family: Glober W01 Regular,sans-serif;
}
.media-link>.icon-popup {
    padding-left: 10px;
    font-size: 13px;
}
.media-link.media-link-lg {
    font-size: 22px;
}
.media-link-em {
    color: #007fb1;
}
.media-attribution {
    font-style: italic;
    font-size: 14px;
    color: #666;
}
.panel {
    margin-bottom: 22px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.panel-secondary {
    background-color: #f5f5f5;
}
.panel-body {
    padding: 15px 0;
}
.panel-body:after, .panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel-heading:after, .panel-heading:before {
    content: " ";
    display: table;
}
.panel-heading:after {
    clear: both;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-heading>.aside {
    float: right;
    padding-top: 10px;
}
@media (max-width:480px) {
    .panel-heading>.aside {
    float: left;
}
}.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
 font-family: Glober w01 Regular,sans-serif !important;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    padding-left: 20px;
}
.panel-title>.small, .panel-title>small {
    font-size: 22px;
}
.panel-footer {
    padding: 10px 0;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table-responsive>.table caption, .panel>.table caption {
    padding-left: 15px 0;
    padding-right: 15px 0;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel>.table-responsive:first-child>.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 th:first-child, .panel>.table-responsive:first-child>.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 th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.panel>.table-responsive:first-child>.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 th:last-child, .panel>.table-responsive:first-child>.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 th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel>.table-responsive:last-child>.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 th:first-child, .panel>.table-responsive:last-child>.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 th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}
.panel>.table-responsive:last-child>.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 th:last-child, .panel>.table-responsive:last-child>.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 th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #dfe4e8;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid transparent;
}
.panel-default {
    border-color: transparent;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-default>.panel-heading .badge {
    color: transparent;
    background-color: #000;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent;
}
.panel-primary {
    border-color: #0c3b6c;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0c3b6c;
    border-color: #0c3b6c;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0c3b6c;
}
.panel-primary>.panel-heading .badge {
    color: #0c3b6c;
    background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #0c3b6c;
}
.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;
}
.panel-banner {
    border: none;
}
@media (min-width:992px) {
    .panel-banner .panel-body {
    position: relative;
}
.panel-banner .panel-body:after, .panel-banner .panel-body:before {
    content: " ";
    display: table;
}
.panel-banner .panel-body:after {
    clear: both;
}
.panel-banner .panel-body>* {
    z-index: 2;
    position: relative;
}
.panel-banner .panel-body .callout {
    float: right;
    width: 32%}
.panel-banner .panel-body .callout>.tile {
    width: 60%;
    float: right;
}
.panel-banner .panel-body .tile-row {
    float: left;
    width: 66%}
.panel-banner .panel-body:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    z-index: 1;
    transform: skew(-35deg) scaleX(2);
    transform-origin: 0 50%}
}.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive-4by3 {
    padding-bottom: 75%}
.well {
    margin-bottom: 0;
    padding: 0px;
}
.well .panel {
    margin-bottom: 0;
}
.well-secondary {
    background-color: #fff;
    margin-top:30px;
    margin-bottom:30px;
}
.well-em {
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
}
.well-em:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background: #f5f5f5;
    left: 10%;
    top: 0;
    z-index: 1;
    transform: skew(-30deg);
}
.well-em>* {
    position: relative;
    z-index: 1;
}
.well-inverse {
    background: #0c3b6c;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
.well-inverse h3 {
    color: #fff;
}
.well-inverse:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 40px solid #fff;
    border-top: 50px solid transparent;
}
.well-inv-secondary {
    background: #0c3b6c;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    overflow: hidden;
}
.well-inv-secondary .panel-heading>.panel-title>small, .well-inv-secondary .text-disclaimer {
    color: inherit;
}
.well-inv-secondary .dl dt {
    color: #fff;
}
.well-inv-secondary:after, .well-inv-secondary:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.well-inv-secondary:before {
    /* background: #0c3b6c; */
    height: 100%;
    width: 20%}
.well-inv-secondary:after {
    border-top: 4vw solid transparent;
    /* border-right: 4vw solid #0c3b6c; */
    right: 20%;
    width: 0;
    height: 0;
}
.well-inv-secondary>* {
    position: relative;
    z-index: 1;
}
.well-has-bg {
    background: url("/images/banner.png") 0 100% no-repeat #0c3b6c;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}
.well-search {
    background-color: #eef2f5;
    margin-bottom: 0;
}
.well-images-only img {
    margin: 0 auto;
}
.tile {
    background: #fff;
    padding: 20px;
    color: #000;
    margin-bottom: 30px;
    min-height: 200px;
}
.tile a {
    font-weight: 400;
    font-family: Glober W01 SemiBold,sans-serif;
}
.tile .media-link {
    font-weight: 400;
    font-family: Glober W01 Regular,sans-serif;
}
.tile.active {
    border: 1px solid #009fdf;
}
.tile .time, .tile time {
    font-size: 12px;
}
.tile.clipped, .tile.first, .tile.last {
    position: relative;
}
.tile.clipped:before, .tile.first:before, .tile.last:before {
    content: "";
    position: absolute;
    z-index: 0;
}
.tile.clipped:not(.announcement)>*, .tile.first:not(.announcement)>*, .tile.last:not(.announcement)>* {
    position: relative;
    z-index: 1;
}
.tile.first:before {
    left: 0;
    top: 0;
    border-left: 20px solid #0c3b6c;
    border-bottom: 30px solid transparent;
}
.tile.last:before {
    right: 0;
    bottom: 0;
    border-right: 20px solid #0c3b6c;
    border-top: 30px solid transparent;
}
.tile.clipped:before {
    right: 0;
    top: 0;
    border-right: 100px solid #0c3b6c;
    border-bottom: 100px solid transparent;
}
.tile-secondary {
    background-color: #f5f5f5;
}
.tile-secondary.first:before {
    border-left-color: #fff;
}
.tile-secondary.clipped:before, .tile-secondary.last:before {
    border-right-color: #fff;
}
.tile-em {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}
.tile-row+.tile-row {
    margin-top: 30px;
}
.tile-row img {
    margin: 0 auto;
}
.media-group .tile {
    min-height: 0;
}
@media (min-width:992px) {
    .tile-row {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.tile-row>.tile {
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px 0 0;
}
.tile-row>.tile:last-of-type {
    margin-right: 0;
}
}.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    overflow: auto!important;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    /*border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);*/
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .3;
    filter: alpha(opacity=30);
}
.modal-header {
    padding: 15px;
    background-color: #161f3e;
    color: #fff;
}
.modal-header:after, .modal-header:before {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    opacity: 0.7;
    top: 20px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    z-index: 1;
}
.modal-header .close:after {
    font-family: icomoon;
    cursor: pointer;
    content: "\2715";
    color: #fff;
}
.modal-title {
    line-height: 1.428571429;
    color: #fff;
}
.modal-title .modal-subtitle {
    font-size: 50%}
.modal-banner {
    margin: 0;
    color: #fff;
    padding: 10px 15px;
}
.modal-banner a {
    color: #fff;
    text-decoration: underline;
}
.modal-banner a:hover {
    text-decoration: unset;
}
.modal-banner.warning {
    background-color: #ef4337;
}
.modal-banner.info {
    background-color: #215eac;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn+.btn, .modal-footer .btn+.dpr-root, .modal-footer .btn+.mk-dp-input, .modal-footer .dpr-root+.btn, .modal-footer .dpr-root+.dpr-root, .modal-footer .dpr-root+.mk-dp-input, .modal-footer .mk-dp-input+.btn, .modal-footer .mk-dp-input+.dpr-root, .modal-footer .mk-dp-input+.mk-dp-input {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn, .modal-footer .btn-group .btn+.dpr-root, .modal-footer .btn-group .btn+.mk-dp-input, .modal-footer .btn-group .dpr-root+.btn, .modal-footer .btn-group .dpr-root+.dpr-root, .modal-footer .btn-group .dpr-root+.mk-dp-input, .modal-footer .btn-group .mk-dp-input+.btn, .modal-footer .btn-group .mk-dp-input+.dpr-root, .modal-footer .btn-group .mk-dp-input+.mk-dp-input {
    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: 130px auto 30px auto;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
    width: 300px;
}
}@media (min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.clearfix:after, .clearfix:before, .list-inline:after, .list-inline:before {
    content: " ";
    display: table;
}
.clearfix:after, .list-inline:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
@media (min-width:768px) {
    .pull-right-sm {
    float: right;
}
}@media (min-width:992px) {
    .pull-right-md {
    float: right;
}
}@media (min-width:1200px) {
    .pull-right-lg {
    float: right;
}
}.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;
}
.m-x-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.m-a-0 {
    margin: 0!important;
}
.m-t-0 {
    margin-top: 0!important;
}
.m-r-0 {
    margin-right: 0!important;
}
.m-b-0 {
    margin-bottom: 0!important;
}
.m-l-0, .m-x-0 {
    margin-left: 0!important;
}
.m-x-0 {
    margin-right: 0!important;
}
.m-y-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.m-a-1 {
    margin: 10px!important;
}
.m-t-1 {
    margin-top: 10px!important;
}
.m-r-1 {
    margin-right: 10px!important;
}
.m-b-1 {
    margin-bottom: 10px!important;
}
.com_asx_markets_announcements .mk-sm-root.announcement-type .mk-sm-option.report-annual .mk-sm-label, .com_asx_markets_announcements .mk-sm-root.announcement-type .mk-sm-option.report-half-yearly .mk-sm-label, .m-l-1, .m-x-1 {
    margin-left: 10px!important;
}
.m-x-1 {
    margin-right: 10px!important;
}
.m-y-1 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.m-a-2 {
    margin: 15px!important;
}
.m-t-2 {
    margin-top: 15px!important;
}
.m-r-2 {
    margin-right: 15px!important;
}
.m-b-2 {
    margin-bottom: 15px!important;
}
.m-l-2, .m-x-2 {
    margin-left: 15px!important;
}
.m-x-2 {
    margin-right: 15px!important;
}
.m-y-2 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}
.m-a-3 {
    margin: 30px!important;
}
.m-t-3 {
    margin-top: 30px!important;
}
.m-r-3 {
    margin-right: 30px!important;
}
.m-b-3 {
    margin-bottom: 30px!important;
}
.m-l-3, .m-x-3 {
    margin-left: 30px!important;
}
.m-x-3 {
    margin-right: 30px!important;
}
.m-y-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.p-a-0 {
    padding: 0!important;
}
.p-t-0 {
    padding-top: 0!important;
}
.p-r-0 {
    padding-right: 0!important;
}
.p-b-0 {
    padding-bottom: 0!important;
}
.p-l-0, .p-x-0 {
    padding-left: 0!important;
}
.p-x-0 {
    padding-right: 0!important;
}
.p-y-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.p-a-1 {
    padding: 10px!important;
}
.p-t-1 {
    padding-top: 10px!important;
}
.p-r-1 {
    padding-right: 10px!important;
}
.p-b-1 {
    padding-bottom: 10px!important;
}
.p-l-1, .p-x-1 {
    padding-left: 10px!important;
}
.p-x-1 {
    padding-right: 10px!important;
}
.p-y-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.p-a-2 {
    padding: 15px!important;
}
.p-t-2 {
    padding-top: 15px!important;
}
.p-r-2 {
    padding-right: 15px!important;
}
.p-b-2 {
    padding-bottom: 15px!important;
}
.p-l-2, .p-x-2 {
    padding-left: 15px!important;
}
.p-x-2 {
    padding-right: 15px!important;
}
.p-y-2 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.p-a-3 {
    padding: 30px!important;
}
.p-t-3 {
    padding-top: 30px!important;
}
.p-r-3 {
    padding-right: 30px!important;
}
.p-b-3 {
    padding-bottom: 30px!important;
}
.p-l-3, .p-x-3 {
    padding-left: 30px!important;
}
.p-x-3 {
    padding-right: 30px!important;
}
.p-y-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.b-a-0, .b-t-0, .b-y-0 {
    border-top: 0!important;
}
.b-a-0, .b-b-0, .b-y-0 {
    border-bottom: 0!important;
}
.b-a-0, .b-l-0, .b-x-0 {
    border-left: 0!important;
}
.b-a-0, .b-r-0, .b-x-0 {
    border-right: 0!important;
}
.flex-2 {
    -ms-flex: 2!important;
    flex: 2!important;
}
.flex-3 {
    -ms-flex: 3!important;
    flex: 3!important;
}
.flex-4 {
    -ms-flex: 4!important;
    flex: 4!important;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
}
td.visible-xs, th.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;
}
td.visible-sm, th.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;
}
td.visible-md, th.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;
}
td.visible-lg, th.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;
}
td.visible-print, th.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;
}
}@keyframes mk-ac-loading {
    0% {
    width: 0;
}
to {
    width: 100%}
}@keyframes mk-ac-loader {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(1turn);
}
}.mk-ac-root {
    position: relative;
}
.mk-ac {
    display: none;
}
.mk-ac-shadow {
    display: block;
    position: relative;
}
.mk-ac-trigger {
    background: transparent;
    color: #333;
    border: 1px solid transparent;
    position: relative;
}
.mk-ac-submit {
    background: #fff;
    border: none;
    color: #007fb1;
    padding: .5rem;
    position: absolute;
    right: 4px;
    top: 10px;
}
.mk-ac-submit:after {
    content: "";
    font-family: icomoon;
    font-size: 20px;
    display: none;
}
.mk-ac-trigger.focus, .mk-ac-trigger[aria-expanded=true] {
    color: #000;
}
.mk-ac-trigger.disabled {
    color: #666;
    border-color: #666;
}
.mk-ac-shadow.transitions .mk-ac-trigger {
    transition: all .5s;
}
.mk-ac-input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 15px 10px 15px 0;
    position: relative;
    width: 100%}
.mk-ac-trigger:after, .mk-ac-trigger:before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 4px;
    background: transparent;
    color: #fff;
    text-align: center;
    left: -1px;
    top: 100%;
    transition: background .5s;
    -webkit-transition: background .5s;
}
.mk-ac-shadow.loading .mk-ac-trigger:before {
    background: #0c3b6c;
}
.mk-ac-shadow.loading .mk-ac-trigger:after {
    background: #009fdf;
    animation-name: mk-ac-loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.mk-ac-list {
    background: #f5f5f5;
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 100%;
    position: absolute;
    z-index: 3;
}
.mk-ac-shadow.loading .mk-ac-list:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .7);
    position: absolute;
    content: ""}
.mk-ac-shadow.loading .mk-ac-list:after {
    animation: mk-ac-loader 1s infinite linear;
    border: .25rem double #aaa;
    border-top-color: #333;
    border-radius: 50%;
    content: "";
    height: 3.28rem;
    left: 50%;
    margin-top: -1.64rem;
    margin-left: -1.64rem;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 3.28rem;
}
.mk-ac-list.transition {
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.mk-ac-list[aria-hidden=false] {
    display: block;
    opacity: 1;
}
.mk-ac-item {
    list-style: none;
}
.mk-ac-category, .mk-ac-option {
    background: tranparent;
    color: #666;
    display: block;
    font-size: 1.5rem;
    padding: 1rem;
}
.mk-ac-category {
    background: #aaa;
    color: #fff;
}
.mk-ac-option:active, .mk-ac-option:focus, .mk-ac-option:hover {
    background: transparent;
    color: #aaa;
    text-decoration: none;
}
.mk-ac-shadow.transitions .mk-ac-option {
    transition: background .5s;
    -webkit-transition: background .5s;
}
.mk-ac-option.active {
    color: #666;
    background: #eee;
}
.mk-ac-option[aria-selected=true]:after {
    color: #0c3b6c;
    content: "✔";
    font-size: 2rem;
    line-height: 2rem;
    position: absolute;
    right: 1rem;
}
.mk-ac-option[aria-disabled=true] {
    background: transparent;
    color: #eee;
    cursor: default;
}
.mk-ac-label .highlight {
    font-weight: 700;
}
.mk-ac-tags {
    margin: .8rem 0;
    border: 1px solid #aaa;
    min-height: 5rem;
    padding: 0 1rem 1rem;
    position: relative;
}
.mk-ac-tags:before {
    background: #fff;
    content: "Tags";
    font-size: 80%;
    left: .6rem;
    margin-top: -.8rem;
    position: absolute;
    top: 0;
}
.mk-ac-shadow.no-tags .mk-ac-tags {
    display: none;
}
.mk-ac-tag {
    background: #eee;
    border: 1px solid #aaa;
    list-style: none;
    display: inline-block;
    padding: .5rem .5rem .5rem 0;
    margin: 0;
    margin: .8rem .8rem 0 0;
}
.mk-ac-tag [data-action=remove] {
    display: inline-block;
    padding: 0 .5rem;
}
.mk-ac-tag [data-action=remove]:before {
    content: "×"}
.mk-ac-notifications {
    background: #f5f5f5;
    position: absolute;
    font-size: 1.2rem;
    height: 16px;
    width: 100%;
    z-index: 1;
}
.mk-ac-notifications .highlight {
    font-weight: 700;
}
.mk-ac-alt.has-selections .mk-ac-tags {
    display: block;
}
.mk-ac-alt .mk-ac-trigger {
    border: 0;
}
.mk-ac-alt .mk-ac-trigger:after, .mk-ac-alt .mk-ac-trigger:before {
    width: 100%;
    left: 0;
}
.mk-ac-alt .mk-ac-input {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 52px;
    padding-right: 2.5em;
    padding-left: 1em;
}
.mk-ac-alt .mk-ac-submit {
    background: transparent;
    padding: 0;
    height: 3em;
    width: 2em;
    top: 0;
    right: .5em;
    color: inherit;
}
.mk-ac-alt .mk-ac-dismiss {
    color: #009fdf;
    background: none;
    border: none;
    position: absolute;
    height: 3em;
    top: 0;
    right: .5em;
    padding: 0;
}
.mk-ac-alt .mk-ac-dismiss:before {
    content: "\00274C"}
.mk-ac-alt.focus .mk-ac-input, .mk-ac-alt .focus .mk-ac-input, .mk-ac-alt [aria-expanded=true] .mk-ac-input {
    border-bottom-color: #009fdf;
    padding-left: 2.5em;
}
.mk-ac-alt.focus .mk-ac-submit, .mk-ac-alt .focus .mk-ac-submit, .mk-ac-alt [aria-expanded=true] .mk-ac-submit {
    color: #009fdf;
    left: .5em;
}
.mk-ac-alt.focus .mk-ac-dismiss, .mk-ac-alt .focus .mk-ac-dismiss, .mk-ac-alt [aria-expanded=true] .mk-ac-dismiss {
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
    overflow: initial;
    clip: auto;
}
.mk-ac-alt .mk-ac-list {
    border-top: 3px solid #009fdf;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .4);
    background-color: #fff;
}
.mk-ac-alt .mk-ac-item {
    height: 3em;
    padding: 0, .5em;
    background: none;
}
.mk-ac-alt .mk-ac-option {
    height: 100%;
    border: 1px solid #eee;
}
.mk-ac-alt .mk-ac-option.active, .mk-ac-alt .mk-ac-option:focus {
    background-color: #f5f5f5;
    color: #007fb1;
}
.mk-ac-alt .highlight {
    color: #000;
}
.mk-ac-alt .mk-ac-notifications {
    height: auto;
}
.mk-ac-alt .mk-ac-tags {
    font-size: .9em;
    border: none;
    margin: 0;
    padding: 0;
    min-height: 0;
}
.mk-ac-alt .mk-ac-tags:before {
    display: none;
}
.mk-ac-alt .mk-ac-tag {
    background-color: #223458;
    color: #fff;
    padding: .3em .5em;
    line-height: 1em;
    border-radius: 1em;
}
.mk-ac-alt .mk-ac-tag [data-action=remove] {
    color: #fff;
    padding: 0;
    background: transparent;
    border: none;
}
.mk-ac-alt .mk-ac-tag [data-action=remove]:before {
    content: "\00274C"}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range, .dpr-root .mk-dp-shadow .mk-dp-day.end-range.active, .dpr-root .mk-dp-shadow .mk-dp-day.start-range, .dpr-root .mk-dp-shadow .mk-dp-day.start-range.active, .mk-dp-table .active>.mk-dp-date {
    color: #fff;
}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range.active .mk-dp-date:before, .dpr-root .mk-dp-shadow .mk-dp-day.end-range .mk-dp-date:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range.active .mk-dp-date:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range .mk-dp-date:before, .mk-dp-table .active>.mk-dp-date:before {
    background: #009fdf;
}
.mk-dp-root {
    display: inline-block;
    position: relative;
}
.mk-dp-root[data-popup=false] {
    display: block;
}
.mk-dp-shadow {
    position: relative;
}
.mk-dp {
    color: #333;
    display: none;
}
.mk-dp-inputs:after {
    clear: both;
    content: "";
    display: table;
}
.mk-dp-input-container {
    float: left;
}
.mk-dp-root[data-inputs=false] .mk-dp-input-container {
    display: none;
}
.mk-dp-input-container+.mk-dp-input-container {
    margin-left: 10px;
}
.dpr-root, .mk-dp-input {
    border: 1px solid #aaa;
    border-radius: 5px;
    position: relative;
    transition: all .5s;
}
.open+.mk-dp-shadow .dpr-root, .open+.mk-dp-shadow .mk-dp-input {
    border-color: #009fdf;
}
.mk-dp-trap {
    position: absolute;
    left: -9999px;
}
.mk-dp-label {
    display: block;
}
.mk-dp-description {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.mk-dp-control:focus, .mk-dp-entry:focus, .mk-dp-table:focus, .mk-dp-trigger:focus {
    outline: 0;
}
.mk-dp-trigger {
    background: transparent;
    width: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 20px;
}
.mk-dp-root[data-popup=false] .mk-dp-trigger {
    display: none;
}
.mk-dp-trigger:before {
    content: "›";
    position: absolute;
    transform: rotate(90deg);
    top: 2px;
    left: 8px;
}
.mk-dp-trigger:focus, .mk-dp-trigger:hover {
    background: #eee;
    border-color: #aaa;
    color: #009fdf;
}
.mk-dp-entry {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    border-width: 0;
    text-align: right;
    width: 21px;
    text-indent: 0;
    transition: all .2s;
}
.mk-dp-entry option {
    background: #fff;
}
.mk-dp-entry:focus {
    background: #add8e6;
}
.mk-dp-entry:invalid {
    color: #aaa;
}
.mk-dp-entry::-ms-expand {
    display: none;
}
.mk-dp-entry[data-format=mm]:invalid {
    width: 30px;
}
.mk-dp-entry[data-format=dd]:invalid {
    width: 21px;
}
.mk-dp-entry[data-format=d], .mk-dp-entry[data-format=m] {
    width: 12px;
}
.mk-dp-entry[data-format=yyyy] {
    text-align: left;
}
.mk-dp-entry[data-format=mmm], .mk-dp-entry[data-format=yyyy] {
    width: 42px;
}
.mk-dp-entry[data-format=mmmm] {
    width: 70px;
}
.mk-dp-entry.disabled, .mk-dp-entry.disabled+.spacer {
    background: #fff;
    color: #aaa;
}
.mk-dp-table:focus {
    outline: 1px solid #009fdf;
}
.mk-dp-control:focus, .mk-dp-control:hover {
    border-color: #009fdf;
}
.mk-dp-control:disabled:focus, .mk-dp-control:disabled:hover {
    border-color: #fff;
}
.mk-dp-calendar {
    background: #fff;
    min-width: 100%;
    border: 1px solid #aaa;
    position: relative;
}
.mk-dp-calendar.popup {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    display: none;
    min-width: 300px;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
.mk-dp-calendar.popup.transition {
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.mk-dp-calendar.popup[aria-hidden=false] {
    display: block;
    opacity: 1;
}
.mk-dp-calendar.disabled:after {
    background: #fff;
    content: "";
    opacity: .5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.mk-dp-control {
    background: transparent;
    border-width: 0;
    color: #009fdf;
    font-size: 20px;
    letter-spacing: -4px;
    line-height: 20px;
    position: absolute;
    top: 10px;
}
.mk-dp-control:disabled {
    color: #aaa;
    cursor: default;
}
.mk-dp-control:focus {
    color: #009fdf;
}
.mk-dp-control.prev-yr {
    left: 10px;
}
.mk-dp-control.prev-yr:before {
    content: "◀◀";
    left: 0;
}
.mk-dp-control.prev-mo {
    left: 50px;
    font-size: 30px;
}
.mk-dp-control.prev-mo:before {
    content: "◀";
    left: 0;
}
.mk-dp-control.next-yr {
    right: 10px;
}
.mk-dp-control.next-yr:before {
    content: "▶▶";
    right: 0;
}
.mk-dp-control.next-mo {
    right: 50px;
    font-size: 30px;
}
.mk-dp-control.next-mo:before {
    content: "▶";
    right: 0;
}
.mk-dp-table {
    width: 100%}
.mk-dp-table .mk-dp-heading {
    background: #fff;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
}
.mk-dp-table td, .mk-dp-table th {
    padding: 5px;
    text-align: center;
    width: 14.28%}
.mk-dp-table th {
    text-transform: capitalize;
}
.mk-dp-table .mk-dp-day span {
    display: block;
    position: relative;
    transition: all .2s;
    z-index: 1;
}
.mk-dp-table .mk-dp-day span:before {
    background: transparent;
    border-radius: 80%;
    color: #fff;
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
    z-index: -1;
    transition: all .2s;
}
.mk-dp-table .mk-dp-day {
    color: #aaa;
}
.mk-dp-table .saturday, .mk-dp-table .sunday {
    background: #eee;
}
.mk-dp-table .selectable {
    cursor: pointer;
    color: #333;
}
.mk-dp-table .disabled span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    border-bottom: 1px solid #aaa;
    transform: rotate(145deg);
    top: 9px;
    left: 2px;
}
.mk-dp-table .today {
    color: #0c3b6c;
}
.mk-dp-lg+.mk-dp-shadow .dpr-root, .mk-dp-lg+.mk-dp-shadow .mk-dp-input {
    border-radius: 7px;
}
.mk-dp-lg+.mk-dp-shadow .dpr-root .mk-dp-entry, .mk-dp-lg+.mk-dp-shadow .mk-dp-input .mk-dp-entry {
    font-size: 18px;
}
.mk-dp-sm+.mk-dp-shadow .dpr-root, .mk-dp-sm+.mk-dp-shadow .mk-dp-input {
    border-radius: 7px;
}
.mk-dp-sm+.mk-dp-shadow .dpr-root .mk-dp-entry, .mk-dp-sm+.mk-dp-shadow .mk-dp-input .mk-dp-entry {
    font-size: 14px;
}
.mk-dp-xs+.mk-dp-shadow .dpr-root, .mk-dp-xs+.mk-dp-shadow .mk-dp-input {
    border-radius: 7px;
}
.mk-dp-xs+.mk-dp-shadow .dpr-root .mk-dp-entry, .mk-dp-xs+.mk-dp-shadow .mk-dp-input .mk-dp-entry {
    font-size: 14px;
}
.tailed+.mk-dp-shadow .mk-dp-calendar, .tailed.dpr-root .mk-dp-shadow .mk-dp-calendar {
    top: 100%;
    margin-top: 12px;
}
.tailed.dpr-root.open, .tailed.open+.mk-dp-shadow .dpr-root, .tailed.open+.mk-dp-shadow .mk-dp-input {
    border-bottom: 3px solid #0c3b6c;
}
.tailed.dpr-root.open:after, .tailed.open+.mk-dp-shadow .dpr-root:after, .tailed.open+.mk-dp-shadow .mk-dp-input:after {
    content: "";
    border-top: 6px solid #0c3b6c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-top: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%}
.centered+.mk-dp-shadow .mk-dp-calendar, .centered.dpr-root .mk-dp-shadow .mk-dp-calendar {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.hide-weekends+.mk-dp-shadow .mk-dp-table td:first-child, .hide-weekends+.mk-dp-shadow .mk-dp-table td:last-child, .hide-weekends+.mk-dp-shadow .mk-dp-table th:first-child, .hide-weekends+.mk-dp-shadow .mk-dp-table th:last-child, .hide-weekends .mk-dp-shadow .mk-dp-table td:first-child, .hide-weekends .mk-dp-shadow .mk-dp-table td:last-child, .hide-weekends .mk-dp-shadow .mk-dp-table th:first-child, .hide-weekends .mk-dp-shadow .mk-dp-table th:last-child {
    display: none;
}
.dpr-root {
    position: relative;
    display: inline-block;
    border-color: #888;
    text-transform: none;
}
.dpr-root .mk-dp-root, .dpr-root .mk-dp-shadow {
    position: static;
    display: inline-table;
    vertical-align: middle;
}
.dpr-root .mk-dp-calendar {
    left: 0;
}
.com_asx_watchlist .mk-ac-root.add-holding.focus .dpr-root .mk-dp-root.mk-ac-submit, .dpr-root .com_asx_watchlist .mk-ac-root.add-holding.focus .mk-dp-root.mk-ac-submit, .dpr-root .mk-ac-alt .mk-dp-root.mk-ac-dismiss, .dpr-root .mk-dp-root.mk-dp-trigger, .dpr-root .mk-dp-root.sr-only, .dpr-root .mk-dp-root:not(:first-of-type) .mk-dp-root.mk-dp-calendar, .dpr-root label.mk-dp-root, .mk-ac-alt .dpr-root .mk-dp-root.mk-ac-dismiss {
    position: absolute;
}
.dpr-root.open {
    border-color: #009fdf;
}
.dpr-root.selected:not(.open), .dpr-root.selected:not(.open) input, .dpr-root.selected:not(.open) select {
    background-color: #0c3b6c;
    color: #fff;
}
.dpr-root .mk-dp-root:not(:first-of-type) {
    margin-left: 1em;
    position: relative;
}
.dpr-root .mk-dp-root:not(:first-of-type):before {
    content: "-";
    position: absolute;
    left: -.5em;
    top: 50%;
    transform: translate(-50%, -50%);
}
.com_asx_watchlist .mk-ac-root.add-holding.focus .dpr-root .mk-dp-root.mk-ac-submit:not(:first-of-type), .dpr-root .com_asx_watchlist .mk-ac-root.add-holding.focus .mk-dp-root.mk-ac-submit:not(:first-of-type), .dpr-root .mk-ac-alt .mk-dp-root.mk-ac-dismiss:not(:first-of-type), .dpr-root .mk-dp-root.mk-dp-trigger:not(:first-of-type), .dpr-root .mk-dp-root:not(:first-of-type) .mk-dp-root.mk-dp-calendar:not(:first-of-type), .dpr-root .mk-dp-root:not(:first-of-type).sr-only, .dpr-root label.mk-dp-root:not(:first-of-type), .mk-ac-alt .dpr-root .mk-dp-root.mk-ac-dismiss:not(:first-of-type) {
    position: absolute;
    margin-left: 0;
}
.dpr-root .mk-dp-shadow .dpr-root, .dpr-root .mk-dp-shadow .mk-dp-input {
    padding: 0;
    margin: 0;
    line-height: 1em;
    border: none;
}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range, .dpr-root .mk-dp-shadow .mk-dp-day.in-range, .dpr-root .mk-dp-shadow .mk-dp-day.start-range {
    position: relative;
}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range:before, .dpr-root .mk-dp-shadow .mk-dp-day.in-range:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1.4em;
    width: 100%;
    transform: translateY(-50%);
    background-color: #f5f5f5;
}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range:before, .dpr-root .mk-dp-shadow .mk-dp-day.in-range:before {
    left: 0;
}
.dpr-root .mk-dp-shadow .mk-dp-day.start-range:before {
    right: 0;
}
.dpr-root .mk-dp-shadow .mk-dp-day.end-range.active:before, .dpr-root .mk-dp-shadow .mk-dp-day.end-range:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range.active:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range:before {
    width: 50%}
.dpr-root .mk-dp-shadow .mk-dp-day.in-range:before {
    width: 100%}
.dpr-root .mk-dp-shadow .mk-dp-day.start-range.end-range.active:before, .dpr-root .mk-dp-shadow .mk-dp-day.start-range.end-range:before {
    width: 0;
}
.dpr-root .mk-dp-shadow .mk-dp-table .active:not(.start-range):not(.end-range) .mk-dp-date {
    color: #333;
}
.dpr-root .mk-dp-shadow .mk-dp-table .active .mk-dp-date:before {
    background: none;
}
.dpr-root .mk-dp-shadow .mk-dp-table .selecting, .dpr-root .mk-dp-shadow .mk-dp-table .selecting.end-range, .dpr-root .mk-dp-shadow .mk-dp-table .selecting.start-range {
    color: #333;
}
.dpr-root .mk-dp-shadow .mk-dp-table .selecting.active .mk-dp-date:before, .dpr-root .mk-dp-shadow .mk-dp-table .selecting .mk-dp-date:before {
    background-color: #fff;
    border: 1px solid #009fdf;
}
.dpr-root .mk-dp-shadow .mk-dp-table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dpr-root .mk-dp-shadow .mk-dp-entry[data-key=y] {
    width: 38px;
    overflow: hidden;
}
.dpr-root [data-key=m]+.spacer, .dpr-root [data-key=y] {
    display: none;
}
.dpr-root:not(.open) .has-focus [data-key=m]+.spacer, .dpr-root:not(.open) .has-focus [data-key=y] {
    display: initial;
}
.dpr-dismiss {
    color: #009fdf;
    background: none;
    border: none;
    position: absolute;
    height: 3em;
    top: 0;
    right: .5em;
    padding: 0;
}
.dpr-dismiss:before {
    content: "\00274C"}
.mk-sm-root {
    display: inline-block;
    position: relative;
}
.mk-sm {
    display: none;
}
.mk-sm-root.device .mk-sm {
    background: transparent;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0 !important;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.mk-sm-shadow {
    display: inline-block;
    position: relative;
}
.mk-sm-trigger {
    background: transparent;
    color: #007fb1;
    border-bottom: 3px solid #007fb1;
    position: relative;
}
.mk-sm-trigger.focus, .mk-sm-trigger[aria-expanded=true] {
    color: #009fdf;
    border-color: #009fdf;
}
.mk-sm-trigger.disabled {
    color: #666;
    border-color: #666;
}
.mk-sm-shadow.transitions .mk-sm-trigger {
    transition: all .5s;
    -webkit-transition: all .5s;
}
.mk-sm-trigger:before {
    content: "";
    color: #007fb1;
    font-family: asxicon;
    font-size: 8px;
    font-weight: 400;
    float: right;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1.5rem);
    /* transform: rotate(90deg); */
}
.mk-sm-trigger[aria-expanded=true]:before {
    transform: rotate(180deg);
}
.mk-sm-input {
    font-family: Glober W01 Bold,sans-serif;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    width: 160px;
}
.watchlist-button .mk-sm-list {
    max-height: 180px;
}
.mk-sm-list {
 overflow-y: auto;
    max-height: 300px;    
    background: #fff;
    border-top: 1px solid #007fb1;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .4);
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 2;
}
.mk-sm-list.transition {
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.mk-sm-list[aria-hidden=false] {
    display: block;
    opacity: 1;
}
.mk-sm-item {
    list-style: none;
}
.mk-sm-optgroup, .mk-sm-option {
    background: tranparent;
    color: #007fb1;
    display: block;
    font-size: 14px;
    padding: 20px 10px;
    position: relative;
    text-transform: uppercase;
}
.mk-sm-list.transition .mk-sm-optgroup, .mk-sm-list.transition .mk-sm-option {
    cursor: default;
}
.mk-sm-optgroup:active, .mk-sm-optgroup:focus, .mk-sm-optgroup:hover, .mk-sm-option:active, .mk-sm-option:focus, .mk-sm-option:hover {
    background: transparent;
    color: #666;
    text-decoration: none;
}
.mk-sm-shadow.transitions .mk-sm-optgroup, .mk-sm-shadow.transitions .mk-sm-option {
    transition: background .5s;
    -webkit-transition: background .5s;
}
.mk-sm-optgroup.active, .mk-sm-option.active {
    color: #fff;
    background: #89a0b3;
}
.mk-sm-optgroup {
    font-weight: 700;
}
.mk-sm-optgroup[role=presentation] {
    cursor: default;
}
.mk-sm-optgroup[role=presentation]:hover {
    cursor: default;
    color: #666;
    background: inherit;
}
.mk-sm-option[aria-selected=true] {
    font-weight: 400;
    font-family: Glober W01 Bold,sans-serif;
    background-color: #007fb1;
    color: #fff;
}
.mk-sm-option[aria-disabled=true] {
    background: transparent;
    color: #eee;
    cursor: default;
}
.mk-sm-removable {
    background: #eee;
    border-top: 1px solid #aaa;
}
.mk-sm-removable.active {
    background: #aaa;
}
.mk-sm-label {
    display: block;
    margin-right: 1.8rem;
}
.mk-sm-alt {
    display: block;
    font-size: 80%}
.mk-sm-removable .mk-sm-alt {
    display: inline-block;
    margin-left: 1rem;
}
.mk-sm-root.full-width, .mk-sm-root.full-width .mk-sm-input, .mk-sm-root.full-width .mk-sm-shadow {
    width: 100%;
    display: block;
}
.mk-sm-root.show-count .mk-sm-trigger[data-selections-count]:after {
    content: attr(data-selections-count);
    display: block;
    color: #009fdf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5em;
    font-weight: 700;
}
.range {
    padding-top: .075em;
    padding-bottom: .075em;
}
.range .range-container {
    position: relative;
    border-bottom: .15em solid #888;
}
.range .range-indicator {
    position: absolute;
    top: -.075em;
    height: 0;
    width: 0;
    border-top: .3em solid #009fdf;
    border-left: .24em solid transparent;
    border-right: .24em solid transparent;
    margin-left: -.24em;
}
.range-label {
    font-size: 75%;
    margin-top: -2px;
}
.f2-app-container.mock, .f2-app-container .mock {
    /*outline: 2px solid pink;*/
}
.f2-app-container .table {
    border-collapse: collapse;
}
.f2-app-container .table-responsive {
    overflow-x: initial;
}
.f2-app-container svg g {
    font-family: Glober W01 Regular,sans-serif;
}
.f2-app-container .modal-price-chart .chartworks-pane-toolbar {
    display: none;
}
.f2-app-container .modal.modal-middle {
    text-align: center;
}
@media (min-width:768px) {
    .f2-app-container .modal.modal-middle: before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%}
}@media (min-width:768px) {
    .f2-app-container .modal.modal-middle .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
}.f2-app-container .modal.modal-confirmation .modal-footer {
    border-top: none;
}
.f2-app-container .notification-item {
    width: 100%;
    display: table;
    background-color: #215eac;
    overflow: hidden;
    height: 100%;
    color: #fff;
}
.f2-app-container .notification-item.success {
    background-color: #3bb249;
}
.f2-app-container .notification-item.warn {
    background-color: #ef4337;
}
.f2-app-container .notification-item.danger {
    background-color: #ef4136;
}
.f2-app-container .notification-item>div {
    display: table-cell;
}
.f2-app-container .notification-item a {
    color: #fff;
}
.f2-app-container .notification-item a:hover {
    color: #e6e6e6;
}
.f2-app-container .notifications-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.f2-app-container .slide-fade-enter-active {
    transition: all .3s ease;
}
.f2-app-container .slide-fade-leave-active {
    transition: all .3s cubic-bezier(1, .5, .8, 1);
}
.f2-app-container .slide-fade-enter {
    transform: translateX(-100%);
}
.f2-app-container .slide-fade-leave-to {
    opacity: 0;
}
.f2-app-container .pci-indicator .indicator {
    display: inline-block;
    position: relative;
    height: .8em;
    width: .8em;
    border-radius: 100%;
    margin-right: .2em;
}
.f2-app-container .pci-indicator .indicator.green {
    background-color: #8cc63d;
}
.f2-app-container .pci-indicator .indicator.blue {
    background-color: #01ace9;
}
.f2-app-container .pci-indicator .indicator.yellow {
    background-color: #ee3a46;
}
.f2-app-container .pci-indicator .indicator.orange {
    background-color: #fa921c;
}
.f2-app-container .pci-indicator .indicator.red {
    background-color: #dfcd00;
}
.f2-app-container .step-number-counter {
    display: inline-block;
    height: 1.45em;
    width: 1.45em;
    border-radius: 1.45em;
    background-color: #009fdf;
    color: #fff;
    font-size: .9em;
    line-height: 1.45em;
}
.f2-app-container .step-number-counter.complete {
    background-color: #3bb249;
}
.f2-app-container .step-number-counter .svgicon {
    font-size: .7em;
}
.f2-app-container .input-cancellable {
    position: relative;
    margin-bottom: 1.6em;
}
.f2-app-container .input-cancellable input {
    padding-right: 1em;
}
.f2-app-container .input-cancellable .btn-link {
    position: absolute;
    right: .25em;
    top: 50%;
    transform: translateY(-50%);
}
.f2-app-container .input-cancellable .input-after {
    font-size: .8em;
    display: inline-block;
    line-height: 2em;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%}
.f2-app-container .input-cancellable .input-error {
    border-top: 2px solid #ef4136;
}
@media (max-width:992px) {
    .com_asx_company_about .media {
    border-bottom: 1px solid #ece6dd;
}
.com_asx_company_about .media:last-child {
    border-bottom-width: 0;
}
}@media (max-width:768px) {
    .com_asx_company_about .panel-title small {
    display: block;
    padding-left: 0;
    padding-top: 10px;
}
}.com_asx_company_about .table-contact {
    display: block;
    font-size: 1em;
}
.com_asx_company_about .table-contact tr {
    display: block;
}
.com_asx_company_about .table-contact tr td, .com_asx_company_about .table-contact tr th {
    display: inline-block;
}
.com_asx_company_about .table-contact tr th {
    font-weight: 400;
}
.com_asx_company_about .table-contact:after {
    display: table;
    content: ""}
.com_asx_company_directory table tbody tr td .icon-indicator-down, .com_asx_company_directory table tbody tr td .icon-indicator-up {
    padding-right: 10px;
}
.com_asx_company_directory .select-root-industry input {
    min-width: 34rem;
}
.com_asx_company_directory .dogear {
    position: relative;
}
.com_asx_company_directory .dogear:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: .5em solid #215eac;
    border-top: .5em solid #215eac;
    border-right: .5em solid transparent;
    border-bottom: .5em solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.com_asx_company_directory span.dogear {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .5em;
}
.com_asx_company_directory .button-download {
    position: relative;
    padding-right: calc(2em + 20px);
   align-items: center;
}
.com_asx_company_directory .button-download .download-icon-container {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2em;
    background-color: #0c3b6c;
}
.com_asx_company_directory .button-download .download-icon-container .svgicon-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.com_asx_company_directory .button-download:hover .download-icon-container {

    color: #fff;
    text-decoration: none;
    border-color: none;
    opacity: .8;
   
}

.com_asx_company_key_statistics_charts .chart-caption-label, .com_asx_company_key_statistics_charts .chart-caption-legend {
    display: table-cell;
    vertical-align: top;
}
.com_asx_company_key_statistics_charts .chart-caption-legend {
    width: 100%}
.com_asx_company_key_statistics_charts .chart-caption-legend>div {
    display: inline-block;
}
@media (min-width:768px) {
    .com_asx_company_key_statistics_charts .figure-image-no-legend {
    margin-top: 40px;
}
}@media (min-width:992px) {
    .com_asx_company_key_statistics_charts .figure-image-no-legend {
    margin-top: 0;
}
}.com_asx_company_options table tbody tr td.highlight {
    white-space: nowrap;
}
.com_asx_company_options .mk-sm-input {
    padding: inherit 2px;
}
.com_asx_company_options .mk-sm-root {
    margin-right: 6px;
    margin-top: 6px;
}
@media (max-width:768px) {
    .com_asx_company_options .mk-sm-input {
    padding-left: 10px;
    padding-right: 0;
}
.com_asx_company_options .mk-sm-root {
    margin-bottom: 6px;
    margin-right: 0;
}
.com_asx_company_options .filters {
    padding-left: 4px;
    padding-right: 0;
}
.com_asx_company_options label {
    margin-top: 18px;
}
}.com_asx_company_options .modal-body figure {
    min-height: 200px;
}
.com_asx_company_price_chart .chartworks-menu-addevent .chartworks-menu-content-rows li:nth-child(-n+2) {
    display: none;
}
.com_asx_company_price_chart .chartworks-popup-content .comment {
    font-weight: 400;
    display: block;
}
.com_asx_company_search .highlight {
    font-weight: 700;
}
.com_asx_company_search .mk-list-items {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
}
.com_asx_company_search .mk-list-items .container .panel-heading>.aside{
    visibility:hidden;
}
.com_asx_company_search .mk-list-items .table {
    background: #fff;
}
.com_asx_company_search .mk-list-items .table tbody, .com_asx_company_search .mk-list-items .table thead {
    position: static;
}
.com_asx_company_search .mk-list-items .table thead>tr>th {
    white-space: nowrap;
}
.com_asx_company_search .mk-list-items .table tbody>tr>td {
    vertical-align: middle;
}
.com_asx_company_search .tile {
    min-height: inherit;
}
.com_asx_company_search .tile.last:before {
    border-top: none;
    top: 0;
    border-bottom: 30px solid transparent;
    bottom: auto;
}
.com_asx_company_search .mk-ac-list-container {
    position: absolute;
    z-index: 1;
}
.com_asx_company_search .mk-ac-list-container .mk-ac-list {
    background: #fff;
}
.com_asx_company_search .mk-ac-list-container .mk-ac-list[aria-hidden=false] {
    display: inherit;
}
.com_asx_company_search .mk-ac-list-container .mk-ac-list .mk-ac-option {
    color: #00a3da;
}
.com_asx_company_options .table.multi-row-head>thead>tr:first-child>th, .com_asx_company_warrants .table.multi-row-head>thead>tr:first-child>th, .com_asx_derivatives_energy_detail .table.multi-row-head>thead>tr:first-child>th, .com_asx_derivatives_grain_detail .table.multi-row-head>thead>tr:first-child>th {
    text-transform: capitalize;
}
.com_asx_company_options .table-responsive .table-floater table, .com_asx_company_warrants .table-responsive .table-floater table, .com_asx_derivatives_energy_detail .table-responsive .table-floater table, .com_asx_derivatives_grain_detail .table-responsive .table-floater table {
    width: 100px;
}
.com_asx_company_options .table-responsive table thead tr th, .com_asx_company_warrants .table-responsive table thead tr th, .com_asx_derivatives_energy_detail .table-responsive table thead tr th, .com_asx_derivatives_grain_detail .table-responsive table thead tr th {
    height: 67px;
}
@media (max-width:480px) {
    .com_asx_company_bonds .modal-subtitle, .com_asx_company_hybrids .modal-subtitle, .com_asx_company_options .modal-subtitle, .com_asx_company_warrants .modal-subtitle {
    display: inline-block;
}
}.com_asx_company_bonds .table caption, .com_asx_company_hybrids .table caption {
    padding-bottom: 12px;
    border-bottom: 2px solid #dfe4e8;
}
.com_asx_derivatives_energy_detail .active-orders tbody tr td {
    background-color: rgba(255, 180, 15, .1);
}
.com_asx_derivatives_energy_detail .active-orders tbody tr td:first-child, .com_asx_derivatives_energy_detail .active-orders thead tr th:first-child {
    padding-left: 12px;
}
.com_asx_derivatives_energy_detail legend {
    border-bottom: none;
}
.com_asx_derivatives_energy_detail .table-bordered .bordered-left:not(:first-child) {
    border-left: 2px solid #c3ced6;
}
.com_asx_derivatives_energy_detail .table-bordered tr.group-header>th {
    border-bottom: none;
    padding: 6px;
}
.com_asx_derivatives_energy_detail .table-bordered tr.group-header>th:first-child {
    padding-left: 12px;
}
.com_asx_derivatives_energy_detail .table-bordered tr.group-header th+th {
    border-right: none;
}
.com_asx_derivatives_energy_detail .table-bordered tr.group-header+tr td {
    border-top: none;
}
.com_asx_derivatives_energy_detail .table>thead>tr.subregion-controls-row>th {
    padding: 0;
    height: auto;
}
.com_asx_derivatives_energy_detail td.col-sr-only, .com_asx_derivatives_energy_detail th.col-sr-only {
    padding: .01%;
    width: .01%}
.com_asx_derivatives_energy_detail .subregion-controls-row {
    border-top: 2px solid #dfe4e8;
}
.com_asx_derivatives_energy_detail .subregion-controls-row>th {
    font-weight: 400;
}
.com_asx_derivatives_energy_detail .subregion-controls-row>th:first-child {
    border-right: 2px solid #c3ced6;
}
.com_asx_derivatives_energy_detail .subregion-controls-row>th>div {
    display: table;
    width: 100%}
.com_asx_derivatives_energy_detail .subregion-controls-row>th>div>div {
    display: table-row;
}
.com_asx_derivatives_energy_detail .subregion-controls-row>th>div>div>div {
    display: table-cell;
}
.com_asx_derivatives_energy_detail .subregion-controls-row .subregion-label, .com_asx_derivatives_energy_detail .subregion-controls-row button {
    padding: 12px;
}
.com_asx_derivatives_energy_detail .subregion-controls-row .subregion-label {
    display: inline-block;
}
.com_asx_derivatives_energy_detail .subregion-controls-row th:first-child .subregion-label {
    padding-left: 0;
}
.com_asx_derivatives_energy_detail .subregion-controls-row button {
    height: 100%;
    background: transparent;
    border: none;
    width: 100%}
.com_asx_derivatives_energy_detail .subregion-controls-row button.active {
    color: #007fb1;
    border-bottom: .25em solid #007fb1;
    position: relative;
}
.com_asx_derivatives_energy_detail .subregion-controls-row button.active:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .5em solid #007fb1;
}
.com_asx_derivatives_energy_detail .btn {
    background-color: transparent;
    color: #007FB1 !important;
}
.com_asx_home_markets .chartworks-pane-toolbar {
    display: none;
}
.com_asx_etf_fund_allocation .asset-allocation-bar-chart {
    border-left: 1px solid gray;
    padding: 3px 0;
}
.com_asx_etf_fund_allocation .asset-allocation-bar-chart .bar {
    height: 7px;
}
.com_asx_etf_fund_allocation .asset-allocation-bar-chart .bar+.bar {
    margin-top: 4px;
}
.com_asx_company_bonds tbody>tr>th, .com_asx_company_hybrids tbody>tr>th, .com_asx_home_investment_ideas tbody>tr>th {
    font-weight: 400;
}
.com_asx_home_markets .actions {
    float: right;
}
.com_asx_home_markets .video-card-title {
    position: absolute;
    color: #fff;
    top: 60px;
    left: 70px;
    width: 300px;
    line-height: 65px;
    font-family: Glober W01 Regular,sans-serif;
}
.com_asx_home_markets .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.com_asx_home_markets .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.com_asx_home_markets .video-actions {
    position: absolute;
    bottom: 35px;
    left: 70px;
}
.com_asx_home_markets .mk-sm-root {
    float: left;
}
.com_asx_home_markets .select-index .mk-sm-shadow {
    width: auto;
}
.com_asx_home_markets .price-chart, .com_asx_derivatives_interest_rate_short_term .price-chart {
    height: 300px;
}
.com_asx_home_markets .index-legend {
    padding-left: 4px;
}
.com_asx_home_markets .index-legend li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.com_asx_home_markets .index-legend span {
    width: 8px;
    height: 13px;
    display: inline-block;
}
@media (max-width:768px) {
    .com_asx_home_markets .actions {
    float: left;
}
.com_asx_home_markets .index-legend li {
    display: block;
}
}@media (max-width:480px) {
    .com_asx_home_markets .video-actions {
    bottom: 6px;
    left: 25px;
}
.com_asx_home_markets .video-actions a {
    display: block;
}
.com_asx_home_markets .video-card-title {
    top: 10px;
    left: 25px;
    width: 110px;
    line-height: 24px;
    font-size: 22px;
}
}.com_asx_company_new_listings figure {
    width: 200px;
}
@media (max-width:992px) {
    .com_asx_company_new_listings .media {
    border-bottom: 1px solid #ece6dd;
}
.com_asx_company_new_listings .media:last-child {
    border-bottom-width: 0;
}
.refreshCompanyData {
    display: none !important;
}
}@media (max-width:768px) {
    .com_asx_company_new_listings .panel-title small {
    display: block;
    padding-left: 0;
    padding-top: 10px;
}
}.com_asx_home_sectors .mk-sm-root, .com_asx_home_sectors .mk-sm-shadow {
    display: block;
}
.com_asx_home_sectors figure svg {
    width: 100%}
.com_asx_home_sectors figure svg text {
    pointer-events: none;
    transform: translate(3px, 3px);
}
.com_asx_home_sectors figure svg text+text {
    font-size: 1.2em;
}
.com_asx_home_top_five tbody tr th a {
    width: 220px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com_asx_etf_top_holdings .truncate {
    width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com_asx_markets_announcements .subhead .heading {
    color: #0c3b6c;
}
.com_asx_markets_announcements .subhead>:not(:first-child) {
    border-left: 1px solid #888;
}
.com_asx_markets_announcements .announcements-filters {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
.com_asx_markets_announcements .dpr-root {
    display: inline-table;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}
.com_asx_markets_announcements .dpr-root .dpr-label {
    display: table-cell;
    vertical-align: middle;
}
.com_asx_markets_announcements .dpr-root, .com_asx_markets_announcements .filter-price-sensitive, .com_asx_markets_announcements .filters-toggle {
    vertical-align: middle;
    height: 52px;
}
.com_asx_markets_announcements .filter-price-sensitive, .com_asx_markets_announcements .filters-toggle {
    position: relative;
}
.com_asx_markets_announcements .filters-toggle {
    display: table-cell;
}
.com_asx_markets_announcements .dpr-root .svgicon-calendar, .com_asx_markets_announcements .filter-price-sensitive .svgicon-price-sensitive {
    font-size: 100%;
    left: .75em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.com_asx_markets_announcements .mk-sm-root.announcement-type .mk-sm-option.report-annual .mk-sm-label, .com_asx_markets_announcements .mk-sm-root.announcement-type .mk-sm-option.report-half-yearly .mk-sm-label {
    display: inline-block;
}
.com_asx_markets_announcements .mk-sm-root.announcement-type .mk-sm-item:nth-child(2) {
    border-bottom: 1px solid #888;
}
.com_asx_markets_announcements .mk-sm-root.announcement-type .svgicon {
    font-size: 125%}
.com_asx_markets_announcements .table td.price-sensitive {
    vertical-align: middle;
    text-align: center;
font-size:25px;
}
.com_asx_watchlist .watchlist-app-header {
    display: table;
    width: 100%;
    font-size: 1.5rem;
}
.com_asx_watchlist .watchlist-app-header .watchlist-header-buttons, .com_asx_watchlist .watchlist-app-header h1 {
    display: table-cell;
    vertical-align: middle;
}
.com_asx_watchlist .watchlist-empty {
    border-top: 1px solid #888;
}
.com_asx_watchlist .watchlist-empty .input-watchlist-name.form-control {
    height: 48px;
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.com_asx_watchlist .watchlist-empty .row {
  display: block;
}
.com_asx_watchlist .watchlist-empty .form-group {
    padding-top: 60px;
    margin-bottom: 60px;
}
.com_asx_watchlist .watchlist-empty .form-group+.form-group {
    border-top: 2px solid #666;
}
.com_asx_watchlist .nav-watchlists .mk-sm-shadow {
    display: block;
}
.com_asx_watchlist .nav-watchlists li.active a, .com_asx_watchlist .nav-watchlists li.active a:focus, .com_asx_watchlist .nav-watchlists li.active a:hover {
    border-bottom: none;
}
.com_asx_watchlist .nav-watchlists .dropdown-menu {
    min-width: 100%;
    background-color: #fff;
}
.com_asx_watchlist .nav-watchlists .nav .open a {
    border-color: #0c3b6c;
}
.com_asx_watchlist .nav-watchlists-dropdown .svgicon-caret {
    font-size: .5em;
}
.com_asx_watchlist .nav-watchlists-dropdown [aria-expanded=true] .svgicon-caret {
    transform: rotate(180deg);
}
.com_asx_watchlist .watchlist-overview {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #223458;
    color: #fff;
}
.com_asx_watchlist .watchlist-overview footer .text-disclaimer {
    color: #fff;
}
.com_asx_watchlist .watchlist-overview .navbar-inverse {
    box-shadow: none;
}
.com_asx_watchlist .watchlist-overview .overview-performance-table, .com_asx_watchlist .watchlist-overview .overview-performance-table>tbody>tr>td, .com_asx_watchlist .watchlist-overview .overview-performance-table>tbody>tr>th, .com_asx_watchlist .watchlist-overview .overview-performance-table>thead>tr>th {
    border-color: #869cac;
}
.com_asx_watchlist .btn-recent-symbol {
    color: #555555 !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: .25em;
    background-color: #fff !important;
    display: inline-block;
    width: 100%;
    padding: 15px; 
}
.com_asx_watchlist .watchlist-empty .btn-recent-symbol:hover {
 color: #555555 !important;
}
.com_asx_watchlist .btn-recent-symbol[aria-pressed] {
    background-color: #223458;
    color: #fff;
}
.com_asx_watchlist .mk-ac-root.add-holding.focus .mk-ac-input {
    padding-left: 1em;
}
.com_asx_watchlist .mk-ac-root.add-holding .mk-ac-list[aria-hidden=false] {
    display: table;
}
.com_asx_watchlist .mk-ac-root.add-holding .mk-ac-item {
    display: table-row-group;
}
.com_asx_watchlist .mk-ac-root.add-holding .mk-ac-option {
    display: table-row;
}
.com_asx_watchlist .mk-ac-root.add-holding .mk-ac-label, .com_asx_watchlist .mk-ac-root.add-holding .mk-ac-option[aria-selected=true]:after {
    border-top: 1px solid #eee;
    display: table-cell;
}
.com_asx_watchlist .mk-ac-root.add-holding .icon-container, .com_asx_watchlist .mk-ac-root.add-holding .mk-ac-option[aria-selected=true]:after {
    vertical-align: middle;
}
.com_asx_watchlist .mk-ac-root.add-holding .mk-ac-option[aria-selected=true]:after {
    position: static;
    text-align: right;
    padding: 1em;
}
.com_asx_watchlist .mk-ac-notifications {
    color: #ea7200;
    position: static;
    background: transparent;
    font-size: 1em;
}
.com_asx_watchlist .watchlist-holdings [role=button] .svgicon {
    font-size: 2rem;
}
.com_asx_watchlist .watchlist-holdings form {
    line-height: 3em;
}
.com_asx_watchlist .watchlist-holdings form label.text-highlight {
    margin: 10px 20px;
}
.com_asx_watchlist .watchlist-holdings form button.btn-link {
    padding-left: 30px !important;
}
.com_asx_watchlist .watchlist-holdings form .form-control {
    height: 3em;
}
.com_asx_watchlist .watchlist-holdings-detail .range-root {
    font-size: 1.33333em;
}
.com_asx_watchlist .watchlist-holdings-detail .range-root dl {
    margin-bottom: 0;
}
.com_asx_watchlist .modal-watchlist-new .modal-footer {
    border-top: none;
}
.com_asx_watchlist .modal-watchlist-new .form-group:first-child {
    border-bottom: 1px solid #666;
}
.com_asx_watchlist .modal-watchlist-new .input-watchlist-name input {
    color: #000;
    padding-left: 1em;
    height: 3em;
}
.com_asx_watchlist .modal.modal-edit-watchlists .modal-dialog {
    transform: none;
}
.com_asx_watchlist .modal.modal-edit-watchlists .modal-dialog .btn-link-muted {
    color: #666;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list {
    list-style: none;
    border-top: 1px solid #f1f3f5;
    border-bottom: 1px solid #f1f3f5;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li:not(:first-child) {
    border-top: 1px solid #f1f3f5;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li .item-content>div {
    display: table-cell;
    vertical-align: middle;
    border-collapse: collapse;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li .item-content>div.confirmation-text, .com_asx_watchlist .modal-edit-watchlists .watchlists-list>li .item-content>div.watchlist-name {
    width: 100%}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-dragging>.item-content {
    opacity: 0;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-dragging+li {
    border-top: 1px solid #f1f3f5;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-ghost {
    background-color: #fff;
    pointer-events: none;
    position: fixed;
    z-index: 1;
    border-top: none;
    border-bottom: none;
    box-shadow: 2px 2px 5px 2px #aaa;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-edit-confirmation {
    background-color: #ef4337;
    color: #fff;
}
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li.watchlist-edit-confirmation button,
.com_asx_watchlist .modal-edit-watchlists .watchlists-list>li .item-content>div.confirmation-text {
    color: #fff !important;
}
.com_asx_watchlist .modal-edit-watchlists .input-watchlist-name {
    height: 50px; 
    padding: 14px 20px 10px; 
    color: #000;
    display: table;
    width: 100%
}
.com_asx_watchlist .watchlists-list .btn-link[disabled] {
    display: none;
}
.com_asx_watchlist .watchlists-list .watchlist-name-wrapper {
    margin: 20px 0px;
} 
.watchlist-holdings button.btn.btn-link, .com_asx_watchlist .modal-edit-watchlists .watchlists-list .btn-link {
    color: #007fb1 !important;
    text-decoration: none;
    background-color: transparent;
}
.com_asx_watchlist .modal-edit-watchlists .input-watchlist-name.input-error {
    border-bottom: 2px solid #ef4136;
}
.com_asx_watchlist .modal-edit-watchlists .input-watchlist-name>div {
    display: table-cell;
}
.com_asx_watchlist .modal-edit-watchlists .input-watchlist-name>div:first-child {
    width: 100%}
.com_asx_watchlist .modal-edit-watchlists .input-watchlist-name+label {
    margin: 10px 20px;
    position: absolute;
}
.well,
.panel {
    box-shadow: none;
    border: none;
}
.well-search {
    background-color: #ffffff;
    margin-bottom: 0;
}

.watchlist-overview .panel-heading .panel-title {
    padding-top: 20px;
}

.watchlist-overview .panel-heading h2, .watchlist-overview .overview-tabs h2, .modal-header .h4 {
    color: #FFFFFF;
}

.f2-app-container .modal-header .h4 {
    height: 30px;
}

#watchlist.panel, .watchlist-overview .panel {
 padding: 0px 20px;
}

.nav-watchlists .nav-tabs>li {
 padding: 15px 12px 0 3px;
}

.panel-heading .navbar-inverse {
    background-color: #223458;
    border-color: #223458;}

.panel-heading .navbar-inverse .nav-tabs{
    border-bottom: none;
}

.form-watchlist-create .input-watchlist-name input {
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    padding: 15px 10px 15px 15px;
    position: relative;
    width: 100%;
}

h2.eventBannerTitle {
font-family: Glober W01 Regular,sans-serif;
}
.com_asx_bbsw_eligible_volume .legend-month {
 width: auto!important
}
.com_asx_bbsw_eligible_volume .popover-time-value {
 width: 175px;
 height: 155px;
 box-shadow: 0 0 1.5rem rgba(0, 0, 0, .4);
 padding: 10px 10px 10px 15px;
 border-bottom: 3px solid #0c3b6c;
 background-color: #fff
}
.com_asx_bbsw_eligible_volume .button-download .download-icon-container {
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 height: 100%;
 width: 2em;
 background-color: #0c3b6c
}
.com_asx_home_latestsymbols .latest-symbols {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 225px;
    grid-gap: 2em;
    overflow: visible;
    margin: 2em 0 1em;
}

.com_asx_home_latestsymbols .watchlist-button {
    position: relative;
}

.com_asx_home_latestsymbols .watched {
    border-color: #3bb249;
}

.com_asx_home_latestsymbols .recent-symbol {
    display: -ms-flexbox;
    display: flex;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    cursor: pointer;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 15em;
}

.com_asx_home_latestsymbols .label-underlay {
    width: 100%;
}

.com_asx_home_latestsymbols .in-watchlist {
    font-size: 1em;
    font-weight: 300;
    color: #3bb249;
}

/*.svgicon {
    position: relative;
    top: .02em;
    font-size: 75%;
}*/

.com_asx_home_latestsymbols .ratings-arrow {
    font-size: .75em;
}

.com_asx_home_latestsymbols .watchlist-button .mk-sm-root {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.watchlist-button, .watchlist-button .mk-sm-root {
    display: block;
    text-align: center;
}

.com_asx_home_latestsymbols .watchlist-button .mk-sm-root .mk-sm-shadow {
    width: 100%;
    height: 100%;
    z-index: 10;
}
.com_asx_home_latestsymbols .watchlist-button .mk-sm-root .mk-sm-shadow .mk-sm-trigger {
    height: 100%;
    width: 100%;
    opacity: 0;
}
.mk-sm-trigger {
    background: transparent;
    color: #007fb1;
    border-bottom: 3px solid #007fb1;
    position: relative;
}

.com_asx_home_latestsymbols .watchlist-button .mk-sm-root .mk-sm-shadow ul {
    position: absolute;
    z-index: 40;
}

.com_asx_watchlist .watchlist-holdings form label.text-highlight {
    position: relative;
}

.overview-tabs > div > div.row, .watchlist-holdings header.row, .watchlist-holdings header form.row {    
     display: block; 
}

#dailyNonNtpReports td, #dailyNonNtpReports p, #dailyTradingReports td, #dailyTradingReports p,  #monthlyTradingReports td, #monthlyTradingReports p {
    font-size: 16px !important;
    font-family: Glober W01 Regular, sans-serif;
    color: #333333;
}
#realTimeIndicesWidgetData .negative {
    color: #da4167;
}

#realTimeIndicesWidgetData .positive {
    color: #159d26;
}
#realTimeIndicesWidget .refresh {
    margin-bottom: 15px !important;
    float: right !important;
}
.disciplinaryDetails {
    cursor: pointer;
    color: #007fb1;
}

#futuresPriceSummaryWidget .table-bordered tbody tr th:first-child,
#futuresPriceSummaryWidget .table-bordered tbody tr td:first-child{
    padding-left: 12px;
}
#futuresPriceSummaryWidget table {
 table-layout: fixed;
}
#futuresPriceSummaryWidget table tbody {
    overflow-x: scroll;
    display: block;
}
@media (min-width: 1000px) {
    #futuresPriceSummaryWidget table tbody {
     display: contents;
    }
}
#futuresPriceSummaryWidgetData .negative {
    color: #da4167;
}

#futuresPriceSummaryWidgetData .positive {
    color: #159d26;
}
#futuresPriceSummaryWidgetData .icon-indicator-down {
    margin-top: 5px;
}

#futuresPriceSummaryWidgetData .icon-indicator-up {
    margin-top: 3px;
}


/* Custom MD Global Styles*/
.mk-sm-trigger{
    &:before {
        position: absolute;
        right: 0;
    }
}

.chartworks-legend-ohlc-close{
    label {
        font-weight: 400;
        font-size: 12px;
        position: relative;
        display: inline;
    }
}

.com_asx_company_options .mk-sm-input, 
.com_asx_company_warrants .mk-sm-input{
    padding: 8px 16px 8px 0;
 }

.com_asx_company_warrants {
    min-height: 50vh;
}

//Market announcements : filters for code, name, date, price
.com_asx_markets_announcements {
    .dpr-root, .mk-dp-input {
        color:@brand-black-33;
        border: 1px solid #cccccc;
        border-radius: 0;
        padding: 13px 30px;
        font-size: 14px;
        top: -1px;
        font-family: Glober W01 Regular, sans-serif;
    }
    .dpr-root {
        opacity:1;
        background-color:@brand-white;
        &:hover{
            opacity:1;
            color:@brand-black-33;
        }
        .mk-dp-calendar.popup{
            background-color:@brand-white;
        }
        &.selected:not(.open){
            background-color: @brand-white;
            color:@brand-black-8;
            select {
                background-color: @brand-white;
                color:@brand-black-8;
                & + .spacer{
                    color:@brand-black-8;
                }
            }
        }
    }
    .active.dpr-root, .active.mk-dp-input, .btn.active, .btn:active, .dpr-root:active, .mk-dp-input:active {
        outline: 0;
        background-image: none;
        box-shadow: none;
    }
    .mk-dp-entry {
        font-size: 14px;
        line-height: 14px;
    }
    .dpr-dismiss, .mk-ac-dismiss{
        color: #009fdf;
        position: absolute;
        height: 3.4em;
        top: 0;
        right: .5em;
        padding: 0;
        &:before {
            font-family: 'asxicon';
            content: "\e90a";
            font-size: 20px;
        }
    }
    .tailed.dpr-root.open, .tailed.open+.mk-dp-shadow .dpr-root, .tailed.open+.mk-dp-shadow .mk-dp-input {
        -webkit-box-shadow: inset 0 -3px 0 #0c3b6c;
        -moz-box-shadow: inset 0 -3px 0 #0c3b6c;
        box-shadow: inset 0 -3px 0 #0c3b6c;
        &:after{
            content: "";
            border-top: 6px solid #0c3b6c;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            margin-top: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
        }
    }
    .dpr-root.selected:not(.open) .svgicon.dpr-icon.svgicon-checkmark-circled, 
    .filter-price-sensitive .svgicon.svgicon-checkmark-circled {
        float: left;
        position: absolute;
        left: 1em;
        color: #0f801f;
        top: 1.2em;
        font-size: 14px;
    }
    .filter-price-sensitive .svgicon.svgicon-checkmark-circled{
        top: 1.1em;
    }
    .announcements-filters{
        .filter-price-sensitive{
            height:3.4em;
        }
        .btn-toggle.dpr-root[aria-checked=true], 
        .btn-toggle.mk-dp-input[aria-checked=true], 
        .btn.btn-toggle[aria-checked=true] {
            background-color: @brand-white;
            border: 1px solid #cccccc;
            color: @brand-black-8;
        }
    }
    .mk-ac-alt.focus .mk-ac-input, .mk-ac-alt .focus .mk-ac-input, .mk-ac-alt [aria-expanded=true] .mk-ac-input {
        padding-left: 1em; 
    }
    
    .tailed.dpr-root.open, .tailed.open+.mk-dp-shadow .dpr-root, .tailed.open+.mk-dp-shadow .mk-dp-input {
        border-bottom: none;
    }
    
}
section#markets_announcements .btn[role='checkbox']{
    padding:10px 30px !important;
    border-radius: 0;
    border: 1px solid #cccccc;
    font-family: "Glober W01 Regular,sans-serif";
    font-size:14px !important;  
    color:@brand-black-33!important;
    &:focus {
        outline: none;
    }
    &.btn-toggle[aria-checked=true] {
        font-family: "Glober W01 SemiBold,sans-serif";
    }
}

.markit-home-announcement .com_asx_home_announcements{
    .panel-heading .aside{
        a{
            color:@brand-white;
            &:hover{
                text-decoration:underline;
            }
        }
    }
}
.markit-company-directory{
    .com_asx_company_directory.f2-app-container{
        .panel-title{
            padding-top:30px;
        }
    }
}

// Fix issue on company/etp page where value column for LAST PRICE spills into next row
.markit-company-header {
    .header-primary {
        .well-inv-secondary {
            .container {
                .row {
                    .col-xs-6 {
                        width: 48%;
                    }
                }
            }
        }
    }
}
.markit-etf-header {
    .header-primary {
        .well-inv-secondary {
            .container {
                .row {
                    .col-xs-6 {
                        width: 48%;
                    }
                }
            }
        }
    }
}

#dailyTradingReports {

    .dailyReportsSelect {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #007fb1;
    border-bottom: 3px solid #007fb1;
    width : 75%;

        option:hover, option:focus, option:active, option:checked {
            background-color: #007fb1;
            color: #fff;
        }

    }
    
    .data{
        margin-bottom: 36px;
    }

    @media only screen and (max-width: 600px) {
        .sub-div{
            width:100%;
            margin-bottom: 24px;
        }
        .main-div{
        width:100%;
            display: block;
            margin-bottom: 24px;
        }

        .dailyReportsSelect {
            width : 85%;
        }
    }

    @media only screen and (min-width: 600px) {
        .sub-div{
            width:33%;
        }
        
        .main-div{
            width:100%;
            display: inline-flex;
            margin-bottom: 24px;
        }
    }
}

#dailyNonNtpReports{
   

   .ntpReportsSelect{
    border-top: none;
    border-left: none;
    border-right: none;
    color: #007fb1;
    border-bottom: 3px solid #007fb1;
    width : 60%;

        option:hover, option:focus, option:active, option:checked {
            background-color: #007fb1;
            color: #fff;
        }
   }

   @media only screen and (max-width: 600px) {
        .ntpReportsSelect{
            width : 85%;
        }
   }
}

#monthlyTradingReports{
   

    .monthlyTradingSelect{
     border-top: none;
     border-left: none;
     border-right: none;
     color: #007fb1;
     border-bottom: 3px solid #007fb1;
     width : 60%;
 
         option:hover, option:focus, option:active, option:checked {
             background-color: #007fb1;
             color: #fff;
         }
    }
 
    @media only screen and (max-width: 600px) {
         .monthlyTradingSelect{
             width : 85%;
         }
    }
 }


 .treasury-earnings-rate table, .treasury-earnings-rate th{
    text-align: center !important;
}

/*Styling Fixes for Home Page*/
@media only screen and (max-width: 1024px) {
    #home_top_five .table tbody tr td span.value-with-arrow{
        margin-left:0px !important;
    }
    
}

@media only screen and (max-width: 600px) {
    .featured-tile{
        background-position: right -35px top 0px !important;
    }

    .featured-tile {
        .x-cut-overlay{
            width: 50% !important;
        }
        .x-cut-overlay + .featured-tile-container {
          .content{
            height: 320px !important;
            width: 68% !important; 
          }
        }
      }

}
.displayTxt{
font-family: Glober w01 Regular,sans-serif !important;
}
.com_asx_markets_announcements .p-r-2{
padding-right: 0px !important;
}

.page-link {
height: 30px !important;
}



