@font-face {
  font-family: "circularbold";
  src: url("../../fonts/HalisR-Medium.otf");
}

@font-face {
  font-family: "circularbook";
  src: url("../../fonts/HalisR-Book.otf");
}

/*** Control CSS ***/
/** WTF **/
/*
#profile .modal-dialog {
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 25%;
  width: 30%;
  left: 35%;
}
#home .modal-dialog {
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 25%;
  width: 30%;
  left: 35%;
}

#booking_confirmation .modal-dialog {
  position: fixed;
  right: 0px;
  left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
  margin-top: 200px;
}
.modal-content {
  background-color: #fff;
  padding: 50px 50px 80px 50px;
  font-size: 16px;
  color: #676767;
  border-bottom: #000 solid 1px;
  border-radius: 30px;
}
.modal-content h6,
.modal-content span {
  font-size: 18px;
  color: #000;
}
#home .modal-content .click-button,
#booking_confirmation .modal-content div {
  margin-top: -4%;
}

  #home .modal-dialog {
  top: 25%;
  width: 60%;
  left: 20%;
  }

  .modal-dialog {
    width: 50%;
    left: 25%;
  }

  .modal-content {
    padding: 30px 30px 50px 30px;
  }
  #booking_confirmation .modal-content div {
    margin-top: -6%!important;
  }

  #home .modal-dialog,
  #booking_confirmation .modal-dialog {
  width: 80%;
  }*/
.modal-content .row {
  width: 80% !important;
  margin-left: 55px !important;
}

/** END WTF **/

body,
footer .right {
  font-size: 16px !important;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  background-color: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: "circularbook" !important;
  height: 100%;
}

.container,
.container-fluid {
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-access {
  height: 100% !important;
}

#footer {
  padding-top: 100px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  color: #000;
  font-family: "circularbook";
}

h6.bold,
h5.bold,
h4.bold,
h3.bold,
h2.bold,
h1.bold {
  color: #000;
  font-family: "circularbold";
}

/* .container-fluid { */
/*   max-width: 992px; */
/* } */
ul {
  list-style-type: none;
}

label {
  font-weight: normal;
  color: #676767;
}

a {
  /* text-decoration: none!important; */
  color: #000;
  -o-transition: color 0.1s ease-out, background 0.5s ease-in;
  -ms-transition: color 0.1s ease-out, background 0.5s ease-in;
  -moz-transition: color 0.1s ease-out, background 0.5s ease-in;
  /* -webkit-transition:color .1s ease-out, background .5s ease-in; */
  /* ...and now for the proper property */
  /* transition:color .1s ease-out, background .5s ease-in; */
}

button:focus,
button:active,
button:hover,
a:hover,
a:focus,
a:active {
  color: inherit;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

i {
  padding: 0px 5px;
}

p {
  margin: 10px 0px;
}

#contactus p {
  margin: 0px;
}

#contactus a[href^="mailto"] {
  text-decoration: underline !important;
}

.alert-page {
  font-size: 150px !important;
  color: #cecece;
}

/* Navigation */
#welcome .nav li:nth-child(1) a,
#about_coral .nav li:nth-child(1) a,
#useful_informations .nav li:nth-child(1) a,
#circulars .nav li:nth-child(3) a,
#notification .nav li:nth-child(2) a,
#contact .nav li:nth-child(4) a,
#booking_facility .profile li:nth-child(2) a,
#booking_manage .profile li:nth-child(3) a,
#profile .profile li:nth-child(1) a {
  color: #fff;
}

.profile ul li>a,
.navbar-default .navbar-nav>li>a {
  color: #bababa;
}

/*** Bootstrap CSS ***/
.navbar {
  border: 0px none;
  border-radius: 0px;
  min-height: 30px;
  margin-bottom: 0px;
}

.navbar-default,
footer {
  background-image: url("../../img/offices/occupant/theme.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.navbar-nav>li>a {
  padding: 10px;
}

.navbar-default .navbar-toggle {
  border: 0px none;
  border-radius: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
}

/*** Home ***/
#welcome,
#home {
  background-image: url("../../img/offices/occupant/home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#welcome .announcements,
#home .login label,
#home .login p {
  font-size: 18px;
}

.logo {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.logo img {
  width: 170px;
}

.profile {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.profile p {
  padding-left: 40px;
  line-height: 30px;
}

.profile ul li {
  display: inline-block;
  padding-right: 5px;
  line-height: 30px;
}

.announcements {
  margin-top: 15%;
  background-color: rgba(250, 250, 250, 0.7);
  padding: 40px 30px 30px 30px;
  border-radius: 30px;
  width: 60%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.announcements .content {
  overflow-y: scroll;
  height: 70%;
  margin-right: -100px;
  padding-right: 100px;
  padding-left: 0px;
}

.announcements em {
  padding: 5px 0px;
  text-align: right;
}

#booking_container .form-group {
  margin-bottom: 0px;
}

/* Calendar */
.ui-datepicker-calendar .ui-state-default {
  color: #000;
  width: 30px;
}

.ui-datepicker-calendar td {
  line-height: 27px;
}

#calendar .ui-state-disabled .ui-state-default {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8;
  border-radius: 50%;
  color: #fff !important;
}

/*.multi_pick_calendar .ui-datepicker-calendar td {
	text-align: center !important;
	padding-left: 5%;
}*/
.multi_pick_calendar .ui-datepicker-calendar td:nth-child(odd) {
  background-color: rgba(230, 231, 232, 0.3);
}

.ui-datepicker-calendar td:not(.ui-datepicker-unselectable) a {
  color: #5ecc4c !important;
}

/*.ui-datepicker-calendar td {
  padding: 0 3px!important;
}*/
#profile hr,
.announcements hr {
  margin: 0px;
}

.announcements a {
  color: #676767;
}

.announcements a:hover {
  color: #fff;
}

.login {
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(250, 250, 250, 0.85);
  padding: 30px;
  border-radius: 30px;
  width: 400px;
  position: relative;
  margin-top: 20%;
  float: none;
}

.login img {
  margin-bottom: 10px;
}

.loginbutton input {
  background: url("../../img/offices/occupant/login.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 44px;
  border: none;
}

.bookform label {
  font-weight: inherit;
  position: relative;
}

.form-control {
  color: #000;
  border: 1px solid #e6e7e8;
  border-radius: 0px;
  padding: 0px 15px;
}

:focus {
  outline: none;
}

.form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.form-control span {
  color: #000;
  padding: 0px 10px;
}

.legend {
  border: 1px solid #d4d4d4;
  position: absolute;
  bottom: 45px;
  font-size: 12px;
  padding: 15px;
  right: 15px;
}

.legend .padding15 {
  padding-right: 0px;
}

#booking_confirmation .click-button {
  bottom: -65px;
}

#reset_password .click-button,
#profile .click-button,
#booking_facility .click-button,
#booking_confirmation .click-button {
  padding: 0px;
  position: relative;
  bottom: -15px;
}

#booking_confirmation .click-button img {
  width: 70%;
  margin-left: 15%;
}

#home hr,
#booking_confirmation hr {
  margin-bottom: 0px;
  margin-top: 40px;
}

#terms_and_conditions .click-button {
  border-bottom: #000 solid 1px;
  position: relative;
  bottom: -40px;
}

#terms_and_conditions .click-button .row {
  position: absolute;
  bottom: -15px;
}

.calendar-style {
  padding-left: 0px;
}

/*Dropdown*/
.dropdown-button {
  height: 40px;
  width: 100%;
}

.dropdown-button .caret {
  float: right;
}

.dropdown .dropdown-menu {
  margin: 0px 15px;
  width: calc(100% - 30px);
}

.dropdown .dropdown-menu.fix {
  margin: 0px;
  width: 100%;
}

.wrapper-dropdown-3 {
  position: relative;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
  color: #676767;
}

.wrapper-dropdown-3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #676767 transparent;
}

