@CHARSET "UTF-8";

.index {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.item {
   
}

.ipads {
    border: 1px solid #333;
}

.ipad {
    float: left;
    width: 260px;
    min-height: 300px;
    margin: 0 20px 20px 0;
    padding: 10px;
    background-color: #d8d7d7;
    text-align: center;
}

.item-index-odd {
    background: Gray;
}

.item-index-even {
    background: LightGray;
}

.ipad h2, .ipad h3{
   text-align: center;
font-size: 16px;
	color: #333;

}

.ipad .tagging {
    text-align: right;
    display: block;
    padding: 5px 0 10px 0;
}

.confirm-reset {
    display: none;
}

.ipads-inactive {
    clear:both;
    display: block;
    width: 100%;
    overflow: hidden;
}

.ipads-active {
    clear:both;
    display: block;
    width: 100%;
    overflow: hidden;

}

.tasks {
    clear: both;
    width: 280px;
}

.task {
    
    overflow: hidden;
    /*margin: 10px 0;*/
    width: 100%;
    border-bottom: 1px solid #333;
}

.create-task {
    
    width: 350px;
    clear: both;
}

.create-task input {
    
    width: 100%;
    
}

.create-task textarea {
    
    width: 100%;
    
}

.task h2 {
    text-align: left;
    cursor: pointer;
}

.users {
    
}

.user {
    float: left;
    width: 280px;
    margin: 0 0 20px 0;
}

.user h3{
    text-align: left;
}

.ipad.nowSelected h2 {
    background-color: #5D8263;
    cursor: pointer;
    
}
            
.ipad.nowUnselected h2 {
    color: #333;
    /*text-decoration: line-through;*/
    
}

.module-index {
   
}

.module-title h1 {
    
    margin-left: 20px;
    color: #000;
    font-weight: bold;
    font-size: 30px;
}







