/* Change glyphicon font location */
@font-face {
	font-family: 'bootstrap';
	src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot');
	src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
	font-family: 'Custom Font Text';
	src: url('/fonts/hoistgrouponeid/text_Source_Sans_Pro.woff');
}

@font-face {
	font-family: 'Custom Font Title';
	src: url('/fonts/hoistgrouponeid/title_Source_Sans_Pro.woff');
}

.glyphicon {
	font-family: 'bootstrap';
}

/* Fix wrench icon */
.glyphicon-wrench:before {
	content: "\e136";
}

;

body,
p,
div,
img {
	margin: 0;
	padding: 0;
}

body,
p,
div,
a {
	font-family: 'Custom Font Text';
	font-size: 16px;
	font-weight: none;
}

body {
	background-color: #eeecef;
	min-width: 1024px;
	padding-top: 90px;
	padding-bottom: 60px;
}

body.login {
	background: #5e3f61 url('/img/grad-bg.png') no-repeat 50% 50%;
}

.form-signin {
	max-width: 400px;
	padding: 19px 29px 29px;
	margin: 200px auto;
	background-color: #fff;
	border: 1px solid #9ec7ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 10px #212d3a;
	-webkit-box-shadow: 0 0 10px #212d3a;
	box-shadow: 0 0 10px #212d3a;
}

a {
	text-decoration: none;
}

#header {
	background-color: #5e3f61;
	height: 70px;
	background-image: unset;
}

.navbar-brand {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: bold;
	padding: 25px 15px;
}

.module-selector img {
	width: 96px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.module-selector a {
	text-decoration: none;
	color: #666666;
	text-align: center;
}

.submenu {
	min-height: 40px;
	padding: 4px 0 4px 0;
	background-color: #ffffff;
}

.submenu .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.submenu .container .label {
	line-height: 2.4em;
	color: #5d5d5d;
}

.submenu .container select {
	margin-left: 5px;
}

.submenu .container button {
	margin-left: 5px;
}

div.submenu div.container div.right a {
	margin-right: 20px;
	background: #5e3f61;
	border-radius: 3px;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	/*text-transform:uppercase;*/
}

div.submenu div.container div.right a:hover {
	background-color: #3d9d91;
}

.select_box {
	width: 150px !important;
	min-width: 150px !important;
}

.select_box_intrybox {
	width: 100%;
	min-width: 125px !important;
}

.navbar {
	border: none;
}

.tab-pane {
	padding-top: 10px;
	position: relative;
}

/* Old styles modified */


table {
	font: inherit;
	width: 100%;
}

.header {
	height: 48px;
	padding: 0px 32px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d0d0d0;
}

.footer {
	background-color: #3e4545;
	color: #c9c9c9;
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1030;
	min-height: 70px;
}

.footer span {
	display: inline-block;
	padding: 20px 15px;
	line-height: 25px;
}

.footer span a {
	font-size: 14px;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.content {
	padding: 15px;
	min-height: 640px;
	overflow: auto;
}

.header-url {
	float: left;
	height: 48px;
	line-height: 48px;
	color: #666666;
	text-align: center;
	padding: 0 8px;
	font-weight: bold;
	font-size: 18px;
}

.header-url-no-hover {
	float: left;
	height: 48px;
	line-height: 48px;
	color: #666666;
	text-align: center;
	padding: 0 8px;
	font-weight: bold;
	font-size: 18px;
}

.header-url:hover {
	background-color: #05bde1;
}

.homelogo {
	height: 48px;
	width: auto;
	margin-right: 16px;
}

.logout {
	float: right !important;
}

.flags {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}

.flag {
	height: 22px;
	width: auto;
	padding-top: 8px;
	padding-left: 8px;
}

.caption-input {
	margin-top: 1em;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	/*min-width: 96px;*/
}

.txt-input {
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.button {
	/*display: inline-block;
    padding: 2px 8px;
    background-color: #05cfe1;
    color: #ffffff;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
                border-radius:5px;*/

	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	background-repeat: repeat-x;
	border-color: #e0e0e0;
	border-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-radius: 5px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	padding: 0px 15px;
	cursor: pointer;
	border: 1px solid #999;
}

.button:hover {
	background-color: #05bde1;

}

/* Hotel selection */
a.item-link {
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}

.item-select {
	display: inline-block;
	vertical-align: top;
	width: 208px;
	padding-top: 15px;
	max-height: 258px;
	height: 258px;
	position: relative;
	background-color: #ffffff;
	color: #5e3f61;
}

.item-select:hover {
	color: #ffffff;
	background-color: #5e3f61;
}

.item-select a {
	text-decoration: none;
}

.item-select p {
	text-align: center;
}

.item-select div {
	display: table-cell;
	vertical-align: middle;
	height: 128px;
	overflow: hidden;
	text-align: center;
	width: inherit;
}

.item-select .fa,
.item-select .far,
.item-select .fas {
	font-size: 32px !important;
	line-height: 68px;
}

.item-select img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: auto;
	max-height: 128px;
}

.hotel_system {
	font-size: 10px;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 5px;
}


.item-info {
	text-align: left;
	/*    background-color: #f0f0f0;*/
	color: inherit;
	font-size: 14px;
	/*   padding: 8px 8px; */
}

.hotelname {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	min-height: 46px;
	/* Equivalent of hotel name displayed on 2 lines */
}

.hotelerror {
	color: #FF0000;
	font-size: 12px;
}

.right {
	float: right;
	margin-left: 16px;
}

.left {
	float: left;
	margin-right: 16px;
}

table.right,
table.left {
	float: none;
}

table.right td,
td.right {
	text-align: right;
	float: none;
}

table.left td,
td.left,
th.left {
	text-align: left;
	float: none;
}

.center,
table.center td,
th.center {
	text-align: center;
}

.middle,
table.middle td,
th.middle {
	vertical-align: middle !important;
}

.top,
table.top td,
th.top {
	vertical-align: top !important;
}

.bottom,
table.bottom td,
th.bottom {
	vertical-align: bottom !important;
}

.automargin {
	margin: auto;
}

.hidden {
	display: none;
}

.border {
	border: 1px solid #cccccc;
}

::-webkit-input-placeholder {
	font-style: italic
}

::-moz-placeholder {
	font-style: italic
}

/* firefox 19+ */
:-ms-input-placeholder {
	font-style: italic
}

/* ie */
input:-moz-placeholder {
	font-style: italic
}

.clickable {
	cursor: pointer;
}

.bg-logo {
	background-color: #292929;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

.submenu.createbutton {
	padding-top: 4px !important;
	padding-bottom: 5px !important;
}

.createhotel {
	margin-top: 10px;
	margin-bottom: 10px;
}

#alert {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-color: red;
	top: 200px;
}

#alertdiv {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.topbar-icon {
	margin-right: 5px;
	font-size: 14px !important;
}

.input-group .glyphicon {
	top: 0px;
}

.btn-default {
	background-image: none;
	background-color: #5e3f61;
	color: #ffffff;
	text-shadow: none;
	border: 2px solid #5e3f61;
	box-shadow: none;
	webkit-box-shadow: none;
	padding: 4px 8px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 2px solid #3d9d91;
	background-color: #3d9d91;
	color: #ffffff;
}

.majorbar,
.majorbar .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
}

