﻿
.navbar 
{
	height: 62px !important;
	}

.logo {
    z-index: 1010;
    position: absolute;
    left: 50%;
    margin-left: -58px;
    top: .80rem;
}

.navbar-light .nav-link 
{
	color: #000 !important;
	}

.navbar .nav-item {
     padding-left: 10px;
     padding-right: 10px;
     font-size: 14px;
}

.navbar-nav  {
     background-color: #fff !important;
}
	


@media (max-width: 600px) {
	.logo-white {
		height: auto !important;
		transition: ease .5s;
	}
	
	.navbar-collapse 
	{
		margin-top: 15px;
	}
		
	.navbar .nav-item {
		 margin: 0 .25rem; 
		 padding-left: 20px;
		 padding-right: 0px;
	}
	
	.navbar-nav  {
		 background-color: #fff !important;
		 border-bottom: 2px solid #ddd;
	}
}

.bg-maybank.overwrite {
    padding: 20px 15px;
}

.f-social {
    padding: 20px 15px;
}

.curve {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    z-index: 1000;
    left: 50%;
    margin-left: -50px;
    top: -25px;
    box-shadow: 0 7px 2.5px -5px rgba(25, 25, 25, 0.2);
}
	
.box-wrapper {
    box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
    width: 100%;
    border-radius: 7px;
}

/*LOG IN STYLES*/


/*Contact Us Page*/
.customer-support-link {
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 12px;
}

    .customer-support-link span {
        font-size: 24px;
    }

.customer-support-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(0,0,0,.1);
}

.align-circle-icon {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding-right: 0 !important
}

.rounded-circle-icon {
    background-color: #ffbf00;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.align-circle-icon-sm {
    display: flex;
    align-items: center !important;
    justify-content: left !important;
    padding-right: 0 !important;
    margin-right: -20px;
}

.rounded-circle-icon-sm {
    background-color: #ffbf00;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.rounded-circle-icon-sm span {
    font-size: 11px
}

.log-in-main 
{
	margin-top: 62px;
	padding-top: 5%;
	/*height: 72vh;*/
	/*background-image: url('../img/test.png');
	background-repeat: no-repeat;
	background-size: cover;*/
	}
	
.log-in-content 
{
	width: 80%;
	}
	
@media (max-width: 600px) 
{
	.log-in-main 
	{
		height: auto;
		}
		
	.log-in-content 
	{
		width: 100%;
		}
}
	
.log-in-wrapper 
{
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 7px;
	}
	
.log-in-header 
{
	background-color: #ffbf00;
	font-size: 20px !important;
	font-family: "DroidSans-Bold";
	border: solid 1px #ffbf00;
	border-radius: 7px;
	}
	
.log-in-body 
{
	padding: 30px 10px 30px 10px;
	}
	
	
.log-in-quick-links 
{
	padding: 10px;
	box-shadow: 0 0 7px 0 rgba(25, 25, 25, 0.2);
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	border-radius: 7px;
	background-color: #fff;
	color: #000 !important;
	transition: transform .2s;
	}
	
.log-in-quick-links img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.log-in-quick-links:hover 
{
	background-color: #ffbf00;
	text-decoration: none;
	color: #fff !important;
	transform: scale(1.1);
	}

.social-media ul {
    list-style: none;
    padding-left: 0px;
}

/*ACCOUNT DETAILS WRAPPER*/

.account-wrapper
{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	}
	
