#cmainPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#cdetailPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#caddnewPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#tmainPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#tdetailPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#taddnewPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#thistoryPage .ui-header a:first-child { /* hide close button */  
/*
 display: none;  
*/
padding: 6px;
margin-top: 2px;
}  

#btn-opt {
margin-top: 8px;
}

#btn-home {
margin-top: 8px;
}

#btn-calendar {
margin-top: 8px;
}

#btn-logout {
margin-top: 8px;
}

/*
.ui-dialog { 
min-height: 480px;
background-color: transparent;
background-image: none;
}
*/
/*
.ui-input-text,    
*/

.ui-input-radio {
    width: 100% !important;
}

#tool-test .ui-select, #ticket-mod-confirm .ui-select, #ticket-mod-client .ui-select 
{
    width: 100% !important;
    padding: 0.4em 0!important; 
}


.ui-dialog
{
    background-color: rgba(0,0,0,1.0) !important;
}

.ui-dialog.ui-overlay-a 
{
    background-image: none;
}


#wrapper {
/*
width: 330px;
margin: auto;
border: #ff0000 solid 1px; 
*/
}

#headmess, #hheadmess {
margin-top: -10px;
padding-top: 0px;
text-align: center;
font-size: 14px;
}

#headerr, #hheaderr {
margin-top: 4px;
padding-top: 0px;
text-align: center;
font-size: 14px;
color: #B00000;
}


.item-title {
font-weight: bold;
text-decoration: underline; 
color: #5E87B0
}


.page-head {
height: 78px;
}

.twhite {
background-color: #FFFFFF;
/*
border: solid 1px #FFFFFF;
*/
}

.tred {
background-color: #E04040;
}

.tgreen {
background-color: #40E040;
/*
border: solid 1px #40E040;
*/
}

.tgray {
background-color: #C0C0C0;
}


#tdetailPage {
/*
     width: 99%;
     height:150px;
     margin: 5px 5px;
     border: #ff0000 solid 1px; 
*/
}

#tdetailPage .ui-dialog .ui-header, 
#tdetailPage .ui-dialog .ui-content, 
#tdetailPage .ui-dialog .ui-footer { 
            max-width: 800px; 
            margin: 10% auto 15px auto; 
        }




.ui-shadow,
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a,
.ui-body-b,
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b,
.ui-bar-c,
.ui-body-c,
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c,
.ui-bar-c,
.ui-body-d,
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d,
.ui-bar-d,
.ui-body-e,
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e,
.ui-bar-e,
.ui-overlay-shadow,
.ui-shadow,
.ui-btn-active,
.ui-body-a,
.ui-bar-a {
 text-shadow: none;
 box-shadow: none;
 -webkit-box-shadow: none;
}

/*
#detailPage a#btn-opt /* hide close button */  
{
 display: none;
}
#addnewPage a#btn-opt /* hide close button */  
{
 display: none;
}
#detailPage a#btn-home /* hide close button */  
{
 display: none;
}
#addnewPage a#btn-home /* hide close button */  
{
 display: none;
}
*/

/*
#mainPage .ui-title {
margin-top: 20px;
}

#mainPage .ui-header {
height: 60px;
}
*/

/*
.split-button-custom {
    float: right;
    margin-right: 5px;
    margin-top: -32px;
    border-bottom-left-radius: 1em 1em;
    border-bottom-right-radius: 1em 1em;
    border-top-left-radius: 1em 1em;
    border-top-right-radius: 1em 1em;   
}

.split-button-custom span.ui-btn-inner {
    border-bottom-left-radius: 1em 1em;
    border-bottom-right-radius: 1em 1em;
    border-top-left-radius: 1em 1em;
    border-top-right-radius: 1em 1em;
    padding-right: 1em;
    padding-left: 2em;
}

.split-button-custom span.ui-button-text {
font-weight: bold;
}
*/



