@font-face {
  font-family: 'robotoregular';
  src: url('/font-faces/roboto/Roboto-Regular-webfont.eot');
  src: url('/font-faces/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font-faces/roboto/Roboto-Regular-webfont.woff') format('woff'),
    url('/font-faces/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
    url('/font-faces/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotothin';
  src: url('Roboto-Thin-webfont.eot');
  src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('Roboto-Thin-webfont.woff') format('woff'),
    url('Roboto-Thin-webfont.ttf') format('truetype'),
    url('Roboto-Thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;

}
.ui.small.modal.removee{
  top: 17%;
}


html.musakirja-html {
  height: 100%;
  margin-top: 0 !important;
}

html.musakirja-html #wpadminbar,
#musakirja-app main.musakirja-songview header .dropdown,
.image.image_resized>figcaption,
figcaption.ck-placeholder {
  display: none;
}

html.musakirja-html body {
  height: 100%;
  /*font-family: Bahnschrift, "Myriad Pro", "League Spartan";  */

  overflow-x: hidden !important;
  overflow-y: scroll;
}

html.musakirja-html .login-form-bg {
  background-image: linear-gradient(to bottom right, #fdb714, #ffcc33);
  padding: 1.5em;
  margin-bottom: 1em;
}

html.musakirja-html .login-form-bg .submit-btn {
  background-color: #0072bc;
  color: #ffffff;
}

html.musakirja-html .login-form-bg .label-style-link {
  padding-top: 0.3em;
}

html.musakirja-html .login-form-bg .label-style-link a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
}

html.musakirja-html .login-form-bg .label-style-link a:hover {
  color: #0072bc !important;
}

html.musakirja-html .backtohome {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 18px;
  font-size: bold;
  margin-left: 1.4em;
}

html.musakirja-html .backtohome:hover {
  color: #0072bc !important;
}

html.musakirja-html .common-btn {
  background-color: #fdb714 !important;
}

html.musakirja-html .common-action-btn {
  background-color: #0072bc !important;
  color: #ffffff;
}

html.musakirja-html .forgot-password {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 18px;
  font-size: bold;
  margin-right: 1.4em;
  float: right;
}

html.musakirja-html .forgot-password:hover {
  color: #0072bc !important;
}

.text-danger {
  color: #dc3545 !important;
}

.pusher {
  height: 100%;
}

#musakirja-app {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#musakirja-app main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /*overflow-x: hidden !important;*/
  /*overflow-y: scroll;*/
}

#musakirja-app main .header-grid-holder {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#musakirja-app main .header-grid-holder .header-grid {
  padding-top: 0px;
  padding-bottom: 0px;
}

#musakirja-app main .header-grid-holder .no-alert .signout {
  float: right;
}

#musakirja-app main.musakirja-songlist article table .songsthead {
    background-color: #353535 !important;
    color: #ffffff;
    padding-top: 0.4em;
    padding-bottom: 0em;
}

#musakirja-app main header {
  align-items: center;
  background: #353535;
  display: flex;
  flex: none;
  justify-content: space-between;
  padding: 0.5em 1em;
}

.floating-label {
  display: flex;
  justify-content: center;
  width: 100%;
}

.floating-label .six {
  margin-bottom: 20px;
}

.floating-label .six:first-child {
  margin-right: 20px;
}

#musakirja-app main header h1 {
  margin: 0;
}

#musakirja-app main header .userthumb {
  margin-left: 10em;
}

#musakirja-app main header .profileSection {
  display: inline-flex;
  float: right;
  align-items: flex-start;
}

#musakirja-app main header .profileSection .profileImage {
  margin-right: 1em;
  cursor: pointer;
}

#musakirja-app main header a.signout {
  background-color: #fdb714;
}

#musakirja-app main header a.signout .signout-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  font-family: "League Spartan", "Myriad Pro", Bahnschrift;
  margin-top: 0.4em;
}

#musakirja-app main header a.signout i.icon.mus-signout {
  background: url(icons/signout.png) no-repeat center center;
  height: 23px;
  width: 34px;
  margin-left: 1em;
}

#musakirja-app main article {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding: 1em;
}

#musakirja-app main.musakirja-songlist {
  height: 100%;
}

#musakirja-app main.musakirja-songlist .label {
  margin-bottom: 0.3em;
}

#musakirja-app main.musakirja-songlist aside {
  word-wrap: break-word;
}

#musakirja-app main.musakirja-songlist aside canvas {
  max-width: 100%;
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg {
  background-image: linear-gradient(to bottom right, #fdb714, #ffcc33);
  margin-bottom: 2em;
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg .reset-songs {
  margin: -0.5em 0.5em 0em 0.5em;
  background-color: #0072bc;
  width: 4em;
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg i.icon.mus-reset {
  background: url(icons/reset.png) no-repeat center center;
  height: 26px;
  width: 26px;
  margin-left: -0.5em;
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg .oppilaan {
  padding-left: 1.5em;
  margin-top: 0.3em;
  font-size: 20px;
  font-weight: bold;
  font-family: "League Spartan", "Myriad Pro", Bahnschrift;
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg .tel {
  font-size: 36px;
  font-weight: bold;
  font-family: "Myriad Pro", Bahnschrift, "League Spartan";
}

#musakirja-app main.musakirja-songlist aside .qrcode-bg .qrimage {
  margin-top: -3em;
}

.qrimg {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 7px !important;
}

.qr-img {
  margin-right: 10px;
  border: 1px solid black;
  padding: 2px;
  border-radius: 5px;
}

#musakirja-app main.musakirja-songlist aside .bookselect-section {
  margin-top: 1em;
  padding: 1.5em 1em 2.5em 1em;
  background-image: linear-gradient(to bottom right, #fdb714, #ffcc33);

}

#musakirja-app main.musakirja-songlist aside .bookselect-section .valitse {
  font-size: 20px;
  font-weight: bold;
  font-family: "League Spartan", Bahnschrift, "Myriad Pro";
  text-align: left;
}

#musakirja-app main.musakirja-songlist article .tag-bg {
  background-image: linear-gradient(to bottom right, #fdb714, #ffcc33);
  padding: 1.5em;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tagit {
  font-size: 20px;
  font-weight: bold;
  font-family: "Myriad Pro", Bahnschrift, "League Spartan";
}

#musakirja-app main.musakirja-songlist article .tag-bg a.label {
  margin-right: 1em;
  margin-bottom: 0.7em;
}

#musakirja-app main.musakirja-songlist article .tag-bg .alltags {
  background-color: #ffffff;
  /* padding: 0.5em; */
  /* margin-bottom: 1.5em; */
  border: 1px solid #a8a8a8;
  display: flex;
  flex-wrap: wrap;
}

#musakirja-app main.musakirja-songlist article .tag-bg .alltags,
#musakirja-app main.musakirja-songlist article .tag-bg,
#musakirja-app main.musakirja-songlist aside .bookselect-section,
#musakirja-app main.musakirja-songlist aside .qrcode-bg,
html.musakirja-html .login-form-bg,
.create-content-header {
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}


#musakirja-app main.musakirja-songlist article .tag-bg .blacktag {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
  font-weight: normal;
}

#musakirja-app main.musakirja-songlist article .tag-bg .bluetag {
  background-color: #0072bc;
  border-color: #0072bc;
  color: #fff;
  font-weight: normal;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-values {
  margin-bottom: -3.5em;
  margin-top: -1em;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-values .slider-bg {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 0.5em;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .standard .ui-slider {
  width: 98%;
  margin-left: 2%;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .challenge .ui-slider {
  width: 90%;
  margin-left: 10%;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .slider-bar .ui-slider .ui-widget-header {
  background-color: #004dc5;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .slider-bar .ui-slider .ui-state-default {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  border: 0.2em solid #0072bc;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .slider-bar .ui-slider .ui-state-focus,
#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .slider-bar .ui-slider .ui-state-active {
  outline: #fff;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .slider-text {
  font-size: 14px;
  font-weight: bold;
  font-family: "Myriad Pro", Bahnschrift, "League Spartan";
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .reset-slider-button-holder .reset-slider {
  background-color: #0072bc;
  color: #fff fff;
}

#musakirja-app main.musakirja-songlist article table {
  width: 101.2%;
}

#musakirja-app main.musakirja-songlist article table .tobodytd {
  line-height: 0.3em;
}

. #musakirja-app main.musakirja-songlist article table .songsthead {
  background-color: #353535 !important;
  color: #ffffff;
  padding-top: 0.4em;
  padding-bottom: 0em;
}

#musakirja-app main.musakirja-songlist article table .theadselected {
  background-color: #464646 !important;
  color: #ffffff;
}

#ajax-loader {
  background: url("images/ajax-loader.gif") no-repeat scroll center center transparent;
  height: 32px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#musakirja-app main.musakirja-songview.empty {
  background: url(logo.png) no-repeat center center;
}

/*#musakirja-app main.musakirja-songview.student-view.not-empty{
flex-grow: 0;
}*/

#musakirja-app main.musakirja-songview header {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#musakirja-app .songinst-container {
  margin-top: 2em;
  border: none !important;
  padding: 0px;
}