.account-wrapper .account-header 
{
	background-color: #ffbf00;
	padding: 10px;
	color: #000;
	font-size: 16px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
	
.account-wrapper .account-content 
{
	padding: 20px;
	}
	
.account-wrapper .account-content .user 
{
	font-size: 16px;
	font-family: 'DroidSans-Bold';
	color: #000;
	}
	
.account-wrapper .account-content .user-access 
{
	font-size: 12px;
	font-family: 'DroidSans-Regular', Sans-Serif;
	color: #939598;
	}

.account-wrapper .account-content hr 
{
	margin-top: 10px;
	margin-bottom : 10px;
	border-top: 1px solid #ffbf00;
	}

.account-wrapper .account-content a:hover 
{
	color: #ffbf00;
	text-decoration: none;
	}
	
/*PAGE WRAPPER*/
.page-wrapper 
{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	background-color: #fff;
	}
	
.page-wrapper .page-header 
{
	background-color: #423c3c;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
	
.page-breadcrumb
{
	padding: 7px 20px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-family: "DroidSans-Regular", Sans-Serif;
    background-color: #ccc !important;
    color :#000;
	}
	
.page-breadcrumb .container a 
{
	color: #000;
	font-size: 14px;
	}
	
.page-breadcrumb .container a:hover 
{
	color: #fff;
	text-decoration: none;
	}

@media (max-width: 600px) 
{
	.page-breadcrumb
	{
		padding: 7px 0;
		}
}

.page-wrapper .page-container 
{
	padding: 20px;
	background-color: #fff;
	min-height: 80vh;
	}
	

.page-wrapper .page-container .accordion-dropdown-img 
{
	position: absolute;
	right: -10px;
	transform: rotate(-90deg);
	transition: transform .3s;
	}
	
.rotate 
{
	transform: rotate(0deg) !important;
	transition: transform .3s;
	}

.page-wrapper .page-container  a
{
	position: relative;	
	display: block;
	}
	
.page-wrapper .page-container .card-header 
{
	background-color: #fff !important;
	
	}

.page-wrapper .page-container .card 
{
	margin-bottom: 10px;
	}
	
.page-wrapper .page-container .card-body
{
	padding: 10px;
	font-size: 14px;
	}

.page-wrapper .page-container .card-link 
{
	font-family: "DroidSans-Bold";
	color: #000 !important;
	font-size: 14px;
	}

/*NAVIGATION TABS*/

.navigation-all-tabs 
{
	overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
    border-bottom: 3px solid #dee2e6;
    padding-bottom: 5px;
    padding-top: 5px;
	}
	

.navigation-all-tabs .nav-tabs 
{
	border-bottom: 0 !important;
} 


.navigation-all-tabs .nav-tabs .nav-item .active {
	border: 0;
	background-color: #ffbf00;
    border-radius:7px;
    border-bottom: 1px solid #ffbf00;
    font-family: "DroidSans-Bold";
}

.navigation-all-tabs .nav-tabs .nav-item .nav-link {
	color: #000;
	font-size: 12px;
	padding: 8px 13px;
	transition: transform .2s;
	white-space: nowrap;
}

.navigation-all-tabs .nav-tabs .nav-item {
	width: auto;
    text-align: center;
}

.navigation-all-tabs .nav-tabs .nav-item .nav-link:hover {
	transform: scale(1.07);
	background-color: #dee2e6;
	border-radius: 7px;
}

.navigation-all-tabs .nav-tabs .nav-item .active:hover {
	transform: scale(1.0);
	background-color: #ffbf00;
    border-radius:7px;
}

.navigation-all-tabs .right-arrow
{
	display: none;
	}


.navigation-all-tabs .nav {
		flex-wrap: nowrap;
	}
	
@media (max-width: 1200px) 
{
	.navigation-all-tabs .nav-tabs .nav-item .nav-link {
		padding: 8px 8px;
		/*width: 110px;*/
		width:auto;
		height: 100%;
	}
	
	.navigation-all-tabs .right-arrow
	{
		display: block;
		position: absolute;
		right: -15px;
		top: 20px;
		font-size: 20px;
		}
}

/*REIMBURSEMENT CONTAINER*/
.reimbursement-wrapper 
{
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	background-color: #fff;
	font-size: 14px;
	user-select: none;
	}
	
.reimbursement-content 
{
	padding: 10px;
	}

.reimbursement-status 
{
	padding: 5px 10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	}

.reimbursement-wrapper .claimed
{
	background-color: #ffbf00;
	border: 1px solid #ffbf00;
	}
	
.reimbursement-wrapper .pending 
{
	background-color: #ccc;
	border: 1px solid #ccc;
	}


	
/*DATATABLES IMAGES*/
table.dataTable thead .sorting {
    background: url("../datatables-image/sort_both.png") no-repeat center right;
    }
    table.dataTable thead .sorting_asc {
    background: url("../datatables-image/sort_asc.png") no-repeat center right;
    }
    table.dataTable thead .sorting_desc {
    background: url("../datatables-image/sort_desc.png") no-repeat center right;
    }
    table.dataTable thead .sorting_asc_disabled {
    background: url("../datatables-image/sort_asc_disabled.png") no-repeat center right;
    }
    table.dataTable thead .sorting_desc_disabled {
    background: url("../datatables-image/sort_desc_disabled.png") no-repeat center right;
}


/*YELLOW LINE*/
.seperator 
{
	height: 2px;
	background-color: #ffbf00;
	width: 100%;
	margin: 10px auto;
	}
	
/*ERROR PAGE STYLE*/
.error-section 
{
	background-color: #efefef;
	height: 100vh;
	}
	
.error-content 
{
	margin-top:62px;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	width: 100%;
	border-radius: 7px;
	background-color: #fff;
	padding: 20px;
	user-select: none;
	}

.error-content img 
{
	display: block;
	margin:auto; 
	height: 100px; 
	width:auto
	}

/*SELECT2*/
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #ffb600;
	color: #fff;
}

select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 40px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 2;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 8px 0 0 6px;
    font-size: 16px;
}

