@import 'normalize.css';
@import 'variables.css';
@import 'fontFace.css';
@import 'grid.css';
@import 'icon.css';
@import 'animate.css';
@import 'preloader.css';
@import 'ng-select.css';
@import '../ui/button.css';
@import '../ui/form.css';
@import 'primeTheme.css';
@import 'responsive.css';
@import 'template.css';

html {
	font-size: 14px;
}

body {
	background-color: var(--prBgColor);
	color: var(--txtColor);
	font-family: "Avenir", sans-serif;
	font-size: 1rem;
	font-weight: normal;
}

a, .link-style, .mail {
	color: var(--linkColor);
	text-decoration: none;
	/*transition: color ease-in-out 0.2s;*/
}

a:hover, a:focus, .link-style:hover {
	color: var(--linkHovColor);
}

.link-style {
	cursor: pointer;
}

ol, ul {
	list-style: none;
	padding-left: 0;
}

/* Titles Class */

.title-panel, .title-section, .title-form-section {
	color: var(--titleColor);
	font-weight: bold;
}

.title-panel {
	font-size: 2em;
	margin-bottom: 20px;
	position: relative;
}

.all .title-panel {
	margin-bottom: 0;
}

h2 {
	color: #000;
}

.modal-dialog .title-panel::after {
	background-color: #ff3600;
	content: "";
	display: none;
	height: 0;
	margin-top: 0;
	width: 0;
}

/*.title-panel::after {
	background-color: #ff3600;
	content: "";
	display: block;
	height: 3px;
	margin-top: 10px;
	width: 33px;
}*/

.title-panel > .btn-wr {
	position: absolute;
	right: 0;
	top: 0px;
}

.title-panel.mBottomSm {
	margin-bottom: 0.7em;
}

.title-section, .title-section-b-no {
	color: var(--titleColor);
	font-size: 1.45em;
	margin-bottom: 30px;
	margin-top: 1.25em;
	padding-bottom: 0.45em;
}

.title-section.mBottomSm {
	margin-bottom: 10px;
	margin-top: 1em;
}

.title-section {
	border-bottom: 1px solid #dbdfe3;
}

.title-section.collapse-arr::before {
	font-size: 0.8em;
	right: 5px;
	top: 5px;
}

.title-section.noBorder {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
}

.title-form-section {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}

@media screen and ( max-height: 1000px ) {
	/*html {font-size: 13px;}
    .title-panel { margin-bottom: 0.95em; }*/
}

.pac-container {
	z-index: 100000;
}

.ui-datepicker select.ui-datepicker-year {
  width: 40% !important;
}