#profile .wrapper-dropdown-3::after,
#booking_confirmation .wrapper-dropdown-3::after {
  border-style: none;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0px;
  /* Styles */
  background: #f3f7f8;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  list-style: none;
  z-index: 2;

  /* Hiding */
  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
  background: #fff;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}

/* End dropdown*/
footer .container-fluid {
  position: relative;
  min-height: 80px;
}

footer .right {
  font-size: 14px;
  text-align: right;
}

.title {
  margin-top: -15px;
}

.notices,
.useful_informations {
  padding: 50px 0px;
}

#booking_manage table,
.notices table,
.useful_informations table {
  line-height: 30px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}

.notices table a,
.useful_informations a {
  color: #000;
}

.notices table a:hover,
.useful_informations a:hover {
  color: #6fcaf1;
}

#booking_manage table td,
.notices table td {
  padding: 10px 10px;
  font-family: "circularbook";
}

#booking_manage table tr,
.notices table tr {
  border: 0;
  margin: 5px;
}

.notices table tr td:nth-child(1) {
  width: 100px;
}

.notices table tr td:nth-child(2) {
  width: 85%;
}

.notices table tr td:nth-child(3) {
  text-align: right;
}

#booking_manage table tr:nth-child(1),
.notices table tr:nth-child(1) {
  background-color: #676767 !important;
  color: #fff;
  border-radius: 3px;
}

#booking_manage table .table-row:nth-child(even),
.notices table .table-row:nth-child(even) {
  background-color: #e5e5e4;
  border-radius: 3px;
}

#booking_manage table .table-row:nth-child(odd),
.notices table .table-row:nth-child(odd) {
  background-color: #f2f2f2;
  border-radius: 3px;
}

.notices table .notice-row {
  background-color: #e5e5e4;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
}

.notices table .notice-row td:nth-child(1) {
  width: inherit;
}

.notices table .table-row:nth-child(1) a {
  /*color: #fff;*/
}

#booking_manage table tr:nth-child(1) span,
.notices span,
.notices .click-button {
  color: #676767;
  padding-top: 10px;
}

#booking_manage table td:nth-child(1),
#booking_manage table td:nth-child(2) {
  width: 6%;
}

#booking_manage table td:nth-child(3),
#booking_manage table td:nth-child(7),
#booking_manage table td:nth-child(6) {
  width: 10%;
}

#booking_manage table td:nth-child(4) {
  width: 15%;
}

#booking_manage table td:nth-child(5) {
  width: 20%;
}

#booking_manage .padding50 a {
  color: #6fcaf1;
}

.useful_informations h6 {
  background-color: #676767;
  color: #fff;
  border-radius: 3px;
  padding: 10px 10px 5px 10px;
}

.useful_informations ul {
  padding: 10px 15px;
  color: #676767;
  list-style-type: initial;
}

.useful_informations a {
  color: #676767;
}

/*.booking_confirmation,
.bookform {
  padding: 50px 0px;
  margin-bottom: 30px;
  border-bottom: #000 solid 1px;
}*/
.booking_confirmation,
.bookform {
  margin: 50px 0px;
  border-bottom: #000 solid 1px;
}

.bookform .control-label {
  text-align: left;
  font-weight: normal;
}

.terms_and_conditions {
  padding: 50px 0px 80px 0px;
}

.terms_and_conditions ol {
  padding: 20px;
  list-style-type: decimal;
}

.terms_and_conditions li {
  padding-left: 5px;
}

.about-image {
  min-height: 230px;
}

.welcome {
  font-size: 16px;
  position: relative;
}

/*Header Banner*/
/*Header Banner*/
.welcome {
  font-size: 16px;
  position: relative;
  right: -100px;
}

/*#header,
#about_coral,
#booking_manage #header{
  min-height: 250px;
  background-image: url('../../img/offices/occupant/header_banner/banner_05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}*/
#home #header {
  min-height: 0px;
  background-image: none;
  border-bottom: #000 solid 0px;
  padding-bottom: 0px;
}

/*#profile #header {
  min-height: 250px;
  background-image: url('../img/header_banner/banner_01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}
#booking_confirmation #header{
  min-height: 250px;
  background-image: url('../img/header_banner/banner_03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}
#booking_facility #header{
  min-height: 250px;
  background-image: url('../img/header_banner/banner_04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}
#reset_password #header{
  min-height: 250px;
  background-image: url('../img/header_banner/banner_05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}
#terms_and_conditions #header,
#useful_informations #header,
#notification #header{
  min-height: 250px;
  background-image: url('../img/header_banner/banner_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: #000 solid 1px;
  padding-bottom: 15px;
}*/
.map {
  padding-bottom: 600px;
  background-image: url("../../img/offices/occupant/map.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  margin-top: 20px;
  position: relative;
  bottom: -15px;
  border-top: 1px solid #000;
}

/***New code ***/

/***/
/* .invite { */
/*   padding: 50px 150px; */
/* } */
/* .invite-photo { */
/*   padding-bottom: 250px; */
/*   background-image: url('../../img/front/swimming_pool.jpg'); */
/*   background-repeat: no-repeat; */
/*   background-size: cover; */
/* } */
/* .invite table { */
/*   height: 250px; */
/*   width: 100%; */
/* } */
/* .invite table tr, */
/* .invite table, */
/* .invite table td { */
/*   background-color: #000; */
/*   color: #fff; */
/*   vertical-align: initial; */
/*   text-align: left; */
/*   margin: 0px; */
/*   padding: 10px 15px; */
/*   border-bottom: 1px #666766 solid; */
/* } */
/* .invite .input { */
/*   display: inline-block; */
/*   width: 50%; */
/*   float: right; */
/* } */
/* .invite-form { */
/*   background-color: #f1f2f2; */
/*   padding: 30px 15px 15px 15px; */
/* } */
/* .invite-form img { */
/*   margin-top: -15px; */
/*   margin-bottom: 15px; */
/* } */
/* .invite-form .column { */
/*   width: 48%; */
/*   display: inline-block; */
/*   min-height: 230px; */
/*   padding: 0px 15px 15px 15px; */
/*   background-color: #e6e6e6; */
/*   border-top: 1px #000 solid; */
/* } */
/* .invite-form .column div+div { */
/*   padding-left: 5px; */
/*   padding-bottom: 8px; */
/* } */
/* .invite-form .message { */
/*   min-height: 100px; */
/*   color: #000; */
/*   border: 1px solid #D4D4D4; */
/*   margin-bottom: 10px; */
/*   resize:none; */
/*   width: 100%; */
/* } */
/* .invite-form .btn { */
/*   background-image: url('../../img/front/theme.jpg'); */
/*   background-repeat: no-repeat; */
/*   background-position: right; */
/*   background-size: cover; */
/*   color: #fff; */
/*   width: 100%; */
/*   margin: 15px 0px; */
/*   font-size: 14px; */
/* } */
/* .invite-form #googleMap { */
/*   width: 100%; */
/*   height: 250px; */
/*   overflow: hidden; */
/*   margin: 15px 0px; */
/* } */
/* .code { */
/*   background-color: #f1f2f2; */
/*   padding: 30px 50px; */
/* } */
/* .code h4 {line-height: 40px;padding: 0px 50px;} */
/* .code h5, */
/* .code h1 { */
/*   font-family: 'circularbook'; */
/* } */
/* Extra small devices (phones 480px) */

/*Validation Error */
label.error {
  color: #ff0000 !important;
  font-size: 12px !important;
  max-width: 200px !important;
}

/* Start Front end alert modal */
.falert_modal {
  color: #fff;
}

.front-modal-dialog {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  position: absolute;
  right: 0;
  width: 40%;
}

.front-modal-dialog-form {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  position: absolute;
  right: 0;
  width: 30%;
}

.front-modal-content {
  background-color: #babcbe;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0 none;
}

.front-modal-dialog h5 {
  background: #272c26;
  /*rgba(0, 0, 0, 0)
    linear-gradient(to right, #5397d1 50%, #6ecef5 100%) repeat scroll 0 0;*/
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-family: "circularbook";
  color: #fff;
}

.front-modal-dialog .padding50 {
  padding: 30px 50px;
}

.front-modal-dialog .padding50 span#message {
  /*color: #fff;*/
  font-family: "circularbook";
}

