/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Jul-2014, 12:59:12
    Author     : Antony
*/


/* 
--------------------------------------------------------------------------------------
Needs - WHAT WHY
--------------------------------------------------------------------------------------
*/

    .wt-table-list
    {
        display: block;
        width: 100%;
    }
    .row_head
    {
        display: block;
        width: 100%;
        /*height: 51px;*/
        clear: both;
        
        border-bottom: 4px #444 solid;
        background-color: #ccc;
        font-weight: bold;
        text-align: center;
    }
    .row
    {
        display: block;
        width: 100%;
        /*height: 51px;*/
        clear: both;
        
        border-bottom: 2px #444 solid;
    }
    .cell_head_what,.cell_head_why
    {
        display: block;
        float: left;
        /*height: 50px;*/
        overflow: auto;
        
        border-left: 1px #777 solid;
        padding: 2px;
    }
    .cell_what,.cell_why
    {
        display: block;
        float: left;
        /*height: 50px;*/
        overflow: auto;
        
        border-left: 1px #777 solid;
        padding: 2px;
    }
    
    .cell_head_what,.cell_what{ width: 30%;}
    .cell_head_why,.cell_why { width: 55%;}
    
    .cell_head_funct,.cell_funct{ 
        display: block;
        float: left;
        /*height: 50px;*/
        width: 10%;
        text-align: center;
    }
    
    
    
    
    
    /* Add / Edit FORM */
    .wt-whatwhy-form-wrapper {
        display: none;
        
        width: 100%;
        clear: both;
        

    }
    .wt-whatwhy-form{
        display: block;
        border: 8px pink solid;
    }
    
    
/* 
--------------------------------------------------------------------------------------
Notifications
--------------------------------------------------------------------------------------
*/


    .row_head_notify
    {
        display: block;
        width: 100%;
        /*height: 51px;*/
        clear: both;
        
        border-bottom: 4px #444 solid;
        background-color: #ccc;
        font-weight: bold;
        text-align: center;
    }
    .row_notify
    {
        display: block;
        width: 100%;
        /*height: 51px;*/
        clear: both;
        
        border-bottom: 2px #444 solid;
    }
    .cell_head_notify_title,.cell_head_notify_from,.cell_head_notify_to,.cell_head_notify_funct
    {
        display: block;
        float: left;
        /*height: 50px;*/
        overflow: auto;
        
        border-left: 1px #777 solid;
        padding: 2px;
    }
    .cell_notifytitle,.cell_notifystart,.cell_notifyend,.cell_notify_funct
    {
        display: block;
        float: left;
        /*height: 50px;*/
        overflow: auto;
        
        border-left: 1px #777 solid;
        padding: 2px;
    }
    
    .cell_head_notify_title,.cell_notifytitle{ 
        width: 84%;} /* was 60%; with from to columns */
    .cell_head_notify_from,.cell_head_notify_to,.cell_notifystart,.cell_notifyend { 
        width: 12%;}
    
    .cell_head_notify_funct,.cell_notify_funct{ 
        display: block;
        float: left;
        /*height: 50px;*/
        width: 8%;
        text-align: center;
    }
    
    
    
    
    
    /* Add / Edit FORM */
    .wt-whatwhy-form-wrapper {
        display: none;
        
        width: 100%;
        clear: both;
        

    }
    .wt-whatwhy-form{
        display: block;
        border: 8px pink solid;
    }
    




/* 
--------------------------------------------------------------------------------------
Wants - OBJECTIVES AND ACTIONS
--------------------------------------------------------------------------------------
*/




/* 
--------------------------------------------------------------------------------------
NOTIFICATIONS
--------------------------------------------------------------------------------------
*/
#notify-startdate-wrapper,#notify-enddate-wrapper,#notify-starttime-wrapper,#notify-endtime-wrapper,
#notify-weekdays-wrapper,#notify-hours-wrapper {
    display: none;
}

    /* Add / Edit FORM */
    .wt-notify-form-wrapper {
        /*display: none;*/
        display: none;
        
        width: 100%;
        clear: both;
        

    }
    .wt-notify-form{
        display: block;
        border: 8px pink solid;
    }