/*=================================================================================================
* Erstellung durch: Dominic Blattmann                                                             *
* Projekt: crm Prolistic                                                                          *
* Dateiname: style.css                                                                            *
* Funktion: Dardstellungskontrolldatei css                                                        *
* Versionskontrolle:                                                                              *
*                                                                                                 *
* datum      | V.Nr. | Kurz-Beschreibung                                                  | Name  *
* ----------------------------------------------------------------------------------------------- *
* xx.6.2007  | 1.00  | Ersterstellung                                                     | db    *
* 20.2.2008  | 1.01  | Refactoring                                                        | db    *
*            |       |                                                                    |       *
*            |       |                                                                    |       *
*            |       |                                                                    |       *
*            |       |                                                                    |       *
* copyright: Prolistic GmbH, www.prolistic.ch                                                     *
=================================================================================================*/

/* ********************************************************************************************
*  Kategorie: Contentformatierung                                                             *
*  Beschreibung: Formatierung des Allgmeinen Contents    			              *
* 											      *
***********************************************************************************************/
* {
    font-family:"Roboto", sans-serif;
}
body {
    margin:0px;
    padding:0px;
    font-size:12px;
    cursor:default;
}

table {
    font-size:12px;
    border-collapse:collapse;
}

#container {
    width:66%;
    min-width:975px;
    border:1px solid black;
    overflow:visible;
    float:left;
}

#header {
    width:100%;
    min-width:975px;
    height:76px;
    background:url('../grafik/header.png?v=3') left no-repeat;
    background-color:#e9e9e9;
}

img {
    border:0px;
}

.reminder {
    position:absolute;
    top:0px;
    left:0px;
    width:676px;
    height:100%;
    background:blue;
    -moz-opacity:0.1;
}

/* ********************************************************************************************
*  Kategorie: Navigationsformatierung                                                         *
*  Beschreibung:                                         			              *
* 											      *
***********************************************************************************************/
#navigation {
    margin-left:0;
    margin-top:0;
    margin-right:20px;
    border:1px solid black;
    border-collapse:collapse;
}

.button {
    padding:10px 15px 10px 15px;
    border:1px solid black;
}

.titel {
    height:10px;
    font-size:12px;
    border:1px solid black;
    background:#BABABA;
    text-align:center;
}

.online {
    height:10px;
    font-size:12px;
    width:180px;
    border:1px dotted black;
    border-top:1px solid black;
    background:#BABABA;
    text-align:left;
    vertical-align:top;
}

.online span {
    font-weight:bold;
}

.TextMenu {
    text-align:center;
    height:36px;
    background:#80a8c9;
}

.TextMenu a {
    float:left;
    width:162px;
    height:36px;
    line-height:34px;
    text-decoration:none;
    font-size:12px;
    color:#FFF;
    background:url('../grafik/navi_background.gif') no-repeat;

}

.TextMenu a:hover {
    background:url('../grafik/navi_background_h.gif');
}

.TextMenu a:active, .TextMenu a:focus, .TextMenu a.choosen {
    background:url('../grafik/navi_background_a.gif');
}

.FuncMenu {
    background:#d8dbdd;
    height:25px;
    font-family:Verdana;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
}

.FuncMenu div {
    float:left;
    line-height:25px;
    text-decoration:none;
    color:black;
    text-transform:uppercase;
    font-size:10px;
    width:110px;
    text-align:center;
    border-right:1px solid gray;
    cursor:pointer;
}

.FuncMenu div:hover {
    background:#80a8c9;
}


/* ********************************************************************************************
*  Kategorie: Textformatierungen                                                              *
*  Beschreibung:                                         	             		              *
* 		                                             									      *
***********************************************************************************************/

h1 {
    font-size:32px;
    font-weight:bold;
    font-family:"Helvetica";
    position:absolute;
    left:20px;
    top:21px;
}

h2 {
    font-size:20px;
    font-weight:bold;
    font-family:"Helvetica";
    margin-left:20px;
}

h3 {
    font-size:16px;
    font-weight:bold;
    font-family:"Helvetica";
    margin-left:20px;
    margin-bottom:5px;
}

p.info, p.warnung {
    margin-left:20px;
    font-family:"Helvetica";
    width:90%;
    min-height:20px;
    padding-left:25px;
    padding-top:2px;
    border:1px solid silver;
}

