/*
    Springboard Front-end Application form styling
	File: application-form.css
    Author: Nirmal Sivaram
	Created: 01/11/2019
    Last update: 01/11/2019
	Copyright: PeopleScout - A True Blue Company
*/

#appform_wrapper{
	margin-bottom:20px;
}
#appform_wrapper .formClient.formio-form{
	margin:0px !important;
	border: 1px solid #f6f6f6;
	padding: 10px;
	width: 100%;
	float: left;
	padding-bottom:0px;
	padding-top:0px;
}	
#appform_wrapper .formClient.formio-form .form-group{
	padding-bottom:10px;
}
#appform_wrapper .formClient.formio-form .form-group div.form-control{
	width: 100%;
	display: block;	
}
#appform_wrapper .formClient.formio-form .form-group .choices.form-group{
	margin-bottom:0px;
	padding-bottom:0px;
}
#appform_wrapper .formClient.formio-form .formio-component-saveDraft{
	width:25%;
	float:left;
	margin-top:20px;
}
#appform_wrapper .formClient.formio-form .list-inline{
	width:75%;
	float:right;	
	text-align:right;
	margin-top:20px;
}
#appform_wrapper .formClient.formio-form .list-inline > li{
	padding-right:0px;
}
#appform_wrapper .formClient.formio-form .list-inline .btn{
	margin-right:0px;
	margin-left:15px;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .formio-choices .form-control{
	border: none;
	box-shadow: none;
	padding: 0px;
	border:1px solid #cccccc;
	min-height:38px;
	padding-right:25px;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .formio-choices .form-control .choices__input{
	border:none;
	margin-bottom:0px;
	padding:0px;
	box-shadow: none;
	min-height: 32px;
	padding-left: 5px;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .formio-choices .form-control .choices__list .choices__item{
	margin-bottom: 0px;
	height: 30px;	
	background-color:#d4edda;
	border: 1px solid #c3e6cb;
	color:#000000;
	margin: 2px;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .formio-choices .form-control .choices__list .choices__item span{
	font-size: 15px;
	position: relative;
	top: 0px;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .choices[data-type*="select-multiple"] .choices__button{
	margin: 7px -4px 0 8px;
	background-size: 8px;
	opacity: .80;
	filter: invert(1);
	border-left: 1px solid #333333;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .choices[data-type*="select-multiple"]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
#appform_wrapper .formClient.formio-form .formio-component-checkbox .form-check-label span{
	position: relative;
	top: 2px;	
}
#appform_wrapper .row.formio-component-columns .col{
	padding-right: 15px;
	padding-left: 15px;
}
#appform_wrapper .card-body .row.formio-component-columns .form-group{
	width:100%;
}
#appform_wrapper .card-body > .form-group{
	/*width: 48.5%;*/
}
#appform_wrapper .form-group.alert-danger{
	background-color:transparent;
	border-color:transparent;
}
#appform_wrapper .card-body > .form-group.formio-component-datagrid{
	width:100%;
}
#appform_wrapper .formClient .panel{
	border:none;
	background-color:#ffffff;
	padding-bottom:0px;
}
#appform_wrapper .card-header .card-title{
	font-family: "Open Sans";
	font-weight: bold;
	font-size:18px;
}
#appform_wrapper .card-body{
	padding-bottom:0px;
}
#appform_wrapper .formClient .card .card-header{
	border-bottom: 1px solid #d3dfe5;
	margin-bottom:15px;
}
#appform_wrapper .formClient .card .card-body{
	border-top: none;
}

#appform_wrapper .formClient .formio-component .control-label{
	font-size:14px;
}

/* Validation errors */
#appform_wrapper .formClient .formio-component.required.has-error.alert{
	padding:0px;
}

/* Styling for wizard */
body {
  counter-reset: section;
}
#appform_wrapper #formClient.formClient nav{
	border: 1px solid #efefef;
	background:#f4f8ff;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#appform_wrapper #formClient.formClient .pagination{
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 5px;	
}
#appform_wrapper .page-item .page-link{
	border:none;
	color:#999999;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	background: transparent;
}
#appform_wrapper .page-item.active .page-link{
	border:none;
	background:transparent;
	color:#999999;
}
#appform_wrapper .page-item .page-link::before {
	counter-increment: section;
	content: counter(section);
	position:relative;
	margin-right: 7px;
	border:1px solid #d2d2d2;
	border-radius: 14px;
	width:25px;
	padding:8px;
	display: inline-block;
	height: 25px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	top:-2px;
	background:#F2F1EF;
	padding-left:8px;
	color:#aaaaaa;
}
#appform_wrapper .page-item .page-link::after {
	border-top:1px solid #d2d2d2;
	content:"";
	padding:0px 15px 0px 15px;
	position: relative;
	left: 10px;
	top: -4px;
	display: inline-block;
}
#appform_wrapper .page-item:last-of-type .page-link::after{
	display:none;
}
#appform_wrapper .page-item.active .page-link,
#appform_wrapper .page-item .page-link:hover,
#appform_wrapper .page-item.active .page-link:hover{
	background:transparent;
	color:#315383;
}
#appform_wrapper .page-item.active .page-link::before,
#appform_wrapper .page-item .page-link:hover::before,
#appform_wrapper .page-item.active .page-link:hover::before{
	background:#315383;
	color:#ffffff;
	border-color:#315383;
}

