/* Last update 16.12.2011 15:00 */
.icons-white-violet {
    --icon--new-folder: url(img/action-icons/white-violet/new-folder.png);
    --icon--add-to-basket: url(img/action-icons/white-violet/add-to-basket.png);
    --icon--remove-from-basket: url(img/action-icons/white-violet/remove-from-basket.png);
    --icon--edit-permissions: url(img/action-icons/white-violet/edit-permissions.png);
    --icon--move: url(img/action-icons/white-violet/move.png);
    --icon--edit: url(img/action-icons/white-violet/edit.png);
    --icon--upload: url(img/action-icons/white-violet/upload.png);
    --icon--copy: url(img/action-icons/white-violet/copy.png);
    --icon--delete-folder: url(img/action-icons/white-violet/delete-folder.png);
    --icon--watch: url(img/action-icons/white-violet/watch.png);
    --icon--unwatch: url(img/action-icons/white-violet/unwatch.png);
    --icon--filter: url(img/action-icons/white-violet/filter.png);
}

.icons-transparent-white {
    --icon--new-folder: url(img/action-icons/transparent-white/new-folder.png);
    --icon--add-to-basket: url(img/action-icons/transparent-white/add-to-basket.png);
    --icon--remove-from-basket: url(img/action-icons/transparent-white/remove-from-basket.png);
    --icon--edit-permissions: url(img/action-icons/transparent-white/edit-permissions.png);
    --icon--move: url(img/action-icons/transparent-white/move.png);
    --icon--edit: url(img/action-icons/transparent-white/edit.png);
    --icon--upload: url(img/action-icons/transparent-white/upload.png);
    --icon--copy: url(img/action-icons/transparent-white/copy.png);
    --icon--delete-folder: url(img/action-icons/transparent-white/delete-folder.png);
    --icon--watch: url(img/action-icons/transparent-white/watch.png);
    --icon--unwatch: url(img/action-icons/transparent-white/unwatch.png);
    --icon--filter: url(img/action-icons/transparent-white/filter.png);
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: url('img/niiniplus-background.jpg') no-repeat center bottom fixed;
    background-size: cover;

    font-size: 12px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

pre {
    font-size: 12px;
    color: #222;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    cursor: pointer;
}

a, :focus {
    outline: none;
}

    a:link,
    a:visited {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        color: #333;
        text-decoration: none;
    }

    a img {
        border-bottom-style: none;
        border-bottom-width: 0px;
        text-decoration: none;
        border: none;
    }

p, ul {
    margin: 0 0 10px 0;
}

    p a:link,
    p a:hover {
        color: #0645AD;
    }

    p a:hover {
        text-decoration: underline;
    }

h1.error {
    color: #ff6600;
}

.error-msg,
.validation-summary-errors {
    margin: 0 0 10px 0;
    padding: 10px 15px;
    background: #ff6600;
    color: #fff;

    animation: blink-animation 1s steps(5, start) 2;
    -webkit-animation: blink-animation 1s steps(5, start) 2;
}
@keyframes blink-animation {
  to {visibility: hidden;}
}
@-webkit-keyframes blink-animation {
  to {visibility: hidden;}
}

.login-form .error-msg,
.login-form .validation-summary-errors {
    width: 264px;
}

.error-msg p {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.validation-summary-errors span {
    font-weight: bold;
}

.validation-summary-errors ul {
    margin-top: 0px;
}

.validation-summary-errors li {
    list-style-type: circle;
    list-style: inside;
    line-height: normal;
}

.input-validation-error {
    background: #ff6600;
}

div {
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul, ol {
    list-style-position: inside;
}

.clear {
    clear: both;
    font-size: 0;
}

.error {
    color: #ff6600;
}

.copiedOption {
    background-color: #DCDCDC;
}

fieldset.margin,
fieldset.no-margin,
fieldset.box {
    border: 1px solid #ccc !important;
    margin: 1em !important;
    padding: 1em !important;
    display: block !important;
}

fieldset.no-margin {
    margin: 1em 0 !important;
}

fieldset.box {
    margin: 0px !important;
}

fieldset p {
    margin: 0px;
}

input {
    float: left;
    padding: 6px 5px;
    border: 1px solid #d3d3d3;
    background-color: #fcfbfb;
    margin-right: 5px;
}

    input[type=checkbox] {
        width: auto !important;
        padding: 0px !important;
        border: none !important;
        background: none !important;
    }

input:disabled {
    background-color: rgba(255,255,255,0.7);
    cursor: not-allowed;
}

textarea {
    resize: none;
    padding: 4px;
    background-color: #fcfbfb;
    border: 1px solid #d3d3d3;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    display: block;
}

input.hasDatepicker {
    background-color: #fff;
    /*background: url(img/icon_calendar.gif) no-repeat right -1px #fff;*/
}
.search-wrapper input.hasDatepicker,
.input-bg input.hasDatepicker,
.search-controls input.hasDatepicker,{
    background-color: rgba(255, 255, 255, 0) !important;
}

label {
    float: left;
}

table {
    width: 100%;
    padding: 0px;
    margin: auto;
    border: 0px;
    border-collapse: collapse;
}

    table td, div#ShellForm table.set-up-files td:first-child {
        padding: 5px 10px;
        font-size: 12px;
    }

div#ShellForm table.set-up-files td {
    padding: 8px 10px 8px 15px;
}

table th {
    padding: 8px 10px;
    text-align: left;
    /*background-color: #fcfbfb;*/
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

table td a {
    color: #11548f;
    font-weight: bold;
}

    table td a:hover {
        text-decoration: underline;
    }

legend {
    border: none;
    font-size: 1.1em;
    font-weight: 600;
    padding: 4px 8px 6px 8px;
    display: block;
}

.display-label,
.display-field,
.editor-field,
.editor-label {
    position: relative;
    margin: 0.3em 0px;
    overflow: hidden;
    font-size: 14px;
}
.editor-field {
    margin-bottom: 1em;
}

.editor-field-bold {
    position: relative;
    margin: 0.5em 0px;
    overflow: hidden;
    font-weight: bold;
}

.editor-label-bold {
    position: relative;
    margin: 1.0em 0 0 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

#divIsRoot {
    margin: 1em 0 0.5em 0;
}

.editor-label-field {
    float: left;
    width: 50px;
}

.editor-input-field {
    float: left;
    padding: 1px;
}

.secHeader,
input#tbKeyword,
.editor-label input,
.editor-field input {
    width: 274px;
}

.editor-field .input-bg,
.editor-field .textarea-bg {
    display: block;
    padding: 5px 4px 5px 3px;
    border: 1px solid #d3d3d3;
    background-color: #fcfbfb !important;
}

    .editor-field .input-bg select {
        display: block;
        width: 100%;
        font-size: 11px;
        background-color: #fcfbfb !important;
        margin: 0px;
        padding: 0px;
        border: none;
    }

    .editor-field .input-bg input,
    .editor-field .textarea-bg textarea {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 100%;
        border: none;
        background: none !important;
    }

.editor-field a.linkBtn {
    margin-right: 5px;
}

.editor-field.tag-field {
    overflow: visible;
    z-index: 99;
}

.page,
.login-page {
    width: 1200px;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

.login-page {
    width: 352px;
}

#header {
    background: url(img/niiniplus-header.png) repeat center center;
    background-size: cover;
    padding: 0 30px;
    height: 210px;
}

#mecontainer {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}

div#logo {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 65px;
    width: 95px;
    cursor: pointer;
    background: url(img/niiniplus-logo.svg) no-repeat;
    background-size: 95px auto;
    z-index: 1;
}

div#logoMedia {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 65px;
    width: 251px;
    cursor: pointer;
    background: url(img/logo2.png) no-repeat;
}

.login-header div#logo {
}

div#logo2 {
    position: absolute;
    left: 0px;
    top: 25px;
    height: 40px;
    width: 180px;
    cursor: pointer;
    background: url(img/KN_SendITPlus_RGB.png) no-repeat;
}

.login-header div#logo2 {
    left: 180px;
}

#mecontainer div#ShellMeBar {
    position: relative;
    float: right;
    top: 20px;
    right: 0px;
    width: 100%;
}

#mecontainer nav.UserNameArea {
    position: relative;
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #BDBEC1; /*Alloy Grey*/
    width: 100%;
    margin: 10px 0;
}

.UserNameArea h1,
.UserNameArea .user-menu-header {
    color: #fff;
    font-weight: normal;
    float: right;
    margin: 6px 0;
    margin-left: 30px;
    font-size: 17px;
    padding: 0px 6px;
}

.UserNameArea .user-menu-header {
    display: block;
    clear: right;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    z-index: 101;
}

    .UserNameArea .user-menu-header:first-child {
        margin-top: 24px;
    }

.UserNameArea .user-menu-header img {
    position: relative;
    top: -1px;
    margin-left: 4px;
}

.UserNameArea .user-menu-header.active {
    background: #522F91;
    color: #fff;
}

.UserNameArea .user-menu-header.active + .user-menu {
    display: block;
}

.UserNameArea {
    position: relative;
    user-select: none;
}

    .UserNameArea .user-menu {
        position: absolute;
        right: 0;
        top: 50px;
        background-color: white;
        z-index: 100;
        display: none;
        padding: 0px;
        min-width: 160px;
    }

    .UserNameArea .user-menu li {
        padding: 0px;
        font-weight: normal;
    }

        .UserNameArea .user-menu li a {
            display: block;
            padding: 8px;
            width: 100%;
            height: 100%;
        }

    .UserNameArea .user-menu li:hover {
        background-color: #eee;
    }

#mecontainer div.LinkArea {
    margin-top: 8px;
    margin-bottom: 12px;
    position: relative;
    float: right;
    text-align: right;
    right: 0px;
    font-size: 12px;
    color: #BDBEC1; /*Alloy Grey*/
    font-weight: bold;
    width: 100%;
}

#mecontainer .LinkArea a {
    padding-left: 5px;
}

#mecontainer div.ServicesArea {
    position: relative;
    float: right;
}

/*--- SERVICES ---*/

div.UploadService,
div.BasketService,
div.ToolBoxService {
    position: relative;
    border: 1px solid #fff;
    color: #000;
    width: 185px;
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
    float: right;
}

div.ToolBoxService {
    padding: 0px;
    background: #522f91;
    cursor: pointer;
}

    div.ToolBoxService span {
        padding: 0 0 0 6px;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        display: block;
    }

a.ToolSwitcherButton,
span.BasketServiceButton {
    position: absolute;
    top: 8px;
    right: 0px;
}

div.ToolSwitcher {
    float: left;
    left: 0px;
    height: 20px;
    position: relative;
    top: 0px;
    width: 20px;
    z-index: 99;
}

    div.ToolSwitcher.active ul {
        display: block;
    }

    div.ToolSwitcher ul {
        background: #fff;
        display: none;
        font-size: 12px;
        left: -1px;
        line-height: 18px;
        padding: 0px;
        position: absolute;
        top: -1px;
        width: 187px;
        z-index: 98;
        border-image: initial;
    }

        div.ToolSwitcher span {
            color: #000;
            font-weight: normal;
        }

        div.ToolSwitcher ul a {
            padding: 6px 0 6px 6px;
            font-size: 14px;
            display: block;
        }

            div.ToolSwitcher ul a:hover {
                background: #eee;
            }

