/*
    Style extensions for the CMS admin site.
*/


/* Dashboard index page. */
body.dashboard div.sitemap-entry {
    position: relative;
}

body.dashboard div.sitemap-entry .move-up,
body.dashboard div.sitemap-entry .move-down {
    width: 11px;
    height: 5px;
    background-image: url(../pages/img/arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    display: block;
    text-indent: -999px;
    outline: none;
}

body.dashboard div.sitemap-entry .move-up {
    background-position: -15px -29px;
    top: 2px;
}

body.dashboard div.sitemap-entry .move-up:hover {
    background-position: -2px -29px;
}

body.dashboard div.sitemap-entry .move-down {
    background-position: -15px -34px;
    top: 11px;
}

body.dashboard div.sitemap-entry .move-down:hover {
    background-position: -2px -34px;
}

body.dashboard #sitemap-module .loading {
    margin: 0 0 0 10px;
    padding: 0 0 10px 40px;
    background: url(../pages/img/ajax-loader.gif) 0 0 no-repeat;
    height: 30px;
    line-height: 30px;
    color: #5B80B8;
}


/* Page content type selection page. */

body.page-content-types h3.classifier {
    clear: left;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px #eeeeee solid;
}

body.page-content-types ul.content-types {
    padding: 0px 0px 0px 0px;
}

body.page-content-types ul.content-types li {
    float: left;
    list-style: none;
    margin: 0px 10px 10px 0px;

}

body.page-content-types ul.content-types a {
    display: block;
    position: relative;
    width: 100px;
    height: 110px;
    border: 1px white solid;
}

body.page-content-types ul.content-types a:hover {
    border: 1px #b0b0b0 solid;
}

body.page-content-types img.content-type-icon {
    position: absolute;
    top: 15px;
    left: 18px;
}

body.page-content-types span.content-type-name {
    font-size: 120%;
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100px;
    text-align: center;
}

#recent-actions-module ul li > ul {
    margin-left: 15px;
}

.actionlist {
    min-width: 230px;
}

.controls textarea {
    width: calc(100% - 15px);
}

.defaultSkin table.mceLayout {
    width: calc(100% - 2px) !important;
}

.popup.media-file .form-horizontal fieldset.collapsed,
.popup .form-horizontal fieldset.collapsed {
    margin-top: 35px;
}
