body {
    background-color: #f5f5f5;
    font-family: Roboto;
    font-size: 15px;
    color: #393939;
}
.text-secondary {
    color: #999!important;
}
a:hover {
    text-decoration: none;
    color: rgba(78, 119, 186, 0.85);
}
* {
    outline: none;
}

.sidebar {
    width: 220px;
    background-color: #63a9d4;
}
.sidebar-toggle {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 21px;
    color: #fff;
}
.sidebar-toggle i, .sidebar-icon i {
    color: #fff;

}
.sidebar-header {
    height: 50px;
    padding: 0 20px;
}
button, button:focus {
    outline: none;
}
.sidebar-menu {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    overflow-y: auto;
    background-color: #63a9d4;
}
.sidebar-menu li {
     line-height: 1.2;
    border-bottom: 1px solid rgba(254,254,254,0.5);
}
.sidebar-menu li:last-child {
    border-bottom: 0;
}
.sidebar-menu-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
    padding: 2px 10px 2px 17px;
    height: 46px;
}
.sidebar-menu-item:hover {
    background-color: #5998be;
    color: #fff;
    text-decoration: none;
}
.sidebar-menu-subitem-li {
    list-style-type: none;
    line-height: 1;
    vertical-align: middle;    
}

.sidebar-menu-subitem {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
    padding: 5px 2px 5px 10px;
    min-height: 20px;
    font-size: 14px;
}

    .sidebar-menu-subitem:hover {
        background-color: #5998be;
        color: #fff;
        text-decoration: none;
    }

.active.sidebar-menu-subitem-li {
    background-color: #5998be;
    box-shadow: inset 5px 0 0 #ec9117;
}


.sidebar-icon {
    width: 25px;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
}
.sidebar-menu li.active .sidebar-menu-item {
    background-color: #5998be;
    box-shadow: inset 5px 0 0 #ec9117;
}
.page-header {
    background: #fff;
    height: 50px;
    box-shadow: 2px 0 5px rgb(210, 205, 205);
}
.page-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-left:30px;
}
.page-profile-img {
    max-width: 40px;
    max-height: 32px;
}
.page-profile {
    position: absolute;
    right: 230px;
    top: 0px;
}
.page-profile-text {
    cursor: pointer;
    height: 50px;
}
.page-profile .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-shadow: 0px 3px 5px rgb(210, 205, 205);
}
.page-profile .dropdown-menu .dropdown-item {
    height: 47px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    border-bottom: 1px solid rgb(224,224,224);
}
.page-profile .dropdown-menu .dropdown-item:hover {
    background-color: #e8f2f9;
}
.page-profile .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.page-biotime-version {
    position: absolute;
    right: 130px;
    top:10px;
    color: #808080;
    
}
.page-biotime-version h6 {
    
    margin-bottom: -4px; /* Отрицательный отступ между заголовком и текстом */
}
.page-biotime-help {
    position: absolute;
    right: 50px;
    top: 5px;
    color: #808080;
}


.page-settings-menu {
    position: absolute;
    right: 10px;
    top: 15px;
}

