/*-------------------- Imports & Fonts --------------------*/
@import url("/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css");
@import url('/FormBuilder/_Resource/_module/plugin/fa/fontawesome5.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #14364a;
    overflow-x: hidden;
    font-weight: 400;
}

h2 {    
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 2em 0 1em 0;
}

a {
    color: #14364a;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #a8170f;
    text-decoration: none;
}

#loadingSpinner, .highcharts-input-group, .highcharts-legend {
    display: none !important;
}

.spnScreenReader {
    z-index: -1;
}

table {
    width: 100%;
    border-collapse: collapse;    
}

table th {    
    text-align: left;
    padding: 15px;    
    font-size: 15px;
    font-weight: 600;
}

table th:last-child {
    text-align: right;
}

h1{
	font-size: 3rem;
	font-weight: bold;
}

.homePrice p.date{
	background: #1d3548;
	color:#fff;
	padding: 5px;
	text-align: center;
}

.leftCol span{
	width: 50px;
	display: inline-block;
}

.rightCol span{
	width: 100px;
	display: inline-block;
}

.announcementsTable tr {
    border-bottom: 1px solid #14364a;
}

.announcementsTable td {    
    text-align: left;
    vertical-align: top;
    padding: 15px;    
    font-size: 15px;
    background: #f9fafc;
}

.announcementsTable td a {    
    display: inline-block;
    padding: 0;
}

.announcementsTable td a:hover {
    color: #a8170f;
}

.announcementsTable td a:hover, .announcementsTable td a:focus, .announcementsTable td a:active {    
    text-decoration: none;
    outline: none;
}

.announcementsTable th {
    padding: 7px 15px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}

.announcementsTable td {
    color: #1A1A1A;
    text-align: left;
    vertical-align: top;
    padding: 11px;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
}

.announcementsTable td a {
    position: relative;
    padding-left: 28px;
    color: #14364a;
}

.announcementsTable td a:before {
    content: '\f1c1';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 4px;
    top: -1px;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 300;
}

/* .announcementsTable td a:before {
    content: '\f56d';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 4px;
    top: -8px;
    color: #82c7e7;
    font-size: 25px;
} */



.announcementsTable td:last-child {
    text-align: right;
}

table.priceHistoryTable th, table.priceHistoryTable td {
    text-align: center;
}

table.priceHistoryTable th:first-child, table.priceHistoryTable td:first-child {
    text-align: left;
}

#tab-group ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#tab-group ul li {
    display: inline-block;
}

#tab-group ul li:not(:last-child) {
    margin-right: 10px;
}

#tab-group ul li a {
    display: block;
    color: #14364a;
    background: transparent;
    padding: 15px 24px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    min-width: 70px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #14364a;
}

#tab-group ul li a.current, #tab-group ul li a:hover, #tab-group ul li a:focus, #tab-group ul li a:active {
    background: #14364a;
    color: #fff;
}

.loadNext, .button {
    display: inline-block;
    margin-top: 5px;
    color: #14364a;
    background: transparent;
    padding: 15px 25px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    font-weight: 500;
    min-width: 160px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #14364a;
    font-size: 16px;
}

.loadNext:hover, .button:hover,
.loadNext:focus, .button:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
    background: #14364a;
}

.share__price {
    font-size: 14px;
    background: #edeff6;
    color: #252930;
    padding: 10px 20px 10px 20px;
    display: inline-block;
}

div#chartContainer_PriceVolumeChart1 {
    width: 100% !important;
}

.share__history h2 {    
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 2em 0 0 0;
}

.share__history hr {
    
width: 60px;
    
height: 3px;
    
background: #82C7E6;
    
text-align: left;
    
margin: 20px 0 30px 0;
    
border: none;
}


