@charset "UTF-8";

.nodisplay {
    display: none !important;  
}
.col-9_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
}

.__portlet .__portlet--heading {
    padding: 1rem 2rem;

}

.__portlet .__portlet--heading h2 {
    font-size: 18px;
    color: #333;
    font-weight: 800;
}

.__portlet .__portlet--heading h2 span {
    font-weight: 400;
}

.__body {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

custom-file-upload input[type=file] {
    display: block;
    z-index: 1;
    top: 6px;
    left: 50px;
    outline: none;
}

.custom-file-upload .custom-file-upload {
    background: url(../images/upload-arrow.png) no-repeat 5px 50% #fff;
    background-size: 11px 13px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    padding: 6px 12px 6px 30px;
    cursor: pointer;
    z-index: 999;
}

.uploadArrow {
    width: 13px;
    height: 13px;
}

.ptdm-link a {
    color: #db392c;
    font-weight: 600;
}

.ptdm-link a:hover {
    color: #db392c;
}

.tealContent {
    color: #abc8e2;
    font-size: 0.875em;
    font-weight: 400;
}

.cps-error-txt {
    background: #ffed89;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    color: #666;
}

.cps-error-txt.pd {
    background: #fff5bf;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.modal {
    display: none;
}

.modal-content {
    border: 0;
    border-radius: 0;
    background-image: url('../images/pop-graph.png');
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #f6f8fa;
}

.modal-dialog {
    position: initial;
    overflow: overlay;
    height: 90%;
    max-width: 500px;
}

.modal-body {
    position: relative;
}

.close {
  color: #333333;
  opacity: 0.9;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal .modal-footer {
  padding: 0;
  margin-top: 0;
  display: unset;
}
.modal .modal-footer a {
  background: #e27137;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.ex-pan-dtls-rw {
  margin-top: 2rem;
}
.ex-pan-dtls-rw .epdr-lbl {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 1rem;
}
.ex-pan-dtls-rw .epdr-vl {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pan_photo {
    width: 300px;
}

/************Buttons************/


.button__row {
    margin-left: 2rem;
    margin-right: 2rem;
}

.button__row .button__solid, .button__solid, .button__validate {
    background: #db392c;
    border: 1px solid #db392c;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 0.875rem;
    padding: 0.45rem 2rem;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
}

.button__row .button__solid.button__outline, .button__solid.button__outline, .button__validate {
    background: none;
    color: #db392c;
}

.button__row .button__solid:not(:last-child) {
    margin-right: 1rem;
}

.button__solid:hover,
.button__solid:disabled {
    background: #db392c !important;
    border-color: #db392c !important;
}

.button__row .button__solid.button__outline:hover, .button__solid.button__outline:hover {
    background: none !important;
    border-color: inherit !important;
}

.btnSection {
  margin-top: 10px;
  margin-bottom: 20px;
}
.btnSection .btn {
  border-radius: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background: #fff !important;
  border-color: #f1f1f1 !important;
  color: #aaadb5 !important;
  margin-right: 10px;
  -webkit-transition: 100ms ease-in;
  -moz-transition: 100ms ease-out;
  -o-transition: 100ms ease-out;
  transition: 100ms ease-out;
}
.btnSection .active{
  background: url('../images/green-right.jpg') no-repeat 8px 50% #fffdf3 !important;
  border: 1px solid #66cc99 !important;
  background-size: 15px;
  color: #756e46 !important;
  padding-left: 35px;
  box-shadow: inherit;
  -webkit-transition: 200ms ease-in;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0px;
}

[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: url("../images/tickmark.png");
  position: absolute;
  top: 0;
  left: 6px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

.checkbox {
    margin-left: 4rem;
}

@media (max-width: 575.98px) { 
  .checkbox {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  } 
}
div.button-holder:nth-child(2) {
    display: flex;
}

.alert {
    margin: 2rem;
}