body {
	background: #f9f9f9;
}

#wrapper {
	padding: 90px 15px;
}

.navbar-expand-lg .navbar-nav.side-nav {
	flex-direction: column;
}

.card {
	margin-bottom: 15px;
	border-radius: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.header-top {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.leftmenutrigger {
	display: none
}

@media ( min-width :992px) {
	.leftmenutrigger {
		display: block;
		display: block;
		margin: 15px 15px 15px 0;
		cursor: pointer;
	}
	#wrapper {
		padding: 90px 15px 15px 15px;
	}
	.navbar-nav.side-nav.open {
		left: 0;
	}
	.navbar-nav.side-nav {
		background: #585f66;
		box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
		position: fixed;
		top: 56px;
		flex-direction: column !important;
		left: -220px;
		width: 200px;
		overflow-y: auto;
		bottom: 0;
		overflow-x: hidden;
		padding-bottom: 40px
	}
}

.animate {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}

.dropdown-menu a {
	color: #FFFFFF !important;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: none !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #23436B;
}

.tbheader {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #3A608E;
	text-align: center;
}

.tbsubheader {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #B7CBE3;
}

.tbfieldheader {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #E8E9EE;
	border-color: #F2F2F2;
}

.tbfieldtext {
	font-family: verdana;
	font-size: 12px !important;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #E8E9EE;
	border-color: #F2F2F2;
}

.submit {
	font-family: verdana;
	font-size: 12px;
	color: #23436B;
	background-color: #B7CBE3;
	border-color: #F2F2F2;
	min-width: 78px !important;
	border-radius: 0.1rem;
	font-weight: bold;
}

.submit:focus, .submit:hover {
	color: #B7CBE3;
	text-decoration: none;
	background-color: #23436B;
}

.hieght {
	line-height: 0.5
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.forBorder {
	border: thin solid #084B8A;
}

.add {
	color: #27C46B;
}

.edit {
	color: #FFC107;
}

.delete {
	color: #E34724;
}

input[type="radio"] {
	margin-right: 0;
}

.submenu {
	min-width: 6rem;
	background-color: #23436B;
	border-radius: 0.25rem;
	border: 0px;
	background-clip: padding-box;
	padding: .1rem 0;
	margin: .125rem 0 0;
}

label.error {
	font-weight: bold !important;
	color: #dc3545 !important;
}

.form-error {
	border-color: #f10000;
}

.form-noerror {
	border-color: #ffffff;
}