p.info {
    background:url('../grafik/info.gif') no-repeat 1px 1px #bcc4ff;
}

p.warnung {
    background:url('../grafik/warnung.gif') no-repeat 1px 1px #ff7847;
}

#logininfo {
    position:absolute;
    left: 200px;
    top:13px;
}
#logininfo a {
    color:#232323;
    font-weight:bold;
}
.hinweisText {
    color:red;
}

.error {
    color:red;
    font-size:14px;
    font-weight:bold;
}


/* ********************************************************************************************
*  Kategorie: Tabellenformatierung                                                            *
*  Beschreibung:                                         	             		              *
* 		                                             									      *
***********************************************************************************************/

/* Filtertabelle */
form.filter {
    background:#C6C6C6;
    width:550px;
    padding-left:20px;
    border:1px solid gray;
    margin:5px 0px 0px 5px;
}

form.filter label {
    display:block;
    font-size:14px;
    font-weight:bold;
}

form.filter input, form.filter select {
    width:191px;
}

form.filter .setBox {
    width:20px;
}

form.filter table {
    font-size:12px;
}

/* Artikelliste */
div.overflow {
    height:400px;
    overflow:auto;
}

.headList {
    font-size:16px;
    font-weight:bold;
    background:#C6C6C6;
    border-top:1px solid black;
    border-bottom:1px solid gray;
    margin-top:20px;
    text-align:center;
    padding:5px;
}

table.liste {
    width:99%;
    border-collapse:collapse;
    font-size:11px;
    margin-left:2px;
    border-top:2px solid gray;
}

table.liste th {
    text-align:left;
    border-bottom:1px solid gray;
}

table.liste .thr, table.liste .tdr {
    text-align:right;
}


table.liste th a {
    color:black;
    text-decoration:none;
}


table.liste th a:hover {
    color:blue;
}


table.liste td {
    border-bottom:1px solid silver;
    border-right:1px solid #e6e6e6;
    padding-right:2px;
}


table.liste td dfn {
    color:gray;
    font-size:10px;
    font-style:normal;
}


table.liste tr.alt {
    background:#F1F1F1;
}

tfoot td {
    font-size:11px;
    font-weight:bold;
    background:#C6C6C6;
    border-top:1px solid gray;
    border-bottom:1px solid black;
    margin-top:20px;
}
/**/


table.liste tr[class="alt"] td {
    background:#F1F1F1;
}


table.liste td[class~="alt"] {
    background:#F9F9F9;
}

/**/

table.liste tbody tr.alt td:first-child {
    background:#F1F1F1;
}

table.liste th.sortable, table.liste th.sortable-text, table.liste th.sortable-date, table.liste th.sortable-date-dmy, table.liste th.sortable {
    cursor:pointer;
    background:#CAE8EA url(../grafik/bg_header_sortable.jpg) no-repeat;
    padding:8px 12px 4px 16px;
}

table.liste th.forwardSort {
    background:#CAE8EA url(../grafik/bg_header_down.jpg) no-repeat 0 0
}


table.liste th.reverseSort {
    background:#CAE8EA url(../grafik/bg_header_up.jpg) no-repeat 0 0
}

/* ********************************************************************************************
*  Kategorie: EditPopupFormatierung                                                          *
*  Beschreibung:                                         	             		              *
* 		                                             									      *
***********************************************************************************************/

.popup {
    background:#F5F5F5;
    font-size:12px;
}

.popup form {
    margin:0px;
    border:0px;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:25px;
}

.popup input {
    width:191px;
}

.popup div.maschinenliste .setBox {
    width:20px;
}

.popup div.maschinenliste table {
    font-size:12px;
}

.popup table td {
    vertical-align:top;
    font-size:12px;
}

.popup table td input, .popup table td textarea {
    font-size:12px;
}

.popup textarea:hover {
    border:1px solid #555;
}

.popup textarea:focus, .popup input:focus, .popup select:focus, .popup select:focus {
    color:#000000;
    background-color:#CCFFFF;
}

.popup textarea {
    font-family:"Helvetica", Arial;
    padding:10px;
}

.popup select {
    width:200px;
    font-size:10px;
}

.popup .submit {
    position:fixed;
    bottom:10px;
    right:20px;
}

