/*
    Document   : redcodes
    Created on : 28/08/2013, 10:59:11 AM
    Author     : Alex
    Description:
        Admin redcode management screen
*/

.lazydiv { position: relative; clear: both; }
.lazydiv-row-headings {
    position: relative; clear: both; padding: 10px 10px 10px 20px; overflow: auto; font-weight: bold; background-color: #ccc;
    background: #6c757d;
    color: #fff; font-weight: bold; font-size: 12px; padding: 7px 4px 5px 4px;
}
.lazydiv-row { position: relative; clear: both; padding: 10px 10px 10px 20px; overflow: auto; cursor: move; }
.lazydiv-row.alt { background-color: #f7f7f9; overflow: auto; }
.lazydiv-row.collapse { height: 2px; padding: 0px; overflow: hidden; }
.lazydiv-row.disabled { opacity : 1; }
.lazydiv-heading { position: relative; float: left; width: 120px; }
.lazydiv-column { position: relative; float: left; width: 120px; padding: 3px;   }
.drag-redcode { border: 1px solid #ccc; width: 100%; text-align: center; }
.drag-grip { position: absolute; top: 0; left: 0; height:20px; width: 20px;  cursor: move; }
.linked-holder{ position: relative; float: right; overflow: visible; text-align: left; }
.linked-redcode { position: relative; }
.display-hud { z-index: 999; position: fixed; bottom: 50px; left: 50px; padding: 10px; background-color: rgb(62, 63, 64); border-top-left-radius: 15px; border-top-right-radius: 15px; color: #fff; display: none;  }
.lazydiv-row.ui-droppable-hover { border: dashed 3px #f00; }
