body {
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  font-size: 14.5px;
}
tr:hover{
  background: rgba(17,66,170,.4);
}
.delim2{
  background: rgba(0,0,0,.20);
}
.content-row{
  display:flex;
  flex-direction: row;
}
.but-division{
  margin:6px;
  border:1px solid black;
  border-radius:4px;
  padding:2px;
}
.fl-right{
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.red{
  color:red;
}
th{
  text-align: center;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-sm td, .table-sm th {
    padding: .4rem;
    padding-right: .7rem;
    padding-left: .7rem;
}
.panel-footer {
    border-bottom:  2px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    width: 100%;
    padding: 10px 15px;

    background: rgba(0,0,0,.15);
    border: 1px solid #4f5a6e;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.kv-panel-pager {
    min-height: 34px;
}
.kv-panel-pager .pagination {
    margin: 0 0 -5px;
    padding: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.table{
  margin-bottom: 0;
}
.table-sm td, .table-sm th {
    padding: .3rem;
    padding-right: .6rem;
    padding-left: .6rem;
}
.table-bordered td, .table-bordered th {
    border: 2px solid #dee2e6;
}
.table-content{
  padding-right: 4px;
  padding-left: 4px;
  margin-left:12px;
  margin-bottom: 96px;
}
.table-menu{
  margin-left:24px;
  margin-right:12px;
  margin-bottom:12px;
  border:8px solid #4f5a6e;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius:6px;
  background: rgba(0,0,0,.25);
  border-top:none;
}
.table-inp{
  padding: 0;
}
.active{
  color:blue;
}
.panel-item{
  margin-left: 10px;
}

.checkselect {
	position: relative;
	display: inline-block;
	min-width: 48px;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
  padding: .375rem .75rem;
}
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 42px;
  padding: .375rem .75rem;
  color: #fff;
  font-weight: 600;
    background-color: #28a745;
    border-color: #28a745;
}

.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;

}
.checkselect-popup {
  min-width: 200px;
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0px;
	border: 2px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 25px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
  color: #000;
}
.checkselect-popup input {
	position: absolute;
	top: 5px;
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}
.checkselect-popup fieldset label {
	padding-left: 32px;
}
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}
.input-find{
  max-width: 100px;
}
.header{
  margin-top: -48px;
  width: 100%;
  height: 48px;
  position: fixed;
  background: #fff;
  z-index: 1000;
}
.main-content{
  margin-top: 48px;
}
.btn{
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  font-size: 14.5px;
  font-weight: 600;
}
.btn-menu{
  padding-top:10px;
}
.nav-link{
  padding-top:12px;
  padding-bottom:12px;
}
.nav-tabs{
  border-bottom: 0px solid #000;
}
.file-item:hover{
  background-color: rgba(0, 200, 0, 0.15) !important;
}
