label.col-lg-2.col-sm-2.control-label {
	margin-top: 10px;
}

.form-control, .single-line {
	padding: 0px 12px;
	border: 1px solid #ccc;
}

.m-t-10 {
	margin-top: 10px;
}

.modal-footer .btn+.btn {
	margin: 10px;
}

.ibox-title {
	padding: 0px 10px 10px 7px !important;
	min-height: 55px !important;
}

.ibox-title h5 {
	padding-top: 15px !important;
	padding-left: 10px;
}

.result-container
.result-resolved
>
.result-loading
:not

(
.result-error

)
:not


(
.result-empty

)
:not

(
.result-non-empty

),
.result-container
:not

(
.result-resolved


)
>
.result-error
:not

(
.result-loading

),
.result-container
:not

(
.result-error


)
>
.result-error
:not

(
.result-loading

)
:not

(
.result-empty

)
:not

(
.result-non-empty


),
.result-container
:not

(
.result-resolved

)
>
.result-empty
:not

(
.result-loading


),
.result-container
.result-error
>
.result-empty
:not

(
.result-error

),
.result-container
:not

(
.result-empty

)
>
.result-empty
:not

(
.result-non-empty


),
.result-container
:not

(
.result-resolved

)
>
.result-non-empty
:not

(
.result-loading


),
.result-container
.result-error
>
.result-non-empty
:not

(
.result-error


),
.result-container
.result-empty
>
.result-non-empty
:not

(
.result-empty


)
{
display
:

none
;


}

/* https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1765 */
div.datepicker>div {
	display: block;
}

.tdnone {
	display: none;
}

.tooltip-inner {
	white-space: pre;
	max-width: none;
}

.btn {
	margin: 10px;
}

.btn-primary {
	background-color: #1a7bb9;
	border-color: #1a7bb9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #1a7bb9;
	border-color: #1a7bb9;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,
	.btn-primary.disabled:active, .btn-primary.disabled.active,
	.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary,
	fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
	fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active
	{
	background-color: #1a7bb9;
	border-color: #1a7bb9;
}

.requiredSup {
	color: red;
}

.under-construction {
	display: none;
}

.address {
	font-family: "Lucida Console", monospace;
}

.select-schedule {
	width: 6em;
}

.timestamp {
	width: 10em;
}

.threshold-diaper-model {
	width: 3em;
}

.threshold-percent {
	width: 3em;
}

.threshold-leak-criterion {
	text-align: left;
}

.threshold-leak-adc-value {
	width: 3.5em;
}

@media ( min-width : 1200px) {
	.add-policy {
		width: 1100px !important;
		margin: 30px auto;
	}
}

#start-daily {
	text-align: center;
}

#start-weekly {
	text-align: center;
}

#end-daily {
	text-align: center;
}

#end-weekly {
	text-align: center;
}

.checkNewShift {
	height: 34px;
	margin: 0px 10px;
}

.sensorcard {
	border-radius: 50px;
	padding: 0px;
	background: linear-gradient(to bottom, orange 0%, orange 50%, white 50%, white 100%);
	box-shadow:	inset 0 0 15px rgba(0,0,0,.5);
}

.c100 {
	margin: 0px !important;
}

.upper-layer {
	padding-left: 20px;
	font-size: 30px;
	color: white;
	padding-top: 5px;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lower-layer {
	padding-left: 20px;
	color: orange;
	padding-top: 15px;
	font-size: 20px;
}

.lower-widgets {
	margin-top: 20px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 20px;
}

.upper-widgets {
	width: 80%;
	margin: auto;
}

.filterImage {
	height: 80px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	margin:	auto;
}

.p-t-10 {
	padding-top:	10px;
}

@media ( max-width : 992px) {
	.c100 {
		font-size: 50px !important;
	}
	.filterImage {
		height: 30px;
		margin:	auto;
	}
	.upper-widgets {
		width: 100%;
	}
	.lower-widgets {
		padding-left: 20px;
		padding-right: 20px;
		margin-left:	auto;
		margin-right:	auto;
	}
	.stylebackground {
		padding: 30px 0 !important;
	}
	.p-lg {
		padding: 10px;
	}
	.m-b-md {
		margin-bottom: 10px;
	}
	.col-xs-3 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.fa-4x {
		font-size: 2em;
	}
	.lower-layer {
		font-size: 10px;
	}
	.upper-layer {
		font-size: 	10px;
		max-width:	50px;
	}

	.system-upper-layer {
		font-size: 8px;
	}

	.pr20 {
		padding-right: 5px !important;
	}
	.btn-rounded {
		width: fit-content;
		font-size:	15px !important;
		padding-top: 10px;
	}

	.button-img {
	    width: 15px !important;
	}

	.justify {
		margin:	auto;
	}

	.upper-card {
		display:	flex;
		height:		50px !important;
	}

	.lower-card {
		height:			50px!important;
		text-align:		center!important;
		padding-top:	10px!important;
	}

	.countsize {
		font-size:	15px !important;
	}

	.worflowdot {
		margin-top:	15px !important;
	}

	.container {
		padding:	0 !important;
	}

	.ibox-content {
		padding:	15px 5px 20px 5px !important;

	}

	.wrapper {
	    padding: 0 5px !important;
	}

}

.pr20 {
	padding-right: 20px;
}

.total-card {
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 150px;
	cursor:		pointer;
	border-radius: 30px;
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	margin:	20px auto 30px auto
}

.upper-card {
	height:		120px;
	display:	flex;
}

.worflowdot {
	margin-top:	50px;
}

.workflowseq {
	position: relative;
	bottom: 20px;
	left: 6px;
}

.lower-card {
	height:			120px;
	text-align:		center;
	padding-top:	20px;
}

.stylebackground {
	background: linear-gradient(to bottom, #E0FFF2, #A9D6FF);
	padding: 30px;
	max-width: 1300px;
	margin: auto;
}

.system-stylebackground {
	background: radial-gradient(#a7fcfb, #4855b5);
	padding: 30px;
	max-width: 1300px;
	margin: auto;
}

.middleButtons {
	border-radius: 20px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.5);
}

.justify {
	display:	flex;
	justify-content: space-between;
}

.justify-right {
	display: flex;
	justify-content: flex-end;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.btn-rounded {
	width: 20%;
	margin: 0px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.5);
	background-color: white;
	color:	#a9b4b6;
	height:	50px;
	border-radius:	20px;
	font-size:	25px;
}

.tilesFooter {
	position: relative;
	width: 100%;
}

.select2-container {
	display: block;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0px;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 34px;
	color: #555;
}

.select2-container {
	margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 34px;
}

div#myDropZone {
	width: 100%;
	height: 150px;
	border: 1px solid black;
	margin-top: 30px;
}

.btn-down {
	margin-top: 30px;
}

#logoImage {
	max-height: 100px;
}

