.draggable-wrapper{
/*    padding: 5px;*/
    position: relative;
    float: left;
}
ul.campaign_header{
/*    float:left;*/
    position: relative;
    width: 128px;
    height: 30px;
    list-style: none;
    margin:3px 3px 0 3px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #505050;
    border-bottom: none;
}
ul.campaign_list {
    position: relative;
    /* New settings */
   /* list-style-type: none;
    min-height: 90px;

/*Old settings*/
    overflow-y:auto !important;
    overflow-x:hidden !important;
    width: 128px;
    height: 150px;
    list-style: none;
    margin:0 3px 15px 3px;
    outline: 0;

    /*background: #F2F2F2;*/
    border: 1px solid #ccc;
    border-top: none;
/*    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 3px 3px;

}


::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.campaign_title{
    padding: 2px;
    color: #fdfffd !important;

}
.campaign_title:hover{
    color: #d8d8d8 !important;
}

.campaign_title>a{
    color: #fdfffd !important;
}

.campaign_title>a:hover{
	color: #d8d8d8 !important;
}

/* Drag/Drop Stuff  */
li.sign_object {
    display:inline-block;

    cursor: move;
/* Old Settings */
    font-size:10px;
    margin: 1px 3px 1px 3px;
    padding: 0 3px 0 3px;

/*    height: 30px;
    min-height: 30px;
    max-height: 30px;*/

    border:1px solid #999999;
    width: 115px;

}

@media (max-width: 799px) {
    #small_screens{
        display: block;
    }
    #large_screens{
        display: none;
    }
    li.sign_object{
/*        background-size: 60px;*/
/*        width: 70px;
        height: 70px;*/
    }
    ul.campaign_list {

        min-height: 60px;


    }
}

ul.campaign_list::after{
    content: "";
    /*background: url(image.jpg);*/
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (min-width: 800px){
    #small_screens{
        display: none;
    }
    #large_screens{
        display: block;
    }
}
li.sign_object .sign_info{
/*    margin-left: 28px;*/
    margin-right: 4px;
    overflow: hidden;
    text-overflow: clip;
/*    max-height: 26px;
    height: 26px;*/
}
.sign_info>a {
    color: rgb(253, 255, 253);
}

#small_screens.container-fluid .row{
    border-bottom: solid 1px lightgrey;
}



li.drag_head{

/*    border-bottom: 1px solid #999999;*/
    font-size:10px;
/*    font-weight:bold;*/

    text-overflow: clip;
    text-align:center;
    margin: 0;
    width: 100% !important;
    height: 30px;
    overflow: hidden;
    padding: 1px 3px 2px 3px;

}


ul.draglist_alt div.dragitem {
    margin: 1px;
    cursor: move;
}

ul.draglist div.dragitem form{
    display:none;
}


ul.draglist li.campaigns{
    background-image: url(/images/story_board_earth_small.png);
    background-position:left;
}
ul.draglist div.signs{
    background-image: url(/images/monitor_icon_13x10.png);
    background-position: top left;
}

li.drag_head, div.dragitem{
    background-repeat:no-repeat;
}

ul.draglist li.drag_wrapper{
    overflow:hidden;

    /*padding-left: 20px !important;*/
}
