
/*** 1.0 IMPORT ***/
/*** 2.0 GENERAL ***/
/*** 2.0.1 CUSTOM SELECT ***/
/*** 2.1 CONTAINERS ***/
/*** 2.2 BUTTONS ***/
/*** 2.3 PAGINATION ***/
/*** 2.4 FILTER ***/
/*** 3.0 NAV ***/
/*** 3.1 NAV BUTTONS ***/
/*** 3.1.1 NAV-USER BUTTON ***/
/*** 3.2 MOBILE MENU ***/
/*** 4.0 MODAL ***/
/*** 4.1 MODAL TOOLTIP ***/
/*** 5.0 GRID ***/
/*** 5.1 GRID TOOLTIP ***/
/*** 6.0 ADMIN ***/
/*** 6.1 REPORTS ***/

/*** Z.0 OTHER ***/
/*** Z.1 RESPONSIVE ***/




/******************/
/*** 1.0 IMPORT ***/
/******************/

#lswebportal form.mt-3 > .container > .row > .col-md  > .form-group {
	align-items: flex-start !important;
}
#lswebportal .btn-success,
#lswebportal .btn-danger {
	width: auto;
	min-width: 85px;
}
body .modal-backdrop.show:nth-of-type(even) {
    z-index: 1049 !important;
}

/*******************/
/*** 2.0 GENERAL ***/
/*******************/

#lswebportal .navbar {
	background-color: #ffffff;
}
body,
#lswebportal .table {
	background-color: #ffffff !important;
	font-family: Montserrat, sans-serif !important;
	color: #011640;
	font-size: initial !important;
	font-weight: 300;
}
#lswebportal button, 
#lswebportal button:focus {
	outline: none !important;
}
.flatpickr-calendar.hasTime.noCalendar {
	max-width: 200px;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
	background: #ff0096 !important;
	border-color: #ff0096 !important;
	color: #ffffff !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:not(.selected):hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	background: #7bb800 !important;
	border-color: #7bb800 !important;
	color: #ffffff !important;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {	
	border-bottom-color: #ffffff !important;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {	
	border-top-color: #ffffff !important;
}
.flatpickr-time .numInput {
	background: #b1d36f !important;
	border: 1px solid #b1d36f !important;
	color: #111111 !important;
}
.flatpickr-time .numInput:hover {
	background-color: #7bb800 !important;
	color: #ffffff !important;
}
#lswebportal input[type="search"] {
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#lswebportal input[type="search"]:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(173, 203, 68, 0.25);
}
#lswebportal #main > h3 {
	margin: 30px;
}
#lswebportal .login {
	max-width: 350px; 
	margin-top: 20px;
}
#lswebportal .Application[data-app_type="Tow"] .input-group-prepend > .input-group-text {
	width: 96px !important;
}
#lswebportal .input-group-prepend {
	line-height: 1.5 !important;
}
#lswebportal .datetime {
	height: auto !important;
}
#lswebportal #editDialog .modal-footer button {
	width: auto;
	min-width: 80px;
}


/**********************/
/*** 2.1 CONTAINERS ***/
/**********************/

#lswebportal {
	min-height: 400px;
	margin-bottom: 50px;
}
#lswebportal .mapContainer {
	margin-bottom: 75px;
}
#lswebportal .copyright {
	margin-top: 1.15rem;
	text-decoration: underline;
}


/*******************/
/*** 2.2 BUTTONS ***/
/*******************/

