/* 
Document   : app.css
Created on : Nov 29, 2009, 12:01:08 PM
Author     : mihai
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

ul, li, ol
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;  
    font-family: inherit;
}


/* remember to define focus styles! */
:focus, :active {
    outline: 0;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

/* Clearfix hack to prevent floating block clearing problem  */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* ----------------------------------- */
/* END Reset styles                        */
/* ----------------------------------- */


body
{    
    font-family : Arial ;
    font-size : 11px;
    color : #333333;
    margin: 0px;
    background-color: #F3F3F3;
    padding-top: 50px;
    height : 100%;
}

h1
{
    padding: 15px 0px 5px 0px;
    font-family: Tahoma, Arial;
    font-size: 16px;
    font-weight: bold;
    margin:0px; 
}

h2, h3, h4
{
    font-family: Tahoma, Arial;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
}


h2
{
    padding: 15px 0px 5px 0px;
}


a, a:active, a:visited, a:link
{
    text-decoration: underline;
    color: #333333;
    /** 
    color: #0A8ECC;
    
    color : #0000EE; **/
}
a:hover {    
    color: #0A8ECC;
}



/** temp styles  **/


.fg-button {
    outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1;
    color: #1C4257 !important;
}
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; }

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { 
    padding: .5em; margin: 0;  
    
    .fg-buttonset { 
        margin-right:1.5em; 
        padding-left: 1px; 
    }

    .fg-button { 
        font-size: 1em;  
    }
    
    select {
        border: 1px solid #000;  
        color: #000
    }
}




/*demo page css*/
.strike { text-decoration: line-through; }


/** end temp styles **/



.widget-content h3 {
    font-size: 14px;
    padding-bottom: 5px;
}

optgroup
{
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
}
option
{
    font-family : Arial ;
    font-size : 11px;
    color : #333333;
}

input
{
    font-family : Arial ;
    font-size : 11px;
    padding : 1px;
}