.hoteledit {
	border: 1px solid #e1e1e1;
	padding: 8px;
	background-color: #eee;
}

.odd {
	background-color: #eee;
}

.even {
	background-color: #e1e1e1;
}

.ok, .success {
	color: #09ad7e;
	font-weight: bold;
}

.warning {
	color: #f3b01f;
	font-weight: bold;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.progress {
	margin-top: 5px;
}

.progress-bar-info {
	background-color: #5e3f61 !important;
}

/* Override slider colors */
.slider-selection {
	background: #5e3f61 !important;
}

.slider-handle {
	background-color: #5e3f61 !important;
	background-image: none !important;
}

.unavailable-div {
	text-align: center;
	max-width: 500px;
	padding: 19px 29px 29px;
	margin: 200px auto;
	background-color: #fff;
	border: 1px solid #9ec7ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 10px #212d3a;
	-webkit-box-shadow: 0 0 10px #212d3a;
	box-shadow: 0 0 10px #212d3a;
}

.unavailable-text {
	font-size: 18px;
	font-weight: bold;
}

.error_field {
	border-color: #ff0000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
	outline: 0 none;
}

.bootstrap-switch {
	float: left;
	margin-right: 2px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	font-size: 10px;
}

/*
.framed {
    padding-top: 0px;
    padding-bottom: 0px;
}

.framed footer {
        display: none;
}

.framed .home_button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 44px;
    height: 44px;
    padding-top: 9px;
    padding-left: 12px;
    font-size: 20px;
    color: #ffffff;
    background-color: #5e3f61;
    text-decoration: none;
}
*/
.input-group-addon.fa {
	display: table-cell;
}

#preview_button {
	position: fixed;
	right: 0px;
	top: 110px;
	width: 140px;
	height: 80px;
	line-height: 50px;
	display: block;
	background-color: rgba(102, 102, 102, 0.6);
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 8px 0 0 8px;

	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#preview_button:hover {
	background-color: #f2c54d;
}