#musakirja-app main.musakirja-songview .musakirja-page {
  flex-grow: 1 !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
}

#musakirja-app main.musakirja-songview .ui.container,
.content-heading,
.view-content-heading {
  margin-top: 1em;
  margin-bottom: 2em;
}

/*.musakirja-page img {
  width: 100%;
  height: 100%;
  margin: auto;
}*/

.musakirja-page {
  overflow: hidden;
}

.toggle-songview-inst {
  display: block !important;
}

#musakirja-app main.musakirja-songlist div.dragandropimages {
  width: 100px;
  float: left;
  margin: 10px;
  height: 129px;
}

#musakirja-app main.musakirja-songlist div.dragandropimages .handle-actions {
  text-align: center;
}

#musakirja-app main.musakirja-songlist div.dragandropimages img {
  height: 100px;
  width: 100px;
  padding-right: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: top;
}

.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;
  -webkit-box-shadow: 0 0 1px #2196F3;
  -o-box-shadow: 0 0 1px #2196F3;
  -ms-box-shadow: 0 0 1px #2196F3;
  -moz-box-shadow: 0 0 1px #2196F3;
}

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

.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -o-border-radius: 34px;
  -ms-border-radius: 34px;
  -moz-border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.editor-wrapper {
  margin-top: 1em;
}

#content-editor {
  min-height: 350px;
}

.ck-editor__editable {
  min-height: 350px;
}

.create-content-header {
  margin-bottom: 0.4em;
  border: 2px solid #000000;
  padding: 0.4em;
  color: #ccc;
  font-size: 36px;
}

.add-content-grid {
  margin-bottom: 1em !important;
}

.grid .add-content,
.grid .add-content:hover,
.grid .add-content:focus {
  width: 100%;
  background-color: #12E562;
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.grid .add-content:hover {
  opacity: 0.8;
}

.teacher-content-action-cancel {
  background-color: #FDCC6F !important;
  margin-left: 0.4em;
}

.teacher-content-action-create {
  background-color: #FCB631 !important;
  margin-left: 0.4em;
}

.teacher-content-actions {
  text-align: right;
  margin-top: 0.4em;
}

.teacher-content-actions .teacher-content-action-cancel,
.teacher-content-actions .teacher-content-action-create {
  margin-left: 1em !important;
}

.teacher-content-actions .switch {
  margin-left: 10px;
  margin-right: 10px;
}

.loader-small {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 2s linear infinite;
  display: inline-block;
}

.error-message {
  color: #FF0000;
  margin-top: 3px;
  display: inline-block;
}

.teacher-content-title {
  margin-top: 1em;
}

.student-control-label {
  display: inline-block;
}

/*.musakirja-page {
  margin-top: 40px;
}*/
.mr-top {
  margin-top: 40px;
}

.ui.dropdown {
  margin-right: 10px;
}

.student-control-label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 10px 0 0;
  color: #000;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .standard .ui-slider {
  margin-left: 10%
}

.upper-content input {
  border: none;
  outline: none;
}

aside .ui.grid {
  margin-bottom: 10px;
  font-family: "League Spartan", Bahnschrift, "Myriad Pro"
}

.image-style-side {
  max-width: 50%;
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

.image.image_resized {
  max-width: 100%;
}

.image.image_resized {
  display: block;
  box-sizing: border-box;
}

.image.image_resized img,
.upper-content input {
  width: 100%;
}

.ck-content .image>figcaption {
  display: none !important;
}

aside .ui.grid figure.image img {
  width: 100%. height:auto;
}

.image img {
  max-width: 100%;
  height: auto;
}

.ck.ck-tooltip__text font {
  color: #fff;
  font-size: 12px;
}

aside .grid .add-content {
  text-align: left;
  font-family: "League Spartan", Bahnschrift, "Myriad Pro";
}

aside .slide-qr-arrow {
  line-height: 29px;
  background: #0072bc;
  position: absolute;
  left: -23px;
  top: 75px;
  cursor: pointer;
  width: 25px;
  height: 33px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}


figure.media.ck-widget.ck-widget_selected.ck-placeholder {
  max-width: 560px;
  height: 315px;
  /* margin: 0 auto 35px; */
  /* outline: none; */
  /* border: none; */
}

figure.media.ck-widget.ck-widget_selected {
  max-width: 560px;
  height: 315px;
  /* outline: none; */
}

figure.media.ck-widget {
  max-width: 560px;
  height: 315px;
  /* outline: none; */
}

figure.media.ck-widget.ck-widget_selected,
figure.media.ck-widget {
  margin: 0 auto 35px;
}

/* For default content on student screen along with logog  */
/* .logo-desc {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: "League Spartan", Bahnschrift, "Myriad Pro";
  font-size: 14px;
} */

.logo-desc {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: "League Spartan", Bahnschrift, "Myriad Pro";
  font-size: 14px;
  margin-top: 36px;
  white-space: nowrap;
}

.ui .table tr td.first {
  text-align: center;
}

#musakirja-app {
  position: relative;
}

.ck-content .image>img {
  max-height: 500px;
  width: auto;
}

.error-border .create-content-header {
  margin-bottom: 0;
}

.error-border {
  margin-bottom: 10px;
}

.error-parent {
  border: 1px solid #FF0000;
}

.ui.container {
  max-width: 1000px;
  border: 1px solid #c4c4c4;
  padding: 10px 15px;
}

.ui.container {
  margin: 0;
}

.editor-wrapper.error-parent .ck.ck-editor__main {
  border: 1px solid #FF0000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
}

.editor-wrapper.error-parent {
  border: none;
}

.lock-open,
.lock-close {
  vertical-align: text-top;
  display: inline-block;
}

.switch {
  margin: 0 6px;
}

.clear-cache {
  background-color: #fdb714;
  margin: 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  font-size: 15px;
  padding: 15px;
  font-family: "League Spartan", "Myriad Pro", Bahnschrift;
  font-weight: bold;
  border: none;
}

/* start css of plus(+) icon in add/edit content form */
.add-icon {
  display: inline-block;
  margin-top: -19px;
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 5;
}

.tag-bg p {
  position: relative;
}

