@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('fonts/Roboto-Regular.ttf');
}

body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.btn-app {
	height: auto !important;
	color: #fff;
	background: #495057 !important;
	font-weight: bold;
	transition: ease-in .3s all;
	border: 0px solid #ccc !important;
	margin: 0px 0px 25px 0px;
	padding: 1.5rem 0.8rem;
}

	.btn-app:hover {
		color: #fff;
		background: #dc3545 !important;
		transition: ease-in .3s all;
	}

	.btn-app:visited {
		color: #fff
	}

	.btn-app i {
		display: block;
		margin-bottom: 10px;
	}

h3 {
	font-size: 1.5em !important;
}

p {
	margin-bottom: 5px;
}

select, input[type=text], input[type=password] {
	height: 26px !important;
	border-radius: 0.25rem !important;
}

textarea {
	border-radius: 0.25rem !important;
}

.form-check-label input, .form-check-label label {
	margin-right: 8px;
}

.b-radius {
	border-radius: 0.25rem !important;
}

.body-gradient {
	background: -webkit-linear-gradient(top, #005dbd, #a864a8);
	background: -moz-linear-gradient(top, #005dbd, #a864a8);
	background: -o-linear-gradient(top, #005dbd, #a864a8);
	background: -ms-linear-gradient(top, #005dbd, #a864a8);
	background: linear-gradient(to bottom, #005dbd, #a864a8);
	background: url("/Images/login-bg.jpg") no-repeat;
	background-size: 100% auto;
	height: 100vh;
	background-position: center 15%;
}

.table-small-font {
	font-size: 12px !important;
}

input {
	border-color: #b6b6b6;
}


	input::-webkit-input-placeholder {
		color: #eee;
	}

	input::-moz-placeholder {
		color: #eee;
	}

	input:-ms-input-placeholder {
		color: #eee;
	}

.btn {
	border: 0px !important;
	font-size: 1em !important;
}

.btn-white {
	background: #fff !important;
	color: #005dbd !important;
	line-height: 0.7;
}

.btn-primary {
	background: #005dbd !important;
}

.bg-sky-blue {
	background: #eaf9ff;
}

.bg-white {
	background: #fff !important;
}

.login-box {
	box-shadow: 0 10px 20px 0px #898989;
	-webkit-box-shadow: 0 10px 20px 0px #898989;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bg-blue {
	background: #005dbd !important;
}

.bg-light-blue {
	background: #2e7ac9 !important;
}

.color-white {
	color: #fff !important;
}

.color-dark {
	color: #333333 !important;
}

.color-blue {
	color: #005dbd !important;
}

h1.big {
	font-size: 60px;
}

h1 {
	font-size: 1.5rem;
	font-weight: normal;
}

h3 {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

ul.modal-list {
	margin: 0px;
	padding: 0px;
}

	ul.modal-list li {
		margin: 0px;
		padding: 3px 0px;
		list-style: none;
		position: relative;
	}

		ul.modal-list li a {
			color: #333;
			padding-left: 15px;
		}

			ul.modal-list li a:hover {
			}

			ul.modal-list li a:after {
				position: absolute;
				content: '\f058';
				left: 0px;
				top: 3px;
				font-family: FontAwesome;
				color: #005dbd;
			}

.top-icons a {
	float: left;
	margin: 0 20px;
	font-size: 12px;
}

	.top-icons a span i {
		display: block;
		text-align: center;
		padding-bottom: 3px;
	}

.btn {
	font-size: 10px !important;
}

.form-group {
	margin-bottom: 6px;
}

.form-control, .custom-select, .datepicker {
	font-size: 12px !important;
}

.table th, .table td {
	border: 1px solid #e1e1e1 !important;
	font-size: 12px;
	white-space: nowrap;
}

.table th {
	background: rgb(236,236,236);
	background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 57%, rgba(251,251,251,1) 100%);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

.form-group {
	margin-bottom: 6px;
}

textarea.form-control {
	max-height: 32px;
}


li.treeview.menu-open .fa-angle-right:before {
	content: "\f146";
}

.fa-angle-right:before {
	content: "\f0fe";
}

.fa-circle:before {
	content: "\f068";
	font-size: 10px;
	float: right;
}

label {
	font-size: 12px;
	margin-bottom: 0px;
}

/*.row .col-md-2 { padding-left: 5px; padding-right: 5px;}*/

.justify-content-between .custom-select {
	height: 28px !important;
}

.justify-content-between .col-form-label {
	padding-bottom: 0;
}

.justify-content-between input[type=text] {
	height: 28px !important;
}

.justify-content-between .btn.btn-info {
	padding: 0.25rem 0.5rem;
}

ul.sidebar-menu.tree li.header {
	display: none;
}

@media(min-width:544px) {
	h1 {
		font-size: 2.5rem;
		font-weight: normal;
	}

	h3 {
		font-size: 2rem;
		font-weight: normal;
		padding: 0px;
		margin: 0px;
	}

		h3.smalll {
			font-size: 1rem;
			font-weight: normal;
			padding: 0px;
			margin: 0px;
		}

	h1.smalll {
		font-size: 2rem !important;
	}
}



@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
