
/*--------------
   left side
----------------*/
.l-nav.secondary .margin{
    height: 39px;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
  }
  /*--------------
     search
  ----------------*/
  .l-nav.secondary .search{
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  
    width: 100%;
  }
  .condition-group{
    padding: 5px 0;
  }
  .condition-item{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
    padding: 0 7px;
  }
  .condition-item.no-margin{
    padding: 0;
  }
  .condition-item .caption{
    width: 55px;
    margin-right: 5px;
  
    color: #676767;
    font-size: .7rem;
    line-height: .75rem;
    text-align: right;
  
    word-break: break-word;
  }
  .condition-item .value{
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .submit{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-box-pack: end;
    -moz-box-pack: end; 
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    
    margin:3px 7px;
  }
  /*  검색/달력 배경   */
  .calendar-group{
    height: 190px;
    /*border-bottom: 1px solid #cdcdcd;
    background-color: #f8f8f8;*/
    font-size: .75em;
  }
  
  /*   선곡 검색 결과 리스트   */
  .search-result-list-group{
    max-height: 182px;
    border-top: 1px solid transparent;
    overflow: auto;
  }
  .search-result-list{
    height: 26px;
    font-size: .8rem;
    padding: 3px 10px;
  
    cursor: pointer;
  }
  .search-result-list:hover{
    color: #3254b9;
  }
  .search-result-list.is-selected{
    background-color: #a7c9ff;
  }
  
  
  
  
  
  .l-nav.secondary .player{
    height: 245px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fafafa;
  }
  /*--------------
        player
  ----------------*/
  .player .info{
    height: 158px;
    margin: 13px 0 8px 0;
    font-size: .8rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .player .album-art{
    width: 100px;
    height: 100px;
  
    margin: 0 auto;
    border: 1px solid #808080;
    border-radius: 3px;
    background: #a7a7a7 url(../images/album_back.png) no-repeat;
  }
  .player .album-art img {
    width: 100px;
    height: 100px;
  }
  .player .album-title{
    height: 23px;
    margin-top: 10px;
    padding: 0 13px;
    color: #242424;
  
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .player .album-artist{
    height: 25px;
    padding: 0 13px;
    color: #505050;
  }
  .player .controller{
    height: 53px;  
    margin: 0 15px;
  }
  .player .timeline-wrap{
    padding: 5px 0;
  }
  .player .timeline{
    height: 9px;
    background: #b1b1b1;
    border: 1px solid #525252; 
    border-radius: 4px;
  
    position: relative;
  }
  .player .timeline:hover{
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 1px;
  }
  .player .timeline.disabled{
    background: #d2d2d2;
    border: 1px solid #a9a9a9; 
  }
  .progress-bar{
    /* width: 50%; */
    width: 100%;
    height: 7px;
    background: #00eca3;
    border-radius: 3px;
  
    position: absolute;
    top: 0;
    left: 0;
  
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .play-wrap{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
  
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  
    margin-top: 5px;
  }
  .stop,
  .pause,
  .play{
    width: 40px;
    font-size: 2rem;
    color: #363636;
    text-align: left;
  
    cursor: pointer;
  }
  .stop:hover,
  .pause:hover,
  .play:hover{
    color: #00CA87;
  }
  .tc{  
    width: 143px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    letter-spacing: -1.5px;
    font-weight: bold;
    color: #505050;
    text-align: right;
    font-family: "Lucida Console", Monaco, monospace;
  }
  .stop.disabled,
  .pause.disabled,
  .play.disabled,
  .tc.disabled{
    color: #9e9e9e;
    cursor: default;
  }
  
  /*--------------
    company-logo
  ----------------*/
  .company-logo{
    height: 40px;
    /* background: url(../images/footer_logo.png) center center no-repeat; */
  }
  
  
  
  
  
  /*--------------
        page
  ----------------*/
  .page-group{
    height: 41px;
  
    border-top: 1px solid #cdcdcd;
    background-color: #fff;
  }
  .page-wrap{
    list-style: none;
    margin: 6px auto 0 auto;
    font-size: .75rem;
  }
  .page-wrap .page{
    color: #2f2f2f;
    margin: 2px;
    padding: 1px 6px;
    list-style: none;
    float: left;
    border: 1px solid;
    border-color: transparent;
    background: transparent;
  
    cursor: pointer;
  }
  .page-wrap .page:hover{
    border: 1px solid;
    border-color: #7599d2;
    background: #b6d2ff;
  }
  .page-wrap .page.is-selected{
    border: 1px solid;
    border-color: #7599d2;
    background: #b6d2ff;
    font-weight: bold;
  }
  .page-wrap .next,
  .page-wrap .prev{
    font-size: 1.1rem;
  }
  
  
  
  
  
  
  /*--------------
      loading
  ----------------*/
  .loading-part-container {
    /* chrome 최신버전 */
    /* display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    z-index: 2; */
  
    /* chrome 47 version */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .loading-container {
    position: relative;
    top:0;
    left:0;
    width:100%; 
    height:100%; 
    display:none; 
  
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    background-color: rgba(35,46,57,.5);
  }
  .loading-part-container .loading {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 3px solid transparent;
    border-color: transparent #02c385 transparent #02c385;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
  
    /* chrome 47 version */
    margin: 40px auto;
    top: 350px;
  }
  
  @keyframes rotate-loading {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  @keyframes rotate-loading {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  @keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
  }
  .loading-part-container #loading-text {
    /* 브라우저 최신버전 */
    /* position: absolute;
    color: #02c385;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    animation: loading-text-opacity 3s linear 0s infinite normal; */
    
    /* chrome 47 version */
    animation: loading-text-opacity 3s linear 0s infinite normal;
    color: #02c385;
    margin: 40px auto;
    opacity: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 250px;
    width: 100px;
  }
  
  .popup-loading-part-container{
    /* 브라우저 최신버전 */
    /* position: absolute;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  
    z-index: 2; */
    
    /* chrome 38 version */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .popup-loading-part-container .loading {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 3px solid transparent;
    border-color: transparent #02c385 transparent #02c385;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
  
    /* chrome 47 version */
    margin: 40px auto;
    top: 180px;
  }
  
  .popup-loading-part-container #loading-text {
    /* chrome 최신버전 */
    /* position: absolute;
    color: #02c385;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    animation: loading-text-opacity 3s linear 0s infinite normal; */
  
    /* chrome 47 version */
    animation: loading-text-opacity 3s linear 0s infinite normal;
    color: #02c385;
    margin: 40px auto;
    opacity: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 80px;
    width: 100px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*--------------
      waveform
  ----------------*/
  /* .waveform-wrap div {
    width: 100%;
    height: 100%;
  } */
  .waveform-wrap .wave>wave{
    background-color: #e0e7ee;
    border-bottom: 1px solid #b0b4b8;
    border-top: 1px solid #b0b4b8;
  }
  .waveform-wrap .minimap wave{
    background-color: #d2dbe7;
  }
  
  
  
  
  /*--------------
      vumeter
  ----------------*/
  .vumeter {
    clear: left;
  }
  .vumeter div {
    width: 9px;
    height: 137px;
    float: left;
    position: relative;
  }
  .vumeter div:nth-child(1){
    margin-right: 3px;
  }
  .vumeter div canvas{
    width: 9px;
    height: 137px;
    position: absolute;
    left:0;
    top: 0;
    border: 1px solid #828283;
    border-radius: 1px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*--------------
      calendar
  ----------------*/
  
  #ui-datepicker-div { font-size: .75rem; } 
  
  .calendar-group .ui-widget-content{border: 0;}
  /*#ui-datepicker-div .event a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: red !important;
  }*/
  .calendar-group .ui-widget.ui-widget-content{
    border: none;
  }
  .ui-widget.ui-widget-content{
    border: 1px solid #a7a7a7;
    background: #f1f1f1;
  }
  .ui-widget-header{
    border:1px solid transparent;
    background:transparent;
  }
  .ui-datepicker th{
    font-weight: normal;
    color: #282828;
  }
  .ui-state-disabled, 
  .ui-widget-content .ui-state-disabled, 
  .ui-widget-header .ui-state-disabled{
    opacity: 0;
  }
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus,
  .ui-button:hover,
  .ui-button:focus{
    border:1px solid transparent; 
    background:transparent; 
    color: #4559e9;
  }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover{
    top: 2px;
  }
  .ui-datepicker .ui-datepicker-prev{
    left: 2px;
  }
  .ui-datepicker .ui-datepicker-next{
    right: 1px;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default{
    border: 2px solid transparent;
    background-color: transparent;
    text-align: center;
    font-size: 1.1em;
  }
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight{
    border: 1px solid #658dcd;
    background: #e4eefd;
    color: #363636;
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active{
    border: 2px solid #0062ff;
    font-weight: normal;
    color: #212121;
  }
  
  .css-class-to-highlight{
    background: url(../images/calendar_img.png) center center no-repeat !important;
  }
  
  
  
  /*--------------
      no-result
  ----------------*/
  .no-result-group{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  
    height: 420px;
    color: #878d96;
  }
  .no-result-group .icon.icon-no-result{
    font-size: 8rem;
  }
  .no-result-group .text-no-result{
    font-size: 1.1rem;
    margin-left: -25px;
  }