.breadcrumbs li:last-child span.arrow {
    display: none;
}

.input.half {
    float: left;
    margin-right: 10px;
}

.input.one-third {
    margin-right: 10px;
    float: left;
}

.input.small {
    width: 8.8%;
}

.input-wrapper {
    clear: both;
}

input.flatpickr-input.form-control.input {
    background: inherit;
}

.message {
    color: #cc4b37;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    clear: both;
}
.form-submit {
    clear: both;
}

.page-wrapper .block .block-content input {
    width: 100%;
}

.page-wrapper .block .block-content .custom-select {
    margin: 10px 0 10px;
}

.page-wrapper .block .block-content input {
    margin: 0px 0 10px;
}

.page-wrapper .block label {
    padding: 10px 10px 10px 0;
    margin: 0px;
}

span.showCompany {
    position: relative;
}

.input.select-normal {
    width: 270px;
}

.input.select-big {
    width: 560px;
    max-width:100%;
}

input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    width: 20px !important;
    height: 20px !important;
    top: 5px;
    z-index: 2;
}

.edit-profile label {
    font-weight: bold;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.hide {
  display: none;
}

textarea {

  min-height: 122px;
}


@media only screen and (max-width: 1259px) {
    .input.small {
        width: 104px;
    }
}

@media only screen and (max-width: 940px) {
    .input.small {
        width: 86px;
    }
}
@media only screen and (max-width: 767px) {
    .input.small {
        width: 82px;
    }
}

@media only screen and (max-width: 397px) {
    .input.small {
        width: 82px;
    }
    .input.half {
        width:100%;
    }
    .input.half.small {
        width: 47%;
    }
}