.tag-bold {
  font-weight: bold;
}

.close-icon {
  color: #FF0000;
}

.tick-icon {
  color: #32CD32;
  padding: 0 19px;
}

.popup-body {
  background: #fff;
  padding: 10px;
  display: none;
  padding: 10px 20px;
}

.popup-body.active {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 3;
}

.popup-body input {
  border: 1px solid #0072bc;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 70% !important;
  margin-right: 10px;
}

.icon.remove,
.icon.checkmark {
  margin-right: 0;
}

/* ends here */

/* css for popup starts */
.mus-modal {
  border: 2px solid #d5d5d5;
  padding: 10px;
  max-width: 300px;
}

.mus-modal h1 {
  margin: 0;
  font-size: 16px;
}

.botom-btns {
  padding-top: 40px;
  text-align: right;
}

.lt-yelow {
  background: #f9ce62;
  margin-right: 20px;
}

.drk-yelow {
  background: #fcb632;
}

.botom-btns a {
  text-decoration: none;
  display: inline-block;
  color: #181818;
  padding: 5px;
}

.mus-modal,
.botom-btns a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* ends */

.tick-icon {
  padding: 0 13px;
}

/* for view content page */
.view-content-heading {
  max-width: 1127px;
  margin: 15px auto 0;
  /*border: 1px solid #c4c4c4;*/
  padding: 10px 15px;
}

.content-heading {
  max-width: 1127px;
  padding: 10px 15px;
  margin: 15px auto 0;
}

.view-content-heading h1 {
  margin-bottom: 10px;
  word-break: break-all;
}

.view-cus-content .ui.container {
  display: inline-block;
}

.view-cus-content {
  display: inline-block;
  max-width: 1127px;
  margin: 0 auto;
}

/* for view content page */

/* align copy icon */
.table td .two i {
  padding-top: 5px;
}

.table .two.wide.column {
  text-align: center;
}

.ui.toolbar-button {
  margin-left: 10px;
}

/* align copy icon */
.ui.save-btn {
  margin-left: 10px;
}

.musakirja-songview {
  overflow-y: auto;
}

/* group tags start */
.tags-blk p {
  margin-bottom: 2px;
  color: #000;
}

.tags-blk p h3 {
  font-size: 12px;
}

.tags-blk {
  display: inline-block;
  text-align: center;
}

.tags-outer {
  padding: 5px 15px;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tags-blk a {
  display: inline-block;
  margin-right: 3px;
}

/* #musakirja-app main.musakirja-songlist article .tag-bg .tags-blk a, .tags-blk p{text-transform:capitalize;} */
.view-content-heading span .song-tags {
  text-transform: capitalize;
}

/* group tags end */

/* css for scroll teacher's content starts */
.pushable>.pusher {
  overflow-y: scroll;
}

.view-cus-content .ui.container img {
  max-width: 100%;
  height: auto;
}

/* css for scroll teacher's content ends */
.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
  background: initial;
}

.tags-blk {
  margin-right: 15px;
}

#musakirja-app main.musakirja-songlist article .tag-bg .tags-blk a {
  margin-bottom: 15px;
}

.tags-outer {
  width: 100%;
}

.head-sm {
  font-size: 1rem;
}

/* Code for Firefox  */
::-moz-selection {
  color: #ffffff;
  background: #ffc400;
}

