body {
    padding: 0;
    margin: 0px auto;
    font-size: 12px;
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #403f3f;
}
 a {
    color: #478EF3;
    text-decoration: none;
}
.normal_registration a {
    text-decoration: underline;
}
p {
    margin-top: 7px;
    margin-bottom: 7px;
}
.container {
    padding: 0px;
    margin: 0px auto;
    width: 988px;
    overflow-x: hidden;
}
/*.row {
    margin: 0px auto;
}*/
.label-align {
    text-align: left;
}
.hide-element {
    display:none
}
.error {
    color:red
}
.cm-help-box {
    display: block;
    margin-top: -10px;
}
.normal_registration .learn-help-tip {
    display: none !important;
}
.cm-help-box.visible {
    display: block;
    z-index: 999;
}
.cm-help-box .cant_find {
    margin-top: 27px;
}
.cant_find {
    margin-top: 10px;
    margin-bottom: 5px;
}
.cm-help-box a, .learn-help-tip, .cant_find a {
    color: inherit; text-decoration: underline;
}

#registrationFrm #church_name, #purchasePolicy #church_name {
    background: url(/app/images/search-lense-icon.png) 3px 50% no-repeat;
    background-size: 19px;
    padding-left: 25px;
}

.pull-right {
    float: right;
}

