﻿body
{
	margin: 0;
	height: 100%;
	font-family: Calibri;
}

.centered {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.bold {
    font-weight: bold;
}

a:link
{
	color: #b27a07;
}
a:visited
{
	color: #b27a07;
}
a:hover
{
	color: #d69104;
}

/******************************* TEMPLATE *******************************/

.SolonOBMain
{
	margin: 0;
	height: 100%;
}

.SolonOBLeft
{
	position:fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: calc(100% - 2px);
	border: solid 1px #d7dde5;
	background-color: #edeff2;
	overflow-x: hidden;
	overflow-y: auto;
}

.AppName
{
	margin: 4px 4px 4px 1px;
	padding: 2px;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
}

.MainMenu
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #d7dde5;
	padding: 5px;
	background-color: #f7f7f7;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.MainMenuInfo
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #d7dde5;
	padding: 5px;
	background-color: #ffffff;
	font-size: 14px;
}

.MainMenuButton
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #d7dde5;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.MainMenuButton:hover
{
	cursor: pointer;
	background-color: #eaf9f9;
}

.SolonOBRight
{
	margin-left: 305px;
}

.SolonOBPage
{
	padding: 1px;
}

.PageTitle
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #d7dde5;
	padding: 5px;
	background-color: #f7f7f7;
	font-size: 18px;
	font-weight: bold;
}

.PageContent
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #d7dde5;
	padding: 5px;
	background-color: #f7f7f7;
	font-size: 14px;
	/*font-weight: bold;*/
	overflow: auto;
}

.PageContentHot
{
	margin: 4px 4px 4px 1px;
	border: solid 1px #fd8469;/*#820728;*/
	padding: 5px;
	background-color: #f7f7f7;/*#EE8989;*/
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
    color: #000000;
}

.PageContentButtons
{
	margin: 4px 4px 4px 1px;
	overflow: auto;
}
.PageButton
{
	border: solid 1px #d7dde5;
	padding: 5px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	margin: 1px 2px 1px 0px;
}
.PageButton:hover
{
	background-color: #f7f7f7;
}

.SolonOBFooter
{
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.disableSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.darkScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #000000;
	opacity: 0.6;

	background-image: url('/media/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/******************************* LOGIN *******************************/

.SolonLogin
{
	overflow: auto;
	position: absolute; 
	top: 30%; 
	left: 50%;
	margin-left: -150px;
	width: 300px;
	border: solid 1px #d7dde5;
	background-color: #edeff2;
	padding: 4px;
}

.LoginSavePassLbl, .LoginUsernameLbl, .LoginPasswordLbl
{
	float: left;
	width: 80px;
	padding: 8px 4px 4px 8px;
}

.LoginSavePassChk, .LoginUsernameTxt, .LoginPasswordTxt
{
	float: left;
	width: 200px;
	padding: 4px 4px 4px 4px;
}

.LoginSubmitBtn, .LoginLogo, .LoginMsg
{
	float: left;
	width: 300px;
	padding: 4px 0px 4px 0px;
}

.lblLoginEmail, .lblLoginPass
{
	padding: 4px 4px 4px 4px;
}

.txtLoginEmail, .txtLoginPass
{
	width: 180px;
	padding: 4px;
}

.btnLogin
{
	border: solid 1px #000000;
	padding: 4px 20px 4px 20px;
	background-color: #f7f7f7;
	color: #000000;
	font-family: Calibri;
	font-size: 18px;
}

.LoginMsg
{
	text-align: center;
}
.lblErrMsg 
{
	color: #FF0000;
}

/******************************* BOOKINGS *******************************/

.btnSearch {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.btnSearch:hover {
    background-color: #008CBA;
    color: white;
}

caption
{
	border: 1px solid black;
	font-weight: bold;
	background-color: rgb(219, 229,241);
	border-bottom: 0px solid black;
}

.RezTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

.RezTable th, .RezTable td {
    border: 1px solid black;
    padding: 3px;
}

.RezTable tr
{
	background-color: #ffffff;
}
.RezTable tr:hover
{
	background-color: #f2f3f4;
}

.DivRez
{
}

.DivRezMore
{
	background-color: #bfc1bb;
}

.RezTable tr.DivRez:nth-child(even) {
    background-color: #ffffff;
}
.RezTable tr.DivRez:nth-child(odd) {
    background-color: #f7f7f7;
}
.RezTable th {
    background-color: rgb(219, 229,241);
}

.RezCamTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 2px;
}
.RezCamTable th, .RezCamTable td {
    border: 1px solid black;
    padding: 3px;
}
.RezCamTable td {
    background-color: #FFFFFF;
}
.RezCamTable th {
    background-color: rgb(219, 229,241);
}
.DivRezCam
{
}

.AdditionalServicesInfoTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 2px;
}
.AdditionalServicesInfoTable th, .AdditionalServicesInfoTable td {
    border: 1px solid black;
    padding: 3px;
}
.AdditionalServicesInfoTable td {
    background-color: #FFFFFF;
}
.AdditionalServicesInfoTable th {
    background-color: rgb(219, 229,241);
}

.ContactTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 2px;
}
.ContactTable th, .ContactTable td {
    border: 1px solid black;
    padding: 3px;
}
.ContactTable td {
    background-color: #FFFFFF;
}
.ContactTable th {
    background-color: rgb(219, 229,241);
}

.ObsTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 2px;
}
.ObsTable th, .ObsTable td {
    border: 1px solid black;
    padding: 3px;
}
.ObsTable td {
    background-color: #FFFFFF;
}
.ObsTable th {
    background-color: rgb(219, 229,241);
}

/******************************* ROOM TYPES *******************************/

.RoomTypesTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

.RoomTypesTable th, .RoomTypesTable td {
    border: 1px solid black;
    padding: 3px; 
}

.RoomTypesTable td 
{
	background-color: #ffffff;
}

.RoomTypesTable th 
{
	background-color: rgb(219, 229,241);
}

.RoomTypesImgTable
{
	/*border-collapse: collapse;*/
	border: 1px solid black;
	width: 100%;
}

.RoomTypesImgTable th, .RoomTypesImgTable td {
    border: 1px solid black;
    padding: 3px; 
}

.RoomTypesImgTable td 
{
	background-color: #ffffff;
}

.RoomTypesImgTable th 
{
	background-color: rgb(219, 229,241);
}

/******************************* ADDITIONAL SERVICES *******************************/

.AdditionalServicesTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

.AdditionalServicesTable th, .AdditionalServicesTable td {
    border: 1px solid black;
    padding: 3px; 
}

.AdditionalServicesTable td 
{
	background-color: #ffffff;
}

.AdditionalServicesTable th 
{
	background-color: rgb(219, 229,241);
}

/******************************* CHILDREN CATEGORIES *******************************/

.ChildrenCategoriesTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
	margin-bottom: 4px;
}

.ChildrenCategoriesTable th, .ChildrenCategoriesTable td {
    border: 1px solid black;
    padding: 3px; 
}

.ChildrenCategoriesTable td 
{
	background-color: #ffffff;
}

.ChildrenCategoriesTable th 
{
	background-color: rgb(219, 229,241);
}

.AgeCC
{
	text-align: right;
	width: 60px;
}

/******************************* USERS LIST *******************************/

.UsersTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
}

.UsersTable th, .UsersTable td {
    border: 1px solid black;
    padding: 5px; 
}

.UsersTable td 
{
	background-color: #ffffff;
}

.UsersTable th 
{
	background-color: rgb(219, 229,241);
}

/******************************* SETTINGS *******************************/

#editor
{
	background-color: #FFFFFF;
	height: 400px;
}

.ql-omega:after {
  content: "SAVE";
  font-weight: bold;
}

/******************************* AVAILABILITY *******************************/

.DispTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
}

.DispTable th, .DispTable td {
    border: 1px solid black;
    padding: 5px; 
}

.DispTable td 
{
	background-color: #ffffff;
}

.DispTable th 
{
	background-color: rgb(219, 229,241);
}

.DispDateCol
{
	background-color: rgb(219, 229,241);
	font-weight: bold;
}

.ModDispTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
}

.ModDispTable th, .ModDispTable td {
    border: 1px solid black;
    padding: 5px; 
}

.ModDispTable td 
{
	background-color: #ffffff;
}

.ModDispTable th 
{
	background-color: rgb(219, 229,241);
}

/******************************* RATE PLANS *******************************/

.RatePlansTable
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

.RatePlansTable th, .RatePlansTable td {
    border: 1px solid black;
    padding: 5px; 
}

.RatePlansTable td 
{
	/*background-color: #ffffff;*/
}

.RatePlansTable th 
{
	background-color: rgb(219, 229,241);
}

.RatePlansTable tr
{
	background-color: #ffffff;
}
.RatePlansTable tr:hover
{
	background-color: #f2f3f4;
}

/******************************* RATE PLANS PRICES *******************************/

.ToolPriceTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
	margin-bottom:2px;
}

.ToolPriceTable th, .ToolPriceTable td {
    border: 1px solid black;
    padding: 5px;
}

.ToolPriceTable td 
{
	background-color: #ffffff;
}

.ToolPriceTable th 
{
	background-color: rgb(219, 229,241);
}


.ModPriceTable
{
	border-collapse: collapse;
	border: 1px solid black;
	/*width: 100%;*/
	margin-bottom:2px;
}

.ModPriceTable th, .ModPriceTable td {
    border: 1px solid black;
    padding: 5px;
}

.ModPriceTable td 
{
	background-color: #ffffff;
}

.ModPriceTable td.Restrictie 
{
	background-color: #f7b1ab;
}

