.ui-dialog .ui-dialog-title{
    white-space: normal !important;
}

.simpleText{
    font-weight: normal;
    margin-bottom: 0px;
}

.checkBoxFiltro {
    margin-right: 10px !important;
    margin-top: 10px !important;
}

.rigaPersona {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
    transition: transform .15s;
    transform: scale(1);
}

.rigaPersona:hover{
    background-color: #e3e3e3 !important;
    cursor: pointer;
    transition: transform .15s;
    transform: scale(1.03);
}
.rigaPersona img{
    transition: transform .15s;
    transform: scale(1);
}

.rigaPersona img:hover{
    transition: transform .15s;
    transform: scale(1.2);
}

.rigaPersona td p {
    color: #545454;
    line-height: 23px;
}

.btnCat {
    margin-top: 5px;
}

.avatar-frame-xs{
    border: 1px solid #42636A !important;
    height: 85px;
    width: 85px;
    -webkit-border-radius: 30px; /* Saf3+, Chrome */
    border-radius: 90px; /* Opera 10.5, IE 9 */
    /*-moz-border-radius: 30px;  Disabled for FF1+ */
    -webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 1);
    box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 1);
}

.avatar-frame-sm{
    border: 1px solid #42636A !important;
    height: 115px;
    width: 115px;
    -webkit-border-radius: 30px; /* Saf3+, Chrome */
    border-radius: 90px; /* Opera 10.5, IE 9 */
    /*-moz-border-radius: 30px;  Disabled for FF1+ */
    -webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 1);
    box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 1);
}

.avatar-frame-md-lg{
    border: 1px solid #42636A !important;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 30px; /* Saf3+, Chrome */
    border-radius: 90px; /* Opera 10.5, IE 9 */
    /*-moz-border-radius: 30px;  Disabled for FF1+ */
    -webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 1);
    box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 1);
}

/*FLIP------------------------------------------------------------------*/
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 120px;
    height: 150px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}
/*----------------------------------------------------------------------*/

.h3Info {
    margin: 0;
    padding: 0 0 5px;
}

.popover .arrow {
    display: none;
}