.taskList{ margin:0 auto; margin-top:25px; margin-bottom:25px; background-color: #fcf59b; color: #212121; font-size:1.5em; } .stats{ background-color:#ededed; padding:10px; } .notSortable{ box-shadow: 1px 1px 4px #000; } #sortable, .notSortable{ list-style:none; padding:0; margin:0; } .ico{ color:grey; opacity:0.3; vertical-align: top; } .dropdown{ vertical-align: top; } #sortable li, .notSortable li{ padding:10px 10px; border-bottom-style:dotted; border-color:#CAC47C; border-width:1px; } #save{ margin-bottom:10px; } #add{ padding:10px 10px; border-bottom-style:solid; border-width:2px; border-color:#f5cf7a; } .details{ cursor:pointer; opacity:0.8; color:black; } .details:hover{ cursor:pointer; opacity:1; } .addIco{ color:grey; opacity:0.3; float:left; } .delTask:hover{ background-color:#f5f5f5; } .eInput{ margin-left:5px; width:80%; float:left; display:inline-block; min-height:20px; border: none; overflow: auto; outline: none; background-color:transparent; height:15px; resize:none; } .editable{ margin-left:5px; width:calc(100% - 200px); display:inline-block; background-color:transparent; min-height:15px; border: none; resize:none; outline: none; } .cursorClick{ cursor:pointer; } .check, .aCheck{ cursor:pointer; vertical-align: top; margin-left:5px; margin-top:3px; width:15px; height:15px; display:inline-block; border-style:solid; border-width:1px; border-color:grey; border-radius:0.1em; background-color: white; } #doneList{ list-style:none; background-color:#e9e9e9; padding:0; margin:0; } #doneList li{ padding:10px 10px; border-bottom-style:dotted; border-color:#CAC47C; border-width:1px; } #doneList .editable{ color:grey; text-decoration: line-through; display:inline-block; margin-left:5px; } .progress{ background-color: transparent; } #showMore{ background-color:#e9e9e9; text-align:center; color:grey; font-size:11px; cursor:pointer; } .form-group{ margin-bottom:15px; } .ui-autocomplete { position: absolute; top: 100%; left: 0; z-index: 1000; float: left; display: none; min-width: 160px; padding: 4px 0; margin: 0 0 10px 25px; list-style: none; background-color: #ffffff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; } .ui-menu-item > a.ui-corner-all { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #555555; white-space: nowrap; text-decoration: none; } .ui-state-hover, .ui-state-active { color: #ffffff; text-decoration: none; background-color: #0088cc; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background-image: none; }