.ModPriceTable th 
{
	background-color: rgb(219, 229,241);
}
.ModPriceTable th.Restrictie 
{
	background-color: rgb(247, 177, 171);
}

/********** TOOLTIP **********/

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #d7dde5;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid black;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/********** SABLON **********/

.sablon
{
	width: 500px; 
	height: 380px; 
	float: left; 
	border: 1px solid #000000;
}
.sablonMainPanel
{
	width: 300px;
	margin-left: 100px;
	margin-top: 10px;
	height: 350px; 
	border: 1px solid #000000;
	border-radius: 15px;
}
.sablonStepHeader
{
	width: 287px;
	margin-left: 4px;
	margin-top: 40px;
	height: 20px; 
	border: 1px solid #000000;
	padding: 2px 1px 0px 2px;
	font-weight: bold;
}
.sablonStepContent
{
	width: 287px;
	margin-left: 4px;
	margin-top: 1px;
	height: 240px; 
	border: 1px solid #000000;
	padding: 2px 1px 0px 2px;
}
.sablonButton
{
	width: 60px;
	text-align: center;
	margin-top: 4px;
	margin-left: 230px;
	font-weight: bold;
	border-radius: 15px;
	cursor: pointer;
}
.sablonListItem
{
	width: 268px;
	height: 80px;
	margin-top: 8px;
	margin-left: 4px;
	border-radius: 15px;
	padding: 4px;
}
.sablonMsg
{
	width: 268px;
	margin-top: 4px;
	margin-left: 4px;
	vertical-align:middle;
}
/* ============ Settings: Hotel section ============ */
.SettingsHotelRoot
{
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 8px;
}
.SettingsHotelBlock
{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px;
}
.SettingsHotelBlockTitle
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}
.SettingsHotelDescriptionRow
{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.SettingsHotelDescriptionText
{
	flex: 1 1 auto;
	box-sizing: border-box;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Calibri;
	font-size: 14px;
	min-height: 120px;
	resize: vertical;
}
.SettingsHotelDescriptionBtnWrap
{
	flex: 0 0 auto;
}
.HotelGalleryList
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}
.HotelGalleryItem
{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background-color: #fafafa;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.HotelGalleryItemPic
{
	display: block;
	height: 140px;
	background-color: #f0f0f0;
	text-align: center;
}
.HotelGalleryItemPic img
{
	max-height: 140px;
	max-width: 100%;
	object-fit: contain;
}
.HotelGalleryItemDel
{
	margin: 8px;
	align-self: flex-end;
}
.HotelGalleryAddRow
{
	display: flex;
	gap: 8px;
	align-items: center;
	background-color: #f4f8ff;
	border: 1px dashed #b9c9de;
	border-radius: 4px;
	padding: 10px;
}
.HotelGalleryAddUrl
{
	flex: 1 1 auto;
	box-sizing: border-box;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.HotelFacilitiesList
{
	max-height: 520px;
}

/* ============ Room Types: Facilities selection panel ============ */
.AddEditRoomTypeWrapper
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.AddEditRoomTypeCol
{
	flex: 1 1 auto;
	min-width: 0;
}
.AddEditRoomTypeColLeft
{
	flex: 0 0 auto;
}
.AddEditRoomTypeColRight
{
	flex: 1 1 420px;
	min-width: 360px;
	max-width: 560px;
}
.AddEditRoomTypeButtons
{
	clear: both;
	margin-top: 20px;
}
@media (max-width: 1100px)
{
	.AddEditRoomTypeColRight
	{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
.FacilitiesPanel
{
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background-color: #fafafa;
	padding: 10px;
}
.FacilitiesPanelTitle
{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
}
.FacilitiesPanelSearch
{
	margin-bottom: 8px;
}
.FacilitiesPanelSearch input
{
	width: 100%;
	box-sizing: border-box;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.FacilitiesList
{
	max-height: 615px;
	overflow-y: auto;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	border-radius: 3px;
}
.FacilitiesItem
{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}
.FacilitiesItem:hover
{
	background-color: #f4f8ff;
}
.FacilitiesItem.checked
{
	background-color: #e8f5e4;
}
.FacilitiesItem.checked:hover
{
	background-color: #dcedd6;
}
.FacilitiesItemCheck
{
	margin: 0;
}
.FacilitiesItemImg
{
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 28px;
}
.FacilitiesItemInfo
{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.2;
}
.FacilitiesItemCod
{
	font-size: 11px;
	color: #888;
	font-family: Consolas, monospace;
}
.FacilitiesItemName
{
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.FacilitiesItemCat
{
	font-size: 11px;
	color: #666;
}
.FacilitiesNone
{
	padding: 12px;
	text-align: center;
	color: #888;
}

.sablonLink
{
	width: 60px;
	margin-top: 4px;
	margin-left: 110px;
	font-weight: bold;
	cursor: pointer;
}