::selection {
  color: #ffffff;
  background: #ffc400;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/** left sidebar style start **/
.bottom-content,
.bar-innerblk {
  position: relative;
}

.bottom-content,
.left-bar,
.side-arrow {
  transition: ease-in 0.7s all;
  -webkit-transition: ease-in 0.7s all;
  -o-transition: ease-in 0.7s all;
  -ms-transition: ease-in 0.7s all;
  -moz-transition: ease-in 0.7s all;
}

.left-bar {
  padding-right: 0 !important;
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 275px;
  background: #fff;
  z-index: 444;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: -280px;
}

.slide-arrow {
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  background: #0072bc;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 47px;
  width: 25px;
  height: 35px;
  z-index: 555;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.side-arrow {
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.slide-qr-arrow .side-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.slide-qr-arrow .side-arrow.toggle-right-sideicon {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.left-bar.bar-open {
  left: 15px;
  padding-right: 0 !important;
}

.bottom-content.content-space {
  padding-left: 308px !important;
}

.left-bar.bar-open .side-arrow {
  transform: rotate(135deg);
}

.twelve.wide.computer.sixteen.wide.mobile.ten.wide.tablet.column.page-full-width {
  width: 100% !important;
}

.add-blk .icon.plus {
  font-size: 28px;
  margin: 0;
  color: #f0b84f
}

.add-blk {
  background: #353535;
  display: inline-block;
  padding: 11px 2px 0px;
}

.option.drop-box,
.add-blk {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.cus-dropdown {
  padding: 0;
  margin: 0;
}

.select ul.cus-dropdown li.option {
  background-color: #fff;
}

.select ul.cus-dropdown li.option span {
  width: 155px;
}

.select {
  position: absolute;
  top: 0;
  left: 42px;
  width: 233px;
  z-index: 2;
}

.select ul.cus-dropdown li.option:hover {
  cursor: pointer;
}

.select ul.cus-dropdown li.option {
  z-index: 1;
  padding: 10px 5px 9px;
  display: none;
  list-style: none;
  /*text-transform: capitalize;*/
}

.select ul.cus-dropdown li:first-child {
  display: block;
}

.select ul.cus-dropdown li:last-child {
  border-bottom: 1px solid #ccc;
}

.text-drop {
  /*width: 72%;*/
  display: inline-block;
}

.select ul.cus-dropdown li {
  cursor: default;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.cus-dropdown .option.drop-box {
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}

.drop-arrow {
  display: inline-block;
  width: 55px;
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 0px 4px 4px 0;
  -webkit-border-radius: 0px 4px 4px 0;
  -o-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  -ms-border-radius: 0px 4px 4px 0;
  border-left: 1px solid #ccc;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;

}

.select ul.cus-dropdown li.option.drop-box .text-drop {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}

.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #bdbdbd;
  vertical-align: middle;
  transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
}

.arrow-move .arrow-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.action-out {
  display: inline-block;
  float: right;
}

.arrow-outer {
  position: absolute;
  top: 42px;
  height: 41px;
  width: 30px;
  border: 1px solid #c4c4c4;
  line-height: 40px;
  background: #fff;
}

.arrow-outer.left {
  left: 0
}

.arrow-outer.right {
  right: 0;
  z-index: 1;
}


.position-relative {
  position: relative;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: #353535;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 1px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 14px;
  font-family: Bahnschrift, "Myriad Pro", "League Spartan";
  /*text-transform: capitalize;*/
  transition: none;
}

.accordion:hover {
  background: #464444;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.dropdown-blk {
  margin-bottom: 3px;
}

.accordion .arrow-down {
  border-top-color: #fff;
  margin-right: 10px;
}

.sub-btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  background: #353535;
  color: #EFB759;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.sub-btn:hover {
  color: #EFB759;
  background: #464444;
}

.btn-blk {
  margin-top: 2px;
}

.les-cross {
  display: inline-block;
  float: right;
}

.les-cross i,
.les-edit i,
.les-edit:hover {
  margin-right: -5px;
  color: #fff;
}

.select ul.cus-dropdown li:hover {
  background: #ececec;
}

.accordion .lesson-title {
  width: 89%;
  display: inline-block;
  vertical-align: middle;
}

/** left sidebar style end **/
/** popup style start **/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 445;
}

.popup_inner {
  /*  position: absolute;
left: 35%;
right: 35%;
top: 40%;
bottom: 40%;
margin: auto; */
}

.modal-custum {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 455px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.modal-content {
  background: #fcba35;
  padding: 50px 40px;
}

.modal-content h1 {
  color: rgba(0, 0, 0, .87);
  font-family: Bahnschrift, "Myriad Pro", "League Spartan";
}

.input-blk {
  margin-bottom: 20px;
}

.input-blk input {
  border: none;
}

.popup_inner .cus-input,
.modal-content,
.mod-btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
}

.popup_inner h1 {
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  color: #000;
}

.popup_inner .cus-input {
  padding: 15px 10px;
  margin-right: 10px;
  width: 100%;
  border: 1px solid #ccc;
}

/* .popup_inner .cus-input, .popup_inner .cus-input:focus{border: 1px solid #0072bc;} */
.popup_inner .cus-input:focus,
.mod-btn:focus {
  outline: none;
}

.mod-btn {
  font-weight: bold;
  padding: 15px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.close-btn {
  background: #a1a3a6;
  margin-right: 7px;
}

.save-btn {
  background: #1074ba;
}

.close-btn:hover {
  background: #babbbc;
}

.save-btn:hover {
  background: #1a8fe0;
}

.btns-blk {
  text-align: center;
}

.btns-blk button {
  width: 49%;
}

.icon-block {
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 15px;
  cursor: pointer;
}

.icon-block a {
  color: #7d7979;
}

.icon-block a:hover {
  color: #968e8e;
}

.sub-btn i {
  vertical-align: text-bottom;
}

/** popup style end **/
/** for lesson section of plan module starts **/
.row-data {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
}

.row-data:hover,
.row-data {
  color: rgba(0, 0, 0, .87);
  width: 92%;
}

.row-outer {
  border-bottom: 1px solid rgba(34, 36, 38, .1);
}

.row-outer:last-child {
  border-bottom: none;
}

.row-outer i {
  float: right;
  display: inline-block;
  padding-right: 4px;
  padding-top: 5px;
}

.acc-content {
  display: none;
}

.active-listing {
  display: block;
}

.cus-dropdown li.item-down,
.droptoggle-blk div.item-down. {
  padding-bottom: 15%, background-color: #red;
  margin: 15px 0;
}

.cus-dropdown li.item-up,
.droptoggle-blk div.item-up. {
  padding-top: 15%, background-color: #red;
  margin: 15px 0;
}

.cus-dropdown li div.item-place,
.item-up.item-place,
.item-down.item-place {
  background-color: #f5f5f5;
  border: 1px dotted #353535;
  padding: 10px;
  text-align: center;
}

.cus-dropdown li div.item-place {
  margin: 15px 0;
}

/** for lesson section of plan module ends **/
.green-bg {
  cursor: pointer;
  background: #71be39;
  color: #fff;
  border-radius: 50%;
  padding: 4px 5px 1px 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.green-bg i {
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  font-size: 13px;
  display: inline-block;
  vertical-align: text-bottom;
}

.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 141%;
  left: -32%;
  margin-left: -60px;
  border: 3px solid #000;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.songsig {
  text-align: left;
  margin-left: 11px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.listing-section h1 {
  font-weight: 700;
  padding: 0 0 10px;
  margin-bottom: 0;
}

.cus-row,
.listing-section h1 {
  border-bottom: 1px solid #d4d4d4;
}

.cus-row {
  display: inline-block;
  width: 100%;
  padding: 30px 0 20px;
}

.left-blk,
.mid-blk,
.right-blk {
  float: left;
}

.left-blk {
  width: 20%;
}

.mid-blk {
  width: 70%;
  padding: 0 5px;
}

.right-blk {
  width: 15%;
}

.listing-blk {
  color: #000;
  padding: 0 15px;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.list-head,
.list-price {
  font-size: 18px;
  font-weight: 700;
}

.list-head {
  margin-bottom: 25px;
}

.image-section img {
  width: 110px;
  height: auto;
}

.txt-blk {
  padding-left: 10px;
}

.blue-btn {
  background: #0f73ba;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
}

.blue-btn:hover {
  color: #fff;
  background: #0e64a1;
}

.btn-sec {
  margin-top: 20px;
}

.point {
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 25%;
}

.btn-sec {
  display: inline-block;
  width: 100%;
}

.grid-section {
  display: flex;
}

/* Online store page pagination style**/
.prod-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.prod-pagination li.active a {
  background: #fdb93d;
  color: #000;
}

.prod-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.prod-pagination li a {
  color: #000;
}

.prod-pagination li a,
.prod-pagination li.active a {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 8px;
  display: inline-block;
}

.right-align {
  text-align: right;
  padding: 20px 0;
}

.store-link {
  max-height: 60px;
}

/* End Online store page pagination style**/
/**Song view page button css**/
.songview-inst-detail {
  border: 1px solid #c4c4c4;
  padding: 10px 15px;
}

.songview-inst-main {
  max-width: 1127px;
  width: 100%;
  margin: 0 auto;
}

.songview-inst-ul {
  margin: 0;
  position: relative;
}

.songview-inst-ul li {
  display: inline-block;
}

.column.song-left+.right.aligned.column.songview-inst-header {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  justify-content: end;
  z-index: 999;
}

.w-100 {
  width: 100%;
}

.profileSection a.ui.button.signout {
  padding: 17px 21px;
}

.ui.simple.dropdown .menu.dragndrop {
  width: 100%;
}

#musakirja-app main header a.signout .signout-text {
  margin: 0;
  white-space: nowrap;
}

.brallie-icon img {
  max-width: 18px;
  height: auto;
}

.ui.simple.dropdown .menu .dragndrop-subitems.song-key-hover {
  transition: .2s;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.ui.simple.dropdown .menu .dragndrop-subitems {
  padding: 10px 10px 10px 5px !important;
  display: flex;
  align-items: center !important;
  justify-content: center;
}

.left-bar .option.my-plans p {
  font-weight: 600;
}

.left-bar .text-drop a {
  margin-right: 5px;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: #4ccb70;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
}

.left-bar .text-drop a i {
  font-size: 11px;
  margin: 0;
}

.left-bar .option.my-plans .action-out {
  float: none;
}

.left-bar .action-out {
  text-align: center;
}

li.option.my-plans.list-head {
  padding-left: 2 0px !important;
}

.left-bar .option.my-plans .arrow-down {
  display: block;
  margin: auto;
}

/*.left-bar .select{width: 100%;left: 0;}*/
li.option.my-plans.list-head {
  margin: 0;
  color: gray;
}

.tab-content iframe {
  max-width: 100%;
}

.songview-inst-ul {
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.songview-inst-ul li {
  border-radius: 10px 10px 0 0;
  min-width: 120px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c4c4c4;
  text-align: center;
  margin-right: 5px;
  border-bottom: none;
  border-radius: 0;
  margin-right: 0;
  padding: 0 5px;
}

.songview-inst-ul li.active {
  background: #d0d0d0;
}

.songview-inst-ul li button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  outline: none;
}

.tab-content {
  border: 1px solid #c4c4c4;
  padding: 10px;
}

.cus-dropdown li>* {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  ;
}

.arrows-tab {
  text-align: center;
  padding-bottom: 10px;
  display: none;
}

.postion-relative {
  position: relative;
}

.arrow-outer {
  position: absolute;
  top: 10px;
}

.arrow-outer.arrow.left {
  left: 0;
}

.arrow-outer .arrow.right {
  right: 0;
}

.arrow-outer i.icon.arrow.left:before {
  content: "\f104";
}

.arrow-outer i.icon.arrow.right:before {
  content: "\f105";
}

.arrow-outer i.icon.arrow.left:before,
.arrow-outer i.icon.arrow.right:before {
  font-size: 20px;
  font-weight: bold;
}


.qrcde-popup .popup_inner {
  width: 289px;
  border: 2px solid #000;
  padding-top: 0;
  border-radius: 4px;
}

.qrcde-popup canvas {
  max-width: 100%;
}

.qrcde-popup .modal-content {
  padding: 60px 0 0;
}

.qrcde-popup .tel {
  color: #4183ca;
  font-size: 32px;
  font-weight: bold;
  font-family: "Myriad Pro", Bahnschrift, "League Spartan";
  text-align: center;
  position: relative;
  top: 0px;
  margin-bottom: 11px;
}

.qrcde-popup .std-code {
  font-size: 20px;
  font-weight: bold;
  font-family: "League Spartan", "Myriad Pro", Bahnschrift;
  position: relative;
  left: 20px;
  top: -32px;
}

.qrcde-popup .icon-block {
  background-color: #1b1c1d;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
  font-size: .92857143rem;
}

.qrcde-popup .input-blk {
  margin-bottom: 14px;
}

.qrcde-popup.remove {
  position: absolute;
  top: 212px;
  right: 15px;
  left: auto;
  width: 289px;
  bottom: 0;
  z-index: 445;
  height: auto;
}

@media (max-width:576px) {

  .qrcde-popup.remove {
    position: absolute;
    top: 203px;
    right: 3px;
  }
}

#musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .standard .ui-slider {
  margin-left: 15%;
}

#musakirja-app main.musakirja-songlist article table .tobodytd {
  line-height: normal;
}
}

@media(max-width:1400px) {
  .left-blk {
    width: 22%;
  }

  .mid-blk {
    width: 60%;
  }

  .list-head,
  .list-price {
    font-size: 16px;
  }
}

@media (max-width:1200px) {
  .view-cus-content.songview-inst-detail.w-100 {
    padding: 10px 15px;
  }

  .ui.container.w-100 {
    width: 100%;
    display: block;
  }

  #musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .challenge .ui-slider {
    margin-left: 12%;
  }

  .view-cus-content {
    padding: 0 15px;
    width: 100%;
  }

  .bottom-content.content-space {
    padding-left: 308px !important;
  }

  .songview-inst-main {
    padding: 0px 15px;
  }

}

@media (max-width:1120px) {
  .tags-blk {
    display: block;
    margin-right: 0;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .standard {
    padding-left: 10% !important;
    width: 80% !important;
  }

  .challenge {
    padding-left: 8% !important;
  }
}

@media only screen and (max-width: 1040px) {
  .selectable.tobodytd {
    line-height: normal !important;
  }
}

@media (max-width:990px) {

  .arrows-tab {
    display: block;
  }

  .arrow-main {
    padding: 0 20px;
  }

  .songview-inst-ul li {
    min-width: 80px;
    height: 40px;
    line-height: 40px;
  }

  .songview-inst-ul li button {
    font-size: 15px;
  }

  .brallie-icon img {
    margin-right: 5px;
    max-width: 15px;
  }

  .songview-inst-header .songview-inst-ul {
    padding-top: 5px;
  }

  .ui.simple.dropdown .menu .dragndrop-subitems {
    font-size: 12px;
  }

  .song-left .slider:before {
    height: 19px;
    width: 19px;
  }

  .song-left .switch {
    width: 50px;
    height: 27px;
    margin-top: 5px;
  }

  .song-left .student-control-label {
    margin-top: 5px;
    margin-left: 5px;
  }

  .left-bar {
    left: -276px;
  }

  .left-blk {
    width: 30%;
  }

  .mid-blk {
    width: 50%;
  }

  .right-blk {
    width: 20%;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .slider-values .grid {
    padding: 0px !important;
  }

  .reset-slider {
    margin-left: -1.6em !important;
  }

  .ui-slider {
    width: 100% !important;
    margin: 0px !important;
  }

  .tag-bottom-grid {
    margin-top: -1.6em !important;
    margin-bottom: -2em !important;
  }

  .alert-message {
    padding: 0.3em !important;
    float: right;
    margin-right: 1em !important;
  }

  .signout-holder {
    margin-top: -2em !important;
  }

  .no-alert .signout {
    float: right;
    margin-top: 2em;
    margin-right: 1em;
  }

  article table {
    width: 100% !important;
  }

  article table td {
    padding: 0 !important;
    margin: 0 !important;
  }

  article .reset-songs {
    margin-left: -2em !important;
  }

  article .stackable .upper-content,
  article .stackable .bottom-content {
    margin-left: -0.17em !important;
  }

  #musakirja-app main header .profileSection .profileImage {
    margin-top: 2em
  }
}

@media (max-width:767px) {
  .floating-label {
    flex-direction: column;
    margin-top: 20px;
  }

  .songview-inst-ul li {
    min-width: 40px;
    height: 35px;
    line-height: 35px;
  }

  .arrow-outer {
    height: 36px;
  }

  .songview-inst-ul li button {
    font-size: 14px;
  }

  .left-bar {
    left: -293px;
  }

  .musakirja-songview {
    overflow-y: unset;
  }
}

@media (max-width:840px) {
  .seven.wide .slider-bg {
    margin-left: 28px;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .header-grid-holder {
    padding: 1em !important;
    margin: 0em !important;
  }

  .header-grid-holder .alert-message {
    padding: 1em 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .header-grid-holder .header-grid {
    padding: 0em !important;
    margin: 0em !important;
  }

  .header-grid-holder .column {
    margin: 0em !important;
    padding: 0em !important;
  }

  .header-grid-holder .signout {
    width: 100%;
  }

  .header-grid-holder .signout .signout-text {
    display: inline-flex !important;
  }

  .tag-bottom-grid .column {
    padding: 0 0.5em !important;
    margin: 0.5em 0em !important;
  }

  .tag-bottom-grid .column .grid {
    margin-top: -1em;
    margin-bottom: -2.5em;
  }

  .tag-bottom-grid .column .grid .slider-values {
    margin-top: -2em !important;
  }

  .tag-bottom-grid .column .grid .slider-values .slider-bg {
    margin-left: 1em !important;
  }

  table thead tr {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }

  table tbody tr {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }

  table tbody tr td {
    padding: 0em 0.75em !important;
  }
}

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

  .view-content-heading.songview-instruction-title {
    margin-top: 50px;
  }

}

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

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

  .teacher-content-actions .teacher-content-action-cancel,
  .teacher-content-actions .teacher-content-action-create {
    display: block;
    margin: 0.6em 0;
  }

  .teacher-content-actions {
    text-align: center;
  }

  .switch {
    height: 25px;
  }

  .slider:before {
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 4px;
  }

  input:checked+.slider:before {
    transform: translateX(32px);
  }

  table.ui.table.selectable.sortable.sixteen .ui.grid>[class*="fourteen wide"].column,
  .ui.grid>[class*="fourteen wide"].column {
    width: 100%;
  }

  .tick-icon {
    padding: 0 2px;
  }

  .popup-body {
    padding: 10px 10px;
  }


}

@media only all and (max-width: 768px) {
  #musakirja-app main.musakirja-songview footer {
    bottom: 0;
    right: 0.5em;
    left: 0.5em;
    display: flex;
    margin-bottom: 0;
    position: absolute;
  }
}

@media only all and (max-width: 767px) {
  .ui.table:not(.unstackable) tbody>tr {
    padding-bottom: 0.5em !important;
  }

  .ui.table:not(.unstackable) tr>td {
    padding: 0em 0.75em !important;
    margin-bottom: -0.5em !important;
  }

  .view-cus-content .ui.container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  #logo {
    width: 50% !important;
  }

  #signoutbutton {
    width: 25% !important;
  }

  #expirenotice {
    display: none;
  }

  #notice-landscape {
    display: block !important;
    width: 100% !important;
  }

  #notice-landscape .alert-message {
    width: 100% !important;
    text-align: center;
    margin-top: 0.5em !important;
    margin-bottom: -0.5em !important;
  }
}

