body {
  background-color: #f8f8f8;
  overflow: hidden;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    top: 53px;
    padding-bottom: 50px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
#profileId{
  cursor:pointer
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
}
.login-panel {
  margin-top: 50%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
tr.ng-scope.even.selected{
  background-color: rgba(255, 0, 0, 0.2);
}
tr.ng-scope.odd.selected{
  background-color: rgba(255, 0, 0, 0.2);
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.json-formatter-row .string{
  white-space: inherit !important;
}

.pnr-body-layout{
  height: 61vh;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}


/* custom style */
.row {
  margin: 0px !important;
}
.home-panel {
  margin-top: 25%;
}
.navbar-header {
  padding-top: 10px;
}
.navbar-brand {
  padding: 0 !important;
  float: none !important;
}
/*.head-title {
  border-top: 1px solid #e7e7e7;
}*/
.navbar {
  margin-bottom: 0px;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  margin-top: 3px;
}

.dropdown-submenu {
  position: relative;
}

.nowarp {
  white-space: nowrap;
  font-size: 110%;
}

.readOnlyInput{
  background-color: #d1d1d1;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.am-darker-background {
  color: #fff;
  background-color: #337ab7;
}
.info-background {
  background-color: darkgrey;
}
.inline {
  display: inline-block;
}
.text-20-regular {
  font-size: 20px;
  font-family: NeueHaasUnicaPro-Regular;
}
.text-32-medium {
  font-size: 32px;
  font-family: NeueHaasUnicaPro-Medium;
}
.current-time {
  display: inline;
  padding-left: 10px;
  /*position: absolute;*/
}

.search-param-right {
  text-align: right;
}
.search-param {
  padding: 5px;
}
.search-param-div select {
  width: 210px;
  height: 30px;
}

.panel.panel-kiosk {
  margin-bottom: 50px;
}
.form-control.input-number {
  display: inline-block;
  width: 70px;
}
.kiosk-status-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.kiosk-status-bar-inner-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  text-align: left;
  height: 30px;
  color: #fff;
}
.status-bar-label {
  vertical-align: top;
  margin-top: 5px;
}
.status-label-separator {
  width: 1px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.logout {
  display: inline-block;
}
.logout .dropdown a:hover, .logout .dropdown.active a {
  text-decoration: none;
  color: #222;
  background-color: #eee;
}

/* Clouds */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-out {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes height-to-one-hundred-percent {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes height-to-one-hundred-percent {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%)
  }
  100% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
  }
}
@keyframes right-to-left {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%)
  }
  100% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.LoadingScreen {
  -webkit-animation: fade-in 0.3s cubic-bezier(0, 1, 0.5, 1);
  animation: fade-in 0.3s cubic-bezier(0, 1, 0.5, 1);
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 800
}
.LoadingScreen-announcement {
  display: block
}
.LoadingScreen-enter {
  opacity: 0
}
.LoadingScreen-enter-active {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.5, 1)
}
.LoadingScreen-leave {
  opacity: 1
}
.LoadingScreen-leave-active {
  opacity: 0.01;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.5, 1)
}
.LoadingScreen-wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  margin: -40px 0 0 -98px;
  position: fixed;
  top: 50%;
  width: 195px
}
@media (min-width: 680px) {
  .LoadingScreen-wrapper {
    height: 115px;
    left: 50%;
    margin: -58px 0 0 -148px;
    top: 50%;
    width: 295px
  }
}
.LoadingScreen-wrapAirplaneWindow {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.LoadingScreen-airplaneWindow {
  -webkit-animation: loading-fade 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite forwards;
  animation: loading-fade 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite forwards;
  background-color: #007DC3;
  border-radius: 20px;
  height: 80px;
  margin-right: 30px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  opacity: 0;
  overflow: hidden;
  width: 45px
}

@media (min-width: 680px) {
  .LoadingScreen-airplaneWindow {
    border-radius: 30px;
    height: 115px;
    margin-right: 50px;
    width: 65px
  }
}

.LoadingScreen-airplaneWindow:last-child {
  margin-right: 0
}

.LoadingScreen-airplaneWindow:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s
}

.LoadingScreen-airplaneWindow:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}

.LoadingScreen-airplaneWindow:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s
}

.LoadingScreen-airplaneWindowShutter {
  height: 20px;
  margin-top: 10px;
  overflow: hidden;
  width: 85px
}

.LoadingScreen-wrapAirplaneWindowCloud {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.LoadingScreen-wrapAirplaneWindowCloud > .Pictogram {
  fill: none;
  stroke: #fff;
  stroke-width: 1px
}
.LoadingScreen-airplaneWindow:nth-child(1) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(1) {
  height: 35px;
  -webkit-animation: right-to-left 10s linear infinite -3s;
  animation: right-to-left 10s linear infinite -3s;
  left: 0;
  top: 10px
}
.LoadingScreen-airplaneWindow:nth-child(2) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(1) {
  height: 20px;
  -webkit-animation: right-to-left 6s linear infinite -2.5s;
  animation: right-to-left 6s linear infinite -2.5s;
  left: 0;
  top: 20px
}
.LoadingScreen-airplaneWindow:nth-child(3) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(1) {
  height: 25px;
  -webkit-animation: right-to-left 8s linear infinite -3s;
  animation: right-to-left 8s linear infinite -3s;
  left: 0;
  top: -5px
}
.LoadingScreen-airplaneWindow:nth-child(1) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(2) {
  height: 15px;
  -webkit-animation: right-to-left 7s linear infinite -3s;
  animation: right-to-left 7s linear infinite -3s;
  left: 0;
  top: 15px
}
.LoadingScreen-airplaneWindow:nth-child(2) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(2) {
  height: 30px;
  -webkit-animation: right-to-left 9s linear infinite -2.5s;
  animation: right-to-left 9s linear infinite -2.5s;
  left: 0;
  top: 30px
}
.LoadingScreen-airplaneWindow:nth-child(3) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(2) {
  height: 30px;
  -webkit-animation: right-to-left 6s linear infinite -3s;
  animation: right-to-left 6s linear infinite -3s;
  left: 0;
  top: -5px
}
.LoadingScreen-airplaneWindow:nth-child(1) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(3) {
  height: 40px;
  -webkit-animation: right-to-left 5s linear infinite -3s;
  animation: right-to-left 5s linear infinite -3s;
  left: 0;
  top: 10px
}
.LoadingScreen-airplaneWindow:nth-child(2) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(3) {
  height: 15px;
  -webkit-animation: right-to-left 7s linear infinite -2.5s;
  animation: right-to-left 7s linear infinite -2.5s;
  left: 0;
  top: 40px
}
.LoadingScreen-airplaneWindow:nth-child(3) .LoadingScreen-wrapAirplaneWindowCloud:nth-child(3) {
  height: 45px;
  -webkit-animation: right-to-left 11s linear infinite -3s;
  animation: right-to-left 11s linear infinite -3s;
  left: 0;
  top: 10px
}
.LoadingScreen-airplaneWindowCloud {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px
}
.LoadingScreen-airplaneWindowCloudSmall {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px
}

/* Clouds End */

.panel-kiosk {
  margin-bottom: 50px;
}
.panel-kiosk label {
  font-weight: normal;
}
.dataTables_wrapper.form-inline.dt-bootstrap {
  margin-top: 20px;
}
table.dataTable thead th {
  cursor: pointer;
}