.admin .menu {
    color: #fff;
}
.admin .menu .menu-box{
    padding: 10px;
}
.admin .menu hr{
    margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
    /* Small screen width in UI Kit */
    .tm-title > *:not(h2) {
        float: none;
        display: block;
        width: 100%;
        margin: 2px 0;
    }
}
.ticket{min-height: 224px}
.ticket .uk-table tr:first-child th{background-color: #fafafa;border: 1px solid #ddd;}
.ticket .uk-table td{padding: 0; border: 1px solid #ddd}
.ticket .uk-table input,.ticket .uk-table select{border: 0; width: 100%}

.uk-table-border{border: 1px solid #ddd; border-width: 0 1px}
.uk-table-border th,.uk-table-border td{border: 1px solid #ddd; border-width: 1px 0}

.uk-loader [class*='uk-icon-'] {
.uk-icon-spin;
    display: none;
}
.uk-loader.uk-loading [class*='uk-icon-'] {
    display: inline-block;
}
.accionmasiva{
    padding: 20px;
}

#tooltip{
    text-align: center;
    text-shadowshadow: 0px 1px 0px #95393c;
    line-height: 1.5;
    color: #FFF;
    background: #97373b;
    background: -webkit-gradient( linear, left top, left bottom, from(#b94f53), to(#97373b) );
    background: -webkit-linear-gradient( top, #b94f53, #97373b );
    background: -moz-linear-gradient( top, #b94f53, #97373b );
    background: -ms-radial-gradient( top, #b94f53, #97373b );
    background: -o-linear-gradient( top, #b94f53, #97373b );
    background: linear-gradient( top, #b94f53, #97373b );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 10000;
    padding: 10px;
}
#tooltip:after /* triangle decoration */{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: #97373b;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    border-bottom-color: #b94f53;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after{
    left: 10px;
    margin: 0;
}
#tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}
.admin .header img{
    max-height: 50px;
    min-width: 100px;
    padding-left: 15px;
}
.massive-actions{
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2)
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.progress-description,.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    text-transform: uppercase
}

.bg-red {
    color: #fff !important;
    background-color: #dd4b39 !important
}
.bg-green {
    color: #fff !important;
    background-color: #00a65a !important
}

.fc-daygrid-day-frame:hover{
    background-color: #dddddd;
    cursor: pointer;
}
