﻿.siteBanner {   padding-top:0px; 
                padding-left:0px;
                padding-right:0px;
                padding-bottom:0px;
                vertical-align:top; 
                white-space:nowrap; }

.siteContent { padding: 8px; }

html, body
{
    height: 100%;
    font-weight: normal;
    font-size: 8pt;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}

input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    word-spacing: normal;
    text-transform: none;
    letter-spacing: normal;
}

.kdeal:hover {
    height: 500px;
}

.kdeal {
    height: 125px;
    width: 144px;
    border: 1px groove;
    border-width: thin;
    position: absolute;
    overflow-y: scroll;
}

/*.companyStyle:hover {
    height: 500px;
}*/

.companyStyle {
    height: 125px;
    width: 300px;
    border: 1px solid black;
    position: absolute;
    overflow-y: scroll;
}


/* FMA Styles */
.ContentTable
{
    padding: 4px;
}
.ContentSpacer
{
    height: 2px;
}
.appFMAProduct
{
    padding-left: 20px;
    color: #fff;
    font-family: Arial;
    font-size: 23px;
    height: 103px;
}

/*******************************************************/
/* Breadcrums menu Styles */
/*******************************************************/
    .site_map_wrapper {
        position: relative;
        width: 100%;
    }

    .site_map_wrapper .site_map_inner {
        position: absolute;
        top: -24px;
        left: 0px;
        text-align: left;
        z-index: 10;
        display: none;
    }

    .site_map_wrapper .site_map_inner .site_map {
        list-style: none;
        padding-left: 10px;
        margin-bottom: 0px;
    }

    .site_map_wrapper .site_map_inner .site_map li {
        display: inline;
        /*margin-left : 5px;*/
        font-size: 12px;
        color: #9f9f9f;
    }

    .site_map_wrapper .site_map_inner .site_map li + li:before {
        padding: 8px;
        color: black;
        content: ">";
        font-size: 16px;
    }

    .site_map_wrapper .site_map_inner .site_map li a {
        /*color: #0275d8;*/
        color: #878787;
        text-decoration: none;
    }

    .site_map_wrapper .site_map_inner .site_map li a:hover {
        color: #878787;
        text-decoration: underline;
    }

/*******************************************************/
/* Application Related Styles */
/*******************************************************/
.appHeader
{
    background-color: #000000;
    color: #FFFFFF;
}
.appLogo
{
}
.appProduct
{
    color: #FFFFFF;
    font-size: 12pt;
}

.appMainMenu
{
}

.appContent
{
}

.appFooter
{
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
}


/*******************************************************/
/* Form/Section/Control Related Styles */
/*******************************************************/

.formTable
{
    display: table;
    width: 100%;
}
.formHeaderRow
{
    font-weight: bold;
    font-size: 14pt;
    color: #d97600;
    width: 100%;
}
.formDetailRow
{
}

.sectionTable
{
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #a5b3c5;
    width: 100%;
}
.sectionTable.NoHeaderRow 
{
    width: 100%;
    border-style: none;
}
.sectionHeaderRow
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #a5b3c5;
    font-size: 10pt;
    font-weight: bold;
    background-color: #a5b3c5;
    color: #000000;
    height: 25px;
    background-image: url('../../images/spriteblue.png');
}
.sectionDetailRow
{
    font-size: 9pt;
    vertical-align: middle;
}

.controlLabelCell
{
    font-size: 9pt;
    color: #000000;
    vertical-align: middle;
}
.controlFieldCell
{
    display: table-cell;
    font-size: 9pt;
    color: #000000;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
}

/*******************************************************/
/* Wizard Related Styles */
/*******************************************************/
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}
.stepCompleted
{
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #fe8246;
    width: 15px;
    border: 1px solid #fe8246;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}
.wizardTitle
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
}

.visible
{
    display: inline;
}
.hidden
{
    display: none;
    visibility: hidden;
}