.UploadService span.percent {
    padding-right: 5px;
    float: right;
    font-weight: bold;
}

div.BasketService {
    padding: 0 0 0 32px;
    background: #522F91 url(img/ico_basket_white.png) no-repeat 3px 5px;
}

    div.ToolBoxService a.arrowDown,
    div.BasketService span.arrowDown {
        float: right;
        margin-top: 8px;
        margin-right: 12px;
    }

#mecontainer div.TextArea {
    float: right;
    text-align: right;
    position: relative;
    width: 100%;
}

#mecontainer span.spread {
    padding-left: 15px;
}

#mecontainer div.LinkArea a.SignOut,
#mecontainer div.LinkArea a.SignOut:visited {
    color: #ff6600;
}


#menucontainer {
    position: relative;
    float: left;
    width: 1200px;
    height: 40px;
}

ul#menu {
    width: 1200px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    height: 38px;
}

    ul#menu li {
        float: left;
        padding: 0px;
        margin: 0px;
        border: none;
        display: inline-block;
        margin-top: 1px;
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
    }

        ul#menu li.home a,
        ul#menu li.home a:visited,
        ul#menu li.home a:hover {
            background: #522f91;
        }

        ul#menu li.selected {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        ul#menu li.logout-btn {
            margin-right: 0px;
        }

        ul#menu li a {
            font-size: 12px;
            font-weight: bold;
            display: block;
            padding-left: 20px;
            padding-right: 20px;
            height: 36px;
            line-height: 36px;
            text-decoration: none;
            text-align: center;
            color: #fff;
            background: #ff6600;
        }

            ul#menu li a:hover {
                color: #fff;
                background: #f26100;
            }

        ul#menu li.selected {
            background: transparent url(img/menu-selected-bg.png) no-repeat 0 0;
        }

            ul#menu li.selected a {
                background: transparent url(img/menu-selected-right-bg.png) no-repeat scroll top right;
                display: block;
                height: 41px;
                margin: 0px;
                color: #333;
            }

        ul#menu li a span {
            line-height: 36px;
            display: block;
        }

        ul#menu li.selected a span {
            display: block;
            line-height: 38px;
            height: 41px;
        }

#main {
    height: calc(100% - 210px);
    overflow-y: hidden;
}

#main,
#Splash {
    margin: 0 0 0px 0;
    padding: 0px;
    width: 1200px;
}

    #Splash div {
        width: 380px;
    }

        #Splash div h2 {
            padding: 0 0 5px 0;
            color: #ff6600;
            font-size: 28px;
            font-weight: normal;
            border-bottom: 1px solid #ccc;
        }

div.AnnouncementsContainer h2 {
    margin: 10px 0 0 10px;
    padding: 0 0 8px 0;
    color: #ff6600;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;    
}
div.SideMenu h2
{
    margin: 10px;
    padding: 0 0 8px 0;
    color: #522F91;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

div.ChangesContainer div.changesHeaderWrapper {
    padding: 0 0 8px 0;
    color: #ff6600;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

div.ChangesContainer {
    width: 532px;
}

div.ChangesContainer h2 {
    width: 532px;
}

div.AnnouncementsContainer {
    width: 350px;
}

div.AnnouncementsContainer h2 {
    width: 350px;
}

#Splash div ul {
    margin-top: 10px;
}

#Splash div li {
    width: 380px;
    float: left;
    display: block;
    padding: 16px 0;
}

div.fileNobg,
div.file,
div.folder {
    float: left;
    margin-top: 2px;
    width: 32px !important;
    height: 32px;
    margin-right: 8px;
}

div.folder {
    background: url(img/ico-folder.png) no-repeat 1px 3px;
}

div.file {
    background: url(img/ico-txt.png) no-repeat 0 0;
}

div.change {
    width: 340px !important;
    color: #999;
    font-style: italic;
    background: url(img/ico_arrow.png) no-repeat right 12px;
}

div.ChangesContainer .change {
    width: 100% !important;
}

div.change a {
    font-weight: bold;
    padding: 0 0 8px 0;
    font-style: normal;
    font-size: 16px;
}

div.changes li,
div.projects li,
div.announcements li {
    border-bottom: 1px solid #eeeeee;
}

div.projects a {
    width: 380px;
    display: block;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
    color: #ff6600;
    background: url(img/ico_arrow.png) no-repeat right 1px;
}

div.announcements a {
    display: block;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
}

div.changes,
div.projects {
    margin-right: 30px;
}

div.change span {
    display: block;
}

div.projects a {
    display: block;
}

#tab-menu {
    width: 100%;
    min-height: 2px;
    background: url(img/tab-menu-bg.png) no-repeat bottom left;
}

    #tab-menu ul {
        z-index: 10;
        list-style: none;
        height: 39px;
    }

        #tab-menu ul li {
            float: left;
            border: none;
            margin: 0px;
            padding: 0px;
            font-weight: bold;
            display: inline-block;
            height: 39px;
        }

            #tab-menu ul li.right {
                float: right;
            }

            #tab-menu ul li a {
                text-align: center;
                font-size: 12px;
                font-weight: bold;
                color: #333;
                width: auto;
                padding: 0 20px;
                height: 39px;
                line-height: 39px;
                display: block;
                text-decoration: none;
            }

            #tab-menu ul li.btn {
                margin-left: 5px;
            }

                #tab-menu ul li.btn a {
                    height: 30px !important;
                    line-height: 30px !important;
                    color: #535353;
                    border: 1px solid #B5B5B5;
                    background: url(img/button-bg.png) repeat-x #EBECED 0 0;
                    padding: 0px 10px 0px 8px;
                    font-size: 12px;
                    font-weight: bold !important;
                    -moz-border-radius: 6px;
                    border-radius: 6px;
                }

            #tab-menu ul li a:hover {
                color: #000;
            }

            #tab-menu ul li.selected {
                background: transparent url(img/tab-selected-bg.png) no-repeat top left;
            }

                #tab-menu ul li.selected a {
                    display: block;
                    margin: 0px;
                    height: 39px;
                    color: #000;
                    text-shadow: 0px 1px 1px #fff;
                    background: transparent url(img/tab-menu-right-bg.png) no-repeat scroll top right;
                }

#content {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    box-sizing: border-box;
}

.content-header {
    background: url(img/content-header-bg.png) repeat-x 0 0;
    height: 10px;
    font-size: 0;
    border-bottom: 1px solid #999;
}

div#ShellNavigationBar {
    display: block;
    position: relative;
    margin: 5px 0 12px 0;
    font-size: 13px;
    color: #848589;
}

    div#ShellNavigationBar a {
        color: #333;
    }

        div#ShellNavigationBar a.active {
            font-weight: bold;
            color: #522398;
        }

.actions-wrapper,
.table-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 12px;
}

.table-wrapper.no-results {
    border: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 120%;
}

.bank-wrapper {
    position: relative;
    min-height:500px;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.bank-wrapper .grow {
    flex: 1 1;
}

.noBg {
    background: none !important;
}

.actions-wrapper a {
    display: inline-block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 38px;
    color: #fff;
    background: #ff6600;
    padding: 0 15px 0 5px;
    font-size: 13px;
    margin: 0 5px 0 0;
    font-weight: bold !important;
}

    .actions-wrapper a.right {
        float: right;
        margin: 0 0 0 5px;
    }

    .actions-wrapper a.upload span {
        padding: 1px 0 1px 24px;
        background: url(img/action-icons/transparent-white/upload.png) no-repeat 0 1px;
    }

    div#tab-menu ul li.btn a:hover,
    .actions-wrapper a:hover {
        text-decoration: underline;
    }

    div#tab-menu ul li.btn a.add span,
    .actions-wrapper a span {
        background: url(img/action-icons/transparent-white/new.png) no-repeat 0px 1px;
        padding: 10px 0px 10px 36px;
    }

div#tab-menu ul li.btn a.next span {
    background: url(img/ico_next.png) no-repeat 0px 0px;
    padding: 1px 0px 2px 23px;
}

div#tab-menu ul li.btn a.prev span {
    background: url(img/ico_prev.png) no-repeat 0px 0px;
    padding: 1px 0px 2px 23px;
}

.search-wrapper {
    padding: 5px 10px 10px 10px;
    border-top: 2px solid #222;
    color: #fff;
}

.search-wrapper,
.search-controls, 
.filter-box,
#lnkFilter.open {
    background: #522F91 url(/Content/img/kulmaraita.png) repeat fixed top;
}
.search-wrapper,
.search-controls, 
.filter-box {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(170,170,170,1);
    box-shadow: 0px 3px 10px 0px rgba(170,170,170,1);
}

table.search-table {
    width: auto;
    margin: auto;
}

table.search-table th {
    background: none;
    border: none;
    padding: 5px 5px 0px 5px;
}

table.search-table thead tr th {
    font-size: 12px;
}

table.licensing td,
table.search-table td {
    padding: 4px;
    border: none;
}