#lswebportal .btn-primary, 
#lswebportal .btn-secondary, 
#lswebportal .btn-info,
#lswebportal .btn-success,
#lswebportal .btn-danger {
	width: auto;
	min-width: 100px;
	padding: 15px 20px;
	border-width: 0;
	border-radius: 0;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	-o-transition: 0.3s background-color ease 0s, 0.3s border-color ease 0s, 0.3s color ease 0s;
	-ms-transition: 0.3s background-color ease 0s, 0.3s border-color ease 0s, 0.3s color ease 0s;
	-moz-transition: 0.3s background-color ease 0s, 0.3s border-color ease 0s, 0.3s color ease 0s;
	-webkit-transition: 0.3s background-color ease 0s, 0.3s border-color ease 0s, 0.3s color ease 0s;
	transition: 0.3s background-color ease 0s, 0.3s border-color ease 0s, 0.3s color ease 0s;
}
#lswebportal .btn-primary {
	background-color: #ff0096;
	border-color: transparent;
	color: #ffffff;
	font-weight: 300;
}
#lswebportal .btn-primary:not(:disabled):not(.disabled):hover {
	background-color: #7bb800;
	border-color: transparent;
}
#lswebportal #booking_range .btn,
#lswebportal .dateRange .btn {
	background-color: #ff0096;
	border-width: 0;
	border-color: transparent;
	color: #ffffff;
}
#lswebportal #booking_range .btn:hover,
#lswebportal .dateRange .btn:hover {
	background-color: #7bb800;
	border-color: transparent;
}
#lswebportal .btn-primary:focus, 
#lswebportal .btn-secondary:focus, 
#lswebportal .btn-info:focus,
#lswebportal .btn-success:focus,
#lswebportal .btn-danger:focus {
	outline: none !important;
	box-shadow: none !important;
}


/**********************/
/*** 2.3 PAGINATION ***/
/**********************/

#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
	background-color: #ff0096;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0096), color-stop(100%, #ff0096));
	background: -webkit-linear-gradient(top, #ff0096 0%, #ff0096 100%);
	background: -moz-linear-gradient(top, #ff0096 0%, #ff0096 100%);
	background: -ms-linear-gradient(top, #ff0096 0%, #ff0096 100%);
	background: -o-linear-gradient(top, #ff0096 0%, #ff0096 100%);
	background: linear-gradient(to bottom, #ff0096 0%, #ff0096 100%);
	color: #ffffff !important;
	font-weight: 700;
}
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):not(:disabled):not(.disabled):hover, 
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):not(:disabled):not(.disabled):active {
	background-color: #7bb800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb800), color-stop(100%, #7bb800));
	background: -webkit-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -moz-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -ms-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -o-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: linear-gradient(to bottom, #7bb800 0%, #7bb800 100%);
	color: #ffffff !important;
}
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button:disabled,
#lswebportal .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	outline: none !important;
	box-shadow: none !important;
}


/******************/
/*** 2.4 FILTER ***/
/******************/

#lswebportal .filter .custom-checkbox .custom-control-label::before {
	top: 4px;
}
#lswebportal .filter .custom-control-input:checked~.custom-control-label::before {
	top: 4px;
	background-color: #7bb800;
	border-color: #7bb800;
}
#lswebportal .filter .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	top: 4px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}


/***************/
/*** 3.0 NAV ***/
/***************/


/***********************/
/*** 3.1 NAV BUTTONS ***/
/***********************/

#lswebportal .navbar .nav-item {
	font-family: Montserrat, sans-serif;
}
#lswebportal .navbar .nav-item .nav-link {
	padding: 7px 15px;
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	transition: color 1s;
}
#lswebportal .navbar .nav-item:active .nav-link,
#lswebportal .navbar .nav-item.active .nav-link {
	background-color: transparent;
	border-color: transparent;
	color: rgba(0, 0, 0, 0.6) !important;
	text-decoration: underline;
}
#lswebportal .navbar .nav-item .nav-link.focus, 
#lswebportal .navbar .nav-item .nav-link:focus {
}
#lswebportal .navbar .nav-item:hover:not(.active) .nav-link:not(:hover) {
}
#lswebportal .navbar .nav-item .nav-link:hover,
#lswebportal .navbar .nav-item:not(.active) .nav-link:hover {
	border-color: transparent;
	color: rgba(0, 0, 0, 0.4) !important;
	text-decoration: underline;
}


/*****************************/
/*** 3.1.1 NAV-USER BUTTON ***/
/*****************************/

