﻿/* TAB CONTROL
----------------------------------------------------------*/

/* for long labels that can wrap onto next line, e.g. in another language*/
.clearfloat { clear: left; } 


.tabcontainer {
    margin-top: -10px;
    margin-bottom: 10px;
}

.tabcontainer .progress {
    width: 20px;
    height: 26px;
}

ul.tabcontrol {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 0;
}

ul.tabcontrol li {
    display: inline;
    list-style: none;
}

ul.tabcontrol li a {
    line-height: 1.2em;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    background-color: #F89829;
    color: #FFFFFF;
}

ul.tabcontrol li a:hover {
    background-color: #DD7604;
    text-decoration: none;
}

ul.tabcontrol li a:active {
    background-color: #FBC486;
    text-decoration: none;
}

ul.tabcontrol li.selected a {
    background-color: #A35805;
    color: #fff;
}

/* REPORT TABLE
----------------------------------------------------------*/

table.report {
    background-color: #FFFFFF;
    border: none;
    border-collapse: collapse;
    font-size: 8pt;
    width: 100%;
    line-height: 1.9em;
    margin: 6px 0px;
}

table.report th {
    color: Black;
    text-align: left;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
}

table.report tr.stripe {
    background-color: #FEDEAF; /*#FFFFC4;*/
}


/* PAGINATION
----------------------------------------------------------*/

div.pagination {
    text-align: left;
    /* border-top: 2px solid silver; */
    /* padding: .2em 0 0 0; */
    margin-top: 4px;
}

div.pagination a {
    font-size: 1.1em;
    color: #844704;
    text-decoration: none;
    padding: 0 .4em 0 .4em;
}

div.pagination a:hover { background-color: #DD7604; }

div.pagination a.selected {
    background-color: #844704;
    color: White;
}


/* THUMBNAILS
----------------------------------------------------------*/

.thumbnail {
    border-style: inherit;
    border-width: thin;
    border-color: inherit;
}



/* TOOLBAR
----------------------------------------------------------*/

#toolmenu {
    text-align: right;
    margin-bottom: 4px;
    float: right;
    background: none repeat scroll 0 0 #CCCCCC;
    padding: 4px 3px 3px 4px;
}

#toolbar { margin-bottom: 20px; }

ul.toolbar {
    /*border-bottom: 1px #8C4B04 solid;*/
    padding: 0 0 2px;
    margin: 0 0 10px 0;
    position: relative;
    text-align: left;
}

ul.toolbar li {
    display: inline;
    list-style: none;
    line-height: 2.6em;
}

.dropdownSelector #progress img {
    height: 16px;
    width: 20px;
}

.dropdownSelector #progress { display: none; }


/* VALIDATION
----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.validation-summary-errors ul { padding-left: 20px; }


.validation-summary-valid { display: none; }

/* PAGE TITLES
----------------------------------------------------------*/

div.title {
    height: 24px;
    padding-top: 8px;
    padding-left: 5px;
    /*  background-color: #F6A828;*/
    background-color: #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.title p {
    font-size: 14pt;
    /*  float: right;*/
}


/* SIMPLE LOGIN
----------------------------------------------------------*/

#simpleLogin {
    position: absolute;
    left: 816px;
    top: 100px;
    /* width: 200px; */
    text-align: right;
}

#simpleLogin a {
    color: Black;
    font-weight: bold;
}


/* NEW EVENT NOTIFICATION
----------------------------------------------------------*/

/*#newEvents
{
    /*position: absolute;*/

/*left: 1085px;
    top: 155px;*/

/*width: 200px;*/

/*text-align: right;*/

/*margin-top: 5px; */

/*padding-left: 200px*/

/*float: right;
    padding-right: 20px;    
}*/

#LicenseStatus {
    float: right;
    padding-right: 20px;
    color: red;
}

/*.rskyheader {width: 935px; display: block; margin:auto; background-color: #ddd9d3; margin-top: 5px; padding: 5x;
 padding-left: 20px; overflow: auto; color: #323232;}*/

/*
#newEvents a
{
    color: Blue;
    font-weight: bold;
}
*/

#SystemStatus {
    color: red;
    font-weight: normal;
    float: right;
    padding-right: 20px;
}

#ErrorMessage {
    color: #800080;
    font-weight: normal;
    float: right;
    padding-right: 20px;
}



/* MAIN LANGUAGE SELECT
----------------------------------------------------------*/

#language {
    position: absolute;
    left: 816px;
    top: 10px;
    width: 200px;
    text-align: right;
}



/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.error { color: Red; }


#AssetFobSelectionWarning {
    display: none;
    width: 100%;
    height: 20px;
}

#progress {
    height: 24px;
    position: relative;
}

#progress p {
    padding-left: 3px;
    color: #E87800;
    padding-bottom: 10px;
    position: relative;
    display: inline;
    top: -5px;
    font-weight: bold;
}

#progress img {
    position: relative;
    padding-right: 5px;
}

.toolbar {
    background: none repeat scroll 0 0 #CCCCCC;
    padding: 4px 3px 3px 4px;
    margin-bottom: 8px;
}

.flash { background-color: White; }   

.lightgrey {
    color: #C0C0C0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.StackTrace {
    overflow: visible;
    word-wrap: normal;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navigatorLinks {
    margin-top: 10px;
    border-top: 1px solid #C0C0C0;
    padding-top: 10px;
}

.disabledComboBoxItem, .disabledComboBoxItem .dxeListBoxItemHover_SoftOrange {
    color: #737373 !important;
    background-color: #DDD9D3 !important;
}