.subgraywhite-bg {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 100%);
}


.graywhite-bg {
	background: linear-gradient(to bottom, #bfbfbf 0%, #bfbfbf 50%, white 50%, white
		100%);
}

.grey-bg {
	background-color: #dfdfdf;
}

.yellowwhite-bg {
	background: linear-gradient(to bottom, #ffbf86 0%, #ffbf86 50%, white 50%, white
		100%);
}

.orangewhite-bg {
	background: linear-gradient(to bottom, #db9c83 0%, #db9c83 50%, white 50%, white
		100%);
}




.greenwhite-bg {
	background: linear-gradient(to bottom, #95cf95 0%, #95cf95 50%, white 50%, white
		100%);
}

.redwhite-bg {
	background: linear-gradient(to bottom, #ea9393 0%, #ea9393 50%, white 50%, white
		100%);
}

.bluewhite-bg {
	background: linear-gradient(to bottom, #8fbbd9 0%, #8fbbd9 50%, white 50%, white
		100%);
}

.wrapper-title {
	display: block;
	margin-bottom: 30px;
}

.search_input {
	font-size:	20px;
	width:		250px;
}

.search_input::-webkit-input-placeholder {
	color:	rgb(0, 0, 0, 0.3);
}

.total-card.active {
	background: linear-gradient(to bottom, white 0%, white 50%, #1a7bb9 50%, #1a7bb9
		100%);
	color:				white;
}

.btn-rounded.active {
	background-color: #1a7bb9;
}

.btn-rounded.active:hover {
	background-color: #1a7bb9;
	color:			white;
}

.countsize {
	font-size: 36px;
}

.nav>li.active {
	border-left: 4px solid #1a7bb9;
	background: #293846;
}

.form-control:focus, .single-line:focus {
	border-color: #1a7bb9 !important;
}

.swal2-popup {
	font-size: 1.5rem;
}

.permission-text {
	display: inline;
	padding-left: 20px;
}

.language-flag {
	height: 20px;
	margin-right: 10px;
}

#calendar {
	max-width: 1300px;
	margin: 40px auto;
}

.day-select {
	width: 100%;
	font-size: 18px;
}

.swal2-container {
	z-index: 3000;
}

.popover {
	z-index:	2500 !important;
}

@media ( min-width : 800px) {

	.navbar-static-side {
		width:		180px;
	}

	#page-wrapper {
	    margin: 0 0 0 180px;
	}

    .menu-leaf-link {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 176px;
    }

}

.workflow_enable {
	color:	#18a689;
}

.alert-danger {
	margin-top:		10px;
}

.workflow_enable:hover, .workflow_enable:focus, .workflow_enable:active {
	color:	#18a689;
}

.nurse-monitor {
	cursor:		pointer;
}

.fc-content {
	padding-left:	10px;
}

.button-img {
	width:		25px;
}

.btn-inherit {
	background:		inherit;
	border:			1px solid rgb(0,0,0,0.1);
	margin:		3px;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}

footer {
	margin-top:	30px;
}

.nav-header {
	background:	none;
}

body.mini-navbar .nav-header {
	padding: 0;
	background-color: #2f4050;
}

.filter-box {
	display:	inline-flex;
	width:		100%;
	justify-content:space-between;
	margin-left:	10px;
	padding-right:	10px;
}

.clip-filter-group,.user-filter-group {
	display: inline;
	margin-left: 20px;
}

.advanced_filter {
	vertical-align: sub;
}

.help_button {
	padding-top:16px;
	padding-left:5px
}

.help-url-flag {
	padding:	0;
	cursor:		pointer;
	margin-right:	10px;
}

.select2-container--open {
	z-index: 10000;
}

.select2-drop {z-index: 99999;}

.system-list-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.system-monitor-input {
	width: 100%;
	height: 34px;
	padding: 0px 12px;
	border: 1px solid #ccc;
}

.system-upper-layer {
	padding-left: 20px;
	font-size: 20px;
	color: white;
	padding-top: 5px;
}

.hidden {
	display: none;
}

.container-border {
	border: 1px solid #ccc;
	padding: 10px
}

.flag-menu { background-color: #ADD8E6 ;}

.invalid-input-alert {
    color: red;
    margin-top: 4px;
    font-size: 12px;
}
