#btn-navbar-host{
    border-radius: 1000px;
    margin: 0;
    margin-left: 32px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid rgba(0,0,0,0.89);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: rgba(0,0,0,0.89);
}
#btn-navbar-host:hover, #btn-navbar-host:focus, #btn-navbar-host:active {
    background-color: #187aed;
    border: 2px solid #187aed;
    color: white;
    transform: none;
}

.navbar-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
}

.custom-dropdown {
  border-radius: 27.5px !important;
  padding: 15px !important;
}

.custom-dropdown li a {
  font-size: 16px !important;
  font-family: 'Lato';
  border-radius: 25.4px !important;
}

.custom-dropdown li a:hover {
  background-color: #f0f0f0 !important;
}

.custom-dropdown li a:focus {
  background-color: #e0e0e0 !important;
}

#navbar .navbar-nav {
  height: 5.7em;
}

.navbar-nav > li{
  list-style: none;
}
.navbar-nav .btn .caret{
  margin-left: 10px;
}

#globalSettingsMenu {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none !important;
  border-radius: 50%;
  z-index: 999;
}

#globalSettingsMenu:hover {
  background-color: #f0f0f0 !important;
}

#globalSettingsMenu:focus {
  background-color: #e0e0e0 !important;
}

#globalSettingsMenu.white:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid white !important;
}

#globalSettingsMenu.white:focus {
  background-color: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid white !important;
}

.nav-item.open #globalSettingsMenu {
  background-color: white !important;
  box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.nav-item.open #globalSettingsMenu.white {
  background-color: #187ae5 !important;
  border: none !important;
  box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.global-settings ul.right {
  left: 32px !important;
  right: auto !important;
  background-image: url('../images/menu-shadow_bg.png') !important;
  background-position-x: calc(100%/2 + 18px) !important;
}

.global-settings ul p.title {
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
  margin: 12px;
  line-height: normal;
  border-bottom: solid 1px rgba(0,0,0,0.4);
}

.global-settings.open ul {
  display: flex !important;
}

.global-settings.open ul li {
  flex: 1;
  width: 50%;
}

.global-settings.open ul li:first-child {
  padding-right: 15px;
}

.global-settings.open ul li:last-child {
  padding-left: 15px;
}

.global-settings ul a {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  line-height: normal;
}

.global-settings ul a.active {
  background-color: #0777e9 !important;
  color: white !important;
}

.tv-create-stream {
  margin-left: 0 !important;
}

/* User button */
.navbar-nav.navbar-right > li > a.header-user-icon{
    padding: 0px !important;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 1000px;
    padding-right: 16px;
    transition: all 0.35s ease;
    margin-left: 15px;
    border: none;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.1);
    box-shadow: 0 0px 8px rgba(0,0,0,0.1);
}

.navbar-nav.navbar-right > li > a.header-user-icon:hover,
.navbar-nav.navbar-right > li > a.header-user-icon:focus{
    border: none;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.15);
    box-shadow: 0 0px 10px rgba(0,0,0,0.15);
}

.navbar-nav.navbar-right > li > a.header-user-icon p{
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 12px;
    text-transform: capitalize;
}

.navbar-nav.navbar-right > li > a.header-user-icon p .material-icons{
    vertical-align: bottom;
    margin-bottom: 2px;
}

