

html,
body {
	height: 100%;
}

body {
	align-items: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
}
/*.container-fluid{
	min-width: 100%;
}*/
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card .card-header {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.card .card-body{
	margin-top: 10px;
	max-height:84vh;
	overflow-y: scroll;
}
.menu i {
	display: inline-block;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 2em;
	position: relative;
}

.button {
	transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
	;
	cursor: pointer;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 2em;
	height: 2em;
	left: 27%;
	top: 20px;
	opacity: 1;
}

.button:hover {
	opacity: 0.6;
}

.tablecell{ display:table-cell;
            max-width:0px;
          }
   
.menu i:hover {
	color: #F02B44;
}

.btn{
	margin: 3px;
}
.btn-light i {
	color: #A8A8A8;
}

.btn-light:hover {
	color: #E8253E;
	background-color: #FEE8EB;
	border-color: #FEE8EB;
}

.btn-light i:hover {
	color: #F02B44;
}

.btn-circle {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 6px 0;
	font-size: 18px;
	line-height: 1.428571429;
	border-radius: 20px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn {
	color: #ffffff;
}

.badge {
	padding: 1px 6px;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.badge-a, .btn-a {
	background-color: #7ED321;
	border-color: #7ED321;
	font-size: 13px;
	padding: 5px;
}

.badge-v, .btn-v {
	background-color: #75B5FF;
	border-color: #75B5FF;
	font-size: 13px;
	padding: 5px;
}

.badge-kv, .btn-kv {
	background-color: #999;
	border-color: #999;
	font-size: 13px;
	padding: 5px;
}

.badge-fvv, .btn-fvv{
	background-color: #3336ff;
	border-color: #3336ff;
	font-size: 13px;
	padding: 5px;
}

.badge-z, .btn-z{
	background-color: #9013FE;
	border-color: #9013FE;
	font-size: 13px;
	padding: 5px;
}

.badge-ao, .btn-ao{
	background-color: #FF8C00;
	border-color: #FF8C00;
	font-size: 13px;
	padding: 5px;
}

.badge-oa, .btn-oa {
	background-color: #FF2700;
	border-color: #FF2700;
	font-size: 13px;
	padding: 5px;	
}

.badge-ga, .btn-ga {
	background-color: #565656;
	border-color: #565656;
	font-size: 13px;
	padding: 5px;	
}

.badge-ew, .btn-ew {
	background-color: #A0522D;
	border-color: #A0522D;
	font-size: 13px;
	padding: 5px;	
}

.tooltip-inner {
	background-color: #4B4B4B;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #4B4B4B;
}

.green1 {
	background-color: #71B177;
}

.rot1 {
	background-color: #BD4833;
}

.lila1 {
	background-color: #9E71B1;
}

.blau1 {
	background-color: #75B5FF;
}

.table h5 {
	font-size: 16px;
	line-height: 95%;
	color: rgba(0, 0, 0, 0.7);
}
.table-wrapper-scroll-y {
  width: 100%;
  tbody{
    overflow-y:auto;
    width: 100%;
    }

}
.t1{
	min-width: 100%;
	overflow-x:auto;
}
.t1 tr td:not(:first-child) {
	border-left: 3px solid rgba(0, 0, 0, 0.075);
}

.t1 .active, .t1 tr:hover td:not(:first-child) {
	background-color: rgba(0, 0, 0, 0.075);
	border-left: 3px solid red;
}

.modal .modal-body {
	padding: 100px 0;
}

.container {
	padding: 20px;
}

.popover {
	width: 350px;
	max-width: 1500px;
}

.popover-content h4 {
	color: #00A1FF;
}

.popover-content h4 small {
	color: black;
}

.popover-content button.btn-primary {
	color: #00A1FF;
	border-color: #00A1FF;
	background: white;
}

.popover-content button.btn-default {
	color: gray;
	border-color: gray;
}

.btn-secondary{
	background-color:#DDDDDD;
	border-color: #DDDDDD;
	color: #4C4C4C;
	font-size: 13px;
	padding: 5px;
}
.btn-outline-secondary{
	color: #4C4C4C;
}
.t1 tr:hover .btn-secondary, .btn-secondary:hover{
	background-color:#fff;
	border-color: #DDDDDD;
	color: #4C4C4C;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4C4C4C;
    background-color: #DDDDDD;
    border-color: #fff;
	border-bottom: 3px solid #4C4C4C;
}
.nav-link >li a{
	color: #4C4C4C;
	border-bottom: 3px solid transparent;
}

td.col-1, th.col-1 {
  width: 8.33333%;
  padding-left: 0px;}

td.col-2, th.col-2 {
  width: 16.66667%; }

td.col-3, th.col-3 {
  width: 25%; }

td.col-4, th.col-4 {
  width: 33.33333%; }

td.col-5, th.col-5 {
  width: 41.66667%; }

td.col-6, th.col-6 {
  width: 50%; }

td.col-7, th.col-7 {
  width: 58.33333%; }

td.col-8, th.col-8 {
  width: 66.66667%; }

td.col-9, th.col-9 {
  width: 75%; }

td.col-10, th.col-10 {
  width: 83.33333%; }

td.col-11, th.col-11 {
  width: 91.66667%; }

td.col-12, th.col-12 {
  width: 100%; }

td.col-sm-1, th.col-sm-1 {
  width: 8.33333%; }

td.col-sm-2, th.col-sm-2 {
  width: 16.66667%; }

td.col-sm-3, th.col-sm-3 {
  width: 25%; }

td.col-sm-4, th.col-sm-4 {
  width: 33.33333%; }

td.col-sm-5, th.col-sm-5 {
  width: 41.66667%; }

td.col-sm-6, th.col-sm-6 {
  width: 50%; }

td.col-sm-7, th.col-sm-7 {
  width: 58.33333%; }

td.col-sm-8, th.col-sm-8 {
  width: 66.66667%; }

td.col-sm-9, th.col-sm-9 {
  width: 75%; }

td.col-sm-10, th.col-sm-10 {
  width: 83.33333%; }

td.col-sm-11, th.col-sm-11 {
  width: 91.66667%; }

td.col-sm-12, th.col-sm-12 {
  width: 100%; }

td.col-md-1, th.col-md-1 {
  width: 8.33333%;
padding-left: 0px;  }

td.col-md-2, th.col-md-2 {
  width: 16.66667%; }

td.col-md-3, th.col-md-3 {
  width: 25%; }

td.col-md-4, th.col-md-4 {
  width: 33.33333%; }

td.col-md-5, th.col-md-5 {
  width: 41.66667%; }

td.col-md-6, th.col-md-6 {
  width: 50%; }

td.col-md-7, th.col-md-7 {
  width: 58.33333%; }

td.col-md-8, th.col-md-8 {
  width: 66.66667%; }

td.col-md-9, th.col-md-9 {
  width: 75%; }

td.col-md-10, th.col-md-10 {
  width: 83.33333%; }

td.col-md-11, th.col-md-11 {
  width: 91.66667%; }

td.col-md-12, th.col-md-12 {
  width: 100%; }

td.col-lg-1, th.col-lg-1 {
  width: 8.33333%; }

td.col-lg-2, th.col-lg-2 {
  width: 16.66667%; }

td.col-lg-3, th.col-lg-3 {
  width: 25%; }

td.col-lg-4, th.col-lg-4 {
  width: 33.33333%; }

td.col-lg-5, th.col-lg-5 {
  width: 41.66667%; }

td.col-lg-6, th.col-lg-6 {
  width: 50%; }

td.col-lg-7, th.col-lg-7 {
  width: 58.33333%; }

td.col-lg-8, th.col-lg-8 {
  width: 66.66667%; }

td.col-lg-9, th.col-lg-9 {
  width: 75%; }

td.col-lg-10, th.col-lg-10 {
  width: 83.33333%; }

td.col-lg-11, th.col-lg-11 {
  width: 91.66667%; }

td.col-lg-12, th.col-lg-12 {
  width: 100%; }

td.col-xl-1, th.col-xl-1 {
  width: 8.33333%; }

td.col-xl-2, th.col-xl-2 {
  width: 16.66667%; }

td.col-xl-3, th.col-xl-3 {
  width: 25%; }

td.col-xl-4, th.col-xl-4 {
  width: 33.33333%; }

td.col-xl-5, th.col-xl-5 {
  width: 41.66667%; }

td.col-xl-6, th.col-xl-6 {
  width: 50%; }

td.col-xl-7, th.col-xl-7 {
  width: 58.33333%; }

td.col-xl-8, th.col-xl-8 {
  width: 66.66667%; }

td.col-xl-9, th.col-xl-9 {
  width: 75%; }

td.col-xl-10, th.col-xl-10 {
  width: 83.33333%; }

td.col-xl-11, th.col-xl-11 {
  width: 91.66667%; }

td.col-xl-12, th.col-xl-12 {
  width: 100%; }
  
.datepicker.dropdown-menu{
z-index:9999 !important;
}  