.popup .feldwide {
    width:350px;
}

.popup .subTitle {
    font-size:14px;
    font-weight:bold;
}

/* Hinweistexte */
.hinweis {
    border:1px solid black;
    background:rgb(255, 255, 204);
    padding:0px 5px;
    font-size:9px;
    font-family:"Arial";
}

.hinweisJS {
    position:absolute;
    left:0px;
    top:0px;
    border:1px solid black;
    padding:3px;
    background:rgb(255, 255, 204);
    font-size:12px;
    white-space:nowrap;
}

/* Artikeloverview */

.artikeloverview {
    font-size:12px;
    margin:0px;
    background-color:white;
}
.coloryellow {
    background-color:yellow !important;
}
.colorred {
    background-color:red !important;
}
.artikeloverview table.artikel {
    margin-bottom:8px;
    margin-left:20px;
    font-size:11px;
    color:#222222;
    border-collapse:collapse;
}

.artikeloverview table.artikel td.a {
    font-weight:bold;
    width:170px;
    vertical-align:top;
    border-bottom:1px solid #DDDDDD;
}

.artikeloverview table.artikel td.b {
    width:160px;
    border-bottom:1px solid #DDDDDD;
}

.abtd td:first-child {

    width:170px;
    vertical-align:top;
    border-bottom:1px solid #DDDDDD;
}

.abtd td:last-child {
    width:250px;
    border-bottom:1px solid #DDDDDD;
}

.abtdTitel {
    font-weight:bold;
    color: #055b00;
    background:#e6efee;
}

.artikeloverview span.artikeltitel {
    border:1px solid #999999;
    margin:20px;
    line-height:50px;
    font-size:16px;
    font-weight:bold;
    padding:0px 7px 0px 7px;
}

#bilderShow {
    clear:both;
}

#bilderShow img {
    margin:4px;
}

.artikeloverview .maschinen {
    border:1px solid #999999;
    margin-left:20px;
    color:#AA0000;
    padding:0px 7px 0px 7px;
}

.artikeloverview div#bilder {
    position:absolute;
    width:305px;
    height:260px;
    right:5px;
    top:5px;
    text-align:center;
}

.artikeloverview div.bild {
    text-align:center;
    width:300px;
    height:260px;
    padding-bottom:5px;
    border:3px solid gray;
}

.artikeloverview div.artikel {
    margin-left:20px;
    border-top:2px solid #999999;
    width:635px;
}

/* Speichern-Bild */
#submitimg {
    cursor:pointer;
    position:relative;
    top:-50px;
    left:490px;
}

/* Stop-Bild */
#stopimg {
    cursor:pointer;
    position:relative;
    top:-50px;
    left:490px;
}

/* User-Liste */
.groupname {
}

/* ********************************************************************************************
*  Kategorie: Shoutbox                                                                        *
*  Beschreibung: Formatierungen f�r die Shoutbox         			              *
* 											      *
***********************************************************************************************/

/* �usseres Iframe */
iframe#shoutbox {
    margin-left:20px;
    margin-top:20px;
    width:calc(100% - 20px);
    height:220px;
    border:0px;
    border-collapse:collapse;
}

/* Inneres Iframe */
div#shoutsbox {
    margin:2px;
    height:170px;
    width:calc(100% - 20px);
    border:0px solid black;
    overflow:auto;
}

#shouts_container {
    margin-left:10px;
}

.shout_datum {
    font-size:11px;
    color:red;
}

/* ********************************************************************************************
*  Kategorie: Main Tickets                                                                    *
*  Beschreibung:                                        			              *
* 											      *
***********************************************************************************************/
div.main_todolist {
    font-weight:normal;
    color:black;
    width:299px;
    cursor:pointer;
}

div.main_todolist:hover {
    text-decoration:underline;
    background-color:lightgray !important;
}

div.main_todolist:active {
    background-color:gray !important;
}

/* ********************************************************************************************
*  Kategorie: Bestellung                                                                      *
*  Beschreibung:                                        			              *
* 											      *
***********************************************************************************************/

#warenkorb {
    position:absolute;
    left:676px;
    top:98px;
    border:1px solid black;
    padding:4px;
    width:290px;
    background:#DDFFDD;
}

#warenkorb div {
    float:left;
    padding:3px;
}

#warenkorb a {
    color:black;
}

