.fc-event-main-frame {
    white-space: normal;
}

.jList {
    /*background: black;*/
    border: 0px black solid;
    position: relative;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(to bottom, white, black);
}

.jListCalendar {
    /*background: black;*/
    border: 0px black solid;
    position: relative;
    height: 100%;
    min-height: 700px;
    background: linear-gradient(to bottom, white, black);
}


.nameHeader {
    display: inline;
}

.pendingContainerHeader {
    position: absolute;
    padding: 8px;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 36px;
    background: #ccc;
    color: black;
    border: 1px solid #bbb;
    border-bottom: 2px solid #333;
    white-space: nowrap;
    overflow: visible;
}

.pendingContainer {
    position: absolute;
    top: 36px;
    bottom: 20px;
    left: 0px;
    right: 0px;
    overflow: auto;
    /* this is the line that makes the horizontal scroll magic*/
    white-space: nowrap;
    background-color: #eee;
    /*background: linear-gradient(to bottom right, #ddd, #ccf, #bbb);*/
    padding: 6px;
    border: 1px solid #555;    
}

.pendingContainerModal {
    width: 100%;
    overflow: auto;
    /* this is the line that makes the horizontal scroll magic*/
    white-space: nowrap;
    /*background: linear-gradient(to bottom right, #ddd, #ccf, #bbb);*/
    padding: 6px;
    margin: 0px;
    height: 250px
}

.pendingContainerV {
    position: absolute;
    top: 36px;
    bottom: 20px;
    left: 0px;
    right: 0px;
    overflow: auto;
    /* this is the line that makes the vertical scroll magic*/
    white-space: normal;
    background: #eee;
    /*background: linear-gradient(to bottom right, #ddd, #ccf, #bbb);*/
    padding: 6px;
    border: 1px solid #fff;
    border-top: 1px solid black;
    border-left: 1px solid black;    
}


.rpt-statusbar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 20px;
    background: #ccc;
    color: black;
    border-top: 1px solid black;
    white-space: nowrap;
}


.pendingItem {
    font-size: normal;
    color: rgb(255, 255, 255);
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 200px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, rgb(92, 92, 92), rgb(78, 78, 78));
    padding: 4px 8px 8px 8px;
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    /*border-top-right-radius: 10%;*/
    position: relative;

}

.newthing {
    font-size: large;
}

.pendingitemwarning {
    font-size: normal;
    color: black;
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 200px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, rgb(245, 116, 42), rgb(235, 122, 56));
    padding: 4px 8px 8px 8px;
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    border-top-right-radius: 10%;
    position: relative;
}

.pendingitemdanger {
    font-size: normal;
    color: white;
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 200px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, rgb(216, 35, 35), rgb(161, 16, 16));
    padding: 4px 8px 8px 8px;
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    border-top-right-radius: 10%;
    position: relative;
}

.pendingitemdone {
    font-size: normal;
    color: white;
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 180px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, forestgreen, green);
    padding: 4px 8px 8px 8px;
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    border-top-right-radius: 10%;
    position: relative;
}

.ticketTitle {
    font-size: small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 24px;
}


.dateEntered {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    bottom: 0px;
}

.ticketStatus {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    bottom: 0px;
}

.ticketBuilding {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    top: 12px;
}

.ticketID {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    top: 1px;
}

.ticketRespOver {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    bottom: 32px;
}

.overtitle {
    margin-bottom: 2px;
    font-size: xx-small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    position: absolute;
    bottom: 44px;
}

.ticketSubject {
    margin-bottom: 2px;
    font-size: small;
    text-align: left;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    background: rgba(255, 255, 255, 0.041);
    position: absolute;
    padding-bottom: 40px;
    top: 56px;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    border-top: gray 1px solid;
    border-right: gray 1px solid;
    padding: 3px;
    bottom: 60px;
}

.taskbox {
    font-size: normal;
    color: rgb(255, 255, 255);
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 180px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, rgb(92, 92, 92), rgb(78, 78, 78));
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    border-top-right-radius: 10%;
    position: relative;
    padding: 4px 8px 8px 8px;

}

