
.row.panels {
    border-radius: 10px;
    height: 100%;
    margin: 60px auto 0;
    max-width: 600px;
}
.form-horizontal .control-label {
    text-align: left;
}
.step-title {
    display: inline-block;
    text-align: center;
    width: 122px;
}
.row.setup-username {
    margin-top: 22px;
}
.row.setup-rogin {
    margin-top: 30px;
}
.row.setup-alert {
    /*margin-top: 30px;*/
}


.select-movies .inner.empty .placeholder {
    margin: 40px auto 0;
}
.select-movies .inner.empty .placeholder img {
    display: block;
    margin: 0 auto 30px;
    width: 330px;
}
.select-movies .inner.empty {
    background-color: rgba(0, 0, 0, 0.5);
}


.select-movies .inner.empty .spinner {
    display: none;
    margin: 230px auto;
}
.select-movies {
    margin-top: 40px;
}

.select-movies .box {
    float: left;
    width: 25%;
    height: 220px;
}
.select-movies .sortable-placeholder {
    float: left;
    width: 25%;
    background-color: rgba(0,0,0,0.3);
    height: 220px;
}
.select-movies .box .movie-thumbnail {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 150px;
    margin: 0;
    position: relative;
    width: 100%;
    border-right: 1px solid #000;
}
.select-movies .box .movie-checkbox {
    height: 110px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.select-movies .box .movie-caption {
    background-color: rgba(50, 50, 50, 1);
    border-right: 1px solid #000;
    height: 70px;
    padding: 10px;
}
.select-movies .box .movie-caption span {
    height: 100px;
}
.box .movie-caption .movie-title {
    height: 30px;
    line-height: 14px;
    overflow: hidden;
}
.select-movies .box .movie-caption small {
    display: block;
}
.select-movies .box .movie-caption .via {
    margin-top: 5px;
    opacity: 0.5;
}
.select-movies .box .movie-caption .icon-cog{
    font-size: 14px;
}

.select-movies .inner {
    /*height: 500px;*/
    overflow-y: scroll;
}

.select-movies .movie-play {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.select-movies .box .movie-checkbox input[type="checkbox"] {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.select-movies .box .movie-checkbox input[type="checkbox"] + label {
    background-color: rgba(50, 50, 50, 0.7);
    border-radius: 60px;
    display: block;
    height: 30px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 5px;
    width: 30px;
}
.select-movies .box .movie-checkbox input[type="checkbox"]:checked + label {
    background-color: #4a90e2;
}
.select-movies .box .movie-checkbox input[type="checkbox"] + label span {
    display:none;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
}
.select-movies .box .movie-checkbox input[type="checkbox"]:checked + label span {
    display:block;
}



.input-movie{

}
.input-movie .sns-title{
    width:100%;
}

.input-movie .sns-title a{
    float:right;
}





.side-navi ul {
    margin: 0;
    padding: 0;
}
.side-navi ul li {
    list-style: outside none none;
}
.side-navi ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.side-navi ul li a.active {
    color: #fff !important;
    cursor: text;
    font-weight: bold;
    pointer-events: none;
}

.infinitescroll_article {
    display: inline;
    overflow: hidden;
}





.SETTING {
}
.SETTING .sync-time {
    height: 22px;
    margin-bottom: 10px;
    text-align: right;
}
.SETTING .select-movies {
    margin-top: 10px;
}
.SETTING .sync-time button {
    margin: 0 0 0 10px;
}

.row.side-navi {
    border-bottom: 1px solid #303030;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.row.side-navi:last-child {
    border-bottom:none;
}

.nav-tabs {
    margin-top: 25px;
}

.HEADER .myprofile {
}
.HEADER .myprofile .user-thumbnail, .HEADER .myprofile .user-name {
    display: inline-block;
}

.HEADER .myprofile .user-thumbnail {
    border-radius: 30px;
    height: 30px;
    margin: 15px 0;
    width: 30px;
}
.HEADER .myprofile .user-name {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
}
.HEADER .myprofile .user-thumbnail span {
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    color: #303030;
    display: block;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.HEADER .myprofile .user-name .icon-down-open {
    margin-left: 5px;
}
.HEADER .myprofile .dropdown-menu {
    left: 10px;
    min-width: 130px;
    top: 50px;
}
