﻿/* e.g: define a var */
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-black.eot);
  src: local('Lato Black'), local('Lato-Black'), url(../lato/font/lato-black.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-black.woff) format('woff'), url(../lato/font/lato-black.ttf) format('truetype'), url(../lato/font/lato-black.svg#lato) format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-blackitalic.eot);
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(../lato/font/lato-blackitalic.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-blackitalic.woff) format('woff'), url(../lato/font/lato-blackitalic.ttf) format('truetype'), url(../lato/font/lato-blackitalic.svg#lato) format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-bold.eot);
  src: local('Lato Bold'), local('Lato-Bold'), url(../lato/font/lato-bold.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-bold.woff) format('woff'), url(../lato/font/lato-bold.ttf) format('truetype'), url(../lato/font/lato-bold.svg#lato) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-bolditalic.eot);
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../lato/font/lato-bolditalic.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-bolditalic.woff) format('woff'), url(../lato/font/lato-bolditalic.ttf) format('truetype'), url(../lato/font/lato-bolditalic.svg#lato) format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-regular.eot);
  src: local('Lato Regular'), local('Lato-Regular'), url(../lato/font/lato-regular.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-regular.woff) format('woff'), url(../lato/font/lato-regular.ttf) format('truetype'), url(../lato/font/lato-regular.svg#lato) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-italic.eot);
  src: local('Lato Italic'), local('Lato-Italic'), url(../lato/font/lato-italic.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-italic.woff) format('woff'), url(../lato/font/lato-italic.ttf) format('truetype'), url(../lato/font/lato-italic.svg#lato) format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-light.eot);
  src: local('Lato Light'), local('Lato-Light'), url(../lato/font/lato-light.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-light.woff) format('woff'), url(../lato/font/lato-light.ttf) format('truetype'), url(../lato/font/lato-light.svg#lato) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-lightitalic.eot);
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(../lato/font/lato-lightitalic.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-lightitalic.woff) format('woff'), url(../lato/font/lato-lightitalic.ttf) format('truetype'), url(../lato/font/lato-lightitalic.svg#lato) format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-hairline.eot);
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../lato/font/lato-hairline.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-hairline.woff) format('woff'), url(../lato/font/lato-hairline.ttf) format('truetype'), url(../lato/font/lato-hairline.svg#lato) format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(../lato/font/lato-hairlineitalic.eot);
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(../lato/font/lato-hairlineitalic.eot?#iefix) format('embedded-opentype'), url(../lato/font/lato-hairlineitalic.woff) format('woff'), url(../lato/font/lato-hairlineitalic.ttf) format('truetype'), url(../lato/font/lato-hairlineitalic.svg#lato) format('svg');
  font-weight: 200;
  font-style: italic;
}
/*footer*/
body {
  font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  color: #333;
}
.controll {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
.search-icon {
  color: white;
}
.white {
  background: white;
}
.login-background {
  background: #26414c;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff;
}
.nav > li > a {
  color: #000;
  font-size: 14px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0073b9;
  border: 1px solid #0073b9;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.tab-content li .focus {
  color: #0073b9;
  border: 0;
}
.pagination {
  margin: 0;
}
.required {
  color: red;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}
a:focus {
  outline: 0;
}
.global-message {
  position: absolute;
  width: 250px;
  top: 10px;
  left: 43%;
  z-index: 2000;
}
.page-header {
  margin: 0px 0 10px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub-group {
  background-color: #F8F8F8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.sub-group label {
  font-size: small;
}
.friendly-name-input {
  width: 80%;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default {
  background-color: #0073b9;
  border-color: #0073b9;
}
.navbar-default .navbar-brand:hover {
  color: #76C281;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-logo {
  font-size: larger;
  margin-left: 15px;
  margin-top: 15px;
}
.navbar-brand {
  padding: 0;
}
.room {
  border-top: 1px solid #efefef;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  padding-left: 5px;
  background-color: #ececec;
}
.header {
  background-image: url(../img/header-background.png);
  background-repeat: round;
  background-size: 100%;
  height: 118px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.page-title {
  font-size: 70px;
  color: black;
  font-weight: 300;
  padding-left: 40px;
  padding-right: 60px;
}
.search {
  background-color: #0073b9;
  border-color: #0073b9;
}
.navbar {
  border-radius: 0px;
}
.selected-item {
  color: #76C281;
}
.unselected-item {
  color: #E0E0DE;
}
.participants {
  background-color: #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.participants ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.participants ul li {
  background-color: #aad4ee;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  float: left;
}
.menu {
  padding-top: 15px;
}
.menu li {
  float: left;
}
.type-ui {
  clear: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: small;
}
.type-ui > li {
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.option-ui {
  margin-top: 10px;
  clear: left;
  border: 1px solid #efefef;
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 200px;
  overflow-y: auto;
}
.option-ui li {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  font-size: small;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.option-ui li .checked,
.option-ui li .unchecked {
  width: 15px;
  height: 15px;
}
.selected-catering-ui {
  margin-top: 10px;
  clear: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.selected-catering-ui li {
  font-size: small;
  cursor: pointer;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.selected-ui {
  margin-top: 10px;
  clear: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.selected-ui li {
  font-size: small;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.participant-ui {
  clear: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: small;
}
.participant-ui > li {
  margin-left: 5px;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  background-color: #57a8dc;
}
.multiselect {
  height: 160px;
  border: solid 1px #c0c0c0;
  overflow: auto;
  background-color: #ffffff;
  padding-left: 10px;
}
.multiselect label {
  display: block;
}
.hand {
  cursor: pointer;
}
.login-container {
  text-align: center;
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.login-input-container {
  padding-bottom: 10px;
  padding-top: 10px;
}
.Login-logo {
  height: 96px;
  width: 96px;
  margin-bottom: 10px;
  background-image: url(/styles/img/piatch.png);
  background-position: center;
  background-repeat: no-repeat;
}
.login-input {
  background: #ececec;
  border-top-style: none;
  border-left-style: none;
  height: 30px;
  padding-left: 10px;
  width: 87%;
}
.login-bottom {
  padding-bottom: 30px;
}
.uppercase-text {
  text-transform: uppercase;
}
.datepicker .well-sm {
  padding: 0px;
}
.datepicker .well-sm table {
  width: 100%;
}
.datepicker .well-sm .btn-sm,
.btn-group-sm > .btn {
  padding: 5px 0px;
}
.datepicker .well {
  margin-bottom: 0px;
}
.text-uppercase {
  text-transform: uppercase;
}
.unchecked {
  background-image: url("../img/unchecked.png");
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  background-repeat: round;
}
.checked {
  background-image: url("../img/checked.png");
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  background-repeat: round;
}
.unchecked1 {
  background-image: url("../img/unchecked2.png");
  width: 10px;
  margin-top: 5px;
  margin-left: 7px;
  height: 10px;
  margin-right: 10px;
  float: left;
  background-repeat: round;
}
.checked1 {
  background-image: url("../img/checked1.png");
  width: 10px;
  margin-top: 5px;
  margin-left: 7px;
  height: 10px;
  margin-right: 10px;
  float: left;
  background-repeat: round;
}
#footer {
  padding-top: 10px;
}
.support-email {
  padding-top: 15px;
}
.myBookingMenu {
  color: #0094ff !important;
}
.specail-participant {
  background-color: #3ba4ba !important;
}
.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(65, 59, 59, 0.55);
  position: fixed;
  z-index: 100000;
  text-align: center;
}
.mask .spin {
  position: relative;
  top: 47%;
  width: 47px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 10px;
}
.modal-backdrop {
  position: fixed;
}
.imgcontainer {
  width: 100%;
  height: 300px;
  text-align: center;
  vertical-align: middle;
}
.list-img-container {
  max-width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: middle;
}
.imgcontainer img,
.list-img-container img {
  max-width: 100%;
  max-height: 100%;
}
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.uploda-file-default {
  margin-top: -253px;
  margin-left: -22px;
  color: black;
}
.uploda-file-special {
  margin-top: 0;
  margin-left: -22px;
  color: black;
}
.add-on-padding {
  padding: 5px 2px 2px !important;
}
.number-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.input-append,
.input-prepend {
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.input-append .add-on,
.input-prepend .add-on {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  line-height: 20px;
  min-width: 20px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  width: auto;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0;
  vertical-align: top;
}
.number-control:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.number-control[disabled],
.number-control[readonly] {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.input-group .number-control {
  width: 95%;
}
.input-group .add-on {
  position: relative;
}
.input-group .add-on .hand {
  position: absolute;
}
.input-group .add-on .spin-up {
  top: 2px;
  left: 5px;
}
.input-group .add-on .spin-down {
  top: 10px;
  left: 5px;
}
.input-group-addon {
  cursor: pointer;
}
.img-delete {
  margin-top: -150px;
  margin-left: -22px;
  margin-top: 0\9;
  margin-left: 0\9;
}
.remove-date-default {
  position: absolute;
  top: 2px;
  right: 2px;
}
.equipmentOrder {
  list-style-type: decimal;
}
.equipmentOrder .type {
  padding-right: 10px;
}
.modal-header {
  text-transform: uppercase;
}
table > tbody > tr > td > a:hover,
table > tbody > tr > td > a:focus {
  color: green;
}
.season-ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.season-ul ul {
  list-style: none;
}
.customer-tab {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #efefef;
  cursor: pointer;
  color: #b1b1b1;
  font-size: large;
}
.customer-tab-active {
  padding-top: 5px;
  cursor: pointer;
  padding-bottom: 5px;
  font-size: large;
}
.date-input {
  width: 110px;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.time-input {
  width: 70px;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.clear-left {
  clear: left;
}
.type-title {
  font-size: large;
  /* background-color: #F4F4F4; */
  margin-right: 1px;
  border: 1px solid #f4f4f4;
  padding: 5px;
}
.expand-content {
  margin-left: 20px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.panel {
  margin-bottom: 0px;
}
.attachement-display {
  color: floralwhite;
  margin-right: 10px;
}
.tablesorter-blue th,
.tablesorter-blue thead td {
  background-color: #E7E7E5;
  font: bold 12px/18px Lato, Sans-serif;
}
.tablesorter-blue th,
.tablesorter-blue td {
  border: 0;
  color: #939391 !important;
}
.tablesorter-blue {
  border: 0;
}
.table-filter {
  padding-left: 0;
  padding-right: 0;
}
.fileContainer {
  overflow: hidden;
  position: relative;
}
.fileContainer [type=file] {
  cursor: pointer;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.status-filter {
  min-width: 300px;
  left: -200px;
}
.status-filter-padding-left {
  padding-left: 15px;
}
.status-filter-ok {
  margin-right: 15px;
}
.status-filter-icon {
  margin-left: 5px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  padding-left: 4px;
  padding-top: 5px;
}
.form-inline .checkbox.column-filter {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.column-filter-padding-left {
  padding-left: 15px;
}
.column-filter-dropdown {
  min-width: 300px;
  margin-top: 10px;
}
.column-filter-table {
  overflow-x: auto;
  padding-left: 0;
  padding-right: 0;
}
.column-filter-position {
  position: relative;
  display: inline;
}
.display-inline {
  display: inline;
}
.filter-margin-right {
  margin-right: 5px;
}
.div-table-min-height {
  min-height: 370px;
}
.status-filter-drop-down-max-height {
  max-height: 270px;
}
.status-filter-content {
  max-height: 140px;
  overflow-y: auto;
}
.body-margin {
  margin-top: 50px;
}
.row-non-margin {
  margin: 0;
}
.client-no-padding {
  padding-left: 0;
}
.td-align-bottom {
  vertical-align: bottom !important;
}
.td-align-middle {
  vertical-align: middle !important;
}
.header-z-index {
  z-index: 998;
}
.client-title {
  padding-left: 10px;
}
.header-client-administrator {
  padding-left: 10px;
  padding-top: 15px;
}
.spinner-position {
  position: absolute;
}