@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,400italic,600,700);

* {
    margin: 0;
    padding: 0;
}

/* chrome bug input width fix */
input, input:before, input:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* Firefox dotted outline fix */
:focus {
  -moz-outline-style: none;
}

/* Firefox button padding fix */
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

html {
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    height: 100%;
}

/* form elements font inherit fix */
input, select, textarea, button{font-family:inherit;}

canvas {
    display: block;
}

body {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body.bg {
    background: url("../images/50x1-18ABB0.png") repeat-y scroll left top #F7F7F7;
    background-color: #f7f7f7;
}

/*
body.loading {
    background: url("../images/icons/app-loading-icon.gif") no-repeat scroll center 35% #f7f7f7;
}
*/

body.no-menu {
    background-image: none;
}

body.no-menu #left-col {
    display: none;
}


small {
    font-size: 80%;
    opacity: 0.65;
}

.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.clear-float {
    clear: both;
}

.red {
    color: red;
}

.red-hover:hover {
    color: red;
}

#feature-error {
    position: fixed;
    top: -2px;
    margin: 0 20%;
    width: 60%;
    max-width: 720px;
    border: 1px solid #666;
    padding: 0 10px;
    background: white;
    line-height: 2rem;
    text-align: center;
    color: #d90000;
    box-shadow: 1px 1px 2px #888;
    border-radius: 4px;
    opacity: 0.75;

    display: block;
}


/* POPUPS and DIALOGS */

.popup-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: fixed !important;
    overflow: auto;
}

.popup {
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    top: 5%;
    max-width: 600px;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 60px 22px 0 22px;
    background: white;
    position: relative;
    display: none;
}

.popup .header {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popup .header h3 {
    line-height: 45px;
    padding-left: 27px;
}

.popup > *:last-child {
    margin-bottom: 22px;
}

.popup p {
    margin-top: 1em;
}

.popup .popup-settings-item {
    margin-top: 1em;
    font-weight: 400;
}

.popup .popup-settings-item.buttons {
    margin-top: 1em;
}

.popup .setting-name {
    font-weight: 600;
    line-height: 1.5em;
}

.popup input[type="radio"], .popup input[type="text"], .popup button {
    margin: 0.6em 0 0 0;
}

.popup .buttons {
    text-align: right;
}

.popup #popup-loading-icon {
    display: inline-block;
    margin-right: 0.5em;
}

.popup .goto-registration {
    text-align: center;
}

.popup .login {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-top: 10px;
}

.popup .form-row {
    margin-top: 10px;
}

.popup .forgot-password {
    text-align: right;
}

.popup a.forgotpassword-link {
    text-decoration: none;
    color: #169A9E;
}


/* Sharing Dialog */

.popup #sharing-link {
    background: #EEE;
}

.popup #who-has-access {
    border-top: 1px solid rgba(0,0,0,0.10);
}

.popup .access-row {
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 12px 0;
    overflow: auto;
    position: relative;
}

.popup .access-row .permission-name {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 90%;
}

.popup .access-row .permission-status {
    float: left;
    width: 30%;
    max-width: 175px;
}

.popup .access-row .permission-status .permission-select {
    width: 100%;
}

.popup .access-row .permission-remove {
    position: absolute;
    right: 0;
}

.popup .access-row .permission-remove a {
    text-decoration: none;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    padding: 0 0.5em;
}

.popup .access-row .permission-remove a:hover {
    color: red;
}

.popup #add-users {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 4% auto;
    padding: 2%;
    width: 80%;
    position: relative;
}

.popup #add-users .add-users-arrow {
    width: 28px;
    height: 40px;
    background: transparent url("../images/icons/add-arrow.png") no-repeat;
    position: absolute;
    left: -35px;
    top: -10px;
}

.popup #add-users #add-users-title {
    margin: 0;
    line-height: 1em;
    font-size: 80%;
}

.popup #general-settings p {
    font-size: 90%;
    line-height: 100%;
    margin-top: 0.4em;
}

.popup #general-settings input[type='checkbox'] {
    vertical-align: -1px;
}


/* Twitter Autocomplete */

.tt-dropdown-menu {
    margin-top: -1px;
    width: 90%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
  }

  .tt-dropdown-menu h3 {
    padding-left: 10px;
    font-weight: 400;
  }

  .tt-suggestion {
    padding: 0;
    margin: 0;
    min-width: 400px;
    padding: 5px 20px;
  }

  .tt-suggestion p {
    margin: 0;
  }

  .tt-suggestion.tt-cursor {
    background: #CCC;
    width: 90%;
  }

  input.tt-hint {
    color: #BBB;
  }

  .twitter-typeahead {
    width: 100%;
  } 

/* Messages */

.message-container {
    position: fixed;
    z-index: 1000;
    max-width: 400px;
    bottom: 0px;
    right: 0px;
}

.error-container {
    position: fixed;
    z-index: 1000;
    max-width: 400px;
    top: 0px;
    left: 40%;
    margin: 0 3%;
}

.message-container .message, .error-container .message.error {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 80%;
    opacity: 0.75;
    padding: 2px 8px;
    background: white;
}

.message-container .message {
    background: white;
    margin-top: 5px;
}

.error-container .message.error {
    background: #e5adb3;
    margin-bottom: 5px;
}


 /* App Store Button */