.bestellvorgang_a, .bestellvorgang_b {
    float:left;
    background:#AAAAFF;
    border:1px solid #BBBBBB;
    padding:2px;
    -moz-border-radius:9px;
    -khtml-border-radius:9px;
    margin-right:3px;
    width:180px;
}

.bestellvorgang_b {
    background:#DDDDDD;
}

.bestellvorgang_a img, .bestellvorgang_b img {
    border:1px solid #999999;
    vertical-align:top;
    margin-right:3px;
}

.status {
    height:20px;
    text-align:center;
}

.bestellbutton {
    margin-left:20px;
    margin-top:10px;
}

.bestellung_pdffolder {
    background:#C6C6C6;
    width:300px;
}

.bestellung_pdffolder span {
    margin-left:20px;
    font-weight:bold;
}

.bestellung_pdffolder a {
    margin-left:40px;
}

/* ********************************************************************************************
*  Kategorie: Ticketsystem                                                                    *
*  Beschreibung:                                        			              *
*                                   											      *
***********************************************************************************************/

.ticket_mail {
    position:absolute;
    left:400px;
    top:80px;
    border:1px solid silver;
}

/* ********************************************************************************************
*  Kategorie: Mailboxformatierung                                                             *
*  Beschreibung: x                                       			              *
* 											      *
***********************************************************************************************/

.reloadframe {
    border:0px;
    position:absolute;
    top:210px;
    left:500px;
    width:270px;

}

table.msg {
    border:0px;
    background:white;
    width:99%;
    border-collapse:collapse;
    font-size:11px;
}


table.msg th {
    background:gray;
    vertical-align:baseline;
    color:white;
    font-weight:bold;
    border:thin solid white;
}

table.msg td.one {
    border:thin solid white;
    background:#DFDFFF;
}

table.msg td.two {
    border:thin solid white;
    background:#D1D1FF;
}

table.msg a {
    text-decoration:none;
    color:blue;
    padding:1px;
}

table.msg a:hover {
    color:white;
    background:royalblue;
}

div#mailbox {
    margin-left:5px;
}

/* Einzelne Mail */
table.msg td.header {
    border:thin solid white;
    background:#D1D1FF;
    width:110px;
}

table.msg td.data {
    border:thin solid white;
    background:#DFDFFF;
}

table.msg td.links {
    border:thin solid white;
    background:#AFAFFF;
    width:190px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

table.msg td.links:hover {
    background:#BABAFF;
}

table.msg td.links img {
    vertical-align:middle;
    margin-left:-25px;
}

iframe.mail {
    width:700px;
    height:300px;
}

/* ********************************************************************************************
*  Kategorie: Formularformatierung Login                                                      *
*  Beschreibung:                                         			              *
* 											      *
***********************************************************************************************/
.login {
    background:#C6C6C6;
    margin-left:200px;
}

#loginok {
    margin-left:100px;
    margin-top:20px;
    font-size:14px;
}


/* ********************************************************************************************
*  Kategorie: Kunden                                                                          *
*  Beschreibung: Formatierung f�r das Modul Kunden       			              *
* 											      *
***********************************************************************************************/

#detail {
    margin-left:20px;
    border:1px solid black;
    width:225px;
    padding:3px;
    float:left;
    margin-bottom:20px;
}

.nummer {
    margin-left:20px;
    font-size:16px;
    margin-bottom:5px;
}

/* ********************************************************************************************
*  Kategorie: Maschine Detail                                                                          *
*  Beschreibung: Formatierung f�r das Modul Maschinen Detail       			              *
* 											      *
***********************************************************************************************/

.maschine_detail {
    margin-left:20px;
}

.maschine_detail h2, .maschine_detail h3, .maschine_detail h4, .maschine_detail h5 {
    margin-left:0px;
    margin-top:0px;
}

.maschine_detail .adresse {
    padding:5px;
    padding-right:20px;
    background:#F2F2F2;
    border:1px solid blue;
    flex:1;
}

.maschine_detail .technisches {
    margin-left:15px;
    padding:5px;
    padding-right:20px;
    background:#F2F2CF;
    border:1px solid red;
    flex:1;
    margin-right:20px;
}

.maschine_detail .maschinenbilder {
    margin-top:15px;
    padding:5px;
    background:#F2F2AF;
    border:1px solid gold;
    margin-right:20px;
}

