.custom-select, .form-control {
    font-size: 12px;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

body, tr, button {
    font-size: 14px;
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

}

td {
    padding: 4px;
}


table {
    font-size: 12px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}


nav {
    /*height: 4rem;*/
    /*font-family: 'Fira Sans Extra Condensed', sans-serif;*/
    /*font-weight: 500;*/
}


.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}


#content {
    height: calc(100vh - 4rem);
}

#cover {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 9999;

}


.transactionlist {
    height: calc(100vh - 4rem);
    overflow: auto;
}

.wraper {
    /*! background-color: #aaaaaa; */
    /*width: 100%;*/
    /*height: 100%;*/

    /*! display: block; */
    /*position: absolute;*/
}

tr {
    /*cursor: pointer;*/
}

/*tr:hover {*/
/*    background-color: gainsboro;*/
    /*transition: background 0.5s ease;*/

/*}*/

/*.trhover {*/
    /*background-color: gainsboro;*/
    /*transition: background 0.5s ease;*/
/*}*/

.tr {
    background-color: white;
    /*transition: background 0.5s ease;*/
}

.table-light td {
    border-color: #d9d9d9;
}

.dropdown-menu {
    min-width: 100%;
}

.tablevalue {
    min-width: 80px;
}

.tableitem {
    min-width: 300px;
}

.tablecode {
    min-width: 30px;
}


.menu {

    /*width: 100%;*/
    /*height: 50px;*/
    /*!*! background-color: antiquewhite; *!*/
    /*position: fixed;*/
    /*top: 0px;*/
    /*!*! left: 0px; *!*/
    /*display: block;*/
    /*background-image: url("images/logo_ru.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: 150px;*/
    /*border-bottom: #c8c8c8 1px solid;*/
}

.bg-dark-blue {
    background-color: #014892;
}

.js-chosen {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: calc(1.5em + .75rem + 2px);
}


.selectmode {

    width: 100%;
    height: 50px;
    /*! background-color: antiquewhite; */
    position: fixed;
    top: 50px;
    display: block;
}

.thead {
    background-color: eef2f2;
}

.tresult {
    background-color: eef2f2;
    /*text-align: right;*/
    font-weight: bold;
}


.list {

    width: 100%;
    /*! height: 100%; */
    /*! background-color: #d4eaa1; */
    top: 100px;
    position: fixed;
    overflow: scroll;
    display: block;
    bottom: 0px;
}

.button {
    width: 48.5%;
    /*! background-color: #4c9ed9; */
    height: 45px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(7, 115, 111);
    /*background-color: #0044cc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;


    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #0044cc #0044cc #002a80;
    text-indent: 50px;
    display: none;
}

.button-all {
    float: left;
    /*! display: block; */
    /*! line-height: 50px; */
    text-align: center;
    /*! border: 1px black solid; */
    position: relative;
    left: 1%;
    top: 2px;
}