table.search-table input {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

table.grid.portfolio {
    width: 80%;
    margin: auto;
}

table.grid tbody tr:hover,
table.FileContenTable tbody tr:hover,
table.revision-list tbody tr:hover,
table.set-up-files tbody tr:hover {
    background: #eeeeee;
    cursor: default;
}

table.grid.alignTop td {
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
}

tr.bg td {
    background-color: #e8eef2;
}

tr.last td {
    border-bottom: none;
}

.input-bg {
    height: 23px;
    display: block;
    padding: 4px 4px 3px 3px;
    border: 1px solid #522F91;
}

.search-controls .form-control-group input,
.search-controls .form-control-group select,
div.filter-box input, 
.input-bg {
    background-color: rgba(255, 255, 255, 0.85);
}

.search-controls .form-control-group input:focus, 
.search-controls .form-control-group select:focus,
div.filter-box input:focus, 
.input-bg:focus-within {
    background-color: #fff;
}

.actions .input-bg {
    margin-left: 5px;
    width: 100px;
    float: left;
    padding: 5px;
}

.input-bg select {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.input-bg input {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.content-header div.input-bg input.calIcon {
    background: url(img/icon_calendar.gif) no-repeat 98% 0;
}

input.inputBtn {
    width: 286px;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    background: #522F91;
    border: 1px solid #33136E;
    margin: 0px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 0px;
}

.main-content,
.login-container {
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-content {
    height: 100%;
}

    .login-container h1.title {
        padding-left: 20px;
        width: 330px;
        position: relative;
        font-size: 24px;
        font-weight: normal;
        text-shadow: 0px 1px 1px #fff;
        float: left;
        height: 62px;
        line-height: 62px;
        background: url(img/login-title-bg.png) repeat-x 0 0;
        border: 1px solid #ccc;
    }

.login-container {
    margin-top: 60px;
}

.login-header {
    width: 100%;
    position: relative;
    float: left;
    height: 100px;
}

.login-box {
    position: relative;
    float: left;
    -moz-box-shadow: 0px 2px 8px #ccc;
    -webkit-box-shadow: 0px 2px 8px #ccc;
    box-shadow: 0px 2px 8px #ccc;
}

.login-form {
    width: 298px;
    float: left;
    position: relative;
    padding: 20px 20px 26px 32px;
    border: 1px solid #ccc;
}

    .login-form .remember-me {
        margin-top: 10px !important;
    }

    .login-form .button {
        margin-top: 15px !important;
    }

    .login-form label {
        margin-bottom: 2px;
    }

.bold {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.controls {
    text-align: right;
}

.btn,
.paths-option-wrapper .btn {
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    overflow: hidden;
    height: 32px;
    float: right;
    display: block;
    line-height: 32px;
}

.modal .btn {
    border: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 22px;
}

.paths-option-wrapper .btn {
    margin-right: 0px;
}

.btn a {
    display: block;
}

.new a.new {
    float: left;
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    background: url(img/btnBg.png) repeat-x 0 0 #28485d;
    border: 1px solid #193446;
    padding: 0px 9px 0 10px;
    margin: 0px;
    height: 18px;
    line-height: 18px;
}

    .new a.new:hover {
        text-decoration: none;
    }

.btn a.add {
    background: url(img/addBtn.png) no-repeat 0 0;
}

.btn a.move {
    background: url(img/action-icons/white-violet/move.png) no-repeat 0 0;
}

.btn a.edit {
    background: url(img/action-icons/white-violet/edit.png) no-repeat 0 0;
}

.btn a.delete {
    background: url(img/action-icons/white-violet/delete.png) no-repeat 0 0;
}

.btn a.user {
    background: url(img/userBtn.png) no-repeat 0 0;
}

.btn a.prev {
    background: url(img/prevBtn.png) no-repeat 0 0;
}

    .btn a.add:hover,
    .btn a.delete:hover,
    .btn a.edit:hover,
    .btn a.user:hover,
    .btn a.prev:hover {
        background-position: 100% -20px;
    }

div.tools .btn {
    float: left;
    padding: 1px 12px 0 34px;
}

    div.tools .btn:hover {
        text-decoration: underline;
    }

.btn.btn-header {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 3px;
    margin: 0;
}

.btn.btn-header .icon {
    margin: 0;
}

div.tools .add {
    background: var(--icon--new-folder) no-repeat 0 0;
}

div.tools .add-to-basket {
    background: var(--icon--add-to-basket) no-repeat 0 0;
}

div.tools .remove-from-basket {
    background: var(--icon--remove-from-basket) no-repeat 0 0;
}

div.tools .user {
    background: var(--icon--edit-permissions) no-repeat 0 0;
}

div.tools .move {
    background: var(--icon--move) no-repeat 0 0;
}

div.tools .edit {
    background: var(--icon--edit) no-repeat 0 0;
}

div.tools .upload {
    background: var(--icon--upload) no-repeat 0 0;
}

div.tools .copy {
    background: var(--icon--copy) no-repeat 0 0;
}

div.tools .delete {
    background: var(--icon--delete-folder) no-repeat 0 0;
}

div.tools .basket {
    background: var(--icon--add-to-basket) no-repeat 0 0;
}

div.tools .follow {
    background: var(--icon--watch) no-repeat 0 0;
}

div.tools .unfollow {
    background: var(--icon--unwatch) no-repeat 0 0;
}

div.tools .search {
    background: var(--icon--filter) no-repeat 0 0;
}

#lnkFilter {
    height: 38px;
    margin-right: 0;
}

#lnkFilter.open {
    /*background: #522F91 url(img/action-icons/transparent-white/filter.png) no-repeat 0 0;*/
    border-radius: 6px 6px 0 0;
    color: #fff;
}

div.tools .export {
    background: url(img/action-icons/white-violet/filter.png) no-repeat 0 0;
}

div.tools .share-to-congrid,
div.tools .show-shared {
    background: url(img/congrid.svg) no-repeat 7px center;
    background-size: 18px;
}

div.tools .activate {
    background: url(img/action-icons/white-violet/automated-orders.png) no-repeat 0 0;
}

.actions {
    margin: 0 12px;
    padding: 0px;
    display: block;
}

    .actions ul {
        display: block;
        margin: 0px;
        padding: 0px;
        height: 28px;
    }

        .actions ul li {
            float: left;
            display: block;
            display: inline;
            margin-right: 6px;
            padding: 0px;
            height: 26px;
            line-height: 26px;
        }

.action {
    float: left;
    color: #464545;
    border: 1px solid #ccc;
    padding: 0 8px;
    background: #fcfbfb;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}

.action-input {
    float: left;
    padding-top: 7px;
}

.action-label {
    padding: 1px 0px 0px 5px;
    float: left;
}

.labelBtn {
    background: #522F91;
    border-radius: 6px;
    color: white !important;
    padding: 1px 6px;
}

table.search-table input.searchBtn,
input.actionBtn,
a.actionBtn,
a.lnkEditRecipients,
a.lnkEditRecipients1,
button {
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
    background: #ff6600;
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    table.search-table input.searchBtn:hover,
    input.actionBtn:hover,
    a.actionBtn:hover,
    a.lnkEditRecipients:hover,
    a.lnkEditRecipients1:hover,
    button:hover,
    .img-btns ul li a:hover,
    .navi-links-wrapper ul li a:hover,
    input.inputBtn:hover,
    a.linkBtn:hover,
    .labelBtn:hover,
    .basket-actions-label:hover,
    div#ShellNaviBar ul li span a:hover {
        text-decoration: underline;
    }

table.search-table input.searchBtn {
    margin-left: 4px;
}

.secondaryBtn {
    background: #ddd !important;
    border: 1px solid #444 !important;
    color: #444 !important;
}

.editor-label input.actionBtn,
a.actionBtn,
a.lnkEditRecipients,
a.lnkEditRecipients1,
.editor-field input.actionBtn {
    margin-right: 5px;
    width: auto;
}

a.linkBtn {
    float: left;
    font-weight: normal;
    color: #FFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    background: #522F91;
    padding: 4px 8px;
    margin: 0px;
}

.editHeader {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.addBtn {
    display: block;
    width: 300px;
    float: right;
    text-align: right;
}

.main-content h2 {
    display: block;
    float: left;
}

.sectionHeaderEdit h3 {
    float: left;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 1px 0 2px 0;
}

.editor-label ul li {
    margin-bottom: 10px;
}

    .editor-label ul li:last-child {
        margin-bottom: 0px;
    }

.sectionHeaderEdit {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fcfbfb;
}

    .sectionHeaderEdit .editable,
    .sectionHeaderEdit input.secHeader {
        padding: 5px 10px 6px 10px;
        border: 1px solid #ccc;
        background: #fff;
        margin-bottom: 5px;
    }

    .sectionHeaderEdit .editable {
        margin-bottom: 0px;
    }

.editable ul {
    list-style-type: disc;
}

.headerEdit-wrapper {
    overflow: hidden;
    display: block;
}

.headerEditInput {
    float: left;
    display: block;
}

    .headerEditInput .select-bg {
        float: left;
        width: 50px;
        background: #fff;
        padding: 4px;
        border: 1px solid #ccc;
    }

        .headerEditInput .select-bg .ddlHeaderFontSize {
            border: none;
        }

.hide-border,
.sectionOptions {
    margin-left: 8px;
    float: left;
    height: 24px;
    line-height: 24px;
    width: auto;
}

    .hide-border span,
    .sectionOptions span {
        padding-top: 2px;
        float: left;
    }

    .hide-border input.hideLine,
    .sectionOptions input.canBeCrossedByGroup {
        margin-left: 5px;
        margin-top: 8px;
    }

.ddlHeaderFontSize {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
}

.headerEditActions {
    width: 400px;
    float: right;
}

    .headerEditActions ul {
        float: right;
        display: block;
        margin: 0px;
        padding: 0px;
        height: 28px;
    }

        .headerEditActions ul li {
            float: left;
            display: block;
            display: inline;
            margin-left: 6px;
            padding: 0px;
            height: 26px;
            line-height: 26px;
        }

            .headerEditActions ul li a,
            .editHeader a.btAddSection {
                float: left;
                font-weight: bold;
                color: #FFF;
                font-size: 11px;
                background: url(img/btnBg.png) repeat-x 0 0 #28485d;
                border: 1px solid #193446;
                padding: 0px 10px;
                margin: 0px;
                height: 26px;
                line-height: 26px;
            }

.editHeader a.btAddSection {
    float: right;
}

.pagenav-wrapper {
    width: 556px;
    height: 41px;
}

ul#pages li {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 41px;
    background: #e8eef4;
}

    ul#pages li a {
        display: block;
        height: 41px;
        margin: 0px;
        padding: 0px;
    }

        ul#pages li a.next {
            background: url(img/btn_next.png) no-repeat right bottom;
            float: right;
            width: 278px;
        }

        ul#pages li a.previous {
            background: url(img/btn_prev.png) no-repeat left bottom;
            float: left;
            width: 278px;
        }

            ul#pages li a.previous:hover {
                background: url(img/btn_prev.png) no-repeat left top #dce5ec;
            }

        ul#pages li a.next:hover {
            background: url(img/btn_next.png) no-repeat right top #dce5ec;
        }

        ul#pages li a span {
            display: block;
            height: 41px;
            line-height: 41px;
        }

        ul#pages li a.previous span {
            float: left;
            margin-left: 32px;
        }

        ul#pages li a.next span {
            float: right;
            margin-right: 32px;
        }

ul#paths li {
    line-height: 25px;
    color: #333;
    border-bottom: 1px solid #CCC;
}

    ul#paths li:last-child {
        border: none !important;
    }

.navi-links-wrapper {
    margin: 12px 12px 0 12px;
    overflow: hidden;
    display: block;
}

    .img-btns ul li,
    .navi-links-wrapper ul li {
        display: inline-block;
        float: left;
        margin-right: 5px;
        padding: 0px;
    }

        .img-btns ul li.last-btn {
            float: right;
            margin: 0px;
        }

        .img-btns ul li a,
        .navi-links-wrapper ul li a {
            float: left;
            font-weight: normal;
            color: #FFF;
            font-size: 11px;
            background: none repeat scroll 0 0 #522F91;
            border: 1px solid #193446;
            -moz-border-radius: 6px;
            border-radius: 6px;
            padding: 0px 10px;
            margin: 0px;
            height: 26px;
            line-height: 26px;
        }

        .img-btns ul li a {
            font-weight: bold;
        }

            .img-btns ul li a:hover {
                text-decoration: none;
            }

.table-footer,
.table-footer-top {
    display: block;
    padding: 5px;
}

.table-footer-top {
    border-bottom: none;
}

    .table-footer a:hover,
    .table-footer-top a:hover {
        text-decoration: underline;
    }

    .table-footer ol,
    .table-footer-top ol {
        font-size: 12px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
        height: 25px;
    }

        .table-footer ol li,
        .table-footer-top ol li {
            padding: 0px;
            margin: 0px;
            font-weight: bold;
            display: inline;
            height: 25px;
            line-height: 25px;
        }

            .table-footer ol li select,
            .table-footer-top ol li select {
                padding: 3px;
                border: 1px solid #d3d3d3;
                background-color: #fff !important;
            }

            .table-footer ol li.next a,
            .table-footer-top ol li.next a,
            .table-footer ol li.previous a,
            .table-footer-top ol li.previous a,
            .table-footer ol b,
            .table-footer-top ol b {
                background: #522F91;
                border-radius: 10px;
                color: white;
                padding: 4px 12px;
                text-decoration: none;
            }

            .table-footer ol li.next a.off,
            .table-footer-top ol li.next a.off,
            .table-footer ol li.previous a.off,
            .table-footer-top ol li.previous a.off {
                background: none;
                color: #929292;
                text-decoration: none;
            }

            .table-footer ol li.next a.off,
            .table-footer-top ol li.next a.off {
                margin-left: 8px;
            }

            .table-footer ol li.previous a.off,
            .table-footer-top ol li.previous a.off {
                margin-right: 8px;
            }

            .table-footer ol li.next a.on,
            .table-footer-top ol li.next a.on {
                margin-left: 8px;
            }

            .table-footer ol li.previous a.on,
            .table-footer-top ol li.previous a.on {
                margin-right: 8px;
            }

                .table-footer ol li a:hover,
                .table-footer-top ol li a:hover,
                .table-footer ol li.next a.on:hover,
                .table-footer-top ol li.next a.on:hover,
                .table-footer ol li.previous a.on:hover,
                .table-footer-top ol li.previous a.on:hover {
                    text-decoration: underline;
                }

