@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*----------------------------------------------------------
GENERAL
----------------------------------------------------------*/
.ud_row__title{
    color: #53646f;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.ud_row--top-40{
    margin-top: 40px;
}

.ud_row--top-20{
    margin-top: 20px;
}
.ud_table__th {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border:0 !important;
    padding: 15px 8px !important;
}

.ud_table-row {
    border-bottom: 1px solid #e4e9ea;
    background-color: #fff;
}
.ud_table__th:hover {
    color: #01b9d1;
}

.ud_table--select-all {
    width: 18px;
    height: 18px;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #becad2;
}
.ud_table-row__td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
    color: #53646f;
    font-size: 13px;
    font-weight: 400;
    position:relative;
    line-height: 18px !important;
    border:0 !important;
}

.ud_table-row__img{
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ud_table-row__info {
    display: inline-block;
    vertical-align: middle;
}

.ud_table-row__name {
    color: #53646f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}

.ud_table-row__small {
    color: #9eabb4;
    font-weight: 300;
    font-size: 12px;
}

.ud_table-row__policy {
    color: #53646f;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}
.ud_table-row__p-status {
    margin-bottom: 0;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #9eabb4;
}


.ud_table-row__status{
    margin-bottom: 0;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #9eabb4;
}


.ud_table-row__progress{
    margin-bottom: 0;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #9eabb4;
}

.ud_status:before{
    content: '';
    margin-bottom: 0;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
}

.ud_status--red:before{
    background-color: #e36767;
}

.ud_status--red{
    color: #e36767;
}

.ud_status--blue:before{
    background-color: #3fd2ea;
}

.ud_status--blue{
    color: #3fd2ea;
}

.ud_status--yellow:before{
    background-color: #ecce4e;
}

.ud_status--yellow{
    color: #ecce4e;
}

.ud_status--green{
    color: #6cdb56;
}
.ud_status--green:before{
    background-color: #6cdb56;
}

.ud_status--grey{
    color: #9eabb4;
}
.ud_status--grey:before{
    background-color: #9eabb4;
}

.ud_ud_table__select-row {
    appearence: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 0 0 0 5px !important;
    vertical-align: middle;
    border: 2px solid #beccd7;
    border-radius: 50%;
    cursor: pointer;
}

.ud_table__select-row:hover{
    border-color:#01b9d1;
}

.ud_table__select-row:checked {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMDFiOWQxIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
    border-color: #01b9d1;
}

.ud_table-row--overdue {
    width: 3px;
    background-color: #e36767;
    display: inline-block;
    position: absolute;
    height: calc(100% - 24px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ud_table-row__edit {
    width: 46px;
    padding: 8px 17px;
    display: inline-block;
    background-color: #daf3f8;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.ud_table-row__bin {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ud_table-row--red {
    background-color: #fff2f2;
}

@media screen and (max-width: 991px){
    .ud_table__thead {
        display: none;
    }
    .ud_table-row {
        display: inline-block;
        border: 0;
        background-color: #fff;
        width: calc(33.3% - 13px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .ud_table-row__img {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
    }

    .ud_table-row__td:before{
        content:attr(data-column);
        color: #9eabb4;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

    .ud_table-row__info {
        display: block;
        padding-left: 0;
    }

    .ud_table-row__td {
        display: block;
        text-align: center;
        padding: 8px !important;
    }
    .ud_table-row--red {
        background-color: #fff2f2;
    }
    .ud_table__select-row{
        display: none;
    }

    .ud_table-row--overdue {
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(0%);
        height: 4px;
    }
}


@media screen and (max-width: 680px){
    .ud_table-row {
        width: calc(50% - 13px);
    }
}

@media screen and (max-width: 480px){
    .ud_table-row {
        width: 100%;
    }
}