#lswebportal .navbar form.form-inline {
	width: auto;
	height: auto;
}
#lswebportal .navbar .dropdown .dropdown-header {
	color: #000000;
	font-weight: 700;
	text-decoration: underline;
}
#lswebportal .navbar .dropdown .dropdown-menu .dropdown-header,
#lswebportal .navbar .dropdown .dropdown-menu .dropdown-item {
	margin: 0;
	padding: 0.75rem 1.5rem;
}
#lswebportal .navbar .dropdown .dropdown-menu .dropdown-item:hover,
#lswebportal .navbar .dropdown .dropdown-menu .dropdown-item:active {
	background-color: #7bb800;
	color: #ffffff;
}
#lswebportal .navbar .dropdown .dropdown-menu .dropdown-divider {
	margin: 0;
	border-top-color: #7bb800;
}


/***********************/
/*** 3.2 MOBILE MENU ***/
/***********************/

#lswebportal .navbar .navbar-toggler {
	position: relative;
	padding: 0 3px;
	border: 1.25px solid #7bb800;
	font-size: 1.25rem;
	transition: all .5s;
}
#lswebportal .navbar .navbar-toggler:after {
	content: "MENU";
	position: absolute;
	top: calc((100% - 1.25rem)/2);
	left: 100%;
	height: auto;
	width: 100%;
	margin-left: 0.5rem;
	color: #7bb800;
	font-weight: 700;
	vertical-align: middle;
}
#lswebportal .navbar .navbar-toggler:focus:after,
#lswebportal .navbar .navbar-toggler:after:focus {
	box-shadow: none;
}
#lswebportal .navbar-toggler-icon {
	width: 1.15em;
	height: 1.15em;
}
#lswebportal .navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%2305478e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' viewBox='0 0 30 30'%3E%3Cpath d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media screen and (max-width: 992px) {
	#lswebportal #mobileMenu {
		margin: 10px 0 0;
	}
	#lswebportal #mobileMenu .navbar-nav .nav-item {
		margin: 1px 0;
	}
}


/*****************/
/*** 4.0 MODAL ***/
/*****************/

#lswebportal .modal-body .row {
	margin-left: 0;
	margin-right: 0;
}
#lswebportal .modal-body .row > .col > h5,
#lswebportal .modal-body .row > .col-lg-6 > h6,
#lswebportal .modal-body .row > .col > .row {
	margin-left: -15px;
}
#lswebportal .modal-body .row > .col > .row > h5 {
	padding-left: 4px !important;
}
#lswebportal .modal-body > .row > .input-group,
#lswebportal .modal-body .puDetails .row > .input-group,
#lswebportal .modal-body .doDetails .row > .input-group,
#lswebportal .modal-body .puDetails .editorDateTime > div,
#lswebportal .modal-body .doDetails .editorDateTime > div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#lswebportal .modal-body > .row > .input-group:not(:last-child),
#lswebportal .modal-body .puDetails .row > .input-group:not(:last-child),
#lswebportal .modal-body .doDetails .row > .input-group:not(:last-child),
#lswebportal .modal-body .puDetails .editorDateTime > div:not(:last-child),
#lswebportal .modal-body .doDetails .editorDateTime > div:not(:last-child) {
	margin-right: 10px;
}
#lswebportal .editorDateTime .time {
	min-width: 70px;
}
#lswebportal .modal-dialog {
	max-width: 960px;
}
#lswebportal .modal-header {
	padding: 0.75rem 1rem;
	background-color: #ff0096;
	color: #ffffff;
}


/*************************/
/*** 4.1 MODAL TOOLTIP ***/
/*************************/

#lswebportal .editorDateTime,
#lswebportal .editorDateTime .input-group {
	position: relative;
	transition: opacity 0.3s;
}
#lswebportal .editorDateTime::before,
#lswebportal .editorDateTime .input-group::before {
	position: absolute;
	width: auto;
	min-width: 120px;
	padding: 4px 8px !important;
	background-color: #555;
	border-radius: 6px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 1.25;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
