#loading {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    padding:30px 0;
    background-color:rgba(0,0,0,.4);
    color:white;
    text-align: center;
    display:none;
}
.actor,.actor:visited,.actor:hover,.actor:focus,.actor:active {
    color:black;
    position: relative;
    cursor: pointer;
}
.actor-profile-header-bar {
    height: 51px;
}

.actor-profile-media{
    /*display:none;*/
    /*opacity:0;*/
    height:290px;
}

.actor-profile-media-video, .actor-profile-media-image {
    cursor:pointer;
}

.actor-profile-media-video .actor-profile-media-title {
    position:absolute;
    bottom:12px;
    left:0;
    width:90%;
    margin-left:5%;
    white-space: wrap;
}

.actor-profile-media.selected {
    /*opacity:.05;*/
}

.elem {
    height:51px;
}

.descartado-choice {
    position: absolute;
    right:9px;
    top:9px;
    cursor:pointer;
}

#actor-form {
    display:flex;
    align-items: center;
}

#actor-form .elem {
    display:flex;
    align-items: center;
    justify-content: center;
}

.actor-profile-header-bar-name {
    font-size:24px;
    font-weight: 800;
    text-align: left;
    height: 51px;
    display: flex;
    align-items: center;
}

.actor-profile-header-role-select {
    font-weight: normal;
    padding:10px;
}

.actor-profile-header-role-select:hover, .actor-profile-header-role-select:active, .actor-profile-header-role-select:focus {
    text-decoration: none;
    color:black;
    background-color:#B1B0B2;
}

.actor-profile-header-role-select + .dropdown-menu {
    width:100%;
}

.actor-profile-header-role-select + .dropdown-menu li {
    width:100%;
}

.actor-profile-header-bar-name span {
    margin-left:10px;
}
.actor-profile-header-bar-sequence {
    font-size:24px;
    text-align: center;
    line-height: 20px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.actor-profile-navigation .elem {
    display:flex;
    align-items: center;
    justify-content: center;
}

.actor-profile-data-block {
    border-bottom:1px solid #ccc;
    /*padding:37px initial;*/
    padding-top:37px;
    /*padding-bottom:37px;*/
    display:flex;
    flex-wrap: wrap;
}

.actor-profile-data-comments, .actor-profile-data-notes {
    padding-top:37px;
}
.actor-profile-data-dropzone {
    padding-top:37px;
    padding-bottom:150px;
}

.actor-profile-data-prev-comments, .actor-profile-data-prev-notes {
    padding-bottom:37px;
}

.actor-profile-data-block-elem {
    margin-bottom: 37px;
}

.actor-profile-add-comment {
    width:275px;
}

.btn:focus {
    background-color: #FFEA00;
}

.button-icon {
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 12px;
    line-height: 80px;
}

.button-text {
    margin-top:10px;
}

.button-home, .button-home:hover, .button-home:active, .button-home:visited  {
    line-height:110px;
    color:black;
}
.elem-toggle-prefered {
    cursor: pointer;
}

.download, .download:hover, .download:active, .download:visited {
    color:yellow;
    text-decoration: none;
    position:absolute;
    width:20px;
    height:20px;
    display:block;
    text-align:center;
    top:5%;
    right:5%;
}

#imagen {
    width:100%;
}

/* STAR RATING BUNDLE */
.elem-rating {   display: flex; justify-content: center; }
.rating { align-self: center; }
.rating div.star-empty:before,
.rating div.star-full:before { color:black; }
.rating div.star-full, .rating div.star, div.star-empty { font-size:18px !important; }
.rating div.star-empty:before, .rating div.star-full:before { color:black; }
.rating div.star-full:before, .rating div.star-empty:before { padding-right: 1px !important; }
.rating div.fa-lg { line-height: 1em;  }

/* CUSTOM STAR RATING BUNDLE */
.custom_rating { margin-left:14px; display:inline-block; width:87%; }
.custom_rating div.star-full, .custom_rating div.star, div.star-empty { font-size:14px !important; }
.custom_rating .fa-lg { line-height: 1em;  }

@media (max-width: 480px) {
    .actor-profile-header-bar {     height:auto!important; }
    .actor-profile-header-bar {
        display: inline-block;
        width: 100%;
    }
    .elem-rating {width:100%;}
    tr,td,th {display: block; width:100%; border:0px!important;}
    .lthumb, .lthumb img {width:100%!important;}
    .lthumb {border-top:2px solid #ddd!important;margin-top:10px;}
    .lname, .comentarios {text-align:center!important;}
    .rating {    text-align: center;}
}
