/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
*/
/*----------------------------------------------------------
GENERAL
----------------------------------------------------------*/
/**{
  margin:0;
  padding:0;
  font-family: 'Roboto', sans-serif;
}

html, body{
  display:table;
  height:100%;
  width:100%;
  color: #252a3b;
  background-color: #f8f8f8;
}*/

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.table .text-center {
    text-align: center;
}

.table__th {
    color: #4c4c4c !important;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border:0 !important;
    padding: 12px 8px !important;
}

.table-row {
    border-bottom: 1px solid #f3f3f3 !important;
    background-color: transparent;
    vertical-align: top;
    min-height: 80px;
}
.table-row:hover {
    background: #f3f3f3;
}
.table__th:hover {
    color: #333 !important;
}

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

.table__tbody {
    border-top: 1px solid #e0e0e0 !important;
}

.table__tbody:hover {
    cursor: default;
}

.table__thead th:nth-child(2),
.table__thead th:nth-child(3),
.table__thead th:nth-child(4) {
    text-align: center;
}

.table-row__td:nth-child(2),
.table-row__td:nth-child(3),
.table-row__td:nth-child(4) {
    width: 140px;
    text-align: center;
}

.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;
}

.table-row--chris .table-row__img {
    background-image: url('https://images.pexels.com/photos/428333/pexels-photo-428333.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--angie .table-row__img {
    background-image: url('https://images.pexels.com/photos/785667/pexels-photo-785667.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--ronald .table-row__img {
    background-image: url('https://images.pexels.com/photos/211050/pexels-photo-211050.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--june .table-row__img {
    background-image: url('https://images.pexels.com/photos/709802/pexels-photo-709802.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
}

.table-row--ben .table-row__img {
    background-image: url('https://images.pexels.com/photos/736716/pexels-photo-736716.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--credit .table-row__img {
    background-image: url('../img/credit.svg');
    opacity: 0.8;
    
    width: 24px;
    height: 24px;
    margin: 6px;
}
.table-row--debit .table-row__img {
    background-image: url('../img/debit.svg');
    opacity: 0.8;
    
    width: 24px;
    height: 24px;
    margin: 6px;
}

.table-row--natalie .table-row__img {
    background-image: url('https://images.pexels.com/photos/38554/girl-people-landscape-sun-38554.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}

.table-row--thomas .table-row__img {
    background-image: url('https://images.pexels.com/photos/415326/pexels-photo-415326.jpeg?w=940&h=650&auto=compress&cs=tinysrgb');
}








.table-row__info {
    display: inline-block;
    padding-left: 6px;
    vertical-align: top;
}

.table-row__name {
    color: #53646f !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 0px;
}

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

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


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


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

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

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

.status--red{
  color: #e36767 !important;
}

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

.status--blue{
  color: #3fd2ea !important;
}

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

.status--yellow{
  color: #ecce4e !important;
}

.status--green{
  color: #6cdb56 !important;
}
.status--green:before{
  background-color: #6cdb56;
}

.status--grey{
  color: #9eabb4 !important;
}
.status--grey:before{
  background-color: #9eabb4;
}

.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;
}

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

.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;
}

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

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

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

/*.table-row__edit:hover path,
.table-row__edit:hover polygon,*/
.table-row__bin:hover path {
    fill: #000000 !important;
}

.table-row__edit:hover {
    background-color: #c0e5ec !important;
}
/*.table-row__edit:hover path,
.table-row__edit:hover polygon {
    fill: #000000 !important;
}*/

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

@media screen and (max-width: 991px){
  /*.table__thead {
    display: none;
  }*/
  .table-row {
    /*display: inline-block;*/
    border: 0;
    background-color: #fff;
    /*width: calc(33.3% - 13px);*/
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .table-row__img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}
  
  .table-row__td:before{
    content:attr(data-column);
    color: #9eabb4 !important;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
  }
  
  /*.table-row__info {
    display: block;
    padding-left: 0;
  }
  
  .table-row__td {
    display: block;
    text-align: center;
    padding: 20px !important;
  }*/
  .table-row--red {
    background-color: #fff2f2;
  }
  .table__select-row{
    display: none;
  }
  
  .table-row--overdue {
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    height: 4px;
    }
}

@media screen and (max-width: 680px){
    .table__thead {
        display: none;
    }
    .table-row {
        display: inline-block;
    }
    .table-row__small {
        display: none;
    }
    .table-row__info .table-row__small {
        display: block;
    }
    .table-row__td {
        display: block;
        /*text-align: center;*/
        padding: 12px !important;
    }
    
    .table-row__td:nth-child(2),
    .table-row__td:nth-child(3),
    .table-row__td:nth-child(4) {
        width: 30%;
        text-align: center;
        float: left;
        padding: 0 !important;
    }
    
    .table-row__td:nth-child(4) {
        width: 40% !important;
    }
}

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

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










.min .table-row {
    /*display: inline-block;*/
    border: 0;
    background-color: #fff;
    /*width: calc(33.3% - 13px);*/
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.min .table-row__img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}
  
.min .table-row__td:before{
    content:attr(data-column);
    color: #9eabb4 !important;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

/*.table-row__info {
display: block;
padding-left: 0;
}

.table-row__td {
display: block;
text-align: center;
padding: 20px !important;
}*/
.min .table-row--red {
background-color: #fff2f2;
}
.min .table__select-row{
display: none;
}

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













.min .table__thead {
    display: none;
}
.min .table-row {
    display: inline-block;
}
.min .table-row__small {
    display: none;
}
.min .table-row__info .table-row__small {
    display: block;
}
.min .table-row__td {
    display: block;
    /*text-align: center;*/
    padding: 12px !important;
}

.min .table-row__td:nth-child(2),
.min .table-row__td:nth-child(3),
.min .table-row__td:nth-child(4) {
    width: 30%;
    text-align: center;
    float: left;
    padding: 0 !important;
}

.min .table-row__td:nth-child(4) {
    width: 40% !important;
}




.table-row__td img.delete {
    max-width: 18px;
    max-height: 18px;
    margin: 4px;
    display: table-cell;
    margin: auto;
}
.table-row__td img.delete:hover {
    opacity: 0.7;
    cursor: pointer;
}
