@import 'theme.css';

.disableResize,
.disable-resize {
	resize: none;
}

.drop-zone-area {
	border: 1px dashed #2c7be5;
	padding: 10px;
	min-height: 100px;
	cursor: pointer;
}

.textLeft {
	text-align: left !important;
}

.cursorHelp {
	cursor: help;
}

.fade-enter-active {
	transition: opacity 0.3s;
}

.fade-leave-active {
	transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.bounce-enter-active {
	animation: bounce-in 0.5s;
}

.bounce-leave-active {
	animation: bounce-in 0.01s reverse;
}

@keyframes bounce-in {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

.rowFlex {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: white;
}

.rowHeader {
	background: white;
	width: 40%;
	min-width: 20px;
	border: 0.5px solid #adadad;
}

.cellFlex {
	background: #32c962;
	flex: 0 0 50px;
	/* align-items: self-end; */
	align-items: stretch;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 20px;
	border: 0.5px solid white;
	color: white;

	text-align: center;
}

.columnHeader {
	background: #303e34;
	text-align: center;
	color: white;
	min-height: 1px;
	border: 0.5px solid white;
	cursor: pointer;
}

.red {
	color: #ff3333
}

.pink {
	color: #FE61A0
}

.green {
	color: #32c962;
}

.gray {
	color: #F5F5F5;
}

.yellow {
	color: #FFDF00;
}

.gold {
	color: #FFD700;
}

.orange {
	color: #FF8C00;
}

.blue {
	color: #3498db;
}

.greenSevere {
	background-color: #32c962;
}

.orangeSevere {
	background-color: orange;
}

.yellowSevere {
	background-color: yellow;
	color: black;
}

.redSevere {
	background-color: red;
}

.blackSevere {
	background-color: black;
}

#responsiveClickTable .row {
	margin: 0 0 0;
}

.dashboardCount {
	line-height: 47px;
	font-weight: 600;
	font-size: 40px;
}

.normalStatus {
	color: #1ABB9C;
}

.severeStatus {
	color: red;
}

.count_top {
	font-size: 20px;
}

.chart_box {
	box-sizing: border-box;
	margin: 15px 0 15px 0;
}

.titles {
	border-bottom: 2px solid #E6E9ED;
	margin-bottom: 10px;
}

.center {
	text-align: center;
	border-right: 2px solid #D9DEE4;
}

.table-responsive .row .col-sm-12 {
	position: unset !important;
}

.gradient-success {
	background-image:
		linear-gradient(to right,
			#56ab2f,
			#a8e063);
}

svg.add-icon:hover,
span.add-icon svg:hover {
	color: #00d27a;
}

svg.remove-icon:hover,
span.remove-icon svg:hover,
i:hover>svg {
	color: #e63757;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.chosen-choices {
	display: none;
}

#atlwdg-trigger {
	z-index: 1020;
}

.square {
	position: relative;
	width: 50%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.squareChart {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1920px) {
	.raTableConfigModal {
		height: 400px;
		overflow-y: auto;
	}
}

@media screen and (max-width: 1280px) {
	.raTableConfigModal {
		height: 200px;
		overflow-y: auto;
	}
}

.font-size-small {
	font-size: small;
}

.font-size-smaller {
	font-size: smaller;
}

.font-size-large {
	font-size: large;
}

.font-size-larger {
	font-size: larger;
}

.bg-grey-5 {
	background: #F1F4FA;
}

.bg-grey-20 {
	background: #DFE5F1;
}

.bg-grey-30 {
	background: #a6a6a6;
}

.bg-grey-15-important {
	background-color: #d9d9d9 !important;
}

.height-2-rem {
	height: 2rem;
}

.height-2-rem {
	height: 2rem;
}

.height-3-rem {
	height: 3rem;
}

.height-4-rem {
	height: 4rem;
}

.height-5-rem {
	height: 5rem;
}

.navbar-vertical,
.navbar-vertical-content,
.navbar-vertical-toggle {
	background-color: #FF8500 !important;
	left: 0;
	right: 0;
	padding-left: 5px;
}

.navbar-toggler-humburger-icon,
.navbar-toggle-icon:after,
.navbar-toggle-icon:before,
.navbar-toggle-icon,
.navbar-toggle-icon .toggle-line {
	background: #FFFFFF;
}

.navbar-toggler-humburger-icon:hover,
.navbar-toggler-humburger-icon {
	background-color: #FF8500;
}

.dropdown-indicator:after,
.navbar-vertical .navbar-nav .nav-link:hover.dropdown-indicator:after,
.navbar-vertical .navbar-nav .nav-link:focus.dropdown-indicator:after {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.navbar-vertical.navbar-expand-xl {
	max-width: 15.625rem;
}

.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .navbar-collapse,
.navbar-toggler-humburger-icon,
.navbar-vertical-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.collapse.navbar-collapse.navbar-vertical-content:not(.show) {
	height: 100vh;
}

.checkbox-large-10 {
	width: 10px;
	height: 10px;
}

.checkbox-large-20 {
	width: 20px;
	height: 20px;
}

.transparent-background {
	background-color: transparent;
}

.bg-red {
	background-color: #F8D7DA !important;
}

.bg-green {
	background-color: #D4EDDA !important;
}

.bcp-close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

button.bcp-close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.active-nav-item {
	color: #595959 !important;
}

.custom-checkbox .custom-control-label:after,
.custom-checkbox .custom-control-label:before {
	top: 0.25rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-top-color: #97A6BE;
	border-left-color: #97A6BE;
	border-right-color: #97A6BE;
	font-weight: 700;
}

.dt-info, .dt-length>label, .dt-search>label {
	font-size: 0.8rem;
}

.logo-default-height {
	height: 50px;
}