/********** COLORS **********/
/*      Grijs: #0E2756;		*/
/*    Oranje LG: #0E2756;	*/
/*    Oranje MD: #2132B8;	*/
/*    Oranje SM: #FF9855;	*/
/*    Oranje XS: #FF9855;	*/
/********** COLORS **********/


/* WRAPPER */
.wrapper::before {
    background: #0E2756 linear-gradient(to right, #0E2756, #0E2756 20%, #0E2756 20%, #0E2756 40%, #2132B8 40%, #2132B8 60%, #FF9855 60%, #FF9855 80%, #FF9855 80%, #FF9855) repeat scroll 0 0 / 100% auto;
}
.wrapper {
    background: #fff url("../img/bground-pattern-parentzz.png") no-repeat scroll right bottom;
}

/* ASIDE */
aside {
    background: #0E2756 url("../img/sidebar-dropshadow.png") no-repeat scroll right center;
}
aside nav ul li a.active {
    color: #ffffff;
    font-weight: bold;
}
aside nav ul li a:hover {
    border-left: 4px solid #2132B8;
}
aside nav ul li a i {
    font-size: 20px;
}
aside #appMenu ul li {
    margin: 10px 0;
}
aside nav ul li a .pill {
    background: #2132B8 none repeat scroll 0 0;
}

/* LINK */
a {
    color: #0E2756;
    text-decoration: underline;
}

.tabs-title > a {
    color: #0E2756;
}
a:hover, a:focus, a:active {
    color: #0E2756;
}

/* HEADER */


header .row .user i[class*="icon-"] {
    color: #0E2756;
}
header .row h1 {
    color: #0E2756;
}
header .row .user .avatar {
    background: #FF9855 url("/themes/ls/svg/user.svg") no-repeat scroll center 10px / 50px 50px;
}
header .row .user .avatar {
    border: 2px solid #FF9855;
}
header .row .user .f-dropdown {
    border: 1px solid #FF9855;
}
header .row .user .f-dropdown li a:hover {
    background: #FF985550 none repeat scroll 0 0;
}
.f-dropdown::after {
    border-color: transparent transparent #FF9855;
}

/* BUTTONS */
header .button.large, .maincontent .button.large, .reveal-modal .button.large {
    background: #454fa3 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #e1e1f8;
}
header .button.large, .maincontent .button.large.orange, .reveal-modal .button.large {
    background: #FF9855 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #FF9855;
    color:#FFF;
}
header .button.large:hover, .maincontent .button.large:hover, .reveal-modal .button.large:hover {
    background: #454fa395 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #454fa3;
}
header .button.large:hover, .maincontent .button.large.orange:hover, .reveal-modal .button.large.orange:hover {
    background: #FF985580 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #FF9855;
}
header .button, .maincontent .button, .reveal-modal .button {
    background: #0E275685 none repeat scroll 0 0;
}
header .button:hover, .maincontent .button:hover, .reveal-modal .button:hover {
    background: #F78F4280 none repeat scroll 0 0;
}
header .button.large.disabled, .maincontent .button.large.disabled, .reveal-modal .button.large.disabled {
    background: #d6d6d6 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #bababa;
    color: #fff;
}
header .button.large.secondary:hover, .maincontent .button.large.secondary:hover, .reveal-modal .button.large.secondary:hover {
    background: #B0B0B0 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #272726;
    color:#FFF;
}
header .switch input:checked + label, .maincontent .switch input:checked + label, .reveal-modal .switch input:checked + label {
    background: #88c425 none repeat scroll 0 0;
}