.appstorebutton-text {
    display: block;
    width: 142px;
    height: 60px;
    background: url("../images/appstorebutton-text.png") no-repeat transparent;
}

    /* FEATURE ERROR */

#feature-error {
    display: none;
}

html.no-canvas #feature-error {
    display: block;
}

#main-col #feature-error a {
    color: #d90000;
    text-decoration: underline;
}



    /* EXPLORE PAGE */

#main-col.explore .welcome-box {
    box-sizing: border-box;
    width: 99%;
    background-color: white;
    border: 1px solid #dfdfdf;
    padding: 0 5%;
    margin-bottom: 2em;
}

#main-col.explore .column {
    width: 99%;
    margin-right: -1px;
    margin-bottom: 30px;
}

#main-col.explore .column-1 {
    clear: both;
}

#main-col.explore .explore-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
    border: 1px solid #ccc;
    padding: 3%;
    overflow: visible;
    margin-top: -1px;
}

#main-col.explore .explore-box h2 {
    margin-top: 0.2em;
    font-size: 28px;
}

#main-col.explore .explore-box .video {
    width: 49%;
    float:left;
    margin: 0 1% 1% 0;
    cursor: pointer;
}

#main-col.explore .explore-box .list-image {
    width: 21px;
    height: 21px;
}

#main-col.explore .explore-box .list-date {
    display: none;
}

#main-col.explore .explore-box.explore-videos {
    background: white;
}
#main-col.explore .explore-box.explore-videos img {
    opacity: 0.8;
}
#main-col.explore .explore-box.explore-videos img:hover {
    opacity: 1;
}

#main-col.explore .explore-box.explore-featured {
    background: white;
    padding: 0;
}
#main-col.explore .explore-box.explore-featured img {
    display: block;
    opacity: 0.4;
    width: 100%;
}
#main-col.explore .explore-box.explore-featured img:hover {
    opacity: 0.7;
}

#main-col.explore p {
    margin-bottom: 1.2em;
}






    /* LEFT COLUMN - NAVIGATION */

#left-col {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    color: white;
    background-color: #18abb0;
    position: fixed;
    z-index: 95;

    /*
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    */
}

#left-col a {
    color: white;
    text-decoration: none;
}

#left-col ul li:hover, #left-col #branding a:hover, #left-col ul li.hover {
    background-color: rgba(0, 0, 0, 0.05);
}

 #left-col ul li.collection-row.hover {
    background-color: #0c9558;
 }

    /* BRANDING */

#left-col #branding {

    height: 45px;

    background: url("../images/icons/iconmap.svg") no-repeat -241px bottom;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#left-col #branding a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    display: block;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.3),  1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 74px;
}

    /* LEFT MENU */

#left-col ul {
    list-style: none;
}

#left-col ul li.left-menu-item {
    width: 100%;
    min-height: 44px;
    position: relative;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    text-transform: uppercase;
    font-size: 16px;
    line-height: 44px;
}

#left-col ul li.left-menu-item a {
    display: block;
    width: 100%;
    min-width: 50px;
    height: 100%;
}

#left-col ul#left-menu li.left-menu-item > a, .collections-toggle {
    min-height: 44px;
}

#left-col .left-menu-item.current .menu-item-name {
    font-weight: 900;
    font-size: 105%;
}

#left-col .collection-row.current .collection-name {
    font-weight: 600;
}

#left-col ul li span.menu-item-icon {
    background: url("../images/icons/iconmap.svg") transparent no-repeat -76px 0;
    display: block;
    height: 18px;
    width: 18px;
    margin: 12px 0 12px 16px;
    float: left;
}

#left-col ul li.home span.menu-item-icon          { background-position: 0 0; }
#left-col ul li.collections span.menu-item-icon   { background-position: -19px 0; }
#left-col ul li.groups span.menu-item-icon        { background-position: -57px 0; }
#left-col ul li.notifications span.menu-item-icon { background-position: -95px 0; }
#left-col ul li.explore span.menu-item-icon       { background-position: -114px 0; }

#left-col ul li span.menu-item-name {
    float: left;
    margin: 0 0 0 12px;

    display: none;
}

#left-col ul li .menu-item-count {
    position: absolute;
    left: 31px;
    top: 9px;
    display: block;
    background: #C90000;
    border-radius: 3px;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px 1px 3px;
}

    /* MENU COLLECTIONS SUBMENU */

#left-col ul li.collections ul {
    margin-bottom: 10px;
    display: none;
}

#left-col ul li.collections ul li {
    height: 27px;
    border: 0;
    font-size: 85%;
    text-transform: none;
}

#left-col ul li.collections ul li a {
    line-height: 25px;
}

#left-col ul li.collections li.collection-row {
    position: relative;
}

#left-col ul li.collections li.collection-row span.collection-icon {
    background: url("../images/icons/iconmap.svg") transparent no-repeat 0 -19px;
    display: block;
    height: 15px;
    width: 15px;
    margin: 6px 0 6px 24px;
    float: left;
}

#left-col ul li.collections li.collection-row.hover span.collection-icon {
    background-position: -64px -19px !important;
}

#left-col ul li.collections li.collection-row span.collection-icon.create-collection-icon {
    background-position: -16px -19px;
}

#left-col ul li.collections li.collection-row span.collection-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
    white-space: nowrap;
    float: left;
    margin-left: 4px;
}

