:root {
    --bs-light-blue: #85C7FC;
}
    html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    background-color: #333;
    color: white;
    padding: 1rem;
}

.container.parent {
    /*background-image: url('/images/gosh-lake-armenia.jpg');*/
}

.login-part {
    position: absolute;
    right: 50px;
    top: 25px;
    /*height: 380px;*/
    width: 350px;
    background-color: white;
    z-index: 100;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pl-0 {
    padding-left: 0;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.nopadding-right {
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}

.search-container {
    position: relative;
}
.search-input {
/*    height: 50px;
    border-radius: 30px;
*/    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.form-group.row{
    margin-bottom: 5px;
}

label.required-field::after {
    content: "*"; 
    color: red; 
    margin-left: 4px; 
    font-weight: bold; 
}

tr.selected {
    background-color: deepskyblue !important;
}
.pointer{
    cursor: pointer;
}