a.shifted_anchor {
    position: relative;
    top: -35px;
    margin: 0;
    padding: 0;
    float: left;
}

/* disable when Like, Flag, Reply will be implemented */
.careTable tr:hover td {cursor: default !important;}

/* don't mark required fields */
.asteriskField {
    display: none;
}

/* override calendar add event guests field */
#pplAutoCmplt .scroller {
    height: auto;
}

#pplAutoCmplt {
    bottom: 17px;
}

#interval_container {
    margin-left: 5px;
}

#div_id_repeat_on .custom-control-label {
    display: inline;
    margin-left: 48px;
    min-height: 18px;
}

#div_id_repeat_on .custom-control-input {
    min-height: 18px;
    margin-left: 48px;
}

div.pageContent {
    margin: 60px 30px;
}

/* override logo margin */
#logoAgency {
    margin: 15px 0 5px 15px;
}

/* no cursor */
a.noCursor {
    cursor: default;
}

/* override original login template */
div#modReg .formLogin {
    padding: 25px 20px 0 72px;
}

/* override original login template */
div#modReg .formLogin .sbmtButs input {
    float: right;
    width: 130px;
    margin-right: 62px;
}

/* Zurb Foundation Abide plugin form validation error styles
 * @release Foundation 4.3.1 */
/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
    margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

.error span.error.inline, .error small.error.inline {
    display: inline-block;
}

.error input,
.error textarea,
.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
    background: #fafafa;
    border-color: #999999;
}

.error label,
.error label.error {
    color: #c60f13;
}

.error small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

input.error:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #999999;
}

.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
    background: #fafafa;
    border-color: #999999;
}

label.error {
    color: #c60f13;
}

.inline_css {
    display: flex;
}

.btn_css {
    float: right;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: 10px;
    cursor: pointer;
}