﻿

.main-body {
    display: grid;
    margin-top: 0.5rem;
}
/* paddings */
.m-p-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.m-p-l-20 {
    padding-left: 1.25rem;
}
.m-p-all-20 {
    padding: 1.25rem;
}
.m-p-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
/* margin */
.m-m-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.page {
    background-color: #FAFAFA;
}

.user-icon {
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

/* font styles */
.text-style1 {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 0.75rem;   /* 12px;*/
    line-height: 1.25rem; /* 20px;*/
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

.text-style2 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 0.875rem;  /* 14px; */
    line-height: 1.25rem; /* 20px;*/
    letter-spacing: 0%;
    text-align: right;
    vertical-align: bottom;
    color: #242424;
}

.text-style3 {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 1.125rem; /* 18px;*/
    line-height: 1.5rem; /* 24px;*/
    letter-spacing: 0%;
    color: #242424;
}

.text-style4 {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 0.875rem;  /* 14px;*/
    line-height: 1.25rem; /* 20px;*/
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #242424;
}

.text-style5 {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem;
    letter-spacing: 0%;
    color: #0F6CBD;
}

.text-style6 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0%;
    color: #202020;
}
.text-style7 {
    font-family: "SourceSans3";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0%;
    color: #202020;
}
.text-style8 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0%;
    color: #1079C5;
}
.text-style9 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.text-style10 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.cira-button {
    width: 152px;
    height: 32px;
    border-radius: 4px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    cursor: pointer;
}
    .cira-button.blue {
        background-color: #0F6CBD;
        color:#FFFFFF;
    }
    .cira-button.white {
        background-color: #E5E5E5;
        color: #424242;
    }
    .cira-button.auto {
        width:auto;
    }

/* icons/images */
.user-details-icons {
    background-image: url('/shared/i/form.svg');
}
    .user-details-icons.size18 {
        height: 18px;
        width: 18px;
        background-size: auto 18px;
    }
        .user-details-icons.size18.email {
            background-position: 0 0;
        }
        .user-details-icons.size18.phone {
            background-position: -18px center;
        }
        .user-details-icons.size18.address {
            background-position: -36px center;
        }
        .user-details-icons.size18.company {
            background-position: -54px center;
        }
        .user-details-icons.size18.user {
            background-position: -72px center;
        }

    .user-details-icons.size20 {
        height: 20px;
        width: 20px;
        background-size: auto 20px;
    }

        .user-details-icons.size20.email {
            background-position: 0 0;
        }

        .user-details-icons.size20.phone {
            background-position: -20px center;
        }

        .user-details-icons.size20.address {
            background-position: -140px center;
        }
        .user-details-icons.size20.company {
            background-position: -60px center;
        }
        .user-details-icons.size20.user {
            background-position: -80px center;
        }

.button-icons {
    background-image: url('/shared/i/buttons.svg');
}
    .button-icons.size20 {
        height: 20px;
        width: 20px;
        background-size: auto 40px;
    }

        .button-icons.size20.filter {
            background-position: 0px 0;
        }
        .button-icons.size20.plus {
            background-position: -199px 0;
        }

        .button-icons.size20.dropdown {
            background-position: -160px 0;
        }
        .button-icons.size20.dropup-gray {
            background-position: -160px 20px;
            transform: rotate(180deg);
            transition: transform 0.2s ease-in-out;
        }
        .button-icons.size20.dropup-gray.down {
            transform: rotate(360deg);
        }
        .button-icons.size20.dropdown-gray {
            background-position: -160px 20px;
        }

        .button-icons.size20.edit {
            background-position: -220px 0;
        }
        .button-icons.size20.share {
            background-position: -180px 0;
        }
        .button-icons.size20.gears-gray {
            background-position: -260px 0;
        }
        .button-icons.size20.save {

        }
.contact-source-from {
    background-image: url('/shared/i/contact-source-from.svg');
    background-size: auto auto;
    background-repeat:no-repeat;
}
    .contact-source-from.size20 {
        height: 20px;
        width: 40px;
    }
        .contact-source-from.size20.default {
            background-position: 0px -60px;
            height: 28px;
            width: 77px;
        }
        .contact-source-from.size20.gal {
            background-position: 0px 0px;
            height: 28px;
            width: 77px;
        }
        .contact-source-from.size20.cira {
            height: 28px;
            width: 93px;
            background-position: 0px -30px;
        }
.gears-animated-blue {
    background-image: url('/shared/i/gears-animated-blue.svg');
    background-size: 30px auto;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
.gears-animated-gray {
    background-image: url(/shared/i/gears-animated-gray.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}


.columns-popup .k-popup {
    border-radius: 4px;
    opacity: 1;
    margin-right: 1.25rem;
    margin-top: 0.4rem;
}
    .columns-popup .k-popup .k-button-solid-secondary {
        margin-right: 10px;
    }


.SyncCompletedNotification {
    display: flex;
    width: 432px;
    font-size: 1em;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    text-align: center;
    align-items: center;
    border: 1px solid #9FD89F;
    background-color: #F1FAF1;
}