.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle,
.dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #F8FAFF;
    border: 1px solid #DAE2EA;
    color: #7C9EB2;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-handle:hover,
.dd2-content:hover {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

.dd-handle[class*="btn-"],
.dd2-content[class*="btn-"] {
    color: #FFF;
    border: none;
    padding: 9px 12px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"]:hover {
    opacity: 0.85;
    color: #FFF;
}

.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] {
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
    color: #FFF;
}

.dd-item > button:hover ~ .dd-handle,
.dd-item > button:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

.dd-item > button:hover ~ .dd-handle[class*="btn-"],
.dd-item > button:hover ~ .dd2-content[class*="btn-"] {
    opacity: 0.85;
    color: #FFF;
}

.dd2-handle:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

.dd2-handle:hover ~ .dd2-content[class*="btn-"] {
    opacity: 0.85;
    color: #FFF;
}

.dd2-item.dd-item > button {
    margin-left: 34px;
}

.dd-item > button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #707070;
}

.dd-item > button:before {
    /*font-family: "Font Awesome 5 Pro";*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    /*font-weight: normal;*/
    font-size: 14px;
}

.dd-item > button[data-action="collapse"]:before {
    content: '\f068';
}

.dd-item > button:hover {
    color: #707070;
}

.dd-item.dd-colored > button,
.dd-item.dd-colored > button:hover {
    color: #EEE;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #F0F9FF;
    border: 2px dashed #BED2DB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border-color: #AAA;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.8;
}

.dd-dragel > li > .dd-handle {
    color: #4B92BE;
    background: #F1F5FA;
    border-color: #D6E1EA;
    border-left: 2px solid #777;
    position: relative;
}

.dd-dragel > li > .dd-handle[class*="btn-"] {
    color: #FFF;
}

.dd-dragel > .dd-item > .dd-handle {
    margin-top: 0;
}

.dd-list > li[class*="item-"] {
    border-width: 0;
    padding: 0;
}

.dd-list > li[class*="item-"] > .dd-handle {
    border-left: 2px solid;
    border-left-color: inherit;
}

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle,
.dd-dragel > li > .dd2-handle {
    left: 0;
    top: 0;
    width: 36px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #EBEDF2;
    border: 1px solid #DEE4EA;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.dd2-handle:hover,
.dd-dragel > li > .dd2-handle {
    background: #E3E8ED;
}

.dd2-content[class*="btn-"] {
    text-shadow: none !important;
}

.dd2-handle[class*="btn-"] {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid #EEE;
}

.dd2-handle[class*="btn-"]:hover {
    background: rgba(0, 0, 0, 0.08) !important;
}

.dd-dragel .dd2-handle[class*="btn-"] {
    border-color: transparent;
    border-right-color: #EEE;
}

.dd2-handle.btn-yellow {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border-right: 1px solid #FFF;
}

.dd2-handle.btn-yellow:hover {
    background: rgba(0, 0, 0, 0.08) !important;
}

.dd-dragel .dd2-handle.btn-yellow {
    border-color: transparent;
    border-right-color: #FFF;
}

.dd-item > .dd2-handle .drag-icon {
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none;
}


.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.profile-info-row {
    display: table-row;
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    color: #667E99;
    background-color: transparent;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

.profile-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
    border-top: 1px dotted #D5E4F1;
}

.profile-info-value > span + span:before {
    /* for a list of values (such as location city & country) put a comma between them */
    display: inline;
    content: ",";
    margin-left: 1px;
    margin-right: 3px;
    color: #666;
    border-bottom: 1px solid #FFF;
}

.profile-info-value > span + span.editable-container:before {
    display: none;
}

.profile-info-row:first-child .profile-info-name {
    border-top: none;
}

.profile-info-row:first-child .profile-info-value {
    border-top: none;
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7;
}

.profile-user-info-striped .profile-info-name {
    color: #336199;
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF;
}

.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #DCEBF7;
    padding-left: 12px;
}

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF;
}

.profile-activity:first-child {
    border-top: 1px dotted transparent;
}

.profile-activity:first-child:hover {
    border-top-color: #D0D8E0;
}

.profile-activity:hover {
    background-color: #F4F9FD;
    border-left: 1px dotted #D0D8E0;
    border-right: 1px dotted #D0D8E0;
}

.profile-activity img {
    border: 2px solid #C9D6E5;
    border-radius: 100%;
    max-width: 40px;
    margin-right: 10px;
    margin-left: 0px;
    box-shadow: none;
}

.profile-activity .thumbicon {
    background-color: #74ABD7;
    display: inline-block;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    margin-left: 0px;
    text-shadow: none !important;
}

.profile-activity .time {
    display: block;
    margin-top: 4px;
    color: #777;
}

.profile-activity a.user {
    font-weight: bold;
    color: #9585BF;
}

.profile-activity .tools {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none;
}

.bpanelAdmin .profile-info-name {
    width: 30%;
}

/* Bug encontrado en la plantilla ace. El dropdown menu del usuario aparece un scroll vertical y otro horizontal al desplegar.*/
/*.dropdown-menu.dropdown-close.dropdown-menu-right {
    right: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: none !important;
}*/

.modal-lg-extra {
    width: 80% !important;
}

.dd-catogories {
    width: 100% !important;
    max-width: 100% !important;
}

.bpAjaxAction {
    width: 90% !important;
}

.bpIframe, .bootbox .bpIframe {
    width: 95% !important;
    max-width: 95% !important;
    height: 95vh;
}

.bpIframe .modal-content, .bpIframe .modal-body, .bpIframe .bootbox-body, .bpIframe .mmSelectorPoppupContent, .bpIframe .mmInputPoppupContent {
    height: 100%;
}

.bpIframe .close {
    font-size: 31px;
}

.bpWrapper {
    font-size: 35px;
}

.form-group textarea {
    width: 100%;
    min-height: 150px;
}

.tt-menu {
    background-color: rgb(255, 255, 255);
    width: 300px;
    border-radius: 0.25rem;
    padding: 0.25rem 0.125rem;
    border-radius: 0.25rem;
    border-color: #d3dadf;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-height: 200px;
    overflow-y: auto;
}

.tt-suggestion {
    margin: 0.25rem;
    padding: 0.5rem;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: rgba(100, 100, 100, 0.1);
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.user-card .card-header {
    padding: 0.25rem 0.50rem;
}

.user-card .card-header h5{
    font-size: 1.09rem;
}

.review-comment {
    background: #eee;
    font-style: italic;
}

.chosen-large .chosen-container.chosen-container-single,
.chosen-large .chosen-container.chosen-container-single .chosen-single {
    height: 38px;
    margin-bottom: -16px;
}

.chosen-large .chosen-container.chosen-container-single .chosen-single > span {
    line-height: 38px;
}

img.img-thumbnail.sponsor-preview {
    height: 200px;
    width: 200px;
    display: block;
    max-width: none;
    max-height: none !important;
    object-fit: contain;
    object-position: center;
    background: #f7f7f7
}

.summary_reviews_work_status .chosen-container,
.summary_reviews_year .chosen-container {
    width: 100% !important;
}