td.table-btns {
    width: 82px;
}

td.table-btns-long {
    width: 160px;
}

    td.table-btns a,
    td.table-btns-long a {
        float: left;
        display: block;
        width: 34px;
        height: 34px;
        margin-left: 4px;
    }

a.userLink {
    background: url(img/userBtn.png) left top;
}

a.deleteLink {
    background: url(img/action-icons/white-violet/delete.png) left top;
}

a.imgLink {
    background: url(img/action-icons/white-violet/copy.png) left top;
}

a.detailLink {
    background: url(img/detailBtn.png) left top;
}

a.deleteImg {
    background: url(img/deleteImgBtn.png) left top;
}

a.editLink {
    background: url(img/action-icons/white-violet/edit.png) no-repeat center center;
}

button.showStatsLink {
    border: none;
}
button.showStatsLink.chart {
    background: url(img/ico_chart_open.png) no-repeat center center;
}
button.showStatsLink.info {
    background: url(img/ico_info_open.png) no-repeat center center;
    margin: 10px 5px 10px 0;
}
button.showStatsLink.chart.open {
    background: url(img/ico_chart_close.png) no-repeat center center;
    margin-bottom: 30px;
}
button.showStatsLink.info.open {
    background: url(img/ico_info_close.png) no-repeat center center;
    margin-bottom: 30px;
}

button.showStatsLink,
button.showInfoLink {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
}

.offerModuleLink.remove-user {
    background: #fff url(img/action-icons/transparent-orange/remove-user.png) no-repeat center center;
    border-radius: 20px;
}

.offerModuleLink.add-user {
    background: url(img/action-icons/white-violet/add-user.png) no-repeat center center;
}

.automated-order-permission-link.add-user {
    background: url(img/action-icons/white-violet/automated-orders.png) no-repeat center center;
}
.automated-order-permission-link.remove-user {
    background: #fff url(img/action-icons/transparent-orange/automated-orders.png) no-repeat center center;
    border-radius: 20px;
}

.table-btns a.editLink {
    background: url(img/action-icons/white-violet/edit.png) no-repeat center center;
}

.settingsLink {
    background: url(img/database.png) no-repeat center center;
    float: right;
    height: 26px;
    width: 26px;
}

.add-user, 
.remove-user,
.editLink, 
.deleteImg,
.imgLink,
.deleteLink,
.settingsLink {
    border: 1px solid transparent;
    border-radius: 20px;
}

.add-user:hover, 
.remove-user:hover,
.editLink:hover, 
.deleteImg:hover,
.imgLink:hover,
.deleteLink:hover,
.settingsLink:hover {
    border: 1px solid #ddd;
}

.container-wrapper {
    margin-top: 20px;
}

.left-container,
.right-container,
.center-container {
    display: block;
    float: left;
}

