body {
  font-size: .875rem;
font-family: 'Hind', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Hind', sans-serif;
	text-transform:uppercase;
}

.card-body {border-bottom:1px solid rgba(0,0,0,.125);}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.footer {
	border-top: 1px solid rgba(0,0,0,.125);
}
/*
 * Sidebar
 */
.sidebar-sticky {
	background-color:#c82333;
}
.sidebar-sticky .accordion .card {
	background-color:#c82333;
}
.top-thumb .card {
	border-radius:0px;
}
.top-thumb {
	padding-right:0px;
	padding-left:0px;
}
.top-thumb:last-child {
	padding-right:15px;
}
.top-thumb:first-child {
	padding-left:15px;
}
.top-thumb:last-child .card {
	border-radius: 0px .25rem .25rem 0px;
	border-left:0;
}
.top-thumb:first-child .card {
	border-radius: .25rem 0px 0px .25rem;
	border-right:0;
}
@media (max-width: 768px) {
	.top-thumb {
		padding-right:15px !important;
		padding-left:15px !important;
	}
	.top-thumb .card {
		border: 1px solid rgba(0,0,0,.125) !important;
	}
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fbe2e5;
}


.sidebar .nav-link.active {
  color: #fff;
}
.sidebar-sticky .accordion .card .card-header button {
	color:#fbe2e5;
	font-size: .875rem
}
.sidebar-sticky .accordion .card .card-header {
	padding-left:0;
	padding-right:0
}
.rot-but{
	transition: all .2s ease-in-out;
}
.rot-but:hover {
	transform: scale(1.1)
}
.dropdown-item {
	color:#fbe2e5;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.nav-dropdown .card-body {
	background-color:#fff;
	padding-left:0;
	padding-right:0;
}
.nav-dropdown .card-body a.dropdown-item:link, .nav-dropdown .card-body a.dropdown-item:visited, .nav-dropdown .card-body a.dropdown-item:active {
	color:#212529;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#cdcdcd;
}
.no-point {cursor:auto !important; border-width:3px}
/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* Body Styles */
h1 {margin-top:10px}
.dash-tool{
	width:12px;
	height:12px;
}
.onrot {
	border: 4px solid green;
	font-size:24px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	color:green;
	font-weight:bold;
	display:inline-block;
}
.offrot {
	border: 4px solid red;
	font-size:24px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	color:red;
	font-weight:bold;
	display:inline-block;
}
.main-content {
	padding-left:180px;
}
.onrot-srch {
	border: 4px solid green;
	font-size:18px;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	color:green;
	font-weight:bold;
	display:inline-block;
}
.offrot-srch {
	border: 4px solid red;
	font-size:18px;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	color:red;
	font-weight:bold;
	display:inline-block;
}
.drop-search {
	position:absolute;
	background:#fff;
	padding:20px;
	width:100%;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);

	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
@media (max-width: 991.98px) {
	[role="main"] {
		padding-top:70px
	}
  .offcanvas-collapse {
    position: fixed;
    top: 70px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #c82333;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .dropdown-item {
	  color:#000
  }
}
@media (max-width: 768px) {
	.top-men {display:none}
	.feather {
	  width: 14px;
	  height: 14px;
	}
	.navbar-header {
		width:100%;
	}
	
	.bg-dark {
		background-color:#000 !important;
	}
.main-content {
	padding-left:15px;
}
}
@media (min-width: 768px) {
	.mob-men {display:none}
	.dash-ico {
		width:auto;
		height:auto;
	}
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }


/* LOGIN SECTION */
html, body
{
    width: 100%;
    height: 100%;
}
body.home {
	margin-top:0;
	background: #262626;
}
.log-sec {
	background:#fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(191,0,0,1);
box-shadow: 0px 0px 20px 0px rgba(191,0,0,1);
}
.home-ico {
	width:60px;
	height:60px;
	margin-bottom:20px;
}
.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-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 0;
}
.btn {
	border-radius:0px;
}
.btn-danger {
	background-color:#ed1b24;
}
.alert {
	border-radius:0px;
}

[data-toggle="collapse"]:after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	font-weight: 900;
	transition: all linear 0.25s;
	float: right;
	margin-left:10px;
}   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(-90deg) ;
}
.badge {border-radius:0px}
.drop-search {
	position:absolute;
	background:#fff;
	padding:20px;
	width:100%;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