/* Email Alerts */
.emailSubscriptionView {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.emailSubscriptionView > .row { padding-bottom: 20px; margin: 0;}
.emailSubscriptionView .row:nth-child(3) label {width: 100%;}
.emailSubscription .emailLabel {margin-right: 10px;line-height: 38px;/* display: none; */font-size: 24px;}
.emailSubscriptionView #EmailAddress {padding: 12px 10px;background: transparent;border: none;color: #14364a;border: 1px solid #14364a;width: 100%;}
.emailSubscriptionView #EmailAddress:focus {outline:none;}
.emailSubscription ul#subscriptions { margin: 0; padding: 0; list-style: none;}
.emailSubscription ul#subscriptions label {cursor: pointer;}
.emailSubscription ul#subscriptions input { margin-right: 10px; cursor: pointer;}
.subscriptionConfirmationView .row { margin: 0;}
a.subscription-email {font-weight: 500;}
.subscriptionConfirmationView {padding-bottom: 65px;}
.emailSubscription > div .row {margin-left: 0;margin-right: 0;display: block;}
.updateSubscriptionsView .row .field {margin-left: 3px; display: inline; font-weight: 500;}
.submitSubscriptionBtn {margin-bottom: 2em;}

.updateSubscriptionsView {font-size: 16px;}
.updateSubscriptionsView .row {margin-bottom: 1em;}



/***** Share Price *****/
table.priceTable, table.priceDetails {width: 50%;margin: 0 auto;}
table.priceTable td { height: auto !important;}
table.priceTable > tbody > tr:last-child > td:first-child { text-align: center; } 
table.priceTable td td { padding: 5px 10px;}
table.priceTable td .price {color: #14364a;font-size: 40px;font-weight: 500;}
table.priceTable .priceDetailsLabel {text-align: right;}

table.priceTable {/* font-weight: 600; *//* background: #f2f2f2; */}
table.priceDetails {border-collapse:collapse;font-size: 16px;margin-top: 15px;margin-bottom: 15px;}

.price-date {display: block;text-align:center;padding: 10px 0;margin: 0 auto;width: 50%;background: #14364a;color: #fff;}
.price-date span {font-size:14px;}

.price-icon { position: relative; display: inline-block}
.price-icon-down:before {content: "\f0d7";font-family: 'Font Awesome 5 Pro';font-size: 20px;top:0px;left:0px;color: #df0024;}
.price-icon-up:before {content: "\f0d8";font-family: 'Font Awesome 5 Pro';font-size: 20px;top:0px;left:0px;color: #df0024;}
.priceMove {padding: 0 0 5px 0;display: inline-block;font-size: 16px;}

.highcharts-input-group { display: none;}


/* Investment Calc */
.calc-table { font-size: 0; margin-top: 30px;}
.calc-table-filter { font-size: 16px;}
.calc-table-filter .calc-table-filter-row > label, .calc-table-filter ul { display: block;}
.calc-table-row { display: inline-block; vertical-align: top; font-size: 16px; width: 33.33333%; margin-bottom: 10px;}
.calc-table-row label, .calc-table-row span { display: block;  padding: 10px;}
.calc-table-row label {background: #f6f6f6;margin: 0;border-right: 1px solid rgba(255,255,255,0.2);}
.calc-table-row span {/* border-right: 1px solid #dee2e6; */}
.calc-table-filter ul { list-style: none; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex;}
.calc-table-filter li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 5%; width: 100%;}
.calc-table-filter li:last-child { margin-right: 0;}
.calc-table-filter li label, .calc-table-filter li input { width: 100%;}
.calc-table-filter li input[type="radio"], .calc-table-filter-row label.text { display: none;}
.calc-table-filter li label { font-weight: bold; margin: 0 10px 0 5px; line-height: 38px; cursor: pointer; -ms-flex-negative: 4; flex-shrink: 4; min-width: 85px;}
.calc-table-filter li input:last-child { padding: 5px;}
.calc-table-filter li label::before { content: '\f0c8'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; padding-right: 10px;}
.calc-table-filter li.checked label::before { content: '\f14a';}

@media (max-width: 767px) {    
    .highcharts-button {
        display: none;
    }
    #tab-group ul li:not(:last-child) {
        margin: 0 5px 5px 0;
    }
    /* #tab-group ul li a {
        font-size: 12px;
    } */
	.share__price { font-size: 14px; }
}