@import url(reset2.css);
/* Шрифты */

@font-face {
    font-family: Xolonium-Regular;
    src: url(../fonts/Xolonium.ttf);
}

@font-face {
    font-family: Xolonium-Bold;
    src: url(../fonts/Xolonium_Bold.ttf);
}

@font-face {
    font-family: D3Euronism_i;
    src: url(../fonts/D3Euronism_i.ttf);
}

@font-face {
    font-family: Micra;
    src: url(../fonts/MicraNormal.ttf);
}

@font-face {
    font-family: Micra-Bold;
    src: url(../fonts/MicraNormal.ttf);
}

.filterList {
    display: grid;
    grid-template-columns: 12fr repeat(4, 10fr); 
    grid-auto-rows: max-content;
    grid-gap: 8px;

    align-items: center;
    
    margin: 2rem;

    font-size: 12px;
    font-weight: 700;
    width: 0px;
    overflow: auto;
}

.filterList * {
    height: auto;
    font-size: 12px;
    font-weight: 700;
}

.filter-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tip-text {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
    position: relative;
    z-index: 1;
    margin-top: -5px;
    margin-left: 105%;
}

.filter-label:hover .tip-text {
    visibility: visible;
 }

.navTitle {
    position: relative;
    float: left;
    height: 36px;
    width: 100%;
    padding: 0;
    background: rgb(245, 247, 247);
    line-height: 36px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 700;
}

.navList {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    background: rgb(245, 247, 247);
}

.navPage {
    width: 100%;
    height: 24px;
    margin-bottom: 8px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 24px; */
    font-family: Arial;
    background: rgb(245, 247, 247);
    color: black;
    cursor: pointer;
}

