@import url('/fonts/fonts.css');

.mont {
  font-family: 'Montserrat', sans-serif !important;
}

html,
body,
#fox_mobile_app,
#mobile_container
{
  height: 100%;
  font-family: 'hoss-round', sans-serif;
}

.mainDiv {
  display: flex;
  flex-direction: column;
  padding: 2vh 4vw;
  overflow: scroll;
  position: absolute;
  top: 0;
  border-top: 60px solid rgba(255, 0, 0, 0);
  height: 100%;
  min-height: 400px; 
  width: 100vw;
}

#upload h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

#upload h6 {
  font-size: 1rem;
}

#login.mainDiv {
  border-top: 0;
}

#login.mainDiv {
  border-top: 0;
  min-height: 400px;
} 

#mobile_navbar {
  padding: 0 2vw;
  z-index: 1000;
}

.error {
  text-align: left;
}

button, a
{
  border-radius: 1vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600 !important;
}

.mainDiv .btn {
  padding: 0.5em 1em;
  border-radius: 1em;
}

a:hover {
  text-decoration: none;
}

.form-control,
.backshadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 6px 8px 0 rgba(0,0,0,.25) !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 6px 8px 0 rgba(0,0,0,.25) !important;
}

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

.btn.active {
  border: 0;
}

.btn.btn-left {
  text-transform: none;
  text-align: left;
  background: url('/images/chevron-black.png') no-repeat right 16px center;
  background-color: #fff;
}

.btn-left.active {
  background: #000 no-repeat right 16px center;
  background-image: url('/images/chevron-white.png') !important;
}

.btn-left-div {
  white-space: normal;
  width: 70vw;
}

.btn-check {
  width: 84vw;
}

.btn {
  margin: 1vh 0;
}

.mainDiv p {
  margin-bottom: 1.5vh;
}

.action_buttons {
  bottom: 0;
  position: absolute;
  width: 92vw;
  text-align: center;
  margin-bottom: 0.25em;
}

.action_buttons a {
  padding: 2vh 0;
  display: block;
}

.content-hash {
  text-transform: uppercase;
  font-weight: 600 !important;
}

#bookmarkModal .default img,
#bookmarkModal .chrome img,
#bookmarkModal .firefox img,
#bookmarkModal .safari img {
  max-width: 100%;
}

#bookmark_info,
#content_info,
#about_info {
  position: absolute;
  top: 0;
  z-index:99999999;
  width: 100%;
  height: 100%;
  min-height: 667px;
  background-color: white;
  overflow: visible;
  text-align: center;
}

#bookmark_info div,
#content_info div {
  position: relative;
}

#content_info .close_button {
  position: absolute;
  top: 0;
  right: 0;
  background: url('/images/close.png') no-repeat center;
  background-size: cover;
  height: 10vw;
  width: 10vw;
}

#bookmark_info img {
  max-width: 100%;
}

#bookmark_info p {
  color: black;
  text-align: center;
  margin-top: 50%;
  padding-left: 15px;
  padding-right:15px;
}

#bookmark_info .action_buttons,
#about_info .action_buttons {
  padding: 1vh 4vw;
  width: 100vw;
}

.modal_image {
  height: 100%;
  background-size: contain;
}

#login img {
  margin: 8vh auto;
  max-width: 80vw;
  max-height: 20vh;
}

#fox_mobile_app .loading_screen {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

#fox_mobile_app .loading_screen div {
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#fox_mobile_app .loading_screen img {
  width: 80vw;
  max-height: 20vh;
  margin: 8vh auto;
}

@keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: 1920px 0; }
}
@-moz-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: 1920px 0; }
}
@-webkit-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: 1920px 0; }
}
@-ms-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: 1920px 0; }
}
@-o-keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: 1920px 0; }
}

#fox_mobile_app #login {
  text-align: center;
  animation: animatedBackground 50s linear infinite;
  -moz-animation: animatedBackground 50s linear infinite;
  -webkit-animation: animatedBackground 50s linear infinite;
  -ms-animation: animatedBackground 50s linear infinite;
  -o-animation: animatedBackground 50s linear infinite;
}

.formArea {
  margin: 4vh auto;
  text-align: center;
}

#forgot_password h2,
#forgot_password p
{
  text-align: left;
}

#forgot_password > .form-control {
  margin: 20vh auto;
}

.btn-plus {
  width: 3em;
  height: 3em;
  padding: 0em 0.25em !important;
  border-radius: 0.5em !important;
}

