/* Reset */
#columns img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border: 0 none;}

div#columns {
    position: absolute;
    overflow: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35px;
}

.widgetLoading {
    background: url("/images/ajax-loader.gif") no-repeat scroll 50% 0 transparent;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Colors */
.color-black {background : #333333; }
.color-red {background : #990000; }
.color-blue {background : #5C9CCC; }
.color-brown {background : #B29A60; }
.color-green {background : #1C7B1C;}
.color-black h3,
.color-blue h3,
.color-red h3,
.color-brown h3,
.color-green h3 {color : #FFFFFF;}

/* End Colors */

/* container for better scrolling */
.widget-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: 18em;
}
.widget-container > .widget-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Columns section */
#columns .column {
    float      : left;
    height     : auto !important;
    height     : 25px;
    min-height : 25px;
}

#columns .widget {
    margin: 0 10px 20px 15px;
    padding: 2px;
    border-radius: 6px;
}
#columns .widget .widget-head {
    display: flex;
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 25px;
    line-height: 25px;
}
#columns .widget .widget-head h3 {
    flex-grow: 1;
    padding: 0 5px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#columns .widget .widget-head select {
    width: 95px;
    border-radius: 2px;
    margin: 3px;
}
#columns .widget .widget-content {
    background: #FFF;
    padding: 0 5px;
    color: #555;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content .widget-inner {
    padding: 0.8em 0;
}
#columns .widget .widget-content .widget-inner .not-loaded {
    text-align: center;
    font-style: italic;
}

#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #222;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    height: auto;
}
#columns .widget .widget-content ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#columns .widget .widget-content a              { color: #444; text-decoration: none; }
#columns .widget .widget-content .wHeader, /* inconsistent naming convention lol */
#columns .widget .widget-content .widget-header {
    color: #fff;
    font-weight: bold;
    background-color: #999;
}
#columns .widget .widget-content ul li.odd      { background-color: #ffffff; }
#columns .widget .widget-content ul li.even     { background-color: #f0f0f0; }
#columns .widget .widget-content .wBody:hover   { background-color: #e5e5e5; }
#columns .widget .widget-content ul li.non-banded   { border-bottom: 1px solid #f0f0f0; }

#columns .widget .widget-content div.wcWrapper  {
    float: left;
}

#columns .widget .widget-content div.wcCont  {
    overflow: hidden;
    line-height: 2em;
    height: 2em;
    padding: 0 3px;
}

#columns .widget .widget-content ul.rounded { margin: -0.8em 0; }
#columns .widget .widget-content ul.rounded li {
    border-radius: 6px 6px 6px 6px;
    margin: 4px 0;
}
#columns .widget .widget-content ul.rounded div.wcWrapper {
    padding: 4px 0;
}
#columns .widget .widget-content ul.rounded a:hover { text-decoration: underline; }

.actionLeft { width: 15%; }
.actionRight { width: 85%; }

 .wcMore {
    display: block;
    height: 2em;
    line-height: 2em;
    position: relative;
}
#columns .widget .wcMore .wcTotals {
    bottom: 0;
    color: #555;
    font-style: italic;
    height: 1em;
    line-height: 1em;
    position: absolute;
    left: 4px;
    text-decoration: none;
}

#columns .widget .wcMore a {
    bottom: 0;
    color: #555;
    font-style: italic;
    height: 1em;
    line-height: 1em;
    position: absolute;
    right: 4px;
    text-decoration: none;
}
#columns .widget .wcMore a:hover { text-decoration: underline; }

#columns .widget .hiddenAjaxLoader {
    background: url("/images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    width: 13px;
}

/* End Columns section */

/* Actions section */
.widget-head a.remove  {
    float: right;
    display: inline;
    background: url(/images/dashboard/buttons.png) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 5px 4px 5px 0;
    outline: none;
}

.widget-head a.edit  {
    float: right;
    display: inline;
    background: url(/images/dashboard/buttons.png) no-repeat;
    width: 24px;
    height: 14px;
    margin: 5px 4px 5px 0;
    outline: none;
}

.widget-head a.recycle  {
    background: url(/images/dashboard/buttons.png) no-repeat -121px 0;
    width: 14px;
    height: 14px;
    margin: 5px 4px 5px 0;
    outline: none;
}

.widget-head a.collapse  {
    background: url(/images/dashboard/buttons.png) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    margin: 5px 0 5px 4px;
    outline: none;
}

.widget-placeholder {
    border: 2px dashed #999;
    margin: 0 15px 20px 15px;
}

.edit-box {
    overflow: hidden;
    background: #333 url(/images/dashboard/widget-content-bg.png) repeat-x;
    margin-bottom: 2px;
    padding: 10px 0;
}

.edit-box li.item {
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}


.edit-box label {
    float: left;
    width: 30%;
    color: #FFF;
    padding: 0 0 0 10px;
}

.edit-box ul.colors li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.edit-dashboard {
    display: flex;
    justify-content: flex-end;
    padding: 10px 30px 0 0;
}
.edit-dashboard a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* End Actions section */