select
{
    border :1px solid #AAAAAA;
    font-family : Arial ;
    font-size : 11px;
    padding : 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-layout-resizer
{
    border : 0px;
}

.ui-layout-pane
{   
    padding: 0px;
}

a.ui-state-disabled
{
    border: 1px solid #BBBBBB !important;
}


.ui-layout-toggler-west
{
    /** background-color: #cccccc;  **/
}

.ui-layout-toggler
{
    /**  background-color: #cccccc; **/
}


.ui-layout-toggler-west-open
{
    background-image: url("../images/goodies/pane-splitter-coll-v-new.png");
}


.ui-layout-toggler-west-closed
{
    background-image: url("../images/goodies/pane-splitter-coll-v-e-new.png");
}

.ui-layout-toggler-north-open
{
    background-image: url("../images/goodies/pane-splitter-coll-h-new.png");
}


.ui-layout-toggler-north-closed
{
    background-image: url("../images/goodies/pane-splitter-coll-h-s-new.png");
}


span.form_label
{
    width : 200px;
}
span.form_input
{
    width : 300px;
}


#jqueryMessageContainer
{
    display : block;
    position: absolute;
    left: 50%;
    top : 40px;
    margin-left: -100px;
    width : 200px;    
    height : 50px;
    z-index: 3000;
    border: 1px solid #333;
    background-color: #3383BB;
    color : #fff;
    font-weight : bold;
    font-size : 12px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/**
search inputs
**/
.search_icon
{
    background:transparent url(../images/16x16/search-icon.png) no-repeat 1px 1px;
    float:left;
    height:18px;
    width:18px;
}

.search_left
{
    border-left :1px solid #AAAAAA;
    border-top :1px solid #AAAAAA;
    border-bottom :1px solid #AAAAAA;
    border-right :0px;
    background-color: #FFFFFF;
}
.search_right
{
    border-right :1px solid #AAAAAA;
    border-top :1px solid #AAAAAA;
    border-bottom :1px solid #AAAAAA;
    border-left :0px;
    background-color: #FFFFFF;
}
.search_input
{
    border: 0px !important;
    -moz-box-shadow : none !important;
    -webkit-box-shadow : none !important;
    box-shadow:  none !important;
    padding : 0px !important;
}

.tooltip
{
    position: absolute; top: 0; left: 0; z-index: 3000; display: none;
    background-color: #FFFFFF;
    border : 1px solid #cccccc;
}

div.filters
{
    margin-top : 5px;
    margin-bottom : 2px;   
    margin-right: 20px;
    overflow : auto;
}

span.filter-label
{
    float: left;
    height: 20px;
    line-height: 20px;
}

.input_filter
{
    border :1px solid #AAAAAA;
    width: 150px;
}

div.filters select
{   
    width: 150px;
}

div.filter
{
    margin-left : 0px;
    float : left ;
    height : 24px;
    width : 250px;
}


a.app-button:hover
{
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}


button.app-button:hover
{
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}


fieldset
{
    border: 0px;
    border-top : 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 10px;
}

fieldset legend
{
    font-weight : bold;
    background-color : #3383BB;
    color: #FFF; 
    padding: 1px 10px;
    border-radius: 4px;  
    -webkit-border-radius: 4px;
}


#logout
{

    /** background-image: url(../images/oxygen/16x16/actions/system-shutdown.png); **/
    background-image: url(../images/16x16/mono-power.png);
}

#logout:hover
{
    background-image: url(../images/16x16/mono-power-hover.png);
}

#my_profile
{
    background-image: url(../images/16x16/mono-user.png);
}

#my_profile:hover
{
    background-image: url(../images/16x16/mono-user-hover.png);
}

#message
{
    /** background-image: url(../images/oxygen/16x16/actions/mail-message-new.png); **/
    background-image: url(../images/16x16/mono-mail.png);
}

#message:hover
{
    background-image: url(../images/16x16/mono-mail-hover.png);
}

#new_messages
{
    background-image: url(../images/16x16/mail-new.png) !important;
}
#new_messages:hover
{
    background-image: url(../images/16x16/mail-new-hover.png) !important;
}

#break
{
    /** background-image: url(../images/oxygen/16x16/actions/chronometer.png); **/
    background-image: url(../images/16x16/break-icon.png);
}



#break:hover
{
    /** background-image: url(../images/oxygen/16x16/actions/chronometer.png); **/
    background-image: url(../images/16x16/break-icon-hover.png);
}


#dashboard
{
    /** background-image: url(../images/oxygen/16x16/apps/preferences-desktop-display.png);**/
    background-image: url(../images/16x16/mono-monitor.png);
}
#dashboard:hover
{
    /** background-image: url(../images/oxygen/16x16/apps/preferences-desktop-display.png);**/
    background-image: url(../images/16x16/mono-monitor-hover.png);
}


#help
{
    background-image: url(../images/16x16/mono-questionbook.png);
}

#help:hover
{
    background-image: url(../images/16x16/mono-questionbook-hover.png);
}

#about
{
    /** background-image: url(../images/oxygen/16x16/actions/help-about.png);  **/
    background-image: url(../images/16x16/mono-lightbulb.png);
}

#about:hover
{   
    background-image: url(../images/16x16/mono-lightbulb-hover.png);
}

#undo 
{
    background-image: url(../images/16x16/mono-return.png);
}
#undo:hover
{
    background-image: url(../images/16x16/mono-return-hover.png);
}

a.image_link span
{
    background-image: url(../images/ui-icons_3383bb_256x240.png) !important;
}

a.image-link span
{
    background-image: url(../images/ui-icons_3383bb_256x240.png) !important;
    float: left;
}

a.image-link
{
    float: left;
    height: 16px;
    line-height: 16px;
    outline: 0px;
}

span.highlight
{
    font-weight : bold;
    font-style: italic;
}


.left_menu
{

}

ul.left_menu span
{
    width: 16px;
    height: 16px;
    float: left;
    background-repeat: no-repeat;
    background-position: left;
}

textarea
{
    border :1px solid #AAAAAA;
    padding: 2px;
    font-family : Arial ;
    font-size : 11px;
}

input.numeric
{  
    text-align: right;
}
input.date
{    
    width : 80px;
}

span.tab_icon
{
    margin: 5px 0px 0px 3px;
    width : 16px;
    height: 16px;
    float : left;
}

#about_office
{
    text-align:center;
}


h1.report_title
{
    background-image: url(../images/oxygen/22x22/apps/kchart.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;

}

img.ui-datepicker-trigger
{
    position: relative;
    top: 4px;
}

span.icon
{
    width : 16px;
    height: 16px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

span.warning
{
    background-image: url(../images/16x16/dialog-warning.png);
}

span.help-about
{     
    background-image: url(../images/16x16/help-about.png);
}

span.help-hint
{
    background-image: url(../images/16x16/help-hint.png);
}
span.undo
{
    background-image: url(../images/16x16/edit-undo.png);
}
a.reload
{
    padding-left: 20px;
    background-position:left center;
    background-image: url('../images/16x16/reload.png');
    background-repeat: no-repeat;
}
span.priority_color
{
    width: 20px;
    height : 12px;
    float : left;
    margin-left : 20px;
}
#crumb_trail
{    
    min-height: 20px;
    margin-bottom: 3px;
    height : 25px;
}
/**
#crumb_trail a
{
    background-image: url('images/fplus.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 8px;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
    height: 20px;
    text-decoration: none;
}
#crumb_trail span
{
    margin: 0px 0px 0px 3px;
}
**/
#crumb_trail img
{
    margin: 0px 3px 0px 0px;
}

#show_automatic_assign span
{
    width:220px; float: left;
}
span.info-text
{
    background-image: url(../images/oxygen/16x16/actions/help-about.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 18px;
}


.submenu {position:relative; width:100%;padding-top:5px;padding-bottom:5px;}
.submenu, .submenu ul { list-style-type:none; padding: 0px; margin:0; }

.submenu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0;  border-top : 1px solid #f0f0f0;}
.submenu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */

.submenu a:link,
.submenu a:visited,
.submenu a:hover,
.submenu a:active {
    float:left;
    width:90%;
    padding:3px 3px 3px 20px;
    text-decoration:none;
    border: 1px solid transparent !important;
    -moz-border-radius: 3px 3px 3px 3px;
    color:#4F4F4F !important;
}

.submenu li:hover
{
    background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x !important;
}

.submenu a:hover {  }

.float-left{float:left;} .left {float: left;}
.float-right{float:right;} .right {float: right;}


.regular-form label
{
    float: left;
    width: 150px;    
}

p.message
{   
    line-height: 18px;
}

p.message span.ui-icon
{
    margin-right: 3px;
}


#messageUserId{
    width:610px !important;
}
#messageTitle{
    width:599px !important;
}

#messageText{
    width:650px !important;
    height:200px;
}
a.background-project
{
    background: url("../images/16x16/project.png") no-repeat scroll 1px 1px transparent
}
a.background-expense
{
    background: url("../images/oxygen/16x16/apps/accessories-calculator.png") no-repeat scroll 1px 1px transparent
}
.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold !important;
    text-transform: uppercase;
}

.shadow {
    -moz-box-shadow: 0 -2px 15px #78909F;
    -webkit-box-shadow: 0 -2px 15px #78909F;
    box-shadow: 0 -2px 15px #78909F;
}


.header-bar {
    background: none repeat scroll 0 0 #FFF;
    background: -moz-linear-gradient(center top , #EDEDED, #C4C4C4) repeat scroll 0 0 transparent;
    height: 23px;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 5;    
}



/** tables **/

table.reg-table {
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    font-size: 11px;
    border-collapse: collapse;
    color : #313131;
    background-color: #FFF;
}
table.reg-table th, table.reg-table td {
    padding: 4px 15px 3px;
    line-height: 18px;
    text-align: left;
}
table.reg-table th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #c0c0c0;

}
table.reg-table td {
    vertical-align: top;
    border-top: 1px solid #e7e7e7;
}
table.reg-table tbody th {
    border-top: 1px solid #e7e7e7;
    vertical-align: top;
}

table.reg-table-2
{
    border-spacing: 1px;
}

table.reg-table-2 th
{
    padding : 3px 0px 3px 0px;
    background-color: #E8EFF7;
    color: #000;
    text-align: center;
}

span.my-task-name
{
    font-weight: bold;
    color: #000;
}
/** end tables **/


/** bootstrap **/   
.input-mini,
input.mini,
textarea.mini,
select.mini {
    width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
    width: 105px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
    width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
    width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
    width: 250px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
    width: 530px;
}
textarea.xxlarge {
    overflow-y: auto;
}


.container-fluid {
    position: relative;
    min-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    zoom: 1;
}
.container-fluid:after {
    clear: both;
}
.container-fluid > .sidebar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 200px;
}