.front-modal-content .button {
  background-color: #a5a7aa !important;
  bottom: 0;
  font-family: "circularbold";
  font-size: 14px;
  margin-top: 15px;
  padding: 30px;
}

.front-modal-content .button .input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  margin: 0 10px;
  padding: 5px 50px;
}

.button .button-style:hover,
.button-style:hover,
.select-button:hover,
.front-modal-content .button .input:hover {
  color: #a5a7aa;
  background-color: #fff;
  border-color: transparent;
}

/*.button-style,
.button .button-style,*/
.modal-content .button .input {
  color: #fff;
  background-color: transparent;
  border: 1px #fff solid;
  padding: 5px 30px;
  margin: 0px 5px;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block;
}

.modal-content .button .input:hover {
  color: #000000;
}

.menu-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  width: 100%;
  height: 100vh;
  min-height: 1100px;
  opacity: 0;
  z-index: 99;
  display: none;
  visibility: visible;
  background: #5397d1;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #5397d1 44%,
      #6ecef5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #5397d1 44%,
      #6ecef5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #5397d1 44%,
      #6ecef5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu-overlay2 {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 99;
  display: none;
  visibility: visible;
  background: #efefef;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.menu-overlay2 .container-fluid {
  padding: 0;
}

.menu-overlay2 .hover-menu .dropdowntext {
  padding: 0;
  margin: 0;
}

.menu-overlay2 .hover-menu .dropdowntext.pullright {
  float: none;
}

.menu-overlay2 .hover-menu .dropdowntext ul {
  padding: 20px;
  margin: 0;
}

.menu-overlay2.open {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.4s ease;
}

.button a,
.button input {
  color: #5397d1;
  min-width: 100px;
  text-decoration: none !important;
  transition: color 0.1s ease-out 0s, background 0.5s ease-in 0s;
}

div .button {
  background-color: transparent;
  text-align: center;
}

/* End Front end alert modal */

#subl1 li {
  margin: 0;
}

/* TAMMY */
#userList {
  margin-top: 5em;
}

tenant-page .sub-menu {
  margin-top: 20px;
}

.sub-menu li {
  min-width: 100px;
}

form .loginbox_button,
form .search-button,
.table-wrap table thead a {
  color: #fff !important;
}

input.form-control,
form .loginbox_button,
form .search-button {
  height: 40px;
}

.notiboxes,
.notibox_title {
  color: #282c27 !important;
}

.notibox {
  margin-top: 95px;
  margin-bottom: 50px;
}

.notibox,
.loginbox {
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 400px;
  padding: 30px;
}

.notibox .notibox_button,
.loginbox_button,
.search-button,
form .loginbox_button,
form .search-button,
.sub-menu-tag .active,
input:checked+.slider {
  background-color: #282c27;
}

.notibox .notibox_button {
  padding: 0;
  margin: 0;
}

.notibox .notibox_button a {
  padding: 5px 10px;
  display: block;
  color: #fff;
}

p.empty-line {
  color: #000000;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  display: block;
  font-family: "circularbook"
}

/* MINE */
.sub-menu-tag .active a {
  /*color: #5397d1 !important;
  color: #fff !important;*/
  font-family: "circularbook" !important;
}

.month-picker-title span {
  color: #000 !important;
}

.height336 {
  height: 336px;
}

.aliceatmedia {
  width: 50%;
  height: 50%;
  display: block;
  margin: auto;
  margin-top: 10%;
  background: url("../../img/aliceatmedia.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.table-wrap table {
  color: #000;
  width: 100%;
  /*margin-top: 20px;*/
  font-size: 14px;
}

.table-wrap table~div p {
  text-align: center;
}

.table-wrap table a {
  color: #000 !important;
  text-decoration: none !important;
}

.table-wrap table a:hover {
  color: #5397d1;
}

.table-wrap table tr {
  height: 40px;
}

.table-wrap table td .fa {
  padding-left: 5px;
  line-height: 15px;
}

.table-wrap table tr.separator {
  height: 10px;
}

.table-wrap table td,
.table-wrap table th {
  padding: 10px;
  border-bottom: 1px #e6e7e8 solid;
}

.table-wrap table.today-booking {
  color: #000;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
}

/*.table-wrap table.table-width120 td {
  min-width: 120px;
}*/
.table-wrap table td:nth-child(1),
.table-wrap table td:nth-child(2),
.table-wrap table td:nth-child(3) {
  min-width: inherit;
}

.table-wrap table.alternative td:nth-child(even),
.table-wrap table .gap

/**table td:nth-child(odd)**/
  {
  /*   background-color: rgba(230, 231, 232, 0.3);; */
}

.table-wrap:not(.noalternative) table tr:nth-child(even) {
  background-color: rgba(230, 231, 232, 0.3);
}

.table-wrap table.alternative th {
  color: #000;
}

.table-wrap .table-width120 tr:first-child td {
  border-bottom: 0px;
  min-width: 60px;
  background-color: #e6e7e8;
  border: 1px solid #fff;
}

.table-wrap table thead tr:first-child {
  font-family: "circularbook";
  background-color: #989898;
  /*color: #fff;*/
}

.table-wrap .button-onwhite,
.button {
  text-align: center;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "circularbook";
}

.table-wrap .button-onwhite a,
.button a,
.button input {
  color: #000;
  padding: 5px 15px;
  border: 1px #000 solid;
  min-width: 100px;
  margin: 2px;
  display: inline-block;
}

.button a.colorBrown {
  background: #e7e2d3;
  border: 1px solid #e6e2d3;
}

.button a.colorRed {
  color: #FFFFFF;
  background: #d85a4a;
  border: 1px solid #d85a4a;
}

.button a.colorRed:hover {
  color: #000000;
  border: 1px solid #000000;
}

.content .button {
  background-color: transparent;
}

.hvr-sweep-to-right.add-button,
table .button a {
  color: #000;
  padding: 5px 30px;
  border: 1px #000 solid;
  font-family: "circularbook";
  /*width: 120px;*/
  text-align: center;
  /*display: block;*/
}

.table-wrap .button-onwhite a:hover,
.table-wrap .button-onwhite a:active,
.table-wrap .button-onwhite a:focus,
.add-button,
.hvr-sweep-to-right.add-button:hover,
.hvr-sweep-to-right.add-button:active,
.hvr-sweep-to-right.add-button:focus,
.button a:hover,
.button a:active,
.button a:focus,
.buttons a:hover,
.buttons a:active,
.buttons a:focus,
table .button a:hover,
table .button a:active,
table .button a:focus,
.button input:not(.submit):hover,
.button input:not(.submit):active,
.button input:not(.submit):focus {
  color: #fff;

  background: #282c27;
}

.table-wrap table td.width250 {
  width: 250px;
}

.table-wrap table td.width250 a {
  width: 205px;
}

/*** Control CSS***/
.front {
  z-index: 1;
}

.padding {
  padding: 0px !important;
}

.padding5 {
  padding: 5px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px;
}

.padding50 {
  /*padding: 50px 0px 0px 0px;*/
  padding: 30px 50px;
}

.paddingside50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.paddingside200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.padding-right {
  padding-right: 0px;
}

.padding-top-bottom5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-top-bottom10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.labelwithcolon {
  width: 95%;
  font-weight: bold;
  color: #000;
}

.margin {
  margin: 0px;
}

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

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top70 {
  margin-top: 70px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottom90 {
  margin-bottom: 90px !important;
}

.margin-left50 {
  margin-left: 30px !important;
}

.marginside20 {
  margin-left: 20px;
  margin-right: 20px;
}

.center {
  text-align: center !important;
}

.right {
  float: right;
}

.text-right {
  text-align: right;
}

.bottom {
  position: absolute;
  bottom: 0px;
}

.height140 {
  height: 140px !important;
}

.height335 {
  height: 335px !important;
}

.textareaheight {
  height: 100px !important;
}

.height-fixed {
  height: 30px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.fixed {
  position: fixed;
}

/** END **/

/* Navigation */
#welcome .nav li:nth-child(1) a,
#booking_facility .nav li:nth-child(2) a,
#useful_informations .nav li:nth-child(3) a,
#notification .nav li:nth-child(4) a {
  color: #ffffff;
}

.headerbg {
  height: 100px;
  /* background-image:url(../../img/header_bg.jpg); */
  /*background-color: #485654;*/
  color: #fff;
  margin-bottom: -1px;
}

.tenant-login .headerbg.tenantlog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: no-repeat;
}

.tenant-login .main-title {
  display: none;
}

.tenant-login .main-title .sectiontitle {
  display: none;
}

.tenant-login .loginbox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 500px;
  background: #FFFFFF;
}