#preview_button .fa {
	margin-right: 5px;
}

.submenu .container {
	display: flex;
}

.kiosk {
	position: fixed !important;
	right: 10px;
	z-index: 1;
}

.open .kioskmenu {
	display: grid;
}

.kioskmenu {
	grid-template-columns: repeat(2, 1fr);
	/*grid-gap: 5px;*/
	grid-auto-rows: 78px;
	color: #5e3f61;
	max-height: 400px;
	overflow-y: scroll;
}

.kioskapplication {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.kioskapplication:hover {
	background-color: #F7F7F7;
	text-decoration: none;
}

.kioskapplication img {
	width: 55px;
	margin: auto;
}

.kioskapplication label {
	text-align: center;
	font-weight: unset !important;
	font-size: 85% !important;
}

.kioskapplication:hover label {
	text-align: center;
	font-weight: unset !important;
	font-size: 85% !important;
	text-decoration: none;
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover {
	color: #ffffff !important;
}

.navbar-nav>.open>a {
	background-color: #553758 !important;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #ffffff !important;
	padding: 0px;
}

.dropdown-menu>li>a {
	color: #5e3f61 !important;
	padding: 3px 2px !important;
	text-align: center;
}

.dropdown-menu>li>a:hover {
	background-color: #F7F7F7 !important;
	background-image: none !important;
}

.user-identity {
	color: #5e3f61;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 5px;
}

.user-menu {
	position: fixed !important;
	right: 60px;
}

.dropdown {
	padding-top: 15px;
}

nav#navLeft #navHide {
	display: none;
}

nav#navLeft ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.18);
}

nav#navLeft ul a.selected,
nav#navLeft ul a:hover,
nav#navLeft ul a:active,
nav#navLeft ul a:focus,
nav#navLeft ul a:visited {
	background-color: #fafafa;
}

nav#navLeft ul a {
	color: #5e3f61;
	padding: 0 15px;
	line-height: 45px;
	display: block;
	text-decoration: none;
}

nav#navLeft ul {
	margin-bottom: 0;
}

nav#navLeft {
	background-color: #f8f5ea;
	padding-top: 70px;
	position: fixed;
	top: 0;
	min-height: 100%;
	z-index: 5;
	box-shadow: 3px 0 6px rgba(0, 0, 0, 0.24);
	width: 240px;
	-webkit-transition: width 2s;
	transition: width 2s;
	padding-bottom: 70px;
	overflow: auto;
	max-height: 100%;
}

nav#navLeft.menuClosed {
	width: 85px;
}

nav#navLeft.menuClosed a {
	text-align: center;
}

nav#navLeft.menuClosed .hideMenuClosed {
	display: none;
}

nav#navLeft.menuClosed #navShow {
	display: none;
}

nav#navLeft.menuClosed #navHide {
	display: block;
}

.content {
	padding-bottom: 80px;
	padding-top: 40px;
}

#mainContent.content {
	margin-top: 40px;
	margin-left: 240px;
	-webkit-transition: margin-left 2s;
	transition: margin-left 2s;
}

.content.menuClosed {
	margin-left: 85px !important;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.language-selection {
	display: flex;
	justify-content: space-between;
	margin-right: 10px;
}

.language-selection select {
	margin-left: 5px;
	margin-right: 5px;
}

.language-selection label {
	padding-top: 8px;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#navList .menu-module {
	padding-left: 35px;
}

#navLeft.menuClosed .menu-module {
	padding-left: 15px;
}

#navList .icon {
	font-size: 1.2em;
	float: left;
}

#navList .glyphicon {
	font-size: 0.8em
}

#navList .hideMenuClosed {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 152px;
	margin-left: 38px;
}

#navList .menu-module .hideMenuClosed {
	width: 122px !important;
	margin-left: 30px !important;
}

#navList .left-menu-icon {
	float: left;
}

#navList .left-menu-icon-margin6 {
	margin-top: 6px;
}

.menu-module .left-menu-icon.glyphicon,
.menu-module .left-menu-icon.fas,
.menu-module .left-menu-icon.fa,
.menu-module .left-menu-icon.far {
	margin-top: 14px;
}

.menu-module .left-menu-icon.fas {
	margin-left: 5px;
}

#navLeft.menuClosed a .fa-stack,
#navLeft.menuClosed a .tv-mobile-icons {
	float: unset !important;
	margin-top: unset !important;
}

#navLeft.menuClosed .icon {
	float: unset !important;
}

.collapse.in {
	height: auto !important;
}

.noaccess {
	text-align: center;
	padding-top: 20px;
}
