/* Global: Start 
--------------------------------------------------------
*/

body {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

h1, h2 {
  font-weight: 300;
}

/* Global: End 
--------------------------------------------------------
*/

/* navbar-inverse: Start 
--------------------------------------------------------
*/

.navbar-inverse {
  background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > button {
  color: #fff;
  background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image:         linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > button {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>button,
.navbar-inverse .navbar-brand {
  color: rgba(255,255,255,0.65);
}

.navbar-inverse .navbar-nav>li>button {
  padding: 15px;
  border: none;
}

.navbar-inverse .navbar-nav>li>button:hover,
.navbar-inverse .navbar-nav>li>button:focus {
  color: #fff;
  text-decoration: none;
}

.search-menu {
  margin-left: 40px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 2000;
}

.navbar-nav>li,
.navbar-header {
  line-height: 49px;
  color: rgba(255,255,255,.8);
}

/* navbar-inverse: End 
--------------------------------------------------------
*/

.row {
  height: 45px;
}


/* mcca-tools: Start 
--------------------------------------------------------
*/

.mcca-tools > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}

.mcca-tools .fa {
  font-size: 20px;
  color: rgba(255,255,255,0.65);
}

.mcca-tools .fa:hover {
  color: rgba(255,255,255,1);
}

/* mcca-tools: End 
--------------------------------------------------------
*/


/* Footer: Start 
--------------------------------------------------------
*/

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer p {
  margin: 20px 0;
}

/* Footer: End 
--------------------------------------------------------
*/


/* Icon: Start 
--------------------------------------------------------
*/
.fa {
  color: rgba(0,0,0,.2);
}
.btn .fa {
  color: rgba(0,0,0,.7);
}
/* Icon: End 
--------------------------------------------------------
*/


/* mcca-header: Start 
--------------------------------------------------------
*/
.mcca-header {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.25);
  padding: 1em 0 10px 0;
  color: rgba(0,0,0,.75);
  font-weight: 300;
}

.mcca-header-menu {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-right: 0 !important;
  font-size: 40px;
}

.mcca-header-menu > li {
  font-size: 0.65em;
  cursor: pointer;
}

.mcca-header-menu > li > a {
  padding: 0 10px;
}

.mcca-header-menu > li > a:hover {
  background: transparent;
}

.mcca-header-menu > li > a > .fa {
  color: rgba(0,0,0,0.5);
}

.mcca-header-menu > li > a[disabled] > .fa,
.mcca-header-menu > li > a[disabled]:hover > .fa {
  color: rgba(0,0,0,0.2);
}

.mcca-header-menu > li > a:hover > .fa {
  color: rgba(0,0,0,1);
}


/* mcca-section-header: End 
--------------------------------------------------------
*/

/* btn-meal-lodging: Start 
--------------------------------------------------------
*/

.btn-meal-lodging {
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: rgba(0,0,0,.15);
  color: rgba(0,0,0,1);
  border-width: 2px;
  outline: none !important;
}

.btn-meal-lodging .fa {
  color: rgba(0,0,0,.7);
  text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.btn-meal-lodging.selected {
  border-color: #5cb85c;
  box-shadow: none;
  color: #fff;
  background: #5cb85c;
}

.btn-meal-lodging.selected .fa {
  color: rgba(225,255,255,1);
}

.btn-meal-lodging:hover {
  background-color: #5cb85c;
}

/* btn-meal-lodging: End 
--------------------------------------------------------
*/


/* btn-select-ml: Start 
--------------------------------------------------------
*/

.btn-select-ml {
  padding: 0 10px 0 0;
  font-size: 12px;
}

/* btn-select-ml: End 
--------------------------------------------------------
*/


/* form: Start 
--------------------------------------------------------
*/
.mcca-form .ng-dirty.ng-invalid{
}
.mcca-form .ng-dirty.ng-valid{
}
.mcca-form .checkbox {
  padding-top: 20px;
}

/* form: End 
--------------------------------------------------------
*/


/* editable-text: Start 
--------------------------------------------------------
*/
.reg-editable-text input {
  display: none;
}

.reg-editable-text.active span {
  display: none;
}

.reg-editable-text.active input {
  display: inline-block;
}
/* editable-text: End 
--------------------------------------------------------
*/


/* editable-selection: Start 
--------------------------------------------------------
*/
.reg-editable-selection select {
  display: none;
}

.reg-editable-selection.active span {
  display: none;
}

.reg-editable-selection.active select {
  display: inline-block;
}
/* editable-selection: End 
--------------------------------------------------------
*/

.required {
  color: red;
}

/* signin-form: Start 
--------------------------------------------------------
*/
.signin-form-wrapper {
  background-image: url(./../img/login-bg-default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.signin-form {
  position: absolute;
  max-width: 330px;
  padding: 40px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  margin-top: -165px;
  margin-left: -165px;
  background: rgba(256,256,256,0.95);
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.signin-form h1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.signin-form .btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.signin-form .copyright {
  margin-top: 90px;
  color: rgba(256,256,256,0.5);
}

.signin-form .error-text {
  color: #a94442;
}

/* signin-form: Start 
--------------------------------------------------------
*/

/* table: Start 
--------------------------------------------------------
*/

.table .btn-link{
  padding-top: 0;
  padding-bottom: 0;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
  vertical-align: middle;
}

/* table: End 
--------------------------------------------------------
*/


/* spacing class: Start 
--------------------------------------------------------
*/
.pt5px {
  padding-top: 5px;
}
.pt2em {
  padding-top: 2em;
}
.mt2em {
  margin-top: 2em;
}
.mt1em {
  margin-top: 1em;
}

/* spacing class: End 
--------------------------------------------------------
*/


/* table-hover: Start 
--------------------------------------------------------
*/
.table-family-members .table-hover>tbody>tr:hover>td, 
.table-family-members .table-hover>tbody>tr:hover>th,
.table-hover.selectable {
  cursor: pointer;
}
.table-family-members .table-hover>tbody>tr:hover>td>i {
  color: rgba(0,0,0,.5);
}
/* table-hover: End 
--------------------------------------------------------
*/

/* modal-dialog: Start 
--------------------------------------------------------
*/
.modal-dialog {
  width: 900px;
}
.modal-body .mcca-header {
  padding-top: 0;
  font-size: 24px;
}
/* modal-dialog: End 
--------------------------------------------------------
*/

/* modal-person-search: Start 
--------------------------------------------------------
*/
.modal-person-search .modal-dialog {
  width: 400px;
}
.modal-person-search .person-search-form {
  
}
.modal-person-search .person-search-form .search-results {
  overflow: scroll;
  height: 410px;
}
/* modal-person-search: End 
--------------------------------------------------------
*/

/* search-person-overlay: Start 
--------------------------------------------------------
*/
.search-person-overlay {
  position: absolute;
  z-index: 9999;
  right: 0;
  width: 540px;
}
.search-person-group {
  position: relative;
  width: 480px;
}
.search-person-group .fa-refresh {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 16px;
}

.search-person-overlay button.close {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1em;
  font-size: 30px;
}

/* search-person-overlay: End 
--------------------------------------------------------
*/

/* #loading-bar: Start 
--------------------------------------------------------
*/
#loading-bar .bar {
  background: white;
}
#loading-bar .peg {
  -moz-box-shadow: white 1px 0 6px 1px;
  -ms-box-shadow: white 1px 0 6px 1px;
  -webkit-box-shadow: white 1px 0 6px 1px;
  box-shadow: white 1px 0 6px 1px;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  white;
  border-left-color: white;
}
/* #loading-bar: End 
--------------------------------------------------------
*/


/* regg-note-input: Start 
--------------------------------------------------------
*/
.reg-note-input {
}

.reg-note-input .form-control.insert-state {
  height: 34px;
}

.reg-note-input button.close {
  float: none;
  margin-left: 10px;
  vertical-align: sub;
  font-size: 30px;
}

/* reg-note-input: End 
--------------------------------------------------------
*/

/* rooms: Start 
--------------------------------------------------------
*/

.floor-plan {
  background: rgba(45, 108, 162,.2);
  padding: 40px 40px 150px 40px;
  bottom: 0;
  position: absolute;
  width: 100%;
  top: 175px;
  left: 0;
  right: 0;
  text-align: center;
  align-content: center;
  border-top: 1px solid rgba(45, 108, 162,1);
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  z-index: 1000;
  overflow: scroll;
}

.floor-plan h2 {
  margin: 0 0 20px 0;
  color: rgba(45, 108, 162,1);
}

.floor-plan .alert {
  width: 1140px;
  margin: 0 auto;
}

.rooms {
  position: relative;
  margin: 0 auto;
}

.room {
  position: absolute;
  border: 1px solid rgba(45, 108, 162,1);
  /*z-index: 1010;*/
}

/*structural type*/
.room-wall {
  background-color: #B3CADD;
  border-color:transparent;
  z-index: -1;
}

.room-bedroom {
  background: rgba(45, 108, 162,1);
}

.room-stairwell {
  background-color: transparent;
  background: url(../img/stairwell.svg);
  background-size: contain;
  background-position: -1px 1px;
  background-repeat: no-repeat;
}

.room-restroom {
  background-color: transparent;
  background: url(../img/restroom.svg);
  background-size: 30px 30px;
  background-position: center top;
  background-repeat: no-repeat;
}

.room-restroom .room-no {
  display: none;
}

.room-lounge {
  background-color: transparent;
  background: url(../img/lounge.svg);
  background-size: 15px 15px;
  background-position: center 5px;
  background-repeat: no-repeat;
}

.room-lounge .room-no {
  display: none;
}

.room-utility {
  background-color: transparent;
  background: url(../img/utility.svg);
  background-size: 15px 15px;
  background-position: center 5px;
  background-repeat: no-repeat;
}

.room-utility .room-no {
  display: none;
}

.room-door-1,
.room-door-2,
.room-door-3,
.room-door-4 {
  width: 20px !important;
  height: 20px !important;
  background-color: transparent;
  background: url(../img/door.svg);
  background-size: contain;
  background-position: -1px 1px;
  background-repeat: no-repeat;
  border-color:transparent;
}

.room-door-1 .room-no,
.room-door-2 .room-no,
.room-door-3 .room-no,
.room-door-4 .room-no {
  display: none;
}

.room-door-1 {
  margin-top:-20px;
}

.room-door-2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.room-door-3 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.room-door-4 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: -20px;
}

.room-elevator,
.room-restroom,
.room-na,
.room-utility,
.room-lounge {
  background-color: #B3CADD;
}

.room-door{
  
}

.room-no {
  height: 33%;
  line-height: 30px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,1);
  text-shadow: 0 0 2x rgba(0,0,0,.2);
  font-weight: 400;
}

.room-na .room-no,
.room-lounge .room-no,
.room-restroom .room-no,
.room-utility .room-no {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 400;
  color: rgba(45, 108, 162,1);
}

.room-door{
  border: transparent;
}

.room-stairwell .room-no,
.room-elevator .room-no {
  font-size: 10px;
  -webkit-transform-origin: 7% 66%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  font-weight: 400;
  color: rgba(45, 108, 162,1);
}

.room-outline {
  display: none;
}

/* rooms: End 
--------------------------------------------------------
*/

/* bed: Start 
--------------------------------------------------------
*/
.beds {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66%;
}
.beds .bed:first-of-type {
  border-width: 1px 0 0 0;
}
.bed {
  background-color: rgba(255,255,255,0.8);
  border-color: rgba(45, 108, 162,0.4);
  border-width: 1px 0;
  border-style: solid;
  height: 50%;
}
.bed-1 {
  height: 100%;
}
.bed-2 {
  height: 50%;
}
.bed-3 {
  height: 33.33%;
}
.bed-4 {
  height: 25%;
}
.bed-empty {
  background-color: rgba(255,255,255,0.8);
}
.bed-taken {
  background-color: rgba(0,0,0,.25);
}
.bed .fa {
  color: rgba(255,255,255,0.7);
  padding: 7px 0;
}
.bed .fa-list-ul {
  color: rgba(255,255,255,0.4);
}

/* bed: End 
--------------------------------------------------------
*/


/* user: Start 
--------------------------------------------------------
*/
.user-Male,
.user-Female {
  background-color: #215179;
  text-shadow: 0 0 2x rgba(255,255,255,.5);
  border-radius: 4px;
}

.user-Male {
  color: #5bc0de !important;
}

.user-Female {
  color: pink !important;
}
.user-family {
  border: 1px solid lightgreen !important;
}
.user-family:before {
  color: lightgreen !important;
}
/* user: End 
--------------------------------------------------------
*/

/* popover: Start 
--------------------------------------------------------
*/
.tooltip {
}
.tooltip-inner[bind-html-unsafe] {
  min-width: 250px;
  padding: 10px;
  background-color: #fff !important;
  color: black;
  overflow: hidden;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner .user-info {
  text-align: left;
}
.tooltip-inner .user-info h1 {
  margin: 0 0 5px;
  font-size: 18px;
}
.tooltip-inner .user-details {
  color: rgba(0,0,0,.5);
}
.tooltip-arrow{
  border-top-color: #fff !important;
}
/* popover: End 
--------------------------------------------------------
*/

/* waiting-list: Start 
--------------------------------------------------------
*/
.waiting-list-container {
  position: absolute;
  padding: 10px;
  margin: 0 auto;
  top: 100%;
  left: 50%;
  width: 472px;
  height: 107px;
  margin-top: -120px;
  margin-left: -236px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  z-index: 1200;
}

.waiting-list {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.waiting-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.waiting-room {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: rgba(0,0,0,.15);
  color: rgba(0,0,0,1);
  border-width: 2px;
  outline: none !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.waiting-room .fa {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: rgba(0,0,0,.7);
  text-shadow: 0 0 2px rgba(0,0,0,.2);
  text-align: center;
  line-height: 160%;
}

.waiting-room.selected {
  border-color: #5cb85c;
  box-shadow: none;
  color: #fff;
  background: #5cb85c;
}

.waiting-room.selected .fa {
  color: rgba(225,255,255,1);
}

/*.waiting-room:hover {
  background-color: #5cb85c;
}*/
/* waiting-list: End 
--------------------------------------------------------
*/


/* drag and drop: Start 
--------------------------------------------------------
*/
.bin {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}
.item {
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease;
  cursor: move;
}
.drag {
  opacity: 0.5;
}
.over {
  background: #468847;
  cursor: copy !important;
}
.over:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  content: "\f067";
  font-family: 'FontAwesome';
  width: 100%;
  height: auto;
  margin-top: -10px;
  text-align: center;
  color: #fff;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
/* drag and drop: End 
--------------------------------------------------------
*/

/* btn-check-in-out: Start 
--------------------------------------------------------
*/

.btn-check-in-out {
  width: auto;
  height: 24px;
  padding: 0 10px;
  background-color: rgba(0,0,0,.15);
  color: rgba(0,0,0,1);
  border-width: 2px;
  outline: none !important;
}

.btn-check-in-out .fa {
  color: rgba(0,0,0,.7);
  text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.btn-check-in-out.selected {
  border-color: #5cb85c;
  box-shadow: none;
  color: #fff;
  background: #5cb85c;
}

.btn-check-in-out.selected .fa {
  color: rgba(225,255,255,1);
}

.btn-check-in-out:hover {
  background-color: #5cb85c;
}

/* btn-check-in-out: End 
--------------------------------------------------------
*/

/* Reports: Start 
--------------------------------------------------------
*/

iframe {
  width: 100%; 
  border: 1px solid gray;
  padding: 20px;
}

.btn-report {
  margin-right: 10px;
}
/* Reports: End 
--------------------------------------------------------
*/
