/*
    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{
	box-shadow: none;
	padding: 0px;
	border:1px solid #cccccc!important;
	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 {
  position: relative !important;
}
#appform_wrapper .formClient.formio-form .formio-component-multiple .formio-choices .form-control .choices__list .choices__item{
	height: 30px;	
	background-color:#d4edda;
	border: 1px solid #c3e6cb;
	color:#000000;
	margin: 5px!important;
}
#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 .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-actions .uppy-c-btn-primary{
	padding: 10px 15px;
	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:#1f1f1f;
}
#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;
}

/* AB: SB-3844 Uppy file uploader enhancements */
/*#appform_wrapper .formClient.formio-form .uppy-Dashboard.uppy-Root{
  margin-bottom:20px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type{
  width: 100%;
  padding: 5px !important;
  height: 36px !important;
  min-height: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 12px;
  background: #fff;
  border-width:1px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.doc-type.invalid {
  border-color: #dc3545;
  color: #dc3545;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-appearance: none;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.disabled:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: none;
}
#appform_wrapper .uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
  left: -8px;
  right: auto;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .btn-delete-action i{
  color: #dc3545;
	font-size: 16px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 position:relative;
 margin: 0 12px;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 align-items: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:calc(50% - 5px);
  margin:10px 5px 0;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:50px;
  background-color: #fff;
  border-radius: .42rem;
  overflow: hidden;
  align-items: center;
  border: 1px solid #e7e7e7;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail {
  width:40px;
  height:50px;
  overflow:hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  align-items: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail i {
 width:auto;
 font-size: 21px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail-label {
 font-weight:400;
 color:#3f4254;
 margin-left:0px;
 padding-right:10px
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail {
 margin:auto 10px auto auto;
 cursor:pointer
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail i {
 font-size:1.3rem;
 color:#dc3545;
 -webkit-transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail:hover i {
 color:#dc3545;
 -webkit-transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container:nth-child(odd) {
 margin-left:0
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container:nth-child(even) {
 margin-right:0
}
@media (max-width:1199.98px) {
 #appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:calc(100% - 5px);
  margin:10px 0 0
 }
}
@media (max-width:1023.98px) {
 #appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:100%;
  margin:10px 0 0
 }
}

#appform_wrapper .formClient.formio-form .uppy-Dashboard.uppy-Root .uppy-Dashboard-dropFilesTitle{
	line-height: 25px;
	margin-top: 0;
	order: 1;
  font-weight: normal;
	text-align: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard.uppy-Root .uppy-Dashboard-dropFilesTitle .uppy-Dashboard-browse{
  text-decoration: underline;
}

#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles span{
  display: block;
  width: calc(110% - 40px);
	font-size: 16px;
	text-align: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse:hover,
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse:focus,
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse:active{
	text-decoration: none;
	border:0px none;
}*/
/*#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse{
  font-size: 0px;
  height: 40px;
  width: 40px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse::after{
  content: "\f093";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: #c7c7c7;
  margin: 10px 0 15px 0;
  display: block;
}*/
/*
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles-info{
  display: inline-block;
  position: relative;
  padding-top: 5px;
  order: 3;
  bottom: auto;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles-info .uppy-Dashboard-note{
  font-size: 16px;
  color: #525252;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles span::before{
  content: "Upload CV, cover letters, etc \a";
  white-space: pre;
  font-weight: bold;
	font-size: 21px;
	text-align: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-inner .uppy-DashboardAddFiles {
  margin: 20px auto;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-DashboardAddFiles .uppy-Dashboard-browse::after{
	color: green;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files{
  min-height:220px;
}*/


/**********************************************************************/
/* AB removing all previous styling and adding new uppy styling below */
/**********************************************************************/
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.doc-type.invalid {
  border-color: #dc3545;
  color: #dc3545;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  appearance: none;
  -webkit-appearance: none;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-Dashboard-files .uppy-DashboardItem .doc-type.disabled:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: none;
}