.center-container {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.container-middle {
    /*position:absolute;
	top:50%;*/
    display: table-cell;
    vertical-align: middle;
}

.container-div {
    /*#position:relative;
	#top: -50%;*/
}

.CreateNew-checkbox-div {
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 28px;
    line-height: 28px;
}

    .CreateNew-checkbox-div span {
        float: left;
        padding: 0 6px 0 10px;
    }

    .CreateNew-checkbox-div input {
        margin-top: 8px;
    }

.article-content {
    overflow: hidden;
    margin: 1em;
    padding: 0px;
    display: block;
}

.thumb {
    border: none;
    background-color: transparent;
    border-color: white;
    margin-bottom: 0.5em;
}

.thumbimage {
    border: 1px solid #CCCCCC;
}

.center {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-content {
    clear: both;
}

.center ul {
    clear: left;
    float: left;
    left: 50%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: normal;
}

    .center ul li {
        display: block;
        float: left;
        list-style: none;
        margin: 5px;
        padding: 0px;
        position: relative;
        right: 50%;
    }

.tright {
    border: none;
    margin: 0px 0px 0.8em 1.4em;
    clear: right;
    float: right;
}

.tleft {
    border: none;
    margin: 0px 1.4em 0.8em 0px;
    clear: left;
    float: left;
}

.tcenter {
    border: none;
    margin: 0px;
    border-width: 0.5em 1.4em 0.8em 0px;
}

.article-content h3.headline {
    clear: both;
    margin-bottom: 0.6em;
    font-size: 150%;
    background: none;
    border-bottom: 1px solid #AAA;
    color: #000;
    font-weight: normal;
    padding-bottom: 0.17em;
    padding-top: 0.5em;
    width: auto;
    display: block;
}

.thumbinner {
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    font-size: 94%;
    overflow: hidden;
    padding: 3px !important;
}

.article-content p {
    line-height: 1.5em;
    margin: 0.4em 0px 0.5em;
    display: block;
    font-size: 12px;
}

.img-btns {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.img-wrapper {
    padding: 12px;
    overflow: hidden;
}

.img-box {
    float: left;
}

.field-box {
    float: right;
}

.footer {
    float: left;
    padding: 5px 0;
}

    .footer p {
        padding: 0px;
        margin: 0px;
    }

.thumbnails,
.thumbnails input {
    margin-top: 5px;
}

.article-table {
    text-align: left;
    background-color: #F9F9F9;
}

    .article-table td {
        font-size: 12px;
    }

    .article-table thead td {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        background: #fff;
        padding: 3px 0px;
    }

        .article-table thead td a,
        .article-table tbody td a {
            text-decoration: underline;
            color: #0645AD;
            font-weight: normal;
        }

    .article-table tbody td {
        border: 1px solid #ccc;
        padding: 3px 6px;
    }

.border-none td {
    border: none !important;
}

.article-content ol,
.article-content ul {
    line-height: 18px;
    list-style-type: decimal;
}

.article-content ul {
    list-style-type: disc;
}

    .article-content ol li,
    .article-content ul li {
        list-style-position: inside;
    }

.thumbcaption {
    font-weight: normal;
}

.media-wrapper {
    margin-top: 10px;
}

ul.ui-sortable {
    display: block;
    list-style-type: none;
}

li.mediaListItem {
    display: inline-table;
    padding: 6px;
    margin: 0px !important;
}

    li.mediaListItem:hover {
        padding: 5px;
        background-color: #F9F9F9;
        border: 1px solid #CCCCCC;
    }

li div.thumbnails {
    text-align: center;
    margin: 0px !important;
}

.imgGroup {
    padding-left: 1px;
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

.imgDescription {
    margin-top: 5px;
    text-align: left;
}

.ui-actions {
    width: 300px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

    .ui-actions a {
        font-weight: bold;
        color: white;
        font-size: 11px;
        background: url(img/btnBg.png) repeat-x 0 0 #28485D;
        border: 1px solid #193446;
        padding: 4px 10px;
        margin: 0px;
        height: 26px;
        line-height: 26px;
    }

/* Validation
----------------------------------------------------------*/
span.field-validation-error {
    position: absolute;
    right: 0px;
    top: 8px;
    color: Red;
}


/* Admin Book */

.book-container {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;
    background: #fcfcff;
}

.tool-box {
    color: #333;
    padding: 5px 0px 5px 6px;
    max-height: 25px;
    background: #fcfbfb;
    border-bottom: 1px solid #ccc;
}

    .tool-box ul {
        display: block;
        font-size: 11px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        height: 25px;
    }

        .tool-box ul li {
            vertical-align: top;
            display: inline-block;
            padding: 0px;
            margin: 0px;
            font-weight: bold;
            height: 25px;
            line-height: 25px;
        }

.zoom-box li,
.page-box li {
    display: inline-block;
    height: 23px;
    margin-right: 1px !important;
    padding: 0px;
    border: 1px solid #fcfbfb;
}

.tool-box ul li.li-right {
    width: 422px;
}

.tool-box ul li.li-left {
    width: 422px;
}

.tool-box ul li.li-center {
    width: 161px;
}

.search-box .input-bg {
    width: 288px;
    float: right;
    padding-left: 22px;
    background: url(img/search-png.png) #fff no-repeat 4px 5px;
}

.issue-box,
.zoom-box,
.page-box,
.nav-box,
.search-box {
    float: left;
}

.nav-box {
    width: 100%;
    text-align: center;
}

    .nav-box li a {
        display: block;
    }

    .nav-box li.prev,
    .nav-box li.next {
        margin-top: 3px !important;
        height: 19px !important;
        line-height: 19px !important;
    }

        .nav-box li.prev a {
            background: url(img/btn-prev.png) no-repeat;
        }

        .nav-box li.next a.on {
            background: url(img/btn-next-on.png) no-repeat;
        }

    .nav-box .select-bg {
        padding: 3px;
        border: 1px solid #ccc;
        background: #fff;
        height: 18px;
    }

        .nav-box .select-bg select {
            background: none;
            border: none;
            display: block;
            float: left;
            padding: 0px;
            margin: 0px;
        }

.zoom-box li a,
.page-box li a {
    padding: 0 3px;
    display: block;
}

    .page-box li a.page-1 {
        background: url(img/page.gif) no-repeat center;
    }

    .page-box li a.page-2 {
        background: url(img/pages.gif) no-repeat center;
    }

    .zoom-box li a.zoom-minus {
        background: url('img/zoom_minus.gif') no-repeat center;
    }

    .zoom-box li a.zoom-plus {
        background: url('img/zoom_plus.gif') no-repeat center;
    }

.zoom-box li:hover,
.zoom-box li:hover,
.page-box li:hover,
.page-box li.selected {
    background: #FFF;
    height: 23px;
    border: 1px solid #ccc;
}

.search-box {
    float: right;
    width: 350px;
}
    .search-box input {
        width: 100%;
        display: block;
        background: none;
        /*!important;*/
        padding: 0px;
        margin: 0px;
    }

.pages-container {
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #ccc;
}

.issue-box {
    width: 296px;
}

    .issue-box .select-bg {
        width: 200px;
        float: left;
        margin-left: 5px;
        padding: 2px 3px 3px 3px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .issue-box select {
        border: none;
    }

/* Info */

table.info-table td {
    border: 1px solid #C7CFD5;
}

    table.info-table td.info-title {
        background: #FCFBFB;
    }

.SideMenu {
    display: flex;
    position: relative;
    width: 241px;
    min-width:200px;
    max-width:400px;
    border-right: 5px solid #CCCCCC;
    border-right-style: double;
}

.leftPanel {
    float: left;
    width: 239px;
    margin-right: 23px;
}

/*--- TREE ---*/

#sitemap-tree {
    flex-grow: 1;
    position: relative;
    width: 100%;
    text-align: justify;
    margin-top: 3px;

    overflow-y: auto;
    
    display: flex;
    flex-direction: column;
    
    padding-left: 20px;
    
    .folder-tree-actions {
        display: flex;
        flex-direction: row;
        padding: 5px 0;

        button {
            cursor: pointer;
            
            margin: 0 0 0 5px;
            display: block;
            line-height: 35px;
            padding: 0 10px 0 35px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            background-repeat: no-repeat;
            background-position: 8px 5px;
            background-size: 22px;
            background-color: #522f91;
            border-radius: 6px;
            
            &:hover:not(:disabled) {
                background-color: #6c3ec1;
            }
            
            &:disabled {
                background-color: #c0c0c0;
                text-decoration: none;
                cursor: not-allowed;
            }
        }

        .add-to-basket {
            background-image: var(--icon--add-to-basket);
        }
    }
    
}

#confirm-add-folders-to-basket {
    width: 80vw;
    height: 50vh;
    max-width: 800px;
    max-height: 600px;
    
    display: flex;
    flex-direction: column;
    gap: 8px;
    
    #confirm-add-folders-to-basket-title {
        flex-shrink: 0;
    }
    
    .confirm-folder-list {
        padding: 8px;
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        
        .confirm-folder-subfolders {
            padding-left: 20px;
            
            & > li {
                margin-top: 8px;
            }
        }
    }
    
    .selected-folder {
        font-weight: bold;
    }
    
    .button-container {
        flex-shrink: 0;
        
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
        
        .cancelBtn {
            color: #fff;
        }
    }
}

.tree-selected-item {
    color: #522F91;
    font-weight: bold;
    text-decoration: underline;
}

.goog-tree-row {
    line-height: 24px;
    min-height: 24px;
    padding-left: 4px;
    
    .goog-tree-row {
        margin-left: 20px;
        padding-left: 0;
    }
}

.goog-tree-icon {
    width: 19px;
    min-height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    cursor: default;
}

.goog-tree-expand-icon-tminus {
    width: 18px;
    cursor: pointer;
    background: url(img/tree/opened-folder.png) no-repeat center center;
    /*background-image: url(img/tree/tree.png);*/
    /*background-position: -72px 0;*/
}

.goog-tree-expand-icon-buzy {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(img/spinner.gif);
}

.goog-tree-expand-icon-t {
    width: 18px;
    background: url(img/tree/closed-folder-empty.png) no-repeat center center;
    /*background-image: url(img/tree/tree.png);*/
    /*background-position: -144px 0;*/
}

.goog-tree-expand-icon-l {
    width: 18px;
    background-image: url(img/tree/tree.png);
    background-position: -168px 0;
}

.goog-tree-expand-icon-lplus {
    width: 18px;
    cursor: pointer;
    background-image: url(img/tree/tree.png);
    background-position: -96px 0;
}

.goog-tree-expand-icon-lminus {
    width: 18px;
    cursor: pointer;
    background-image: url(img/tree/tree.png);
    background-position: -120px 0;
}

.goog-tree-expand-icon-tplus {
    width: 18px;
    cursor: pointer;
    background: url(img/tree/closed-folder.png) no-repeat center center;
    /*background-image: url(img/tree/tree.png);*/
    /*background-position: -48px 0;*/
}

.goog-tree-file-icon {
    background-image: url(img/tree/tree.png);
    background-position: -48px -24px;
}

.goog-tree-folder-icon {
    background-image: url(img/tree/tree.png);
    background-position: 0px -21px;
}

.goog-tree-folder-icon-open {
    background-image: url(img/tree/tree.png);
    background-position: -24px -21px;
}

.item-label,
.goog-tree-item-label {
    margin-right: 3px;
    padding: 0px;
    text-decoration: none;
    cursor: default;
    float: left;
}

.goog-tree-item-label {
    width: 72px;
}

.tree-wrapper img {
    vertical-align: top;
}

.tree-select-for-cart {
    margin-top: 4px;
}

.tree-text {
    padding: 4px 0px 8px 4px;
    display: block;
}

    .tree-text .changes {
        font-size: 11px;
        font-style: italic;
    }

    .tree-text a.btn {
        width: 17px;
        height: 17px;
        float: right;
        margin: 0 0 0 5px;
        text-indent: -9000px;
    }

    .tree-text a.delete {
        background: url(img/action-icons/white-violet/delete.png) no-repeat 0 0;
    }

    .tree-text a.edit {
        background: url(img/action-icons/white-violet/edit.png) no-repeat 0 0;
    }

    .tree-text a.copy {
        background: url(img/ico_copy.png) no-repeat 0 0;
    }

    .tree-text a.move {
        background: url(img/action-icons/white-violet/move.png) no-repeat 0 0;
    }

    .tree-text a.add {
        background: url(img/ico_add.png) no-repeat 0 0;
    }

    .tree-text a.user {
        background: url(img/ico_user.png) no-repeat 0 0;
    }

.tree-wrapper a,
.tree-wrapper a:visited {
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

    .tree-wrapper a.selected,
    .tree-wrapper a.selected:visited {
        font-weight: bold;
        color: #522398;
    }

        .tree-wrapper a.selected:hover {
            text-decoration: none;
        }

    .tree-wrapper a:hover {
        text-decoration: underline;
    }

/*.none,
.tree-box,
.goog-tree-children {
    background-repeat: repeat-y;
}*/

/*.tree-box {
    background-image: url(img/tree/dots.png) !important;
}*/

/*.none,
.goog-tree-children {
    background-image: url(img/tree/I.png) !important;
}*/

/*--- TREE END ---*/

.ContentContainer {
    box-sizing: border-box;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;

    background-color: white;
    height: 100%;
    padding-top: 10px;

    overflow-y: auto;
}

#ChangesContainer {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 10px;
    margin-right: 20px;
}

.file-tools {
    width: 100%;
    box-sizing: border-box;
}

.tools,
.files {
    width: 100%;
    position: relative;
}

.ContentContainer .files {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ContentContainer .files .file-tools {
    flex: 0 0 auto;
}

.tools {
    margin: 0px 0 9px 0;
}

.filesTab {
    width: 100%;
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 0px;
}

.ChangesContainer {
    float: left;    
    margin-right: 30px;
}

.AnnouncementsContainer {
    float: left;    
}

    .ChangesContainer li,
    .AnnouncementsContainer li {
        padding: 15px 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid #eeeeee;
    }

.AnnouncementsContainer a {
    display: block;
    font-size: 14px;
}

    .AnnouncementsContainer a:hover {
        text-decoration: underline;
    }

.files-list li {
    display: inline-block;
}

.FileContainer {
    box-sizing: border-box;
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.FileContainer.selected {
    background: #f2f2f2;
    border-bottom: 2px solid #522F91;
}

    .FileContainer a.btn {
        margin: 0 0 0 5px;
        display: block;
        height: 44px;
        line-height: 44px;
        float: left;
        padding: 0 10px 0 10px;
        font-size: 12px;
        color: #fff !important;
        background: #FF6600;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .FileContainer a.removeBtn,
    .FileContainer a.addToBtn {
        float: right !important;
        width: 32px;
    }
    .FileContainer a.addToBtn {
        margin: 0 0 0 5px;
        display: block;
        height: 44px;
        line-height: 44px;
        padding: 0 10px 0 10px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background: #522f91;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .FileContainer a:hover {
        text-decoration: none;
    }
    .FileContainer a.addToBtn:hover {
        background: #6c3ec1;
    }

    .FileContainer a.btn:hover {
        background: #e65c00;
    }

    .FileContainer a span {
        display: table-cell;
        vertical-align: middle;
        height: 44px;
        line-height: 14px;
        padding: 0 0 0 32px;
    }

    .FileContainer a.addToBtn span {
        background: url(img/action-icons/transparent-white/add-to-basket.png) no-repeat 0 6px;
    }

    .FileContainer a.remove span {
        background: url(img/action-icons/transparent-white/remove-from-basket.png) no-repeat 0 6px;
    }

    .FileContainer a.delete span {
        background: url(img/action-icons/white-violet/delete.png) no-repeat 0 0px;
    }

    .FileContainer a.restore span {
        background: url(img/action-icons/white-violet/restore-revision.png) no-repeat 0 0px;
    }

    .FileContainer a.download span {
        background: url(img/action-icons/white-violet/download.png) no-repeat 0 0px;
    }

    .FileContainer a.preview span {
        background: url(img/action-icons/white-violet/file-preview.png) no-repeat 0 0px;
    }

    .FileContainer a.edit span {
        background: url(img/action-icons/white-violet/edit.png) no-repeat 0 0px;
    }

    .FileContainer a.move span {
        background: url(img/action-icons/white-violet/move.png) no-repeat 0 0px;
    }

    .FileContainer a.open span {
        background: url(img/action-icons/white-violet/open.png) no-repeat 0 0px;
    }

    .FileContainer a.sync span {
        background: url(img/ico_arrows-white.png) no-repeat 0 0px;
    }

    .FileContainer a.revision span {
        background: url(img/action-icons/white-violet/revise.png) no-repeat 0 0px;
    }

    .FileContainer a.follow span {
        background: url(img/action-icons/white-violet/watch.png) no-repeat 0 0px;
    }

    .FileContainer a.unfollow span {
        background: url(img/action-icons/white-violet/unwatch.png) no-repeat 0 0px;
    }

    .FileContainer a.diff span {
        background: url(img/action-icons/white-violet/diff.png) no-repeat 0 0px;
    }

    /* Icons for shortcut buttons */
    .FileContainer .td-actions a.revision span {
        background: url(img/action-icons/white-violet/revise.png) no-repeat 0 6px;
    }
    .FileContainer .td-actions a.open span {
        background: url(img/action-icons/white-violet/open.png) no-repeat 0 6px;
    }
    .FileContainer .td-actions a.preview span {
        background: url(img/action-icons/white-violet/file-preview.png) no-repeat 0 6px;
    }
    .FileContainer .td-actions a.download span {
        background: url(img/action-icons/white-violet/download.png) no-repeat 0 6px;
    }
    .FileContainer .td-actions a.restore span {
        background: url(img/action-icons/white-violet/restore-revision.png) no-repeat 0 6px;
    }


.FileContent,
.FileDescription {
    float: left;
    position: relative;
}

.FileDescription {    
    margin-left: 0px;
    padding: 0px 0px 0px 70px;
    font-size: 12px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .FileDescription span {
        padding-right: 15px;
    }

        .FileDescription span.btn {
            padding: 0 0 0 15px;
            float: right;
            margin: 0px;
            height: auto;
        }

    .FileDescription a,
    .FileDescription a:visited {
        font-weight: normal;
        color: #000;
    }

        .FileDescription a:hover {
            color: #848589;
        }

    .FileDescription table td {
        color: #333;
        padding: 12px 0;
    }

    .FileDescription table tr:last-child td {
        border: none;
    }

    .FileDescription td.fileActions a {
        margin-left: 6px;
        float: right;
        display: block;
        width: 17px;
        height: 17px;
        padding-right: 10px;
    }

        .FileDescription td.fileActions a.download {
            background: url(img/action-icons/white-violet/download.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.open {
            background: url(img/action-icons/white-violet/open.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.sync {
            background: url(img/ico_arrows-white.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.restore {
            background: url(img/action-icons/white-violet/restore-revision.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.delete {
            background: url(img/action-icons/white-violet/delete.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.addToCart {
            background: url(img/action-icons/white-violet/add-to-basket.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

        .FileDescription td.fileActions a.removeFromCart {
            background: url(img/action-icons/white-violet/remove-from-basket.png) no-repeat 0 0;
            background-size: 24px 24px;
        }

div.FileName {
    float: left;
    width: 857px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0px 0px 0px 1px;
}

div.FileNameText {
    float: left;
}

    div.FileNameText span {
        display: block;
    }

        div.FileNameText span.revision {
            font-style: italic;
            color: #4e4e4e;
            padding-top: 3px;
            font-weight: normal;
            font-size: 11px;
        }

div.FileName a,
div.FileName a:visited {
    color: #333;
}

    div.FileName a:hover {
        color: #522398;
    }

/* ------ STEPS ------- */

div#ShellNaviBar {
    width: 100%;
    height: 54px;
    font-size: 12px;
    color: #848589;
    background: #E2E2E2;
    text-align: left;
}

    div#ShellNaviBar ul {
        margin: 0px;
        padding: 0px;
        height: 54px;
        display: flex;
        flex-direction: row;
    }

        div#ShellNaviBar ul li {
            display: block;
            list-style: none;
            margin: 0px;
            flex: 1 1 auto;
        }

            div#ShellNaviBar ul li span {
                text-align: center;
                display: block;
                font-size: 16px;
                height: 54px;
                line-height: 54px;
                background: url(img/step-bg.png) no-repeat top right;
            }

                div#ShellNaviBar ul li span.no-bg {
                    background: none;
                }

            div#ShellNaviBar ul li:last-child span {
                background-image: none;
            }

                div#ShellNaviBar ul li.prev span {
                    background: url(img/step-last-active-bg.png) no-repeat top right;
                }
                
                div#ShellNaviBar ul li:first-child {
                    background-image: none;
                }
                
                div#ShellNaviBar ul li.active span {
                    font-weight: bold;
                    color: #fff;
                    background: url(img/step-active-bg.png) no-repeat top right;
                }
                
                div#ShellNaviBar ul li:last-child.active span {
                    background-image: none;
                }

                div#ShellNaviBar ul li.active {
                    background-color: #522f91;
                }

div#ShellForm {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

    div#ShellForm table {
        width: auto;
    }

        div#ShellForm table.set-up-files {
            width: 100%;
        }

            div#ShellForm table.set-up-files th {
                padding: 8px 10px 8px 15px;
                color: #222;
                border-bottom: 1px solid #CCC;
                font-size: 12px;
                text-align: left;
            }

                div#ShellForm table.set-up-files th:first-child {
                    padding: 8px 10px;
                }

th.sort-up {
    background: url('img/ico_sortUpArrow.png') no-repeat #F1F1F1 right 18px !important;
}

th.sort-down {
    background: url('img/ico_sortDownArrow.png') no-repeat #F1F1F1 right 18px !important;
}

div#ShellForm table.set-up-files th span a {
    font-size: 11px;
    font-weight: normal;
    color: #6CA0D5;
}

    div#ShellForm table.set-up-files th span a:hover {
        text-decoration: underline;
    }

div#ShellForm table td select {
    border: 1px solid #A5ACB2;
    width: 180px;
    padding: 5px;
    border-image: initial;
}

div#ShellForm table.set-up-files td select {
    width: 100px;
}

