/*
	* INSURED PORTAL V0.1
	* CUSTOM CSS CLASSES
	* LAST UPDATED ON: 31/12/2021 
/*
--------------------------------------------------------------*/
html, body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: 100%;
}

body {
  padding-top: 5.4rem;
  font-family: 'Open Sans', sans-serif;
  /* font-family: 'Montserrat-Regular'; */
  font-size: 13px;
  background-color: #e6e6e6;
}

/* ======== CUSTOM FONTS ======== */
@import url("https://use.fontawesome.com/releases/v5.0.11/css/all.css");

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: local('â˜º'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('â˜º'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

[data-toggle="collapse"] .fas:before {
    content: "\f139";
    font-size: 18px;
}

[data-toggle="collapse"].collapsed .fas:before {
    content: "\f13a";
}

/* MFM Custom Color */

a {
    color: #0056a5;
}

.mfm-bg-primary {
	background-color: #0056a5;
}
.mfm-bg-secondary {
	background-color: #8d9fb5;
}
.mfm-color-primary {
	color: #0056a5;
}

/* Button Colors */
.btn-primary {
    color: #fff;
    background-color: #0056a5;
    border-color: #0056a5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1676ce;
    border-color: #1676ce;
}

.btn-group>.btn.active {
    color: #ffffff !important;		
}

.btn-group-toggle .btn-primary {
    color: #bdbdbd !important;	
}

/* Typography */

/* Font Sizes */
small {	
	font-size: 13px;
}
.navbar-nav {
	font-size: 14px;
}

.btn {
	font-size: 13px;
}

/* Header Section */
.hader-text {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hader-text a {
	color: #fff;
}

.hader-text a:hover {
	color: #fff;
	text-decoration: none;
}

.topbar {
    background-color: #0056a5;
    padding: 10px 16px;
}

.topbar p {
	color: #fff;
    font-size: 13px;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 5px solid #e6e6e6;
}

.navbar h1 a {
	color: #002f87;
	text-shadow: 1px 2px 0px rgb(236 236 236);
}

.navbar h1 a:hover {
	text-decoration: none;
	color: #0056a5;
}

.navbar h1 {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 0px;
	padding: 0;
}

.navbar {
	padding: 0 1rem;
}

.navbar-toggler {
    padding: .2rem .5rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.5);
}


.navbar-dark .navbar-nav .nav-link {
	font-family: 'Open Sans', sans-serif;
    color: #003565;
	font-weight: 500;
	margin-left: 2px;
}

.nav-active {
    background-color: #0056a5;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff !important;
	cursor: default !important;
	pointer-events: none;
}

.nav-active:hover {
    background-color: #f5f5f5;
    color: #0056a5 !important;
}

.navbar-nav .nav-link:hover {
	background-color: #0056a5;
    border-radius: 5px;
	text-decoration: none;
}

.navbar-nav .nav-link:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    color: #0056a5 !important;
}

.nav-item .active {
    background-color: #f5f5f5;
    color: #0056a5 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #003565;
}

.list-group-item-action:focus, 
.list-group-item-action:hover {
    background-color: #e7f2fd;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #f8f9fa;
}

/* Page Classes */

.add-risk {
    background-color: #e5e5e5;
    width: 96%;
    margin-left: 16px;
	padding: 15px 10px 10px;
}

.add-risk p {
	font-size: 11px;
}

.add-risk .btn {
    font-size: 12px;
}

.add-risk  .fa-plus-circle {
	color: #84be12;
	font-size: 15px;
}

.label-area {
	color: #191919;
	background-color: #d8ecff;
	padding: 10px;
	margin-left: 0;
    margin-right: 0;
}

.label-area label {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.label__area {
	color: #191919;
	background-color: #d8ecff;
	padding: 10px;
	margin-left: 0;
    margin-right: 0;
}

.label__area label {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.link-mobile {
	display: none;
}

.link-mobile:hover {
	opacity: 0.8;
}

.mfm-logo {
	width: 90px;
}

.main-wrapper {
    position: relative;
    min-height: auto;
    height: auto !important;
}
.forms {
	background-color: #fff;
}

.content-section {
    padding-left: 30px;
}

.content__section {
    padding-left: 30px;
}

.content-section .list-group-item {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}

.card .list-group-item {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

.card .card-header {
	padding: 0.35rem 1.25rem;
	text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.card .drivers {
	line-height: 24px;
}

.drivers.accordion:after {
	bottom: 5px;
	margin-left: 5px;
	position: absolute;
	right: 15px;
}

.content-body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 3px;
}
.field_required {
	color: red;
}
.content-body label span {
	font-weight: bold;
}

.content-body h2 {
	font-family: 'Open Sans', sans-serif;
	color: #003565;
    font-size: 18px;
    font-weight: 700;
}

.content-body h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    background-color: #0056a5;
    padding: 8px 10px;
    border-radius: 3px;
}

.content-body h6 {
	font-size: 14px;
	font-weight: bold;
}

.content__body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 3px;
}

.content__body label span {
	font-weight: bold;
}

.content__body h2 {
	font-family: 'Open Sans', sans-serif;
	color: #003565;
    font-size: 18px;
    font-weight: 700;
}

.content__body h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    background-color: #0056a5;
    padding: 8px 10px;
    border-radius: 3px;
}

.content__body h6 {
	font-size: 14px;
	font-weight: bold;
}

.policy-info {
	display: inline-block !important;
	margin-bottom: 5px;
}

.policy__info_labels {
	display: block;
	margin-bottom: 5px;
}


.policy-title {
	font-weight: bold;
}

.policy-value {
	font-weight: normal !important;
}

.label_title {
	font-weight: bold;
}

.label_value {
	font-weight: normal !important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    padding: 10px 0;
    border-top: 1px solid #e1e8ed;
    font-size: 13px;
}

p {
	margin-bottom: 0;
}

.insured-information {
	margin-bottom: 20px;
}

.insured-information label {
	margin-bottom: 0.2rem;
}

.mini-card-inner {
	background-color: #ffffff;
}

/*Sidebar Menu*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.list-group-item {
		padding: 0.3rem !important;
	}
	.hader-text {
		font-size:18px;
	}
}

.sidebar-img img{
	width: 280px;
}

.sidebar-menu {
    background-color: #3181cd;
    padding: 15px;
}

.sidebar-top {
    background-color: #3181cd;
    padding: 10px 15px;
}

.list-group-item {
    padding: 0.3rem 1rem;
}

.list-group-item a.btn.btn-primary {
    float: left;	
}

.list-group-item button.btn {
    float: left;
}
  
.list-group-item-action {
    font-weight: 500;
	margin-bottom: 1px;
}

.quick-links-title {
	color: #fff !important;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    text-align: center;
    line-height: normal;
}

.quick-links-title2 {
	color: #fff !important;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center;
    line-height: normal;
}

.icon-24 {
	width: 24px;
}

/*AJAX LOADER STYLES*/
.loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 222, 228, 0.5);
    z-index: 9999;
}