.maschinenbilder .bildvorschau {
    margin:10px;
    background:#F2F2AF;
    border:1px solid #D2814F;
    text-align: center;
    height:300px;
}

.maschinenbilder .bildvorschau img {
    max-width:100%;
    max-height:100%;
}

.bildvorschauBild {
    display:flex;
}

.bildvorschauBild div {
    width:52px;
    height:69px;
    flex:2;
    text-align: center;
}
.bildvorschauBild div:first-child,
.bildvorschauBild div:list-child {
    flex: 1;
}
.bildvorschauBild img {
    max-width:100%;
    max-height:100%;
}

.maschine_detail .tickets {
    margin-right:20px;
    margin-top:10px;
}

.maschine_detail .tickets .headerButton {
    background:#e2e2e2;
    border:1px solid gray;
}

.maschine_detail .tickets .headerButton p {
    margin:0px;
    padding:0px;
    font-size:16px;
    font-weight:bold;
    float:left;
}

.linkA {
    text-align:right;
    padding-right:10px;
    text-decoration:underline;
    color:blue;
    cursor:pointer;
}

.maschine_detail .tickets .headerButton a {
    font-size:14px;
    text-align:right;
}

.maschine_detail .tickets .headerButton img {
    vertical-align:bottom;
    padding:2px;
    padding-right:8px;
    cursor:pointer;
}


.dm-11-12 {
    background:red !important;
}

/* Spezielle Formularformatierung */
.todoSubmit {
    background:white;
    border:1px solid rgb(127, 157, 185);
    font-size:12px;
    font-weight:bold;
    height:19px;
    width:20px;
    margin:0px;
    padding-top:-1px;
}

.todoInput {
    width:151px;
    height:13px;
    font-size:12px;
}

.todoMain {
    font-weight:normal;
    width:179px;
    cursor:pointer;
}

.todoMain:hover {
    text-decoration:underline;
}

.weekend {
    background:lightgray;
}

.calendar {
    margin-top:20px;
    margin-left:10px;
    border-top:1px solid gray;
    border-left:1px solid gray;
}

.datefield {
    float:left;
    width:130px;
    height:120px;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    font-size:9px;
}

.datefield div {
    background:lightgreen;
    border:1px solid lightgray;
    height:15px;
    font-size:9px;
}

@media print {
    .no-print, .no-print * {
        display:none !important;
    }
}

.customerViewField, .customerViewField:focus, .customerViewField:hover {
    border:1px dashed #D00000 !important;
    background-color:#FFFFF0 !important;
}


div.datebox {
    position:fixed;
    top:20%;
    left:20%;
    z-index:101;
    margin:auto;
    width:500px;
    height:auto;
    max-height:510px;
    overflow:auto;
    padding:10px;
    background-color:rgb(229, 229, 229);
    -moz-box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
    -webkit-box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
    box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -ms-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
    display:none;
}


div.datebox p {
    margin-left:20px;
}

div.dateOpacity {
    z-index:100;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:gray;
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    display:none;
}

.list2 tr td {
    background:#F1F1F1;
}

.list2 td {
    vertical-align:top;
}

.detailTextbox {
    padding:5px;
}

.list tr:not(:first-child) th {
    text-align:left;
    padding:10px 0px 5px 20px;
    background:#DDDDDD;
}

.list tr td {
    background:#F1F1F1;
    border-right:1px solid white;
    padding:5px;
}

.list tr:nth-child(odd) td {
    background:#FFFFFF;
}

.list {
    background:#F8F8F8;
    border:1px solid gray;
    border-collapse:collapse;
    margin:10px;
    table-layout:fixed;
    width:98%;
}

.list tr td:last-child {
    border-right:0px;
}

.listLink tr td, td.listLink {
    cursor:alias;
}

.listLink tr td > a {
    cursor:pointer;
}

.listLink tr td > a:hover {
    color:green;
}

.listLink tr:hover td, td.listLink:hover {
    background:#E0E2E7;
}

.tdr {
    text-align:right;
}

.rowSelect {
    background:#f7f3f7;
    font-size:11px;
    padding-bottom:4px;
    width:100%;
    display:table;
}

