/* General */
html, body
{
    padding: 0;
    height: 100%;
}

html
{
    overflow-y: scroll;
}

body
{
    font-family: Verdana, Arial, Sans-serif;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

body.wait *, body.wait
{
    cursor: wait !important;
}

form
{
    min-height: 100%;
    position: relative;
}


h1, h3, h5, h1 input
{
    font-weight: bold;
}

h2, h4, h6
{
    font-weight: normal;
}

h1, h2, h1 input
{
    margin: 10px 0;
}

h3, h4
{
    margin: 8px 0;
}

h5, h6
{
    margin: 6px 0;
}

/* Common */
.title
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.subTitle
{
    font-size: 1.0em;
    font-weight: bold;
}

.controlTitle
{
    font-size: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bolder;
}

.collapseButton
{
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.textLabel
{
    font-size: 100%;
    font-weight: normal;
}

.commandButton
{
    font-size: 100%;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}

.commandCheckBox
{
    font-size: 100%;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}

.commandCheckBox label
{
    margin-left: 2px;
    vertical-align: top;
}

.checkbox
{
    font-size: 0.8em;
    text-align: left;
}

.radioButton
{
    font-size: 0.8em;
    font-weight: normal;
}

/* New Style Added for View Design Mode */
.radioButton input[type=radio]:first-child
{
    float: left;
}

.radioButton label
{
    position: relative;
}

a.commandButton
{
    margin-left: 0px;
    padding-left: 0px;
}

.normalText
{
    font-size: 80%;
    font-weight: normal;
}

.warningText
{
    font-weight: normal;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.formTable
{
    width: 100%;
    padding: 3px 3px 8px 3px; /*float:right;*/
}

.divTable
{
    width: 100%;
}

.divRow 
{
    margin-top: 5px;
    clear: both;
    overflow: hidden;
}

.divCol {
    margin-left: 5px;
    float: left;
}

.divCol-minWidth {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.divCol-label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divInput {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    max-width: 300px;
}

/* Page Links */
.navigationItem
{
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.navigationItem .imageLink
{
    float: left;
    margin: 5px 0px 5px 10px;
}

.navigationItem .textLink
{
    float: left;
    margin: 10px 0px 5px 15px;
}

.navigationItem .drillDown
{
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

/* Page Host */ /* BEGIN */
div#content
{
    overflow: hidden;
}

/* Content Area */
#pageContent
{
    min-width: 100px;
    width: 100%;
}

/* Drag and Drop */
.contentZone .placeholder
{
    background: #f0f0f0;
    border: 1px dashed #ddd;
    width: auto;
}

.moveHandle
{
    cursor: move;
}

.zoneWrapper
{
    z-index: 0;
}

/* Page Host */ /* END */

/* Control Host Styles */
.containerPopUp
{
    border: 0px;
    height: 0px;
}

.headerPanel
{
    display: block;
    position: relative;
    height: 28px;
}

.contentPanel
{
    margin: 4px 4px 4px 4px;
    overflow: auto;
    min-height: 0%;
}

div[wizard="true"] .contentPanel
{
    margin: 0;
}

.wizard .contentPanel
{
    margin: 4px 4px 4px 4px !important;
}

.parentminheight
{
    min-height: 0%;
}

.commandPanel
{
    padding: 3px 5px 5px 3px;
    height: 20px;
    display: block;
    position: relative;
}

.messagePanel
{
    padding: 5px 5px 5px 10px;
    display: block;
    position: relative;
}

.inactive
{
}

/* Property Panel */
.propertyPanel
{
    padding: 3px 3px 3px 8px;
}

.propertyCommandPanel
{
    padding: 3px 5px 5px 3px;
    height: 24px;
}

.propertyControlLabel
{
    display: block;
    height: 20px;
}

.propertyLabel
{
    width: 30%;
    word-wrap: break-word;
    padding-left: 4px;
    height: 24px;
}

.propertyText
{
    width: 58%;
}

.propertyListButton
{
    width: 28px;
    float: left;
}

.propertyValue
{
    width: 95%;
}

.propertyTable
{
    width: 100%;
    table-layout: fixed;
    border-spacing: 2px;
}


.propertyGroup
{
    width: 100%;
    display: block;
}

.propertyGroupLabel
{
    padding-left: 5px;
}

.dependentProperty
{
    font-style: italic;
}

/* Information Panel */
.keysPanel
{
    border: 0px;
    border-top: 1px solid;
}

.keysPanel fieldSet
{
    margin: 0px 0px 3px 0px;
    border: 0px;
    border-bottom: 1px solid;
}

.keysPanel legend
{
    padding: 5px 5px 3px 5px;
    font-weight: bolder;
}

.keysPanel legend img
{
    padding: 0px 5px 0px 5px;
}

.keysPanel fieldSet div
{
    padding: 0px 0px 0px 10px;
}

/* Property Builder */
.propertyBuilderPanel
{
    margin: 5px;
}

.propertyBuilderHeader
{
    min-height: 20px;
    overflow: auto;
    padding-top: 2px;
}

.propertyBuilderSelectHeader
{
    width: 10%;
}

.propertyBuilderHeader1
{
    width: 40%;
}

.propertyBuilderHeader2
{
    width: 49%;
}

.propertyBuilderSelectColumn
{
    width: 10%;
}

.propertyBuilderRow
{
    min-height: 20px;
    overflow: auto;
    padding-top: 2px;
}

.propertyBuilderColumn
{
    float: left;
    text-align: center;
}

.propertyBuilderColumn1
{
    width: 40%;
    word-wrap: break-word;
}

.propertyBuilderColumn2
{
    width: 49%;
    word-wrap: break-word;
}

.propertyBuilderLabel
{
    padding-top: 4px;
    padding-bottom: 4px;
}


.propertyBuilderText
{
    width: 99%;
}

/* Control Host */
#TitleLabel
{
    padding: 3px 3px 3px 8px;
}

.leftCH
{
    float: left;
    width: 90%;
    text-transform: none;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
    margin-bottom: 4px;
}

.rightCH
{
    float: right;
    width: 10%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.hostPanel
{
    margin-top: 4px;
}

.propertyButton
{
    margin-top: 2px;
    padding-right: 4px;
    cursor: pointer!important;
}

/* Alert Box */
#AlertDiv
{
    left: 40%;
    top: 40%;
    position: absolute;
    width: 400px;
    border: 1px solid;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

#AlertButtons
{
    position: absolute;
    right: 5%;
    bottom: 5%;
}

#AlertHeading
{
    vertical-align: middle;
}

#overlay
{
    background-color: Transparent;
}

#overlay div
{
    margin: 100px auto;
    border: 1px solid;
    padding: 15px;
    text-align: center;
}

.progressDiv
{
    float: right;
    margin-right: 8%;
}

.titleCH
{
    float: left;
    overflow: hidden;
}

.titleCH input
{
    float: left;
}

.titleCH span
{
    vertical-align: top;
}

/* Site Master - Transparent box */
#transbox
{
    left: 40%;
    top: 40%;
    position: absolute;
    width: 400px;
    margin: 0 50px;
    filter: alpha(opacity=70);
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
}

/* This is the container which set text to solid color.
position: relative used for IE */
#loading
{
    left: 40%;
    top: 40%;
    position: fixed;
    margin: 0 50px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    display: none;
    z-index: 100001;
}

#loading1
{
    display: none;
}

/* Site Master - Popup Window */
#popupBkg
{
    display: none;
    position: fixed;
    _position: absolute; /* IE6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#popupWindow
{
    display: none;
    position: fixed;
    _position: absolute; /* IE6*/
    height: 125px;
    width: 300px;
    z-index: 50002;
    padding: 12px;
    font-size: 13px;
}

#popupContent
{
    height: 100px;
    overflow: auto;
}

#popupClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    font-weight: 700;
    display: block;
    cursor: pointer;
}

#popupWindow h1
{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

/* Client Filter */
.ui-autocomplete li.ui-menu-item
{
    padding: 1px;
}

.ui-autocomplete a.ui-menu-item-alternate
{
    background-color: White;
}

.ui-autocomplete a.ui-state-hover
{
    font-weight: normal !important;
}

.ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    width: 200px !important;
}

/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete
{
    height: 300px;
}

/* Autocomplete styles */
.ac_results
{
    padding: 0px;
    border: 1px solid black;
    background-color: Yellow;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li
{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
    font: menu;
    font-size: 12px; /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
    line-height: 16px;
    overflow: hidden;
}

.ac_odd
{
    background-color: red;
}

.ac_over
{
    background-color: #0A246A;
    color: white;
}

/* ajax calendar doesn't provide z-index attribut so css hack*/
.ajax__calendar_container
{
    z-index: 100000;
}

/* Validation Summary */
.validationsummary
{
    background: transparent url(/IKB/Images/Warning.png) no-repeat 12px 40px;
    padding: 0px 0px 13px 0px;
}

.validationheader
{
    left: 0px;
    position: relative;
    background-color: #e5d9bd;
    color: #56300a;
    height: 14px;
    font-weight: bold;
    border-bottom: 1px solid #b08b34;
    padding-top: 3px;
}

.validationsummary ul
{
    padding-top: 5px;
    padding-left: 60px;
    list-style: none;
}

.validationsummary ul li
{
    padding: 2px 0px 0px 15px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

/* About Dialog */
.aboutTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #00A9E0;
    margin-bottom: 12px;
}

.aboutBody
{
    margin-left: 40px;
    margin-right: 40px;
    font-family: Calibri;
    font-size: 12px;
    color: #231F20;
    margin-top: 35px;
}

.aboutText
{
    font-size: 10.5px;
}

.licenseText
{
    font-size: 10.5px;
    margin-bottom: 35px;
}

.ajax__calendar_days td
{
    padding: 0px !important;
}

.commandActionGroup
{
    float: left;
    clear: right;
}

/*.commandActionGroup:hover ul
{
    display: block;
}*/

.commandActionGroup div
{
}

.commandActionGroup ul {
    display: none;
    position: fixed;
    padding: 0px;
    margin: 0px;
    list-style: none;
    z-index: 50001 !important;
    -moz-min-width: 120px;
    -ms-min-width: 120px;
    -o-min-width: 120px;
    -webkit-min-width: 120px;
    min-width: 120px;
}

.commandActionGroup ul li
{
    min-width: 110px;
    display: block;
    padding: 4px;
    text-decoration: none;
    z-index: 5001;
}

.commandGroupHeader
{
    vertical-align: top;
    cursor: not-allowed;
}

.commandGroupHeader div
{
    padding: 0px 3px 0px 3px;
}

.ItemActionButtons .AdditionalMenu li {
    padding-top: 4px;
}

.ItemActionButtons .AdditionalMenu li[class|="splitCommandGroupHeader"] {
    padding-top: 0;
}

.splitCommandGroupHeader
{
    vertical-align: top;
}

.splitCommandGroupHeader div
{
    padding: 4px 5px 4px 5px;
    cursor: not-allowed;
}

/* qtip CSS*/
.qtip
{
    font-size: small !important;
}

.qtip-content
{
    max-height: 100px !important;
    padding: 5px 5px !important;
    overflow: auto !important;
}

.qtip-wiki{
    max-width: 385px;
}

.qtip-wiki p{
    margin: 0 0 6px;
}

.qtip-wiki h1{
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 5px;
}

.qtip-wiki img{
    float: left;
    margin: 10px 10px 10px 0;
}

.qtip-wiki .info{
    overflow: hidden;
}

.qtip-wiki p.note{
    font-weight: 700;
}

/*increased the z-index of autocomple to show above dialog*/
.ui-autocomplete
{
    z-index: 10001 !important;
}

/* Disabled elements in design mode */
a[disabled], input[disabled]
{
    -ms-opacity: 0.5;
    opacity: 0.5;
    cursor: not-allowed !important;
}