﻿.formaContainer {
    width: 98vw;
    height: calc(100vh - 96px);
    /*background-color: ActiveCaption;*/
    overflow: auto;
    margin: 0 1vw;
}

.formaAbrir {
    min-height: 225px;
    padding: 0;
    width: 100%;
    margin: auto;
    max-height: 100%;
    height: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.firstInputForm {
    /*margin-top: 35px;*/
    margin-bottom: -20px;
}

.formFiltersContent {
    display: block;
}

.filtersFormaAbrir {
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    margin: auto;
    padding: 10px;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    width: -webkit-fill-available;
}

.currFormaAbrir {
    height: calc(100vh - 96px);
    /*background-color: aquamarine;*/
}

.fixWidthDBG {
    width: 300px;
    /*background-color: aquamarine;*/
}

.iconsStyle {
}
/* A partir de aqui son pruebas */
.fabSpeedDialdemoBasicUsage .text-capitalize {
    text-transform: capitalize;
}

.fabSpeedDialdemoBasicUsage .md-fab:hover,
.fabSpeedDialdemoBasicUsage .md-fab.md-focused {
    background-color: #000 !important;
}

.fabSpeedDialdemoBasicUsage p.note {
    font-size: 1.2rem;
}

.fabSpeedDialdemoBasicUsage .lock-size {
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.arbol-content {
    color: rgba(0,0,0,0.87);
    font-size: 0.8em;
    /*max-height:528px;*/
}

.tree-icon-node {
    cursor: pointer;
    outline: none;
}

.TogglefiltersFormaAbrir {
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    /*margin: auto;*/
    padding: 10px;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    width: -webkit-fill-available;
}
