
/* Stylesheet content from css/cca_styles.css in folder common */
.cca-hldr {
	margin: 15px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    font-size: 13px;
}

.cca-hldr::-webkit-scrollbar{
	display:block;
	overflow-y:auto;
}

.cca-hldr::-webkit-scrollbar {
    width: 8px;
}
 
.cca-hldr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc;     
}
 
.cca-hldr::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background: rgba(231, 120, 23, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(231, 120, 23, 0);
}
.cca-hldr::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(231, 120, 23, 0.8); 
}

.cca-hldr table th {
	vertical-align: top;
}
.cca-hldr table th h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.cca-hldr h2 {
	font-size: 16px;
	font-weight: bold;
}
.cca-hldr h3 {
	font-size: 14px;
	font-weight: bold;
}
.cca-hldr p, .cca-hldr ul {
	font-size: 13px;
	margin-bottom: 10px;	
}
.cca-hldr ul {
	padding-left: 30px;
}
.cca-hldr ul li {
	list-style-type: disc;
}
.cca-hldr span, .cca-hldr p span {
	font-weight: bold;
}
.cca-hldr table p span {
	font-size: 16px;
}
.cca-hdng {
	background-color: #053c6d;
    color: #fff;
    text-align: center;
    width: 100%;
    border: 1px solid #333;
    font-weight: bold;
}
.cca-hdng h5 {
	color: #fff;
    font-weight: bold;
}
.cca-hdng-txt {
	border: 1px solid #ddd;
    padding: 15px;
    border-bottom: none;
}
.cca-hdng-txt-two {
	border: 1px solid #ddd;
    padding: 15px;
}
/**************authorisation pdf css************/
.section-hdr-cntnr{
	width:100%;
	height:30px;
	border:1px solid #333;
	font-weight:bold;
	display: inline-flex;
	
}
.section-hdr-cntnr p{
	display:inline-block;
}
.section-hdr-cntnr .section-hdr {
	background-color: #053c6d;
    color: #fff;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    padding: 7px 0px 5px 5px;
    width: 20%;
	
}
.section-hdr-cntnr .section-hdr-grey{
	background-color: #ddd;
	color:#053c6d;
	background-color: #ddd;
    margin: 0px;
    padding: 7px 0px 5px 5px;
    width: 90%;
    font-weight: bold;
}
.sectn-one-cntnr{
	border: 1px solid black;
    padding: 15px;
    border-top: none;
}
.section-hdr-cntnrtwo{
	margin-top: 15px;
    display: inline-flex;
}
.sectn-two-chck{
	display: inline-flex;
}
.sectn-two-chck p{
	margin-right: 10px;
}
.sectn-two-chck span{
	 font-weight: normal !important;
	 margin-top: 5px;
}

