/* Copyright (C) 2018 Marc GUENNEUGUES <marc.guenneugues@simicar.fr>
 *
 * This program 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.
 *
 * This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * \file    simicar/css/simicar.css
 * \ingroup simicar
 * \brief   CSS file for module Simicar.
 */

div.mainmenu.billing {
    background-image: var(--mainmenu-billing_image);
}
/* plusminus style */
.numbers-row input[type=text] {
    float: left;
    //  width: 40px;
    //  font: bold 20px Helvetica, sans-serif;
    font-weight: bold;
    //  padding: 3px 0 0 0;
    text-align: center;
}
.numbers-row form div {
    overflow: hidden;
    margin: 0 0 5px 0;
}
.numbers-row .mgbutton {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    float: left;
    text-align: center;
    background: var(--mgbutton-background) no-repeat;
}
.numbers-row .dec {
    background-position: 0 -29px;
}

.numbers-row .mgbuttons {
    padding: 20px 0 0 140px;
    //  border-style: none;
}
@font-face {
    font-family: "Kurier";
    font-style: normal;
    font-display: auto;
    src: var(--font-Kurier-Regular) format("opentype");
}
@font-face {
    font-family: "KurierBold";
    font-style: normal;
    font-display: auto;
    src: var(--font-Kurier-Bold) format("opentype");
}
@font-face {
    font-family: "Sarabun";
    font-style: normal;
    font-display: auto;
    src: var(--font-Sarabun-Regular) format("truetype");
}
@font-face {
    font-family: "SarabunBold";
    font-style: normal;
    font-display: auto;
    src: var(--font-Sarabun-Bold) format("truetype");
}
@font-face {
    font-family: "Fractul";
    font-style: normal;
    font-display: auto;
    src: var(--font-Fractul-Regular) format("truetype");
}
@font-face {
    font-family: "FractulBold";
    font-style: normal;
    font-display: auto;
    src: var(--font-Fractul-Bold) format("truetype");
}
@font-face {
    font-family: "Calibri";
    font-style: normal;
    font-display: auto;
    src: var(--font-Calibri-Regular) format("truetype");
}
@font-face {
    font-family: "CalibriBold";
    font-style: normal;
    font-display: auto;
    src: var(--font-Calibri-Bold) format("truetype");
}

.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    /* display: none; */
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    /* display: none; */
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    /* display: none; */
}

.butAction.minibutAction {
    margin: 0em 0.3em;
    padding: 0.1em 0.1em;
}

.timeline > li > .timeline-item.dolibarr {
    background-color: whitesmoke;
}

.timeline > li > .timeline-item.internal {
    background-color: lightgreen;
}

.timeline > li > .timeline-item.external {
    background-color: wheat;
    margin-left: 150px;
}
