* {
    transition: background .05s linear;
}

body {
    padding: 0;
    padding-bottom: 70px;
    padding-top: 70px;
}

.tabsPoliz {
    padding-top: 2vh;
}

.cart-tab-prod{
    font-size: 1.2rem;
}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.infopolimenu {
    font-size: 1.2rem;
}

.tablaNotif {
    font-size: 1.1rem;
}


/* CSS DE REASIGNACIÓN LASDASDASDASDASDJNLFSADNFLASDNFLASUDNF*/

.tabla-reasignacion {
    font-size: 1.3rem;
}

.mod-reasignar {
    font-size: 1.5rem;
}

.table-fix {
    
}

.table-fix thead {
    width: 97%;
    border-bottom: 2px;
    border-color: blue;
}

.table-fix tbody {
    height: 45vh;
    overflow-y: auto;
    width: 100%;
}

.table-fix thead,
.table-fix tbody,
.table-fix tr,
.table-fix td,
.table-fix th {
    display: block;
}

.table-fix tbody td,
.table-fix thead > tr> th {
    float: left;
    border-bottom-width: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-animate-container {
    background: white;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.animate-table {
    line-height: 30px;
    list-style: none;
    box-sizing: border-box;
}

.animate-table.ng-move,
.animate-table.ng-enter,
.animate-table.ng-leave {
    transition: all linear 0.5s;
}

.animate-table.ng-leave.ng-leave-active,
.animate-table.ng-move,
.animate-table.ng-enter {
    opacity: 0;
    max-height: 0;
}

.animate-table.ng-leave,
.animate-table.ng-move.ng-move-active,
.animate-table.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}


/* FIN DE CSS DE REASIGNACIÓN IDSFJLAIUDJFLAISUDH*/
