section{
    padding: 7px;
}
.songbook-img{
    max-width: 60px;
    max-height: 60px;
}
.songbook-name{
    font-size: 17px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
}
#top-block .dropdown-toggle, #top-block form input, #top-block form button{
    height: 48px;
    border-radius: 1px;
    background: #ffffff;
    border: 0;
    margin: auto;
}
#top-block form select{
    height: 48px;
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}
#top-block form select.border,#top-block form input.border{
    border-width: 1.5px!important;
}
.dropdown{
    margin-right: 1px;
}
.dropdown-menu {
    max-height: 350px;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 1px;
}
.dropdown-menu .dropdown-item.active{
    pointer-events: none;
    background: rgba(14,14,14,.5);
}
.dropdown-menu .dropdown-item:active{
    background: rgba(14,14,14,.5);
}
#top-block #search>input{
    border-radius: 1px 0 0 1px;
}
#top-block #search>button{
    border-radius: 0 1px 1px 0;
}
#sort:after{
    display: none;
}
#texts-content{
    background: #c4c4c4;
}
.text-name{
    color: #fafafa;
    font-size: 16px;
}
.text-nameen{
    color: #D5D5D5;
    font-size: 15px;
}
svg.play{
    cursor: pointer;
}
div:not(.texts-list-container)>.one-song{
    background: rgba(14, 14, 14, 0.55);
}
.one-song,.one-song:hover{
    color: #FAFAFA;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
div>.one-song:hover, .one-song.current{
    background: #F7F7F7;
    /*padding-left: 7px;*/
    margin-right: -15px;
    margin-left: -21px;
    color: #575757;
}
div>.one-song:hover{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 7px;
    padding-bottom: 7px;
}
.one-song .walsheim>small {
    font-size: 16px;
    color: #fafafa;
}
.one-song:hover .walsheim>small{
    color: #ededed;
}
.one-song:hover .text-name, .one-song.current .text-name{
    color: #4C4C4C;
}
.one-song:hover .text-nameen, .one-song.current .text-nameen{
    color: #565656;
}
.one-song:hover .demo>svg.play path, .one-song.current .demo>svg.play path{
    fill: #363636;
}
.one-song:hover .demo>svg:not(.play) path, .one-song.current .demo>svg:not(.play) path{
    fill: #DADADA;
}
.buttons button{
    margin-bottom: 7px;
}
.text-container{
    background: #F7F7F7;
    color: #494949;
    padding: 15px 10px;
}
.text-container h3{
    color: #2A2A2A;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 100%;
}
.text-container small{
    color: #363636;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}
.text-container a.for-copy, .text-container a.for-copy:hover{
    pointer-events: none;
    text-decoration: none;
}
.buttons button{
    display: flex;
}
#player {
    border-top: 1px solid #cccccc;
}
.song-num{
    width: 25px;
    display: inline-block;
    text-align: left;
}
.nav-tabs {
    border-bottom: 1px solid #c3c4c5;
    margin-bottom: 25px;
}
.nav-tabs .nav-link {
    color: #212121;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #c4c5c5 #c3c4c5 #fff;
}
.texts-content{
    display: flex;
}
.metronome.playing>svg{
    opacity: 0;
}
.metronome.playing>i::after{
    content: " ";
    display: block;
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 19px;
    background: #efb400;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
#preloader{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255,255,255,.8);
    top: 0;
    left: 0;
}
#preloader>*{
    margin: auto;
    text-align: center;
    font-size: 24px;
}
#process {
    position: absolute;
    width: 100%;
    height: 100%;
}
#process>div {
    background: rgba(0,0,0,0.9);
    z-index: 5;
}
#text_chords{
    text-align: center;
    margin-top: 25px;
}
#result>div,#process>div{
    margin: 10px 0;
}
.dropdown-item.current {
    background: #1f3547;
    color: #eaeaea;
}
@media (max-width: 499.98px) {
    .songbook_img {
        display: none;
    }
}
@media (max-width: 767.98px){
    #texts-content {
        padding: 7px 0;
    }
}
@media (max-width: 767.98px){
    .texts-list>.os-padding, .texts-list>.os-padding>.os-viewport{
        position: relative!important;
    }
    .texts-list-container{
        padding: 0 10px;
        background: #fff;
    }
    @media (min-width: 450px){
        .texts-list-container {
            padding: 0 50px;
        }
    }
    .texts-list-container>.one-song:hover .text-name, .texts-list-container>.one-song.current.active .text-name {
        color: #fafafa;
    }
    .texts-list-container .text-name {
        color: #4C4C4C;
    }
    .texts-list-container>.one-song:hover .text-nameen, .texts-list-container>.one-song.current.active .text-nameen {
        color: #D5D5D5;
    }
    .text-nameen {
        color: #565656;
    }
    .texts-list-container>.one-song:hover, .texts-list-container>.one-song.current.active {
        background: #0E0E0E;
    }
    .texts-list-container>.one-song:hover #show path, .texts-list-container>.one-song.current.active #show path {
        fill: #fff;
    }
    .texts-list-container>.one-song .demo>svg.play path{
        fill: #363636;
    }
    .texts-list-container>.one-song .demo>svg:not(.play) path{
        fill: #DADADA;
    }
    .texts-list-container>.one-song:hover .demo>svg.play path, .texts-list-container>.one-song.current .demo>svg.play path{
        fill: #DADADA;
    }
    .texts-list-container>.one-song:hover .demo>svg:not(.play) path, .texts-list-container>.one-song.current .demo>svg:not(.play) path{
        fill: #363636;
    }
    .one-song .walsheim>small {
        color: #0E0E0E;
    }
}
@media (min-width: 768px){
    .texts-content{
        min-height: 75vh;
        display: flex!important;
    }
    .texts-list{
        background: #0E0E0E;
        max-width: 320px;
        overflow: auto;
        display: block!important;
    }
    .texts-list-container{
        position: absolute;
        max-width: 380px;
        padding: 5px 15px;
        width: 100%;
    }
    /*.one-song.current{*/
    /*    pointer-events: none;*/
    /*}*/

    .one-song:hover .walsheim>small, .one-song.current .walsheim>small{
        color: #4C4C4C;
    }
}
@media (min-width: 992px){
    .texts-list{
        max-width: 380px;
    }
}
@media (min-width: 1400px){
    .song-text{
        opacity: 1!important;
    }
    .d-xxl-none{
        display: none!important;
    }
    .d-xxl-block{
        display: block!important;
    }
}
/*SOG online*/
#sog{
    max-width: 100vw;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    background: url("/source/img/texts/cosmos.jpg") no-repeat center center fixed;
    background-size: cover;
}
#sog #sog-close{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 300ms ease;
    z-index: 9;
}
#sog #sog-close.show, #sog #sog-close:hover{
    opacity: .8;
    transition: opacity 300ms ease;
    cursor: pointer;
}
#sog .frame{
    width:100%;
    height:100%;
}
#sog .frame span {
    display: table-cell;
    vertical-align: middle;
    color: #f7ffbd;
}
#sog .frame-content{
    display:table;
    width:100%;
    padding:0 4px;
    box-sizing:border-box;
}
#sog .frame-content small{
    font-size: 35%;
}
/*SOG online*/
.wrapper{
    /*background: url("../img/texts/bg.png") no-repeat center center fixed;*/
}
.play .pause, .play.playing:not(.pause) path{
    display: none;
}
.play.playing:not(.pause) .pause{
    display: inline;
}
#closeSR {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#closeSR:after {
    content: '\274C';
    display: block;
    font-weight: bold;
    font-size: 17px;
}
/*Последовательности*/
.customMixer .track-runner .runnertime, .sm-song-banner--song-sections--list--item, .song-banner--song-sections--list--item, .transfer-lists--item--details--item--text, .u-text-pedernales, .ui-datepicker-calendar tr td {
    font-family: "Helvetica Neue",Helvetica,nimbus-sans,Arial,sans-serif;
    font-size: .733em;
    font-weight: 600;
}
.song-banner--tip {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dad9d5;
    bottom: 38px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    color: #919191;
    display: none;
    left: 50%;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 12
}

