*{
	box-sizing: border-box;
}
html{
	font-size:14px;
	font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(41, 43, 44, 0);
}
body {
    background-color: #F5F5F5;
    font-size: 14px;
}
body {
    margin: 0;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292B2C;
    text-align: left;
    background-color: #fff;
}
.mb-5{
	margin-bottom: 5px!important;
}
.card h4, .h4 {
    font-size: 1.5rem;
}
.card .btn {
    display: inline-block;
    height:44px;
    font-weight: 400;
    color: #292B2C;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.card .btn {
    text-transform: uppercase;
    color: #fff;
}
.card .btn-primary {
    color: #fff;
    background-color: #E6511E;
    border-color: #E6511E;
}
.card {
    border-bottom: 4px solid #E6511E40;
    margin: 15px 0 15px 0;
}

.card .card-body {
    background: #fff;
}

.card .card-title {
    margin-bottom: 2.2rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #E6511E;
    border-left: 4px solid #E6511E;
    padding-left: 2.2rem;
    left: -2.2rem;
    position: relative;
    line-height: 2.2rem;
}

.card h3 {
    color: #2E3136;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    margin: 0 0 1.1rem 0;
}

.card .card-subtitle {
    color: #2E3136;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    margin: -2rem 0 2rem .3rem;
}
.card .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.card .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.card .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E6511E80;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/*TIMELINE CSS*/

#timeline-header {
	font-size: 26px;
}

.timeline {
	list-style: none;
	padding: 20px 0 0px;
	position: relative;
	margin-bottom: 0px !important;
}

.timeline:before {
	background-color: #eee;
	bottom: 0;
	content: ' ';
	left: 6px;
	margin-left: -1.5px;
	margin-bottom: -10px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	width: 3px;
}

.timeline > li {
	margin-bottom: 10px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: ' ';
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	border-radius: 2px;
	margin-left: 35px;
	padding: 20px;
	position: relative;
}

.timeline > li > .timeline-panel > .timeline-badge {
	background-color: #999;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4em;
	height: 40px;
	left: -25px;
	line-height: 40px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	top: 16px;
	width: 40px;
	z-index: 100;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls {
	position: absolute;
	right: 8px;
	top: 5px;
}

.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .timestamp {
	display: inline-block;
}

.timeline.notification {
	float: right;
}

.timeline.notification:before {
	left: 175px;
}

.timeline.notification .timeline-badge {
	background-color: #999;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4em;
	height: 40px;
	left: 175px;
	line-height: 40px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 40px;
	z-index: 100;
}

.timeline.notification .timeline-panel {
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	margin-right: 65px;
	padding: 10px;
	position: relative;
}

.timeline-notification > .timeline {
	padding: 0px !important;
	margin-bottom: 5px !important;
}

.timeline-notification > .timeline:before {
	left: 1115px !important;
	margin: 0px;
	top: -7px;
	margin: 0px 0px -3px 0px;
}

.timeline-notification > .timeline > li {
	margin-bottom: 0px;
}

.timeline-notification > .timeline > li > .timeline-panel {
	float: right;
	margin: 0px 65px;
	padding: 10px;
	text-align: right;
	border: 1px solid #d4d4d4;
}

.timeline-notification > .timeline > li > .timeline-panel > .timeline-heading > a {
	color: #0092cd !important;
}

.timeline-notification > .timeline > li > .timeline-badge {
	background-color: #999;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4em;
	height: 40px;
	line-height: 40px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	width: 40px;
	z-index: 100;
	left: 1122px !important;
	top: 0px;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 500;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

.card .copy {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #aaa;
	font-size: 11px;
}

.card .copy > * {
	color: #444;
}

.highlight {
	background-color: #24c28080 !important;
}

.country-accordion.isSubject.warning {
	background-color: #24c28080 !important;
}

.country-accordion.warning {
	background-color: #24c28080 !important;
}

.card .btn:focus,
.card .btn:active {
	outline: none !important;
	box-shadow: none;
}
.card .card-title {
    margin-bottom: 2.2rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #E6511E;
    border-left: 4px solid #E6511E;
    padding-left: 2.2rem;
    left: -2.2rem;
    position: relative;
    line-height: 2.2rem;
}
.place-holder {
    color: #b7b7b7 !important;
    font-size: 11px;
    font-style: italic;
}
.country-accordion {
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    overflow: auto;
    position: static;
    outline: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.accordion {
    overflow-anchor: none;
}

    .accordion > .card {
        overflow: hidden;
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
        }

        .accordion > .card > .card-header {
            margin-bottom: 0;
        }
.card-accordion {
    border-bottom: 0 !important;
    margin: 0 !important;
}
.header-accordion {
    background-color: transparent;
}
.p-1 {
    padding: 0.25rem !important;
}
.card .card-header {
    padding: 2.2rem 2.2rem;
    margin-bottom: 0;
    background-color: rgba(41, 43, 44, 0.03);
    border-bottom: 0 solid rgba(41, 43, 44, 0.125);
}
.card header {
    border-bottom: 1px solid #E6511E40;
    background: #fff;
}
.card .country-accordion{
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    overflow: auto;
    position: static;
    outline: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.card h3.raising {
    color: #0092cd !important;
}
.country-accordion h3 {
    color: #0092cd;
    margin: 10px 5px 10px 5px;
    font-size: 15px;
}
.card h3 {
    color: #2E3136;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    margin: 0 0 1.1rem 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(41, 43, 44, 0.125);
}
.card {
    border-bottom: 4px solid #E6511E40;
    margin: 15px 0 15px 0;
}
.card .card-body {
    background: #fff;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.2rem;
}
.card .header-accordion {
    background-color: transparent;
}
h3.raising {
    color: #0092cd !important;
}
.country-accordion h3 {
    color: #0092cd;
    margin: 10px 5px 10px 5px;
    font-size: 15px;
}
.country-accordion-summary {
    border-radius: 2px;
    border-right-color: #d4d4d4;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #d4d4d4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #d4d4d4;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: initial;
    margin-top: -10px;
    padding: 20px;
    position: static;
    overflow: auto;
    border-top: 0;
}
.card h3.supporting {
    color: #24c280 !important;
}
.card h3.subject{
    color: #e6511e !important;
}
.card h3.others{
    color: #000 !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
[role="button"] {
    cursor: pointer;
}
.collapse{
	display: none;
}
.meeting-summary-document-symbol {
    font-size: 12px;
    margin-bottom: 0.5rem !important;
}
.card a {
    color: #E6511E;
    text-decoration: none;
    background-color: transparent;
}
.card p {
    line-height: 1.8rem;
}
.card p {
    margin-top: 0;
    margin-bottom: 1rem;
}
