@charset "utf-8";
/* CSS Document */
body{
	font-size: .875rem;
}
.primary-gradient{
	background-color: #03b0e3;
	background-image: -webkit-linear-gradient(135deg, #03b0e3 44%, #0b1e32 100%);
	background-image: -moz-linear-gradient(135deg, #03b0e3 44%, #0b1e32 100%);
	background-image: -o-linear-gradient(135deg, #03b0e3 44%, #0b1e32 100%);
	background-image: linear-gradient(135deg, #03b0e3 44%, #0b1e32 100%);
}
/*
 * Offcanvas
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.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; }

/*
 * Dashboard
 */ 
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar {
	position: fixed !important;
	bottom: 0;
	z-index: 100; /* Behind the navbar */
	padding: 110px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
@media (min-width: 768px) {
	.sidebar {
	  left: 0;
	}
}

.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: #333;
	border-bottom: solid 1px #030d16;
	border-top: solid 1px #0c345a;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 12rem; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 5rem; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.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);
}

/*=================
	Newly Added
==================*/
.bg-primary, .btn-primary{
	background-color: #071e33 !important;
}
.border-primary, .btn-primary {
    border-color: #071e33 !important;
}
.border-info, .btn-info {
    border-color: #00b1e4 !important;
}
.bg-info, .btn-info, .badge-info {
    background-color: #00b1e4!important;
}
.form-control .btn-light {
	border-color:rgba(0,0,0,.2);
}
.table p{
	margin-bottom: .3rem;
}
.table.targets > tbody > tr > td{
  border-bottom: 2px solid red;
}
/*******************
        Select
******************/
.bootstrap-select .dropdown-menu {
	max-width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select .dropdown-menu {
	max-width: 100% !important;
}

.bootstrap-select .dropdown-item{
	white-space:normal !important;
}

.bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover {
	color: #fff;
	background-color: #00b1e4;
}
/*--RC Archive table--*/
 .cu_rctable,.cu_rctable textarea{ font-size: 0.8rem; border: 1px solid rgba(0,0,0,.125);}
 .cu_rctable .title{font-size: 1rem !important;}
 .cu_rctable td{
padding: 0.45rem;
border-color: rgba(0,0,0,.125);
  }
  .cu_rctable .backborder{
    border-collapse:collapse; border:0px dashed #CCCCCC; background-color:#FFFFCC;
  }
  .cu_rctable .intable{
    border-collapse:collapse; border:1px solid #ccc;
  }
.cu_rctable .box li{margin: 10px 4px;}
.cu_rctable textarea:focus{    outline: none;
    border: 1px solid #969595;}
    .inboxcl { max-height: 80px; overflow: auto;}
 .inboxcl p{margin: 0px; font-size: 0.8rem;}
/*--RC Archive table End--*/