.select2 {
	width:100%!important;
	height: 40px !important;
}

	
/*PRELOAD*/
 .se-preload
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/LoadingIconGIFv1.2.gif) center no-repeat #fff; 
    background-size: 200px 200px;
    }
    
@media (max-width: 768px) 
{
	 .se-preload 
	 {
	 	background-size: 150px 150px;
	}
}

/*BUTTONS*/
.btn-etiqa-gray 
{
	background-color: #939598 !important; 
	color: #333333 !important;
	}
	
/*MODAL POPUP*/
#MODALPOPUP .modal-content
{
	border-radius: 0;
}

#MODALPOPUP h3
{
	margin-bottom: 10px !important;
}

#MODALPOPUP p
{
	margin-bottom: 15px !important;
}
	
#MODALPOPUP img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
}

#MODALPOPUP_USER_SUBMIT .modal-content
{
	border-radius: 0;
}

#MODALPOPUP_USER_SUBMIT h3
{
	margin-bottom: 10px !important;
}

#MODALPOPUP_USER_SUBMIT p
{
	margin-bottom: 15px !important;
}

#MODALPOPUP_USER_SUBMIT img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
}

/*MODAL POPUP*/
#MODALPOPUP_MAIN .modal-content
{
	border-radius: 0;
	}

#MODALPOPUP_MAIN h3
{
	margin-bottom: 10px !important;
	}

#MODALPOPUP_MAIN p
{
	margin-bottom: 15px !important;
	}
	
#MODALPOPUP_MAIN img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
	}

#MODALPOPUP_MAIN2 .modal-content
{
	border-radius: 0;
	}

#MODALPOPUP_MAIN2 h3
{
	margin-bottom: 10px !important;
	}

#MODALPOPUP_MAIN2 p
{
	margin-bottom: 15px !important;
	}
	
#MODALPOPUP_MAIN2 img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
	}
	
/*PANEL BODY*/
#MODAL_VIEW_DEPENDENT .panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(25, 25, 25, 0.25);
    border: solid 1px rgba(221, 221, 221, 0.1);
}

#MODAL_VIEW_DEPENDENT .panel-heading {
    background-color: #423c3c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    font-family: "DroidSans-Bold";
}

#MODAL_VIEW_DEPENDENT .panel-body {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff !important;
    font-family: "DroidSans-Regular", Sans-Serif;
    font-size: 14px;
}

#MODAL_VIEW_LOG .panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(25, 25, 25, 0.25);
    border: solid 1px rgba(221, 221, 221, 0.1);
}

#MODAL_VIEW_LOG .panel-heading {
    background-color: #423c3c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    font-family: "DroidSans-Bold";
}

#MODAL_VIEW_LOG .panel-body {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff !important;
    font-family: "DroidSans-Regular", Sans-Serif;
    font-size: 14px;
}

/*PANEL BODY*/
#MODAL_VIEW_BREAKDOWN .panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(25, 25, 25, 0.25);
    border: solid 1px rgba(221, 221, 221, 0.1);
}

#MODAL_VIEW_BREAKDOWN .panel-heading {
    background-color: #423c3c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    font-family: "DroidSans-Bold";
}

#MODAL_VIEW_BREAKDOWN .panel-body {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff !important;
    font-family: "DroidSans-Regular", Sans-Serif;
    font-size: 14px;
}