.loader-container {
    position: relative;
    left: 0;
    right: 0;
    top: 42%;
    margin: 0 auto;
    display: table;
}

.loader img {
    height: 125px;
    width: 125px;
}

/*Form Controls*/
.status-active {
	background-color: #51fd9a;
    padding: 0 3px;
    border-radius: 3px;
	display: inline-block !important;
}

.status-pending-cancel {
	background-color: #ffff66;
	padding: 0 3px;
	border-radius: 3px;
}
.status-canceled {
	background-color: #ff0000;
	padding: 0 3px;
	border-radius: 3px;
}
.status-expired {
	background-color: #a9a9a9;
	padding: 0 3px;
	border-radius: 3px;
}
.status-renewal {
	background-color: #00d0ff;
	padding: 0 3px;
	border-radius: 3px;
	display: inline-block !important;
}

.disabled {
	cursor: default !important;
	pointer-events: none;
}

.form-control:disabled, 
.form-control[readonly] {
	opacity: 1;
	color: #7d7d7d !important;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0 !important;
}

.form-control {
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
    color: #444444;
    border: 1px solid #787878;
}

.forms label {
    position: relative;
    color: #444444;
    border: 0;
    display: block;
	margin-bottom: 5px;
}

.my-billing label {
	margin-bottom: 0;
}