#dashboard_wrapper {
  padding: 0;
}

#dashboard_wrapper .action_buttons {
  padding: 0 4vw;
  width: 100vw;
}

#list_content_page {
  padding: 0 2vw;
  border-radius: 0.5em;
  overflow-y: scroll;
}

.mainDiv.scrollWrapper {
  padding: 2vh 0;
}

.scrollWrapper .action_buttons {
  padding: 0 2vw;
  width: 100vw;
  margin-bottom: 1vh;
}

.scrollContent {
  padding: 0 2vw;
  border-radius: 0.25em;
  overflow-y: scroll;
}

.scrollBox {
  padding-bottom: 168px;
}

.pop-content {
  padding: 1vh 4vw;
  margin: 0;
  z-index: 1001;
}

.content_list {
  margin-bottom: 16vh;
}

.add-content {
  text-align: left;
  padding: 1vh 4vw;
  margin: 0;
  z-index: 1001;
}

.add-content p {
  width: 76vw;
  float: left;
  margin-top: 1vh;
}

.add-content .btn {
  float: right;
}

.text-area {
  margin-left: 16vh;
  padding: 2vh 3vw;
  position: relative;
  height: 16vh;
}

.text-area .download-icon {
  position: absolute;
  top: 2vh;
  right: 3vw;
}

.text-area p {
  font-size: 0.75em;
}

.download-icon span {
  padding-left: 2vw;
}

.text-area .campaign-text {
  position: absolute;
  bottom: 0;
  right: 3vw;
  font-weight: 600;
}

.content_view {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content_view p {
  margin-bottom: 0.5vh;
}

.content_thumb_image {
  width: 90vw;  
  max-width: 512px;
  height: 44vh;
  max-height: 512px;
  overflow: hidden;
  border-radius: 1em;
  margin: 2vh 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.info-area {
  position: absolute;
  top: 0;
  right: 2vw;
  font-weight: 600;
  max-width: 54vw;
  overflow: hidden;
}

.info-area > div {
  width: 100vw;
}

.download-area div {
  padding-top: 2vh;
  padding-left: 8vw;
}

.download-area a {
  text-transform: none;
}

.download-area i {
  margin-right: 1vh;
}

.mobile-loading {
  text-align: center;
  margin: auto;
  margin-top: 40vh;
}

.mobile-loading .progress-bar {
  width: 100%;
}

.action-left-text {
  text-align: left;
}

.shared {
  width: 41vw;
  border-radius: 0 1em 1em 0 !important;
}

.shared.skip {
  border-radius: 1em 0 0 1em !important;
}

.content-window {
  width: 92vw;
  height: 40vh;
  min-height: 192px;
  margin: 1vh auto;
  border-radius: 0.5em;
  background-color: #fff;
  text-align: center;
  font-size: 1.75em;
  overflow: hidden;
}

.content-window textarea {
  font-size: 0.75em;
  border: 0;
  text-align: left;
  width: 94%;
  margin-top: 1vh;
}

.content-window > div {
  width: 100%;
  height: 100%;
}

.content-window .icon_wrapper {
  padding-top: 10vh;
  padding-bottom: 4vh;
}

.photo_content_window_uploaded {
  background-size: cover;
}

.media_type_selector {
  text-align: center;
}

.media_type_selector span {
  margin: 2vh 3vw;
  border-radius: 0.5em;
  padding: 1.5vh 3vw;
  width: 16vw;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
}

.media_type_selector span.media_active {
  color: #fff;
}

.video_content_window_uploaded {
  position: relative;
  text-align: left;
}

.video_content_window_uploaded video {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}

.added {
  font-size: 0.5em;
  vertical-align: top;
  position: absolute;
}

.media_context_buttons {
  text-align: center;
  position: relative;
  top: -5em;
  height: 0;
}

.blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

.audio_recording {
  margin-top: 10vh;
}

.audio_content_window_uploaded {
  margin-top: 16vh;
}

.no-content {
  padding-top: 38vh;
}

.event_signup {
  color: #fff;
}

.allCaps {
  text-transform: uppercase !important;
}

.facebookOr {
  color: #fff;
  font-weight: bold;
  margin: 0.5vh auto;
  display: inline-block;
}

.facebookThing {
  position: relative;
  top: -0.5vh;
  display: inline-block;
  height: 1px;
  background: #fff;
  width: 20vw;
  margin: 0 5vw;
}

#about_info {
  background-color: #f7f7fa;
}

#about_info .btn,
#bookmark_info .btn {
  padding: 0.5em 1em;
  border-radius: 1em;
  width: auto;
  min-width: 50vw;
}