@media all and (max-width: 599px) {
  .ui.table:not(.unstackable) tbody>tr {
    padding-top: 0.5em !important;
  }

  .header-grid-holder {
    padding: 1em !important;
    margin: 0em !important;
  }

  .header-grid-holder .alert-message {
    padding: 1em 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .header-grid-holder .header-grid {
    padding: 0em !important;
    margin: 0em !important;
  }

  .header-grid-holder .column {
    margin: 0em !important;
    padding: 0em !important;
  }

  .header-grid-holder .signout {
    width: 100%;
  }

  .header-grid-holder .signout .signout-text {
    display: inline-flex !important;
  }

  .tag-bottom-grid .column {
    padding: 0 0.5em !important;
    margin: 0.5em 0em !important;
  }

  .tag-bottom-grid .column .grid {
    margin-top: -1em;
    margin-bottom: -2.5em;
  }

  .tag-bottom-grid .column .grid .slider-values {
    margin-top: -2em !important;
  }

  .tag-bottom-grid .column .grid .slider-values .slider-bg {
    margin-left: 1em !important;
  }

  table thead tr {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }

  table tbody tr {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }

  table tbody tr td {
    padding: 0 !important;
    margin-top: -0.5em !important;
  }
}

@media (max-width:540px) {
  header .column.song-left {
    width: 75% !important;
  }

  header .right.column {
    width: 25% !important;
  }
}


@media screen and (min-width: 768px) {
  #musakirja-app main.musakirja-songview header .launch {
    display: none;
  }

  #musakirja-app main.musakirja-songview header .dropdown {
    display: inline-block;
  }

  #musakirja-app main.musakirja-songview footer {
    bottom: 0;
    right: 0.5em;
    left: 0.5em;
    display: flex;
    margin-bottom: 0;
    position: absolute;
  }
}

