﻿/*.unit .unit-content label {
    width: 100%;
}*/

.title-unit-content {
    background-color: #DEE3DC;
    padding: 1rem;
}

.title-unit-content label {
    width: 100%;
}

.title-unit-content img {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    width: 20px;
}

.title-unit-content h6 {
    line-height: 1;
    margin: 0;
}

.title-unit-content #import-add {
    cursor: pointer;    
    margin-top: 1rem;
}

.unit-content {
    background-color: white;
    padding: 0 1rem 1rem;
}

    .unit-content hr.punteada {
        margin: 1rem 0 1rem;
    }

    .unit-content button.add {
        padding: 0.5rem 1.5rem;
    }

    .unit-content table tr:nth-of-type(even) {
        background: white;
    }

    .unit-content table tbody tr:hover {
        background: #f9f9f9;
    }

    .unit-content table h5 {
        color: #363636;
        font-weight: 400;
        margin: 0;
        line-height: 1;
    }

    .unit-content table h6 {
        font-weight: 400;
    }

    .unit-content table h5.title {
        font-weight: bold;
    }

    .unit-content table {
        width: 100%;
    }

    .unit-content table img {
        width: 15px;
        margin-right: 15px;
    }

    .unit-content span.courses {
        padding-right: 20px;
    }

        .unit-content span.courses span.close {
            float: right;
            cursor: pointer;
            color: white;
            border-radius: 50%;
            background: #363636;
            font-weight: bold;
            display: inline-block;
            line-height: 0px;
            padding: 7px 3px;
            position: absolute;
            font-size: 14px; 
        }

        .unit-content span.courses span.close:before {
            content: "×";
        }

.pestana {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: -18px;
    margin-right: 48px;
}

#content-import {
    display: none;
}

.section-import {
    padding: 10px;
    border: 1px solid #9e9e9e;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #C5C5C5 !important;
    font-size: 13px !important;
}