.forms select {
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    color: #444444;
    border: 1px solid #787878 !important;
}
.forms select,
.forms input[type="text"], 
.forms input[type="email"], 
.forms input[type="tel"], 
.forms textarea {
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
    color: #444444;
    border: 1px solid #787878;
}

.form-check label input {
  display: none;
}

.search-link {
	right: 0;
    position: absolute;
}

.custom-select {
    height: calc(2rem - 2px) !important;
    padding: 5px 23px 5px 10px !important;
}


/*Datepicker CSS*/

.datepicker-wrap {
    position: relative;
}

input.datepicker {
    border: 1px solid #D1D7DA;
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 10px;
    background: #ffffff;
    margin-bottom: 20px;
}

.datepicker-inline {
    display: none !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    margin-top: -10px;
}

.datepicker-days {
    font-size: 13px;
    padding: 10px !important;
}

.ui-datepicker-trigger {
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 36px;
    right: 3px;
}

/**** Datepicker Focus - Class ****/
.datepicker:focus {
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/**** Datepicker Disabled  - Classes ****/
.datetimepicker.disabled {
    pointer-events: none;
    cursor: default;
}

.disabled input.form-control {
    background-color: #f7f7f7;
    border: 1px solid #d0d0d0 !important;
}

.disabled .input-group-prepend {
    background-color: #f7f7f7;
}

.disabled .input-group-text {
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0 !important;
}

.disabled .input-group-text .fa {
    color: #adaaaa;
}

/**** jQuery Datepicker - Classes ****/

.datepicker-wrap {
  position: relative;
}

.ui-datepicker-calendar tr:nth-child(even) {
    background: transparent;
}

.ui-widget {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
.ui-widget-header {
	border: 0;
	background: transparent;
	color: #333333;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
	background: transparent;
	font-weight: normal;
	color: #454545;
}
.ui-state-hover, .ui-state-hover:hover {
	border: 0;
	background: #eeeeee;
	font-weight: normal;
	color: #454545;
	border-radius: 4px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em .10em;
	text-align: center;
	text-decoration: none;
}	
.ui-datepicker-trigger {
	cursor: pointer;
}

.ui-datepicker-current-day,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: #1b91d6;
	background-image: -moz-linear-gradient(top, #41bff7, #1b91d6);
	background-image: -ms-linear-gradient(top, #41bff7, #1b91d6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#41bff7), to(#1b91d6));
	background-image: -webkit-linear-gradient(top, #41bff7, #1b91d6 );
	background-image: -o-linear-gradient(top, #41bff7, #1b91d6);
	background-image: linear-gradient(top, #41bff7, #1b91d6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41bff7', endColorstr='#1b91d6', GradientType=0);
	border-color: #41bff7 #41bff7 #1b91d6;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	margin-top: 5px;
}

/**** Accordion Component ****/

.myaccordion {
	position: relative;
	/* max-width: 500px; */
	/* margin: 50px auto; */
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card {
	margin: 20px auto;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
	border: none;
}

.myaccordion .card-header {
	padding: 5px 0;
	border-bottom-color: #EDEFF0;
	background: #f8f9fa!important;
}

/* Card Header2 Start */
.myaccordion .card-header2 {
    border-bottom-color: #0056a5;
    background: #0056a5!important;
}

.card-header2 .card-link {
	color: #ffffff;
}

.card-header2  h6 {
    margin-bottom: 0;
}
/* Card Header2 End */

.myaccordion .fa-stack {
	font-size: 18px;
}

.myaccordion .btn {
    font-weight: normal;
    font-size: 13px;
    padding: 3px 10px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
	text-decoration: none;
}

.myaccordion li + li {
	margin-top: 10px;
}

.card-header h2 .btn {
	color: #343a40!important;
}

.card-header h6 {
	margin-bottom: 0;
}
.myaccordion .card-link {
	display: block;
	/* color: #212529; */
    padding: 1rem 1.25rem;	
}

.add-btn {
    width: auto !important;
    padding: 5px 15px !important;
    position: absolute;
    right: 50px;
    top: 15px;
}

.myaccordion .table td {
    padding: 8px;
    font-size: 11px;
    font-weight: normal;
}

.myaccordion .table th {
    padding: 8px;
    font-weight: normal;
    font-size: 11px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.table .thead-dark th {
    color: #fff;
    background-color: #0056a5;
    border-color: #0056a5;
}

.table-active, 
.table-active>td, 
.table-active>th {
	font-weight: 600;
    color: #fff;
    background-color: #0056a5;
    border-color: #0056a5;
}

.table-active2, 
.table-active2>td, 
.table-active2>th {
	font-weight: 600;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.counter {
    background-color: #fff000;
    padding: 1px 4px;
    font-size: 11px;
    color: #2b2206;
    border-radius: 3px;
    position: absolute;
    margin-left: 5px;
}


.PasswordRequirementVerbiage {
	display: block;
	/*width: 110%;*/
	margin-bottom: 20px;
}
/**** Media Queries ****/
@media (max-width: 1199px) {
	.page-content .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;	
	}	
}
@media screen and (max-width:960px) {
	.container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;	
	}
	
}

@media only screen and (min-width : 912px) and (max-width : 1368px) {

	.ml-lg-auto {
		margin-left: auto!important;
	}
}

	@media only screen and (min-width : 600px) and (max-width : 800px) {
		.policies_page .col-lg-4,
		.billing_page .col-lg-4,
		.header-wrapper .col-lg-4 {
			-ms-flex: 0 0 33.333333% !important;
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		.header-wrapper .hader-text {
			font-size: 18px;
		}

		.navbar {
			position: relative;
		}

		.nav-login {
			position: absolute;
			right: 15px;
		}

		.topbar {
			padding: 10px 15px;
		}

		.content-body {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media only screen and (min-width : 844px) and (max-width : 390px) {

		.header-wrapper .hader-text {
			font-size: 18px;
		}
	}

	@media only screen and (min-width : 390px) and (max-width : 844px) {

		.policies_page .col-lg-4,
		.billing_page .col-lg-4,
		.header-wrapper .col-lg-4 {
			-ms-flex: 0 0 33.333333% !important;
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		/*.topbar .float-left,
		.topbar .float-right {
			float: none !important;
			text-align: center !important;
		}*/
		.navbar {
			position: relative;
		}

		.nav-login {
			position: absolute;
			right: 15px;
		}

		.topbar {
			padding: 10px 15px;
		}

		.content-body {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
		.PasswordRequirementVerbiage {
			width: 100% !important;
		}
	}

	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
		.content-body,
		.content__body {
			padding-top: 50px;
		}

		.header-wrapper .col-lg-4 {
			-ms-flex: 0 0 33.333333% !important;
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		.navbar .col-lg-9 {
			-ms-flex: 0 0 65%;
			flex: 0 0 65%;
			max-width: 65%;
		}

		.PasswordRequirementVerbiage {
			width: 100% !important;
		}

		.list-group-item {
			padding: 0.3rem !important;
		}
	}

	@media (max-width: 767px) {
		.content-body,
		.content__body {
			padding-top: 100px;
		}

		.navbar-nav {
			padding: 0 1rem;
		}

		.fixed-top .col-lg-12 {
			padding-left: 0;
		}

		.topbar {
			text-align: center;
			padding-left: 20px;
		}

		.navbar h1 {
			margin-right: auto;
		}

		.navbar {
			padding: 0.2rem 1rem;
		}

		.navbar-nav .nav-link {
			padding-right: 0;
			padding-left: 10px;
		}

		.page-content .container {
			padding-left: 0;
			padding-right: 0;
		}

		.mini-card .col-md-6:first-child {
			width: 80%;
		}

		.mini-card .col-md-6:nth-child(2) {
			width: 20%;
		}

		.navbar-toggler {
			background-color: #0056a5;
		}

		.sticky-wrapper .scp-breadcrumb {
			top: 98px !important;
		}

		.link-desktop {
			display: none;
		}

		.link-mobile {
			display: inline-block;
		}

		.icon-style {
			width: 24px;
		}

		.navbar .col-lg-9 {
			-ms-flex: 0 0 60%;
			flex: 0 0 60%;
			max-width: 60%;
		}

		.sidebar-menu {
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 10px;
			margin-top: 20px;
		}

		.content-section {
			padding-left: 30px;
			padding-right: 30px;
		}

		.forgot-password-block #UserId,
		.forgot-password-block #Email {
			margin-left: 15px;
		}
	}

	@media only screen and (min-width: 768px) {

		.navbar .col-lg-9 {
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%;
		}

		.sidebar-menu {
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 10px;
		}

		.content-section {
			padding-left: 30px;
			padding-right: 30px;
		}

		/*		.forgot-password-block #UserId,
		.forgot-password-block #Email {
			margin-left: 15px;
		}*/
		.list-group-item {
			padding: 0.3rem !important;
		}

		.sidebar-menu {
			margin-bottom: 15px;
			margin-left: 0;
			margin-right: 0;
		}
	}

	@media screen and (max-width:500px) {

		.content-body, .content__body {
			padding-top: 70px;
			padding-left: 0;
		}

		.topbar p {
			color: #fff;
			font-size: 12px;
			width: 100%;
			text-align: center !important;
		}

		.navbar h1 {
			font-size: 14px;
		}

		.mini-card .col-md-6:first-child {
			width: 70%;
		}

		.mini-card .col-md-6:nth-child(2) {
			width: 30%;
		}

		.breadcrumb {
			padding: .5rem;
			margin-bottom: 10px;
			background-color: #ffffff;
			position: relative;
			width: 100%;
		}

		.sticky-wrapper .scp-breadcrumb {
			top: 115px !important;
		}

		.icon-style {
			width: 20px;
			;
		}

		.sticky-wrapper {
			padding-top: 10px;
		}

		.sidebar-menu {
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 10px;
			margin-top: 20px;
		}

		.content-section {
			padding-left: 30px;
			padding-right: 30px;
		}

		.registration-title {
			width: auto !important;
		}

		.navbar .col-lg-9 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
	}

	@media all and (device-width: 540px) and (device-height: 720px) and (orientation:portrait) {
		.header-wrapper .col-lg-4 p {
			text-align: center !important;
			float: none !important;
		}

		.content-body, .content__body {
			padding-top: 70px;
		}
	}

	@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
		.header-wrapper .col-lg-4 {
			-ms-flex: 0 0 33.333333% !important;
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		.sidebar-menu {
			margin-top: 0 !important;
		}

		.content-body, .content__body {
			padding-top: 50px;
		}
	}

	@media all and (device-width: 912px) and (device-height: 1368px) and (orientation:portrait) {
		.header-wrapper .col-lg-4 {
			-ms-flex: 0 0 33.333333% !important;
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		.sidebar-menu {
			margin-top: 0 !important;
		}

		.content-body, .content__body {
			padding-top: 50px;
		}
	}

	.my_account_block .form-check-input {
		margin-left: 5px !important;
	}


	.my_account_block td:last-child {
		width: 90px;
	}

	.my_account_block td:nth-child(4) {
		width: 100px;
	}

	.disabled-checkbox {
		opacity: 0.6 !important;
		cursor: not-allowed !important;
		pointer-events: none !important;
		outline: 0;
		background-color: #ccc;
		border-color: #999;
	}
	.disabled-checkbox:checked {
		background-color: #ccc;
		border-color: #999;
	}
	input[type=checkbox] {
		cursor: pointer;
	}
	
	.policy_information_details .form-check {
		display: inline-block;
	}

	.disabled-delete {
		opacity: 0.6 !important;
		cursor: not-allowed !important;
		/*pointer-events: none;*/
		outline: 0;
	}

	.d-btn {
		background: transparent;
		border: 0;
		/*opacity: 0.6;
	filter: grayscale(100%);
	-webkit-filter:grayscale(100%);*/
	}

	.password-input small,
	.change_Password_block small,
	.email-input small,
	.change_mail_block small {
		color: #e74c3c;
		font-size: 12px;
		position: absolute;
		bottom: -12px;
		right: 0;
		visibility: hidden;
	}

	.password-input.error small,
	.error small,
	.email-input.error small,
	.error small {
		visibility: visible;
		font-size: 12px;
	}

	.select-box,
	.input-text,
	.password-input,
	.email-input {
		position: relative;
		margin-bottom: 20px;
	}

	.input small,
	.policy_registation small {
		color: #e74c3c;
		font-size: 12px;
		position: absolute;
		bottom: -12px;
		right: 0;
		visibility: hidden;
	}

	.input.error small,
	.error small {
		visibility: visible;
		font-size: 12px;
	}

	.input {
		position: relative;
		margin-bottom: 20px;
	}

	.test {
		position: absolute;
		bottom: -45px !important;
		font-size: 11px !important;
		color: #e74c3c;
	}

	.registration_main_block #RegisterCancel {
		position: absolute;
		left: 130px;
		top: -33px;
	}

	.registration_main_block .form-check-input {
		margin-top: 2px;
	}

	.registration-title {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		width: 80%;
	}

	.hader-text2 {
		font-family: 'Open Sans', sans-serif;
		color: #003565;
		font-size: 18px;
		font-weight: 700;
	}

	.accordion {
		min-height: 30px;
	}

	.selectPanelButton {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff;
	}

	/*.currency-widget{
	width: 70% !important;
}*/

	.currency-widget input[type="text"] {
		border-radius: 4px;
		height: 32px;
		font-size: 14px;
		padding: 5px 6px;
		margin-bottom: 0;
		width: 70px;
		color: #444444;
		border: 1px solid #787878;
	}

	.currency-widget .input-group-text {
		font-weight: bold;
		background-color: transparent;
		border: 0;
		padding: 0.375rem 0.4rem;		
	}
	.currency-width{
		width:107%;
	}
	/*
.total-payment-amount{
	position: relative;
	right: 88px;
}
.total-payment-amount .label_title {
	margin-right: 10px;
}

.total-payment-amount .label_value {
	font-weight: bold !important;
}
*/
	#totalPaymentAmountTd {
		text-align: center;
	}

	#totalPaymentAmountLabelTd {
		text-align: right;
	}

	#totalPaymentAmount {
		font-weight: bold !important;
	}

	#PaymentOptionsTable th:last-child {
		width: 140px;
	}

	#currencyFormatTtlpayment {
		font-weight: bold !important;
	}

	.label-field {
		position: relative;
	}

	.icon-position {
		position: absolute;
		bottom: -3px;
		width: 18px;
		right: -23px
	}

	.page-content .container {
		padding-left: 0;
		padding-right: 0;
	}

	.policies_page .label_title {
		padding-right: 10px;
	}

/*.signout-link a{
	padding: 0;
	text-decoration: none;	
}

.signout-link a:hover {
	text-decoration: underline;
	background: none;
}*/
.delete-icon {
	padding: 0;
}

.email-icon {
	padding: 0;
	float: right;
}

/*Make Payment Styles */
.makepayment-block .form-check {
	margin-top: .8rem !important;
}

.makepayment-block .form-check-input {
	position: absolute;
	bottom: 4px;
}

.makepayment-block .form-check-label {
	margin-left: -3px;
}

.makepayment-block #submission {
	margin-top: 15px !important;
}

.my_claims_block .PlaceHolderText {
	padding-left: 0 !important;
	margin-top: -9px !important;
}

.col-lg-9.content-section.my_claims_block .table-bordered {
	border: 1px solid #dee2e6 !important;
	margin-top: 15px !important;
}

#genericModalContent {
	position: relative;
	padding-left: 40px !important;
}

.warning-icn {
	position: absolute;
	left: 15px;
}

.ChangePasswordform label#SuccessMessage {
	color: green;
}

.ForgotPassword .modal-body.p-4 {
	margin-left: -21px;
	color: green;
}

.ForgotPassword label#SuccessMessage {
	color: green;
	margin-bottom: -0.5rem;
}

.tooltip2 {
	display: inline-block;
	position: relative;
	text-align: left;
}

	.tooltip2 .top {
		min-width: 240px;
		top: -15px;
		left: 50%;
		transform: translate(-50%, -100%);
		padding: 10px 20px;
		color: #FFFFFF;
		background-color: #5082be;
		font-weight: normal;
		font-size: 13px;
		border-radius: 8px;
		position: absolute;
		z-index: 99999999;
		box-sizing: border-box;
		display: none;
	}

	.tooltip2:hover .top {
		display: block;
	}

	.tooltip2 .top i {
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -12px;
		width: 24px;
		height: 12px;
		overflow: hidden;
	}

		.tooltip2 .top i::after {
			content: '';
			position: absolute;
			width: 12px;
			height: 12px;
			left: 50%;
			transform: translate(-50%,-50%) rotate(45deg);
			background-color: #5082be;
		}


.tooltip-icon {
	display: inline-block;
	position: relative;
	text-align: left;
}

	.tooltip-icon .top {
		min-width: 200px;
		top: -12px;
		left: 50%;
		transform: translate(-50%, -100%);
		padding: 10px 20px;
		color: #FFFFFF;
		background-color: #5082be;
		border: 1px solid #5082be;
		font-weight: normal;
		font-size: 13px;
		border-radius: 8px;
		position: absolute;
		z-index: 99999999;
		box-sizing: border-box;
		visibility: hidden;
		opacity: 0;
		transition: opacity 1.5s;
	}

	.tooltip-icon:hover .top {
		visibility: visible;
		opacity: 1;
	}

		.tooltip-icon:hover .top p {
			text-align: center;
		}

	.tooltip-icon .top i {
		position: absolute;
		top: 100%;
		left: 48%;
		margin-left: -12px;
		width: 24px;
		height: 12px;
		overflow: hidden;
	}

		.tooltip-icon .top i::after {
			content: '';
			position: absolute;
			width: 12px;
			height: 12px;
			left: 50%;
			transform: translate(-50%,-50%) rotate(45deg);
			background-color: #5082be;
		}
span#UsernameRequirementVerbiage, #ForgotUsernameRequirementVerbiage {
	margin-bottom: 15px;
	font-weight: normal !important;
	display: block;
}
#ForgotPasswordVerbiage {
	margin-bottom: 15px;
	display: block;
}
.bannerVerbiage {
	color: red !important;
	display: block;
}
#PaymentDetailsWeb span {
	display: block;
	white-space: pre-wrap;
	line-height: 1.5;
	margin-bottom: 1em;
	font-size: 1rem;
}
#ProcessingFeeVerbiage {
	color: red !important;
}

#ExternalSiteVerbiage {
	color: blue !important;
}
.renewal-amount {
	padding: 5px 5px;
	color: black;
}
#paymentSummaryModal .modal-title,
#paymentSummaryModal .modal-body {
	color: blue;
}

#paymentSummaryModal .modal-footer .btn {
	background-color: darkblue;
	color: white;
	border: none;
}

#paymentSummaryModal .modal-footer .btn:hover {
	background-color: navy;
}
#renewal_cb {
	margin-left: -14px !important;
}