body .errorClass{
    width: 100%;
    height: 20px;
    background: #fff;
    text-align: center;
    color: #bb1818;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.dataTables_length select {
    width: 50px;
    padding: 6px;
    height: 35px !important;
}
.dataTables_filter input{
    width: 150px;
    padding: 6px;
    height: 35px !important;
}

.myLabel{
    position: relative;
    font-size: 10px;
    border-radius: 25px;
    border: 2px solid #b3b3b3;
    background: #fff;
    top: 10px;
    left: 15px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

#imgCliente{
    border: 2px solid #3ab9cc;
    border-radius: 100%;
}

.lg-start-zoom{
    z-index: 999999999999999999;
}
.lg-backdrop.in{
    z-index: 99999999999;
}

.card-view.panel > .panel-heading {
    background: #546AB0;
    border-radius: 10px 10px 0px 0px;
}
.card-view {
    padding: 14px 14px 0;
}

hr.light-grey-hr {
    border-top: 1px solid #e4ecef;
}
.img-profile-profesional{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 3px solid #546ab0;
    margin: 0 auto;
    position: relative;
}
.img-profile-profesional-list{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #546ab0;
    margin: 0 auto;
    position: relative;
}

.status-false{
    position: absolute;
    top: 145px;
    right: 25px;
    color: red;
    background: #fff;
    border: 2px solid red;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-top: 9px;
    padding-left: 15px;
    font-size: 20px;
}

.status-true {
    position: absolute;
    top: 145px;
    right: 25px;
    color: green;
    background: #fff;
    border: 2px solid green;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-top: 9px;
    padding-left: 9px;
    font-size: 20px;
}

.priceTotalGanado{
    position: absolute;
    top: 155px;
    left: 98px;
    font-size: 20px;
    color: #262424;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 135px;
    z-index:0;
}

#datable_movimientos td{
    line-height:8px;
}