.tenant-login .loginbox .notibox_title {
  margin-top: 25vh;
}

.tenant-login .loginbox label {
  color: #000000;
}

.tenant-login .loginbox a {
  color: #000000;
}

.tenant-login .input.col-md-12 {
  padding: 0;
}

.tenant-login .copyright {
  padding-top: 0;
}

.tenant-login .copyright span {
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

.tenant-page .modal h5 {
  color: #FFFFFF;
}

.clearfix {
  clear: both;
}

.footer .copyright .left {
  width: 60%;
}

.footer .copyright .right {
  width: 35%;
}

.footer .copyright .left span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.footer .copyright .right a {
  color: #e7e2d3;
}

.footer .copyright .left span.ftimg {
  width: 105px;
}

.footer .copyright .left span.fttxt {
  width: calc(100% - 110px);
}

.footer .copyright .right span {
  margin-top: 30px;
  display: block;
}

.tenant-login .copyright span.policy {
  margin-top: 30px;
}

.tenant-login .main-content.scroll {
  overflow-x: scroll;
}

.tenant-home .main-title {
  display: none;
}

.tenant-home .main-title .sectiontitle {
  padding-top: 10px;
}

.tenant-home .main-title {
  position: absolute;
  background: transparent;
}

.tenant-home .headerbg {
  height: auto;
}

.tenant-home .logo {
  position: relative;
}

.tenant-home .menu-overlay2 {
  top: 85px;
}

.tenant-home .header {
  padding: 5px 15px;
}


.tenant-page .main-title .sectiontitle {
  padding-top: 10px;
}

.tenant-page .main-title {
  position: absolute;
  background: transparent;
}

.tenant-page .headerbg {
  height: auto;
}

.tenant-page .logo {
  position: relative;
}

.tenant-page .menu-overlay2 {
  top: 85px;
}

.tenant-page .header {
  padding: 5px 15px;
}

/*.tenant-page .footer{padding: 15px; min-height: unset; height: auto;}*/
.tenant-page .main-content.scroll {
  min-height: calc(100vh - 70px);
}

.nav>li {
  vertical-align: middle;
}

/*.dropdownli {
  display: inline-block;
  padding: 0 15px 0 15px;
}*/
.dropdownli {
  display: inline-block;
  padding: 5px 10px;
}

.dropdownli a:focus {
  color: #000000;
}

.dropdowntext {
  padding: 20px;
}

.hover-menu .dropdowntext {
  padding: 15px 30px;
  width: 100%;
}

.form_radiopage {
  width: 600px !important;
  text-align: left;
  margin: 0 auto;
  background-color: #e6e7e8 !important;
}

.form_radiopage tr td {
  border: 1px solid #fff !important;
}

.radiobtn_width {
  width: 10px;
  min-width: 10px !important;
}

.viewtitle {
  text-align: right;
}

.viewbody {
  background-color: #f7f8f8 !important;
}

.table-border-right td {
  border-right: 1px solid black;
}

.logo img {
  position: relative;
  z-index: 100;
  left: 20px;
}

.header {
  padding: 15px;
  height: 50px;
  /*background-color: #fff;*/
}

.fa.fa-user {
  padding: 0px 5px;
}

.hamburger,
.main-title {
  margin-left: 15px;
}

.hamburger span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 100;
  color: #fff;
  padding-left: 30px;
  /*background: url("../../img/offices/admin/menu.svg") no-repeat left;*/
  background: url("../../img/menu.svg") no-repeat left;
}

.hamburger.open span {
  background: url("../../img/offices/admin/close.svg") no-repeat left !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .hamburger span {
    background-position-x: -20px !important;
  }

  .hamburger.open span {
    background: url("../../img/offices/admin/close.svg") no-repeat -20px !important;
  }
}

.hamburger.open {
  margin-left: 0px;
  color: #fff;
  position: relative;
  padding: 15px;
  top: -15px;
  background: #5397d1;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #5397d1 50%,
      #6ecef5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #5397d1 50%,
      #6ecef5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #5397d1 50%,
      #6ecef5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hamburger.open span {
  background: url("../img/offices/admin/menu_hover.svg") no-repeat left;
  color: #fff;
}

.menu-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  opacity: 0;
  z-index: 99;
  display: none;
  visibility: visible;
  background: #5397d1;
  /* Old browsers */
  background: -moz-linear-gradient(left,
      #5397d1 44%,
      #6ecef5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #5397d1 44%,
      #6ecef5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #5397d1 44%,
      #6ecef5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.hover-menu {
  display: table-cell;
  vertical-align: middle;
}