.dt-checkbox {
    /*color: rgb(128, 128, 128);-*/
    font-weight: 700;
    position: absolute;
    top: 15%;
    margin-top: 0px;
    margin-left: 0px;
    left: 15%;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

.dataTables_filter {
    display: none;
}

table.dataTable tbody td {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

table.dataTable thead th, table.dataTable tfoot th {
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    font-weight: bold;
}

table:not(.wrapper-form table),
table tr:not(.wrapper-form table tr), 
table td:not(.wrapper-form table td) {
    font: 14px Arial, sans-serif;
    font-weight: 700;
}

html, body {
    /*font: 14px Arial, sans-serif;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;*/
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

#container {
    /*position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    opacity: 1;
    background: black;
    z-index: 1;*/7
}

.ITitle {
    font: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}

.lnk {
    padding-top: 2px;
    margin: 2px;
    background: #0066FF url(images/bg/menu_out.gif) repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    height: 22px;
    float: left;
    border-radius: 0px;
    border: 1px solid #006;
    text-align: center;
}

.lnk2 {
    padding-top: 2px;
    margin: 2px;
    background: #FFF url(images/bg/menu_out.gif) repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 90px;
    height: 22px;
    float: left;
    border-radius: 0px;
    border: 1px solid #006;
    text-align: center;
}

/* очищающий блок */

.clear {
    clear: both;
}

/* Навигация по сайту */

/* Подменю отраслевые решения и продукты */

#chart {}

.background1 {
    background-color: white;
}

.background2 {
    background-color: white;
}

.background3 {
}

.background5 {
    background-color: transparent;
}

.background4 {
    background-color: #4A4A5E;
}

.btnMenu {
    margin-right: 0px;
    margin-top: 10px;
    border-width: 0px;
    border-color: #F0F0F0;
    width: 130px;
    height: 16px;
    font: 14px Arial, sans-serif;
    float: right;
}

button:not(.btn):not(.nav-link):not(.swal2-close):not(.swal2-styled):not(.btn-close):not(.list-group-item) {
    margin-right: 0px;
    margin-top: 10px;
    border-width: 0px;
    border-color: #F0F0F0;
   
    height: 16px;
    font: 12px Arial, sans-serif;
    font-weight: 700;
    float: right;
    cursor: pointer;
}

.wrapper-form button {
    margin-right: unset;
    margin-top: unset;
    border-width: unset;
    border-color: unset;
    /*width: 130px;*/
    height: unset;
    font: unset;
    font-weight: unset;
    float: unset;
}

.buttonDoc {
    margin-right: 0px;
    margin-top: 0px;
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    height: 32px;
    font: 14px Arial, sans-serif;
    float: left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.btnMenuA {
    margin-top: 10px;
    border-width: 0px;
    border-color: #F0F0F0;
    width: 130px;
    height: 16px;
    font: 14px Arial, sans-serif;
    float: right;
}

.btnLogin {
    border: 0px;
    font: 14px Arial, sans-serif;
    width: 250px;
}

.btnLoginX {
    border: 1px solid gray;
    font: 14px Arial, sans-serif;
    width: 250px;
    height: 30px;
}

.btnLoginX2 {
    border: 1px solid gray;
    font: 14px Arial, sans-serif;
    height: 100%;
    width: 100%;
}

.editorTab {
    border: 1px solid lightgray;
    box-sizing: border-box;
}

.btnTableNav {
    margin-top: 0px;
    float: left;
    border: 1px solid white;
    background: lightgray;
    color: gray;
    width: 54px;
    height: 27px;
    font: 14px Arial, sans-serif;
    font-weight: 700;
}

.navTablePos {
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.btnMenu:hover {
    border-color: #4A4A5E;
    background-color: #4A4A5E;
}

.btnMenu2 {
    margin-right: 5px;
    margin-top: 10px;
    border-width: 0px;
    border-color: #F0F0F0;
    width: 40px;
    height: 16px;
    font: 14px Arial, sans-serif;
    float: right;
}

.btnMenu3 {
    margin-right: 10px;
    margin-top: 10px;
    border: solid #4A4A5E 1px;
    width: 110px;
    height: 16px;
    font: 14px Arial, sans-serif;
    float: left;
}

.objectModeSel {
    clear: left;
    float: left;
    border-width: 0px;
    border-color: #F0F0F0;
    width: 50%;
    height: 16px;
    font: 14px Arial, sans-serif;
    float: left;
    /*border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

#map-canvas {
    width: 100%;
    height: 95%;
    float: left;
}

#canvas {
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    float: left;
}

div#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    margin: 0;
    padding: 6px;
    z-index: 2;
    background: WHITE;
}

#btnExit {
    /* position: absolute; */
    /* margin-top: 14px; */
    margin-right: 10px;
    /* width: 20%; */
    /* text-align: center; */
    font: 12px Arial, sans-serif;
    float: right;
    line-height: 24px;
    font-weight: 900;
}

#btnUser {
    /* position: absolute; */
    /* margin-top: 14px; */
    margin-right: 2px;
    /* width: 20%; */
    /* text-align: center; */
    font: 12px Arial, sans-serif;
    float: right;
    line-height: 24px;
    font-weight: 900;
}

#ajax-loader {
    z-index: 10000;
    display: none;
    position: absolute;
}

#ajax-loader-b {
    z-index: 10000;
    display: none;
    position: absolute;
}

/* Ensure that the dataTables scrolls */

th, td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    width: 100%;
    margin-left: 0%;
}

.dtVariable {
    font-size: 16px;
    font-family: Verdana, sans-serif;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    background-color: transparent;
    width: 100%;
    /*height: 100%;
    font-size:16px;
    font-family:Verdana, sans-serif;
    border-style:none;*/
}

.dtVariable:hover:read-write {
    width: 100%;
    height: 99%;
}

.dtVariable:focus:read-write {
    border-color: blue;
}

.dtNumber {
    text-align: right;
}

table.dataTable.stripe-odd tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe-even tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #f9f9f9;
}

table.dataTable tbody tr td {
    padding: 0.5rem 0.5rem;
}

table.dataTable tbody tr {
    background-color: #f9f9f9;
}