.taskboxdanger {
    font-size: normal;
    color: white;
    font-weight: normal;
    display: inline-block;
    overflow: scroll;
    width: 150px;
    height: 180px;
    vertical-align: top;
    white-space: normal;
    text-align: justify;
    background-image: linear-gradient(180deg, rgb(200, 0, 0), rgb(128, 15, 15));
    overflow: auto;
    margin: 2px;
    border: 2px solid #777;
    border-top-right-radius: 10%;
    position: relative;
    padding: 4px 8px 8px 8px;
}

.taskMenu {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mark {
    position: absolute;
    top: 0px;
    right: -10px;
}


    .basecard {
        font-size: normal;
        color: white;
        font-weight: normal;
        display: inline-block;
        overflow: scroll;
        width: 150px;
        height: 150px;
        vertical-align: top;
        white-space: normal;
        text-align: justify;
        background-image: linear-gradient(180deg, #777, #333);
        padding: 4px 8px 8px 8px;
        overflow: auto;
        margin: 2px;
        border: 2px solid #777;
        border-radius: 5%;
        position: relative;
    }

    .greencard {
        background-image: linear-gradient(180deg, #073, #033);
    }

    .firecard {
        background-image: linear-gradient(180deg, #768b65, #555);
        color: white;
    }

    .redcard {
        background-image: linear-gradient(180deg, #703, #303);
    }

    .card-title {
        cursor: pointer;
        font-size: small;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 130px;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 24px;
    }


    .card-bottomright {
        margin-bottom: 2px;
        font-size: x-small;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 130px;
        position: absolute;
        bottom: 0px;
        right: 6px;
    }

    .card-bottomleft {
        margin-bottom: 2px;
        font-size: x-small;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 130px;
        position: absolute;
        bottom: 0px;
    }

    .card-topleft {
        margin-bottom: 2px;
        font-size: x-small;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 110px;
        position: absolute;
        top: 1px;
    }

    .card-topright {
        margin-bottom: 2px;
        font-size: x-small;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 120px;
        position: absolute;
        top: 1px;
        right: 20px;
    }

    .dropdown-menu .divider {
        background-color: #777;
    }

    .card-body {
        margin-bottom: 2px;
        font-size: small;
        text-align: left;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 130px;
        background: rgba(255, 255, 255, 0.041);
        position: absolute;
        padding-bottom: 40px;
        top: 66px;
        padding: 3px;
        bottom: 24px;
    }

    .errmsg {
        width: 98%;
        position: relative;
        text-align: center;
        padding: 3px;
        margin: 5px;
        background: #ffdafe;
        color: black;
        height: 24px;
        display: inline-block;
    }


    .showFilter {
        color: black;
        /*border-radius: 4px;
        background-image: linear-gradient(to bottom right, #aaa, #999, #989, #bbb, #888, #999);
        border: 2px solid #777;
        box-shadow: 2px 1px #ddd;        */
        position: absolute;
        top: 7px;
        right: 4px;
        
        
        font-size: 16px;
    }
    .showFilter:hover {
        /*border: 2px solid #999;
        background-image: linear-gradient(to top right, #333, white, #777);*/
        color: #444;
        font-weight: bold;
    }

    .showfilterSel {
        box-shadow: inset 1px 1px #ddd;
        color: #222;
    }

    .hasFilters {
        color: orange;
        text-shadow: 0px 0px 2px black;
        
    }

    .bigolelist {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background:linear-gradient(to bottom, white, black);
    }

    .jlistrow {
        background: #fff;
    }

    .jlistrow:nth-child(even) {
        background: #ddd;
    }

    .jlistrowdark {
        background: #555;
        color: #fff;
    }

    .table-hover tbody tr:hover td {
        background-color: #333;
        color: #ccc;
    }

    .jlistrowdark:nth-child(even) {
        background: #111;
        color: #ccc;
    }

    
.jListSearchBox {
    position: absolute;
    right: 26px;
    top: 4px;
    border-radius: 12px;

}
.jListSearchBox input {
    background: #ddd;
    font-size: 14px;
    outline: none;
    padding-right: 20px;
    padding-left: 7px;
    width: 120px;
    border-radius: 12px;
}
.jListSearchBox input:hover {
    outline: none;
}

.jListSearchBox i {
    font-size: 14px;
    position: absolute;
    color: #aaa;
    top: 6px;
    right: 8px;
    height: 20px;
}