/*bootstrap property edit*/

.col, .col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px
}

.card-body {
    padding: 5px 0 5px 0;
}

.form-control:focus, .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.badge {
    padding: 3px 15px;
}

/*main body styles*/
.je-heading {
    display: block;
    border-bottom: 1px solid #4db2ec;
    font-weight: bold;
    padding-top: 10px;
}

.je-heading .je-heading-text {
    display: inline-block;
    border-bottom: 4px solid #4db2ec;
}

.hover {
    background-color: transparent;
    transition: 0.2s background-color;
}

.hover:hover {
    background-color: rgba(27, 51, 231, 0.05);
}

.img-hover {
    opacity: 1;
    transition: 0.3s opacity;
}

.img-hover:hover {
    opacity: 0.9;
}

.remove-anchor {
    color: #FFF;
    font-weight: bolder;
}

.remove-anchor:hover {
    color: #504afb;
    text-decoration: none;
}

/*comment box*/
.comments-box {
    border: rgba(184, 199, 186, 0.8) 1px solid;
    border-radius: 3px;
}

.reply-box {
    margin-left: 20px;
    width: 90%;
}

.comment-item {
    background-color: #E8F7F7;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.icon {
    vertical-align: middle;
    border-radius: 50%;
}

.comment-item .icon {
    width: 50px;
    height: 50px;
}

.reply-box .comment-item {
    background-color: azure;
}

.reply-box .comment-item .icon {
    width: 30px;
    height: 30px;
}

.name {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

.comment {

}

.date {
    color: rgba(0, 0, 0, 0.58);
    font-size: 12px;
    display: inline-block;
}

.reply-btn {
    color: #8c6375;
    font-weight: bold;
}

.reply-btn:hover {
    cursor: pointer;
}

/*comment box end*/

/*footer style*/

.footer {
    background: #0B0C0A;
    padding: 20px 0;
    color: white;
    font-size: 16px;
}

.copy {
    background: linear-gradient(#8EB84D, #0DF322);
    padding: 30px 0;
    color: white;
    font-size: 16px;
}

.footer, .copy a {
    color: white;
    font-weight: bold;
}

.footer-icon {
    font-size: 25px;
    margin-left: 15px;
}

/*footer end*/

/*other*/
.img-zoom {
    transition: all 0.5s ease-in-out 0s;
}

.img-zoom:hover {
    transform: scale(1.05);
}


/*video page*/
.video-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-ratings {
    display: flex;
    justify-content: space-around;
    margin: 25px;
    font-size: xx-large;
    color: darkslateblue;
}

@media screen and (max-width: 992px) {
    .video-ratings {
        font-size: medium;
    }
}

/*pagination*/

.je-pagination {
    display: inline-block;
    margin: 32px 0;
}

.je-pagination .item {
    background-color: rgba(176, 185, 187, 0.06);
    color: #000;
    padding: 10px 14px;
    border-radius: 60px;
    transition: 0.5s background-color;
}

.je-pagination .active {
    background-color: #5b6dbb;
    color: #fff;
}

.item:hover {
    background-color: rgba(79, 153, 173, 0.82);
    text-decoration: none;
    color: #ffffff;
}

.text-bigger {
    font-weight: bold;
    font-size: large;
}

.text-smaller {
    font-weight: bold;
    font-size: small;
    color: rgba(74, 74, 74, 0.66);
}

/*login form start*/

.file-icon {
    font-size: 2.7em;
    padding: 0 5px 0 5px;
    margin: 2px 5px 0 5px;
}

.social {
    display: block;
    color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.facebook {
    background-color: #3b5998;
}

.google {
    background-color: #ea4335;
}

.twitter {
    background-color: #7da5ec;
}

.login-box {
    background-color: #f1ebee;
    box-shadow: 3px 3px 8px grey;
}

.media-row {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    padding: 3px;
}

.left {
    width: 34%;
}

.right {
    width: 66%;
}

.login-background {
	background-image: url(/images/musical-background.jpg);
	background-position: center center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-color:#464646;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
	
}

.logo {
	font-family: Apple Chancery, cursive;
	color: #483a7c;
	font-weight: bolder;
	padding: 10px;
	text-align: center;
}

.login-text {
	font-family: monospace;
	font-weight: bold;
	color: #483a7c;
	text-align: center;
}

/* login form end */

@media screen and (max-width: 992px) {
    .column {
        width: 100%;
        padding: unset;
    }
}

/*Song info table*/
.tbl-info {
    /*width: 50%;*/
}

.tbl-info .row {
    margin: 5px 0;
}

.tbl-info .row .col-2, .col-8 {
    padding: 10px;
    border-bottom: 1px solid #dae1e7;
}

.tbl-info .row .key {
    text-align: center;
    background: #ce9ca7;
    color: #fff;
}

.lyrics {
    color: royalblue;
    /*color: darkgoldenrod;*/
}

.notes {
    font-weight: bold;
    color: dimgray;
}

/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}