form {
    //margin-bottom: 90px;
}
button {
    font: inherit;
}
label {
    width: 100%;
    padding: 20px 0 10px 0;
    font-weight: 600;
}
label a {
    color: #2585b4;
}
li a {
    color: #2585b4;
}
input[type=text]:focus, input[type=date]:focus, select:focus, textarea:focus, button:focus {
    outline: none;
    /*border: 1px solid #2585b4;*/
}
input[type=text] {
    padding: 10px;
    min-width: 400px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    color: rgb(81, 81, 81);
    border: 1px solid #515151;
}
input[type=text]::placeholder {
    color: #ccc;
}
input[type=text]:read-only {
    background-color: #fbfbfb;
}
input[type=checkbox] {
    appearance: none;
    background-color: #fff;
    margin: 0 6px 0 0; /* Don't add top margin here */
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 2px 0;
}
form .col1 {
    margin: 5px 0;
}
.col1 input[type=checkbox] {
    margin-top: 15px;
}
input[type=date] {
    padding: 10px;
    min-width: 195px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    color: rgb(81, 81, 81);
    height: 38px;
}
input[type=time] {
    width: 250px;
    height: 65px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
input[type=color] {
    cursor: pointer;
    border: 1px solid #e9e9e9;
    padding: 2px 3px;
    width: 200px;
    border-radius: 4px;
    height: 38px;
}
select {
    padding: 9px;
    padding-right: 34px;
    height: 38px;
    vertical-align: top;
    min-width: 195px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    color: rgb(81, 81, 81);
    background-image: url("/images/icons/caret-down.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% + 2px);
    background-position-y: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    padding: 10px;
    min-width: 400px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    color: rgb(81, 81, 81);
}
::placeholder {
    color: #333;
}
.form-options {
    width: calc(100% - 320px);
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
}
.form-options button {
    margin-left: 10px;
    float: right;
}
.form-options .add {
    background-color: #2585b4;
    border: 1px solid #2585b4;
    color: #fff;
}
.form-options-spacer {
    height: 79px;
}
.form-filters {
    margin-bottom: 0 !Important;
}
.checkbox-label-old {
    width: calc(100% - 28px) !Important;
    padding: 0 !Important;
    font-weight: 400;
    position: relative;
    top: -4px;
}
input[type=checkbox]::after {
    content: "\2713";
    color: #2585b4;
    text-align: center;
    opacity: 0;
    position: relative;
    left: 3px;
    top: -4px;
    font-weight: bold;
    font-size: 14px;
}
input[type=checkbox]:checked::after {
    opacity: 1;
}
.add:hover {
    filter: brightness(85%);
}
.form-options .save {
    background-color: #2585b4;
    border: 1px solid #2585b4;
    color: #fff;
}
.save:hover {
    filter: brightness(85%);
}
.form-options .publish {
    background-color: #2585b4;
    border: 1px solid #2585b4;
    color: #fff;
}
.publish:hover {
    filter: brightness(85%);
}
.error {
    border-color: red !Important;
}
.error .money {
    border-left: 0 Important;
}
.error .money-before {
    border-right: 0 Important;
}
.postcode {
    min-width: 195px !important;
}
.hex {
    min-width: 20px !important;
    top: -7px;
    position: relative;
}
.checkbox-container {
    box-sizing: border-box;
    min-width: 230px;
}
.checkbox-label, .never-expires {
    font-weight: normal;
    width: inherit !important;
    max-width: 364px;
    position: relative;
    top: -5px;
    margin-bottom: -6px;
    padding: 6px;
    display: inline-flex;
}
.social-media-container {
    width: 400px;
    overflow: hidden;
}
.social-media {
    border: 1px solid #e9e9e9;
    border-radius: 4px 0 0 4px;
    height: 16px;
    position: relative;
    border-right: 0;
    float: left;
    padding: 10px 0 10px 10px;
    color: #bbbbbb;
}
#Facebook, #Twitter, #LinkedIn {
    float: left;
    border-left: 0;
    position: relative;
    border-radius: 0 4px 4px 0;
    width: 100%;
    padding-left: 0;
    min-width: 0 !important;
}
span {
    display: block;
    overflow: hidden;
}
.Award, .AwardClassification {
    min-width: 400px !Important;
}
.OrdinaryPayRate, .OrdinaryPayRatePer {
    min-width: 195px !important;
    margin-right: 8px;
}
.suggestions {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    position: absolute;
    background-color: #ffffff;
    z-index: 100;
}
.suggestions li {
    padding: 5px 10px;
    cursor: pointer;
}
.suggestions li:hover {
    background-color: #e9e9e9;
}
.business-essentials label {
    width: calc(100% - 28px) !Important;
    padding: 0 !Important;
    font-weight: 400;
    position: relative;
    top: -4px;
}
.business-essentials, .employment-contracts, .OHR, .OHRSB, .Adhoc, .Project, .Coaching, .SoftwareVR, .SoftwareELMO, .Pricing {
    display: none;
}
.pricing-row {
    display: none;
}
.currency-container { }
.input-before {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9 !important;
    border-radius: 4px 0 0 4px;
    height: 38px;
    width: 36px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    float: left;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 16px !important;
}
.input-after {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9 !important;
    border-radius: 0 4px 4px 0;
    height: 16px;
    width: 14px;
    padding: 10px;
    position: relative;
    float: left;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 16px !important;
}
.currency, .field-search, .content-search, .calendar {
    border-radius: 0 4px 4px 0 !Important;
    border-left: 0 !Important;
}
.percent {
    border-radius: 4px 0 0 4px !Important;
    border-right: 0 !Important;
}
.currency, .calendar, .percent {
    min-width: 156px !Important;
    width: 156px;
    text-align: right;
}
.percent {
    float: left;
}
.field-search {
    min-width: 362px !Important;
}
.content-search {
    min-width: 150px !Important;
    max-width: 150px !Important;
}
.currency-total {
    font-weight: 600;
}
.HoursPerWeek {
    min-width: 195px !Important;
}
.SoftwareELMOEmployees {
    min-width: 195px !Important;
}
.note {
    font-weight: 400;
    display: inline;
}
.fa-solid {
    font-size: 14px;
    opacity: 0.7;
}
.fa-trash-can {
    color: red;
}
.fa-circle-down {
    color: limegreen;
}
.fa-pencil {
    color: deepskyblue;
}
.fa-plus, .fa-play {
    color: mediumseagreen;
}
.fa-caret-down {
    width: 14px;
}
.fa-calendar-days {
    line-height: 16px !important;
}
.fas {
    padding: 20px 150px;
}
.SubLocationOf, .TimeZone {
    width: 400px !Important;
}
.checkbox-container {
    //padding: 10px;
}
.checkbox input[type=checkbox] {
    margin: 0 !Important;
}
.hours, .mins {
    width: 50px;
    min-width: 50px !Important
}
.action-icons i {
    padding-left: 10px;
}
.filters {
    width: 100%;
    box-sizing: border-box;
    display: none;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 20px;
}
.wysiwyg-editor {
    //margin: 20px 0;
}
.wysiwyg-editor .btn-toolbar, .wysiwyg-editor .wysiwyg-toolbar {
    background-color: #f3f3f3;
}
.wysiwyg-editor .btn-toolbar .btn-group>.btn, .wysiwyg-editor .wysiwyg-toolbar .btn-group>.btn {
    margin-left: 2px;
}
.hide {
    display: none;
}
.casual-loading-inclusive {
    display: none;
}

.ui-datepicker {
    margin-left: -36px !Important;
    width: 280px !Important;
    padding: 0 !Important;
    border-color: #e9e9e9 !Important;
    border-radius: 4px !Important;
}
.ui-datepicker table {
    margin: 0 !Important;
}
.ui-state-default {
    background-color: #f3f3f3 !Important;
    border-color: #e9e9e9 !Important;
    border-radius: 2px;
    font-family: inherit !Important;
}
.ui-state-default:hover {
    background-color: #e9e9e9 !Important;
    border: 1px solid #e9e9e9 !Important;
}
.ui-state-highlight {
    background-color: #e9e9e9 !Important;
    border-radius: 2px;
    color: inherit !Important;
}
.ui-state-active {
    background-color: #2585b4 !Important;
    border-color: #2585b4 !Important;
    border-radius: 2px;
    color: #fff !Important;
}
.ui-datepicker-month, .ui-datepicker-year {
    width: 50px !Important;
    min-width: 100px !Important;
}
.ui-datepicker-calendar {
    padding: 4px !Important;
}
.ui-datepicker-next, .ui-datepicker-prev {
    top: 11px !Important;
}
.ui-datepicker-next span {
    margin-left: -16px !Important;
}
.ui-datepicker-prev span {
    margin-left: 0px !Important;
}
.ui-datepicker-prev-hover {
    left: 2px !Important;
    border: 0 !Important;
}
.ui-datepicker-next-hover {
    right: 2px !Important;
    border: 0 !Important;
}
.ui-widget-header {
    border: 0 !Important;
    border-bottom: 1px solid #e9e9e9 !Important;
    background-color: #fff !Important;
}
.ui-state-hover {
    background: inherit !Important;
    border: 0 !Important;
    font-weight: inherit !Important;
    color: inherit !Important;
}