.container-fluid > .content {
    margin-left: 205px;
}


.media-grid {
    margin-left: -20px;
    margin-bottom: 0;
    zoom: 1;
}
.media-grid:before, .media-grid:after {
    display: table;
    content: "";
    zoom: 1;
}
.media-grid:after {
    clear: both;
}
.media-grid li {
    display: inline;
}
.media-grid a {
    float: left;
    padding: 4px;
    margin: 0 0 18px 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
    display: block;
}
.media-grid a:hover {
    border-color: #0069d6;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


.actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/** end bootstrap **/


/** MAIN MENU **/
/*	LEVEL ONE      */
ul.dropdownmenu {
    position: relative;
    list-style: none;
    padding:0px;
    margin:0px 0px 0px 10px;
}
ul.dropdownmenu li {
    font-weight: bold;
    float: left;
    /*background: #222222;*/
}
.dropdownmenu-li-with-submenus{
    background-image:url("../images/leftmenu-closed.png");
    background-repeat:no-repeat;
    background-position:right 5px;
    padding-right:25px !important;
}
.dropdownmenu-li-with-submenus-right{
    background-image:url("../images/leftmenu-right.png");
    background-repeat:no-repeat;
    background-position:right 8px;
    padding-right:0px !important;
}

ul.dropdownmenu a:hover { color: #fff; text-decoration: none;}
ul.dropdownmenu a:active { color: #fff; text-decoration: none; }
ul.dropdownmenu li a { display: block; padding: 2px 4px; height:31px; border-right: 1px solid #333;color: #e9e9e9; text-decoration:none;}
ul.dropdownmenu li:last-child a { border-right: none; text-decoration:none; } /* Doesn't work in IE */
ul.dropdownmenu li.hover,
ul.dropdownmenu li:hover{
    background: #040404; color: #fff; position: relative;    
}

ul.dropdownmenu li.level-1:hover
{
    -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;
}

ul.dropdownmenu ul.level-1
{    
}


ul.dropdownmenu li.hover a{ color: #fff; }
/*	LEVEL TWO      */
ul.dropdownmenu ul { 
    width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;list-style: none; padding-left:0px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius : 8px;
}
ul.dropdownmenu ul li{ font-weight: normal; background: #222222; color: #000; border-bottom: 1px solid #333; float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdownmenu ul li a{ border-right: none; margin-left:10px; width: 205px; display: inline-block; }

.sub_menu  li a span {width: 20px; float:left;}

/*      LEVEL THREE     */
ul.dropdownmenu ul ul { left: 100%; top: 0; }
ul.dropdownmenu li:hover > ul{ visibility: visible; }

.menu-projects,.menu-projects-current
{
    background: url(../images/oxygen/16x16/actions/view-sidetree.png) no-repeat left;
}
.menu-mytasks
{
    background: url(../images/oxygen/16x16/actions/view-process-own.png) no-repeat left;
}
.menu-templates
{
    background: url(../images/oxygen/16x16/actions/view-process-system.png) no-repeat left;
}
.menu-reports
{
    background: url(../images/16x16/view-statistics.png) no-repeat left;
}
.menu-graphs
{
    background: url(../images/oxygen/16x16/apps/kchart.png) no-repeat left;
}
.menu-resources
{
    background: url(../images/16x16/preferences-desktop-user.png) no-repeat left;
}
.menu-expenses
{
    background: url(../images/oxygen/16x16/apps/accessories-calculator.png) no-repeat left;
}
.menu-logs
{
    background: url(../images/oxygen/16x16/actions/user-properties.png) no-repeat left;
}
.menu-documents
{
    background: url(../images/oxygen/16x16/actions/document-open-recent.png) no-repeat left;
}
.menu-agenda
{
    background: url(../images/oxygen/16x16/actions/view-calendar-workweek.png) no-repeat left;
}
.menu-notifications
{
    background: url(../images/oxygen/16x16/actions/bookmark-toolbar.png) no-repeat left;
}
.menu-email
{
    background: url(../images/oxygen/16x16/actions/mail-mark-unread-new.png) no-repeat left;
}
.menu-backoffice
{
    background: url(../images/16x16/preferences-system.png) no-repeat left;
}
.menu-users
{
    background: url(../images/oxygen/16x16/apps/system-users.png) no-repeat left;
}
.menu-daysoff
{
    background: url(../images/16x16/days-off.png) no-repeat left;
}
.menu-bins
{
    background: url(../images/oxygen/16x16/actions/tab-duplicate.png) no-repeat left;
}
.menu-categories
{
    background: url(../images/16x16/view-list-tree.png) no-repeat left;
}
.menu-taskstatuses
{
    background: url(../images/oxygen/16x16/actions/view-process-all.png) no-repeat left;
}
.menu-tasktypes
{
    background: url(../images/oxygen/16x16/actions/view-process-all-tree.png) no-repeat left;
}
.menu-generalsettings
{
    background: url(../images/16x16/preferences-system.png) no-repeat left;
}
.menu-customfields
{
    background: url(../images/oxygen/16x16/actions/view-list-text.png) no-repeat left;
}
.menu-configurestation
{
    background: url(../images/16x16/configure.png) no-repeat left;
}
.menu-companies
{
    background: url(../images/oxygen/16x16/apps/office-address-book.png) no-repeat left;
}
.menu-contacts
{
    background: url(../images/oxygen/16x16/apps/preferences-contact-list.png) no-repeat left;
}
.menu-offers
{
    background: url(../images/oxygen/16x16/actions/document-properties.png) no-repeat left;
}
.menu-backoffice
{
    background: url(../images/oxygen/16x16/actions/tab-duplicate.png) no-repeat left;
}
.menu-crm
{
    background: url(../images/oxygen/16x16/apps/preferences-contact-list.png) no-repeat left;
}

.menu-monitoring
{
    background: url(../images/16x16/monitoring.png) no-repeat left;
}

.menu-settings-client-profile
{
    background: url(../images/oxygen/16x16/apps/krdc.png) no-repeat left;
}
.menu-settings-notifications
{
    background: url(../images/oxygen/16x16/status/mail-unread-new.png) no-repeat left;
}
.menu-settings-project
{
    background: url(../images/oxygen/16x16/actions/view-sidetree.png) no-repeat left;
}
.menu-settings-document
{
    background: url(../images/oxygen/16x16/actions/document-properties.png) no-repeat left;
}
.menu-invoices
{
    background: url(../images/16x16/document-multiple.png) no-repeat left;
}







/** end main menu **/



/** top bar layout  **/
.topbar
{
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: visible;
}

.topbar-inner, .topbar .fill {
    background-color: #222;
    background-color: #222222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    height: 35px;
}


.js-body
{
    height: 300px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}


.header_option
{    
    padding-left:19px ;
    background-position:left center;
    background-repeat: no-repeat;
    color: #e0e0e0 !important;
    text-decoration:  none !important;
    float: right;
    line-height: 24px; 
    margin: 5px 10px 5px 0px;
}

.header_option:hover
{
    color : #FFF !important;
}


.header_option.has-help
{
    color: #92bdd6 !important;
}

.header_option.has-help:hover 
{
    color: #d0e9f8 !important;
}

.header-icon 
{
    margin: -8px 3px 0px 0px; 
    display:inline-block; 
    width: 16px; 
    height: 16px;  
    position: relative;
    top: 4px;
    background-repeat: no-repeat; 
    background-position: center;     
}

.header_option.help-icon 
{
    padding-left: 0px;
}


.header_option.help-icon .header-icon
{
    background-image: url(../images/16x16/help-sprite.png);
    background-position: 0px -48px;
}

.header_option.help-icon.has-help .header-icon
{
    background-position: 0px -16px;
}

.header_option.help-icon:hover .header-icon
{
    background-position: 0px -32px;
}


.header_option.help-icon.has-help:hover .header-icon 
{
    background-position: 0px 0px;
}


.edit-help-item 
{    
    display:inline-block; 
    width: 16px; 
    height: 16px;  
    position: relative;
    top: 8px;
    left: 0px;
    background-repeat: no-repeat; 
    background-position: 0px -32px;     
    background-image: url(../images/16x16/edit-sprite.png);
}

.edit-help-item:hover
{
    background-position: 0px 0px;     
}

.whole-help 
{
    cursor: default;
    display: inline-block;
    float: right;
}

.whole-help:hover .edit-help-item 
{
    background-position: 0px -16px;     
}

.whole-help:hover .edit-help-item:hover
{
    background-position: 0px 0px;     
}



.topbar-left
{   
    float: left;
    width: 25%;
    color: #e0e0e0;
    line-height: 35px;
}

.topbar-middle
{
    float: left;
    padding-top:12px;
    width: 500px;
}

.topbar-right
{    
    float: right;    
    text-align: right;
    color: #e0e0e0;
}

.topbar-right .text-item {
    float: right;
    padding: 5px;
    line-height: 24px;
}

/** end top bar **/

.hide{display:none !important;}
.main-tab-content
{
    padding-bottom: 30px;
}

#placeholder
{
    margin-right: 30px;
}

.dynamic-field-group p span
{
    width : 150px; float: left;
}

.dynamic-field-group fieldset
{
    margin-bottom: 10px;
}

.dynamic-field-group p
{
    padding : 2px 0 3px 10px;
}

.dynamic-field-group p span
{
    width: 140px;
    float: left;
    line-height: 22px;
}

.dynamic-field-group p span img
{
    position : relative;
    top : 3px;
    left: 2px;
}

.js-percent
{
    text-align: right;
}

.js-currency
{
    text-align: right;
}

.js-float
{
    text-align: right;
}

.js-integer
{
    text-align: right;
}

.report-options
{
    position: relative;
}

.report-options-left
{    
    margin-right: 180px;
}

.report-options-right
{
    position : absolute;
    right: 0px;
    top: 0px;
    width: 270px;
}

.underscrolled
{
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    opacity:.96;filter:alpha(opacity=96);
}

.jqgrow .ui-button
{
    margin: 2px 1px;
}

.msgdiv {padding: 10px;}



div.dropdown
{
    display: none;
    left: 8px;
    background-color: #FFF;
    opacity:.93;filter:alpha(opacity=90);
    position: fixed;
    z-index: 999;
    top: 300px;
    zoom:1.0;
    border:1px solid #b2b2b2;
    width: 200px;
    box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 3px 3px 8px #818181;
    -moz-box-shadow: 3px 3px 8px #818181;
}
.dropdown ul
{
    margin: 0;
    padding: 10px 0px;
    width: 100%;
}

div.dropdown li
{
    float: none;
    list-style-type: none;
    margin: 0px !important;
    line-height: 20px !important;
    text-align: left;
    padding: 0px 3px;
}

.dropdown a, .dropdown a:visited, .dropdown a:link, .dropdown a:active
{
    font-weight: bold;
    font-size: 11px !important;
    line-height: 16px !important;
    width: 100%;
    color: #000;
    display: block;
    width: 174px;
    color: black;
    padding: 2px 10px;
    text-decoration: none;
}

.dropdown a .ui-icon
{
    margin-right: 3px;
}

.dropdown a:hover
{
    text-decoration: none;
    background-color: #E8EFF7;
    color: #000;
}

.placeholder
{
    color : #ccc;
    font-style: italic;
}

a.photo{
    border: 1px solid #DDDDDD;
    border-radius:50%;    
    margin: 0px;
    padding: 4px;
    display:table;
}


a.photo img {
    border-radius:50%;
}

a.photo.size48 img{
    width:48px;
    height:48px;
}
a.photo.size32 img{
    width:32px;
    height:32px;
}
a.photo.size16 img{
    width:16px;
    height:16px;
}

body.Dashboard 
{
    background: url(../images/wallpapers/our-blue-planet-1920x1200-wallpaper-12676.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.ui-state-error .ui-icon.ui-icon-alert{
    float:left;
    margin-right:5px;
}