.formControl {
    /*background-color: lightgray;*/
    border: 1px solid gray;
}

.selected-control {
    /*background-color: lightgray;*/
    /*border:1px solid blue;*/
    background-color: rgba(0, 0, 255, 0.2);
}

.selected-main {
    /*background-color: lightgray;*/
    /*border:2px solid blue;*/
    /*border:1px solid orange;*/
    background-color: rgba(255, 140, 0, 0.4);
}

.selectedDivItem {
    border: 1px solid blue;
    background-color: rgba(255, 140, 0, 0.4);
}

.selected td {
    background-color: #EC7449;
    opacity: 1.0;
    /*color: white;*/
    font-weight: 700;
}

.even.selected td {
    /*background-color: #EC7449;*/
    opacity: 1.0;
    /*color: white;*/
}

.even td {
    background-color: #eeeeee;
    opacity: 1.0;
}

.item {
    height: 100%;
    width: 100%;
    border-style: none;
    color: black;
    background-color: transparent;
    font-weight: 700;
}

.dt-item {
    height: 70%;
    width: 70%;
    border-style: none;
    color: black;
    background-color: transparent;
    font-weight: 700;
}

.item2 {
    height: 100%;
    width: 100%;
    border: 1px solid #B3B3B3;
    color: black;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 16px;
}

.item2a {
    height: 100%;
    width: 100%;
    border: 1px solid #B3B3B3;
    color: black;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
}

.jurbot-number {
    height: 100%;
    width: 100%;
    border: 1px solid #B3B3B3;
    color: black;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 16px;
}

.jurbot-date {
    height: 100%;
    width: 100%;
    border: 1px solid #B3B3B3;
    color: black;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 16px;
}

.item3 {
    height: 100%;
    width: 80%;
    border-style: none;
    color: black;
    background-color: transparent;
    font-weight: 400;
}

.smartInfo {
    padding-right: 25px;
    color: black;
    font-size: 12px;
}

.smartInfo2 {
    padding-left: 25px;
    color: black;
    font-size: 12px;
}

.smartInfo3 {
    color: black;
    font-size: 12px;
    min-width: 100px;
    font-weight: 700;
}

.rowNum {
    color: black;
    font-size: 12px;
    min-width: 25px;
    max-width: 25px;
}

.smartInfo30 {
    color: black;
    font-size: 12px;
    min-width: 120px;
}

.smartInfo3dashboard {
    background-color: white;
    color: black;
    font-size: 12px;
    min-width: 100px;
}

.smartInfo4 {
    color: black;
    font-size: 12px;
    min-width: 200px;
}

.smartInput {
    color: black;
    font-size: 12px;
    border: none;
}

