.clear{
    clear:              both;
}
html,body :active,
html,body :focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
    -webkit-tap-highlight-color: transparent;  /*/ i.e. Nexus5/Chrome and Kindle Fire HD 7''*/
}
:not(input){  
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

ui-page:focus,  ui-body-c:focus,  ui-page-active:focus 
{  
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important; 
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
} 
body{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}
.ui-loader-default,
.ui-btn-inner{
    display:none !important;
}
/* Defaults */
h1 {
    font-size               :18px;
}
h2 {
    font-size               :16px;
}
h3 {
    font-size               :14px;
}
h4 {
    font-size               :13px;
}
h5 {
    font-size               :12px;
}
h6 {
    font-size               :11px;
}
a img {
    border                  : 0px;
    vertical-align          : top;
}
a { 
    text-decoration         : none; 
}
label {
    font-weight             : normal;
}
.clear{
    clear:both;
}
.textRight{
    text-align:             right;
}
.textLeft{
    text-align:             left;
}
.textCenter{
    text-align:             center;
}
input[type="checkbox"], input[type="radio"]{
    border-color  :   transparent !important;
}
/* size specific css*/
@media only screen and (max-width:479px) {
    input[type="radio"]{
        -webkit-appearance:radio; 
        width:15px;
    }

    input[type="checkbox"]{
        -webkit-appearance:checkbox; 
        width:15px;
    }
}
.yearpicked .ui-datepicker-calendar {
    display:            none;
}

.color-spectrum-replacer .sp-preview {
    width: 100%;
}
.color-spectrum-replacer .sp-dd {
    display: none;
}
