/*view-form css */
.upper-limit{
    display: none;
    width: 420px;
    position: relative;
}
.upper-limit span.bmd-txt {
    position: absolute;
    right: 32px;
    top: 55px;
    font-size: 18px;
    color: #333;
}
.financial_review .last-step .action-button{
    display: inline-block !important;
}
.financial_review .last-step .submitted.action-button{
    margin-left: 0 !important;
}
.applicant-page-form h4{
    text-transform: capitalize;
}
.applicant-page-form .questionfeild .view-userfile {
    color: #e2842d;
}
.applicant-page-form .questionfeild .view-userfile:hover {
    color: #000;
    text-decoration: underline;
}

/*modal-popup-css--------*/
.approval-sec {
    position: relative;
    padding-bottom: 5px;
}
.main-popup-sec{
    display: inline-block;
}
.main-popup-sec .container-overlay{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top:0;
  left: 0;
  overflow: hidden;

  animation-name: fadeIn_Container;
  animation-duration: 1s;
  
}
.main-popup-sec #open{
    min-width: 125px;
    background: #47aa42;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px;
    font-family: "Open Sans", arial, verdana;
    text-align: center;
}
.main-popup-sec #open:hover{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #47aa42;
}

.main-popup-sec .modal{
  display:none;
  top: 0;
  min-width: 250px;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  position: fixed;
  z-index: 40001;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 10px #000;
  margin-top: 30px;
  margin-left: 10%;

  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
 margin: 0 auto;
}
.main-popup-sec .footer{
    width: 700px;
    height: auto;
    border-radius: 0px 0px 10px 10px;
    border-top: 2px solid #ccc;
    position: fixed;
    background-color: #fff;
    border-radius: 0;
}
.main-popup-sec .content p {
    margin-bottom: 0;
    color: #484646;
    font-weight: 600;
}
.main-popup-sec .header{
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid #ccc;
  width: 700px;
    background-color: #fff;
    position: fixed;
}

.main-popup-sec .content .preview-value{
    color: rgba(223,122,28,1);
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    font-weight: 600;
    margin-left: 15px;
}

.main-popup-sec .header a{
  text-decoration: none;
  float: right;
  line-height: 70px;
  margin-right: 20px;
  color: #aaa;
}

.main-popup-sec .content{
  width: 100%;
  height: 350px;
  padding: 15px;
  margin-top: 30px;
}



/****ANIMATIONS****/

@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}
/*end-css-------*/

.applicant-info p {
    font-size: 25px;
    text-align: center;
    color: rgba(50,50,50,1); 
}    
.applicant-info p span{
    font-weight: bold;
    color: rgba(223,122,28,1);
}
.applicant-page-form .quick-click {
    text-align: center;
    width: 100%;
    color: rgba(223,122,28,1);
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 30px 0;
}
.applicant-page-form .questionfeild {
    margin-bottom: 3%;
}
#msform.applicant-page-form .form-group .form-check {
    width: 50%;
}
#msform.applicant-page-form .form-group.d-flex {
    display: flex;
}
#msform.applicant-page-form .form-group.d-flex .form-check{
    width: 10%;
}
#msform.applicant-page-form .form-group.d-flex h4 {
    width: 40%;
}
#msform.applicant-page-form .form-group.d-flex h4 > a {
    text-transform: capitalize;
    font-size: 14px;
}
#msform.applicant-page-form .form-group {
    width: 50%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px;
}
#msform.applicant-page-form .form-group .clearfix{
    clear: both;
}
.applicant-page-form .questionfeild h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	margin-top: 0;
  clear: both;
}
.applicant-page-form .questionfeild h5{
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
    font-weight: bold;
}
.applicant-page-form #progressbar{
	display: flex;
	justify-content: center;
}
.applicant-page-form .questionfeild .form-check{
	display: inline-block;
}
.applicant-page-form .questionfeild .form-check .form-check-label{
	padding-left: 25px;
}
.applicant-page-form .questionfeild .form-check:last-child{
	margin-right: 0;
}
.questionfeild ul li > .form-group{
	display: inline;
	margin-left: 2%;
}
.questionfeild ul li label {
    font-size: 15px;
    font-weight: 500;
    color: #262626;
}
.questionfeild ul .myBtn {
    cursor: pointer;
    color: #3e3e3e;
    display: table;
    margin-left: 15px;
}
.applicant-page-form .questionfeild a:hover,
.questionfeild ul .myBtn:hover {
    color: rgba(223,122,28,1);
}
.questionfeild ul li{
	margin-bottom: 10px;
    clear: both;
}
.applicant-page-form .questionfeild a {
    color: rgba(50,50,50,1);
    display: table;
    margin-left: 15px;
    font-weight: normal;
}
.questionfeild .orange-color {
    color: rgba(223,122,28,1);
    font-weight: 600;
}
.questionfeild ul li > .weeks-details{
	display: none;
}
.questionfeild ul li > .weeks-details.show-weeks {
	display: block;
	padding: 10px;
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.questionfeild ul li > #myModal iframe{
  width: 100%;
  height: 100%;
}
.questionfeild ul li:last-child{
	margin-bottom: 0;
}
/* The Modal (background) */
.questionfeild .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 120px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-height: 100%;
}

