label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

span.step {
    background: #30477a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 4px;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    font-size: 2em;
}



.btn-package-check:checked+.btn,
:not(.btn-package-check)+.btn:active {
    color: rgba(255, 255, 255, 100%) !important;
    background-color: rgba(38, 41, 48, 70%) !important;
}
.btn-package-check{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-package-type{
    color: #262930 !important;
    background-color: rgba(38, 41, 48, 10%) !important;
/*    border: 1px solid rgba(38, 41, 48, 20%) !important;*/
    border: none;
    border-radius:5px;
    height: 70px;
    width:100%;
}
    .btn-package-type:hover{
        color: rgba(255, 255, 255, 100%) !important;
        background-color: rgba(38, 41, 48, 40%) !important;   
        cursor: pointer;
    }

.btn-package-type:hover span.step, .btn-package-check:checked+.btn span.step,
:not(.btn-package-check)+.btn:active span.step {
    background: #e9e9ea;
    color: #262930;
}

.main-wrapper{
    min-height: 50vh;   
}
#loan_number{
    text-align: left !important;
}
.bootstrap-select .dropdown-menu {
    background-color: #ffffff;
}.bootstrap-select .dropdown-menu li {
    font-size: 14px;
}.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
}
.form-lookup{
/*    display: none;*/
}
.container
{
    width: 100%;
    max-width: 680px; /* 800 */
    text-align: center;
    margin: 0 auto;
}
.rdo-package input,
.rdo-package label{
    cursor: pointer;
}
.documents-wrapper{
    display: none;
    margin-bottom: 3em;
}

#my_time{
	position: absolute;
	left: 5px;
	bottom: 0;
	font-size: 12px;				
}

.r-b{
	right: 130px;
	bottom: 130px;	
}

.ln-border{
    border: 1px solid #f5f5f5;
    padding: .5em;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.10);  
}

 .ln-border li{
    list-style: disc;
    color: #000;
    font-size: 16px;
    font-weight: 400;     
  }
.link-close-session{
	font-size: 12px;
	margin-top: 10px;
	font-weight: 600;
}
.sky-blue{
  background-color: #396bbc !important;
}

.user_signature h4{
  font-size: 16px;
}
.user_signature h5{
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: -1em;
}
/* Drag & Drop */
#file_form{
  height: 300px;
  font-size: 18px;
}

#drag_drop_wrapper{
    display: none;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__message,
.box__error {
	display: none;
}

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
  }
  .box.has-advanced-upload .box__dragndrop {
    display: inline;
  }

  #upload-form{
    position: relative;
    min-height: 65vh;
    display: none;
  }

  #upload-form h4{
      color: #262930;
  }

  #upload-form .form-control {
    font-size: 1.25rem;
    background-color: #f5f5f5;
    border: none;
  }  

#upload-form .se-pre-con {
	background: #fff;
}

#upload_form_principle{
    position: relative;
    display: none;
  }

  #upload_form_principle h4{
      color: #262930;
  }

  #upload_form_principle .form-control {
    font-size: 1.25rem;
    background-color: #f5f5f5;
    border: none;
  }  