div#ShellForm table.set-up-files td input[type="text"] {
    background: #FFF;
    width: 200px;
}

div#ShellForm table.set-up-files td.last {
    width: 50px;
    text-align: right;
}

    div#ShellForm table.set-up-files td.last a {
        color: #522F91;
    }

        div#ShellForm table.set-up-files td.last a:hover {
            text-decoration: underline;
        }

.ActionBar {
    margin-top: 0px;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.order-process .ActionBar {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    position: fixed;
    width: 1200px;
    bottom: 0;
    color: white;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
    box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
}

/* Pseudo element for "faking" background opacity */
.order-process .ActionBar::after {
    content: "";
    background: #522F91 url(/Content/img/kulmaraita.png) repeat fixed top;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.order-process .ActionBar.atBottom {
    position: relative;
    background: #522F91 url(/Content/img/kulmaraita.png) repeat fixed top;
}

    .order-process .ActionBar .actionBtn {
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: normal;
    }

.whiteBackground {
    background: white;
    color: black;
}

.calendar-body {
    margin: 0 0 0 1px;
    float: left;
    width: 911px;
}

.dayViewHeader,
.weekViewHeader,
.monthViewHeader {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
}

.date-controls {
    float: left;
}

    .date-controls ul {
        float: left;
        border-right: 1px solid #d9d9d9;
        margin: 0 0 6px 0;
    }

        .date-controls ul li,
        .calendar-controls ul li {
            float: left;
            display: inline-block;
        }

.calendar-controls {
    float: right;
}

    .calendar-controls ul {
        float: right;
        border-right: 1px solid #d9d9d9;
        margin: 0 0 6px 0;
    }

        .date-controls ul li,
        .calendar-controls ul li a {
            font-weight: bold;
            background: #f2f2f2;
            float: left;
            padding: 6px 14px;
            border-left: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
            border-top: 1px solid #d9d9d9;
        }

.date-controls ul li {
    padding: 0;
}

    .date-controls ul li a {
        display: block;
        float: left;
        padding: 7px 14px;
    }

        .date-controls ul li a span {
            margin: 0;
            float: left;
            width: 8px;
            height: 13px;
        }

        .date-controls ul li a.prev span {
            background: url(img/bigCalnav.png) no-repeat 0 0;
        }

        .date-controls ul li a.next span {
            background: url(img/bigCalnav.png) no-repeat top right;
        }

    .date-controls ul li:first-child,
    .calendar-controls ul li:first-child a {
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .date-controls ul li:last-child,
    .calendar-controls ul li:last-child a {
        border-right: 1px solid #d9d9d9;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .date-controls ul li:hover,
    .calendar-controls ul li a:hover {
        background: #fff;
    }

.date-controls ul a.prev:hover span {
    background-position: bottom left;
}

.date-controls ul a.next:hover span {
    background-position: bottom right;
}

.date-controls span {
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 0 0 0 14px;
}

.calendar-controls ul li.active a,
.calendar-controls ul li.active a:hover {
    background: #e4e4e4;
}

.monthGrid tbody tr td {
    background-color: white;
    vertical-align: top;
}

.dayViewContent table,
.weekViewContent table,
.monthViewContent table {
    width: 100%;
    position: relative;
    border-top: 1px solid #CCC;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

.monthGrid td .dateCellTitle {
    float: left;
    padding: 5px 0 5px 10px;
    color: #444;
    text-decoration: none;
}

.weekGrid td.lightcolor a,
.monthGrid td.lightcolor a {
    color: #000;
}

.dayGrid th,
.dayGrid td,
.weekGrid th,
.weekGrid td,
.monthGrid th,
.monthGrid td {
    vertical-align: top;
    width: 106px;
}

.contentTable th {
    border: 1px solid #CCC;
}

.headerRow td {
    padding: 0;
    border-right: solid 1px #E4E4E4;
    border-bottom: none;
}

.eventRow {
    width: 909px;
    position: absolute;
    background-color: transparent;
}

    .eventRow td {
        padding: 0;
        border: none;
    }

.backgroundRow td {
    padding: 0;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

td.firstCol {
    border-left: none;
}

td.lastCol {
    border-right: none;
}

.dayGrid th,
.dayGrid td {
    width: 100%;
}

.miniCalendarBody td.lightbg,
.weekGrid td.lightbg,
.monthGrid td.lightbg {
    background-color: #fbfbfb;
}

    .weekGrid td.lightbg a {
        color: #888;
    }

.dayGrid th.today,
.weekGrid th.today,
.weekGrid td.today,
.monthGrid td.today {
    background: #f8ffc6;
}

.event {
    position: absolute;
}

    .event a {
        color: #555555;
        display: block;
        padding: 3px 5px;
    }

        .event a:hover {
            text-decoration: none;
        }

.miniCalendarHeader {
    position: relative;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.switchMonthBtnPrev,
.switchMonthBtnNext {
    top: 6px;
    position: absolute;
}

    .switchMonthBtnPrev a,
    .switchMonthBtnNext a {
        float: left;
        width: 6px;
        height: 9px;
        background-image: url('img/minCalnav.png');
        background-repeat: no-repeat;
    }

.switchMonthBtnPrev {
    left: 5px;
}

.switchMonthBtnNext {
    right: 5px;
}

.switchMonthBtnPrev a {
    background-position: top right;
}

.switchMonthBtnNext a {
    background-position: top left;
}

.switchMonthBtnPrev a:hover {
    background-position: bottom right;
}

.switchMonthBtnNext a:hover {
    background-position: bottom left;
}

.miniCalendarTable th,
.miniCalendarTable td {
    text-align: center;
    padding: 0;
    border: 1px solid #DDD !important;
}

.miniCalendarTable th {
    padding: 8px;
}

.miniCalendarTable td a {
    color: #333;
    padding: 8px;
    display: block;
    font-weight: normal;
}

    .miniCalendarTable td a:hover {
        color: #000;
        text-decoration: none;
        background: #f4f4f4;
    }

.miniCalendarBody .lastMonthDate a,
.miniCalendarBody .nextMonthDate a {
    color: #888;
}

.miniCalWeek a {
    background: #f4f4f4;
}

.miniCalToday a,
.miniCalToday a:hover {
    font-weight: bold !important;
    color: #000 !important;
    background: #f8ffc6 !important;
}

.color1 {
    background: #efb4cf;
    border: 1px solid #bb8ea4;
}

.color2 {
    background: #e2d2c3;
    border: 1px solid #b1a79c;
}

.color3 {
    background: #b3e5e1;
    border: 1px solid #8fb2b2;
}

.color4 {
    background: #b7cfed;
    border: 1px solid #92a5bc;
}

.color5 {
    background: #c9c9f7;
    border: 1px solid #a09fb6;
}

.color6 {
    background: #fcb895;
    border: 1px solid #c49176;
}

.color7 {
    background: #f7e5c1;
    border: 1px solid #c0b49a;
}

.color8 {
    background: #ade0b9;
    border: 1px solid #89ad92;
}

.color9 {
    background: #d4eafc;
    border: 1px solid #a7b8c5;
}

.color10 {
    background: #d5befc;
    border: 1px solid #a396b0;
}

.color11 {
    background: #fcd192;
    border: 1px solid #c3a475;
}

.color12 {
    background: #ffeea6;
    border: 1px solid #c6bb85;
}

.color13 {
    background: #abcecd;
    border: 1px solid #87a4a5;
}

.color14 {
    background: #abe6ed;
    border: 1px solid #8ab1b9;
}

.color15 {
    background: #dae1e5;
    border: 1px solid #acb2b7;
}

table#password-wrapper {
    padding: 0;
    margin: 0;
    border: 0;
    width: 700px;
}

table#password-wrapper td#password-block {
    padding: 0;
    margin: 0;
    border: 0;
    width: 300px;
}

table#password-wrapper td#password-validation-block {
    padding: 0;
    margin: 0;
    border: 0;
    width: 400px;
    vertical-align: top;
}

 table#password-wrapper div#password-validation-messages {
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #cccccc;
    padding: 3px;
 }

div#password-validation-messages li {
    padding-bottom: 2px;
    padding-left: 25px;
}

li.req-invalid {
    color: #ff6600;
    background: url(img/cross.png) no-repeat 0 50%;
}

li.req-valid {
    color: green;
    background: url(img/tick.png) no-repeat 0 50%;
}

div.login-announcements {
    position: relative;    
	float:left;    
    color: #ff6600;
    margin-top: 5px;
    width: 100%;
}

div.login-announcement {        
    margin-top: 10px;
}

div.login-announcement-title {
    font-weight: bold;
    margin-top: 3px;
}

div.login-announcement-body {    
    white-space: pre-line;
}

table#tblDistributionListRecipients #ddlProcessingMethods, table#tblRecipients #ddlProcessingMethods{
    width: 165px;
}

