body{
	min-height:100%;
}
body, h6, h2,
.form-control,
.btn,
.h6,
.dropdown-item,
.popover.popover-header
{
	font-size: 13px !important;
}

h4, h5,.h4, .h5,
.popover.popover-body
{
	font-size: 14px !important;
}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 992px) {
  .media-show-greater992 {
    display:none;
  }
  
  .dropdown-mobile-resolution {
  	 position: static !important;
  }
  
  .dropdown-mobile-resolution .dropdown-menu.show{
  	width:95%;
  	overflow: auto;
  }
}

/* Large Devices */
@media screen and (min-width: 992px) {
  .media-show-under992 {
    display:none;
  }
  
  
}

/* Medium Devices */
@media screen and (min-width: 768px) {
  .media-show-under768 {
    display:none;
  }
  
  
}

/* Small Devices */
@media screen and (min-width: 576px) {
  .media-show-under576 {
    display:none;
  }
}



/* Between Range */

/* Medium Devices */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .media-show-768-992 {
    display:none;
  }
}

/* Small Devices */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .media-show-576-767 {
    display:none;
  }
}

  
@media (max-width: 767px) {
  .dropdown-menu {
    right: 0;
    width: 100%;
  } 
  .dropdown{
    position: relative;
  }
}


.after-loop a.after-loop-item:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33,37,41,0.3),0 0 1.5rem 0.5rem rgba(33,37,41,0.05) !important;
}

#global-nav-id ul li a .downarrowclass {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#global-nav-id ul li a .downarrowclass::before {
	content: "\f107";
}



#global-nav-id ul li a .rightarrowclass {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -3px;
}
#global-nav-id ul li a .rightarrowclass::before {
	content: "\f105";
}


#header-search-click-btn {
		display: none;
}

.cr-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -224px;
	z-index: 5;
	width: 224px;
	font-weight: 200;
	color: #fff;
	background-position: center center;
	background-size: cover;
	transition: left 0.1s ease-in;
}

.cr-sidebar + .cr-content {
	transition: margin 0.1s ease-in;
}

.cr-sidebar::after, .cr-sidebar::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}

.cr-sidebar::before {
	background: #000;
	opacity: 0.33;
}

.cr-sidebar::after {
	z-index: 3;
	/* background: #fc5c7d; */
    /* fallback for old browsers */
	/* background: linear-gradient(to bottom, #6a82fb, #fc5c7d); */
	opacity: 1;
}

.cr-sidebar[data-image]:after {
	opacity: 0.77;
}

.cr-sidebar__content {
	position: relative;
	z-index: 4;
	height: calc(100vh - 20px);
	padding-bottom: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	/* scrollbar-width: none; */
	-ms-overflow-style: none;
}

.cr-sidebar__content::-webkit-scrollbar {
	width: 0;
}

