﻿body {
    height:100%;
}

/*All users list start*/
/*.all-users-list ul {
    border-color: #000;
    border-style: groove;
    border-width: thin;
    margin: 10px;
    height: 500px;
    padding: 20px;
    position: relative;
}

.all-users-list ul li {
    display: flex; 
    justify-content: space-between;
    position: relative;
}

.all-users-list ul li:last-child {
    margin-bottom: 0;
}

.all-users-list li, .user-defination-blocks li {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    padding-top: 5px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
/*All users list end*/

/*.all-users-list-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.user-defination-blocks ul {
    height: 200px;
}

.all-users-list ul {
    border-color: #000;
    border-style: groove;
    border-width: thin;
    margin: 10px;
    height: 500px;
    padding: 20px;
    position: relative;
}

.all-users-list ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.all-users-list ul li:last-child {
    margin-bottom: 0;
}

.all-users-list ul li.active {
    background-color: #79d2e4;
}

.all-users-list input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.all-users-list label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    padding-top: 5px;
}*/

#user-defination table {
    width: 100%;
}

#user-defination table td div {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    padding-top: 5px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #c5c5c5;
}

#user-defination table td {
    vertical-align: baseline;
    width: 50%;
    padding: 0 10px;
}

#user-defination .all-users-list {
    border-color: #000;
    border-style: groove;
    border-width: thin;
    margin: 10px;
    min-height: calc(100vh - 180px) !important;
    padding: 20px;
    position: relative;
    /*max-height: 500px;
    overflow-y: scroll;*/
}

#user-defination table {
    max-height: calc(100vh - 180px) !important;
}

#user-defination input#txtSearchEmailUserDefination {
    width: 100%;
    margin-left: 7px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

#user-defination #user-relation-table td
/*#user-defination #admin-panel*/ 
{
    border: solid 0.5px #cccc;
    padding-top: 7px;
}

.droppableActiveClass {
    border: solid 0.5px #cccc;
}

