#irpm_form input[type="checkbox"]{
	height: 20px;
	    width: 40px;
    vertical-align: middle;
}
.disabled_cls{
	pointer-events: none;
    opacity: 0.4;
}
.table_style .badge{
	    font-weight: normal;
	    font-size: 100%;
}
.note_w{
	width:250px;
}
.bordertotext{
	border-bottom: 5px solid #1a468a;
}
.note_w.badge{
	white-space: normal;
}
.user_online{
	display:block;
	color: #C2C7D0;
}
.toggle_checkbox {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.doc_close{
	    background-color: #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    word-break: break-all;
}
#signature_div{
	display: block;
    margin-top: 50px;
    margin-right: 16px;
    border: 1px solid #a6c1ff;
    flex: 1;
    margin-left: 16px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 10px;
}
#signature_div img{
	position: relative;
    top: 55px;
}
.premiumbreakdown {
    overflow: hidden;
    /* position: sticky; */
    top: 20px;
    /* padding-bottom: 10px; */
	    border: 1px solid #c4eaff
}
.pull-right {
    float: right;
}
.signnature_ph{
	margin-top:-45px;
}
.toggle_checkbox li {
    display: block;
    color: #0c5460;
    background-color: #fafdff;
    padding: 20px;
    border: 1px solid #a6c1ff;
    border-radius: 10px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.pay_bill li {
    padding: 5.5px 10px;
    border-radius: 0;
    margin-bottom: -1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.bill_pay_bg {
    background: #c4eaff !important;
}
.toggle_checkbox li:hover {
    background: #c4eaff;
}
.pay_bill li p{
	margin:0;
}
.notes_style .close{
	font-size: 1rem;
	font-weight:normal;
	    color: #fff;
    opacity: 1;
}
.pos_r{
	position:relative;
}
.bulk_actions{
	position:absolute;
	top:20px;
	z-index:10;
	right:268px;
}
.note_s .icon {
    height: 3.5rem;
    width: 1rem;
    float: left;
	margin-top: 7px;
}
.note_s p{
	opacity:.8
}
.bg-warning, .bg-warning > a {
    color: #ffffff !important;
}
.filter_check{
	padding: .5rem 1.25rem;
    background: #f4f6f9;
}
.filter_check div{
	display:inline-block
}
.filter_check div + div{
	margin-left:10px;
}
.alert-warning {
    color: #ffffff;
}
.login-box .card, .login-card-body{
	border-radius:2rem !important;
	    padding: 2rem;
}
.login-box .form-control{
	height: calc(3.25rem + 2px);
}
.login-box .btn{
	height: calc(3.25rem + 2px);
}
.icon_s .fa{
	cursor:pointer;
	font-size: 1em
}
.icon_s .fa + .fa{
	margin-left:0px;
}
.role_assign_w{
	width:400px;
}
.add_btn_a {
	position:absolute;
    top: 20px;
    right: 285px;
	z-index:1
}
.modal_header_bg{
	background:#3c8dbc;
}
.modal_header_bg .modal-title{
	color:#ffffff;
}
.opacity_6{
	opacity:.6
}
.radio_bg .checkbox-inline input {
    visibility: hidden;
    display: none;
}
.radio_bgb .checkbox-inline span {
    background: #fff;
    border: 2px solid #FFA500;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
	vertical-align: bottom;
	margin-left:5px;
}
.radio_bgb .checkbox-inline input:checked ~ span {
    color: #ffffff;
    background:#fff;
	border: 2px solid #FFA500;
	
}
.radio_bgb .checkbox-inline input:checked ~ span:after {
	background: #FFA500;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3px;
}
.radio_bgb{
	display: flex;
}
.radio_bgb .radio-inline
{
	width:100%;
	/* text-align:center; */
	    font-weight: bold;
}
.radio_bgb .radio-inline input {
    visibility: hidden;
	display:none;
}
.radio_bgb .radio-inline input:checked ~ span {
    background-color: #1a468a;
    border: 1px solid #1a468a;
    color: #ffffff;
}
.radio_bgb .radio-inline span {
    background: #edf4ff;
    /* padding: 8px 10px; */
    border: 1px solid #b8d3ff;
    border-radius: 4px;
    position: relative;
    margin-left: 0px;
    display: block;
    margin-top: 10px;
    border-radius: 70px;
	width: 70px;
    height: 70px;
}
.icon_s{
	width: 50px;
    height: 50px;
    border-radius: 60px;
    background: #fff;
    text-align: center;
    border: 1px solid #b8d3ff;
    vertical-align: middle;
    display: block;
    margin-top: 9px;
    margin-left: 9px;
}
.icon_s .fa{
	/* font-size: 24px; */
    position: relative;
    top: 11px;
    color: #1a468a;
}
.icon_ss{
	width: 40px;
    height: 40px;
    border-radius: 60px;
    background: #fff;
    text-align: center;
    border: 1px solid #b8d3ff;
    vertical-align: middle;
    display: block;
	font-size: 20px;
    color: #1a468a;
}
.icon_ss .fa{
	position: relative;
    top: 9px;
}
.phone_c{
	color:#2598f3;
	border:1px solid #2598f3;
}
.email_c{
	color:#f34c1c;
	border:1px solid #f34c1c;
}
.text_c{
	color:#333;
	border:1px solid #333;
}
.meeting_c{
	color:#8bc34a;
	border:1px solid #8bc34a;
}
.other_c{
	color:#795548;
	border:1px solid #795548;
}
.mobile_fa{
	font-size: 32px !important;
	top: 9px !important;
}

.phone_note{
	background:#2598f3;
	color:#fff;
	padding: 6px 10px;
	border-radius:2px;
}
.email_note{
	background:#f34c1c;
	color:#fff;
	padding: 6px 10px;
	border-radius:2px;
}
.text_note{
	background:#333333;
	color:#fff;
	padding: 6px 10px;
	border-radius:2px;
}
.meeting_note{
	background:#8bc34a;
	color:#fff;
	padding: 6px 10px;
	border-radius:2px;
}
.other_note{
	background:#795548;
	color:#fff;
	padding: 6px 10px;
	border-radius:2px;
}
.internal_external_links{
	opacity:.8;
	margin-left: 5px;
}
.activity_h{
	height:527px;
	overflow:auto;
}
.setup_activity .alert .fa{
	font-size:30px;
	vertical-align:middle;
	margin-right:10px;
}
.note_w{
	width:250px;
}
.note_s .fa-circle{
	color:#fff;
}

.steps_w {
    margin: 0 auto;
}
.steps_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.step_item {
    text-align: center;
    width: 150px;
    flex-basis: 150px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}
.steps_s .circle_zero {
    width: 29px;
    height: 29px;
    border: 3px solid #1a468a;
    border-radius: 20px;
    display: inline-block;
    background: #ffffff;
    z-index: 2;
    position: relative;
}
.disabled_item {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.line_w_50 {
    width: 95%;
    left: 50%;
}
.line {
    border: 2px solid #1a468a;
    /* border: 2px solid #003BDE; */
    width: 96%;
    position: absolute;
    z-index: 0;
    top: 17%;
}
.siv_icon {
    position: absolute;
    width: 29px;
    height: 29px;
    text-align: center;
    /* background: #003BDE; */
    background: #1a468a;
    border-radius: 22px;
    top: -3.2px;
    left: -3.2px;
}
.siv_icon svg {
    width: 16px;
    fill: white;
    color: #ffffff;
    position: relative;
    top: 1px;
    left: 0px;
}
.card_buttons .btn{
	padding:0.25rem 0.3rem;
	margin-bottom: 5px;
}
.tooltip-inner {
  background-color: #fff !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #333 !important;
  box-shadow:0 0 5px #ddd;
   max-width: 300px !important;
  width:300px !important;
  text-align:left !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #fff !important;
}
.tooltip-inner {
    background-color: #f3feff !important;
    border-radius: .15rem;
	color: #004085;
	width:250px;
	max-width: 100% !important;
	text-align:left;
}
.tooltip .arrow::before{
    border-top-color:#f3feff;
    border-bottom-color:#f3feff;
}
.tooltip.show{opacity:1!important;}
#irpmModal1 .modal-lg{
	max-width:1000px;
	width:1100px;
}
#irpmModal1 input{
	border:1px solid #ddd;
	padding:0 10px;
}
#premiumManagement input[type="checkbox"]{
	    width: 34px;
    height: 20px;
    vertical-align: middle;
}
.member {
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0 10px rgba(1, 41, 112, 0.04);
    transition: 0.3s;
    border: 2px solid #ebebeb;
	    width: 100%;
}
.member-info {
    padding: 10px 15px 20px 15px;
}
.member-info p {
    font-style: normal;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #5e5e5e;
}
.member-info svg {
    margin-top: 10px;
    margin-bottom: 10px;
    fill: #199dbb ;
    width: 30px;
    height: 30px;
}