@media print {
  #musakirja {
    display: none;
  }
}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape) {
  #logo {
    width: 100% !important;
  }

  #signoutbutton {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #musakirja-app main header .profileSection {
    float: none;
  }

  #musakirja-app main header h1 {
    text-align: center;
  }

  #musakirja-app main header .profileSection .profileImage {
    display: block;
    margin: 1em auto;
  }

  #musakirja-app main header .profileSection {
    display: inline-block;
    width: 100%;
  }

  div#logo img {
    max-width: 100%;
    height: auto;
  }

  #musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .standard .ui-slider {
    margin-left: 0;
  }

  .ui.grid>[class*="fourteen wide"].column,
  .ui.grid>[class*="fourteen wide"].column {
    width: 100%;
  }

  #musakirja-app main.musakirja-songlist article .tag-bg .tag-bottom-grid .slider-slide .challenge .ui-slider {
    margin-left: 10%;
  }

  #musakirja-app main.musakirja-songview.student-view header .dropdown {
    display: inline-block;
  }

  #musakirja-app main.musakirja-songview.student-view header .column {
    width: 81%;
  }

  .ui.container figure {
    margin: 0;
  }

  .ui.container .media iframe {
    width: 100%;
  }

  .lock-open,
  .lock-close {
    vertical-align: sub;
  }

  .lock-open {
    margin-left: 3px;
  }

  .left-blk,
  .mid-blk,
  .right-blk {
    width: 100%;
  }

  .image-blk {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }

  .list-head {
    margin-bottom: 5px;
  }

  .btn-sec {
    margin-top: 15px;
  }

  .mid-blk {
    margin-bottom: 10px;
  }

  .btn-sec,
  .mid-blk,
  .listing-section h1 {
    text-align: center;
  }

  .cus-row {
    padding: 30px 0 30px;
  }

  .listing-section h1 {
    font-size: 22px;
  }

  .left-blk {
    text-align: center;
  }

  .grid-section {
    display: inline-block;
  }

  .listing-blk {
    padding: 0;
  }
}


/* @media (max-width:498px){
.logo-desc {margin-top: 10px;}
} */

@media (max-width:480px) {
  .songview-inst-ul {
    max-width: 500px;
    /*overflow-x: auto;overflow-y: hidden;*/
  }

  .songview-inst-ul li {
    min-width: unset;
    height: 35px;
    line-height: 35px;
  }

  .songview-inst-ul li button {
    font-size: 13px;
  }

  .upper-content input {
    width: 100%;
  }

  .teacher-content-actions .teacher-content-action-cancel,
  .teacher-content-actions .teacher-content-action-create {
    margin-left: 0 !important;
  }

  .teacher-content-actions .switch {
    vertical-align: middle;
  }

  .ui.column.grid>[class*="four wide"].mobile.column.only {
    width: 37% !important;
  }

  .ui.grid>[class*="twelve wide mobile"].column.mobile.slider-bar {
    width: 60% !important;
  }

  .ui.grid>[class*="eight wide mobile"].column.mobile {
    width: 40% !important;
  }

  .ui.grid>[class*="six wide"].column.six.right.aligned {
    width: 30.5% !important;
  }

  .ui.grid>[class*="six wide"].column.six.left.aligned {
    width: 30% !important;
  }

  .ui.grid.fourteen.wide.column {
    line-height: 17px;
  }

  .view-cus-content .image-style-side {
    float: none;
    width: 100%;
    display: inline;
  }

  .modal-custum {
    max-width: 93%;
  }

  .btns-blk button {
    width: 100%;
  }

  .save-btn {
    margin-top: 15px;
  }

  .modal-content {
    padding: 15px;
  }

  .popup_inner h1 {
    font-size: 30px;
  }

  .left-bar {
    width: 270px;
    left: -288px;
  }

  .select {
    width: 229px;
  }

  .slide-arrow {
    top: 100px;
  }

  .left-bar.bar-open {
    left: -5px;
  }

  .text-drop {
    width: 71%;
  }

  .accordion span {
    width: 83%;
  }

  .listing-section h1 {
    font-size: 18px;
  }
}

@media (max-width:385px) {

  .songview-inst-ul {
    max-width: 400px;
    /*overflow-y: hidden;overflow-x: auto;*/
    white-space: nowrap;
  }

}


/*# sourceMappingURL=musakirja.css.map */
/* custom css   */
.mid-blk.mid-blk-new {
  width: 60%;
}

.right-blk.right-blk-new {
  width: 15%;
}

.point {
  padding-left: 0%;
}

@media(max-width:992px) {
  .mid-blk.mid-blk-new {
    width: 55%;
  }

}

/*@media screen and (max-width:992px) and (orientation: landscape){
  .musakirja-page.img-container{
    height: 80vh !important;
    max-height: 80vh !important;
}
}*/
@media(max-width:768px) {
  .not-empty .img-container {
    max-width: none !important;
    width: auto !important;
    height: auto !important;

  }

  .mid-blk.mid-blk-new,
  .right-blk.right-blk-new,
  .left-blk-new {
    width: 100%;
  }

  .left-blk-new {
    text-align: center;
  }

  .mid-blk.mid-blk-new {
    margin: 20px 0px;
  }

  .point {
    padding-left: 43%;
  }

  .grid-section {
    display: inline-block;
  }
}

@media(max-width:520px) {
  .point {
    padding-left: 40%;
  }

}