#left-col ul li.collections li.collection-row .collection-count {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 7px;
    display: none;
    font-style: normal;
    font-size: 80%;
    opacity: 0.75;
}

#left-col ul li.collections:hover li.collection-row i.collection-count, #left-col ul li.collections.hover li.collection-row i.collection-count {
    display: block;
}


#left-col ul li.collections li.collection-row.bookmarks span.collection-icon {
    background-position: -143px -19px;
}

#left-col ul li.collections li.collection-row.bookmarks span.collection-name {
    color: #FFF5CC;
}

#left-col ul li.collections li.collection-row.bookmarked span.collection-icon {
    background-position: -159px -19px;
}


    /* LEFT MENU FOOTER */

#left-col #nav-footer {
    width: 100%;
    bottom: 0;
    padding-bottom: 8px;

    font-size: 75%;
    text-align: center;
    position: absolute;

    display: none;
}

#left-col #nav-footer a:hover {
    text-decoration: underline;
}


    /* LEFT MENU FEATURED */

#left-col .menu-featured {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    display: none;
}

#left-col .menu-featured p {
    margin-bottom: 20px;
}

#left-col .menu-featured img {
    margin-bottom: 40px;
}

    /* LEFT MENU CLOSE BUTTON */

#left-col a#left-col-close {

    position: absolute;
    top: 5px;
    right: -20px;
    display: block;
    width: 16px;
    height: 16px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.15;
    display: none;
}

#left-col a#left-col-close:hover {
    opacity: 0.25;
}

#left-col a#left-col-close span {
    background: url("../images/icons/iconmap.svg") -17px -35px no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.with-left-col #left-col a#left-col-close span {
    background: url("../images/icons/iconmap.svg") 0px -35px no-repeat;
}


    /* MAIN CONTENT */

/*
#main-col,
#main-col * {
    -webkit-transition-duration: 0;
    -webkit-transform: translate3d(0,0,0);
}
*/

#main-col {
/*    -moz-box-sizing: border-box; */
    height: 100%;
    margin-left: 50px;
}

#main-col a {
    color: black;
    text-decoration: none;
}

#main-col h2 {
    margin: 0.8em 0;
    font-weight: 300;
    font-size: 2.2rem;
    text-align: center;
}

#main-col h3 {
    margin-bottom: 0.4em;
    margin-top: 1em;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: left;
}

#main-col p {
    margin-bottom: 0.5rem;
}

#main-col label {
    display: block;
    margin-bottom: 3px;
}

#main-col .alert {
    margin: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#main-col .alert.success {
    border: 1px solid rgba(0, 100, 0, 0.4);
}

#main-col .alert.error {
    border: 1px solid rgba(255, 0, 0, 0.4);
}

#main-col .no-content {
    text-align: center;
    margin: 10px 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    margin: 0.4em 0 0 0;
    padding: 0.5em;
    width: 100%;
    transition: all 0.15s linear 0s;
}

#main-col .message-box form button {
    margin: 20px auto 0 auto;
    display: block;
}

#main-col a.register-link {
    display: block;
    text-align: center;
    margin-top: 1em;
    text-decoration: none !important;
}

#main-col a.forgotpassword-link {
    display: block;
    text-align: center;
    font-size: 80%;
    text-decoration: none !important;
}

.message-box form div {
    margin-bottom: 1em;
}

form .error {
    color: #AF2B2B;
}

label.error {
    font-size: 80%;
}

#main-col table {
    width: 100%;
    margin-top: 25px;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

#main-col table td {
    height: 2.5em;
    vertical-align: middle;
    border-right: 2px solid white;
    padding: 0 3px;
}

 #main-col table th {
    vertical-align: middle;
    border-right: 2px solid white;
    padding: 0 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 2em;
 }

#main-col table tr:nth-child(even) {
    background: white;
}

    /* MAIN CONTENT - SONG LIST */

#main-col .list-header {
    height: 45px;
    max-width: 950px;
    padding: 0 3% 0 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

#main-col .list-header .title {
    font-size: 22px;
    float: left;
    margin-top: 7px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main-col .list-header .toolbar {
    float: right;
    display: none;
}

#main-col .list-header .toolbar .button {
    margin-left: 4px;
}

#main-col .list-header .toolbar .info {
    display: inline-block;
    line-height: 30px;
    color: rgba(0,0,0,0.36);
    margin: 0;
}

#main-col .list-content {
    max-width: 950px;
    padding: 0 3%;
    min-height: 100px;
}


 /* List items */

#main-col.song-list .list-content {
    max-width: 650px;
    padding-bottom: 50px;
}

.list-content .list-item {
    position: relative;
    min-height: 70px;
    text-align: left;
}

.list-content .list-item,
.list-content .song-placeholder {
    margin: 0 0 10px 0;
}

.list-content .list-item .list-handle {
    width: 8px;
    margin-left: 12px;
    height: 100%;
    background-color: #18ABB0;
    position: absolute;
    box-shadow: 0px 2px 0px #159397;

    background-image: url('../images/list-item-handle.png');
    background-repeat: no-repeat; 
    background-position: -100px 0; /* Hide */
    
    cursor: -webkit-grab;
    cursor: grab;
}