/* Styling for smart grid component */
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom > label{
	border-bottom: 1px solid #d3dfe5;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;	
	font-family: "Open Sans";
	font-weight: bold;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom > label.control-label--hidden{
	display:none;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table thead tr th:first-child,
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table tbody tr td:first-child{ 
	display:none;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table thead tr th,
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table tbody tr td,
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table tfoot tr td{
	border:none;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table{
	border: 1px solid #e6e6e6;
	background:rgba(244,248,255,0.7);
	border-collapse: inherit;
	padding: 5px;
}
#widget-content #appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table .form-group {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table tfoot tr td{
	padding-top:9px;
	padding-bottom:10px;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table thead tr th{
	padding-left:12px;
	padding-bottom:5px;
	font-weight:normal;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table .formio-button-remove-row{
	background:transparent;
	border:none;
	color:#dc3545;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#appform_wrapper .formClient .formio-button-remove-row .fa-times-circle-o{
	cursor:pointer;	
}
#appform_wrapper .formClient .formio-button-remove-row .fa-times-circle-o::before{
	content: "\f00d";
	font-size:17px;
	position:relative;
	top:9px;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .formio-button-remove-row .fa-times-circle-o.clear::before{
	content: "\f12d";
	font-size:16px;
}
#appform_wrapper .formClient .choices[data-type*="select-one"] .choices__input{
	padding: 6px;
	width: 96%;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 5px;
}
#appform_wrapper .formClient .choices[data-type*="select-one"] .choices__button{
	margin-right:28px;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table tbody tr:hover {
	border: 1px dashed #e6e6e6;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table textarea{
	height: 38px;
	padding: 5px;
	font-size:14px;
	line-height:17px;
}
#appform_wrapper .formClient.formio-form .smartGrid-formioCustom .datagrid-table .input-group .form-control{
	padding-left: 9px;
	margin-right: 10px;	
}

/* Styling for smart card list component */
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom > label{
	border-bottom: 1px solid #d3dfe5;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;	
	font-family: "Open Sans";
	font-weight: bold;	
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom > label.control-label--hidden{
	DISPLAY:NONE;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom table.datagrid-table{
	border: 1px solid #efefef;
    padding: 10px;
    border-collapse: inherit;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table thead{
	display:none;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table,
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table thead tr th,
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr td,
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tfoot tr td{
	border:none;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr td{
	padding:0px;
	padding-top:10px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr:first-child td{
	padding-top:0px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr td > .formio-component{
	border: 1px dashed #e6e6e6;
	background:rgba(244,248,255,0.7);
	border-collapse: inherit;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr{
	position:relative;
	width:100%;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr td:first-child{
	width: 105%;
	display: block;	
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tbody tr td.formio-remove-column{
	/*display: block;
    position: absolute;*/
    right: -5px;
    top: 0px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table .formio-button-remove-row{
	border:none;
	border-left: 1px solid #dc3545;
	border-bottom-left-radius: 35px;	
	background: rgba(220,53,69,0.7);	
	color:#ffffff;
	padding:0px;
	margin:0px;
	cursor:pointer;
	height: 35px;
	width: 40px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .formio-button-remove-row .fa-times-circle-o.clear::before{
	content: "\f12d";
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .formio-button-remove-row .fa-times-circle-o::before{
	top: -4px;
	left: 5px;
	font-size: 17px;
}
#appform_wrapper .formClient.formio-form .smartCardList-formioCustom .datagrid-table tfoot tr td{
	padding-left:0px;
}

/* Edit application buttons styling */
#appform_wrapper .application-edit-actions{
    float: left;
    width: 100%;
    text-align: right;
	margin-top:15px;
}
#appform_wrapper .application-edit-actions .rasp-btn{
	float:right;
	width:auto;
	margin-left:25px;
}
#appform_wrapper .application-edit-actions .rasp-btn .ui-button-text-only .ui-button-text{
	padding:0px;
}

/* Questionnaire styling */
#appform_wrapper .formClient.formio-form .formio-component-qn{
	padding-left:15px;
	padding-right:14px;
}
#appform_wrapper .formClient.formio-form .formio-component-qn .rasp-hidden{
	display:none;
}

/* Upload component styling */
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner{
	width:100% !important;
	background:transparent;
	border: none;
	min-height:200px !important;
	height:auto !important;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-Dashboard-innerWrap{
	height:auto !important;
	background: #fafafa;
	border: 1px dashed #bbbbbb;	
	margin-left:12px;
	margin-right:12px;
	min-height:150px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-Dashboard-innerWrap > span:not(:empty){
	min-height:150px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardContent-bar{
	height:40px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardContent-bar .uppy-DashboardContent-title{
	line-height:40px;
}	
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-StatusBar:not([aria-hidden="true"]).is-waiting{
	height:45px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-StatusBar-actions .uppy-c-btn-primary{
	padding: 8px 12px;
	margin-bottom: 0px;	
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardTabs-list{
	margin-top:20px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-DashboardAddFiles{
	background: transparent;
	border: none;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-DashboardAddFiles .uppy-DashboardTab .uppy-DashboardTab-btn:hover,
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-DashboardAddFiles .uppy-DashboardTab .uppy-DashboardTab-btn:focus{
	border: 1px solid #dddddd;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-dropFilesTitle{
	font-size:18px;
	margin-top: 0px;
	line-height: 140px;
	display: block;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Provider-authTitle{
    font-size: 14px;
	margin-bottom: 10px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Provider-authIcon svg{
	height:40px;
	width:40px;
	margin-bottom: 5px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardContent-panel{
	background: #fafafa;	
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardContent-back:focus{
	background:transparent;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-c-btn-primary{
	padding: 10px 15px;
	margin-bottom: 5px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem{
	height:auto;
	border: 1px solid #efefef;
	padding: 10px;
	background:#ffffff;	
}	
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .uppy-DashboardItem-action--remove,
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .uppy-DashboardItem-action--remove:hover{
	color:#cc0000;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .uppy-DashboardItem-fileInfo{
	padding-right:0px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .uppy-DashboardItem-fileInfo .uppy-DashboardItem-name{
	font-size:14px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type{
	border-radius: 0px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardTab button.uppy-DashboardTab-btn{
	width: 90px;
	margin-right: 10px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardTab button.uppy-DashboardTab-btn .uppy-DashboardTab-name{
	font-size:14px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-dropFilesHereHint{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 11-1.414 1.414L25 16.414V34a1 1 0 11-2 0V16.414l-5.293 5.293a.999.999 0 11-1.414-1.414l7-7a.999.999 0 011.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
}
#appform_wrapper .uploaded-files-container .panel.panel-info{
	margin-bottom: 20px;
	background: rgb(244, 248, 255);
	box-shadow: 0 0 0 #c5c4c4;
	border: 1px solid #efefef;
	padding: 0px;	
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-heading{
	border: none;
	padding: 5px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-heading .panel-title h4{
	font-size: 15px;
	text-transform: uppercase;
	margin: 8px 10px 8px 10px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body{
	border-top: 1px solid #eeeeee;
	background: rgba(255, 255, 255,0.5);
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .row{
	border-bottom: 1px dashed #e2e2e2;
	margin-left: 0px;
	margin-right: 0px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .row .col-xs-12{
	padding-left: 7px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .file-delete{
	color: #cc0000;
	padding: 0px;
	margin-right: 2px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .row .col-xs-11{
	padding-left: 10px;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .file-link{
	font-size: 14px;
	font-weight: bold;
}
#appform_wrapper .uploaded-files-container .panel.panel-info .panel-body .file-type{
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Conditional/grouped questions */
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .checkbox{
	padding-left:3px;
	display:block;
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .checkbox .form-check-label{
	display: block;
	text-align: left;	
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .checkbox .form-check-label span{
	padding-top: 0px;
	display: block;
	position: relative;
	top: -1px;  		
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .formio-component-container{
	padding-right: 0px;
	padding-left: 25px;
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .formio-component-container .form-group.formio-component{
	padding-right:0px;
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .formio-component-container .checkbox{
	padding-left:3px;
}
#appform_wrapper .formClient.formio-form div[class*="RaspCpWrapper"] .formio-component-container .formio-component-container{
	padding-left:25px;
}

/* Application form tiomeout warning and blocker styles */
#appFormOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
  cursor: pointer;
}

#appFormOverlay .overlay-content{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
} 
#appFormOverlay .overlay-content .loader{
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#appFormOverlay .overlay-content .message{
	margin-top:130px;
}