.page-content {
    padding: 1.5rem;
    background-color: #fff;
}
.organization-item {
    background-color: #f8f8f8;
    height: 100%;
    position: relative;
    display: block;
    color: inherit;
}
.organization-item:hover {
    text-decoration: none;
    color: inherit;
    background-color: #eef5fb;
}
.add-organization {
    text-align: center;
}
.add-organization span {
    color: #999999;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.add-organization i {
    color: #63a9d4;
    font-size: 38px;
}
.organization-name {
    font-size: 16px;
    font-weight: bold;
}
.remove-organization {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;   
    right: 14px;
    color: #999999;
    font-size: 18px;
}
.page-alert {
    background-color: #f8f8f8;
}
.page-alert-warning i {
    color: #ec9117;
    font-size: 25px;
    vertical-align: middle;
}
.sidebar-hide {
    width: 60px;
}
.sidebar-hide .sidebar-menu-item {
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar-hide .sidebar-menu-item .sidebar-icon {
    margin: 0;
}
.add-device {
    color: #999999;
    font-weight: 500;
}
.add-device i {
    font-size: 33px;
    vertical-align: middle;
}
.add-device:hover {
    color: #999999;
}
.btn-with-icon i {
    color: #63a9d4;
}
.btn-with-icon:hover i {
    color: #73b2d8;
}
.btn-with-icon:active i {
    color: #5998be;
}
.device-title {
    font-size: 16px;
    color: #999999;
}
.device-title span {
    font-weight: bold;
    margin-right: 15px;
    color: initial;
}
.btn-biolink {
    color: #fff;
    background: #63a9d4;
}
.btn-biolink i {
    color: #fff;
    vertical-align: middle;
}
.btn-biolink:hover {
    background-color: #73b2d8;
}
.btn-biolink:active {
    background-color: #5998be;
}
.table-biolink i {
    color: #999999;
}
.table-biolink tr th {
    background-color: #e9e9e9;
}
.table-biolink tr:nth-child(even) td {
    background-color: #f8f8f8;
}
.table-biolink tr.danger td {
    background-color: #fdf4e7;
    color: #999999;
}

.departments-table tr:nth-child(even) td {
    background-color: #fff;
}
.departments-table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
.medium {
    font-weight: 500;
}
.prohod-lists {
    padding: 0;
    margin: 0;
    list-style: none;
}
.prohod-item > a {
    background-color: #f8f8f8;
    display:  block;
    margin-bottom: 2px;
    position: relative;
    color: inherit;
    padding: 13px 15px;
    font-weight: 500;
}
.prohod-item.prohod-has-children > .prohod-lists > li:not(.prohod-has-children) > a  {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}
.prohod-item.prohod-has-children > .prohod-lists > li:not(.prohod-has-children):first-child  {
    padding-top: 10px;
}
.prohod-item.prohod-has-children > .prohod-lists > li:not(.prohod-has-children):last-child  {
    padding-bottom: 10px;
}
.prohod-item > a:hover,
.prohod-item > a.active {
    background-color: #f2f8fc;
}
.prohod-item > a.active:after {
    content: '\f106' !important;
}
.prohod-item i {
    color: #999;
}
.prohod-item.prohod-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.prohod-item.prohod-has-children > .prohod-lists {
    display: none;
}
.prohod-info {
    position: relative;
    text-align: center;
}
.prohod-title {
    font-size: 16px;
    font-weight: bold;
}
.prohod-sub-title {
    color: #999999;
    margin-top: 10px;
}

.btn-biolink-warning {
    color: #fff;
    background-color: #ec9117;
}
.btn-biolink-warning:hover {
    color: #fff;
    background-color: #ee9c2f;
}
.btn-biolink-warning:active {
    background-color: #d48215;
}
.edit-icon {
    font-size: 17px;
    color: #999999;
    background: #f5f5f5;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: block;
    line-height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.edit-icon:hover {
    background: #73b2d8;
}
.edit-icon:active {
    background: #5998be;
}
.edit-icon:hover i {
    color: #fff;
}
.edit-icon:active i {
    color: #fff;
}
.block-title {
    font-size: 16px;
    font-weight: bold;
}
.description {
    line-height: 24px;
    margin-top: 15px;
}

.drag-map {
    border: 1px solid #cccccc;
    height: 400px;
    position: relative;
}



.drag-icon i {
    color: #fff;
}
.drag-icon {
    font-size: 17px;
    color: #fff;
    background: #63a9d4;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: block;
    line-height: 29px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.drag-icon:hover {
    background: #73b2d8;
}
.drag-icon:active {
    background: #5998be;
}


.drag1 {
    top:  50px;
    left: 10%;
}

.drag2 {
    top:  150px;
    left: 60%;
}

.drag3 {
    top:  250px;
    left: 50%;
}

.tooltip {
    font-size: 15px;
}
.tooltip-inner {
    background-color: #f5f5f5;
    color: inherit;
    border-radius: 0;
}
.tooltip .arrow:before {
    border-top-color: #f5f5f5;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumbs li a:after {
    content: '\f178';
    font-family: FontAwesome;
    margin: 0 5px 0 10px;
}
.breadcrumbs li span {
    font-weight: 500;
    font-size: 14px;
}

.fa {
    color: #999999;
}

.contacts {
    padding: 0 15px;
}
.contact-item {
    margin: 5px 0;
}
.contacts-icon {
    font-size: 18px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right:5px;
    vertical-align: middle;
}
.event-data-item span {
    color: #999;
}
.event-data-item {
    margin: 4px 0;
}
.warning-icon i {
    color: #ec9117;
}
.warning-icon:hover i {
    color: #ee9c2f;
}
.warning-icon:active i {
    color: #d48215;
}
.warning-arrow {
    color: #ec9117 !important;
    font-size: 22px;
    vertical-align: top;
}
.info-arrow {
    color: #63a9d4 !important;
    font-size: 22px;
    vertical-align: top;
}
.inactive-icon {
    opacity: 0.5;
}
.search-row {
    border: 1px solid #cccccc;
}
.search-row:hover {
    border: 1px solid #63a9d4;
}
.search-row:hover .select2-selection {
    border-right: 1px solid #63a9d4;
}
.events-select {
    width: 60%;
}
.search-row .select2-selection {
    border: 0;
    border-right: 1px solid #cccccc;
    border-radius: 0;
    background-color: transparent;
}
.search-row .select2-selection:focus {
    outline: none;
}
.search-row .select2-container .select2-selection--single {
    height: 35px;
}
.search-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.search-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.search-row .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.search-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\f106';
}

.search-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 100%;
}
.select2-dropdown {
    border: 0;
    box-shadow: 0px 3px 5px rgb(210, 205, 205);
}
.select2-dropdown .select2-results__option:hover,
.select2-results__option--highlighted,
.select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #e8f2f9 !important;
    color: inherit !important;
}
.select2-results .select2-results__options .select2-results__option {
    border-bottom: 1px solid #e0e0e0;
    padding: 9px 10px;
}
.select2-results .select2-results__options .select2-results__option:last-child {
    border-bottom: 0;
}
.date-input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 35px 0 10px;
    background-color: transparent;
}
.data-input-wrapper:after {
    content: '\f272';
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.data-input-wrapper {
    width: 40%;
    position: relative;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 15px;
}
.daterangepicker .calendar-table table thead tr:nth-child(2) th {
    color: #999;
    border-bottom: 1px solid #e0e0e0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #63a9d4;
}
.prohod-position {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.table-small-events td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.small-user {
    max-width: 32px;
}
.sidebar-open {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 15px;
    font-size: 21px;
}
.sidebar-open i {
    color: inherit;
}
.sidebar-close {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 21px;
}
.sidebar-close i {
    color: #fff;
}
.teams-select, .search-input-wrapper {
    width: 50%;
}
.default-input {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 35px 0 10px;
    background-color: transparent;
}
.search-input-wrapper {
    position: relative;
}

.search-input-wrapper:after {
    content: '\f002';
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .search-row select + .select2 {
        width: 100% !important;
    }
    .data-input-wrapper,
    .search-input-wrapper {
        width: 100%;
    }
    .data-input-wrapper input,
    .search-input-wrapper input {
        height: 35px;
        border-top: 1px solid #cccccc;
    }
    .search-row {
        flex-wrap: wrap;
    }
    .search-row .select2-selection {
        border-right: 0;
    }
    .search-row:hover .select2-selection {
        border-right: 0;
    }
    .search-row:hover .data-input-wrapper input,
    .search-row:hover .search-input-wrapper input {
        border-top: 1px solid #63a9d4;
    }
}
@media (max-width: 991px) {
    .sidebar {
        /*display: none;*/
        position: fixed;
        z-index: 4;
        height: 100%;
        top: 0;
        left: -300px;
    }
}
@media (max-width: 575px) {
    .page-header {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
        height: auto;
    }
    .page-title {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .page-profile {
        margin: 0 auto;
    }
}








accent {
    color: #63a9d4;
    background-color: #63a9d4;
    border-color: #63a9d4;
}

.btn-accent {
    color: #fff;
    background-color: #63a9d4;
    border-color: #63a9d4;
}

.btn-accent:hover {
    color: #fff;
    background-color: #71beed;
    border-color: #71beed;
}

.btn-accent:focus, .btn-accent.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-accent.disabled, .btn-accent:disabled {
    color: #fff;
    background-color: #71beed;
    border-color: #71beed;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #63a9d4;
    border-color: #63a9d4;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-accent.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
        
.edit-organization {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;    
    right: 36px;
    color: #999999;
    font-size: 18px;
}

a.nav-link {
    color: #000
}

a.table-biolink-row {
    color: #000;
    font-size: initial;
}

.badge-biolink {
    color: #fff;
    padding: 3px 4px;
    font-size: 14px;
    font-weight: 500;
    min-width: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.badge-biolink-success {
    background-color: #66bb6a;
}

.badge-biolink-primary {
    background-color: #63a9d4;
}

.badge-biolink-warning {
    background-color: #ec9117;
}

.badge-biolink-danger {
    background-color: #ef5350;
}


.clip-circle {
    clip-path: circle(50% at center);
    /* OLD VALUE example: circle(245px, 140px, 50px); */
    /* Yep, even the new clip-path has deprecated stuff. */
}

.selected-row{   
    box-shadow: inset 5px 0 0 #ec9117;
}

.link-unstyled, .link-unstyled:visited, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus, .link-unstyled:active:hover 
{       
    color: inherit;    
}