.list-content .list-item .list-checkbox {
    border: 1px solid #000000;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 4px;
    position: absolute;
    cursor: default;
    opacity: 0.6;
    background: #dfdfdf; /* Old browsers */
    background: linear-gradient(135deg, #dfdfdf 0%,#fefefe 100%); /* W3C */

    display: none;
}

.list-content .list-item.draggable:hover .list-handle,
.list-content .dragging .list-item .list-handle,
.list-content .list-item.selected .list-handle {
    width: 20px;
    margin-left: 0;
    background-position: center; /* Show */
}

.list-content .list-item:hover .list-checkbox {
    display: block
}

.list-content .list-item.selected .list-checkbox {
    display: block;
    background-image: url('../images/list-item-checkmark.png');
    background-position: center;
    background-repeat: no-repeat; 
}


.list-content .list-item a.list-link {
    display: block;
    padding: 5px 5px 5px 6px;
    margin-left: 19px;
    background: white;
    box-shadow: 1px 2px 0px rgba(0,0,0,0.14);
    min-height: 60px;
    position: relative;
}

.list-content .list-item .list-image {
    float: left;
    margin-right: 3.5%;
    width: 60px;
    height: 60px;
    background: #0f5f66;
}

.list-content .list-item .list-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #18526f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-content .list-item .list-score {
    overflow: hidden;
    margin-right: 70px;
    max-height: 70px;
}

.list-content .list-item .list-meta {
    font-size: 11px;
    color: gray;
    position: absolute;
    top: 6px;
    right: 16px;
}

.list-content .list-item .list-meta span {
    margin-left: 5px;
}

.list-content .list-item .list-date                 { color: #18ABB0; } /* ScoreCloud Petrol */
.list-content .list-item .list-bookmarks            { color: #ccb866; } /* Dark Yellow */
.list-content .list-item .list-likes                { color: #cc86c9; } /* Dark Pink */

.list-content .list-item .list-bookmarks.bookmarked { color: #FFD633; } /* Light Yellow */
.list-content .list-item .list-likes.liked          { color: #FE74F9; } /* Light Pink */

.list-content .list-item .list-date:before,
.list-content .list-item .list-bookmarks:before,
.list-content .list-item .list-likes:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    padding-bottom: 1px;
    vertical-align: -4px;
}

.list-content .list-item .list-date:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -80px -19px rgba(0, 0, 0, 0);
}

.list-content .list-item .list-bookmarks:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -96px -19px rgba(0, 0, 0, 0);   
}
.list-content .list-item .list-bookmarks.bookmarked:before{
    background: url("../images/icons/iconmap.svg") repeat scroll -112px -19px rgba(0, 0, 0, 0);   
}
.list-content .list-item .list-bookmarks:not(.bookmarked):hover:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -128px -19px rgba(0, 0, 0, 0);   
}

.list-content .list-item .list-likes:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -176px -19px rgba(0, 0, 0, 0);   
}
.list-content .list-item .list-likes.liked:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -192px -19px rgba(0, 0, 0, 0);   
}
.list-content .list-item .list-likes:not(.liked):hover:before {
    background: url("../images/icons/iconmap.svg") repeat scroll -208px -19px rgba(0, 0, 0, 0);   
}

.list-content .list-item .list-meta .remove {
    display: none;
}

.list-content .list-item:hover .list-meta .remove {
    display: initial;
    cursor: pointer;
}

.list-content .list-item:not(.deleted) .list-meta .remove-song:after {
    content: "-";
    margin: 0 0 0 5px;
    color: gray;
}

.list-content .list-item .song-playback {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.list-content .list-item.deleted a.list-link {
    opacity: 0.5;
    cursor: default;
}
.list-content .list-item.deleted .list-image {

}
.list-content .list-item.deleted .song-playback {
    display: none;
}


.list-content .list-item.notification,
.list-content .list-item.notification a.list-link {
    min-height: 55px;
}

.list-content .list-item.notification.unread .list-handle {
    background-color: red;
    box-shadow: 0px 2px 0px #d90000;
}

.list-content .list-item.notification .list-image {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.list-content .list-item.notification .bookmark-button {
    position: absolute;
    bottom: 10px;
    right: 17px;
}

.list-content .list-item.notification .bookmark-button .button-icon {
    background: url("../images/icons/iconmap.svg") no-repeat scroll -84px -52px rgba(0, 0, 0, 0);
}

.list-content .list-item.notification .bookmark-button.bookmarked .button-icon,
.list-content .list-item.notification .bookmark-button:hover .button-icon {
    background: url("../images/icons/iconmap.svg") no-repeat scroll -105px -52px rgba(0, 0, 0, 0);
}


.list-content .list-item .list-admin {
    font-size: 75%;
    background: #e7f6f7;
    padding: 2px 5px 2px 85px;
    margin-left: 20px;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

#main-col .list-content .list-item .list-admin a {
    color: #0c5558;
}

#main-col .list-content .list-item .list-admin a:hover {
    text-decoration: underline;
}

 /* List dragging */

.song-list .dragging {
    z-index: 500;
    opacity: 0.5;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.song-list .dragging a {
    cursor: inherit;
}

.song-list .song-placeholder {
    background-color: rgba(0, 0, 0, 0.05);
    max-width: 650px;
}


 /* List Playback icons */

.list-content .song-playback div {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    margin-bottom: 4px;
    cursor: default;
}

.list-content .song-playback .play-audio {
    background: url("../images/icons/iconmap.svg") no-repeat -25px -105px;
}

.list-content .song-playback .play-midi {
    background: url("../images/icons/iconmap.svg") no-repeat 0 -105px;
}

 /* List Playback icons Loading */
.list-content .list-item .song-playback .play-audio.loading {
    background: url("../images/icons/iconmap.svg") no-repeat right -105px;
}

.list-content .list-item .song-playback .play-midi.loading {
    background: url("../images/icons/iconmap.svg") no-repeat right -105px;
}

/* List Playback icons Playing */

.list-content .list-item.playing div.song-playback {
    visibility: visible;
}

.list-content .list-item .song-playback .play-audio.playing {
    background-position: -75px -105px;
}

.list-content .list-item .song-playback .play-midi.playing {
    background-position: -75px -105px;
}


 /* Empty Lists */

.list-content #list-empty {
    text-align: center;
    color: #555555;
}

.list-content #list-empty a {
    color: #555555;
}

