/* General page styles */
html {	
	touch-action: manipulation;	
}

body {
	background-color: #111111;
	overscroll-behavior-y: contain;
}

.container-fluid {
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}

@media(min-width:1200px){
	.container-fluid {
		padding-left: 10.0rem;
		padding-right: 10.0rem;
	}
}

/* Spinner */
.spinner div div {
	background: #cccccc !important;
}

/* Form controls */
.form-control-password {
	-webkit-text-security: disc;
}

/* Boostrap modal dialogs */
@media(max-width:1199px){
	.modal-lg{
		max-width: 90%;
	}
}

.modal-backdrop{
    background-color: #444444;
}

/* Navigation bar */
.navbarCustom {
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: rgba(46, 49, 49, 0.8) !important;
	padding: 0.3rem 0.3rem 0.3rem 1.0rem;
}
.navbarLogo {	
}
.navbarLogoImage {
	height: 2.5rem;
	vertical-align: top;
}
.navbarDatetime {
	position: relative;
	color: white;
	font-size: 1.3rem;
	text-align: center;
}
.navbarUser{
	position: relative;
	color: white;
	font-size: 1.3rem;
	font-weight: 200;
	text-align: left;

}
.navbarUserName{
	font-weight: 500;
}
.navbarMenu {
	position: relative;
	text-align: left;
	font-size: 1.1rem;
	padding-left: 1.3rem;
}

/* Header */
.pageHeaderText {
	font-weight: lighter;
}

/* Footer */
.footer{
	position: absolute;
	bottom: 1.0rem;
	width: 100%;
	text-align: center;
	font-size: 0.7rem;
}
.footer a:visited {
  color: inherit;
  text-decoration: none;
}

/* Log modal */
.logModal {
	opacity: 0.9;
	width: 100% !important;
}

.logModalDialog {
	overflow-y: initial !important;
	max-width: 97%;
}

.logModalBody {
	height: 30.0rem;
	overflow-y: auto;
	text-align: left;
	font-size: 0.8rem;
	white-space: pre-line;
}

.logButtonControl{
	width: 2.9rem;
}

.logSelectControl{
	padding: 0.27rem 0.1rem;
}

/* Install application */
.installApp{
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
	text-align: center;
  	display: none;
}

/* Application Settings */
.adminSettingsModalContent{
	text-align: left !important;
	opacity: 0.9;
}

/* About*/
.adminAboutModalContent{
	text-align: left !important;
	opacity: 0.9;
}


/* Scroll to top */
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

.scroll-to-top:focus,.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #5a5c69
}

.scroll-to-top i {
    font-weight: 800
}

/* PNotify messages styles */
.ui-pnotify{
	width: 50% !important;
}

.ui-pnotify-icon span{
	margin-top: 0.15em;
}

/* Bootbox confirm messages */
.bootbox-confirm > div{
	max-width: 90% !important;
}

@media(min-width:1200px){
	.bootbox-confirm > div{
		max-width: 50% !important;
	}
}

/* Bootbox prompt messages */
.bootbox-input-number {
	-webkit-text-security: disc !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Datetime picker */
.datetimepicker-input {
	border-radius: 0.25rem !important;		
}

.icons-medium {
    font-size: 0.8rem !important;
    margin-right: 0.3rem !important;
    margin-top: 0.7rem !important;
}

/* Custom elements styles */
ul.no-bullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widthAuto {
	width: auto;
}

.btn-round {
	border-radius: 3rem;
}

.all-center {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.noResize {
	resize: none;
}

.readonlyNormalFieldStyle{
	background-color: #000000 !important;
}