@import "../js/mini-colors/minicolors.css";
@import "icons/flaticon.css";
@keyframes loading_rotat {
    0% {
        transform: rotate(-360deg);
    }
}
@-moz-keyframes loading_rotat {
    0% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes loading_rotat {
    0% {
        transform: rotate(-360deg);
    }
}
@-o-keyframes loading_rotat {
    0% {
        transform: rotate(-360deg);
    }
}
.SC_Media {
    margin: 30px 0px;
}
.SC_Media .navTabs {
    height: 50px;
    display: block;
    margin: 0px;
}
.SC_Media .navTabs li {
    float: left;
    margin: 0px 5px 0px 0px;
}
.SC_Media .navTabs li a {
    width: auto;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 15px;
    color: #333;
    cursor: pointer;
}
.SC_Media .navTabs li.active a {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0px;
    cursor: default;
}
.SC_Media .tabBody {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}
.SC_Media .tabBody .tab {
    display: none;
}
.SC_Media .tabBody .tab.active {
    display: block;
}
.SC_Media .tabBody .tab input[type="text"] {
    width: 25em;
    padding: 7px;
    margin-right: 10px;
}
.SC_Media .tabBody .tab .panel-checkbox {
    margin: 0px;
    background: url('../images/checkbox.png') no-repeat right top;
    left: 0px;
    top: 0px;
    width: 69px;
    height: 29px;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.SC_Media .tabBody .tab .panel-checkbox input {
    position: relative;
    opacity: 0;
}
.SC_Media .tabBody .tab .panel-checkbox.checked {
    background: url('../images/checkbox.png') no-repeat left top;
}
.SC_Media .tabBody #add_newList {
    margin-left: 30px;
    position: relative;
    top: -5px;
}
.SC_Media .tabBody #add_newList i {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.SC_Media .tabBody .delete_list {
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.SC_Media .tabBody .delete_list i {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.SC_Media .tabBody .list {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 0px 13px;
    width: 43em;
    margin-top: 15px;
}
.SC_Media .tabBody .list label {
    display: inline-block;
    margin-right: 30px;
}
.SC_Media .tabBody .delete_list {
    background-color: #f14444;
    border-color: #db2828;
    color: #fff;
}
.SC_Media .tabBody .delete_list i {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

/*Player*/
.vc-sc-media {
    margin-bottom: 30px;
}
.Player {
    background: #eee;
    border: 1px solid #ddd;
    border-top: 0px;
    position: relative;
    margin-top: 30px;
}
.Player a {
    outline: none;
    cursor: pointer;
}
.Player a.sc-playe-next {
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 36px !important;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
    z-index: 60;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player a.sc-playe-next:hover {
    background: #fafafa;
    color: #333;
}
.Player a.sc-playe-next.active {
    background: #fafafa;
    border-color: #ffa632;
    color: #ffa632;
}
.Player a.sc-playe-next {
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 36px !important;
    text-align: center;
    position: absolute;
    right: 55px;
    top: 20px;
    cursor: pointer;
    z-index: 60;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player a.sc-playe-next:hover {
    background: #fafafa;
    color: #333;
}
.Player a.sc-playe-next.active {
    background: #fafafa;
    border-color: #ffa632;
    color: #ffa632;
}
.Player a.sc-playe-next.active + a.sc-playe-repeat {
    border-right-color: #ffa632;
}
.Player a.sc-playe-repeat {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 36px !important;
    text-align: center;
    position: absolute;
    right: 88px;
    top: 20px;
    cursor: pointer;
    z-index: 60;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player a.sc-playe-repeat:hover {
    background: #fafafa;
    color: #333;
}
.Player a.sc-playe-repeat.active {
    background: #fafafa;
    border-color: #ffa632;
    color: #ffa632;
}
.Player a.sc-playe-dwonload {
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 36px !important;
    text-align: center;
    line-height: 33px;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    z-index: 60;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player a.sc-playe-dwonload:hover {
    background: #fafafa;
    border-color: #ffa632;
    color: #ffa632;
}
.Player .sc-player-1 {
    height: 65px;
    margin: 0px;
}
.Player .sc-player-1 .sc-trackslist {
    display: none;
}
.Player .sc-player-1 .sc-scrubber {
    background: none;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 10;
}
.Player .sc-player-1 .sc-scrubber .sc-time-span {
    background: #aaa;
    position: absolute;
    top: 25px;
    height: 10px;
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
    top: 0px;
    width: 100%;
}
.Player .sc-player-1 .sc-scrubber .sc-time-span img {
    opacity: 0px !important;
    visibility: hidden;
}
.Player .sc-player-1 .sc-scrubber .sc-buffer {
    opacity: 1 !important;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-scrubber .sc-played {
    opacity: 1 !important;
    background: #ffa632;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-scrubber .sc-played span {
    background: #000;
    width: 5px;
    height: 40px;
    display: block;
    float: right;
    margin: 0px 0px 0px 0px;
}
.Player .sc-player-1 .sc-scrubber .sc-time-indicators {
    background: none;
    top: -17px;
    color: #555;
    font-size: 11px;
    right: 0px;
    position: absolute;
}
.Player .sc-player-1 .sc-scrubber .sc-volume {
    height: 10px;
    position: absolute;
    right: 101px;
    top: 9px;
    cursor: pointer;
    width: 148px;
    display: none !important;
}
.Player .sc-player-1 .sc-scrubber .sc-volume i {
    font-size: 17px;
    margin-right: 10px;
}
.Player .sc-player-1 .sc-scrubber .sc-volume .sc-volume-slider {
    background: #bbb;
    display: inline-block;
    height: 10px;
    width: 80px;
}
.Player .sc-player-1 .sc-scrubber .sc-volume .sc-volume-slider span {
    background: #666;
    display: block;
    height: 10px;
    width: 100%;
}
.Player .sc-player-1 .sc-controls {
    top: 10px;
    left: 0px;
    z-index: 15;
}
.Player .sc-player-1 .sc-controls a.sc-play {
    background: none;
    border-right: 1px solid #ddd;
    display: block;
    height: 56px;
    width: 65px;
    text-align: center;
    line-height: 55px;
    color: #777;
    text-indent: 0px;
    margin-left: 45px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-controls a.sc-play:hover {
    background: none;
    color: #222;
}
.Player .sc-player-1 .sc-controls a.sc-pause {
    background: none;
    border-right: 1px solid #ddd;
    display: block;
    height: 56px;
    width: 65px;
    text-align: center;
    line-height: 55px;
    color: #ffa632;
    text-indent: 0px;
    margin-left: 45px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-controls a.sc-pause:hover {
    background: none;
}
.Player .sc-player-1 .sc-prev {
    background: none;
    border: 0px;
    border-right: 1px solid #ddd;
    display: block;
    height: 56px;
    width: 45px;
    text-align: center;
    line-height: 55px;
    color: #777;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-prev:hover {
    background: none;
    color: #222;
}
.Player .sc-player-1 .sc-next {
    background: none;
    border: 0px;
    border-right: 1px solid #ddd;
    display: block;
    height: 56px;
    width: 45px;
    text-align: center;
    line-height: 55px;
    color: #777;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    left: 110px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.Player .sc-player-1 .sc-next:hover {
    background: none;
    color: #222;
}
.Player .sc-player-1 p.sc-title {
    color: #666;
    font-size: 11px;
    font-weight: 300;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: -26px;
    width: 70%;
    height: 25px;
    z-index: 10;
}
.Player.single .sc-prev, .Player.single .sc-next, .Player.single a.sc-playe-next {
    display: none !important;
}

.Player.single a.sc-playe-repeat {
    right: 55px !important;
}

.Player.single a.sc-play, .Player.single a.sc-pause {
    margin-left: 0px !important;
}
.sounds-list {
    background: #eee;
    border: 1px solid #ddd;
}
.sounds-list .list-title {
    background: #e5e5e5;
    border: 1px solid #d5d5d5;
    padding: 10px 15px;
    font-family: 'tahoma';
    font-size: 13px;
    margin: 0px;
}
.sounds-list .list-title span {
    float: right;
}
.sounds-list .list {
    padding: 15px 15px 0px 15px;
    margin: 0px;
    overflow: auto;
    max-height: 212px;
}
.sounds-list .list li {
    margin-bottom: 15px;
    list-style: none;
}
.sounds-list .list li a {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    padding: 0px 12px;
    display: block;
    height: 35px;
    line-height: 35px;
    font-family: 'tahoma';
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.sounds-list .list li a:hover {
    color: #222;
}
.sounds-list .list li.active a {
    background: #ffa632;
    color: #fff;
}