#upload_form_principle .se-pre-con {
	background: #fff;
}


  .thefile, .thefile strong{
    outline: none !important;
    cursor: pointer;
  }
  .thefilename{
    font-weight: 600;
  }
  .text-danger{
	color: #721c24 !important;
  }
  .text-resp{
    font-size: 16px;
    display: inline-block;
    text-align: left;
  }
	.time_estimate{
		display: none;
		font-size: 14px;
		margin-bottom: 1em;
		color: #396bbc;
		font-weight: 500;
	}
  .upload_msg{
    margin: 1em 3em;
  }
  
  #notifyModal .btn-danger{
    display: none;
  }
  .box
  {
  font-size: 1.25rem; /* 20 */
  background-color: #ffffff;
  padding: 35px 20px;
  }
  .box.has-advanced-upload
  {
  outline: 2px dashed #9da6af;
  outline-offset: -10px;
  
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  }
  .box.is-dragover
  {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff;
  }
  .box__dragndrop,
  .box__icon
  {
/*    display: none;*/
  }
  .box.has-advanced-upload .box__dragndrop
  {
    display: inline;
  }
  .box.has-advanced-upload .box__icon
  {
    width: 100%;
    height: 80px;
    fill: #9da6af;
/*    display: none;*/
    margin-bottom: 40px;
  }
  .box__input{
    width: 100%;
  }
  .box.is-uploading .box__input,
  .box.is-success .box__input,
  .box.is-error .box__input
  {
    visibility: hidden;
  }

  .box.is-error .box__message,
  .box.is-success .box__message
  {
    display: block;
    position: absolute;
    top: 70%;
    right: 0;
    left: 0;
    font-size: 14px;
	background: #8eacdd;
	border: 1px solid #8eacdd;
	padding: 1.5em;
	box-shadow: 5px 5px 5px -4px rgb(0 0 0 / 20%);
  
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
  }  
  
  .box.is-uploading .box__uploading,
  .box.is-success .box__success,
  .box.is-error .box__error
  {
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
  
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
  }
  .box__upload
  {
    display: none;
    margin-top: 2em;
  }
  .box__uploading
  {
    font-style: italic;
  }
  .box__success
  {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
  }
    @-webkit-keyframes appear-from-inside
    {
      from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
      75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
      to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
    }
    @keyframes appear-from-inside
    {
      from	{ transform: translateY( -50% ) scale( 0 ); }
      75%		{ transform: translateY( -50% ) scale( 1.1 ); }
      to		{ transform: translateY( -50% ) scale( 1 ); }
    }
  
  .box__restart
  {
    font-weight: 700;
  }
  .box__restart:focus,
  .box__restart:hover
  {
    color: #39bfd3;
  }

  /* .box__file{
    display: none;
  } */
  
  .js .box__file
  {
    /* width: 0.1px;
    height: 0.1px; */
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    /* z-index: -1; */
  }
  .js .box__file + label
  {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
  }
  .js .box__file + label:hover strong,
  .box__file:focus + label strong,
  .box__file.has-focus + label strong
  {
    color:#549be9;
  }
  .js .box__file:focus + label,
  .js .box__file.has-focus + label
  {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }
  .no-js .box__file + label
  {
    display: none;
  }
  
  .no-js .box__button
  {
    display: block;
  }
  .box__button
  {
    font-weight: 700;
    color: #e5edf1;
    background-color: #0069d9;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
  }
    .box__button:hover,
    .box__button:focus
    {
      background-color: #007bff;
      color:#fff;
    }
  
  .box.has-advanced-upload .box__dragndrop {
    display: inline;
  }
  
  .box.is-dragover {
    background-color: grey;
  }
  
  .box.is-uploading .box__input {
    visibility: none;
  }
  .box.is-uploading .box__uploading {
    display: block;
  } 

.btn-reset{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.btn-reset-request{
  display: none;
}
.btn-showdd{
    padding: .3em 1em;
}
.doc_sub_text{
    font-size: 1.3em;
}
h5.msg-condition{
  font-weight: 400;  
}
    h5.msg-condition strong{
      font-weight: 500;  
    }
#recover-wrap{
  display: none;
}
.modal{
  overflow-y:auto;
}
  .modal.fade{
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
      }
  .modal-content{
        background: #f7f7f7;
        border: none;
        border-radius: 0px;				
  }			
  .modal-header{
        background: #396bbc;
        color: #fff;
        border-radius: 0;
  }

  .modal-header hr{
        width: 3em;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

  .modal-header .close{
        color: #fff;
        text-shadow: none;
        opacity: 1;
        position: absolute;
        top: 10px;
        right: 15px; 
        border: 0;
        background: transparent;      
    }
.modal-footer{			
	border: none !important;
}  

.inquiry-submit:disabled{
  cursor: not-allowed;  
}

h4{
  text-align: center;
  /* color:#0f1626; */
  color:#fff;
  line-height: 2;
  padding: 0;
  font-size: 1.2rem;
}

h5{
  font-size: 16px;   
}

	.form-row{
		line-height: 1.5;
	}

	.help-block{
		color: #a94442;
		font-size: .7em;
	}
	.has-error{
		border: 1px solid #a94442;
		box-shadow: none;
	}

	.noval{
		border-color: #ccc !important;
		background-image: none !important;
	}

	.form-row.marg-top{
		margin-top: 1.7em;
	}

	input[type=text], 
	textarea,
	input[type=email], 
	select,
	input[type=tel],
	input[type=password]{
		font-size: 1em !important;
	}

  input[type=file], /* FF, IE7+, chrome (except button) */
  input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
      cursor: pointer; 
  }

.alert
{
/*    display: none;*/
}
.msg-response{
    font-size: .8rem;
    margin-bottom: 1em; 
    display: none;
}
.requirements
{
    list-style-type: none;
}

.wrong .fa-check
{
    display: none;
}

.good .fa-times
{
    display: none;
}
