/* general stuff */

body {
    font-family: sans-serif;
    font-size: 10pt;
}

input[type="number"] {
    width: 6em;
}

#content {
    padding-right: 10vw;
    padding-left: 10vw;
}

#content .buton {
    width: 12em;
    height: 2em;
}

a:link, a:visited {
    color: chocolate;
    background-color: aliceblue;
    text-decoration: none;
}

a:hover, a:active {
    color: white;
    background-color: chocolate;
}

ol,ul {
    /*padding: 0px;*/
    margin: 0px;
}

/* Main menu */

#meniu {
    padding-right: 10vw;
    padding-left: 10vw;
}

#meniu .buton {
    width: 7em;
    height: 2.5em;
    font-size: 130%;
    font-weight: bold;
}


/* Form styling */

div.tableForm {
    display: table;
    border-spacing: 0.5em;
    font-size: 10pt;
    border: 1px solid lightgray;
}

.tableForm p {
    display: table-row;
}

.tableForm label {
    display: table-cell;
    vertical-align: top;
}

.tableForm input {
    display: table-cell;
    vertical-align: top;
}

.arrowBtn {
    display: table-cell;
    vertical-align: top;
    font-size: 160%;
    width: 1.4em;
    height: 1.3em;
}


/* Custom styling */

.salveazaBtn {
    width: 10em;
    height: 2em;
    font-weight: bold;
}

.numeSectiune {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.numeCamp {
    font-size: 120%;
    font-weight: bold;
}

.valoareCamp {
    font-size: 115%;
}

#numePacient {
    font-weight: bold;
    padding: 0px;
    margin: -20px;
}

#numeFisa {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#loginDiv {
    position:fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 6em;
    margin-top: -3em;
    margin-left: -15em;
}

.logoTable {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    position: relative; top: 0; left: 0; right: 0;
}

.logoTable td {
    padding: 0px;
    padding-right: 10px;
    font-weight: bold;
}
