body {
    background: #fff;
}

.color-white {
    color: #fff !important;
}

.bold {
    font-weight: bold;
}

.margin-10 {
    margin: 10px;
}

.margin-r-10 {
    margin-right: 10px;
}

.control-label {
    color: #000 !important;
    font-weight: 100;
}

.dataTables_processing {
    position: absolute;
    margin-left: 200px;
}

.formatear-icono {font-weight: bold; font-size: 16px; text-transform: uppercase; padding: 0 5px;}

.li-placeholder {background-color: #ccc; width: 100%; height: 100%; margin-bottom: 30px;}

.cursor-move {
    cursor: move;
}

.has-error {
    border: 1px solid #ff0000;
    background-color: #fff0f0;
}

.error-info {
    color: #ff0000;
    font-size: 12px;
    padding: 5px 0;
}

.padding-right-5 {
    padding-right: 5px;
}

.header-v7 .navbar {
    margin-bottom: 0;
    background: #555;  
    color: #fff;
}

.header-v7 .navbar a, .header-v7 .navbar h2{

}

.header-v7 .dropdown-menu {
    background: #555 !important;
}

.header-v7 .navbar-default .navbar-nav > li > a:after {
    color: #fff;
}

.header-v7 .navbar-toggle .icon-bar {
    background: #fff;
}

.heading h2:before, .heading h2:after {
    content: ' ';
    width: 10%;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}

#sidebar-nav .list-group-item {
    border: none;
}

#sidebar-nav .list-group-item {
    background: #555;
}

#sidebar-nav .list-group-item > a {
    color: #fff;
}

#sidebar-nav .list-group-item > a:hover {
    color: #bbb;
}

#sidebar-nav .list-toggle:after {
    color: #fff;
}

#sidebar-nav .active {
    background: #555;
}

#sidebar-nav .active > a, #sidebar-nav .active .list-toggle:after {
    color: #bbb;
}

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}
.dataTables_wrapper {
    padding-bottom: 30px;
    width: 99%;
}

.form-horizontal h4 {
    font-weight: 100;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.table-responsive {
    width: 100% !important;
}

@media (min-width: 768px) {
    .fixed-bar {                
        height: 60px;
        position: fixed;
        z-index: 10;
        width: 100%;
        left: 0;
        padding-right: 10px;
        top: 0;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 270px;
        padding: 5px 0;
    }

    .content-side-right {
        margin-top: 60px;
    }
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}

.bootbox-body {
    overflow: hidden;
}

#familias{
    padding: 20px 0;
}

.title-selected {
    color: #fff !important;
    background-color: #555;
}

.falta-traducir {
    color: #d9534f !important;
}

.icon-familia {
    /* font-size: 12px; */
    line-height: 18px;
    padding: 0 3px 0 0;
}

.jqtree-tree .jqtree-title {
    color: #555;
    padding: 3px 6px;
    border-radius: 4px !important;
}

.checkbox-inline {
    color: #000;
}

.move-container {
    cursor: move;
    padding: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}

.someinfo {
    color: #555;    
    display: inline-block;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.imagen-galeria, .adjunto-producto {
    cursor: move;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cke_reset.cke_widget_mask {
    display: none !important;
}

.explaintext {
    font-size: 11px;
}

.tratamiento_clinica {
    padding: 10px;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}

.tratamiento_clinica.selected {
    border: 1px solid #bbb;
    background-color: #fafafa;
}

.borderdotted {
    border: 1px dotted #ddd;
}

.header-v7 .logo img {
    width: auto;
}