﻿/* home */
.container_main {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
 
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {

    /*body {
        background-color: red;
    }
*/
    /*.wrapper {
        grid-template-columns: 1fr;
        height: 100%;
        grid-auto-rows: minmax(292px, auto) minmax(243px, auto) minmax(196px, auto) minmax(196px, auto) minmax(245px, auto) minmax(242px, auto) minmax(242px, auto) minmax(242px, auto) !important;
    }

        .wrapper .one {
            grid-column: 1;
            grid-row: 1;
        }

        .wrapper .two {
            grid-column: 1;
            grid-row: 2;
        }

        .wrapper .three {
            grid-column: 1;
            grid-row: 3;
        }

        .wrapper .four {
            grid-column: 1;
            grid-row: 4;
        }

        .wrapper .five {
            grid-column: 1;
            grid-row: 5;
        }

        .wrapper .six {
            grid-column: 1;
            grid-row: 6;
        }

        .wrapper .seven {
            grid-column: 1;
            grid-row: 7;
        }

        .wrapper .eight {
            grid-column: 1;
            grid-row: 8;
        }*/
}

.home .container_main .header {
    margin: 1rem;
    margin-bottom: 0;
}

.home .container_main .container_content {
}

.home md-switch .md-bar {
    width: 40px;
    height: 24px;
    background-color: #DDE1E3;
    border-radius: 77px;
    top:0;
}
.home md-switch .md-container {
    margin-right: 18px;
}
.home md-switch md-switch:last-of-type  {
    margin-right: 18px !important;
}
.home md-switch .md-thumb, md-switch .md-thumb:before {
    border-radius: 50%;
    left: 3px;
    position: absolute;
    top: 0px;
}
.home md-switch.md-checked:not([disabled]) .md-thumb {
    background-color:#FFFFFF;
}
.home md-switch.md-checked:not([disabled]) .md-bar {
    background-color: #27B899;
}

.wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(585px, 1fr) minmax(250px, 1fr) minmax(140px, 0.4fr) minmax(150px, 1fr);
    gap: 1rem;
    grid-auto-rows: 305px 32px 190px;
    margin: 1rem;
}

.grid-box {
    background: transparent;
    position: relative;
}
    .grid-box .tab_content {
        display: flex;
        flex-direction: column;
        /* flex-grow: 1; */
        height: 100%;
    }
    .grid-box .tab_header {
        padding-bottom: 1rem;
        height:30px;

    }
        .grid-box .tab_header .title {
            font-size: 20px;
            color: #202020;
            font-weight: 600;
            font-family: 'Outfit';
        }

        .grid-box .tab_header .count {
            color: #B3C4CB;
            padding-left: 3px;
        }
    .grid-box .tab_body {
        background-color: #ffffff;
        padding: 1rem;
        border-radius: 12px;
        flex: auto;
    }
    .grid-box .sync_status {
        height:100%;
    }
    .one {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

.two {
    grid-column: 3 / 5;
    grid-row: 1;
}

.three {
    grid-column: 1;
    grid-row: 3;
}

.four {
    grid-column: 2;
    grid-row: 3;
}

.five {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}



.home a {
    color: #309BF2;
}

.home .container_center {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F7FCFC;
    border-radius: 0 22px 22px 0;
}
.home .container_center.health_bar_opened {
    border-radius: 0;
}

.wrapper-2 {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(170px, 0.5fr) minmax(230px, 1fr) minmax(190px, 0.6fr) minmax(300px, 1fr);
    gap: 1rem;
    grid-auto-rows: minmax(242px, auto);
    max-width: 100%;
    margin: 1rem;
}

.six {
    grid-column: 1 /3;
    grid-row: 1;
}

.seven {
    grid-column: 3 / 5;
    grid-row: 1;
}

.eight {
    grid-column: 5;
    grid-row: 1;
}



.home .container_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.home .container_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.home .container_center .container_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    max-height: 850px;
    margin: 16px !important;
}

    .home .container_center .container_tabs .tab_content {
        margin: 0;
    }

        .home .container_center .container_tabs .tab_content .tab_body {
            margin: 0 5px 0 10px;
        }

.home .container_main_content .container_center .container_tabs .tab_content .tab_medium_header {
    border-top: 1px #c8c8c8 solid;
}

.home .container_main_content .container_center .container_tabs .tab_content .tab_header {
    background-color: rgb(238, 238, 238) !important;
    height: 38px;
    border-bottom: 1px #c8c8c8 solid;
    padding: 0 10px;
}