#lswebportal .editorDateTime .input-group::before {
	bottom: calc(100% + 10px);
	left: calc(50% - 60px);
}
#lswebportal .puDetails .editorDateTime > div:first-child .input-group::before {
	content: "Pickup Date* (Mandatory)";
	left: calc(50% - 12px);
}
#lswebportal .puDetails .editorDateTime > div:last-child .input-group:nth-child(1)::before {
	content: "Earliest Pickup Time* (Mandatory) \A This time must be greater than the current time plus the pre-booking interval defined by your towing provider (if applicable)";
	white-space: pre-wrap;
	width: 200px;
	margin-left: -30px;
}
#lswebportal .puDetails .editorDateTime > div:last-child .input-group:nth-child(2)::before {
	content: "Latest Pickup Time \A (if not required leave blank)";
}
#lswebportal .doDetails .editorDateTime > div:first-child .input-group::before {
	content: "Drop Off Date \A (if not required leave blank)";
	left: calc(50% - 12px);
}
#lswebportal .doDetails .editorDateTime > div:last-child .input-group:nth-child(1)::before {
	content: "Earliest Drop Off Time \A (if not required leave blank)";
}
#lswebportal .doDetails .editorDateTime > div:last-child .input-group:nth-child(2)::before {
	content: "Latest Drop Off Time \A (if not required leave blank)";
}
#lswebportal .editorDateTime .input-group::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
#lswebportal .puDetails .editorDateTime > div:first-child .input-group::after,
#lswebportal .doDetails .editorDateTime > div:first-child .input-group::after {
	left: 65%;
}
#lswebportal .editorDateTime:hover::before, 
#lswebportal .editorDateTime:hover::after, 
#lswebportal .editorDateTime .input-group:hover::before, 
#lswebportal .editorDateTime .input-group:hover::after {
	visibility: visible;
	opacity: 1;
} 


/****************/
/*** 5.0 GRID ***/
/****************/

#lswebportal .table thead th {
	position: relative;
	background-color: #7bb800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb800), color-stop(100%, #7bb800));
	background: -webkit-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -moz-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -ms-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: -o-linear-gradient(top, #7bb800 0%, #7bb800 100%);
	background: linear-gradient(to bottom, #7bb800 0%, #7bb800 100%);
	color: #ffffff !important;
	line-height: 1.5;
}
#lswebportal .table tbody > tr:hover {
	background-color: rgba(232, 120, 131, 0.2) !important;
}
#lswebportal table.dataTable.display tbody tr > .sorting_1,
#lswebportal table.dataTable.order-column.stripe tbody tr > .sorting_1 {
	background: transparent;
}
#lswebportal table.dataTable.display tbody tr:hover > .sorting_1,
#lswebportal table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
	background: transparent;
}
#lswebportal .table thead th.sorting {
	position: relative;
}
#lswebportal .table thead th.sorting .lsgrid-sorting,
#lswebportal .table thead th.sorting_desc .lsgrid-sorting,
#lswebportal .table thead th.sorting_asc .lsgrid-sorting {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 12px;
}
#lswebportal .table thead th .lsgrid-sorting:before,
#lswebportal .table thead th .lsgrid-sorting:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -4px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
#lswebportal .table thead th .lsgrid-sorting:before {
	bottom: 2px;
}
#lswebportal .table thead th .lsgrid-sorting:after {
	top: 2px;
}
#lswebportal .table thead th.sorting .lsgrid-sorting:before, 
#lswebportal .table thead th.sorting_desc .lsgrid-sorting:before {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
#lswebportal .table thead th.sorting_asc .lsgrid-sorting:before {
	border-bottom-color: rgba(255, 255, 255, 1);
}
#lswebportal .table thead th.sorting .lsgrid-sorting:after, 
#lswebportal .table thead th.sorting_asc .lsgrid-sorting:after {
	border-top-color: rgba(255, 255, 255, 0.25);
}
#lswebportal .table thead th.sorting_desc .lsgrid-sorting:after {
	border-top-color: rgba(255, 255, 255, 1);
}


/************************/
/*** 5.1 GRID TOOLTIP ***/
/************************/

#lswebportal table th {
	position: relative;
	transition: opacity 0.3s;
}
#lswebportal table th::before {
	content: attr(aria-label);
	position: absolute;
	bottom: calc(100% + 10px);
	left: calc(50% - 80px);
	width: auto;
	max-width: 160px;
	padding: 4px 8px !important;
	background-color: #555;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	white-space: pre-wrap;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