.m-left-2 {
    margin-left: 2px;
}
.m-left-5 {
    margin-left: 5px;
}
.m-top-5 {
    margin-top: 5px;
}
.m-top-6 {
    margin-top: 6px;
}
.m-bottom-5 {
    margin-bottom: 5px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-25 {
    margin-top: 25px;
}
.m-top-25_ {
    margin-top: -25px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-bottom-10 {
    margin-bottom: 10px !important;
}
.m-bottom-15 {
    margin-bottom: 15px;
}
.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-50 {
    margin-bottom: 50px;
}
.m-right-5 {
    margin-right: 5px;
}
.m-right-15 {
    margin-right: 15px;
}
.p-10 {
    padding: 10px;
}
.l-height-20 {
   line-height: 20px; 
}
.bold {
    font-weight: bold;
}
blockquote.quote {
    border: 2px solid #D9D9D9;
    padding: 8px 10px;
    font-size: 120%;
    color: #000;
    font-weight: bold;
    background-color: #FFF1A8;
    -moz-border-radius-topleft: 25px;
    -khtml-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -khtml-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 0px; 
}
.sign-up-page-content {
    font-weight: normal !important;
    font-size: 12px !important;
}
.ibutton2 {
    background:#2C8DDB;background: -moz-linear-gradient(center top ,  #2C8DDB , #2C8DDB 2px, #3EA5F7 25px) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left 25, from(#2C8DDB), color-stop(6%, #2C8DDB), to(#3EA5F7));
    border: 1px solid #3D81B6;
    -moz-border-radius:3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #FFFFFF;
}
.ibutton2, .ibutton3 {
    /*width: 100px;*/
    height: 30px;
    padding: 0px 20px;
}
span.marker-x {
    background:url(../images/approve_sprite.png) no-repeat 0 -18px;
    display: inline-block;
    height: 18px;
    width: 20px !important;
}
span.marker-tick {
    background:url(../images/approve_sprite.png) no-repeat 0 0;
    display: inline-block;
    height: 18px;
    width: 20px !important;
}
.bg-light {
    background-color: #fff !important;
}
/* Below code is for the Login screen */
.login-box {
    /*width: 415px;*/
    width: auto;
}
.login-box > *:not(:last-child) {
    margin-bottom: 25px;
}
.new-user-card {
    padding: 40px 40px 30px 40px;
    background-color: #aaa;
    text-align: center;
}

.signup_btn {
    padding: 12px;
    background-color: #d13332;
    display: block;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin: 0px 30px;
}

.signup_btn:hover,
.signup_btn:active{
    background-color: #c9302c;
    border-color: #ac2925;
}

.clergy-ethics-card {
    margin-bottom: 40px !important;
}

.btn-clergy-course {
    padding: 15px 40px;
    display: block;
    background-color: #1ABB9C;
    border-color: #1ABB9C;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}
.btn-clergy-course.active, .btn-clergy-course.focus, .btn-clergy-course:active, .btn-clergy-course:focus, .btn-clergy-course:hover {background-color: #059277; border-color: #03689f;}

.login_not_sure_txt,
.login_not_sure_txt *
{
    text-align: center;
    color: #000;
}

.login-card {
  padding: 40px 40px 10px 40px;
  background-color: #9BC7E2;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.have-account {
    text-align: center;
    padding-bottom: 30px;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type="text"], .login-card input[type="password"] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, .login-card input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #247dc3;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #298bd7;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
}
.login-help span:not(:last-child) {
    margin-right: 20px;
    display: inline-block;
}
.text-box, .select {
    height: 30px !important;
    font-size: 13px !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
}
.text-box:focus, .select:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, textarea:focus {
    border-color: #3D81B6 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
} 
textarea.form-control {
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
}
input[type="radio"] {
    cursor: pointer;
}
.slide {
    padding: 10px;
    background: #e4f1fa;
    /*width: 940px;*/
}
.disabled {
    background: #F0EDEA !important;
}
input[type='submit'].disabled {
    background: #b9b9b9 !important;
}
.h4 {
    font-size:12px;font-weight:bold
}
.ui-widget-header {
    border: 1px solid #247DC3;
    background: #247DC3;
    color: #fff;
    font-weight: bold;
}
.ui-dialog {
    width: 500px !important;
}
.phone-2 {
    width:45px;
}
.phone-3 {
    width: 55px !important;
}
.phone-4 {
    width: 60px !important;
}
.sub_btn_disabled,.ibutton2:not(.disabled):hover{background:#6CBAF8 ;}
.ssn-warning {
    color: #666;
}
.span-link {
    cursor: pointer;
    text-decoration: underline;
    color: #478EF3;
}
.span-link-no-decoration {
    cursor: pointer;
    color: #478EF3;
}
.right-link {
    float: right;
    float: right;
    top: 25px;
    position: relative;
    right: 155px;
}
.cursor-pointer {
    cursor: pointer;
}
.ref-right-content {
    text-align:justify;
    background:white;
    padding: 5px 13px;
}
.app-right-content{
    text-align:justify;
    background:white;
    line-height: 15px;
}
.ierror {
    border: 1px solid red!important;
}
span.ierror {
    border: 2px solid red!important;
    /*width: 18px;*/
    display: inline-block;
    margin-right: 2px;
}
.print-header {
    display: none;
}

.username-status {
    position: absolute;
    top: 0;
    padding-top: 5px;
    right: 0;
    padding-right: 15px;
}

.zip-code-dialog {
    max-width: 100%;
}

.center {
    text-align:center
}
.authorization-email_error {
    border-bottom: 1px solid !important;
    border-left: none !important;
    border-right: none !important;
    border-color: red !important;
}
.legal-name-block { 
    margin-top: -75px !important;
    margin-left: 32px; 
    width: calc(100% - 67px);
}
.change-legal-name {
    min-height: 80px;
}
.change-legal-name-link {
    color: #478ef3;
    cursor: pointer;
    font-weight: bold;
    margin-left: 55px;
    margin-top: -160px;
    position: absolute;
    text-decoration: underline;
}
.w-auto {
    width: auto;
}
.complaints {
    line-height: 20px; 
    margin-bottom: 10px;
}
.li-style-default li {
    list-style-type:disc;
}
.authorization-text {
    height: 30px;
    font-size: 13px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000 !important;
    outline: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.print-authorization-form input[type=text] {
    border-top: 0px solid !important; font-size: 12px;
    border-top: 0px solid !important; font-size: 12px;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    border-radius: 0px !important;
}
.print-authorization-form h2, .print-act-reporting .top-title {float: right; margin-top: -80px;}
.iAtag {
    border:1px solid #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:2px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#upload-user-document, #upload-user-document-crf {
    position: relative;
    width: 37px;
    height: 13px;
    opacity: 0;
    cursor: pointer;
}
.upload_user_document_form_crf {
    margin-left: 88px;
}
#upload_user_document_form a {
    position: absolute;
    width: 45px;
    height: 13px;
    cursor: pointer;
}
#upload_user_document_form_crf a {
    position: absolute;
}
.crf-link {
    position: absolute;
}
#input-file-name {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    margin-right: 3px;
}
#upload_document_preview{
    display: none;
}
.upload-btn, .upload-btn-crf, .upload-btn:hover, .upload-btn-crf:hover {
    background-image: url(/app/images/upload.png);
    border: none;
    height: 17px;
    width: 17px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    display: none;
    top: -4px;
    position: relative;
}
.upload-btn.visible, upload-btn-crf.visible {
    display: inline-block;
}
.progress, .progress-crf {
    background-image: url('/app/images/loading.gif');
    display: none;
    width: 20px;
    height: 20px;
}
.progress.visible, .progress-crf.visible {
    display: inline-block;
}

#input-file-name, #input-file-name-crf{
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    margin-right: 3px;
}

