p, li, span, th, label{
	color: #9fa1a3;
}

.navbar{
	padding-left: 20px;
	padding-right: 20px;
}
html, body, .sidebar{
	background-color: #31363b !important;
	height: 100%;
}

h1, h2, h3, h5, h6{
	color: #9fa1a3 !important;
}

.btn-link{
	border: none;
	margin-top: 0px;
}

.row{
	padding-top: 20px;
}

.login-body {
	background: url(/img/background.png);
	background-color: #31363b !important;
}

.header {
	background: #232629 !important;
}

.form-control:focus {
  border-color: #9fa1a3;
  box-shadow: #9fa1a3;
}


.btn-danger, .btn-danger:active, .btn-danger:focus  {
	background: #7c1d00;
	border-color: #dc3400;
}

.btn-danger:focus, .btn-danger:active, .btn-danger:active:focus  {
	box-shadow: none !important;
}

.btn-danger:hover {
	background: #dc3400;
	border-color: #dc3400;
}

.text-dark{
	color: #9fa1a3 !important;
}

.text-dark:hover{
	color: white !important;
}

a, a:active, a:focus{
	color: white;
}

a:hover{
	color: #7d7d7d;
}

.jumbotron{
	background-color: #43474a;
}

.alert-secondary{
	color: white;
	background-color: #43474a;
}

body {
	overflow-y: scroll;
}

.header {
	line-height: 0.6 !important;
}

.logo {
    max-width: 100%;
}

.containermargin{	
	padding-left: 220px;
}

.content {
	width: 100%;
	padding: 50px 30px 20px 30px;
}

.navbar{
	max-height: 70%;	
    overflow-y: auto;
}

.navbar-brand {
	font-weight: 600;
}

.navbarlink {
	margin-top: -12px;
	margin-left: 35px;
	font-weight: 600 !important;
	color: white !important;
}

.extramenutitle{
	margin-top: 10px !important;
	margin-bottom: -10px !important;
}

.extramenu{
	margin-top: 0px !important;
}

.navbarhover:hover, .fas:hover {
	color: #c5c5c5 !important;
}

.centercheck{
	margin-left: 1rem !important;
}

.grey{
	color: #9fa1a3 !important;
}

/* login */
.login-body {
	background: url(/img/background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.loginbutton {
	border-color: white !important;
	color: white !important;
	border-size: 1px;
	border-radius: 24px;
}

.loginbutton:hover, .loginbutton:focus, .loginbutton:active {
	border-color: white !important;
	border-size: 1px;
	border-radius: 24px;
}

.copyright {
	color: white;
}

.upperrounded{
	border-radius: 5px 5px 0px 0px;
}

.nonrounded{
	border-radius: 0px 0px 0px 0px;
	
}

.underrounded{
	border-radius: 0px 0px 5px 5px;
	
}

.login {
	color: #555555;
	font-weight: 500;
}
/* end login */

/* side menu*/
.sidebar {
	box-shadow: inset -1px 0 0 #6a6a6a;
	overflow-y: auto;
	width: 220px;
	background: #ffffff;
}

.sidebar-heading {
  margin-top: 30px !important;
  font-weight: 800 !important;
}

.sidebar .nav-item{
	display: block;
	color: #9d9d9d !important;
	margin-left: 4px;
	height: 2rem;
}

.sidebar .nav-link{
  margin-left: 10px;
  color: #9d9d9d !important;
  position: relative;
}

.sidebar .nav-link::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 25%;
  bottom: 0;
  height: 50%;
  width: 4px; /* matches your border-width */
  background-color: transparent;
  border-top-left-radius: 8px;   /* adjust as you like */
  border-bottom-left-radius: 8px;
  transition: background-color 0.2s;
}

.sidebar .nav-link:hover::before {
  background-color: white; /* the “border” color */
}

.sidebar .nav-link:hover {
  color: white !important; /* text color on hover */
  padding-left: calc(1rem + 4px); /* adds 4px more padding smoothly */
  transition: all 0.2s ease; /* makes padding and color changes smooth */
}

/* end side menu */


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media ( min-width : 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.login-body {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.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;
}

.jumbotron-nomargin {
	padding: 1rem 1rem !important;
}

.alert {
	margin-bottom: 0rem;
}

.space-left{
	margin-left: 24px;
}

.table a {
	display: inline-block;
}

table{
  width: auto !important;
  table-layout: auto !important;
}
.table-hover tbody tr:hover {
  background-color: #212529 !important;
}
/* custom styling filter*/
.check-inline {
	display: inline;
}

.form-check {
	display: inline-block !important;
	width: 200px;
}

.red {
	color: red !important;
}

.longer-check {
	width: 400px;
}

.controle td{
  vertical-align: middle !important;
}
/*dashboard*/
.canvas-holder{
	margin-left: auto;
	margin-right: auto;
}

.dashdoughnut{
	text-align: center;
	max-width: 400px; 
	display: block;
	padding-bottom: 40px;
	padding-left: 50px;
}

.dashdoughnut h3{
	margin-left: auto;
	margin-right: auto;
}

/*end dashboard*/
.no-margin {
	margin: 0px;
}

.inline {
	display: inline;
}

.float-left {
	float: left;
}

@media ( max-width : 1000px) {
	.col {
		display: block !important;
		width: 100% !important;
		flex-basis: auto !important;
	}
}

@media ( min-width : 781px) {
	.nonmobilehide{
		display: none;
	}
}

@media ( max-width : 780px) {
	.mobilehide{
		display: none;
	}

	.containermargin{	
		padding-left: 0px;
	}

	.content {
		margin-left: 0px !important;
	}
}

.navbaricon{
	max-height: 43px;
	margin: -25px 10px -20px -4px;
	padding: 0px;
	max-width: 100px;
}

.highlight{
	background-color: #419135;
	color: white !important;
}


.highlight, td{
	color: white !important;
}

.tooltip {
  pointer-events: none;
}

.small-list{
	width: 300px;
}

.no-top-margin{
	margin-top: 0px !important;
}

.no-top-padding{
	padding-top: 0px !important;
}

.max-width{
	width : 100%;
}

.no-drop {
	cursor: no-drop !important;
}