body{
	background: #f8f9fa!important;
	font-family: Tahoma, Helvetica, sans-serif;
}
*{
	transition: all ease-in-out 0.2s;
}
.header{
	background: #f8f9fa;
}

.top-menu-container{
	padding: 10px;

}

.PopUpManager{
	padding: 10px;
}

.PopUpManager .GridView td.Icons, .PopUpManager .GridView td.Cell{
	border: none!important;
	padding: 8px 5px;
}

table{
	border: none;
	background: #fff!important;
	border-radius: 5px;
	margin: 16px 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.exide-table tbody td{
	border: none;
}

.exide-table tbody tr:not(:last-of-type){
	border-bottom: 2px solid #f8f9fa;
}

table thead tr th:first-of-type, table tbody tr th.Header:first-of-type{
	border-radius: 5px 0 0 0;
}

table thead tr th:last-of-type, table tbody tr th.Header:last-of-type{
	border-radius: 0 5px 0 0;
}

table tbody tr:last-of-type td:first-of-type, table tbody tr:last-of-type td:last-of-type{
	border-radius: 5px 0 0 5px;
}

table th.Header{
	background: #011433!important;
	color: #fff!important;
}

table th.Header a, table thead tr th{
	background: #011433!important;
	color: #fff!important;
	border: none!important;
}

#Page_Component_gridView.GridView{
	border-bottom: none;
}

.FormView.searchform{
	display: block;
}

#Page_Component_searchForm tbody{
	display: grid;
	grid-template-columns: repeat(4, minmax(0,100%));
	grid-gap: 16px;
	padding: 16px;
	position: relative;
}
#Page_Component_searchForm tbody .Tabs{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 100%;
	background: #f8f9fa;
	border-bottom: 0px solid #f8f9fa;
}
.FormView td.Tabs ul{
	border-bottom: 5px solid #f8f9fa!important;
}
.PopUpManager .FormView td.Tabs li{
	background: #011433!important;
	color: #fff;
	margin: 0!important;
	padding: 10px 16px !important;
	font-size: 14px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	border-bottom: 3px solid #011433;
	border-top: none!important;
	border-right: none!important;
	border-left: none!important;
}

.PopUpManager .FormView td.Tabs li:first-of-type{
	border-radius: 5px 0 0 0;
}

.PopUpManager .FormView td.Tabs li:last-of-type{
	border-radius: 0 5px 0 0;
}

.PopUpManager .FormView td.Tabs li.Active{
	color: #E7A011!important;
	border-bottom: 3px solid #E7A011!important;
}

.PopUpManager .FormView td.Tabs li:hover{
	border-bottom: 3px solid #E7A011!important;
}

#Page_Component_searchForm .Row{
	display: flex;
	flex-direction: column;
}

#Page_Component_searchForm .Row td:first-of-type{
	text-align: start;
}

#Page_Component_searchForm .Row .Label{
	padding: 0;
	font-size: 13px;
	color: #011433;
	padding-bottom: 6px;
}

#Page_Component_searchForm .Row .Control{
	color: #011433;
	padding: 0;
	font-size: 14px;
	position: relative;
}
#Page_Component_searchForm tbody:last-of-type{
	display: block;
}

#Page_Component_searchForm tbody:last-of-type tr{
	width: 100%;
	display: block;
}


#Page_Component_searchForm .Footer{
	display: grid;
	grid-template-columns: repeat(4, minmax(0,100%));
	grid-gap: 16px;
}

#Page_Component_searchForm .Footer input[type=submit], #showHideFilter, button[name=btnSignOut], .exide-button{
	border: 0;
	border-radius: 5px;
	background: #011433;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 20px;
	box-shadow: 0 2px 5px rgba(1, 20, 51, 0.2);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
	max-width: unset!important;
	font-family: Tahoma, Helvetica, sans-serif;
}

#showHideFilter, button[name=btnSignOut], .exide-button{
	background: #E7A011;
	font-weight: bold;
}

button[name=btnSignOut], .exide-button{
	width: auto;
}

#showHideFilter span{
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}


#Page_Component_searchForm .Footer input[type=submit]:hover{
	background: #102b58;
	box-shadow: 0 4px 8px rgba(1, 20, 51, 0.25);
}

#Page_Component_searchForm .Footer input[type=submit]:active{
	box-shadow: 0 1px 3px rgba(1, 20, 51, 0.2);
	transform: translateY(1px);
}

#Page_Component_searchForm .Row .Control .datepicker.hasDatepicker{
	width: 100%!important;
}

#Page_Component_searchForm .Row .Control .ui-datepicker-trigger{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.PopUpManager select, .PopUpManager input[type="text"]{
	border-radius: 5px!important;
	border: 1px solid #cecece!important;
	background: #fff;
	padding: 5px 12px;
	font-size: 14px;
	height: 32px!important;
}
.GridView .Header a.SortDESC{
	padding: 0;
}

.GridView .Row:not(:last-of-type){
	border-bottom: 2px solid #f8f9fa!important;
}

.PopUpManager table.Pager{
	padding: 16px;
	font-size: 14px;
	color: #011433;
}

.PopUpManager table.Pager td{
	color: #011433;
	padding: 5px 16px;
	font-size: 13px;
}

.top-menu-links{
	width: 100%;
	background: #011433;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}
.top-menu-link{
	padding: 10px 16px!important;
	text-transform: uppercase;
	font-weight: normal!important;
	color: #fff!important;
}
.top-menu-links a li{
	border-right: none!important;
	border-left: none!important;
	border-bottom: 4px solid #011433;
	text-transform: none;
}

.top-menu-link.active{
	color: #E7A011!important;
	border-bottom: 4px solid #E7A011;
	font-weight: normal!important;
}

.top-menu-link:hover{
	border-bottom: 4px solid #E7A011;
	font-weight: normal!important;
}

.kontener{
	margin: 10px 10px 24px;
	background: #fff;
	border-radius: 10px;
}

.kontener-fullpage{
	margin: 0 10px;
	width: auto;
}

.package-name{
	border-radius: 10px;
  	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.PageStart .slider-img-container img{
	margin-top: 0;
}

.PageStart .slider-label-container9{
	top: 68%;
}