.ps_uploadfile_area {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 2px dashed #00AEEF;
    background-image: url('/images/upload_photo.svg');
    background-size: 50px;
    background-position: center center;
    background-repeat:no-repeat;
}

input.ps_uploadfile_button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
input.ps_uploadfile_active {
    cursor: pointer;
    visibility:visible;
    -webkit-tap-highlight-color: transparent;
}
input.ps_uploadfile_inactive {
    visibility:hidden;
}
.cancel_upload_photo {
  float: right;
  display: inline-block;
  position: relative;
  bottom: 105px;
  right: 5px;
  cursor:pointer;
  display:none;
}
.cancel_upload_photo img {
  width:20px;
  height:20px;
}
.ps_uploading, .ps_error_message, .ps_step_upload {
  display:none;
}

.log_column_title {
    color: #00529b;
    font-size: 2rem;
    font-weight: 600;

}

.log_column_subtitle {
    color: #00aeef;
    font-size: 1rem;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}

.row0 .uk-container .log_column_subtitle:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row0 .uk-container .log_column_subtitle:nth-child(1) {
  margin-top: 30px;
}
.row0 .uk-container .log_column_subtitle:nth-child(3) {
  margin-bottom: 30px;
}

#submit_form, #submit_new_receipt, #submit_check {
    background: #00529b;
    border: none;
    color: #fff;
    border-radius: 12px;
    max-width: 300px;
    width: 100%;
    font-size: 1rem;
}

.ps_noitems {
	display:none;
}

#section_01 {
	padding-bottom: 40px !important;
	background: url(/images/nounou_small_background_7.jpg) top center no-repeat;
	background-size: cover;
}
@media screen and (max-width:1199px) {
	#section_01 {
		background: none;
	}
}

.ps_logo img {
  width: 200px;
}

.uk-checkbox,
.uk-radio {
  height: 26px !important;
  width: 26px !important;
}

.checkboxes {
  color: #00aeef;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.checkboxes label{
	padding-bottom: 20px;
}

.checkboxes input {
  margin-right: 10px !important;
}
.checkboxes input {
	float: left;
}
@media screen and (min-width: 1025px) {
	.checkboxes {
		margin-left:0px
	}
}
