body {
    background-color: rgb(224, 224, 224)!important;
    font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif!important;
    width: 100%;
    height: 100%;
}
html{
    width: 100%;
}
#map-canvas2 {
    height: 600px;
    width: 96%;
    margin-left: 2%;
    padding: 0
}
.map-buttons{
    margin-left: -50px;
}
.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 0px 0px 0px #fff;
    background:#eaebec;
    margin:2px;
    border:#ccc 2px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
    font-weight:bold;
    padding:2px 2px 2px 2px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: left;
    padding-left:2px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: center;
    padding-left:2px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:2px;
    border-left: 0;
}
.simple-little-table tr td {
    padding:2px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.simple-little-table tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}
 
.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
.login{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.nav-link .disabled{
    color: #6b6b6b!important;
}
.form-signin {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}
.filter-buttons{
    display: flex;
}
/*������*/
.button-go { 
    border-top: 1px solid #080808; 
    background: #696969; 
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#696969)); 
    background: -moz-linear-gradient(top, #b3b3b3, #696969); 
    background: -ms-linear-gradient(top, #b3b3b3, #696969); 
    background: -o-linear-gradient(top, #b3b3b3, #696969); 
    padding: 2px 4px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    box-shadow: 0 1px 2px rgba(0,0,0,.2); 
    text-shadow: rgba(0,0,0,.4) 0 1px 0; 
    color: #d9eef7; 
    font-size: 13px; 
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none; 
    vertical-align: middle; } 
    
.button-go:hover { 
    color: #dbdbdb; 
    background: #606466; 
    background: -webkit-gradient(linear, left top, left bottom, from(#f5fbff), to(#606466)); 
    background: -moz-linear-gradient(top, #f5fbff, #606466); 
    background: -ms-linear-gradient(top, #f5fbff, #606466); 
    background: -o-linear-gradient(top, #f5fbff, #606466); } 

.button-go:active { border-top-color: #6b6b6b; background: #6b6b6b; }

.href-blue{
    color: #4d68e0 !important;
}

.colour-blocked td{
    background: rgba(255, 132, 132, 0.25) !important;
}

.colour-end td{
    background: rgba(255, 251, 23, 0.25) !important;
}

.button-go-disabled {
    border-top: 1px solid #080808;
    background: #696969;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #d9eef7;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    pointer-events: none;
}

.simple-little-table a.disabled {
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
    color: #888;/* цвет текста серый */
}
.btn-outer {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.user-info{
    display:flex;
    justify-content: space-between;

}
caption{
    caption-side: top;
    margin-left: 2rem;
    color: black;
}
.user-info table{
    width: 50%;
}
.user-info .card-title{
    width: 50%;
}
.nav-link{
    font-size: 18px;
}
#main-menu{
    max-height: 3rem;
}

#main-menu .dropdown-menu, #use-links .dropdown-menu {
    top: 100%;
    left: unset!important;
    right: 0!important;
    margin-top: 0.125rem;
}


.skill-accordion{
    padding: 0 0 0 0!important;
}
.sort-input{
    max-width: 10rem;
}
.width-45{
    width: 45%;
}
.width-15{
    width: 15%;
}
.width-10{
    width: 10%;
}
.long-table .form-control{
    width: unset!important;
}
.btn-sticky {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
}
.skill-acc-button{
    padding: 0.5rem!important;
}
.skills-nav{
    position: sticky;
    top: 2rem;
    z-index: 2000;
}
.skill-dropdown-toggle::after{
    margin-left: 0!important;
}
.table-header{
    position: sticky;
    top:0;
    background-color: white;
    z-index: 999;
}
.sticky-top{
    z-index: 999!important;
}
.page-footer{
    height: 50px;
}

.copy_button{
    background-image: url("/gofind2/img/copy.svg");
    width: 25px;
    height: 24px;
}
.copy_link_mess{
    line-height:40px;
    border-radius:5px;
    background:#1DA1F2;
    color:#fff;
    position:fixed;
    padding:0 15px;
    z-index:99;
    bottom:30px;
    left:50%;
    margin-left:-120px;
    display:none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

body .btn-primary{
    background-color: #283d79;
    border-color: #283d79;
}
body .btn-primary:hover{
    background-color: #031e6c;
    border-color: #031e6c;
}
body .btn-primary:focus{
    background-color: #134aef;
    border-color: #134aef;
    box-shadow:0 0 0 .25rem rgb(19, 74, 238);
}
body .btn-primary:active{
    background-color: #0f38b2 ;
    border-color: #0f38b2;
    outline-color: #0f38b2;
    box-shadow:0 0 0 .25rem rgb(19, 74, 238);
}
body .form-check-input:checked {
    background-color: #283d79;
    border-color: #283d79;
}
body .dropdown-item:active{
    background-color: #283d79;
}
.main_acc{
    color: #283d79;
    text-decoration: underline;
    text-decoration-color: #283d79;
    font-weight: bold;
}

.dropdown-menu {
    max-height: 400px; /* Задайте нужную высоту */
    overflow-y: auto;  /* Вертикальная прокрутка */
}

/* MOBILE */
@media (max-width: 1024px) {
    .skill-table{
        margin-bottom: 0!important;
    }
    .skills-nav{
        display: flex;
        flex-direction: column-reverse;

    }
    .filter-buttons{
        display: block;
    }
    #use-links .dropdown-menu{
        top: 100%;
        left: 0;
        right: unset!important;
    }
    .btn-mobile{
        display: block;
        width: 100%;
    }
    .btn{
        width: 100%;
    }

    .user-info{
        flex-direction: column-reverse;
    }
    .user-info table{
        width: 100%;
    }
    .user-info .card-title{
        width: 100%;
    }
    .nav-item{
        text-align: left;
    }
    .navbar-collapse{
        display: flex;
        flex-direction: column-reverse;
    }
    .dropdown-menu{
        min-width: 100%;
        z-index: 10000!important;
    }
    .dropdown-item{
        padding: 0.85rem 1rem!important;
    }
}

@media (max-width: 1024px) {
    .header .js-timeBar,  .navbar-brand h6{
        display: none!important;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        width: 70%;
    }
}