#MODAL_VIEW_POLICY_INFORMATION .panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(25, 25, 25, 0.25);
    border: solid 1px rgba(221, 221, 221, 0.1);
}

#MODAL_VIEW_POLICY_INFORMATION .panel-heading {
    background-color: #423c3c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    font-family: "DroidSans-Bold";
}

#MODAL_VIEW_POLICY_INFORMATION .panel-body {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff !important;
    font-family: "DroidSans-Regular", Sans-Serif;
    font-size: 14px;
}

#MODAL_VIEW_EXCEL_LEGEND .panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(25, 25, 25, 0.25);
    border: solid 1px rgba(221, 221, 221, 0.1);
}

#MODAL_VIEW_EXCEL_LEGEND .panel-heading {
    background-color: #423c3c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    font-family: "DroidSans-Bold";
}

#MODAL_VIEW_EXCEL_LEGEND .panel-body {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff !important;
    font-family: "DroidSans-Regular", Sans-Serif;
    font-size: 14px;
}
/*FLOATING USER*/
.user-dropdown 
{
	top: 52px;
	width: 280px;
	left: auto;
	right: 0;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	border-radius: 7px !important;
	padding-top: 0 !important;
	padding-bottom: 3px !important;
	z-index: 1;
	}

.user-dropdown .user-details 
{
	background-color: #ffbf00;
	padding: 20px 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
	
.user-dropdown .user-actions 
{
	background-color: #fff;
	padding: 5px 0 5px 0;
	}
	
.user-dropdown .user-actions a 
{
	color: #000 !important;
	padding: 7px 5px 7px 20px;
	}
	
.user-dropdown .user-actions a:hover
{
	text-decoration: none !important;
	background-color: #939598 !important;
	color: #fff !important;
	}
	
.user-dropdown .user-details img
{
	border: 3px solid;
	border-color: rgba(255,255,255,0.2);
	height: 90px !important;
	width: 90px !important;
	}

.user-dropdown .user-details .user-access 
{
	font-size: 12px !important;
	color: #fff !important;
	letter-spacing: 2px;
	font-family: "DroidSans-Bold";
	}

#btn-userdropdown
{
	border-radius: 7px;
	}
	
@media (max-width: 600px)
{
	.user-dropdown 
	{
		width: 300px;
		}
		
	.user-dropdown .user-details img
	{
		height: 65px !important;
		width: 65px !important;
		}
	
	#btn-userdropdown
	{
		border-radius: 7px;
		width: 80px;
		}
	
	#btn-userdropdown .user-name
	{
		display: none;
		}
		
	#btn-userdropdown .user-logo
	{
		font-size: 22px;
		}
}
	
	
/*REGISTRATION*/
.registration-section 
{
	margin-top: 62px;
	margin-bottom: 62px;
	}
	
.registration-wrapper
{
	margin-top: 5%;
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	width: 100%;
	}

.registration-header 
{
	background-color: #423c3c;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	}

.registration-container 
{
	padding: 20px;
	background-color: #fff;
	}
	

/*REGISTRATION VERIFICATION BUTTON*/
.registration-container .verification-link 
{
	border-radius: 8px;
	border: 1px solid #ffbf00;
	padding: 10px 15px;
	color: #000 !important;
	}

.registration-container .verification-link:hover 
{
	text-decoration: none;
	background-color: #ffbf00;
	}

/*CRMHistoryLOGList dropdown*/
#CRMHistoryLOGList .dropdown button
{
	/*padding: 10px 10px;*/
	}
	
#CRMHistoryLOGList .dropdown-menu
{
	border: 1px solid #ccc;
	}

/*CRMHistoryLOGList dropdown*/
#CRMDependentRequest .dropdown button
{
	/*padding: 10px 10px;*/
	}
	
#CRMDependentRequest .dropdown-menu
{
	border: 1px solid #ccc;
	}
	
/*DATA PRIVACY CONSENT*/
#MODAL_DATA_PRIVACY_CONSENT .modal-body {
  height: 80vh;
  overflow: auto;
}

#MODAL_DATA_PRIVACY_CONSENT .data-privacy-content 
{  
	padding:10px 10px;
	}
	
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ffcf00;
    border-color: #ffcf00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffbf00;
    border-color: #ffcf00;
}