.list-content #list-empty a:hover {
    color: red;
}

.list-content #list-empty img {
    margin-top: 1em;
}



        /* MAIN CONTENT - GROUP LIST */

#app-main .list-content #groups-list-container {
    overflow: auto;
}

#app-main .list-content #groups-list-container div.list-item {
    margin: 0 3% 3% 0;
    float: left;
}

#app-main .list-content #groups-list-container div.list-item .group {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

#app-main .list-content #groups-list-container div.list-item .group p {
    font-size: 90%;
    color: black;

    padding: 10px;
    margin: 0;
}

#app-main .list-content #groups-list-container .groups-header {
    clear: both;
}


    /* MAIN CONTENT - GROUP USERS LIST */

#group-member-list-container .user {
    min-height: 0;
}

#group-member-list-container .user a.list-link {
    cursor: default;
    min-height: 0;
}

#groups-list-container .owner .group-title:before {
    content: url("../images/icons/group-owner.png");
    display: block;
    opacity: 0.25;
    line-height: 80%;
}

#group-member-list-container .list-meta .owner:before {
    content: url("../images/icons/group-owner.png");
    display: inline-block;
    opacity: 0.25;
    margin-right: 5px;
}

#group-member-list-container .list-item .list-meta .remove {
    display: block;
    cursor: pointer;
}


        /* PLAYBACK CONTROLS OPACITY */

.song-playback div {
    opacity: 0.7;
}

.song-playback div:hover {
    opacity: 1;
}



        /* MAIN CONTENT - SONG PAGE & MESSAGE PAGE */

.song-page .song-sheet, #app-main .message-box {
    padding: 15px 5%;
    margin: 8px 3% 30px 3%;
    max-width: 805px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    background: white;
    z-index: 10;
}

        /* MAIN CONTENT - MESSAGE PAGE */

#app-main .message-box {
    max-width: 600px;
    margin-top: 45px;
    padding-bottom: 30px;
}

#app-main #main-col .message-box a {
    color: #169A9E;
    text-decoration: underline;
}

#app-main .message-box img {
    margin: 2em 0;
}






        /* MAIN CONTENT - SONG PAGE */

.song-page .song-sheet img {
    width: 100%; /* For testing only */
}

.song-page .song-sheet {
    min-height: 200px;
}

.song-page .song-controls {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1000px;
    z-index: 50;
}

.song-page .song-playback {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 50px;
    max-width: 100px;

    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;

    background: #FAFAFA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 4px;
}

        /* Song Page Playback Icons */

.song-page .song-playback .play-midi {
    display: block;
    background: url("../images/icons/iconmap.svg") no-repeat 0 -165px;
    width: 54px;
    height: 54px;
    margin: 6px;
}

.song-page .song-playback .play-audio {
    display: block;
    background: url("../images/icons/iconmap.svg") no-repeat -33px -131px;
    width: 34px;
    height: 34px;
    margin: 2px;
    display: none;
}

        /* Song Page Playback Icons Loading - NOT CURRENTLY USED */

 
.song-page .song-controls .song-playback .play-midi.loading {
    background: transparent url("../images/icons/iconmap.svg") no-repeat right -165px;
}

.song-page .song-controls .song-playback .play-audio.loading {
    background: transparent url("../images/icons/iconmap.svg") no-repeat right -131px;
}

        /* Song Page Playback Icons Playing */

.song-page .song-controls .song-playback .play-midi.playing {
    background-position: -159px -165px;
}

.song-page .song-controls .song-playback .play-audio.playing {
    background-position: -99px -131px;
}


    /* RIGHT COLUMN - META */

#right-col {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    margin: 30px 30px 30px 80px;
    max-width: 805px;
    z-index: 10;
}

#right-col .meta-box {
    background-color: #eaeaea;
    border-bottom: 1px solid #d2d2d2; /* rgba(0, 0, 0, 0.15); */
    padding: 10px 10px;
    font-size: 12px;
    position: relative;
}

#right-col .meta-box .meta-content {
    width: 145px;
    float: left;
    margin-bottom: 8px;
}

#right-col .meta-box .meta-content p {
    line-height: 150%;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#right-col .meta-box p.title {
    font-weight: bold;
}

