/*---- users start----*/

.user_table{
/*    width:1300px;*/
    display:table;
    }

.user_table_row{
    display:table-row;
    }

.user_table_row_top{
    background-color:#1c4263;
    color:#eee;
    text-align:center;
    }

.user_table_row DIV{
    border:1px solid gray;
    display:table-cell;
    padding:5px;
    }

/*---- users end----*/

/*---- users add start----*/

#add_user_inner_container{
    width:800px;
    border-radius:5px;
    border:2px solid #ccc;
    padding:10px;
    background-color:#c5dbed;
    text-align:center;
    }

#add_user_input_fields{
    text-align:right;
    display:inline-block;

    }

#add_user_input_fields input[type="text"], #new_group{
    width:650px;
    height:26px;
    font-size:15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;

    }

#add_user_input_fields input[type="password"]{
    width:650px;
    height:26px;
    font-size:15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    }

#add_user_input_fields input[type="submit"]{
    margin-top:10px;
    margin-left:auto;
    width:650px;
}

/*---- users add end----*/

/*----user labot start----*/

#user_edit_outer {
    width:800px;
    border-radius:5px;
    border:2px solid #ccc;
    padding:10px;
    background-color:#c5dbed;
  }

/*----user labot end----*/



/*----categories start--*/

.categories_table{
    display:table;
    font-size:14px;
    }

.categories_row{
    display:table-row;
    }

.categories_row_top{
    background-color:#1c4263;
    color:#eee;
    text-align:center;
    }

.categories_row DIV:nth-of-type(1){
  width: 60px;
  }
.categories_row DIV:nth-of-type(2){
  width:300px;
  }
.categories_row DIV:nth-of-type(3){
  width: 500px;
  }

.categories_row DIV{
    border:1px solid gray;
    display:table-cell;
    padding:0px;
    }

.categories_row INPUT[type="text"]{
  margin:0px;
  width:100%;
  height:100%;
  border:none;
  }

.categories_row INPUT[type="submit"]{
  margin:0px;
  width:100%;
  height:100%;
  }


/*----categories end----*/



/*---- user groups start ----*/
.user_groups_table{
    width: 1000px;
    display:table;
    }

.user_groups_row{
    display:table-row;
    }

.user_groups_row_top{
    background-color:#1c4263;
    color:#eee;
    text-align:center;
    }

.user_groups_row DIV{
    border:1px solid gray;
    display:table-cell;
    padding:5px;
    }

/*---- user groups end ----*/

/*---- user setings start ----*/
 .user_settings_input{
    width:200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right:10px;
    margin-bottom:5px;
    padding:4px;
    }
/*---- user setings end ----*/

/*---- task type start - skumji ----*/
.task_type_table{
    display:table;
    border-collapse:collapse;
    table-layout:fixed;
    }

.task_type_table_row{
    display:table-row;
    }

.task_type_table_row DIV{
    text-align:left;
    padding:1px 5px 1px 5px;
    border:1px solid black;
    display:table-cell;
    }

.admin_task_type_block{
    padding-left:20px;
    }

.admin_task_type_item{
    display:inline-block;
    width:800px;
    overflow:hidden;
    }
.admin_task_type_item:hover{
    background-color:#D6CCCE;
    }
.admin_task_type_item_buttons{
    display:inline-block;
    width:100px;
    }
.admin_task_type_option_box{
    width:200px;
    font-size:20px;
    }
.admin_task_type_name_input{
    width:600px;
    font-size:20px;
    }

/*---- task type end ----*/

/*---- admin log start ----*/
.log_table{
    display:table;
    border-collapse:collapse;
    width:1300px;
    }

.log_table_row{
    display:table-row;
    }

.log_table_row_top{
    background-color:#1c4263;
    color:#eee;
    text-align:center;
    }

.log_table_row DIV{
    border:1px solid gray;
    display:table-cell;
    padding:5px;
    }
/*---- admin log end ----*/
