/* CUSTOM RADIO BUTTONS */
/* 
	https://markheath.net/post/customize-radio-button-css
	https://jsfiddle.net/markheath/azk2cL45/1/
*/
.radio-toolbar {
	margin: 10px;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #fff;
	padding: 10px 0px;
	text-align: center;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 2px solid #DE3535;
	border-radius: 30px;
	color: #DE3535;
}

.radio-toolbar label:hover {
	background-color: #DE3535;
	color: #fff;
	cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
	background-color: #DE3535;
	color: #fff;
}


/* Custom Buttons */
.custom-rounded-red-btn {
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #DE3535;
	border-radius: 30px;
	color: #DE3535;
	background-color: #fff;
}
.custom-rounded-red-btn:hover {
	color: #fff;
	background-color: #DE3535;
	cursor: pointer;
}

.custom-rounded-red-btn-bg-fill {
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #DE3535;
	border-radius: 30px;
	color: #fff;
	background-color: #DE3535;
}
.custom-rounded-red-btn-bg-fill:hover {
	color: #DE3535;
	background-color: #fff;
	cursor: pointer;
}

.custom-rounded-red-btn[disabled], .custom-rounded-red-btn-bg-fill[disabled],
.custom-rounded-red-btn[disabled]:hover, .custom-rounded-red-btn-bg-fill[disabled]:hover {
	opacity: 0.5;
	cursor: default;
}
.custom-rounded-red-btn[disabled]:hover {
	color: #DE3535;
	background-color: #fff;
}
.custom-rounded-red-btn-bg-fill[disabled]:hover {
	background-color: #DE3535;
	color: #fff;
}


/* Profile Photo */
.custom-profile-photo label {
	margin: 0px;
	font-size: 2rem;
	line-height: 120px;
	width: 120px;
	height: 120px;
	border: 1px solid #333;
	border-color: #333;
	border-radius: 50%;
	border-style: dashed;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.display-custom-profile-photo {
	line-height: 0px;
}
.display-custom-profile-photo .display-cust-pp-img-block {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
.display-custom-profile-photo .display-cust-pp-img-block img {
    width: 120px;
    height: 120px;
}

/* Custom Form Wizard */
.custom-wizard.fuelux .wizard>.steps-container>.steps>li {
	height: 5px;
}

.custom-wizard.fuelux .wizard>.steps-container>.steps li.active {
	background: #DE3535;
}

.custom-wizard.fuelux .wizard .step-content {
	border-top: none;
}

.custom-wizard.fuelux .wizard>.steps-container>.steps{
	display: inline-block;
}

.fuelux .wizard>.steps-container>.steps li.complete {
    background: #F7F7F7 !important;
}
.fuelux .wizard>.steps-container>.steps li.complete:hover {
	background: #DE3535 !important;
}

/* Datepicker CSS */
.datetimepicker table tbody tr td.day.active {
	background: #DE3535;
}

/* Currency Input Field */
input.currency {
  padding-left: 8px !important;
}
span.currency {
  display: none;
  position: absolute;
  top: 15%;
}
.material-design .form-group input:focus ~ span.currency,
.material-design .form-group input[required]:valid ~ span.currency,
.material-design .form-group input.form-file ~ span.currency,
.material-design .form-group input.has-value ~ span.currency {
  display: inline;
}


.custom-input-add-btn-circle {
	border-radius: 50%;
	background-color: #DE3535;
	border: none;
	/*position: absolute;
	top: -8px;
	right: 0px;*/
}
.custom-input-add-btn-circle:active,.custom-input-add-btn-circle:hover,.custom-input-add-btn-circle:focus,
.custom-input-btn-circle:active,.custom-input-btn-circle:hover,.custom-input-btn-circle:focus {
	border: none;
	outline: none;
}


.custom-input-btn-circle {
	border-radius: 50%;
	border: none;
	width: 35px;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
}
.custom-btn-bg-primary {
	background-color: #0080ff;
}
.custom-btn-bg-danger {
	background-color: #DE3535;
}

/* Custom File Attachment */
input.custom-input-attachment {
	padding-right: 160px !important;
}
div.custom-input-attachment {
	position: absolute;
	top: -8px;
	right: 0px;
}
div.custom-input-attachment.error-icon {
	top: -4px;
}
.custom-input-attachment .attachment-icon, .custom-delete-btn-icon, 
.custom-input-attachment .password-show-icon,
.custom-input-attachment .error-icon {
	font-size: 24px;
	color: #DE3535;
	display: inline;
}
.custom-input-attachment .password-show-icon.off {
	color: #333;
}
.custom-input-attachment .attachment-icon.limit-full {
	color: #333;
}
.custom-input-attachment .attached-files {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-right: 6px;
	color: #333;
}


/* Owners List */
.owners_list table tbody tr td{
	border-left: none !important;
	border-right: none !important;
}

/* PDF Signature */
.e-signature-check .list-group-item .text {
	font-size: 18px;
}
.e-signature-check .list-group-item span.eicon {
	font-size: 24px;
}
.kbw-signature { width: 270px; height: 150px;}
#sig canvas{
	width: 100% !important;
	height: auto;
}
.pdfobject-container {
	height: 45rem !important;
	border: 1rem solid rgba(0,0,0,.1);
}

/* OTP */
.resend {
	text-decoration: none;
	color: #DE3535;
}
.resend.disabled{
	color: #DDD;
}
.resend.disabled:hover {
	cursor: default;
}

/****************************
		CALLING MODAL
****************************/
.calling-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.calling-modal .modal-dialog .modal-content {
	border-radius: 0;
	box-shadow: none;
	height: auto;
	min-height: 100%;
	background-color: #000;
	max-width: 100%;
	min-width: 100%;
	margin: 0px;
}
.calling-modal .modal-dialog .call-end-btn {
	border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 34px;
    margin-bottom: 40px;
}