/* Fixes password form broken WPPORTAL-45 */
#resetpasswordform p {
    float: none;
}

/* Hides dates on front page WPPORTAL-72 */
#rpwe_widget-4 time {
    display: none;
}

/* Hiding Visibility: Public row to reduce confusion DEVPORTAL-270 */
.wp-admin #submitpost #visibility {
    display: none;
}

#subscriptions .id {
    width: 38px;
}
#subscriptions .type {
    width:90px;
}
#subscriptions .date {
    width:160px;
}
#subscriptions .user {
    width:170px;
}
#subscriptions .status {
    width: 40px;
}
#subscriptions .action {
    width: 210px;
}

#ingenico-profile .message {
    margin: 0 0 15px 0;
    padding: 10px 20px;
    display: inherit !important;
}
#ingenico-profile .message.error {
    background-color: #f2dede;
}
#ingenico-profile .message.notify {
    background-color: #fcf8e3;
}
#ingenico-profile .message.success {
    background-color: #DFF0D8;
}
/* iDoc */
table.idoc-list {
    width:100%;
}
table.idoc-list th {
    text-align: left;
    font-weight: bold;
}
table.idoc-list div.idoc-category {
    padding: 10px 10px;
}
table.idoc-list tr.active div.idoc-category {
    padding: 10px;
}

table.idoc-list .idoc-category::before {
    content: '';
    cursor: pointer;
    width: 24px;
    height: 24px;
    float:left;
    margin-right: 5px;
    background: url(../../../themes/canvas/images/sprite.png) 81px -452px;
}
table.idoc-list tr.active div.idoc-category::before {
    background: url(../../../themes/canvas/images/sprite.png) 57px -452px;
}

table.idoc-list tr.active {
    background-color: #f3f3f3;
}
table.idoc-list div.idoc-details {
    padding-left: 10px;
}
table.idoc-list div.idoc-details p {
    padding-left: 0 !important;
    padding-right: 10px !important;
}
table.idoc-list div.idoc-details ul {
    padding-bottom: 10px;
}
table.idoc-list div.idoc-details ul li::before {
    content: "•";
    color: #41B4D2;
    padding-right: 5px;
}

table.idoc-list .idoc-details {
    display:none;
}

/* Style related to eula submodule */
#eula {
    line-height: 24px;
}


#eula ul > li {
    list-style: disc;

}
#eula ol > li {
    list-style: decimal;

}
#eula #main .entry-content li:before {
    background: none;
}

.eula .ui-dialog-titlebar {
    height: 48px;
    padding-top: 8px;
}

.eula .ui-dialog-title{
    font-size: 16px;
}

#eula #main .entry-content {
    padding: 0;
}

.eula .ui-button.ui-dialog-titlebar-close{
    top: 6px;
    right: 4px;
}

div.eula:focus {
    outline: none;
}

.eula button.accept {
    position: absolute;
    left: 0;
}
/* eula post open separately not in dialog */
article.type-eula p {
    padding: 8px 0;
}

/* folder tree widget */
#folder_tree_widget {
    width: 35%;
    float:left;
}

.software .entry-content {
    width: 65%;
    float: left;
}

/* hiding line for top All element */
#folder_structure>ul>li>i {
    display: none;
}
/* Adjust margin for firt level of subfolders */
#folder_structure>ul>li>ul>li {
    margin-left: 12px;
}

/* Add horizontal scroll so that if tree is wide than it is not overlapping the content */
#folder_structure>ul {
    overflow-y: hidden;
    overflow-x: auto;
}