.navbar-nav.navbar-right > li > a.header-user-icon .nav-user-pic,
.room-reviews-user-image > .nav-user-pic {
  border-radius: 100%;
  border: 2px solid white;
  height: 40px;
  width: 40px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.nav-bar-host-pending-notifications, .nav-bar-host-pending-notifications-dropdown {
  position: absolute;
  left: 30px;
  bottom: 8px;
  display: inline-block;
  padding: 0 9px;
  margin-left: 0;
  border-radius: 110px;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  background-color: #187aed1a;
  color: #187aed;
}

.nav-bar-host-pending-notifications-dropdown {
  left: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
}

.navbar-nav.navbar-right > li > a.header-user-icon .nav-user-pic div,
.room-reviews-user-image > .nav-user-pic div {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d7d7d7;
}

/* User button on Home page */
.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon{
    background-color: white;
    border-color: white;
}

.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon p{
    color: rgba(0,0,0,0.89);
}

.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon:hover,
.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon:focus{
    background: #eee;
}

.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon:hover p,
.homepage_navbar .navbar-nav.navbar-right > li > a.header-user-icon:focus p{
    color: rgba(0,0,0,0.89) !important;
}

.navbar-nav.navbar-right > li .btn{
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a{
  font-size: 16px;
}
li.nav-item.dropdown.user-name.text-center {
    margin-left: 10px;
}
.navbar-nav > li.nav-item.dropdown li a{
  position: relative;
  padding: 14px 25px;
  font-size: 15px;
  color: rgba(0,0,0,0.89);
}

.navbar-nav > li.nav-item.dropdown li:first-child a:hover{
  border-radius: 3px 3px 0px 0px;
}

.navbar-nav > li.nav-item.dropdown li:last-child a:hover{
  border-radius: 0px 0px 3px 3px;
}

.navbar-nav .dropdown-toggle a{
  background-color: red;
}

li.nav-item.dropdown.user-name a{
  padding: 17px 12px 17px 0;
}

.navbar-nav > li.user-name a{
  padding: 0;
  border-radius: 0;
  padding-right: 0 !important;
  line-height: normal;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background: none;
  border-bottom: 2px solid rgba(0,0,0,0.89);
  color: rgba(0,0,0,0.89);
}
.navbar-nav .dropdown-menu{
  background: #fff;
  color: rgba(0,0,0,0.89);
  padding: 0;
  border:none;
  margin-top: 8px !important;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
  box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 2px;
}
.navbar-nav .dropdown-menu > .divider{
    background-color: #eee;
}
.navbar-nav .dropdown-header{
    font-weight: 600;
}
.navbar-nav > li.user-name > .dropdown-menu{
  margin-top: 12px;
}

.navbar-nav.navbar-right > li > a{
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-left: 32px;
  border-bottom: 2px solid transparent;
  color: rgba(0,0,0,0.89);
  padding: 29px 0;
}

.navbar-nav.navbar-right > li > a:hover,
.navbar-nav.navbar-right > li > a:focus{
    border-bottom: 2px solid rgba(0,0,0,0.89);
    color: rgba(0,0,0,0.89);
}

.navbar-nav.navbar-right > li.dropdown > a.dropdown-toggle i{
    margin-top: -4px;
    line-height: 16px;
    transition: all 0.35s ease;
    width: 24px; /* fixed width prevent content on jumping on load, because icon_name show for a short second */
}

.navbar-nav.navbar-right > li.dropdown.open > a.dropdown-toggle i{
    line-height: 16px;
    transform: rotate(180deg);
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav a {
  text-decoration: none;
}

.status_beta:after {
    font-size: 11px;
    padding: 4px 12px;
    color: white;
    margin-left: 8px;
    background-color: #187aed;
    border-radius: 1000px;
    box-shadow: 0px 2px 4px rgba(24, 122, 237, 0.5);
}

.nav-item.mr-20 {
  margin-right: 20px !important;
}

.navbar.tv {
  background-color: transparent;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.0));
}

.navbar.tv .navbar-nav.navbar-right > li > a {
  color: white;
  border-bottom: none !important;
}

.navbar-nav.tv .nav-item.search {
  overflow: hidden;
}

.navbar-nav.tv input.primary,
.navbar-nav.tv button.primary {
  cursor: pointer;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  outline: none !important;
  border: none;
  font-size: 18px;
  font-weight: 200;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  z-index: 3;
}

.navbar-nav.tv .search-btn {
  z-index: 3;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.navbar-nav.tv input.primary {
  color: #187ae5;
  background-image: url('../images/tv/calendar-icon.png');
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.navbar-nav.tv input.search:focus,
.navbar-nav.tv button.primary:hover {
  box-shadow: 0 3px 9px rgba(0,0,0,0.4);
}

.navbar-nav.tv .search-box,
.navbar-nav.tv .tv-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-nav.tv .search-box {
  transition: 0.3s all;
  margin-right: -50px;
  display: none;
}

.navbar-nav.tv .tv-search {
  width: 70px;
  overflow: hidden;
  transition: 0.5s all;
  padding: 10px;
}

.navbar-nav.tv .tv-search.open,
.navbar-nav.tv .tv-search:hover {
  width: 490px;
}

.navbar-nav.tv .tv-search.open button.search,
.navbar-nav.tv .tv-search:hover button.search {
  background-color: #187ae5;
}

.navbar-nav.tv .tv-search.open .search-box,
.navbar-nav.tv .tv-search:hover .search-box {
  display: flex;
}

.navbar-nav.tv .tv-search .datepicker {
  border: 2px solid white;
}

.navbar-nav.tv .tv-search .datepicker.clicked,
.navbar-nav.tv .tv-search .datepicker:hover {
  border: none;
  background-color: #187ae5;
}

.navbar-nav.tv input.search {
  border-radius: 30px;
  height: 50px;
  padding: 0 50px 0 20px;
  margin-left: 20px;
  border: 1px solid #ccc;
  min-width: 400px;
  outline: none !important;
}

.tv-search-datepicker {
  font-size: 18px !important;
}

.tv-search-datepicker .datepicker-days {
  padding: 15px;
}

.tv-search-datepicker .datepicker-days table th, 
.tv-search-datepicker .datepicker-days table td {
  padding: 15px !important;
  max-width: 50px;
  height: 50px;
}

.tv-search-datepicker .datepicker-days table td {
  border-radius: 50%;
}

.tv-search-datepicker .datepicker-days table td.today {
  background: #eee;
  border-radius: 50%;
}

.tv-search-datepicker .datepicker-days table td.active {
  border-radius: 50%;
}

.tv-create-stream a {
  padding: 0 !important;
  border-bottom: none !important;
}

.tv-create-stream button.red {
  background-color: transparent !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-right: 15px;
}

.tv-create-stream button.red img {
  position: absolute;
  top: 15px;
  right: 17px;
}

.tv-create-stream button.red span {
  white-space: nowrap;
  transition: 0.3s all;
  width: 0;
  overflow: hidden;
  margin-right: 10px;
}

.tv-create-stream button.red:hover {
  background-color: #FB3B5B!important;
  border-radius: 60px;
  padding-left: 18px;
  padding-right: 18px;
}

.tv-create-stream button.red:hover span {
  margin-right: 30px;
  width: 120px;
}

.nav-search-bar{
  display: flex;
  position: relative;
}

.nav-search-bar input{
  height: 45px;
  border-radius: 30px;
  border: none !important;
  margin: 3rem 0rem 3rem 2rem;
  width: 0;
  outline: none;
  padding-right: 40px;
  transition: 0.5s all;
}

.nav-search-bar input.open {
  width: 350px;
  box-shadow: inset 0em 0em 10px rgba(0,0,0,0.2);
  padding-left: 20px;
  padding-right: 50px;
  transition: 0.5s all;
}

.nav-search-bar input.mobile {
  border: 1px solid #eee !important;
  box-shadow: 0em 0em 5px rgba(0,0,0,0.1);
}

.nav-search-bar input.mobile {
  margin: 0 !important;
  min-width: 250px;
  width: 100%;
}

.nav-search-bar > .search-btn{
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  top: 3rem;
  border-bottom: none !important;
  transition: 0.3s all;
}

.nav-search-bar.mobile {
  width: 90%;
}

.nav-search-bar.mobile > .search-btn {
  top: 0 !important;
}

.nav-search-bar > .search-btn img {
  width: 15px;
  position: absolute;
  top: 14px;
  left: 15px;
}

.nav-search-bar > .search-btn img.opened {
  opacity: 1;
  transition: 0.3s all;
}

.nav-search-bar > .search-btn img.closed {
  opacity: 0;
  transition: 0.3s all;
}

.nav-search-bar > .search-btn.mobile,
.nav-search-bar > .search-btn.open,
.nav-search-bar > .search-btn:hover {
  background-color: #187ae5 !important;
}

.nav-search-bar > .search-btn.open img.opened,
.nav-search-bar > .search-btn:hover img.opened {
  opacity: 0;
}

.nav-search-bar > .search-btn.open img.closed,
.nav-search-bar > .search-btn:hover img.closed {
  opacity: 1;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .navbar-right{
    padding-left: 0;
  }
  .navbar > .container .navbar-brand{
    padding-right: 20px;
  }

}


.navbar.tv .navbar-brand.white {
  display: block;
}

.navbar.tv .navbar-brand.blue {
  display: none;
}

@media all and (max-width: 991px){
  .navbar.tv {
    background-color: #fff;
    background-image: none;
    box-shadow: 0 5px 10px rgba(7, 5, 5, 0.2);
  }

  .navbar.tv .navbar-toggle {
    padding: 23px 10px;
  }

  .navbar.tv .tv-search {
    width: 82vw !important;
  }

  .navbar.tv .tv-search .search-box {
    display: flex !important;
    margin-right: 0 !important;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    width: 100%;
  }

  .navbar.tv .collapse.in {
    padding-right: 20px !important;
    padding-bottom: 30px !important;
  }

  .navbar-nav.tv .tv-search .datepicker {
    margin-top: 10px;
  }

  .navbar.tv .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  .navbar.tv .nav-container {
    margin-left: 0 !important;
  }
  
  .navbar.tv .navbar-brand.white {
    display: none;
  }

  .navbar-nav.tv .nav-item.search {
    width: 100%;
  }

  .navbar.tv input.search {
    width: 100%;
    margin-left: 0;
    min-width: 0;
  }

  .nav-item {
    margin: 0;
  }

  .navbar.tv .tv-search {
    width: 100% !important;
  }

  .navbar-nav.tv input.primary, 
  .navbar-nav.tv button.primary {
    background-color: #187ae5 !important;
  }

  .navbar.tv .search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .navbar.tv .navbar-brand.blue {
    display: block;
  }

  .navbar.tv .navbar-nav.navbar-right > li > a {
    color: #000;
    margin-left: 0;
  }
}


@media all and (min-width: 881px){
  .navbar-default-clear{
    position:absolute;
  }
}

.navbar-brand .mt-tv-logo {
    height: 6rem;
}

.navbar.tv.custom .navbar-brand.white {
  margin-left: -15px;
  padding: 15px;
}

.navbar.tv.custom .navbar-brand.blue {
  padding: 15px;
}
