.grid-view-loading
{
    background:url(loading.gif) no-repeat;
}

.grid-view
{
    padding: 15px 0;
}

.grid-view table.items
{
    background:#F9F9F9;
    padding: 3px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;

}

.grid-view table.items th, .grid-view table.items td
{
    font-size: 0.9em;
    /*border: 1px white solid;*/

}

.grid-view table.items th
{
    color: white;
    background: url("../images/el_bg.png") repeat-x scroll left top white;/**/
    background-color:#324287;
}
.grid-view table.items th a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.item-class th a:hover
{
    color: #FFF;
}

.grid-view table.item-class th a.asc
{
    background:url(../images/bullet_arrow_up.png) right center no-repeat;
    padding-right: 20px;
}

.grid-view table.item-class th a.desc
{
    background:url(../images/bullet_arrow_down.png) right center no-repeat;
    padding-right: 20px;
}

.grid-view table.items tr.even
{
    background: #F9F9F9;
}


.grid-view table.items tr.odd
{
    background:#F1F1F1;
}

.grid-view table.item-class tr.selected
{
    background: #CCCCCC;
}

.grid-view table.item-class tr:hover
{
    background: #CCCCCC;
}

.grid-view .link-column img
{
    border: 0;
}

.grid-view .button-column
{
    text-align: center;
    width: 60px;
}

.grid-view .button-column img
{
    border: 0;
}

.grid-view .checkbox-column
{
    width: 15px;
}

.grid-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty
{
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}

.grid-view .button-column
{
    text-align: center;
    width: 90px!important;
}
.grid-view .button-column img {
    padding-right:5px;
}

table.detail-view .null
{
    color: pink;
}

table.detail-view
{
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    background: white;
    border-collapse: collapse;
    width: 100%;
    margin-bottom:  2%;

}

table.detail-view th, table.detail-view td
{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em 0.6em;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;

}

table.detail-view th
{
    text-align: right;
    width: 160px;

}

table.detail-view tr.odd
{
    background:#FFF;
}

table.detail-view tr.even
{
    background:#FFF;
}

table.detail-view tr.odd th
{


}


table.detail-view tr.even th
{
}

.CSS_Table_Example {
    margin:0px;padding:0px;
    width:100%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}.CSS_Table_Example table{
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSS_Table_Example tr:last-child td:last-child {
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
}.CSS_Table_Example table tr:first-child td:first-child {
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}.CSS_Table_Example table tr:first-child td:last-child {
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
}.CSS_Table_Example tr:last-child td:first-child{
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
}.CSS_Table_Example tr:hover td{
    background-color:#82c0ff;
    background:-o-linear-gradient(bottom, #82c0ff 5%, #56aaff 100%);	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c0ff), color-stop(1, #56aaff) );
    background:-moz-linear-gradient( center top, #82c0ff 5%, #56aaff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c0ff", endColorstr="#56aaff");	background: -o-linear-gradient(top,#82c0ff,56aaff);
}.CSS_Table_Example tr:first-child td{
    background:-o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #007fff) );
    background:-moz-linear-gradient( center top, #0069d3 5%, #007fff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#007fff");	background: -o-linear-gradient(top,#0069d3,007fff);
    background-color:#0069d3;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:18px;
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#ffffff;
}.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #007fff) );
    background:-moz-linear-gradient( center top, #0069d3 5%, #007fff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#007fff");	background: -o-linear-gradient(top,#0069d3,007fff);
    background-color:#0069d3;
}.CSS_Table_Example tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}.CSS_Table_Example td{
    background:-o-linear-gradient(bottom, #56aaff 5%, #82c0ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #56aaff), color-stop(1, #82c0ff) ); 
    background:-moz-linear-gradient( center top, #56aaff 5%, #82c0ff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#56aaff", endColorstr="#82c0ff");	background: -o-linear-gradient(top,#56aaff,82c0ff);
    background-color:#56aaff;
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:12px;
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#000000;
}.CSS_Table_Example tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSS_Table_Example tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.boxclose{
    /*margin-top:-50px;*/
    /*margin-right:-30px;*/
    float:right;
    cursor:pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;  
    width: auto;
    height: 15px;



} 
#tblCot .attach{
    padding-left: 20px;
    background: transparent url(../img/attach.png) no-repeat scroll left top; 
}
#tblCot .check{
    padding-left: 20px;
    background: transparent url(../img/aprove.png) no-repeat scroll left top; 
    width: 16px;
    height: 16px
}
.pad{
    margin: 2px;
}
.title{

    text-align: center;
    color:white;
    height: 50px;
    border-radius: 3px;
    background-color: #468847;
    background-image: -moz-linear-gradient(top, #468847, #409647);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#468847), to(#409647));
    background-image: -webkit-linear-gradient(top, #468847, #409647);
    background-image: -o-linear-gradient(top, #468847, #409647);
    background-image: linear-gradient(to bottom, #468847, #409647);
    background-repeat: repeat-x;
    border-color: #468847;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff468847', endColorstr='#ff409647', GradientType=0);
}
.profile{
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center bottom , #f7f7f7 0%, #ffffff 100%);
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.2);
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}
.profileImage {
    float: left;
    padding: 20px;
    width: 115px;
}
.profileImage img{
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}
.profileContent{
    float: left;
    width: 500px;
    padding: 20px 20px 20px 0px;
}
.bodyticket{
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center bottom , #f7f7f7 0%, #ffffff 100%);
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.2);
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px;
    font-size: 18px;
    text-align : justify;
}
.report-table{
    width: 100%;
    height: auto;
}
.detail-report{
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP */
    word-wrap: break-word; /* IE 5+ */
}
.report-table th{
    text-align: center;
    color:white;
    height: 30px;
    border-radius: 3px;
    background-color: #468847;
    background-image: -moz-linear-gradient(top, #468847, #409647);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#468847), to(#409647));
    background-image: -webkit-linear-gradient(top, #468847, #409647);
    background-image: -o-linear-gradient(top, #468847, #409647);
    background-image: linear-gradient(to bottom, #468847, #409647);
    background-repeat: repeat-x;
    border-color: #468847;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff468847', endColorstr='#ff409647', GradientType=0);
}
.rtdg{
       background-color: #f9f9f9;
}
.comment textArea {
    width: 99%;
    margin: 0 0 20px;
    min-height: 100px;
    resize: vertical;
}
.overflow{
    overflow-x: auto;
    width: 100%;
}



