* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #ececec;
    margin: 0;

}

/* Bootstrap úpravy ****************** */
.btn-info {
    color: #fff;
    background-color: #00b9de;
    border-color: #00b9de;
}
.btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #009ab9;
    border-color: #009ab9;
}

.btn {
    margin: 1px;
}

a:link {
    text-decoration: none;
  }

/* V detaile reklamacie po upgrade na bootstrap 5 robilo problemy, default 0 */
.row>* {
    flex-shrink:1;
}
/* END of Bootstrap úpravy ****************** */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

h1 {
    font-family: "Segoe UI Emoji","Segoe UI Symbol";
}
.ha2 {
    color: #435165;
    padding: 20px 0 10px 0;
}
.jumbo {
    background-color: rgb(224, 224, 224);

}
.jumbo div {
    padding: 20px 0 10px 0;
}


.warn {
    background-color: #ffcd39;
    padding: 6px;
    margin: 5px 10px;


}

/* login form */
@media screen and (max-width: 920px) {

}
.login {
    width: 450px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
    width: 360px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.login-text {
    margin: 100px 3% auto 10%;
    font-size: 20px;
}

#login-result {
    color: #dc3545;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
}



.login .links, .register .links {
    display: flex;
    padding: 0 15px;
  }
  
  .login .links a, .register .links a {
    color: #9da3ac;
    text-decoration: none;
    display: inline-flex;
    padding: 0 10px 10px 10px;
    font-weight: 500;
  }
  
  .login .links a:hover, .register .links a:hover {
    color: #9da3ac;
  }
  
  .login .links a.active, .register .links a.active {
    border-bottom: 3px solid #3274d6;
    color: #3274d6;
  }

/* end of login form */

/* register */


.register {
    width: 450px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.register h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.register form h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.register form h3 {
    text-align: center;
    color: #5b6574;
    font-size: 18px;
    padding: 25px 0 10px 0;
    font-weight: 700;
}

.register form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.register form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .register form input[type="number"], .register form input[type="date"], .register form select {
    width: 360px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.register form textarea {
    width: 360px;
    height: 100px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.register form select, .register form input[type="date"] {
    color: #656565;
}

.register form span {
    color: #656565;
    margin-right: auto;
    margin-left: 18px;

}

.register form input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px 15px;
}
.register form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.reg-result {
    font-size: 20px;
    color: darkred;
}

.reg-result span {
    font-size: 20px;
    color: darkgreen;
}

/*Nová aukcia */


.nova-aukcia {
    width: 575px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 50px auto;
    padding-bottom: 20px;
}
.nova-aukcia h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.nova-aukcia h2, .nova-aukcia h3, .nova-aukcia h4 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
    width: 70%;
    margin-bottom: 15px;
    margin: auto;
}


.nova-aukcia form h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
    width: 70%;
    margin-bottom: 15px;
}
.nova-aukcia form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}



.polozky {
    padding-left: 0rem;

}

.polozky .form-floating {
padding-bottom: 5px;
}


.polozka span {
    color: #049144;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.polozka a {
    color: #049144;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer; 
    float: right; 
}

.polozka .row {
    padding-top: 10px;
    --bs-gutter-x: 0.5rem
}

.polozka {
    list-style: none;
    padding: 15px;
    border: 1px solid #049144;
    background-color: #edfcff;
    margin: 15px 5px;
}

.ucastnik {
        padding-left: 0rem;
    
}

.ucastnik .form-floating {
    padding-bottom: 5px;
}

.part span {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.part a {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer; 
    float: right; 
}

.part .row {
    padding-top: 10px;
    --bs-gutter-x: 0.5rem
}

.part {
    list-style: none;
    padding: 15px;
    border: 1px solid #0d6efd;
    background-color: #edfcff;
    margin: 15px 5px;
}

.input-group{
    width: 100%;
}
.input-group-text{
    width: 30%;
    text-align: left;
}
.form-control {
    width: 55%;
}

.reklamacia form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    /*background-color: #3274d6;*/
    background-color: #163d7c;
    color: #ffffff;
}
.reklamacia form input[type="password"], .reklamacia form input[type="text"], .reklamacia form input[type="email"], .reklamacia form input[type="date"], .reklamacia form select {
    width: 355px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.reklamacia form textarea {
    width: 530px;
    height: 150px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.reklamacia form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.reklamacia form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}
.upfrm p {
    text-align: center;
}

.upfrm form input[type="file"] {
    width: 355px;
    height: 50px;
   /* border: 1px solid #dee0e4; */
    margin-bottom: 20px;
    padding: 10px 0 0 15px; 
}

/* Aukcia detail */

.table-ucastnik {
    margin-left: 15px; 
    width: 145px; 
    border-right: 1px solid #0d6efd
}

.table-ucastnik th {

    color: #0d6efd
}


/*Tabulky*/

.table {
    padding-top: 20px;
}

.row-disabled {
    color: rgba(0, 0, 0, 0.3);

}

.row-disabled a {
    color: rgba(0, 0, 0, 0.3);

}


/* ---------------- */



.actually {
    padding: 40px 5px 60px 15px;
}

/* úvodná stránka - veľké linky */

.uvod div div {
    padding: 20px 55px;
}



.banner a {
    text-decoration: none;
    color: white;
}

.banner a h2 {
    padding: 35px 25px;
    /*background-color: #4caf50;*/
    background-color: #163d7c;
    transition: 0.5s;
}

.banner a h2:hover {
    padding: 35px 25px;
    /*background-color: #376939;*/
    background-color: #3274d6;

    transition: 0.5s;
}

.banner a h2 i {
    font-size: 1em;
    float: left;
    padding-left: 10px;
}

.grid-container img {
    max-width: 150px;
}

.grid-container2 img {
    max-width: 80%;
}

/* Grid system - napríklad obrázky v uploade */
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    
    padding: 10px;
  }
  .grid-container2 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    
    padding: 10px;
  }

  .grid-item {

    font-size: 16px;
    text-align: center;
  }

  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* transform: scale(1.3); */
  }

  /* END */


  .replies {
    background-color: #dedede; 
    padding: 10px 0 50px 0;
    margin: 30px;
  }

  .replies h2 {
      text-align: center;
  }
  .replies h3 {
      padding-bottom: 20px;
  }
  .replies div {
    text-align: center;

  }

  .popis-rekl {
      padding: 5px 25px;
  }

  .popis-rekl p {
    font-size: 18px;
}


  .inside {
    background-color: #ececec;
    padding: 20px 20px 35px 20px;
    margin: 10px 1% 10px 1%;
    border: 2px solid #4d4d4d;
  }
  .inside a {
      margin-top: -10px;
  }

  .inside span:first-child {
    color: #4d4d4d;
}


  .ins-header {
      font-weight: 600;
      font-size: 20px;
  }

  .ins-text {
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid grey;
    text-align: left;
    margin-bottom: 30px;
  }
  .ins-textareas {
    padding-top: 10px;
    text-align: left;
  }

  .ins-textareas span {
    height:100%;
    overflow: hidden;
    display: table; 
    font-size: 24px; 
  }




