/*
 * This code and all components (c) Copyright 2019-2020, Wowza Media Systems, LLC. All rights reserved.
 * This code is licensed pursuant to the BSD 3-Clause License.
 */

#title, #title2 {
  font-size:140%;
  font-weight:normal;
  line-height: normal;
  padding:0;
  margin:0;
}

#play-content {
  margin-top:0;
  max-width: 1500px;
}

#hosted-page-url-container{
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 5em;
}
#hosted-page-url-container label {
  margin-top: 20px;

}

#hosted-page-url:focus {
  box-shadow: none;
  border-color: #ced4da;

}

#copy-hosted-page:hover {
  cursor: pointer;
}

#settings-saved-toast {
  margin:auto;
  width:200px;
}
#play-video-container-cloud {
  height:auto;
  width:100%;
  padding:0;
}
#play-video-placeholder {
  height:0;
  width:100%;
  padding-bottom:57%;
  background-color:rgba(102, 102, 102, 1);
  border-radius:0.75em;
}

#video-controls {
  width: 100%    !important;
  position: relative;
  bottom: 65px;
  margin: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 10px;
  padding-bottom: 5px;
}

#play-video-controls {
  width: 100%    !important;
  position: relative;
  top: 20px;
  margin: 0;
  text-align:center;
}

#control-button-wrapper {
  width: 355px;
  margin: auto;
}

#publish-toggle, #play-toggle {
  align:center;
  padding: 10px 0 10px 0;
  width: 122px;
}
#mute-toggle {
  align: center;
  padding: 10px 0 10px 0;
  width: 50px;
}

#settings-button-large {
  background: transparent;
  border: none;
}

.av-control {
  background: transparent;
  border: none;
  padding: 0;
}

.av-control-wrapper {
  display: inline;
}

.control-button {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #FF8400;
  font-size: 21px;
}

.play-control-button {
  background: #FF8400;
  box-shadow: 0;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 21px;
}

#settings-button-large,
.av-control:focus,
.control-button:focus{
  outline: none;
}

.circle-button {
  padding: 10px;
  width: 53px;
}

.left-offset-button{
  margin-left: 14px;
}

.settings-modal-button {
  width: 100%;
  border-radius: 55px;
}

.device-list {
  list-style-type: none;
}

.popover {
  padding: .5rem 0 .5rem 0;
}

.popover-body {
  padding: 0 !important;
}

.device-list-item {
  cursor: pointer;
  padding: .5rem .75rem;
  margin: 0;
}

.device-list-item:hover {
  background-color: #e9ecef;
}