.c2 {
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.c5 {
    text-align: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis
}

.c9 {
    text-align: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.c1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c0 {
    width: 200px;
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.c6 {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis
}

.c7 {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

.c8 {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.c3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.loginInput {
    border: 1px;
    font: 14px Arial, sans-serif;
    text-indent: 10px;
}

.searchInput {
    padding: 0;
    margin-top: 10px;
    border: 0px;
    font: 12px Arial, sans-serif;
    text-indent: 10px;
}

.fileInput {
    border: 0px;
    font: 14px Arial, sans-serif;
    text-indent: 10px;
}

.startButtonS {
    width: 100%;
    height: 100%;
    clear: left;
    float: left;
    border: 1px solid grey;
    background-color: #E9F2D3;
    color: gray;
    font-size: 16px;
}

.dataTables_empty {
    background-color: white;
}

table.dataTable td.dataTables_empty {
    text-align: center;
    border-left: 1px solid gray;
}

.ui-resizable-helper {
    border: 1px dotted gray;
}

default .jstree-icon {
    background-image: url(folder.svg);
}

#SkyForceLogo {
    font-weight: 900;
    line-height: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.box {
    position: relative;
    box-sizing: border-box;
    border: 4px solid blue;
    width: 80px;
    height: 80px;
    animation: spin 3s infinite linear;
    &:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        border: 4px solid blue;
        width: 60px;
        height: 60px;
        animation: pulse 1.5s infinite ease;
    }
}

#big-ghost {
    background-color: transparent;
    border: 1px solid black;
    position: absolute;
}

.ghost-active {
    display: block !important;
}

.ghost-select>span {
    background-color: transparent;
    border: 2px solid black;
    width: 100%;
    height: 100%;
    float: left;
}

.ghost-select {
    display: none;
    z-index: 9000;
    position: absolute !important;
    cursor: default !important;
}

#video {
    opacity: 0.5;
    display: block;
    position: absolute;
    z-index: 1;
}

@media (max-width: 1370px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    .block {
        width: 120px;
        font-size: 14px;
        margin: 0 30px 10px 0;
    }
    .header {
        height: 130px;
    }
    .content {
        margin-bottom: 60px;
    }
}

#toast {
    z-index: 10000;
    width: 200px;
    height: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
    background-color: white;
    color: gray;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#toast_top {
    z-index: 10000;
    width: 200px;
    height: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 20px;
    background-color: white;
    color: gray;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#toast_center {
    z-index: 10000;
    width: 200px;
    height: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    background-color: white;
    color: gray;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#filterObjects {
    z-index: 999;
    position: absolute;
    width: 600px;
    float: left;
    display: none;
    background-color: rgb(74, 74, 94);
    overflow-y: auto;
    overflow-x: auto;
}

#filterObjectsContent {
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 20px;
    float: left;
    display: block;
}

#filterObjectsCommands {
    z-index: 999;
    position: absolute;
    height: 20px;
    bottom: 0px;
    float: left;
    display: block;
}

.subButtonSelected {
    background-color: white;
}

/********************************************/