#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails {
 display:flex;
 position:relative;
 margin: 0px;
 flex-wrap:wrap;
 align-items: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:calc(50% - 5px);
  margin:10px 5px 0;
  position:relative;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:50px;
  background-color: #fff;
  border-radius: .42rem;
  overflow: hidden;
  align-items: center;
  border: 1px solid #e7e7e7;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail {
  width:40px;
  height:50px;
  overflow:hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  align-items: center;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail i {
 width:auto;
 font-size: 21px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail-label {
 font-weight:400;
 color:#3f4254;
 margin-left:0px;
 padding-right:10px;
 font-size: 14px;
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail {
 margin:auto 10px auto auto;
 cursor:pointer
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail i {
 font-size:1.3rem;
 color:#dc3545;
 -webkit-transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail:hover i {
 color:#dc3545;
 -webkit-transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
 transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container:nth-child(odd) {
 margin-left:0
}
#appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container:nth-child(even) {
 margin-right:0
}
@media (max-width:1199.98px) {
 #appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:calc(100% - 5px);
  margin:10px 0 0
 }
}
@media (max-width:1023.98px) {
 #appform_wrapper .formClient.formio-form .uppy-Dashboard .uppy-thumbnails .uppy-thumbnail-container {
  width:100%;
  margin:10px 0 0
 }
}
.formio-component .uppy-Root {
  font-family: inherit;
  margin-bottom: 35px;
}
.formio-component .uppy-Root .uppy-Dashboard-inner {
  width: 100% !important;
  padding: 20px 25px;
  border-radius: 0px;
  color: #757575;
  font-size: 14px;
  margin: 15px 0 0;
  min-height: 200px;
  transition: min-height 0.25s ease-out;
}
.formio-component .uppy-Root .uppy-Dashboard-inner.expand {
  transition: min-height 0.25s ease-out;
  min-height: 400px;
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  border:1px dashed #bbb;
  padding: 25px 0;
  justify-content: center;
  color: #666;
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle button{
  font-size: 0px;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  margin: 0;
}
.formio-component .uppy-Root .uppy-DashboardAddFiles{
  border:0px none;
  margin: 0px
}
.formio-component .uppy-Root .uppy-DashboardTabs-list{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px;
  max-width: 400px;
  overflow-y: visible;
  flex-grow: 1;
  position: relative;
  padding: 0;
  min-width: 50%;
}
.formio-component .uppy-Root .uppy-DashboardTab{
  width: auto;
  border-bottom-width:0px;
  margin-bottom: 0px;
  flex-basis: 0;
  flex-grow: 1;
  margin: 0px;
  padding: 0 1px;
}

.formio-component .uppy-Root .uppy-DashboardTab-btn{
  background: #f7f7f7;
  border: 1px solid #eee;
  /*! margin: 0 10px; */
  width: 100%;
  border-radius: 0px;
  padding: 20px 15px;
  margin: 0px;
  font-size: 14px;
}
.formio-component .uppy-Root.uppy-size--md .uppy-DashboardTab-btn{
  width:100%;
}
.formio-component .uppy-Root .uppy-DashboardTab-btn:hover,
.formio-component .uppy-Root .uppy-DashboardTab-btn:focus{
  background: #e7e7e7;
}
.formio-component .uppy-Root .uppy-DashboardTab-btn:hover .uppy-DashboardTab-name{
  color: #555;
}
.formio-component .uppy-Root .uppy-DashboardTab:not(:first-child) .uppy-DashboardTab-btn{
  border-left-width: 0px
}
.formio-component .uppy-Root .uppy-DashboardTab:first-child .uppy-DashboardTab-btn svg{
  display: none;
}
.formio-component .uppy-Root .uppy-DashboardTab:first-child .uppy-DashboardTab-btn:before{
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='45' height='45'%0AviewBox='0 0 50 50'%0Astyle=' fill:%2314284b;'%3E%3Cpath d='M 3 4 C 1.347656 4 0 5.347656 0 7 L 0 33.09375 C 1.464844 25.296875 3.105469 16.550781 3.1875 16.125 C 3.695313 13.535156 5.648438 12 8.4375 12 L 47 12 L 47 11 C 47 9.347656 45.652344 8 44 8 L 18.03125 8 C 17.753906 7.898438 17.183594 6.992188 16.875 6.5 C 16.105469 5.273438 15.316406 4 14 4 Z M 8.4375 14 C 7.15625 14 5.5625 14.449219 5.15625 16.53125 C 5.027344 17.179688 1.132813 37.910156 0 43.9375 L 0 44 C 0 45.652344 1.347656 47 3 47 L 42 47 C 43.621094 47 44.945313 45.703125 45 44.09375 L 49.96875 17.1875 L 50 17 C 50 15.347656 48.652344 14 47 14 Z'%3E%3C/path%3E%3C/svg%3E");
}
.formio-component .uppy-Root .uppy-DashboardTab-name{
  font-size:12px;
  color: #666;
  text-transform: uppercase;
  margin-top: 10px;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}



.formio-component .uppy-Root .uppy-DashboardTab-btn svg{
  width: 45px;
  height: 45px
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-DashboardTabs-list:before{
  content: "OR";
  display: block;
  width: 50px;
  align-self: center;
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle span:before{
  display: block;
  content: "DRAG & DROP FILES HERE \a OR";
  font-size: 14px;
  white-space: pre;
  letter-spacing: 0.1rem;
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle span button{
  font-size: 14px;
  margin-top:3px;
  letter-spacing: 0.1rem;
}
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle span button:hover,
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle span button:focus,
.formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle span button:active{
  text-decoration: underline;
  border-bottom-width: 0px;
}
.formio-component .uppy-Root .uppy-DashboardTabs{
  flex-direction: row;
}


.formio-component .uppy-Root .uppy-Dashboard-innerWrap > span .uppy-DashboardContent-panel{
  
  border: 1px solid #ddd;
}
.formio-component .uppy-Root .uppy-DashboardContent-title{
  font-size: 16px;
}
.formio-component .uppy-Root .uppy-DashboardContent-bar{
  border-color: #dedede;
}
.formio-component .uppy-Root .uppy-Provider-authTitle{
  font-size: 16px;
}

.uppy-uploaded-files .document-details{
  display: flex;
  align-items: center;
}
.uppy-uploaded-files .document-details,
.uppy-uploaded-files .document-details span{
  color: #757575;
  font-size: 13px;
}

.uppy-uploaded-files .document-notes .text{
  font-size: 14px;
  margin-top:5px;
  display: block;
}
.uppy-uploaded-files .uppy-uploaded-file-list{
  padding: 0px;
  font-size: 14px;
}
.uppy-uploaded-files .uppy-uploaded-file-list li{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.uppy-uploaded-files .uppy-uploaded-file-list li:first-child{
  border-top-width: 0px;
}
.uppy-uploaded-files .uppy-uploaded-file-list li *[class*="col-xs"]{
  padding-right: 0px;
}
.uppy-uploaded-files .uppy-uploaded-file-list li .col-xs-1{
  width: 30px;
}
.meta-candidate-profile,
.candidate-profile-uploader .meta-other{
  display:none;
}
.candidate-profile-uploader .meta-candidate-profile{
  display: inline-block;
}
.candidate-profile-uploader .document-notes.meta-candidate-profile{
  display:block;
}
.formio-component .uppy-Root .uppy-DashboardItem{
  background: #e7e7e7;
  height: auto;
  padding: 15px;
  border-radius: 0.25rem;
  border:1px solid #ddd;
  width: calc(33% - 30px);
}
.formio-component .uppy-Root .uppy-DashboardItem select{
  height: auto;
  margin-top:5px;
  padding: 5px 10px;
}
.formio-component .uppy-Root .uppy-DashboardItem .uppy-DashboardItem-fileInfoAndButtons{
  float: right;
  width: calc(100% - 40px);
  padding: 0px;
}
.formio-component .uppy-Root .uppy-DashboardItem-preview,
.formio-component .uppy-Root.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview{
  float: left;
  width: 30px;
  height: 45px;
  max-height: 45px;
}
.formio-component .uppy-Root .uppy-DashboardItem-previewInnerWrap{
  display: none;
}
.formio-component .uppy-Root .uppy-DashboardItem-preview:before{
  content: "\F09EE";
  display: block;
  font:normal normal normal 30px/1 "Material Design Icons";
  color: #333;
  font-size: 38px;
}
.meta-data{
  margin-left: 0px;
  color: #757575;
  display: block;
}
.meta-data span{
  display: inline;
  font-size: 13px;
  color: #757575;
}
.uppy-uploaded-files .file-actions > div{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.uppy-uploaded-files .file-actions > div > div{
  padding-left: 10px;
}
.uppy-uploaded-files .file-actions .action-delete .mdi{
  color: #f00;
}
.uppy-uploaded-files .file-actions .mdi{
  font-size: 18px;
  cursor: pointer;
}
.uppy-uploaded-files .edit-mode{
  margin-right: 5px;
}
.uppy-uploaded-files .doc-type-select{
  height: auto;
  padding: 5px 10px;
}
.uppy-uploaded-files .doc-type-label{
  margin-top:5px;
}
.uppy-uploaded-files .list-header{
  border: 1px solid #ddd;
  border-top-width: 1px;
  border-top-width: 0px;
  padding: 10px 25px;
  background: #e7e7e7;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.formio-component .uppy-Root .uppy-ProviderBrowser-searchInput{
  padding-left: 27px;
}
.formio-component .uppy-Root label.uppy-ProviderBrowserItem-inner{
  font-size: 12px;
}

.uppy-Root.uppy-size--md .uppy-DashboardTabs{
  flex-direction: column;
}
.uppy-Root.uppy-size--md .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
.uppy-Root.uppy-size--md .uppy-DashboardTabs-list{
  min-width: 100%;
  max-width: 100%;
}
.uppy-Root.uppy-size--md .uppy-Dashboard-inner{
  min-height: 300px;
}
.uppy-Root.uppy-size--md .uppy-Dashboard-inner.expand {
  min-height: 400px;
}
.uppy-Root.uppy-size--md .uppy-Dashboard-inner .uppy-DashboardTabs-list::before{
  display: none;
}
.uppy-Root.uppy-size--md .uppy-DashboardItem{
  width: calc(50% - 30px);
}

.uppy-Root.uppy-size--lg .uppy-DashboardItem{
  width: calc(33% - 30px);
}
.uppy-Root.uppy-size--lg .uppy-DashboardTabs{
    flex-direction: row;
  }
.uppy-Root.uppy-size--lg .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
.uppy-Root.uppy-size--lg  .uppy-DashboardTabs-list{
    min-width: 45%;
  }
.uppy-Root.uppy-size--lg .uppy-Dashboard-inner{
    min-height: 200px;
  }
.uppy-Root.uppy-size--lg .uppy-Dashboard-inner.expand {
    min-height: 400px;
}
.uppy-Root.uppy-size--lg .uppy-Dashboard-inner .uppy-DashboardTabs-list::before{
    display: block;
  }

@media only screen and (max-width: 810px) {
  .formio-component .uppy-Root .uppy-DashboardTab-btn{
    flex-direction: column;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner{
    min-height: 300px;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner.expand {
    min-height: 400px;
  }
  .formio-component .uppy-Root .uppy-DashboardTabs{
    flex-direction: column;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
  .formio-component .uppy-Root .uppy-DashboardTabs-list{
    min-width: 100%;
    flex: 0;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-DashboardTabs-list::before{
    display: none;
  }
} 
@media only screen and (max-width: 450px) {
  .formio-component .uppy-Root.uppy-size--md .uppy-DashboardItem,
  .formio-component .uppy-Root.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem{
    width: 100%;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner{
    min-height: 400px;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner.expand {
    min-height: 450px;
  }
  .formio-component .uppy-Root .uppy-DashboardTab .uppy-DashboardTab-btn{
    padding: 15px 10px;
  }
  .formio-component .uppy-Root .uppy-DashboardTab .uppy-DashboardTab-btn svg{
    height: 32px;
    width: 32px;
    margin: 0px;
    margin-bottom: 15px;
  }
  .formio-component .uppy-Root .uppy-DashboardTab:first-child .uppy-DashboardTab-btn::before{
    height: 32px;
    width: 32px;
    margin: 0px;
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='32' height='32'%0AviewBox='0 0 50 50'%0Astyle=' fill:%2314284b;'%3E%3Cpath d='M 3 4 C 1.347656 4 0 5.347656 0 7 L 0 33.09375 C 1.464844 25.296875 3.105469 16.550781 3.1875 16.125 C 3.695313 13.535156 5.648438 12 8.4375 12 L 47 12 L 47 11 C 47 9.347656 45.652344 8 44 8 L 18.03125 8 C 17.753906 7.898438 17.183594 6.992188 16.875 6.5 C 16.105469 5.273438 15.316406 4 14 4 Z M 8.4375 14 C 7.15625 14 5.5625 14.449219 5.15625 16.53125 C 5.027344 17.179688 1.132813 37.910156 0 43.9375 L 0 44 C 0 45.652344 1.347656 47 3 47 L 42 47 C 43.621094 47 44.945313 45.703125 45 44.09375 L 49.96875 17.1875 L 50 17 C 50 15.347656 48.652344 14 47 14 Z'%3E%3C/path%3E%3C/svg%3E");
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
  .formio-component .uppy-Root .uppy-DashboardTabs-list{
    min-width: 100%;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-DashboardTabs-list{
    flex: 0;
  }
  .formio-component .uppy-Root .uppy-Dashboard-inner .uppy-DashboardTabs-list::before{
    display: none;
  }
} 
@media(min-width:200px) and (max-width:767px) {
  .file-actions {
    width: 100%;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 5px;
    padding-right: 15px !important;
  }
}
.formio-component .uppy-Root .doc-type-container{
  clear: both;
  padding-top: 10px;
}
.formio-component .uppy-Root .doc-type-container label{
	font-size:14px;
  color: #757575;
}
.uppy-Root .upload-help-info{
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.uppy-Root .upload-help-info span{
  display: inline-block;
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  min-width: 16px;
}
.uppy-Root .upload-help-info span i{
  left: 0.15rem;
  top: 0.1rem;
  position: absolute;
}
.uploaded-files-container .ui-dialog{
  background: #fff;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog{
    padding: 1.5rem;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-titlebar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    color: #bd2130 !important;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title::before{
      font:normal normal normal 30px/1 "Material Design Icons";
      content: "\F015A";
      font-size: 64px;
      position: relative;
      width: 100%;
      height: 65px;
      color: $danger;
      display: block;
      text-align: center;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-content{
    text-align: center;
    padding-top: 10px;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-confirm-dialog-message{
    font-size: 14px;
    text-align: center;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer{
    padding-top: 0px;
    text-align: center;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer button{
    margin: 0px;
    padding: .45rem 1.5rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0.25rem;
    border:1px solid #d2d2d2
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer button +button{
    margin-left: 15px;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer button .ui-icon{
    display: none;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer button span{
    padding: 0px;
}
.uploaded-files-container .ui-confirm-dialog.ui-dialog .ui-dialog-footer button.ui-confirmdialog-yes{
    background: #bd2130;
    border: 1px solid #bd2130;
    color: #fff
}