/* MAIN CONTENT */
.maincontent h1 {
    color: #0E2756;
}
.maincontent h2 {
    color: #2132B8;
}
.maincontent table tbody tr:nth-of-type(2n+1) {
    background: #FF985520 none repeat scroll 0 0;
}
.login .maincontent h1 span {
    color: #0E2756;
}
.maincontent .status.green {
    color: #88c425;
}
.maincontent .status.green i::before {
    color: #88c425;
}
.maincontent .status.orange-disarmed {
    color: #FF9855;
}
.maincontent .status.orange-disarmed i::before {
    color: #FF9855;
}
.maincontent .map .location {
    background: #0E2756 none repeat scroll 0 0;
}
.maincontent form .icon-check-sign {
    color: #FF9855;
}
.maincontent .status[class*="step-"] i::before {
    background: #88c425 none repeat scroll 0 0;
}
.maincontent .disabled [class*="step-"] i::before {
    background: #dcdcdc none repeat scroll 0 0;
}
.maincontent .addresslist ul li a.active {
    background: #0E2756 none repeat scroll 0 0;
}
.maincontent .addresslist h3 {
    border-bottom: 2px solid #0E2756;
    color: #0E2756;
}
.maincontent .addressContact .head .avatar .img {
    background: #FF9855 url("/themes/ls/svg/user.svg") no-repeat scroll center 6px / 90px 85px;
    border: 2px solid #0E2756;
}
header .button.diap[class*="icon-"], .maincontent .button.diap[class*="icon-"], .reveal-modal .button.diap[class*="icon-"] {
    color: #FF9855;
}
header .button.diap[class*="icon-"]:hover, .maincontent .button.diap[class*="icon-"]:hover, .reveal-modal .button.diap[class*="icon-"]:hover {
    color: #0E2756;
}

.has-tip,
.has-tip:hover,
.has-tip:focus {
    color: #1994a6;
}

.maincontent p span.has-tip {
    padding-right: 0;
}

.media-object {
    border-color: #dcdcdc #dcdcdc #dcdcdc #0E2756;
    border-image: none;
    border-radius: 0 6px 6px 0;
    border-style: solid;
    border-width: 1px 1px 1px 10px;
    display: block;
    margin-bottom: 1rem;
    padding: 10px;
}
.img-wizard {
    float:left;
    margin-right:20px;
}
.title-wizard {
    padding-top:10px;
}
#profile-save, #step-two {
    float: left;
}
/* VALIDATION */
.maincontent form .requiredtext {
    color: #0E2756;
}
.maincontent form .errorMessage::after {
    border-color: rgba(230, 0, 96, 0) rgba(230, 0, 96, 0) #0E2756;
}
.maincontent form .errorMessage::after {
    border-color: rgba(230, 0, 96, 0) rgba(230, 0, 96, 0) #0E2756;
}
.maincontent form .errorMessage {
    background: #0E2756 none repeat scroll 0 0;
}
.maincontent .addressContact .head .successor {
    color: #7c6208;
    margin-bottom: 0;
}

/* Contact role badges in address book */
.maincontent .addresslist .role-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    vertical-align: middle;
}

.maincontent .addresslist .role-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border: 1px solid transparent;
}

.maincontent .addresslist .role-badge-owner {
    background: #fef3d8;
    color: #8a5a00;
    border-color: #f5d694;
}

.maincontent .addresslist .role-badge-admin_contact {
    background: #d9ecff;
    color: #0a3f73;
    border-color: #8fbde8;
}

.maincontent .addresslist .role-badge-contact {
    background: #fde7ef;
    color: #8d234f;
    border-color: #efb9cd;
}

.maincontent .addresslist .role-badge-resident {
    background: #e7f8ef;
    color: #1f6f47;
    border-color: #bde7cf;
}

/* Contact overview styles must live in the persistent stylesheet because the page
   content is replaced dynamically and view-registered CSS in <head> is not re-applied. */