#input-file-name.uploading, #input-file-name-crf.uploading {
    margin-top: -14px;
}

.delete-document {
    display: inline-block;
    margin-left: 5px;
    background-image: url(/app/images/delete.png);
    width: 18px;
    height: 15px;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 6px;
}
.cb {
    font-weight:bold;
    text-align:center;
}
.msg-box {
    padding: 10px 20px;
    font-weight: bold;
    background-color: #FFF1A8;
}
.input-password-toggle {
    display: inline-block;
    position: absolute;
    font-size: 18px;
    right: 5px;
    top: 12px;
    cursor: pointer;
}
.span-link.black {
    color: #000;
}
.login_wrapper {
    max-width: none !important;
}
.sign {
    width:175px;
    border-bottom:1px solid #000;
    display: inline-block;
}
.form-group {
    margin-bottom: 3px;
}
.f-18 {
    font-size: 18px;
}
.descriprion-note {
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}
.app-sts-hdr {
    margin:0px auto;
    font-weight:bold;
    font-size:19px;
    padding-bottom:10px;
    text-align: center;
}
#app_sts {
    margin:0 auto;
}
#app_sts a{
    text-decoration:underline;
}
#app_sts table th {
    background:#b5b5b5; text-align: center;
}
#app_sts table td {
    padding-bottom: 5px;
}
span.marker-ex{
    background:url(../images/approve_sprite.png) no-repeat 0 -37px;
    display: inline-block;
    height: 18px;width: 30px;
}
span.marker-tick{
    background:url(../images/approve_sprite.png) no-repeat 0 0;
    display: inline-block;
    height: 18px;width: 30px;
}
span.marker-tick-partial-paid{
    background:url(../images/approve_sprite.png) no-repeat 0 -39px;
    display: inline-block;
    height: 13px;width: 30px;
}
span.marker-x{
    background:url(../images/approve_sprite.png) no-repeat 0 -18px;
    display: inline-block;
    height: 18px;width: 30px;
}
span.marker-box{
    background:url(../images/approve_sprite.png) no-repeat 0 -57px;
    display: inline-block;
    height: 18px;width: 30px;
}
span.marker-receive{
    background:url(../images/approve_sprite.png) no-repeat 0 -79px;
    display: inline-block;
    height: 18px;width: 30px;
}
.application-status-btn {
    float: left; 
    width: 202px; 
    border: 1px solid #FFF; 
    background: #5298CF; 
    text-align: center; 
    border-radius: 10px;
    padding: 5px 10px;
}
.application-status-btn a {
    color: #FFF;
    text-decoration: underline;
}
.application-status-btn-div .application-status-btn.virtual_safety_btn{
    min-width: 430px;
    margin-top: 10px !important;
}
.application-status-btn-div .application-status-btn.virtual_safety_btn.none{
    background-color: orange;
}
.application-status-btn-div .application-status-btn.virtual_safety_btn.none a{
    color: #000;
    font-size: 14px;
}
.application-status-btn-div .new {
    margin-top: 10px !important; 
    display: inline-block; 
    color: red; 
    font-size: 25px;
}
.ui-dialog-content {
    height: auto !important;
}
.forgot-username-midle {
    width: 2px; 
    float: left; 
    border-right: 1px dotted; 
    height: 145px; 
    margin-bottom: 10px;
}
.modal-header {
    background: #9BC7E2;
    /*border-left: 10px solid #247DC3;*/
    color: #fff;
    /*border-top-left-radius: 35px;*/
}
.modal-header .close {
    color: #fff;
}
.modal-body {
    /*border-left: 10px solid #247DC3;
    margin-top: -2px;*/
}
.modal-content {
    /*border-top-left-radius: 2.3rem;*/
}
.bg-primary {
    background-color: #247DC3 !important;
    color: #fff;
}
.text-danger {
    color: #dc3545;
}
.renewal_registration .cm-help-box {
    margin-top: -115px;
}
.renewal_registration .cm-help-box,
.clergy-ethics-registration .cm-help-box,
.policy-builder-registration .cm-help-box{
    width: 270px;
    position: absolute;
    padding: 10px;
    border: 5px solid #aaa;
    border-radius: 9px;
    background: #fff;
    left: 20%;
    display: none;
}
.normal_registration .cm-help-box {
/*    display: block;
    margin-left: 423px;
    margin-top: -12px;*/
}

