﻿#ged-toolbar-tools {
    padding-right: 0px !important;
    padding-left: 0px !important;
    color: black !important;
}

.ged-tableAction {
    width: 20px !important;
    padding: 0px !important;
}

.ged-bg {
    background-color: #ffffff !important;
}

/* INZIO Classi TreeView */
.ged-treeview-menu, .ged-treeview-menu ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.ged-treeview-menu > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ged-treeview-menu .md-button.active {
    color: #FF5722; /* deep-orange 500 */
}

.ged-treeview-menu .menu-toggle-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

ged-treeview-link > .md-button,
ged-treeview-toggle > .md-button {
    display: block;
    padding: 0 26px 0 0;
}

.md-button-toggle .md-toggle-icon.toggled {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.md-button-toggle.toggled {
    background-color: rgba(1,125,195, 0.05);
    font-weight: bold !important;
}

.ged-treeview-menu .md-button-toggle .md-toggle-icon {
    transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
}

.menu-toggle-list.ng-hide {
    max-height: 0;
}

.ged-treeview-menu .md-button {
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.menu-toggle-list {
    max-height: 1300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: max-height;
    -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition-property: max-height;
    transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: max-height;
}

.ged-treeview-menu menu-toggle span{
    padding-top: 12px;
    padding-bottom: 12px;
}

.ged-treeview-padding-right {
    padding-right: 15px;
}

.ged-list-padding-left {
    padding-left: 15px;
}

#FormBody.ng-hide {
  opacity: 0;
}

#FormBody.ng-hide-add,
#FormBody.ng-hide-remove {
    transition: all linear 5s;
}

thead.md-head tr.md-row th.ged-tableAction {
    width: 110px !important;
}
/* FINE Classi TreeView */

#ged-droparea {
    margin-top: 7px !important;
    outline: 2px dashed;
    font-size: 22px;
}

#ged-droparea md-icon {
    font-size: 116px;
    width: 116px;
    height: 116px;
    margin-bottom: 20px;
}

#ged-droparea hr {
    width: 50%;
    border: 0px;
    border-top: 2px dashed;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#ged-droparea button.md-button {
    text-transform: unset;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.ged-focus {
    font-style: italic;
    font-weight: bold;
}

#gedUploader md-progress-circular {
    margin: 4px 16px;
}

#gedUploader #progress {
    position: absolute;
    margin-right: 25px;
}

#ged-toolbar-tools .navigation {
    flex: 1 1 auto;
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#ged-toolbar-tools .navigation .inner-navigation {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

#ged-toolbar-tools .navigation .inner-navigation * {
    margin: auto 0;
}

#ged-toolbar-tools .button-area {
    flex: 0 0 auto;
    justify-content: flex-end;
    display: flex;
}

.md-button.md-button-ged-small {
    min-width: 0px !important;
    margin: 0px !important;
    text-overflow: ellipsis;
}