#lswebportal table th::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
#lswebportal table th:hover::before, 
#lswebportal table th:hover::after {
	visibility: visible;
	opacity: 1;
} 


/*****************/
/*** 6.0 ADMIN ***/
/*****************/

#lswebportal #default .btn,
#lswebportal #cache .action,
#lswebportal #cacheSubmit {
	position: relative;
	font-size: 0.9rem;
	width: auto;
	min-width: 100px;
}
#lswebportal #cache .form-check-label {
	margin-left: 5px;
}
#lswebportal #cache .form-check-label > .form-check-input[type="checkbox"] {
	top: 2px;
}


/*******************/
/*** 6.1 REPORTS ***/
/*******************/

#lswebportal #reportTabList .nav-item .nav-link {
	color: rgb(0, 0, 0, 0.5);
	font-weidght: 700;
}
#lswebportal #reportTabList .nav-item .nav-link.active {
	color: #000000;
}


/*****************/
/*** Z.0 OTHER ***/
/*****************/

#lswebportal.lswp-aft {
	padding-bottom: 250px;
}
#lswebportal.lswp-aft form .container .row .col-md .form-group {
	align-items: flex-start;
}
#lswebportal.lswp-aft form .btn-primary {
	width: auto;
	min-width: 136px;
}
#lswebportal.lswp-aft .modal .btn-success,
#lswebportal.lswp-aft .modal .btn-danger {
	width: auto;
	min-width: 85px;
}


/**********************/
/*** Z.1 RESPONSIVE ***/
/**********************/

@media (max-width: 991px) {
	#lswebportal #main > .content > .row {
		display: flex;
		justify-content: space-between;
	}
	#lswebportal #main > .content > .row > .filter {
		order: 3;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	#lswebportal .navbar .navbar-collapse {
		order: 5;
		text-align: center;
	}
	#lswebportal #mobileMenu {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#lswebportal .navbar .nav-item .nav-link {
		margin: 1px 0 !important;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		font-size: 1.25rem;
		font-weight: 700;
	}
	#lswebportal .navbar .nav-item:last-child .nav-link {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	#lswebportal #main .dataTables_wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#lswebportal .modal-body .row > .input-group {
		flex-basis: 100%;
	}
	#lswebportal .modal-body > .row > .input-group:not(:last-child), 
	#lswebportal .modal-body .puDetails .row > .input-group:not(:last-child), 
	#lswebportal .modal-body .doDetails .row > .input-group:not(:last-child) {
		margin-right: 0;
	}	
	#lswebportal .editorDateTime .col.itm1,
	#lswebportal .editorDateTime .col.itm2 {
		flex-basis: calc(100% - 96px);
		margin-left: 96px;
	}
	#lswebportal .copyright {
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 1009px) {
	.navbar .menu-item-has-children:hover > .sub-menu, 
	.navbar .menu-item-has-children > .sub-menu:hover {
		height: 100%;
		opacity: 1;
		transition: height 0.2s linear;
	}
}	
@media (max-width: 1009px) {
	.navbar .menu-item-has-children > .sub-menu {
		transition: height 0.3s linear, opacity 0.3s linear 0.3s;
	}
	.navbar #menu-item-264.menu-item-has-children > .sub-menu.sub-menu-active {
		height: 365px;
	}
	.navbar #menu-item-225.menu-item-has-children > .sub-menu.sub-menu-active {
		height: 487px;
	}
}
@media (max-width: 575px) {
	.navbar .menu-item-has-children > .sub-menu {
		margin-top: 0;
	}
	.navbar .menu-item-has-children > .sub-menu.sub-menu-active {
		margin-top: 2px;
	}
}	
@media (max-width: 1080px) {
	body, #lswebportal .table {
		font-size: 0.9rem !important;
	}
}
@media (max-width: 980px) {
	#template-body {
		padding-top: 0px !important;
	}
	body, #lswebportal .table {
		font-size: 0.75rem !important;
	}
}


#lswebportal #form_group_1 .form-group {
	align-items: flex-start !important;
}
  
  