.song-banner--tip:after {
    background: url(/source/img/texts/arrow-icons.png) no-repeat;
    bottom: -16px;
    content: "";
    height: 16px;
    left: 50%;
    margin: 0 0 0 -12px;
    position: absolute;
    width: 24px
}

.song-banner--tip.mod-button-tip {
    bottom: unset;
    left: 56px;
    right: unset;
    top: 9px;
    transform: none
}

.song-banner--tip.mod-button-tip:after {
    -webkit-transform: rotate(360deg);
    background: 0 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 4px 6.9px 4px 0;
    bottom: unset;
    content: "";
    height: 0;
    left: -7px;
    margin: 0;
    position: absolute;
    top: 10px;
    transform: rotate(360deg);
    width: 0
}
@media screen and (min-width: 768px), print {
    .song-banner--tip--opener:hover .song-banner--tip {
        animation: .1s linear .5s forwards tooltip-animation;
        display: block
    }
}

.song-banner--song-sections--list {
    margin: -4px
}

.song-banner--song-sections--list--group {
    display: inline-block
}

.song-banner--song-sections--list--item {
    background: rgba(23, 23, 23, 0.75);
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin: 6px 4px;
    position: relative;
    text-align: center;
    width: 30px
}

.song-banner--song-sections--list--item.mod-section-repeat:after {
    background: #fff;
    border-radius: 50%;
    content: attr(data-repeat);
    display: block;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -3px;
    vertical-align: middle;
    width: 15px;
    color: #000;
    box-shadow: 0 0 2px #000;
}

