﻿
#settings_right .tr_hidden
{
  display:none; 
}


.table_inner td {
    vertical-align: top;
    padding-left:0px;
    height:20px;
}


#userlist {
  cursor: pointer;
  background-color: #ffffff;  
  overflow: auto; 
}


.listsettings{
  cursor: pointer;
  border-style:solid;
  border-width:1px;
  border-color:lightgray;  
  overflow:auto;  
  padding: 0px 10px 10px 10px;
}

.background_not_assigned.k-widget{
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:lightgray;  
}

.background_assigned.k-widget{
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color: #DD4814;  
}

.HIDDEN{
  visibility:collapse !important;
}

.td_botton{
  vertical-align: bottom !important;
}

.move
{
    cursor: move;
}





 