.cm-help-box.visible {
    display: block;
}
.cm-help-box .cant_find {
    margin-top: 27px;
}
.normal_registration .cm-help-box .cant_find {
    margin-top: 20px;
}
.cm-help-box a, .learn-help-tip{
    color: inherit;
    text-decoration: underline;
}
.learn-help-tip {
    font-weight: bold;
}
.discount_description {
    /*display: inline-block;*/
    /*width: calc(100% - 362px);*/
}
.reg-sub-btn{
    margin-right: 143px;
    margin-top: 10px;
}
#container_sg_backend {
    padding:0px;
    margin:0px auto;
    width: 97%;
}
#footer_sg {
    width:97%;
    clear: both;
    margin: 0 auto;
    border-top: 1px solid #eee; 
    margin-bottom: 10px;
}
#footer_copy{
    width:157px;
    float:right;
    font-size:11px;
    margin:10px 0px 0px 0px;
    color:#478EF3
}
#footer_menu{
    width:470px;
    float:left;
    margin:10px 0px 0px 0px;
}
#footer_menu a{
    font-size:11px;
    padding:0 12px;
    color:#478EF3;
    line-height: 12px;
    border-right:1px solid #478EF3
}
#footer_menu a:hover{
    color:#0088f3
}
#footer_menu a.last{
    border-right:none;
}
.sa-uname-holder{
    float:right;
    padding: 8px 5px 0px 0px;
    font-size: 12px;
    color: #FFF;
}
.modal-footer .btn {
    font-size: 12px;
    font-weight: bold;
}
.b-right {
    border-right: 1px dotted;
}
.cal-icon-lbl{
    background: url(../images/cal-icon.jpg) no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -25px;
    left:-3px;
    margin-bottom: -15px;
    float: right;
}
.info-note {
    color: #a3a3a3;
    font-style: italic;
    font-weight: bold;
}
.float-none{
    float: none;
}
.display-inline-block {
    display: inline-block;
}
.ce-btn-backgorund {
    background: #1ABB9C;
}
.m-auto {
    margin: auto;
}
blockquote.quote.clergy {
    background-color: #1ABB9C;
}
.date-hr {
    border-bottom: 1px solid #000;
    margin-top: -3px;
}
.form-check-input {
    margin-top: 0px;
}
.padding-5 {
    padding: 5px;
}
#app_sts_hdr {
    margin:0px auto;
    font-weight:bold;
    font-size:19px;
    padding-bottom:10px;
    text-align: center;
}
.ui-front {
    z-index: 9000;
}
.hind-text {
    color: #544444;
    font-size: 11px;
}
.act-reporting table ul li {
    list-style-type: lower-alpha;
}
.bg-light-blue {
    background-color: #e4f1fa !important;
}
.bg-white {
    background-color: #FFFFFF !important;
}
.table {
    border-bottom: 1px solid #dee2e6;
}
.text-align,
.text-align-sm-center{
   text-align: unset; 
}
.section {
    background-color: #e4f1fa; /*#9bc7e2;*/
    border-radius: .5rem;
}
.v-back {
    position: absolute;
    top: 50px;
    left: 55px;
    z-index: 999;
}
.f-15 {
    font-size: 15px;
}
.user-reference-form .text-box, .user-reference-form .select {
    margin-bottom: 3px;
}