#right-col .meta-box .meta-download {
    margin-top: 0.5rem;
    clear: both;
}

#right-col .meta-box .meta-settings {
    height: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
}

#right-col .meta-box .meta-settings .button {
    margin-left: 4px;
    float: right;
}

#right-col .meta-box .meta-settings #settings-button .button-icon {
    background: url("../images/icons/iconmap.svg") no-repeat -21px -52px;
}

#sharing-settings-button .button-icon {
    background: url("../images/icons/iconmap.svg") no-repeat -63px -52px;
}

#sharing-settings-button.shared .button-icon {
    background: url("../images/icons/iconmap.svg") no-repeat -42px -52px;
}

#right-col .meta-box .meta-share {
    margin-top: 1.2rem;
/*  float: left; */
    width: 100%;
    height: 32px;
}

#right-col .meta-box .meta-share .share-button {
    height: 32px;
    width: 32px;
    display: block;
    float: left;
    margin-right: 8px;
}

#right-col .meta-box .meta-share .share-button.share-facebook {
    background: url("../images/icons/iconmap.svg") no-repeat 0 -72px;
}

#right-col .meta-box .meta-share .share-button.share-twitter {
    background: url("../images/icons/iconmap.svg") no-repeat -33px -72px;
}

#right-col .meta-box .meta-share .share-button.share-email {
    background: url("../images/icons/iconmap.svg") no-repeat -66px -72px;
}

#right-col .meta-box .meta-share .share-button.share-print {
    background: url("../images/icons/iconmap.svg") no-repeat -99px -72px;
}

#right-col .meta-box .meta-appstorebutton {
    clear: left;
    float: left;
    margin: 8px 0 16px;
}

#right-col .comment-box {
    padding: 8px;
    margin-top: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    /* overflow-y: scroll; */
}

#right-col a#right-col-close {
    position: absolute;
    top: 5px;
    left: -20px;
    display: block;
    width: 16px;
    height: 16px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    opacity: 0.15;

    display: none;
}

#right-col a#right-col-close:hover {
    opacity: 0.25;
}

#right-col a#right-col-close span {
    background: url("../images/icons/iconmap.svg") no-repeat 0 -35px;
    display: block;
    width: 100%;
    height: 100%;
}

.with-right-col #right-col a#right-col-close span {
    background: url("../images/icons/iconmap.svg") no-repeat -17px -35px;
}






/* BUTTONS */

.pointer {
    cursor: pointer;
}

.button {
    cursor: pointer;
    display: inline-block;

    box-shadow: 0 1px 0 0 rgba(255, 255, 254, 0.65) inset;
    background: linear-gradient(#fefefe 5%, #eaeaea 100%);
    background-color:#ededed;
    border-radius:4px;
    text-indent:0;
    border:1px solid rgba(0, 0, 0, 0.25);
    color: rgba(0,0,0,0.75);
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    line-height:30px;
    padding: 0 12px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}


.button:active:not(:disabled), .button.selected, .show-previews #show-previews-button, .show-compactlist #show-compactlist-button {
    box-shadow: none;
    background: linear-gradient(#dfdfdf 5%, #ededed 100%);
    background-color:#dfdfdf;
}

.button:disabled {
    opacity: 0.6;
}

.button.dropdown {
    padding-right: 28px;
    position: relative;
}

.button.dropdown:after {
    content: ' ';
    width: 8px;
    height: 7px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url("../images/icons/dropdown-arrow.png");
}

.icon-button {
    height: 25px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 3px;
}


.icon-button .button-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
}
.icon-button .button-text {
    font-weight: 400;
    margin-right: 3px;
    float: right;
}
.icon-button span:not(:first-child) {
    margin-left: 4px;
}


.button-group {
    display: inline-block;
}

.button-group .button {

}

.button-group .button:first-child {
    margin-right: 0 !important;
    border-right: 0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    float: left;
}

.button-group .button:not(:first-child):not(:last-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-right: 0;
    border-radius:0;
}

.button-group .button:last-child {
    margin-left: 0 !important;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}

.button.colored {
    background: linear-gradient(#18ABB0 5%, #159599 100%);
    background-color:#18ABB0;
    color: white !important;
    font-weight: 600;
    text-shadow:1px 1px 0px rgba(0, 0, 0, 0.25);
}

.button.colored:active:not(:disabled) {
    background: linear-gradient(#138387 5%, #169ca1 100%);
    background-color:#169ca1;
}

.button.colored.delete {
    background: linear-gradient(#da413d 5%, #c6423e 100%);
    background-color:#da413d;
    color: white;
    font-weight: 600;
    text-shadow:1px 1px 0px rgba(0, 0, 0, 0.25);
}

.button.colored.delete:active:not(:disabled) {
    background: linear-gradient(#b7433f 5%, #cd413d 100%);
    background-color:#cd413d;
}

.button.big {
    padding: 10px 25px;
    font-size: 16px;
}


 /* META ADD TO COLLECTION DROPDOWN BUBBLE */

.dropdown-menu {
    position: absolute;
    background: #EAEAEA;
    border: 1px solid rgba(0, 0, 0, 0.5);
    right: 16px;
    top: 42px;
    width: 280px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    z-index: 99;

    display: none;
}

.dropdown-menu.open {
    display: block;
}

.dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} 

.dropdown-menu:after {
    border-color: rgba(234, 234, 234, 0);
    border-bottom-color: #EAEAEA;
    border-width: 20px;
    margin-left: -20px;
}

.dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-width: 21px;
    margin-left: -21px;
}

ul.dropdown-menu {
    list-style-type: none;
}

ul.dropdown-menu li {
        background: url("../images/icons/collection-black.png") no-repeat 5px 12px;
}

ul.dropdown-menu li:hover {
    background-color: #FAFAFA;
}

ul.dropdown-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 21px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}


/* EMBED BUBBLE - NOT USED */

.embed-box {
    position: absolute;
    background: #EAEAEA;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 220px;
    height: 140px;
    padding: 5px;
    margin-top: -174px;
    right: 2%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);

    display: none;
}