.hover-menu div {
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.open .hover-menu div {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.open .hover-menu .search {
  margin-top: 60px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.open .hover-menu .dashboard {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.hover-menu {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-menu hr {
  border-top: 2px solid #2b6f9a;
  width: 100%;
}

.hover-menu .search {
  z-index: 100;
}

/**End navigation**/
/**Title**/
#login {
  background: url("../../img/offices/admin/login.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html.landing {
  background: url("../../img/offices/admin/landing.jpg") no-repeat top top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.main-title {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
 background: rgba(203,232,231,1);
background: -moz-linear-gradient(left, rgba(203,232,231,1) 0%, rgba(203,232,231,1) 1%, rgba(170,220,226,1) 36%, rgba(232,183,167,1) 79%, rgba(237,113,144,1) 96%, rgba(237,113,144,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,232,231,1)), color-stop(1%, rgba(203,232,231,1)), color-stop(36%, rgba(170,220,226,1)), color-stop(79%, rgba(232,183,167,1)), color-stop(96%, rgba(237,113,144,1)), color-stop(100%, rgba(237,113,144,1)));
background: -webkit-linear-gradient(left, rgba(203,232,231,1) 0%, rgba(203,232,231,1) 1%, rgba(170,220,226,1) 36%, rgba(232,183,167,1) 79%, rgba(237,113,144,1) 96%, rgba(237,113,144,1) 100%);
background: -o-linear-gradient(left, rgba(203,232,231,1) 0%, rgba(203,232,231,1) 1%, rgba(170,220,226,1) 36%, rgba(232,183,167,1) 79%, rgba(237,113,144,1) 96%, rgba(237,113,144,1) 100%);
background: -ms-linear-gradient(left, rgba(203,232,231,1) 0%, rgba(203,232,231,1) 1%, rgba(170,220,226,1) 36%, rgba(232,183,167,1) 79%, rgba(237,113,144,1) 96%, rgba(237,113,144,1) 100%);
background: linear-gradient(to right, rgba(203,232,231,1) 0%, rgba(203,232,231,1) 1%, rgba(170,220,226,1) 36%, rgba(232,183,167,1) 79%, rgba(237,113,144,1) 96%, rgba(237,113,144,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe8e7', endColorstr='#ed7190', GradientType=1 );
        -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;font-size: 22px;
}*/

.concierge-detail {
  max-width: 1280px;
  margin: 0 auto 30px;
  width: 90%;
}

.concierge-detail .half {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 2%;
}

.concierge-detail .half.last {
  margin-right: 0
}

.clearfix {
  clear: both;
}

/** NEW CODE **/

.quicksand {
  /*font-family: Quicksand;*/
  font-weight: bold;
}

.montserrat {
  /*font-family: montserrat;*/
}

.montserratreg {
  /*font-family: Montserrat-reg;*/
}

.left {
  float: left;
}

.right {
  float: right;
}

.marginleft30px {
  margin-left: 30px;
}

.hamburger {
  /*position: relative;
  left: 190px; */
}

.hamburger span {
  /*color: #fff !important;*/
  background: url("../../img/menu.svg") no-repeat left;
}

.hamburger.open span {
  background: url("../../img/close.svg") no-repeat left !important;
}

.main-content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*for ie6*/
  margin-bottom: -50px;
}

.main-content:after {
  content: "";
  display: block;
  height: 66px;
}

.main-content.scroll {
  /*border: none;*/
}

.welcomepic {
  background: url("../../img/welcome.png") no-repeat center;
  background-size: contain;
  height: 200px;
}

.hamburger,
.main-title {
  margin-left: 0 !important;
}

.navbar-nav>li>a {
  color: #fff !important;
  padding: 0px 20px !important;
  background-color: transparent !important;
}

.navbar-nav .logout {
  background: url("../../img/logout.svg") no-repeat right;
  filter: invert(1);
}

.navbar-nav .logout a {
  filter: invert(1);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .navbar-nav .logout {
    background-position: right -40px top;
  }
}

.main-title {
  margin-top: 0 !important;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
  background: transparent;
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  font-size: 22px;
}

.tabletab div {
  padding: 10px;
  background-color: #989898;
  color: #fff;
}

.tabletab2 {
  padding: 40px;
  background-color: #e6e7e8;
}

.pclr2 {
  font-weight: bold;
  color: #fff;
  padding: 20px 20px;
  background-color: #989898;
}

.pclr2underline {
  padding: 10px 2px;
  border-bottom: 1px solid #989898;
}

.pclr2button {
  padding: 10px 20px;
  background-color: #e6e7e8;
}

.infopclr {
  background-color: #f1f1f2;
  padding: 40px 40px;
  clear: both;
}

.infopclr label {
  font-weight: bold;
  color: #000;
}

.infopclr2 {
  clear: both;
  margin-top: 30px;
}

.infopclr .pclr2,
.infopclr .endbar {
  font-weight: bold;
  color: #fff;
  padding: 20px 20px;
  background-color: #989898;
}

.infopclr2 .content,
.infopclr2 .contentpoints {
  background-color: #f1f1f2;
  padding: 20px 20px;
  clear: both;
}

.infopclr2 .contentpoints>div,
.infopclr2 .contentpoints>p {
  position: relative;
  vertical-align: top;
  /*width: 240px;*/
  display: inline-block;
}

.infopclr2 .contentpoints .centerdiv {
  position: relative;
}

.infopclr2 .contentpoints .contentp {}

.infopclr2 .circleborder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding-top: 30px;
}

.infopclr2 textarea {
  width: 100%;
  height: 120px;
  resize: none;
}

.infopclr2 .endbar {
  min-height: 70px;
}

.infopclr2 .endbar .button a {
  background-color: #fff !important;
}

.backgroundgrey {
  background-color: #f1f1f2;
}

.purplenavi {
  background-color: #6c1178;
  color: #fff;
  padding: 10px;
}

.textright {
  text-align: right !important;
}

.borderbottom {
  border-bottom: 1px solid #fff;
}

.borderbottomgrey {
  border-bottom: 1px solid #989898;
}

.highlightdarkerblue {
  background-color: #000080 !important;
}

.highlightdarkblue {
  background-color: #4c4ca6 !important;
}

.highlightblue {
  background-color: #c9c9e4 !important;
}

.highlightpink {
  background-color: #ffeae6 !important;
}

.topbar {
  padding: 5px;
  border: 1px solid #3853a3;
}

.topbaractive {
  background-color: #3853a3;
  color: #fff;
}

.eincircle {
  background-image: url(../../img/offices/admin/eincircle.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15%;
}

.arrowup {
  background: url(../../img/arrowup.png) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: contain;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.sectiontitle {
  position: relative;
  left: 180px;
}

.boxbox {
  position: relative;
  padding: 50px;
}

.boxbox_title {
  font-size: 40px;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0 !important;
}

.greybox {
  background-color: #e5e8f2;
  padding: 20px;
  margin-bottom: 20px;
}

.greybox input {
  margin: 0;
}

.greybox h3 {
  font-weight: bold;
}

.greybox label {
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
}

.boxbox .assistance {
  margin-left: 40px;
  font-weight: bold;
}

a {
  color: #220e46;
}

.hover-menu a:hover {
  color: #220e46 !important;
  transition: none !important;
  box-shadow: none !important;
}

.landingtitle {
  font-size: 35px;
  color: #220e46;
  position: relative;
  top: 100px;
}

.loginbox {
  color: #fff;
}

.loginbox label {
  color: #fff;
}

.notibox_title {
  font-size: 40px;
  color: #9ad5c2;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0 !important;
}

.headtitle {
  font-size: 36px;
  font-weight: bold;
}

.bigbutton {
  padding: 15px 120px !important;
}

.notibox_button a {
  color: #220e46;
}

.notibox_button,
.loginbox_button,
.search-button {
  background-color: #9ad5c2;
  padding: 5px 30px;
  margin: 0px 5px;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.loginbox_button,
.search-button {
  background-color: #9ad5c2;
  color: #220e46;
  margin: 0px;
  border: none;
  font-family: "circularbold";
}

.notibox_body {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding: 0 !important;
  height: 250px;
  overflow-y: hidden;
}

.loginbox input[type="text"],
.loginbox input[type="password"] {
  padding: 10px;
  height: 34px;
  font-size: 14px;
}

/*.alicestandard input[type="text"],
.alicestandard input[type="password"] {
  background-color: #fff;
  color: #000;
}*/
.loginbox a {
  color: #fff;
  text-decoration: none;
}

.separator {
  clear: both;
  margin: 10px 0px;
}

.notiboxes {
  color: #fff;
  padding: 20px 0 !important;
}

.notiboxes_spacing {
  letter-spacing: 1.5px;
}

.bg {
  /*   background: url("../../img/landing.jpg") no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  margin-bottom: -20px;
  background-color: #231e20;
}

.main-content.tenlog .bg {
  background: url(https://myhabitap.com/bythebay/Img/backend-BG.jpg) no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: calc(100vh - 75px);
}

.hamburger.open {
  margin-left: 0px;
  color: #fff;
  position: relative;
  padding: 15px;
  top: -15px;
  background: #5e348f;
  /* Old browsers */
}

.button-blackborder a {
  border: 1px solid #000;
  padding: 5px 10px;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272c26;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.hvr-sweep-to-right:active,
a.hvr-sweep-to-right:focus,
a.hvr-sweep-to-right:hover,
.button-alice a.hvr-sweep-to-right:hover {
  color: #fff !important;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button-white .hvr-sweep-to-right:before {
  background: #fff;
}

.button-white .hvr-sweep-to-right,
.button-white .hvr-sweep-to-right:link {
  color: #fff !important;
  text-decoration: none !important;
}

.button-white .hvr-sweep-to-right:active,
.button-white .hvr-sweep-to-right:focus,
.button-white .hvr-sweep-to-right:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.button-whitebackground {
  background-color: #fff !important;
}

.button-whitebackground a,
.button-whitebackground input {
  color: #000;
  border: none;
}

.button-white {
  text-align: center;
  background-color: transparent !important;
  font-size: 12px;
  font-family: "circularbook";
}

.button-white a {
  color: #5397d1;
  padding: 5px 15px;
  border: 1px #5397d1 solid;
  min-width: 100px;
  margin: 2px;
}

.button-white a {
  border: 1px #fff solid !important;
}

.button-backgroundwhite a {
  background-color: #fff !important;
  color: #000 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*
.button-alice a {
  border: 1px solid #220e46 !important;
  color: #220e46 !important;
}*/
.button-alice input {
  border: 1px solid #220e46;
  color: #220e46;
  background: transparent;
}

.button-alice-background {
  color: #fff !important;
  background: #220e46 !important;
  margin: 2px;
  padding: 5px 30px;
  font-family: "circularbook";
  text-align: center;
  border: none !important;
}

.selectalice:disabled {
  background-color: #220e46 !important;
}

.listalice {
  background-color: #220e46 !important;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}

.listalice label {
  color: #fff !important;
}

.highlightpink {
  background-color: #ffeae6;
}

.title {
  font-size: 22px;
}

.bold {
  font-weight: bold;
}

.tabcontentbackground {
  background-color: #f1f1f2 !important;
}

.tabcontentbackground-dark {
  background-color: #d8d8d8 !important;
}

.bottom-navi {
  padding: 5px 25px;
  margin-top: 20px;
  background-color: #000;
}

.bottom-navi .switch {
  top: 5px;
  margin-right: 60px;
  color: #fff;
}

.bottom-navi .hvr-sweep-to-right {
  background-color: #fff;
}

.blackswitch .switch {
  color: #000;
}

.switch-noyes:before {
  content: "No" !important;
  position: relative !important;
  left: -25px !important;
  top: 4px !important;
}

.switch-noyes:after {
  content: "Yes" !important;
  position: relative !important;
  right: -45px !important;
  top: 4px !important;
}

input[type="radio"]~.check~label.css-label {
  padding-left: 30px;
  background-image: none;
  position: relative;
  left: -20px;
}

input[type="radio"]:not(.signup-radio) {
  position: relative;
  visibility: hidden;
}

.check {
  display: inline-block;
  position: relative;
  border: 1px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  background-color: #fff;
}

.check::before {
  display: inline-block;
  position: relative;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  left: 3px;
  top: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.check::before {
  background: #fff;
}

.radiobtn input[type="radio"]:checked~.check::before {
  top: -0px;
}

input[type="radio"]:checked~.check {
  border: 1px solid #220e46;
  background-color: #220e46;
}

input[type="checkbox"].css-checkbox {
  display: none;
}

.checkboxalign,
.radioalign .check {
  margin-top: 5px;
  margin-right: -10px;
  left: -15px;
}

input[type="checkbox"].css-checkbox+label .css-label {
  background-image: url("../../img/checkboxalice.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked+label .css-label {
  background-position: 0 -20px;
}

label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newbooking>a>div .tag {
  background-color: #bdbdbd;
  padding: 10px 15px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 80px;
  font-weight: bold;
}

.newbooking>a>div {
  height: 350px;
  width: calc((100% / 2) - 30px);
  padding: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 30px 15px 0px;
}

/** MAIN **/
.header {
  padding: 15px;
  height: 50px;
  /*background-color: #fff;*/
}

.form-group textarea {
  width: 100%;
  border: 1px #e6e7e8 solid;
}

.promo-overall table.table-view td {
  padding: 10px 15px;
}

.alicesearch .search-box {
  width: 78%;
  float: left;
}

.alicesearch .btn,
.alicesearch .search-button {
  width: 20%;
  float: right;
}

.alicesearch .dropdown,
.alicesearch .search-box,
.alicesearch .btn,
.alicesearch .search-button {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin: 0px auto;
}

.page1page1 {
  margin-left: 8% !important;
  background-color: #f1f1f2;
  height: auto !important;
}

.page1page1 .button {
  background-color: #220e46 !important;
  color: #fff !important;
}

.form-horizontal .control-label {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.form-horizontal .controls {
  display: inline-block;
  margin-left: 20px;
}

/* CATEGORY */
.category .title,
.category2 .title {
  padding: 20px;
  margin: 0;
  background-color: #3853a3 !important;
  color: #fff;
}

.category,
.category2 {
  margin: 2px 0px;
  clear: both;
  background-color: #e5e5e5;
  font-weight: bold;
}

.category div,
.category2 div {
  width: 100%;
  background-color: #e5e5e5;
  padding: 20px 0px;
}

.category .buttonnavi,
.category2 .buttonnavi {
  padding: 0px 20px;
  margin: 0;
  background-color: #c5c5c5;
  color: #fff;
}

.category2 .innertitle {
  font-size: 16px;
  font-weight: bold;
  background-color: #989898 !important;
  color: #fff;
  padding: 10px 20px;
}

.accordion .ui-icon {
  display: none;
}

.accordion .ui-accordion-header {
  background: none;
  background-color: #3853a3;
  color: #fff;
  border-radius: 0;
  vertical-align: middle;
  line-height: 40px;
  margin: 0px;
}

.accordion .iconopen {
  background-image: url(../../img/offices/admin/arrowhite.png);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion .iconclosed {
  background-image: url(../../img/offices/admin/arrowhiteup.png);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion .ui-accordion-content {
  background-color: #e5e5e5;
  padding: 0px !important;
  margin: 0px;
}

.accordion h3 {
  font-size: 18px !important;
  padding: 5px 10px !important;
}

.inputline {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.tabletab {
  padding: 10px;
  background-color: #989898;
  color: #fff;
}

.small-legend {
  float: left;
  margin-right: 5px;
  background-color: #000;
  width: 20px;
  height: 20px;
}

.logo {
  position: absolute;
  top: 0px;
  z-index: 100;
  padding: 0px;
  left: 0px;
}

.logo img {
  width: 170px;
}

.footer {
  position: relative;
  bottom: 0px !important;
  width: 100%;
  height: 80px;
  min-height: 80px;
  background-color: #282c27;
  padding: 0px 20px;
  /* color: #fff; */
}

/*Footer*/
.copyright {
  /* 
  padding-top: 20px; */
  color: #fff;
  font-size: 12px !important;
}

/* .copyright a {
  color: #000;
} */
.copyright .policy {
  text-align: right !important;
}

.power-img {
  width: 40px;
  padding: 0px 10px;
}

footer {
  width: 100%;
  bottom: 0px;
  color: #fff;
  font-size: 11px;
  margin-top: 40px;
}

/*#notification footer,
#home footer {
  position: absolute;
}*/

.clearfix {
  clear: both;
}

.requestContent input[type="radio"]:checked~.check::before {
  top: 3px;
  position: absolute;
}

.requestContent .check {
  vertical-align: middle;
}

.requestContent .check::before {
  position: absolute;
  top: 3px;
}

.requestContent input[type="radio"]:not(.except) {
  position: absolute
}

.requestContent h4.page-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.requestContent h4:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  padding-top: 5px;
  width: 120px;
  margin-bottom: 25px;
}

.requestContent .steps {
  display: block;
  margin: 30px auto 60px;
}

.requestContent .formContents {
  margin-bottom: 20px;
}

.requestContent .formContents .formFields {
  margin-bottom: 10px;
}

.requestContent .formContents .formFields label {
  display: inline-block;
  width: 130px;
  margin-right: 10px;
  color: #000000;
  padding: 0;
  text-align: left;
  vertical-align: top;
  margin-top: 15px;
}

.requestContent .formContents .formFields.half {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}

.requestContent .formContents .formFields.half.last {
  margin-right: 0;
}

.requestContent .formContents .formFields .fieldStyle {
  display: inline-block;
  width: calc(100% - 145px);
  border: 1px #e6e7e8 solid;
  padding: 5px;
  border-radius: 0px;
  height: 40px;
}

.requestContent .formContents .formFields select.fieldStyle {
  -webkit-appearance: none;
  background: #fff url("../../img/offices/admin/arrow.png") no-repeat 95% center;
  background-size: 15px;
}

.requestContent .formContents .formFields textarea.fieldStyle {
  resize: none;
  min-height: 100px;
}

.requestContent .formContents .formFields label.error {
  margin-left: 150px;
  color: #FF0000;
  width: auto;
}

.requestContent .pointsContent {
  margin: 10px 0px 30px 40px
}

.requestContent .commonBtn {
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px 15px;
}

.requestContent label.css-label {
  filter: grayscale(1) brightness(0);
  width: 90%;
  vertical-align: top;
  background-image: url(../../img/checkboxalice.png);
}

.requestContent label.css-label a {
  text-decoration: underline;
}

.requestContent .steps .colCheck {
  margin-bottom: 20px;
  display: block;
}

.requestContent .steps p {
  margin-bottom: 30px;
}

.requestContent .button .commonBtn {
  border: 1px solid #272c26;
  background: #FFFFFF;
}

.requestContent .button .commonBtn:hover,
.requestContent .button .commonBtn.submit:hover {
  background: #272c26;
  color: #FFFFFF;
}

.requestContent .button .commonBtn.submit {
  border: 1px solid #e7e2d3;
  background: #e7e2d3;
  color: #272c26;
}

.requestContent .button .commonBtn.submit[disabled],
.requestContent .button .commonBtn.submit[disabled]:hover {
  background: #EEEEEE;
  color: #DDDDDD;
}

.fieldStyle {
  border: 1px solid #4444;
  padding: 5px;
}

.ahuList label.css-label {
  filter: grayscale(1) brightness(0);
  width: 90%;
  vertical-align: top;
  background-image: url(../../img/checkboxalice.png);
}

.ahuList label.css-label a {
  text-decoration: underline;
}

.parking label.css-label {
  filter: grayscale(1) brightness(0);
  vertical-align: top;
  background-image: url(../../img/checkboxalice.png);
}

.colCheck label.css-label {
  filter: grayscale(1) brightness(0);
  width: 90%;
  vertical-align: top;
  background-image: url(../../img/checkboxalice.png);
}

.colCheck label.css-label a {
  text-decoration: underline;
}

.agreeMaxOccupancyLoadCheckBox label.css-label {
  filter: grayscale(1) brightness(0);
  width: 90%;
  vertical-align: top;
  background-image: url(../../img/checkboxalice.png);
}

.agreeMaxOccupancyLoadCheckBox label.css-label a {
  text-decoration: underline;
}

.tool div {
  color: #000000;
  background-color: transparent;
  border: 0;
}

.tool div:nth-child(1) {
  background: transparent;
  border: 0;
  padding: 0;
}

.tool div a {
  display: inline-block;
  color: #000000;
  border: 1px solid #DDDDDD;
  padding: 0px 15px;
}

.tool div a:hover {
  background: #282c27;
  color: #FFFFFF;
}

.tool.padding {
  padding: 0;
}

.tool.padding span {
  padding: 0;
  margin-top: 20px
}

ul#subl2 {
  margin: 0;
  padding: 0;
}

#subl2 div {
  display: inline-block;
  background: transparent;
  float: left;
  border: 1px solid #EEEEEE;
}

#subl2 div.active {
  background: #e7e2d3;
}

#subl2 div a {
  padding: 0 20px;
  display: block;
}

.sub-menu ul {
  margin-top: 20px;
}

/** @MEDIA **/
/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 600px) {

  .main-content:not(.mobile),
  .headerbg:not(.mobile),
  .footer:not(.mobile),
  .sub-menu,
  .mobile-hide {
    display: none !important;
  }

  .headtitle {
    font-size: 24px !important;
  }

  .footer {
    padding: 0px 10px !important;
  }

  .mobile,
  .mobile input {
    font-size: 11px !important;
  }

  .nohide {
    display: block !important;
  }

  .inline {
    display: block;
  }
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
  footer .credit p {
    text-align: center;
  }

  .login {
    top: 30%;
  }
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
  .login {
    top: 30%;
  }
}

@media screen and (max-width: 420px) {
  #booking_facility .click-button a {
    display: inherit !important;
  }

  #terms_and_conditions .click-button .row {
    padding: 0px;
    margin-bottom: -4%;
  }

  #booking_confirmation .click-button .row div,
  #terms_and_conditions .click-button .row div {
    padding: 0px 5px;
  }

  #booking_confirmation .click-button {
    bottom: -62px;
  }

  #profile .click-button,
  /*#booking_facility .click-button,*/
  #booking_confirmation .click-button {
    margin-bottom: -4%;
  }

  #profile .click-button img,
  #booking_confirmation .click-button img {
    width: 100%;
    margin-left: inherit;
  }

  #home .login label,
  #home .login p {
    font-size: 14px;
  }

  .announcements {
    margin-top: 10%;
    width: 100%;
    height: 350px;
  }

  .announcements .content {
    padding-right: 50px;
  }

  .login {
    margin-top: 30%;
    width: 90%;
    height: auto;
    margin-left: 5%;
    position: inherit;
  }

  .loginbutton input {
    height: 38px;
  }

  #terms_and_conditions .click-button .row {
    bottom: 0px;
  }

  .invite-form .column {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav>li {
    float: none;
  }
}

/* Extra small devices (phones, up to 480px) */
@media only screen and (max-width: 768px) {
  .hasDatepicker {
    margin-bottom: 20px;
  }

  .calendar-style+div,
  .bookform .dropdown,
  .calendar-style {
    padding: 0px;
  }

  .bookform .dropdown .dropdown-menu {
    margin: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  #booking_manage table,
  #booking_manage thead,
  #booking_manage tbody,
  #booking_manage th,
  #booking_manage td,
  #booking_manage tr {
    display: block;
  }

  #booking_manage table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  #booking_manage table td:nth-child(1),
  #booking_manage table td:nth-child(2),
  #booking_manage table td:nth-child(3),
  #booking_manage table td:nth-child(4),
  #booking_manage table td:nth-child(5),
  #booking_manage table td:nth-child(6),
  #booking_manage table td:nth-child(7) {
    width: inherit;
  }

  #booking_manage table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  #booking_manage table tr:nth-child(1) {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #booking_manage td:nth-of-type(1):before {
    content: "/ unit";
  }

  #booking_manage td:nth-of-type(2):before {
    content: "/ date";
  }

  #booking_manage td:nth-of-type(3):before {
    content: "/ time";
  }

  #booking_manage td:nth-of-type(4):before {
    content: "/ facility type";
  }

  #booking_manage td:nth-of-type(5):before {
    content: "/ facility";
  }

  #booking_manage td:nth-of-type(6):before {
    content: "/ status";
  }

  #booking_manage td:nth-of-type(7):before {
    content: "/ cancel booking?";
  }

  .notices table tr td:nth-child(1) {
    width: 120px;
  }

  .notices table tr td:nth-child(2) {
    width: 70%;
  }

  .logo {
    padding: 0px;
    left: 0px;
  }

  .profile {
    padding-top: 30px;
  }

  .profile>div:first-child {
    padding: 0px;
  }

  .profile p {
    padding: 0px;
  }

  .profile ul {
    padding: 0px;
  }

  .profile ul li {
    display: inherit;
  }

  .profile .right {
    float: none;
  }

  .slogan {
    bottom: -200px;
    right: -30px;
  }

  .useful_informations i {
    display: none;
  }

  .useful_informations h6 {
    font-size: 16px;
  }

  .legend {
    font-size: 14px;
    position: inherit;
    bottom: inherit;
    right: 0px;
  }

  .legend .padding img {
    max-height: 50px;
    padding: 5px 0px;
  }

  .legend .padding15 {
    line-height: 50px;
    vertical-align: middle;
    padding: 0px;
  }

  .navbar-default,
  footer {
    background-position: inherit;
  }

  .copyright {
    padding: 15px 0px 0px 0px;
  }

  .copyright div {
    padding: 0px 15px;
    text-align: center;
  }

  /*  .credit {
    text-align: left;
  }*/
  .invite {
    padding: 15px 0px;
  }

  .invite-form .column {
    min-height: 300px;
  }

  .invite-form .message {
    min-height: 150px;
    margin-bottom: 30px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .login {
    margin-top: 20%;
    width: 50%;
    height: auto;
    margin-left: 25%;
  }

  .loginbutton input {
    height: 54px;
  }

  .profile li,
  .profile div {
    display: inherit;
  }

  #booking_facility .click-button {
    margin-bottom: -23px;
  }

  #booking_facility .click-button a {
    display: inline-block;
    margin: 0 auto;
  }

  #terms_and_conditions .click-button .row {
    margin-bottom: -2%;
  }

  #terms_and_conditions .click-button img {
    width: 60%;
    margin-left: 20%;
  }

  .ui-datepicker-calendar .ui-state-default {
    width: 60px !important;
  }

  .ui-datepicker-calendar td,
  .ui-datepicker-calendar th {
    line-height: 40px !important;
    font-size: 16px;
  }

  .keppel {
    width: 100%;
  }

  .legend {
    font-size: 14px;
    position: inherit;
    bottom: inherit;
  }

  .legend .padding img {
    max-height: 50px;
    padding: 5px 0px;
  }

  .legend .padding15 {
    line-height: 50px;
    vertical-align: middle;
    padding: 0px;
  }

  #booking_confirmation .click-button img {
    width: 60%;
  }

  #terms_and_conditions .click-button .row {
    bottom: 0px;
  }

  footer .bottom {
    position: inherit;
    bottom: inherit;
    text-align: left;
  }

  footer .credit p,
  footer .margin-top {
    text-align: left;
  }

  .navbar-default,
  footer {
    background-position: inherit;
  }

  .invite {
    padding: 15px 0px;
  }

  .invite-form .column {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .front-modal-dialog {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .front-modal-dialog-form {
    width: 80%;
  }
}

#editForm.aircon-extension label {
  width: 150px;
  margin-top: 10px;
}