.home .container_main_content .container_center .container_tabs .tab_content .tab_header {
    z-index: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .home .container_main_content .container_center .container_tabs .tab_content .tab_header .title {
        color: #455A64;
        font-size: 20px;
        line-height: 24px;
    }

    .home .container_main_content .container_center .container_tabs .tab_content .tab_header .tooltip {
        width: 24px;
        height: 24px;
        background: url('../../../i/solo/help.svg') no-repeat;
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }

.home .container_center .container_tabs .row1 {
    display: block;
    width: 1134px;
    height: 552px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .home .container_center .container_tabs .row1 .column1 {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 730px;
        height: 552px;
    }

        .home .container_center .container_tabs .row1 .column1 .c_row1 {
            display: block;
            height: 296px;
            width: 730px;
        }

        .home .container_center .container_tabs .row1 .column1 .c_row2 {
            display: block;
            height: 278px;
            width: 730px;
        }

    .home .container_center .container_tabs .row1 .column2 {
        display: block;
        float: right;
        position: relative;
        top: -552px;
        width: 404px;
        height: 552px;
    }

.home .container_center .container_tabs .row2 {
    margin-top: 16px !important;
    display: block;
    width: 1134px;
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.home .container_center .container_tabs .row1 .column1 .statistics_tab {
    padding-top: 16px;
    padding-left: 16px;
    background: black;
    width: 716px;
    height: 296px;
}

.statistics_tooltip {
    text-align: left;
    font-size: 12px;
}

    .statistics_tooltip .tooltip_header {
        text-align: left;
        color: rgba(242, 247, 251, 0.9);
    }

    .statistics_tooltip .tooltip_body {
        min-width: 160px;
        white-space: normal;
        word-wrap: normal;
        display: block;
    }

.home .widget {
    display: block;
    overflow: hidden;
    font-size: 13px;
    background-color: #FAFAFA;
    border-radius: 2px;
}





/* switch */
.home .container_main_content .container_center .container_tabs md-switch {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}
/*.home .container_main_content .container_center .container_tabs md-switch.md-checked .md-thumb { background-color: #32BEA6 !important; }
        .home .container_main_content .container_center .container_tabs md-switch.md-checked  .md-bar { background-color: #9ECEC7 !important; }

        .home .container_main_content .container_center .container_tabs md-switch .md-thumb { background-color: #F44336 !important; }
        .home .container_main_content .container_center .container_tabs md-switch .md-bar { background-color: #FF9E80 !important; }*/

/*.home .container_main_content .container_center .container_tabs md-switch.md-default-theme[disabled] .md-thumb { background-color: rgb(189,189,189) !important; }
        .home .container_main_content .container_center .container_tabs md-switch.md-default-theme[disabled] .md-bar {  background-color: rgba(0,0,0,0.12) !important; }*/
/*.home .container_main_content .container_center .container_tabs md-switch.md-default-theme.md-checked.md-focused .md-thumb:before {  background-color: transparent !important;  }*/

/* charts */
.home .container_main_content .charts {
    
}

    .home .container_main_content .charts .container_progress {
        position: absolute;       
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

    .home .container_main_content .charts .tab_content {
       
    }

    .home .container_main_content .charts .tab_body {
        /*  height: 250px;
        margin-top: 5px;*/
        padding-bottom: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #ffffff;
        padding: 1rem;
        flex: auto;
    }

        .home .container_main_content .charts .tab_body.grid-box {
            display: grid;
            grid-template-columns: minmax(220px, 220px) minmax(440px, 1fr) minmax(auto, 0.7fr);
            
        }
            .home .container_main_content .charts .tab_body.grid-box .column1 {
                

            }

            .home .container_main_content .charts .tab_body.opacity {
                opacity: 0.1;
            }

        .home .container_main_content .charts .tab_body .container_sync_statistics_bar {
            /*display: none;
            height: 277px;
            width: 210px;*/
        }

        .home .container_main_content .charts .tab_body .container_sync_tenant_cover_pie {
            display: block;
           
        }

        .home .container_main_content .charts .tab_body .container_legend {
            font-size: 14px;   
        }
            .home .container_main_content .charts .tab_body .container_legend .text-bold {
                font-weight:600;
                display:flex;
            }
            .home .container_main_content .charts .tab_body .container_legend.grid-box {
                display: grid;
                grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
                grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
                margin-top: 3.5rem;
                padding-left: 10px;
            }
                .home .container_main_content .charts .tab_body .container_legend.grid-box .updated-column {
                    grid-column: 1;
                    grid-row: 1;
                }
                .home .container_main_content .charts .tab_body .container_legend.grid-box .added-column {
                    grid-column: 1;
                    grid-row: 2;
                }
                .home .container_main_content .charts .tab_body .container_legend.grid-box .modified-column {
                    grid-column: 2;
                    grid-row: 1;
                }
                .home .container_main_content .charts .tab_body .container_legend.grid-box .deleted-column {
                    grid-column: 2;
                    grid-row: 2;
                }




                .home .container_main_content .charts .tab_body .container_legend .container_legend_statistics_info {
                }

                .home .container_main_content .charts .tab_body .container_legend .container_legend_statistics_info ul {
                    padding-left: 0px;
                    float: left;
                    list-style-type: none;
                    margin-top: 1rem;
                    margin-bottom: 0px;
                }

                    .home .container_main_content .charts .tab_body .container_legend .container_legend_statistics_info ul li {
                        padding-bottom: 6px;
                    }

                        .home .container_main_content .charts .tab_body .container_legend .container_legend_statistics_info ul li div.count {
                            height: 10px;
                            width: 73px;
                            display: block;
                            float: left;
                            text-align: right;
                        }

                        .home .container_main_content .charts .tab_body .container_legend .container_legend_statistics_info ul li div.marker {
                            margin-right: 5px;
                            margin-left: 5px;
                            height: 10px;
                            width: 10px;
                            border-radius: 3px;
                            display: inline-block;
                        }

            .home .container_main_content .charts .tab_body .container_legend_tenant_cove_info {
                margin-top: 0px;
                display: flex;
                justify-content: space-between;
            }
            .home .container_main_content .charts .tab_body .container_legend_tenant_cove_info div.marker {
                margin-left: 5px;
                height: 10px;
                width: 10px;
                border-radius: 10px;
                display: inline-block;
            }

                .home .container_main_content .charts .tab_body .container_legend .container_legend_tenant_cove_info ul {
                    padding-left: 0px;
                    float: right;
                    list-style-type: none;
                    margin-top: 0px;
                }

                    .home .container_main_content .charts .tab_body .container_legend .container_legend_tenant_cove_info ul li {
                        text-align: right;
                        padding-top: 5px;
                    }

                        .home .container_main_content .charts .tab_body .container_legend .container_legend_tenant_cove_info ul li div.marker {
                            margin-left: 5px;
                            height: 10px;
                            width: 10px;
                            border-radius: 10px;
                            display: inline-block;
                        }

.home .container_main_content .item_title {
    float: none;
    color: #757575;
    font-weight:600;
    color:#202020;
    font-size:14px;
}

/* mailboxes extended status */
.home .mailboxes_status_task {
    position: absolute;
    min-width: 860px;
    max-width: 1084px;
    height: 310px;
    background-color: rgba(0,0,0,0) !important;
    z-index: 1000;
    margin-top: 40px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .home .mailboxes_status_task .item {
        float: left;
        width: 49%;
        margin: 3px 0 0 6px;
        height: 45px !important;
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }

        .home .mailboxes_status_task .item.second {
            margin-left: 10px;
        }

        .home .mailboxes_status_task .item .source {
            width: 150px;
            height: 100%;
            float: left;
        }

            .home .mailboxes_status_task .item .source .container_info {
                margin-top: 4px;
                margin-left: 10px;
                margin-right: 5px;
                display: block;
            }

            .home .mailboxes_status_task .item .source .source_icon {
                float: left;
                margin: 0 5px;
                width: 28px;
                height: 100%;
                background-position: center center;
                background-size: 28px 28px;
                background-repeat: no-repeat;
            }

                .home .mailboxes_status_task .item .source .source_icon.item_calendar {
                    background-image: url('../../../i/calendar.svg');
                }

                .home .mailboxes_status_task .item .source .source_icon.item_contact {
                    background-image: url('../../../i/contacts.svg');
                }

                .home .mailboxes_status_task .item .source .source_icon.item_note {
                    background-image: url('../../../i/notes.svg');
                }

            .home .mailboxes_status_task .item .source .source_name {
                float: left;
                width: 110px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 45px;
            }

        .home .mailboxes_status_task .item .progress {
            width: 40px;
            height: 100%;
            float: left;
            background-position: center center;
            background-image: url('../../../i/tenant/syncProgress.gif');
            background-size: 30px 10px;
            background-repeat: no-repeat;
        }

        .home .mailboxes_status_task .item .user {
            line-height: 45px;
            vertical-align: central;
            min-width: 225px;
            height: 100%;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .home .mailboxes_status_task .item .user .photo {
                float: left;
                width: 40px;
                height: 45px;
            }

                .home .mailboxes_status_task .item .user .photo .photoRadius {
                    height: 30px;
                    width: 30px;
                    margin: 8px 0 0 5px;
                    background-repeat: no-repeat;
                    background-size: 30px 30px;
                    background-position: center center;
                    border-radius: 30px;
                }

            .home .mailboxes_status_task .item .user .info {
                padding: 1px;
            }

                .home .mailboxes_status_task .item .user .info .name {
                    font-weight: bold;
                    line-height: 22px;
                    height: 20px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .home .mailboxes_status_task .item .user .info .email {
                    line-height: 18px;
                    height: 18px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

/*sync and schedule*/
.home .container_main_content .container_center .container_tabs .sync_n_schedule {
    background: #FAFAFA;
    width: 404px;
    height: 554px;
    border-radius: 2px;
}

    .home .container_main_content .container_center .container_tabs .sync_n_schedule .container_progress {
        position: absolute;
        width: 404px;
        height: 554px;
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

    .home .container_main_content .sync_n_schedule .sync_status {
        
    }

        .home .container_main_content .sync_n_schedule .sync_status .tab_body {
        }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .captcha {
                margin: 50px 0 0 50px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .captcha_container {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.1) !important;
                z-index: 500;
                margin-left: -1rem;
                margin-top: -1rem;
                border-radius: 12px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .description {
                color: #757575;
                padding-top: 15px;
            }

                .home .container_main_content .sync_n_schedule .sync_status .tab_body .description .value {
                    color: #363636 !important;
                }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .current_task {
                color: #757575;
                padding-bottom: 10px;
                padding-top: 15px;
                font-family: 'Outfit';
                font-size: 14px;
                line-height: 24px;
                font-weight: 600;
                color: #202020;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .running_task {
                background: url('../../../bundle/i/newUI/gears-animated.svg');
                background-repeat: no-repeat;
                background-size: 38px;
                line-height: 38px;
                height: 38px;
                padding-left: 48px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .message_info {
                width: 173px;
                height: 26px;
                margin-left: 7px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .running_task .progress_percent {
                width: 48px;
                height: 50px;
                color: #32BEA4;
                font-size: 23px;
                position: relative;
                top: -35px;
                left: -55px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .none_task {
                background: url('../../../bundle/i/newUI/gears-static.svg');
                background-repeat: no-repeat;
                background-size: 38px;
                line-height: 38px;
                height: 38px;
                padding-left: 48px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .tab_body .container_task_state .updates_message {
                vertical-align: middle;
                color:#202020;
                font-size:14px;
                font-weight:400;
                line-height:26px;
            }

            .home .container_main_content .sync_n_schedule .sync_status .checkbox_container { /*padding-bottom: 15px;*/
                width: 100%;
            }

                .home .container_main_content .sync_n_schedule .sync_status .checkbox_container .sync_options {
                    height: 20px;
                    margin-top: 12px; /*float: right; margin-right: 0px; margin-top: 14px;*/
                    cursor:pointer;
                }

                    .home .container_main_content .sync_n_schedule .sync_status .checkbox_container .sync_options .value {
                        display: inline-block
                    }

                    .home .container_main_content .sync_n_schedule .sync_status .checkbox_container .sync_options md-checkbox {
                        height: 20px;
                        width: 20px;
                        margin-left: 5px;
                    }

                .home .container_main_content .sync_n_schedule .sync_status .checkbox_container .description {
                    color: #757575;
                    padding-top: 8px;
                    float: left;
                    font-size:14px;
                    font-weight:400;
                    line-height:28px;

                }

                    .home .container_main_content .sync_n_schedule .sync_status .checkbox_container .description .value {
                        color: #202020 !important;
                    }


        .home .container_main_content .sync_n_schedule .sync_status .tab_content .tab_header .md-green-button.sync_now_button.none_task {
            min-width: 100px;
            width: 100px;
            min-height: 24px;
            font-size: 11px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            background: url('../../../i/tenant/gear_frozen.png');
            background-size: 14px 14px;
            background-repeat: no-repeat;
            background-position: 5px 5px;
        }

        .home .container_main_content .sync_n_schedule .sync_status .tab_content .tab_header .md-green-button.sync_now_button.running_task {
            min-width: 100px;
            width: 100px;
            min-height: 24px;
            font-size: 11px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            background: url('../../../i/tenant/gear_spining.gif');
            background-size: 24px 24px;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
        }

        .home .container_main_content .sync_n_schedule .sync_status .tab_content .tab_header .md-green-button.sync_now_button[disabled] {
            min-width: 100px;
            width: 100px;
            min-height: 24px;
            font-size: 11px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            background: url('../../../i/gear_frozen_gray.svg');
            background-size: 24px 24px;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
        }

.home .container_main_content .schedule {

}

.home .schedule .tab_body {
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}



.home .container_main_content .schedule_pattern {
    padding-top: 20px;
    padding-bottom: 20px;
}

        .home .container_main_content .sync_n_schedule .schedule .tab_content .schedule_pattern div {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .home .container_main_content .sync_n_schedule .schedule .tab_content .schedule_pattern .disabled {
            color: #757575;
        }

        .home .container_main_content .sync_n_schedule .schedule .tab_content .schedule_enabled_container .disabled {
            color: #757575;
        }

        .home .container_main_content .sync_n_schedule .schedule .schedule_pattern .run_last_dayofMonth {
            background: url('../../../i/solo/home/completed_task_icon.svg');
            background-repeat: no-repeat;
            padding-left: 25px;
            margin: 3px;
            margin-left: 0px;
            background-position: 0px;
        }

        .home .container_main_content .sync_n_schedule .schedule .schedule_pattern .run_last_dayofMonth_gray {
            background: url('../../../i/solo/home/completed_status_gray.svg');
            background-repeat: no-repeat;
            padding-left: 25px;
            margin: 3px;
            margin-left: 0px;
            background-position: 0px;
        }

        .home .container_main_content .sync_n_schedule .schedule md-switch {
            width: 100px;
        }

/*Promo Container*/
.home .container_main_content .promo_container {
    width: 404px;
    height: 150px;
    position: absolute;
    top: 404px;
}

/*History*/
.home .history .tab_body {
    height: 113px !important;
    padding: 0.5rem 0 !important;
}

.home .container_main_content .container_center .container_tabs .history {
    background: #FAFAFA;
    width: 372px;
    height: 220px;
    border-radius: 2px;
}

    .home .container_main_content .container_center .container_tabs .history .container_progress {
        position: absolute;
        width: 372px;
        height: 220px;
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

.home .container_main_content .container_center .container_tabs .tab_content .tab_header .action_button {
    width: 90px;
    min-width: 90px;
}

.home .container_main_content .container_center .container_tabs .history .item_history {
    margin: 10px 0 0 10px;

}
.home .container_main_content .item_history .empty {
    margin: 2.8rem auto;
    max-width: 28rem;
    line-height: 1.5rem;
    text-align: center;
    color: #6D6D6D !important;
}
.home .container_main_content .item_history .table_content {
    overflow-x: hidden;
    overflow-y: auto;
}
.home .icon-statistics-update {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: 0px 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/statistics-sprite.svg');
}
.home .icon-statistics-added {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: -36px 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/statistics-sprite.svg');
}
.home .icon-statistics-updated {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: -18px 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/statistics-sprite.svg');
}
.home .icon-statistics-deleted {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: -54px 0;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/statistics-sprite.svg');
}



.home .container_main_content .container_center .container_tabs .history .item_history .item_title {
    float: none;
    color: #757575;
}

    .home .container_main_content .container_center .container_tabs .history .item_history .table_content {
        margin-top: 10px;
    }

        .home .history .item_history .table_content .table_div {
            width: 100%;
        }

            .home .history .item_history .table_content .table_div .icon-hisory-date {
                width: 16px;
                height: 16px;
                margin-right:4px;
                background-position: 0px 0;
                background-size: auto 16px;
                background-repeat: no-repeat;
                background-image: url('../../../bundle/i/newUI/history-sprite.svg');
            }
            .home .history .item_history .table_content .table_div .icon-hisory-mailboxes {
                width: 16px;
                height: 16px;
                margin-right: 4px;
                background-position: -18px 0;
                background-size: auto 16px;
                background-repeat: no-repeat;
                background-image: url('../../../bundle/i/newUI/history-sprite.svg');
            }
            .home .history .item_history .table_content .table_div .icon-hisory-changes {
                width: 16px;
                height: 16px;
                margin-right: 4px;
                background-position: -36px 0;
                background-size: auto 16px;
                background-repeat: no-repeat;
                background-image: url('../../../bundle/i/newUI/history-sprite.svg');
            }

            .home .history .item_history .table_content .table_div .div_row {
                display: flex;
                margin: 1px 0;
                height: 28px;
                line-height: 28px;
            }

            .home .history .item_history .table_content .table_div .div_row.header {
                margin-bottom: 8px !important;
                min-height: unset !important;
            }
                /*width: 430px;*/
                .home  .history .item_history .table_content .table_div .div_row .item {
                    cursor: pointer;
                    display: flex;
                    width:100%;
                }

                    .home .history .item_history .table_content .table_div .div_row .item:hover {
                        background-color: #EEEEEE
                    }

                .home .history .item_history .table_content .table_div .div_row .div_column_dateTime {
                    text-align: left;
                    float: left;
                    flex-grow: 1;
                    width: 50%;
                    height: 26px;
                    line-height: 26px;
                    padding-left: 0.5rem;
                }

.home .item_history .table_content .table_div .div_row .div_column_mailboxes {
    text-align: right;
    float: left;
    flex-grow: 1;
    width: 25%;
    height: 26px;
    line-height: 26px;
}

.home .history .item_history .table_content .table_div .div_row .div_column_changes {
    text-align: right;
    float: left;
    flex-grow: 1;
    width: 25%;
    height: 26px;
    line-height: 26px;
    padding-right: 0.5rem;
}

/*sync tunnels*/
.home .sync_tunnels {
  
}
    .home .sync_tunnels .md-ripple-container {
       
        
    }
    .home .sync_tunnels .title { 
        font-size: 20px;
        color: #202020;
        font-weight: 600;
        font-family: 'Outfit';
    }

    .home .sync_tunnels md-tabs md-ink-bar {
        background-color: #1079C5;
        bottom: 10px;
    }
    .home .sync_tunnels md-tab-item {
        min-width: auto !important;
        text-transform: none;
        font-size: 16px;
        color: #202020;
        font-weight: 600;
        font-family: 'Outfit';
        padding-top: 0;
    }
    .home .sync_tunnels md-tab-item::last-child {
        flex:1 !important;
        flex-grow: 1 !important;
    }
        .home .sync_tunnels .tab_body {
            height: 128px !important;
            padding: 0.5rem 0 !important;
        }

    .home .sync_tunnels .container_progress {
        position: absolute;
       
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

    .home .sync_tunnels .container_progress {
        position: absolute;
      
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

    .home .sync_tunnels #syncTunnelPanelBar {
       
    }

.home .k-tabstrip .k-tabstrip-items .k-item, .home .k-tabstrip.k-header {
    background-color: transparent;
    height: 42px;
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 16px;
}
.home .sync-now-run-settings-block {
    z-index: 100;
    width: 260px;
    height: 150px;
    top: calc( -1rem - 1px);
    position: relative;
    left: calc( 1rem + 1px);
    background-color: #F3F3F3;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 1px 16px 0px #7BA6991A;
}
    .home .sync-now-run-settings-block .sns-block-header {
        height: calc(30px + 2rem);
       
    }
        .home .sync-now-run-settings-block .sns-block-header .sns-settings-title {
            font-size: 16px;
            font-weight: 600;
            color: #202020;
            line-height: 20px;
            font-family: 'Outfit';
            width: 120px;
        }
        .home .sync-now-run-settings-block .sns-block-content {
            background-color: #FFFFFF;
            height: calc(150px - (30px + 2rem));
            width: 100%;
            background-color: #FFFFFF;
            border-radius: 0 0 16px 16px;
            
        }

.home .sync_tunnels .emptySource_tunnels {
    padding: 1px 4px;
    color: white;
    background-color: #EF5350;
    line-height: 12px;
    font-size: 10px;
    border-radius: 4px;
}

        .home .sync_tunnels .container_action {
            margin: 0px 10px 0 0;
        }

        .home .sync_tunnels .list_items {
            padding: 0;
            width: 100%;
            height: 130px;
            overflow: hidden auto;
            overflow-x: hidden;
            overflow-y: auto;

        }

            .home .sync_tunnels .list_items:first-child {
                margin-top: 0px
            }

            .home .sync_tunnels .list_items .container_info {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
                .home .sync_tunnels .list_items .container_info.empty {
                    margin: 1.8rem auto;
                    line-height: 1.5rem;
                    text-align: center;
                    color: #6D6D6D !important;
                    width: 100%;
                    display: inline-block;
                }

            .home .sync_tunnels .list_items .container_list {
                cursor: pointer;
                height: 30px;
                font-size: 14px;
                color: #202020;
                width: 100%;
                /*  align-items: center;
                      display: flex;
                    justify-content: space-between;*/
                padding: 0 0.5rem;
            }

                    .home .sync_tunnels  .list_items .container_list:hover {
                        background-color: #EEEEEE
                    }

.home .sync_tunnels .list_items .container_info .item_1 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: 0px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_2 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -25px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_3 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -50px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_4 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -175px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_5 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -125px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_6 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -200px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_7 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -75px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_8 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -125px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

            .home .sync_tunnels .list_items .container_info .item_9 {
                float: left;
                margin-right: 5px;
                width: 24px;
                height: 24px;
                background-position: -100px 0;
                background-size: auto 49px;
                background-repeat: no-repeat;
                background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
            }
.home .sync_tunnels .sync-actionsButton {
    flex:1;
}
.home .sync_tunnels md-pagination-wrapper {
    width:100%;
}
.home .sync_tunnels .list_items .container_info .item_10 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -150px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

.home .sync_tunnels .list_items .container_info .item_11 {
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-position: -225px 0;
    background-size: auto 49px;
    background-repeat: no-repeat;
    background-image: url('../../../bundle/i/newUI/sources-sprite.svg');
}

                .home .sync_tunnels .list_items .container_info .item_name {
                    flex-grow:1;
                    overflow: hidden;
                    display: block;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    float: left;
                }

                    .home .sync_tunnels .list_items .container_info .item_name.error {
                        color: #EF5350 !important;
                    }

                .home .sync_tunnels .list_items .container_info .item_icon_error {
                    cursor: pointer;
                    display: block;
                    margin: 0px;
                    float: right;
                    width: 16px;
                    height: 16px;
                    background-size: auto 16px;
                    background-repeat: no-repeat;
                    background-position: -32px 0;
                    background-image:url('/s/bundle/i/newUI/message-sprite.svg');
                }

                .home .sync_tunnels .list_items .container_info .item_name.emptySource {
                    color: #f7931e !important;
                }

                .home .sync_tunnels .list_items .container_info .item_icon_emptySource {
                    cursor: pointer;
                    display: block;
                    margin: 0px;
                    float: right;
                    width: 16px;
                    height: 16px;
                    background-size: auto 16px;
                    background-repeat: no-repeat;
                    background-position: -16px 0;
                    background-image:url('/s/bundle/i/newUI/message-sprite.svg');
                }

                .home .sync_tunnels .list_items .container_info .item_count {
                    display: block;
                    margin: 0px;
                    text-align: right;
                }


        .home .sync_tunnels .k_content .name {
            line-height: 20px;
            padding: 5px;
            cursor: pointer;
        }

        .home .sync_tunnels .k_content {
            background: #FAFAFA;
            padding-top: 0px;
            padding-left: 0px;
            padding-right: 0px;
            height: 120px;
        }

        .home .sync_tunnels .k-state-active.k-item .k-header {
            background-color: #EEEEEE !important;
        }

        .home .sync_tunnels .k-item .k-header {
            z-index: 0;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-weight: normal;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            background-repeat: no-repeat;
            background-position: 8px 6px;
            background-size: 28px;
            font-size: 20px;
            line-height: 37px;
            background-color: #FAFAFA;
            color: #455A64 !important;
            padding: 0 0 0 40px;
        }

            .home .sync_tunnels .k-item .k-header:hover {
                background-color: #EEEEEE !important;
            }

            .home .sync_tunnels .k-item .k-header.contacts {
                background-image: url('../../../i/contacts_wgt_icon.svg');
            }

            .home .sync_tunnels .k-item .k-header.calendar {
                background-image: url('../../../i/calendar_wgt_icon.svg');
            }

            .home .sync_tunnels .k-item .k-header.notes {
                background-image: url('../../../i/notes_wgt_icon.svg');
            }

            .home .sync_tunnels .k-item .k-header .k-i-arrow-n {
                display: none;
            }

            .home .sync_tunnels .k-item .k-header .k-i-arrow-s {
                display: none;
            }

            .home .sync_tunnels .k-item .k-header .k-panelbar-expand, .k-panelbar-collapse {
                display: none;
            }

/*collections*/
.home .container_main_content .collections {
    
}
    .home .container_main_content .collections .tab_body {
        height: 113px !important;
        padding: 0.5rem 0 !important;
    }
    .home .container_main_content .collections .emptySource_tunnels {
        padding: 1px 4px;
        color: white;
        background-color: #EF5350;
        line-height: 12px;
        font-size: 10px;
        border-radius: 4px;
    }

    .home .container_main_content .collections .container_progress {
        position: absolute;
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }

    /*.home .container_main_content .collections .k_content {
        line-height: 20px;
    }
*/
        .home .container_main_content .collections .list_items {
            line-height: 20px;
            padding: 0;
           /* height: 190px;
            max-height: 190px;*/
            overflow: hidden auto;
            overflow-x: hidden;
            overflow-y: auto;
            height:130px;
        }

            .home .container_main_content .collections .list_items .container_info {

                display: block;
            }
            .home .container_main_content .collections .list_items .container_info .empty {
                margin: 1.2rem;
                line-height: 1.5rem;
                text-align: center;
                color: #6D6D6D !important;
                display: inline-block;
            }

.home .collections .list_items .container_list {
    cursor: pointer;
    height: 30px;
    font-size: 14px;
    color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
}

    .home .collections .list_items .container_list:hover {
        background-color: #EEEEEE
    }
              /*  .home .container_main_content .collections .k_content .list_items .container_info .container_list {
                    cursor: pointer
                }

                    .home .container_main_content .collections .k_content .list_items .container_info .container_list:hover {
                        background-color: #EEEEEE
                    }
*/
                .home .container_main_content .collections .list_items .container_info .item_name {
                    width: auto;
                    overflow: hidden;
                    display: block;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .home .container_main_content .collections  .list_items .container_info .item_name.emptySource {
                        color: #f7931e !important;
                    }

                .home .container_main_content .collections .list_items .container_info .item_icon_emptySource {
                    cursor: pointer;
                    display: block;
                    margin-left: 4px;
                    float: left;
                    width: 16px;
                    height: 16px;
                    background-size: auto 16px;
                    background-repeat: no-repeat;
                    background-position: -16px 0;
                    background-image:url('/s/bundle/i/newUI/message-sprite.svg');
                }

                .home .container_main_content .collections .list_items .container_info .item_count {
                    display: block;
                    margin: 0px;
                    text-align: right;
                }

                    .home .container_main_content .collections .list_items .container_info .item_count.emptySource {
                        color: #f7931e !important;
                    }

/*AutoLicense*/
.home .container_main_content .auto_license {
    position: relative;
}

    .home .container_main_content .auto_license .container_progress {
        position: absolute;
        height: 100%;
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
        border-radius: 10px;
    }

    .home .container_main_content .auto_license .disabled {
        color: #757575;
    }

    .home .container_main_content  .auto_license .tab_body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: .5rem 1rem .5rem 1rem;
    }

    .home .container_main_content  .auto_license md-switch {
       margin-top:10px;
       margin-bottom:10px;
       margin-left:0px;
    }

    .home .container_main_content .auto_license md-switch .md-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.home .container_main_content .auto_license .switch-block {
}

    .home .container_main_content  .auto_license .targets-content {
        padding: 10px;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 51px;
        height: 51px;
    }

    .home .container_main_content  .auto_license .content-separator {
        width: 100%;
        border-bottom: 1px solid lightgray;
    }
/*license*/
.home .container_main_content  .licensing_billing {
    /*background: #FAFAFA;*/
}

    .home .container_main_content   .licensing_billing .container_progress {
        position: absolute;
      
        background-color: rgba(0,0,0,0.1) !important;
        z-index: 1000;
    }
    /*.home .container_main_content .container_center .container_tabs .licensing_billing .action_edit_button.md-primary { width: 90px; background: url('../../../i/thumb_up.svg'); background-position: 6px 4px;background-repeat: no-repeat; }*/
    .home .container_main_content .licensing_billing .license .item_title {
        float: none;
    }

   /* .home .container_main_content  .licensing_billing .md-requestQouteOrange {
        border-color: #ff800f !important;
    }

        .home .container_main_content  .licensing_billing .md-requestQouteOrange span {
            color: #ff800f !important;
        }*/

    .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data {
        height: 160px;
        margin: 0 0 0 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
        /*Percentage indicator*/
        .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .rect-auto, .percentage_indicator.p60 .slice, .percentage_indicator.p70 .slice, .percentage_indicator.p80 .slice, .percentage_indicator.p90 .slice, .percentage_indicator.p100 .slice {
            clip: rect(auto, auto, auto, auto) !important;
        }

        .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .pie, .percentage_indicator .bar, .percentage_indicator.p60 .fill, .percentage_indicator.p70 .fill, .percentage_indicator.p80 .fill, .percentage_indicator.p90 .fill, .percentage_indicator.p100 .fill {
            position: absolute;
            border: 4px solid;
            width: 0.79em;
            height: 0.79em;
            clip: rect(0em, 0.5em, 1em, 0em);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .pie-fill, .percentage_indicator.p60 .bar:after, .percentage_indicator.p60 .fill, .percentage_indicator.p70 .bar:after, .percentage_indicator.p70 .fill, .percentage_indicator.p80 .bar:after, .percentage_indicator.p80 .fill, .percentage_indicator.p90 .bar:after, .percentage_indicator.p90 .fill, .percentage_indicator.p100 .bar:after, .percentage_indicator.p100 .fill {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator {
            position: relative;
            font-size: 120px;
            width: 0.87em;
            height: 0.87em;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            float: left;
            margin: 0 16px 16px 0;
            background-color: #cccccc;
            font-size: 100px;
        }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires {
                font-size: 90px;
                border: 4px solid #445963;
                margin-right: 0px !important;
                background-color: transparent;
                cursor: pointer;
            }

                .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires span.label {
                    color: #6D6D6D;
                    position: relative;
                    bottom: 55px;
                    display: block;
                    text-align: center;
                    font-size: 14px;
                }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator > span.value {
                position: absolute;
                width: 100%;
                z-index: 1;
                left: -6px;
                top: -7px;
                width: 5em;
                line-height: 5em;
                font-size: 0.2em;
                color: #455A64;
                display: block;
                text-align: center;
                white-space: nowrap;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator > div.label {
                color: #6D6D6D !important;
                position: absolute;
                width: 100%;
                width: 5em;
                font-size: 0.13em;
                display: block;
                text-align: center;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .balance {
                position: relative;
                left: 4px;
                top: 95px;
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .sum {
                position: relative;
                left: 10px;
                top: 95px;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .circle::before {
                content: ' \25CF';
                font-size: 15px;
                margin: 1px;
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .in_use {
                color: #32BEA6;
                left: 2px !important
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .available {
                position: absolute;
                right: 70px;
                bottom: 2px;
                color: #FAD95D
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator:before {
                position: absolute;
                top: 4px;
                left: 4px;
                display: block;
                content: " ";
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background-color: white;
                width: 0.79em;
                height: 0.79em;
                transition-property: all;
                transition-duration: 0.2s;
                transition-timing-function: ease-in;
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator .slice {
                position: absolute;
                width: 1em;
                height: 1em;
                clip: rect(0em, 1em, 1em, 0.5em);
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p5 .bar {
                -webkit-transform: rotate(17deg);
                -moz-transform: rotate(17deg);
                -ms-transform: rotate(17deg);
                -o-transform: rotate(17deg);
                transform: rotate(17deg);
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p10 .bar {
                -webkit-transform: rotate(36deg);
                -moz-transform: rotate(36deg);
                -ms-transform: rotate(36deg);
                -o-transform: rotate(36deg);
                transform: rotate(36deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p90 .bar {
                -webkit-transform: rotate(324deg);
                -moz-transform: rotate(324deg);
                -ms-transform: rotate(324deg);
                -o-transform: rotate(324deg);
                transform: rotate(324deg);
            }

            .home .container_main_content .container_center .container_tabs .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p20 .bar {
                -webkit-transform: rotate(72deg);
                -moz-transform: rotate(72deg);
                -ms-transform: rotate(72deg);
                -o-transform: rotate(72deg);
                transform: rotate(72deg);
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p30 .bar {
                -webkit-transform: rotate(108deg);
                -moz-transform: rotate(108deg);
                -ms-transform: rotate(108deg);
                -o-transform: rotate(108deg);
                transform: rotate(108deg);
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p40 .bar {
                -webkit-transform: rotate(144deg);
                -moz-transform: rotate(144deg);
                -ms-transform: rotate(144deg);
                -o-transform: rotate(144deg);
                transform: rotate(144deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p50 .bar {
                -webkit-transform: rotate(190deg);
                -moz-transform: rotate(190deg);
                -ms-transform: rotate(190deg);
                -o-transform: rotate(190deg);
                transform: rotate(190deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p60 .bar {
                -webkit-transform: rotate(216deg);
                -moz-transform: rotate(216deg);
                -ms-transform: rotate(216deg);
                -o-transform: rotate(216deg);
                transform: rotate(216deg);
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p70 .bar {
                -webkit-transform: rotate(252deg);
                -moz-transform: rotate(252deg);
                -ms-transform: rotate(252deg);
                -o-transform: rotate(252deg);
                transform: rotate(252deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p80 .bar {
                -webkit-transform: rotate(288deg);
                -moz-transform: rotate(288deg);
                -ms-transform: rotate(288deg);
                -o-transform: rotate(288deg);
                transform: rotate(288deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.p100 .bar {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.yellow_green {
                background-color: #FAD95D;
            }

                .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.yellow_green .bar,
                .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.yellow_green .fill {
                    border-color: #32BEA6 !important
                }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.active {
                background-color: #32BEA6;
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.evaluation {
                background-color: #FAD95D;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires.expired {
                border: 4px solid #EF5350;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires .calendar {
                background: url('../../../i/expires_calendar.svg');
                background-position: 25px -1px;
                background-repeat: no-repeat;
                width: 100px !important;
                height: 100px !important;
                position: relative !important;
                bottom: 7px;
                left: -25px
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires .expires_date {
                font-size: 10px;
                margin: 18px;
                width: 48px;
                margin-top: 19px;
                margin-left: 14px;
                margin-right: 12px;
                text-align: center;
                padding-top: 7px
            }

                .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires .expires_date .month {
                    font-size: 10px;
                }

                .home .container_main_content .container_center .container_tabs .licensing_billing .license .container_licensing_billing_info_data .percentage_indicator.expires .expires_date .day {
                    font-size: 15px;
                    color: #009CCF;
                    font-weight: bold;
                }

.home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .license-info-container {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
        /*Arrow*/
        .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .arrow {
            position: relative;
            top:12px;
        }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .arrow .line {
                height: 4px;
                float: left;
                left: 30px;
                top: 6px;
                position: absolute;
                display: block;
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .arrow .segment_1 {
                width: 90px;
                left: 8px;
                background: #32BEA6;
                z-index: 2;
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .arrow .segment_2 {
                width: 80px;
                background: #009CCF;
                z-index: 3;
                left: 70px
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .arrow .segment_3 {
                width: 170px;
                background: salmon;
                z-index: 1;
            }

            .home .container_main_content .licensing_billing .license .container_licensing_billing_info_data .arrow .point {
                position: absolute;
                left: 185px;
                top: 1px;
                border: solid salmon;
                border-width: 0 4px 4px 0;
                display: inline-block;
                padding: 5px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                float: right;
                border-radius: 30%;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .arrow .outer-circle {
                background: #32BEA6;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                height: 16px;
                width: 16px;
                position: absolute;
                left: -5px;
            }

            .home .container_main_content  .licensing_billing .license .container_licensing_billing_info_data .arrow .inner-circle {
                position: absolute !important;
                background: #FAFAFA;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                height: 8px;
                width: 8px;
                top: 50%;
                left: 50%;
                margin: -4px 0 0 -4px;
            }

        /*License list*/
        .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description {
            margin: 18px 0 0 0;
        }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .circle::before {
                content: ' \25CF';
                font-size: 15px;
                margin: 1px;
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .green {
                color: #32BEA6
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .blue {
                color: #009CCF
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .red {
                color: salmon
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .label {
                position: relative;
                font-size: 12.5px;
            }

            .home .container_main_content   .licensing_billing .license .container_licensing_billing_info_data .description .title {
                position: relative;
                color: #6D6D6D;
                top: 20px;
                text-align: center;
            }

.home .partnership-container {
    width: 180px;
    height: 80px;
}

.home .partnership {
    cursor: pointer;
    position: relative;
    top: -15px;
    width: 180px;
    height: 80px;
    background-image: url('../../../i/partnership.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px 80px;
}

    .home .partnership:hover {
        opacity: 0.8;
    }

.home .partnerInfo {
    position: relative;
    top: -15px;
    font-size: 16px;
    color: #6D6D6D;
}

    .home .partnerInfo .companyName { /*overflow: hidden; white-space: nowrap;*/
        text-overflow: ellipsis;
        font-weight: bold;
    }


.license .container_center {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}

.license .state_field_Active {
    text-align: center;
    background-color: #33BCAA;
    color: white;
    border-radius: 10px;
}

.license .state_field_Pending {
    text-align: center;
    background-color: darkgrey;
    color: white;
    border-radius: 10px;
}

.license .state_field_Invoiced {
    text-align: center;
    background-color: mediumslateblue;
    color: white;
    border-radius: 10px;
}

.license .state_field_Expired {
    text-align: center;
    background-color: darkorange;
    color: white;
    border-radius: 10px;
}

.license .state_field_Voided {
    text-align: center;
    background-color: salmon;
    color: white;
    border-radius: 10px;
    text-decoration: none !important;
}

.license .state_field_Suspended {
    text-align: center;
    background-color: cadetblue;
    color: white;
    border-radius: 10px;
}

.license .state_field_ActivationRequired {
    text-align: center;
    background-color: darkorange;
    color: white;
    border-radius: 10px;
    font-size: 8px;
}

.license .icon_type {
    background: url('../../../bundle/i/license-sprite-outlined.svg') no-repeat;
    width: 21px;
    height: 21px;
    background-size: 21px auto;
    margin-left: 4px;
    float: left;
}

.license .type_Paid {
    background-position: 0 0;
}

.license .type_Trial {
    background-position: 0 -21px;
}

.license .type_Transfer {
    background-position: 0 -168px;
}

.license .type_NonProfit {
    background-position: 0 -189px;
}

.license .bullhornState_Active {
    height: 25px;
    width: 25px;
    background-image: url('../../../i/tenant/icon-bullhorn-active.svg');
    background-repeat: no-repeat;
}

.license .bullhornState_InActive {
    height: 25px;
    width: 25px;
    background-image: url('../../../i/tenant/icon-bullhorn-inActive.svg');
    background-repeat: no-repeat;
}

.license .salesforceState_Active {
    height: 25px;
    width: 25px;
    background-image: url('../../../i/tenant/icon-salesforce-active.svg');
    background-repeat: no-repeat;
}

.license .salesforceState_InActive {
    height: 25px;
    width: 25px;
    background-image: url('../../../i/tenant/icon-salesforce-inActive.svg');
    background-repeat: no-repeat;
}

.container_cache_contact_grid {
    padding: 20px;
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}

    .container_cache_contact_grid .k-detail-row .k-detail-cell {
        padding: 0px;
        background-color: #e6e6e6;
        border-width: 0px 0 0 0px;
    }

    .container_cache_contact_grid .k-detail-row .k-hierarchy-cell {
        background-color: #e6e6e6;
        border-width: 0px 0 0 0px;
    }

    .container_cache_contact_grid .k-master-row {
        cursor: pointer;
    }

        .container_cache_contact_grid .k-master-row:hover {
            background-color: #f7f7f7 !important;
        }

.license .detailsGrid, .license .detailsGrid tr td {
    min-height: 40px;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #e6e6e6;
    border: 0 !important;
    border-bottom: 0 !important;
}

    .license .detailsGrid .k-loading-image {
        background-image: none !important;
    }

.license .detailsGrid, .container_cache_contact_grid .k-grid tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px !important;
}

.home .widget.widget_settings .action_button {
    min-width: 80px;
}

.home .widget .row {
    display: inline;
    line-height: 20px;
    color: #6D6D6D;
}
/*.home .widget span { color: #6D6D6D; }*/
.home .widget span.highlighted {
    font-size: 13px;
}

.home .container_widget.result_home .widget .mail_box_update_info {
    width: 100%;
    height: 50px
}

    .home .container_widget.result_home .widget .mail_box_update_info .data {
        width: 190px;
        float: left;
    }

        .home .container_widget.result_home .widget .mail_box_update_info .data span {
            display: inline;
        }

    .home .container_widget.result_home .widget .mail_box_update_info .update_time {
        width: 90px;
        float: right;
        line-height: 8px;
        padding-top: 20px;
    }

        .home .container_widget.result_home .widget .mail_box_update_info .update_time span {
            float: right;
        }

/*mailboxes*/
.home .mail_box_info_data .container_excel_export {
}
.home .mail_box_info_data .tab_body {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    flex: auto;
}

    .home .mail_box_info_data .container_excel_export .export_to_excel_action {
        width: 110px;
        float: left;
        background-position: 4px 4px;
        height: 18px;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #eeeeee;
        margin-right: 3px;
        border: 1px solid #c8c8c8;
        margin-top: 2px;
        margin-bottom: 2px;
        cursor: pointer;
    }

    .home .mail_box_info_data .container_excel_export .export_to_excel {
        background-image: url('../../s/i/exportToExcel.svg');
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .home .mail_box_info_data .container_excel_export .label {
        position: relative;
        bottom: 13px;
        font-size: 14px;
    }

    .home .mail_box_info_data .container_excel_export .dropdown {
        width: 309px;
        height: 145px;
        margin-top: 3px;
        position: absolute;
        background-color: #fff;
        box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, 0.6);
        margin-left: 5px;
        z-index: 100;
       
    }
        .home .mail_box_info_data .container_excel_export .dropdown .md-button {
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            align-self: center;
        } 

        .home .mail_box_info_data .container_excel_export .dropdown .container_export_prop {
            width: 260px;
            height: 97px;
            display: block;
            float: left;
            padding-left: 31px;
            padding-right: 8px;
            margin-top: 5px;
        }

            .home .mail_box_info_data .container_excel_export .dropdown .container_export_prop .left-label {
                height: 30px;
                line-height: 28px;
                margin: 16px 0;
                cursor: pointer;
                float: left;
                padding-right: 7px;
            }

            .home .mail_box_info_data .container_excel_export .dropdown .container_export_prop md-switch.md-checked .md-bar {
                background-color: #9e9e9e;
            }

            .home .mail_box_info_data .container_excel_export .dropdown .container_export_prop md-switch.md-checked .md-thumb {
                background-color: #fff;
            }

            .home .mail_box_info_data .container_excel_export .dropdown .container_export_prop span {
                float: left;
                margin-left: 31px;
            }

        .home .mail_box_info_data .container_excel_export .dropdown .container_action {
            display: block;
            width: 243px;
            height: 29px;
        }

            .home .mail_box_info_data .container_excel_export .dropdown .container_action button {
                float: right;
                font-size: 12px;
                min-height: 25px;
                margin-left: 16px;
                width: 100px;
            }

                .home .mail_box_info_data .container_excel_export .dropdown .container_action button span {
                    margin: -4px;
                    display: block;
                }

        .home .mail_box_info_data .container_excel_export .dropdown .tab_header {
            background-color: rgb(238, 238, 238) !important;
            height: 37px;
            border-bottom: 1px #c8c8c8 solid;
            padding-top: 5px;
            padding-right: 8px;
        }

        .home .mail_box_info_data .container_excel_export .dropdown .tab_header {
            z-index: 0;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-weight: normal;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .home .mail_box_info_data .container_excel_export .dropdown .tab_header .title {
                color: #455A64;
                font-size: 20px;
                line-height: 24px;
                margin-left: 10px;
                margin-top: -4px;
            }

.home .mail_box_info_data {
/*    padding-bottom: 10px;
    background-color: #FAFAFA;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;*/
    margin:1rem;
}

    .home .mail_box_info_data .container_mail_box_info_data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }


        .home .mail_box_info_data .container_mail_box_info_data .title {
            font-size: 20px;
            color: #202020;
            font-weight: 600;
            font-family: 'Outfit';
        }
        .home .mail_box_info_data .container_mail_box_info_data .title .mlbx-count {
            font-size: 18px;
            color: #CDD8DD;
            font-weight: 800;
            margin-left:10px;
        }

    .home .mail_box_info_data .container_mail_box_info_data .container_action input#searchMailboxes {
        border: 0px;
        background-color: #F5F5F5;
        height: 26px;
        min-width: 220px;
        border-radius: 1px;
    }

        .home .mail_box_info_data .container_mail_box_info_data .container_action .action_button {
            min-width: 90px;
        }

        .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu {
            position: absolute;
            background-color: #FAFAFA;
            padding-left: 0px;
            padding-top: 7px;
            padding-bottom: 7px;
            border: 1px solid #EEEEEE;
            z-index: 10000;
            right: 0px;
            top: 25px;
        }

            .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul {
                width: 160px;
                list-style-type: none;
                padding: 0px;
                margin: 0px;
                -ms-flex-negative: 1;
            }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li.menu_item {
                    -ms-flex-negative: 1;
                    display: flex;
                    color: #455A64;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: start;
                    -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    cursor: pointer;
                }

                    .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li.menu_item.disabled {
                        cursor: not-allowed;
                    }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li .text {
                    margin-left: 9px;
                    display: inline-block;
                }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li .icon {
                    background-size: 22px 22px;
                    background-repeat: no-repeat;
                    float: left;
                    width: 22px;
                    height: 22px;
                    margin-left: 5px;
                    margin-top: -2px;
                }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li .disabled .text {
                    color: #D2D2D2;
                }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li.mark_mailbox_deleted .icon {
                    background-image: url('../../../i/tenant/remove_item.svg');
                    background-size: 18px 18px;
                    background-repeat: no-repeat;
                    background-position: 3px center;
                }

                .home .mail_box_info_data .container_mail_box_info_data .container_action .container_additional_menu .inline_menu ul li.mark_mailbox_deleted.disabled .icon {
                    background-image: url('../../../i/tenant/remove_item_ds.svg');
                    background-size: 18px 18px;
                    background-repeat: no-repeat;
                    background-position: 3px center;
                    color: #868686;
                }


    .home .mail_box_info_data search-box {
        min-height: 30px;
        max-height: 30px;
        height: 30px;
        line-height: 30px;
        min-width: 300px;
        width: 300px;
    }

.home .shadow {
    box-shadow: 0 1px 16px 0 rgba(123, 166, 153, 0.1);
}
        .home .mail_box_info_data search-box .input-text {
            min-height: 30px;
            max-height: 30px;
            height: 30px;
            line-height: 30px;
            border: 0px;
            /*background-color: #F5F5F5;*/
            
            min-width: 300px;
            border-radius: 6px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            border: Gray 1px solid;
        }

        .home .mail_box_info_data search-box .icon.search:after {
            width: 26px;
            height: 26px;
            top: -1px;
        }

        .home .mail_box_info_data search-box .icon.close:after {
            width: 26px;
            height: 26px;
            top: -1px;
        }

    .home .mail_box_info_data md-progress-linear[md-mode="indeterminate"] .md-container .md-bar1 {
        background-color: #9ECEC7 !important;
    }

    .home .mail_box_info_data md-progress-linear[md-mode="indeterminate"] .md-container .md-bar2 {
        background-color: #32BEA6 !important;
    }

    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] {
        color: #455A64;
    }
    .home .mail_box_info_data .k-grid {
        /*border-block-end-width: 0 !important;*/
        border-width: 0 !important;
    }
    .home .mail_box_info_data .k-grid th {
        font-weight: bold;
        color: #202020;
    }
    .home .mail_box_info_data .k-grid td {
        border-width: 0 !important;
        border-bottom-width: 1px !important;
        border-color: lightgray;
        }
        .home .mail_box_info_data .k-grid th {
            border-width: 0 !important;
           
        }

        .home .mail_box_info_data #mailBoxGrid[data-role='grid'] .k-grid-header th.k-header > .k-link {
            color: #455A64;
        }

        .home .mail_box_info_data #mailBoxGrid[data-role='grid'] .k-pager-wrap > .k-link {
            opacity: .65 !important;
            vertical-align: middle !important;
        }

        .home .mail_box_info_data #mailBoxGrid[data-role='grid'] .k-pager-wrap > .k-link, .k-pager-numbers .k-pager-nav {
            padding: 7px;
            height: 20px;
        }

        .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th {
            padding-left: 5px !important;
            background-color: #fff;
        }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th[data-field='ElapsedString'] {
                text-align: center;
            }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th[data-field='Contacts'] {
                text-align: center;
            }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th[data-title='ACTIONS'] {
                text-align: center;
            }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th[data-field='Licensed'] {
                text-align: center;
                padding-left: 10px !important;
            }

           /* .home .mail_box_info_data #mailBoxGrid[data-role='grid'] thead th:first-child {
                background-color: #FFF !important;
                background: url('../../../i/mail_th_license.svg');
                background-repeat: no-repeat;
                background-position: 14px 7px;
            }*/

.home .mail_box_info_data #mailBoxGrid[data-role='grid'] td {
    line-height: 1.3em;
    border-width: 0px 1px 1px;
    padding: 0px !important;
    padding-left: 5px !important;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.contacts {
                text-align: center;
            }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.elapsed {
                text-align: center;
            }

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions {
            }

               

            .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.container_photo {
                padding-left: 10px !important;
                padding-right: 10px !important;
                padding-top: 1px !important;
                padding-bottom: 0px !important;
            }

                .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.container_photo .mailbox_icon {
                    background-repeat: no-repeat;
                    background-size: 30px;
                    margin-bottom: 3px;
                    background-position: 0px;
                    border-radius: 20px;
                    margin-top: 3px;
                    width: 30px;
                    height: 30px;
                }

                    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.container_photo .mailbox_icon.active {
                        border: 2px solid rgb(50, 190, 166);
                        border-radius: 20px;
                    }

                    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.container_photo .mailbox_icon.inactive {
                        border: 2px solid transparent;
                        border-radius: 20px;
                    }

        .home .mail_box_info_data #mailBoxGrid[data-role='grid'] tr {
            cursor: pointer;
        }

.home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div.user-device {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid;
    border-color: #d3d3d3bd;
    cursor: pointer;
}
    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div.user-device[disabled] {
        cursor: not-allowed !important;
    }
    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div.user-device:hover {
        background-color: #EFF8FF;
    }



.home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div[mailbox-id].user-license {
    width: 50px;
    height: 26px;
    margin-right: 5px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid;
    border-color: #d3d3d3bd;
    cursor: pointer;

    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    justify-items:center;
}

    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div[mailbox-id].user-license.busy {
        opacity: 0.5;
    }
    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div[mailbox-id].user-license:hover {
        background-color: #EFF8FF;
    }

    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div[mailbox-id].user-license .line_progress {
        top: 22px;
    }



    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] td.actions div[mailbox-id].user-license[disabled] {
        cursor: not-allowed !important;
    }
/*
.license[disabled].active_license_locked {
    cursor: not-allowed !important;
}

.license[disabled].unavailable_solo_license_locked {
    cursor: not-allowed !important;
}

.license[disabled].solo_license_locked {
    cursor: not-allowed !important;
}

.license[disabled].unavailable_license_locked {
    cursor: not-allowed !important;
}

.license[disabled].inactive_license_locked {
    cursor: not-allowed !important;
}
*/
/* Context menu */
#mailboxesContextMenu li .text {
    margin-left: 9px;
    display: inline-block;
}

#mailboxesContextMenu li .icon {
    background-size: 22px 22px;
    background-repeat: no-repeat;
    float: left;
    width: 22px;
    height: 22px;
    margin-left: -15px;
    margin-top: -2px;
}

#mailboxesContextMenu li.disabled .text {
    color: #D2D2D2;
}

#mailboxesContextMenu {
    width: 210px;
}

    #mailboxesContextMenu li.view-sync .icon {
        background-image: url(../../../i/view_icon.svg);
    }

    #mailboxesContextMenu li.view-sync.k-state-disabled .icon {
        background-image: url(../../../i/view_icon.svg);
    }

    #mailboxesContextMenu li.run_mailbox_sync .icon {
        background-image: url(../../../i/gears_frozen_green.png);
    }

    #mailboxesContextMenu li.run_mailbox_sync.k-state-disabled.running .icon {
        background-image: url(../../../i/gears_spining.gif);
    }

    #mailboxesContextMenu li.cleanup_mailbox_contacts .icon {
        background-image: url(../../../i/tenant/cleanup-contacts-icon.svg);
    }

    #mailboxesContextMenu li.cleanup_mailbox_calendars .icon {
        background-image: url(../../../i/tenant/cleanup-calendars-icon.svg);
    }

    #mailboxesContextMenu li.mark_mailbox_deleted .icon {
        background-image: url('../../../i/tenant/remove_item.svg');
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 3px center;
    }

    #mailboxesContextMenu li.mark_mailbox_deleted.k-state-disabled .icon {
        background-image: url('../../../i/tenant/remove_item_ds.svg');
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 3px center;
        color: #868686;
    }

/* Palette generated by Material Palette - materialpalette.com/light-blue/teal */


@media only screen and (max-width:1024px) {
    /*mailboxes*/
    .home .mail_box_info_data #mailBoxGrid[data-role='grid'] .k-pager-wrap .k-pager-numbers {
        left: 6.6em;
    }
}

.deleted-mailbox {
    text-decoration: line-through;
}

.home .container_main_content .container_progress {
    position: absolute;
    height: 100%;
    background-color: rgba(0,0,0,0.1) !important;
    z-index: 1000;
    border-radius: 10px;
}

.home .five.schedule .tab_body .sch-block {
    display: grid;
    grid-template-columns: 1fr 1px calc(194px + 1rem)
}
    .home .five.schedule .tab_body .sch-block .sch-separator {
        width: 1px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .home .five.schedule .tab_body .sch-block .sch-separator .s-line {
            width: 1px;
            height: 70%;
            background-color: #0000001A;
        }
    .home .five.schedule .tab_body .sch-block .custom-schedule-block {
        height: 100%;
        width: calc(195px + 1rem);
        display: flex;
        align-items: center;
        justify-content: end
    }
        .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button {
            height: 42px;
            width: 194px;
            border: 1px solid #1079C5;
            box-sizing: border-box;
            padding-left: 0.4rem;
            padding-right: 0.4rem;
            border-radius: 8px;
            background-color: transparent;
            display: flex;
            align-items: center;
            justify-content: start;
            cursor:pointer;
        }

            .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block {
                height: 168px;
                min-height: 168px;
                max-height: 411px;
                width: 480px;
                background-color: #ffffff;
                POSITION: absolute;
                top: -172px;
                left: -288px;
                border-radius: 8px;
                border: 1px solid #E9EBED;
                box-sizing: border-box;
                padding:18px;
            }
                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block.sch-more {

                }
                    .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block.sch-more .sch-table-overflow {
                       overflow-y:auto;
                       height: 302px;
                    }


.home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-header-info {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #202020;
}
                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-grid {
                    min-height: 32px;
                    /* height: 32px; */
                    /* max-height:32px; */
                    width: 100%;
                   
                    display: grid;
                    grid-template-columns: 1fr 98px 100px 72px;
                    /* grid-template-rows: 32px; */
                    grid-gap: 1px;
                }
                    .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-grid .sch-grid-config-header {
                        background-color: #FFFFFF;
                        height: 32px;
                        display: flex;
                        align-content: start;
                        align-items: center;
                        justify-items: start;
                        font-weight: 500;
                        font-family: 'Inter';
                        font-size: 12px;
                        line-height: 16px;
                        color: #202020;
                        padding-left: 10px;
                        padding-right: 10px;
                      
                    }
                    .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-grid .sch-grid-other-header {
                        background-color: #F9F9F9;
                        height: 32px;
                        display: flex;
                        align-content: center;
                        align-items: center;
                        justify-items: center;
                        justify-content: center;

                        font-weight: 500;
                        font-family: 'Inter';
                        font-size: 12px;
                        line-height: 16px;
                        color: #202020;
                    }

                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-grid-config {
                    background-color: #EFF8FF;
                    min-height: 32px;
                    /* height: 32px; */
                    display: flex;
                    align-content: center;
                    align-items: center;
                    justify-items: start;
                    justify-content: start;
                    font-weight: 500;
                    font-family: 'Inter';
                    font-size: 12px;
                    line-height: 16px;
                    color: #202020;
                    padding-left: 10px;
                    padding-right: 10px;
                    box-sizing: border-box;
                    border-top:1px solid #FFFFFF;
                }

                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block .sch-grid-other {
                    background-color: #FFFFFF;
                    min-height: 32px;
                    /* height: 32px; */
                    display: flex;
                    align-content: center;
                    align-items: center;
                    justify-items: center;
                    justify-content: center;
                    font-weight: 500;
                    font-family: 'Inter';
                    font-size: 12px;
                    line-height: 16px;
                    color: #202020;
                    border-top: 1px solid #F9F9F9;
                }


                    .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .sch-items-block.more {
                    }
                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button.hover {
                    background-color: #EFF8FF;
                }

                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .cira-buttons-icon.custom-schedule.size16.c-arrow-down {
                    transition: transform .3s;
                }

                .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button.hover .cira-buttons-icon.custom-schedule.size16.c-arrow-down {
                    transition: transform .3s;
                    transform: rotate(-180deg);
                }


            .home .five.schedule .tab_body .sch-block .custom-schedule-block .csh-button .csh-text-container {
                margin-left: 0.4rem;
                display: flex;
                flex-direction: row;
                flex: 1;
                font-size: 11px;
                line-height: 16px;
                font-weight: 600;
                font-family: 'Inter';
                color: #1079C5
            }

.home .grid-plan-and-billing {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
}
.home .grid-plan-and-billing2 {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: 0.4fr 1fr;
}
    .home .grid-plan-and-billing2 .pb-license-block {
        font-family: 'Outfit';
        font-weight: 600;
        font-size: 16px;
        color: #202020;
    }
        .home .grid-plan-and-billing2 .pb-license-block .seats-block {
            width: 42px;
            min-width: 42px;
            height: 42px;
            min-height: 42px;
            border-radius: 8px;
            max-height: 42px;
            background-color: #2E263D1A;
        }
            .home .grid-plan-and-billing2 .pb-license-block .seats-block .seats-count {
                font-family: 'Inter';
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                height: 22px;
                color: #202020;
            }
    .home .grid-plan-and-billing .pb-h3 {
        font-family: 'Outfit';
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        color: #202020;
    }
    .home .pb-plan-ends-block {
        padding-right: 7px;
        height: 42px;
        min-height: 42px;
        border-radius: 8px;
        max-height: 42px;
        background-color: #1079C50D;
    }

.home .pb-plan-loader { 
    background: linear-gradient(90deg,#0000 33%,#0001 50%,#0000 66%) #1079C50D; 
    background-size: 300% 100%; 
    animation: plan-l1 1.5s infinite linear;
}
@keyframes plan-l1 {
  0% {background-position: right}
}

.home .pb-trial {
    color: #1079C5;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 17px;
}
.home .pb-paid {
    color: #1079C5;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 17px;
}
.home .pb-ends {
    color: #1079C5;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 17px;
}

md-dialog.chargebee-manage { height: 750px; width: 480px; }
md-dialog.chargebee-manage .container-main-dialog { height: 750px; width: 480px; }
    md-dialog.chargebee-manage .widget { border: none; border-radius: 16px; }


.home .home-top-alert-panel {
    background-color: #FFF7E4;
    border-radius: 12px;
    display:flex;
    align-items:center;
    line-height:160%;
    font-size:12px;
}

    .home .home-top-alert-panel .alert-message-panel {
        flex-grow:1;
        display:flex;
        align-items:center;
    }

        .home .home-top-alert-panel .alert-message-panel .warning-icon {
            background-image: url('../../../bundle/i/newUI/message-sprite.svg');
            background-position: -23px 0;
            width: 20px;
            min-width: 20px;
            height: 25px;
        }

        .home .home-top-alert-panel .alert-message-panel .days-counter {
            font-weight:bold;
            font-size:15px;
        }

        .home .home-top-alert-panel .alert-message-panel .upgrade-permission-label {
            font-weight: bold;
            text-decoration: underline;
            text-underline-offset: 5px;
            cursor:pointer;
        }

    .home .home-top-alert-panel .alert-buttons-panel {
        display: flex;
        align-items: center;
    }

        .home .home-top-alert-panel .alert-buttons-panel .app-consent-upgrade {
            background-color: #1079C5;
            color: #ffffff;
        }

        .home .home-top-alert-panel .alert-buttons-panel .learn-more {
            text-decoration: underline;
            color: #1079C5;
            font-weight: bold;
            text-underline-offset: 5px;
        }