.about_header {
  width: 100%;
  background-color: #ef4e26;
  color: #fff;
  padding: 0.5em 1em;
}

.about_header h4 {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.about_body {
  background-color: #fff;
  border: 2px solid #ef4e26;
  border-radius: 1em;
  margin: 1.25em;
  padding: 0.75em 1em;
  color: #2a2e43;
}

#about_info .btn.btn-primary {
  background-color: #ef4e26 !important;
  color: #f9edea !important;
  border: 1px solid #ef4e26;
}

#about_info .btn.btn-default {
  background-color: #f9edea !important;
  color: #ef4e26 !important;
  border: 1px solid #ef4e26;
}

.about_body p {
  margin-bottom: 4em;
}

.about_info img {
  padding: 1em;
}

#login .error, #login .forgot_password, #login .form { color: #fff; }

.eventCode {
  font-size: 2em;
}

.content-toggle {
  height: 2.5em;
  font-weight: 600;
}

.content-toggle div {
  width: 50%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.25em;
}

.content-item {
  flex: 0 0 25%;
  display: flex;
  border: 1px solid #d7e2e8;
  border-radius: 4px;
  margin: 6px;
  padding: 0;
  background-color: #fff;
  position: relative;
}

.content-item:after {
  padding-top: 100%;
  display: block;
  content: '';
}

.content-item .bottom-bit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-item .upload-type {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #d7e2e8;
  border-left: 1px solid #d7e2e8;
  border-radius: 0 4px 0 4px;
  text-align: right;
}

.content-item .button-bit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #d7e2e8;
  border-right: 1px solid #d7e2e8;
  border-radius: 4px 0 4px 0;
  text-align: left;
  overflow: hidden;
}

.content-item .button-bit a {
  padding: 0.25em 0.5em;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(239, 78, 38);
  color: #fff;
}

.content-item .button-bit a.content-view {
  background-color: #f9edea;
  color: #ef4e26;
}


.content-item .upload-type div {
  text-align: center;
}

.content-item .upload-type div i {
  display: none;
  color: rgba(239, 78, 38, 0.8);
  font-size: 1.25em;
  padding-bottom: 0.125em;
  padding-top: 0.125em;
}

.content-item .upload-type .has-upload-item {
  display: block;
}

.content-item .bottom-bit {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding: 0.25em 0.5em;
}

.content-item .bottom-bit p {
  margin: 0;
}

.content-item-image {
  flex: 1 0 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  background-color: #eaecf0;
}

.content-view .content-processing {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background-color: rgba(209, 236, 241, 0.8);
}

.content-view .creator {
  font-weight: bold;
}

.content-view .col-12 {
  padding: 0;
  margin: 0;
}

.content-view .content-view-detail > div {
  padding-left: 0.25em;
}

.content-view .content-view-detail h6 {
  font-weight: bold; 
}

.content-view .content-view-info {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  padding-top: 0.5em;
}

.content-view .content-view-bottom {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  width: 100%;
  padding: 0.25em;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75em;
}

.content-view .upload-type {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  font-size: 1.5em;
}

.content-view .upload-type {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  font-size: 1.5em;
}

.content-view .upload-type .has-upload-item {
  color: #ef4e26;
}

.content-view .upload-type span {
  width: 25%; 
  text-align: center;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
}

.content-view .content-view-image,
.content-view .content-view-audio
{
  background: no-repeat center center;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;  
  padding: 0;
  margin: 0;
  min-height: 100vw;
  text-align: center;
}

.content-view .content-view-video
{
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;  
  padding: 0;
  margin: 0;
  text-align: center;
}

.content-view video, 
.content-view audio
{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.content-transcript {
  position: absolute; 
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0.25em 0 0 0.25em;
  padding: 0.25em 0.5em;
  width: 100%;
  text-align: left;
  line-height: normal;
}

.social-share button {
  width: 10vw;
  height: 10vw;
  padding: 0;
  background: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.social-share button:focus,
.social-share button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.social-share .fb {
  background-image: url('/images/social/logo-fb.svg')
}

.social-share .insta {
  background-image: url('/images/social/logo-instagram.svg')
}

.social-share .twitter {
  background-image: url('/images/social/logo-twitter.svg')
}

.social-share .linkedin {
  background-image: url('/images/social/logo-linkedin.svg')
}