
.o_entity {visibility: hidden; position:absolute;}
.border-radius-25 {
    border-radius: 25px;
}
*:focus {
    outline: none !important;
}

#busy {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333 !important;
    opacity: 0.8 !important;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#busy > span {
    background-color: transparent;
    padding: 10px 35px 10px 10px;
    border-radius: 0px;
    vertical-align: middle;
    display: block;
    width: 40px;
    margin: 20% auto;
}
.dataTables_processing {
    z-index: 999;
}

.v-scroll-sm {
    height: 300px;
    overflow-y: scroll;
    border: solid 1px #ddd;
}

.dashboard-v-scroll-sm {
    max-height: 300px;
    overflow-y: scroll;
    border: solid 1px #ddd;
}

/* tiles */
.tile {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    font-size: 38px;
    font-weight: 300;
    color: #FFF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
    border: 1px solid #e7ebf1;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tile.tile-valign {
    line-height: 75px;
}

.tile.tile-default {
    background: #FFF;
    color: #555555;
}

.tile.tile-default:hover {
    background: #FAFAFA;
}

.tile.tile-primary {
    background: #364760;
    border-color: #364760;
}

.tile.tile-primary:hover {
    background: #324259;
}

.tile.tile-success {
    background: #82b440;
    border-color: #82b440;
}

.tile.tile-success:hover {
    background: #7dac3d;
}

.tile.tile-warning {
    background: #f3bc65;
    border-color: #f3bc65;
    color: #FFF;
}

.tile.tile-warning:hover {
    background: #f2b85c;
}

.tile.tile-danger {
    background: #e74e40;
    border-color: #e74e40;
}

.tile.tile-danger:hover {
    background: #e64637;
}

.tile.tile-info {
    background: #85d6de;
    border-color: #85d6de;
}

.tile.tile-info:hover {
    background: #7dd3dc;
}

.tile:hover {
    text-decoration: none;
    color: #FFF;
}

.tile.tile-default:hover {
    color: #555555;
}

.tile .fa {
    font-size: 52px;
    line-height: 74px;
}

.tile p {
    font-size: 14px;
    margin: 0px;
}

.tile .informer {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    color: #FFF;
    line-height: 14px;
}

.tile .informer.informer-default {
    color: #FFF;
}

.tile .informer.informer-primary {
    color: #364760;
}

.tile .informer.informer-success {
    color: #82b440;
}

.tile .informer.informer-info {
    color: #85d6de;
}

.tile .informer.informer-warning {
    color: #f3bc65;
}

.tile .informer.informer-danger {
    color: #e74e40;
}

.tile .informer .fa {
    font-size: 14px;
    line-height: 16px;
}

.tile .informer.dir-tr {
    left: auto;
    right: 5px;
}

.tile .informer.dir-bl {
    top: auto;
    bottom: 5px;
}

.tile .informer.dir-br {
    left: auto;
    top: auto;
    right: 5px;
    bottom: 5px;
}

.strikethrough {
    text-decoration: line-through;
}
/* ./tiles */