/*!
 * -------------------------------------------------------------------------
 * webapplications plugin for GLPI
 * Copyright (C) 2015-2026 by the webapplications Development Team.
 *
 * https://github.com/InfotelGLPI/webapplications
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of webapplications.
 *
 * webapplications is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * webapplications is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with webapplications. If not, see <http://www.gnu.org/licenses/>.
 * --------------------------------------------------------------------------
 */

.accordionhead {
    border: 2px grey solid;
    text-align: left;
    padding: 15px !important;
}

.ui-accordion-header {
    background-color: #7d91a1;
    color: white;
    font-size: 16px !important;
}


.ui-accordion-header:hover {
    background-color: #b1a7a7;
}

.panel {
    background-color: inherit;
    color: inherit;
}

#list {
    border: 1px solid grey;
    width: 100%;
    color: inherit;
    font: inherit !important;
    background-color: inherit;
}

/*option {*/
/*    background-color: inherit !important;*/
/*    color: inherit;*/
/*    padding: 5px;*/
/*    border: none !important;*/
/*}*/

.dict {
    text-align: left;
    white-space: nowrap;
    width: 1%;
}

::-webkit-scrollbar-thumb {
    background: darkgrey !important;
}

.card-web-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
    min-height: 68px;
}

.child50 {
    flex: 1 0 50% !important;
}

.child33 {
    flex: 1 0 33%;
    border: 0 !important;
}

.dict-min {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ededed;
}
