﻿/* table level rules */
div[id*="View_pnlExistingTickets"] table {
    width: 100%;
}

.yui-grid
{
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
}


/* header column rules 
.yui-grid th
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898;
    border-style: solid;
    border-width: 1px;
    color: #000;
    padding: 2px 2px 2px 5px;
    text-align: center;
    vertical-align: bottom;
}  

.yui-grid th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 5px;
}*/

/* change the background image when the column is being sorted by
.yui-grid th.sortasc, .yui-grid th.sortdesc
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}   */

/* change image if it is an asc sort
.yui-grid th.sortasc a
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
}   */

/* change image if it is a desc sort
.yui-grid th.sortdesc a
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}   */


/* data cell and data row rules */
.yui-grid td
{
    padding: 2px 5px 2px 5px;
    border-right: solid 1px #cbcbcb;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #cbcbcb;
    border-left-color: #cbcbcb;
}

.yui-grid .t-altrow, .yui-grid .t-row .sort
{
    background-color: #edf5ff;
} 

.yui-grid .t-altrow .sort
{
    background-color: #dbeaff;
} 

.yui-grid .t-row
{
    background-color: #fff;
}  


.tickets_panel {
    margin-bottom: 15px;
    display: inline-block;
}

.calendar-btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.DnnModule-ADefHelpDesk .file-upload input[type="file"] {
    display: block;
}

.DnnModule-ADefHelpDesk .file-upload .upload_file {
    display: none;
}

input[name*="TagsTree_tvCategoriesn"],
input[name*="TagsTreeExistingTasks"] {
    margin-right: 5px;
}

select.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