.maincontent .addresslist .owner-contact-group {
    border: 1px solid #bccfe6;
    border-left: 5px solid #1f3f63;
    border-radius: 10px;
    background: linear-gradient(180deg, #f5f9ff 0%, #eef4fc 100%);
    padding: 10px 12px 4px;
    margin: 8px 0 14px;
    box-shadow: 0 2px 8px rgba(20, 45, 78, 0.10);
}
.maincontent .addresslist .owner-contact-group__title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1f3f63;
}
.maincontent .addresslist .owner-contact-group ul {
    margin-bottom: 8px;
}
.maincontent .addresslist .owner-contact-group ul li a.active {
    margin-left: 0;
    padding-left: 10px;
    border-radius: 4px;
}
.maincontent .addresslist form.search {
    width: 96% !important;
    margin: 6px 0 10px;
}
.maincontent .addresslist form.search:before {
    display: none !important;
    content: none !important;
}
.maincontent .addresslist form.search input[type=search] {
    border: 1px solid #c8d6ea;
    background: #f9fbff;
    border-radius: 8px;
    padding: 7px 11px;
    font-size: 13px;
    min-height: 40px;
    box-shadow: inset 0 1px 2px rgba(18, 43, 74, 0.05);
}
.maincontent .addresslist form.search input[type=search]:focus {
    border-color: #2f6fa3;
    box-shadow: 0 0 0 2px rgba(47, 111, 163, 0.14);
}
.maincontent .addresslist ul.addressbook-group {
    margin: 0;
}
.maincontent .addresslist ul li a {
    display: block;
    border-radius: 6px;
    transition: background-color .15s ease, box-shadow .15s ease;
    padding: 12px 14px;
    margin: 0 0 12px;
    border: 1px solid #d9e4f3;
    background: #fff;
}
.maincontent .addresslist ul li a.active:hover,
.maincontent .addresslist ul li a:hover {
    background: #eef4fc;
    box-shadow: inset 0 0 0 1px #d5e3f3, 0 3px 10px rgba(20, 45, 78, 0.06);
}
.maincontent .addresslist ul li a.active:hover {
    color: #000;
}
.maincontent .addresslist ul li a.active {
    margin-left: 0;
    padding-left: 14px;
    border-radius: 6px;
}
.maincontent .addresslist .addressbook-empty-state {
    display: none;
    margin: 12px 0 8px;
    padding: 12px 14px;
    border: 1px solid #c8d6ea;
    border-left: 4px solid #2f6fa3;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fd 100%);
    color: #214768;
    font-size: 14px;
    line-height: 1.4;
}
.maincontent .addresslist .addressbook-empty-state i {
    margin-right: 6px;
    color: #2f6fa3;
}
.maincontent .addresslist .contact-status-icon {
    display: inline-block;
    margin-left: 6px;
    color: #2f8fa3;
    font-size: 18px;
    vertical-align: text-bottom;
    cursor: help;
}
.maincontent .addresslist .contact-status-icon.has-tip {
    border-bottom: 0 !important;
}
.maincontent .addresslist .contact-status-icon:before {
    color: inherit;
}
.maincontent .addresslist .role-badges-below {
    display: block;
    margin-top: 4px;
}
.maincontent .addresslist .contact-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
}
.maincontent .addresslist .contact-meta-row .role-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}
.maincontent .addresslist .addressbook-alert-icon {
    margin-left: auto;
    flex: 0 0 auto;
}
.maincontent .contact-details-head {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fe 100%);
    border: 1px solid #d6e2f2;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.maincontent .contact-details-actions {
    margin-bottom: 10px;
    padding: 0 14px;
}
.maincontent .contact-details-actions .columns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.maincontent .contact-details-actions .button {
    border-radius: 8px;
    margin: 0;
}
.maincontent .contact-details-body {
    border: 1px solid #e0e8f4;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
}
.maincontent .contact-details-body > .columns {
    padding-left: 8px;
    padding-right: 8px;
}
.maincontent .contact-details-body ul {
    margin-bottom: 10px;
}
.maincontent .contact-details-body .text-right {
    text-align: right !important;
    color: #5d6f86;
    font-weight: 600;
    padding-right: 14px;
}
.maincontent .contact-details-body .large-8 ul li,
.maincontent .contact-details-body .medium-8 ul li {
    color: #2c3f57;
    font-weight: 500;
}
.maincontent .contact-details-body li {
    line-height: 1.55;
}
.maincontent .contact-details-body h2 {
    margin-bottom: 6px;
    color: #3b5e85;
    font-size: 1.05rem;
}
.maincontent .contact-details-head .contact-login-status {
    color: #2f8fa3;
}
.maincontent .contact-details-head .contact-login-status .status-icon.has-tip {
    border-bottom: 0 !important;
    color: #2f8fa3;
    cursor: help;
}
.maincontent .contact-details-head .contact-login-status .status-icon:before {
    color: inherit;
}
.maincontent .contact-head-notices {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    max-width: 540px;
}
.maincontent .contact-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #d8e4f2;
    background: #f7fbff;
    color: #314a67;
    line-height: 1.45;
}
.maincontent .contact-notice i {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 1px;
}
.maincontent .contact-notice span {
    display: block;
}
.maincontent .contact-notice-info {
    background: linear-gradient(180deg, #f9fcff 0%, #f1f7fd 100%);
    border-color: #d6e3f1;
    color: #47627f;
}
.maincontent .contact-notice-info i,
.maincontent .contact-notice-info i:before {
    color: #2f8fa3;
}
.maincontent .contact-notice-alert {
    background: linear-gradient(180deg, #fffaf0 0%, #fff4dd 100%);
    border-color: #f1deb0;
    color: #76541d;
}
.maincontent .contact-notice-alert i,
.maincontent .contact-notice-alert i:before {
    color: #a5791f;
}
.maincontent .content .role-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    vertical-align: middle;
}
.maincontent .content .role-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border: 1px solid transparent;
}
.maincontent .contact-reminder-button .contact-reminder-icon,
.maincontent .contact-reminder-button .contact-reminder-icon:hover,
.maincontent .contact-reminder-button .contact-reminder-icon:focus,
.maincontent .contact-reminder-button .contact-reminder-icon:before {
    color: #fff !important;
}
.maincontent .contact-reminder-button .contact-reminder-icon.has-tip,
.maincontent .contact-reminder-button .contact-reminder-icon.has-tip:hover,
.maincontent .contact-reminder-button .contact-reminder-icon.has-tip:focus {
    border-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
    .maincontent .contact-details-body .text-right {
        text-align: left !important;
        padding-right: 0;
    }
    .maincontent .contact-details-actions .columns {
        justify-content: flex-start;
    }
    .maincontent .contact-head-notices {
        max-width: none;
    }
}
.option-box.center-column {
    display: inline-block;
    float: none !important;
    text-align: left;
    vertical-align: top;
}