/*CONFIRMATION TEXTBOX*/
.confirmation-text-wrapper .confirmation-input
{
	width: 45px;
	height: 45px;
	text-align: center;
	background-color: #fff;
	font-family: "DroidSans-Bold";
	border-bottom: 4px solid #ffbf00;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 20px;
	}
	
.confirmation-text-wrapper .confirmation-input:focus 
{
	outline:none !important;
	}

#LNK_CF_ResendCode:hover 
{
	font-family: "DroidSans-Bold";
	text-decoration: none;
	color: #ffbf00 !important;
	}
	
/*FEEDBACK*/
.feedback-section 
{
	margin-top: 62px;
	min-height: 90vh;
	}
	
.feedback-wrapper
{
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	width: 100%;
	}

.feedback-header 
{
	background-color: #423c3c;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	}

.feedback-container 
{
	padding: 20px;
	background-color: #fff;
	}
	

/*FORGOT PASSWORD*/
.forgot-password-section 
{
	margin-top: 62px;
	min-height: 90vh;
	}
	
.forgot-password-wrapper
{
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	width: 100%;
	}

.forgot-password-header 
{
	background-color: #423c3c;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	}

.forgot-password-container 
{
	padding: 20px;
	background-color: #fff;
	}
	
.forgot-password-container .verification-link 
{
	border-radius: 8px;
	border: 1px solid #ffbf00;
	padding: 10px 15px;
	color: #000 !important;
	}

.forgot-password-container .verification-link:hover 
{
	text-decoration: none;
	background-color: #ffbf00;
	}
	
/*ACCOUNT ACTIVATION*/
.account-activation-section 
{
	margin-top: 62px;
	min-height: 90vh;
	}
	
.account-activation-wrapper
{
	box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
	width: 100%;
	}

.account-activation-header 
{
	background-color: #423c3c;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	}

.account-activation-container 
{
	padding: 20px;
	background-color: #fff;
	}
	
.notes
{
    font-size: 13px;
    font-style: italic;
    display: block;
    margin-top: 3px;
    line-height: 20px;
}

 /* The container */
 .radiobtn-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiobtn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ccc;
    transform: translateY(-12%);
    
}

/* When the radio button is checked, add a blue background */
.radiobtn-container input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobtn-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobtn-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #A8A8A8;
    border: 3px solid transparent;
}

/*MODAL POPUP*/
#MODALPOPUP2 .modal-content
{
	border-radius: 0;
	}

#MODALPOPUP2 h3
{
	margin-bottom: 10px !important;
	}

#MODALPOPUP2 p
{
	margin-bottom: 15px !important;
	}
	
#MODALPOPUP2 img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
	}
	
/*MODAL POPUP*/
#MODALCONFIRMATION .modal-content
{
	border-radius: 0;
	}

#MODALCONFIRMATION h3
{
	margin-bottom: 10px !important;
	}

#MODALCONFIRMATION p
{
	margin-bottom: 15px !important;
	}
	
#MODALCONFIRMATION img 
{
	display: block;
	height: 60px;
	width: 60px;
	margin: 20px auto;
	}

#MODALCONFIRMATION2 .modal-content {
    border-radius: 0;
}

#MODALCONFIRMATION2 h3 {
    margin-bottom: 10px !important;
}

#MODALCONFIRMATION2 p {
    margin-bottom: 15px !important;
}

#MODALCONFIRMATION2 img {
    display: block;
    height: 60px;
    width: 60px;
    margin: 20px auto;
}

 /************** TABLE RESPONSIVE Styles ***************/
