/* kopējie stili*/

body {
    background: grey;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    height: 28px;
}

a:hover {
    color: rgb(13, 26, 104);
}

.wrap {
    width: 1000px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

input {
    height: 28px;
}

.header {}

.header img {
    width: 50px;
}

.header h2 {
    display: inline-block;
}

.back_btn {
    width: 50px;
}

.back {
    width: 50px;
}

table td,
table th {
    border: 1px solid grey;
}

.button {
    background: gray;
    color: white;
    width: 100%;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

table,
.noborder {
    border-collapse: collapse;
}

.noborder th,
.noborder td {
    border: none;
    padding: 5px;
}

.noborder td input {
    width: 100%;
}

.noborder tr {
    border-bottom: 1px solid;
}

.link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

option:first {
    color: grey;
}


/*---Andris uzdarbojas-------------------------------- */

* {
    box-sizing: border-box;
}

select {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.buttons {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 12px;
}

#myInput {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}

#myTable th,
#myTable td {
    text-align: left;
    padding: 14px;
}

#myTable tr {
    border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
    background-color: #f1f1f1;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}

.colUz3 {
    position: relative;
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
}


/*-----------------------------------------------------*/


/*birutas stili*/

#h2b {
    color: royalblue;
}


/*birutas stili beidzas*/

.flex {
    display: flex;
    gap: 10px;
}


/*Andrejs stils*/

#ievads {
    width: 23%;
}

#saglabat {
    width: 23%;
}

.nosaukumi {
    width: 25%;
}

.dati {
    width: 50%;
    height: 29px;
}

#datortehnika {
    font-size: 18px;
    font-weight: bold;
}

#mekletKlasi{
    width: 30%; 
}

#aizpildit {
    background: gray;
    color: white;
    width: 20%;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    }

.flex1 {
        display: flex;
        width: 100%;
        gap: 10px;
    }

.col {
    width: 50%;
}

.col1 {
    width: 11%;
}

.button1 {
    background: gray;
    color: white;
    width: 20%;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.neradit{
    display: none;
  }
.radit{
    display: block;
  }
  
/*Andrejs stili beidzas*/