/* new css  */
aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned {
  position: absolute;
  text-align: center;
  width: 23%;
  top: 14px;
  right: 13px;
  transition: 1.2s all ease;
}

aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
  /* right: -296px; */
  right: -23%;
  transition: 1.2s all ease;
}

.twelve.wide.computer.sixteen.wide.mobile.ten.wide.tablet.column.full-width-table {
  width: 99% !important;
  transition: 1.2s all ease;
}

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

  .ui.column.grid>[class*="twelve wide computer"].column,
  .ui.grid>.column.row>[class*="twelve wide computer"].column,
  .ui.grid>.row>[class*="twelve wide computer"].column,
  .ui.grid>[class*="twelve wide computer"].column {
    width: 75% !important;
    transition: 1.2s all ease;
  }
}

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

  .ui.column.grid>[class*="twelve wide computer"].column,
  .ui.grid>.column.row>[class*="twelve wide computer"].column,
  .ui.grid>.row>[class*="twelve wide computer"].column,
  .ui.grid>[class*="twelve wide computer"].column {
    width: 75.5% !important;
    transition: 1.2s all ease;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 17%;
  }
}

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

  .ui.column.grid>[class*="twelve wide computer"].column,
  .ui.grid>.column.row>[class*="twelve wide computer"].column,
  .ui.grid>.row>[class*="twelve wide computer"].column,
  .ui.grid>[class*="twelve wide computer"].column {
    width: 75.5% !important;
    transition: 1.2s all ease;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 20%;
  }
}

@media only screen and (max-width: 1442px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 17.5%;
  }
}

@media only screen and (max-width: 1200px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 16.8%;
  }
}