/*

  Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.

  */
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
  

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width:1024px) {

/* Force table to not be like tables anymore */

    table, .gv_Beneficiary thead, .gv_Beneficiary tbody, .gv_Beneficiary th, .gv_Beneficiary td, .gv_Beneficiary tr {
	    display: block !important;
    }
    
    .table td {
        /*padding: .25rem !important;*/
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .gv_Beneficiary tr th {
	    position: absolute !important;
	    top: -9999px !important;
	    left: -9999px !important;
    }

    .gv_Beneficiary tr 
    {
	    margin: 0 0 1rem 0 !important;
	    padding: 10px;
		border-bottom: solid 2px #ffbf00;
    }

    .gv_Beneficiary tr:nth-child(odd) {
	   /* background: #ccc !important;*/
    }

    .gv_Beneficiary td {
    /* Behave like a "row" */
	    border: none;
	    border-bottom: 1px solid #eee !important;
	    position: relative !important;
	    padding:10px !important;
	    padding-left: 45% !important;
    }


    .gv_Beneficiary td:before {
	    /* Now like a table header */
	    position: absolute !important;
	    /* Top/left values mimic padding */
	    top: 0 !important;
	    left: 0 !important;
	    width: 45% !important;
	    padding-right: 10px !important;
	    white-space: nowrap !important;
	    margin-top: 5px !important;
    }

    /*
    Label the dataYou could also use a data-* attribute and content for this. That way "bloats" the HTML, 
    this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    .gv_Beneficiary td:nth-of-type(1):before {
        content: "Remove";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(2):before {
        content: "";
        display: flex;
        align-items: center;
        height: 100%; 
        display:none; }
    .gv_Beneficiary td:nth-of-type(3):before {
        content: "";
        display: flex;
        align-items: center;
        height: 100%;
        display:none;  }
    .gv_Beneficiary td:nth-of-type(4):before {
        content: "";
        display: flex;
        align-items: center;
        height: 100%;
        display:none;    }
    .gv_Beneficiary td:nth-of-type(5):before {
        content: "Status";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(6):before {
        content: "* Last Name";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(7):before {
        content: "* First Name";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(8):before {
        content: "Middle Name";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(9):before {
        content: "* Date of Birth";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(10):before {
        content: "* Relationship";
        display: flex;
        align-items: center;
        height: 100%;  }
    .gv_Beneficiary td:nth-of-type(11):before {
        content: "* Share";
        display: flex;
        align-items: center;
        height: 100%;  }
    
    .gv_Beneficiary td:nth-of-type(2) {display: none !important;}
    .gv_Beneficiary td:nth-of-type(3) {display: none !important;}
    .gv_Beneficiary td:nth-of-type(4) {display: none !important;}}

.table td {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}




@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width:1024px) {

/* Force table to not be like tables anymore */

    table, #CRMBeneficiary thead, #CRMBeneficiary tbody, #CRMBeneficiary th, #CRMBeneficiary td, #CRMBeneficiary tr {
	    display: block !important;
    }

    #CRMBeneficiary tr th {
	    position: absolute !important;
	    top: -9999px !important;
	    left: -9999px !important;
    }

    #CRMBeneficiary tr 
    {
	    margin: 0 0 1rem 0;
		padding: 10px;
		border-bottom: solid 2px #ffbf00;
    }

    #CRMBeneficiary tr:nth-child(odd) {
	    /*background: #ccc !important;*/
    }

    #CRMBeneficiary td {
    /* Behave like a "row" */
	    border: none;
	    border-bottom: 1px solid #eee !important;
	    position: relative !important;
	    padding-left: 45% !important;
	    text-align:right;
    }
    
    #CRMBeneficiary td span 
    {
    	text-align:right !important;
    	}


    #CRMBeneficiary td:before {
	    /* Now like a table header */
	    position: absolute !important;
	    /* Top/left values mimic padding */
	    top: 0 !important;
	    left: 0 !important;
	    width: 45% !important;
	    padding-right: 10px !important;
	    white-space: nowrap !important;
	    margin-top: 5px !important;
    }

    /*
    Label the dataYou could also use a data-* attribute and content for this. That way "bloats" the HTML, 
    this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    #CRMBeneficiary td:nth-of-type(1):before {
        content: "Action";
        display: flex;
        align-items: center;
        height: 100%; }
    #CRMBeneficiary td:nth-of-type(2):before {
        content: "Full Name";
        display: flex;
        align-items: center;
        height: 100%; }
    #CRMBeneficiary td:nth-of-type(3):before {
        content: "Date of Birth";
        display: flex;
        align-items: center;
        height: 100%; }
    #CRMBeneficiary td:nth-of-type(4):before {
        content: "Relation";
        display: flex;
        align-items: center;
        height: 100%; }
    #CRMBeneficiary td:nth-of-type(5):before {
        content: "Share";
        display: flex;
        align-items: center;
        height: 100%; }
    #CRMBeneficiary td:nth-of-type(6):before {
        content: "Status";
        display: flex;
        align-items: center;
        height: 100%; }
    }
    