.button-reload {
    float: left;
    /*!  */
    /*!  */
    /*! text-align: center; */
    /*!  */
    position: relative;
    left: 1%;
    top: 2px;
    background-image: url(images/reload.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
}

.button-exit {
    float: right;
    /*! text-align: center; */
    /*! border: border: 1px black solid; */
    position: relative;
    top: 2px;
    right: 1%;
    background-image: url(images/exit.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
}


.operator {
    height: 50px;
    background-color: white;
    border-bottom: #c8c8c8 1px solid;
    /*! padding: 5px; */
    /*! display: block; */
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.icon-in {
    background-image: url(images/income.png);
    /*! background-position: center; */
    /*! background: no-repeat; */
    background-color: #4c9ed9;
}

.icon-out {
    background: url(images/outcome.png);
    background-color: green;
}

.icon-off {
    background: url(images/off.png);
    background-color: gray;
}

.icon-pause {
    background: url(images/pause.png);
    background-color: gray;
}

.icon {
    /*! background-color: rgba(0, 0, 255, 0.17); */
    width: 40px;
    height: 40px;
    /*! background: url(images/income.png) no-repeat; */
    /*! float: left; */

    background-position: 0 5px;
    position: absolute;
    /*! left: 0px; */
    top: 0px;
    display: inline-block;
    /*!  */
    /*! background-position: 7px 13px; */
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}

.name {

    font-weight: bold;

    left: 60px;
    position: absolute;
    /*! text-align: left; */
    /*! background-color: aquamarine; */
    top: 8px;
    display: inline-block;
    font-size: 14px;
}

.status {

    /*! font-weight: bold; */

    left: 60px;
    position: absolute;
    /*! text-align: left; */
    /*! background-color: #8bdabf; */
    bottom: 8px;
    display: inline-block;
    font-size: small;
    font-size: 12px;
    color: #a6a6a6;
    display: block;
}

.menulink {
    display: block;
    /*! height: 100%; */
    /*! top: 50%; */
    /* background-color: antiquewhite; */
    position: relative;
    text-decoration: none;
    color: white;
    /*! padding-left: 15px; */
    /*! padding-right: 15px; */
    /*! text-align: center; */
    line-height: 45px;
    height: 100%;
}

.name-in {
    /*! color: blue; */
}

.name-out {
    /*! color: green; */
}

.name-off, .name-pause {
    color: gray;
}

.icon-reload {
    height: 45px;
    width: 45px;
    top: 5px;
    left: 5px;
    opacity: 0.5;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    /*! line-height: 45px; */
    /*! vertical-align: middle; */
    background-image: url(images/glyphicons-82-refresh.png);
}

.icon-exit {
    height: 45px;
    width: 45px;
    top: 5px;
    right: 5px;
    opacity: 0.5;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-image: url(images/glyphicons-389-exit.png);
}

.icon-home {
    height: 45px;
    width: 45px;
    top: 5px;
    right: 5px;
    opacity: 0.5;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-image: url(images/glyphicons-21-home.png);
}

/*	.icon-exit {

	height: 45px;
	width: 45px;
	top: 2px;
	right: 2px;
	position: absolute;
	background-image: url("images/glyphicons-389-exit.png");
	background-repeat: no-repeat;
	background-position: center center;

}
*/

.logo {
    /* background-color: white; */
    height: 40px;
    width: 200px;
    top: 2px;
    /*! right: 2px; */
    position: absolute;
    background-image: url("images/logo_ru.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    /* color: white; */
    left: 30px;
    display: none;
}

img {
    /*! position: relative; */
    /*! line-height: 45px; */

    vertical-align: middle;
}

a {
    /*display: block;*/
    /*height: 100%;*/
    /*line-height: 45px;*/
    text-decoration: none;

}

.tabs {

    /*! background-color: blue; */
    height: 50px;
    /*! top: 100px; */
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.stat {

    /*! background-color: #ff0075; */
    height: 317px;
    /*! top: 200px; */
    position: relative;
    /*! width: 100%; */
    border-bottom: #c8c8c8 1px solid;
    margin-left: 5px;
    margin-right: 5px;

}

.activity {
    /*! background-color: #7b00ff; */
    height: 350px;
    /*! top: 300px; */
    position: relative;
    /*! width: 100%; */
    border-bottom: #c8c8c8 1px solid;
    margin-left: 5px;
    margin-right: 5px;

    background-image: url(images/pai.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 24px;
}

.stages {
    /*! background-color: blue; */
    height: 100px;
    /*! top: 400px; */
    position: relative;
    /*! width: 100%; */
    border-bottom: #c8c8c8 1px solid;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(images/line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 24px;
}

.fix {

    position: fixed;
    top: 0;
    height: 200px;
    width: 100%;
    display: block;
}

.tab {
    /*! width: 48%; */
    height: 25px;
    /*! float: left; */
    text-align: center;
    border: 1px solid #006dcc;
    color: #006dcc;
}

.tab-left {
    /*! width: 48%; */
    /*! height: 40px; */
    /*! float: left; */
    /*! text-align: center; */
    /*! border: 1px solid gray; */
    left: 0%;
    position: absolute;
    right: 50%;
    /*! border-bottom: 8px solid; */
}

.tab-right {
    /*! width: 48%; */
    /*! height: 40px; */
    /*! float: left; */
    /*! text-align: center; */
    /*! border: 1px solid gray; */
    right: 0%;
    position: absolute;
    top: 0;
    left: 50%;
}

.report {
    /*     height: 22px; */
    border-bottom: #c8c8c8 1px solid;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    position: relative;
    font-size: 12px;
    margin-top: 3px;
    /*width: 800px;*/
}

.report-type {
    border-bottom: none;
    color: black;
    font-size: 16px;
    height: 25px;
    /*border-bottom: #000 1px solid;*/


}

.report-item {
    color: black;
    font-size: 13px;

}

.report-transaction {
    color: #6a6a6a;
    /*display: none;*/

    /*font-size: 16px;*/

}

.report-sum {
    right: 0;
    text-align: right;
    position: absolute;
    top: 0;
    /*     color: black; */
    /*font-weight: bold;*/

}

a div.report-sum {
    color: black;
}

.result-error {
    right: 0;
    text-align: right;
    position: absolute;
    top: 0;
    color: red;
    /*font-weight: bold;*/
}

.result-description {
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
    /*background-color: lightgray;*/
    /*width: 800px;*/
}

.title {

    text-align: center;
    /*! height: 25px; */
    font-weight: bold;
    padding: 5px;
}

/*table, td, th {*/
/*border: black solid 1px;*/
/*border-collapse: collapse;*/
/*padding: 3px;*/
/*}*/

/*table {*/
/*!*width: 800px;*!*/
/*font-family: verdana;*/
/*font-size: 12px;*/
/*color: rgb(50, 50, 50);*/
/*text-align: justify;*/
/*}*/

/*th {*/
/*text-align: left;*/
/*}*/