.rowSelect > span {
    display:table-cell;
}
.Kitselected {
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:50px;
    background-color:#105500;
    z-index: 1000;
    padding: 10px 0;
    text-align: center;
    font-size:16px;
    color: #eeeeee;
}
.Kitselected button {
    width:calc(100vw - 20px);
    height:33px;
    margin-top:5px;
    margin-bottom:2px;
}
div.scanner {
    margin-top:70px;
    margin-left:0px;
    width:100vw;
    z-index:101;
    height: calc(100vh - 70px);
    overflow:auto;
    padding:0 5px 0 5px;
    color: #eeeeee;
    background-color: rgb(45 45 45);
    -moz-box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
    -webkit-box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
    box-shadow:2px 2px 2px 3px rgb(155, 155, 155);
}
div.scanner h2, div.scanner h3 {
    margin-left:0px;
}
div.scanner h2 {
    font-size:16px;
    max-width:calc(70vw - 20px);
}
div.scanner h3 {
    font-size:9px;
    margin: 8px 0 4px 0;
    color: #9da8ff;
    letter-spacing: 0.2em;
    font-weight: normal;
}
div.scanner p {
    font-size:18px;
    margin:0px;
}
div.scanner p.s {
    font-size:12px;
}
div.scanner p.g {
    font-size:30px;
}
div.scanner img {
    max-width:30vw;
    max-height:170px;
    position:absolute;
    right:5px;
    top:75px;
}
div.scanner textarea {
    width: calc(100vw - 25px);
    height: 70px;
    font-size: 16px;
}
div.scanner input {
    width: calc(40vw - 34px);
    height: 40px;
    margin: 5px;
    text-align: right;
    padding: 10px;
    font-size: 30px;
}
div.scanner button.pm {
    width:calc(30vw - 14px);
    height:40px; margin:5px 5px;
    font-size:30px;
}
div.scanner button {
    height:35px;
    width:calc(100vw - 25px);
}
#lagervalues td[changeable] {
    text-align:right;
}

body.dialog-open {
    filter: blur(5px);
    pointer-events: none; /* Make sure the blurred content is not interactable */
}
#inputDialog {
    filter: none !important;
    z-index: 1000; /* Make sure the dialog appears above the blurred content */
    pointer-events:auto;
}
#inputDialogText {
    padding: 10px 20px; /* Add some padding inside the dialog */
    text-align: center; /* Centered text */
    font-size: 16px; /* Increased font size */
    font-weight:bold;
    color:#383131;
}
dialog {
    border: none;
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom:40vh;
}
.hint {
    display: inline-block;
    background-color: #666;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    cursor: help; /* Change cursor to a '?' on hover */
    margin-left: 5px;
}

.tooltip {
    display: none;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 50%; /* Position above the button */
    left: 50%;
    margin-left: -60px; /* Center the tooltip */
    width: 120px;
    text-align: center;
}

.hint:hover + .tooltip {
    display: block; /* Show tooltip on hint hover */
}
/* General button styles optimized for touch */
#inputDialog button {
    padding: 12px 20px; /* Increase padding for larger touch area */
    font-size: 16px; /* Bigger text for better readability */
    margin: 5px; /* Some spacing between buttons */
    min-width: 100px; /* Minimum width for better touch */
    cursor: pointer; /* Hand cursor for better UX */
    border: none;
    background-color: #007BFF;
    color: #FFF;
    border-radius: 5px;
    transition: background-color 0.3s; /* Smooth color transition for feedback */
}

#inputDialog button:hover {
    background-color: #0056b3;
}

#inputDialog button:active {
    background-color: #004499;
}
#inputDialog input[type="text"] {
    padding: 10px 15px; /* Increase padding for a larger touch area */
    font-size: 18px; /* Increase font size for better readability */
    width: 100%; /* Make the input field take up the full width of its container */
    box-sizing: border-box; /* Ensure padding and borders don't increase its size beyond 100% */
    border: 1px solid #ccc;
    border-radius: 5px; /* Rounded corners for a more modern look */
    margin-bottom: 10px; /* Some space between the input and buttons */
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007BFF;
    color: #FFF;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #0056b3;
}

.btnsmall {
    display: inline-block;
    padding: 4px 6px;
    margin:2px 2px;
    background-color:#536685;
    color: #FFF;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btnsmall:hover {
    background-color: #0056b3;
}