/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#choirapp_dash .wp-video-shortcode {
    width: 100%;
    height: auto;
    max-height: 250px;
}
#choirapp_dash .wp-video {
    max-width: 100%;
}
.page-id-6677 .wrap.container, .choir-admin-dashboard .wrap.container {
    width: 100%;
}
.page-id-6674 #choir-user-dashboard {
    opacity: 0.5;
    pointer-events: none;
}
#choirapp .badge {
    color: #fff !important;
    background-color: #4cc6ff;
}
#choirapp_dash .button.action {
    padding: 5px 20px;
    color: #fff !important;
    background-color: #5bc0de !important;
    border: none !important;
}
#choirapp {position:relative;}

#choirapp .list-group-item {
    border: 1px solid #4cc6ff;
    display: table;
    width: 100%;
}
#affix {
  z-index:99;
}
.affix {
  position:fixed;
  top:10px;
}
.affix-bottom {
  position:absolute;
}
.vue-affix {
    min-width: 320px;
}
@media (max-width: 1999px) {
.vue-affix {
    min-width: 293px;
}
}
@media (max-width: 991px) {
.vue-affix {
    position: static !important;
}
}

#tabs .btn.button {
    white-space: normal;
}

#output_preview_media video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
    width: 100%;
}
#output_preview_media .wp-video {
    width: 100% !important;
    max-width: 100% !important;
}
.float-right
{
    float:right;
}

.error.errors {
    color: #fff;
    font-size: 13px;
    background: red;
    padding: 3px 10px;
    line-height: 1;
}

#table_search_choir{
	height: 42px;
    margin: 0 !important;
    border: 1px solid;
    float: left;
    font-size: 20px;
    padding: 5px 10px;
    max-width: 230px;	
}