#editForm.aircon-extension label.css-label {
  width: 100%;
  display: inline-block;
  max-width: unset;
}

#editForm label.css-label.no-max {
  max-width: unset
}

#editForm.aircon-extension select.fieldStyle {
  border: 1px solid #cccccc;
  padding: 5px;
  width: calc(70% - 150px);
  max-width: 160px;
  margin-left: -4px;
  vertical-align: top;
  margin-top: 4px;
}

#editForm.aircon-extension .leftHalf {
  width: calc(50% - 100px);
  float: left;
}

#editForm.aircon-extension .leftHalf select.fieldStyle {
  width: calc(100% - 150px);
}

#editForm.aircon-extension .rightBtn {
  width: 100px;
}

.modal-dialog.fileupload {
  background: #FFFFFF;
  margin: 0;
}

.modal-dialog.fileupload input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 90px;
  height: 30px;
}

.modal-dialog.fileupload h5.dialog-header {
  background: #282c27;
  color: #FFFFFF;
  margin: 0px;
  padding: 10px;
  text-align: center;
  background: #282c27;
}

.modal-dialog.fileupload .dialog-body {
  padding: 30px 50px;
}

.modal-dialog.fileupload .dialog-body .form-col {
  border-bottom: 1px solid #333333;
  padding: 10px 0;
}