/* Modal Content */
.questionfeild .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    box-shadow: 1px 1px 10px #808080;
    width: 800px;
    height: 800px;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.questionfeild .modal-content img{
    width: 100%;
}

/* The Close Button */
.questionfeild .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.questionfeild .close:hover,
.questionfeild .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.applicant-page-form .questionfeild > .form-group{
	 margin-left: 10px;
	 margin-top: 3%;
}
#footer {
  z-index: 1;
}


/****MEDIA QUERIES****/
@media screen and (min-width: 768px){

  .main-popup-sec .modal{
    width: 700px;
    height: auto;
    margin-top: calc(50vh - 150px);
  }


  .main-popup-sec .header{
    width: 700px;
    background-color: #fff;
    position: fixed;
  }

  .main-popup-sec .header a{
    line-height: 40px;
    margin-right: 10px;
  }

  .main-popup-sec .content{
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 767px){
    #msform.applicant-page-form .form-group.d-flex .form-check {
        width: 25%;
    }
    #msform.applicant-page-form .form-group.d-flex h4 {
        width: 100%;
    }
    #msform .submitted.action-button{
        margin-left: 170px;
    }
    #msform.applicant-page-form .form-group.d-flex {
        display: block;
    }
    .main-popup-sec .modal{
        top: 200px;
    }
    .main-popup-sec .header,
    .main-popup-sec .footer {
        width: 80%;
    }
}

/* side popup */
    .feild-popup-sec {
    position: relative;
}
.feild-popup-sec .field-show {
    position: fixed;
    top: 55%;
    transform: translate(0,-50%);
    right: -1000px;
    border: 1px solid;
    padding: 20px;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
    height: 500px;
    overflow-y: scroll;
    width: 750px;
    z-index: 9;
}
.feild-popup-sec .field-show.all-fields{
    right: 130px;
    transition: all 0.6s ease-in-out;
}
.feild-popup-sec .popup-open-btn {
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    border: 1px solid;
    padding: 10px 20px;
    right: 15px;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    background: #e17728;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 0px 10px #e9e4e4;
}
.feild-popup-sec .sec-head{
    color: #e17728;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 4px solid;
    width: auto;
    clear: both;
}
.feild-popup-sec .fixed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: -20px;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 9;
}
.feild-popup-sec .fixed-header .close{
    cursor: pointer;
    border: 2px solid;
    width: 24px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}
.feild-popup-sec .fixed-header h2{
    margin: 10px 0;
    color: #e17728;
    font-size: 28px;
}
.feild-popup-sec .questionfeild{
    border-bottom: none;
}
/*side popup end*/