.option-box {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #0E2756;
    margin: 0 20px;
    min-height: 600px;
    padding: 40px;
}
fieldset legend {
    color: #0E2756;
    font-size:14px;
    font-weight: normal;
    padding:0 20px;
}
fieldset {
    border: 1px solid #FF9855;
    margin: 0 2px;
    padding: 20px 10px;
}
.maincontent fieldset > hr {
    padding:0;
    margin:10px 0 20px 0;
    border-color: #999;
}
.profile-settings h2 {
    border-bottom:1px solid #FF9855;
}

.maincontent form .profile-settings .form-group {
    margin: 1rem;
}

#dashbaord-overview a {
    text-decoration: none !important;
}
.select-gateway {
    padding-bottom:20px;
}
.select-gateway .large.button {
    margin-top:28px;
}

.center-row {
    text-align: center;
    margin-bottom: 20px;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.media-object img {
    max-width: none;
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white; }
.callout > :first-child {
    margin-top: 0; }
.callout > :last-child {
    margin-bottom: 0; }
.callout.primary {
    background-color: #def0fc; }
.callout.secondary {
    background-color: #ebebeb; }
.callout.success {
    background-color: #e1faea; }
.callout.alert {
    background-color: #fce6e2; }
.callout.warning {
    background-color: #fff3d9; }
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

form.add-contact-to-profile .addresslist label.disabled {
    text-decoration: line-through;
    color: #606060;
}

form.add-contact-to-profile .addresslist label.disabled {
    color: #606060;
}

.maincontent .status.red {
    color: #e02525;
}

.maincontent .status.red i::before {
    content: "\e647";
    color: #e02525;
}

.maincontent table tbody tr.important td{
    font-weight: 700;
}