.modal-dialog.fileupload .dialog-body .form-col .form-name {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-top: 5px;
}

.modal-dialog.fileupload .dialog-body .uploadBtn {
  float: right;
}

.modal-dialog.fileupload .dialog-body label.custom-upload-btn {
  background-color: #FFFFFF;
  border: 1px solid #282c27;
  color: #282c27;
  font-family: 'circularbold';
  font-size: 14px;
  padding: 4px 20px;
  display: inline-block;
  cursor: pointer;
}

.modal-dialog.fileupload .dialog-body label.custom-upload-btn:hover {
  background-color: #282c27;
  color: #FFFFFF;
}

.modal-dialog.fileupload .dialog-body .file-list {
  text-align: right;
  margin-top: 30px;
}

.modal-dialog.fileupload .dialog-body .file-list .file {
  display: block;
  margin: 15px 0;
}

.modal-dialog.fileupload .dialog-body .file-list .file .remove-btn {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.modal-dialog.fileupload .dialog-body .file-list .file .remove-btn a {
  color: #FF0000;
}

.modal-dialog.fileupload .dialog-footer {
  padding: 0px 50px 30px;
}

.modal-dialog.fileupload .dialog-footer .leftBtns {
  display: inline-block;
  width: 40%;
}

.modal-dialog.fileupload .dialog-footer .inputBtn {
  background-color: #ececec;
  width: 150px;
  font-family: 'circularbold';
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  color: #000;
  padding: 5px 30px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.modal-dialog.fileupload .dialog-footer .inputBtn:hover {
  background-color: #282c27;
  color: #FFFFFF;
}

.modal-dialog.fileupload .dialog-footer .rightBtns {
  float: right;
  width: 40%;
  text-align: right;
}

.opeext {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  height: 12px;
  background-color: #FFFFFF;
}

.opeext li {
  width: calc(48 * 100%);
  background: #FFFFFF;
  list-style-type: none;
  display: inline-block;
  height: 100%;
}

.opeext li.operation {
  background: #2a57a7;
}

.opeext li.extension {
  background: #42b364;
}

.opeextLegend {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle
}

.opeextLegend span {
  display: inline-block;
  margin-right: 10px;
}

.opeextLegend span::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
}

.opeextLegend span.operation:before {
  background: #2a57a7;
}

.opeextLegend span.extension:before {
  background: #42b364;
}

.opeextLegend span:last-child {
  margin-right: 0;
}

.btn.outline {
  border: 1px solid;
  padding: 3px 20px
}

.btn.outline:hover {
  background: #282c27;
}

.form-group .category-tag {
  background-color: #fff;
  border: 1px #e6e7e8 solid;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 5px 15px;
  color: #555;
  vertical-align: middle;
  max-width: 30%;
  line-height: 40px;
  cursor: text;
  width: 100%;
}

.form-group .category-tag.view {
  border: 0;
  box-shadow: inherit;
  padding-left: 0;
}

.form-group .category-tag span.tag {
  background-color: #5bc0de;
  padding: 5px 10px;
  color: #fff;
}

.form-group .category-tag .remove {
  margin-left: 5px;
}

.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-bottom: solid 1px #d9d9d9;
  transition: 0.5s;
  font-size: 14px;
}

.flex-table:first-of-type .flex-row {
  background: #282c27;
  color: white;
  border-color: #1f1f1f;
}

.flex-row.button {
  text-align: center;
}

.flex-table:hover {
  background: #F5F5F5;
  transition: 500ms;
}

.flex-row {
  text-align: left;
  padding: 10px;
  overflow-wrap: break-word;
  align-self: center;
}

.page-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.mt-2 {
  margin-top: 2em;
}

.top-announcement-banner {
  background-color: #1a1a1a;
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  font-family: 'circularbook', sans-serif;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  z-index: 1000;
}

.top-announcement-banner span {
  margin-right: 8px;
  font-size: 15px;
}

.top-announcement-banner a,
.top-announcement-banner a:link,
.top-announcement-banner a:visited,
.top-announcement-banner a:hover,
.top-announcement-banner a:active {
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline !important;
  margin-left: 4px;
}

/* Announcement banner offset overrides */
.tenant-login .headerbg.tenantlog {
  top: 45px;
}

.tenant-login .loginbox {
  top: 44px;
  height: calc(100vh - 44px);
}