[name="search-representante"]{
    margin: 5px;
    padding: 10px;
    width: 300px;
}

.search-representantes{
    font-size: 16px;
}

.search-representantes input{
    margin: 0 !important;
    margin-left: 10px !important;
}

.representante-holder{
    width: 110px;
    height: 160px;
    display: inline-block;
    background: white;
    vertical-align: top;
    margin: 8px;
    border: 1px solid #dedede;
    position: relative;
}

.representantes{
    margin-top: 30px;
}

.b2b .representantes{
    margin-top: 75px;
}

.representante-holder .img{
	font-size: 64px;
    text-align: center;
    padding: 10px;
    background: #dff5dc;
}

.representante-holder span{
	text-align: center;
    display: inline-block;
    font-size: 13px;
    white-space: pre;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8%;
}

.representante-holder .status{
    position: absolute;
    width: 14px;
    height: 14px;
    top: -7px;
    right: -7px;
    background: #00c100;
    border-radius: 100px;
}

.representante-label{
    position: absolute;
    padding: 0px 97px 76px 0px;
    margin: 0px -97px -76px 0px;
}

.vinculos{
    background: #ccc;
    height: 200px;
    position: fixed;
    width: 80%;
    bottom: -200px;
    transition: all 500ms;
    border-radius: 20px 0px 0px 0px;
}

.vinculos.open{
    bottom: 0px;
}

.open-vinculo{
    height: 50px;
    width: 50px;
    position: absolute;
    top: -49px;
    right: 0px;
    background: #ccc;
    border-radius: 15px 15px 0px 0px;
    display: table;
    cursor: pointer;
}

.open-vinculo-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.open-vinculo-inner i{
    font-size: 25px;
    transition: all 500ms linear;
}

.vinculos.open i{
    transform: rotate(45deg);
}

.representante-controles{
    text-align: center;
}

.representante-controles .button{
    padding: 5px;
    margin: 0 auto;
    width: 45%;
}

.abrir-backup{
    float: right;
    position: absolute;
    right: 0;    
}

.representantes-edit i{
    margin: 10px;
    cursor: pointer;
}

.representantes-edit{
    white-space: pre;
}

.representantes-header{
    background: #ff005e;
    color: white;
    white-space: nowrap;
}

.representantes-header td{
    padding: 20px 15px;
    font-size: 1.1em;
}
.representantes-lista{
    margin: 20px 0 0;
    width: 97%;
}
.representantes-lista, .representantes-lista tr, .representantes-lista td{
    border: none;
}

.search-representantes input{
    width: 210px;
    height: 35px;
    font-size: 12px;
    border: 1px solid #ff005e;
}

.header-representantes {
    position: fixed;
    width: 88.3%;
    margin-top: -45px;
}

.representante-marcado{
    background-color: #960b00!important;
    color: white!important;
}