/**
non customizable style elements for all quickbase themes.
**/

/* to allow for simple html 5 doctype */
#imgtabs img { vertical-align: bottom; display : block; }

/* Layout helpers
----------------------------------*/
.Padding2px {
    padding: 2px;
}

.Left {
    float: left;
}

.Right {
    float: right;
}


.Divider {
    padding: 0 .3em;
}

.PositionRelative {
    position: relative;
}

/*
Group - aka nonsemantic name clearfix - when an element contains floated elements, the outer element does not automatically
make itself the height of the floating children.  Apply .Group to the outer element to fix this. 
*/
.Group:not(.icon-table):after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    min-height: 0;
}
.Group {
    zoom: 1;
}
html[xmlns] .Group {
    display: block;
}
* html .Group {
    height: 1%;
}


/*
Use the UserTip class for a section element to pick up
visual treatment for its header and enclosing items.
Use a custom class or the .PDF class to display an icon for 
items that link to user tip resource.
*/
.UserTip
{
    margin-top: 1em;
}
.UserTip header
{
    font-weight: bold;
}

.UserTip ul
{
    margin-top: 0.5em;
    margin-left: 0em;
    list-style-type: none; 
    padding-left: 0em;
} 

.UserTip ul li
{
    padding-left: 22px;
    padding-top: 3px;
}

/* Misc visuals
----------------------------------*/
.TextAlignLeft { 
    text-align: left;
}
.TextAlignRight { 
    text-align: right;
}
.TextAlignCenter { 
    text-align: center;
}
.VerticalAlignMiddle {
    vertical-align: middle;
}
.VerticalAlignTop {
    vertical-align: top;
}

.Italicize {
    font-style: italic;
}

.NormalFont {
    font-weight: normal;
}
.Bold {
    font-weight: bold;
}

.Bolder {
    font-weight: bolder;
}

.DisplayNone {
    display: none;
}

.DisplayInlineBlock {
    display: inline-block;
}
.DisplayBlock {
    display: block;
}
.DisplayTableCell {
    display: table-cell;
}
.DisplayTableRow {
    display: table-row;
}
.DisplayTable {
    display: table;
}
.Hidden {
    visibility: hidden;
}

.NoBorder {
    border: none!important;
}

.MaxWidth {
    width: 100%;
}
.NoWrap {
    white-space: nowrap !important;
}

.NoTextDecoration {
    text-decoration: none;
}

.Capitalize {
    text-transform: capitalize;
}

.Uppercase {
    text-transform: uppercase;
}

.Lowercase {
    text-transform: lowercase;
}

/** For HR **/
.SkinnyHR
{
    color:#EAEAEA; 
    background-color:#EAEAEA; 
    border:0px; 
    height:1px;
}
/* Overlays
----------------------------------*/


/* Interaction Cues
----------------------------------*/
/* for selected,diabled,error,highlight,link */

.ColorLinkBlue {
    color: #36C;
}

.ColorTextBlue {
    color: #339;
}

.CursorPointer {
    cursor: pointer;
}

.Red {
    color: Red;
}

.Raspberry {
    color: #c72f79;
}
/* validation errors put out by jquery validator plugin adds a class error to the text */
.error {
    color: Red;
}

/* for any element that links to a PDF file. */
.PDF 
{
    background: url(../../i/icons/pdf_17.gif) no-repeat;
}

/* Dialog
----------------------------------*/
.AlertDialog {
    background: url(../../i/icons/24/warning_24.gif) no-repeat 0 0;
    line-height: 1.35em;
    font-weight: bold;
    padding: 0em 0 1em 3em;
    display: block;
}



/* Workarounds
----------------------------------*/





/* Nuking styles from styles.css
----------------------------------*/


/* Placeholder polyfill for search on input field. For example look at search on Fields tab*/

.clearwrapper input.clearableInput{
    border:0;
    margin-right:18px;
}

img.clearsearch{
    top:6px;
    right:1px; 
    position:absolute; 
    cursor: pointer;
} 

body.Firefox  img.clearsearch{
   top:6px;
   right:1px; 
}

body.IE img.clearsearch{
    top:3px;
    right:0px; 
}

img.clearsearch.hide{
    display:none;
}

ul.NoIndent {
    padding: 0;
}

li.NoStyle {
    list-style-type: none; 
}