﻿body {
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}

#main {
    min-height: 100px;
    padding-bottom: 0 !important;
}

.row-fluid {
    height: inherit;
}

#public-container {
    height: inherit;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0
}

.dropdown-menu {
  width: 100%;
}

.dropdown-menu a:hover {
	cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.row-table {
    display: table;
	width: 100%
}

.row-cell {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-sides {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.crop {
    width: 100px;
    height: 100px;
	background-size: auto 100px;
}

.hidden-file-input {
    opacity: 0;
    width: 0;
    height: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
}

.tab-pane header {
	font-weight: bold;
}

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #f36e07;
}

.back-to-top i {
  font-size: 60px;
}

.filter-label {
	display: block;
	font-weight: 400;
	color: #666;
	margin-bottom: 0 !important;
}

iframe {
	min-height: calc(100vh - 165px) !important;
	max-height: calc(100vh - 165px) !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	border: none !important;
}

.horizontal-aligned-checkbox {
	margin-top: 22px !important;
}

.datepicker {
	z-index: 1149 !important;
}

.field-validation-error {
	color: red !important;
}

.btn-group > .btn.active {
	z-index: 0 !important
}

.transparent-soft {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

body.inner-style {
    background-image: url('../Images/inner_background.jpg');
}

.lone-text {
    top: 25%;
    position: absolute;
}