.btn-nspy {
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-blue-nspy {
    border-color: #36acde!important;
    margin-top: 1px;
}

.repSel, 
.periodSel, 
.repOutstanding {
    background-color: #ffffff;
    border-color: #dddddd;
}

.activeSel, 
.activeSel2, 
.activeSel3 {
    background-color: #eef3f9;
    color: #4f5f6f;
    border-color: #adadad;
}

.btn-nspy:hover, 
.btn-nspy:focus, 
.btn-nspy.focus {
    color: #4f5f6f;
    text-decoration: none;
}

.repSel:hover, 
.periodSel:hover, 
.repSel:focus, 
.periodSel:focus, 
.repSel:active, 
.periodSel:active {
    background-color: #eef3f9;
    border-color: #adadad;
}

.btn-nspy.disabled, 
.btn-nspy[disabled], 
fieldset[disabled] .btn-nspy {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default-nspy {
    color: #4f5f6f;
    background-color: #ffffff;
    border-color: #dddddd;
}

.btn-default-nspy:hover, 
.btn-default-nspy:focus, 
.btn-default-nspy.focus, 
.btn-default-nspy:active, 
.btn-default-nspy.active, 
.open>.dropdown-toggle-nspy.btn-default-nspy {
    color: #4f5f6f;
    background-color: #eef3f9;
    border-color: #adadad;
}

.btn-default-nspy:active, 
.btn-default-nspy.active, 
.open>.dropdown-toggle-nspy.btn-default-nspy {
    background-image: none;
}

.btn-default-nspy.disabled, 
.btn-default-nspy[disabled], 
fieldset[disabled] .btn-default-nspy, 
.btn-default-nspy.disabled:hover, 
.btn-default-nspy[disabled]:hover, 
fieldset[disabled] .btn-default-nspy:hover, 
.btn-default-nspy.disabled:focus, 
.btn-default-nspy[disabled]:focus, 
fieldset[disabled] .btn-default-nspy:focus, 
.btn-default-nspy.disabled.focus, 
.btn-default-nspy[disabled].focus, 
fieldset[disabled] .btn-default-nspy.focus, 
.btn-default-nspy.disabled:active, 
.btn-default-nspy[disabled]:active, 
fieldset[disabled] .btn-default-nspy:active, 
.btn-default-nspy.disabled.active, 
.btn-default-nspy[disabled].active, 
fieldset[disabled] .btn-default-nspy.active {
    background-color: #ffffff;
    border-color: #dddddd;
}

.btn-default-nspy .badge-nspy {
    color: #ffffff;
    background-color: #36acde;
}

.btn-primary-nspy {
    color: #ffffff;
    background-color: #36acde;
}

.btn-primary-nspy:hover, 
.btn-primary-nspy:focus, 
.btn-primary-nspy.focus, 
.btn-primary-nspy:active, 
.btn-primary-nspy.active, 
.open>.dropdown-toggle-nspy.btn-primary-nspy {
    color: #ffffff;
    background-color: #36acde;
}

.btn-primary-nspy:active, 
.btn-primary-nspy.active, 
.open>.dropdown-toggle-nspy.btn-primary-nspy {
    background-image: none;
}

.btn-primary-nspy.disabled, 
.btn-primary-nspy[disabled], 
fieldset[disabled] .btn-primary-nspy, 
.btn-primary-nspy.disabled:hover, 
.btn-primary-nspy[disabled]:hover, 
fieldset[disabled] .btn-primary-nspy:hover, 
.btn-primary-nspy.disabled:focus, 
.btn-primary-nspy[disabled]:focus, 
fieldset[disabled] .btn-primary-nspy:focus, 
.btn-primary-nspy.disabled.focus, 
.btn-primary-nspy[disabled].focus, 
fieldset[disabled] .btn-primary-nspy.focus, 
.btn-primary-nspy.disabled:active, 
.btn-primary-nspy[disabled]:active, 
fieldset[disabled] .btn-primary-nspy:active, 
.btn-primary-nspy.disabled.active, 
.btn-primary-nspy[disabled].active, 
fieldset[disabled] .btn-primary-nspy.active {
    background-color: #36acde;
    border-color: #357ebd;
}

.btn-primary-nspy .badge-nspy {
    color: #36acde;
    background-color: #ffffff;
}

.btn-danger-nspy {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger-nspy:hover, 
.btn-danger-nspy:focus, 
.btn-danger-nspy.focus, 
.btn-danger-nspy:active, 
.btn-danger-nspy.active, 
.open>.dropdown-toggle-nspy.btn-danger-nspy {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger-nspy:active, 
.btn-danger-nspy.active, 
.open>.dropdown-toggle-nspy.btn-danger-nspy {
    background-image: none;
}

.btn-danger-nspy.disabled, 
.btn-danger-nspy[disabled], 
fieldset[disabled] .btn-danger-nspy, 
.btn-danger-nspy.disabled:hover, 
.btn-danger-nspy[disabled]:hover, 
fieldset[disabled] .btn-danger-nspy:hover, 
.btn-danger-nspy.disabled:focus, 
.btn-danger-nspy[disabled]:focus, 
fieldset[disabled] .btn-danger-nspy:focus, 
.btn-danger-nspy.disabled.focus, 
.btn-danger-nspy[disabled].focus, 
fieldset[disabled] .btn-danger-nspy.focus, 
.btn-danger-nspy.disabled:active, 
.btn-danger-nspy[disabled]:active, 
fieldset[disabled] .btn-danger-nspy:active, 
.btn-danger-nspy.disabled.active, 
.btn-danger-nspy[disabled].active, 
fieldset[disabled] .btn-danger-nspy.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger-nspy .badge-nspy {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-group-nspy, 
.btn-group-nspy-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.btn-group-nspy label {
    width: 50px;
}

.btn-group-nspy>.btn-nspy, 
.btn-group-nspy-vertical>.btn-nspy {
    position: relative;
    float: left;
}

.btn-group-nspy>.btn:hover,
.btn-group-nspy-vertical>.btn-nspy:hover, 
.btn-group-nspy>.btn-nspy:focus, 
.btn-group-nspy-vertical>.btn-nspy:focus, 
.btn-group-nspy>.btn-nspy:active, 
.btn-group-nspy-vertical>.btn-nspy:active, 
.btn-group-nspy>.btn-nspy.active, 
.btn-group-nspy-vertical>.btn-nspy.active {
    z-index: 2;
}

.btn-group-nspy>.btn-nspy:focus, 
.btn-group-nspy-vertical>.btn-nspy:focus {
    outline: 0;
}

.btn-group-nspy .btn-nspy+.btn-nspy, 
.btn-group-nspy .btn-nspy+.btn-group-nspy,
.btn-group-nspy .btn-group-nspy+.btn-nspy, 
.btn-group-nspy .btn-group-nspy+.btn-group-nspy {
    margin-left: -1px;
}

.btn-toolbar-nspy {
    margin-left: -5px;
}

.btn-toolbar-nspy .btn-group-nspy, 
.btn-toolbar-nspy .input-group-nspy {
    float: left;
}

.btn-toolbar-nspy>.btn-nspy, 
.btn-toolbar-nspy>.btn-group-nspy, 
.btn-toolbar-nspy>.input-group-nspy {
    margin-left: 5px;
}

.btn-group-nspy>.btn-nspy:not(:first-child):not(:last-child):not(.dropdown-toggle-nspy) {
    border-radius: 0;
}

.btn-group-nspy>.btn-nspy:first-child {
    margin-left: 0;
}

.btn-group-nspy>.btn-nspy:first-child:not(:last-child):not(.dropdown-toggle-nspy) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-nspy>.btn-nspy:last-child:not(:first-child),
.btn-group-nspy>.dropdown-toggle-nspy:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-nspy>.btn-group-nspy {
    float: left;
}

.btn-group-nspy>.btn-group-nspy:not(:first-child):not(:last-child)>.btn-nspy {
    border-radius: 0;
}

.btn-group-nspy>.btn-group-nspy:first-child>.btn-nspy:last-child,
.btn-group-nspy>.btn-group-nspy:first-child>.dropdown-toggle-nspy {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-nspy>.btn-group-nspy:last-child>.btn-nspy:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-nspy .dropdown-toggle-nspy:active, 
.btn-group-nspy.open .dropdown-toggle-nspy {
    outline: 0;
}

.btn-group-nspy>.btn-nspy+.dropdown-toggle-nspy {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-nspy>.btn-lg-nspy+.dropdown-toggle-nspy {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group-nspy.open .dropdown-toggle-nspy {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group-nspy.open .dropdown-toggle-nspy.btn-link-nspy {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*::-webkit-scrollbar {
    height:14px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: gray;
    opacity: 0.2;
}

::-webkit-scrollbar-track {
    background: lightgray;
    border: 1px solid lightgray;
    opacity: 0.2;
}*/

.loginDiv_01 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.loginDiv_02 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.loginDiv_03 {
    display: grid;
    grid-template-columns: 0fr 9fr;
    align-items: center;
}

.edit-commands {
    border-top: 1px solid gray; 
    position: absolute; 
    display:flex; 
    justify-content:center; 
    width:100%;height:30px; 
    bottom:0; overflow-y: auto;
    overflow-x: auto;
}

.edit-commands-buttons {
    display: flex;
    gap: 15px;
}

.wrapper-form {
    width: 100%;
    max-width: 1280px;
}

.wrapper-form-grid {
    display: grid;
    grid-template-rows: auto 1fr;
}


.customer-column-border-orange {
    border: 1px solid rgb(236, 116, 73);
}

.nspy-justify-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-date-wrapper {
    display: flex;
    color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 700;
    font-size: 1.1rem;
    gap: 1rem;
    align-items: center;
}

.period-buttons label {
    width: 11rem;
    font-weight: 700;
    border-radius: 0%;
}

.report-date {
    border-color: #0d6efd;
    color: #0d6efd;
    font-size: 1.1rem;
}