.song-banner--song-sections.is-41-circles .song-banner--song-sections--list--item {
    margin: 4px 2px
}
.sm-song-banner--song-sections--list {
    margin: -4px
}

.sm-song-banner--song-sections--list--group {
    display: inline-block
}

.sm-song-banner--song-sections--list--item {
    background: #f2f2f2;
    border-radius: 50%;
    color: #171717;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin: 4px 2px;
    position: relative;
    text-align: center;
    width: 30px
}

.sm-song-banner--song-sections--list--item.mod-section-repeat:after {
    background: #fff;
    border-radius: 50%;
    content: attr(data-repeat);
    display: block;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -3px;
    vertical-align: middle;
    width: 15px
}

.sm-song-banner--song-sections.is-41-circles .song-banner--song-sections--list--item {
    margin: 2px 1px
}
@keyframes tooltip-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/*Последовательности*/
.sticky-wrapper {
    z-index: 1040;
    width: 100%;
}
#touch-fix.sticky {
    background: #0e0929;
    padding-bottom: 4px;
}

/* Apps */
#apps {
    position: fixed;
    right: 20px;
    bottom: 90px;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 6px;
    z-index: 2;
    transition: bottom .3s ease;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 24%);
}
#apps svg{
    height: 45px;
    width: 45px;
}
.app-ico {
    margin: 7px 0;
    cursor: pointer;
}
.app-ico svg {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.app-ico.active svg path, .app-ico:hover svg path {
    fill: #4a2600;
}

.app-ico:hover svg{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}
@media (max-width: 1199px) {
    #apps{
        transition: all .3s ease-out;
        z-index: 999;
        right: 5px;
    }
    #apps-flex {
        display: flex;
        margin-top: 15px;
    }
    #apps-flex:not(.show) {
        display: none;
    }
    #apps-toggler {
        /*padding: 7px 0 7px;*/
        text-align: center;
    }
    #drumModal .modal-dialog{
        max-width: 100%;
    }
    #apps-toggler svg {
        width: 35px;
        height: 35px;
    }
}
/* Apps */