p.ctf-instructions {
  text-align:left;
  font-size:12px;
  color:#404040;
  padding:5px 20px;
  
}

.ctf-div {
    height:500px;
    overflow:auto;
    border:solid #f0f0f0 1px;
}

.ctf-div-left {
    float:left;
}

.ctf-div-right {
    float:right;
}

.ctf-header {
    margin: 0px 0px 10px 10px;
  color:#18a7c1;
}

.ctf-list {
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow: hidden;
}

.ctf-item {
    list-style: none;           
    text-align: left;
    color:#404040;
    font-size:12px;
    padding:3px 0px 3px 25px;
    word-wrap: break-word;
}

.ctf-item:hover {
    cursor:move;
}


.ctf-item-dragging {
    z-index:3000;
    background-color: #f0f0f0 !important;
    width: 45%;
    border: solid #d6d6d6 1px;
    word-wrap: break-word;
}

.dropzone_hover { 
    background-color: #ff9;
}
.drop-hover { 
  background-color: #e7f3e5;
}

.ctf-folder {
    background: url('/townsquare/img/icons/folder.png') no-repeat 5px 2px;
}
.ctf-folder {
    background: url('/townsquare/img/icons/folder.png') no-repeat 5px 2px;
}
.ctf-page_white {
    background: url('/townsquare/img/icons/page_white.png') no-repeat 5px 2px;
}
.ctf-link {
    background: url('/townsquare/img/icons/link.png') no-repeat 5px 2px;
}
.ctf-document {
    background: url('/townsquare/img/icons/document.png') no-repeat 5px 2px;
}
.ctf-camera {
    background: url('/townsquare/img/icons/camera.png') no-repeat 5px 2px;
}
.ctf-sound {
    background: url('/townsquare/img/icons/sound.png') no-repeat 5px 2px;
}
.ctf-page_white_flash {
    background: url('/townsquare/img/icons/page_white_flash.png') no-repeat 5px 2px;
}
.ctf-page_white_acrobat {
    background: url('/townsquare/img/icons/page_white_acrobat.png') no-repeat 5px 2px;
}
.ctf-page_white_word {
    background: url('/townsquare/img/icons/page_white_word.png') no-repeat 5px 2px;
}
.ctf-page_white_excel {
    background: url('/townsquare/img/icons/page_white_excel.png') no-repeat 5px 2px;
}
.ctf-page_white_powerpoint {
    background: url('/townsquare/img/icons/page_white_powerpoint.png') no-repeat 5px 2px;
}
.ctf-page_white_text {
    background: url('/townsquare/img/icons/page_white_text.png') no-repeat 5px 2px;
}
.ctf-page_white_compressed {
    background: url('/townsquare/img/icons/page_white_compressed.png') no-repeat 5px 2px;
}
.ctf-page_white_error {
    background: url('/townsquare/img/icons/page_white.png') no-repeat 5px 2px;
}
.ctf-unknown {
    background: url('/townsquare/img/icons/page_white.png') no-repeat 5px 2px;
}

#loader-div {
    padding:1em;
    position:absolute;
    z-index:3000;
    border-radius:2px;
    color:white;
}

.loader-success {
    background-color:#64b455 !important;
}

.loader-error {
    background-color:#b46455 !important;
}