.member .btn-primary {
    color: #199dbb ;
    background-color: #fff;
    border-color: #199dbb;
}
.select_box {
    border: 2px solid #199dbb ;
}
.select_box .btn-primary {
    background-color: #199dbb ;
    color: #fff;
}
@media (max-width: 767px) {
	#irpmModal1 .modal-lg{
	max-width:100%;
	width:100%;
}
}
#business_check_bar:after {
    position: absolute;
    content:"1";
    left:0;
	right:0;
	font-weight: bold;
    font-family: 'Rubik';
	top:-1px;
	color: #000;
  }
  #writing_check_bar:after {
    position: absolute;
    content:"2";
    left:0;
	right:0;
	font-weight: bold;
    font-family: 'Rubik';
	top:-1px;
	color: #000;
  }
  #esign_check_bar:after {
    position: absolute;
    content:"3";
    left:0;
	right:0;
	font-weight: bold;
    font-family: 'Rubik';
	top:-1px;
	color: #000;
  }
  #payment_check_bar:after {
    position: absolute;
    content:"4";
    left:0;
	right:0;
	font-weight: bold;
    font-family: 'Rubik';
	top:-1px;
	color: #000;
  }
  #tab1_text, #tab2_text, #tab3_text, #tab4_text{
      font-size: 19px;
  }
  .number_active:after {
        color: #fff !important;
    }