.embed-box:after, .embed-box:before {
    top: 100%;
    border: solid transparent; 
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    
    pointer-events: none;
} 

.embed-box:after {
    border-color: rgba(250, 250, 250, 0);
    border-top-color: #EAEAEA;
    border-width: 20px;
    left: 50%; 
    margin-left: -20px;
}

.embed-box:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: rgba(0, 0, 0, 0.5);
    border-width: 21px;
    left: 50%;
    margin-left: -21px;
}

.embed-box iframe {
    width: 100%;
    height: 100%;
}


  /* Media query, above 800px = Sidebars allowed */

@media only screen and (min-width: 800px) {

    .with-left-col #main-col {
        margin-left: 240px;
    }


        /* LEFT COLUMN NAVIGATION */

    .with-left-col #left-col {
        width: 240px;
    }

        /* BRANDING */

    .with-left-col #left-col #branding {
        height: 72px;
        background: url("../images/icons/iconmap.svg") no-repeat bottom left;
    }

        /* LEFT MENU */

    .with-left-col #left-col ul li span.menu-item-icon {
        margin-left: 22px;
    }

    .with-left-col #left-col ul li span.menu-item-name {
        display: block;
    }

    .with-left-col #left-col #nav-footer {
        display: block;
    }


        /* LEFT MENU COLLCTIONS SUBMENU */

    .with-left-col #left-col ul li.collections.open span.menu-item-icon {
        background-position: -38px 0;
    }

    .with-left-col #left-col ul li.collections.open ul {
        display: block;
    }

        /* LEFT MENU FEATURED */

    .with-left-col #left-col .menu-featured {
        display: block;
    }

        /* LEFT MENU CLOSE BUTTON */

    #left-col a#left-col-close {
        display: block;
    }


        /* SONG LIST */

    .with-left-col #main-col .list-header {
        height: 52px;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .with-left-col #main-col .list-header small {
        font-size: 60%;
        opacity: 0.3;
        margin-left: 0.5em;
    }

    
    #main-col .list-header .toolbar {
        display: block;
        margin-top: 6px;
    }

    #main-col .list-header .toolbar .settings-button .button-icon {
        background: url("../images/icons/iconmap.svg") no-repeat -21px -52px;
    }

    .bookmark-button .button-icon {
        background: url("../images/icons/iconmap.svg") no-repeat -84px -52px;
    }
    .bookmark-button.bookmarked .button-icon  {
        background: url("../images/icons/iconmap.svg") no-repeat -105px -52px;
    }
    .bookmark-button:not(.bookmarked):hover .button-icon {
        background: url("../images/icons/iconmap.svg") no-repeat -126px -52px;
    }

    .like-button .button-icon {
        background: url("../images/icons/iconmap.svg") no-repeat -189px -52px;
    }
    .like-button.liked .button-icon  {
        background: url("../images/icons/iconmap.svg") no-repeat -210px -52px;
    }
    .like-button:not(.liked):hover .button-icon {
        background: url("../images/icons/iconmap.svg") no-repeat -231px -52px;
    }

    #main-col .list-content .list-item,
    #main-col .list-content .song-placeholder {
        margin: 0 0 15px 0;
    }

    #main-col .song-list  .list-content .list-item:hover .song-meta .song-meta-delete {
        display: inline;
    }

    #main-col {
        margin-bottom: 60px;
    }

    .popup form div {
        margin: 0;
    }

    .song-page .song-sheet, #app-main .message-box {
        padding: 20px 30px 40px 30px;
        margin-top: 25px;
    }

    #app-main .message-box {
        margin-top: 72px;
    }


    .with-left-col .song-page .song-controls {
        margin-left: 240px;
    }

    .with-right-col .song-page .song-controls {
        margin-right: 280px;
    }


    .song-page .song-controls {
        height: 60px;
        max-width: none;
        margin-left: 50px;
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;

        background: #FAFAFA;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    }

    .song-page .song-controls .song-playback {
        width: 100%;
        height: 100%;
        left: 0;
        padding: 0 30px;
        min-width: 0;
        max-width: 805px;
        margin-left: 3%;

        border: 0;

        background: transparent;
        box-shadow: none;
        border-top-left-radius: 0;
    }

    .song-page .song-controls .song-playback .play-midi {
        margin: 3px 4px 3px -26px;
        left: 50%;
        position: absolute;
    }

    .song-page .song-controls .song-playback .play-audio {
        margin: 14px 4px 4px -60px;
        left: 49%;
        position: absolute;
        display: block;
    }

    .song-page .song-controls .song-playback .play-embed {
        margin: 19px 4px 4px 28px;
        left: 51%;
        position: absolute;
        display: block;
    }


    .with-right-col #main-col {
        margin-right: 280px;
    }

    #right-col {
        bottom: 0;
        top: 0;
        height: 100%;
        width: 280px;
        position: absolute;
        position: fixed;
        color: black;
        background-color: white;
        border-left: 1px solid #d2d2d2; /* rgba(0, 0, 0, 0.15); */
        right: -281px;
        z-index: 90;

        /*
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        */

        box-shadow: none;
        margin: 0;
    }

    #right-col .meta-box {
        height: 150px;
        padding: 10px 15px;
    }

    #right-col .comment-box {
        position: absolute;
        margin-top: 171px;
    }

    .with-right-col #right-col {
        right: 0;
    }

    #right-col a#right-col-close {
        display: block;
    }

    .embed-active .embed-box {
        display: block;
    }

    .meta-appstorebutton {
        display: none;
    }

    #main-col.explore .column {
        float: left;
        width: 33%;
    }

    .popup .goto-registration {
        float: left;
        width: 42%;
        padding: 0 22px 0 0;
        margin: 0;
    }

    .popup .login {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;

        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 46%;
        padding-left: 3%;
    }

}