.wizard
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border-top: 2px #01ade7 solid;
    border-bottom: 2px #01ade7 solid;
    background: #efefef;
    border: 1px solid #cccccc;
}
.wizardHeader
{
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #FFFFFF;
    padding-top: 3px;
    background: #0f9cd2;
    height: 25px;
    white-space: nowrap;
}
.wizardStepContent
{
    padding: 5px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wizardTable
{
    border-right: #ccccff 1px solid;
    border-top: #ccccff 1px solid;
    border-left: #ccccff 1px solid;
    border-bottom: #ccccff 2px solid;
    background-color: #f3f1ed;
    font-size: 8pt;
    width: 750px;
}
.wizardNavContent
{
    font: bold 11px verdana, arial, helvetica, sans-serif;
    text-align: left;
    color: #FFFFFF;
    background: #6f6f6f; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#6f6f6f'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6f6f6f));
    background: -moz-linear-gradient(top,  #949494,  #6f6f6f); /* for firefox 3.6+ */
    padding: 2px 10px 2px 5px;
    height: 10px;
}
/* this button is styled for asp.net button control */
.wizardNavButton
{
    background: -webkit-gradient(linear, left top, left bottom, from(#fe8246), to(#ffb955));
    background: -moz-linear-gradient(top,  #fe8246,  #ffb955);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8246', endColorstr='#ffb955');
    background-color: #fe8246;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #999;
    padding: 2px 6px 3px 6px;
    margin-left: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: hand;
    cursor: pointer;
    outline-style: none;
}
.wizardNavButton:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#fe8246), to(#fe8246));
    background: -moz-linear-gradient(top,  #fe8246, #fe8246 );
    color: #ffffff;
    cursor: hand;
}


/*******************************************************/
/* Grid Related Styles */
/*******************************************************/

.grid
{
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border-top: 2px #01ade7 solid;
    border-bottom: 2px #01ade7 solid;
    background: #efefef;
    border: 1px solid #cccccc;
    width: 100%;
}
.grid H2
{
    background: #8988a5 url(images/title-bg.gif);
    border-bottom: solid 1px #57566f;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #fff;
    font-size: 15px;
}
.grid TABLE
{
    width: 100%;
}
/* grid headers */.grid #fields .head TH
{
    background: #e9e9eb url(images/header-bg.gif);
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #666666;
    text-align: left;
}
.grid #fields .head TH.subhead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecece));
    background: -moz-linear-gradient(top,  #ffffff,  #cecece);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cecece');
    padding-left: 10px;
    color: #6f6f6f;
    font-weight: bold;
    border-bottom: #cccccc 1px solid;
    padding-right: 10px;
    whitespace: nowrap;
    padding-top: 5px;
}
.grid #fields .head TH.first
{
    /* get rid of the first slash */
    background: #e9e9eb url(images/header-bg.gif) -3px;
    width: 20px;
}
/* group header */.grid #fields .group TH
{
    padding: 10px 0px 10px 0px;
    color: #147ca7;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-bottom: solid 2px #a5a4bd;
}
.grid #fields .group TH.first
{
    text-align: center;
    border-bottom: none;
}
/* data items */.grid #fields .item TD
{
    padding: 6px 0px 3px 6px;
    border-bottom: solid 1px #eae9e1;
    color: #222222;
}
/* pager */.grid #pager .pager TD
{
    height: 40px;
}
.grid #pager .pager .commands
{
    height: 40px;
    padding: 4px 0px 0px 25px;
}
.grid #pager .pager .info
{
    padding: 4px 25px 0px 0px;
    text-align: right;
}
.headerstyle
{
    text-align: Left;
}

/*******************************************************/
/* Card View Styles */
/*******************************************************/

.card-container .k-card {
    border: solid 1px #dbdbdb;
    background-color: #FFFFFF;
}

.card-container .k-card .k-card-header {
    background-color: #f1f1f1;
    border-bottom: solid 1px #dbdbdb;
}

.card-container .k-card-header > h5, .k-card-header > h6, .k-card tr td {
    color: #626262;
}

.card-container .k-card .k-card-footer {
    border-top: solid 1px #dbdbdb;
    background-color: #f1f1f1;
}

.card-container .k-icon, .card-container .p-icon, .card-container .t-icon, .card-container .t-font-icon, .card-container .t-efi {
    color: #9b9b9b;
}

/*******************************************************/
/* Toolbar Related Styles */
/*******************************************************/
.appToolbarSpace
{
    height: 30px;
    width: 100%;
}

.toolbar
{
    white-space: nowrap;
}

.toolbarFade
{
    background-image: url('../../images/tb_topsprite.png');
}

.toolbarspacer
{
    color: #FFFFFF;
    font-size: 10pt;
    padding-right: 8px;
    padding-left: 8px;
}


/*******************************************************/
/* Rad Tab Strip Related 
RadTabStrip .SelectedTab
    {
        color: red !important;
    }
    
    .CustomTab
    {
        font-weight: bold !important;
    }
    
    .DisabledTab
    {
        text-decoration: line-through !important;
    }
    
    .HoveredTab
    {
        text-decoration: underline !important;
    }
*/
/*******************************************************/


/*******************************************************/
/* Other Styles */
/*******************************************************/
.error
{
    color: #ffffff;
    padding-left: .3em;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid;
    background-color: Red;
}
.unmapped
{
    color: #CC0000;
}