.cr-sidebar__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.cr-sidebar__nav-item-collapse {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.cr-sidebar__nav-item-icon {
	width: 1.5rem;
	height: 1.5rem;
	padding-right: 0.5rem;
}

.cr-sidebar--open {
	left: 0;
	transition: left 0.2s ease-in;
}

.cr-sidebar--open + .cr-content {
	margin: 0 0 0 224px;
	transition: margin 0.2s ease-in;
}

.cr-sidebar .nav {
	margin-top: 20px;
}

.cr-sidebar .nav .nav-item {
	margin: 5px 10px;
	color: #f8f9fa;
	border-radius: 4px;
	opacity: 0.86;
}

.cr-sidebar .nav .nav-link {
	color: #f8f9fa
}

.cr-header__nav-right {
	flex-direction: row;
	justify-content: flex-end;
	margin-left: auto;
}


.cr-content {

  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}


.topbar-divider {
	width: 0;
	border-right: 1px solid #e3e6f0;
	height: calc(4.375rem - 2rem);
	margin: auto 1rem;
}


.modal.modal-custom-aside .modal-dialog{ 
	width: 350px; max-width:80%; height: 100%; margin:0;transform: translate(0); transition: transform .2s;
}
.modal.modal-custom-aside .modal-dialog .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal.modal-custom-aside .modal-dialog .modal-content .modal-body{ overflow-y: auto }
.modal.modal-custom-aside.fixed-right-dialog-aside .modal-dialog{ margin-left:auto;  transform: translateX(100%); }
.modal.modal-custom-aside.fixed-left-dialog-aside .modal-dialog{ margin-right:auto; transform: translateX(-100%); }
.modal.modal-custom-aside.show .modal-dialog{ transform: translateX(0);  }





.cr-search-form {
	position: relative;
}

.cr-search-form__icon-search {
	position: absolute;
	left: 8px;
}

.cr-search-form__input {
    /* stylelint-disable-next-line */
	padding-left: 35px !important;
}







.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .chart-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.easy-pie-chart .chart-percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.chart-any-value {
	position: relative;
	left: 0px;
	top: 55px;
}

.easypie-chart {
	display: inline-block;
	position: relative;
	padding: 0 6px;
}

.easypie-chart.easypie-chart-md span {
	margin-top: -25px;
	line-height: 40px;
}

.easypie-chart span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	margin-left: -50%;
	height: 30px;
	margin-top: -15px;
	
}

/* 

.chartjs-render-monitor {
	animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1;
}
 */


.cr-page__breadcrumb ol.breadcrumb {
	padding: .5rem !important;
	margin: 0 !important;
}

.junoDashboardCardWidget .card-header {
	border-bottom: 2px solid #095899 !important;
}

.junoDashboardCardWidget .card-body.overflow-auto {
	margin-right: -40px !important;
	padding-right: 40px !important;
}

.junoDashboardCardWidget.card {
	height:360px;
	overflow:hidden;
}



.common-card-spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: commonSpinnerRotation .6s infinite linear;
  -moz-animation: commonSpinnerRotation .6s infinite linear;
  -o-animation: commonSpinnerRotation .6s infinite linear;
  animation: commonSpinnerRotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes commonSpinnerRotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes commonSpinnerRotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes commonSpinnerRotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes commonSpinnerRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.card-overlay-spinner {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.card-overlay-spinner.show{
	display: flex !important;
}

.customTextColorHover.text-muted {
	color: #fff !important;
}

.customTextColorHover.text-danger.text-muted:hover {
	color: #dc3545 !important;
}
.customTextColorHover.text-success.text-muted:hover {
	color: #28a745 !important;
}
.customTextColorHover.text-warning.text-muted:hover {
	color: #ffc107 !important;
}


.animate__animated.animate__on_hover_infinite:hover{
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

svg > g:last-child > g:last-child { pointer-events: none }
div.google-visualization-tooltip { pointer-events: none }

.header-bg{
	background-color: #095899;
	height: 81px;
}
.nav-menubar {
	box-shadow: 0 2px 4px #777;
	padding: 1px !important;
}

.dropdown-toggle::after {
    content: none;
}

.btn_primary {
    background-color:#095899 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}
.btn_success {
    background-color: #34a853 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}
.btn_danger {
    background-color: #ea4335 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}
.btn_info {
    background-color: #08b8e9 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}
.btn_dark {
    background-color: #112e51 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}

.label-info{
	background-color: #08b8e987 !important;
	display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.label-warning{
	background-color: #ffc1078c !important;
	display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.label-success{
	background-color: #28a74585 !important;
	display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.label-danger{
	background-color: #dc35457a !important;
	display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.heading_cls{
	color : #095899;
	text-align: center;
}

.activeCard{
	color : #095899;
	background-color:#26b75136;
	text-align: left;
}
.activeCard:hover {
	color: #095899;
	text-align: left;
	background-color: #26b75166;
	cursor: pointer;
	box-shadow: 1px 10px 8px -4px #26b75166;
}
.inActiveCard{
	background-color : #b4b9b636;
	text-align: left;
}
.logoutStrip{
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px
}