#divSearchParameters {
    margin: 0px 10px 0px 0;
    float: right;
}
#divSearchParameters label {
    margin: 5px 0 2px 7px;
}
#divSearchParameters select {
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    padding: 5px;
}

div.filter-box {
    display: none; 
    padding: 10px;
    color: white;
    border-radius: 10px 0 10px 10px;
}

div.filter-box fieldset {
    border: none;
}

div.filter-box input {
    border: 1px solid #522F91;
}

td.filter-box, td.search-box  {
    border: none;

}
fieldset.filter-box {
    border: 1px solid #cdcdcd;
}
fieldset.search-box {
    border: 1px solid #cdcdcd;
}

table#favoritesTable th.checkbox{
    width: 50px;
}

.placeholder {
     color: #999;
}

.placeholderFocus {
     color: #000;
}

/*
    ================================================    
    ========== MODAL LOADING ICONS    
    ================================================    
*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.preloader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('img/modal_loading.gif') 
                50% 50% 
                no-repeat;
}

#preloaderSimple {    
}

#preloaderAngular {
    display: block;
}

.preloader-text {
    display: block;
    position: relative;
    top: 50%;
    padding-top: 30px;
    text-align: center;
}

.ng-hide {
    display: none;
}

.preloader.ng-hide-add, .preloader.ng-hide-remove {
    -webkit-transition:all linear 0.5s;
    -moz-transition:all linear 0.5s;
    -o-transition:all linear 0.5s;
    transition:all linear 0.5s;
    display:block!important;
}

.preloader.ng-hide-add.ng-hide-add-active,
.preloader.ng-hide-remove {
    opacity:0;
}

.preloader.ng-hide-add,
.preloader.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .preloader {
    display: block;
}

#fixed {
    overflow: auto;
}

table#shellFileItem  {
    border-collapse: collapse;
}
    
table#shellFileItem td.path {
    font-size: 14px;
    color: #522F91;
    width: 50%;
    border: 0 solid white;
    padding-left: 0;
    padding-left: 0;
}

.path {
    color: #888;
}

table#shellFileItem td.shellSimpleSearch {
    width:50%;
    text-align:left;
    border:0px solid white;
}

td.shellSimpleSearch input.keyword {
    width: 44.53781513%;
    float: right;
}

td.shellSimpleSearch input.searchBtn {
    width: 21.00840%;
    float: right;
    margin-right:10px;
}

div.fileSearchHeader {
    text-align: left;
    margin: 15px 0 5px 10px;
}

hr.fileSearchSeparator {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

div.fileSearchEmpty {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.detailedChangelogButton {
    background: #ff6600;
    color: white !important; 
    float: right; 
    font-size: 12px;
    padding: 5px; 
}

.constructionBankSearchButton:hover,
.detailedChangelogButton:hover {
    background: #f26100;
}

.constructionBankSearchButton {
    background: #ff6600;
    color: white !important;
    font-size: 14px;
    margin: 5px 0 !important;
    padding: 5px; 
}

.announcementsMargin {
    margin: 0 0 10px 10px;
}

#folderActions {
    clear:both;
    position:absolute;
    top: -10px;
    float:right;
    display:none;
    z-index:999;
    background-color:white;
    margin-top:10px;
}

.folderActionsHeader {
    font-size: 12px;
    font-weight: bold;
    background: #522F91;
    color: #fff;
    padding: 8px 12px;
}

.folderActionsItem {
    border: none;
    padding: 2px;
}

.folderActionsItem:hover {
    background: #eee;
    cursor: pointer;
}

.folderActionsItem a {
    font-weight: normal;
}

.folderActionsItem a:hover {
    text-decoration: none !important;
}

/* Used to hide uncompiled angular code */
/* ReSharper disable Html.AttributeNotResolved */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/* ReSharper restore Html.AttributeNotResolved */

div.follow-list-header {
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

div.follow-list-confirm-btn {
    margin-top: 10px;
    margin-left: 10px;
}

.modal {
    top: 25% !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.word-breaker {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

#changesheader {
    width: 532px;
}

h2#ProjectAnnouncementsHeader {
    width: 350px;
}

h2#ProjectAnnouncementsHeader {
    width: 350px;    
}

div#visibleColumns {
    display: none;
    clear: both;
    padding-top: 10px;
    position: absolute;    
    z-index: 999;    
    background-color: white;
    border: 1px solid black;
    margin-right: 10px;
    width: 150px;
    right: 7px;
}

/* header */ 

.filesHeaders {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.filesHeaders td {
    border:none;
}

.filesHeaders td.th-checkbox{
    width:60px;
    padding-right:0;
}

.filesHeaders td.th-revision{
    width:50px;
}

.filesHeaders td.th-size{
    width:50px;
}

.filesHeaders td.th-owner{
    width:100px;
}

.filesHeaders td.th-updated{
    width:120px;
}

.filesHeaders td.th-actions{
    width:190px;
}
.filesHeaders td.th-actions #settingsIcon {
    display: none;
}

/* content */ 

.FileContenTable {
    width: 100%;
}

.FileContenTable td {
    border:none;
    overflow: hidden;
    text-overflow: ellipsis;

}

.FileContenTable td.td-checkbox {
    width: 50px;
}

.FileContenTable td.td-name {    
    padding-left: 0;
}

.FileContenTable td.td-name .tags {
    margin-top: 5px;
}

.FileContenTable td.td-revision {    
    width:50px;
}

.td-revision span {
    background: #522F91;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    margin: 0 5px;
    font-weight: bold; 
    font-size: 12px; 
    text-align: center;
    min-width: 24px; 
    height: 14px;
}

.td-revision span:empty {
    display: none;
}

.FileContenTable td.td-size {
    width:50px;
}

.FileContenTable td.td-owner {
    width:100px;
}

.FileContenTable td.td-updated {
    width:120px;    
}

.FileContenTable td.td-actions {
    width: 172px;
}

.FileContenTable .td-actions .file-action-btn,
.search-result-actions btn.file-action-btn {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0;
}
.FileContenTable .td-actions .file-action-btn:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}

.FileActionsDisplayContextMenu {
    background: #522f91;
    position: absolute;
    width: 160px;
    right: 70px;
    top: 5px;
    border-radius: 0px;
    padding: 0px;
    z-index: 100;
}

.FileActionsDisplayContextMenu a.btn {
    background: #fff;
    border-top: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    padding: 0 5px 0 5px;
    width: 150px;
    height: 32px;
}
.FileActionsDisplayContextMenu a.btn:hover {
    background: #eee;
}

.FileActionsDisplayContextMenu a span {
    background-size: 32px 32px !important;
    color: #000;
    height: 32px;
}

.FileActionsDisplayContextMenu .fileActionsMenuHeader {
    color: white;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 130px;
    float: left;
    padding: 5px;
}

.FileActionsDisplayContextMenu .close-btn-x {
    color: #fff; 
    font-weight: bold; 
    float: right; 
    padding: 4px 3px 4px 6px;
}

