﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

label {
    width: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */

a {
    color: #2d5073;
}

.btn-primary {
    color: #fff;
    background-color: #3B6998;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #868ba1;
    background-color: #f8f9fa;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.topnavbar {
    background-color: #3B6998;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 250px;
    right: 0;
    z-index: 800;
    transition: all 0.2s ease-in-out;
}

.kt-navicon {
    font-size: 32px;
    color: white;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #2d5073;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.kt-navicon:hover {
    font-size: 32px;
    color: white;
}

.kt-headpanel {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    height: 60px;
    background-color: #3B6998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1000;
}

#naviconMenu {
    cursor: pointer;
}

.left_panel {
    position: fixed;
    left: 0;
    top: 60px;
    width: 250px;
    height: 100%;
    box-shadow: inset -1px 0 1px 0 #ced4da;
    background-color: #e9ecef;
    z-index: 1000;
}

.top-left_panel {
    position: fixed;
    top: 0;
    width: 250px;
    height: 60px;
    background-color: #2d5073;
}

.PanelNonActive {
    left: -250px;
}

.RightPanelNonActive {
    left: 0;
}

.sidebar-label {
    height: 40px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 12px 15px;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-weight: 600;
    background-color: #dae1e9;
    border-right: 1px solid #ced4da;
}

.nav-item {
    display: block;
    width: 100%;
    border-top: 1px solid #ced4da;
    cursor: pointer;
}


/* #left_panel > ul > li:last-child > a {
  border-bottom: 1px solid #ced4da;
 }  */

.nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #868e96;
    position: relative;
}

.DownMenu {
    position: absolute;
    font-size: 14px;
    top: 13px;
    right: 15px;
    color: #adb5bd;
}


/* .active {
  background-color: #dee2e6;
  color: #343a40;
  border: 0px solid #ced4da;
  

} */

.nav-item:hover {
    box-shadow: inset -1px 0 1px 0 #ced4da;
    background-color: #dee2e6;
}

.nav-item>.nav-link ion-icon:first-child {
    margin-right: 8px;
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.nav-sub {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #dee2e6;
    box-shadow: inset -1px 0 1px 0 #ced4da;
}

.nav-sub .nav-link {
    color: #868e96;
    padding-left: 43px;
}

.nav-sub .nav-link:hover,
.nav-sub .nav-link:focus {
    color: #343a40;
    background-color: #ced4da;
}

.FIO {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

.Position {
    margin-top: -5px;
    font-size: 11px;
    padding-right: 30px;
    text-align: right;
    vertical-align: top;
}

.DownMenuUser {
    font-size: 25px;
    vertical-align: middle;
}

#MenuUser {
    cursor: pointer;
}

.UserPopup {
    margin-left: auto;
    margin-right: 0.9em;
    width: 200px;
    z-index: 1000;
    top: 55px;
    right: 20px;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #868ba1;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    display: none;
    height: 70px;
}

.UserPopup.show {
    display: block;
    transition: all 1s ease-in-out;
}

#UserPopup>ul>li>a {
    display: flex;
    padding: 0 5px;
    height: 25px;
    color: #868e96;
    font-size: 13px;
}

#UserPopup>ul>li>a>ion-icon {
    margin-right: 8px;
    font-size: 16px;
    width: 16px;
    color: #868ba1;
}

.mainpanel {
    margin-left: 270px;
    padding-top: 70px;
    margin-right: 20px;
}

.leftSide {
    margin-left: 20px;
    margin-right: 20px;
}

.mg-b-10 {
    margin-bottom: 20px;
}

.card-body-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c5157;
}

.btn-outline-primary {
    color: #ffffff;
    background-image: linear-gradient(180deg, #4ba9f7, #388df5);
    border-color: #023b77;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #074a92;
    border-color: #023b77;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.signpanel-wrapper {
    padding: 20px 0;
}

.signpanel-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .signpanel-wrapper {
        padding: 20px 0;
    }
}

.signbox {
    width: 400px;
    background-color: #fff;
}

.signbox.signup {
    width: 500px;
}

.signbox-header {
    padding: 15px 0;
    text-align: center;
    background-color: #3B6998;
}

.signbox-header h4 {
    color: #fff;
    font-weight: 700;
}

.signbox-header p {
    color: rgba(255, 255, 255, 0.8);
}

.signbox-body {
    padding: 20px;
    background-color: #dee2e6;
}

@media (min-width: 576px) {
    .signbox-body {
        padding: 40px;
    }
}

.thRow {
    background-color: #dee2e6;
}

.tdRow {
    border-bottom: 1px solid #dee2e6;
}

.tab-nav-link {
    display: block;
    padding: .5rem 1rem;
}

.tab-nav-link.active {
    color: #fff;
    background-color: #007bff;
}

.tab-nav-item {
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
}

.svg_icons {
    height: 20px;
    ;
    margin: 10px;
    opacity: 0.5;
}

.svg_icons_menu {
    height: 32px;
}

.svg_icons_small {
    height: 16px;
    margin: 10px;
    opacity: 0.3;
    top: 2px;
    right: 15px;
    position: absolute;
}

.svg_icons_settings {
    height: 18px;
    opacity: 0.5;
    margin-left: 10px;
    cursor: pointer;
}

.svg_icons_settings_vue {
    height: 18px;
    opacity: 0.5;
    cursor: pointer;
    margin-right: 5px;
}
.svg_icons_settings_vue_gray {
    height: 18px;
    cursor: pointer;
    margin-right: 5px;
}

.svg_icons_trash {
    height: 18px;
    opacity: 0.5;
    cursor: pointer;
}
.svg_icons_trash_gray {
    height: 18px;
    cursor: pointer;
}

.svg_icons_order {
    height: 18px;
    opacity: 0.5;
    cursor: pointer;
}


/* Панель кнопок  */

#ControlPanelTwoButtons {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
    height: 41px;
    background-color: #e9ecef;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ced4da;
    z-index: 1000;
}


.MobileHidden {
    display: none;
}

@media screen and (min-device-width: 768px) {
    #ControlPanelTwoButtons {
        grid-template-columns: 250px 200px;
    }
    .MobileHidden {
        display: inline;
    }
}

.FormActionButtons {
    border: 0px;
    border-right: 2px solid #ced4da;
    color: #868e96;
    background-color: #e9ecef;
}

.FormActionButtons:hover {
    box-shadow: inset -1px 0 1px 0 #ced4da;
    background-color: #e9ecef;
}

.svg_icons_button {
    height: 15px;
    margin: 5px;
    opacity: 0.5;
    margin-top: 2px;
}