.dob_month,
.dob_day,
.dob_year,
.exp_month,
.exp_year{
    background: #fff;
    margin-bottom: 15px;
    width: 30%;
    float: left;
    margin-bottom: 0px;
}

.dob_month,
.dob_day {
    margin-right: 10px;
    width: calc(30% - 10px);
}

.dob_month {
    width: calc(40% - 10px);
}

.exp_month {
    width: calc(60% - 10px);
    margin-right: 10px;
}
.exp_year {
    width: 40%;
}

#authorization-form .mb-4, #authorization-form .my-4 {
    /*margin-bottom: 0px !important;*/
}


/*jTable top sort options*/
div.jtable-main-container div.jtable-top-panel {
  position: relative;
  min-height: 24px;
}
div.jtable-main-container div.jtable-top-panel div.jtable-left-area {
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}
div.jtable-main-container div.jtable-top-panel div.jtable-right-area {
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list {
  display: inline-block;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active {
  padding: 2px 5px;
  display: inline-block;
  cursor: pointer;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active {
  cursor: default;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-info {
  display: inline-block;
  margin-left: 5px;
  padding: 2px;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record {
  display: inline-block;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record a {
  text-decoration: none;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record a:hover {
  text-decoration: underline;
}


div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-top-panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
div.jtable-main-container div.jtable-top-panel {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  padding: 1px;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-top: none;
  min-height: 24px;
  line-height: 16px;
  font-size: 0.9em;
}
div.jtable-main-container div.jtable-top-panel div.jtable-right-area {
  padding: 2px;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list {
  margin: 2px;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active {
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #b5b5b5 #b5b5b5 #ffffff;
  padding: 2px 5px;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-first:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-last:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-previous:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-next:hover {
  background-color: #ddd;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active {
  -webkit-text-shadow: 0 1px 0 #666666;
  text-shadow: 0 1px 0 #666666;
  color: #FCFCFC;
}
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-info {
  margin-left: 5px;
  padding: 2px;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record {
  margin: 3px;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record a {
  font-weight: bold;
  text-decoration: none;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record a:hover {
  text-decoration: underline;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active {
  background-color: #2b5177;
  border-color: #092f55;
}
div.jtable-main-container div.jtable-top-panel span.jtable-add-record a {
  color: #2B5177;
}
/*end of jTable top sort options*/

#known_applicant_month_year.ierror,
#known_applicant.ierror,
#reference_relative.ierror,
#affirm_this_person.ierror,
.p4_qns.ierror {
    padding: 10px;
    padding-bottom: 0px;
}
.p4_qns {
    width: 100%;
}
.p4_qns.ierror {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.form-horizontal.superadmin .phone {
    width: 33.33%;
}
/*.form-horizontal.superadmin .phone.last {
    width: 34%;
}*/

.xsm-break{
    display: none;
}
.parent_auth_txt {
    width: 50%;
    display: inline;
}

.button-disable{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}


@media print {
    .no-print, 
    .ibutton2, 
    .span-link, 
    .top-toggler-menu,
    .ln_solid {display:none !important;}
    .print-authorization-form.superadmin .p-4{
        padding: 0px !important;
    }
}

@media (max-width: 991px) {
    .legal-name-block { 
        margin-top: -75px !important;
        margin-left: 35px; 
        width: calc(100% - 70px);
    }
    .content-top {
        margin-top: 15px;
    }
    .start-button {
        width: 50%;
        float:left;
        margin: 0px;
        border-radius: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff !important;
        text-align: center;
        font-weight: bold; 
    }
    .start-button-left {
        background: #186491;
        border-right: 1px solid #1c85c8 !important;
    }
    .start-button-right {
        background: #484647;
    }
    .navbar {
        /*display: none;*/
        padding: 0px;
    }
    .navbar .pull-right {
        float: none;
    }
    .text-align {
        text-align: center; 
    }
    .media-m-top-10 {
        margin-top: 10px; 
    }
    .media-m-bottom-10 {
        margin-bottom: 10px; 
    }
    .right-link {
        top: 5px;
        right: 14px;
        float: left;
    }
    .usr_que {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .jtable-left-area {
        width: 100%;
    }
    .jtable-page-info,
    .jtable-goto-page {
        display: none;
    }
    .legal-name-block { 
        margin-top: -160px !important;
        margin-left: 35px; 
        width: calc(100% - 70px);
    }
    
    .text-align-sm-center {
        text-align: center; 
    }
}
@media (max-width: 500px) {
    .col-hidden-xsm {
        display: none;
    }
    .xsm-break{
        display: block;
    }
}
@media (max-width: 400px) {
    .col-hidden-xs {
        display: none;
    }
}
.attention-grabber {
    color: #000; /* White text color */
    font-family: Arial, sans-serif; /* Choose font family */
    font-size: 18px; /* Adjust font size as needed */
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: right;
    position: fixed;
    bottom: 57px; /* Adjust distance from the bottom as needed */
    right: 186px; /* Adjust distance from the right as needed */
    z-index: 1000; /* Ensure it's above other elements */
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}
.attention-grabber1 {
    position: fixed;
    top: 96%; /* Position the text below the chat button */
    left: 65%; /* Center the text horizontally */
    /* transform: translateX(-50%); Center the text horizontally */
    text-align: center;
}

#olark-container {
    position: relative;
}

.vertical-text {
    writing-mode: vertical-rl; /* Vertical text from right to left */
    transform: rotate(180deg); /* Rotate the text 180 degrees */
    position: fixed; /* Fixed positioning */
    top: 45px; /* Adjust top position as needed */
    right: 0; /* Align the text to the right side of the viewport */
    background-color: #e4f1fa;; /* Background color for better visibility */
    padding: 10px; /* Add padding for better presentation */
    z-index: 9999; /* Ensure the text is above other content */
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }

.button-text {
    position: absolute;
    top: 120%; /* Position the text below the chat button */
    left: 90%; /* Center the text horizontally */
    transform: translateX(-90%); /* Center the text horizontally */
    text-align: center; /* Center the text horizontally */
}

  @keyframes attentionMove {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(-60%); /* Adjust the distance you want the text to move */
    }
  }

/* Adjustments for smaller screens */
@media screen and (max-width: 768px) {
    .attention-grabber {
        font-size: 16px; /* Decrease font size for smaller screens */
        padding: 8px 16px; /* Decrease padding for smaller screens */
        bottom: 20px; /* Adjust distance from the bottom for smaller screens */
        right: 20px; /* Adjust distance from the right for smaller screens */
    }
}

  .chat-click{
    text-decoration: underline;
  }

  /* .attention-grabber:hover {
    background-color: #ff4500; /* Darker shade of coral color on hover */
  
/*@media (min-width: 768px) {
    .media-col-5 {
        max-width: 41.666667% !important;
    }
}
@media (min-width: 576px) {
    .media-col-5 {
        max-width: 42% !important;
    }
    .media-col-3 {
        max-width: 24% !important;
    }
}*/

.chat-txt-msg1{
    position: fixed !important;
    bottom: 18px !important;
    right: 20px !important; 
    color:#000;
    width: 262px;
}

.chat-txt-msg-clergy{
    position: fixed !important;
    bottom: 18px !important;
    right: 20px !important; 
    color:#000;
    width: 262px !important;
}

.other-ref-text{
    color: #a3a3a3;
    margin: 0px;
}

.app-btn{
    margin: 2px;
    padding: 3px;
    border-radius: 4px;
}

.disabled-link {
    color: gray; /* Gray text color */
    cursor: not-allowed; /* Indicates that the link is not clickable */
    text-decoration: underline; /* Remove underline from link */
    pointer-events: none; /* Disables all mouse events on the link */
}

select:disabled {
    background-color: #e9ecef; 
    color: #6c757d; 
    border: 1px solid #ced4da;
    cursor: not-allowed;
    opacity: 1;
  }
  
  select.form-control:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #ced4da;
  }

.app-config-notes {
    position: relative;
    padding: 20px 0;
    list-style: none;
    margin: 0;
}
.app-config-notes::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #c5c5c5;
    left: 20px;
    margin-right: -1.5px;
}
.app-config-notes-item {
    margin-bottom: 20px;
    position: relative;
}
.app-config-notes-item::before {
    /* content: ''; */
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #6c757d;
    top: 0;
    left: 15px;
    z-index: 1;
}
.app-config-notes-item-content {
    margin-left: 40px;
    padding: 10px 15px;
    background: dfeef9;
    border-radius: 5px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}
ul.app-config-notes li{
    position:relative;
    border-bottom:1px solid #e8e8e8;
    clear:both;
}

ul.app-config-notes li a {
    color: #007bff !important;
}

.favorite {
    width: 14px;
    height: 22px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: -4px;
}

.favorite:after {
    content: "\2605";
    position: absolute;
    color: #117b9ba1;
    font-size: 24px;
    line-height: 27px;
    /* cursor: pointer; */
}

.app-config-notes-widget-content {
    padding-top: 20px;
}

.app-config-notes-widget-content h2{
    font-size: 20px;
}

.save-btn-disable {
    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
    opacity: 0.6;
}
.checkmark {
    color: green;
    font-size: 24px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #247DC3;
    border-color: #247DC3;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #75ab44;
    border-color: #75ab44;
}

.btn-success:disabled {
    color: #fff;
    background-color: #247DC3;
    border-color: #247DC3;
}

.btn-success {
    background: #247DC3;
    border: 1px solid #247DC3;
    cursor: pointer;
}

.btn-success:hover {
    color: #fff;
    background-color: #247DC3 !important;
    border-color: #1e7e34;
}

.btn-danger {
    background: #dc3545;
    border: 1px solid #dc3545;
    cursor: pointer;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c20618 !important;
    border-color: #c20618;
}

.th-width-s{
    width: 5%;
    transform: rotate(10deg);
    text-align: center;
}
.th-width-m{
    width: 6%;
}
.th-width-l{
    width: 25%;    
}

.th-width-ll{
    width: 20%;    
}

.app-type-congig input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: green;
    cursor: pointer;
}

.app-type-congig input[type="checkbox"]:hover {
    color: green;
}

.table th{
    font-weight: bold;
    padding: 5px;;
}

.info-icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #007BFF; /* Blue background */
    color: white; /* White text color */
    border-radius: 50%; /* Makes the icon round */
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px; /* Aligns text vertically */
    cursor: pointer;
    margin-block:auto;
}

.tooltip {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -80px; /* Center tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow pointing down */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}