@media only screen and (max-width: 478px) {

    .list-content .list-item .list-meta,
    .list-content .list-item .list-image {
        display: none;
    }

    .list-content .list-item .song-playback div {
        display: block;
    }

    .list-content .list-item .list-score {
        margin-right: 40px;
    }

    #right-col .meta-box .meta-appstorebutton {
        float: left;
    }
}


/* jQuery UI Override */

.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 0.5em !important;
}



  /* Song Page Fullscreen */


.fullscreen #left-col, .fullscreen #right-col, .fullscreen .song-controls {
    display: none;
}

.fullscreen #main-col {
    margin: 0 !important;
}

.fullscreen #main-col .song-sheet {
    margin: 5px 1% 30px;
    max-width: none;
}









/* PRINT STYLES */

@media print {
    
    * {
        background: transparent;
        box-shadow: none;
        text-shadow: none;
    }

    #left-col, #right-col, .song-controls, .toolbar {
        display: none;
    }

    .with-left-col #main-col {
        margin: 0;
    }

    .song-page .song-sheet, #app-main .message-box {
        padding: 0;
        margin: 1cm 0 0 0;
        max-width: 100%;
        max-width: none;
        border: none;
        box-shadow: none;
    }

    .song-page canvas {
        max-width: 100%;
        height: auto;
    }
}

 /* APP PAGES SERVED FOR MOBILE */

.app-page #main-col {
    margin: 0 5%;
    font-size: 1.4rem;
    font-weight: 300;
}

.app-page #main-col h2 {
    font-size: 1.5rem;
}

.app-page #main-col ul {
  margin: 1em 0;
  padding: 0 0 0 20px;
}

.app-page #main-col ul li {
  list-style-type: disc;
}


/* LOADING */


.play-audio.loading, .play-midi.loading, .loading-spinner {
  -webkit-animation: spin 1s infinite steps(8);
  -moz-animation: spin 1s infinite steps(8);
  -o-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}


.loading-spinner {
    background: transparent url("../images/icons/iconmap.svg") no-repeat scroll right top;
    height: 32px;
    width: 32px;
    margin: 0 auto;
}

.loading-spinner.small {
    height: 18px;
    width: 18px;
    background: transparent url("../images/icons/iconmap.svg") no-repeat right -31px;
}
   
.loading .list-header p.title,
.loading .song-page h2,
.loading .song-page .meta-content p {
    color: black;
    letter-spacing: -1px;
    opacity: 0.08;
}

/* LOADING ERROR */

.error-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* margin: 0; */
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 94;
}

.error-overlay .error-vertical-helper {
    display: inline-block;
    height: 66%;
    vertical-align: middle;
}

.error-overlay .error {
    display: inline-block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    vertical-align: middle;
}


/* MENU MESSAGE BUBBLE */

.menu-message 
{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

    position: absolute;
    left: 246px;
    min-height: 30px;
    min-width: 30px;
    padding: 6px 8px;
    background: #eaeaea;
    /* background: linear-gradient(to bottom, #c4bf4c 0%,#d8d177 100%); */
    border: rgba(0,0,0,0.25) solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);

    color: #6a6a6a;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}
.menu-message:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -6px;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #eaeaea;
    display: block;
    width: 0;
    z-index: 1;
}
.menu-message:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -7px;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent rgba(0,0,0,0.25);
    display: block;
    width: 0;
    z-index: 0;
}

.menu-message.success {
    background: #35B432; /*#7da966;
    background: linear-gradient(to bottom, #93b97f 0%,#6c9c55 100%); */
    color: white;
    text-shadow:1px 1px rgba(0,0,0,0.5);
}
.menu-message.success:after{
    border-color: transparent #35B432;
}

.menu-message.error {
    background: #c8373b; /* #b65454;
    background: linear-gradient(to bottom, #bd6060 0%,#a94242 100%); */
    color: white;
    text-shadow:1px 1px rgba(0,0,0,0.5);
}
.menu-message.error:after{
    border-color: transparent #c8373b;
}


/* Responsive youtube embed */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
