﻿.contacts-view { }
    .contacts-view .switch-content { }
    .contacts-view .main_container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .contacts-view .switch-content md-switch { margin: 0px; }
    .contacts-view .select-columns { position: relative; width: 30px; height: 30px; }
        .contacts-view .select-columns:after { position: absolute; top: 0; left: 0px; top: 5px; height: 30px; width: 30px; background: url('../../../i/controls-sprite-test.svg'); background-repeat: no-repeat; background-position: -0px -153px; background-size: 30px auto; background-color: orange; }

    .contacts-view .main-container .treeView-container { background-color: white; width: 30%; overflow: auto; height: 100%; }
    .contacts-view .main-container .content-container { background-color: white; width: 70%; }

    .contacts-view .left-side-container .back { cursor: pointer; height: 30px; width: 30px; background-repeat: no-repeat; background-size: 30px auto; background-image: url('../../../../bundle/i/back-sprite-x30.svg'); background-position: 0 -60px; }
        .contacts-view .left-side-container .back:hover { height: 30px; width: 30px; background-repeat: no-repeat; background-size: 30px auto; background-image: url('../../../../bundle/i/back-sprite-x30.svg'); background-position: 0 0; }
    .contacts-view .left-side-container .description { margin-left: 10px; font-size: 16px; }
    .contacts-view .show-contacts-or-groups { margin-right: 4px; padding-right: 4px; }

    .contacts-view .export-to-excel-action { padding-right: 5px; width: auto; background-position: 4px 6px; height: 34px; padding-left: 30px; background-color: #DADADA; border: 1px solid #c8c8c8; cursor: pointer; margin-right:10px; }
        .contacts-view .export-to-excel-action.export-to-excel { background-image: url('../../../i/exportToExcel.svg'); background-size: 20px; background-repeat: no-repeat; }

    .contacts-view .icon-control { cursor: pointer; background: url("../../../i/controls-sprite-30x30.svg"); background-repeat: no-repeat; }

        .contacts-view .icon-control.size30 { width: 30px; height: 30px; background-size: 30px 1140px; margin-left: 5px; min-height: 30px; max-height: 30px; }

        .contacts-view .icon-control.column-chooser { background-position: -0px -780px; }
            .contacts-view .icon-control.column-chooser:hover { background-position: -0px -810px; }


    .contacts-view .k-grid th {
        padding-left: 0.3em;
    }
    .contacts-view .k-grid td {
        padding: 5px;
    }