@media(max-width:1040px) {

  .ui.column.grid>[class*="ten wide tablet"].column,
  .ui.grid>.column.row>[class*="ten wide tablet"].column,
  .ui.grid>.row>[class*="ten wide tablet"].column,
  .ui.grid>[class*="ten wide tablet"].column {
    width: 75.5% !important;
    transition: 1.2s;
  }

  .bottom-content.content-space {
    padding-left: 230px !important;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg .reset-songs {
    width: 3.5em;
  }

  .select {
    width: 158px;
    z-index: 2;
  }

  .left-bar {
    width: 200px;
    left: -200px;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 17.5%;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg i.icon.mus-reset {
    margin-left: -0.8em;
  }
}

@media(max-width:992px) {

  .ui.column.grid>[class*="ten wide tablet"].column,
  .ui.grid>.column.row>[class*="ten wide tablet"].column,
  .ui.grid>.row>[class*="ten wide tablet"].column,
  .ui.grid>[class*="ten wide tablet"].column {
    width: 75.5% !important;
    transition: 1.2s;
  }
}

@media(max-width:940px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
    right: -23.5%;
  }

  .twelve.wide.computer.sixteen.wide.mobile.ten.wide.tablet.column.full-width-table {
    width: 100% !important;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.open-left-right {
    width: 23%;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg i.icon.mus-reset {
    margin-left: -0.1em;
  }
}

@media(max-width:767px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
    right: -27%;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned {
    width: 25%;
    right: 0px;
  }

  .left-bar {
    width: 200px;
    left: -220px;
  }

  .left-bar.bar-open {
    left: 0px;
  }

  .bottom-content.content-space {
    padding-left: 250px !important;
  }
}

@media(max-width:592px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
    right: -27.5%;
  }
}

@media(max-width:480px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
    right: -28%;
  }

  aside .slide-qr-arrow {
    top: 130px;
  }
}

@media(max-width:480px) {
  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned.hide-right-col {
    right: -54.6%;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg i.icon.mus-reset {
    margin-left: -0.2em;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg .reset-songs {
    margin: -0.5em 0.5em 0em -0.5em;
  }

  aside.four.wide.computer.sixteen.wide.mobile.six.wide.tablet.column.center.aligned {
    width: 50%;
    right: 0px;
  }

  #musakirja-app main.musakirja-songlist aside .qrcode-bg .reset-songs {
    width: 3.2em;
  }
}

.song-menu-btn {
  display: flex;

  padding: 8px;
  align-items: center;
  margin-right: 10px;
}

.item-2 {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.active-1 {
  background-color: red !important;/ Change this to your desired active button color / color: blue !important;/ Change this to your desired active button text color / border-radius: 5px;/ Add a border-radius for a rounded button appearance /
}

/* Default button style */
button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  cursor: pointer;
  background-color: #ccc;
}

/* Active button style */
button.active {
  background-color: #007bff;
  /* Change to your desired active color */
  color: #fff;
  /* Change to your desired text color for active buttons */
}

/* Hover effect for buttons */
button:hover {
  background-color: #aaa;
  /* Change to your desired hover color */
}


.song-menu-1 {
  display: flex;
  border-radius: 5px;
  margin-right: 12px;
  align-items: flex-start;
}

.block-flex {
  display: flex;
}
.song-menu-1 .item{
  padding: 0px !important;
}
.song-menu-1 .item .A {
  background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/Layout-A-Normal.png);
  background-size: cover;
  display: inline-block;
  width: 37px;
  height: 35px;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.single-widget.song-menu-1 .item .A,
.single-widget.song-menu-1 .item .b,
.single-widget.song-menu-2 .item:first-child,
.single-widget.song-menu-2 .item:first-child .ab {
  border-radius: 5px;
}
.single-widget.song-menu-1 .item .A::before,
.single-widget.song-menu-1 .item .b::after,
.single-widget.song-menu-2 .item .bb::before,
.single-widget.song-menu-2 .item .bb::after{
display:none;
}
.single-widget.song-menu-1 .item .b::before{
  background-color: inherit;
}
.single-widget.song-menu-2 .item .bb{
  border-radius: 5px;
}

.song-menu-1 .item .b {
  background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/Layout-B-Normal.png);
  background-size: cover;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}


.song-menu-1 .item .b::after {
  content: "";
  position: relative;
  display: inline-block;
/*      margin-left: 36px;*/
  height: 100%;
  z-index: 9999;
  border: 1px solid black;
}

/*.dimmable.pushable .song-menu-1 .b::after {
  height: 0;
}*/


.song-menu-1 .item .A::before,
.song-menu-1 .item .b::before {
  background-color: rgb(169 227 180 / 78%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

/*@media(max-width:1528px){
.song-menu-1 .item:first-child::before,.song-menu-1 .item:nth-child(2)::before{
  width: 2.85%;
}
}
@media(max-width:1300px){
.song-menu-1 .item:first-child::before,.song-menu-1 .item:nth-child(2)::before{
  width: 3.5%;
}
}*/
/*@media(max-width:1024px){
.song-menu-1 .item:first-child::before,.song-menu-1 .item:nth-child(2)::before{
  width: 4.4%;
}
}*/
/*@media(max-width:991px){
.song-menu-1 .item:first-child::before,.song-menu-1 .item:nth-child(2)::before{
  width: 5.2%;
}
}*/
.song-menu-1 .item .A::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.song-menu-1 .item .b::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.song-menu-1 .item.activeLayOut .A::before {
  background-color: inherit;
}

.song-menu-1 .item.activeLayOut .b::before {
  background-color: inherit;
}

@media(max-width:767px) {
 
  #musakirja-app main.musakirja-songview .musakirja-page{
    height: 80vh !important;
  }
  .song-menu-1 .item.activeLayOut .A::before {
    background-color: inherit !important;
  }

  .song-menu-1 .item .A {
    background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/Layout-A-Normal.png) !important;
    background-size: cover !important;
  }

  .song-menu-1 .item .b{
    background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/Layout-B-Normal.png) !important;
    background-size: cover !important;
  }

  .song-menu-1 .b::after {
    content: "";
    display: inline-block;
    height: 100%;
    z-index: 9999;
    border: 1px solid black;
    position: absolute;
    left: 0;
    top: 0;
  }

  .ui.sidebar.menu .song-menu-1 .item .A {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .ui.sidebar.menu .song-menu-1 .item .b{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .song-menu-1 .item::before {
    background-color: rgb(169 227 180 / 78%) !important;
    content: '' !important;
    /* display: block; */
/*    height: 100% !important;*/
    position: absolute !important;
    /*width: 100% !important;*/
  }

  .song-menu-1 .A::before {
    background-color: rgb(169 227 180 / 78%) !important;
    content: '' !important;
    /* display: block; */
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 0px;
    left: 0px;
  }

  .song-menu-1 .item.activeLayOut .A::before {
    background-color: inherit !important;
  }

  .song-menu-1 .item.activeLayOut .b::before {
    background-color: inherit !important;
  }
}

.ab::before,
.bb::before {
  background-color: rgb(235 236 235 / 75%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.ab::before {
  /*    width: 3.1%;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bb::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*@media(max-width:1528px){
  .bb::before{
    width: 3.4%;
  }
}*/
/*@media(max-width:1300px){
  .ab::before{
    width: 4.1%;
  }
  .bb::before{
    width: 4.2%;
  }
}*/
/* @media(max-width:1024px){
  .ab::before{
    width: 5.1%;
  }
  .bb::before{
    width: 5.2%;
  }
}*/
/*  @media(max-width:991px){
  .ab::before{
    width: 6%;
  }
  .bb::before{
    width: 6.2%;
  }
}*/
@media(max-width:767px) {
  .ab::before {
    width: 100%;
  }

  .bb::before {
    width: 95.2%;
  }

  .ab::before,
  .bb::before {
    background-color: rgb(235 236 235 / 75%);
    content: '';
    display: block;
    /*      height: 97%;*/
    position: absolute;
  }

  .activeclass .ab::before {
    background-color: inherit;
  }

  .activeclass .bb::before {
    background-color: inherit;
  }
}

/*.bb::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 100%;
  z-index: 9999;
  border: 1px solid black;
}*/

.activeclass .ab::before {
  background-color: inherit;
}

.activeclass .bb::before {
  background-color: inherit;
}

.ab {
  background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/verticale.png);
  background-size: cover;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.bb {
  background-image: url(/wp-content/plugins/musakirja/musakirja-client/images/Orientation-B-Normal.png);
  background-size: cover;
  display: inline-block;
  width: 42px;
  height: 35px;
  background-repeat: no-repeat;
  // background-color: rgb(214, 214, 214);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}

.song-menu-2 {
  display: flex;
  margin-right: 12px;
  height: 35px;

}
.song-menu-2 .item:last-child:before{
    content: "";
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: 9999;
    border: 1px solid black;
}
.single-widget.song-menu-2 .item:last-child:before{
   
    border: 1px solid black;
}
.song-menu-2 .item {
  background-color: rgb(214, 214, 214);
}

.song-menu-2 .item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.song-menu-2 .item:nth-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media(max-width:767px) {
  .song-menu-2 .item:last-child:before{
    content: "" !important;
    display: inline-block !important;
    height: 100% !important;
    z-index: 9999 !important;
    border: 1px solid black !important;
    width: 0px !important;
}
}

@media(max-width:767px) {

  .notes-block .song-menu-1,
  .notes-block .song-menu-2 {
    display: none;
  }
}


@media(max-width:767px) {
  .song-menu-2 .item:first-child {
    padding: 0px;
  }

  .song-menu-2 .item:nth-child(2) {
    padding: 0px;
  }

  .bb {
    height: 35px;
  }
}

.note-btn-1 {
  margin-right: 0px !important;
  border-radius: 0 !important;
  padding: 0px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
}

.note-btn-1::after {
  display: none;
}

.note-color::after{
  display: none !important;
}
.note-color-2::after {
  content: "";
  border: 1px solid black;
  display: inline-block;
  width: 2px;
  height: 34px;
  position: absolute;
  left: 0;
}
.note-btn-1 img {
  height: 34px;
  width: 37px;
}

.note-btn-2 {
  border-radius: 0 !important;
  padding: 0px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  opacity: 0.5;
}

.note-btn-1::after {
  content: "";
  border: 1px solid black;
  display: inline-block;
  width: 2px;
  height: 34px;
}

.note-btn-2 img {
  height: 34px;
  width: 39px;
}

.note-color {
  opacity: 0.5 !important;
}

.note-color-2::before {
  display: none !important;
}

.note-color-2 {
  opacity: 1 !important;
  position: relative;
}

.cross-btn {
  height: 34px;
  width: 34px;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
}

.note-after-1 {
  margin-right: 0px !important;
}

.note-after-1::before {
  display: none;
}

.note-after-1::after {
  content: "";
  border: 1px solid black;
  display: inline-block;
  width: 2px;
  height: 34px;
}

.note-after-2::after {
  position: relative;
  left: -39px;
}

.note-before::after{
  left: 100% !important;
}
@media (max-width: 1300px) {

  .song-menu-student .item:first-child::before,
  .song-menu-student .item:nth-child(2)::before {
    width: 3.5%;
  }
}

@media (max-width: 991px) {

  .song-menu-student .item:first-child::before,
  .song-menu-student .item:nth-child(2)::before {
    width: 5%;
  }
}

@media(max-width:767px) {
  .song-menu-student .b::after {
    margin-left: -2px;
    height: 35px;
    margin-top: 0px;
  }

  /* .song-menu-student .item::before{
  height: 57% !important;
  width: 6.5% !important;
} */
  /* 
.song-menu-student .A::before{
  height: 55% !important;
  width: 6.5% !important;
  top: 14px;
  left: 13px;
}
.song-menu-student .item.activeLayOut:first-child::before{
  background-color: inherit !important;
} */
}

@media(max-width:576px) {
  .ui.small.modal.removee{
  top: 2%;
}
  .song-menu-student .item::before {
    height: 57% !important;
    width: 12.85% !important;
  }

  .song-menu-student .b::after {
    margin-left: -2px;
    height: 35px;
    margin-top: 0px;
  }

  .song-menu-student .A::before {
    height: 55% !important;
    width: 12.85% !important;
    top: 14px;
    left: 13px;
  }

  .song-menu-student .item.activeLayOut:first-child::before {
    background-color: inherit !important;
  }
}
 

@media(max-height:500px) {
 
  #musakirja-app main.musakirja-songview .musakirja-page{
    height: 80vh !important;
  }
}

.head-flex{
  display: flex !important;
}

.bb1{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bb1::before{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ab1{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} 
.ab1::before{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.not-empty{
  flex-grow:0 !important;
}
.songview-inst-ul{
    z-index: 1;
}
.songview-inst-ul li{
    background-color: white;
}
.arrow-outer.left{
  z-index:2;
}
.arrow-outer.right{ 
  z-index:2;
}

@media(max-width:1200px) {
#musakirja-app .songinst-container,#musakirja-app main.musakirja-songview .ui.container{
   margin-top:0px;
}

}

/*media query for iphone xs*/
  @media only screen 
  and (min-device-width : 375px) 
  and (min-device-height : 812px) 
  and (-webkit-device-pixel-ratio : 3) and (orientation : landscape)  {
    position: relative;
    padding-bottom: 0;
    padding-top: 50px;
  }
  /*media query for iphone se2020*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape)
  { 
    position: relative;
    padding-bottom: 0;
    padding-top: 50px;
  }