.table-texts {
    width: 100%;

}

.table-texts label {
    text-align: center;
    font-size: 25px;    
}

.table-texts-def {
    font-size: 25px; 
    padding-left: 8px;
    width: 45px;
}

.solved {
    background-color: #e8f1bb;
    border: 3px solid green;
    margin: 20px 60px;
    padding: 30px;
    width: 100%;
}

.solved h3 {
    color: green;
    padding-top: 0px;
}

.solved p {
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    background-color: #f0f5d2;

}

.important {
    background-color: #d8dcf1  ;
    border: 3px solid #3f51b5;
    margin: 20px 60px;
    padding: 30px;
    width: 100%;
    font-size: 20px;
}

.important h3 {
    color: #3f51b5;
    padding-top: 0px;
}

.important h4 {
    color: #3f51b5;
    padding-top: 25px;
}

.important p {
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    background-color: #d8dcf1  ;

}


.reg-result .solved {
    margin: 15px !important;
}

/* status-msg */
.status-msg-success {
    color: green;
}

.status-msg-error {
    color: red;
}

/* Výber v yadcf v reklamáciach multitagy...- stavy*/

.tag_select {
    height: 68px;
}

/* Výber subdodávateľov - chceckboxy na buttony */

.choose-subcontr {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}

.choose-subcontr label {
    margin-bottom: 0;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:3px solid #4CAF50;
    color:  #117e14;
    font-weight: 600;
    overflow:auto;
    float:left;
    transition: 0.3s;
    cursor: pointer;

}

.choose-subcontr label:hover {
    background-color:#4CAF50;
    color:#fff;
    opacity: 0.8;
    transition: 0.3s;
}

.choose-subcontr label span {
    text-align:center;
    padding: 10px;
    display:block;
}

.choose-subcontr label input {
    display: none;
}

.choose-subcontr input:checked + span {
    background-color:#117e14;
    color:#fff;
    border-color: #fff;

}

#subcontr {
     display: none;
     padding: 15px;
} 

/* Tlačítko upraviť v detailoch */
.btn-edit {
    margin:30px  5px ;
    padding: 5px 20px;
    font-size: 18px;
}


/* Formulár v ise - modal pre vybratie stavby, source:functions.php */
#choose-construction select {
    font-size: 18px;
    width: 80%;
    height: 40px;
}

#choose-construction select option {
    font-size: 18px;
}

/* Dorabka 02/22 - v uzavieracom formulari reklamacie */
.vysledok {
    text-align: center;
    padding-right: 10px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #7B1FA2;
  }
  
  .custom-control-input:checked~.custom-control-label.red::before {
    background-color: red;
  }
  
  .custom-control-input:checked~.custom-control-label.green::before {
    background-color: green;
  }


  /* Detail používatela profil.php /2023 */

  
.content {
    width: 1000px;
    margin: 0 auto;
  }
  
  .content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e3;
    color: #4a536e;
  }
  
  .content .block {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
  }
  
  .content .block p {
    padding: 5px;
    margin: 0 0 10px 0;
  }
  
  .content.profile form label {
    display: block;
/*     padding: 15px 0 10px 0;
 */    
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
  }
  
  .content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
    padding: 10px;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  .content.profile .profile-detail {
    padding: 5px;
  }
  
  .content.profile .profile-detail strong {
    display: inline-block;
    color: #777;
    min-width: 120px;
    font-size: 16px;
  }
  
  .content.profile .profile-detail i {
    width: 28px;
    color: #aaabad;
  }
  
  .content.profile .profile-btn {
    display: inline-block;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #3274d6;
    margin: 20px 5px 0 0;
    padding: 10px 15px;
    border-radius: 4px;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
  }
  
  .content.profile .profile-btn:hover {
    background-color: #2868c7;
  }

  
  .content {
    padding: 5px 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .profile-detail strong {
    width: 100%;
  }