.pointer {
    cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.upload-form {
    margin-bottom: 1em;
}

.btn.uploader-btn,
.btn.uploader-btn-start,
.btn.uploader-btn-remove {
    background: #ff6600;
    border: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    line-height: 24px;
    margin: 0 10px 10px 10px;
    min-width: 100px;
    text-shadow: none;
}

.btn.uploader-btn-remove {
    background: #eee;
    border: 1px solid #bbb;
    color: #000;
}

.btn.uploader-btn-start {
    background: #522f91;
    font-size: 18px;
    width: 200px;
    text-shadow: none;
}
.btn.uploader-btn-start:hover {
    background: #6c3ec1;
    color: #ffffff;
}
.btn.uploader-btn:hover {
    background: #e65c00;
    color: #ffffff;
}

.uploader-label {
    color: #522f91 !important;
    cursor: pointer;
    font-size: 11px;
    padding-left: 3px;
    margin-bottom: 0px;
}
.uploader-label:hover {
    text-decoration: underline;
}

.tag-select {
    color: #000;
}

tag-select > div {
    width: 120px !important;
}
tag-select > div > div {
    width: 100px !important;
}

.drag-area {
    background-color: #eee;
    border: 1px dashed #bbb;
    color: #bbb;
    margin: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    /*background: #eee url(/Content/img/download-bg.png) no-repeat center 20px;*/
}


.drag-area-active {
    background-color: #abeeab; 
}


.drag-header {
    text-align: center;

}

.email-status-unknown .email-status-address {
    color: rgb(175, 175, 175);
}

.email-status-pending .email-status-address {
    color: black;
}

.email-status-success .email-status-address {
    color: rgb(0, 201, 0);
}

.email-status-warning .email-status-address {
    color: rgb(216, 216, 0);
}

.email-status-error .email-status-address {
    color: rgb(225, 0, 0);
}

.invitation-statuses {
    float: left;
    padding-left: 1em;
}
.invitation-statuses h3 {
    display: block;
}

.upload-meta {
    width: 100px;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.basket-notification {
    border: 1px solid #98d398;
    border-radius: 10px;
    background-color: #abeeab;
    padding: 1em;
    margin-bottom: 2em;
}

.basket-actions {
    text-align: center;
    margin-bottom: 10px;
}

.basket-actions a {
    display: inline-block;
    margin: 10px 10px 0 10px;
}

.basket-actions-icon {
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
}

.basket-actions-label {
    color: white;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

#lnkDeleteSelected.disabled {
    cursor: default;
    background-color: #c7cfd5;
    text-decoration: line-through;
}

.basket-actions-btn.disabled:hover {
    text-decoration: line-through;
}

#divLabelContainer.tooltip {
    color: #ff6600;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    min-height: 18px;
}

.search-controls {
    border-top: 2px solid #222;
    color: #fff;
    height: 130px;
    width: 100%;
    padding: 8px 0;
}

.search-controls .search-criteria:first-child {
    clear: left;
}

.search-controls .search-criteria {
    box-sizing: border-box;
    margin: 10px 0;
    width: 30%;
    float: left;
}

.search-controls .form-control-group {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.search-controls .form-control-group input {
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #522F91;
    float: none;
    width: 200px;
    height: 30px;
}

.search-controls .form-control-group.dates input {
    width: 92px;
}

    .search-controls .ActionBar {
        padding-left: 130px;
    }

.search-controls .form-control-group select {
    box-sizing: border-box;
    border: 1px solid #522F91;
    width: 200px;
    height: 30px;
}

.search-controls .form-control-group label {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-top: 8px;
    margin-right: 10px;
    font-weight: normal;
}

.search-controls .tag-select {
    display: inline-block;
}

.search-controls .tag-select > div {
    width: 186px;
}

.search-result-actions {
    width: 200px;
    text-align: right;
}

.global-search {
    height: 40px;
    width: 45%;
    max-width: 500px;
    display: inline-block;
}

.global-search-title {
    background: #ff6600; 
    border-radius: 6px 0 0 6px;
    line-height: 40px; 
    float: left; 
    padding: 0 10px; 
    font-size: 16px; 
    font-weight: bold; 
    text-transform: uppercase; 
    color: #fff;
}

.global-search input {
    box-sizing: border-box;
    border: 1px solid #ff6600;
    font-size: 150%;
    width: 85%;
    height: 40px;
    padding: 10px;
    margin-right: -1px;
}

.ServiceArea .global-search input {
    background: rgba(255,255,255,0.15);
    width: 140px;
}

.ServiceArea .global-search input:focus {
    background-color: #ffffff;
    width: 85%;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.global-search .global-search-submit {
    background: #ff6600 url('img/global-search-icon-white.png') no-repeat center center;
    border: 0px solid #ff6600;
    border-radius: 0 6px 6px 0;
    width: 50px;
    height: 40px;
}

.search-tools-link {
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.search-tools-link:hover,
.projects-link:hover,
.language-links a:hover,
.user-menu a:hover,
.ToolSwitcher span:hover,
.BasketService a:hover,
.folder-actions-link:hover {
    text-decoration: underline;
}

.projects-link {
    background: #522F91;
    border: 1px solid #fff;
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    color: #fff !important;
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 16px;
    margin-left: 10px;
}

.language-links a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
}

.global-search .global-search-submit:hover {
    background-color: #e65c00;
}

    .global-search-results {
        position: relative;
    }

    .global-search-results .btn,
    .search-result-actions .btn {
        margin: 0;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        float: none;
        padding: 0 2px;
        font-size: 12px;
        font-weight: bold !important;
        color: #fff !important;
        -moz-border-radius: 6px;
        border-radius: 6px;
        vertical-align: middle;
    }

    .global-search-results .btn.btn-add,
    .global-search-results .btn.btn-add:hover,
    .search-result-actions .btn.btn-add,
    .search-result-actions .btn.btn-add:hover {
        background: #522F91;
    }

    .global-search-results .btn.btn-remove,
    .global-search-results .btn.btn-remove:hover,
    .search-result-actions .btn.btn-remove,
    .search-result-actions .btn.btn-remove:hover {
        background: #ff6600;
    }

    .global-search-results .btn.btn-add-all,
    .global-search-results .btn.btn-add-all:hover {
        background: #522F91 url(img/action-icons/transparent-white/add-to-basket.png) no-repeat 7px 3px;
        padding: 0 10px;
    }

.global-search-results .btn.btn-disabled,
.global-search-results .btn.btn-disabled:hover
{
    cursor: default;
    background-color: #c7cfd5;
}

    .global-search-results .btn.btn-disabled span,
    .global-search-results .btn.btn-disabled:hover span { color: #fff; text-decoration: line-through; }

.global-search-results .in-basket .btn-add,
.search-result-actions .in-basket .btn-add {
    display: none;
}

    .global-search-results .btn span, 
    .search-result-actions .btn span {
        float: left;
        display: block;
        height: 44px;
        padding: 0 0 0 34px;
    }

    .global-search-results .btn-add span,
    .search-result-actions .btn-add span {
        background: url(img/action-icons/transparent-white/add-to-basket.png) no-repeat 0 3px;
    }

    .global-search-results .btn-remove {
        display: none;
    }

    .global-search-results .in-basket .btn-remove,
    .search-result-actions .in-basket .btn-remove {
        display: inline-block;
    }

    .global-search-results .btn-remove span,
    .search-result-actions .btn-remove span {
        background: url(img/action-icons/transparent-white/remove-from-basket.png) no-repeat 0 3px;
    }

    .search-result-actions .btn-open span {
        background: url(img/action-icons/white-violet/open.png) no-repeat 0 3px;
    }

    .search-result-actions .btn-download span {
        background: url(img/action-icons/white-violet/download.png) no-repeat 0 3px;
    }

    .search-result-actions .btn-goto span {
        background: url(img/action-icons/white-violet/go-to-folder.png) no-repeat 0 3px;
    }

    .search-result-actions .btn-preview span {
        background: url(img/action-icons/white-violet/file-preview.png) no-repeat 0 3px;
    }

    .search-wrapper .search-table .filter-label {
        margin: 0 12px 0 4px;
        font-size: 12px;
    }

.tag-filter-container {
    background: #eee;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 4px;
    vertical-align: top;
}

.tag-filter-header-container {
    display: inline;
    margin: 4px;
}

.tag-filter-header {
    margin: 0;
    font-size: 12px;
}

.tag-button-list {
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
}

.table-cell-checkbox {
    float: none;
    vertical-align: middle;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: url('img/niiniplus-footer.png') no-repeat center bottom fixed;*/
    z-index: -1;
}

.footer-meta {
    background-color: rgba(255, 255, 255, 0.95);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
    padding: 1px 8px;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

.FileDescription .revision-list td.fileActions a {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
}

#btnSaveCompanyRecipients,
#btnSaveFavoriteRecipientsRecipients {
    float: none;
}

.download-cart-button {
    display: inline-block;
    font-weight: normal;
    color: #FFF;
    font-size: 11px;
    background: none repeat scroll 0 0 #522F91;
    border: 1px solid #193446;
    padding: 0px 10px;
    margin: 0px;
    height: 26px;
    line-height: 26px;
}


.download-cart-button:link, .download-cart-button:visited {
    color: #FFF;
}

.order-process {
    display: flex;
    flex-direction: column;
    position: relative;
}

.order-process #ActionBar,
.order-process #ShellNaviBar,
.order-process .select-distribution,
.order-process .quick-order {
    flex: 0 0 auto;
}

.order-process #ShellForm {
    flex: 1 1 auto;
    overflow-y: auto;
    margin-bottom: 150px;
}

.quick-order {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

.quick-order a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.quick-order a:hover {
    text-decoration: underline;
}

#ShellForm .chosen-search-input {
    /* 
        I have no idea why this is necessary or why it works.
        Something in our base styles seems to mess up the Chosen
        result container in a way that floats elements off screen.
        Adding this margin to the search element fixes it without
        breaking the layout, so yay, I guess?
    */
    margin-right: 1px;
}

.hide {
    display: none;
}

fieldset.public .private-only {
    display: none;
}

.sync-settings-form {
    background-color: white;
    color: black;
    width: 780px;
    min-height: 580px;
}

.sync-settings-form table thead {
    font-weight: bold;
    background: #eee;
}

.change-sync-mode {
    text-align: right;
}

.content-page {
    padding: 10px;
}

.main-content .content-page > * {
    float: none;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6
{
    margin-bottom: 1em;
}

.content-page p {
    font-size: 12px;
    line-height: 1.6em;
}

.terms-of-use-backdrop {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.terms-of-use {
    width: 80%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-height: 80%;
    padding: 20px;
}

.terms-of-use header {
    flex: 0 0 60px;
}

.terms-of-use article {
    flex: 1 1 auto;
    overflow: auto;
}

.terms-of-use footer {
    padding-top: 20px;
    flex: 0 0 40px;
    position: unset;
    bottom: auto;
    height: auto;
    background: none;
    z-index: 1;
}

.terms-of-use button {
    background-color: #ff6600;
    color: white;
    font-weight: bold;
    padding: 5px;
    border: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: -4px;
}

.terms-of-use button[disabled] {
    background-color: #C0C0C0;
}

.registration-terms-of-use ul,
.terms-of-use article ul,
.content-page ul {
    margin-bottom: 1em;
}

.registration-terms-of-use ul li,
.terms-of-use article ul li,
.content-page ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

.file-diff {
    width: 100%;
    height: 100%;
}

    .file-diff .img-container {
        width: 100%;
        height: calc(100% - 62px);
        overflow: auto;
    }

    .file-diff .sxs-container {
        float: left;
        width: calc(50% - 10px);
        height: calc(100% - 62px);
        margin-left: 10px;
        overflow: auto;
    }

    .file-diff .file-diff-image-sxs {
    }

    .file-diff h1 {
        margin-bottom: 10px;
    }

    .file-diff .zoom-buttons {
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

        .file-diff .zoom-buttons .icon {
            display: inline-block;
            width: 14px;
            height: 14px;
            *margin-right: .3em;
            line-height: 14px;
            vertical-align: text-top;
            background-image: url("img/glyphicons-halflings.png");
            background-position: 14px 14px;
            background-repeat: no-repeat;
            margin-top: 1px;
        }
        .file-diff .zoom-buttons .icon-plus {
            background-position: -408px -96px;
        }
        .file-diff .zoom-buttons .icon-minus {
            background-position: -433px -96px;
        }

    .file-diff .diff-view-tools {
        margin-bottom: 10px;
    }

        .file-diff .diff-view-tools label {
            margin-right: 10px;
            cursor: pointer;
        }

        .file-diff .diff-view-tools .page-link {
            color: #ff6600;
            text-decoration: underline;
        }

        .file-diff .diff-view-tools .page-link.current-page {
            color: #666;
            text-decoration: none;
            cursor: default;
        }

.automated-order-activated-label {
    margin-left: 20px;
}

.label-box {
    border: 1px solid #009fe3;
    color: #f0f0f0;
    background-color: #009fe3;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 0 6px;
    vertical-align: middle;
    line-height: 20px;
}

.confirm-activate-automated-copy-order-title {
    margin-bottom: 10px;
}

#confirm-activate-automated-copy-order .button-container {
    margin-top: 18px;    
    padding-bottom: 3px;
}

#sub-folder-select h4 {
    font-size: 16px;
}

#sub-folder-select label,
#sub-folder-select input {
    float: none;
}

.boxShadow {
    -webkit-box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
    box-shadow: 0px 3px 15px 0px rgba(170,170,170,1);
}

.offerRequestStats {
    position:absolute; 
    width:200%;
    color: #444;
    border-radius: 3px;
    display: none;
    padding: 4px 16px;
    margin-top: 4px;
}

.offerRequestStats span {
    background: #eee;
    color: #444;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    width: 28px; 
    margin-left: 10px;
}

.logStats {
    border-left: 2px solid #522F91;
    display: none;
    margin: 2px 0 8px 32px;
    padding-left: 5px;
}

.logStats b {
    color: #522F91;
}

.logActionLabel {
    background: #eee;
    border-radius: 20px;
    color: black;
    font-weight: bold;
    line-height: 24px; 
    text-align: center;
    padding: 5px 10px;
}

/* Overriding few fancybox styles: */
#fancybox-content {
    background: #522F91 url(/Content/img/kulmaraita.png) repeat fixed top !important;
    border: none !important;
    color: #fff !important;
    padding: 20px !important;
}
#fancybox-close {
    right: -35px !important;
}
#fancybox-content legend {
    text-transform: uppercase !important;
}
#fancybox-error {
    color: #fff !important;
}

